Update the Commentary with installation instructions.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ca5b46fc
EZ
12001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * paren.el: Update the Commentary with installation instructions.
4
56378db4
GM
52001-10-15 Dave Love <fx@gnu.org>
6
7 * international/mule.el (set-auto-coding): Fix regexps for local
8 variables section not to eat newlines.
9
31252c00
MB
102001-10-15 Miles Bader <miles@gnu.org>
11
12 * simple.el (display-message-or-buffer): Pass the correct buffer
13 to `display-buffer'.
14
0c88c937
SM
152001-10-14 Stefan Monnier <monnier@cs.yale.edu>
16
17 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
18 (executable-find): Use exec-suffixes.
19 (executable-set-magic): Don't use make-local-hook.
20
21 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
22
5a595785
EZ
232001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
24
a12ca054
EZ
25 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
26 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
27 Add .so to the Unix and GNU branch.
28
0c88c937
SM
29 * international/latin-1.el:
30 * international/latin-2.el:
31 * international/latin-3.el:
32 * international/latin-4.el:
33 * international/latin-5.el:
34 * international/latin-8.el:
5a595785
EZ
35 * international/latin-9.el: Add no-byte-compile: t, since
36 Makefile.in instructs make-docfile to look at .el files.
37
530893b2
MB
382001-10-14 Miles Bader <miles@gnu.org>
39
40 * button.el (define-button-type): Allow supertype property to be
41 specified with a keyword `:supertype' too.
42 (button-put, make-text-button): Allow button type property to be
43 specified using the keyword `:type' too.
44 (button-type): New function.
45 (button): Add `button-category-symbol' property.
46
6efb29ef
SM
472001-10-13 Stefan Monnier <monnier@cs.yale.edu>
48
0c88c937
SM
49 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
50 indent-new-comment-line from comment-indent-new-line.
51
6efb29ef
SM
52 * textmodes/refill.el (refill-mode):
53 Bind DEL to backward-delete-char-untabify.
54 Set backward-delete-char-untabify-method to `hungry'.
55
56 * textmodes/bib-mode.el (bib-mode):
57 * play/gomoku.el (gomoku-mode):
58 * textmodes/page-ext.el (pages-directory-mode):
59 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
60
61 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
62
63 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
64
65 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
66 Handle here-docs differently.
67 (sh-font-lock-heredoc): Remove.
68 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
69 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
70 (sh-font-lock-open-heredoc): New functions.
71 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
72 (sh-font-lock-keywords-1): Use regexp-opt.
73 (sh-in-comment-or-string): Use syntax-ppss.
74 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
75 (sh-select, sh-tmp-file): Add explicit terminating \n.
76
77 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
78 Use with-current-buffer.
79 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
80 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
81 filename), catch any error that occurs in `ange-ftp-cd'.
82 If an error happened, don't bother sending `cmd' at all.
83 Fix a parenthesis typo.
84 (ange-ftp-write-region): Don't blindly use binary if the remote host
85 is unix-like.
86
87 * play/pong.el (pong-init): Don't use make-local-hook.
88
2d341681 892001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
90
91 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
92 (viper-get-ex-address-subr): More precise addr for the $ marker
93
eef9b65f
EZ
942001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
95
96 * version.el (emacs-version): Bump to 21.1.50.
97
a2bdcec4
PJ
982001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
99
100 * mail/mailalias.el (mail-directory-stream): Do not double
101 variables in the lambda-list.
102
103 * play/gomoku.el (gomoku-init-display): Ditto.
104
105 * play/landmark.el (lm-init-display): Ditto.
106
107 * delim-col.el (delimit-columns-rectangle-max): Ditto.
108 (delimit-columns-rectangle-line): Ditto.
109
f892ac1d
SM
1102001-10-12 Stefan Monnier <monnier@cs.yale.edu>
111
5a1373f3
SM
112 * newcomment.el (comment-region-internal): Don't rebind
113 invisibility_spec now that the C routines handle it correctly.
114
115 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
116
026f408d
SM
117 * frame.el (special-display-popup-frame): Obey new specs `same-window'
118 and `same-frame'.
119
32993295
SM
120 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
121
122 * simple.el (minibuffer-local*-map): Remove redundant bindings.
123
124 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
125 C-p and C-r. Remove redundant bindings from inheriting maps.
126
f892ac1d
SM
127 * progmodes/cperl-mode.el: Merged in changes from v4.32.
128 After 4.23 and: After 4.24:
129 (cperl-contract-levels): Restore position.
130 (cperl-beautify-level): Likewise.
131 (cperl-beautify-regexp): Likewise.
132 (cperl-commentify): Rudimental support for length=1 runs
133 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
134 After 4.25:
135 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
136 (imenu-example--create-perl-index): Was not enforcing
137 syntaxification-to-the-end.
138 (cperl-invert-if-unless): Allow `for', `foreach'.
139 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
140 Mark qw(), m()x as indentable.
141 (cperl-init-faces): Highlight `sysopen' too.
142 Highlight $var in `for my $var' too.
143 (cperl-invert-if-unless): Was leaving whitespace at end.
144 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
145 (cperl-calculate-indent): Remove old commented out code.
146 Support (primitive) indentation of qw(), m()x.
147 After 4.26:
148 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
149 q [] with intervening newlines.
150 (cperl-autoindent-on-semi): New customization variable.
151 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
152 (cperl-tips): Mention how to make CPerl the default mode.
153 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
154 (cperl-outline-level): New function.
155 (cperl-highlight-variables-indiscriminately): New customization var.
156 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
157 From Sean Kamath <kamath@pogo.wv.tek.com>.
158 (cperl-after-block-p): Support CHECK and INIT.
159 (cperl-init-faces, cperl-short-docs): Likewise and "our".
160 From Doug MacEachern <dougm@covalent.net>.
161 After 4.27:
162 (cperl-find-pods-heres): Recognize \"" as a string.
163 Mark whitespace between q and [] as `syntax-type' => `prestring'.
164 Allow whitespace between << and "FOO".
165 (cperl-problems): Remove \"" and q [] with intervening newlines.
166 Mention multiple <<EOF as unsupported.
167 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
168 (cperl-indent-parens-as-block): New configuration variable.
169 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
170 Use `cperl-indent-parens-as-block'.
171 (cperl-find-pods-heres): Test for =cut without empty line instead of
172 complaining about no =cut.
173 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
174 (cperl-find-pods-heres): Likewise.
175 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
176 POD could've been marked as comment already.
177 (cperl-unwind-to-safe): Unwind before start of POD too.
178 After 4.28:
179 (cperl-forward-re): Throw an error at proper moment REx unfinished.
180 After 4.29:
181 (x-color-defined-p): Make an extra case to peacify the warning.
182 Toplevel: `defvar' to peacify the warnings.
183 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
184 No -nw-compile time warnings now.
185 (cperl-find-tags): TAGS file had too short substring-to-search.
186 Be less verbose in non-interactive mode
187 (imenu-example--create-perl-index): Set index-marker after name
188 (cperl-outline-regexp): New variable.
189 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
190 (cperl-mode): Made use `cperl-outline-regexp'.
191 After 4.30:
192 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
193 (cperl-outline-level): Make start-of-file same level as `package'.
194 After 4.31:
195 (cperl-electric-pod): `head1' and `over' electric only if empty.
196 (cperl-unreadable-ok): New variable.
197 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
198 on an unreadable file.
199 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
200 on an unreadable directory.
201
202 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
203 Consider the text between two errors as belonging to the first error.
204 (compilation-goto-locus): Use pop-to-buffer rather than
205 switch-to-buffer-other-frame.
206
207 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
208 (awk-font-lock-syntactic-keywords): New var.
209 (awk-mode): Use it.
210
211 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
212
213 * faces.el (describe-face): Call help-setup-xref earlier.
214
215 * jka-compr.el (jka-compr-load-suffixes): New var.
216 (jka-compr-install): Add its content to load-suffixes.
217 (jka-compr-uninstall): Remove its content from load-suffixes.
218
b878b8c3
SS
2192001-10-12 Sam Steingold <sds@gnu.org>
220
7ed93890
SS
221 * bindings.el (completion-ignored-extensions): CL-related
222 extensions are platform-independent.
223
b878b8c3
SS
224 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
225 asynchronous multiple file copying.
226
eadd6444
GM
2272001-10-12 Gerd Moellmann <gerd@gnu.org>
228
5a1373f3 229 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 230 Turn error for repeated variables into warning.
5a1373f3
SM
231
232 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
233 New function checking that lambda-list consists of non-constant
eadd6444 234 symbols, that &rest and &optional are followed by variable names,
f892ac1d 235 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
236 (byte-compile-lambda): Use it.
237
beb0990f
GM
2382001-10-12 Eli Barzilay <eli@barzilay.org>
239
240 * calculator.el (calculator-eng-display): Don't call concat
241 with an integer argument.
242
07f904a3
MB
2432001-10-12 Miles Bader <miles@gnu.org>
244
245 * help-mode.el (help-customize-face): New button-type.
b0412574 246
07f904a3
MB
247 * faces.el (list-faces-display): Fix args to `help-xref-button'.
248 (describe-face): Fix args to `help-xref-button'.
249 Don't switch to help-buffer around call to `help-setup-xref'.
250 Use `help-buffer' instead of hard-wired "*Help*".
251 Require `help-mode'.
252
2168e04d
SM
2532001-10-11 Stefan Monnier <monnier@cs.yale.edu>
254
255 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
256
257 * help-mode.el (help-buffer): New function.
258 Returns the buffer-name to use for help output.
259 Change all the code to use it instead of hard-coding *Help*.
260 (help-mode-map): Put back the mouse-2 binding.
261 (help-xref-stack): Change the format and make buffer-local.
262 (help-xref-stack-item): Make buffer-local.
263 (help-setup-xref): Do the `push' here rather than in help-do-xref.
264 (help-xref-interned): Display the face doc as well.
265 (help-follow-mouse): Re-introduce.
266 (help-xref-go-back): Adapt to the new use of help-xref-stack.
267 (help-do-xref): Don't `push' any more.
268 (help-follow): Also follow face names.
269
270 * help-funs.el (describe-function-1): Remove unused `parens' arg.
271 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
272 Autoload and cleanup.
273 (describe-function): Call help-setup-xref.
274 (describe-variable): Call help-setup-xref earlier.
275
276 * help.el (describe-bindings-internal): New fun moved from keymap.c.
277 (view-lossage): Call help-setup-xref correctly and earlier.
278 (describe-bindings): Call help-setup-xref earlier.
279 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
280 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 281
1ae6b8f1
GM
2822001-10-11 Gerd Moellmann <gerd@gnu.org>
283
a5be8a9a
GM
284 * master.el (master-mode): Use define-minor-mode instead of
285 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 286 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
287 since it's always autoloaded.
288
1ae6b8f1
GM
289 * master.el: New file.
290
63ca0a6e
GM
2912001-10-11 Dave Love <fx@gnu.org>
292
293 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
294 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
295 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 296
63ca0a6e 2972001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 298
2168e04d
SM
299 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
300 New function extracted from byte-compile-log-1.
301 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
302 the output of other GNU tools.
303 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
304 (byte-compile-report-error): Downcase error message.
305 Use `error' instead of `!!' for error messages.
d731e6b8
GM
306 (byte-compile-print-syms): Treat non-interactive case specially.
307 (displaying-byte-compile-warnings): Use backquote.
308 (byte-compile-from-buffer): Bind byte-compile-last-line.
309 (batch-byte-compile): Remove `Done' message.
310
75a4e7c5 3112001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
312
313 * emacs-lisp/copyright.el (copyright): Add final \n.
314
0e094c29
MB
3152001-10-11 Miles Bader <miles@gnu.org>
316
317 * diff.el (diff): Display default values in prompts as
318 `(default ...)', not `(...)'.
b0412574 319
0e094c29
MB
320 * info.el (Info-follow-reference): Likewise.
321
c2ca5171
SM
3222001-10-10 Stefan Monnier <monnier@cs.yale.edu>
323
30de4b24
SM
324 * emacs-lisp/autoload.el (doc-string-elt): Remove.
325
7164ef13
SM
326 * newcomment.el (comment-indent): Be a little more robust in case
327 comment-indent-function does funny things.
328 (comment-normalize-vars): Autoload.
329 (comment-region-internal): Fiddle with the visibility spec.
330 (comment-valid-prefix): New function.
331 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
332 that would turn comment-text into non-comment-text.
333
334 * emacs-lisp/syntax.el: New file.
335
c2ca5171
SM
336 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
337 compatibility cruft.
338 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
339 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
340 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
341 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
342 tcl-submit-bug-report.
343 (tcl-mode-syntax-table): Leave \f alone.
344 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
345 tcl-end-of-defun, tcl-submit-bug-report.
346 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
347 (tcl-add-emacs-menu): Remove.
348 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
349 (tcl-keyword-list): Add `chain'.
350 (tcl-font-lock-syntactic-keywords): New variable.
351 (tcl-pps-has-arg-6): Remove.
352 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
353 (tcl-internal-mark-defun): Remove.
354 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
355 (tcl-mode): Use define-derived-mode. Simplify.
356 Set comment-indent-function.
357 (tcl-indent-command): Use line-beginning-position and comment-indent.
358 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
359 (tcl-indent-line): Use tcl-calculate-indent.
360 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
361 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
362 (tcl-filter): Use with-current-buffer, simplify.
363 (inferior-tcl-mode): Use define-derived-mode.
364 (tcl-hairy-in-comment): Renamed tcl-in-comment.
365 (tcl-simple-in-comment, tcl-in-comment): Removed.
366 (tcl-files-alist): New function.
367 (tcl-help-snarf-commands): Use it and return the result directly
368 rather than through a global variable.
369 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
370 (tcl-help-on-word): Provide the default value to completing-read.
371 (tcl-hilit): Remove.
372 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
373 (tcl-comment-indent): New function.
374 (tcl-submit-bug-report): Remove.
375 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
376 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
377 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
378
07becdb1
MB
3792001-10-10 Miles Bader <miles@gnu.org>
380
381 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
382 (Info-fontify-node): Don't fontify the node if it's already been done.
383
88255adb
GM
3842001-10-10 Gerd Moellmann <gerd@gnu.org>
385
031a1678
GM
386 * international/iso-transl.el (iso-transl-e-caret)
387 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
388 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
389
619632ac
GM
390 * simple.el (end-of-buffer): Fix code scrolling specially
391 for the buffer end.
392
88255adb
GM
393 * startup.el (command-line-1): Bind tab-width to 8.
394
5c4d3f02
PJ
3952001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
396
3680909c 397 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
398 user-visible commands. From Rob Riepel
399 <riepel@Networking.Stanford.EDU>.
400
89e9c8d7
GM
4012001-10-09 Gerd Moellmann <gerd@gnu.org>
402
403 * ruler-mode.el: New file.
404
3b8c60f1
MB
4052001-10-09 Miles Bader <miles@gnu.org>
406
71f19cda
MB
407 * apropos.el (button): New require.
408
55e9efba 409 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
410 (describe-variable): Use `condition-case' instead of `ignore-errors'.
411
55e9efba 412 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 413
55e9efba
MB
414 * help.el: Don't require `view' when compiling.
415 (help-with-tutorial, describe-function, describe-function-1)
416 (variable-at-point, describe-variable, locate-library):
417 Functions moved into `help-funs.el'.
418 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
419 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
420 (help-setup-xref, help-xref-following, help-make-xrefs)
421 (help-xref-button, help-insert-xref-button, help-xref-interned)
422 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
423 (help-xref-on-pp): Functions moved into `help-mode.el'
424 (help-mode-map, help-xref-stack, help-xref-stack-item)
425 (help-highlight-p, help-highlight-face, help-back-label)
426 (help-xref-symbol-regexp, help-xref-mule-regexp)
427 (help-xref-info-regexp): Variables moved into `help-mode.el'.
428 (help-symbol, help-back, help-info, help-customize-variable)
429 (help-function-def, help-variable-def):
430 Button-types moved into `help-mode.el'.
431 (load-symbol-file-load-history, symbol-file):
432 Functions moved into `subr.el'.
433 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
434 (view-lossage): Call `help-setup-xref' instead of doing it manually.
435
436 * subr.el (symbol-file-load-history-loaded)
437 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
438
55e9efba
MB
439 * loadup.el ("button"): Load removed.
440
ded42dd3
MB
441 * button.el (define-button-type): Respect any `supertype' property.
442 (button-type-subtype-p, button-has-type-p): New functions.
443
f4be0a12
MB
444 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
445 dollar-signs.
446
447 * comint.el (comint-insert-previous-argument): New function.
448 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 449 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
450 (comint-insert-previous-argument-last-index): New variables.
451
3b8c60f1
MB
452 * apropos.el (apropos-next-label-button): Use the presence of a
453 `apropos-label' property to detect label buttons.
454
a101302b
MB
4552001-10-08 Miles Bader <miles@gnu.org>
456
457 * button.el (next-button, previous-button): Remove N and WRAP
458 parameters. Don't pay attention to `skip' properties.
459 (forward-button): Implement wrapping, iterating, and skipping here
460 instead.
894e460c 461 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
462 (button-nop): Function removed.
463 (default-button): Use `ignore' as default button action.
894e460c 464
a101302b
MB
465 * apropos.el (apropos-next-label-button): Update arguments to
466 `next-button'.
894e460c 467 (apropos-symbol): Add `skip' property.
c2ca5171
SM
468 (apropos-function, apropos-macro, apropos-command)
469 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
470 (apropos-plist): New button types.
471 (apropos-label-properties): Variable removed.
472 (apropos-print): Pass button-type to apropos-print-doc, rather
473 than help function and label text.
474 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
475 Get button label from TYPE.
a101302b 476
82345a9a
SM
4772001-10-07 Stefan Monnier <monnier@cs.yale.edu>
478
b0fbf754
SM
479 * help.el (help-mode): Use define-derived-mode.
480 (describe-mode): Add optional `buffer' arg.
481 Use it instead of going through help-xref-mode.
482 Avoid doubling the word `minor' when prettifying.
483 (describe-function-1): List the corresponding key bindings.
484 (describe-variable): Say if the var is automatically buffer-local.
485 If the source is `loaddefs.el', look for the real source.
486 (help-xref-mode): Remove.
487
82345a9a
SM
488 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
489 the file says no-byte-compile.
490
d6bc0bdc
MB
4912001-10-08 Miles Bader <miles@gnu.org>
492
493 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 494
7997fd38
MB
4952001-10-07 Miles Bader <miles@gnu.org>
496
e664497b
MB
497 * woman.el (woman-mode-map): Copy button-buffer-map instead of
498 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
499 `woman-follow-word' instead of `woman-mouse-2'.
500 (woman-follow-word): Renamed from `woman-mouse-2'.
501 Follow current unconditionally, since this function is now only
502 bound to M-mouse-2. Use accessor functions.
503 (WoMan-highlight-references): Use `make-text-button'.
504 (woman-xref): New button type.
505
d876f455
MB
506 * loadup.el ("faces"): Move load before loading "loaddefs.el".
507 ("button"): New load, just before "help" (which uses it).
508
509 * help.el (help-mode-map): Make button-buffer-map our parent.
510 Don't bind mouse events or tab/backtab.
511 (help-function, help-variable, help-face, help-coding-system)
512 (help-input-method, help-character-set, help-back, help-info)
513 (help-customize-variable, help-function-def, help-variable-def):
514 New button types.
515 (help-button-action): New function.
516 (describe-function-1): Pass help button-types to
517 `help-xref-button' rather than help function and help-echo string.
518 Don't put multiple help-function args in a list to pass them to
519 help-xref-button, just pass them as multiple arguments.
520 Use `help-insert-xref-button' to make [back]-button, rather than
521 `help-xref-button'.
522 (help-xref-button): Take a button-type TYPE as a parameter rather
523 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
524 and add a &rest parameter ARGS to serve the same purpose.
525 Use `make-text-button' to add the button.
526 (help-insert-xref-button): Use `insert-text-button' to add the button.
527 (help-follow-mouse, help-next-ref, help-previous-ref):
528 Functions removed.
529 (help-do-xref): New function.
530 (help-follow): Use `push-button' and `help-do-xref' to do most of
531 the work.
532
533 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 534 (apropos-symbol-button-display-help)
d876f455
MB
535 (apropos-label-button-display-help, apropos-next-label-button):
536 New functions.
537 (apropos-mode-map): Make button-buffer-map our parent.
538 Don't bind mouse events.
539 (apropos-print, apropos-print-doc): Create buttons instead of text
540 properties.
541 (apropos-mouse-follow): Function removed.
542 (apropos-follow): Use buttons.
543
7997fd38
MB
544 * button.el: New file.
545
1a4372ef
GM
5462001-10-07 Gerd Moellmann <gerd@gnu.org>
547
82345a9a 548 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
549 Remove.
550
857e81db
RS
5512001-10-05 Richard M. Stallman <rms@gnu.org>
552
553 * add-log.el (add-change-log-entry): Skip copyright notice
554 and copying permission notice at start of file, if any.
555 Make use of terms "entry" and "item" accord with Emacs manual.
556 Simplify the logic for moving point while entering or creating
557 an entry and then an item.
558 (add-change-log-entry-other-window): Doc fix.
559
4650e362
MB
5602001-10-06 Miles Bader <miles@gnu.org>
561
562 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
563 removed; they apparently don't work with faces.
564
b4f05c38
SS
5652001-10-05 Sam Steingold <sds@gnu.org>
566
567 * textmodes/sgml-mode.el (html-xhtml): New user option.
568 (html-tag-alist, html-horizontal-rule, html-image, html-line)
569 (html-ordered-list, html-unordered-list, html-list-item)
570 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
571 (sgml-skip-close-p): New function.
572 (sgml-value): Use it.
573
4dd618ff
SS
5742001-10-05 Sam Steingold <sds@gnu.org>
575
576 * calendar/diary-lib.el (diary-entry-compare): When times are
577 identical, compare the entries lexicographically.
578
a01b7831
MB
5792001-10-06 Miles Bader <miles@gnu.org>
580
82345a9a
SM
581 * rfn-eshadow.el (rfn-eshadow-update-overlay):
582 Use `minibuffer-prompt-end'.
a01b7831
MB
583
584 * simple.el (previous-matching-history-element): Fix misplaced
585 parentheses.
586
20a82009
MB
5872001-10-05 Miles Bader <miles@gnu.org>
588
589 * rfn-eshadow.el: New file.
590
c165ad40
MB
5912001-10-05 Miles Bader <miles@gnu.org>
592
593 * cus-face.el (custom-face-attributes): Make sure each attribute
594 has a valid default value. Remove hacks that mapped `nil' to
595 `off' and used nil to mean `unspecified'. Remove `unspecified'
596 choices from all attributes (unspecified is handled by the parent
597 checklist).
4dd618ff 598 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
599 (custom-face-edit-deactivate, custom-face-edit-activate)
600 (custom-face-edit-delete, custom-face-edit-attribute-tag):
601 New functions.
602 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 603 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
604 Don't pass in default filters that map between `nil' and `off' and
605 `unspecified' and `nil'.
606
ace64e0a
GM
6072001-10-05 Gerd Moellmann <gerd@gnu.org>
608
609 * progmodes/compile.el (compilation-buffer-name): New function.
610 (compile-internal): Use it to determine the name of the
611 compilation buffer.
612
ec66bdc7
MB
6132001-10-05 Miles Bader <miles@gnu.org>
614
615 * progmodes/compile.el (grep-use-null-device): New variable.
616 (grep-command): Mention `grep-use-null-device'.
617 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
618 Make computation of `grep-command' respect `grep-use-null-device'.
619 (grep): Respect `grep-use-null-device'.
620 Call `grep-compute-defaults' even if grep-command is set, if
621 grep-use-null-device is still tentative.
622
623 * subr.el (call-process-shell-command): New function.
624
6252001-10-05 Miles Bader <miles@gnu.org>
626
627 * simple.el (previous-matching-history-element)
628 (next-history-element, next-complete-history-element): Use
82345a9a 629 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
630 (minibuffer-prompt-end, minibuffer-contents):
631 (minibuffer-contents-no-properties, delete-minibuffer-contents):
632 Functions removed (now subrs).
633 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 634
ec66bdc7
MB
635 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
636 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
637 instead of calling `field-' functions directly.
638 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
639
c89e4bc5
GM
6402001-10-05 Gerd Moellmann <gerd@gnu.org>
641
a0fb4492
GM
642 * files.el (find-file-noselect): If file's read-only status has
643 changed on disk, ask if buffer's read-only status should be
644 changed, unless NOWARN is set.
645
c86350b1
GM
646 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
647 alias for define-setf-method.
648
c89e4bc5
GM
649 * bindings.el: Remove no-byte-compile from file local variables
650 to enable bootstrapping.
651
0bcf87c1
AI
6522001-10-04 Andrew Innes <andrewi@gnu.org>
653
82345a9a
SM
654 * faces.el (face-font-registry-alternatives) [windows-nt]:
655 Make gb2312 an alias for gb2312.1980.
0bcf87c1 656
6c0b2643
GM
6572001-10-04 Stefan Monnier <monnier@cs.yale.edu>
658
659 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
660 (uniquify-reverse-components): Remove.
661
662 * emacs-lisp/bytecomp.el (byte-recompile-directory):
663 Make sure the file is readable.
664 (byte-compile-file): Don't compile if `no-byte-compile' is set.
665 (byte-compile-defvar): Update to reflect the change in Fdefvar.
666 (batch-byte-recompile-directory): Pass arg=0.
667
668 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
669 (perl-calculate-indent): Use it.
670 (perl-backward-to-noncomment): Use forward-comment.
671
672 * derived.el (define-derived-mode, derived-mode-make-docstring):
673 Allow `parent' to be nil.
674
675 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
676 Use define-derived-mode.
677 (nroff-mode-map, nroff-mode-syntax-table): Massage.
678
679 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
680
681 * emacs-lisp/lselect.el: Use facep iso find-face.
682
683 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
684 Use regexp-opt.
685 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
686 (lisp-font-lock-syntactic-face-function): New function.
687 (lisp-mode-variables): Use it. Make arg optional.
688 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
689 (lisp-mode): Don't pass an arg to lisp-mode-variables.
690 Set comment-start-skip.
691
692 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
693
694 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
695 (ignore-errors): Don't bother using a `err' symbol.
696
697 * emacs-lisp/autoload.el (autoload-ensure-default-file)
698 (autoload-insert-section-header, autoload-before-p)
699 (autoload-remove-section): New functions.
700 (generate-file-autoloads): Use them.
701 (update-file-autoloads): Use them. Return FILE if there's no cookie.
702 Make sure the autoload file is properly formatted when creating it.
703 (update-autoloads-from-directories): Use them as well.
704 Only update autoloads for files whose timestamp has changed.
705 Add a dummy entry to remember the files which had no autoload cookies.
706
707 * timer.el (timer-relative-time): Fix computation for negative `micro'.
708
709 * subr.el (define-key-after): Allow `key' to be longer than 1.
710 (make-local-hook): Make obsolete.
711 (add-hook, remove-hook): Don't use make-local-hook any more.
712 (make-syntax-table): Inherit all chars from s-s-t.
713
7142001-10-04 Gerd Moellmann <gerd@gnu.org>
715
716 This is a fix for a report saying that resuming a search with C-s
717 C-s doesn't use the case-fold-search setting of the previous
718 search (C-s ... M-c ... then C-s C-s).
719
720 * isearch.el (isearch-last-case-fold-search): New variable.
721 (isearch-mode): Remember value of isearch-case-fold-search
722 in isearch-last-case-fold-search.
723 (isearch-done): Quote value of isearch-case-fold-search.
724 (isearch-repeat): When resuming a search, restore
725 isearch-case-fold-search from isearch-last-case-fold-search.
726
727 Added to NEWS.
728
729 * startup.el (inhibit-startup-buffer-menu): New user-option.
730 (command-line-1): If inhibit-startup-buffer-menu is set, don't
731 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
732
733 This allows upto 99999 messages in the summary without screwing up
734 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
735
736 * mail/rmailsum.el (rmail-make-summary-line)
737 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
738 (rmail-summary-goto-msg, rmail-summary-goto-msg):
739 Allow 5-digit message ids instead of 4.
740
741 This adds expansion of environment variables in the value
742 specified with M-x setenv. Added to NEWS.
743
744 * env.el (substitute-env-vars): New function.
745 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
746 environment variables in VALUE. Return VALUE.
747
ab952a4f
GM
7482001-10-04 Gerd Moellmann <gerd@gnu.org>
749
750 * Branch for 21.1.
7164ef13 751
630784a2
SM
7522001-10-03 Stefan Monnier <monnier@cs.yale.edu>
753
754 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
755
cf2b0d2c 7562001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
757
758 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 759 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 760
aa01bed1
EZ
7612001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
762
763 * rect.el: Update maintainer's email address.
764
7d685c84
AS
7652001-10-02 Andreas Schwab <schwab@suse.de>
766
767 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
768 and Extended Passive Mode, resp.
769
87671c25
EZ
7702001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
771
772 These changes add support for Calendar-related items in the
773 menu bar on tty's as well:
774
775 * calendar/calendar.el (calendar-mode-map): Require cal-menu
776 unconditionally.
777 (calendar-mode): Set up activate-menubar-hook unconditionally.
778
779 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
780 calls x-popup-menu only if popup menus are supported.
781 (calendar-mouse-insert-hebrew-diary-entry)
782 (calendar-mouse-insert-islamic-diary-entry)
783 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
784 (calendar-mouse-view-other-diary-entries)
785 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
786 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
787 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 788
12c64503
GM
7892001-10-01 Gerd Moellmann <gerd@gnu.org>
790
62bfa682
GM
791 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
792
12c64503
GM
793 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
794
795 * emacs-lisp/rx.el: New file.
796
e0c21266
EZ
7972001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
798
630784a2 799 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 800
03be5931
EZ
8012001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
802
803 * frame.el (select-frame-by-name, other-frame): Doc fix.
804
d0100d57
EZ
8052001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
806
807 * play/snake.el (snake-score-file): Use temporary-file-directory
808 instead of a literal "/tmp". Suggested by Robert
809 <robert@chezmarshall.freeserve.co.uk>.
810
811 * play/tetris.el (tetris-score-file): Ditto.
812
d94d5b5a
EZ
8132001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
814
815 * apropos.el (apropos-print): Make the directions inserted at the
816 beginning of the *Apropos* buffer more clear.
817
cd653311 8182001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 819
cd653311
MK
820 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
821 Added comments.
630784a2 822
37dbd369
SM
8232001-09-27 Stefan Monnier <monnier@cs.yale.edu>
824
825 * newcomment.el (comment-normalize-vars): Use " \t" rather than
826 "\\s-" when defining comment-end-skip.
827
9240e746
GM
8282001-09-27 Gerd Moellmann <gerd@gnu.org>
829
37dbd369 830 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
831 Call get-buffer-window first second arg `visible'.
832
37dbd369
SM
833 * international/mule-diag.el (list-input-methods-1):
834 Output something that's independent of Emacs' version.
14531065 835
9240e746
GM
836 * tar-mode.el (tar-mode-write-file): Don't signal an error by
837 calling byte-to-position with a nil tar-header-offset.
838
e04233aa
GM
8392001-09-27 Simon Josefsson <jas@extundo.com>
840
841 * mail/sendmail.el (send-mail-function): Doc fix.
842 (mail-do-fcc): Error if header-end is not a marker.
843 (mail-do-fcc): Add a comment.
844 (mail-reply-to): Doc fix.
845 (mail-signature): Make ATPOINT optional.
846 (mail-yank-original): Use cond instead of nestled if.
847
07e91aa3
SM
8482001-09-26 Stefan Monnier <monnier@cs.yale.edu>
849
850 * info.el (Info-on-current-buffer): Default arg to "Top".
851
924b604c
GM
8522001-09-25 Eli Barzilay <eli@barzilay.org>
853
854 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
855 (calculator-displayer-prev, calculator-displayer-next):
856 Renamed from calculator-displayed-{left,right}.
857 (calculator, calculator-standard-displayer)
858 (calculator-num-to-string, calculator-update-display)
924b604c
GM
859 (calculator-copy, calculator-put-value): Bug and display fixes.
860
a1548b10
GM
8612001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
862
863 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
864 (ebnf-version): New version (3.6.1).
865
866 * ebnf-bnf.el: Fix character range regexp. Doc fix.
867 (ebnf-bnf-non-terminal-chars): New internal const.
868 (ebnf-bnf-lex): Fix code.
869
870 * ebnf-iso.el: Fix character range regexp. Doc fix.
871 (ebnf-iso-non-terminal-chars): New internal const.
872 (ebnf-iso-lex): Fix code.
873
874 * ebnf-yac.el: Fix character range regexp. Doc fix.
875 (ebnf-yac-skip-chars): New internal const.
876 (ebnf-yac-skip-code): Fix code.
877
79e954d0
SM
8782001-09-24 Stefan Monnier <monnier@cs.yale.edu>
879
ab750f9c
SM
880 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
881
3911563a
SM
882 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
883 passing it to VC.
884
79e954d0
SM
885 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
886 case where the file is relative.
887
6f3f0db4
GM
8882001-09-24 Gerd Moellmann <gerd@gnu.org>
889
890 * xml.el (xml-parse-attlist): Quotes around attributes must be the
891 same on each side. Make sure we properly handle simple quotes.
892 From Daiki Ueno <ueno@unixuser.org>.
893
e5b31424
EZ
8942001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
895
0678d779
EZ
896 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
897 <jas@extundo.com>.
898
e5b31424
EZ
899 * menu-bar.el (top-level): Minor fixes for text of help-echo in
900 some items of the Options menu.
901
769dd0f1
SM
9022001-09-22 Stefan Monnier <monnier@cs.yale.edu>
903
76829576
SM
904 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
905
d455f4f7
SM
906 * vc-hooks.el (vc-delete-automatic-version-backups):
907 Don't fail if the directory doesn't exist.
908
769dd0f1
SM
909 * diff-mode.el (diff-default-read-only): New var.
910 (diff-mode): Use it.
911
dc414be1
EZ
9122001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
913
769dd0f1
SM
914 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
915 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
916 keymap messes up the menu bar.
917
dc414be1
EZ
918 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
919 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
920
67033712
EZ
9212001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
922
769dd0f1 923 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
924
925 * dired-aux.el (dired-insert-subdir): Pass switches to
926 dired-build-subdir-alist.
927
0c68e5de
GM
9282001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
929
930 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
931 caused %#a and %#b to be mis-formatted.
932
906b3163
EZ
9332001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
934
935 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
936 ccmode, emacs-mime, and eudc manuals.
937
005e3bb6
SS
9382001-09-19 Sam Steingold <sds@gnu.org>
939
940 w32 find cannot be used with `grep-find'.
941 * progmodes/compile.el (find-program): New variable.
942 (grep-compute-defaults): Use it to set `grep-find-command'.
943
7121b85a
GM
9442001-09-19 Gerd Moellmann <gerd@gnu.org>
945
769dd0f1 946 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 947
ae16d111
GM
9482001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
949
950 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
951 programming. Doc fix.
952 (ebnf-version): New version (3.6).
953 (ebnf-eps-begin): Data fix.
954 (ebnf-begin-file): Code fix.
955
956 * ebnf-bnf.el: Doc fix.
957 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
958
959 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
960
55732434
GM
9612001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
962
963 * ps-print.el: Better face mapping for black/white PostScript printers.
964 Check if mark is active when printing a region. Doc fix.
965 (ps-print-version): New version number (6.5.5).
966 (ps-print-color-p): Customization fix.
967 (ps-black-white-faces): New option.
968 (ps-black-white-faces-alist): New internal var.
969 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
970 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
971 (ps-nb-pages-region): Interactive fix.
972 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
973 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
974
740ef824
EZ
9752001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
976
977 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
978 numeric month value, and allow the Kanji character after the it to
979 be missing (happens with ls-lisp's output on Japanese versions of
980 MS-Windows).
981
50529f51
MB
9822001-09-18 Miles Bader <miles@gnu.org>
983
984 * diff-mode.el (diff-mode): Don't make the buffer read-only if
985 it's empty (and thus probably a new patch file about to be edited).
986
d8a973aa
GM
9872001-09-17 Gerd Moellmann <gerd@gnu.org>
988
e18c8b8d
GM
989 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
990 Check for '(' in column 0 of doc string.
991
d8a973aa
GM
992 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
993 of `nth' so that using a vector as bounding-box works.
994 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
995
dfe78cc5
AS
9962001-09-17 Andre Spiegel <spiegel@gnu.org>
997
998 * vc.el (vc-annotate): Use current workfile version explicitly as
999 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1000
1bbdda4d
EZ
10012001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1002
a5f01960
EZ
1003 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1004 convert-standard-filename doesn't guarantee that the .el extension
1005 is preserved.
1006
a007e4e3
EZ
1007 * dos-fns.el (convert-standard-filename): Replace invalid
1008 characters only after converting dash/underscore to a period.
1009 (original-make-auto-save-file-name): New.
8aee7d44
EZ
1010 (make-auto-save-file-name): New function, overrides the definition
1011 on files.el and calls the original function via
1012 original-make-auto-save-file-name.
1013
1bbdda4d
EZ
1014 * mail/rmail.el (top-level): Require mule-utils when compiling.
1015 (rmail-decode-babyl-format): Use detect-coding-with-priority
1016 instead of detect-coding-region, to favor detection of emacs-mule
1017 encoded Babyl files written by rmailout.el etc. Suggested by
1018 Kenichi Handa <handa@etl.go.jp>.
1019
ed7d6ba4
EZ
10202001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1023 Use `equal', not `=', since the device number can be a cons cell.
1024
551629f9
GM
10252001-09-14 Gerd Moellmann <gerd@gnu.org>
1026
1027 * simple.el: Comment out change of 2001-09-13.
1028
0017a3e0
EZ
10292001-09-13 Milan Zamazal <pdm@zamazal.org>
1030
1031 * progmodes/compile.el (grep-compute-defaults): Don't set
1032 grep-command/grep-find-command when it is already non-nil.
1033 (grep-command): Make it a user option.
1034 (grep-find-command): Likewise.
1035
483e0218 10362001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1037
483e0218
MK
1038 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1039 inhibit quit.
005e3bb6 1040
15233548
EZ
10412001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1042
1043 * files.el (make-auto-save-file-name): If long file names are not
1044 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1045 generating an auto-save file name from it.
1046
1fb7f872
GM
10472001-09-13 Gerd Moellmann <gerd@gnu.org>
1048
005e3bb6 1049 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
1050 (ps-nb-pages-region): Signal an error if called interactively
1051 and the mark is not active.
1052
1fb7f872
GM
1053 * simple.el (minibuffer-prompt-modification)
1054 (minibuffer-prompt-insertion): New functions.
1055 (minibuffer-prompt-properties): Use `modification-hooks' and
1056 `insert-in-front-hooks'.
1057
1dc13f3a
RS
10582001-09-12 Richard M. Stallman <rms@gnu.org>
1059
1060 * textmodes/outline.el (outline-regexp): Doc fix.
1061 Initialize it in the defcustom, the usual way.
1062
eaa493df
GM
10632001-09-12 Gerd Moellmann <gerd@gnu.org>
1064
1fb7f872 1065 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
1066 from `ediff-meta-info' properties need not be an overlay.
1067 From David Ponce <dponce@voila.fr>.
1fb7f872 1068
eaa493df
GM
1069 * isearch.el (isearch-intersects-p): Fix end checks.
1070
cfcda0ba
EZ
10712001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1072
1073 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1074 `t' branch of `cond', since Irix 6.1 and up is a special case of
1075 the standard dbx interface.
1076
4e1513b5
MB
10772001-09-11 Miles Bader <miles@gnu.org>
1078
1079 * comint.el (comint-send-input): When waiting for echoed input,
1080 don't save the expected end position in `echo-end', so that things
1081 work properly even if the buffer is modified elsewhere at the same
1082 time [this happens if `comint-truncate-buffer' is used].
1083
9a72e4c1
GM
10842001-09-11 Gerd Moellmann <gerd@gnu.org>
1085
1086 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1087 when constructing imenu-generic-expression from outline-regexp.
1088
1f9581b6
EZ
10892001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1090
1091 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1092 `equal' instead of `=', since they can be cons cells. From Nils
1093 Goesche <cartan@cartan.de>.
1094
65ee3bf5
AS
10952001-09-10 Andre Spiegel <spiegel@gnu.org>
1096
1097 * vc.el (vc-annotate): Rewrote doc string.
1098
e602e779
EZ
10992001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * time-stamp.el: Update Stephen Gildea's email address.
1102
42d305db
GM
11032001-09-10 Gerd Moellmann <gerd@gnu.org>
1104
1105 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1106 enable-multibyte-characters = nil. From Hallvard B Furuseth
1107 <h.b.furuseth@usit.uio.no>.
005e3bb6 1108
02f34c70 11092001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1110
769dd0f1 1111 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 1112
769dd0f1 1113 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
1114 that reads a character and uses the current input method or
1115 iso-accents when appropriate.
005e3bb6 1116
769dd0f1 1117 * viper.el and all others: Corrections to the comment blocks at
02f34c70 1118 the top.
005e3bb6 1119
cfc697a2
EZ
11202001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1121
1122 * info.el (Info-goto-node): Doc fix.
1123
fc0eccfc
GM
11242001-09-07 Gerd Moellmann <gerd@gnu.org>
1125
1126 * isearch.el (isearch-intersects-p): New function.
1127 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1128 use isearch-intersects-p, and clean up.
1129
ef10876c
EZ
11302001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1131
1132 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1133 and "german8", for the new German orthography dictionaries,
1134 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1135 the entries, to keep the line length balanced for loaddefs.el.
1136
c9e74cd4 11372001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 1138
c9e74cd4
GM
1139 * comint.el (comint-send-input): Handle comint-process-echoes
1140 differently.
1141
5421b899
GM
11422001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1143
769dd0f1 1144 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 1145
70569550
EZ
11462001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1147
769dd0f1 1148 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 1149
6afad91e 11502001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 1151
769dd0f1
SM
1152 * server.el (server-switch-buffer):
1153 * textmodes/refer.el (refer-find-entry-internal):
1154 * term/sup-mouse.el (sup-pos-to-window):
1155 * term/bg-mouse.el (bg-window-from-x-y):
1156 * emacs-lisp/edebug.el (edebug-window-live-p):
1157 Use get-window-with-predicate.
6afad91e
GM
1158
1159 * window.el (get-window-with-predicate): Renamed from some-window.
1160 (some-window): Make it an alias.
1161
003550c5
GM
11622001-09-06 Gerd Moellmann <gerd@gnu.org>
1163
1164 * simple.el (undo): Remove positions from buffer-undo-list up to
1165 the next undo boundary only.
1166
c49e491a
EZ
11672001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1168
05b24487
EZ
1169 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1170 Kim <ryk@dspwiz.com>
1171
c49e491a
EZ
1172 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1173 the message "Creating customization items...done".
1174
54f73af3
GM
11752001-09-05 Gerd Moellmann <gerd@gnu.org>
1176
1177 * font-lock.el (toplevel): Require `jit-lock' only if
1178 font-lock-support-mode is set to jit-lock-mode.
1179
3762e7d0
EZ
11802001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * international/quail.el (quail-use-package, quail-inactivate)
1183 (quail-activate): Mention the hooks these functions run in their
1184 doc strings.
1185
c3b497b3
GM
11862001-09-05 Edward M. Reingold <reingold@iit.edu>
1187
1188 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1189 of file in header of menu.
1190
2d43d823
GM
11912001-09-04 Gerd Moellmann <gerd@gnu.org>
1192
2a5becfb
GM
1193 * env.el (setenv): Interactively, if VARIABLE has a current value,
1194 add that to the front of the history, as the doc string says.
1195
8d1fcd00
GM
1196 * comint.el (comint-send-input): Change help-echo.
1197 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 1198
1672462f
GM
1199 * bookmark.el (bookmark-write-file): Bind print-length and
1200 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1201
646a1759
GM
1202 * obsolete/uncompress.el: Moved there from lisp/.
1203
c8dd66e1
GM
1204 * comint.el (comint-insert-clicked-input): Goto point-max before
1205 deleting previous input. From "Dr Francis J. Wright"
1206 <F.J.Wright@qmw.ac.uk>.
1207
2d43d823
GM
1208 * simple.el (backward-word): Doc fix.
1209
284b3043
GM
12102001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1211
1212 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1213 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1214 * w32-fns.el: Add Keywords header.
1215
2eef02ab
EZ
12162001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1217
1218 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1219 "Text Properties". Suggested by Simon Marshall
1220 <Simon.Marshall@midas-kapiti.com>.
1221
ae355fa6
AC
12222001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1223
1224 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1225 consulting the value of file-name-coding-system.
1226
2ee1aa00
SM
12272001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1228
1229 * help.el (describe-function-1): Save precomputed `file-name' rather
1230 than recomputing it (incorrectly) with `symbol-file'.
1231
cdab3e50
GM
12322001-09-03 Gerd Moellmann <gerd@gnu.org>
1233
698ee07c
SM
1234 * international/isearch-x.el (isearch-exit-recursive-edit):
1235 Take three parameters, since it's used as an after-change-function.
c3b0c268 1236
698ee07c 1237 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
1238 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1239 from doc strings.
1240
e3b22517
GM
12412001-09-02 Milan Zamazal <pdm@zamazal.org>
1242
698ee07c
SM
1243 * progmodes/glasses.el (glasses-convert-to-unreadable):
1244 Consider underscores as in `glasses-make-readable'.
e3b22517 1245
19bd58e8
EZ
12462001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1247
883310a7
EZ
1248 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1249 MS-DOS, since cpp might not be available.
1250
698ee07c
SM
1251 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1252 Mention "yank" in the help-echo text.
1253 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1254
12552001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 1258
59b7ded8
EZ
12592001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1260
5e11c425
EZ
1261 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1262 exists. From Andy Petrusenco <andy@int.spb.ru>.
1263
59b7ded8 1264 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
1265 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1266 <andy@int.spb.ru>.
59b7ded8 1267
c9979669
GM
12682001-08-31 Gerd Moellmann <gerd@gnu.org>
1269
1270 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1271 Instead of running mouse-yank-at-click, see what the event is
1272 bound to outside Isearch and run that.
1273
79f5f9ec
EZ
12742001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1275
698ee07c
SM
1276 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1277 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 1278
c0551649
GM
12792001-08-30 Gerd Moellmann <gerd@gnu.org>
1280
e8b1643c
GM
1281 * simple.el (eval-expression-print-level): Fix last change.
1282
f3185924
GM
1283 * bindings.el (mode-line-coding-system-map): New variable.
1284 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1285
92a25631
GM
1286 * simple.el (eval-expression-print-level): Change the type
1287 of the defcustom to allow nil.
1288
9584e63a
GM
1289 * emacs-lisp/find-gc.el: Moved here from lisp/.
1290
698ee07c
SM
1291 * international/quail.el (quail-completion-1):
1292 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
1293 From Kenichi Handa <handa@etl.go.jp>.
1294
c0551649
GM
1295 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1296 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1297
ef32aa02
EZ
12982001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1299
1300 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1301 aren't supported. This avoids the annoying gray strip drawn by
1302 the Windows version instead of the missing tool bar.
1303
ff4ec1f7
GM
13042001-08-29 Gerd Moellmann <gerd@gnu.org>
1305
53ca4610
GM
1306 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1307 and tooltips more consistent. From "Marshall, Simon"
1308 <Simon.Marshall@midas-kapiti.com>.
1309
ff4ec1f7
GM
1310 * startup.el (fancy-splash-screens): Temporarily set
1311 minor-mode-map-alist to nil while displaying splash screens.
1312
6d6c3f84
GM
13132001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1314
1315 * buff-menu.el: Add Keywords header.
1316 Doc fix (C-x C-b is bound to list-buffers).
1317
565132a3
GM
1318 * dired-x.el: Add keyword files to get listed in finder.
1319 Remove confusing notes about GNU Emacs 19.
1320
1321 * dired.el, dired-aux.el: Add Keywords header.
1322
042e6d91
AS
13232001-08-28 Andre Spiegel <spiegel@gnu.org>
1324
1325 * vc.el (vc-revert-file): Call the backend even if the FILE's
1326 contents can be reverted locally; pass new arg CONTENTS-DONE
1327 down to the backend.
1328
854bd40a 1329 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
1330 optional arg CONTENTS-DONE.
1331
33818c6c
AI
13322001-08-28 Andrew Innes <andrewi@gnu.org>
1333
1334 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1335
0f76ca04
EZ
13362001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1337
1338 * makefile.nt (install): Copy more *.el files.
1339
6b6e2422
GM
13402001-08-28 Gerd Moellmann <gerd@gnu.org>
1341
1342 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1343 instead of `w' which is already in use.
1344
5b52c296
GM
1345 * gs.el (gs-load-image): Use sleep-for.
1346 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1347
43744cb9
MB
13482001-08-28 Miles Bader <miles@gnu.org>
1349
1350 * replace.el (query-replace-regexp-eval): Return args from
1351 `interactive' form in correct order.
1352
4b4ea1dc
EZ
13532001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1354
1355 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1356 major modes, don't create panes for modes for which
1357 mouse-buffer-menu-alist returns an empty alist.
1358
13592001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
1360
1361 * progmodes/hideshow.el: Update first-line description.
1362 Sync comments w/ maintainer version 5.31.
1363
1364 (hs-isearch-open): Default value now `code'.
1365 Fix docstring to use "code blocks" vs "comment blocks",
1366 as opposed to "block" vs "comment".
1367 (hs-flag-region): Accept `hs-isearch-open' value
1368 of `block' as synonymous w/ `code'.
1369 (hs-hide-block-at-point): For code blocks, pass `code'
1370 to `hs-flag-region' instead of `block'.
1371
9ad62cf8
MB
13722001-08-28 Miles Bader <miles@gnu.org>
1373
1374 * comint.el (comint-next-prompt): Don't loop infinitely if
1375 {next,previous}-single-char-property-change returns its input
1376 position when the search fails.
1377
13782001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
1379
1380 * comint.el (comint-get-old-input-default): Don't signal an error
1381 if point is not on an input field; instead, return the current
1382 line (using `comint-bol' to skip any prompt, in case we're not
1383 using fields at all).
1384
1385 * man.el (Man-mode-line-format): Variable removed.
1386 (Man-mode): Change `mode-line-buffer-identification' instead of
1387 `mode-line-format'.
1388
d599a452
GM
13892001-08-27 Gerd Moellmann <gerd@gnu.org>
1390
1391 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1392 From Simon Josefsson <jas@extundo.com>.
1393
299248aa
EZ
13942001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1395
5b02e712
EZ
1396 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1397 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1398
89aea802
EZ
1399 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1400 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1401
1402 * emacs-lisp/lselect.el: Ditto.
1403
3452efc2
SM
1404 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1405 Remove periods from the end of error message strings.
1406 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 1407
299248aa
EZ
1408 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1409 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1410
1411 * net/telnet.el: Ditto.
1412
08ead67b
GM
14132001-08-26 Gerd Moellmann <gerd@gnu.org>
1414
1415 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1416 KEYMAP to the call to define-minor-mode.
1417
cf8f0b68
EZ
14182001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1419
1420 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1421 Replace some of the undefined characters with emulations of bidi
1422 formatting characters and Niqud as per SI 1311-1.
1423 (IT-unicode-translations): Ditto.
3452efc2
SM
1424 (IT-display-table-setup, IT-setup-unicode-display):
1425 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 1426
16837afc
GM
14272001-08-24 Simon Josefsson <jas@extundo.com>
1428
1429 * hl-line.el (hl-line-mode): Don't be a global mode.
1430 (global-hl-line-mode): New function.
1431
33954c45
GM
14322001-08-24 Gerd Moellmann <gerd@gnu.org>
1433
1434 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1435 being reset by Ghostscript. Don't kill the gs process.
1436 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1437
fa05f6ac
AC
14382001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1439
1440 * term/mac-win.el: Require scroll-bar.
1441
3452efc2
SM
14422001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1443
1444 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1445
02aec07b
EZ
14462001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1447
1448 * hexl.el (hexl-insert-multibyte-char) New function.
1449 (hexl-quoted-insert, hexl-self-insert-command)
1450 (hexl-insert-hex-char, hexl-insert-decimal-char)
1451 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1452 Fix the doc strings accordingly.
1453 (hexl-insert-char): Reject characters whose code is above 255.
1454 Doc fix.
1455 (hexl-mode-map): Copy the global keymap instead of creating a
1456 sparse keymap, and bind all self-inserting characters to
1457 hexl-self-insert-command.
1458
9bfc65eb
SM
14592001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1460
3452efc2
SM
1461 * wid-edit.el (text): Re-order docstring correctly.
1462
9bfc65eb
SM
1463 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1464
1465 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1466
32f2f98e
EZ
14672001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1468
1469 * simple.el (line-number-mode): Mention the variable
1470 line-number-display-limit-width in the doc string.
1471
374388c3
GM
14722001-08-22 Gerd Moellmann <gerd@gnu.org>
1473
1474 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1475 Temporarily select EVENT's window for switching buffers.
1476 (mode-line-bury-buffer): New function.
1477 (mode-line-buffer-identification-keymap): Use it instead of
1478 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 1479 events from shining through.
374388c3 1480
dde6824c
SM
14812001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1482
1483 * newcomment.el (comment-beginning): Make sure the comment-start
1484 we found isn't a comment-end (in cases where confusion is possible).
1485
99bf1e74
MB
14862001-08-22 Miles Bader <miles@gnu.org>
1487
1488 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1489 before writing it, so that hard-links don't see new version.
1490
37618c60
GM
14912001-08-21 Gerd Moellmann <gerd@gnu.org>
1492
dde6824c
SM
1493 * gs.el (gs-set-ghostview-colors-window-prop):
1494 Call x-change-window-property with 3rd arg FRAME.
40e33037 1495 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1496 to complete before starting a new one.
1497
6ea3db8a
GM
1498 * image.el (image-type-regexps): Make sure that the TIFF
1499 pattern is only matched at the beginning of a string.
1500 From Markus Rost <rost@math.ohio-state.edu>.
1501
dde6824c 1502 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1503 Oberg <jonas@gnu.org>.
1504
1f8437c4
RV
15052001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1506
1507 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1508 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1509
1510 * whitespace.el (whitespace-write-file-hook): Hook to be called
1511 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1512 write will abort on detecting whitespaces.
1513 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1514 automatically prior to writing.
1515
1516 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1517 whitespaces in the error output!
1518
dde6824c 1519 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1520 `indent-tabs-mode', since the latter notes user preferences on
1521 TABs anyway.
1522
1523 * whitespace.el (whitespace-version): 3.1. All of the above issues
1524 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1525
9b96c57d
GM
15262001-08-20 Gerd Moellmann <gerd@gnu.org>
1527
8039284a
GM
1528 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1529 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1530
9b96c57d
GM
1531 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1532
1c71c0c3
GM
15332001-08-20 Alex Schroeder <alex@gnu.org>
1534
1535 * sql.el (sql-db2): Doc change.
1536
15372001-08-20 Alex Schroeder <alex@gnu.org>
1538
1539 * sql.el (sql-postgres): Add the database at the end of the
1540 parameters instead of at the beginning.
1541 (sql-postgres-options): Doc change.
1542
6c7f60a2
GM
15432001-08-17 Gerd Moellmann <gerd@gnu.org>
1544
1545 * custom.el (defcustom): Doc fix.
1546
64ed6f71
GM
15472001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1548
6c7f60a2 1549 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1550 returns a valid character.
1551
7851eb98
EZ
15522001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1553
1554 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1555 original-point for extra CR characters that are added/removed when
1556 the buffer is written/read whose EOL type is -dos.
1557
b76dfd21
MB
15582001-08-16 Miles Bader <miles@gnu.org>
1559
1560 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1561
1562 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1563 property to input-terminating `boundary' overlays to avoid
1564 line-move wierdness.
1565
e67d1843
GM
15662001-08-16 Gerd Moellmann <gerd@gnu.org>
1567
1568 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1569 buffer in a save-restriction. Under one test case with Ediff,
1570 window-scroll-functions are run with a window start that's
1571 temporarily outside of the restriction.
1572
21324fae
GM
15732001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1574
dde6824c 1575 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1576 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1577 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1578 (texinfo-update-menu-region-beginning)
1579 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1580 command, @ifnottex, to regexps, so it is found.
1581
0645d241
AI
15822001-08-16 Andrew Innes <andrewi@gnu.org>
1583
1584 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1585 (DONTCOMPILE): Omit sc.el.
1586
1587 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1588 (DONTCOMPILE): Omit sc.el.
1589
ae13fc3c
GM
15902001-08-16 Gerd Moellmann <gerd@gnu.org>
1591
1592 * replace.el (occur): Bind inhibit-read-only to t.
1593
1369261b
MB
15942001-08-16 Miles Bader <miles@gnu.org>
1595
dde6824c
SM
1596 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1597 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1598
8464af45
GM
15992001-08-15 Gerd Moellmann <gerd@gnu.org>
1600
ec69d5ec 1601 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1602 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1603
1f8437c4 1604 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1605 of a while-loop.
1606
93aba6fc 1607 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1608
8464af45
GM
1609 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1610 Don't include term/.
1611
ae13fc3c
GM
1612 * mail/sc.el: Moved to obsolete/.
1613
8b313639
GM
16142001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1615
1616 * ps-print.el: Change error function arguments to follow Emacs
1617 message convention. Doc fix.
1618 (ps-print-version): New version number (6.5.4).
1619 (coding-system-for-write): Change declaration position to avoid
1620 XEmacs compilation gripes.
dde6824c
SM
1621 (coding-system-for-read, buffer-file-coding-system):
1622 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1623
1624 * ps-mule.el: Doc fix.
1625 (ps-mule-encode-header-string): If STRING is not a string, replace
1626 STRING by empty string.
1627
5fb125b4
EZ
16282001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1629
1630 * frame.el (show-trailing-whitespace): Doc fix.
1631
49e49b77
EZ
16322001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1633
1634 * desktop.el (desktop-save): Insert the coding: tag before
1635 desktop-header.
1636
3e6385a4
GM
16372001-08-13 Gerd Moellmann <gerd@gnu.org>
1638
0de73d5a
GM
1639 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1640 its path from $els.
1641
3e6385a4
GM
1642 * image.el (image-jpeg-p): Fix call of substring.
1643
4a9bf8a4
GM
16442001-08-10 Gerd Moellmann <gerd@gnu.org>
1645
242e5463
GM
1646 * play/animate.el (animate-string): Doc fix. Use a buffer
1647 name with stars in it.
1648 (animate-sequence): New function.
1649 From Richard Stallman <rms@gnu.org>.
1650
030f4537
GM
1651 * frame.el (select-frame-set-input-focus): New function
1652 extracted from other-frame.
1653 (other-frame): Use it.
1654 (next-multiframe-window, previous-multiframe-window): Use it.
1655
346f18dc
GM
1656 * isearch.el (isearch-other-meta-char): Don't switch to the
1657 buffer of a window clicked on, when the current buffer is
1658 in Isearch mode.
1659
4a9bf8a4
GM
1660 * image.el (image-jpeg-p): Test for APPn markers in the range
1661 #xe0..#xef.
1662
eaa2319f
GM
16632001-08-09 Gerd Moellmann <gerd@gnu.org>
1664
3638868e
GM
1665 * desktop.el (desktop-save): Don't use concat to form a file
1666 name, use expand-file-name.
1667
6b48d742
GM
1668 * mouse.el (mouse-delete-window): Do nothing if frame has just
1669 one window.
1670
ed771c89
GM
1671 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1672 for the minor mode name.
1673
1674 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1675 minor mode name.
1676
dde6824c
SM
1677 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1678 instead of make-mode-line-mouse2-map.
ed771c89
GM
1679
1680 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1681 the minor mode name.
1682
dde6824c
SM
1683 * emacs-lisp/easy-mmode.el (define-minor-mode):
1684 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1685
dde6824c
SM
1686 * calendar/calendar.el (calendar-mode-line-format):
1687 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1688
a4afe04e
GM
1689 * bindings.el (make-mode-line-mouse-map): Renamed from
1690 make-mode-line-mouse2-map. Take additional arg MOUSE.
1691 (mode-line-modified): Use mouse-3 instead of mouse-2.
1692 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1693 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1694
8e3189f0
GM
1695 * bindings.el (mode-line-format): Specify help-echo for line
1696 number, column number and buffer-percent part of the mode-line.
1697
eaa2319f
GM
1698 * image.el (image-type-regexps): Allow whitespace at the start
1699 of the image data for XPM, XBM and Postscript, which are
1700 text files.
1701 (image-jpeg-p): Correct calculation of next field offset.
1702
e3601cf6
PJ
17032001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1704
1705 * battery.el: Fix typo.
1706
057b57f6
GM
17072001-08-08 Gerd Moellmann <gerd@gnu.org>
1708
8a8ef149
GM
1709 * image.el (image-type-regexps): Allow predicates. Change the way
1710 JPEG images are recognized.
1711 (image-jpeg-p): New function.
1712 (image-type-from-data): Handle predicates in image-type-regexps.
1713
057b57f6
GM
1714 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1715 #:, #x, #o, and similar constructs.
1716
69ebef1d
GM
17172001-08-07 Gerd Moellmann <gerd@gnu.org>
1718
22d01aed
GM
1719 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1720
23f46f6f
GM
1721 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1722 instead of `progn'.
1723
e8421604
GM
1724 * tar-mode.el (tar-extract): Avoid generating a new buffer
1725 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1726
ea2c6478
GM
1727 * textmodes/paragraphs.el (forward-sentence): Avoid building
1728 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1729
dde6824c
SM
1730 * progmodes/executable.el (executable-set-magic):
1731 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1732 inserting it.
1733
1155d483 1734 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1735 derived from the JFIF spec.
1f8437c4 1736
69ebef1d
GM
1737 * image.el (image-type-regexps): Use `\`' instead of `^' in
1738 most regular expressions.
1739
d1d850d6
PJ
17402001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1741
dde6824c 1742 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1743
98a8938c
GM
17442001-08-06 Gerd Moellmann <gerd@gnu.org>
1745
dde6824c
SM
1746 * help.el (describe-function-1): Use find-function-search-for-symbol
1747 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1748
5a397d28
GM
1749 * play/animate.el (animate-birthday-present): Re-insert.
1750
dde6824c
SM
1751 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1752 Handle old-style menu definitions.
98a8938c 1753
7b3220c0
PJ
17542001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1755
6228c05b 1756 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1757 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1758
070c251e 1759 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1760 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1761 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1762
dffb6224
PJ
17632001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1764
1765 * textmodes/tildify.el: Milan Zamazal has new address.
1766
698665d1
GM
17672001-08-03 Gerd Moellmann <gerd@gnu.org>
1768
be48584d
GM
1769 * custom.el (custom-set-variables): Don't test `custom-requests'
1770 properties, check the third element of the options passed to
1771 custom-set-variables instead.
1772
5e1f85e0 1773 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1774 instead of file-exists-p.
5e1f85e0 1775
b0fa1513
GM
1776 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1777 the mode-line face is restored. Fix several bugs.
1778
698665d1
GM
1779 * replace.el (perform-replace): Doc fix.
1780
4a7641d9
FP
17812001-08-02 Francesco Potorti` <pot@gnu.org>
1782
1783 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1784 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1785 (uniquify-fix-item-base, uniquify-fix-item-filename)
1786 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1787 Callers changed.
1788 (uniquify-set-proposed): Changed to work with a vector item.
1789 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1790 the fix list, and a list of strings for the non-file buffer
1791 names. Both changes reduce consing.
1792 (uniquify-rationalize-a-list): Local variable renaming.
1793 (uniquify-rationalize-conflicting-sublist): Use member instead of
1794 assoc.
1795 (uniquify-rename-buffer): Use unless instead of if not.
1796
77389930
GM
17972001-08-02 Gerd Moellmann <gerd@gnu.org>
1798
dde6824c 1799 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1800
cb3f945f
GM
1801 * custom.el (custom-set-variables): Set options with :require
1802 clauses last.
4a7641d9 1803
fbc7f2a6
GM
1804 * custom.el (defcustom): Doc fix.
1805
77389930
GM
1806 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1807
9761cd3a
EZ
18082001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1809
7e03f4c8
EZ
1810 * man.el (man): Mention Man-switches in the doc string.
1811 (Man-switches): Mention -a in the doc string.
1812
dde6824c
SM
1813 * textmodes/ispell.el (ispell-alternate-dictionary):
1814 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1815
9761cd3a
EZ
1816 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1817 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1818 <gildea@stop.mail-abuse.org>.
9761cd3a 1819
cc46bfe7
FP
18202001-08-01 Francesco Potorti` <pot@gnu.org>
1821
fc10ed8c
FP
1822 * uniquify.el: These changes correct a corner case that the old
1823 code managed correctly.
1824 (uniquify-fix-item-proposed): Renamed from
1825 uniquify-fix-item-min-proposed.
1826 (uniquify-set-proposed): New function.
1827 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1828 clarity and speed.
dde6824c
SM
1829 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1830 This is equivalent to what the old code did.
fc10ed8c
FP
1831 (uniquify-rationalize-a-list): Never recompute the proposed
1832 name. Sort the conflicting sublist before rationalising it: this
1833 is equivalent to what the old code did, but one directory element
1834 at a time, and only when necessary.
1835 (uniquify-rationalize-conflicting-sublist): Recompute here the
1836 proposed name.
cc46bfe7 1837
dd388130
GM
18382001-08-01 Gerd Moellmann <gerd@gnu.org>
1839
81b1a79d
GM
1840 * play/animate.el: Add Keywords and Maintainer. Remove a
1841 reference to a removed function.
cc46bfe7 1842
dd388130
GM
1843 * play/animate.el (animate-string): Handle case that the string is
1844 longer than the window is wide.
1845
6b053e39
GM
18462001-07-31 Gerd Moellmann <gerd@gnu.org>
1847
ed86208c
GM
1848 * desktop.el (desktop-save): Bind coding-system-for-write to
1849 `emacs-mule' for write-region.
1850
10e922bd
GM
1851 * delsel.el (delete-selection-pre-hook): Don't set this-command
1852 to `ignore' if the region is empty.
1853
dde6824c
SM
1854 * international/mule.el (set-keyboard-coding-system):
1855 Set keyboard-coding-system.
b23bad0b 1856
6b053e39
GM
1857 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1858 before accessing it.
1859
d004e96a
AS
18602001-07-30 Andreas Schwab <schwab@suse.de>
1861
dde6824c
SM
1862 * menu-bar.el (toggle-highlight-paren-mode):
1863 Use `(show-paren-mode)' as body.
d004e96a 1864
892c8dea
AS
18652001-07-30 Andre Spiegel <spiegel@gnu.org>
1866
1867 * vc.el (vc-checkout-hook): New hook.
1868 (vc-checkout): Run it.
1869
21f79512
EZ
18702001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1871
dde6824c
SM
1872 * progmodes/make-mode.el (makefile-macroassign-regex):
1873 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1874
291e3b68
GM
18752001-07-30 Gerd Moellmann <gerd@gnu.org>
1876
6594ac22
GM
1877 * vc.el (vc-switch-backend): Fix autoload cookie.
1878
291e3b68
GM
1879 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1880 the desktop file.
1881
87449711
GM
18822001-07-30 Simon Josefsson <jas@extundo.com>
1883
1884 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1885 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1886
bf85004b
GM
18872001-07-27 Gerd Moellmann <gerd@gnu.org>
1888
75c5350a
GM
1889 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1890 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1891 (last-sexp-toggle-display, eval-last-sexp-1):
1892 Use last-sexp-setup-props.
75c5350a 1893
cc46bfe7 1894 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1895 New user-options.
1896 (mouse-wheel-change-button): New function.
1897 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1898 (mwheel-scroll): Ditto.
1899
16098288
GM
19002001-07-26 Gerd Moellmann <gerd@gnu.org>
1901
ac49effe
GM
1902 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1903 `...', compare with unabbreviated printed representation instead.
1904 (last-sexp-print): Bind print-length and print-level to nil.
1905
be4a68f9
GM
1906 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1907 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1908
f6e6cdf2
GM
1909 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1910 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1911 <mouse-2> and <RET> in that map to a function printing the
1912 unabbreviated value.
1913
16098288
GM
1914 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1915 is a buffer, put a text property `printed-value' on the printed
1916 representation, with the Lisp object printed as value.
1917
343462ed
EZ
19182001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1919
1920 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1921 Mention the effect of eval-expression-print-length and
1922 eval-expression-print-level in the doc strings. Suggested by
1923 Kevin Gallagher <kevingal@onramp.net>.
1924
e043664a
GM
19252001-07-25 Gerd Moellmann <gerd@gnu.org>
1926
4b09e331
GM
1927 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1928 for buttons > 3.
1929 (xterm-mouse-translate): Handle the case that we don't get a
1930 down-event.
cc46bfe7 1931
dde6824c
SM
1932 * emacs-lisp/find-func.el (find-function-regexp):
1933 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1934 in front of the function name.
1935
17635d50 1936 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1937
3fb01f36
GM
1938 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1939 similar events for which fake prefix keys are generated. It's no
1940 longer necessary since read_key_sequence doesn't modify these
1941 events for internal purposes anymore.
1942
e043664a
GM
1943 * files.el (auto-mode-alist): Use nroff-mode for files ending
1944 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1945
a9f73104
EZ
19462001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1947
1948 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1949 tool-bar-lines parameter, behave as if its value were zero.
1950 (mouse-avoidance-set-pointer-shape): Don't do anything if
1951 x-pointer-shape is not boundp.
1952
c02a76cc
FP
19532001-07-23 Francesco Potorti` <pot@gnu.org>
1954
f0188953 1955 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1956 (uniquify-fix-item-base, uniquify-fix-item-filename)
1957 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1958 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1959 place in the item, but was never used.
c02a76cc 1960 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1961 in the item is now used as cache for the proposed name.
c02a76cc 1962 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1963 newbuffile out of the loop, in the newbuffile-nd local var.
1964 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1965 common case and cache it in the fourth place in the item.
f0188953 1966 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1967 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1968 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1969 the cached proposed name, does much less consing and is quicker.
1970 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1971 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1972 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1973 cached proposed name is possible.
1974 (uniquify-get-proposed-name): Arguments changed, callers changed.
1975 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1976 uniquify-possibly-resolvable flag, which is no more bound locally.
1977 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1978 flag, which does not exist any more.
c02a76cc 1979
31fac3b8
EZ
19802001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1981
be8cf99e
EZ
1982 * term/internal.el (IT-unicode-translations): Fix the appearance of
1983 "6`".
1984
31fac3b8
EZ
1985 * progmodes/compile.el (compile-internal): If EMACS is already
1986 defined in the environment, don't override its value.
1987
73496807
GM
19882001-07-23 Gerd Moellmann <gerd@gnu.org>
1989
9e5a7f2a
GM
1990 * play/fortune.el: Undo change of 2001-07-13.
1991 Fix autoload cookies. Add types to defcustoms.
1992 (fortune) <defgroup>: Add :link.
1993 (fortune-from-region): Use eq, not eql.
1994 From Dave Love <fx@gnu.org>.
c02a76cc 1995
5247262a 1996 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1997
73496807
GM
1998 * play/animate.el: New file.
1999
722a451d
EZ
20002001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2001
dde6824c
SM
2002 * startup.el (normal-top-level-add-subdirs-to-load-path):
2003 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
2004 canonicalized names of the directories instead of inode numbers.
2005
4960e757 20062001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 2007
4960e757
MK
2008 * ediff-util.el: Copyright years.
2009 (ediff-choose-syntax-table): New function.
2010 (ediff-setup): Use ediff-choose-syntax-table.
73496807 2011 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 2012 vc-state is available.
73496807 2013 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 2014
4960e757
MK
2015 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2016 with-syntax-table.
73496807
GM
2017 (ediff-coding-system-for-read): From ediff-diff.el
2018 (ediff-coding-system-for-write): New variable.
2019 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 2020 overlays.
73496807
GM
2021 (ediff-file-remote-p): Use file-remote-p, if available.
2022 (ediff-listable-file): New function.
2023 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 2024
dde6824c
SM
2025 * ediff-mult.el (ediff-meta-insert-file-info1):
2026 Use ediff-listable-file.
c02a76cc 2027
dde6824c
SM
2028 * ediff-ptch.el (ediff-prompt-for-patch-file):
2029 Use ediff-coding-system-for-read.
73496807 2030 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 2031
73496807
GM
2032 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2033 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 2034
4960e757 2035 * ediff.el: Date of last update, copyright years.
c02a76cc 2036
4960e757 2037 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 2038
4960e757
MK
2039 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2040 of Scott Bronson.
2041 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2042 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2043 Deleted functions.
2044 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2045 ex-token-list.
73496807 2046 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 2047
dde6824c 2048 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
2049 (viper-memq-char): Use viper-int-to-char.
2050 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 2051 vc-locking-state.
73496807 2052 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 2053
dde6824c
SM
2054 * viper.el (viper-major-mode-modifier-list):
2055 Added inferior-emacs-lisp-mode.
73496807 2056 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 2057 heuristics to decide if vi state is appropriate.
73496807
GM
2058 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2059 (viper-non-hook-settings): Don't advise read-key-sequence.
2060 (viper-read-key-sequence): New function that replaces the
4960e757 2061 previously used advice to read-key-sequence.
c02a76cc 2062
73496807
GM
2063 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2064 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2065 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2066 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2067 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2068 Got rid of the negative character hack.
4960e757 2069 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
2070 Use viper-read-key-sequence.
2071 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 2072 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 2073 Don't override existing minibuffer-setup-hook.
4960e757 2074 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 2075 Convert registers to char data type.
73496807 2076 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
2077
2078 * viper-keym.el: Use viper-exec-key-in-emacs.
2079
05824718
SM
20802001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2081
2082 * server.el (server-visit-files): Fix variable name typo.
2083
6e07c0a5
GM
20842001-07-20 Gerd Moellmann <gerd@gnu.org>
2085
05824718 2086 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
2087 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2088
5b6858da
SM
20892001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2092 return a this-error using the alternative format (a pair of markers).
2093
794d58ba
GM
20942001-07-19 Gerd Moellmann <gerd@gnu.org>
2095
4e2a256b
GM
2096 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2097
794d58ba
GM
2098 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2099 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 2100
381194d0
PJ
21012001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2102
2103 * international/iso-transl.el: Fix typo in the header of the file.
2104
2105 * textmodes/picture.el (picture): Doc fix.
2106
2107 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2108 follow coding conventions in generated files.
2109
27009a49
EZ
21102001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2111
5b6858da 2112 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
2113 (tool-bar-add-item): Don't call image-related primitives if the
2114 display doesn't support images.
2115
2116 * frame.el (display-images-p): New function.
2117
467f1209
GM
21182001-07-17 Gerd Moellmann <gerd@gnu.org>
2119
2120 * server.el (server-visit-files): Handle the case the specified
2121 column number is <= 0.
2122
21232001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2124
2125 * startup.el (command-line-1): Add support for +LINE:COLUMN
2126 command line argument.
2127
21282000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2129
5b6858da
SM
2130 * server.el (server-process-filter, server-visit-files):
2131 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 2132
9781053a
PJ
21332001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2134
2135 * emacs-lisp/easy-mmode.el: Add Keywords header.
2136
2137 * play/pong.el: Author has new address.
2138
2139 * play/landmark.el: Author is no more reachable.
2140
2141 * play/handwrite.el: Author is no more reachable.
2142
5b6858da
SM
21432001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2144
2145 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2146 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2147 Complete bindings for F<1..12> keys.
2148 (global-map): Remove `undo' binding (already in the default).
2149 Replace `t<n>' bindings with `f<n>' bindings.
2150
a38b71b0
SM
21512001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2152
2153 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2154 (tcl-mode): Use tcl-add-log-defun.
2155 (tcl-indent-line): Use tcl-calculate-indent.
2156 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2157 (tcl-indent-exp): Renamed from indent-tcl-exp.
2158 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2159 (tcl-indent-for-comment): Call comment-indent-function properly
2160 and handle the case where it returns nil.
2161
c1d61a7d
GM
21622001-07-16 Gerd Moellmann <gerd@gnu.org>
2163
a38b71b0
SM
2164 * calendar/cal-islam.el (calendar-goto-islamic-date):
2165 Remove autoload cookie.
2166
2167 * calendar/calendar.el (calendar-goto-islamic-date):
2168 Add call to autoload.
c1d61a7d 2169
c59fb719
SM
21702001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2171
2172 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2173 Don't change compile-auto-highlight globally.
2174 Don't bother with `font-lock-defaults' property since XEmacs
2175 also understands the `font-lock-defaults' variable.
2176 Use make-local-variable rather than make-variable-buffer-local.
2177 Don't `defconst' comment-indent-function: keep the default.
2178 Call easy-menu-add unconditionally.
2179 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2180 (ada-create-menu): Use :included for Emacs as well.
2181
2182 * vc.el (vc-do-command): Autoload.
2183
2184 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2185
652a9be9
PJ
21862001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2187
2188 * ps-print.el: Fix Author: header.
2189
c3d6be34
GM
21902001-07-16 Gerd Moellmann <gerd@gnu.org>
2191
4391d40d
GM
2192 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2193 mouse-1 etc., bind them to `ignore'.
2194
c3d6be34
GM
2195 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2196 send-invisible, which is already defined in Comint.
2197 (eshell-watch-for-password-prompt): Use it.
2198
e8af40ee
PJ
21992001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2200
3c3e43ef
PJ
2201 * which-func.el (which-func-mode): Doc fix.
2202
e8af40ee 2203 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
2204 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2205 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2206 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2207 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2208 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2209 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2210 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2211 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2212 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2213 * emulation/edt-mapper.el, emulation/edt-pc.el,
2214 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2215 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2216 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2217 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2218 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2219 * international/isearch-x.el, international/iso-cvt.el,
2220 * international/ogonek.el, international/quail.el,
2221 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2222 * language/devanagari.el, language/ethio-util.el,
2223 * language/ethiopic.el, language/european.el, language/indian.el,
2224 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2225 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2226 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2227 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2228 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2229 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2230 * progmodes/autoconf.el, progmodes/cmacexp.el,
2231 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2232 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2233 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2234 * progmodes/ebnf2ps.el, progmodes/executable.el,
2235 * progmodes/fortran.el, progmodes/idlw-shell.el,
2236 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2237 * progmodes/m4-mode.el, progmodes/mantemp.el,
2238 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2239 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2240 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2241 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2242 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2243 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2244 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2245 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2246 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2247 * textmodes/two-column.el, time-stamp.el, timezone.el,
2248 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2249 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2250 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
2251 conventions.
2252
bb24c64f
GM
22532001-07-16 Gerd Moellmann <gerd@gnu.org>
2254
2255 * simple.el (set-variable): Require 'cus-edit' instead of
2256 `wid-edit', so that the Custom widgets get defined.
2257
6a05d05f
PJ
22582001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2259
2260 * allout.el: A fix to follow coding conventions.
2261
2262 * find-lisp.el: A fix to follow coding conventions.
2263
2264 * term/w32-win.el: A fix to follow coding conventions.
2265
2266 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2267
2268 * term/xterm.el: A fix to follow coding conventions.
2269
2270 * term/news.el: A fix to follow coding conventions.
2271
2272 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2273 header line fixed.
2274
2275 * sun-curs.el: Fix Maintainer: header line.
2276
2277 * emacs-lisp/easymenu.el: Address of the author added.
2278
1b85bd12
GM
22792001-07-16 Gerd Moellmann <gerd@gnu.org>
2280
2281 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2282 property.
2283
6e44da43
PJ
22842001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2285
2286 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 2287 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
2288 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2289 Some fixes to follow coding conventions.
6e44da43 2290
6033fc96
GM
22912001-07-16 Gerd Moellmann <gerd@gnu.org>
2292
2293 * which-func.el (which-func-mode): Doc fix.
2294
5d3d1e32
SM
22952001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2296
2297 * net/rcompile.el (remote-compile): Use make-local-variable.
2298
2299 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2300
2301 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2302
2303 * mail/reporter.el (reporter-submit-bug-report):
2304 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2305
55535639
PJ
23062001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2307
3afbc435 2308 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
2309 * calendar/cal-dst.el, calendar/cal-french.el,
2310 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2311 * calendar/cal-iso.el, calendar/cal-julian.el,
2312 * calendar/cal-mayan.el, calendar/cal-persia.el,
2313 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2314 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2315 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2316 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2317 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2318 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2319 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2320 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2321 * progmodes/ada-xref.el, progmodes/cc-align.el,
2322 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2323 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2324 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2325 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2326 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2327 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2328 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2329 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2330 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2331 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
2332 conventions in Eshell files with known maintainers.
2333
2334 * emulation/viper.el: A fix to follow coding conventions.
2335
60370d40 2336 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
2337 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2338 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2339 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2340 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2341 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2342 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2343 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2344 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2345 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
2346 conventions in Eshell files.
2347
2348 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
2349 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2350 * emulation/pc-mode.el, emulation/viper-cmd.el,
2351 * emulation/viper-ex.el, emulation/viper-init.el,
2352 * emulation/viper-keym.el, emulation/viper-macs.el,
2353 * emulation/viper-mous.el, emulation/viper-util.el,
2354 * emulation/viper.el, forms-pass.el, international/ccl.el,
2355 * international/characters.el, international/encoded-kb.el,
2356 * international/fontset.el, international/ja-dic-cnv.el,
2357 * international/ja-dic-utl.el, international/kinsoku.el,
2358 * international/kkc.el, international/mule-cmds.el,
2359 * international/mule-diag.el, international/mule-util.el,
2360 * international/mule.el, international/titdic-cnv.el,
2361 * language/china-util.el, language/chinese.el,
2362 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2363 * language/greek.el, language/hebrew.el, language/japan-util.el,
2364 * language/japanese.el, language/korea-util.el, language/korean.el,
2365 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2366 * language/slovak.el, language/thai-util.el, language/thai.el,
2367 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2368 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2369 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2370 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2371 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2372 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2373 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2374 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2375 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2376 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
2377 to follow coding conventions in files without maintainer or in files
2378 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
2379
2380 * emacs-lisp/elp.el: A fix to follow coding conventions.
2381
715a2ca2 2382 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
2383 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2384 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2385 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2386 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2387 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2388 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2389 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2390 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2391 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2392 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2393 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
2394 conventions in files from Gnus.
2395
55535639 2396 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
2397 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2398 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2399 * echistory.el, electric.el, emacs-lisp/authors.el,
2400 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2401 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2402 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2403 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2404 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2405 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2406 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2407 * international/codepage.el, international/iso-ascii.el,
2408 * international/iso-insert.el, international/iso-transl.el,
2409 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2410 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2411 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2412 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2413 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2414 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2415 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2416 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2417 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2418 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2419 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2420 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2421 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2422 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2423 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2424 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2425 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2426 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2427 * textmodes/tex-mode.el, textmodes/text-mode.el,
2428 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2429 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2430 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
2431 files maintained by FSF.
2432
1cd7adc6
PJ
24332001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2434
2435 * arc-mode.el: A fix to follow coding conventions.
2436
2437 * bindings.el: Ditto.
2438
2439 * cdl.el: Ditto.
2440
2441 * comint.el: Ditto.
2442
2443 * cus-start.el: Ditto.
2444
2445 * shell.el: Ditto.
2446
2447 * skeleton.el: Ditto.
2448
07b1b912
SM
24492001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * info.el (Info-build-node-completions):
2452 Make Info-current-file-completions buffer local.
2453
09938b67
GM
24542001-07-13 Gerd Moellmann <gerd@gnu.org>
2455
e0f82ad8 2456 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 2457 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 2458
07b1b912 2459 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 2460 Add autoload cookie.
aa11456f 2461
09938b67
GM
2462 * play/fortune.el: Add types to defcustoms.
2463
ebea5735
PJ
24642001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2465
09938b67 2466 * language/czech.el: A fix to follow coding conventions.
ebea5735 2467
ec7dc7e1
EZ
24682001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2469
2470 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2471 to the extension list, for antlr-mode. From Christoph Wedler
2472 <Christoph.Wedler@sap.com>.
2473
ec402ad4
SM
24742001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2475
2476 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2477 (vc-dired-mode-map): Fix the madness.
2478
2479 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2480 (vc-prefix-map): Moved back from vc.el.
2481
a777242c
GM
24822001-07-11 Gerd Moellmann <gerd@gnu.org>
2483
07b1b912
SM
2484 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2485 Increase the size of the obarray.
a777242c
GM
2486 (mail-extr-all-top-level-domains): Add more toplevel domains,
2487 add more long names.
2488 From: Per Starback <starback@ling.uu.se>.
2489
874d7995
EZ
24902001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2491
2492 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2493 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2494
2495 * progmodes/ada-mode.el: Ditto.
2496
2497 * progmodes/ada-xref.el: Ditto.
2498
ff524b84
MB
24992001-07-11 Miles Bader <miles@gnu.org>
2500
2501 * finder.el (finder-insert-at-column): Also move to the next line
2502 if exactly at COLUMN.
2503
6b05fae3
GM
25042001-07-10 Gerd Moellmann <gerd@gnu.org>
2505
6ce5615d
GM
2506 * help.el (describe-function-1): When printing FUNCTION's
2507 documentation, don't assume FUNCTION is a symbol.
2508
6b05fae3
GM
2509 * startup.el (normal-top-level): Don't operate on the initial
2510 frame if we failed to create one.
2511
19da29f9
GM
25122001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2513
2514 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2515 itself, i.e. only indent the contents in it.
2516
6f19114e
GM
25172001-07-10 Markus Rost <rost@math.ohio-state.edu>
2518
2519 * mail/rmail.el (rmail-show-message): Show beginning of message in
2520 all windows containing it.
2521
8184a578
EZ
25222001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2523
2524 * term/tty-colors.el: Fix the header line and copyright years.
2525
524ac5b2
GM
25262001-07-09 Gerd Moellmann <gerd@gnu.org>
2527
4033ae9d
GM
2528 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2529 original definition has an interactive form, but is Elp
2530 instrumented, use the interactive form of the function called by
2531 elp-wrapper.
2532
59c2dcf4
GM
2533 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2534 configurations with compare-window-configuration; they aren't
2535 window configurations.
2536
524ac5b2
GM
2537 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2538 from the server for the format we expect. Don't use it if it
c59fb719 2539 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2540
06c66e1c 2541 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2542 From Luis Fernandes <elf@ee.ryerson.ca>.
2543
524ac5b2 25442001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2545
2546 * cc-cmds.el: Extended the kludge to interoperate with the
2547 delsel and pending-del packages wrt to the new function
2548 `c-electric-delete-forward'.
2549
851040a5
SM
25502001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2551
2552 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2553 to delay the call to <mode> for global minor modes.
2554 (easy-mmode-define-navigation): Only recenter if interactive.
2555
6573d87f
GM
25562001-07-06 Gerd Moellmann <gerd@gnu.org>
2557
a25e82a8
GM
2558 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2559 to lisp-indent-line.
2560
6573d87f
GM
2561 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2562 from the server. Call encode-time only when we are sure that we
2563 got a 213 response.
2564
c1a1fd60
GM
25652001-07-06 Simon Josefsson <jas@extundo.com>
2566
2567 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2568 (mail-envelope-from): New user option.
2569 (sendmail-send-it): Use it.
2570
4b81a999
GM
25712001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2572
851040a5
SM
2573 * ps-print.el: Use locale dependant date to print date in header.
2574 Doc fix.
4b81a999
GM
2575 (ps-print-version): New version number (6.5.3).
2576 (ps-right-header, ps-right-footer): Initialization and doc fix.
2577 (ps-time-stamp-locale-default): New fun.
2578
a2cc5c4f
GM
25792001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2580
2581 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2582 field problem with MIME-mode.
2583
2584 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2585
25862001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2587
2588 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2589 MIME-mode.
2590
a9b511e0
EZ
25912001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2592
2593 * bindings.el (mode-line-mule-info): Don't show the tip with
2594 buffer-file-coding-system if that is nil.
2595
0f60e5ff
GM
25962001-07-05 Gerd Moellmann <gerd@gnu.org>
2597
f25cfe53
GM
2598 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2599 instead of kill-line.
2600
5f72adc0
GM
2601 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2602 <Pavel@Janik.cz>.
2603
2604 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2605 <Pavel@Janik.cz>.
0f60e5ff 2606
b5e2c7a7
GM
26072001-07-04 Gerd Moellmann <gerd@gnu.org>
2608
2609 * font-lock.el (c-font-lock-keywords-3): When matching something
2610 like `struct X Y', finish with point after Y.
2611
e5836af8 26122001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2613
e5836af8 2614 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2615 in caller buffer.
e5836af8 2616
f1c53471
EZ
26172001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2618
bf4041b6 2619 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2620 instead of string-match to find the basename of the file.
2621 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2622
851040a5
SM
2623 * net/browse-url.el (browse-url-default-windows-browser):
2624 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2625 (browse-url-browser-function) [ms-dos]: Default to
2626 browse-url-default-windows-browser.
2627
f1c53471
EZ
2628 * help.el (locate-library): Enable code that looks for compressed
2629 libraries if auto-compression-mode is on.
2630
4ce5c223
SM
26312001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2632
2633 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2634
dd441b46
GM
26352001-07-02 Gerd Moellmann <gerd@gnu.org>
2636
4ce5c223 2637 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2638
7a3ee510
EZ
26392001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2640
33e432b1
EZ
2641 * allout.el: Fix the header line, so that finder.el recognizes it.
2642 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2643
4ce5c223
SM
2644 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2645 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2646
3024d920
EZ
26472001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2648
4ce5c223 2649 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2650
3024d920
EZ
2651 * ps-bdf.el (bdf-directory-list): Use the value relative to
2652 installation-directory for MS-Windows as well.
2653
0c1baae8
RS
26542001-06-29 Richard M. Stallman <rms@gnu.org>
2655
2656 * wid-edit.el (widget-color-sample-face-get):
2657 Return ((foreground-color . COLOR)) instead of constructing a face.
2658
442ebe98
EZ
26592001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2660
2661 * faces.el (region): Change the background color for the
2662 light-background color display to lightgoldenrod2, to make it
2663 visible on some laptops.
2664
6519817e
RS
26652001-06-28 Richard M. Stallman <rms@gnu.org>
2666
2667 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2668 (rmail-msg-restore-non-pruned-header): Likewise.
2669 If point was in the old pruned header, put it at the top.
2670 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2671
6519817e
RS
2672 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2673 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2674
15533ae2
SM
26752001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2676
2677 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2678
19a448e3
KF
26792001-06-28 Karl Fogel <kfogel@red-bean.com>
2680
2681 * saveplace.el: Update maintainer email address.
2682
a17555fd
FP
26832001-06-27 Francesco Potorti` <pot@gnu.org>
2684
15533ae2
SM
2685 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2686 Undo previous change.
a17555fd
FP
2687
26882001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2689
2690 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2691 preliminary quick reordering. Can speed things up dramatically.
2692
555cc9ca
RS
26932001-06-26 Richard M. Stallman <rms@gnu.org>
2694
4d68abe0
RS
2695 * dired.el (dired-get-filename): A file name starting with ~
2696 is not absolute in this context.
2697
555cc9ca
RS
2698 * which-func.el (which-func-maxout): Increase default to 500000.
2699 (which-function-mode): This is now the "real" name of the function.
2700 (which-func-mode): Now an alias.
2701 (which-func-mode-global): Name deleted.
2702
2703 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2704 button-2, when binding hs-mouse-toggle-hiding.
2705
d9bad487
GM
27062001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2707
15533ae2 2708 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2709 (rmail-msg-prune-header): Likewise.
2710 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2711 and `rmail-msg-prune-header'.
2712
da197e75
SM
27132001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2714
2715 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2716 back than LINEBEG.
2717
9501b986
EZ
27182001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2719
2720 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2721 window where they clicked the mouse has a header line, adjust
2722 vertical movement by one.
2723
7aee34d3
GM
27242001-06-25 Milan Zamazal <pdm@zamazal.org>
2725
da197e75
SM
2726 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2727 too when separating a parenthesis.
7aee34d3 2728
b9cc92a4
EZ
27292001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2730
2731 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2732 (bookmark-bmenu-hide-filenames): Add help-echo to
2733 mouse-highlighted text.
2734 (bookmark-bmenu-show-filenames): Remove help-echo property from
2735 the whitespace.
2736
e55c4863
EZ
27372001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2738
da197e75
SM
2739 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2740 From Karl Eichwalder <ke@suse.de>.
e55c4863 2741
4bd41f5a
RS
27422001-06-23 Richard M. Stallman <rms@gnu.org>
2743
2744 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2745
2746 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2747 contents for completing-read.
2748
fdae95d4
RS
27492001-06-22 Richard M. Stallman <rms@gnu.org>
2750
2751 * menu-bar.el (menu-bar-make-toggle): Construct the
2752 function's doc string from HELP, not DOC, and make it accurate by
2753 adding "Toggle whether to " at the front and downcasing the initial.
2754 Change the HELP arg in some calls to make it fit this usage.
2755
2756 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2757 Undo previous change.
2758
5f0e1d42
EZ
27592001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2760
1fd63d9b
EZ
2761 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2762
da197e75 2763 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2764
2ebf8f54
EZ
27652001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2766
7a03d9cd
EZ
2767 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2768
2ebf8f54
EZ
2769 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2770
4de68712
RS
27712001-06-20 Richard M. Stallman <rms@gnu.org>
2772
2773 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2774 broken out from dabbrev--find-expansion. Handle minibuffer
2775 specially here.
2776 (dabbrev--find-expansion): Simplify code in various ways.
2777 Don't treat minibuffers specially.
2778 Call dabbrev--make-friend-buffer-list.
da197e75 2779 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2780 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2781
f84e9763 27822001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2783
f84e9763
JW
2784 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2785 Also, added a comment describing how to greatly speedup Eshell
2786 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2787
f5f3efaa 27882001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2789
da197e75
SM
2790 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2791
f84e9763
JW
27922001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2793
2794 * woman.el (WoMan-highlight-references): Add help-echo to
2795 mouse-highlighted text.
b868ed49 2796
f7ac3e28
SM
27972001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2800
f6f1beba
GM
28012001-06-18 Gerd Moellmann <gerd@gnu.org>
2802
f7ac3e28
SM
2803 * international/quail.el (quail-start-conversion):
2804 Reset quail-translating to nil.
db8f7303 2805
f6f1beba
GM
2806 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2807 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2808
1a0b9ae6
EZ
28092001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2810
855eca56
EZ
2811 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2812 mouse-highlighted text.
2813
1a0b9ae6
EZ
2814 * dired.el (dired-mark-pop-up): Fix last change.
2815
e75e894b
EZ
28162001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2817
218abc51
EZ
2818 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2819 mouse-highlighted text.
2820
d36ca65d
EZ
2821 * net/quickurl.el (quickurl-url-file): Run through
2822 convert-standard-filename.
2823 (quickurl-list-populate-buffer): Add help-echo to
2824 mouse-highlighted text.
2825 (top-level): Update Dave's URL.
2826
092924fd
EZ
2827 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2828 mouse-highlighted text.
2829
f7ac3e28
SM
2830 * textmodes/page-ext.el (pages-copy-header-and-position):
2831 Add help-echo to mouse-highlighted text.
092924fd
EZ
2832
2833 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2834 mouse-highlighted text.
2835
2836 * replace.el (occur): Add help-echo to mouse-highlighted text.
2837
2838 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2839 mouse-highlighted text.
2840
2841 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2842 mouse-highlighted text.
2843
f7ac3e28
SM
2844 * progmodes/compile.el (compile-reinitialize-errors):
2845 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2846 (compilation-forget-errors): Remove help-echo property as well.
2847
f7ac3e28
SM
2848 * play/landmark.el (lm-plot-square, lm-init-display):
2849 Add help-echo to mouse-highlighted text.
092924fd 2850
f7ac3e28
SM
2851 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2852 Add help-echo to mouse-highlighted text.
092924fd
EZ
2853
2854 * dired.el (dired-insert-set-properties): Add help-echo to
2855 mouse-highlighted text.
f7ac3e28 2856 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2857
2858 * comint.el (comint-send-input): Add help-echo to
2859 mouse-highlighted text.
2860
2861 * buff-menu.el (list-buffers-noselect): Add help-echo to
2862 mouse-highlighted text.
2863
2864 * arc-mode.el (archive-summarize-files): Add help-echo to
2865 mouse-highlighted text.
2866
e75e894b
EZ
2867 * ffap.el (ffap-machine-p): Always return nil if
2868 open-network-stream is not fboundp.
2869
f621ed9d
SM
28702001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2873 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2874 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2875 incorrectly binding chars between 128 and 256 to it.
2876 (sgml-maybe-name-self): Handle latin-1 chars properly.
2877 (sgml-tags-invisible): Bind buffer-file-name to nil.
2878 Use unwind-protect and restore-buffer-modified-p.
2879 (sgml-point-entered): Use buffer-substring-no-properties.
2880 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2881 (html-mode): Don't force `imenu-sort-function'.
2882
884e8578
EZ
28832001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2884
d5b49f47
EZ
2885 * tar-mode.el: Fix the copyright notice.
2886
ce6b1982
EZ
2887 * font-lock.el (font-lock-comment-face): For tty's with dark
2888 background, use "red1", since "lightred" is not one of the colors
2889 recognized by tty-colors.el.
2890
884e8578
EZ
2891 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2892 create a buffer for extracted file, in case there's more than one
2893 file by that name in an archive, possibly in different
2894 directories. From Kevin Rodgers <kevinr@ihs.com>.
2895
2896 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2897 <alex@gnu.org>.
2898
72190a54
MB
28992001-06-15 Miles Bader <miles@gnu.org>
2900
f621ed9d
SM
2901 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2902 Revert previous change.
72190a54 2903
e4cdc335
RS
29042001-06-14 Richard M. Stallman <rms@gnu.org>
2905
2906 * replace.el (keep-lines-read-args): Return just a regexp.
2907 Provide nil for the region args.
f621ed9d 2908 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2909 Calculate the defaults for the region here, when args are nil.
2910
c8c6b45a
EZ
29112001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2912
2913 * rot13.el (rot13-other-window): Some more doc fix.
2914
f54701d1
EZ
29152001-06-14 Per Starback <starback@ling.uu.se>
2916
2917 * replace.el (case-replace, query-replace-from-history-variable)
2918 (query-replace-to-history-variable, keep-lines-read-args)
2919 (occur-revert-function, query-replace-help): Dox fix.
2920
1604ce98
EZ
29212001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2922
2923 * rot13.el (rot13-other-window): Doc fix.
2924
22058843
MB
29252001-06-14 Miles Bader <miles@gnu.org>
2926
2927 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2928 of " and \ to "." (punctuation).
2929 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2930
e4cdc335
RS
29312001-06-13 Richard M. Stallman <rms@gnu.org>
2932
2933 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2934
2935 * simple.el (shell-command-on-region): Never kill the
2936 *Shell Command Output* buffer.
2937
a62d56ab
SM
29382001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2939
2940 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2941
4a0aa1d9
SM
29422001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2943
2944 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2945 New var, to recognize ${ $' and PODs.
2946 (perl-font-lock-syntactic-face-function): New function.
2947 (perl-mode): Use them.
2948 (perl-continuation-line-p): New function, from perl-calculate-indent.
2949 (perl-calculate-indent): Use it, to properly handle continuation
2950 lines of continuation lines.
2951
b5a9911c
EZ
29522001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2953
2954 * server.el (server-process, server-buffer-clients): Doc fix.
2955 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2956
0f056ec1
JW
29572001-06-09 John Wiegley <johnw@gnu.org>
2958
2959 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2960 test if the last command was Lisp or not.
2961 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2962 B x C".
2963
e5e316b0
EZ
29642001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2967 general one on compile.el supports drive letters.
7f4350a7
CD
2968
29692001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2970
5a905a7e 2971 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2972 key description.
7f4350a7
CD
2973
2974 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2975
5a905a7e 2976 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2977 (reftex-toc-jump): New command.
2978
2979 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2980 to parse international characters as well.
7f4350a7 2981
5a905a7e 2982 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2983 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2984
5a905a7e
SM
2985 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2986
2987 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2988 TAB to the key separators.
7f4350a7 2989
73419021
EZ
29902001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 * international/mule.el (auto-coding-alist): Remove redundant
2993 up-cased versions of the extensions (auto-coding-alist-lookup is
2994 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2995 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2996
cada28bb
EZ
29972001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2998
2999 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3000
4f7666dc
RS
30012001-06-01 Richard M. Stallman <rms@gnu.org>
3002
3003 * help.el (describe-variable): Put value on same line
3004 with preceding text, if it is short enough to look good that way.
3005
70079787
EZ
30062001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3007
3008 * term/internal.el (IT-unicode-translations): New variable.
3009 (IT-setup-unicode-display): New function.
3010
c86f4619
GM
30112001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3012
3013 * ps-print.el: Handle before-string and after-string overlay properties
3014 in ps-print-*-with-faces commands. Doc fix.
3015 (ps-print-version): New version number (6.5.2).
3016 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3017 for XEmacs.
3018 (ps-prefix-quote): Doc fix.
c6d452ad 3019 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
3020 (ps-basic-plot-str, ps-plot-string): New funs.
3021
1ea98518
SM
30222001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3023
3024 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3025 and :type spec.
3026
2b1ec973
GM
30272001-05-31 Gerd Moellmann <gerd@gnu.org>
3028
1ea98518
SM
3029 * international/mule-cmds.el (inactivate-input-method):
3030 Set input-method-function to nil.
2b1ec973 3031
94843cc1
GM
3032 * xml.el (xml-parse-tag): The document may contain invalid characters.
3033 From ShengHuo ZHU <zsh@cs.rochester.edu>
3034
9652931f
GM
30352001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3036
3037 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
3038 `rmail-summary-line-decoder' if the message does not have
3039 a Subject: field.
9652931f 3040
1ea98518 3041 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 3042
1ea98518
SM
3043 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3044 New variable.
9652931f
GM
3045 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3046 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3047 is non-nil.
3048
f7ac3e28
SM
30492001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3050
3051 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3052
b781e739
SS
30532001-05-29 Sam Steingold <sds@gnu.org>
3054
00f51890
SS
3055 * faces.el (face-valid-attribute-values): Bind `valid' directly
3056 instead of using `setq'.
3057
b781e739
SS
3058 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3059 Use `tex-shell-buf'.
3060 (tex-shell-proc): Use `tex-shell-running'.
3061 (tex-shell-buf-no-error): New function.
3062 (tex-send-tex-command): Use it.
3063 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3064 (tex-kill-job): Check the process before calling `quit-process'.
3065
3d0e328b
GM
30662001-05-29 Gerd Moellmann <gerd@gnu.org>
3067
1ea98518
SM
3068 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3069 UTF-8 sequences.
3d0e328b 3070
8bd6307f
GM
30712001-05-28 Miles Bader <miles@gnu.org>
3072
3073 * comint.el (comint-carriage-motion): Renamed from
3074 `comint-cr-magic'. Operate on the buffer instead of the string
3075 (for use as a comint post-output filter, instead of as a
3076 pre-output filter). Handle backspaces too. Add to the
3077 `comint-output-filter-functions' hook instead of
3078 `comint-preoutput-filter-functions'.
3079
89c8dc6c
GM
30802001-05-28 Gerd Moellmann <gerd@gnu.org>
3081
3082 * language/japan-util.el (japanese-hankaku): Prefer the charset
3083 `jisx0201' when the optional argument `ascii-only' is not specified.
3084 (japanese-hankaku-region): Ditto.
3085 From Katsumi Yamaoka <yamaoka@jpl.org>
3086
f25c1b9b
SM
30872001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3088
3089 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3090 (outline-invisible-p): New function.
3091 (hide-leaves): Save excursion.
3092 (hide-other): Stop looping when reaching bobp.
3093
719bb352
EZ
30942001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3095
3096 * cus-edit.el (custom-file): Fix last change.
3097
d686d354
SM
30982001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3099
3100 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3101 same definition in byte-compile-function-environment as `autoload'
3102 would put in `symbol-function'.
3103
3104 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3105 patch to correct the error message as well.
3106
49b1a638
EZ
31072001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3108
71261a01
EZ
3109 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3110 unless ~/.emacs exists.
3111
49b1a638
EZ
3112 * novice.el (enable-command): If user-init-file is nil or does not
3113 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3114
a434b175
SM
31152001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3116
15ca8de7
SM
3117 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3118 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3119 Allow spaces around macro arguments.
3120 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3121 indent-for-tab-command.
3122 (latex-mode-map, plain-tex-mode-map): New keymaps.
3123 Inherit from tex-mode-map.
3124 (tex-common-initialization): Don't setup the keymap any more
3125 since it's now done right by define-derived-mode.
3126 (latex-mode): Set skeleton-end-hook to nil.
3127 (latex-skeleton-end-hook): Remove.
3128 (tex-latex-block, latex-insert-item): Simplify.
3129 (latex-syntax-after): Use following-char rather than char-after.
3130 (tex-discount-args-cmds, tex-count-words): New functions.
3131
3132 * textmodes/tildify.el (tildify-ignored-environments-alist):
3133 Recognize \verb* as well.
3134
3135 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3136 (perl-comment-indent): Simplify to let newcomment.el do its job.
3137 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3138 (perl-mark-function): Cleanup the namespace.
3139 (perl-calculate-indent): Don't be fooled by nested functions.
3140
3141 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3142
a434b175
SM
3143 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3144 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3145
4e7e1f03
AC
31462001-05-25 Andrew Choi <akochoi@i-cable.com>
3147
3148 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3149 actually be `\\'.
3150 (ctlau-b5-converter): Likewise.
3151
2bef0948
AC
31522001-05-24 Andrew Choi <akochoi@i-cable.com>
3153
3154 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
3155 Change CTLauB.el to CTLau-b5.el.
3156
d2d1851b
SM
31572001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3158
3159 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3160 rather than beginning-of-line to avoid problems with fields.
3161 (gud-perldb-massage-args): Use unless and push.
3162 (gud-chdir-before-run): New var.
3163 (gud-common-init): Use it.
3164
5e3d4fbc
AC
31652001-05-24 Andrew Choi <akochoi@i-cable.com>
3166
3167 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3168 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 3169 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 3170 chinese-ctlaub.
d2d1851b
SM
3171 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3172 New functions.
5e3d4fbc 3173
0216c3df
GM
31742001-05-22 Gerd Moellmann <gerd@gnu.org>
3175
f1f65349
GM
3176 * cus-edit.el (custom-comment-show): Remove debug code.
3177
0216c3df
GM
3178 * language/japan-util.el (japanese-symbol-table): Fix handling of
3179 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3180
e8a1ed31
SM
31812001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3184 Renamed by removing the silly `-flag' suffix.
3185 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3186
7246200c
SM
31872001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3188
3189 * replace.el (keep-lines-read-args): Use `copy-marker'.
3190 (how-many): Save excursion properly.
3191 (occur-mode): Use define-derived-mode.
3192 (perform-replace): Use with-current-buffer.
3193
7e971261
RS
31942001-05-20 Richard M. Stallman <rms@gnu.org>
3195
65569e52
RS
3196 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3197
cc9684e8
RS
3198 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3199
9ca00e71
RS
3200 * info.el (Info-read-subfile): Widen before finding the
3201 desired node in the subfile.
3202
7e971261
RS
3203 * startup.el (command-line-1): When >2 files visited,
3204 leave the last one visible, and make that the selected window.
3205
7c5312b2
GM
32062001-05-20 Gerd Moellmann <gerd@gnu.org>
3207
3208 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3209
310e9a21
EZ
32102001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3211
7246200c
SM
3212 * international/ccl.el (define-ccl-program): Fix a typo.
3213 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
3214
3215 * international/mule.el (decode-char): Fix a typo. From Pavel
3216 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3217
3218 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3219 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3220
310e9a21
EZ
3221 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3222 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3223
ef55aa6c
SS
32242001-05-18 Sam Steingold <sds@gnu.org>
3225
7246200c 3226 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
3227 and [RET] to `cvs-mode-find-file'.
3228
c9f3bebe
JW
32292001-05-18 John Wiegley <johnw@gnu.org>
3230
3231 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3232 configuration variable, which determines the initial character
3233 that forces use of an external version of a command. The default
3234 is *, but may be set to \, for example.
3235
3236 * eshell/esh-ext.el (eshell-explicit-command):
3237 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3238
c9f3bebe
JW
3239 * eshell/esh-cmd.el (eshell/which):
3240 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3241
7c5312b2
GM
3242 * eshell/em-cmpl.el (eshell-completion-command-name)
3243 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
3244 instead of ?*.
3245
1c66d9fb
GM
32462001-05-18 Gerd Moellmann <gerd@gnu.org>
3247
a724ed38
GM
3248 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3249 subst-char-in-string.
3250 (ange-ftp-after-parse-ls-hook): New variable.
3251 (ange-ftp-ls): Run that hook.
3252 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3253
0595722b
GM
3254 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3255 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3256 text into *Completions*.
3257
1c66d9fb
GM
3258 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3259 part of which look like email addresses.
3260
c5bdb93d
AI
32612001-05-18 Andrew Innes <andrewi@gnu.org>
3262
7246200c
SM
3263 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3264 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
3265 cmd.exe's handling of FOR loops.
3266 (autoloads): Set find-file-suppress-same-file-warnings to t to
3267 avoid slew of spurious messages.
3268
9a1211f2
GM
32692001-05-18 Simon Josefsson <simon@josefsson.org>
3270
3271 * mail/smtpmail.el (maybe-append-domain): Renamed to
3272 `smtpmail-maybe-append-domain'.
3273 (smtpmail-via-smtp): Use the new name.
3274
29148a3f
GM
3275 * net/browse-url.el (browse-url-browser-function): Add kde.
3276 (browse-url-kde-program, browse-url-kde-args): New variables.
3277 (browse-url-kde): New function.
3278
9ab59a1a
MB
32792001-05-18 Miles Bader <miles@gnu.org>
3280
7246200c
SM
3281 * simple.el (delete-horizontal-space, just-one-space):
3282 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
3283 because it's more efficient for large files.
3284
cebf1b97
GM
32852001-05-17 Gerd Moellmann <gerd@gnu.org>
3286
f90c23ca
GM
3287 * mail/rmail.el (rmail-require-mime-maybe): New function.
3288 (rmail): Use it.
3289 (rmail-mode): Handle the case of finding Rmail files.
3290
cebf1b97
GM
3291 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3292 functions.
3293
df22166e
SM
32942001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3295
3296 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3297 text-property after moving to the beginning of line and regardless
3298 of the value of font-lock-multiline.
3299
2ca0d5f1
GM
33002001-05-17 Gerd Moellmann <gerd@gnu.org>
3301
e85e809a
GM
3302 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3303
2ca0d5f1
GM
3304 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3305 last coding system used before calling set-buffer-modified-p
3306 because that function changes last-coding-system.
3307
4c6a4739
EZ
33082001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3309
3310 * files.el (switch-to-buffer-other-window)
3311 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3312 the doc string.
3313
f08cf35b
GM
33142001-05-17 Gerd Moellmann <gerd@gnu.org>
3315
3316 * language/slovak.el, language/czech.el: New maintainer.
3317
2180ea97
SS
33182001-05-16 Sam Steingold <sds@gnu.org>
3319
f08cf35b 3320 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
3321 sub-form of `defgeneric' correctly.
3322
9bae8781
GM
33232001-05-16 Gerd Moellmann <gerd@gnu.org>
3324
a90b3d3c
GM
3325 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3326 of `c'.
3327
1b7818b4 3328 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
3329 condition-case, test what outline-level returns instead, to
3330 ease debugging.
1b7818b4 3331
9bae8781
GM
3332 * international/mule.el (auto-coding-regexp-alist): New user-option.
3333 (auto-coding-from-file-contents): New function.
3334 (set-auto-coding): Use it to determine a coding system.
3335
7644c605
GM
33362001-05-15 Gerd Moellmann <gerd@gnu.org>
3337
18a0a39e
GM
3338 * mouse.el (mouse-delete-other-windows): Doc fix.
3339
df22166e
SM
3340 * emacs-lisp/lisp-mode.el (lisp-mode):
3341 Make font-lock-keywords-case-fold-search a buffer-local variable with
3342 make-local-variable before setting it.
7644c605 3343
940cf42e
EZ
33442001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3345
3346 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3347 prefixes.
3348
557f7c34
GM
33492001-05-14 Gerd Moellmann <gerd@gnu.org>
3350
3351 * hexl.el (hexl-current-address): Print a message when called
3352 interactively.
3353
14d9b141
SM
33542001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3355
3356 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3357
3358 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3359
3360 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3361
7bd2d083
GM
33622001-05-11 Gerd Moellmann <gerd@gnu.org>
3363
47e72862
GM
3364 * startup.el (command-line): If parameters have been changed in
3365 the init files which influence font selection, clear the face
3366 cache so that faces get realized with the new parameters.
3367
14d9b141 3368 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 3369
0f49941f
SM
33702001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3371
3372 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3373
cbeed4a8
EZ
33742001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3375
3376 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3377 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3378
ff9aa2ca
GM
33792001-05-10 Gerd Moellmann <gerd@gnu.org>
3380
3381 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 3382 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 3383
b2c99950
JW
33842001-05-09 John Wiegley <johnw@gnu.org>
3385
0f49941f
SM
3386 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3387 Annotated the documentation string to tell users about
3cb27fd7
JW
3388 `eshell-no-numeric-conversions'.
3389
c26f6b27
JW
3390 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3391 conversions if a Lisp function has the property
3392 `eshell-no-numeric-conversions' set to a non-nil value.
3393
3394 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3395 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3396 property `eshell-no-numeric-conversions' on the following
3397 functions (which all deal with filesystem entities, and never Lisp
3398 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3399 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3400 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3401 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3402 eshell/which, eshell/addpath.
3403
34042001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 3405
d089e299
JW
3406 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3407 encountered as an argument, don't convert it right away, but tag
3408 the first character of the string with the text properties
3409 `number', which signifies to `eshell-lisp-command' that the
3410 argument should be passed through `string-to-number' if it is
3411 actually used in the call to a Lisp function.
3412
3413 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3414 function, convert any string arguments that have been tagged as
3415 "numbers", by calling string-to-number.
3416
3417 * eshell/esh-util.el (eshell-number-regexp): Now that number
3418 conversions only happen for Lisp function calls, the number regexp
3419 should now match all integer and floating point forms.
3420
3421 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3422 `eshell-continue-process', since they are both nonfunctional at
3423 the moment.
3424 (eshell-proc-initialize): Don't bind keys for
3425 `eshell-stop-process' or `eshell-continue-process'.
3426
0f49941f
SM
3427 * eshell/em-unix.el (eshell-shuffle-files):
3428 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
3429
3430 * eshell/em-hist.el (eshell-add-to-history): Reference to
3431 `eshell-history-ring' needed to be `eshell-history-index'.
3432
0f49941f
SM
3433 * calendar/timeclock.el (timeclock-find-discrep):
3434 Initialize `elapsed' to 0.
cb89da0f
JW
3435 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3436 it's still nil.
b2c99950 3437
ff39b9a1
SM
34382001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3439
3440 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3441 (archive-mode): Use capitalize.
3442 (archive-unique-fname): Use make-temp-file.
3443
9e53a675
GM
34442001-05-09 Gerd Moellmann <gerd@gnu.org>
3445
3446 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3447
c8224de6
EZ
34482001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3449
c533a7e2
EZ
3450 * tar-mode.el (tar-extract): Pay attention to the value of
3451 coding-system-for-read, if it is non-nil.
3452
ff39b9a1
SM
3453 * calendar/holidays.el (holidays): Add an autoload cookie.
3454 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 3455
1c8c9fb8
JW
34562001-05-08 John Wiegley <johnw@gnu.org>
3457
ff39b9a1
SM
3458 * calendar/timeclock.el (timeclock-workday-remaining):
3459 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
3460 (timeclock-workday-elapsed): Don't accept a "relative" argument
3461 for the current day's elapsed time. What could that have meant?
ff39b9a1 3462 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
3463 (timeclock-when-to-leave): Changed logic, similarly to what was
3464 done for `timeclock-workday-remaining'.
3465 (timeclock-find-discrep): Removed "today-only" argument, which had
3466 no meaning. Fixed some more math problems. The function now
3467 returns a three member list: (TOTAL-TIME-DISCREPANCY
3468 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3469
5f47fb28
EZ
34702001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3471
3472 * w32-fns.el (convert-standard-filename): Start replacing slashes
3473 from the beginning of the file name, not from where the last
3474 invalid character was. From "Andrew Maguire (SWW)"
3475 <Andrew.Maguire@Smallworld.co.uk>
3476
6da5c7da
GM
34772001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3478
3479 The following changes are to provide infrastructure for handling
3480 MIME messages to rmail. They don't affect the original behaviour
3481 if rmail-enable-mime is nil.
3482
3483 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3484 (rmail-search-mime-message-function)
3485 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
3486 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3487 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3488 `rmail-view-buffer' is hidden.
6da5c7da
GM
3489 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3490 call rmai-show-mime-function.
3491 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3492 mode-line-process of rmail-view-buffer.
3493 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3494 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3495 buffer.
ff39b9a1
SM
3496 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3497 set-buffer to the Rmail buffer.
6da5c7da
GM
3498 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3499 rmail-search-mime-header-function.
3500 (rmail-search-message): New function.
3501 (rmail-search): Call rmail-search-message to check if a message
3502 matches REGEXP, lastly update point after calling
3503 rmail-show-message.
ff39b9a1
SM
3504 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3505 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3506 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3507 header region, refer to rmail-msgref-vector while setting the
3508 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3509 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3510 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3511 rmail-insert-mime-forwarded-message-function instead of inserting
3512 forwarded message by itself.
3513
3514 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3515 Rmail buffer.
3516 (rmail-set-label, rmail-next-labeled-message): Likewise.
3517
3518 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3519 set-buffer to the Rmail buffer.
3520 (rmail-output-to-rmail-file): Likewise.
3521 (rmail-output): Likewise.
3522
3523 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3524 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3525 (rmail-new-summary): Be sure to go to the Rmail buffer.
3526 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3527 rmail-view-buffer to nil.
3528 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3529 rmail-view-buffer.
3530 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3531 rmail-buffer.
3532 (rmail-summary-scroll-msg-down): Likewise.
3533 (rmail-summary-beginning-of-message): Likewise.
3534 (rmail-summary-wipe): Likewise.
3535 (rmail-summary-toggle-header): Use save-window-excursion, not
3536 save-excursion. Update point in rmail-view-buffer, not in
3537 rmail-buffer.
3538 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3539 rmail-view-buffer, not rmail-buffer.
3540
5092477a
GM
35412001-05-07 Gerd Moellmann <gerd@gnu.org>
3542
1e9fc92e
GM
3543 * cus-edit.el (custom-file): Signal an error if user-init-file is
3544 nil (running -q).
3545
1d053370
GM
3546 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3547
ff39b9a1
SM
3548 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3549 Add :version.
3550
3551 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3552 New option.
1b62b062
GM
3553 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3554 only if smtpmail-warn-about-unknown-extensions is set.
3555
f851a71c
GM
3556 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3557 instead of rmail-sort-by-keywords.
3558
ff39b9a1 3559 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3560 rmail-sort-by-keywords.
3561
ff39b9a1
SM
3562 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3563 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3564 (rmail-summary-mode): Doc fix.
3565
5092477a
GM
3566 * mail/rmail.el (rmail-edit): New Custom group.
3567
3568 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3569 (rmail-edit-mode-hook): New user-option.
3570
05be3833
RS
35712001-05-05 Richard M. Stallman <rms@gnu.org>
3572
3573 * help.el (help-xref-symbol-regexp): Recognize "source of"
3574 and friends, meaning make a link to the source file.
3575 (help-make-xrefs): Handle "source of" and friends
3576 by constructing a link that visits the source file.
3577
3578 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3579
7dfb000f
SM
35802001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3581
5efe6a56
SM
3582 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3583 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3584 Renamed from perl-font-lock-keywords to avoid clashes.
3585 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3586 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3587 Updated correspondingly.
3588
7dfb000f
SM
3589 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3590 Typo `nonexistant' -> `nonexistent'.
3591
88bbb8cb
EZ
35922001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3593
7dfb000f
SM
3594 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3595 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3596 `c-electric-delete-forward' always deletes forward and
3597 `c-electric-delete' only contains the code necessary for XEmacs to
3598 choose between backward and forward deletion.
7dfb000f 3599
88bbb8cb
EZ
3600 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3601 get the electric behavior on that key too.
3602 (c-fill-paragraph): Fixed bogus direct use of
3603 c-comment-prefix-regexp, which caused an error when it's a list.
3604
a1af8dcf
EZ
36052001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3606
3607 * dired-aux.el (dired-diff): Doc fix.
3608
3609 * dired.el (dired-diff): Likewise.
3610
ddfb4005
EZ
36112001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3612
3613 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3614
b36581fb
SM
36152001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3616
80a00b6a
SM
3617 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3618 if both the buffer and the file are read-only.
3619
b36581fb
SM
3620 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3621 rather than font-lock-string-face.
3622 (sh-get-indent-info): Treat heredocs like strings.
3623
470bbe9b
GM
36242001-05-02 Gerd Moellmann <gerd@gnu.org>
3625
b36581fb
SM
3626 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3627 a newline following `}'.
3356df63
GM
3628 (texinfo-format-email): New function.
3629 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3630 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3631 Add `display'.
3356df63
GM
3632 (texinfo-sort-region): Goto point-min before sorting.
3633 (texinfo-set): Remove leading white space from value.
3634 From yagi@is.titech.ac.jp.
3635
470bbe9b
GM
3636 * replace.el (query-replace-regexp-eval): Doc fix.
3637
a9d2fd1d
SM
36382001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3639
3640 * diff-mode.el (diff-nonexistant-face): New face.
3641 (diff-font-lock-keywords): Use it.
3642
2b3e941a
EZ
36432001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3644
22cd6fd3
EZ
3645 * font-lock.el (font-lock-mode): Doc fix.
3646
2b3e941a
EZ
3647 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3648 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3649
50df7214
GM
36502001-04-30 Gerd Moellmann <gerd@gnu.org>
3651
a9d2fd1d
SM
3652 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3653 backslash at the start of the here-document delimiter.
a9793e45
GM
3654 (sh-font-lock-syntactic-keywords): Likewise.
3655
50df7214
GM
3656 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3657
e2f599e9
EZ
36582001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3659
3660 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3661 (tty-color-translate, tty-color-by-index, tty-color-values)
3662 (tty-color-desc): Doc fix.
3663
dcaf31d3
EZ
36642001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3665
3666 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3667 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3668 Mention dired-dwim-target in the doc string.
dcaf31d3 3669
a6a06429
MB
36702001-04-28 Miles Bader <miles@gnu.org>
3671
3672 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3673 (dabbrev--find-expansion): Use it.
3674 (dabbrev--select-buffers): Don't select ignored buffers.
3675
5a5d9185
GM
36762001-04-27 Gerd Moellmann <gerd@gnu.org>
3677
a9d2fd1d 3678 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3679
c5b82005
RS
36802001-04-26 Richard M. Stallman <rms@gnu.org>
3681
3682 * dabbrev.el: Add doc strings for some functions.
3683 (dabbrev--eliminate-newlines): New variable.
3684 (dabbrev--substitute-expansion): Convert newlines to spaces
3685 if dabbrev--eliminate-newlines is set.
3686 If abbrev and expansion are both all-lower-case,
3687 leave dabbrev--last-case-pattern nil.
3688
7cff9c6f
GM
36892001-04-26 Gerd Moellmann <gerd@gnu.org>
3690
3691 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3692 if necessary, like in rmail-show-message.
3693
efa89c1f
GM
36942001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3695
3696 * ps-print.el: Color specified by number is forced to be float number.
3697 (ps-print-version): New version number (6.5.1.1).
3698 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3699 initialization.
3700 (ps-prefix-quote): New internal var.
3701 (ps-print-quote): New fun.
3702 (ps-setup, ps-output-frame-properties, ps-float-format)
3703 (ps-format-color): Code fix.
a9d2fd1d
SM
3704 (ps-plot-region): Eliminate redundant foreground color text setting.
3705
d3111e5a
EZ
37062001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3707
3708 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3709
a728644c
GM
37102001-04-25 Gerd Moellmann <gerd@gnu.org>
3711
3712 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3713
4ecdf04d
EZ
37142001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3715
4645bb68
EZ
3716 * info.el (Info-additional-directory-list): Doc fix.
3717
4ecdf04d 3718 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3719 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3720 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3721
7cd512f2
SM
37222001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3723
1dc64fca
SM
3724 * progmodes/make-mode.el (makefile-font-lock-keywords):
3725 Rationalize the rules for includes and conditionals and use the
3726 keyword face for them.
3727
7cd512f2
SM
3728 * faces.el (modify-face): Add compatibility for non-interactive use.
3729
ffeb5c1c
JW
37302001-04-24 John Wiegley <johnw@gnu.org>
3731
3732 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3733 fix from last night, since it wasn't finding eshell/cd.
3734
35f901fa
GM
37352001-04-24 Gerd Moellmann <gerd@gnu.org>
3736
3737 * rect.el (string-rectangle): Revert to 20.x behaviour.
3738 (replace-rectangle): Make it an alias for string-rectangle.
3739 (string-insert-rectangle): New function.
3740
c7b1b508
JW
37412001-04-23 John Wiegley <johnw@gnu.org>
3742
3743 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3744 occurring with Emacs 21's diff.el/compile.el interaction layer.
3745
37462001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3747
3748 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3749 case where the function was defined in a file, but not part of an
3750 eshell module.
3751
157975e3
JW
37522001-04-23 John Wiegley <johnw@gnu.org>
3753
3754 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3755 code to work around a redisplay problem I've been having.
3756
3dc630b9
JW
37572001-04-23 John Wiegley <johnw@gnu.org>
3758
3759 * calendar/timeclock.el (timeclock-day-required): If the time
3760 required for a particular day is not set, use `timeclock-workday'.
3761 (timeclock-find-discrep): Added some sample code in a comment.
3762
3763 * eshell/eshell.el (eshell-command): Made a few changes so that
3764 `eshell-command' could be called programmatically.
3765
7cd512f2 3766 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3767
7cd512f2 3768 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3769
3ae14dd9 37702001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3771
3772 * calendar/timeclock.el: Updated copyright.
3773 (timeclock-generate-report): Don't report the daily or two-week
3774 total, if no time has been worked in that period.
3775 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3776 final computational form, which was unnecessary; corrected a
3777 parsing problem when timeclock-relative was nil.
3778
3ae14dd9 37792001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3780
3781 * calendar/timeclock.el (timeclock-modeline-display): Check if
3782 `list-entry' is null.
3783 (timeclock-use-display-time): The first argument to `set-variable'
3784 must be a symbol.
3785
53e1a74c
EZ
37862001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3787
3788 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3789 (calendar-today-marker, calendar-holiday-marker):
3790 Use display-color-p instead of window-system.
53e1a74c
EZ
3791 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3792 instead of window-system.
3793 (calendar-hide-window): Use display-multi-frame-p instead of
3794 window-system.
3795
3796 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3797 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3798 Use display-multi-frame-p instead of window-system.
53e1a74c 3799
23b809c2
GM
38002001-04-23 Gerd Moellmann <gerd@gnu.org>
3801
1d14e80c
GM
3802 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3803
23b809c2
GM
3804 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3805 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3806
b5eeaa1d
GM
38072001-04-23 Alex Schroeder <alex@gnu.org>
3808
3809 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3810 line-end-position a defalias is used for point-at-bol and point-at-eol.
3811
b5eeaa1d
GM
38122001-04-23 Alex Schroeder <alex@gnu.org>
3813
3814 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3815 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3816
ac1470eb
EZ
38172001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3818
3819 * textmodes/paragraphs.el (sentence-end): Doc fix.
3820
624ef9b3
GM
38212001-04-20 Alex Schroeder <alex@gnu.org>
3822
3823 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3824 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3825
38262001-04-20 Alex Schroeder <alex@gnu.org>
3827
3828 * sql.el (sql-db2-program): New option.
3829 (sql-db2-options): New option.
3830 (sql-db2): New function.
3831
38322001-04-20 Alex Schroeder <alex@gnu.org>
3833
3834 * sql.el (sql-mode-menu): Added highlighting entries.
3835 (sql-highlight-oracle-keywords): New function.
3836 (sql-highlight-postgres-keywords): New function.
3837 (sql-highlight-ansi-keywords): New function.
3838
38392001-04-20 Alex Schroeder <alex@gnu.org>
3840
3841 * sql.el (sql-help): Doc change.
3842
9f3703ab
KF
38432001-04-19 Karl Fogel <kfogel@collab.net>
3844
3845 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3846 that inserted file content only to delete it immediately.
3847 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3848 <lektu@uol.com.br> for the patch.
3849
2a83a11d
SM
38502001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3851
3852 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3853
6f4dd4dc
GM
38542001-04-18 Gerd Moellmann <gerd@gnu.org>
3855
0f8d6dc7
GM
3856 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3857 for defmethod.
3858
6f4dd4dc
GM
3859 * comint.el (comint-cr-magic): New function.
3860 (toplevel): Add it to comint-preoutput-filter-functions.
3861
90200fcc
AI
38622001-04-18 Andrew Innes <andrewi@gnu.org>
3863
3864 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3865 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3866 (recompile): Remove stuff to set EMACSLOADPATH.
3867
daa66f34
GM
38682001-04-18 Gerd Moellmann <gerd@gnu.org>
3869
edc5c81d
GM
3870 * language/slovak.el ("Slovak"): Add tutorial entry.
3871
daa66f34
GM
3872 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3873 browse-url-new-window-p.
3874
5d5845dc
EZ
38752001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3876
3877 * info.el (Info-menu-update): When there are no menus and/or no
3878 cross references in the node, make the respective items of the
3879 Info menu-bar menu inactive.
3880
1c8addd0
GM
38812001-04-17 Gerd Moellmann <gerd@gnu.org>
3882
f4f480bd
GM
3883 * indent.el (indent-for-tab-command): Call indent-line-function
3884 with no argument if PREFIX-ARG is non-nil.
3885
1c8addd0
GM
3886 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3887
8f9ab403
EZ
38882001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3891 an async subprocess if start-process is unavailable. Suggested by
3892 Tim Van Holder <tim.van.holder@pandora.be>.
3893
60322163
EZ
38942001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3895
3896 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3897 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3898
e372bc67
EZ
38992001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3900
3901 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3902 manual.
3903
28037ecf
SM
39042001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3905
3906 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3907 (cvs-menu): Add a few entries.
3908
3909 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3910 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3911 lock file appears to be reachable from Emacs.
3912 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3913 (cvs-mode-find-file): Look for cvs-header-face rather than
3914 cvs-dirname-face (which doesn't exist).
3915 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3916
3917 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3918
5d5e7f53
EZ
39192001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3920
3921 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3922 normal-erase-is-backspace on a tty. Instead, bind some keys such
3923 as [delete] directly, like pc-select.el did before
3924 normal-erase-is-backspace was invented.
3925
118562e1 39262001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3927
3928 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3929
6c9e58c4
JW
39302001-04-11 John Wiegley <johnw@gnu.org>
3931
28037ecf
SM
3932 * eshell/em-ls.el (eshell-ls-insert-directory):
3933 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3934 buffers, if Eshell's ls is being used.
3935
118562e1 39362001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3937
28037ecf
SM
3938 * calendar/timeclock.el (timeclock-completing-read): New function.
3939 (timeclock-ask-for-project, timeclock-ask-for-reason):
3940 Call `timeclock-completing-read'.
978bd3ea
JW
3941
3942 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3943 required where `member' was being used.
3944
118562e1 39452001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3946
28037ecf
SM
3947 * eshell/em-hist.el (eshell-previous-matching-input):
3948 Don't display "History item" if the the minibuffer is active.
978bd3ea 3949
30cb0001
GM
39502001-04-11 Gerd Moellmann <gerd@gnu.org>
3951
3952 * startup.el (command-line): Output a newline after printing
3953 an error from loading the window system's init file.
3954
e38af9bd
EZ
39552001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3956
28037ecf
SM
3957 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3958 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3959 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3960 keywords whose arguments routinely include @@.
3961
bbf63a7b
GM
39622001-04-10 Gerd Moellmann <gerd@gnu.org>
3963
28037ecf
SM
3964 * emacs-lisp/advice.el (ad-make-advised-definition):
3965 Construct advice for subrs differently.
afffeb57 3966
3fe35f35 3967 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3968 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3969
c8d6d636 3970 * simple.el (completion-list-mode-finish): New function.
28037ecf 3971 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3972
2a52f40e 3973 * language/european.el ("Polish"): Change sample text.
28037ecf 3974 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3975
cf8b1bef
GM
3976 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3977 parameter.
3978
bbf63a7b
GM
3979 * faces.el (menu): Doc fix.
3980
719d83ad 39812001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3982
3983 * ps-print.el: Footer implementation. Doc fix.
3984 (ps-print-version): New version number (6.5.1).
3985 (ps-header-frame-alist): New customization var for header frame
3986 properties.
3987 (ps-line-number-color): New customization var for line number color.
3988 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3989 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3990 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3991 (ps-right-footer): New customization vars for footers.
3992 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3993 footers.
3994 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3995 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3996 Code fix.
319acba0
GM
3997 (ps-prologue-file): Indentation fix.
3998 (ps-print-quote): Fun eliminated.
3999 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4000 (ps-output-frame-properties): New fun.
4001 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4002 (ps-skip-newline): Replace defun by defsubst.
28037ecf 4003
e372bc67 40042001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
4005
4006 * eshell/eshell.el (eshell-command): Needed a "%s" format
4007 specifier, in case the buffer contains percent characters.
4008
e372bc67 40092001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
4010
4011 * calendar/timeclock.el (timeclock-generate-report): Added a
4012 missing insert of the project name.
4013
9f9a5e7a
GM
40142001-04-09 Gerd Moellmann <gerd@gnu.org>
4015
9170e5d4 4016 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 4017
865e97c1 4018 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 4019 (finder-data): Use it instead of `setwins'.
865e97c1
GM
4020 From: Dave Love <fx@gnu.org>.
4021
cf3885ac 4022 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
4023 (server-visit-files): Run server-visit-hook after going to
4024 line 1 so that the hook can set point as it sees fit.
4025
9f9a5e7a
GM
4026 * bindings.el (mode-line-modified): Unify help messages.
4027
51f32106
EZ
40282001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4031 All callers changed.
4032
e02160a3
EZ
40332001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4034
8e6bb0d0
EZ
4035 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4036 long file names aren't supported, truncate the file names in
4037 quail-misc-package-ext-info to 8+3 before matching them against
4038 FILENAME.
4039
4040 * dos-fns.el (dos-truncate-to-8+3): New function.
4041
ec321d77
EZ
4042 * progmodes/compile.el (grep-compute-defaults): Use null-device
4043 instead of literal /dev/null. Reported by Jens Schmidt
4044 <schmidt@mathematik.uni-kl.de>.
4045
e02160a3
EZ
4046 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4047
cf3885ac
SM
40482001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4049
4050 * textmodes/sgml-mode.el: Add unknown maintainer.
4051 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4052 (html-mode-map): Use set-keymap-parent.
4053
3ffb33bb
DL
40542001-04-06 Dave Love <fx@gnu.org>
4055
4056 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4057 Remove redundant string-to-list.
4058
8f625692
SM
40592001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4060
4061 * composite.el (reference-point-alist): Doc fix.
4062
1087f198
SS
40632001-04-05 Sam Steingold <sds@gnu.org>
4064
8f625692
SM
4065 * font-lock.el (font-lock-keywords-case-fold-search):
4066 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
4067 file made font-lock case-insensitive.
4068
a55e4e68
GM
40692001-04-05 Gerd Moellmann <gerd@gnu.org>
4070
0e4892e2
GM
4071 * faces.el (defface menu): Doc fix.
4072
4d664b04
GM
4073 * wid-edit.el (widget-color-sample-face-get): Don't make
4074 faces for undefined colors.
4075
a55e4e68
GM
4076 * version.el (emacs-version): Include LessTif/Motif version info.
4077
f383cd0d
GM
40782001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4079
4080 * ps-mule.el: Eliminate cl package dependence.
4081 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4082 if they aren't defined yet.
4083 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4084 Eliminate cl package dependence.
4085
de28797f
SM
40862001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4087
4088 * progmodes/cc-cmds.el (c-outline-level):
4089 Bind buffer-invisibility-spec. Originally from Dave Love, but
4090 got lost when incorporating version 5.26.
4091
32df8b47
EZ
40922001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4093
de28797f
SM
4094 * emulation/pc-select.el (pc-selection-mode):
4095 Call normal-erase-is-backspace-mode instead of binding
4096 keys individually.
58e4f61d 4097
7f62656b
EZ
4098 * cus-load.el (normal-erase-is-backspace): Use it instead of
4099 delete-key-deletes-forward.
4100
4101 * startup.el (command-line): Use normal-erase-is-backspace and
4102 normal-erase-is-backspace-mode.
4103
4104 * simple.el (normal-erase-is-backspace): Rename from
4105 delete-key-deletes-forward. Doc fix.
4106 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
4107 delete-key-deletes-forward-mode. Doc fix.
4108 Run normal-erase-is-backspace-hook.
7f62656b 4109
32df8b47 4110 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
4111 ``human-readable'' format produced by GNU `ls'.
4112 (dired-move-to-filename-regexp): Recognize ISO format dates.
4113 From Paul Eggert <eggert@twinsun.com>.
32df8b47 4114
5efa6032
GM
41152001-04-04 Gerd Moellmann <gerd@gnu.org>
4116
4117 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4118 New functions.
de28797f
SM
4119 (lm-verify): Check keywords.
4120 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 4121
d757aac1
EL
41222001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4123
4124 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4125 `xemacs' feature instead of for the function `set-extent-property'.
4126
9832760a
SM
41272001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4128
4129 * mail/mh-utils.el (mh-folder-hist): New var.
4130 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4131
d565f6aa
EZ
41322001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4133
4134 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4135 region, position point on the first or last 16-byte group.
4136 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4137 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4138 hexl-beginning-of-line.
4139
24c0fd39
GM
41402001-04-03 Gerd Moellmann <gerd@gnu.org>
4141
5efa6032
GM
4142 * icomplete.el (icomplete-mode): Treat an argument like other
4143 modes do.
4144
b3f6107b
GM
4145 * startup.el (fancy-splash-head): Use splash8.xpm for color
4146 depth 8.
4147
24d451c5
SM
4148 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4149 Add an antry for ``converts''.
476bf681 4150
24d451c5
SM
4151 * language/slovak.el ("Slovak"): Add documentation string.
4152 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 4153
450f6970
GM
4154 * language/czech.el ("Czech"): Add documentation string.
4155 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4156
24d451c5
SM
4157 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4158 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4159
41602001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4161
4162 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4163 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4164 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4165 Use `defsubst' rather than a macro to ease debugging.
4166 (mail-extr-last): Remove (use `last' instead).
4167 (mail-extract-address-components): Properly reset the syntax-table
4168 after parsing an address. Use `last' rather than mail-extr-last.
4169 Make sure the end marker stays at the very end.
24c0fd39 4170
2b908342
EZ
41712001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4172
4173 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4174 last change.
4175
acfb077d
GM
41762001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4177
4178 * ps-print.el: Line and paragraph spacing feature. Region to cut
4179 out when printing. Doc fix.
4180 (ps-print-version): New version number (6.5).
24d451c5
SM
4181 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4182 New vars. Line and paragraph spacing feature.
acfb077d
GM
4183 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4184 out when printing.
4185 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4186 (ps-get-font-size, ps-begin-job, ps-continue-line)
4187 (ps-plot-region): Code fix.
4188 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
4189 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4190 New internal vars.
acfb077d
GM
4191 (ps-get-size): New fun.
4192 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4193 (ps-next-line): Replace defun by defsubst.
4194 (ps-mule-plot-string): Autoload doc fix.
4195
4196 * ps-bdf.el: XEmacs compatibility. Doc fix.
4197 (installation-directory, coding-system-for-read): Declare vars if
4198 it's not declared yet.
4199 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4200
4201 * ps-mule.el: XEmacs compatibility. Doc fix.
4202 (leading-code-private-22): Declare var if it's not declared yet.
4203 (charset-bytes, charset-dimension, charset-id, charset-width)
4204 (find-charset-region, split-char, char-width, chars-in-region)
4205 (forward-point, decompose-composite-char, encode-coding-string)
4206 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4207 Define funs if not defined yet.
4208 (encode-composition-rule, find-composition): Define funs if not
4209 loaded yet.
4210 (ps-mule-prologue): PostScript code fix.
4211
42122001-04-02 Kenichi Handa <handa@etl.go.jp>
4213
4214 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4215 non-nil, generate font for the header strings.
4216 (ps-mule-prepare-font): Likewise.
4217 (ps-mule-generate-glyphs): Likewise.
4218 (ps-mule-string-encoding): Likewise.
4219 (ps-mule-header-charsets): New variable.
4220 (ps-mule-encode-header-string): New function.
4221 (ps-mule-header-string-charsets): New function.
4222 (ps-mule-begin-job): Check charsets in the header strings. If there
4223 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4224
4225 * ps-print.el (ps-generate-header-line): Encode the header string by
4226 ps-mule-encode-header-string.
4227 (ps-mule-encode-header-string): Declare autoload.
4228
c0eb3c10
GM
42292001-04-02 Gerd Moellmann <gerd@gnu.org>
4230
24d451c5
SM
4231 * frame.el (cursor-in-non-selected-windows):
4232 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 4233
a3d0b0e0
KH
42342001-03-31 Kenichi Handa <handa@etl.go.jp>
4235
4236 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4237 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 4238 (quail-misc-package-ext-info): New variable.
a3d0b0e0 4239 (tsang-quick-converter): New function.
24d451c5
SM
4240 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4241 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
4242 (miscdic-convert, batch-miscdic-convert): New functions.
4243
55f7832c
KH
42442001-03-30 Kenichi Handa <handa@etl.go.jp>
4245
a2217cd8
KH
4246 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4247 eight-bit-control chars.
4248
55f7832c 4249 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 4250 Reduce making temporary vector (suggested by Dave Love).
55f7832c 4251
911a2406
EZ
42522001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4253
4254 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4255 string as well.
4256
1a518f2c
AS
42572001-03-30 Andreas Schwab <schwab@suse.de>
4258
4259 * files.el (backup-directory-alist): Fix typo.
4260
ef080b16
EZ
42612001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4262
4263 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4264 <eggert@twinsun.com>.
4265
e4174a55
DL
42662001-03-30 Dave Love <fx@gnu.org>
4267
4268 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4269
9d5d1075
EZ
42702001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4271
4272 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4273
a27b451e
MB
42742001-03-30 Miles Bader <miles@gnu.org>
4275
4276 * subr.el (interactive-form): Fix paren typo.
4277
aea51abe
EZ
42782001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4279
4280 * emacs-lisp/profile.el: Say that it's obsolete in the header
4281 line, so that finder.el puts that into its data-base.
4282 Suggested by Alex Schroeder <alex@gnu.org>.
4283
249dd409
EZ
42842001-03-29 Paul Eggert <eggert@twinsun.com>
4285
4286 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4287 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4288
1ac1fa96
SM
42892001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4290
4291 * generic.el (generic-mode-set-comments): Use "" rather than nil
4292 for comment-end.
4293
e2b8a830
GM
42942001-03-29 Gerd Moellmann <gerd@gnu.org>
4295
1ac1fa96
SM
4296 * emacs-lisp/advice.el (ad-make-advised-definition):
4297 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
4298
4299 * subr.el (interactive-form): New function.
4300
8b2375e7
AS
43012001-03-29 Andre Spiegel <spiegel@gnu.org>
4302
4303 * vc-sccs.el (vc-sccs-register): Use relative file names.
4304
f827b862
GM
43052001-03-28 Gerd Moellmann <gerd@gnu.org>
4306
e59d0e9d
GM
4307 * bookmark.el (bookmark-get-bookmark): Handle case that
4308 BOOKMARK is not a string.
4309
deb2613a
GM
4310 * image.el (image-type-regexps): Change type for PS files
4311 to `postscript'.
4312
f827b862 4313 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
4314 character entered. From: Stephen Gildea
4315 <gildea@stop.mail-abuse.org>.
f827b862 4316
3c9449d0
KH
43172001-03-27 Kenichi Handa <handa@etl.go.jp>
4318
4319 * international/kkc.el (kkc-save-init-file): Locally bind
4320 print-length to nil.
4321
e6b13c74
GM
43222001-03-26 Gerd Moellmann <gerd@gnu.org>
4323
e120bebf
GM
4324 * textmodes/flyspell.el: Some doc fixes.
4325 (flyspell-maybe-correct-transposition)
4326 (flyspell-maybe-correct-doubling): Use a temporary buffer
4327
4328 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4329
5f6c5771 4330 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
4331 (byte-optimize-form-code-walker): Diagnose too few arguments
4332 for `if' and `while'.
4333
2b984c45
KH
43342001-03-26 Kenichi Handa <handa@etl.go.jp>
4335
4336 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4337 Prepend `\' to "\<quail-translation-docstring>".
4338
bf2150fa
GM
43392001-03-26 Gerd Moellmann <gerd@gnu.org>
4340
5f6c5771
SM
4341 * autorevert.el (global-auto-revert-non-file-buffers):
4342 Remove duplicate defcustom.
bf2150fa 4343
a0d59316
MB
43442001-03-26 Miles Bader <miles@gnu.org>
4345
5f6c5771
SM
4346 * international/latin1-disp.el (latin1-char-displayable-p):
4347 Add leading "-" for X font pattern.
a0d59316 4348
9edbff6c
KH
43492001-03-26 Kenichi Handa <handa@etl.go.jp>
4350
5f6c5771
SM
4351 * international/mule-diag.el (describe-coding-system):
4352 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
4353 charsets they can encode.
4354
50b57199
EZ
43552001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4356
4357 * help.el (view-lossage): Mention open-dribble-file in the doc
4358 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4359
5b83f9c0
SM
43602001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4361
4362 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4363 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4364
e0ecbf5c
KH
43652001-03-23 Kenichi Handa <handa@etl.go.jp>
4366
5b83f9c0
SM
4367 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4368 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
4369 multibyte sequence can work correctly.
4370 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4371 property of the coding system.
4372
1cc218de
SM
43732001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4374
4375 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4376 Fix transcription typo.
4377
a3db02ad
RV
43782001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4379
4380 * whitespace.el: Add buffer local variables to toggle testing of
4381 whitespaces in buffers without affecting the default values.
a3db02ad 4382 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
4383 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4384 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4385 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 4386
83c9cb8e
SM
43872001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4390
180d5509
GM
43912001-03-21 Gerd Moellmann <gerd@gnu.org>
4392
eeb5b5c1
GM
4393 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4394 bs-cycle-configuration-name. From Juanma Barranquero
4395 <lektu@uol.com.br>.
4396
170a9e70
GM
4397 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4398 and cc-vars.el.
4399
180d5509
GM
4400 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4401 headers. Always invoke sendmail with option -t.
4402
130c507e
GM
44032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4404
4405 * Release of cc-mode 5.28.
4406
44072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4408
4409 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4410 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 4411 It's instead taken care of by the default value for c-default-style.
130c507e 4412
130c507e
GM
44132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4414
4415 * cc-align.el (c-lineup-math): Fix bug where lineup was
4416 triggered by equal signs in string literals.
4417
44182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4419
4420 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4421 limit detection when at the ends of the buffer.
4422
4423 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4424 "for" statement clause in case 7F; a better one is done
4425 earlier in case 7D anyway.
4426
44272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4428
4429 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4430 somewhat more and did a small optimization.
4431
44322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4433
4434 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4435 Use the limit argument only to limit the syntactic context
4436 search, not to limit the actual movement.
4437
4438 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4439 inside multiline strings, just like in comments. Also various
4440 fixes to the paragraph and comment prefix recognition, block
4441 comment ender handling etc.
4442
44432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4444
4445 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4446 the relative position of the point.
4447
4448 * cc-cmds.el (c-electric-continued-statement): New function to
4449 use as abbrev hook to reindent for keywords such as "else"
4450 that continues an earlier statement.
4451
4452 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4453 like classes.
4454
4455 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4456 (pike-mode): Populate the default abbrev tables to reindent for
4457 keywords such as "else" that can continue earlier statements.
4458 Abbrev mode is therefore turned on by default now. (Note that
4459 this doesn't apply to idl-mode, since IDL afaik doesn't have
4460 statements at all.)
4461
44622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4463
4464 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4465 bracelists where the declaration contains template arguments.
4466
44672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4468
83c9cb8e
SM
4469 * cc-cmds.el (c-comment-indent):
4470 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
4471 syntactic indentation. Fixes bug with lineup functions that
4472 return vectors.
4473
4474 * cc-engine.el (c-get-syntactic-indentation): Split the
4475 indentation sum calculation from `c-indent-line' to a separate
4476 function.
4477
44782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4479
4480 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4481 Fixed places where it was assumed that preprocessor directives
4482 have to start in column zero.
4483
4484 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4485 template arguments after a class identifier properly.
4486
4487 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4488 lists for `new Foo[]' constructs in Java as expressions and
4489 not top level definition brace lists on the top level, so that
4490 they'll get indented consistently with the same type of
4491 expression in a normal block.
4492
44932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4494
4495 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4496 whether the adaptive filling package fails to keep the comment
4497 prefix is now kludged further to check for filladapt-mode
4498 which doesn't have that problem. This is really icky, but it's
4499 the only way that works with the current misfeatures/bugs in
4500 both adaptive-fill-mode and filladapt-mode.
4501
4502 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4503 around point is recognized more robust.
4504
45052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4506
4507 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4508 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4509 (c-lit-type): Fixed all internal variables used dynamically so
4510 that they are always bound.
4511
4512 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4513 errors:
4514
4515 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4516 the region is fully reindented even when an error occurs.
4517 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4518 whole lot of code that tried to optimize indentation of whole
4519 sexps but in reality accomplishes nothing.
4520
4521 (c-indent-sexp): Use c-indent-region.
4522
4523 (c-parsing-error): Changed this variable to hold the message
4524 for any syntactic error that is discovered.
4525
4526 (c-parse-state): Search backward from point instead of the bod
4527 position when the latter is invalid. This makes CC Mode
4528 recover faster when there are unbalanced close braces.
4529
4530 (c-backward-to-start-of-if): Use c-parsing-error to report
4531 dangling "else" clauses instead of throwing an error, and fall
4532 back to a reasonable position.
4533
83c9cb8e 4534 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4535
83c9cb8e 4536 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4537
45382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4539
4540 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4541 paragraph recognition when moving by sentence in literals.
4542
83c9cb8e
SM
4543 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4544 start regexp for javadoc to recognize javadoc markup in general instead
4545 of a specific set of keywords, to be more future-safe.
130c507e
GM
4546
4547 (c-Pike-pikedoc-paragraph-start)
4548 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4549 pikedoc markup.
4550
83c9cb8e 4551 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4552
83c9cb8e 4553 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4554
4555 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4556
4557 (c-comment-prefix-regexp): Made it possible to use an
4558 association list on this to specify mode specific regexps.
4559 The default value now use a special regexp in Pike mode to
4560 recognize pikedoc markup.
4561
4562 (c-current-comment-prefix): New variable containing the actual
4563 regexp from c-comment-prefix-regexp for the current buffer.
4564
45652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4566
4567 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4568 lists: We can't look at the syntax, since a brace list can get
4569 recognized as a plain statement-cont.
4570
4571 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4572 special brace list opener broken over two lines got recognized
4573 as a statement on the second line. Case 9A changed.
4574
45752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4576
4577 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4578 adjustment after line is reindented.
4579
45802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4581
4582 * cc-defs.el (c-point): Added optional argument for position
4583 to use instead of the current point.
4584
4585 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4586 the in-expression block symbols when the construct starts at
4587 boi, to avoid the extra level of indentation in that case.
4588 Cases 4, 16A and 17E affected.
4589
45902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4591
4592 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4593 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4594
4595 * cc-engine.el (c-indent-line): Use the syntax already bound
4596 to `c-syntactic-context', if there is any.
4597
45982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4599
4600 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4601 wasn't added up correctly when a lineup function returned nil.
4602
46032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4604
4605 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4606 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4607
46082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4609
4610 * cc-align.el (c-lineup-dont-change): Return an absolute
4611 indentation column to work correctly in the case when several
4612 syntactic elements are processed for the same line.
4613
4614 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4615 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4616 (c-set-offset): Added absolute indentation column settings by
4617 using the vector type.
4618
130c507e
GM
46192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4620
4621 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4622 Implemented two new cleanups `space-before-funcall' and
4623 `compact-empty-funcall'.
4624
130c507e
GM
46252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4626
4627 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4628 helping building regexps.
4629
4630 * cc-engine.el (c-on-identifier): New function for detecting
4631 identifiers. It takes keywords into account.
4632
4633 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4634 lists. `c-keywords' is set to a regexp matching all keywords
4635 in the current language.
4636
46372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4638
4639 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4640 list of characters to skip backwards over at the beginning of
4641 a statement, since it can precede string literals in Pike.
4642
46432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4644
4645 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4646 recognition when standing on the last line in a C++ comment
4647 with nothing but whitespace after the prefix.
4648
4649 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4650 given no limit argument.
4651
46522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4653
4654 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4655 recognition for the `[]= operator symbol in Pike.
4656
46572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4658
4659 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4660 around a bug in `eval-when-compile' in the byte compiler.
4661
4662 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4663 value when count is zero and there's no token start within the limit.
130c507e
GM
4664
4665 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4666 "prefix comments", i.e. comments which are followed by code on
4667 the same line.
4668
4669 * cc-mode-19.el: Fixes so that checks that must be done at
4670 compile time also are done then.
4671
46722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4673
4674 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4675 time and at runtime, and only when it's needed.
4676
46772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4678
4679 Major cleanup for less error prone and more warning free
4680 compilation, including some fixes for bugs due to different
4681 compilation orders. Thanks to Martin Buchholz for providing
4682 the basis for all this.
4683
4684 * cc-bytecomp.el: New file that provides some byte compilation
4685 features: It ensures that files always are loaded from the
4686 current source directory during compilation, and it provides a
4687 set of macros to turn off specific compiler warnings for
4688 specific symbols. (It's not CC Mode specific in any way.)
4689
4690 Fixed a nearly acyclic dependency tree (both runtime and
4691 compile-time) between all files.
4692
4693 * cc-defs.el: Separated all macros before the inline functions,
4694 to ensure correct compilation.
4695
4696 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4697 cc-defs.el to cc-engine.el and made it a function instead.
4698
4699 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4700 about char-after.
4701
4702 * cc-vars.el: Cope even when there isn't a custom package
4703 containing defcustom available.
4704
4705 * cc-make.el: Removed since it's no longer necessary.
4706
4707 README: Updated installation instructions.
4708
47092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4710
4711 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4712 improve the modularity: Moved all mode init stuff from
4713 cc-langs.el to cc-mode.el, including the keymap
4714 initialization; cc-langs now only contains the various
4715 variables for configuring the language syntax.
4716
83c9cb8e
SM
4717 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4718 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4719 dependency analysis suggests they belong there (which also
83c9cb8e 4720 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4721
47222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4723
4724 * cc-cmds.el (c-fn-region-is-active-p): New function that
4725 wraps the corresponding macro, for use in places that aren't
4726 compiled. Thanks to Martin Buchholz for pointing out this.
4727
83c9cb8e 4728 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4729
4730 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4731 add things to the bug report.
4732
47332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4734
4735 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4736 returned prefix could contain a newline when the search for a
4737 good prefix line failed.
4738
47392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4740
4741 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4742 (c-toggle-auto-hungry-state): Made the argument optional, as
4743 the documentation says it is.
4744
47452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4746
4747 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4748 multiline string syntax, #"...", as a cpp macro.
4749
7008ccac
GM
47502001-03-21 Paul Eggert <eggert@twinsun.com>
4751
83c9cb8e
SM
4752 * international/mule-cmds.el (set-locale-environment):
4753 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4754 caller specifies a non-nil locale name.
3c9449d0 4755
c2478129 47562001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4757
4758 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4759 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4760
117e4b0c
GM
47612001-03-20 Gerd Moellmann <gerd@gnu.org>
4762
7194219d
GM
4763 * follow.el (follow-avoid-tail-recenter): Doc fix.
4764
5721ae13
GM
4765 * custom.el (custom-set-variables): Avoid reversing the list
4766 of args needlessly.
4767
7b8bbf72
GM
4768 * startup.el (fancy-splash-head): Don't change the colors of the
4769 XPM image on a dark background.
4770
a91ad7c9
GM
4771 * comint.el (comint-exec-1): Set columns of the terminal to
4772 window-width instead of frame-width.
4773
fa88947e
GM
4774 * info.el (Info-scroll-down): Add missing WINDOW arg for
4775 pos-visible-in-window-p.
4776
1741905c
GM
4777 * ehelp.el (electric-help-mode-hook): Add defcustom.
4778
117e4b0c
GM
4779 * mail/sendmail.el (mail-mode): Activate case-folding in
4780 font-lock-defaults.
4781
e84c695d
SM
47822001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4783
4784 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4785 (completion-ignored-extensions): Remove duplicate ".class".
4786
fc774041
AS
47872001-03-19 Andreas Schwab <schwab@suse.de>
4788
83c9cb8e
SM
4789 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4790 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4791
c2c097cc
GM
47922001-03-19 Gerd Moellmann <gerd@gnu.org>
4793
4794 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4795 methods since there are not prefix input methods.
4796
fbe2e958
KH
47972001-03-19 Kenichi Handa <handa@etl.go.jp>
4798
83c9cb8e
SM
4799 * international/mule-cmds.el (read-input-method-name):
4800 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4801
da47e491
SM
48022001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4803
4804 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4805
4986c2c6 48062001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4807
4986c2c6
MK
4808 * ediff-util.el: Copyright years.
4809 (ediff-choose-syntax-table): New function.
4810 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4811
4986c2c6
MK
4812 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4813 with-syntax-table.
83c9cb8e 4814
4986c2c6 4815 * ediff.el: Date of last update, copyright years.
83c9cb8e 4816
4986c2c6 4817 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4818
4986c2c6
MK
4819 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4820 of Scott Bronson.
4821 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4822 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4823 Deleted functions.
4824 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4825 ex-token-list.
83c9cb8e 4826
4986c2c6 4827 * viper-util.el: Spaces, indentation.
83c9cb8e 4828
4986c2c6 4829 * viper.el: Changed version, modification time.
83c9cb8e 4830
3c799aec 48312001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4832
4833 * calendar/timeclock.el (timeclock-workday-remaining):
4834 Check whether `discrep' is non-null before using it.
3c799aec 4835
ae3ce418
JW
48362001-03-16 John Wiegley <johnw@gnu.org>
4837
4838 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4839 first-time checkins.
4840 (timeclock-log-data): Fixed problem with reading timelog log file.
4841 Resulting data in the "day list" was incorrect.
4842 (timeclock-find-discrep): Check if `timeclock-file' is readable
4843 before opening it.
4844 (timeclock-time-less-p): New function.
4845 (timeclock-day-base): New function.
4846 (timeclock-geometric-mean): New function.
4847 (timeclock-generate-report): Generate a summary report based on
4848 the contents of the log file. This uses `timeclock-log-data', and
4849 is an example of writing a timelog manipulation function.
4850 (timeclock-visit-timelog): A quick command for opening the timelog
4851 file.
4852 (timeclock-log-data): Bound the variable event.
4853
c8d4a9bb
KH
48542001-03-16 Kenichi Handa <handa@etl.go.jp>
4855
83c9cb8e
SM
4856 * international/mule-cmds.el (select-safe-coding-system):
4857 Fix typo: symbol-name -> symbol-value.
11d56c64 4858
c8d4a9bb
KH
4859 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4860 before substitute-in-file-name to handle double slashes in FILE
4861 correctly.
4862
c899e7e6
GM
48632001-03-15 Gerd Moellmann <gerd@gnu.org>
4864
4865 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4866 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4867
819dce0f
GM
48682001-03-14 Gerd Moellmann <gerd@gnu.org>
4869
697617d9
GM
4870 * bindings.el (features): Add `md5' and `overlay' to the list.
4871
819dce0f
GM
4872 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4873 bound before using it. It's not bound when configured without X,
4874 for instance.
4875
e0067a9d
TTN
48762001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4877
4878 * progmodes/hideshow.el: Update copyright.
4879 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4880 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4881
afcdc0a1
GM
48822001-03-13 Gerd Moellmann <gerd@gnu.org>
4883
e0067a9d 4884 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4885 a non-list.
4886
30564c48
EZ
48872001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4888
4889 * startup.el (fancy-splash-tail, command-line-1): Fix the
4890 copyright year.
4891
2b8e24b3
KH
48922001-03-13 Kenichi Handa <handa@etl.go.jp>
4893
4894 * term.el: These changes are based on a patch sent from Yong Lu
4895 <lyongu@yahoo.com>.
4896 (term-set-escape-char): Bind M-x to execute-extended-command in
4897 term-raw-escape-map.
4898 (term-move-columns): Don't try to move to negagive column.
4899 (term-emulate-terminal): Insert a string before deleting a text to
4900 overwrite.
4901
789b6186
GM
49022001-03-12 Gerd Moellmann <gerd@gnu.org>
4903
b0778a31
GM
4904 * play/life.el (life): Rearrange code so that all calls to
4905 life-display-generation are in a catch-form.
4906
04528cda
GM
4907 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4908 file that isn't interesting. In an interesting file, push the old
4909 value of point on the mark ring.
4910
760cefb5
GM
4911 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4912 New function.
4913 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4914 Use it.
4915
83c9cb8e
SM
4916 * emacs-lisp/autoload.el (generate-file-autoloads):
4917 Remove warning about line lengths.
789b6186 4918
a2ffbafe
FP
49192001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4920
4921 * progmodes/etags.el (tags-compression-info-list): New variable.
4922 (find-tag-in-order): Use it to deal with compressed source files.
4923 (tag-file-name-match-p): New function.
4924 (etags-recognize-tags-table): Use it for better match of file names.
4925
5c9d9d92
KH
49262001-03-12 Kenichi Handa <handa@etl.go.jp>
4927
ba3e9b9b
KH
4928 * international/mule-cmds.el (register-input-method): Doc fix.
4929
5c9d9d92
KH
4930 * international/quail.el (quail-translate-key): Fix condition to
4931 check if there's another breaking point in the current key.
4932
40beecee
EZ
49332001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4934
4935 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4936 Babyl header to the newly-created output file, bind
4937 coding-system-for-write to either rmail-file-coding-system or
4938 emacs-mule-unix.
4939
75c6cb7f
SM
49402001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4943 Fix the name and regexp used for subsubsections.
4944
5ec17636
DL
49452001-03-10 Dave Love <fx@gnu.org>
4946
4947 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4948 and save-buffer if buffer-file-name non-nil. From rms.
4949
6d2e2c02
AS
49502001-03-10 Andre Spiegel <spiegel@gnu.org>
4951
4952 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4953 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4954 to reflect that.
4955 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4956 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4957 variable bindings that might affect the diff command.
4958 (vc-print-log): Don't switch to the *vc* buffer before the
4959 command, so that local variable bindings are preserved.
4960
789b6186 4961 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4962 not the current buffer.
4963 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4964
789b6186 4965 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4966 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4967
b18f5523
SM
49682001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4969
4970 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4971 so ^, $, *, ? and + are interpreted correctly.
4972
3cfd8357
GM
49732001-03-09 Gerd Moellmann <gerd@gnu.org>
4974
c085b77c 4975 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4976 mode-line-key-binding. Handle any event on a string.
4977 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4978
3cfd8357
GM
4979 * comint.el (comint-insert-clicked-input): Use the last key
4980 from this-command-keys to lookup the global key definition.
4981
348f797a
KH
49822001-03-09 Kenichi Handa <handa@etl.go.jp>
4983
3ebf3717
KH
4984 * international/characters.el: Add category `j' for
4985 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4986
348f797a
KH
4987 * international/mule-conf.el (no-conversion): Fix docstring.
4988 (raw-text): Fix docstring.
4989
e1fbabaf
GM
49902001-03-08 Gerd Moellmann <gerd@gnu.org>
4991
96e8e603
GM
4992 * simple.el (choose-completion-string): When not leaving the
4993 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4994 is set.
4995
e1fbabaf
GM
4996 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4997 parameter `(minibuffer . t)'.
4998
f9db8f19
SM
49992001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5000
5001 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5002 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5003 (sh-mode): Remove `make-local-variable' for unused var
5004 `font-lock-unfontify-region-function'.
5005
02756877
RS
50062001-03-07 Richard M. Stallman <rms@gnu.org>
5007
132bf46d
RS
5008 * info.el (Info-scroll-down): Fix previous change.
5009
02756877
RS
5010 * mail/rmail.el (rmail-toggle-header): Use a window which
5011 is showing the Rmail buffer, rather than the selected window.
5012
eeb24429
DL
50132001-03-07 Dave Love <fx@gnu.org>
5014
5015 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5016 now, to avoid problems with binding imenu directly to a mouse event.
5017
3bdf2660
GM
50182001-03-07 Gerd Moellmann <gerd@gnu.org>
5019
5020 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5021 second arg t.
5022
50232001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
5024
5025 * log-edit.el (log-edit-common-indent): New var.
5026 (log-edit-set-common-indentation): Renamed from
5027 log-edit-delete-common-indentation. Use the new var.
5028 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5029
5030 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5031 (cvs-mode-add-change-log-entry-other-window):
5032 Don't presume change-log-default-name is defined.
5033
5034 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5035
5036 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5037 the "tree" operation as well.
5038
5039 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5040
5041 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5042 to match paragraph-start.
5043
5044 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5045 comment-start-skip and set comment-end-skip as well.
5046 (sgml-comment-indent): Fix for new value of comment-start-skip.
5047 (html-autoview-mode): Don't bother using make-local-hook.
5048
2ad02767
GM
50492001-03-07 Gerd Moellmann <gerd@gnu.org>
5050
189638d5 5051 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 5052 variables, otherwise long Custom entries would make them ineffective.
189638d5 5053
2ad02767
GM
5054 * uniquify.el: Set maintainer to FSF.
5055
656f8cae
EZ
50562001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5057
5058 * dired-aux.el (dired-do-shell-command): Doc fix.
5059
c83965c4
SM
50602001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5061
04af43bc
SM
5062 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5063
5064 * which-func.el (which-func-modes): Add cperl-mode.
5065 (which-func-mode-global): Use define-minor-mode.
5066
5067 * info-look.el: Docstring fixes and dead code eliminated.
5068 (cperl-mode): Add support.
5069 (emacs-lisp-mode): List all entries from elisp manual, whether
5070 or not they are currently (f)bound or not. Update regexp.
5071
5072 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5073
c83965c4
SM
5074 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5075 so that C-h m shows the correct information.
5076 Use make-local-variable rather than make-variable-buffer-local.
5077 (cperl-info-buffer, cperl-setup-tmp-buf):
5078 Use make-local-variable rather than make-variable-buffer-local.
5079 (cperl-msb-fix, cperl-get-help-defer):
5080 Check major-mode for `cperl-mode' as well.
5081
5082 * progmodes/cperl-mode.el: Updated to author version 4.23.
5083 (cperl-electric-pod): SYNOPSIS was misspelled.
5084 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5085 (cperl-after-expr-p): Make true after __END__.
5086
f16a7aa5
GM
50872001-03-06 Gerd Moellmann <gerd@gnu.org>
5088
157ae273 5089 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 5090 bookmark-completion-ignore-case is t.
157ae273 5091
f16a7aa5
GM
5092 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5093 switch, like xterm, and concat resource strings, with a newline
5094 between them.
5095
abaddb98
EZ
50962001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5097
a2ffbafe 5098 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
5099 (cp773-decode-table, cp774-decode-table): New variables.
5100
abaddb98
EZ
5101 * man.el (Man-hyphenated-reference-regexp): New variable.
5102 (Man-build-references-alist): Use it to search for referenced
5103 manpages. If hyphenated is non-nil, record a concatenated word in
5104 Man-refpages-alist only if it matches Man-reference-regexp.
5105 Update word's length when it is concatenated. Reverse the list,
5106 to get the first manpage at the head.
5107 (Man-possibly-hyphenated-word): New function.
5108 (Man-follow-manual-reference): Use it instead of current-word to
5109 find a manpage at point, in a way that accounts for hyphenated
5110 references.
5111
eb3f61dd
GM
51122001-03-06 Alex Schroeder <alex@gnu.org>
5113
5114 * sql.el (sql-interbase): New function.
5115 (sql-interbase-program): New option.
5116 (sql-interbase-options): New option.
5117 And some typos fixed: "customise" to "customize".
5118
fa84f42a
DL
51192001-03-06 Dave Love <fx@gnu.org>
5120
83c9cb8e
SM
5121 * textmodes/flyspell.el (flyspell-region):
5122 Set up flyspell-local-mouse-map.
fa84f42a 5123
fda3411d
RS
51242001-03-05 Richard M. Stallman <rms@gnu.org>
5125
a2ffbafe 5126 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
5127 Don't call rmail-beginning-of-message.
5128 Don't discard From: field. Do discard Received: field.
5129 Use unwind-protect to re-prune.
5130 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 5131
e972ab1f
KH
51322001-03-06 Kenichi Handa <handa@etl.go.jp>
5133
5134 * international/quail.el (quail-title): Add autoload cookie.
5135
335db3c1
DL
51362001-03-05 Dave Love <fx@gnu.org>
5137
5138 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5139 new defs.
5140
278dd6ac
KH
51412001-03-05 Kenichi Handa <handa@etl.go.jp>
5142
83c9cb8e
SM
5143 * language/ethio-util.el (ethio-toggle-space):
5144 Update current-input-method-title if necessary.
36d5e61d
KH
5145 (ethio-toggle-punctuation): Likewise.
5146
341cd4f0
KH
5147 * international/quail.el (quail-title): Fix for the case that a
5148 title of an input method is specified by a list of the same form
5149 as used in mode-line-format.
5150
83c9cb8e
SM
5151 * international/mule-cmds.el (activate-input-method):
5152 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
5153 respect that value.
5154
10ebaeb6
GM
51552001-03-05 Gerd Moellmann <gerd@gnu.org>
5156
5157 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5158
7a65c85c
GM
51592001-03-05 Alex Schroeder <alex@gnu.org>
5160
5161 * sql.el (sql-sybase): Fix typo (was: query user about server two
5162 times instead of server and database).
5163
5164 * sql.el (sql-sybase): Doc change.
5165 (sql-mysql): Doc change.
5166 (sql-postgres): Doc change.
5167
b86644f2
KH
51682001-03-05 Kenichi Handa <handa@etl.go.jp>
5169
83c9cb8e
SM
5170 * international/mule-conf.el (emacs-mule, raw-text):
5171 Docstring modified.
b86644f2 5172
e30bd7b7
EZ
51732001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5174
5175 * term/internal.el: Update copyright notice.
5176
5177 * term/pc-win.el: Update copyright notice.
5178
7e365285
DL
51792001-03-02 Dave Love <fx@gnu.org>
5180
83c9cb8e
SM
5181 * files.el (insert-file-contents-literally):
5182 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5183 not jka-compr-compression-info-list.
7e365285 5184
75ed43a6
SM
51852001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5186
5187 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5188 spaces in default comment-start-skip settings rather than \s-.
5189
53c4b1e6
EZ
51902001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5191
5192 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5193 default-frame-alist as well.
5194
028d739a
DL
51952001-03-01 Dave Love <fx@gnu.org>
5196
5197 * textmodes/reftex.el (defvar): Wrap some defvars in
5198 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5199
5200 * subr.el (event-basic-type): Doc fix.
5201
5202 * international/quail.el: Doc fixes.
5203
5204 * international/utf-8.el: Doc fixes.
5205
5206 * international/mule-cmds.el: Doc fixes.
5207 (leim-list-header): Fix header text.
5208
5209 * international/mule.el (coding-system-category): Doc fix.
5210
5211 * international/ccl.el (ccl-compile): Doc fix.
5212
15d1caef
SM
52132001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5214
5215 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5216 rather than (before|after)-change-functions.
5217
f84ff02c
GM
52182001-03-01 Gerd Moellmann <gerd@gnu.org>
5219
5220 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5221 scroll-left and scroll-right being called interactively so that
5222 they set the window's min_hscroll.
5223
e0c1e774
EZ
52242001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5225
5226 * info.el (info-insert-file-contents-1): Accept an additional
5227 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
5228 `suffix'; otherwise use the complicated MS-DOS code.
5229 All callers changed.
e0c1e774
EZ
5230 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5231 can access long file names, try the long file-name version of
5232 `info-insert-file-contents-1', then the short file-name version.
5233
b8b2ea31 52342001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 5235
af122766
KH
5236 * language/ethio-util.el (setup-ethiopic-environment-internal):
5237 Change bindings of functions keys to conform to "Emacs Lisp Coding
5238 Convention".
5239
5240 * language/ethiopic.el ("Ethiopic"): Add documentation.
5241
b8b2ea31
KH
52422001-02-28 Kenichi Handa <handa@etl.go.jp>
5243
1d64e2ad
KH
5244 * international/utf-8.el (mule-utf-8): Set coding-category
5245 property to coding-category-utf-8.
5246
91cb6e51
RS
52472001-02-27 Richard M. Stallman <rms@gnu.org>
5248
5249 * lpr.el (lpr-page-header-switches, print-region-1):
5250 Undo 2000-07-06 change.
7298f3f7
RS
5251 (lpr-add-switches): Default to t on gnu/linux.
5252
c0cb1027
GM
52532001-02-27 Gerd Moellmann <gerd@gnu.org>
5254
5255 * bs.el (bs-attributes-list): Doc fix.
5256
01459648
GM
52572001-02-26 Gerd Moellmann <gerd@gnu.org>
5258
baebd8a5 5259 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 5260
01459648
GM
5261 * help.el (view-order-manuals): Use goto-address.
5262
5263 * startup.el (command-line-1): Add info about ordering manuals
5264 to the not so fancy splash screens.
5265
f93e614e
AS
52662001-02-26 Andre Spiegel <spiegel@gnu.org>
5267
01459648
GM
5268 * vc.el (vc-default-workfile-unchanged-p)
5269 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 5270
12435002
GM
52712001-02-26 Gerd Moellmann <gerd@gnu.org>
5272
a2ffbafe 5273 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
5274 fontify in the right buffer.
5275
12435002
GM
5276 * allout.el (outline-flag-region): Move macro in front of first
5277 use to avoid a run-time error.
5278
425de386
AI
52792001-02-24 Andrew Innes <andrewi@gnu.org>
5280
5281 * makefile.w32-in: Fix copyright notice.
5282
66c56ed1
KH
52832001-02-24 Kenichi Handa <handa@etl.go.jp>
5284
4c1593ce
KH
5285 * international/utf-8.el (mule-utf-8): Set correct value for
5286 valid-codes property.
5287
66c56ed1
KH
5288 * international/fontset.el (x-complement-fontset-spec): In the
5289 case that we use ASCII font for the other charsets, use only
15d1caef 5290 family and registry part of it.
66c56ed1 5291
119171dd
EZ
52922001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5293
5294 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5295 (shrink-window-if-larger-than-buffer): Doc fix.
5296
932c309e
SM
52972001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5300 predicate passed to completing-read.
5301
9b760e36
EZ
53022001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5303
5304 * startup.el (command-line): Fix last change.
5305
5c39a60f
JR
53062001-02-23 Jason Rumney <jasonr@gnu.org>
5307
5308 * startup.el (tool-bar-originally-present): New variable.
5309 (command-line): Set it if the tool-bar is switched on at startup.
5310
5311 * frame.el (frame-notice-user-settings): Only adjust frame height
5312 for no tool-bar case if tool-bar was originally switched on.
796ead7e 5313 From E. Jay Berkenbilt.
5c39a60f 5314
cb91b2c7
SM
53152001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5316
39b557e8
SM
5317 * server.el (server-switch-buffer): Only switch window if the
5318 current one is dedicated.
5319
cb91b2c7
SM
5320 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5321 rather than using (match-beginning 0) when searching for break point.
5322
9238a8df
EZ
53232001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5324
5325 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5326 @ follows an accent command such as @'. Support optional braces
5327 in commands that insert accents, like makeinfo does.
5328
3473f362
GM
53292001-02-22 Gerd Moellmann <gerd@gnu.org>
5330
5331 * startup.el (fancy-splash-text): Add a line for ordering
5332 manuals. Reverse order of splash screens shown.
5333 (use-fancy-splash-screens-p): Adapt to the text line added.
5334
5335 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5336 manuals from the FSF.
5337
5338 * help.el (view-order-manuals): New function.
5339 (toplevel): Bind C-h C-m to this function.
5340
76a4de07
SM
53412001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5342
5343 * newcomment.el (comment-forward): Skip the comment-start before
5344 searching for the comment-end.
5345
75b71d85
DL
53462001-02-21 Dave Love <fx@gnu.org>
5347
2f4c9a87
DL
5348 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5349
75b71d85
DL
5350 * international/mule-cmds.el, international/mule.el: Doc fixes.
5351
ffc9ff0c
GM
53522001-02-21 Gerd Moellmann <gerd@gnu.org>
5353
5354 * startup.el (fancy-splash-screens): Use display-hourglass
5355 instead of display-busy-cursor.
5356
5357 * frame.el (display-hourglass): Renamed from busy-cursor.
5358 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5359 (show-cursor-in-non-selected-windows): Doc fix.
5360
f34eb373
DL
53612001-02-20 Dave Love <fx@gnu.org>
5362
5363 * international/utf-8.el: Doc and commentary fixes.
5364
f55e4a7e
EZ
53652001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5366
5367 * ehelp.el (with-electric-help): Doc fix.
5368
fa97adf6
GM
53692001-02-20 Gerd Moellmann <gerd@gnu.org>
5370
5371 * msb.el (msb-mode): Call the update-buffers function explicitly
5372 with a FORCE argument.
5373
5374 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5375 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5376 returns nil.
5377
54ed3bd2
GM
53782001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5379
5380 * ps-print.el: Timestamp package replacement. Some enhancements.
5381 Some XEmacs compatibility. Doc fix.
5382 (ps-print-version): New version number (6.4).
5383 (ps-printer-name): Initialization fix.
5384 (ps-zebra-stripe-follow): Funcionality enhancement.
5385 (ps-prologue-file): Code enhancement.
5386 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
5387 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5388 (ps-get-page-dimensions)
54ed3bd2
GM
5389 (ps-generate-header, ps-begin-file, ps-begin-job)
5390 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5391 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5392 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5393 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 5394
e8ebf97d
MB
53952001-02-20 Miles Bader <miles@gnu.org>
5396
5397 * image-file.el (image-file-name-extensions): Add "tif".
5398
136b27c5
GM
53992001-02-19 Gerd Moellmann <gerd@gnu.org>
5400
5401 * wid-edit.el (widget-button-click): Save the selected window
5402 around the code handling clicks on buttons.
5403
6ebbcf59
DL
54042001-02-18 Dave Love <fx@gnu.org>
5405
5406 * imenu.el (imenu--generic-function): Use mapc to iterate over
5407 syntax characters.
5408
595ded73
RS
54092001-02-17 Richard M. Stallman <rms@gnu.org>
5410
b9fe3dc8
RS
5411 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5412
595ded73
RS
5413 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5414
f3f053f3
GM
54152001-02-16 Gerd Moellmann <gerd@gnu.org>
5416
5417 * mouse.el (mouse-save-then-kill): If the distance from the new
5418 point to the mark is equal to the distance of point from the new
5419 point, move point instead of the mark.
5420
11570a8f
DL
54212001-02-16 Dave Love <fx@gnu.org>
5422
5423 * textmodes/flyspell.el (flyspell-get-word): Return string without
5424 properties.
5425
fb339cd5
EZ
54262001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * generic.el (generic-find-file-regexp): Doc fix.
5429 (generic-ignore-files-regexp): New defcustom.
5430 (generic-mode-find-file-hook): If the file's name matches the
5431 regexp in `generic-ignore-files-regexp', don't enter
5432 default-generic-mode. Doc fix.
5433
c56b1c1b
GM
54342001-02-16 Gerd Moellmann <gerd@gnu.org>
5435
a2ffbafe 5436 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
5437 Add autoload cookies.
5438
a2ffbafe 5439 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
5440 of cal-tex-24.
5441
0d140e65
EZ
54422001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5443
81558867
EZ
5444 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5445
0d140e65
EZ
5446 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5447 the character class after the (optional) drive, to support file
5448 names with embedded blanks.
5449
713f7b15
SS
54502001-02-15 Sam Steingold <sds@gnu.org>
5451
5452 * textmodes/tex-mode.el (tex-shell-running):
5453 Check the process buffer too.
5454
9a2a6f73
DL
54552001-02-15 Dave Love <fx@gnu.org>
5456
5457 * battery.el (battery-status-function): Fix doc, :type.
5458
15d1caef 5459 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 5460
fe10cef0
GM
54612001-02-15 Gerd Moellmann <gerd@gnu.org>
5462
5463 * subr.el (read-passwd): Clear Lisp memory holding password.
5464
126f5d4d
MB
54652001-02-15 Miles Bader <miles@gnu.org>
5466
5467 * info.el (Info-copy-current-node-name): New function.
5468 (Info-mode-menu): Add it to the menu.
5469
92e98d63
RS
54702001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5471
5472 * international/mule-cmds.el (toggle-input-method): Doc fix.
5473
dd4e0e55
SM
54742001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5475
5476 * replace.el (occur): Stop at end of buffer.
5477
402dbbd1
EZ
54782001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5479
5480 * international/mule-cmds.el (set-input-method): Another doc fix.
5481
e9fcba3d
GM
54822001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5483
5484 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5485
78ad1cd5
MB
54862001-02-13 Miles Bader <miles@gnu.org>
5487
713f7b15 5488 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
5489 (set-face-stipple): Treat a value of nil as being `unspecified'.
5490
fce9d9dc
DL
54912001-02-12 Dave Love <d.love@dl.ac.uk>
5492
5493 * international/latin1-disp.el: Doc fixes.
5494 (latin1-display) <defgroup>: Add :link.
5495 (latin1-display) <function>: Set variable latin1-display.
5496
bc406911
EZ
54972001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5498
5499 * international/mule-cmds.el (set-input-method): Doc fix.
5500
68514d48
EL
55012001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5502
5503 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5504 (speedbar-line-file): Return nil if not a file.
5505 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5506
513bea45 55072001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5508
513bea45
MK
5509 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5510 for remote files.
bc406911 5511 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5512 with raw-text.
713f7b15 5513
513bea45 5514 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5515
83c9cb8e
SM
5516 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5517 Better handling of the diff mode.
713f7b15 5518
513bea45 5519 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5520
bc406911 5521 * viper.texi: Fix typos.
713f7b15 5522
521d4010
DL
55232001-02-11 Dave Love <fx@gnu.org>
5524
36fd8e17
DL
5525 * shadowfile.el: Doc fixes.
5526 (shadow) <defgroup>: Add :link.
5527 (shadowfile-unload-hook): New function.
5528 (shadow-initialize): Use defalias, not fset.
5529 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5530 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5531
521d4010
DL
5532 * international/mule.el: Doc and message fixes.
5533
36fd8e17
DL
5534 * international/ccl.el (define-ccl-program): Doc fix.
5535
92395bbe
KH
55362001-02-11 Kenichi Handa <handa@etl.go.jp>
5537
5538 * faces.el (mode-line): Set :line-width property to -1.
5539
103db06c
RS
55402001-02-10 Richard M. Stallman <rms@gnu.org>
5541
08b78974
RS
5542 * complete.el (partial-completion-mode): Doc fix.
5543
103db06c
RS
5544 * simple.el (delete-key-deletes-forward-mode):
5545 Change `let' to `let*' to fix gross bug in last change.
5546
5547 * repeat.el (repeat): Don't let execute-kbd-macro alter
5548 real-last-command.
5549
a6a1ee53
EZ
55502001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5551
5552 * simple.el (eval-expression): Doc fix.
5553
d2f288c6
DL
55542001-02-09 Dave Love <fx@gnu.org>
5555
038f4ae3
DL
5556 * imenu.el (imenu-generic-expression): Doc fix.
5557
83c9cb8e
SM
5558 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5559 From Juanma Barranquero.
038f4ae3 5560
15d1caef 5561 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5562
9804b846
KH
55632001-02-09 Kenichi Handa <handa@etl.go.jp>
5564
5565 * faces.el (set-face-attribute): Describe the case of a negative
5566 value specified for :line-width.
5567
532f5197
SM
55682001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5569
5570 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5571 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5572
1d279666
DL
55732001-02-08 Dave Love <fx@gnu.org>
5574
4681ca3a
DL
5575 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5576 widget-plist-value-type.
5577 (widget-alist-convert-widget): Replace binding of
5578 widget-alist-value-type.
5579
1d279666
DL
5580 * textmodes/paragraphs.el (sentence-end): Doc fix.
5581
83c9cb8e
SM
5582 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5583 Remove `backward-line'.
1d279666 5584
532f5197
SM
5585 * play/pong.el (pong-blank-color, pong-bat-color)
5586 (pong-ball-color, pong-border-color, pong-left-key)
5587 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5588 (pong-pause-key, pong-resume-key, pong-timer-delay):
5589 * mail/mh-comp.el (mh-compose-letter-function):
5590 * eshell/esh-mode.el (eshell-skip-prompt-function):
5591 * emulation/viper-ex.el (ex-unix-type-shell-options):
5592 * recentf.el (recentf-menu-filter):
5593 * ps-print.el (ps-print-region-function):
5594 * lpr.el (print-region-function):
5595 * forms.el (forms-mode-hooks):
5596 * dirtrack.el (dirtrack-directory-change-hook):
5597 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5598 * textmodes/spell.el (spell-filter):
5599 * textmodes/fill.el (adaptive-fill-function):
5600 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5601 * progmodes/etags.el (find-tag-default-function):
5602 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5603 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5604
6f676109
EZ
56052001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5606
751d3bc4
EZ
5607 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5608 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5609 Meyering <jim@meyering.net>.
5610
6f676109
EZ
5611 * loadup.el: Revert last change.
5612
d3c26cdf
KH
56132001-02-07 Kenichi Handa <handa@etl.go.jp>
5614
83c9cb8e
SM
5615 * international/mule.el (transform-make-coding-system-args):
5616 Make it work also for coding systems not using CCL.
d3c26cdf 5617
44806980
EZ
56182001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5619
9889af08
EZ
5620 * simple.el (previous-matching-history-element)
5621 (next-matching-history-element): Doc fix.
5622
44806980
EZ
5623 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5624 specific part.
5625
1e36ff68
DL
56262001-02-06 Dave Love <fx@gnu.org>
5627
713f7b15 5628 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5629 (add-log-buffer-file-name-function, add-log-file-name-function):
5630 Fix :type.
5631 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5632
c7ca58df
EZ
56332001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5634
fecd556a
EZ
5635 * info.el (info-initialize): Remove the test for system-type when
5636 invocation-directory is non-nil.
5637
c7ca58df
EZ
5638 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5639 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5640
587b5737
AI
56412001-02-06 Andrew Innes <andrewi@gnu.org>
5642
5643 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5644 absolute.
5645
baf7eee4
GM
56462001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5647
5648 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5649 buffers. When hi-lock turned on rather than only checking current
5650 buffer for regexps, all buffers are checked. Moved activation of
5651 font-lock to hi-lock-refontify. When font-lock turned off rather
5652 than removing added highlighting just in current buffer, remove it
5653 in all buffers. Changed edit menu text from "Automatic
5654 Highlighting" to "Regexp Highlighting" Documentation for
5655 highlighting phrases, minor documentation changes.
5656 (hi-lock-set-file-patterns): Execute only if there are new or
5657 existing file patterns.
5658 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5659 unfontify and, if a support mode is active, will not refontify the
5660 whole buffer. If necessary, turn on font lock. (Removed
5661 font-lock-unfontify and font-lock support-mode-specific calls,
5662 such as lazy-lock-fontify-window.)
5663 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5664 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5665 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5666 (hi-lock-face-phrase-buffer): New function. Also added related
5667 menu item and keybinding.
5668 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5669 (hi-lock-process-phrase): New function.
5670 (hi-lock-line-face-buffer): Doc fixes.
5671 (hi-lock-face-buffer): Doc fixes.
5672 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5673
36710aa6
GM
56742001-02-06 Gerd Moellmann <gerd@gnu.org>
5675
5676 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5677 dabbrev-ignored-regexps.
5678
d3f22784
EZ
56792001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5680
5681 * simple.el (kill-line): Doc fix.
5682
5cb3c8d4
DL
56832001-02-05 Dave Love <fx@gnu.org>
5684
5685 * loadup.el: Revert last two changes -- bootstrapping works with
5686 regenerated loaddefs.
5687
e6297e7d
EZ
56882001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5689
1e14b095
EZ
5690 * isearch.el (isearch-forward): Doc fix.
5691
e6297e7d
EZ
5692 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5693 of font-lock-defaults to backward-paragraph.
5694
e16f52ce
GM
56952001-02-05 Gerd Moellmann <gerd@gnu.org>
5696
5697 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5698 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5699
01d19dd7
GM
57002001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5701
5702 * ebnf2ps.el: Eliminate time-stamp functions.
5703 (ebnf-version): New version (3.5).
5704 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5705 format-time-string.
5706
24886813
GM
57072001-02-05 Gerd Moellmann <gerd@gnu.org>
5708
5709 * simple.el (next-line): Goto end-of-line before inserting a newline.
5710
65e70fc4
MB
57112001-02-05 Miles Bader <miles@gnu.org>
5712
5713 * image-file.el (insert-image-file): When visiting an image, also
5714 set `truncate-lines' to t so that any fringe arrow looks correct.
5715
482f06c9
KH
57162001-02-05 Kenichi Handa <handa@etl.go.jp>
5717
5718 * isearch.el (isearch-forward): Add description about input method
5719 in the docsting.
5720
02399da7
SM
57212001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5722
5723 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5724
2c366083
EZ
57252001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5726
5727 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5728 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5729
bdadfce3
GM
57302001-02-02 Gerd Moellmann <gerd@gnu.org>
5731
79fb38c0
GM
5732 * wid-edit.el (widget-button-click): Fix last change.
5733
bdadfce3
GM
5734 * frame.el (frame-notice-user-settings): When resizing the initial
5735 frame because the tool bar is off, also change the frame's top
5736 position if a negative top position was specified.
5737
33155ffb
MB
57382001-02-02 Miles Bader <miles@gnu.org>
5739
5740 * image-file.el (insert-image-file): When visiting an image,
5741 suppress the cursor in the image buffer.
5742
1355ba0c
DL
57432001-02-01 Dave Love <fx@gnu.org>
5744
5745 * progmodes/f90.el (f90-mode): Remove startup message.
5746
fb758d2d 5747 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5748
01acdb05
GM
57492001-02-01 Gerd Moellmann <gerd@gnu.org>
5750
5751 * startup.el (command-line): Fix code determining whether or not
5752 to use delete-key-deletes-forward-mode.
5753
5b1ee316
AS
57542001-02-01 Andre Spiegel <spiegel@gnu.org>
5755
5756 * vc.el (vc-diff-switches): New user option.
5757 (vc-version-diff): Use it.
5758 (vc-diff-switches-list): New macro.
5759
83c9cb8e
SM
5760 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5761 New customization options.
5b1ee316
AS
5762 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5763
5764 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5765
00b1e7a1
GM
57662001-02-01 Gerd Moellmann <gerd@gnu.org>
5767
5768 * msb.el (toplevel): Quote hook symbols.
5769
85827036
KH
57702001-02-01 Kenichi Handa <handa@etl.go.jp>
5771
8e028499 5772 * international/mule.el (make-coding-system): Add description
3c948dde 5773 about recognized properties in the docstring.
8e028499 5774
85827036
KH
5775 * international/mule-conf.el: Remove unused charsets
5776 mac-roman-lower and mac-roman-upper.
5777
7ccf7ab9
GM
57782001-01-31 Gerd Moellmann <gerd@gnu.org>
5779
2441692d
GM
5780 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5781 is in front of the left-margin, if any.
5782
ee5cece0
GM
5783 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5784 like `delete'.
5785
83c9cb8e 5786 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5787
7ccf7ab9
GM
5788 * term/w32-win.el (mouse-set-font): Doc fix.
5789
b4f30ec5 57902001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5791
b4f30ec5
GM
5792 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5793 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5794 on already.
5795
03e0fe6e
GM
57962001-01-31 Markus Rost <rost@math.ohio-state.edu>
5797
5798 * files.el (save-buffer): Don't give message if (buffer-file-name)
5799 returns nil.
713f7b15 5800
8f289acc
EZ
58012001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5802
cb4aae04
EZ
5803 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5804
dbd98b19
EZ
5805 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5806 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5807
8f289acc
EZ
5808 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5809 display problems.
5810
c12553c1
KH
58112001-01-31 Kenichi Handa <handa@etl.go.jp>
5812
c7bf5db9
KH
5813 * international/mule.el (charset-info): Fix docstring.
5814
5815 * international/mule-diag.el (describe-character-set): Check final
5816 char valid before printing it.
c12553c1 5817
14f16b9c
GM
58182001-01-30 Gerd Moellmann <gerd@gnu.org>
5819
efaa080b
GM
5820 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5821
eef93f99
GM
5822 * frame.el (frame-notice-user-settings): Do the tool-bar
5823 stuff only for graphical displays. Fix a braino.
713f7b15 5824
14f16b9c
GM
5825 * frame.el (frame-initialize): Create initial frame visible.
5826 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5827 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5828
5829 * startup.el (command-line): Remove manipulation of frame
5830 height for tool bars.
5831
4ad25e43
EZ
58322001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5833
5834 * lpr.el: Compatibility with XEmacs and doc fixes.
5835 (lpr-windows-system, lpr-lp-system): New vars.
5836 (lpr-printer-switch): New defcustom.
5837 (printer-name, lpr-command): Customization fix.
5838 (print-region-1): Code fix.
5839 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5840 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5841 New functions.
4ad25e43 5842
e8f044a0
GM
58432001-01-29 Gerd Moellmann <gerd@gnu.org>
5844
5845 * msb.el (toplevel): Fix the eval-after-load.
5846
850d5045
GM
58472001-01-29 Dave Love <fx@gnu.org>
5848
762fe76e
DL
5849 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5850
5851 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5852
83c9cb8e 5853 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5854 (tcl-using-emacs-19-23): Consider Emacs 21+.
5855 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5856 (tcl-add-emacs-menu): Supply menu name.
5857 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5858
3a768251
GM
58592001-01-29 Gerd Moellmann <gerd@gnu.org>
5860
5861 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5862
274d02f7
SM
58632001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5864
5865 * pcvs.el (cvs-mark-fis-dead): New function.
5866 (cvs-mode-add): Use it.
5867 (cvs-mode-add-change-log-entry-other-window):
5868 Rebind change-log-default-name to itself rather than to nil.
5869
ed5d446e
SS
58702001-01-29 Sam Steingold <sds@gnu.org>
5871
efaa080b 5872 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5873 `autoload' statements.
5874
e2a80284
EZ
58752001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5876
8e1db7b3
EZ
5877 * files.el (confirm-kill-emacs): Doc fix.
5878
ff2a1c79
EZ
5879 * frame.el (frame-initialize): Doc fix.
5880
e7b0deaf
EZ
5881 * time-stamp.el (time-stamp-string): Doc fix.
5882
83c9cb8e
SM
5883 * woman.el (WoMan-log-1): Make the log buffer writable.
5884 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5885
005913e4
GM
58862001-01-29 Gerd Moellmann <gerd@gnu.org>
5887
5888 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5889 the `make-variable-buffer-local'.
5890
58622cc5
GM
58912001-01-29 Dave Love <fx@gnu.org>
5892
5893 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5894 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5895 Add autoload cookie.
58622cc5
GM
5896 (ansi-color-apply-sequence): Fix typo.
5897
0404d031
GM
58982001-01-29 Gerd Moellmann <gerd@gnu.org>
5899
ed5d446e 5900 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5901 Postscript printing in black and white.
5902
0404d031
GM
5903 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5904 X-Mailman-Version, Precedence, List-Help, List-Post,
5905 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5906 Content-Type, Content-Length.
5907
3b6ed359
DL
59082001-01-29 Dave Love <fx@gnu.org>
5909
ddd16e7a
DL
5910 * elide-head.el (elide-head): Make overlay evaporate.
5911
83c9cb8e 5912 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5913
8005142f
EZ
59142001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5915
5916 * isearch.el (isearch-highlight): Don't punt if the display
5917 doesn't support colors, since isearch faces are defined for
5918 monochrome displays as well.
5919
84728570
SS
59202001-01-27 Sam Steingold <sds@gnu.org>
5921
5922 * shell.el (shell-write-history-on-exit): Make sure that we are in
5923 the shell buffer (M-x tex-file RET inserted the error message into
5924 the TeX buffer).
5925
e26f9ced
EZ
59262001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5927
5928 * simple.el (transient-mark-mode): Doc fix.
5929
dc0274bd
GM
59302001-01-27 Gerd Moellmann <gerd@gnu.org>
5931
83c9cb8e 5932 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5933
c1acacc4
EZ
59342001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5935
f5058b96
EZ
5936 * shell.el (shell-unquote-argument): If the shell is one of the
5937 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5938 quote character.
5939 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5940 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5941
c1acacc4 5942 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5943 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5944
103db06c 59452001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5946
84728570 5947 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5948 Treat a one-capital-letter abbrev as "not all upper case",
5949 so as to force preservation of the expansion's pattern
5950 if the expansion starts with a capital letter.
5951
cfa70244
EZ
59522001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5953
cfee9de7
EZ
5954 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5955 Doc fix.
5956
cfa70244
EZ
5957 * simple.el (transient-mark-mode): Document the fact that many
5958 commands act on the region when mark is active.
5959
17d90d6b
KH
59602001-01-27 Kenichi Handa <handa@etl.go.jp>
5961
5962 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5963 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5964 (quail-show-guidance-buf): Make the multibyteness of current
5965 buffer inherited to Quail guidance buffer.
5966 (quail-help): Make the multibyteness of current buffer inherited
5967 to Quail help buffer.
5968
61076b20
DL
59692001-01-26 Dave Love <fx@gnu.org>
5970
c47e2c68
DL
5971 * time-stamp.el: Doc fixes.
5972
84728570 5973 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5974 (delphi-keyword-face, delphi-other-face): Fix :type.
5975
940f14b4
DL
5976 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5977
5978 * mail/feedmail.el (feedmail): Add :link.
5979 (feedmail-send-it): Doc fix.
5980
5981 * mail/sendmail.el: Doc fixes.
5982 (sendmail-send-it): Fix the non-ASCII regexp and use
5983 rfc2047-encode-string.
5984
61076b20
DL
5985 * dired.el, dired-aux.el: Revert last change.
5986
6c317bd2
GM
59872001-01-26 Gerd Moellmann <gerd@gnu.org>
5988
5989 * makefile.w32-in (DONTCOMPILE): Add various term files.
5990
59912001-01-26 Dave Love <fx@gnu.org>
5992
5993 * Makefile.in (DONTCOMPILE): Add various term files.
5994
1c636b5f
GM
59952001-01-26 Gerd Moellmann <gerd@gnu.org>
5996
af900b23
GM
5997 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5998
15fa6db0 5999 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 6000 the echo area is resized to fit the size of the startup message.
15fa6db0 6001
1c636b5f
GM
6002 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6003 part of which is a constant.
6004
9b1adbd5
EZ
60052001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6006
83c9cb8e 6007 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 6008
103db06c 60092001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
6010
6011 * simple.el (next-line): Don't let `newline' expand abbrevs.
6012 Simplify slightly.
6013 (open-line): Don't let `newline' expand abbrevs.
6014
219227ea
JW
60152001-01-25 John Wiegley <johnw@gnu.org>
6016
6017 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6018 to `repeat' in the :type field.
6019
6020 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6021 allow a choice of regexp or nil.
d2906bf8 6022 (pcomplete-dir-ignore): Same.
219227ea
JW
6023
6024 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6025 a command) to always fail.
6026
ceba0dac
GM
60272001-01-25 Gerd Moellmann <gerd@gnu.org>
6028
6029 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6030 discard the result.
6031 (iswitchb-to-end): Likewise.
6032
9b0630e5
SS
60332001-01-25 Sam Steingold <sds@gnu.org>
6034
6035 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 6036 Require vc.
9b0630e5 6037
a2ed9670
SM
60382001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6039
f0c1adab
SM
6040 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6041
a2ed9670
SM
6042 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6043
34ac3367
DL
60442001-01-25 Dave Love <fx@gnu.org>
6045
61076b20
DL
6046 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6047 (describe-coding-system): Tweak the English text.
6048
34ac3367
DL
6049 * loadup.el: Preload international/ccl for utf-8.
6050
4685e6b7
EZ
60512001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6052
6053 * mail/rmail.el (rmail-redecode-body): Doc fix.
6054
0fdb4475
KH
60552001-01-25 Kenichi Handa <handa@etl.go.jp>
6056
83c9cb8e
SM
6057 * international/mule-cmds.el (reset-language-environment):
6058 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 6059
83c9cb8e
SM
6060 * international/mule-conf.el (coding-category-utf-8):
6061 Initialize to mule-utf-8.
0fdb4475 6062
9b0630e5 6063 * loadup.el: Preload international/utf-8.
0fdb4475
KH
6064
6065 * international/utf-8.el: New file.
6066
245ed2b1
SM
60672001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6068
6069 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6070
e95b0c08
SS
60712001-01-24 Sam Steingold <sds@gnu.org>
6072
6073 * dired.el (dired-replace-in-string): Removed.
6074 (dired-sort-toggle): Use `replace-regexps-in-string'
6075 instead of `dired-replace-in-string'.
9b0630e5 6076
ceba0dac
GM
6077 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6078 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 6079
e95b0c08
SS
6080 * gs.el (gs-replace-in-string): Removed.
6081 (gs-options): Use `replace-regexps-in-string'
6082 instead of `gs-replace-in-string'.
6083
c3902c3e
EZ
60842001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6087 bug report is mailed to an email list and posted to a news group.
6088
b66b6aeb
GM
60892001-01-24 Gerd Moellmann <gerd@gnu.org>
6090
83c9cb8e
SM
6091 * comint.el (comint-replace-by-expanded-history-before-point):
6092 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 6093
b66b6aeb
GM
6094 * startup.el (tool-bar-images-pixel-height): New variable.
6095 (command-line): After loading the user's init file, when
6096 tool-bar-mode is on, increase the frame's size by some lines for
6097 the tool-bar.
6098
6099 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 6100
ff890e66
SZ
61012001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6102
6103 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6104 (chinese-big5): MIME:Big5.
6105
04363179
GM
61062001-01-24 Gerd Moellmann <gerd@gnu.org>
6107
e95b0c08 6108 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
6109 Handle commands with prefix args.
6110
d56aaa64
GM
61112001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6112
6113 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6114 being a list of numbers.
6115 (diary-mail-entries): Rewritten.
6116
99858627
DL
61172001-01-23 Dave Love <fx@gnu.org>
6118
7aeb1fa9
DL
6119 * international/mule.el (make-coding-system): Fix typo.
6120
83c9cb8e
SM
6121 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6122 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 6123
5a43decf
EZ
61242001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6125
6126 * font-lock.el (font-lock-mode): Doc fix.
6127
b0e98867
KH
61282001-01-23 Kenichi Handa <handa@etl.go.jp>
6129
6130 * international/mule.el (make-translation-table): Fix docstring.
6131
9c8acefd
EZ
61322001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6133
fd4976b8
EZ
6134 * mail/rmail.el (rmail-redecode-body): New function.
6135
9c8acefd
EZ
6136 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6137
871e0439
GM
61382001-01-22 Gerd Moellmann <gerd@gnu.org>
6139
21c2bbe0
GM
6140 * isearch.el (isearch-lazy-highlight-case-fold-search)
6141 (isearch-lazy-highlight-regexp): New variables.
6142 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6143 case-fold search or regexp search has been toggled.
6144
5710730c
GM
6145 * wid-edit.el (widget-button-click): Avoid a save-excursion
6146 around running a global binding.
6147
871e0439
GM
6148 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6149 to 0.25.
6150
d0554957
MB
61512001-01-20 Miles Bader <miles@gnu.org>
6152
6153 * cus-edit.el (custom-face-save): Do post-processing on the face's
6154 new value like `custom-face-set' does.
6155
1519f618
EZ
61562001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6157
ccd87890
EZ
6158 * mail/emacsbug.el (report-emacs-bug): Report the value of
6159 LC_CTYPE, not LC_TYPE.
6160
1519f618
EZ
6161 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6162 isearch-toggle-regexp and isearch-edit-string to doc string.
6163
9724173b
GM
61642001-01-19 Gerd Moellmann <gerd@gnu.org>
6165
48bb9196
GM
6166 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6167 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6168
e95b0c08 6169 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
6170 font-lock-beginning-of-syntax-function to nil.
6171
dc81f8a2
EZ
61722001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6173
6174 * mail/emacsbug.el (report-emacs-bug): Report values of
6175 locale-coding-system, default-enable-multibyte-characters, and the
6176 environment variables LC_ALL, LC_TYPE, and LANG.
6177
99327974
GM
61782001-01-19 Gerd Moellmann <gerd@gnu.org>
6179
83c9cb8e 6180 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 6181
2be6ecc6
GM
6182 * font-lock.el (font-lock-multiline): Default to nil.
6183 (font-lock-default-fontify-region): If font-lock-multiline is
6184 nil, don't check the property `font-lock-multiline'.
6185
99327974
GM
6186 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6187 is nil, don't check the `font-lock-multiline' text property.
6188
2550055a
MK
61892001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6190
0a949811 6191 * viper.el: Call initial-major-mode on startup.
e95b0c08 6192
0a949811 6193 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 6194
8501998a 6195 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 6196
2550055a 61972001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 6198
0a949811 6199 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 6200 diff mode, if available.
e95b0c08 6201
0a949811 62022001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 6203
8501998a 6204 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 6205
2550055a
MK
6206 * ediff-init.el (subst-char-in-string): Define and use it, unless
6207 it's already defined.
e95b0c08 6208
8962e303
GM
62092001-01-18 Gerd Moellmann <gerd@gnu.org>
6210
6211 * tooltip.el (tooltip-hide-delay): New user-option.
6212 (tooltip-show): Use tooltip-hide-delay instead of the default.
6213
6b453381
KH
62142001-01-18 Kenichi Handa <handa@etl.go.jp>
6215
6216 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6217 kill-local-variable doesn't work for enable-multibyte-characters.
6218
9eaf396b
DL
62192001-01-17 Dave Love <fx@gnu.org>
6220
cebd37ce
DL
6221 * ediff-init.el (ediff-before-setup-hook)
6222 (ediff-merge-filename-prefix): Add :version.
6223
9eaf396b
DL
6224 * international/latin1-disp.el: Require disp-table.
6225 (latin1-display): Fix :set.
6226
6227 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6228
f864120f
GM
62292001-01-17 Gerd Moellmann <gerd@gnu.org>
6230
6231 * isearch.el (isearch-lazy-highlight-initial-delay)
6232 (isearch-lazy-highlight-interval): Default to 0.
6233
62342001-01-17 Bob Glickstein <bobg@zanshin.com>
6235
6236 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6237 1 here rather than each time through
6238 isearch-lazy-highlight-new-loop.
6239 (isearch-lazy-highlight-max): Variable deleted.
6240 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6241 isearch-lazy-highlight-max but controls a single invocation of
6242 isearch-lazy-highlight-update.
6243 (isearch-lazy-highlight-wrapped): Variable recreated.
6244 (isearch-lazy-highlight-window-start): New variable.
6245 (isearch-lazy-highlight-cleanup): Restored to behavior of
6246 before 2-Jan.
6247 (isearch-lazy-highlight-remove-overlays): Function deleted;
6248 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6249 behavior removed.
6250 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6251 isearch-lazy-highlight-update in a loop rather than just once.
6252 Test isearch-invalid-regexp here and decide not to start a new
6253 loop, rather than testing it each time through
6254 isearch-lazy-highlight-update.
6255 (isearch-lazy-highlight-search): Function restored.
6256 (isearch-lazy-highlight-update): Get called in a timer loop again,
6257 but this time highlight more than one match each time through.
83c9cb8e
SM
6258 Only highlight matches in the visible part of the window.
6259 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
6260 the edge of the window. Use sit-for to force redisplay and ensure
6261 window-start is credible. "Face suppressing" behavior removed;
6262 overlay priorities should make it unnecessary, right?
6263 (isearch-highlight): Face suppressing behavior removed.
6264 (isearch-dehighlight): Face suppressing behavior removed.
6265 (isearch-set-lazy-highlight-faces-at): Removed.
6266
076ec540
KH
62672001-01-17 Kenichi Handa <handa@etl.go.jp>
6268
6269 * language/european.el ("Latin-1"): Make the format of description
6270 about additional language environments same as that of Latin-2.
6271
92328ec5
DL
62722001-01-16 Dave Love <fx@gnu.org>
6273
39f2174e
DL
6274 * isearch.el (isearch-lazy-highlight): Add :version.
6275
92328ec5
DL
6276 * simple.el (backward-delete-char-untabify-method)
6277 (next-line-add-newlines): Add :version.
6278
f251459d
GM
62792001-01-16 Gerd Moellmann <gerd@gnu.org>
6280
9d4850e5
GM
6281 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6282 Don't bind <delete> otherwise.
6283
6284 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6285 and <delete> via function-key-map.
6286
f251459d
GM
6287 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6288 Subject line only if point is after the `Subject:'.
6289
771ffcf7
KH
62902001-01-16 Kenichi Handa <handa@etl.go.jp>
6291
bda6b481
KH
6292 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6293 japanese-jisx0213-2 in `charset' property of this lang. env.
6294
35793af7
KH
6295 * language/european.el ("Latin-1"): Add description for Dutch and
6296 Spanish lang. env.
6297
771ffcf7
KH
6298 * international/mule.el (decode-char): Fix conditions.
6299 (encode-char): Handle eight-bit-control too.
1c8102ff 6300 (transform-make-coding-system-args): New function.
50c29104
KH
6301 (make-coding-system): Accept XEmacs style arguments for CCL base
6302 coding system.
771ffcf7 6303
e1cf67b6
GM
63042001-01-15 Gerd Moellmann <gerd@gnu.org>
6305
6306 * progmodes/etags.el (find-tag-noselect): Save the value of
6307 tags-file-name before switching buffers, for the case it has a
6308 buffer-local value.
6309
b3287acf
GM
63102001-01-15 Alex Schroeder <alex@gnu.org>
6311
9eaf396b
DL
6312 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6313 From Dave Love <fx@gnu.org>.
b3287acf
GM
6314 (ansi-color-for-comint-mode): Fix :version.
6315
63162001-01-15 Alex Schroeder <alex@gnu.org>
6317
6318 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6319
8d7ff9c8
EZ
63202001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6321
6322 * dired.el (dired-insert-directory): If file-system-info fails,
6323 remove the " free " part, but don't signal an error.
6324
dbe99ae9
SS
63252001-01-12 Sam Steingold <sds@gnu.org>
6326
6327 * bookmark.el (bookmark-maybe-historicize-string):
6328 Use new backquote syntax.
6329
103db06c 63302001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
6331
6332 * subr.el (last): Handle a list that doesn't end in nil.
6333
ca2ddd8e
SS
63342001-01-12 Sam Steingold <sds@gnu.org>
6335
6336 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6337 to `backward-delete-char-untabify'.
6338
1751c874
DL
63392001-01-12 Dave Love <fx@gnu.org>
6340
6341 * cus-edit.el (customize-menu-create): Fix the :filter following
6342 easymenu change.
6343
6344 * wid-edit.el (function): Add :match-alternatives.
6345 (widget-color-action): Doc fix.
6346
3cccce8d
GM
63472001-01-12 Gerd Moellmann <gerd@gnu.org>
6348
6349 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6350
18bfd6b5
KH
63512001-01-12 Kenichi Handa <handa@etl.go.jp>
6352
83c9cb8e 6353 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 6354
18bfd6b5
KH
6355 * international/ccl.el (define-ccl-program): Fix docstring.
6356
562e00da
DL
63572001-01-11 Dave Love <fx@gnu.org>
6358
14fd0da3
DL
6359 * international/mule-cmds.el (standard-display-european-internal):
6360 Set display table for 2208 as for 160.
6361
6362 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6363
562e00da
DL
6364 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6365 entry for custom-menu-create change.
6366 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6367 don't cons it in the search loop.
6368
6369 * imenu.el (imenu--truncate-items): Revert last change.
6370
6e961dcd
EZ
63712001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * info.el (Info-setup-header-line): If the node header includes
6374 either Next: or Prev: links, don't show the File: and Node: parts
6375 in the header line.
6376
2c2ff7f2
GM
63772001-01-11 Gerd Moellmann <gerd@gnu.org>
6378
a7ee2d2e
GM
6379 * comint.el (comint-goto-process-mark): Don't print a message
6380 when running in batch mode.
6381
c5348233
GM
6382 * isearch.el (isearch-search): In the condition-case handler for
6383 `error', set isearch-invalid-regexp to the whole error message.
6384
422717d1
GM
6385 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6386 ensure that eval-after-load works for files dumped with Emacs.
6387
6388 * help.el (load-symbol-file-load-history): New function extracted
6389 from function symbol-file.
6390 (symbol-file): Use it.
6391
83c9cb8e 6392 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 6393
926861fb
EZ
63942001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6397 behave as if there were no prefix argument.
6398 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6399 argument were nil.
6400
afa1f52c
RS
64012001-01-11 Richard M. Stallman <rms@gnu.org>
6402
ca2ddd8e 6403 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
6404 Don't look for more potential matches once maximum is exceeded.
6405 Use overlays-in to check correctly for overlap with current match.
6406 Ignore empty matches.
6407
47a9f362
MB
64082001-01-11 Miles Bader <miles@gnu.org>
6409
6410 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6411 (ispell-overlay-window, ispell-help, ispell-show-choices)
6412 (ispell-command-loop): Use it instead of `window-height'.
6413
d196f58d
GM
64142001-01-10 Gerd Moellmann <gerd@gnu.org>
6415
cf523f0e
GM
6416 * files.el (confirm-kill-emacs): New user-option.
6417 (save-buffers-kill-emacs): Ask for final confirmation before
6418 killing Emacs.
6419
d196f58d
GM
6420 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6421 to nil.
6422
7c6c3d8e
GM
64232001-01-10 Dave Love <fx@gnu.org>
6424
1f8be15d
DL
6425 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6426
83c9cb8e 6427 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
6428
6429 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6430
6431 * calculator.el (calculator-number-digits): Fix :type.
6432
0d5184de
DL
6433 * vc-cvs.el (vc-cvs-header): Fix :type.
6434 * vc-rcs.el (vc-rcs-header): Fix :type.
6435 * vc-sccs.el (vc-sccs-header): Fix :type.
6436
6437 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6438
7c6c3d8e
GM
6439 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6440
8c9f73a2
GM
6441 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6442
457b792c
GM
64432001-01-10 Gerd Moellmann <gerd@gnu.org>
6444
6445 * simple.el (set-variable): Force a thorough redisplay for the
6446 case that the variable has an effect on the display, like
6447 `tab-width' has.
6448
d2622d08
AS
64492001-01-10 Andre Spiegel <spiegel@gnu.org>
6450
6451 * vc.el: Add documentation for backend interface.
6452
ae4b5f4f
KH
64532001-01-10 Kenichi Handa <handa@etl.go.jp>
6454
e0844717
KH
6455 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6456
ae4b5f4f
KH
6457 * international/mule-conf.el (latin-extra-code-table): Set to t
6458 for \223 and \224.
6459
3184082b
KH
64602001-01-09 Kenichi Handa <handa@etl.go.jp>
6461
6462 * international/mule-cmds.el (locale-language-names): Map "es" to
6463 "Spanish" and "nl" to "Dutch".
6464
732b9cdd
GM
64652001-01-09 Gerd Moellmann <gerd@gnu.org>
6466
1dfca644
GM
6467 * bindings.el (global-map): Bind <home> to beginning-of-line,
6468 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6469 C-<end> to end-of-buffer.
6470
732b9cdd
GM
6471 * language/european.el: Add Dutch and Spanish language info
6472 to be able to use the appropriate tutorials.
6473
64742001-01-09 Alex Schroeder <alex@gnu.org>
6475
6476 * ansi-color.el (ansi-color-process-output): Use markers instead
6477 of positions for start and end of region.
6478 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6479 Previously, occasional mistakes happend when fontifying many
6480 chunks of output (eg. ls --color=yes /dev). This happened
6481 whenever an overlay was created up to the end of the region, which
6482 coincided with the process-mark. New text would then be added
6483 within that overlay instead of after it.
6484 (ansi-color-make-extent): Overlays are created with the property
6485 `modification-hooks' set to '(ansi-color-freeze-overlay).
6486 (ansi-color-freeze-overlay): New function. When inserting text at
6487 the end of the overlay, the overlay will resize.
6488
64892000-01-09 Alex Schroeder <alex@gnu.org>
6490
6491 * ansi-color.el (ansi-color-process-output): Doc change.
6492 (ansi-color-unfontify-region): Doc change. No longer installed
6493 automatically in font-lock-unfontify-region-function.
6494 (ansi-color-apply): Doc change.
6495 (ansi-color-apply-on-region): Use extents or overlays instead of
6496 text-properties.
6497 (ansi-color-make-extent): New function.
6498 (ansi-color-set-extent-face): New function.
6499
65002000-01-09 Alex Schroeder <alex@gnu.org>
6501
6502 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6503 both use ansi-color-process-output, now.
6504 (ansi-color-process-output): Doesn't return string anymore. It is
6505 installed in comint-output-filter-functions for both Emacs and
6506 XEmacs, now.
6507 (ansi-color-unfontify-region): Simplified code removing variables
6508 pos and start-ansi.
6509 (ansi-color-apply): Put text-property ansi-color before putting
6510 text-property face because ansi-color-unfontify-region is called
6511 immediately after the call to put-text-property.
6512 (ansi-color-context-region): Doc change.
6513 (ansi-color-filter-region): Simplified code.
6514 (ansi-color-apply-on-region): Changed start to start-marker, using
6515 a marker explicitly. Put text-property ansi-color before putting
6516 text-property face because ansi-color-unfontify-region is called
6517 immediately after the call to put-text-property.
6518
65192000-01-09 Alex Schroeder <alex@gnu.org>
6520
6521 * ansi-color.el (ansi-color-faces-vector): Doc change.
6522 (ansi-color-for-comint-mode): Changed :type property to choice.
6523 (ansi-color-last-context): Removed.
6524 (ansi-color-process-output): Don't use ansi-color-last-context, as
6525 the main functions will store their context now.
6526 (ansi-color-context): Doc change.
6527 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6528 Uses ansi-color-context such that repeated calls will strip
6529 partial escape sequences, too.
6530 (ansi-color-apply): Simplified code. Colorize end of string if
6531 face is not null. Store context in new (FACE STRING) format, such
6532 that repeated calls will strip partial escape sequences, too.
6533 Append faces to face property using ansi-color-apply-sequence such
6534 that cumulative mode actually works.
6535 (ansi-color-context-region): New variable.
6536 (ansi-color-filter-region): Rewrote it based on
6537 ansi-color-apply-on-region. Uses ansi-color-context-region such
6538 that repeated calls will strip partial escape sequences, too.
6539 (ansi-color-apply-on-region): Simplified code. Colorize end of
6540 region if face is not null. Store context in new (FACE POS)
6541 format, such that repeated calls will strip partial escape
6542 sequences, too. Append faces to face property using
83c9cb8e 6543 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6544 (ansi-color-apply-sequence): New function.
6545 (ansi-color-get-face): When the default face is added to the list
6546 of faces, all previous settings are discarded and the list of
6547 faces is set to '(default).
6548
65492000-01-09 Alex Schroeder <alex@gnu.org>
6550
6551 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6552 face, such that ansi-color-apply and ansi-color-apply-on-region
6553 will do the right thing.
6554 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6555 returns nil, set the list of faces back to nil instead of
83c9cb8e 6556 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6557
65582000-01-09 Alex Schroeder <alex@gnu.org>
6559
6560 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6561 (ansi-color-process): Doc change.
6562 (ansi-color-last-context): New buffer-local variable.
6563 (ansi-color-process-output): New function. It is automatically
6564 added to comint-output-filter-functions if this is XEmacs.
6565 (ansi-color-unfontify-region): New optional parameter for XEmacs
6566 compatibility. Check wether font-lock-syntactic-keywords is
6567 boundp before removing the syntax table text property, as XEmacs
6568 doesn't have it.
6569 (ansi-color-filter-region): Doc change.
6570 (ansi-color-apply-on-region): Doc change.
6571 (ansi-color-make-face): New function. Compatibility layer for
6572 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6573 (ansi-color-make-color-map): Use ansi-color-make-face.
6574 (ansi-color-get-face): Avoid face text property '(nil) as results
6575 in an errow for XEmacs.
6576
65772000-01-09 Alex Schroeder <alex@gnu.org>
6578
83c9cb8e
SM
6579 * ansi-color.el (ansi-color-unfontify-region): New function.
6580 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6581 ansi-color. When the package is loaded, a lambda expression is
6582 put onto font-lock-mode-hook. This lambda expression will check
6583 font-lock-unfontify-region-function and replace
83c9cb8e 6584 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6585 (ansi-color-apply): Add text-property ansi-color in addition to
6586 text-property face.
6587 (ansi-color-apply-on-region): Add text-property ansi-color in
6588 addition to text-property face.
6589 (save-buffer-state): Copy of the macro that is also used by
6590 lazy-lock and font-lock.
6591
6592 (ansi-color-for-comint-mode): New option.
6593 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6594 (ansi-color-for-comint-mode-off): Ditto.
6595 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6596 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6597 decide what to do. This function is added to
6598 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6599
6600 (ansi-color-for-shell-mode-set): Removed.
6601 (ansi-color-for-shell-mode): Removed.
6602
66032000-01-09 Alex Schroeder <alex@gnu.org>
6604
6605 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6606 the lambda expression from the ansi-color-for-shell-mode :set
6607 property. Additionally, modify shell-mode-hook to enable or
6608 disable font-lock-mode for future shell buffers.
6609 (ansi-color-for-shell-mode): The :set property calls
6610 ansi-color-for-shell-mode-set instead of a lambda expression.
6611
66122000-01-09 Alex Schroeder <alex@gnu.org>
6613
6614 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6615 (ansi-color-context): New variable.
6616 (ansi-color-apply): Save context between calls.
6617
fb55ff10
EZ
66182001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6619
83c9cb8e
SM
6620 * isearch.el (isearch, isearch-lazy-highlight-face):
6621 New definitions for face colors and attributes.
29910493 6622
fb55ff10
EZ
6623 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6624 of display-mouse-p.
6625
134d6265
KH
66262001-01-09 Kenichi Handa <handa@etl.go.jp>
6627
6628 * international/mule.el (make-coding-system): If the coding system
6629 accepts extra latin codes, register such codes as safe for the
6630 coding system.
6631
103db06c 66322001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6633
984c9f75
RS
6634 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6635 don't mention the file name or the date here, because they are
6636 logged at the start of the file.
6637
66382001-01-08 Richard M. Stallman <rms@gnu.org>
6639
78b8eee8
RS
6640 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6641 Change screen-width to frame-width.
6642
1460e5d4
EZ
66432001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6644
6645 * info.el (Info-search): Print the default as part of the prompt.
6646
56f24bc1
AS
66472001-01-08 Andre Spiegel <spiegel@gnu.org>
6648
ca2ddd8e 6649 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6650 constant implementations in backends.
6651
6652 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6653 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6654
6655 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6656 WRITABLE to EDITABLE.
6657
6658 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6659 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6660 to EDITABLE.
6661
b7812d30
EZ
66622001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6663
6664 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6665 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6666
7e56ea04
GM
66672001-01-08 Gerd Moellmann <gerd@gnu.org>
6668
6669 * isearch.el (isearch-old-signal-hook): Removed.
6670 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6671 instead of setting signal-hook-function.
6672 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6673
a758f97d
GM
66742001-01-08 Kevin Gallagher <kevingal@onramp.net>
6675
6676 * emulation/edt.el: Update to version 4.0. Provide support for
6677 EDT scroll margins at top and bottom of the window. Provide an
6678 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6679 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6680 user when file-related buffer modifications exist.
6681 Provide support for running EDT Emulation in XEmacs.
6682 Provide customize access to some user updatable variables.
6683 Add Commentary section to file header.
6684 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6685
6686 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6687 for detecting a keypress that generates an ASCII key sequence.
6688 (Previously, only a keypress that generates a vector was
6689 recognized.) Embed Window Manager name into name of the generated
6690 EDT Emulation initialization file since the initialization file is
6691 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6692
30db89f9
EZ
66932001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6694
4deb3ba9
EZ
6695 * mail/sendmail.el (mail-mode): Doc fix.
6696
30db89f9
EZ
6697 * info.el (Info-goto-emacs-command-node): Doc fix.
6698 (Info-goto-emacs-key-command-node): Doc fix.
6699
c3f2772b
EZ
67002001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6701
8726e79b 6702 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6703 systems without long file-name support.
6704
0dac6924
AI
67052001-01-06 Andrew Innes <andrewi@gnu.org>
6706
6707 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6708
4e6ef391
EZ
67092001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6710
380866a2
EZ
6711 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6712 (isearch-lazy-highlight-update): Doc fix.
6713
148b5960
EZ
6714 * ffap.el (ffap-bindings): Doc fix.
6715
4e6ef391
EZ
6716 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6717
4cb1bcc2
DL
67182001-01-05 Dave Love <fx@gnu.org>
6719
6720 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6721
3828218c
GM
67222001-01-05 Gerd Moellmann <gerd@gnu.org>
6723
83c9cb8e
SM
6724 * mouse-drag.el (mouse-drag-safe-scroll):
6725 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6726
1f4139d5
GM
6727 * isearch.el (isearch-old-signal-hook): New variable.
6728 (isearch-mode): Set signal-hook-function to isearch-done.
6729 (isearch-done): Restore old signal-hook-function.
6730
3828218c
GM
6731 * info.el (Info-fontify-node): Mark one more char as intangible.
6732
3970013f
KH
67332000-01-05 Kenichi Handa <handa@etl.go.jp>
6734
83c9cb8e
SM
6735 * composite.el (compose-last-chars): New argument COMPONENTS.
6736 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6737 COMPONENTS.
6738
6739 * international/quail.el (quail-input-string-to-events): New function.
6740 (quail-input-method): Convert input string to events here.
6741 (quail-start-translation): Return input string, not event list.
6742 (quail-start-conversion): Likewise.
6743
f3b05e99
GM
67442001-01-04 Gerd Moellmann <gerd@gnu.org>
6745
ca2ddd8e 6746 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6747 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6748 and tooltip-add-timeout.
6749 (tooltip-show): Set border color from faces's foreground.
6750 (tooltip-show-help-function): If called with the same help string
6751 as last time, do nothing.
6752 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6753
0f2ac578
GM
6754 * startup.el (fancy-splash-screens): Don't bind show-help-function
6755 to nil.
6756
f3b05e99
GM
6757 * tooltip.el (tooltip-frame-parameters): Remove colors.
6758 (tooltip): New face
6759 (tooltip-set-param): New function.
6760 (tooltip-show): Set up color frame parameters from face `tooltip'.
6761 Display the tooltip text in face `tooltip'.
6762
8416e94a
DL
67632001-01-04 Dave Love <fx@gnu.org>
6764
6765 * whitespace.el (whitespace-global-mode): Fix typo.
6766
6767 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6768
30db89f9
EZ
67692001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6770
83c9cb8e
SM
6771 * help.el (help-for-help): Fix a typo in a doc string.
6772 From kwzh@gnu.org (Karl Heuer).
30db89f9 6773
b847eb8c
DL
67742001-01-03 Dave Love <fx@gnu.org>
6775
6776 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6777 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6778 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6779 (dired-guess-shell-alist-user): Customize.
6780 (dired-x-help-address): Set to bug-gnu-emacs.
6781 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6782 (dired-default-directory): Renamed from default-directory.
6783
6784 * hl-line.el (hl-line): Doc fix.
6785
43c4b570
KF
67862001-01-03 Karl Fogel <kfogel@red-bean.com>
6787
1bf6b1bf 6788 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6789
984c9f75 67902001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6791
6792 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6793 to remove all the current alternative-match highlighting.
6794 If nil, remove only what's outside the current window.
6795 (isearch-lazy-highlight-remove-overlays): Take optional
6796 region within which NOT to remove them.
6797 (isearch-lazy-highlight-new-loop): Greatly simplified.
6798 (isearch-lazy-highlight-update): Find all the other occurrences
6799 visible in the window, in just one call.
6800 (isearch-lazy-highlight-start): Now holds start of region to scan.
6801 (isearch-lazy-highlight-end): Now holds end of region to scan.
6802 (isearch-lazy-highlight-wrapped): Variable deleted.
6803 (isearch-lazy-highlight-search): Function deleted.
6804
13d6a61c
AI
68052000-01-02 Andrew Innes <andrewi@gnu.org>
6806
6807 * w32-fns.el (convert-standard-filename): Do length check on name
6808 before aref.
6809
064866e7
DL
68102001-01-02 Dave Love <fx@gnu.org>
6811
b33e041b
DL
6812 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6813 value.
6814 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6815
6816 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6817
8166ffd5
DL
6818 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6819 read syntax.
6820
064866e7
DL
6821 * calendar/todo-mode.el (todo): Add :link, :version.
6822 (todo-save-top-priorities): Remove autoload cookie.
6823 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6824 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6825
6dde6abc
GM
68262001-01-02 Gerd Moellmann <gerd@gnu.org>
6827
6828 * comint.el (comint-input-history-ignore): New variable.
6829 (comint-read-input-ring): Ignore entries matching
6830 comint-input-history-ignore.
6831
1a8a9daf
GM
68322001-01-02 Eric M. Ludlam <zappo@gnu.org>
6833
6834 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6835 (lm-copyright-mark): New function.
6836 (lm-crack-copyright): New function.
6837 (lm-verify): Check that the file has a copyright.
6838 Check that the file is copyright Free Software Foundation.
6839
9c92eb53
KH
68402000-12-30 Kenichi Handa <handa@etl.go.jp>
6841
6842 * international/mule-diag.el (print-fontset): Indent font name by
6843 24 columns, not 25.
6844
49172314
GM
68452000-12-29 Gerd Moellmann <gerd@gnu.org>
6846
762a68ec
GM
6847 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6848 in Subject line.
6849
49172314 6850 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6851 Use mail-mode-hook instead of mail-setup-hook.
6852 Otherwise continuing an interrupted message with C-u C-x m for
6853 instance, winds up in Mail mode without abbrevs.
49172314 6854
bd7a2e26
GM
68552000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6856
6857 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6858 non-nil. Adding almost all customization variables on ps-setup.
6859 Doc fix.
bd7a2e26
GM
6860 (ps-print-version): New version number (6.3.3).
6861 (ps-end-with-control-d): Initialization fix.
6862 (ps-lines-printed): New var.
6863 (ps-skip-newline): New fun.
6864 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6865 (ps-next-line, ps-continue-line, ps-plot-region)
6866 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6867
2b3f28a4
KH
68682000-12-29 Kenichi Handa <handa@etl.go.jp>
6869
83c9cb8e
SM
6870 * international/fontset.el (x-complement-fontset-spec):
6871 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6872 registered in x-font-name-charset-alist.
6873 (create-fontset-from-fontset-spec): Adjusted for the above change.
6874 The name of fontset alias should be a unresolved ASCII font name.
6875
2ece9174
GM
68762000-12-28 Gerd Moellmann <gerd@gnu.org>
6877
6878 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6879 and delete in isearch-mode-map.
6880
cbe3ad7a
RS
68812000-12-28 Richard M. Stallman <rms@gnu.org>
6882
ca2ddd8e 6883 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6884 Use xpdf instead of acroread.
6885
a816f1c5
KH
68862000-12-28 Kenichi Handa <handa@etl.go.jp>
6887
f086e73c
KH
6888 * textmodes/artist.el (artist-butlast): Deleted.
6889 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6890 artist-butlast.
f086e73c 6891
a816f1c5
KH
6892 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6893
6894 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6895
b202115b
EZ
68962000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6897
6898 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6899
6900 * ls-lisp.el: Better support for the Mac and MS-Windows.
6901 (ls-lisp): New defgroup.
6902 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6903 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6904 (ls-lisp-support-shell-wildcards): New defcustoms.
6905 (ls-lisp-parse-symlink): New function.
6906 (insert-directory): Code to convert switches to a list and set up
6907 the wildcard argument copied from ls-lisp-insert-directory.
6908 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6909 for -C and -R switches.
6910 (ls-lisp-column-format): New function.
ca2ddd8e 6911 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6912 (ls-lisp-format-time): Add doc strings.
6913 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6914 Support ls-lisp-dirs-first.
6915 (ls-lisp-classify, ls-lisp-extension): New functions.
6916 (ls-lisp-format): Optionally support emulation of symlinks.
6917 Support -i, -s, and -G switches.
6918
6061fbf0
GM
69192000-12-27 Gerd Moellmann <gerd@gnu.org>
6920
5e25feee
GM
6921 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6922
6061fbf0
GM
6923 * version.el (emacs-version): Print X scroll bar information.
6924
6925 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6926 instead of x-toolkit-scroll-bars-p.
6927
6928 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6929 of x-toolkit-scroll-bars-p.
6930
25050dab
EZ
69312000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6932
83c9cb8e 6933 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6934 (ffap-bindings): Doc fix, to reflect the above change.
6935
c1786874
KH
69362000-12-27 Kenichi Handa <handa@etl.go.jp>
6937
6938 * term.el (term-char-mode): Define all non-ascii self-inserting
6939 characters to 'term-send-raw in term-raw-map.
6940
7261ece3 69412000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6942
83c9cb8e 6943 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6944
83c9cb8e
SM
6945 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6946 Changed initialization; use add-hook.
6061fbf0 6947 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6948
6061fbf0 6949 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6950
6061fbf0
GM
6951 * ediff.el (ediff-patch-buffer): Bug fix.
6952 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6953
83f40583
SM
69542000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6955
6956 * subr.el (combine-run-hooks): Remove.
6957
6958 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6959 and remove the rogue second spec.
6960
bdd6d4e8
GM
69612000-12-23 Gerd Moellmann <gerd@gnu.org>
6962
6963 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6964
26736ce3
SM
69652000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6966
0e86b6b0
SM
6967 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6968 Use minibuffer menu prompt for the `=' prefix.
6969 (smerge-command-prefix): Change default to C-^.
6eabfb26 6970 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6971
26736ce3
SM
6972 * skeleton.el (skeleton-internal-1): Make sure the first line of
6973 the region is also re-indented.
d21584d6
SM
6974 (skeleton-end-newline): New var.
6975 (skeleton-end-hook): Use it.
26736ce3 6976
95fa4fd7
MB
69772000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6978
6979 * comint.el (comint-password-prompt-regexp): Support CVS.
6980
f060b834
GM
69812000-12-22 Gerd Moellmann <gerd@gnu.org>
6982
83c9cb8e
SM
6983 * simple.el (delete-key-deletes-forward-mode): Simplify.
6984 Also backspace key combinations, depending on
856ff7a7
GM
6985 delete-key-deletes-forward.
6986
6987 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6988
f060b834
GM
6989 * simple.el (delete-key-deletes-forward): Doc fix.
6990
653558a1
GM
69912000-08-22 Emmanuel Briot <briot@gnat.com>
6992
6993 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6994 white spaces are relevant in the XML file.
653558a1
GM
6995 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6996 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6997 of XML files.
653558a1
GM
6998 (xml-parse-tag): Check that the casing is the same in the start
6999 tag and end tag, since XML is case-sensitive. Allows for spaces
7000 in the end tag, after the name of the tag.
7001 (xml-parse-attlist): Allow for the character '-' in the name of
7002 attributes, as in the standard http-equiv attribute Do not save
26736ce3 7003 the properties in the XML tree, since they are not relevant.
653558a1 7004
3ad93d8d
SM
70052000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7006
7007 * generic.el (generic-read-type): Undo last change, inline into
7008 `generic-mode' and then remove.
7009 (generic-mode): Inline generic-read-type.
7010 (define-generic-mode): Push the symbol name rather than the symbol
7011 onto generic-mode-list.
7012
177f4e88
GM
70132000-12-21 Gerd Moellmann <gerd@gnu.org>
7014
8e15274f
GM
7015 * generic.el (generic-read-type): Build an alist for
7016 completing-read as in 20.7.
7017
7018 * play/landmark.el (lm): Use interactive spec `P'.
7019 (toplevel): Don't set debug-on-error.
7020
83c9cb8e 7021 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 7022
6ba384dc
GM
70232000-12-21 Dave Pearson <davep@davep.org>
7024
7025 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 7026
647a066c
GM
70272000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7028
7029 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7030 ranges like \177-\237, but accepts the character sequence from \177 to
7031 \237. Doc fix.
7032 (ebnf-version): New version (3.4).
7033 (ebnf-setup): Code fix.
7034 (ebnf-range-regexp): New fun.
7035 (ebnf-8-bit-chars): Const fix.
7036
7037 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7038 entry. Doc fix.
7039 (ebnf-bnf-lex): Code fix.
7040 (ebnf-bnf-comment-chars): Const fix.
7041
7042 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7043 entry. Doc fix.
7044 (ebnf-iso-comment-chars): Const fix.
7045
7046 * ebnf-otz.el: Doc fix.
7047
7048 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7049 entry. Doc fix.
7050 (ebnf-yac-skip-code): Code fix.
7051 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 7052
bc22fd18
EZ
70532000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7054
7055 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
7056 (recover-file): Use it instead of insert-directory.
7057 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 7058
587fc3f9
KH
70592000-12-21 Kenichi Handa <handa@etl.go.jp>
7060
83c9cb8e
SM
7061 * international/mule-cmds.el (select-safe-coding-system):
7062 Check coding-category-list more rigidly. Improve help message.
eeefcfde 7063
587fc3f9
KH
7064 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7065
01860fb9
MB
70662000-12-21 Miles Bader <miles@gnu.org>
7067
83c9cb8e 7068 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 7069
3f9d67a6
KH
70702000-12-21 Kenichi Handa <handa@etl.go.jp>
7071
9fd1c1f7
KH
7072 * international/mule-diag.el (describe-char-after): Make *Help*
7073 buffer inherit multibyteness of the current buffer.
7074
3f9d67a6
KH
7075 * international/mule.el (make-char): Docstring adjusted for the
7076 change of make-char-internal.
7077
c9669fac
SM
70782000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7079
7080 * international/iso-cvt.el: Docstrings fix.
7081
19594307
DL
70822000-12-20 Dave Love <fx@gnu.org>
7083
7084 * subr.el (eval-after-load): Doc fix.
7085
b1a447b3
KH
70862000-12-20 Kenichi Handa <handa@etl.go.jp>
7087
7088 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7089 for numbers.
7090
09877d5d
MB
70912000-12-20 Miles Bader <miles@gnu.org>
7092
7093 * international/quail.el (quail-help): Resize the help window
7094 again after it has all its contents. Remove unneeded progn.
7095
71d4497a
GM
70962000-12-19 Gerd Moellmann <gerd@gnu.org>
7097
7098 * pcmpl-linux.el: Fix copy/paste error.
7099
741e56a0
AI
71002000-12-19 Andrew Innes <andrewi@gnu.org>
7101
83c9cb8e 7102 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 7103
cc24d91c
CD
71042000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7105
ba4c05aa
CD
7106 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7107
7108 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7109
7110 * progmodes/idlw-shell.el: Fixed copyright notice.
7111
7112 * progmodes/idlwave.el: Fixed copyright notice.
7113
71d4497a 7114 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
7115 TAB as key separators.
7116
524c8caf
GM
71172000-12-19 Alex Schroeder <alex@gnu.org>
7118
7119 * sql.el (sql-sybase-options): New option.
7120 (sql-sybase): Use it. Add sql-database to the list of parameters
7121 provided for login. The options -w 2048 -n are not used any more.
7122 (sql-postgres-options): Changed default from "--pset" to "-P".
7123 (sql-mysql-options): Doc change.
7124 (sql-stop): Doc change.
7125
b5fa513d
KH
71262000-12-19 Kenichi Handa <handa@etl.go.jp>
7127
7128 * international/quail.el (quail-input-method): Always hide
7129 the guidance buffer on exiting.
7130
91c9e6ce
GM
71312000-12-18 Gerd Moellmann <gerd@gnu.org>
7132
c6da4eb4
GM
7133 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7134 isn't fboundp.
7135
3d2a0e0b
GM
7136 * server.el (server-buffer-done): Bury the buffer before
7137 killing it.
7138
91c9e6ce
GM
7139 * faces.el (face-spec-set): Interpret a nil in specs for
7140 foreground and background colors as `unspecified', for
7141 compatibility with 20.x.
7142
40fa0008
DL
71432000-12-18 Dave Love <fx@gnu.org>
7144
22adbe54
DL
7145 * simple.el (mail-user-agent): Doc fix.
7146 (input-mode-8-bit): Removed.
7147
7148 * international/mule.el (set-keyboard-coding-system): Doc fix.
7149 (keyboard-coding-system): New option.
7150
40fa0008
DL
7151 * mail/sendmail.el (send-mail-function): Customize.
7152
6f4745e2
EZ
71532000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7154
7155 * international/codepage.el (cp866-decode-table): New table.
7156
82b90229
GM
71572000-12-18 Gerd Moellmann <gerd@gnu.org>
7158
7159 * version.el (emacs-version): Remove `%a' from the time format
7160 because the weekday doesn't fit well into each locale.
7161
5a047002
MB
71622000-12-18 Miles Bader <miles@gnu.org>
7163
7f49aa07
MB
7164 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7165
ca2ddd8e 7166 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
7167 Check that emacs-major-version is `=' to 20, not `>='.
7168 (artist-replace-chars): Use `make-string' instead of a loop.
7169
22ea2607
EZ
71702000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7171
7172 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7173 (cvs-execute-single-file): Don't change directory.
7174 Patch from Per Cederqvist.
7175
6c825f8e
EZ
71762000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7177
83c9cb8e
SM
7178 * textmodes/ispell.el (check-ispell-version):
7179 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
7180 of -vv.
7181
8ff06845
KH
71822000-12-16 Kenichi Handa <handa@etl.go.jp>
7183
af4bb4c8
KH
7184 * international/mule-diag.el (mule-diag): Insert information about
7185 configure options, multibyte awareness, language env.
7186
8ff06845
KH
7187 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7188 regexp to search for candidates.
7189
b24e84ab
EZ
71902000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7191
7192 * info.el (Info-forward-node): If the node has an
7193 Info-header-line, widen the buffer before searching for "next:"
7194 and "up:" pointers, and set the search limit to stay in the
7195 current node.
7196
7981d89f
MB
71972000-12-16 Miles Bader <miles@gnu.org>
7198
7199 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7200
88ee7917
MB
72012000-12-15 Miles Bader <miles@gnu.org>
7202
7203 * comint.el (comint-send-string, comint-send-region): Also accept
7204 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7205 process-send-string/region.
7206
0c28d842
GM
72072000-12-15 Gerd Moellmann <gerd@gnu.org>
7208
4ea7fdca
GM
7209 * isearch.el (isearch-lazy-highlight-max): New user-option.
7210 (isearch-lazy-highlight-update): Don't highlight more than
7211 isearch-lazy-highlight-max matches.
7212
0c28d842
GM
7213 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7214
984c9f75 72152000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 7216
8062e53a
GM
7217 * sort.el (sort-columns): Fix error message.
7218
3ffa545b
GM
7219 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7220 `upcase' or `downcase' or nil.
7221 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7222 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7223 (dabbrev--substitute-expansion): New arg record-case-pattern.
7224 If it is non-nil, set dabbrev--last-case-pattern.
7225 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7226
7227 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7228
c2d7f289
MB
72292000-12-15 Miles Bader <miles@gnu.org>
7230
b6348438
MB
7231 * paths.el (Info-default-directory-list): Don't delete
7232 configure-info-directory from the list of standard info
83c9cb8e 7233 directories when appending it to the end -- their order is important.
b6348438 7234
f9056dd9
MB
7235 * faces.el (read-face-attribute): If there's no entry for the
7236 user's input in VALID, just use it as-is (this will often result
7237 in an error, but it may be OK for e.g. colors using hexadecimal
7238 notation, and at least will yield a better error message).
7239
c2d7f289 7240 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 7241 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
7242 Variables removed.
7243 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7244 window is really the right size. Use vertical-motion
7245 rather than forward-line.
7246 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7247 (ispell-command-loop, ispell-show-choices): Use the variable
7248 ispell-choices-win-default-height, rather than the function.
7249 (ispell-choices-win-default-height): Function removed.
7250 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 7251
8f530b95
SM
72522000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7253
7254 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7255
6d435deb
EZ
72562000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7257
83c9cb8e
SM
7258 * paths.el (Info-default-directory-list):
7259 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
7260 put it first in the list; otherwise put it last. Doc string
7261 changed accordingly.
7262
7263 * info.el (Info-directory-list): Change doc string to reflect the
7264 change in Info-default-directory-list.
7265
6d435deb
EZ
7266 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7267 windows-nt as windowed environments, even under -nw.
7268
7269 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7270 if not fboundp. Switch delete-forward mode for the <delete> key
7271 on all PC platforms, even under -nw.
7272
7273 * term/internal.el ([M-delete]): Remap to M-d.
7274
9d7d9263
GM
72752000-12-14 Gerd Moellmann <gerd@gnu.org>
7276
7277 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7278
7cf0153a
EZ
72792000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7280
7281 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7282
5e5b3d41
GM
72832000-12-14 Gerd Moellmann <gerd@gnu.org>
7284
5f368d29
GM
7285 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7286 if appropriate.
7287
7288 * simple.el (delete-key-deletes-forward): New user-option.
7289 (delete-key-deletes-forward-mode): New function.
7290
9d7d9263 7291 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 7292
83c9cb8e
SM
7293 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7294 Test if symbol is bound before getting its value.
5e5b3d41
GM
7295
7296 * tooltip.el (tooltip-show): If an error is signaled in
7297 x-show-tip, display that error, and display the help in the
7298 echo area.
ca2ddd8e 7299
191b83b6
KH
73002000-12-14 Kenichi Handa <handa@etl.go.jp>
7301
83c9cb8e
SM
7302 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7303 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 7304
6192b604
KF
73052000-12-13 Karl Fogel <kfogel@red-bean.com>
7306
7307 * bookmark.el: Provide a generic exit hook, as suggested by
7308 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
7309 (bookmark-exit-hook): New var.
7310 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
7311 old raw lambda form in `kill-emacs-hook', and runs new
7312 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7313 as logically that feature must have been provided if this function
7314 is running.
7315 Removed ;;;###autoload before the `add-hook' call.
7316
5edf6b55
SM
73172000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7318
7319 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7320 (easy-menu-current-active-maps): New function.
7321 (easy-menu-get-map): Use it.
7322 Make a proper menu entry when creating a new keymap.
7323
16b5e8e6
KH
73242000-12-13 Kenichi Handa <handa@etl.go.jp>
7325
d49fc4eb
KH
7326 * international/characters.el: Fix cases and syntaxes for
7327 mule-unicode-0100-24ff.
7328
3b53d876
KH
7329 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7330 that a Japanese character is not appended after day and year.
7331
16b5e8e6
KH
7332 * info.el (Info-suffix-list): Change format for a command that
7333 requires arguments.
7334 (info-insert-file-contents): Adjusted for the above change.
7335
1df1c518
AS
73362000-12-12 Andreas Schwab <schwab@suse.de>
7337
7338 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7339 on the name of the tar buffer. Verify that the existing buffer is
7340 visiting the same subfile.
7341
a7a07b98
DL
73422000-12-12 Dave Love <fx@gnu.org>
7343
7344 * subdirs.el: Add obsolete.
7345
4fdbd809
GM
73462000-12-12 Gerd Moellmann <gerd@gnu.org>
7347
bfdb75ee
GM
7348 * mail/rmailsum.el (rmail-summary-expunge)
7349 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7350 instead of rmail-confirm-expunge.
7351
4fdbd809
GM
7352 * replace.el (perform-replace): Don't use an empty match adjacent
7353 to a non-empty match when computing the next match before the
7354 replacement is performed.
7355
e9a59cad
GM
73562000-12-12 Milan Zamazal <pdm@freesoft.cz>
7357
7358 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7359 definition (patch by Stefan Monnier).
7360 (glasses-mode): Use jit-lock instead of `after-change-functions'
7361 (patch by Stefan Monnier).
7362
c2def7a0
MB
73632000-12-12 Miles Bader <miles@gnu.org>
7364
7365 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7366 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7367
591b63b4
AC
73682000-12-12 Andrew Choi <akochoi@i-cable.com>
7369
7370 * term/mac-win.el: Remove load for ls-lisp.
7371
a924cf63 7372 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 7373
5ff4ba3d
MB
73742000-12-12 Miles Bader <miles@gnu.org>
7375
7376 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7377 Respect field end too.
7378 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
7379 (newline-and-indent, reindent-then-newline-and-indent):
7380 Use `delete-horizontal-space'.
5ff4ba3d 7381
d0c679bc
SM
73822000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7383
adf9c994
SM
7384 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7385 (so as to obey the field property in the minibuffer).
7386
4b0cd42d
SM
7387 * obsolete/c-mode.el: Moved from lisp/progmodes.
7388 * obsolete/auto-show.el: Moved from lisp.
7389 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 7390
89f85863
CD
73912000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7392
7393 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 7394 changes to list them here.
89f85863 7395
83c9cb8e
SM
7396 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7397 Too many changes to list them here.
89f85863 7398
83c9cb8e
SM
7399 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7400 Too many changes to list them here.
89f85863
CD
7401
7402 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7403
3e0d35ce
GM
74042000-12-11 Gerd Moellmann <gerd@gnu.org>
7405
83c9cb8e 7406 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 7407
ca2ddd8e 7408 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
7409 Comment fix.
7410
3e0d35ce
GM
7411 * hscroll.el: Moved to `obsolete' subdir.
7412
ff904dd6
MB
74132000-12-11 Miles Bader <miles@gnu.org>
7414
7415 * window.el (window-text-height): Function removed (now in C).
7416
fb97d87f
SM
74172000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7418
7419 * log-edit.el (log-edit-parent-buffer): New var.
7420 (log-edit): Set it. Add BUFFER argument.
7421 (log-edit-done): Use char-before.
7422 Don't bother checking validity of vc-comment-ring.
7423 Only bury the buffer if log-edit popped it up.
7424
7425 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7426 (cvs-mode-diff-help): Remove.
7427 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 7428 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
7429
7430 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7431 Remove binding for ? now made unnecessary.
7432
7de77417
CD
74332000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7434
83c9cb8e 7435 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
7436 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7437
7438 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7439 when master file is not open.
7440
4efa209f
SM
74412000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7442
7443 * progmodes/ada-stmt.el: Update `maintainer'.
7444
b52758d1 74452000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
7446
7447 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7448 choices to match documentation string.
7449
a12167c5
MB
74502000-12-09 Miles Bader <miles@gnu.org>
7451
2161605d
MB
7452 * minibuf-eldef.el: New file.
7453
a12167c5
MB
7454 * window.el (fit-window-to-buffer): Don't pass last argument to
7455 pos-visible-in-window-p, now that its meaning is inverted.
7456
9ea8de1b
EZ
74572000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7458
7459 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7460 <ceder@lysator.liu.se>.
7461
5002ddbb
SM
74622000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7463
b6114d80
SM
7464 * autoinsert.el (auto-insert-alist): Add missing final \n.
7465
ee8d23ee
SM
7466 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7467 (cvs-menu-map): Remove.
7468 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7469 (cvs-mode-quit): Turn it back into a plain function.
7470
5002ddbb 7471 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 7472 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
7473
7474 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7475 file where it's more visible.
7476 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7477 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7478 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7479 (texinfo-inside-macro-p): Only catch `scan-error's.
7480 (texinfo-inside-env-p): Make better use of the match info.
7481 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7482 (texinfo-insert-@end): Slight re-organization.
7483 Also remove useless `looking-at' call.
7484
30cd075d
AI
74852000-12-08 Andrew Innes <andrewi@gnu.org>
7486
7487 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7488 accessible in -nw mode.
7489
7490 * term/w32-win.el: Remove stuff about selection timeout, which is
7491 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7492 it is accessible in -nw mode.
7493
01b91009
DL
74942000-12-08 Dave Love <fx@gnu.org>
7495
83c9cb8e
SM
7496 * emacs-lisp/lisp-mode.el (lisp-mode):
7497 Set font-lock-keywords-case-fold-search.
01b91009 7498
842b2a94
GM
74992000-12-08 Gerd Moellmann <gerd@gnu.org>
7500
7501 * textmodes/ispell.el (ispell): Doc fix.
7502
f9d5f611
KH
75032000-12-08 Kenichi Handa <handa@etl.go.jp>
7504
7505 * international/quail.el (quail-insert-decode-map): Check the
7506 frame width of a window displaying the current buffer, not that of
7507 the selected frame.
7508 (quail-help): Make sure that the help buffer has window before
7509 inserting text in it.
7510
e04d21aa
SS
75112000-12-07 Sam Steingold <sds@gnu.org>
7512
7513 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7514 Backquote is used in isearch.el, so autoloading saves nothing.
7515
fc3e23a4
EZ
75162000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7517
83c9cb8e
SM
7518 * startup.el (normal-top-level-add-subdirs-to-load-path):
7519 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7520
fc3e23a4
EZ
7521 * dired.el (dired-insert-directory): If file-system-info is
7522 fboundp, call it instead of invoking dired-free-space-program.
7523
796ecd10
GM
75242000-12-07 Gerd Moellmann <gerd@gnu.org>
7525
0f5f7c3e
GM
7526 * server.el (server-visit-files): Push files on file-name-history.
7527
3764ba49
GM
7528 * progmodes/cc-langs.el: Update copyright.
7529
8e7931da
GM
7530 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7531
ae0d7485 7532 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7533
796ecd10
GM
7534 * bindings.el (mode-line-mode-menu): Reverse the order
7535 of define-keys so that the menu appears in alphabetical order.
7536
ae0d7485
GM
75372000-12-07 Milan Zamazal <pdm@freesoft.cz>
7538
7539 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7540 of the function.
7541
e2849090
DL
75422000-12-07 Dave Love <fx@gnu.org>
7543
7544 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7545
7546 * facemenu.el (facemenu-unlisted-faces): Fix value.
7547
5c7f629c
SM
75482000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7549
7550 * font-lock.el (font-lock-default-fontify-region):
7551 Include the terminating \n (off-by-one error).
7552 (font-lock-set-defaults): Use dolist.
7553
7554 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7555
73481ae3
KH
75562000-12-07 Kenichi Handa <handa@etl.go.jp>
7557
83c9cb8e
SM
7558 * international/mule-cmds.el (describe-language-environment):
7559 Fix for the case that an input method title is not string but a list.
ffbaa122 7560
73481ae3
KH
7561 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7562 of wrong SIZE record.
7563
e2896b22
DL
75642000-12-06 Dave Love <fx@gnu.org>
7565
67292061
DL
7566 * newcomment.el (comment-region, comment-dwim): Doc fix.
7567
7568 * textmodes/texinfo.el: Require tex-mode when compiling.
7569 (texinfo-update-node): Doc fix.
7570 (texinfo-imenu-generic-expression): Add @anchor.
7571 (texinfo-font-lock-keywords): Add @uref.
7572 (texinfo-inside-macro-p): Don't use ignore-errors.
7573 (texinfo-insert-quote): Match more contexts.
7574
e76938e7
DL
7575 * international/mule.el (decode-char, encode-char): Doc fix.
7576 (auto-coding-alist): Customize.
7577
7578 * files.el (load-file): Fix change of 2000-03-12.
7579
e2896b22
DL
7580 * wid-edit.el (widget-text-keymap): Doc fix.
7581
6610f4b2
AI
75822000-12-06 Andrew Innes <andrewi@gnu.org>
7583
7584 * makefile.w32-in (lisp): Set to an absolute directory, namely
7585 $(CURDIR).
7586
9e3366e4
EZ
75872000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7590 read generated-autoload-file, and set buffer-file-coding-system to
7591 raw-text-unix after reading the file.
7592
83c9cb8e
SM
7593 * international/mule-conf.el (file-coding-system-alist):
7594 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7595
d94d636f
GM
75962000-12-06 Gerd Moellmann <gerd@gnu.org>
7597
384333ee
GM
7598 * replace.el (occur): Make line-number-width 1 smaller for the
7599 colon following the line number.
7600
83c9cb8e
SM
7601 * startup.el (fancy-splash-text, command-line-1):
7602 Use `File' for the menu name instead of `Files'.
e04d21aa 7603
d4b72d58
GM
7604 * tmm.el: Update copyright.
7605
d94d636f
GM
7606 * cus-start.el: Add entry for even-window-heights.
7607
6e424019
MB
76082000-12-06 Miles Bader <miles@gnu.org>
7609
7610 * faces.el (frame-set-background-mode): Avoid stomping on
7611 locally modified faces.
7612
e6477b58
KH
76132000-12-06 Kenichi Handa <handa@etl.go.jp>
7614
7615 * international/fontset.el: Correct the font registries for
7616 japanese-jisx0213-1 and japanese-jisx0213-2.
7617
21999ab9
GM
76182000-12-05 Gerd Moellmann <gerd@gnu.org>
7619
57d6e381
GM
7620 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7621
21999ab9
GM
7622 * iswitchb.el: Update customization commentary.
7623
7422819c
GM
76242000-12-05 Rob Riepel <riepel@Stanford.EDU>
7625
7626 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7627 (tpu-search-highlight): Fixed comparison of overlay end positions.
7628 (tpu-trim-line-ends): Implemented trimming logic locally.
7629
7630 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7631 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7632
73daff18
KH
76332000-12-05 Kenichi Handa <handa@etl.go.jp>
7634
7635 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7636 to cn-gb.
7637 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7638
6a4cd002
DL
76392000-12-04 Dave Love <fx@gnu.org>
7640
7641 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7642
6452929e
GM
76432000-12-04 Gerd Moellmann <gerd@gnu.org>
7644
e04d21aa 7645 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7646 (rmail-summary-expunge-and-save): Ask for confirmation with
7647 rmail-expunge-confirmed.
7648
7649 * mail/rmail.el (rmail-expunge-confirmed): New function.
7650 (rmail-expunge): Use it.
7651
1790abf4
FP
76522000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7653
0c68ce6f 7654 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7655 (etags-recognize-tags-table, find-tag-in-order):
7656 New functionality: interpret file names as tags.
e04d21aa 7657
7a53d8c8
EZ
76582000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7659
7660 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7661 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7662 the first subnode until the bottom of the current node is visible.
7a53d8c8 7663
caa15ef7
GM
76642000-12-04 Gerd Moellmann <gerd@gnu.org>
7665
7666 * format.el (format-decode): Don't change buffer's undo list.
7667
e225faa7
KH
76682000-12-04 Kenichi Handa <handa@etl.go.jp>
7669
7670 * faces.el (face-font-registry-alternatives): Add entries for CJK
7671 fonts. Doc-string adjusted for the actual usage of this data.
7672
7673 * international/fontset.el: Change the font registries for CJK
7674 fonts in the default fontset. Don't append '*' to registries.
7675
8b262a65
SM
76762000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7677
e04d21aa 7678 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7679 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7680
7681 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7682 (derived-mode-p): New function.
7683 (derived-mode-make-docstring): Add `docstring' argument.
7684 Use it if available and complete it if necessary.
7685
33c4460b
AS
76862000-12-03 Andreas Schwab <schwab@suse.de>
7687
7688 * type-break.el (type-break): Don't make parent of itself.
7689
5c9b3fac
MB
76902000-12-03 Miles Bader <miles@gnu.org>
7691
7692 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7693
27ce741e
SM
76942000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7695
07c16ec4
SM
7696 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7697 (tex-main-file, tex-file): Simplify.
7698 (tex-generate-zap-file-name): Use subst-char-in-string.
7699 (tex-strip-dots): Remove.
7700
c19cc275
SM
7701 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7702
27ce741e
SM
7703 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7704 to check if the match succeeded.
7705
285991dc
GM
77062000-12-02 Gerd Moellmann <gerd@gnu.org>
7707
7708 * startup.el (use-fancy-splash-screens-p): New function.
7709 (command-line-1): Use it to determine whether or not to use
7710 a fancy splash screen.
7711
52dca1b2
AS
77122000-12-02 Andreas Schwab <schwab@suse.de>
7713
7714 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7715
d3e7e7cf
EZ
77162000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7717
2dce2360
EZ
7718 * international/mule.el (make-char): Fix last change.
7719
9768eaa7
EZ
7720 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7721 New defcustoms.
7722 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7723 autoloading tex-mode; instead, do the same manually.
7724 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7725 with numeric argument. Docstring fix.
7726 (toplevel): Require cl when compiling.
e04d21aa 7727
285991dc 7728 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7729
0dd5e255
JR
77302000-12-02 Jason Rumney <jasonr@gnu.org>
7731
7732 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7733 the Emacs Lisp manual)
7734
fbb87147
EZ
77352000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7736
5cbb3e93
EZ
7737 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7738
fbb87147
EZ
7739 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7740 the Emacs Lisp manual).
7741
1636ca09
GM
77422000-12-02 Gerd Moellmann <gerd@gnu.org>
7743
7744 * simple.el (next-line-add-newlines): Change default to nil.
7745
68875f0e
EZ
77462000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7747
83c9cb8e
SM
7748 * files.el (revert-buffer, recover-file):
7749 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7750
fd9ac94c
GM
77512000-12-01 Gerd Moellmann <gerd@gnu.org>
7752
7753 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7754
45450dd5
MB
77552000-12-01 Miles Bader <miles@gnu.org>
7756
7757 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7758
09df8881
KH
77592000-12-01 Kenichi Handa <handa@etl.go.jp>
7760
7761 * international/mule-diag.el (describe-char-after): Fix typo.
7762 (describe-character-set, non-iso-charset-alist): Fix typo.
7763
dea0a87d
MB
77642000-12-01 Miles Bader <miles@gnu.org>
7765
b170205b
MB
7766 * image-file.el (image-file-name-regexp): Automatically add
7767 upper-case variants of each filename extension in
7768 `image-file-name-extensions', since they seem to be common.
7769
e04d21aa 7770 * simple.el (minibuffer-contents)
dea0a87d
MB
7771 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7772 New functions.
7773 * filecache.el (file-cache-directory-name)
7774 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7775
eb04d6cd 77762000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7777
dea0a87d
MB
7778 * filecache.el (file-cache-minibuffer-complete): Don't try to
7779 delete the minibuffer prompt.
7780
a8a1b05d
DL
77812000-11-30 Dave Love <fx@gnu.org>
7782
7783 * cus-start.el: Fix read-buffer-function type.
7784
693c4692
GM
77852000-11-30 Gerd Moellmann <gerd@gnu.org>
7786
7787 * md5.el: Removed. There's a built-in function, now.
7788
2c0b1898
GM
77892000-11-30 Markus Rost <rost@math.ohio-state.edu>
7790
7791 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7792 as dummy 0-th char of rmail-deleted-vector.
7793
63dfcf4b
EZ
77942000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * ps-print.el (ps-end-job): Bind case-fold-search only after
7797 switching to ps-spool-buffer.
7798
77992000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7800
7801 * ps-print.el: Line number font customization. PostScript: Lines and
7802 PageCount are initialized on each page. Doc Fix.
7803 (ps-print-version): New version number (6.3.2).
7804 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7805 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7806 (ps-right-header): Customization fix.
7807 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7808 Fix code.
7809 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7810 New vars.
7811
df3aedcf
GM
78122000-11-30 Gerd Moellmann <gerd@gnu.org>
7813
edfb795e
GM
7814 * bs.el: Fix typos and spelling errors.
7815 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7816 (bs-configuration): Doc fix.
e04d21aa 7817
df3aedcf
GM
7818 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7819
8b8a7f01
GM
78202000-11-30 Rob Riepel <riepel@Stanford.EDU>
7821
7822 * emulation/tpu-edt.el (tpu-version): New version.
7823 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7824 (tpu-original-mode-line): Variable deleted.
7825 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7826 (tpu-set-mode-line): Don't redefine mode-line-format.
7827 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7828 (tpu-update-mode-line): New mark flag logic.
7829 (tpu-get): Use find-file-wildcards.
7830 (tpu-search-highlight): Move overlay less, reset overlay properly.
7831 (tpu-unselect): Deactivate mark.
7832 (tpu-lm-replace): Reset overlay properly.
7833 (tpu-forward-line): Use forward-visible-line.
7834 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7835
83c9cb8e 7836 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7837
c069a9d3
GM
78382000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7839
7840 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7841
b02cd40b
GM
78422000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7843
7844 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7845 and skip whitespace and newlines.
e04d21aa 7846
b7a90344
SM
78472000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7848
7849 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7850
be6bbb55
GM
78512000-11-29 Gerd Moellmann <gerd@gnu.org>
7852
0383ed60
GM
7853 * help.el (describe-function-1): Regexp-quote function name
7854 when used as part of a regexp.
7855
83c9cb8e
SM
7856 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7857 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7858 (tool-bar-add-item): Likewise, and handle unspecified colors.
7859
7860 * enriched.el (enriched-face-ans): Use face-attribute instead
7861 of face-foreground and face-background.
7862
7863 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7864 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7865
7423978d
GM
7866 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7867
ef128c78
GM
7868 * play/5x5.el: Remove version info.
7869
a81fc510
GM
7870 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7871
be6bbb55
GM
7872 * frame.el (blink-cursor-mode): Doc fix.
7873
f9396e03
GM
78742000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7875
7876 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7877 to create Makefile rules.
7878 (antlr-tool-command): New user option.
7879 (antlr-ask-about-save): New user option.
7880 (antlr-makefile-specification): New user option.
7881 (antlr-file-formats-alist): New variable.
7882 (antlr-special-file-formats): New variable.
7883 (antlr-unknown-file-formats): New user option.
7884 (antlr-help-unknown-file-text): New variable.
7885 (antlr-help-rules-intro): New variable.
7886 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7887 (antlr-mode-menu): Add entries.
7888 (antlr-file-dependencies): New function.
7889 (antlr-directory-dependencies): New function.
7890 (antlr-superclasses-glibs): New function.
7891 (antlr-run-tool): New command.
7892 (antlr-makefile-insert-variable): New function.
7893 (antlr-insert-makefile-rules): New function.
7894 (antlr-show-makefile-rules): New command.
7895
7896 * antlr-mode.el: More Emacs/XEmacs stuff.
7897 (antlr-no-action-keywords): New constant with value nil.
7898 (antlr-font-lock-keywords-alist): Use it. Old value would break
7899 syntax highlighting in Emacs-21.0.
7900 (antlr-default-directory): Emacs/XEmacs dependend function.
7901 (antlr-read-shell-command): Ditto.
7902 (antlr-with-displaying-help-buffer): Ditto.
7903
79042000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7905
7906 * antlr-mode.el: imenu, parsing and highlighting changes.
7907 (antlr-imenu-create-index-function): Don't create extra submenus
7908 for definitions in different grammar classes. It is not necessary
7909 for the menu and would make command `imenu' awkward to use.
7910 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7911 header actions and more than one.
7912 (antlr-font-lock-tokendef-face): Changed color.
7913 (antlr-font-lock-tokenref-face): Changed color.
7914 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7915 (antlr-mode-syntax-table): New variable.
7916 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7917 (antlr-with-syntax-table): Don't copy syntax table.
7918
79192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7920
7921 * antlr-mode.el: Minor changes: language setting.
7922 (antlr-language-alist): The value for file option "language" can
7923 be both an identifier and a string.
7924 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7925 (antlr-language-limit-n-regexp): Change accordingly.
7926
79272000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7928
7929 * antlr-mode.el: Minor changes: tabs, hiding.
7930 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7931 (antlr-action-visibility): Also allow value nil to also hide the
7932 braces. Renamed from `antlr-tiny-action-length'.
7933 Suggested by Jay@aol.com.
7934 (antlr-hide-actions): Change accordingly. Hide line if completely
7935 hidden action is on a line of its own.
e04d21aa 7936
6ad948eb
SM
79372000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7938
7939 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7940
7941 * sort.el (sort-columns): Don't concat strings with numbers.
7942
9c6a4107
DL
79432000-11-29 Dave Love <fx@gnu.org>
7944
7945 * cus-edit.el (face): Fix :format.
7946
7947 * mail/feedmail.el: Require smtpmail when compiling.
7948 (mail-do-fcc): Autoload.
7949 (feedmail) <defgroup>: Fix :link.
7950 (feedmail-nuke-body-in-fcc): Fix :type.
7951 (feedmail-send-it): Add autoload cookie.
7952
053b8d35
SM
79532000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7954
7955 * newcomment.el (comment-indent): Save excursion around call to
7956 comment-indent-function.
7957
242c13e8
MB
79582000-11-29 Miles Bader <miles@gnu.org>
7959
7960 * subr.el (member-ignore-case): Return the tail of the list who's
7961 car matches, like `member', not the matching element itself.
7962
8f4b5f28
KH
79632000-11-29 Kenichi Handa <handa@etl.go.jp>
7964
7965 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7966 should not contain `\n'.
7967
bebe4a2c
GM
79682000-11-28 Gerd Moellmann <gerd@gnu.org>
7969
fd9ac94c 7970 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7971
ba7e40eb
GM
7972 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7973
75ab0c79
GM
7974 * dired-aux.el (dired-do-create-files): Construct default file
7975 name for dired-mark-read-file-name so that when the user enters
7976 just RET, the target file will end up in the target directory.
7977
bebe4a2c
GM
7978 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7979 local-abbrev-table before changing buffers because it might
7980 have a buffer-local binding.
7981
fa6d1ca8
MB
79822000-11-28 Miles Bader <miles@gnu.org>
7983
7984 * simple.el (delete-horizontal-space): Handle fields more generally.
7985
8d2c2642
GM
79862000-11-28 Gerd Moellmann <gerd@gnu.org>
7987
7988 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7989
8b31236d
DL
79902000-11-28 Dave Love <fx@gnu.org>
7991
3cbd02d2
DL
7992 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7993 comment-start-skip locally.
7994
8b31236d
DL
7995 * progmodes/fortran.el (fortran-mode): Don't set
7996 fortran-comment-line-start-skip. Set comment-start to
7997 fortran-comment-line-start.
7998 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7999 (fortran-comment-line-start-skip): Simplify slightly.
8000
ae4bf56d
GM
80012000-11-28 Gerd Moellmann <gerd@gnu.org>
8002
17ef7534
GM
8003 * play/5x5.el: Remove RCS keyword.
8004
fd9ac94c 8005 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 8006
665b27a6
GM
80072000-11-28 Milan Zamazal <pdm@freesoft.cz>
8008
83c9cb8e
SM
8009 * textmodes/tildify.el (tildify-string-alist):
8010 Add `plain-tex-mode' here.
665b27a6 8011
fe3c2ae3
GM
80122000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8013
8014 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8015 reference.
8016
d970106b
MB
80172000-11-28 Miles Bader <miles@gnu.org>
8018
36b80a0d
MB
8019 * cus-face.el (custom-face-attributes): Add post-filter function
8020 for :box. Make pre-filter function for :box handle all cases.
8021
d970106b
MB
8022 * wid-edit.el (widget-choose): Make sure pop-up window is large
8023 enough to display all the choices, as there's no way to scroll it.
8024
5a2bae6c
KH
80252000-11-28 Kenichi Handa <handa@etl.go.jp>
8026
8027 * international/mule-conf.el: Make the coding system no-conversion
8028 safe for all characters.
8029
9e836e23
DL
80302000-11-27 Dave Love <fx@gnu.org>
8031
8b31236d
DL
8032 * net/ldap.el (ldap) <defgroup>: Add :version.
8033
9e836e23
DL
8034 * tooltip.el (tooltip-use-echo-area): Doc fix.
8035
8036 * cus-start.el <minibuffer-prompt-properties>: Add version.
8037 <read-buffer-function>: Add.
8038
8039 * apropos.el (apropos-print): Add help-echo to active text.
8040
8041 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8042
4a74d071
GM
80432000-11-27 Gerd Moellmann <gerd@gnu.org>
8044
8045 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8046 type, group and version.
8047
76058c27
EZ
80482000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8049
4a74d071 8050 * select.el (x-get-selection): Docstring fix.
76058c27 8051
fd9ac94c 80522000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 8053
fd9ac94c 8054 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 8055
49060c51
AI
80562000-11-27 Andrew Innes <andrewi@gnu.org>
8057
8058 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8059
8060 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8061
b2a8e429
MB
80622000-11-27 Miles Bader <miles@gnu.org>
8063
8064 * dired.el (dired-get-filename): Return filename verbatim if
8065 LOCALP is `verbatim'.
8066 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8067 `verbatim' so that we don't inadvertently delete a non-existant
8068 directory name.
8069
5ac0366d
KH
80702000-11-27 Kenichi Handa <handa@etl.go.jp>
8071
8072 * international/characters.el: Specify cases and syntaxes for
8073 mule-unicode-0100-24ff.
8074
67f1cf4c
GM
80752000-11-27 Gerd Moellmann <gerd@gnu.org>
8076
8077 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8078 that foreground and/or background colors of the face `tool-bar'
8079 are unspecified.
8080
46c56972
MB
80812000-11-27 Miles Bader <miles@gnu.org>
8082
e04d21aa 8083 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
8084 (widget-field-end): Handle widget field `pseudo-overlays'.
8085 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8086 if it's there instead of in `widget-field-list'.
8087
46c56972 8088 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
8089 (help-make-xrefs): Delete extraneous newlines at the end of the
8090 docstring.
46c56972 8091
640a9cdd
JR
80922000-11-25 Jason Rumney <jasonr@gnu.org>
8093
8094 * startup.el (command-line): Call set-locale-environment after
8095 Window System init file is read, as it can result in a call to
8096 redraw-frame.
8097
0b3f96d4
EZ
80982000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * simple.el (shell-command): Mention the effect of the prefix
8101 argument in the doc string.
8102
8da6e2a1
MB
81032000-11-25 Miles Bader <miles@gnu.org>
8104
a658d039
MB
8105 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8106
8da6e2a1 8107 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 8108 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 8109
d3416cca
JR
81102000-11-24 Jason Rumney <jasonr@gnu.org>
8111
8112 * international/mule-cmds.el (locale-language-names): Add "jp" as
8113 a non-standard alternative for Japanese.
8114
17e37f53
AS
81152000-11-24 Andre Spiegel <spiegel@gnu.org>
8116
8117 * vc-hooks.el: Require 'cl during compilation.
8118
9aa5f148
GM
81192000-11-24 Gerd Moellmann <gerd@gnu.org>
8120
ba193890
GM
8121 * faces.el (face-set-after-frame-default): Let face attributes
8122 specified for new frames override frame parameters.
8123
9aa5f148
GM
8124 * startup.el (command-line): Fix computation of the source file
8125 for user-init-file when user-init-file is a compiled file.
8126
51a1edab
MB
81272000-11-24 Miles Bader <miles@gnu.org>
8128
e04d21aa 8129 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
8130 (custom-post-filter-face-spec): New functions.
8131 (custom-face-set, custom-face-value-create): Filter the face spec
8132 before and after customization.
8133 (custom-face-set): If VALUE specifies a null face, pass a
8134 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8135 * cus-face.el (custom-face-attributes): Remove SET and GET
8136 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8137 cases they're needed.
8138
1ed74431
MB
8139 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8140 that it's distinguishable from the :off-glyph on dark-background
8141 displays. Set its background color too.
8142
67ee1125
MB
8143 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8144 so that people can easily turn it off.
8145
7d027816 81462000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 8147
7d027816 8148 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 8149
9aa5f148 8150 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 8151
9aa5f148 8152 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 8153
9aa5f148 8154 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 8155 redundant skip-small-frames test.
e04d21aa 8156
9aa5f148 8157 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 8158 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 8159
9aa5f148
GM
8160 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8161 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
8162 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8163 New functions.
e04d21aa 8164
9aa5f148 8165 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 8166
9aa5f148 8167 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 8168
f07fa1b8
KH
81692000-11-24 Kenichi Handa <handa@etl.go.jp>
8170
83c9cb8e
SM
8171 * international/mule-diag.el (list-iso-charset-chars):
8172 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
8173 (list-non-iso-charset-chars): Fix the `while' condition.
8174
ba8299ff
SM
81752000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8176
79372165
SM
8177 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8178 if the variable is make-variable-buffer-local.
8179
83c9cb8e
SM
8180 * progmodes/ada-stmt.el (ada-template-map):
8181 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
8182 (ada-stmt-mode-hook): New function extracted from old code.
8183 Only change the buffer-local side of skeleton-*.
8184 (ada-mode-hook): Use it.
8185
68a887fa
EZ
81862000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8187
8188 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8189 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8190 we expect to be returned by minibuffer-depth once we prompt the
8191 user in the minibuffer.
8192 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8193 as recorded in iswitchb-minibuf-depth, return non-nil.
8194
3b345582
EZ
81952000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8196
8197 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8198 (hscroll-window-maybe): Docstring fix.
8199
595dead2
DL
82002000-11-23 Dave Love <fx@gnu.org>
8201
8202 * rect.el (string-rectangle): Don't test delete-selection-mode.
8203
1e66b27a
GM
82042000-11-23 Gerd Moellmann <gerd@gnu.org>
8205
02790ce2
GM
8206 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8207 is in the tool bar.
8208
1e66b27a 8209 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 8210 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 8211
a4caa65d
SM
82122000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * textmodes/outline.el (outline-flag-region):
8215 Don't bind inhibit-read-only since we don't modify the buffer.
8216 (outline-isearch-open-invisible): Don't jump to overlay-start
8217 since we're trying to unhide text around point.
8218 (outline-discard-overlays): Use dolist.
8219
8220 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8221
03e757c1
GM
82222000-11-22 Gerd Moellmann <gerd@gnu.org>
8223
83c9cb8e 8224 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 8225
1598a961
SM
82262000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8227
8228 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8229 Fix ARG regexp to skip quoted braces.
8230 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8231 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8232 are (correctly) handled separately).
8233 Remove `caption' and `footnote' from `citations': they contain text.
8234 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8235 (latex-skeleton-end-hook): New function.
8236 (latex-mode): Use it.
8237 (tex-start-tex-marker): Remove.
8238 (tex-send-tex-command): Don't set tex-start-tex-marker.
8239 (tex-error-parse-syntax-table): New var.
8240 (tex-compilation-parse-errors): Use it.
8241 Ignore tex-start-tex-marker. Don't bother with marker-position.
8242 (tex-validate-buffer): Don't bother with marker-position.
8243
8244 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 8245 (flyspell-generic-progmode-verify): Use it.
1598a961 8246
eaae8106
SS
82472000-11-22 Sam Steingold <sds@gnu.org>
8248
83c9cb8e 8249 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 8250
eaae8106 8251 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 8252 `ada-remove-trailing-spaces'.
eaae8106 8253 (ada-remove-trailing-spaces): Removed.
e04d21aa 8254
eaae8106 8255 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 8256
1598a961
SM
8257 * textmodes/picture.el (picture-clean): Removed.
8258 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 8259
a41d49e9
GM
82602000-11-22 Gerd Moellmann <gerd@gnu.org>
8261
e053c60f
GM
8262 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8263
a41d49e9
GM
8264 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8265 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 8266 do anything special when jit-lock is active.
a41d49e9
GM
8267 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8268
197615f3
DL
82692000-11-22 Dave Love <fx@gnu.org>
8270
ddbfaa9f
DL
8271 * calendar/todo-mode.el (todo-top-priorities): Use
8272 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8273
ddc3c695
DL
8274 * language/chinese.el, language/cyrillic.el:
8275 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8276 * language/hebrew.el, language/indian.el, language/japanese.el:
8277 * language/korean.el, language/lao.el, language/misc-lang.el:
8278 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8279 Use provide.
8280
fb9fa98d
DL
8281 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8282 (custom-variable-set): Improve validation error mesage.
8283
197615f3
DL
8284 * rect.el (string-rectangle): Revert last change.
8285 (string-rectangle-line): New arg DELETE.
8286 (string-rectangle): Check delete-selection-mode.
8287
8288 * emacs-lisp/edebug.el (edebug-version)
8289 (edebug-maintainer-address): Deleted.
8290 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8291 (edebug-read-function): Account for other `'#' read forms.
8292 (edebug-mode-menus): Make some items toggles.
8293 (edebug-outside-unread-command-event, unread-command-event):
8294 Remove these to avoid warnings.
8295
f4117c4d
GM
82962000-11-22 David Ponce <david@dponce.com>
8297
8298 * recentf.el (recentf-menu-items-for-commands)
8299 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 8300 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 8301
f4117c4d
GM
8302 (recentf-build-dir-rules, recentf-dump-variable)
8303 (recentf-edit-list, recentf-open-files-item)
8304 (recentf-open-files): Replaced unnecessary `mapcar' with new
8305 built-in `mapc'.
eaae8106 8306
f8e2f3f2
MB
83072000-11-23 Miles Bader <miles@gnu.org>
8308
8309 * faces.el (menu): Make inverse-video on ttys too.
8310
4c4a541d
SM
83112000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8312
8313 * simple.el (comment-line-break-function): Use the new name
8314 indent-new-comment-line -> comment-indent-new-line.
8315 (clone-indirect-buffer): Don't ignore NORECORD.
8316 (next-completion): Properly handle the case where items are adjacent.
8317
8318 * mouse.el (popup-menu): Stupid typo.
8319
980d836e
GM
83202000-11-22 Gerd Moellmann <gerd@gnu.org>
8321
60e8e0a5
GM
8322 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8323 maintainer, keywords tags.
8324
980d836e
GM
8325 * rect.el (replace-rectangle): Don't call string-rectangle-line
8326 with too many arguments.
8327
e08b2069
AS
83282000-11-22 Andre Spiegel <spiegel@gnu.org>
8329
60e8e0a5 8330 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 8331 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
8332 vc-locking-user, which no longer exists.
8333
8334 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8335
c6779d8d
DL
83362000-11-22 Dave Love <fx@gnu.org>
8337
8338 * md5.el (md5): Provide.
8339 (md5): Fix error call.
8340
e672fdce
MB
83412000-11-22 Miles Bader <miles@gnu.org>
8342
eaae8106 8343 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
8344 (refill-fill-paragraph-at): Remove debugging code.
8345
80e24c04
MB
8346 * calendar/calendar.el (generate-calendar-window): When we don't
8347 call `fit-window-to-buffer', make sure the top line is fully visible.
8348
3a17d6cc
MB
8349 * image-file.el (insert-image-file): Don't make `read-only'
8350 property rear-nonsticky.
8351
ae1a21c6
MB
8352 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8353 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8354 stashing away its original value.
8355 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8356 in the recursive edit.
8357 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8358 (isearch-done): Restore `minibuffer-message-timeout'.
8359
e672fdce
MB
8360 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8361
3ea79df8
SM
83622000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8363
8364 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8365
8366 * find-lisp.el (find-lisp-find-files-internal):
8367 Use dolist, when and file-name-as-directory.
8368
980d836e 8369 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
8370 (define-derived-mode, define-minor-mode): Add specs.
8371
8372 * window.el: General comment and spacing fixes.
8373 (save-selected-window): Use backquotes.
8374 (window-safely-shrinkable-p): New function.
8375 (shrink-window-if-larger-than-buffer): Use it.
8376
8377 * subr.el (make-local-hook): Docstring fix.
8378
8379 * shell.el (shell-mode): Use define-derived-mode.
8380
8381 * newcomment.el (comment-indent): Insert comment before calling
8382 comment-indent-function. Don't insert in column 0.
8383 (comment-dwim): Indent before inserting comment.
8384
8385 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8386 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8387 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8388 Use mapc rather than map.
8389
8390 * files.el (find-buffer-visiting): Compare all attributes before
8391 declaring two files identical (rather than just their inode-no).
8392 (auto-mode-alist): Use \' rather than $.
8393
8394 * which-func.el: Update maintainer line.
8395
8396 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8397 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8398 (uniquify-buffer-file-name): Use it.
8399
8f62f2b8
MB
84002000-11-22 Miles Bader <miles@gnu.org>
8401
8402 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8403 * simple.el (minibuffer-avoid-prompt): New function.
8404
fb279a6d
GM
84052000-11-21 Gerd Moellmann <gerd@gnu.org>
8406
8407 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8408
867092e9
MB
84092000-11-21 Miles Bader <miles@gnu.org>
8410
ef860850
MB
8411 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8412 inclusion of `track-mouse'.
8413
867092e9
MB
8414 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8415 (refill-adjust-ignorable-overlay): New function.
8416 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8417 only the paragraph's tail if possible.
8418 Update `refill-ignorable-overlay'.
8419 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8420
8421 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8422 point inside the fill-prefix.
8423
8424 * textmodes/refill.el (refill-post-command-function): Don't reset
8425 refill-doit in the case where a self-insertion command doesn't
8426 case a refill. Use `refill-fill-paragraph-at', getting position
8427 from `refill-doit'.
8428 (refill-after-change-function): Set `refill-doit' to END.
8429 (refill-fill-paragraph-at): New function, mostly from old
8430 refill-fill-paragraph.
8431 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8432 (refill-pre-command-function): New function.
8433 (refill-mode): Add it to `pre-command-hook'.
8434
ff9ab414
GM
84352000-11-20 Gerd Moellmann <gerd@gnu.org>
8436
29a01b72
GM
8437 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8438
ff9ab414
GM
8439 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8440 javadoc tags.
eaae8106 8441
885b211b
AS
84422000-11-20 Andre Spiegel <spiegel@gnu.org>
8443
8444 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8445 vc.el).
8446
eaae8106 8447 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 8448 require vc.
eaae8106
SS
8449
8450 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 8451 checkouts.
eaae8106 8452
d1838556
DL
84532000-11-20 Dave Love <fx@gnu.org>
8454
8455 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8456
2b69bc11 84572000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 8458
2b69bc11
GM
8459 * calculator.el (calculator-paste): Use `if' instead of `and'
8460 and `or'.
8461 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 8462
b95b34e5
GM
84632000-11-19 Gerd Moellmann <gerd@gnu.org>
8464
030de92f
GM
8465 * info.el (info-menu-5): Doc fix.
8466
b95b34e5
GM
8467 * textmodes/artist.el: New file.
8468
54970452
AS
84692000-11-19 Andre Spiegel <spiegel@gnu.org>
8470
eaae8106 8471 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
8472 and differentiate according to checkout model.
8473 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8474 since this function is only concerned with master state.
8475
83c9cb8e
SM
8476 * vc-hooks.el (vc-workfile-unchanged-p)
8477 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 8478
83c9cb8e
SM
8479 * vc.el (vc-workfile-unchanged-p)
8480 (vc-default-workfile-unchanged-p): See above.
54970452 8481
e5a9dabf
MB
84822000-11-19 Miles Bader <miles@gnu.org>
8483
8484 * image-file.el (insert-image-file): Make `intangible' and
8485 `read-only' properties rear-nonsticky too.
8486
24127af0
GM
84872000-11-18 Gerd Moellmann <gerd@gnu.org>
8488
d392e9c5 8489 * ps-print.el: Update copyright notice.
eaae8106 8490
d392e9c5
GM
8491 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8492 (tooltip-show): Use the offsets.
8493
24127af0 8494 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8495 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8496 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8497
2b69bc11 84982000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8499
2b69bc11
GM
8500 * ps-print.el (toplevel): Test for find-coding-system being
8501 fboundp before calling ps-x-find-coding-system.
08ea6f17 8502
66321b2f
SM
85032000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8504
8505 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8506 (vc-version-backup-file): Docstring fix.
8507
046110c6
GM
85082000-11-16 Gerd Moellmann <gerd@gnu.org>
8509
4104194e
GM
8510 * files.el (basic-save-buffer): Don't add a newline if
8511 find-file-literally is non-nil.
8512 (find-file-literally): Extend doc string.
8513
046110c6
GM
8514 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8515 sort(1) with the `-f' argument.
8516
6505c16e
AS
85172000-11-16 Andre Spiegel <spiegel@gnu.org>
8518
fd063975
AS
8519 * vc.el: Updated backend documentation.
8520 (vc-default-check-headers): New function.
8521
3d02dd81 8522 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8523
8524 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8525 up-to-date.
eaae8106 8526 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8527 the minibuffer is not active.
fd063975 8528
eaae8106 8529 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8530 `vc-cvs-use-edit' is on.
eaae8106
SS
8531 (vc-cvs-checkout): When this is used for reverting the workfile,
8532 make a backup of the original contents and revert to that in case
8791d617 8533 of error.
eaae8106 8534 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8535 remote repositories.
eaae8106 8536
6505c16e
AS
8537 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8538 for both version and ratio in the minibuffer.
fd063975 8539
eaae8106 8540 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8541 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8542
a13f0660
KH
85432000-11-16 Kenichi Handa <handa@etl.go.jp>
8544
8545 * international/quail.el (quail-start-translation): Don't call
8546 `message' before reading key sequence.
8547
1389a414
MB
85482000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8549
8550 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8551
9256a532
KH
85522000-11-16 Kenichi Handa <handa@etl.go.jp>
8553
8554 * window.el (fit-window-to-buffer): Be sure to acquire at least
8555 one text line even if the buffer is empty.
8556
0e14fe9f
GM
85572000-11-16 Gerd Moellmann <gerd@gnu.org>
8558
eaae8106 8559 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8560 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8561 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8562
da645c53
DL
85632000-11-15 Dave Love <fx@gnu.org>
8564
83c9cb8e
SM
8565 * wid-edit.el (widget-specify-field, widget-specify-button):
8566 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8567 widget-mouse-help.
8568 (widget-mouse-help): New function.
8569 (widget-echo-help): Rewritten for :help-echo functions only taking
8570 a widget arg.
8571
83c9cb8e
SM
8572 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8573 Use display-graphic-p.
b12057b9
DL
8574 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8575 and that JPEG is available.
8576 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8577
da645c53
DL
8578 * international/mule-cmds.el (locale-charset-language-names):
8579 Match @euro.
8580
6d133d1f
GM
85812000-11-15 Gerd Moellmann <gerd@gnu.org>
8582
83c9cb8e
SM
8583 * faces.el (face-set-after-frame-default):
8584 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8585 default face from X resources.
8586
49ac2ac5
EZ
85872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8588
8589 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8590 Don't set EMACSLOADPATH.
8591
4fb0a34c
EZ
85922000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8595 texinfo-insert-@url.
8596 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8597 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8598
bb304a7a
SM
85992000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8600
82bc80bf
SM
8601 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8602 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8603 (checkdoc-minor-keymap): Backward compatibility.
8604 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8605 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8606 (checkdoc-this-string-valid-engine): Be a bit more strict
8607 to avoid matching substrings of `...' quoted vars/funs.
8608 (checkdoc-defun-info): Only look for `interactive' if alone.
8609 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8610
e8c87124
SM
8611 * progmodes/compile.el (grep): `tag-default' can be nil.
8612
bb304a7a
SM
8613 * newcomment.el (comment-indent): Paren typo.
8614
8628686a
DL
86152000-11-14 Dave Love <fx@gnu.org>
8616
25c269ef
DL
8617 * calculator.el: New maintainer version.
8618
66321b2f 8619 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8620
8628686a
DL
8621 * cmuscheme.el: Doc fixes.
8622 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8623 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8624
8625 * xscheme.el (scheme-program-name): Don't define here.
8626
8627 * progmodes/scheme.el (scheme-program-name): New variable
8628 (originally in cmuscheme).
8629
88f0a1eb
MB
86302000-11-14 Miles Bader <miles@gnu.org>
8631
8632 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8633 Handle header-lines. Don't loop forever if we can't enlarge the
8634 window anymore. Simplify a bit.
8635
cd9a000c
KH
86362000-11-14 Kenichi Handa <handa@etl.go.jp>
8637
8638 * window.el (fit-window-to-buffer): Don't check
8639 window-text-height. Assure that the last line is fully visible.
8640
83c9cb8e
SM
8641 * international/quail.el (quail-show-guidance-buf):
8642 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8643 buffer.
8644 (quail-update-guidance): Avoid making the guidance buffer shorter.
8645
d3fcda22
SM
86462000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8647
bdbd9606
SM
8648 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8649 rather than `prepend' and add an interesting comment.
8650 (tex-math-face, tex-font-lock-syntactic-face-function):
8651 New face and function to use it.
8652 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8653 than `menu-enable' symbol property.
8654 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8655 (tex-mode): Add some latex-mode commands for auto-selection.
8656 Use tex-font-lock-syntactic-face-function.
8657 (tex-insert-quote): Simplify.
8658 (tex-shell): New mode.
8659 (tex-start-shell): Use it.
8660 (tex-shell-proc, tex-shell-buf): New functions.
8661 (tex-send-command): Use it.
8662 (tex-main-file): Fix the meaning of the new arg REALFILE.
8663 (tex-send-tex-command): New function split from `tex-start-tex'.
8664 Set compilation-last-buffer and compilation-parsing-end.
8665
d3fcda22
SM
8666 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8667 when it follows non-comment text on the line.
8668
8669 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8670 Set font-lock-defaults.
8671 (lisp-mode-shared-map): Init inside the defvar.
8672 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8673 Use define-derived-mode.
8674
bdab1d43
MB
86752000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8676
8677 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8678
936ae731
GM
86792000-11-14 Gerd Moellmann <gerd@gnu.org>
8680
83c9cb8e
SM
8681 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8682 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8683 recursion; see comment there.
8684
1695ca2b
EZ
86852000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8686
8687 * faces.el (face-spec-set-match-display): Revert the change from
8688 2000-10-24. Add a FIXME for after v21.1.
8689
9d348294
MB
86902000-11-13 Miles Bader <miles@gnu.org>
8691
8692 * textmodes/fill.el (skip-line-prefix): New function.
8693 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8694 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8695 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8696 point inside the fill-prefix.
9d348294 8697
b85fa13c
MB
86982000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8699
83c9cb8e
SM
8700 * calendar/calendar.el (generate-calendar-window):
8701 Use `fit-window-to-buffer'.
b85fa13c 8702
a0b47716
SM
87032000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8704
8705 * gud.el (gud-minor-mode): New var.
8706 (gud-symbol, gud-val): New functions.
8707 (gud-find-file): Copy gud-minor-mode to the new buffer.
8708 (gud-menu-map): Include entries for commands that are not always
8709 available, using :enable to (de)activate them.
8710 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8711 (gud-mode-map): New map.
eaae8106 8712 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8713 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8714 Don't set up gud's menu (it's done by the minor-mode).
8715 (gud-minibuffer-local-map): New.
8716 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8717 (gud-query-cmdline): New function.
8718 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8719 (gud-mode): Use define-derived-mode.
8720 Don't set up gud's menu (it's done by the minor-mode).
8721 (gud-chop-words): Remove.
8722 (gud-common-init): Use split-string instead.
8723 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8724
8725 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8726 Add keyword arg :name.
8727
8728 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8729 (diff-count-matches, diff-split-hunk): New functions.
8730 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8731
8732 * pcvs-info.el (cvs-fi-conflict-face): New var.
8733
8734 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8735 Make it into a simple syntax-table, shared among all submodes.
8736 (sh-heredoc-face): Re-introduce.
8737 (sh-font-lock-syntactic-face-function): New function.
8738 (sh-mode): Use it. Also use define-derived-mode.
8739 Remove old bogus setting of indent-region-function.
8740 (sh-set-shell): Don't set the syntax-table any more.
8741 (sh-mode-syntax-table) <defun>: Remove.
8742
f5ed37df
MB
87432000-11-12 Miles Bader <miles@gnu.org>
8744
8745 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8746 message if interactive.
8747
0b074c2f
DL
87482000-11-12 Dave Love <fx@gnu.org>
8749
8750 * mail/feedmail.el: Fix header,
8751 (feedmail) <defgroup>: Add :link.
8752
8753 * view.el: Use local-map property, not keymap on mode-line string.
8754
83c9cb8e
SM
8755 * scroll-all.el (scroll-all-mode): Customize variable.
8756 Add autoload cookie to function.
0b074c2f
DL
8757
8758 * lazy-lock.el: Remove compatibility code.
8759
8760 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8761 (finder-help-echo): New variable.
8762 (finder-mouse-face-on-line): Add help-echo stuff.
8763 (finder-list-keywords, finder-list-matches): Use mapc.
8764
8765 * faces.el (face-font-registry-alternatives): Add :version.
8766
8767 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8768 tags-table-list.
8769
a0b47716 8770 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8771
a0b47716 8772 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8773 (mail-mode): Use [:alnum:] in some regexps.
8774
6d502396
DL
87752000-11-10 Dave Love <fx@gnu.org>
8776
8777 * ediff.el (ediff-regions-internal, ediff-documentation):
8778 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8779 fundamental mode.
8780
8781 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8782 buffer into fundamental mode.
8783 (ediff-set-difference): Use copy-sequence if available.
8784
83c9cb8e
SM
8785 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8786 Check ediff-patch-map non-nil.
6d502396
DL
8787 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8788 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8789 buffer into fundamental mode.
8790
8791 * ediff-merg.el (state-or-merge): Defvar when compiling.
8792
a82fe213
JR
87932000-11-10 Jason Rumney <jasonr@gnu.org>
8794
8795 * w32-fns.el (w32-add-charset-info): New function.
8796 (w32-charset-info-alist): Use it.
8797
52d89894
GM
87982000-11-10 Gerd Moellmann <gerd@gnu.org>
8799
8800 * faces.el (face-font-registry-alternatives): New user-option.
8801
178932de
SM
88022000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8803
d7fa3319
SM
8804 * textmodes/texinfo.el (texinfo-block-default): New var.
8805 (texinfo-insert-block): Use it. Insert a newline if needed.
8806
178932de
SM
8807 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8808 (fill-region-as-paragraph): Use it.
8809
8810 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8811 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8812 Tweak paragraph regexps to allow a leading [ \t]*.
8813 (tex-latex-block): Insert a newline if necessary.
8814 (latex-insert-item): Only insert a newline if necessary.
8815 (tex-guess-main-file): New function.
8816 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8817 Set tex-main-file if TeX-master is provided.
8818 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8819
bd02b8e0
GM
88202000-11-10 Gerd Moellmann <gerd@gnu.org>
8821
8822 * startup.el (command-line): Set the default tooltip-mode
8823 to t for graphical displays which implement x-show-tip.
8824
8825 * tooltip.el (tooltip-mode): Add a comment about startup.el
8826 setting the default value of this user-option.
8827
b29b03eb
SM
88282000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8829
8830 * font-lock.el (font-lock-*-face) <defvar>: Move.
8831 (font-lock-defaults-alist): Mark obsolete.
8832 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8833 (font-lock-mode): Use define-minor-mode.
8834 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8835 (font-lock-turn-off-thing-lock): Be more explicit.
8836 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8837 (font-lock-syntactic-face-function): New var.
8838 (font-lock-fontify-syntactically-region): Use it.
8839 (font-lock-doc-face): New.
8840
8841 * pcvs.el (cvs-enabledp): Ignore errors.
8842 (cvs-commit-filelist): Never query.
8843 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8844 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8845 (cvs-do-removal): Use cvs-partition rather than delete-if.
8846 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8847 cvs-bury-buffer.
8848
8849 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8850 Allow `next' to jump to after the end of the last match.
8851
778fbc46
GM
88522000-11-09 Gerd Moellmann <gerd@gnu.org>
8853
730c746c
GM
8854 * simple.el (byte-compiling-files-p): New function.
8855
8856 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8857 if it is there.
8858
8859 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8860 nil again.
8861
778fbc46
GM
8862 * textmodes/ispell.el (ispell-library-path): Don't call
8863 check-ispell-version when byte-compiling because that starts
8864 an ispell process, and ispell might not be installed.
8865 (toplevel): Don't set up a menu when byte-compiling.
8866
8867 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8868 it, so that a boundp test can be used to determine if we're
8869 currently byte-compiling.
8870
5912c5bb
DL
88712000-11-09 Dave Love <fx@gnu.org>
8872
83c9cb8e 8873 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8874
7bb054a5
GM
88752000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8876
83c9cb8e
SM
8877 * ps-print.el: Patch for variable initialization when spooling.
8878 Doc fix.
7bb054a5
GM
8879 (ps-output-list): Fun eliminated.
8880 (ps-begin-file, ps-begin-job): Code fix.
8881
9db2706e
DL
88822000-11-08 Dave Love <fx@gnu.org>
8883
83c9cb8e 8884 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8885
f7eb32aa
GM
88862000-11-08 Gerd Moellmann <gerd@gnu.org>
8887
8888 * simple.el (shell-command, display-message-or-buffer)
8889 (shell-command-on-region): Mention resize-mini-windows in the doc
8890 string.
8891 (display-message-or-buffer): Take the value of resize-mini-windows
8892 into account.
8893
7b01b08c
GM
88942000-11-07 Gerd Moellmann <gerd@gnu.org>
8895
acad3c0b
GM
8896 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8897
7b01b08c
GM
8898 * dired.el (dired-between-files): Add `^. find' as an alternative
8899 to the regular expression, for find-dired.
8900
6f602bd0
SM
89012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8902
8903 * textmodes/texnfo-upd.el: Require texinfo.
8904 (defmacro, defgroup): Remove.
8905 (texinfo-section-to-generic-alist): Remove.
8906 Use texinfo-section-list instead (i.e. level is changed string->int).
8907 (texinfo-filter): New function.
8908 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8909 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8910 Use it. And use regexp-opt.
8911 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8912 (texinfo-update-menu-region-beginning)
8913 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8914 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8915 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8916 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8917 (texinfo-sequential-node-update): Remove autoload cookie.
8918
8919 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8920 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8921 (texinfo-chapter-level-regexp): Remove.
8922 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8923
bb216218
DL
89242000-11-06 Dave Love <fx@gnu.org>
8925
6f602bd0 8926 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8927
6f602bd0
SM
8928 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8929 Match defun*.
bb216218 8930
ff8dd5d5
KH
89312000-11-06 Kenichi Handa <handa@etl.go.jp>
8932
8933 * composite.el (composition-function-table): Variable declaration
8934 moved to src/composite.c.
8935 (compose-chars-after): New optional arg object.
8936
e9da51a1
GM
89372000-11-06 Gerd Moellmann <gerd@gnu.org>
8938
e0c12c68
GM
8939 * bindings.el (mode-line-toggle-read-only)
8940 (mode-line-toggle-modified, mode-line-widen)
8941 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8942 (make-mode-line-mouse2-map): Rewritten.
8943 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8944 functions so that C-h k can show something with a doc string.
eaae8106 8945
e9da51a1
GM
8946 * startup.el (fancy-splash-delay): Set to 10 seconds.
8947 (fancy-splash-max-time): New user-option.
8948 (fancy-splash-stop-time): New variable.
8949 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8950 (fancy-splash-screens-1): Throw `stop-splashing' when current
8951 time is greater than fancy-splash-stop-time.
8952
611dbdf0
SM
89532000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8954
4d2806e2
SM
8955 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8956
611dbdf0
SM
8957 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8958 Prompt user for a file rather than raising an error.
8959 (cvs-enabledp): Fix call to cvs-mode-marked.
8960 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8961 (cvs-mode-insert): Use it. Change the init prompt' value.
8962 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8963
8964 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8965 Don't pass default arg to ewoc-locate.
8966 (ewoc-collect): Return result in the right order.
8967
8968 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8969
8970 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8971 (cvs-status-get-tags): Fix regexp.
8972 (cvs-status-trees, cvs-status-cvstrees):
8973 Combine after change hooks and don't sit-for.
4d2806e2
SM
8974 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8975 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8976 Use make-char rather than hard-coded cryptic data.
8977 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8978
8979 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8980
8981 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8982 (cvs-insert-strings): New function.
8983
937b2877
MB
89842000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8985
8986 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8987 `mwheel-scroll-amount'.
8988 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8989 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8990 string-matching against the version string.
8991
c6c97763
KH
89922000-11-06 Kenichi Handa <handa@etl.go.jp>
8993
6eaec747
KH
8994 * language/thai.el ("Thai"): Set a lisp form that produces
8995 composed string in `sample-text' language info.
8996
8997 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8998 composed string in `sample-text' language info.
8999
83c9cb8e
SM
9000 * international/mule-cmds.el (describe-language-environment):
9001 Eval `sample-text' data and insert the result.
6eaec747 9002
c6c97763
KH
9003 * international/mule-conf.el (compound-text): Define this coding
9004 system here. Make x-ctext and ctext aliases of it.
9005
9006 * language/european.el (compound-text, ctext): Moved to
9007 international/mule-conf.el.
9008
d1145f85
AI
90092000-11-05 Andrew Innes <andrewi@gnu.org>
9010
9011 * w32-fns.el (w32-version): New function.
9012
178a6a45
SM
90132000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9014
9015 * progmodes/awk-mode.el: Update copyright.
9016 (awk-mode-abbrev-table): Remove.
9017 (awk-font-lock-keywords): Use regexp-opt.
9018 (awk-mode): Use define-derived-mode.
9019
9020 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9021 when extracting a suffix.
9022
1ba90166
AS
90232000-11-04 Andre Spiegel <spiegel@gnu.org>
9024
9025 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9026 auto-save-mode.
9027
546790cb
JR
90282000-11-04 Jason Rumney <jasonr@gnu.org>
9029
9030 * language/european.el (decode-mac-roman): Test against r1 not r0.
9031
d247e32d
SM
90322000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9033
fbf44f44
SM
9034 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9035 (icon-mode): Define indent-line-function.
9036 (icon-comment-indent): Simplify.
9037 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9038
9039 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9040
9041 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9042 Bind change-log-default-mode to defeat the caching done on it.
9043 Don't bother saving excursion any more.
9044
9045 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9046
9047 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9048 (set-frame-font): Use the new name (and the old for compatibility).
9049
eaae8106
SS
9050 * toolbar/tool-bar.el (tool-bar-mode):
9051 * time.el (display-time-mode):
9052 * recentf.el (recentf-mode):
9053 * paren.el (show-paren-mode):
9054 * mwheel.el (mouse-wheel-mode):
9055 * msb.el (msb-mode):
9056 * jka-compr.el (auto-compression-mode):
9057 * image-file.el (auto-image-file-mode):
9058 * hl-line.el (hl-line-mode):
9059 * delsel.el (delete-selection-mode):
9060 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
9061 * complete.el (partial-completion-mode): Drop unneeded positional args.
9062
eaae8106 9063 * info.el (Info-mode):
79372165 9064 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 9065
d247e32d
SM
9066 * log-edit.el (log-edit-menu): New menu.
9067
4921558e
MB
90682000-11-03 Miles Bader <miles@gnu.org>
9069
9070 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9071 definition, so that trailing spaces are handled properly.
9072 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9073
1fc02b3c
GM
90742000-11-03 Gerd Moellmann <gerd@gnu.org>
9075
9076 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9077 tab character.
9078 (fancy-splash-screens): Set tab-width to 20.
9079
51d001f7
DL
90802000-11-03 Dave Love <fx@gnu.org>
9081
9082 * comint.el (comint-completion-addsuffix): Fix custom type.
9083
ba22aeff
SM
90842000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9085
9086 * font-lock.el (font-lock-buffers): Remove.
9087 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9088 (font-lock-change-major-mode): Remove.
9089 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9090 (font-lock-default-fontify-region): Extend the multiline
9091 fontification to whole lines.
9092 (font-lock-fontify-anchored-keywords)
9093 (font-lock-fontify-keywords-region): If matching just one
9094 line (with \n) only mark the \n as multiline.
9095
9096 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9097 Correctly handle the case where several :group args are supplied.
9098 Allow :extra-args.
9099 (easy-mmode-define-global-mode): Allow :extra-args.
9100 Correctly handle the case where several :group args are supplied.
9101
9c887ada
MB
91022000-11-02 Miles Bader <miles@gnu.org>
9103
eaae8106 9104 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
9105 (holiday-face): Remove dependency on `window-system'.
9106
7f25090d
KR
91072000-11-02 Ken Raeburn <raeburn@gnu.org>
9108
9109 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 9110 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 9111 (compile-files): Bomb out if compilation of a file fails.
7f25090d 9112
7dd6009c
DL
91132000-11-02 Dave Love <fx@gnu.org>
9114
9115 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9116
94821e4f
EZ
91172000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9118
9119 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9120 punctuation in the warning inserted into the *mail* buffer.
9121
1ac3fc42
GM
91222000-11-02 Gerd Moellmann <gerd@gnu.org>
9123
57731876
GM
9124 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9125 (authors-public-domain-p): New function.
9126 (authors-print): Use it.
9127
975f82c9
GM
9128 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9129
1ac3fc42
GM
9130 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9131
4b3eb10f
GM
91322000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9133
975f82c9 9134 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
9135 (ps-print-version): New version number (6.3.1).
9136 (ps-even-or-odd-pages): Customization fix.
9137 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9138 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9139 (ps-page-count): Var replaced by `ps-page-column'.
9140 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9141 (ps-print-sheet-p): New fun.
9142
7da794df
MB
91432000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9144
9145 * tooltip.el (tooltip-gud-tips-setup): New function.
9146 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9147 (tooltip-mode): Call tooltip-gud-tips-setup.
9148 (tooltip-gud-tips): Use `gud-basic-call' instead of
9149 process-send-string, so the prompt gets frobbed appropriately.
9150 Handle nil return value from `tooltip-gud-print-command'.
9151
0e40b809
EL
91522000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9153
9154 * comint.el (comint-add-to-input-history): New function.
9155 (comint-send-input): Use `comint-add-to-input-history'.
9156
50ada0db
MB
91572000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9158
973a3104
MB
9159 * info.el (info-menu-header): New face.
9160 (Info-fontify-menu-headers): New function.
9161 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9162
50ada0db
MB
9163 * info.el (Info-insert-dir): Don't include blank lines at
9164 beginning of additional dir files (one is added automatically).
9165
bff53411
SM
91662000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9167
9168 * emacs-lisp/easy-mmode.el (define-minor-mode):
9169 Revert the latest changes.
9170 Allow the three positional arguments to be skipped and replaced
9171 by keyword arguments.
9172 Add a :toggle argument to determine whether a nil arg means toggle
9173 or means turn-on. The default is unchanged.
9174 Add a call to force-mode-line-update.
9175
6b8a0b2d
DL
91762000-11-01 Dave Love <fx@gnu.org>
9177
83c9cb8e 9178 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 9179
5bf99100
MB
91802000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9181
83c9cb8e
SM
9182 * calendar/calendar.el (diary-face, holiday-face):
9183 Add dark-background variants.
5bf99100 9184
a4032611
SS
91852000-10-31 Sam Steingold <sds@gnu.org>
9186
9187 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9188 `tex-main-file' does not have directory in it.
9189
c286608e
SM
91902000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9193
4836835a
TTN
91942000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9195
9196 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9197 functional change.
9198
26dcb81b
GM
91992000-10-31 Gerd Moellmann <gerd@gnu.org>
9200
9201 * files.el (find-file-noselect): When we expand a wildcard, return
9202 a list of buffers, as we should do according to the doc string.
9203
49fc4500
KR
92042000-10-31 Ken Raeburn <raeburn@gnu.org>
9205
9206 * loadup.el (top level): Adjust load path if program name is
9207 "../src/bootstrap-emacs", in case it's not dumped and thus the
9208 load path adjustment hasn't already been done.
9209
ea0c615d
GM
92102000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9211
83c9cb8e
SM
9212 * ps-print.el: Fix bug on selected pages for printing.
9213 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
9214 is on. Try to avoid warning messages when compiling. Doc Fix.
9215 (ps-print-version): New version number (6.3).
9216 (ps-color-device): Use `color-values' to determine if device
9217 supports color.
9218 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9219 (ps-print-page-p): Changed from defsubst to defun.
9220 (ps-page-number): Changed from defmacro to defun.
9221 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9222 printing.
c286608e 9223 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
9224 (ps-end-file, ps-dummy-page): Funs eliminated.
9225 (ps-print-color-scale): Changed default value.
9226 (ps-page-n-up, ps-print-page-p): New internal vars.
9227 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9228 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9229
9e20722f
GM
9230 * delim-col.el: Little programming improvement.
9231 (delimit-columns-str): New macro.
9232 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9233
d7a0fd00
KH
92342000-10-31 Kenichi Handa <handa@etl.go.jp>
9235
c286608e
SM
9236 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9237 Moved to european.el.
d7a0fd00
KH
9238 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9239 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
9240 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9241 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 9242
234be340
DL
92432000-10-30 Dave Love <fx@gnu.org>
9244
9245 * progmodes/cc-menus.el (imenu-generic-expression)
9246 (imenu-progress-message): Only defvar when compiling.
9247
4edc4a39
DL
9248 * emacs-lisp/elp.el (elp-unload-hook): New function.
9249
9250 * loadhist.el (unload-feature): Call elp-restore-function,
9251 checking for symbols; don't use elp-restore-all.
9252 (loadhist-hook-functions): Doc fix.
9253
70c825df
SM
92542000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9255
9256 * log-edit.el (log-edit-confirm): Fix the default.
9257
1d3baf74
GM
92582000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9259
9260 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9261 delimit-columns-format.
9262 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 9263
1ec321a7
MB
92642000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9265
9266 * comint.el (comint-replace-by-expanded-history): Don't use
9267 comint-get-old-input (we're not looking at *old* input).
9268 (comint-get-old-input-default): If using fields, signal an error
9269 when the point is not in an input field.
9270
70737ea9
KH
92712000-10-30 Kenichi Handa <handa@etl.go.jp>
9272
9273 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9274 and mule-unicode-e000-ffff.
9275
fa0cb51d 9276 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
9277 (make-coding-system): Accept a symbol of translation table as a
9278 value of property `safe-chars'.
9279
9280 * international/mule-cmds.el (encode-coding-char): Check property
9281 safe-chars instead of safe-charsets.
9282
9283 * international/fontset.el (fontset-default): Modified for
9284 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9285 (x-font-name-charset-alist): Likewise.
9286 (ccl-encode-unicode-font): New CCL program. Record it in
9287 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9288
70c825df
SM
9289 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9290 New translation tables.
70737ea9
KH
9291 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9292 programs are modified and moved from mac-win.el.
9293 (mac-roman): Definition of this coding system is modified and
9294 moved from mac-win.el.
4836835a 9295
fda2ce24 92962000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9297
1d3baf74 9298 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 9299 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 9300
dd4d3cb6
MB
93012000-10-29 Miles Bader <miles@gnu.org>
9302
9303 * custom.el (custom-add-to-group): Allow multiple entries for a
9304 given value OPTION, as long as their widget types are different.
9305 * cus-edit.el (custom-face-value-create): If face name doesn't end
9306 with "face", add such here (similar to custom group widgets).
9307
9308 * comint.el (comint-highlight-prompt): Add :type.
9309
dace60cf
JW
93102000-10-28 John Wiegley <johnw@gnu.org>
9311
dace60cf
JW
9312 * calendar/timeclock.el (timeclock-log): Doc fix.
9313 (timeclock-last-event): Doc fix.
83c9cb8e 9314 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
9315 (timeclock-find-discrep): Use a temp buffer to read in the
9316 timelog, instead of visiting the file.
9317 (timeclock-log-data): A new function, along with a host of helper
9318 functions, for the purpose of making timelog data accessible to
9319 programmers.
9320
9321 * eshell/esh-mode.el (window-height test): Make certain that
9322 `eshell-stringify-t' is non-nil.
9323 (eshell-password-prompt-regexp): Changed to a much simpler
9324 password regexp.
9325 (eshell-send-input): If `eshell-invoke-directly' returns t,
9326 directly invoke the parsed command using `eval'. This improves
9327 turn-around time on simple commands by a factor of three or
9328 greater, such as cd, ls, pwd, etc. -- which get used very often.
9329 It also conserves thousands of cons cells per call (since
9330 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9331 in the Pacific Cookie Company).
9332
9333 * eshell/esh-test.el (eshell-test): Whitespace fix.
9334
83c9cb8e
SM
9335 * eshell/em-ls.el (eshell-ls-insert-directory):
9336 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
9337
9338 * eshell/em-script.el (eshell-script-initialize): Add names to
9339 `eshell-complex-commands, since `source' and `.' are complex.
9340
0467b076
EZ
9341 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9342 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
9343 `eshell-copy-handles'.
9344 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9345 bodies.
9346 (eshell-separate-commands): Whitespace fix.
9347 (eshell-complex-commands): Added a new list of names, for
9348 determining whether a given command is as simple as it looks.
9349 (eshell-invoke-directly): New function. Returns t if a command
9350 should be invoked directly (using `eval'), rather than indirectly
9351 using `eshell-do-eval'.
9352 (eshell-do-eval): Whitespace fix.
9353
9354 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9355 which provides an emulation of the DOS shell behavior of assuming
9356 that cp/mv/ln should copy/move/link to the current directory.
9357 (eshell-remove-entries): Added a doc string.
9358 (eshell-shuffle-files): Removed the check for `target' being null.
9359 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9360 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9361 it to do a smarter check of whether a destination was provided.
9362 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9363 (eshell/ln): Enable `:preserve-args', and use
9364 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
9365 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9366 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
9367 list after flattening it. This makes it possible to cat files
9368 with numerical names.
9369 (eshell-unix-initialize): Added several names to
9370 `eshell-complex-commands.
9371 (eshell-unix-command-complex-p): Return t if a given command name
9372 may result in external processes being invoked.
9373
9374 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9375 variable nil by default, since it slows down glob processing by a
9376 factor of two or more, and increases memory consumption.
9377
9378 * eshell/em-smart.el: Added a note about how memory consumptive
9379 smart display mode can be (at least this is true in Emacs 21).
9380 (eshell-smart-initialize): Whitespace fix.
9381 (eshell-refresh-windows): Use `if' instead of `when'.
9382 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9383 not necessary.
83c9cb8e 9384 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
9385
9386 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9387 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9388 Whitespace fix.
9389 (eshell-ls-exclude-hidden): Added this variable in addition to
9390 `eshell-ls-exclude-regexp'. This one prevents files beginning
9391 with . from even being read, which can improve memory consumption
9392 quite a bit.
9393 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9394 read file entries beginning with a dot. In home directories with
9395 lots of hidden files, fully two-thirds of the time spent in ls is
9396 used to read directory entries that are immediately thrown away.
9397 (eshell-ls-initial-args): Added back this configuration variable,
9398 for specifying default initial arguments to every call to ls.
9399 Much faster than using an alias to do the same thing.
9400 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9401 (eshell-ls-dir): Whitespace change.
9402
9403 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9404
83c9cb8e 9405 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
9406 (eshell-stringify-t): Added a customization variable, to indicate
9407 whether `t' should be rendered as a string at all. If not, one
9408 can still determine if the result of an expression is true using
9409 "file-exists-p FILE && echo true".
9410 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9411 stringify t!
9412
9413 * eshell/esh-module.el: Whitespace fix.
9414
83c9cb8e
SM
9415 * eshell/em-alias.el (eshell-alias-initialize):
9416 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
9417 (eshell-command-aliased-p): New function that returns t if a
9418 command name names an aliased.
9419
657f9cb8 94202000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9421
0467b076 9422 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 9423 redrawing the screen when changing cursor color.
0467b076
EZ
9424 (viper-insert-state-pre-command-sentinel)
9425 (viper-replace-state-pre-command-sentinel)
70c825df
SM
9426 (viper-replace-state-post-command-sentinel):
9427 Use viper-preserve-cursor-color.
657f9cb8
MK
9428 Many functions changed to use viper= instead of = when comparing
9429 characters.
0467b076 9430 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 9431 working with characters.
0467b076 9432 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
9433 Many functions changed to use viper= instead of = when comparing
9434 characters.
0467b076 9435 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 9436
0467b076 9437 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 9438 Several typos fixed in various docstrings.
0467b076 9439 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 9440 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
9441 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9442 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9443 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9444 (ediff-get-selected-buffers): New function.
9445 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
9446 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9447 Use save-window-excursion.
0467b076 9448 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 9449 termination check in while loop.
0467b076 9450 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 9451 dired buffer.
0467b076
EZ
9452 (ediff-files,ediff-merge-files,ediff-files3)
9453 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 9454
4f490d99
DL
94552000-10-28 Dave Love <fx@gnu.org>
9456
9457 * info.el (Info-fontify-node): Add help-echo for menu items.
9458
45b84006
EZ
94592000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9460
5ebc02b3
EZ
9461 * startup.el (normal-top-level): If the value of $TERM indicates
9462 we are running from xterm or one of its work-alikes, default to a
9463 light background mode.
9464
45b84006
EZ
9465 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9466 * faces.el (tty-handle-reverse-video): New function.
9467 (tty-create-frame-with-faces): Call it.
9468
9469 * frame.el (frame-notice-user-settings): Don't apply
9470 default-frame-alist and initial-frame-alist to MS-DOS frames.
9471 Call tty-handle-reverse-video, frame-set-background-mode, and
9472 face-set-after-frame-default for non-MS-DOS frames.
9473
9474 * startup.el (tty-long-option-alist): New variable.
9475 (tty-handle-args): New function.
9476 (command-line): Call tty-handle-args.
9477
9478 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9479 startup.el now does that for all character-terminal frames.
9480
eab6e8b9
MB
94812000-10-28 Miles Bader <miles@gnu.org>
9482
83c9cb8e
SM
9483 * emacs-lisp/easy-mmode.el (define-minor-mode):
9484 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9485 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 9486 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
9487 version using `easy-mmode-define-global-mode'.
9488 Add :conditional-turn-on keyword argument.
eab6e8b9 9489
51a29efc
DL
94902000-10-28 Dave Love <fx@gnu.org>
9491
83c9cb8e
SM
9492 * international/latin1-disp.el (latin1-char-displayable-p):
9493 Don't use window-system.
51a29efc 9494
d71d7114
EZ
94952000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9498 Don't call find-buffer-file-type-coding-system. Instead, just
9499 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9500 if the file is on an untranslated filesystem.
9501 (add-untranslated-filesystem): Use "D" instead of "f" inside
9502 interactive.
9503
1f9cab4b
DL
95042000-10-27 Dave Love <fx@gnu.org>
9505
70c825df 9506 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9507 (refill-mode): Use it.
9508
70c825df
SM
95092000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9510
9511 * international/quail.el (quail-activate): Don't make-local-hook.
9512
7432cf10
AS
95132000-10-27 Andre Spiegel <spiegel@gnu.org>
9514
4836835a 9515 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9516 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9517 (vc-make-version-backup): Don't do it on MS-DOS without long file
9518 names.
4836835a 9519
7432cf10
AS
9520 * vc.el (vc-version-other-window): If an automatic backup of the
9521 desired version exists, rename it instead of copying it.
9522
4836835a
TTN
9523 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9524 after command. If there's an unexpected error, signal it instead
7432cf10 9525 of being silent.
e1483c38 9526 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9527
05ea7ef2
MB
95282000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9529
fd1035aa
MB
9530 * shell.el (shell): Add BUFFER argument.
9531 * comint.el (make-comint-in-buffer): New function.
9532 (make-comint): Use it.
9533
05ea7ef2
MB
9534 * faces.el (face-spec-choose): Change syntax so that the list of
9535 attribute-value pairs is now the cdr of each clause, not the cadr.
9536 Detect old-style entries, and handle them. Use pop.
9537
835a55fe
SM
95382000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9539
f5ab1cdd
SM
9540 * cus-edit.el (custom-mode-map): Use a sparse map.
9541 (custom-mode): Don't bother with make-local-hook.
9542
9543 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9544
835a55fe
SM
9545 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9546
c13b0ec8
GM
95472000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9548
9549 * ps-print.el: Avoid compilation gripes.
9550 (ps-print-version): New version number (6.2.1).
4836835a 9551
e9f63196
DL
95522000-10-26 Dave Love <fx@gnu.org>
9553
0b95284b
DL
9554 * menu-bar.el: Modify some menu item help strings.
9555 (menu-bar-help-menu): Add link to MORE.STUFF.
9556
e9f63196
DL
9557 * cus-edit.el (custom-mode): Add `special' mode-class property.
9558
9559 * wid-browse.el (widget-browse-mode): Likewise.
9560
9561 * wid-edit.el (widget-specify-field): Revert to using local-map
9562 property, not keymap.
9563
e276a14a
MB
95642000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9565
c1545d88
MB
9566 * wid-edit.el (widget-field-end): When checking for a `boundary'
9567 field, do so in the correct buffer.
9568
3c1b77ca
MB
9569 * simple.el (undo): Correctly distinguish between numeric and
9570 non-numeric prefix args in non-transient-mark-mode, as per the doc
9571 string. When in transient-mark-mode, treat all prefix-args as
9572 numeric.
9573
f5ab1cdd
SM
9574 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9575 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9576
9577 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9578 (comint-mode-map): Reverse order of `comint-write-output' and
9579 `comint-append-output-to-file'.
9580 (comint-append-output-to-file): Reinstate this function, for the
9581 benefit of the menu.
9582
d97151cb
SM
95832000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9584
9585 * vc.el (vc-version-other-window): Bind `file'.
9586
ea7d6f5b
GM
95872000-10-25 Gerd Moellmann <gerd@gnu.org>
9588
f5ab1cdd 9589 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9590
9591 * emacs-lisp/authors.el (batch-update-authors): New function.
9592 (authors-fixed-entries): New defconst.
9593 (authors-add-fixed-entries): New function.
9594 (authors): Call it.: Don't process lispref/.
9595
17c25cea
JR
95962000-10-25 Jason Rumney <jasonr@gnu.org>
9597
9598 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9599 Merge x w32 and mac definitions.
9600
4ecda532
GM
96012000-10-25 Gerd Moellmann <gerd@gnu.org>
9602
9603 * menu-bar.el (menu-bar-options-menu): Add a help string for
9604 `uniquify'.
9605
b52758d1 96062000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9607
f5ab1cdd
SM
9608 * time-stamp.el (time-stamp-string-preprocess):
9609 Fix a wrong type argument error.
b6735035 9610
f4cbc7a0
MB
96112000-10-25 Miles Bader <miles@gnu.org>
9612
9613 * recentf.el (recentf-mode): Variable removed.
9614 (recentf-mode): Use `define-minor-mode'.
9615
9616 * mwheel.el (mouse-wheel-mode): New global minor mode.
9617 (mwheel-install): Use `mouse-wheel-mode'.
9618
f4b020f6
DL
96192000-10-25 Dave Love <fx@gnu.org>
9620
f5ab1cdd
SM
9621 * progmodes/cperl-mode.el (cperl-mode):
9622 Set normal-auto-fill-function correctly.
072cb6f9 9623
83c9cb8e
SM
9624 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9625 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9626 bindings.
f4b020f6 9627
ebe2a441
MB
96282000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9629
ff4dcd4b
MB
9630 * wid-edit.el (widget-field-at): New function.
9631 (widget-at, widget-field-activate): Use it.
9632 (widget-tabable-at): Use `widget-at'.
9633 (widget-specify-field): If the terminating character of the widget
9634 field (which is read-only) is a newline, put it into a special
9635 `boundary' field so that C-n/C-p act more naturally.
9636 (widget-field-end): Also don't subtract one if a special
9637 `boundary' field has been added after the widget field.
9638
83c9cb8e
SM
9639 * comint.el (comint-output-filter, comint-send-input):
9640 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9641 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9642
ebe2a441
MB
9643 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9644 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9645 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9646
fe50b6ab
GM
96472000-10-24 Gerd Moellmann <gerd@gnu.org>
9648
53df4dda 9649 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9650 (authors): Set file coding system to iso-2022-7bit.
9651 Add file-local variables to output buffer.
53df4dda 9652
4836835a 9653 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9654 WARN is nil.
9655
53df4dda
GM
96562000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9657
9658 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9659
9660 * delim-col.el: Now there is a column formatting mechanism.
9661 Modified to customization mechanisms convention. Doc fix.
9662 (columns): New group for delim-col.
9663 (delimit-columns-before, delimit-columns-after)
9664 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9665 (delimit-columns-end): New vars.
9666 (delimit-columns-customize, delimit-columns-format): New funs.
9667 (delimit-columns-region, delimit-columns-rectangle)
9668 (delimit-columns-rectangle-line): Modified to support column
9669 formatting.
4836835a 9670
a9839779
DL
96712000-10-24 Dave Love <fx@gnu.org>
9672
9673 * log-edit.el (log-edit): Add :version and a :group for vc.
9674
df0267b8
GM
96752000-10-24 Gerd Moellmann <gerd@gnu.org>
9676
9acc3873
GM
9677 * files.el (after-find-file): Don't print a message ``New file''
9678 if WARN is nil.
9679
83c9cb8e
SM
9680 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9681 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9682 get duplicate tool-bar entries because we'll see the global ones
9683 on more than one path through keymaps.
9684
1946f901
GM
9685 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9686
df0267b8
GM
9687 * progmodes/cmacexp.el: Change Francesco's email address.
9688
ae3b264b
KH
96892000-10-24 Kenichi Handa <handa@etl.go.jp>
9690
9691 * window.el (fit-window-to-buffer): Adjust point of the window
9692 buffer, not that of the current buffer.
9693
23afac01
EZ
96942000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9695
9696 * progmodes/cmacexp.el: Update the euthor's email address.
9697
22d1a4ed
MB
96982000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9699
9700 * faces.el (face-spec-set-match-display): Add `graphic' display
9701 type (the inverse of `tty'). Use `display-graphic-p' instead of
9702 the window-system variable.
9703
f408aa48
KH
97042000-10-24 Kenichi Handa <handa@etl.go.jp>
9705
83c9cb8e
SM
9706 * international/isearch-x.el (isearch-with-input-method):
9707 Call input-method-function with the first event in
f408aa48
KH
9708 unread-command-events.
9709
94fe8a31
MB
97102000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9711
83c9cb8e 9712 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9713
8f47302e
AC
97142000-10-24 Andrew Choi <akochoi@i-cable.com>
9715
9716 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9717 New charsets.
9718
9719 * term/mac-win.el: Remove definitions of mac-roman-lower and
9720 mac-roman-upper, require dired, and define instead of set
9721 mac-ready-for-drag-n-drop to avoid compilation error.
9722
446c097e
AI
97232000-10-23 Andrew Innes <andrewi@gnu.org>
9724
83c9cb8e
SM
9725 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9726 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9727 expand-file-name after convert-standard-filename to ensure
9728 expected directory separators are used.
9729
379b70e7
EZ
97302000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9731
9732 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9733
85c766e9
DL
97342000-10-23 Dave Love <fx@gnu.org>
9735
b7e03a67
DL
9736 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9737 (tool-bar-add-item): Set foreground and background for XBM icons.
9738
83c9cb8e
SM
9739 * international/latin1-disp.el (latin1-char-displayable-p):
9740 New function (from Handa).
b7e03a67
DL
9741 (latin1-display-check-font): Use it.
9742
0dcf8835 9743 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9744 using :key-sequence, making it much more usable.
9745 Use nconc, not append.
0dcf8835
DL
9746 (imenu--create-keymap-1): Avoid append.
9747
85c766e9 9748 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9749
cb3069bb
MB
97502000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9751
9752 [the following changes fix a bug where `define-minor-mode' didn't
9753 correctly generate :require clauses for defcustoms in compiled files]
9754 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9755 (byte-compile-log-file, byte-compile-log-1): Don't set
9756 `byte-compile-current-file' to nil. Instead set
9757 `byte-compile-last-logged-file' to it. Test whether
9758 byte-compile-current-file equals byte-compile-last-logged-file
9759 instead of whether its nil.
3b6542ba 9760 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9761
6db6243b
SM
97622000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9763
9764 * textmodes/refill.el: Fix var names in doc.
9765 (refill-mode): Don't bother with make-local-hook anymore.
9766
98490598
MB
97672000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9768
e01cd227
MB
9769 * faces.el (face-user-default-spec, face-default-spec): New functions.
9770 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9771 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9772 Use `face-user-default-spec'. Simplify code slightly.
9773
4836835a 9774 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9775 (woman-unknown-face): Add dark-background variants.
9776 (woman-default-faces): Renamed from `woman-colour-faces'.
9777 Set using the stored defaults, rather than using hard-wired colors.
9778 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9779 Just make the foreground `unspecified' rather than "black".
9780 (woman-menu): Rename menu entries accordingly.
9781
98490598
MB
9782 * faces.el (header-line): Make more reasonable on mono/grayscale
9783 displays.
9784
1a578e9b
AC
97852000-10-23 Andrew Choi <akochoi@i-cable.com>
9786
9787 * cus-edit.el (custom-button-face): Use 3D look for mac.
9788 (custom-button-pressed-face): Likewise.
9789
9790 * faces.el (set-face-attributes-from-resources): Handle mac frames
9791 in the same way as x and w32 frames.
9792 (face-valid-attribute-values): Likewise.
9793 (read-face-attribute): Likewise.
9794 (defined-colors): Likewise.
9795 (color-defined-p): Likewise.
9796 (color-values): Likewise.
9797 (display-grayscale-p): Likewise.
9798 (face-set-after-frame-default): Likewise.
9799 (mode-line): Same default face as for x and w32.
9800 (tool-bar): Likewise.
9801
9802 * frame.el: Remove call to frame-notice-user-settings at end of
9803 the file.
9804
83c9cb8e 9805 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9806 as for x, pc, and w32 frame types.
9807
9808 * term/mac-win.el: New file.
9809
aaaf7be7
DL
98102000-10-22 Dave Love <fx@gnu.org>
9811
9812 * textmodes/refill.el: New file.
9813
5392d654
AS
98142000-10-22 Andre Spiegel <spiegel@gnu.org>
9815
4836835a 9816 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9817 MANUAL and REGEXP.
4836835a 9818 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9819 New functions.
9820 (vc-before-save): Use the latter.
9821 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9822 confusion.
9823
4836835a 9824 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9825 expected by vc[-hooks].el.
9826
9827 * vc.el (vc-checkout): Added `-p' suffix in call to
9828 vc-make-version-backups-p; use vc-make-version-backup to actually
9829 make the backup.
9830 (vc-version-other-window, vc-version-backup-file): Handle both
9831 automatic and manual backups.
9832 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9833 of all of them.
9834
1e221c16
MB
98352000-10-22 Miles Bader <miles@gnu.org>
9836
7ff4fda5
MB
9837 * comint.el (comint-highlight-input, comint-highlight-prompt):
9838 Renamed, `-face' at end removed.
9839 (comint-send-input, comint-output-filter): Use renamed faces.
9840
3511cde8
MB
9841 * window.el (fit-window-to-buffer): Change defaulting of
9842 MAX-HEIGHT slightly.
9843
1e221c16
MB
9844 * faces.el (color-values, color-defined-p): Use `member', not
9845 `memq', because it works correctly for strings.
9846 (frame-set-background-mode): Actually, "unspecified-fg" and
9847 "unspecified-bg" *are* strings. Use `member', not `memq', and
9848 `equal', not `eq', when a string value is possible.
9849
b6ef4898
EZ
98502000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9851
9852 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9853
34939e2c
SM
98542000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9855
9856 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9857 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9858 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9859 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9860 (sh-font-lock-syntactic-keywords): Use them.
9861 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9862 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9863 (sh-mode): Don't override font-lock-unfontify-region-function.
9864 Use a copy of sh-font-lock-syntactic-keywords.
9865 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9866 Don't call sh-scan-buffer since font-lock does it on the fly.
9867 (sh-get-indent-info): Use `face' rather than `syntax-table'
9868 text-property to detect here-documents.
9869 Replace sh-special-syntax with sh-st-punc.
9870 (sh-prev-line): Use `face' rather than `syntax-table'
9871 text-property to skip over here-documents.
9872 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9873 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9874 (sh-electric-less, sh-set-here-doc-region)
4836835a 9875 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9876 (sh-scan-buffer, sh-rescan-buffer): Remove.
9877
f3d3c491
AI
98782000-10-21 Andrew Innes <andrewi@gnu.org>
9879
9880 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9881 remote (ange-ftp) file names.
9882
b86c791c
MB
98832000-10-21 Miles Bader <miles@gnu.org>
9884
d9c30bdf
MB
9885 * window.el (fit-window-to-buffer): New function.
9886 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9887 (window-text-height): Don't expect minibuffers to have mode-lines.
9888
d9c30bdf 9889 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9890 * international/quail.el (quail-update-guidance):
9891 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9892
617fee5a
MB
9893 * international/quail.el (quail-show-guidance-buf): Make sure
9894 guidance window really has enough room.
9895 (quail-update-guidance): If quail-guidance-win is already shown,
9896 make sure its height is OK.
9897
b86c791c
MB
9898 * window.el (window-text-height, set-window-text-height):
9899 New functions.
9900 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9901 instead of `window-height' & `mode-line-window-height-fudge'.
9902 (mode-line-window-height-fudge): Add FACE parameter.
9903 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9904 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9905
e34850d1
MB
99062000-10-20 Miles Bader <miles@gnu.org>
9907
9908 * window.el (height-affecting-face-attributes): Use `defconst'.
9909
9910 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9911 New function, conditionally aliased to `mode-line-window-height-fudge'.
9912 (ispell-help): Use it.
9913 (ispell-choices-win-default-height): Don't include mode-line fudge.
9914 (ispell-choices-win-default-height): New function.
9915 (ispell-show-choices, ispell-command-loop): Use function
9916 `ispell-choices-win-default-height' instead of variable.
9917
a8b883c2
MB
99182000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9919
8c6e4a58
MB
9920 * window.el (mode-line-window-height-fudge): New variable.
9921 (height-affecting-face-attributes): New variable.
9922 (mode-line-window-height-fudge): New function.
9923 (shrink-window-if-larger-than-buffer): Use it.
9924 * help.el (resize-temp-buffer-window): Likewise.
9925
a8b883c2
MB
9926 * info.el (Info-fontify-node): Add support for @subsubsection
9927 titles, which use `Info-title-4-face'.
9928 (Info-title-4-face): New face.
9929 (Info-title-3-face): Inherit from Info-title-4-face instead of
9930 variable-pitch.
9931
e64c3a75
JR
99322000-10-19 Jason Rumney <jasonr@gnu.org>
9933
9934 * dired.el (dired-insert-directory): Do not let errors signalled by
9935 attempt to run dired-free-space-program prevent dired from working.
9936
c70fe852
SM
99372000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9938
9939 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9940
877cf6b4
GM
99412000-10-19 Gerd Moellmann <gerd@gnu.org>
9942
5de037e0
GM
9943 * dirtrack.el (dirtrack): Fix call to run-hooks.
9944
6deb9af9
GM
9945 * cmuscheme.el (cmuscheme-program-name): Renamed from
9946 scheme-program-name because xscheme.el contains a defcustom with
9947 the same name. As a consequence, customizing group `cmuscheme'
9948 loaded `xscheme' which redefined run-scheme.
9949 (run-scheme): Use cmuscheme-program-name.
9950
83c9cb8e 9951 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9952
e597d8fb 9953 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9954 anonymous address, and add a website for Befrienders International.
4836835a 9955
3e9cb08f
GM
99562000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9957
c70fe852
SM
9958 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9959 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9960 (ps-print-version): New version number (6.2).
9961 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9962 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9963 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9964 (ps-x-extent-priority, ps-x-extent-start-position)
9965 (ps-x-face-font-instance, ps-x-find-coding-system)
9966 (ps-x-font-instance-properties, ps-x-make-color-instance)
9967 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9968 avoid compilation gripes without defining functions.
9969 (ps-e-find-composition): Alias for function find-composition, to have a
9970 suitable function depending on Emacs version.
9971 (ps-color-device, ps-color-values, ps-face-foreground-name)
9972 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9973 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9974 (ps-print-ensure-fontified): Function definitions surrounded by
9975 `eval-and-compile' to avoid compilation gripes.
9976 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9977 by symbol-value to avoid compilation gripes.
9978 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9979 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9980
d8abcd91
MB
99812000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9982
13ab33c4
MB
9983 * startup.el (normal-top-level): Call `frame-set-background-mode'
9984 after `frame-notice-user-settings' because the latter doesn't call
9985 the former on a tty.
9986
d8abcd91
MB
9987 * faces.el (frame-set-background-mode): `unspecified' &c are
9988 symbols, not strings.
9989
e8bce0a9
EZ
99902000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9991
c70fe852
SM
9992 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9993 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9994
c70fe852
SM
9995 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9996 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9997
773272d8
KH
99982000-10-19 Kenichi Handa <handa@etl.go.jp>
9999
c70fe852 10000 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
10001 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10002 for ISO10646-1 fonts.
10003 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10004
772139c0
EZ
100052000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10006
10007 * faces.el (frame-set-background-mode): If a tty frame defines a
10008 background color, use that to compute the background mode, instead
10009 of always defaulting to "dark".
10010
d134a19f
MB
100112000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10012
8bb84cb2
MB
10013 * comint.el (comint-write-output): New function.
10014 (comint-mode-map): Add it to the menu.
e40a778f 10015 Bind `C-c C-s' to comint-write-output.
d134a19f 10016
dada41e1
GM
100172000-10-18 Gerd Moellmann <gerd@gnu.org>
10018
10019 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10020 Use fancy-splash-delay.
10021
9b5360aa
GM
100222000-10-18 Alex Schroeder <alex@gnu.org>
10023
10024 * progmodes/sql.el (sql-sybase-options): New option.
10025 (sql-sybase): Use it. Add sql-database to the list of parameters
10026 provided for login. The options -w 2048 -n are not used any more.
10027
9035a35a
GM
10028 * comint.el (comint-read-input-ring): Bugfix such that the first
10029 and the last entry of the input ring file are not lost.
10030
3556c6dd
GM
100312000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10032
10033 * ps-print.el: Internal variable changes to defcustom,
10034 make-local-hook changes to defvar. Doc fix.
10035 (ps-print-version): New version number (6.1).
10036 (ps-setup, ps-do-despool): Code fix.
10037 (ps-printer-name): Customization fix.
10038 (ps-printer-name-option): Now is a defcustom instead of an
10039 internal variable.
10040 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10041 (ps-print-begin-column-hook): Now are defvar instead of
10042 make-local-hook.
4836835a 10043
4e217e50
MB
100442000-10-18 Miles Bader <miles@gnu.org>
10045
10046 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10047 (comint-kill-output): Changed into an alias for `comint-delete-output',
10048 and made obsolete.
10049 (comint-mode-map): Rename references to comint-kill-output.
10050
34460354
EZ
100512000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10052
10053 * diff-mode.el (diff-header-face, diff-file-header-face)
10054 (diff-changed-face): Add bold and italic attributes to tty faces.
10055 (diff-function-face): New face.
10056 (diff-font-lock-keywords): Use it.
10057
17ea3cdb
MB
100582000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10059
10060 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10061 Remove commented-out call to force-mode-line-update.
10062 (comint-kill-output): Use `forward-line 0' instead of
10063 beginning-of-line to make sure we get past the prompt.
10064
9244f2c7
SM
100652000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10066
10067 * diff-mode.el (diff-header-face, diff-file-header-face):
10068 Add specific setting for dark background.
10069 (diff-context-face): Renamed from diff-comment-face.
10070 Set explicitly rather than inheriting from font-lock-comment-face.
10071
1592c1ef
EZ
100722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10073
10074 * startup.el (command-line): Move the code which sets the default
10075 TTY colors to before before-init-hook.
10076
f86292a9
GM
100772000-10-17 Gerd Moellmann <gerd@gnu.org>
10078
10079 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10080
f7f2e883
EZ
100812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10082
e854cc22
EZ
10083 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10084 extensions, for MS-DOS.
10085
f7f2e883
EZ
10086 * diff-mode.el (diff-header-face, diff-file-header-face)
10087 (diff-changed-face): Define tty-specific colors.
10088
c7b4f0f9
GM
100892000-10-17 Gerd Moellmann <gerd@gnu.org>
10090
10091 * startup.el (fancy-splash-text): Realign the text.
10092
12a72271
EZ
100932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10094
10095 * font-lock.el (font-lock-comment-face): Define a separate default
10096 for dark-background tty's.
10097
61dfccfd
MB
100982000-10-17 Miles Bader <miles@gnu.org>
10099
10100 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10101 being obscured by whizzy mode-lines on graphics displays.
10102
333cd59e
EZ
101032000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10104
10105 * info.el (Info-title-1-face, Info-title-2-face)
10106 (Info-title-3-face): Define colors for tty's.
dada41e1 10107 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 10108
dbf1fcc1
EZ
101092000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10110
10111 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10112 reverse from the frame parameters, and don't invert foreground and
10113 background colors.
10114
ac629823
MB
101152000-10-16 Miles Bader <miles@gnu.org>
10116
10117 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10118 string "*Info*". Call propertized-buffer-identification to spruce
10119 up the result.
10120
76eebffc
GM
101212000-10-16 Gerd Moellmann <gerd@gnu.org>
10122
3a6b59d9
GM
10123 * help.el: Provide `help' for the sake of define-minor-mode
10124 which generates defcustoms with requires.
10125
6569c3d3
GM
10126 * jit-lock.el (jit-lock-after-change): If we're in text that
10127 matches a multi-line font-lock pattern, make sure the whole text
10128 will be redisplayed.
10129
c2e0a611
GM
10130 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10131 author's name is unknown.
10132
76eebffc
GM
10133 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10134 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10135 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10136 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10137 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10138 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10139 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10140 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10141 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10142 Add author information.
10143
cf1e7b12
MB
101442000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10145
10146 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10147 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10148 full-color version (using the Gimp) to eliminate dithering artifacts.
10149
5586f3eb
SM
101502000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10151
10152 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10153
10154 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10155
ad64a888
DL
101562000-10-15 Dave Love <fx@gnu.org>
10157
83c9cb8e 10158 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
10159
10160 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10161
10162 * whitespace.el: Doc fixes.
10163 (top-level): Don't add hooks here.
10164 (whitespace-running-emacs): Deleted.
10165 (timer): Don't require.
10166 (whitespace): Add back :version conditional on xemacs test.
10167 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10168 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10169 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10170 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10171 Avoid specific xemacs test.
10172 (whitespace-global-mode): New option.
10173 (whitespace-global-mode): New command.
10174 (whitespace-unload-hook): New function.
10175
10176 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 10177 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
10178 (Info-fontify-node): `Goto' goes to `Go to'.
10179 (Info-fontify-node): Add help-echo to xref links.
10180
1ef49fc6
EZ
101812000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10182
10183 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10184
8b7707e1
SM
101852000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10186
b3b7f42f
SM
10187 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10188 Use plist-get and allow :inherit.
10189
10190 * emacs-lisp/cl-macs.el (cl-do-arglist):
10191 Use plist-get and plist-member instead of memq.
10192
3c7fafc7
SM
10193 * emacs-lisp/ewoc.el (ewoc-location): New function.
10194 (ewoc-enter-after, ewoc-enter-before): Document return value.
10195 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10196 Don't need make-local-hook any more.
10197 (cvs-addto-collection): Return the new tin.
10198 (cvs-mode-insert): Jump to the new line.
10199
8b7707e1
SM
10200 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10201
10202 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10203
10204 * font-lock.el (font-lock-syntactically-fontified): New var.
10205 (font-lock-fontify-syntactic-keywords-region): Use it.
10206 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10207
10208 * diff-mode.el (diff-find-file-name): Fix regexp.
10209
10210 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10211 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10212
10213 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10214 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10215 (sh-mode): Don't make all vars local here.
10216 (sh-kw): Reformat.
10217 (sh-set-shell): Use dolist. Don't set indent-region-function.
10218 (sh-mode-syntax-table): Use pop.
10219 (sh-remember-variable): Use push.
10220 (sh-help-string-for-variable): Use memq.
10221 (sh-safe-backward-sexp): Remove.
10222 (sh-safe-forward-sexp): Add ARG.
10223 (sh-get-indent-info, sh-prev-stmt): Use it.
10224 (sh-prev-line): Simplify by using forward-comment.
10225 (sh-this-is-a-continuation): Simplify.
10226 (sh-learn-buffer-indent): Use dolist.
10227 (sh-do-nothing): Remove.
10228 (sh-set-char-syntax, sh-set-here-doc-region):
10229 Use inhibit-modification-hooks.
10230 (sh-name-style): Use mapcar and push.
10231 (sh-load-style): Use dolist.
10232 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10233 (sh-case, sh-while-getopts): Use propertize directly rather
10234 than sh-electric-rparen.
10235
102362000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10237
10238 * textmodes/tex-mode.el: Require CL when compiling.
10239 (tex-mode-syntax-table): Init immediately.
10240 (tex-mode-map): Bind M-RET to latex-insert-item.
10241 (latex-mode): Set indent-line-function to latex-indent.
10242 (tex-common-initialization): Don't setup the syntax-table any more.
10243 (latex-insert-item): New skeleton.
10244 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 10245 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 10246 (latex-indent, latex-find-indent): New functions.
4836835a 10247 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
10248 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10249 (tex-compilation-parse-errors): Use with-syntax-table.
10250
86b7fcbb
MB
102512000-10-15 Miles Bader <miles@gnu.org>
10252
10253 * font-lock.el (font-lock-comment-face): Change dark-background,
10254 color, non-tty, default to `chocolate1'.
10255
57a24508
JW
102562000-10-13 John Wiegley <johnw@gnu.org>
10257
10258 * eshell/esh-util.el (require): Added a missing `require' form,
10259 needed when compiling (for an ange-ftp macro definition).
10260
40ad3db4
DL
102612000-10-13 Dave Love <fx@gnu.org>
10262
10263 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10264
db460189
GM
102652000-10-13 Gerd Moellmann <gerd@gnu.org>
10266
83c9cb8e 10267 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 10268
4836835a 10269 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
10270 transparent -colors 8).
10271
b52758d1 102722000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
10273
10274 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10275 that breaks with old list format timestamps.
10276 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 10277 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 10278
16908a3f
JW
102792000-10-13 John Wiegley <johnw@gnu.org>
10280
d7103dda
JW
10281 * align.el, pcomplete.el, calendar/timeclock.el,
10282 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10283
dace60cf 10284 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
10285 faulty math, where holiday hours were being computing as seconds.
10286
b6b70cda
JW
102872000-10-13 John Wiegley <johnw@gnu.org>
10288
10289 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
10290 specifying what "other" kinds of buffers should be saved.
10291 This used to be hard-coded.
b6b70cda
JW
10292 (desktop-buffer-misc-functions): A global for specifying how
10293 auxiliary data should be determined for special buffer types.
10294 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10295 instead of hard-coding the special buffer types.
10296 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10297 auxiliary data, instead of hard-coding for Info buffers and dired.
10298 (desktop-buffer-info-misc-data): Aux function for determining Info
10299 buffer auxiliary info.
10300 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10301 (desktop-buffer-info): Changed this function to use the info
10302 gathered above.
10303 (desktop-create-buffer): Be a little more careful about what
10304 `minor-mode' means before calling it. This is important for some
10305 buffer types.
10306
8c6b1d83
JW
103072000-10-13 John Wiegley <johnw@gnu.org>
10308
10309 * eshell/esh-util.el: Added a global form which declares an
10310 autoload for `parse-time-string', if that function is not already
10311 defined, and if parse-time.el is available on the user's system.
10312
10313 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10314 to be aware of ange-ftp user info.
83c9cb8e 10315 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
10316 (eshell-ls-annotate): Use `eshell-file-attributes'.
10317 (eshell-ls-file): Made the user-id printing code a bit smarter.
10318
10319 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10320 allow identification of alias user ids in remote directories.
83c9cb8e
SM
10321 It's manual, but there's no other way to know when the current user
10322 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
10323 (fboundp): Bind `ange-cache'.
10324 (eshell-directory-files-and-attributes): Re-organized the logic a
10325 bit to use `eshell-file-attributes' instead of `file-attributes'.
10326 The former is more sensitive to directories that are read via FTP,
10327 and knows how to use ange-ftp to determine full attribute
10328 information, instead of just the name and last modtime.
10329 (eshell-current-ange-uids): Return the current user id when in a
10330 remote directory.
10331 (eshell-parse-ange-ls): Parse a full directory listing that has
10332 been returned by ange-ftp.
10333 (eshell-file-attributes): This beefed up version of
10334 `file-attributes' is only special if the user is currently in a
10335 remote directory, in which case it does a lot of work to find out
10336 what the real attributes of a file are, as they appear on the
10337 remote machine. This makes usage of remote directories (i.e.,
10338 ange-ftp pathnames) much more useful. You can now use Eshell as a
10339 full-fledged FTP client, with much more manipulation ability than
10340 most other clients.
10341
10342 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10343 variable, which means that Eshell's du should always be preferred
10344 in remote directories.
10345 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10346 just `file-attributes'.
10347 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10348 when reading remote directories. This is an Eshell-specific
10349 variable (not part of ange-ftp).
10350 (eshell/ln): Bind `ange-cache'.
10351 (eshell/du): Added some extra logic for determining when to use
10352 Eshell's du (which is slow), and when to use the external version
10353 (which may or may not exist).
10354
83c9cb8e
SM
10355 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10356 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
10357 `get-buffer-process', since backgrounded processes don't count in
10358 the context of this function's logic.
10359
10360 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10361 `forward-char', so that null strings are parsed correctly.
10362
87730e84 103632000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 10364
83c9cb8e
SM
10365 * eshell/em-pred.el (eshell-pred-file-type)
10366 (eshell-pred-file-links, eshell-pred-file-size):
10367 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
10368
10369 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10370 that remote file globbing is more efficient.
10371
10372 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10373 gathering the files and attributes within a directory.
10374
10375 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10376 the command line is a special file (not a regular file, directory
10377 or symlink), always attempt to call the external version of cat.
10378
87730e84 103792000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
10380
10381 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10382 Eshell-friendly version of find-tag.
10383
1c7e37a9
MB
103842000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10385
4836835a 10386 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
10387 (image-file-name-regexps): Add autoload cookies.
10388
11a7f341
KH
103892000-10-13 Kenichi Handa <handa@etl.go.jp>
10390
10391 * international/mule-cmds.el (select-safe-coding-system): If FROM
10392 is string, show it in *Warning* buffer.
10393
8ddddcb0
EZ
103942000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10395
10396 * startup.el (normal-top-level): Use display-popup-menus-p instead
10397 of window-system.
10398 (command-line): Use display-graphic-p instead of window-system.
10399 (command-line-1): Use display-popup-menus-p and display-mouse-p
10400 instead of window-system.
10401
72200f89
SS
104022000-10-12 Sam Steingold <sds@gnu.org>
10403
10404 * tooltip.el (tooltip-use-echo-area): New user variable.
10405 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10406
8661c643
DL
104072000-10-12 Dave Love <fx@gnu.org>
10408
d0b40dc1
DL
10409 * recentf.el: Maintainer's checkdoc fixes.
10410
83c9cb8e
SM
10411 * startup.el (normal-top-level-add-subdirs-to-load-path):
10412 Use character class, not ASCII when matching file names.
a622451f
DL
10413 (fancy-splash-head): Add trailing slash to URL.
10414 (command-line): Don't require XPM support for toolbar.
10415
8661c643
DL
10416 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10417 (cperl-invalid-face): Revert last change.
10418 (cperl-init-faces): Quote cperl-invalid-face.
10419
ef2ed8ab
KH
104202000-10-12 Kenichi Handa <handa@etl.go.jp>
10421
10422 * startup.el (fancy-splash-text): Remove superfluous quote.
10423
b0da379e
GM
104242000-10-12 Gerd Moellmann <gerd@gnu.org>
10425
dbeb499b
GM
10426 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10427 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10428 (command-line-1): Don't use fancy-splash-pending-command.
10429 (fancy-splash-screens-1): Goto point-min after inserting text.
10430
d861718a
GM
10431 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10432
b0da379e
GM
10433 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10434 instead of shared-lisp-mode-map.
10435
4fb2ad98
MB
104362000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10437
1cb4393e
MB
10438 * faces.el (header-line): Change tty-variant to use underlining.
10439
4fb2ad98
MB
10440 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10441 (isearch-highlight): Restore lazy-isearch face properties at old
10442 position, and suppress them at new position.
10443 (isearch-dehighlight): Restore lazy-isearch face properties.
10444 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10445 over the real isearch overlay, but in that case, don't give it a
10446 face property. Use `push'.
10447
eb991b25
KH
104482000-10-12 Kenichi Handa <handa@etl.go.jp>
10449
10450 * man.el (Man-getpage-in-background): Fix previous change.
10451 Decode the process output only when we are in multibyte mode.
10452
a818c1c0
DL
104532000-10-11 Dave Love <fx@gnu.org>
10454
c990f53a
DL
10455 * info.el (Info-mode-menu): Fix some help.
10456 (info-tool-bar-map): Add entry for Info-last.
10457
a818c1c0
DL
10458 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10459 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10460 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10461 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10462 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10463 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10464 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10465 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10466 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10467 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10468 Reduce colour requirements to 25 overall. (Probably wants
10469 revisiting from the originals to reduce further.)
10470
c1b096cb
EZ
104712000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10472
10473 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10474 buffer-file-coding-system, instead of raw-text.
10475 (dehexlify-buffer): Bind coding-system-for-read to
10476 buffer-file-coding-system, instead of raw-text.
10477
5c8b7eaf
SS
104782000-10-11 Sam Steingold <sds@gnu.org>
10479
83c9cb8e 10480 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
10481 `underline' - fixes the bug introduced on 2000-09-21.
10482
2cfbdb7a
DL
104832000-10-11 Dave Love <fx@gnu.org>
10484
83c9cb8e
SM
10485 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10486 Avoid compiler warnings.
2cfbdb7a
DL
10487 (scheme-mode): Doc fix.
10488 (scheme-font-lock-keywords-1): Match `define-syntax'.
10489
104902000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
10491
10492 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10493 face specs as well as default ones. Only do anything if the
10494 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10495 (region): Make dark-background `region' face less in-your-face.
4b33f290 10496
690ec649
SS
104972000-10-10 Sam Steingold <sds@gnu.org>
10498
10499 * chistory.el, ielm.el, ledit.el:
10500 * progmodes/inf-lisp.el, progmodes/scheme.el:
10501 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10502
3b95d6bb
SM
105032000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10504
10505 * textmodes/texinfo.el: Update copyright and fix typo.
10506
10507 * desktop.el (desktop-modes-not-to-save): New var.
10508 (desktop-save-buffer-p): Use it.
a30eb617
DL
10509 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10510 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10511
105122000-10-10 Dave Love <fx@gnu.org>
10513
10514 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10515 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10516
10517 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10518 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10519 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10520 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10521 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10522 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10523 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10524 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10525 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10526 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10527 the .xpms; probably need retouching.
10528
105292000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10530
10531 * subr.el (add-to-list): Add optional argument APPEND.
10532 * battery.el (display-battery): Use `add-to-list'.
10533
105342000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10535
83c9cb8e
SM
10536 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10537 properties.
a30eb617
DL
10538 (zone, zone-when-idle, zone-leave-me-alone)
10539 (zone-pgm-whack-chars): Use new symbol properties.
10540
10541 * battery.el (display-battery): Doc spelling fix.
10542
10543 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10544 property.
10545
105462000-10-09 Dave Love <fx@gnu.org>
10547
10548 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10549 has been initialized before calling tool-bar-setup.
10550 (tool-bar-add-item-from-menu): Add autoload cookie.
10551
105522000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * menu-bar.el (send-mail-item-name): New function.
10555 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10556 of mail-user-agent in the menu. Don't display the "Send Mail"
10557 item if mail-user-agent is nil or its value is ignore.
10558 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10559 if read-mail-command is nil or its value is ignore.
10560
10561 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10562
105632000-10-09 Miles Bader <miles@gnu.org>
10564
10565 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10566 Correct image size.
10567 * toolbar/left_arrow.xpm: Correct image size.
10568
10569 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10570 will be done by the definition of `auto-compression-mode' if
10571 necessary. Move code to uninstall existing file-name handler
10572 before definition of `auto-compression-mode'.
10573
10574 * image-file.el (auto-image-file-mode): Move to the end of the
10575 file, because `define-minor-mode' actually calls the mode-function
10576 if the associated variable is non-nil, which requires that all
10577 needed functions be already defined.
10578
10579 * mouse.el (popup-menu): Balance parens.
10580
105812000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10582
10583 * mouse.el (popup-menu): Move the command call outside the loop
10584 so that popup-menu returns whatever the command returns.
10585
10586 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10587 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10588 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10589 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10590
10591 * vc.el (vc-version-diff): diff-switches can be a list.
10592 Use relative filenames for prettier output.
10593
10594 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10595 (vc-post-command-functions): Remove old-VC compatibility code.
10596
10597 * newcomment.el (comment-indent-default): Autoload.
10598
10599 * font-lock.el (font-lock-defaults): Make buffer-local.
10600 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10601 (font-lock-choose-keywords):
10602 Ignore LEVEL unless KEYWORDS is a list of syms.
10603 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10604 Don't wrap regexp-opt things in \(...\) unnecessarily.
10605
10606 * jit-lock.el: Don't require font-lock any more.
10607 (jit-lock-functions): Make buffer-local.
10608 (jit-lock-saved-fontify-buffer-function): Remove.
10609 (jit-lock-mode): Remove autoload cookie.
10610 Remove font-lock specific code.
10611 (jit-lock-unregister): Don't bother handling complex hooks any more.
10612 (jit-lock-refontify): New function.
10613 (jit-lock-fontify-buffer): Use it.
10614 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10615 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10616 Add optional args START and END.
10617 Never call font-lock-fontify-region directly.
10618 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10619
10620 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10621
106222000-10-08 Dave Love <fx@gnu.org>
10623
10624 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10625
10626 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10627
10628 * play/studly.el (studlify-region, studlify-word): Add autoload
10629 cookie.
10630
10631 * play/morse.el (morse-region, unmorse-region): Add autoload
10632 cookie.
10633
10634 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10635 concat.
10636
10637 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10638 insist on symbols starting with word syntax.
10639 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10640 (eval-defun-1): Doc fix.
10641 (indent-sexp): Use nconc to build up indent-stack.
10642
10643 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10644 Gnus with little use.
10645 (mail-setup-hook): Add mail-abbrevs-setup to options.
10646
10647 * recentf.el: Doc fixes.
10648
10649 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10650 Clean up remainder.
10651
10652 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10653 without timezone and (8) with timezone to enforce some whitespace.
10654 Simplify code somewhat.
10655
10656 * options.el (list-options): Doc that you should use customize.
10657
10658 * iswitchb.el (iswitchb-mode): Add :require.
10659
10660 * info.el (Info-goto-node, Info-menu): Doc fix.
10661 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10662 (info-tool-bar-map): New variable.
10663 (Info-mode): Use it.
10664 (Info-edit-map): Define all in defvar.
10665 (speedbar-attached-frame): Avoid compiler warning.
10666
10667 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10668 (global-map): Bind [tool-bar] to a filtered map.
10669 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10670 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10671 Allow PBM icons.
10672 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10673
10674 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10675 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10676 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10677 icons, except up_arrow, which is left-arrow rotated.
10678
10679 * imenu.el (imenu-add-to-menubar): Fix last change.
10680
106812000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10682
10683 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10684 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10685
106862000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10687
10688 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10689 typos in doc strings.
10690
10691 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10692 the doc strings how to customize Font Lock faces.
10693
10694 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10695 computing growth when dragging the header line.
10696
106972000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10698
10699 * simple.el (kill-line): Doc fix.
10700
107012000-10-08 Miles Bader <miles@gnu.org>
10702
10703 * faces.el (secondary-selection): Make foreground visible on tty.
10704
10705 * jka-compr.el (auto-compression-mode): Move to the end of the
10706 file, because `define-minor-mode' actually calls the mode-function
10707 if the associated variable is non-nil, which requires that all
10708 needed functions be already defined.
10709 (with-auto-compression-mode): Add autoload cookie.
10710
107112000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10712
10713 * files.el (find-backup-file-name) [ms-dos]: If support for long
10714 file names is not available, behave as if version-control were set
10715 to never.
10716
107172000-10-07 Dave Love <fx@gnu.org>
10718
10719 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10720 (browse-url-gnome-moz): New function.
10721 (browse-url-browser-function): Use it.
10722 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10723
107242000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10725
10726 * indent.el (tab-always-indent): New var.
10727 (indent-for-tab-command): Use it.
10728
10729 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10730 raise an error. This way it can still default to a sane value.
10731
107322000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10733
10734 * startup.el (fancy-splash-screens): Use local rather than global map.
10735 Don't use `update-menu-bindings' any more.
10736 Get rid of assumptions about keymap representation.
10737
107382000-10-06 Dave Love <fx@gnu.org>
10739
10740 * textmodes/fill.el (sentence-end-double-space)
10741 (sentence-end-without-period): Doc fix.
10742 (adaptive-fill-regexp): Purecopy.
10743 (unjustify-current-line): Use line-end-position.
10744 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10745
10746 * net/eudc-vars.el (eudc): Add :version, :link.
10747
10748 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10749
10750 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10751 Fix for define-minor-mode.
10752 (function-at-point): Alias to function-called-at-point.
10753
10754 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10755
10756 * simple.el (backward-word): Doc fix.
10757
10758 * image-file.el (image-file-name-regexp): image-file-regexps ->
10759 image-file-name-regexps.
10760 (image-file-name-extensions): Add pbm.
10761
107622000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10763
10764 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10765 and add filename to the names so that diff-mode can jump to source.
10766
10767 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10768 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10769 (tex-font-lock-keywords-1): Remove.
10770 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10771 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10772 (font-lock-default-fontify-region):
10773 Expand beg..end correctly when just following a multiline region.
10774 (font-lock-fontify-anchored-keywords):
10775 Include the anchor text as part of the multiline.
10776
107772000-10-06 Gerd Moellmann <gerd@gnu.org>
10778
10779 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10780 latter needs the autoloaded define-minor-mode macro during the
10781 bootstrap.
10782
10783 * startup.el (command-line): For now, activate tool-bar-mode only
10784 if XPM images are supported.
10785
10786 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10787 window by dragging a header-line at the top of the frame; that's
10788 confusing because the header-line doesn't move.
10789 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10790 of treating the event as a list. Some cleanup.
10791
107922000-10-06 Miles Bader <miles@gnu.org>
10793
10794 * simple.el (display-message-or-buffer): New function.
10795 (shell-command-on-region): Use `display-message-or-buffer'.
10796
10797 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10798 docstring parts.
10799
10800 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10801 (smbclient-prompt-regexp): Add usage note to doc string.
10802 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10803 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10804 Use add-hook for adding the comint filter function, and only do so
10805 if it's not already in the global hook list.
10806 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10807 to `make-local-variable'.
10808 (nslookup-font-lock-keywords): Remove prompt entry.
10809 (nslookup): Don't set the process-filter.
10810 (finger): Exit the loop correctly when the regexps list runs out.
10811 (ftp, smbclient, smbclient-list-shares):
10812 Set the real major mode immediately, not after execing.
10813 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10814
10815 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10816
108172000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10818
10819 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10820
10821 * which-func.el (which-func-format): Remove spurious space.
10822 (which-func-mode): Don't make it permanent-local.
10823 (which-func-ff-hook): Allow which-func-maxout to be nil.
10824 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10825 (which-func-mode): Simplify.
10826 Use post-command-idle-hook rather than post-command-hook.
10827 Go through all buffers and update their state.
10828 (which-function): Also try add-log-current-defun-function.
10829
10830 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10831 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10832 Update call to with-vc-properties accordingly.
10833 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10834 (vc-revert-buffer): More careful about window selection and deletion.
10835 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10836
10837 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10838 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10839 (cvs-dired-action): Change the default to quickdir.
10840
10841 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10842 if comment-indent-function returns nil.
10843 (comment-indent-default): New function.
10844 (comment-indent-function): Use it and document the new semantics.
10845
10846 * image-file.el: Docstring fixes.
10847
10848 * help.el (help-xref-on-pp): Use match-string.
10849 (describe-variable): New arg BUFFER.
10850 Store the current buffer in the help-xref-stack.
10851 (temp-buffer-resize-mode): Use define-minor-mode.
10852
10853 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10854 consistently with its docstring.
10855 Set jit-lock-first-unfontify-pos in an idempotent way.
10856 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10857
108582000-10-05 Alex Schroeder <alex@gnu.org>
10859
10860 * sql.el (sql-mysql-options): New variable.
10861 (sql-mysql): Use it.
10862
108632000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10864
10865 * image.el (image): New group.
10866
10867 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10868 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10869
108702000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10871
10872 * net/net-utils.el (nslookup-font-lock-keywords)
10873 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10874 Ignore the value of wqindow-system; always define keywords
10875
108762000-10-05 Kenichi Handa <handa@etl.go.jp>
10877
10878 * startup.el (fancy-splash-screens): Remove the code for
10879 debugging; `(trace-to-stderr "EXITTT\n")'.
10880
108812000-10-05 Miles Bader <miles@gnu.org>
10882
10883 * diff-mode.el (diff-goto-source): Update call to
10884 `diff-hunk-status-msg' to reflect new REV variable.
10885
108862000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10887
10888 * progmodes/icon.el (icon-mode):
10889 Don't gratuitously override the default for comment-column.
10890
10891 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10892
10893 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10894 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10895 (jit-lock-functions): New var.
10896 (jit-lock-function-1): Use it if non-nil.
10897 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10898 Set the `fontified' property before doing the fontification to avoid
10899 repeatedly going through the same error.
10900 Don't turn errors into messages.
10901 (jit-lock-register, jit-lock-unregister): New functions.
10902
10903 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10904 Use with-current-buffer.
10905
10906 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10907 Turn comment into docstring.
10908
10909 * apropos.el (apropos-mode): Use define-derived-mode.
10910
109112000-10-04 Gerd Moellmann <gerd@gnu.org>
10912
10913 * startup.el (fancy-splash-pending-command): New variable.
10914 (fancy-splash-pre-command): New function.
10915 (fancy-splash-screens): Rewritten.
10916 (command-line-1): If fancy-splash-pending-command is set, call it
10917 interactively.
10918
109192000-10-04 Dave Love <fx@gnu.org>
10920
10921 * toolbar/tool-bar.el (tool-bar-setup): New function.
10922 (tool-bar-mode): Use it.
10923
10924 * subr.el (substitute-key-definition): Doc fix.
10925 (play-sound-file): New command.
10926
109272000-10-04 Andre Spiegel <spiegel@gnu.org>
10928
10929 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10930 vc-version-backup-file-name): New functions.
10931
10932 * files.el (basic-save-buffer): Call vc-before-save before saving.
10933
10934 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10935 vc-cvs-stay-local-p.
10936
10937 * vc.el (vc-revert-buffer): Handle empty diff properly.
10938 (vc-version-backup-file): New function.
10939 (vc-checkout): Create a version backup if necessary.
10940 (vc-checkin): If a version backup file exists, delete it.
10941 (vc-version-diff): Diff locally using version backups, if available.
10942 (vc-revert-file): If there's a version backup, revert locally.
10943 (vc-transfer-file): Use version backup for base version, if
10944 available. If not, ask for confirmation whether to get it from the
10945 server. Update mode line before check-in.
10946
109472000-10-04 Dave Love <fx@gnu.org>
10948
10949 * toolbar/tool-bar.el (tool-bar-setup): New function.
10950 (tool-bar-mode): Use it.
10951
109522000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10953
10954 * net/net-utils.el (nslookup-font-lock-keywords)
10955 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10956 Only set if window-system is non-nil
10957 (net-utils-run-program): Returns buffer.
10958 (network-connection-reconnect): Added this function.
10959
10960 * generic.el:
10961 Incorporates extensive cleanup and docfixes by
10962 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10963 Uses cl compile-time macros.
10964 (generic-mode-name, generic-comment-list)
10965 (generic-keywords-list, generic-font-lock-expressions)
10966 (generic-mode-function-list, generic-mode-syntax-table):
10967 Removed variables.
10968 (generic-mode-alist): Renamed to generic-mode-list.
10969 (generic-find-file-regexp): Default changed to "^#".
10970 (generic-read-type): Uses completing read on generic-mode-list.
10971 (generic-mode-sanity-check): removed this function.
10972 (generic-add-to-auto-mode): Removed this function
10973 (generic-mode-internal): Bind mode-specific definitions
10974 into function instead of putting them in alist.
10975 (generic-mode-set-comments): Reworked extensively.
10976 (generic-mode-find-file-hook): Simplified regexp searching
10977 (generic-make-keywords-list): Omit extra pair of parens
10978
10979 * find-lisp.el (find-lisp-find-files-internal):
10980 Make sure directory name ends with "/".
10981
10982 * generic-x.el (apache-conf-generic-mode):
10983 Regexp now allows leading whitespace.
10984 (rc-generic-mode): Added eval-when-compile
10985 around generic-make-keywords-list.
10986 Deleted duplicate regexp
10987 (rul-generic-mode): Added eval-when-compile
10988 around generic-make-keywords-list.
10989 (etc-fstab-generic-mode): New generic mode.
10990 (rul-generic-mode): Removed one eval-when-compile
10991 which caused a max-specpdl-size exceeded error.
10992
109932000-10-04 Miles Bader <miles@gnu.org>
10994
10995 * simple.el (minibuffer-temporary-goal-position): New variable.
10996 (next-history-element): Try to keep the position of point in the
10997 input string constant.
10998
10999 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11000 (dired-do-create-files): If there's only one file, pass it in as
11001 the DEFAULT arg to dired-mark-read-file-name.
11002
110032000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11006 (diff-goto-source): Be smarter when choosing REVERSE or not.
11007
11008 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11009 (texinfo-mode-menu): Add an explicit shortcut for update all.
11010
110112000-10-03 Andre Spiegel <spiegel@gnu.org>
11012
11013 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11014 factorize backend-specific code cleanly (this was essentially
11015 conceived by Stefan Monnier).
11016 (vc-unregister): Function removed.
11017 (vc-revert-file): New function.
11018 (vc-revert-buffer): Delegate some of the work to it.
11019
11020 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11021 default branch unconditionally.
11022 (vc-rcs-set-default-branch): New function.
11023 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11024 (vc-rcs-checkin): If an appropriate default branch has been set,
11025 force creation of that branch.
11026 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11027 code (as suggested by Stefan Monnier).
11028
110292000-10-02 Gerd Moellmann <gerd@gnu.org>
11030
11031 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11032 highlighting overlay with a different face over the overlay
11033 isearch uses to highlight the current match because that can lead
11034 to bad face combinations.
11035
11036 * loadup.el (toplevel): Load faces before isearch.
11037
11038 * isearch.el (isearch-faces): New custom group.
11039 (isearch): New defface; was already tested for in the code.
11040 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11041 (isearch-highlight): Always use face `isearch'.
11042
110432000-10-02 Dave Love <fx@gnu.org>
11044
11045 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11046 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11047 comparison of opcode with operand.
11048
110492000-10-03 Miles Bader <miles@gnu.org>
11050
11051 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11052 buffer, since the echo area will now grow to accommodate them.
11053
110542000-10-02 Andre Spiegel <spiegel@gnu.org>
11055
11056 * vc-hooks.el (vc-registered): If FILE used to be registered under
11057 a certain backend, try that one first.
11058
11059 * vc.el (vc-responsible-backend): Undo the previous change in the
11060 argument list. Handle multiple backends correctly.
11061 (vc-find-new-backend): Function removed.
11062 (vc-register): Use vc-responsible-backend, as before.
11063 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11064
110652000-10-02 Gerd Moellmann <gerd@gnu.org>
11066
11067 * startup.el (fancy-splash-head): Change message below the
11068 logo.
11069
110702000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11071
11072 * diff-mode.el (diff-goto-source): Emit a status message.
11073 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11074 (diff-test-hunk): Fix doc string.
11075 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11076 (diff-advance-after-apply-hunk): New variable.
11077 (diff-apply-hunk): Don't return a value.
11078
110792000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11080
11081 * vc.el (vc-editable-p): Minor optimization.
11082 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11083 (vc-find-new-backend): New function split from vc-responsible-backend.
11084 (vc-register): Use it.
11085 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11086 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11087 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11088 (vc-clear-headers): Don't use find-file.
11089 (vc-revert-buffer): Use `and' again (must have been a braino).
11090 (vc-switch-backend): Only prompt if requested.
11091 Short circuit if nothing is to be done.
11092 Don't use vc-resynch-buffer which could lose unsaved editing.
11093 (vc-default-receive-file): Update call to vc-unregister.
11094 (with-vc-file, vc-next-action-on-file):
11095 Use vc-backend rather than vc-registered.
11096 (vc-next-action-on-file): Use intern-soft.
11097 Deal with read-only *vc-diff* buffer.
11098 (vc-transfer-file): Docstring fix.
11099
11100 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11101 (vc-rcs-receive-file): Avoid with-vc-properties.
11102 Update call to vc-unregister.
11103 Use constant `RCS' rather than (dynamically bound) var `backend'.
11104
111052000-10-01 Andre Spiegel <spiegel@gnu.org>
11106
11107 * vc.el (vc-next-action-on-file): Update mode line only if file
11108 is visited.
11109 (vc-start-entry): New argument initial-contents. Don't visit the file
11110 if it isn't already visited. Brought documentation up-to-date.
11111 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11112 (vc-checkin): New optional arg initial-contents, which is passed to
11113 vc-start-entry.
11114 (vc-finish-logentry): Make sure to bury log buffer only if there
11115 really is one. Call `vc-resynch-buffer' on log-file, not
11116 buffer-file-name.
11117 (vc-default-comment-history, vc-default-wash-log): New functions.
11118 (vc-index-of): Removed.
11119 (vc-transfer-file): Make do without the above.
11120 (vc-default-receive-file): Call comment-history unconditionally. Pass
11121 the resulting string to vc-checkin, instead of inserting it into the
11122 comment ring.
11123
11124 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11125 unconditionally. Use the comments as initial contents of the log
11126 entry buffer. Document the trick to force branch creation with no
11127 changes.
11128
111292000-10-01 Miles Bader <miles@gnu.org>
11130
11131 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11132 `recenter' with an arg to prevent redrawing the display.
11133
111342000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11135
11136 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11137
11138 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11139
11140 * progmodes/c-mode.el (c-mode):
11141 Don't gratuitously override the default for comment-column.
11142
11143 * textmodes/tex-mode.el (latex-metasection-list): New var.
11144 (latex-imenu-create-index): Use it.
11145 Move the regexp construction outside loops (and use push).
11146 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11147 (tex-font-lock-keywords): Moved from font-lock.el.
11148 (tex-comment-indent): Remove.
11149 (tex-common-initialization): Don't set comment-indent-function.
11150 (latex-block-default): New var.
11151 (tex-latex-block): Use it to provide a default choice.
11152 Add any unknown choice to latex-block-names.
11153 Insert [...] after {...}.
11154 (tex-last-unended-begin): Simplify regexp.
11155 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11156 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11157 (latex-mode): Set forward-sexp-function.
11158
11159 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11160 Add regexp for @ignore ... @end ignore.
11161 (texinfo-heading-face): New face.
11162 (texinfo-font-lock-keywords): Use it.
11163 (texinfo-mode-menu): New menu.
11164 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11165 New functions.
11166 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11167 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11168 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11169 Remove declaration.
11170 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11171
11172 * delsel.el (delete-selection-mode): Use define-minor-mode.
11173
11174 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11175
111762000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11177
11178 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11179
111802000-09-30 Gerd Moellmann <gerd@gnu.org>
11181
11182 * replace.el (keep-lines-read-args): New function.
11183 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11184 read arguments interactively. Add parameters RSTART and REND.
11185 Operate on the active region in Transient Mark mode.
11186
11187 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11188
11189 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11190 (authors-obsolete-files-regexps): New variable.
11191 (authors-add): Don't record changes in obsolete files.
11192
111932000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11194
11195 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11196
11197 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11198 (comment-indent): Make sure there's a space between code and comment.
11199 Shift comments left to avoid going past fill-column.
11200
112012000-09-29 Gerd Moellmann <gerd@gnu.org>
11202
11203 * startup.el (startup-echo-area-message): New function.
11204 (display-startup-echo-area-message): Use it.
11205 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11206 (fancy-splash-default-action): New function.
11207 (fancy-splash-screens-1): New function.
11208 (fancy-splash-head): Put a help-echo and a keymap under the image.
11209
112102000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11211
11212 * diff-mode.el (diff-add-log-file-name): Remove.
11213 (diff-mode): Use add-log-buffer-file-name-function.
11214
11215 * add-log.el (find-change-log): New arg BUFFER-FILE.
11216 (add-log-file-name): Obey add-log-file-name-function.
11217 (add-log-buffer-file-name-function): New var.
11218 (add-change-log-entry): Use it.
11219
112202000-09-29 Miles Bader <miles@gnu.org>
11221
11222 * image-file.el (image-file-name-extensions): New variable.
11223 (image-file-name-regexps): Renamed from `image-file-regexps'.
11224 New default value is nil. Call `auto-image-file-mode'.
11225 (image-file-name-regexp): New function.
11226 (auto-image-file-mode): New minor mode.
11227 (insert-image-file): Don't make conditional on the image-file
11228 handler being enabled.
11229 (image-file-handler): Make the call here conditional instead.
11230 (set-image-file-handler-enabled, enable-image-file-handler)
11231 (disable-image-file-handler): Functions removed.
11232
11233 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11234 string.
11235
112362000-09-29 Gerd Moellmann <gerd@gnu.org>
11237
11238 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11239 it's a function from CL.
11240 (latex-imenu-create-index): Replace eval-when-compile with progn
11241 because latex-section-alist is not bound while compiling.
11242
112432000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11244
11245 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11246 (outline-mode): Use define-derived-mode.
11247
11248 * progmodes/perl-mode.el (perl-mode):
11249 * progmodes/awk-mode.el (awk-mode):
11250 * progmodes/asm-mode.el (asm-mode):
11251 Don't gratuitously override the default for comment-column.
11252
11253 * emacs-lisp/lisp.el (lisp-complete-symbol):
11254 Distinguish the let-binding case from the funcall case.
11255 (forward-sexp-function): New variable.
11256 (forward-sexp): Use it.
11257
11258 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11259 (easy-mmode-defmap): Remove the now useless autoload.
11260
11261 * time.el (display-time-mode): Use define-minor-mode.
11262
11263 * subr.el (add-minor-mode): Don't eval NAME.
11264 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11265 Use if rather than cond.
11266
11267 * simple.el (read-expression-map): Define more properly.
11268 (comment-indent-hook): Remove.
11269 (string-to-syntax): Bug fix.
11270
11271 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11272 (cvs-ediff-diff): Fix typo.
11273 (cvs-revert-if-needed): Don't bother preserving read-only.
11274
11275 * paren.el (show-paren-mode): Use define-minor-mode.
11276
11277 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11278 (toggle-auto-compression): Remove.
11279 (jka-compr-build-file-regexp): Remove useless grouping.
11280
11281 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11282 Avoid user-reserved bindings.
11283 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11284 (diff-header-face): Revert to grey85.
11285
11286 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11287
11288 * complete.el (partial-completion-mode) <defcustom>: Remove.
11289 (partial-completion-mode): Use define-minor-mode.
11290 (PC-do-completion): Understand `completion-auto-help = delay'
11291 to mean to popup the completion buffer only the second time.
11292 (PC-include-file-all-completions, PC-include-file-all-completions)
11293 (PC-include-file-all-completions): Don't quote lambda.
11294
11295 * comint.el (comint-mode-hook): Docstring fix.
11296 (comint-mode): Use define-derived-mode.
11297 (comint-mode-map): Remove obsolete comment.
11298 (make-comint): Minor stylistic change.
11299 (comint-insert-clicked-input): Be more careful to find the overlay.
11300 Use this-command-keys rather than hardcoding mouse-2.
11301
11302 * font-lock.el: Replace confusing (,@ with ,
11303 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11304 Don't use regexp-opt-depth. Spice up the regexp for args.
11305 Don't distinguish between cmds that can take an opt arg or not.
11306 Use `append' and `prepend' rather than `keep'.
11307
11308 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11309 (latex-outline-regexp): New var.
11310 (latex-outline-level): New fun.
11311 (latex-section-alist): New var.
11312 (latex-imenu-create-index): Use it. Use `push' as well.
11313 (tex-shell-map): Initialize it properly.
11314 (tex-mode): Minor stylistic change.
11315 (plain-tex-mode): Use define-derived-mode.
11316 (latex-mode): Use define-derived-mode.
11317 Construct the paragraph regexps in a more readable way.
11318 Set the buffer-local outline-{level,regexp} vars.
11319 (slitex-mode): Derive from latex-mode.
11320 (tex-common-initialization): Don't kill-all-vars anymore.
11321 Add setting for comment-add and font-lock-defaults.
11322 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11323 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11324 (tex-start-tex): New arg DIR (and send a chdir command for it).
11325 Also display the shell buffer and save it in tex-last-buffer-texed.
11326 (tex-region): Use expand-file-name rather than concat.
11327 Remove code made useless by changes in tex-start-tex.
11328 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11329
11330 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11331
113322000-09-28 Dave Love <fx@gnu.org>
11333
11334 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11335
113362000-09-28 Gerd Moellmann <gerd@gnu.org>
11337
11338 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11339 `append'.
11340
113412000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11342
11343 * info.el (Info-extract-pointer): Undo last change.
11344 Instead, fix the position of the `bound' arg to re-search-backward.
11345
113462000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11347
11348 * info.el (Info-extract-pointer):
11349 Widen more carefully, to avoid finding pointers in other nodes.
11350 (Info-index): Use push.
11351
113522000-09-27 Gerd Moellmann <gerd@gnu.org>
11353
11354 * frame.el (set-frame-font): Remove call to obsolete function
11355 frame-update-faces.
11356 (set-foreground-color, set-background-color): Likewise for
11357 frame-update-face-colors.
11358
113592000-09-27 Miles Bader <miles@gnu.org>
11360
11361 * image-file.el: New file.
11362
113632000-09-27 Gerd Moellmann <gerd@gnu.org>
11364
11365 * frame.el (frame-notice-user-settings): Don't call
11366 frame-update-faces, which is a no-op now.
11367
11368 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11369 tool-bar-lines.
11370
113712000-09-27 Dave Love <fx@gnu.org>
11372
11373 * mouse.el: Fix last change.
11374
113752000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11376
11377 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11378
113792000-09-22 Kenichi Handa <handa@etl.go.jp>
11380
11381 * international/quail.el (quail-help): The output message is
11382 improved.
11383
113842000-09-26 Dave Love <fx@gnu.org>
11385
11386 * mouse.el (popup-menu): If POSITION is nil, set it using
11387 mouse-position.
11388
113892000-09-25 Sam Steingold <sds@gnu.org>
11390
11391 * net/browse-url.el (browse-url-file-url): Check for null maps.
11392
113932000-09-26 Gerd Moellmann <gerd@gnu.org>
11394
11395 * frame.el (frame-notice-user-settings): Don't add a
11396 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11397
11398 * frame.el (frame-notice-user-settings):
11399 Make tool-bar-mode and default-frame-alist consistent.
11400
11401 * toolbar/tool-bar.el (tool-bar-help): New function.
11402
114032000-09-25 Gerd Moellmann <gerd@gnu.org>
11404
11405 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11406 current-load-list in top-level forms. Else this leaks a cons cell
11407 every time a defun is called.
11408
11409 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11410
114112000-09-25 Dave Love <fx@gnu.org>
11412
11413 * startup.el (fancy-splash-head): Check XPM is available.
11414
11415 * autoinsert.el (auto-insert): Doc fix.
11416 (auto-insert-alist): Following GNU notices, don't say `copyright
11417 _by_'. Use line-beginning-position.
11418 (auto-insert): Check buffer-file-name is non-nil before use.
11419
114202000-09-25 Gerd Moellmann <gerd@gnu.org>
11421
11422 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11423 starting with `@def' or `@multitable', in addition to ones
11424 specified by the user in auto-fill-inhibit-regexp.
11425
114262000-09-25 Markus Rost <rost@math.ohio-state.edu>
11427
11428 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11429 rmail-dont-reply-to-names matches the empty string.
11430
114312000-09-25 Gerd Moellmann <gerd@gnu.org>
11432
11433 * startup.el (command-line-1, fancy-splash-text): Change the
11434 text to sound more friendly.
11435
114362000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11437
11438 * progmodes/hideshow.el: Update author email address.
11439 Generally, sync w/ maintainer version 5.22.
11440 (hs-hide-all-non-comment-function): New var.
11441 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11442 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11443 (hs-show-region): Delete this command.
11444 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11445
114462000-09-22 Dave Love <fx@gnu.org>
11447
11448 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11449 (hl-line-highlight): Specify buffer when moving overlay.
11450
11451 * progmodes/fortran.el (fortran-mode): Locally set
11452 normal-auto-fill-function.
11453 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11454 (fortran-mode-map): Adjust auto-fill menu entry.
11455
114562000-09-22 Gerd Moellmann <gerd@gnu.org>
11457
11458 * vc-rcs.el (toplevel): Require `vc' when compiling.
11459
11460 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11461
114622000-09-22 Andre Spiegel <spiegel@gnu.org>
11463
11464 * vc.el (vc-switch-backend): Signal an error if the file is not
11465 registered under the new backend.
11466
11467 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11468 without explicit revision number.
11469
114702000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11471
11472 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11473 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11474 (diff-xor): New function.
11475 (diff-find-source-location): Use it. Fix a stupid name clash.
11476 (diff-hunk-status-msg): New function.
11477 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11478 (diff-test-hunk): Use diff-find-source-location.
11479 (diff-goto-source): Favor the `reverse'.
11480 (diff-hunk-text): Properly handle one-sided context diffs.
11481 (diff-apply-hunk): When done, advance to the next hunk.
11482
114832000-09-21 Gerd Moellmann <gerd@gnu.org>
11484
11485 * startup.el (command-line): If frame was created with a non-zero
11486 tool-bar-lines parameter, switch tool-bar-mode on.
11487
11488 * add-log.el (change-log-date-face, change-log-name-face)
11489 (change-log-email-face, change-log-file-face)
11490 (change-log-list-face, change-log-conditionals-face)
11491 (change-log-function-face, change-log-acknowledgement-face):
11492 New faces, inheriting from font-lock faces.
11493 (change-log-font-lock-keywords): Use them.
11494
114952000-09-21 Dave Love <fx@gnu.org>
11496
11497 * progmodes/cperl-mode.el (top-level): Clean up
11498 `eval-when-compile's and assorted defvars.
11499 (cperl-invalid-face): Don't double-quote value. Change custom
11500 type.
11501 (cperl-mode): Set normal-auto-fill-function and don't zap
11502 auto-fill-function.
11503 (cperl-imenu--function-name-regexp-perl): Renamed from
11504 imenu-example--function-name-regexp-perl.
11505 (cperl-imenu--create-perl-index): Renamed from
11506 imenu-example--create-perl-index.
11507 (cperl-xsub-scan): Don't require cl.
11508
11509 * msb.el (msb-mode-map): Use substitute-key-definition.
11510 (msb-mode): Use msb-mode-map.
11511
115122000-09-21 Andre Spiegel <spiegel@gnu.org>
11513
11514 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11515 New functions.
11516 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11517 (vc-switch-backend): New function.
11518 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11519 (vc-register): Fix prompt.
11520 (vc-unregister, vc-default-unregister): New functions.
11521 (vc-version-diff): Handle empty buffer in sentinel.
11522
11523 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11524 (vc-rcs-state-heuristic): Use it to guess the state of files with
11525 non-strict locking.
11526 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11527 been set with -b, but not created yet.
11528 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11529 contents in order to find the state.
11530 (vc-rcs-checkin): Allow creation of branches with no changes.
11531 (vc-rcs-unregister, vc-rcs-receive-file)
11532 (vc-rcs-set-non-strict-locking): New functions.
11533
11534 * vc-hooks.el (vc-name): Force correct computation of the value
11535 in case it is missing.
11536
115372000-09-21 Gerd Moellmann <gerd@gnu.org>
11538
11539 * startup.el (fancy-splash-tail): Use a different foreground
11540 color on a dark frame background.
11541
115422000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11543
11544 * info.el: Use the correct capitalization when making Info-mode
11545 and Info-edit-mode `special' modes.
11546
115472000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11548
11549 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11550 (diff-mode): Add support for add-log.el.
11551 (diff-hunk-text): Use char offsets rather than line offsets.
11552 (diff-find-source-location): Replace LINE with line-offset (nil
11553 if not found) and always set POS to a meaningful position.
11554 Adapt to the new char-offsets.
11555 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11556 Adapt to the new diff-find-source-location.
11557 (diff-goto-source): Adapt to the new diff-find-source-location.
11558
11559 * add-log.el (add-log-file-name): New function (split out of
11560 add-change-log-entry).
11561 (add-change-log-entry): Use it.
11562 Call add-log-file-name-function with the changelog file name if
11563 the current buffer is not associated with any file.
11564 Avoid find-file if the selected window is dedicated.
11565
11566 * diff-mode.el (diff-find-source-location):
11567 Move code from diff-apply-hunk. Return buffer rather than file.
11568 (diff-apply-hunk): Use the new result from diff-find-source-location.
11569 (diff-goto-source): Use the new diff-find-source-location.
11570
115712000-09-20 Dave Love <fx@gnu.org>
11572
11573 * iswitchb.el: Some doc fixes.
11574 (iswitchb-mode-map): Define completely initially. Inherit
11575 minibuffer-local-map.
11576 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11577 fundamental-mode.
11578 (iswitchb-global-map): New variable.
11579 (iswitchb-summaries-to-end): Amalgamate regexps.
11580 (iswitchb-mode): New.
11581 (iswitchb-mode-hook): New variable.
11582 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11583 `extensions'.
11584
115852000-09-20 Gerd Moellmann <gerd@gnu.org>
11586
11587 * ehelp.el (electric-help): New defgroup.
11588 (electric-help-shrink-window): New user-option.
11589 (with-electric-help): Use it.
11590
11591 * window.el (shrink-window-if-larger-than-buffer): If face
11592 `mode-line' has a :box, and we're on a graphical frame, add 1
11593 to the needed window height.
11594
11595 * frame.el (frame-notice-user-settings): Add a last parameter nil
11596 to a call to `append', because the last list passed to `append' is
11597 not copied, and so subsequent calls to assq-delete-all will modify
11598 default-frame-alist.
11599
11600 * startup.el (fancy-splash-image): Change :type.
11601 (fancy-splash-head): Use an XBM image if appropriate.
11602 (command-line-1): Show splash screens in more cases.
11603
11604 * startup.el (fancy-splash-text): Don't quote faces.
11605
11606 * dired.el (dired-font-lock-keywords): Undo last change.
11607 (dired-readin): Bind indent-tabs-mode to nil.
11608
11609 * startup.el (fancy-splash-head): If frame's background mode
11610 is `dark', change the black background of the image to gray.
11611 (fancy-splash-screens): Display startup echo area message.
11612 (display-startup-echo-area-message): New function.
11613
116142000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11615
11616 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11617
11618 * info.el (info-header-node): Tweak for color ttys.
11619
11620 * faces.el (face-valid-attribute-values): Make sure directories we
11621 search for stipples both exist and are readable before trying to
11622 search them.
11623
11624 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11625 in the dry-run case.
11626
11627 * jka-compr.el (with-auto-compression-mode): New macro.
11628
11629 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11630 (custom-group-tag-face, custom-variable-tag-face): Use relative
11631 :height and inherit from `variable-pitch' face instead of
11632 hardwiring :family.
11633 * hi-lock.el (hi-black-hb): Likewise.
11634
11635 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11636 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11637 toolbar-add-item, if image doesn't have a mask add a `:mask
11638 heuristic'.
11639
116402000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11641
11642 * diff-mode.el: Docstring fixes.
11643 (diff-header-face, diff-comment-face): New faces.
11644 (diff-font-lock-keywords): Highlight a bit differently.
11645 (diff-find-source-location): Don't return SPAN any more.
11646 (diff-hunk-text): Don't bother erasing the temp buffer.
11647 (diff-find-text): Drop argument LINE.
11648 (diff-apply-hunk): Update calls to diff-find-text.
11649 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11650
11651 * calendar/calendar.el: Docstring fixes.
11652 (calendar-make-alist): Don't quote lambda.
11653 (calendar-star-date): Use make-local-variable.
11654
116552000-09-19 Dave Love <fx@gnu.org>
11656
11657 * toolbar/tool-bar.el: Renamed from toolbar.el.
11658 Change `toolbar' to `tool-bar' generally in symbols.
11659 Make some items invisible in `special' major modes.
11660 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11661 Add arg PROPS.
11662
11663 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11664 Add :version here.
11665 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11666
116672000-09-19 Gerd Moellmann <gerd@gnu.org>
11668
11669 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11670
11671 * files.el (find-file-suppress-same-file-warnings): New user-option.
11672 (find-file-noselect): Use it.
11673
11674 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11675 (fancy-splash-screen): Defgroup.
11676
11677 * add-log.el (change-log-font-lock-keywords): Match names
11678 more exactly for the case that font-lock-constant-face is
11679 underlined.
11680
116812000-09-19 Richard M. Stallman <rms@gnu.org>
11682
11683 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11684
116852000-09-19 Andre Spiegel <spiegel@gnu.org>
11686
11687 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11688
116892000-09-19 Gerd Moellmann <gerd@gnu.org>
11690
11691 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11692 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11693 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11694 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11695 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11696 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11697 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11698 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11699 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11700 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11701 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11702 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11703
11704 * startup.el (fancy-splash-text): New variable.
11705 (fancy-splash-delay, fancy-splash-image): New user-options.
11706 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11707 (fancy-splash-screens): New functions.
11708 (command-line-1): If display has a `display' frame parameter, has
11709 colors, and we have XPM support, show more fancy splash screens.
11710
117112000-09-19 Dave Love <fx@gnu.org>
11712
11713 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11714 with null `help'. Use modern backquote syntax.
11715
117162000-09-19 Gerd Moellmann <gerd@gnu.org>
11717
11718 * font-lock.el (font-lock-mode): Change message telling the user
11719 that ``the buffer is too big''.
11720
11721 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11722 for instance for the case that tab-width is 2.
11723
117242000-09-18 Gerd Moellmann <gerd@gnu.org>
11725
11726 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11727 toolbar-add-item, if image doesn't have a mask add a `:mask
11728 heuristic'.
11729
117302000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11731
11732 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11733 and return a cons if it's non-nil.
11734 (diff-apply-hunk): Try to jump to the line in the source text
11735 corresponding to the position of point in the in the hunk.
11736
11737 * info.el (Info-title-3-face, Info-title-2-face)
11738 (Info-title-1-face): Use face inheritance and relative sizes
11739 instead of hard-wiring things.
11740
11741 * faces.el (secondary-selection): Make dark-background variant sane.
11742
117432000-09-16 Andrew Innes <andrewi@gnu.org>
11744
11745 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11746 read-only, since they aren't under VC now.
11747
117482000-09-17 Dave Love <fx@gnu.org>
11749
11750 * tmm.el: Replace mapcar with mapc in several places.
11751
11752 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11753 ad-unadvise.
11754
11755 * international/latin1-disp.el: New file.
11756
11757 * calendar/cal-move.el (scroll-calendar-left)
11758 (scroll-calendar-right): Make arg optional (for active mode line).
11759
11760 * calendar/calendar.el (calendar-mode-line-format): Make fields
11761 mouse-sensitive.
11762 (calendar-read-date, calendar-read-date, calendar-window-list):
11763 Unquote lambda.
11764 (calendar-month-name): Use aref, not sref.
11765
11766 * view.el (minor-mode-alist): Propertize the string.
11767
11768 * international/characters.el (standard-case-table): Add entries
11769 for Greek.
11770
117712000-09-18 Miles Bader <miles@gnu.org>
11772
11773 * info.el (info-node, info-xref): Add dark-background variants.
11774
11775 * faces.el (header-line): Change defaults to be less confusing
11776 when mixed with mode-lines.
11777
11778 * info.el (Info-fontify-node): Make a few cleanups.
11779 Add extra `help-echo' and `local-map' props to node xrefs.
11780 Use header-specific faces for node-names & xrefs.
11781 (Info-use-header-line): New variable.
11782 (info-header-xref, info-header-node): New faces.
11783 (Info-setup-header-line): New function.
11784 (Info-select-node): Call Info-setup-header-line when enabled.
11785 (Info-extract-pointer): Work even if the header line is hidden.
11786 (Info-header-line): New variable.
11787
117882000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11789
11790 * vms-patch.el (print-region-function): Don't quote lambda.
11791
11792 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11793
11794 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11795 (lm-get-header-re): Allow spaces between the header and the colon.
11796 (lm-header): Allow $ in non-RCS headers.
11797 (lm-header-multiline): Put the strings back into order.
11798 Stop at an empty line. Don't require two space chars if the
11799 line is clearly not another header line.
11800
11801 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11802 (popup-menu-popup): Remove.
11803
118042000-09-15 Gerd Moellmann <gerd@gnu.org>
11805
11806 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11807 specification if or if not tool-bar item contains an `:enabled'
11808 property.
11809
11810 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11811 current buffer has no file name.
11812
118132000-09-15 Dave Love <fx@gnu.org>
11814
11815 * strokes.el: Sync with maintainer's current version with changes
11816 for Emacs, but avoid runtime cl and levents.
11817 (toplevel): Change autoloads and compilation requires.
11818 (strokes-version, strokes-bug-address, strokes-lift): Values
11819 changed.
11820 (strokes-xpm-header, strokes-insinuated): New variable.
11821 (strokes): Add :link.
11822 (strokes-mode): Customized.
11823 (strokes-while-inhibiting-garbage-collector): New macro.
11824 (strokes-remassoc): Avoid remove-if.
11825 (strokes-fix-button2-command): Don't use ad-do-it.
11826 (strokes-insinuate): New function.
11827 (strokes-button-press-event-p, strokes-button-release-event-p):
11828 New functions, used instead of non-`strokes-' versions..
11829 (strokes-mouse-event-p): Rewritten.
11830 (strokes-event-closest-point): Avoid event-point.
11831 (strokes-get-grid-position): Avoid cdadr, caadr
11832 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11833 functions.
11834 (strokes-help): Use with-output-to-temp-buffer.
11835 (strokes-window-configuration-changed-p): New function.
11836 (strokes-update-window-configuration): Use buffer-live-p,
11837 strokes-window-configuration-changed-p.
11838 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11839 (strokes-char-face): New face.
11840 (strokes-char-table, strokes-base64-chars): New variable.
11841 (strokes-xpm-for-stroke, strokes-list-strokes)
11842 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11843 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11844 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11845 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11846 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11847 functions.
11848
118492000-09-15 Gerd Moellmann <gerd@gnu.org>
11850
11851 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11852
11853 * image.el (create-image): Doc fix.
11854
11855 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11856 instead of `:heuristic-mask t'.
11857
118582000-09-14 Andrew Innes <andrewi@gnu.org>
11859
11860 * makefile.w32-in: Revert to Unix line endings.
11861
118622000-09-14 Andrew Innes <andrewi@gnu.org>
11863
11864 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11865 when installing.
11866
11867 * makefile.nt (DONTCOMPILE): Fix typo.
11868
11869 * shell.el (shell-write-history-on-exit): New function.
11870 (shell-dumb-shell-regexp): New custom variable.
11871 (shell-mode): Make shell-write-history-on-exit the process
11872 sentinel if shell name matches shell-dumb-shell-regexp.
11873
11874 * w32-fns.el: Comment out before-init-hook function which resets
11875 source-directory based; this breaks bootstrap.
11876
118772000-09-14 Dave Love <fx@gnu.org>
11878
11879 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11880 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11881 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11882 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11883 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11884 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11885 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11886 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11887 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11888
11889 * toolbar/toolbar.el: New.
11890
11891 * subdirs.el: Add toolbar.
11892
118932000-09-14 Gerd Moellmann <gerd@gnu.org>
11894
11895 * indent.el (indent-for-tab-command): Doc fix.
11896
118972000-09-14 Alex Schroeder <alex@gnu.org>
11898
11899 * ansi-color.el (ansi-colors): Doc change.
11900 (ansi-color-get-face): Simplified regexp.
11901 (ansi-color-faces-vector): Added more faces, doc change.
11902 (ansi-color-names-vector): Doc change.
11903 (ansi-color-regexp): Simplified regexp.
11904 (ansi-color-parameter-regexp): New regexp.
11905 (ansi-color-filter-apply): Doc change.
11906 (ansi-color-filter-region): Doc change.
11907 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11908 deal with zero length parameters.
11909 (ansi-color-apply-on-region): Doc change.
11910 (ansi-color-map): Doc change.
11911 (ansi-color-map-update): Removed debugging message.
11912 (ansi-color-get-face-1): Added condition-case to trap
11913 args-out-of-range errors.
11914 (ansi-color-get-face): Doc change.
11915 (ansi-color-make-face): Removed.
11916 (ansi-color-for-shell-mode): New option.
11917
119182000-09-13 Kenichi Handa <handa@etl.go.jp>
11919
11920 * international/quail.el (quail-start-translation): Translate KEY
11921 if necessary even if it doesn't have any mapping in the current
11922 input method.
11923 (quail-start-conversion): Likewise.
11924 (quail-help): The output message is improved.
11925
119262000-09-13 Miles Bader <miles@gnu.org>
11927
11928 * comint.el (comint-output-filter): Revert to using
11929 `insert-before-markers'. Add bletcherous hack to undo damage
11930 caused by `insert-before-markers'. Put `front-sticky' property on
11931 overlays created here so that the field code understands how the
11932 overlay works. Use a let when making comint-last-prompt-overlay,
11933 so that the code is easier to read.
11934
119352000-09-13 Dave Love <fx@gnu.org>
11936
11937 * wid-edit.el (widget-default-format-handler): DTRT when
11938 doc-property is a function.
11939
119402000-09-12 Francesco Potorti` <pot@gnu.org>
11941
11942 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11943 filed name if it's not there.
11944
119452000-09-12 Dave Love <fx@gnu.org>
11946
11947 * simple.el (read-mail-command): Doc fix.
11948 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11949
11950 * vc.el (vc-dired-listing-switches): Fix :version.
11951
11952 * vc-hooks.el: Doc fixes.
11953
11954 * subr.el (add-minor-mode): Use toggle-fun arg.
11955
11956 * speedbar.el: Add :version to several defcustoms.
11957
11958 * imenu.el (imenu--truncate-items, imenu--cleanup)
11959 (imenu--generic-function): Avoid mapcar.
11960 (imenu--replace-spaces): Function removed.
11961 (imenu--completion-buffer): Use subst-char-in-string.
11962 (imenu-add-to-menubar): Use keymap inheritance.
11963
119642000-09-12 Miles Bader <miles@gnu.org>
11965
11966 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11967 (diff-mode-map): Bind `diff-test-hunk'.
11968 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11969
119702000-09-11 Gerd Moellmann <gerd@gnu.org>
11971
11972 * bytecomp.el (byte-compile-defvar): Undo last change
11973 because it breaks '(make-variable-buffer-local (defvar ...)'
11974 which is used at least in dired.
11975
119762000-09-12 Kenichi Handa <handa@etl.go.jp>
11977
11978 * international/quail.el (quail-define-package): Docstring
11979 modified.
11980
119812000-09-12 Kenichi Handa <handa@etl.go.jp>
11982
11983 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11984 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11985 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11986 docstring of "chinese-py".
11987
11988 * international/quail.el (quail-translation-docstring): New
11989 variable.
11990 (quail-show-keyboard-layout): Docstring modified.
11991 (quail-select-current): Likewise.
11992 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11993 infinite recursive call.
11994 (quail-help): Check quail-translation-docstring. Format of the
11995 output changed.
11996 (quail-help-insert-keymap-description): Adjusted for the above
11997 change.
11998
119992000-09-11 Gerd Moellmann <gerd@gnu.org>
12000
12001 * bytecomp.el (byte-compile-defvar): Only cons onto
12002 current-load-list in top-level forms. Else this leaks a cons cell
12003 every time a defun is called.
12004
120052000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12006
12007 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12008 Now understands non-unified diffs. Some functionality moved into
12009 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12010 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12011 modify anything. Only reposition point in the patched file if the
12012 patch succeeds. Only pop up another window if POPUP is true.
12013 Emit a message describing what happened if successful, and at what
12014 line-offset. Automatically detect reversed hunks and do something
12015 appropriate.
12016 (diff-hunk-text, diff-find-text): New functions.
12017 (diff-filter-lines): Function removed.
12018 (diff-test-hunk): New function.
12019 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12020
120212000-09-10 Dave Love <fx@gnu.org>
12022
12023 * textmodes/tildify.el: Minor doc/commentary fixes.
12024 (tildify) <defgroup>: Add :version.
12025
12026 * faces.el (face-x-resources): Make custom type more specific.
12027 (frame-background-mode): Use mapc.
12028 (region) <defcustom>: Add :version.
12029
120302000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12031
12032 * vc-sccs.el (vc-sccs-register):
12033 * vc-rcs.el (vc-rcs-register):
12034 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12035 * vc.el (vc-register): Clear file's properties.
12036
120372000-09-08 Gerd Moellmann <gerd@gnu.org>
12038
12039 * faces.el (face-spec-set): Only face-spec-reset-face when
12040 ATTRS is non-nil.
12041
120422000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12043
12044 * help.el (help-insert-xref-button): Fix a typo in doc string.
12045
120462000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12047
12048 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12049 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12050 methods.
12051
12052 * menu-bar.el (read-mail-item-name): New function.
12053 (menu-bar-tools-menu): Use it to compute and display the package
12054 used to read email.
12055 (menu-bar-tools-menu): Fix typo in GUD's help string.
12056
120572000-09-07 Dave Love <fx@gnu.org>
12058
12059 * diff-mode.el (diff-mouse-goto-source): New function.
12060
12061 * vc-sccs.el: Doc fixes.
12062 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12063
12064 * vc-rcs.el: Doc fixes.
12065 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12066 (vc-rcs-checkout-switches, vc-rcs-header)
12067 (vc-rcs-master-templates): Add or change :version.
12068
12069 * vc-cvs.el: Doc fixes.
12070 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12071 (vc-cvs-stay-local): Add :version.
12072
12073 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12074
120752000-09-07 Kenichi Handa <handa@etl.go.jp>
12076
12077 * international/quail.el (quail-help): Fix previous change.
12078
120792000-09-07 Gerd Moellmann <gerd@gnu.org>
12080
12081 * faces.el (color-values): Doc fix.
12082
12083 * faces.el (frame-set-background-mode): Use frame-parameter
12084 instead of frame-parameters.
12085
12086 * frame.el (filtered-frame-list): Reduce consing.
12087 (frames-on-display-list): Call frame-parameter instead of
12088 frame-parameters.
12089
120902000-09-07 Kenichi Handa <handa@etl.go.jp>
12091
12092 * language/devan-util.el (devanagari-to-indian-region): In the
12093 loop, change the following char, not preceding char.
12094
120952000-09-07 Gerd Moellmann <gerd@gnu.org>
12096
12097 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12098 instead of frame-parameters.
12099
12100 * faces.el (set-face-attribute): Simplify by calling
12101 internal-set-lisp-face-attribute with FRAME being 0.
12102
12103 * vc.el: Remove `Id' version control keyword.
12104
121052000-09-07 Kenichi Handa <handa@etl.go.jp>
12106
12107 * help.el (help-make-xrefs): Adjusted for the change of
12108 help-xref-mule-regexp.
12109 (help-insert-xref-button): New function.
12110
12111 * international/mule-cmds.el (help-xref-mule-regexp-template):
12112 Include the pattern for character set.
12113 (leim): New group.
12114
12115 * international/quail.el: Don't require face.
12116 (quail): New group.
12117 (quail-other-command): Dummy command to make quail-help work better.
12118 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12119 (quail-keyboard-layout-substitution): New variable.
12120 (quail-update-keyboard-layout): New function.
12121 (quail-keyboard-layout-type): New customizable variable.
12122 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12123 (quail-keyboard-translate): Pay attention to
12124 quail-keyboard-layout-substitution.
12125 (quail-insert-kbd-layout): New function.
12126 (quail-show-keyboard-layout): New function.
12127 (quail-get-translation): If the definition is a vector of length
12128 1, and the element is a string of length 1, return the character
12129 in that string.
12130 (quail-update-current-translations): Fix the case of
12131 relative-index out of range.
12132 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12133 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12134 Show key sequences for all available characters.
12135 (quail-help-insert-keymap-description): Don't show such verbose
12136 key bindings as quail-self-insert-command.
12137
12138 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12139 Format changed, and each element now have extra documentations.
12140 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12141 Adjusted for the change of quail-cxterm-package-ext-info.
12142
121432000-09-06 Gerd Moellmann <gerd@gnu.org>
12144
12145 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12146 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12147 during bootstrap.
12148
121492000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12150
12151 * vc.el: (toplevel): Don't require `dired' at run-time.
12152 (vc-dired-resynch-file): Remove autoload cookie.
12153
121542000-09-05 Andre Spiegel <spiegel@gnu.org>
12155
12156 * vc.el: Made several backend functions optional.
12157 (vc-default-responsible-p): New function.
12158 (vc-merge): Use RET for first version to trigger merge-news, not
12159 prefix arg.
12160 (vc-annotate): Handle backends that do not support annotation.
12161 (vc-default-merge-news): Removed. The existence of a merge-news
12162 implementation is now checked on caller sites.
12163
12164 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12165 case.
12166
12167 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12168 special case that has been removed from the default in vc-hooks.el.
12169
121702000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12171
12172 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12173
121742000-09-05 Andre Spiegel <spiegel@gnu.org>
12175
12176 * vc-hooks.el: Require vc during compilation.
12177 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12178 macro `with-vc-properties' in vc.el.
12179 (vc-file-getprop): Doc fix.
12180 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12181
12182 * vc.el: Require dired-aux during compilation.
12183 (vc-name-assoc-file): Moved to vc-sccs.el.
12184 (with-vc-properties): New macro.
12185 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12186 vc-finish-steal): Use it.
12187 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12188 to the backend-specific function is now supposed to do the checkout,
12189 too.
12190 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12191
12192 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12193 set file properties; that gets done in the generic code now.
12194
12195 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12196 Changed parameter list, added code from vc.el that does the
12197 checkout, possibly with a double-take.
12198
12199 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12200 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12201 the above under the new name.
12202 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12203 parameter list, added checkout command.
12204 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12205 properties; that gets done in the generic code now.
12206
122072000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12208
12209 * vc.el: Docstring fixes (courtesy of checkdoc).
12210
122112000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12212
12213 * vc.el (vc-checkout-writable-buffer-hook)
12214 (vc-checkout-writable-buffer): Remove.
12215 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12216 (vc-log-mode): Make it into a clean derived major mode.
12217 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12218 vc-log-mode if log-edit is not available.
12219 (vc-dired-mode-map): Don't set-keymap-parent yet.
12220 (vc-dired-mode): Do set-keymap-parent here.
12221 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12222
122232000-09-05 Gerd Moellmann <gerd@gnu.org>
12224
12225 * faces.el (set-face-attribute, face-spec-reset-face)
12226 (face-spec-set): Avoid consing by removing calls to `apply'.
12227
12228 * frame.el (frame-parameter): Move to C code.
12229
122302000-09-05 Dave Love <fx@gnu.org>
12231
12232 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12233 insert-before-markers-and-inherit. Now checked systematically!
12234
122352000-09-05 Alex Schroeder <alex@gnu.org>
12236
12237 * sql.el (sql-postgres): Use sql-postgres-options.
12238 (sql-postgres-options): New variable.
12239
122402000-09-05 Alex Schroeder <alex@gnu.org>
12241
12242 * sql.el (sql-mode-menu): Work around missing variable mark-active
12243 in XEmacs.
12244 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12245 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12246 compatibility.
12247
122482000-09-04 Gerd Moellmann <gerd@gnu.org>
12249
12250 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12251
12252 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12253
12254 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12255
122562000-09-04 Andre Spiegel <spiegel@gnu.org>
12257
12258 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12259 don't support anything else under SCCS yet.
12260
12261 * vc-hooks.el: Minor doc fixes.
12262
122632000-09-04 Andre Spiegel <spiegel@gnu.org>
12264
12265 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12266 not necessary. If verbose in state `needs-patch', do the same as
12267 under `up-to-date'. When NOT verbose and `needs-patch', check out
12268 latest version instead of `merge-news'.
12269 (vc-next-action-dired): Don't mess with default-directory here; it
12270 breaks other parts of dired. It is the job of the
12271 backend-specific functions to adjust it temporarily if they need it.
12272 (vc-next-action): Remove a special CVS case.
12273 (vc-clear-headers): New optional arg FILE.
12274 (vc-checkin, vc-checkout): Set properties vc-state and
12275 vc-checkout-time properly.
12276 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12277 (vc-print-log): Use new backend function `show-log-entry'.
12278 (vc-cancel-version): Do the checks in a different order. Added a
12279 FIXME concerning RCS-only code.
12280
12281 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12282 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12283
12284 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12285
12286 * vc-hooks.el (vc-default-mode-line-string): Show state
12287 `needs-patch' as a `-' too.
12288
122892000-09-04 Andre Spiegel <spiegel@gnu.org>
12290
12291 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12292 (vc-default-could-register): New function.
12293 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12294 (vc-resynch-buffer): Call vc-dired-resynch-file.
12295 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12296 vc-resynch-buffer instead of vc-resynch-window.
12297 (vc-next-action-dired): Don't redisplay here, that gets done as a
12298 result of the individual file operations.
12299 (vc-retrieve-snapshot): Corrected prompt order.
12300
12301 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12302
12303 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12304 as well.
12305 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12306 hostname regexps. Updated all callers.
12307 (vc-cvs-responsible-p): Handle directories as well.
12308 (vc-cvs-could-register): New function.
12309 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12310 properties up-to-date.
12311
12312 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12313 user whether to create one.
12314
123152000-09-04 Andre Spiegel <spiegel@gnu.org>
12316
12317 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12318 check out a non-existing file.
12319
12320 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12321 workfile does not exist.
12322
12323 * vc.el (vc-version-diff): Use `require' to check for existence of
12324 diff-mode.
12325
123262000-09-04 Andre Spiegel <spiegel@gnu.org>
12327
12328 * vc-cvs.el (vc-cvs-registered): Use new function
12329 vc-cvs-parse-entry to do the actual work.
12330
123312000-09-04 Andre Spiegel <spiegel@gnu.org>
12332
12333 * vc-hooks.el (vc-find-backend-function): If function doesn't
12334 exist, return nil instead of error.
12335 (vc-call-backend): Doc fix.
12336
12337 * vc.el (vc-do-command): Doc fix.
12338 (vc-finish-logentry): When checking in from vc-dired, choose the
12339 right backend for logentry check.
12340 (vc-dired-mode-map): Inherit from dired-mode-map.
12341 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12342 simplified.
12343 (vc-dired-state-info): Removed, updated caller.
12344 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12345 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12346 (vc-dired-listing-switches): New variable.
12347 (vc-directory): Use it, instead of dired-listing-switches.
12348
12349 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12350 (vc-cvs-dir-state): New function.
12351 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12352 (vc-cvs-parse-entry): New function, also to be used in
12353 vc-cvs-registered.
12354
123552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12356
12357 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12358 *or* single-window-frames.
12359
123602000-09-04 Andre Spiegel <spiegel@gnu.org>
12361
12362 * vc.el (vc-update-changelog): Split into generic part and default
12363 implementation. Doc string adapted.
12364 (vc-default-update-changelog): New function. Call the `rcs2log'
12365 script in exec-directory, to fix a long-standing nuisance.
12366
12367 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12368 simply signals an error.
12369
123702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12371
12372 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12373 control-flow more clear and to avoid running `cvs' twice.
12374
12375 * vc.el (vc-next-action-on-file): Doc fix.
12376 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12377 (vc-print-log): Eval `file' before constructing the continuation.
12378
123792000-09-04 Andre Spiegel <spiegel@gnu.org>
12380
12381 * vc.el (vc-next-action-on-file): Corrected several messages.
12382 (vc-merge): Add prefix arg `merge-news'; handle it.
12383
12384 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12385 is not reached. It is.
12386 (vc-cvs-merge): Set state to 'edited after merge.
12387 (vc-cvs-merge-news): Set workfile version to nil if not known.
12388 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12389
12390 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12391 via stdout. (Merge from main line.)
12392
123932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12394
12395 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12396 detection.
12397
123982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12399
12400 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12401 against kill-all-local-variables.
12402 (vc-log-edit): Don't save vc-parent-buffer any more.
12403 (vc-last-comment-match): Initialize to an empty string.
12404 (vc-post-command-functions): New hook.
12405 (vc-do-command): Run it.
12406 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12407 (vc-finish-logentry): Only add the comment to the ring if it's
12408 different from the last comment entered.
12409 (vc-new-comment-index): New function.
12410 (vc-previous-comment): Use it. Make the minibuffer message
12411 slightly less terse.
12412 (vc-comment-search-reverse): Make it work forward as well. Don't
12413 set vc-comment-ring-index if no match is found. Use
12414 vc-new-comment-index.
12415 (vc-comment-search-forward): Use vc-comment-search-reverse.
12416 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12417 define-derived-mode will do it for us. Bind `v' to a keymap that
12418 inherits from vc-prefix-map so that we can bind `vt' without
12419 binding C-x v t.
12420 (vc-retrieve-snapshot): Parenthesis typo.
12421
12422 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12423 to 1. Make sure to switch to *vc* before looking for an error
12424 message. Use vc-parse-buffer.
12425
124262000-09-04 Andre Spiegel <spiegel@gnu.org>
12427
12428 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12429 and NAME.
12430 (vc-retrieve-snapshot): Split into two parts.
12431 (vc-default-retrieve-snapshot): New function.
12432
12433 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12434 (vc-cvs-retrieve-snapshot): New function (untested).
12435 (vc-cvs-stay-local): Default to t.
12436 (vc-cvs-remote-p): New function and property.
12437 (vc-cvs-state): Stay local only if the above is t.
12438 (vc-handle-cvs): Removed.
12439 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12440 done via vc-handled-backends now.
12441 (vc-cvs-header): Escape Id.
12442
124432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12444
12445 * vc.el (vc-do-command): Remove unused commands.
12446 (vc-version-diff): Make sure default-directory ends with a slash.
12447 Move the window commands into a vc-exec-after.
12448 (vc-print-log): Move more of the code into the `vc-exec-after'.
12449
124502000-09-04 Andre Spiegel <spiegel@gnu.org>
12451
12452 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12453 (vc-print-log): Search current revision from beginning of buffer.
12454 (vc-revert-buffer): Clear echo area after the diff is finished.
12455 (vc-prefix-map): Removed definition of "t" for terse display in vc
12456 dired.
12457 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12458 definition of "vt" for terse display.
12459 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12460
124612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12462
12463 * vc.el (vc-exec-after): Avoid caddr.
12464
124652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12466
12467 * vc.el (vc-exec-after): New function.
12468 (vc-do-command): Use it to add a termination message for async
12469 procs.
12470 (vc-checkout): Try to handle a missing-backend situation.
12471 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12472 of a directory with a backend using async diffs.
12473 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12474 present.
12475
12476 * vc-sccs.el (vc-sccs-state-heuristic): Use
12477 file-ownership-preserved-p.
12478
12479 * vc-rcs.el (vc-rcs-state-heuristic): Use
12480 file-ownership-preserved-p.
12481 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12482
124832000-09-04 Andre Spiegel <spiegel@gnu.org>
12484
12485 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12486 vc-do-command.
12487
12488 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12489 when there are no changes.
12490
124912000-09-04 Andre Spiegel <spiegel@gnu.org>
12492
12493 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12494
12495 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12496
124972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12498
12499 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12500
12501 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12502 the `fset' outside of the defvar so that it works even if
12503 vc-prefix-map was already defined.
12504 (vc-setup-buffer): New function, split out of vc-do-command.
12505 (vc-do-command): Allow BUFFER to be t to mean `just use the
12506 current buffer without any fuss'.
12507 (vc-version-diff): Change the `diff' backend operation to just put
12508 the diff in the current buffer without erasing it. Always use
12509 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12510 shrink-window-if-larger-than-buffer.
12511 (vc-print-log): Change the `print-log' backend operation to just
12512 put the log in the current buffer without erasing it. Protect
12513 shrink-window-if-larger-than-buffer.
12514 (vc-update-change-log): Fix setd typo.
12515
12516 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12517 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12518
12519 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12520 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12521 CMP.
12522
12523 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12524 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12525 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12526
125272000-09-04 Andre Spiegel <spiegel@gnu.org>
12528
12529 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12530 not possible, use vc-BACKEND-workfile-unchanged-p.
12531 (vc-default-workfile-unchanged-p): New function. Delegates to a
12532 full vc-BACKEND-diff.
12533
12534 * vc-hooks.el (vc-simple-command): Removed.
12535
12536 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12537 instead of vc-simple-command.
12538 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12539 avoid doing a diff when opening a file.
12540 (vc-rcs-state): Added check for unlocked-changes.
12541 (vc-rcs-header): Escape Id.
12542 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12543 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12544 version.
12545
12546 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12547 (vc-sccs-diff): Remove optional arg CMP.
12548 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12549 SCCS-specific function.
12550
12551 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12552 vc-simple-command.
12553
125542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12555
12556 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12557 (with-vc-file, vc-merge): Use vc-editable-p.
12558 (vc-do-command): Remove unused var vc-file and fix the
12559 doubly-defined `status' var. Add a user message when starting an
12560 async command.
12561 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12562 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12563 Use with-current-buffer.
12564 (vc-buffer-sync): Use unless.
12565 (vc-next-action-on-file): If the file is 'edited by read-only,
12566 make it read-write instead of trying to commit.
12567 (vc-version-diff, vc-update-change-log): Use `setq
12568 default-directory' rather than `cd'.
12569 (vc-log-edit): Don't forget to set default-directory in the
12570 buffer.
12571
12572 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12573 (vc-sccs-state-heuristic): Use file-writable-p instead of
12574 comparing userids.
12575 (vc-sccs-checkout): Use `unless'.
12576
12577 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12578 of comparing userids.
12579 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12580 Simplify the logic by eliminating unreachable code.
12581 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12582 just do a recursive call if we need to retry.
12583 (vc-rcs-checkout): Handle the case where rcs is missing by making
12584 the buffer read-write if requested and re-signalling the error.
12585
12586 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12587
125882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12589
12590 * vc-hooks.el (vc-handled-backends): Docstring change.
12591 (vc-ignore-vc-files): Mark obsolete.
12592 (vc-registered): Check vc-ignore-vc-files.
12593 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12594 vc-ignore-vc-files.
12595
12596 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12597
125982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12599
12600 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12601 files since ange-ftp already has vc-registered return nil.
12602
12603 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12604 (vc-sccs-workfile-version): Use with-temp-buffer and new
12605 vc-parse-buffer and don't bother setting the property.
12606 (vc-sccs-add-triple): Use with-current-buffer and
12607 find-file-noselect.
12608 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12609
12610 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12611 derives from the old vc-parse-buffer but uses the revision number
12612 rather than the date (much easier to compare robustly).
12613 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12614 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12615 locking-user more directly. Check strict locking and set
12616 checkout-model appropriately.
12617 (vc-rcs-parse-locks): Remove.
12618 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12619 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12620 (vc-rcs-system-release): Use with-current-buffer and
12621 vc-parse-buffer.
12622 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12623
12624 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12625 (vc-simple-command): Docstring fix.
12626 (vc-registered): Align the way the file-handler is called with the
12627 way the function itself works.
12628 (vc-file-owner): Remove.
12629
12630 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12631 extraction of fields and call to file-attributes because of a
12632 temporary bug in rcp.el.
12633 (vc-cvs-fetch-status): Use with-current-buffer.
12634
126352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12636
12637 * vc.el (vc-do-command): Use file-relative-name.
12638 (vc-responsible-backend): Use vc-backend if possible.
12639 (vc-create-snapshot): Improve the `interactive' spec. Add support
12640 for branches and dispatch to backend-specific `create-snapshot'.
12641 (vc-default-create-snapshot): New function, containing the bulk of
12642 the old vc-create-snapshot.
12643 (vc-retrieve-snapshot): Improve the interactive spec.
12644
12645 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12646 (vc-backend-hook-functions): Remove.
12647 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12648 (vc-backend): Reintroduce the test for `file = nil' now that I
12649 know why it was there (and added a comment to better remember).
12650
12651 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12652 code from vc-sccs-hooks.el.
12653 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12654 'vc anymore.
12655 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12656 and file-directory-p instead of file-exists-p.
12657 (vc-sccs-check-headers): Simplify the regexp.
12658
12659 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12660 from vc-rcs-hooks.el. Don't require 'vc anymore.
12661 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12662 file-directory-p instead of file-exists-p.
12663
12664 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12665 from vc-cvs-hooks.el.
12666 (proto vc-cvs-registered): Require 'vc-cvs instead of
12667 'vc-cvs-hooks. Don't require 'vc anymore.
12668 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12669 file-directory-p instead of file-exists-p.
12670 (vc-cvs-create-snapshot): New function, replacing
12671 vc-cvs-assign-name.
12672 (vc-cvs-assign-name): Remove.
12673
126742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12675
12676 * vc-cvs.el (vc-cvs-header): New var.
12677
12678 * vc-rcs.el (vc-rcs-exists): Remove.
12679 (vc-rcs-header): New var.
12680
12681 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12682 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12683 (vc-sccs-header): New var.
12684
12685 * vc.el (vc-do-command): Get rid of the `last' argument.
12686 (vc-header-alist): Remove, replaced by vc-X-header.
12687 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12688 (vc-dired-hook): Use expand-file-name instead of concat.
12689 (vc-directory): Use file-name-as-directory.
12690 (vc-snapshot-precondition, vc-create-snapshot)
12691 (vc-retrieve-snapshot): Allow the command to operate on any
12692 directory.
12693
12694 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12695 just removing the 'WORKFILE argument or by removing the 'MASTER
12696 argument and replacing `file' with (vc-name file).
12697
126982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12699
12700 * vc.el: Update Copyright and add a crude list of backend funs.
12701 (vc-writable-p): New function.
12702 (with-vc-file): Use vc-writable-p.
12703 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12704 (vc-register): Avoid vc-name.
12705 (vc-locking-user): Remove.
12706 (vc-steal-lock): Make the `owner' arg non-optional.
12707 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12708 vc-checkout-model.
12709 (vc-default-dired-state-info): Use vc-state instead of
12710 vc-locking-user and return special strings for special states.
12711 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12712 and get rid of one of the special CVS cases.
12713 (vc-cancel-version): prettify error message with \\[...].
12714 (vc-rename-master): New function.
12715 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12716 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12717 the CVS special case generic.
12718 (vc-default-record-rename): Remove.
12719 (vc-file-tree-walk-internal): Only call FUNC for files that are
12720 under control of some VC backend and replace `concat' with
12721 expand-file-name.
12722 (vc-file-tree-walk): Update docstring.
12723 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12724 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12725
12726 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12727 vc-sccs-record-rename. Use `find-file-noselect' rather than
12728 `find-file' and call `vc-rename-master' to do the actual move.
12729 (vc-sccs-diff): Remove unused `backend' variable.
12730
12731 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12732 to delay loading of vc-sccs until it is really used.
12733 (vc-sccs-master-templates): Preload.
12734 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12735 (vc-sccs-project-dir): Remove (merged into
12736 vc-sccs-search-project-dir).
12737 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12738 rather than `concat', make sure it is preloaded and don't bother
12739 to check that the file actually exists.
12740 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12741 `locks' argument (use buffer's content instead) and eliminate n^2
12742 behavior.
12743
12744 * vc-rcs.el: Update Copyright.
12745 (vc-rcs-rename-file): New function.
12746 (vc-rcs-diff): Remove unused `backend' variable.
12747
12748 * vc-hooks.el: Update Copyright.
12749 (vc-backend): Don't accept a nil argument any more.
12750 (vc-up-to-date-p): Turn into a defsubst.
12751 (vc-possible-master): New function.
12752 (vc-check-master-templates): Use `vc-possible-master' and allow
12753 funs in vc-X-master-templates to return a non-existent file.
12754
12755 * vc-cvs.el: Update Copyright.
12756 (vc-cvs-diff): Remove unused `backend' variable.
12757 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12758
12759 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12760
127612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12762
12763 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12764 since it can be called from vc-rcs.el.
12765 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12766
127672000-09-04 Andre Spiegel <spiegel@gnu.org>
12768
12769 * vc.el (vc-version-diff): Expand file name read from the
12770 minibuffer. Handle the case when a previous version number can't
12771 be guessed. Give suitable messages when there were no differences
12772 found.
12773 (vc-clear-headers): Call backend-specific implementation, if one
12774 exists.
12775 (vc-cancel-version): Made error checks generic. When done, clear
12776 headers generically, too.
12777
12778 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12779 from vc-clear-headers in vc.el.
12780
12781 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12782 correctly.
12783 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12784 optional. Handle the case when it's not there.
12785
127862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12787
12788 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12789
127902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12791
12792 * vc-hooks.el (vc-loadup): Remove.
12793 (vc-find-backend-function): Use `require'. Also, handle the case
12794 where vc-BACKEND-hooks.el doesn't exist.
12795 (vc-call-backend): Cleanup.
12796
127972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12798
12799 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12800 vc-rcs-grab-templates)
12801 (vc-rcs-registered): Remove. The default function works as well.
12802 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12803 vc-sccs-grab-templates)
12804 (vc-sccs-registered): Remove. The default function works as well.
12805
12806 * vc.el (vc-version-diff): Left out a vc- in call to
12807 vc-call-backend.
12808 (vc-default-dired-state-info, vc-default-record-rename)
12809 (vc-default-merge-news): Update for the new backend argument.
12810
12811 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12812 using the default function.
12813 (vc-call-backend): If calling the default function, pass it the
12814 backend as first argument. Update the docstring accordingly.
12815 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12816 for the new backend argument.
12817 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12818 (vc-find-backend-function): Use the new name.
12819 (vc-default-registered): New function.
12820
128212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12822
12823 * vc.el (vc-merge): Use vc-find-backend-function.
12824
12825 * vc-hooks.el (vc-backend-functions): Remove.
12826 (vc-loadup): Don't setup 'vc-functions.
12827 (vc-find-backend-function): New function.
12828 (vc-call-backend): Use above fun and populate 'vc-functions
12829 lazily.
12830 (vc-backend-defines): Remove.
12831
128322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12833
12834 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12835 Call vc-call-backend without the leading vc-.
12836 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12837 (vc-check-headers): Call vc-call-backend without the leading vc-.
12838 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12839 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12840 Call vc-call-backend without the leading vc-.
12841
12842 * vc-cvs.el (tail): Provide vc-cvs.
12843 * vc-sccs.el (tail): Provide vc-sccs.
12844 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12845
12846 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12847 (vc-make-backend-function, vc-call): Pass names without leading
12848 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12849 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12850 (vc-call-backend): Always try to load vc-X-hooks.
12851 (vc-registered): Remove vc- in call to vc-call-backend.
12852
128532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12854
12855 * vc.el (vc-process-filter): New function.
12856 (vc-do-command): Setup `vc-process-filter' for the async process.
12857 (vc-maybe-resolve-conflicts): New function to reduce
12858 code-duplication. Additionally, it puts the buffer in
12859 `smerge-mode' if applicable.
12860 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12861 calling `merge-news'.
12862 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12863 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12864 interfacing to log-edit.el.
12865 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12866 log-edit is available.
12867 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12868
128692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12870
12871 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12872 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12873 defvar and the initialization.
12874 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12875
12876 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12877 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12878
12879 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12880
128812000-09-04 Andre Spiegel <spiegel@gnu.org>
12882
12883 * vc.el (vc-file-clear-masterprops): Removed.
12884 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12885 (vc-version-diff): Use buffer-size without argument.
12886 (vc-register): Heed vc-initial-comment.
12887
12888 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12889 default branch.
12890
12891 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12892 file name and workfile version.
12893 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12894
12895 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12896 vc-file-clear-masterprops.
12897
12898 * vc-sccs.el (vc-sccs-checkout): Removed call to
12899 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12900 rather than user login name.
12901
12902
129032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12904
12905 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12906 `want-differences-if-changed' and simplify.
12907 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12908 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12909 output (which is invalid for async vc-diff) to decide whether to
12910 do the revert silently or not.
12911
129122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12913
12914 * vc-hooks.el (vc-loadup): Load files quietly.
12915 (vc-call-backend): Oops, brain fart.
12916
129172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * vc-cvs.el (vc-cvs-state): Typo.
12920 (vc-cvs-merge-news): Return the status code rather than the error msg.
12921
129222000-09-04 Andre Spiegel <spiegel@gnu.org>
12923
12924 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12925 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12926 vc-state or vc-up-to-date-p.
12927 (vc-merge): Use vc-backend-defines to check whether merging is
12928 possible. Set state to 'edited after successful merge.
12929
12930 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12931 return that name. Redocumented.
12932
129332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12934
12935 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12936 new `vc-state' semantics.
12937 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12938 'vc-locking-user to the current user.
12939 (vc-merge): Inline vc-backend-merge. Comment out code that I
12940 don't understand and hence can't adapt to the new `vc-state' and
12941 `vc-locking-user' semantics.
12942 (vc-backend-merge): Remove.
12943
12944 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12945 rather than 'vc-locking-user.
12946
12947 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12948
12949 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12950 (vc-state): Don't use 'reserved any more. Just use the same
12951 convention as the one used for vc-<backend>-state where the
12952 locking user (as a string) is returned.
12953 (vc-locking-user): Update, based on the above convention. The
12954 'vc-locking-user property has disappeared.
12955 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12956
12957 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12958 with a heuristic one.
12959 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12960 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12961 error. That allows us to get to 'needs-merge even in the
12962 stay-local case. There's still no way to detect 'needs-patch in
12963 such a setup (or to force an update for that matter).
12964 (vc-cvs-logentry-check): Remove, the default works as well.
12965
129662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12967
12968 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12969
12970 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12971 major-mode in which the buffer might have been put earlier. Use
12972 `remove' and `when'. Allow `okstatus' to be `async' and use
12973 `start-process' in this case.
12974 (vc-version-diff): Handle the case where the diff looks empty
12975 because of the use of an async process.
12976
129772000-09-04 Andre Spiegel <spiegel@gnu.org>
12978
12979 * vc.el (vc-next-action-on-file): Removed optional parameter
12980 `simple'. Recompute state unconditionally.
12981 (vc-default-toggle-read-only): Removed.
12982
12983 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12984 (vc-toggle-read-only): Undid prev change.
12985
12986 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12987 vc-cvs-simple-toggle. Redocumented.
12988 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12989 (vc-cvs-toggle-read-only): Removed.
12990
129912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12992
12993 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12994 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12995 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12996 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12997 still is. So maybe it should be removed.
12998 (vc-head-version, vc-find-binary): Remove.
12999 (vc-recompute-state): Move from vc-hooks.el.
13000 (vc-next-action-on-file): Add a `simple' argument to allow
13001 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13002 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13003 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13004 (vc-dired-mode-map): Properly defvar it.
13005 (vc-print-log): Call log-view-mode if available.
13006 (small-temporary-file-directory): defvar instead of use boundp.
13007 (vc-merge-news): Moved to vc-cvs.el.
13008 (vc-default-merge-news): New function.
13009
13010 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13011 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13012 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13013 unknown `vc-latest-version' function. It should probably refer to
13014 vc-workfile-version or somesuch, but it's very unclear to me and I
13015 don't have SCCS to test things.
13016
13017 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13018 (vc-sccs-state-heuristic): Fix typo.
13019 (vc-sccs-workfile-unchanged-p): Add missing argument.
13020
13021 * vc-rcs.el: Require vc and vc-rcs-hooks.
13022 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13023 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13024 (vc-release-greater-or-equal-p): Move from vc.
13025 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13026 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13027 (vc-rcs-checkout): Add a missing `new-version' argument in the
13028 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13029
13030 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13031 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13032 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13033 than the apparently unbound `workfile-version'.
13034
13035 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13036 (vc-file-prop-obarray): Use `make-vector'.
13037 (vc-backend-functions): Add new hookable functions
13038 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13039 (vc-loadup): If neither backend nor default functions exist, use
13040 the backend function rather than nil.
13041 (vc-call-backend): If the function if not bound yet, try to load
13042 the non-hook file to see if it provides it.
13043 (vc-call): New macro plus use it wherever possible.
13044 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13045 nor `vc-find-binary' since it's only called from
13046 vc-mistrust-permission which is only used once the backend is known.
13047 (vc-checkout-model): Fix parenthesis.
13048 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13049
13050 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13051 (vc-cvs-release, vc-cvs-system-release): Remove.
13052 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13053 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13054 status symbols.
13055 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13056 (vc-cvs-toggle-read-only): First cut at a function to allow a
13057 cvs-status-free vc-toggle-read-only.
13058 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13059 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13060 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13061 (vc-cvs-checkout): Modify access rights directly if the user
13062 requested not to use `cvs edit'. And refresh the mode line.
13063
13064 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13065 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13066
130672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13068
13069 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13070 workfile' that got lost when the code was extracted from vc.el.
13071 And merged the tail with the rest of the code (not possible in the
13072 old vc.el where the tail was shared among all backends). And
13073 explicitly set the state to 'edited if `writable' is set.
13074
13075 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13076 (vc-cvs-state): Be careful to return the value from
13077 vc-cvs-parse-state.
13078 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13079 property but return it instead. Also be careful to handle a nil
13080 or "" `rev' when workfile is non-nil (it was handled properly when
13081 workfile was nil).
13082
13083 * vc.el: Removed those pesky unnecessary `(function' quotes.
13084 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13085 directly in the defvar.
13086 (vc-do-command): Bind inhibit-read-only so as to properly handle
13087 the case where the destination buffer has been made read-only.
13088 (vc-diff): Delegate to vc-version-diff in all cases.
13089 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13090 (vc-annotate-mode-variables): Removed (code moved partly to
13091 defvars and partly to vc-annotate-add-menu).
13092 (vc-annotate-mode): Turned into a derived-mode.
13093 (vc-annotate-add-menu): Moved in code in
13094 vc-annotate-mode-variables.
13095 (vc-update-change-log): Use make-temp-file if available.
13096
130972000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13098
13099 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13100 `vc-checkout-model' updated to `vc-cvs-update-model'.
13101
131022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13103
13104 * vc.el (vc-next-action-on-file): Added handling of state
13105 `unlocked-changes'.
13106 (vc-checkout-carefully): Is now practically obsolete, unless the
13107 above is too slow to be enabled unconditionally.
13108 (vc-update-change-log): Fixed typo.
13109
13110 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13111
13112 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13113 Now handles state `unlocked-changes'.
13114 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13115
13116 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13117
13118 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13119 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13120 `unlocked-changes'.
13121 (vc-rcs-workfile-unchanged-p): Renamed from
13122 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13123 function yet, but supposed to become one soon.
13124
13125 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13126 `vc-steal-lock'.
13127 (vc-call-backend): Changed error message.
13128 (vc-state): Added description of state `unlocked-changes'.
13129
131302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13131
13132 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13133 always return t in CVS-controlled directories.
13134
13135 * vc.el (vc-responsible-backend): New function.
13136 (vc-register): Largely rewritten.
13137 (vc-admin): Removed (implementation moved into vc-register).
13138 (vc-checkin): Redocumented.
13139 (vc-finish-logentry): If no backend defined yet (because we are in
13140 the process of registering), use the responsible backend.
13141
13142 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13143 Updated function lists.
13144 (vc-call-backend): Fixed typo.
13145
13146 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13147 New functions.
13148 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13149 Removed query option. Redocumented.
13150
131512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13152
13153 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13154
13155 * vc.el: Updated callers of `vc-checkout-required' to use
13156 `vc-checkout-model'.
13157
131582000-09-04 Martin Lorentzson <martinl@gnu.org>
13159
13160 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13161 stuff updated to reference this function instead of the old
13162 `vc-backend-release-p'.
13163
131642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13165
13166 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13167 vc-checkout-model. Return appropriate values. Updated callers.
13168
131692000-09-04 Martin Lorentzson <martinl@gnu.org>
13170
13171 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13172 (vc-backend-revert): Function moved into `vc-revert';
13173 `vc-next-action' must be updated to accomodate this change.
13174 (vc-backend-steal): Function moved into `vc-finish-steal'.
13175 (vc-backend-logentry-check): Function moved into
13176 `vc-finish-logentry'.
13177 (vc-backend-printlog): Function moved into `vc-print-log'.
13178 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13179 (vc-backend-assign-name): Function moved into
13180 `vc-create-snapshot'.
13181
131822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13183
13184 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13185 Rename to vc-checkout-model. Return appropriate values.
13186 Update callers.
13187
13188 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13189 to vc-checkout-model.
13190 (vc-checkout-required): Rename to vc-checkout-model.
13191 Re-implement and re-comment.
13192 (vc-after-save): Use vc-checkout-model.
13193
131942000-09-04 Martin Lorentzson <martinl@gnu.org>
13195
13196 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13197 Update to use the vc-BACKEND-diff functions instead.
13198 `vc-diff' is now working.
13199
13200 * vc-rcs.el (vc-rcs-logentry-check): New function.
13201
13202 * vc-cvs.el (vc-cvs-logentry-check): New function.
13203
13204 * vc-sccs.el (vc-sccs-diff): Function changed name from
13205 `vc-backend-diff'. This makes `vc-diff' work.
13206
13207 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13208 of functions possibly implemented in a vc-BACKEND library.
13209 (vc-checkout-required): Fix bug that caused an error to be
13210 signaled during `vc-after-save'.
13211
13212 * vc.el: Fix typo.
13213 This checkin is made with our new VC code base for the very first time.
13214 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13215
13216 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13217 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13218
13219 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13220 updated to `vc-uses-locking'.
13221 (vc-checkout-required): Call to backend function.
13222 `vc-checkout-required' updated to `vc-uses-locking' instead.
13223
13224 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13225 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13226
13227 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13228 to match the split into various backends.
13229 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13230 (vc-retrieve-snapshot): Bug fix.
13231
132322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13233
13234 * vc-sccs.el (vc-sccs-release): Doc fix.
13235
132362000-09-04 Martin Lorentzson <martinl@gnu.org>
13237
13238 * vc.el (vc-next-action-on-file): Bug found and fixed.
13239 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13240 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13241
13242 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13243 (vc-rcs-checkout): Name space cleaned up. No more revision number
13244 crunching function names that are not prefixed with vc-rcs.
13245 (vc-rcs-checkout-model): Function added. References to
13246 `vc-checkout-model' replaced.
13247
132482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13249
13250 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13251 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13252 still need to be split, and implemented for RCS).
13253
132542000-09-04 Martin Lorentzson <martinl@gnu.org>
13255
13256 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13257
13258 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13259 required by the vc.el file.
13260
13261 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13262 required by the vc.el file.
13263 (vc-rcs-exists): Function added.
13264
13265 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13266 required by the vc.el file.
13267
13268 * vc.el (vc-admin): Updated to handle selection of appropriate
13269 backend. Current implementation is crufty and need re-thinking.
13270
13271 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13272
132732000-09-04 Martin Lorentzson <martinl@gnu.org>
13274
13275 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13276 beginning of annotate buffers correctly.
13277
13278 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13279 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13280 functionality updated quite a lot to support multiple backends.
13281 Variables `vc-annotate-mode', `vc-annotate-buffers',
13282 `vc-annotate-backend' added.
13283
13284 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13285 `vc-annotate-difference' added to supported backend functions.
13286
132872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13288
13289 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13290 Use with-temp-file instead of /bin/sh. Merged from mainline
13291
132922000-09-04 Martin Lorentzson <martinl@gnu.org>
13293
13294 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13295
13296 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13297
13298 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13299
133002000-09-04 Martin Lorentzson <martinl@gnu.org>
13301
13302 * vc-hooks.el: vc-state-heuristic added to
13303 vc-backend-hook-functions.
13304
13305 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13306
13307 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13308
13309 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13310 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13311 state to `reserved'.
13312
13313 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13314 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13315
133162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13317
13318 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13319 untouched.
13320
13321 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13322
13323 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13324 if defined. (Merged from main line, slightly adapted.)
13325
13326 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13327 millenium problem (merged from mainline).
13328
133292000-09-04 Martin Lorentzson <martinl@gnu.org>
13330
13331 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13332 part and moved the non-BACKEND stuff to vc.el.
13333
13334 * vc.el: Split the annotate feature into a BACKEND specific part
13335 and moved it from the vc-cvs.el file to this one.
13336
133372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13338
13339 * vc-hooks.el: Implement new state model.
13340 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13341 (vc-locking-user): Simplify. Now only needed if the file is
13342 locked by somebody else.
13343 (vc-lock-from-permissions): Remove. Functionality is in
13344 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13345 (vc-mode-line-string): New name for former vc-status. Adapted.
13346 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13347
13348 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13349 Various simplifications and adaptations all over the place.
13350
13351 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13352 Simplify and adapt the rest.
13353
13354 * vc.el (vc-resynch-window): Add TODO comment: check for
13355 interaction with view mode according to recent RCS change.
13356 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13357
133582000-09-04 Martin Lorentzson <martinl@gnu.org>
13359
13360 * vc.el: Convert the remaining function comments to docstrings.
13361
133622000-09-04 Martin Lorentzson <martinl@gnu.org>
13363
13364 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13365 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13366 (vc-minor-part, vc-previous-version): Functions that operate and
13367 compare revision numbers got proper documentation. Comments added
13368 about their possible removal.
13369
133702000-09-04 Martin Lorentzson <martinl@gnu.org>
13371
13372 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13373 the vc-backend.el files.
13374
13375 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13376
13377 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13378 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13379 (vc-rcs-previous-version): Functions added.
13380
13381 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13382
13383 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13384
133852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13386
13387 * vc-hooks.el (vc-master-templates): Is really obsolete.
13388 Comment out the definition for now. What is the right procedure
13389 to get rid of it?
13390 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13391 rewritten.
13392 (vc-default-registered): Remove.
13393 (vc-check-master-templates): New function; does mostly what the
13394 above did before.
13395 (vc-locking-user): Don't rely on the backend to set the property.
13396
13397 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13398 Rewrite documentation.
13399 (vc-rcs-templates-grabbed): New variable.
13400 (vc-rcs-grab-templates): New function.
13401 (vc-rcs-registered): Rewrite to use above mechanism.
13402
13403 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13404 Rewrite documentation.
13405 (vc-sccs-templates-grabbed): New variable.
13406 (vc-sccs-grab-templates): New function.
13407 (vc-sccs-registered): Rewrite to use above mechanism.
13408 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13409 Don't throw the result, simply return it.
13410
13411 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13412 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13413 (vc-cvs-registered): Does the check itself now. Simplify.
13414
13415 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13416 from main line.
13417
134182000-09-04 Martin Lorentzson <martinl@gnu.org>
13419
13420 * vc-cvs.el (vc-cvs-diff): New function.
13421
13422 * vc-sccs.el (vc-sccs-diff): New function.
13423
13424 * vc-rcs.el (vc-rcs-diff): New function.
13425 (vc-rcs-checkout): Bug (typo) found and fixed.
13426 (vc-rcs-register-switches): New variable.
13427
13428 * vc.el (vc-backend-diff): Function removed and placed in the
13429 backend files.
13430
134312000-09-04 Martin Lorentzson <martinl@gnu.org>
13432
13433 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13434
13435 * vc.el (vc-backend-checkout): Function removed and replaced in
13436 the vc-backend.el files.
13437
13438 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13439
13440 * vc.el (vc-backend-admin): Removed and replaced in the
13441 vc-backend.el files.
13442
13443 * vc.el (Martin): Removed all the annotate functionality since it
13444 is CVS backend specific.
13445
134462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13447
13448 * spec.txt: Added specification of vc-state.
13449
13450 * vc-sccs-hooks.el (vc-sccs-master-properties):
13451 Remove handling of vc-latest-version and
13452 vc-your-latest-version. What used to be vc-latest-version, is now
13453 returned as vc-workfile-version.
13454 (vc-sccs-workfile-version): Adapt.
13455
134562000-09-04 Dave Love <fx@gnu.org>
13457
13458 * vc.el: [Merged from mainline.]
13459 (vc-dired-mode): Make the dired-move-to-filename-regexp
13460 regexp match the date, to avoid treating date as file size.
13461 Add YYYY S option to WESTERN/
13462
134632000-09-04 Dave Love <fx@gnu.org>
13464
13465 * vc.el: Require `compile' when compiling.
13466 (vc-logentry-check-hook): New option.
13467 (vc-steal-lock): Use compose-mail.
13468 (vc-dired-mode-map): Defvar when compiling.
13469 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13470 vc-sccs.el and renamed. Callers changed.
13471 (vc-backend-checkout, vc-backend-logentry-check)
13472 (vc-backend-merge-news): Doc fix.
13473 (vc-default-logentry-check): New function.
13474 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13475 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13476 (vc-backend-merge): Doc fix. Use backend functions.
13477 (vc-check-headers): Use backend functions.
13478
13479 * vc-cvs.el: Require vc when compiling.
13480 (vc-cvs-register-switches): Doc fix.
13481 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13482 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13483 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13484 New functions (code from vc.el).
13485 (vc-annotate-display-default): Fix interactive spec.
13486 (vc-annotate-time-span): Doc fix.
13487
13488 * vc-rcs.el: Require vc when compiling.
13489 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13490 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13491 (vc-rcs-checkin): New functions (code from vc.el).
13492 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13493 Doc fix.
13494 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13495
13496 * vc-sccs.el: Require vc when compiling.
13497 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13498 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13499 (vc-sccs-revert)
13500 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13501 from vc.el).
13502 (vc-sccs-add-triple, vc-sccs-record-rename)
13503 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13504 (vc-sccs-admin): Doc fix.
13505
135062000-09-04 Martin Lorentzson <martinl@gnu.org>
13507
13508 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13509 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13510 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13511 from vc.el.
13512
13513 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13514
13515 * vc-cvs.el: Moved the annotate functionality from vc.el.
13516 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13517
135182000-09-04 Dave Love <fx@gnu.org>
13519
13520 * vc.el (vc-backend-release): Call vc-system-release.
13521
13522 * vc-sccs.el (vc-sccs-system-release):
13523 Renamed from vc-sccs-backend-release.
13524
13525 * vc-rcs.el (vc-rcs-system-release):
13526 Renamed from vc-rcs-backend-release.
13527
13528 * vc-cvs.el (vc-cvs-system-release):
13529 Renamed from vc-cvs-backend-release.
13530
135312000-09-04 Dave Love <fx@gnu.org>
13532
13533 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13534 backend files.
13535 (vc-backend-release): Dispatch to backend functions.
13536 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13537 probably needs attention.]
13538
13539 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13540 (vc-sccs-backend-release): New function.
13541
13542 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13543 (vc-cvs-backend-release): New function.
13544
13545 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13546 Doc fix.
13547 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13548 (vc-default-dired-state-info): New function.
13549 (vc-dired-state-info): Dispatch to backends.
13550 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13551
13552 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13553 from vc.el and renamed.
13554
135552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13556
13557 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13558 (vc-version-other-window, vc-backend-assign-name): Removed
13559 references to vc-latest-version; sometimes changed into
13560 vc-workfile-version.
13561
13562 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13563 vc-rcs-master-workfile-version.
13564 (vc-rcs-workfile-version): Use the above. Don't call
13565 vc-latest-version (that was unreachable code, anyway).
13566 (vc-rcs-fetch-master-properties): Doc fix.
13567
13568 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13569 (vc-backend-hook-functions): Removed them from this list, too.
13570 (vc-fetch-properties): Removed.
13571 (vc-workfile-version): Doc fix.
13572
13573 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13574 (vc-rcs-workfile-version, vc-rcs-locking-user)
13575 (vc-rcs-uses-locking): Use it.
13576
13577 * vc-hooks.el (vc-consult-rcs-headers):
13578 Moved into vc-rcs-hooks.el, under the name
13579 vc-rcs-consult-headers.
13580
13581 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13582 headers.
13583 (vc-cvs-find-master): Use this name only; correct different
13584 versions of the name.
13585
13586 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13587 New functions.
13588 (vc-sccs-locking-user): Use the latter.
13589
13590 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13591 New functions.
13592
13593 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13594 Moved into both
13595 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13596 functions are implementation details of those two backends.
13597
135982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13599
13600 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13601 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13602
13603 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13604 (vc-sccs-parse-locks): SCCS-specific code moved here from
13605 vc-hooks.
13606
13607 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13608 code moved here from vc-hooks.
13609
13610 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13611 into back-end specific parts and removed. Callers not updated
13612 yet; because I guess these callers will disappear into back-end
13613 specific files anyway.
13614
136152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13616
13617 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13618 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13619 `vc-uses-locking'.
13620
13621 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13622 Store yes/no in the property, and return t/nil. Updated all
13623 callers.
13624
13625 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13626 vc-sccs-uses-locking. Don't set property.
13627 (vc-sccs-locking-user): Don't set property.
13628
13629 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13630 vc-cvs-uses-locking. Don't set property here; leave that to
13631 vc-hooks.
13632 (vc-cvs-locking-user): Reflect above change. Streamlined.
13633
13634 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13635 vc-rcs-uses-locking.
13636 (vc-rcs-locking-user): Reflect above change.
13637
136382000-09-04 Dave Love <fx@gnu.org>
13639
13640 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13641
13642 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13643
13644 * vc-hooks.el (vc-checkout-model): Punt to backends.
13645
13646 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13647
13648 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13649
13650 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13651 New functions.
13652
13653 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13654 New functions.
13655
13656 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13657 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13658
13659 * vc-hooks.el (vc-default-locking-user): New function.
13660 (vc-locking-user, vc-workfile-version): Punt to backends.
13661
136622000-09-04 Dave Love <fx@gnu.org>
13663
13664 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13665 (vc-master-workfile-version): Moved from vc-hooks.
13666
13667 * vc-rcs-hooks.el: Fix duplicate code in last change.
13668
13669 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13670 (vc-rcs-master-templates): Improve :type.
13671 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13672 vc-master-workfile-version): Moved from vc-hooks.
13673
13674 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13675 (vc-sccs-master-templates): Improve :type.
13676 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13677
13678 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13679
13680 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13681 (vc-cvs-master-templates): Improve :type. Use
13682 vc-cvs-find-cvs-master.
13683 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13684 from vc-hooks.
13685 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13686
13687 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13688 Moved to vc-cvs-hooks.
13689
13690 * vc-hooks.el: Add doc strings in various places. Simplify the
13691 minor mode setup.
13692 (vc-handled-backends): New user variable.
13693 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13694 simplification.
13695
136962000-09-04 Dave Love <fx@gnu.org>
13697
13698 * vc.el: Some doc fixes for autoloaded and interactive functions.
13699 Fix compilation warnings from ediff stuff.
13700 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13701
13702 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13703
13704 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13705
13706 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13707
137082000-09-04 Dave Love <fx@gnu.org>
13709
13710 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13711 New variable.
13712 (vc-make-backend-function, vc-loadup, vc-call-backend)
13713 (vc-backend-defines): New functions.
13714
13715 * vc-hooks.el: Various doc fixes.
13716 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13717 (vc-match-substring): Function removed. Callers changed to use
13718 match-string.
13719 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13720 Simplify.
13721
137222000-09-04 Dave Love <fx@gnu.org>
13723
13724 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13725 type.
13726 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13727 (vc-sccs-registered): Doc fix.
13728
13729 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13730 (vc-cvs-registered): Doc fix.
13731
13732 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13733 (vc-rcs-registered): Doc fix.
13734
137352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13736
13737 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13738
13739 * vc-hooks.el: vc-registered has been renamed
13740 vc-default-registered. Some functions have been moved to the
13741 backend specific files. they all support the
13742 vc-BACKEND-registered functions.
13743
137442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13745
13746 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13747
13748 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13749
137502000-09-04 Dave Love <fx@gnu.org>
13751
13752 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13753 menu-bar-update-hook.
13754
13755 * help.el (help-manyarg-func-alist): Add
13756 find-operation-coding-system.
13757
13758 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13759
13760 * custom.el (custom-set-variables): Print message about errors in
13761 setting.
13762
137632000-09-03 Andrew Innes <andrewi@gnu.org>
13764
13765 * makefile.w32-in: Change to DOS line endings.
13766
137672000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13768
13769 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13770 minor-mode keymaps, if they don't have one.
13771
137722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13773
13774 * eshell/esh-module.el (eval-when-compile): Don't lose if
13775 esh-module.el's file name is truncated to DOS 8+3 limits.
13776
137772000-09-01 John Wiegley <johnw@gnu.org>
13778
13779 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13780 predicate, which caused entries in the completion list to be
13781 doubled.
13782
137832000-08-30 John Wiegley <johnw@gnu.org>
13784
13785 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13786 sending to subprocesses. Also, hook pre-command-hook if
13787 `eshell-send-direct-to-subprocesses' is non-nil.
13788 (eshell-send-direct-to-subprocesses): New config variable. If t,
13789 subprocess input is send immediately.
13790 (eshell-toggle-direct-send): New function.
13791 (eshell-self-insert-command): New function.
13792 (eshell-intercept-commands): New function.
13793 (eshell-send-input): If direct subprocess sending is enabled,
13794 don't echo any input to the Eshell buffer. Let the subprocess
13795 handle that. This requires "stty echo" in bash, for example.
13796
137972000-08-28 John Wiegley <johnw@gnu.org>
13798
13799 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13800 completion function for Eshell's implementation of `unset'.
13801
138022000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13803
13804 * info.el (Info-directory-list): Doc fix.
13805
138062000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13807
13808 * filecache.el (file-cache-add-directory-using-find): Don't quote
13809 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13810
138112000-08-31 Kenichi Handa <handa@etl.go.jp>
13812
13813 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13814 coding systems.
13815
138162000-08-30 Andrew Innes <andrewi@gnu.org>
13817
13818 * timer.el (run-with-idle-timer): Undo last change, so that timer
13819 is not activated immediately if Emacs is already idle. Some
13820 existing code relies on this behaviour.
13821
138222000-08-30 Miles Bader <miles@gnu.org>
13823
13824 * frame.el (set-frame-font): Do completion of font-name for
13825 interactive use.
13826
138272000-08-30 Kenichi Handa <handa@etl.go.jp>
13828
13829 * international/quail.el (quail-start-translation): Bind locally
13830 last-command-event, last-command, and this-command.
13831 (quail-start-conversion): Likewise.
13832 (quail-self-insert-command): Fix docstring.
13833
138342000-08-29 Gerd Moellmann <gerd@gnu.org>
13835
13836 * progmodes/executable.el
13837 (executable-make-buffer-file-executable-if-script-p): Check that
13838 buffer contains at least 2 characters.
13839
138402000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13841
13842 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13843
138442000-08-29 Dave Love <fx@gnu.org>
13845
13846 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13847 (diff-mode-shared-map): Bind mouse-2.
13848 (diff-imenu-generic-expression): New variable.
13849 (diff-mode): Use it.
13850
13851 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13852 (mouse-popup-menubar): Add minor mode menus.
13853 (popup-menu): Check for lookup-key returning number.
13854
138552000-08-29 Miles Bader <miles@gnu.org>
13856
13857 * comint.el (comint-send-input): Create overlays using the proper
13858 front/read-advance arguments.
13859
138602000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13861
13862 * ps-print.el: Even/odd pages printing. Doc fix.
13863 (ps-print-version): New version number (6.0).
13864 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13865 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13866 (ps-print-duplex-feature): Variable eliminated.
13867 (ps-even-or-odd-pages): New variable.
13868
13869 * progmodes/ebnf2ps.el: Doc fix.
13870 (ebnf-version): New version (3.3).
13871 (ebnf-user-arrow): Change variable customization to sexp.
13872 (ebnf-user-arrow): Function eliminated.
13873 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13874
138752000-08-29 Kenichi Handa <handa@etl.go.jp>
13876
13877 * help.el (help-xref-mule-regexp): New variable.
13878 (help-make-xrefs): Handle help-xref-mule-regexp.
13879
13880 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13881 variable.
13882 (describe-input-method): Temporarily activate the specfied input
13883 method to display the information.
13884 (describe-language-environment): Hyperlinks to mule related items.
13885
13886 * international/mule-diag.el (charset-multibyte-form-string): New
13887 function.
13888 (list-character-sets-1): Use charset-multibyte-form-string.
13889 (describe-character-set): New function.
13890 (describe-coding-system): Hyperlinks to safe character sets.
13891
13892 * international/quail.el (quail-help): New arg PACKAGE.
13893 Hyperlinks to mule related items.
13894 (quail-help-insert-keymap-description): Use
13895 substitute-command-keys instead of describe-bindings.
13896 (quail-translation-help): Hyperlinks to mule related items.
13897
138982000-08-28 John Wiegley <johnw@gnu.org>
13899
13900 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13901 have a defsubst call itself. Made `eshell-flatten-list' back into
13902 a function again.
13903
13904 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13905 catch, in case re-centering point at bottom messes up the display.
13906 This happens frequently in Emacs 21, due I believe to variable
13907 line heights.
13908
13909 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13910 to call `find-tag-interactive'.
13911
13912 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13913 the list of remember directories.
13914
139152000-08-28 John Wiegley <johnw@gnu.org>
13916
13917 * align.el: Test align-region-separate to see if it's a symbol.
13918
139192000-08-28 John Wiegley <johnw@gnu.org>
13920
13921 * eshell/esh-util.el (eshell-flatten-list): Made this function
13922 into a defsubst form. It gets used very frequently, although
13923 calls don't occur all that often.
13924
13925 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13926 examining it.
13927
13928 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13929 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13930 `eshell-protect'.
13931 (eshell-copy-handles): Created a new macro for duplicating the
13932 current set of open handles. This is needed by the looping
13933 functions.
13934 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13935 is not incorrectly stomped on.
13936
13937 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13938 declaration for pcomplete-use-paring.
13939 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13940 value of eshell-cmpl-use-paring.
13941 * pcomplete.el (pcomplete-use-paring): New config variable, to
13942 indicate whether paring should be used.
13943 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13944 completion alternatives that have already been used.
13945
13946 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13947 bound to C-c C-y, which will repeat the previous N arguments
13948 (based on prefix argument).
13949 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13950
13951 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13952 if there is no *Help* buffer. This is for XEmacs, which renames
13953 its help buffers uniquely. TODO: Find out what the current buffer
13954 name to delete is.
13955
13956 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13957 first entry that correlates to a passwd/group number. Later
13958 entries (used for group/user name aliasing to multiple IDs) are
13959 ignored.
13960
13961 * eshell/em-xtra.el (eshell/expr):
13962 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13963 (eshell-grep, eshell/diff, eshell/locate):
13964 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13965 argument list, before passing it to the system command.
13966
13967 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13968 `find-tag' for use at final position in Eshell buffers (which
13969 otherwise triggers an error on Emacs 21).
13970 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13971 buffer, if it is currently bound to `find-tag'.
13972
13973 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13974 in the list of matched Makefile names.
13975 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13976 directory, prefer its contents to Makefile.
13977
13978 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13979 directory parts (like "cd old new", or "cd =regexp"), are now case
13980 sensitive on non-Windows/DOS platforms.
13981
13982 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13983 types RET after an open delimiter (like "), display a message
13984 indicating that Eshell is waiting for the closing delimiter.
13985
13986 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13987 environment variables.
13988
13989 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13990 gracefully if the user enters incorrect arguments.
13991
13992 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13993 Eshell buffers.
13994
13995 * eshell/esh-var.el (eshell-interpolate-variable):
13996 * eshell/esh-mode.el (eshell-move-argument):
13997 * eshell/em-unix.el (eshell-du-sum-directory):
13998 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13999 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14000 (not (= ...)).
14001
14002 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14003 to ensure the `preserve' flag gets propagated when doing recursive
14004 directory copies.
14005
140062000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14007
14008 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14009 Don't convert \n into \0177 in memory.
14010 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14011 and back again, when reading and writing.
14012
140132000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14014
14015 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14016 testing of `fboundp' on `processp'.
14017
14018 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14019 (eshell/jobs): Don't call process-list if it is not bound.
14020 (eshell-gather-process-output): Support systems where async
14021 subprocesses aren't supported.
14022 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14023 variables.
14024
14025 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14026 eshell-do-eval returns t.
14027 (eshell-do-pipelines-synchronously): New defmacro.
14028 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14029 when async subprocesses aren't supported.
14030 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14031 if async subprocesses aren't supported.
14032 (eshell-resume-command): Don't assume STATUS is a string.
14033
14034 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14035
14036 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14037 (eshell-close-target, eshell-get-target): Use eshell-processp.
14038 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14039 fix.
14040 (eshell-get-target, eshell-create-handles): Doc fix.
14041
140422000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14043
14044 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14045 criterion to include commands that output something, as long as it
14046 leaves both the command and the end-of-buffer visible when the
14047 command has exited.
14048 (eshell-review-quick-commands): Adjust the help doc string
14049 accordingly.
14050
140512000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14052
14053 * locate.el (locate): Cleaned up locate command's interactive prompting
14054 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14055
14056 * filecache.el (file-cache-case-fold-search): New variable
14057 (file-cache-assoc-function): New variable
14058 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14059 Use file-cache-case-fold-search variable
14060 (file-cache-add-file): Use file-cache-assoc-function
14061 (file-cache-delete-file): likewise
14062 (file-cache-directory-name): likewise
14063 (file-cache-debug-read-from-minibuffer): likewise
14064
140652000-08-28 Gerd Moellmann <gerd@gnu.org>
14066
14067 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14068 (abbrev-table-name): New function.
14069 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14070 If non-nil list local abbrev, only.
14071
140722000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14073
14074 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14075 from Gnus support code, and use special article copy buffer
14076 `(gnus-original-article-buffer)' instead. This allows to get rid
14077 of article-hide-headers usage (which breaks in the latest Gnus
14078 version). Thanks to Detlev Zundel.
14079
140802000-08-28 Kenichi Handa <handa@etl.go.jp>
14081
14082 * international/quail.el (quail-use-package): Hide "... loaded"
14083 message.
14084 (quail-start-translation, quail-start-conversion): Likewise.
14085
14086 * international/kkc.el (kkc-region): Hide "... loaded" message.
14087
140882000-08-27 Dave Love <fx@gnu.org>
14089
14090 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14091
140922000-08-27 Miles Bader <miles@gnu.org>
14093
14094 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14095
140962000-08-27 Kenichi Handa <handa@etl.go.jp>
14097
14098 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14099 'ja-dic-cnv), not (require 'skkdic-cnv).
14100
141012000-08-26 Miles Bader <miles@gnu.org>
14102
14103 * faces.el (face-x-resources): Add entry for :inherit.
14104 * cus-face.el (custom-face-attributes): Add support for :inherit
14105 attribute. Add support for relative face heights.
14106 (custom-face-attributes-get): Treat `nil' as being a default value
14107 for :inherit (as well as `unspecified').
14108
14109 * faces.el (set-face-attribute): Update doc string.
14110 (face-attribute-name-alist): Add :inherit.
14111 (face-valid-attribute-values): Handle :inherit.
14112 (face-read-string): Rephrase prompt to be less confusing.
14113 Assume that DEFAULT is a string, since we must return a string.
14114 (face-read-integer): Use `format' to turn DEFAULT into an
14115 acceptable default for face-read-string. Match NEW-VALUE against
14116 the string "unspecified", not the symbol `unspecified', since
14117 that's what face-read-string returns.
14118 (read-face-attribute): Lookup a name for old-value in valid, and
14119 use it as a default if we find one. Treat all values from
14120 face-read-string as strings. If the default is used, don't do any
14121 more processing on the value, just use the old value directly.
14122 (read-face-and-attribute, modify-face): Tweak prompt.
14123 (read-face-name): Don't assume prompt ends with a space.
14124
14125 * faces.el (describe-face): Add support for :inherit attribute.
14126
141272000-08-25 Kenichi Handa <handa@etl.go.jp>
14128
14129 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14130 concat doesn't accept interger.
14131
14132 * international/kkc.el: Remove SKK from Keywords. Require
14133 ja-dic-utl instead of skkdic-utl.
14134
14135 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14136 Provide ja-dic-cnv instead of skkdic-cnv.
14137 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14138 (iso-2022-7bit-short): Add safe-charsets property.
14139 (skkdic-convert-postfix): Search Japanese chou-on character in
14140 addition to Hiragana character.
14141 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14142 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14143 (batch-skkdic-convert): Likewise.
14144
14145 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14146 Provide ja-dic-utl instead of skkdic-utl.
14147 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14148
141492000-08-24 Dave Love <fx@gnu.org>
14150
14151 * disp-table.el (standard-display-default): Make the test of `l'
14152 useful.
14153
14154 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14155 mod sample text.
14156
14157 * international/iso-ascii.el: Make pilcrow convenient string
14158 consistent with section.
14159 (iso-ascii-display): Set up multibyte characters as well as
14160 unibyte.
14161
141622000-08-24 Kenichi Handa <handa@etl.go.jp>
14163
14164 * international/mule-cmds.el (reset-language-environment): Set
14165 default-process-coding-system to '(undecided . iso-latin-1), which
14166 makes process I/O almost consistent with file I/O. Call this
14167 function when mule-cmds.el[c] is loaded.
14168
141692000-08-22 Andrew Innes <andrewi@gnu.org>
14170
14171 * makefile.w32-in: New file.
14172
141732000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14174
14175 * comint.el (comint-output-filter): Compare end of
14176 comint-last-output-overlay with the start of the newly inserted
14177 text, not the end, when deciding whether to extend it.
14178 Set saved-point's insertion type to advance after insertion.
14179
14180 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14181 since this is now done independently of font-lock mode.
14182
141832000-08-21 Gerd Moellmann <gerd@gnu.org>
14184
14185 * server.el (server-kill-new-buffers): New user option.
14186 (server-existing-buffer): New buffer-local variable.
14187 (server-visit-files): When using an existing buffer, set
14188 server-existing-buffer to t.
14189 (server-buffer-done): If server-kill-new-buffers is t, kill the
14190 buffer, unless it was already present before visiting it with
14191 Emacs server.
14192
141932000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14194
14195 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14196 even if the display doesn't support colors: some displays will
14197 support bold/underline faces.
14198
141992000-08-21 Gerd Moellmann <gerd@gnu.org>
14200
14201 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14202
14203 * startup.el (command-line): If user's init file had an error,
14204 add explanatory text to *Messages*.
14205
142062000-08-21 Kenichi Handa <handa@etl.go.jp>
14207
14208 * man.el (Man-getpage-in-background): Decode the process output by
14209 the system locale coding system.
14210
142112000-08-20 Dave Love <fx@gnu.org>
14212
14213 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14214 Don't test x-popup-menu.
14215 (function) <complete-function>: Complete only fbound symbols.
14216 <validate, value>: New.
14217 (variable) <complete-function>: Complete only bound symbols.
14218 (coding-system): Add :base-only, :complete-function, :validate,
14219 :value, :prompt-match.
14220 (widget-coding-system-prompt-value): Use read-coding-system and
14221 act on :base-only.
14222 (editable-field): Add :help-echo.
14223 (widget-push-button-gui, widget-push-button-cache)
14224 (widget-gui-action, widget-editable-list-gui): COmment out, along
14225 with uses.
14226 (widget-at): Make arg optional.
14227 (widget-echo-help): Adjust for current help-echo calling sequence.
14228 (widget-specify-field, widget-specify-button)
14229 (widget-specify-insert, widget-get-sibling, widget-image-find)
14230 (widget-convert, widget-insert, widget-leave-text)
14231 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14232 (widget-setup, widget-field-find, widget-before-change)
14233 (widget-after-change, widget-default-complete)
14234 (widget-default-create, widget-default-delete)
14235 (widget-push-button-value-create, editable-field)
14236 (widget-field-prompt-value, widget-field-validate)
14237 (widget-choice-value-create, widget-choice-action)
14238 (widget-choice-validate, widget-checklist-add-item)
14239 (widget-radio-add-item, widget-radio-chosen)
14240 (widget-radio-value-inline, widget-editable-list-value-create)
14241 (widget-editable-list-entry-create)
14242 (widget-documentation-link-add)
14243 (widget-documentation-string-value-create)
14244 (widget-regexp-validate, widget-file-complete)
14245 (widget-sexp-validate, widget-plist-convert-widget)
14246 (widget-plist-convert-widget, widget-alist-convert-widget)
14247 (widget-alist-convert-widget, widget-color-complete): Simplify,
14248 particularly to avoid bindings which aren't optimized out.
14249
14250 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14251 Doc fix.
14252 (down-list, backward-up-list, up-list, kill-sexp)
14253 (backward-kill-sexp, mark-sexp): Make arg optional.
14254 (lisp-complete-symbol): Add optional arg PREDICATE.
14255
14256 * cus-start.el: Add display-buffer-reuse-frames,
14257 file-coding-system-alist.
14258
142592000-08-20 Gerd Moellmann <gerd@gnu.org>
14260
14261 * startup.el (command-line): Clear realized faces after
14262 modifying TTY color mappings.
14263
142642000-08-20 Miles Bader <miles@gnu.org>
14265
14266 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14267 merely a subset of FACE's attributes.
14268
142692000-08-19 Miles Bader <miles@gnu.org>
14270
14271 * comint.el (comint-output-filter): Save the point with a marker,
14272 not just a buffer position.
14273
14274 * international/mule.el (set-buffer-process-coding-system): Make
14275 interactive prompt less confusing.
14276
142772000-08-19 Gerd Moellmann <gerd@gnu.org>
14278
14279 * hilit-chg.el: General cleanup of doc strings, comments and
14280 code formatting.
14281
142822000-08-19 Miles Bader <miles@gnu.org>
14283
14284 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14285 Compiler macro removed; beginning-of-line is no longer always
14286 equivalent to forward-line, in the presence of fields.
14287
14288 * comint.el (comint-output-filter): Remove ad-hoc saving of
14289 restriction, and just use save-restriction, now that it works
14290 correctly. Don't adjust comint-last-input-start to account for
14291 our insertion; it shouldn't have moved because we don't use
14292 insert-before-markers anymore. Comment out call to
14293 `force-mode-line-update'; why is it here?
14294
14295 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14296 while checking for prompt to delete. Use `forward-line 0'
14297 instead of beginning-of-line.
14298 (gud-filter): Temporarily widen gud comint buffer while
14299 examining output.
14300
143012000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14302
14303 * progmodes/sh-script.el: Big bag of typos.
14304
14305 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14306 check since ispell-process is not bound when ispell is not yet loaded.
14307
143082000-08-18 Dave Love <fx@gnu.org>
14309
14310 * image.el (find-image): Copy `spec' before using plist-put.
14311
143122000-08-18 Gerd Moellmann <gerd@gnu.org>
14313
14314 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14315 `portugues'.
14316
14317 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14318 backward-kill-sexp, analogous to kill-sexp.
14319
14320 * progmodes/icon.el (icon-indent-line)
14321 (icon-is-continuation-line): Handle comments specially.
14322
143232000-08-17 Ken Stevens <k.stevens@ieee.org>
14324
14325 * ispell.el: Set to standard author/maintainer/keyword fields.
14326 Fine tuning to menu map appearance and operation, and added help.
14327 Remove `start' and `end' error messages when compiling.
14328 (ispell-choices-win-default-height): Fixed comment string.
14329 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14330 castellano8 dictionaries.
14331 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14332 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14333 dictionary, added italiano dictionary.
14334 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14335 word character
14336 (ispell-tex-skip-alists): Added psfig support.
14337 (ispell-skip-html): Renamed from ispell-skip-sgml.
14338 (ispell-begin-skip-region-regexp, ispell-skip-region)
14339 (ispell-minor-check): Improved html skipping support to skip across
14340 code, and recognize `&' commands without propper `;' syntax;
14341 (ispell-process-line): Fix alignment error when manually
14342 correcting spelling.
14343 (ispell): Fix comment string.
14344 (ispell-add-per-file-word-list): Always put word list on new line.
14345
143462000-08-17 Gerd Moellmann <gerd@gnu.org>
14347
14348 * format.el (format-encode-run-method): Fix error message to say
14349 `encode' instead of `decode'. Use save-window-excursion around
14350 shell-command-on-region as in format-decode-run-method because
14351 shell-command-on-region can display a buffer with error output.
14352 (format-decode): Don't record undo information for the decoding.
14353 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14354 that number part of the temporary buffer name so that more than
14355 one decoding using a temporary buffer can happen safely.
14356
14357 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14358 of `A-z' in the regexp.
14359
14360 * hilit-chg.el: Fix typos in commentary.
14361
14362 * help.el (view-emacs-news): Rewritten for new naming scheme
14363 for old NEWS files.
14364
14365 * startup.el (command-line): Pop to *Messages* in case an error
14366 is signaled while loading user-init-file.
14367
143682000-08-17 Andreas Schwab <schwab@suse.de>
14369
14370 * files.el (insert-directory): Don't lose original file name,
14371 undoing an undocumented change.
14372
143732000-08-17 Alex Schroeder <alex@gnu.org>
14374
14375 * sql.el (sql-magic-go): Use comint-bol.
14376 (sql-copy-column): Use comint-line-beginning-position.
14377 (comint-line-beginning-position): Define a replacement for
14378 comint-line-beginning-position if it is not fboundp.
14379
143802000-08-17 Alex Schroeder <alex@gnu.org>
14381
14382 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14383 it didn't have any effect anyway.
14384
143852000-08-17 Alex Schroeder <alex@gnu.org>
14386
14387 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14388 --pset and pager=off instead of sending \\o|cat at the beginning
14389 of the session.
14390
143912000-08-17 Miles Bader <miles@gnu.org>
14392
14393 * progmodes/octave-inf.el: Add compatibility definition of
14394 comint-line-beginning-position.
14395
143962000-08-17 Kenichi Handa <handa@etl.go.jp>
14397
14398 * startup.el (normal-top-level): Look in each dir in load-path for
14399 a leim-list.el file too. This assures of loading leim-list.el
14400 that is created at Emacs installation time even if a user have his
14401 own leim-list.el.
14402
144032000-08-17 Miles Bader <miles@gnu.org>
14404
14405 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14406 foreground color to black if the background is dark.
14407
144082000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14409
14410 * loadhist.el (unload-feature): Typo.
14411
14412 * finder.el (finder-compile-keywords):
14413 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14414 to the generated file.
14415
14416 * mail/mh-e.el (mh-make-local-vars):
14417 Replace make-variable-buffer-local with make-local-variable.
14418
14419 * play/landmark.el:
14420 * options.el (Edit-options-{set,toggle,t,nil}):
14421 * mail/mailabbrev.el (mail-abbrevs-mode):
14422 * textmodes/tex-mode.el (tex-expand-files):
14423 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14424
14425 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14426
14427 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14428 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14429 Allow going past the last element.
14430 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14431 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14432 (cvs-mouse-toggle-mark): Don't move point.
14433 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14434
14435 * progmodes/compile.el (grep): Provide a default set of files.
14436 (next-error): Docstring fix.
14437 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14438
14439 * emacs-lisp/easy-mmode.el (define-minor-mode):
14440 Use `symbol-value' to keep the byte-compiler quiet.
14441
14442 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14443 (diff-find-source-location): New fun, extracted from diff-goto-source.
14444 (diff-goto-source): Use it.
14445 (diff-next-complex-hunk, diff-filter-lines): New function.
14446 (diff-apply-hunk): New command.
14447
14448 * smerge-mode.el (smerge-mode-menu): Doc fix.
14449
14450 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14451
144522000-08-16 Dave Love <fx@gnu.org>
14453
14454 * windmove.el (windmove) <defgroup>: Add :version.
14455
14456 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14457 (goto-address-fontify-p, goto-address-highlight-p)
14458 (goto-address-url-face, goto-address-url-mouse-face)
14459 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14460 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14461 (goto-address-fontify, goto-address-at-mouse): Simplify,
14462 (goto-address-at-point): browse-url-url-at-point,
14463 goto-address-find-address-at-point can return nil.
14464 (goto-address-find-address-at-point): Return nil on failure.
14465
14466 * align.el (align) <defgroup>: Add :version.
14467
14468 * calculator.el (calculator): Add :version.
14469 (calculator): Use two lines for calculator window if `modeline'
14470 face is boxed.
14471
14472 * play/5x5.el: Doc fixes.
14473 (5x5) <defgroup>: Add :version.
14474
14475 * play/fortune.el (fortune) <defgroup>: Add :version.
14476 (fortune-append): Fix error message.
14477 (fortune-from-region): Doc fix.
14478
14479 * play/pong.el (pong): Doc fix.
14480
14481 * play/morse.el: Keywords, commentary, autoloads.
14482
144832000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14484
14485 * desktop.el (desktop-save): Don't look at symbol-value of a
14486 member of minor-mode-alist, unless it is boundp.
14487
144882000-08-16 Sam Steingold <sds@gnu.org>
14489
14490 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14491 `while'; use `with-current-buffer' instead of `save-excursion'.
14492 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14493
144942000-08-16 Kenichi Handa <handa@etl.go.jp>
14495
14496 * international/ccl.el (declare-ccl-program): Docstring modified.
14497 (ccl-execute-with-args): Likewise.
14498
144992000-08-16 Miles Bader <miles@gnu.org>
14500
14501 * progmodes/sql.el: Add compatibility definition of
14502 comint-line-beginning-position.
14503
145042000-08-15 Gerd Moellmann <gerd@gnu.org>
14505
14506 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14507 'buffer-menu' property.
14508 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14509 fails.
14510 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14511 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14512 wasn't killed.
14513
14514 * buff-menu.el (list-buffers-noselect): Don't display the
14515 *Buffer List* buffer.
14516
14517 * font-lock.el: Require jit-lock to prevent a very late
14518 `Loading jit-lock' message.
14519
14520 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14521 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14522 mail address.
14523
145242000-08-15 Miles Bader <miles@gnu.org>
14525
14526 * textmodes/ispell.el (ispell-graphic-p): New constant.
14527 (ispell-choices-win-default-height, ispell-help): Use
14528 `ispell-graphic-p' instead of `xemacsp'.
14529
145302000-08-15 Dave Love <fx@gnu.org>
14531
14532 * simple.el: Autoload widget-convert when compiling.
14533 (mail-user-agent): Doc fix.
14534
14535 * help.el (function-called-at-point, variable-at-point): Use
14536 with-syntax-table.
14537 (help-manyarg-func-alist): Add insert-and-inherit.
14538
14539 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14540
14541 * delsel.el (delsel-unload-hook): New function.
14542
14543 * find-file.el: Doc fixes. Move provide to end.
14544 (ff) <defgroup>: Add :link.
14545 (ff-goto-click): Deleted.
14546 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14547 Use mouse-set-point.
14548
14549 * textmodes/tildify.el: Doc fixes.
14550 (tildify) <defgroup>: Add:version.
14551
14552 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14553 (glasses-custom-set): Use set-default, not set.
14554 (minor-mode-alist): Propertize the lighter.
14555 (glasses-mode): Provide optional arg.
14556
14557 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14558 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14559 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14560 option. Provide :type.
14561 (cwarn-configuration): Provide :type.
14562 (cwarn-mode): Doc fix.
14563
14564 * add-log.el (change-log-merge): Doc fix.
14565 (change-log-redate): New command.
14566
14567 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14568 Doze and Dog.
14569 (browse-url): Use dolist, not mapcar.
14570 (browse-url-at-point): Check for null url.
14571 (browse-url-event-buffer, browse-url-event-point): Functions
14572 deleted.
14573 (browse-url-at-mouse, browse-url-netscape): Simplify.
14574
14575 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14576 modes.
14577 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14578 Fix previous change to mapcan.
14579 (msb--init-file-alist, msb--add-separators)
14580 (msb--make-keymap-menu): Simplify.
14581 (msb--choose-file-menu): Use copy-sequence.
14582 (msb-mode-map): Add title to keymap.
14583 (msb-unload-hook): New function.
14584
14585 * bs.el: Fix indentation.
14586 (bs) <defgroup>: Add :links.
14587 (bs-show): Doc fix.
14588 (bs-apply-sort-faces): Don't use window-system.
14589 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14590
145912000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14592
14593 * calendar/timeclock.el (timeclock-file): Run .timelog through
14594 convert-standard-filename.
14595
145962000-08-14 Gerd Moellmann <gerd@gnu.org>
14597
14598 * emacs-lisp/authors.el: New file.
14599
14600 * paren.el (show-paren-priority): New user option.
14601 (show-paren-function): Set overlay priorities to
14602 show-paren-priority.
14603
146042000-08-14 Miles Bader <miles@gnu.org>
14605
14606 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14607 beginning-of-line with inhibit-field-text-motion bound.
14608
146092000-08-14 Gerd Moellmann <gerd@gnu.org>
14610
14611 * calendar/timeclock.el: New file.
14612
146132000-08-14 David Ponce <david@dponce.com>
14614
14615 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14616 `widget-button-click'. so that one can use left mouse button to
14617 click on dialog buttons.
14618
146192000-08-14 Emmanuel Briot <briot@gnat.com>
14620
14621 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14622 identifiers, since XML is case sensitive
14623
146242000-08-12 Miles Bader <miles@gnu.org>
14625
14626 * comint.el (comint-output-filter): Don't bother frobbing
14627 window-start, it doesn't seem to be necessary.
14628
14629 * comint.el (comint-send-string, comint-send-region): Make into
14630 real functions. Snapshot the prompt before sending.
14631
146322000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14633
14634 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14635 technique similar to Info-index, instead of relying on specific
14636 names of relevant Index nodes.
14637 (Info-goto-emacs-command-node): Bind Info-history to nil when
14638 going to the first node found by Info-find-emacs-command-nodes.
14639
146402000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14641
14642 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14643
146442000-08-10 Miles Bader <miles@gnu.org>
14645
14646 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14647
146482000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14649
14650 * info.el (Info-file-list-for-emacs): More elements for the
14651 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14652 and woman manuals.
14653
146542000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14655
14656 * comint.el (comint-send-input): Make the newline boundary overlay
14657 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14658 (comint-output-filter): Use `insert' instead of
14659 `insert-before-markers'. Extend comint-last-output-overlay when
14660 necessary since we can't rely on insert-before-markers to do it.
14661 * gud.el (gud-filter): Use `with-current-buffer' instead of
14662 save-excursion when inserting the output, so that point gets
14663 updated correctly; the old method relied on a rather dodgy
14664 side-effect of comint-output-filter to avoid the effect of
14665 save-excursion.
14666
146672000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14668
14669 * files.el (recover-file): Call insert-directory instead of
14670 invoking `ls' directly.
14671
146722000-08-10 Miles Bader <miles@gnu.org>
14673
14674 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14675 (comint-last-prompt-overlay): New variables.
14676 (comint-output-filter): Implement prompt highlighting.
14677 (comint-snapshot-last-prompt): New function.
14678 (comint-send-input): Snapshot the last prompt.
14679 Use comint-highlight-input-face.
14680 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14681 Use defface instead of defcustom.
14682 (send-invisible, comint-send-eof): Snapshot the last prompt.
14683 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14684 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14685
146862000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14687
14688 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14689 (regexp-opt-group): Use a list of chars for `letters'.
14690 (regexp-opt-charset): `chars' is now a list of chars.
14691 Use a char-table rather than a vector so it works for multibyte chars.
14692
14693 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14694 Set cvs-minor-current-files to the selected fileinfo.
14695 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14696 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14697
146982000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14699
14700 * files.el (insert-directory): Don't call access-file on
14701 directories on DOS and Windows.
14702
147032000-08-09 Kenichi Handa <handa@etl.go.jp>
14704
14705 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14706 longer if necessary.
14707 (ccl-embed-code): Call ccl-embed-data to store CODE in
14708 ccl-program-vector.
14709
147102000-08-09 Miles Bader <miles@gnu.org>
14711
14712 * comint.el (comint-output-filter): Properly handle the case where
14713 the text surrounded by comint-last-output-overlay was deleted.
14714
147152000-08-08 Gerd Moellmann <gerd@gnu.org>
14716
14717 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14718 non-nil.
14719 (Info-file-list-for-emacs): Remove "info" from the list because
14720 that leads to trying to use the documentation from file `info'
14721 in various situations where it isn't appropriate, for instance
14722 C-h C-k C-h i.
14723
14724 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14725 DIR and/or STRING are nil.
14726
14727 * progmodes/compile.el (compilation-setup): Make variable
14728 compilation-error-screen-columns buffer-local, as some comment
14729 in the code suggests it should be.
14730
14731 * files.el (auto-mode-interpreter-regexp): New variable.
14732 (set-auto-mode): Use it.
14733
14734 * indent.el (indent-for-tab-command): Doc fix.
14735
14736 * mouse-sel.el (mouse-sel-mode): Doc fix.
14737
14738 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14739 labels.
14740
14741 * help.el (print-help-return-message): When
14742 display-buffer-reuse-frames is set, let the help window been quit,
14743 instead of deleting it, which might delete a reused frame.
14744
147452000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14746
14747 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14748 rename a directory to a name that differs only by its letter case.
14749
147502000-08-08 Kenichi Handa <handa@etl.go.jp>
14751
14752 * international/quail.el (quail-define-rules): Handle Quail decode
14753 map correctly. Add code for supporting annotations.
14754 (quail-install-decode-map): New function.
14755 (quail-defrule-internal): New optional arguments decode-map and
14756 props.
14757 (quail-advice): New function.
14758
147592000-08-07 Sam Steingold <sds@gnu.org>
14760
14761 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14762 `defconst', `define-condition', `with-slots'.
14763 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14764
147652000-08-03 Miles Bader <miles@gnu.org>
14766
14767 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14768 New variable.
14769 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14770 comint-use-prompt-regexp-instead-of-fields.
14771 (comint-send-input): Add `input' field property to stuff we send to
14772 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14773 (comint-output-filter): Add `output' field property to process
14774 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14775 (comint-replace-by-expanded-history)
14776 (comint-get-old-input-default, comint-show-output)
14777 (comint-backward-matching-input, comint-forward-matching-input)
14778 (comint-next-prompt, comint-previous-prompt): Use field
14779 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14780 (comint-line-beginning-position): New function.
14781 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14782 (comint-replace-by-expanded-history-before-point): Use
14783 comint-line-beginning-position and line-end-position.
14784 (comint-last-output-overlay): New variable.
14785 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14786
14787 * shell.el (shell-prompt-pattern): Doc change.
14788 (shell-backward-command): Use line-beginning-position.
14789
14790 * gud.el (gud-gdb-complete-command): Use
14791 comint-line-beginning-position.
14792
14793 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14794 comint-bol doesn't actually go to the beginning of the line.
14795
14796 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14797 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14798 (try-expand-line-all-buffers): Likewise.
14799
14800 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14801 explicitly matching comint-prompt-regexp.
14802 (sql-copy-column): Use comint-line-beginning-position instead of
14803 explicitly matching comint-prompt-regexp.
14804
14805 * progmodes/octave-inf.el (inferior-octave-complete): Use
14806 comint-line-beginning-position.
14807
14808 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14809
14810 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14811 looking for a prompt, use `forward-line 0' instead of
14812 `beginning-of-line', to avoid getting caught by an input field.
14813
148142000-08-07 Gerd Moellmann <gerd@gnu.org>
14815
14816 * files.el (shell-quote-wildcard-pattern): Make sure to return
14817 PATTERN, in the Unix case.
14818
148192000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14820
14821 * play/zone.el (zone): Discard any pending input before running
14822 the randomly-chosen pgm.
14823
148242000-08-07 Kenichi Handa <handa@etl.go.jp>
14825
14826 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14827 checking the existence of any multibyte characters.
14828
148292000-08-06 Gerd Moellmann <gerd@gnu.org>
14830
14831 * help.el (describe-mode): Test minor-mode symbol for being
14832 bound before testing its value for being nil.
14833
14834 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14835 `first', `second', and `third'.
14836
14837 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14838 (second): Make it an alias for `cadr'.
14839
148402000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14841
14842 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14843 types of display support faces now.
14844
148452000-08-05 Gerd Moellmann <gerd@gnu.org>
14846
14847 * pcvs.el (require): Require `cl' during compilation, only.
14848
14849 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14850 (toplevel): Remove `remq' and `remove' from autoloads.
14851 (cl-fake-autoloads): New variable. If set, arrange for an error
14852 when CL functions etc. are autoloaded.
14853
148542000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14855
14856 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14857
14858 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14859 popped up, but the user clicks outside the menu, return an empty
14860 regexp (that causes unhighlight-regexp to have no effect).
14861
14862 * menu-bar.el (menu-bar-games-menu): Add Zone.
14863
14864 * hi-lock.el (toplevel): Require font-lock.
14865
148662000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14867
14868 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14869 (ebnf-8-bit-chars): New var for bug fix.
14870 (ebnf-string): Bug fix.
14871
148722000-08-03 Sam Steingold <sds@gnu.org>
14873
14874 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14875 instead of `buffer-string'.
14876 (require 'cl): Always, not just when compiling.
14877 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14878 necessary.
14879
148802000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14881
14882 * international/mule-cmds.el (select-safe-coding-system): Make
14883 the message text about selecting a safe coding system more clear.
14884
148852000-08-02 Gerd Moellmann <gerd@gnu.org>
14886
14887 * hi-lock.el: New file.
14888
14889 * play/zone.el: New file.
14890
14891 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14892 value of tab-width in the original buffer. Choose a line number
14893 format that's a multiple of the original buffer's tab width, so
14894 that lines appear right.
14895
14896 * textmodes/ispell.el (ispell): New function, replacing an alias.
14897 Spell-check active region if in transient-mark-mode and mark
14898 is active; otherwise spell-check buffer.
14899
149002000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14901
14902 * ps-mule.el: Fix a customization problem on
14903 ps-mule-font-info-database-default.
14904
149052000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14906
14907 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14908 display-mouse-p instead of window-system.
14909 (ebrowse-member-mode-map): Ditto.
14910
149112000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14912
14913 * progmodes/ebnf2ps.el: Update ps-print functions call.
14914 Indentation fix. Doc fix.
14915 (ebnf-version): New version number (3.2).
14916 (ebnf-format-color, ebnf-begin-job): Code fix.
14917
149182000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14919
14920 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14921 font lock support on window-system.
14922 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14923
14924 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14925 display-color-p, if fboundp, instead of window-system.
14926
149272000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14928
14929 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14930 instead of window-system.
14931
14932 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14933 window-system.
14934 (widget-choice-mouse-down-action): Use display-popup-menus-p
14935 instead of window-system.
14936
14937 * strokes.el (strokes-file): Run the file name through
14938 convert-standard-filename.
14939 (strokes-mode): Call display-mouse-p instead of looking at
14940 window-system. Change the error message accordingly.
14941
14942 * progmodes/cpp.el (toplevel): Support faces on tty's.
14943
14944 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14945 (lm-plot-square, lm-init-display): Don't use window-system.
14946
14947 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14948 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14949
14950 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14951 instead of looking at window-system.
14952
149532000-07-30 Gerd Moellmann <gerd@gnu.org>
14954
14955 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14956 of testing if iswitchb-prepost-hooks is bound, because the
14957 latter will always be true when invoking a recursive minibuffer
14958 from an active Iswitchb buffer.
14959
149602000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14961
14962 * files.el (shell-quote-wildcard-pattern): New function.
14963 (insert-directory): Call it. Only prepend "\" to command on Unix
14964 and GNU/Linux systems.
14965
149662000-07-30 Gerd Moellmann <gerd@gnu.org>
14967
14968 * eshell/esh-groups.el: Change custom :link file names
14969 from `eshell.info' to `eshell'.
14970
149712000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14972
14973 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14974 correctly in recursive ange-ftp listings.
14975
149762000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14977
14978 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14979 ps-header-font-size-internal and
14980 ps-header-title-font-size-internal variables are not set,
14981 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14982 face text property is (foreground-color . COLOR) or
14983 `(background-color . COLOR)', ps-print crashes. Doc fix.
14984 (ps-print-version): New version number (5.2.4).
14985 (ps-plot-region): Code fix.
14986 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14987 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14988 Bug fix 2.
14989
149902000-07-30 Milan Zamazal <pdm@freesoft.cz>
14991
14992 * glasses.el (glasses-make-readable): Fix uncapitalization of
14993 identifiers like `myXMLDocument'.
14994
149952000-07-28 Karl Fogel <kfogel@red-bean.com>
14996
14997 * mail/mail-hist.el (mail-hist-previous-input)
14998 (mail-hist-next-input): Do the obvious code factorization.
14999 (mail-hist-retrieve-and-insert): New func, contains common
15000 code of above two.
15001 If inserting a message body, leave point at top.
15002
150032000-07-28 Sam Steingold <sds@gnu.org>
15004
15005 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15006 Use `<=', not `<' to compare times!
15007 (ange-ftp-ls): Remove.
15008
150092000-07-27 Gerd Moellmann <gerd@gnu.org>
15010
15011 * play/cookie1.el: Add explanation of how to make cookie.el
15012 compatible with strfile(1) to comment.
15013
15014 * subr.el (remove, remq): New functions.
15015
15016 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15017 escape `*' in regexps.
15018 (midnight-find): Reverse order of arguments in the funcall of
15019 TEST.
15020
15021 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15022 and `.class'.
15023
15024 * play/meese.el: Add Commentary section.
15025
150262000-07-27 Alex Schroeder <alex@gnu.org>
15027
15028 * sql.el (sql-ms): Added autoload cookie.
15029 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15030 (sql-oracle): Ditto.
15031 (sql-help): Doc change.
15032
15033 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15034 types and exceptions.
15035
150362000-07-27 Alex Schroeder <alex@gnu.org>
15037
15038 * sql.el (sql-placeholder-history): New variable.
15039 (sql-query-placeholders-and-send): New function that will query
15040 the user and replace placeholders with user input.
15041 (sql-oracle): If running on NT, set comint-input-sender to
15042 sql-query-placeholders-and-send.
15043
15044 (sql-stop): If in the SQLi buffer, insert stop notification, else
15045 present it as a message.
15046
150472000-07-27 Alex Schroeder <alex@gnu.org>
15048
15049 * sql.el (sql-input-ring-separator): Doc change.
15050 (sql-input-ring-file-name): Doc change.
15051 (sql-interactive-mode): Use `sql-input-ring-separator' and
15052 `sql-input-ring-file-name' to set the comint-mode equivalents
15053 without making them local variables.
15054 (sql-stop): Don't bind `sql-input-ring-separator' and
15055 `sql-input-ring-file-name' dynamically to their comint-mode
15056 equivalents.
15057
150582000-07-27 Kenichi Handa <handa@etl.go.jp>
15059
15060 * international/mule.el (register-char-codings): New function.
15061 (make-coding-system): Handle `safe-chars' specification in the arg
15062 PROPERTY.
15063
15064 * international/mule-cmds.el
15065 (find-coding-systems-region-subset-p): This function deleted.
15066 (sort-coding-systems-predicate): New variable.
15067 (sort-coding-systems): New function.
15068 (find-coding-systems-region): Use
15069 find-coding-systems-region-internal.
15070 (find-coding-systems-string): Use find-coding-systems-region.
15071 (find-coding-systems-for-charsets): Check
15072 char-coding-system-table.
15073 (select-safe-coding-system-accept-default-p): New variable.
15074 (select-safe-coding-system): Mostly rewritten. New argument
15075 ACCEPT-DEFAULT-P.
15076 (select-message-coding-system): Call select-safe-coding-system
15077 with ACCEPT-DEFAULT-P arg.
15078 (reset-language-environment): Reset default-sendmail-coding-system
15079 to the default value iso-latin-1.
15080 (set-language-environment): Don't set the obsolete variable
15081 charset-origin-alist.
15082
15083 * international/codepage.el (cp-coding-system-for-codepage-1):
15084 Give `safe-chars' property to make-coding-system.
15085
15086 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15087 calling select-message-coding-system twice.
15088
15089 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15090 instead of `safe-charsets'.
15091 (cyrillic-alternativnyj): Likewise.
15092 (ccl-encode-alternativnyj): Don't check the charset
15093 cyrillic-iso8859-5.
15094
150952000-07-27 Kenichi Handa <handa@etl.go.jp>
15096
15097 * composite.el (compose-chars-after): Preserve match data.
15098
150992000-07-26 Sam Steingold <sds@gnu.org>
15100
15101 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15102 (ange-ftp-real-file-newer-than-file-p): New function.
15103 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15104 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15105
15106 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15107 * midnight.el (midnight-float-time): Ditto.
15108
151092000-07-26 Andreas Schwab <schwab@suse.de>
15110
15111 * files.el (normal-backup-enable-predicate): Correct
15112 interpretation of the return value of compare-strings.
15113
151142000-07-26 Gerd Moellmann <gerd@gnu.org>
15115
15116 * isearch.el (isearch-resume): New function.
15117 (isearch-done): Add something to command-history to resume
15118 the search.
15119 (isearch-yank-line, isearch-yank-word): Use
15120 buffer-substring-no-properties instead of buffer-substring.
15121
15122 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15123 of flyspell-mouse-map.
15124
15125 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15126 duplicate definition.
15127 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15128
15129 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15130 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15131
151322000-07-25 Sam Steingold <sds@gnu.org>
15133
15134 * net/ange-ftp.el: Get modtime over the net.
15135 (ange-ftp-file-modtime): New function.
15136 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15137 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15138 Use it.
15139 (ange-ftp-dot-to-slash): New function.
15140 (ange-ftp-fix-name-for-vms): Use it.
15141
15142 * midnight.el (midnight-buffer-display-time): Use
15143 `with-current-buffer'.
15144
151452000-07-25 Gerd Moellmann <gerd@gnu.org>
15146
15147 * find-dired.el: Update copyright notice.
15148 (find-dired): Offer to kill a running `find'.
15149
15150 * enriched.el (enriched-face-ans): For a `foreground-color'
15151 property, return '(("x-color" COLOR))' so that COLOR will be
15152 output as a parameter of the x-color annotation. Likewise for the
15153 `background-color' property. In the case of normal face
15154 properties, don't return annotations for unspecified foreground
15155 and background face attributes.
15156
151572000-07-25 Kenichi Handa <handa@etl.go.jp>
15158
15159 * language/japan-util.el (japanese-katakana-region): Fix handling
15160 HANKAKU argument.
15161
151622000-07-25 Miles Bader <miles@gnu.org>
15163
15164 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15165 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15166 constrain-to-field.
15167
151682000-07-24 Andrew Innes <andrewi@gnu.org>
15169
15170 * timer.el (timer-activate-when-idle): Add optional parameter
15171 DONT-WAIT. Update docstring.
15172 (run-with-idle-timer): Specify extra parameter to
15173 timer-activate-when-idle, so that timer will be activated
15174 immediately if Emacs is already idle.
15175
15176 * w32-fns.el (w32-using-nt): Fix docstring.
15177
151782000-07-24 Dave Love <fx@gnu.org>
15179
15180 * mouse.el (popup-menu): Set last-command-event.
15181 (mouse-major-mode-menu-prefix): Declare.
15182
151832000-07-24 Gerd Moellmann <gerd@gnu.org>
15184
15185 * textmodes/flyspell.el: Update to author's version 1.5d.
15186
15187 * progmodes/hideshow.el: Update copyright notice.
15188
15189 * vcursor.el: Set maintainer to FSF, since author cannot
15190 be reached.
15191
151922000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15193
15194 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15195 the prompt.
15196
15197 * mouse.el (popup-menu): Run the keymap through indirect-function,
15198 in case it was defined with define-prefix-key. If the menu is a
15199 list of keymaps, look up the binding of user's choice in each one
15200 of the keymaps.
15201 (mouse-popup-menubar): If the global and local menu-bar keymaps
15202 don't have a prompt string, create one and insert it into the
15203 keymap. Don't barf if current-local-map returns nil.
15204
152052000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15206
15207 * dired.el (dired-sort-R-check): Added to allow recursive listing
15208 to be undone.
15209 (dired-sort-other): Use it.
15210
152112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15212
15213 * Release of cc-mode 5.27
15214
152152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15216
15217 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15218 c-beginning-of-statement-1 that caused a bad case of recursion
15219 which could consume a lot of CPU in large classes in languages
15220 that have in-expression classes (i.e. Java and Pike).
15221
15222 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15223 statements before top level constructs (i.e. case 6 is moved
15224 before case 5 and is now case 4) to catch in-expression
15225 classes in top level expressions correctly.
15226
152272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15228
15229 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15230 objc-method-intro. Case 4 removed and case 5I added.
15231
15232 * cc-langs.el (c-append-paragraph-start): New variable used by
15233 c-common-init to get paragraph-start correct.
15234 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15235 initialize paragraph-start to make it correct both with and
15236 without the javadoc special case.
15237
15238 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15239 initialize paragraph-start for javadoc markup.
15240
15241 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15242 change by defaulting this to t. It's motivated by the
15243 confusing behavior that otherwise arise from the style system
15244 when editing both java and non-java files at the same time
15245 (see the comments about style setting in c-common-init).
15246
152472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15248
15249 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15250 similar to the one in c-fill-paragraph to check the fill
15251 prefix from the adaptive fill function for sanity.
15252
152532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15254
15255 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15256 defun block.
15257
a30eb617
DL
152582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15259
15260 * cc-align.el (c-lineup-multi-inher): Handle lines with
15261 leading comma nicely. Extended to handle member initializers
15262 too.
15263
15264 * cc-engine.el: (c-beginning-of-inheritance-list,
15265 c-guess-basic-syntax): Fixed recognition of inheritance lists
15266 when the lines begins with a comma.
15267
a30eb617
DL
15268 * cc-vars.el (c-offsets-alist): Changed default for
15269 member-init-cont to c-lineup-multi-inher since it now handles
15270 member initializers and indents better for leading commas.
15271
152722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15273
15274 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15275 handling that caused class open lines to be recognized as
15276 statement-conts in some cases.
15277
15278 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15279 guessed by the adaptive fill function unless point is on the
15280 first line of a block comment.
15281
15282 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15283 when the buffer ends with a macro continuation char.
15284
15285 * cc-engine.el (c-guess-basic-syntax): Added support for
15286 function definitions as statements in Pike. The first
15287 statement in a lambda block is now labeled defun-block-intro
15288 instead of statement-block-intro.
15289
15290 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15291 so that the class surrounding point is selected, not the one
15292 innermost in the state.
15293
15294 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15295 recognition of switch labels having hanging multiline
15296 statements.
15297
15298 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15299 some code in c-guess-basic-syntax to a separate function.
15300 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15301 recognition of member inits with multiple line arglists.
15302 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15303 member-init-cont when the commas are in funny places.
15304
153052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15306
15307 * cc-defs.el (c-auto-newline): Removed this macro since it's
15308 not used anymore.
15309
15310 * cc-engine.el (c-looking-at-bos): New helper function.
15311 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15312 inexpr and toplevel classes apart in Pike.
15313
15314 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15315 of case 9A.
15316
15317 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15318 constant, since "class" can introduce an in-expression class
15319 in Pike nowadays.
15320
153212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15322
15323 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15324 indentation on cpp-macro lines.
15325
15326 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15327 a syntax modifier like comment-intro, to make it possible to
15328 get syntactic indentation for preprocessor directives. It's
15329 incompatible wrt to lineup functions on cpp-macro, but it has
15330 no observable effect in the 99.9% common case where cpp-macro
15331 is set to -1000.
15332
153332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15334
15335 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15336 member-init-cont when the preceding arglist is several lines.
15337
153382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15339
15340 * cc-styles.el (c-style-alist): The basic offset for the BSD
15341 style corrected to 8.
15342
153432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15344
15345 * cc-styles.el (c-style-alist): Adjusted the indentation of
15346 brace list openers in the gnu style.
15347
153482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15349
15350 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15351
15352 * cc-cmds.el (c-electric-brace, c-electric-slash,
15353 c-electric-star, c-electric-semi&comma, c-electric-colon,
15354 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15355 when c-syntactic-indentation is nil.
15356
15357 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15358 we were left at comments preceding the first statement when
15359 reaching the beginning of the buffer.
15360
15361 * cc-vars.el (c-syntactic-indentation): New variable to turn
15362 off all syntactic indentation.
15363
153642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15365
15366 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15367 between the text and the block comment ender when it hangs,
15368 depending on how many there are before the fill.
15369
153702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15371
15372 * cc-engine.el (c-beginning-of-closest-statement): New helper
15373 function to go back to the closest preceding statement start,
15374 which could be inside a conditional statement.
15375 * cc-engine.el (c-guess-basic-syntax): Use
15376 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15377
15378 * cc-engine.el (c-guess-basic-syntax): Better handling of
15379 arglist-intro, arglist-cont-nonempty and arglist-close when
15380 the arglist is nested inside parens. Cases 7A, 7C and 7F
15381 changed.
15382
15383 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15384 up-to-date with javadoc 1.2.
15385
153862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15387
15388 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15389 multiline Pike type decls.
15390
153912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15392
15393 * cc-cmds.el (c-indent-new-comment-line): Always break
15394 multiline comments in multiline mode, regardless of
15395 comment-multi-line.
15396
153972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15398
15399 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15400 fully::qualified::names in C++ member init lists. Preamble in
15401 case 5D changed.
15402
154032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15404
15405 * cc-langs.el (c-common-init): Handling of obsolete variables
15406 moved to c-initialize-cc-mode. More compatible style override
15407 when using global style variables.
15408 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15409 variables moved here.
15410
a30eb617
DL
15411 * cc-styles.el (c-make-styles-buffer-local): Flag style
15412 variable localness in c-style-variables-are-local-p to make
15413 the compatibility measure in c-common-init work well.
15414
15415 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15416 longer contain set-from-style.
15417 * cc-styles.el (c-initialize-builtin-style): Don't check for
15418 set-from-style on c-special-indent-hook.
15419 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15420 copy-alist is sufficient now.
15421
15422 * cc-styles.el (c-set-style, c-set-style-1,
15423 c-get-style-variables): Fixes to variable initialization so
15424 that duplicate entries in styles have the same effect
15425 regardless of DONT-OVERRIDE.
15426
15427 * cc-styles.el (c-set-style-2): Fixed bug where the
15428 initialization of inheriting styles failed when the
15429 dont-override flag is set.
15430
15431 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15432 on this.
15433
154342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15435
15436 * cc-defs.el (c-forward-comment): Removed the workaround
15437 introduced in 5.38 since it had worse side-effects. If a line
15438 contains the string "//\"", it regarded the // as a comment
15439 start since the \ temporarily doesn't have escape syntax.
15440
eb04d6cd 154412000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
15442
15443 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15444 ada-xref.el before ada-prj.el, so that the Project menu is created
15445 when ada-prj tries to add to it.
15446 (ada-activate-keys-for-case): Suppress the characters that are not
15447 part of the Ada syntax. Better compatibility with else-mode
15448 (ada-adjust-case-interactive): When auto-casing is not active,
15449 correctly insert newlines (used to insert only ^M). Prevent the
15450 syntax table from being changed in case of an error
15451 (or '_' becomes part of a word and some commands are confused).
15452 Do nothing if ada-auto-case is nil.
15453 (ada-after-keyword-p): Ignore keywords that are also attributes
15454 (ada-batch-reformat): Update usage comment
15455 (ada-call-from-contextual-menu): New function
15456 (ada-case-read-exceptions): Reinitialize the casing exception list
15457 first to nil first, so that the casing exception file can be
15458 shared.
15459 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15460 files.
15461 (ada-compile-goto-error): Fix regexp used to detect a file:line
15462 anywhere in the error message
15463 (ada-contextual-menu-last-point): New variable
15464 (ada-create-keymap): If the variable delete-key-deletes-forward is
15465 t on XEmacs, it means that DEL should delete one character
15466 forward.
15467 (ada-create-menu): Use :included instead of :visible for XEmacs.
15468 New submenu "Options".
15469 (ada-end-stmt-re): Correctly indent "select ... then abort"
15470 statements.
15471 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15472 even if they don't match ada-fill-comment-prefix Fix handling of
15473 paragraphs on the first or last line of a file.
15474 (ada-format-paramlist): Fix handling of default parameter values.
15475 (ada-get-body-name): New function.
15476 (ada-get-current-indent): Optimized by searchling directly for an
15477 existing generic part or a statement outside of it. Handle
15478 ada-indent-align-comments when indenting comments Replaced some
15479 regexps by testing directly the next character. This results in a
15480 huge speedup on some files. New indentation scheme for renames
15481 statements. Stop looking for the 'while' or 'for' associated with
15482 a 'loop' at the first semicolon encountered. A "return" can also
15483 match an anonymous access subprogram declaration.
15484 (ada-get-indent-noindent): Ignore strings and comments when
15485 looking for the keywords "record" and "private".
15486 (ada-goto-matching-decl-start): When matching "if", make sure we
15487 are not in fact seeing "end if". Ignore "when" statements except
15488 when initial keyword was "begin". Fix handling of nested
15489 procedures. Add a recursive call to this function to skip over
15490 other 'end' statmts. Fix indentation for "when .. => begin"
15491 (ada-in-open-paren-p): Fix indentation for complex boolean
15492 expressions, where 'and then', 'or else' and parenthesis
15493 statements are mixed up.
15494 (ada-in-paramlist-p): Skip comments while searching for the
15495 beginning Fix handling of operator declarations.
15496 (ada-indent-align-comments): New variable
15497 (ada-indent-current): Change the syntax table only in the
15498 protected section, so that we are sure it is restored correctly.
15499 (ada-indent-on-previous-lines): Use ada-use-indent and
15500 ada-with-indent Correctly indent "select ... then"
15501 (ada-indent-region): Slight speedup.
15502 (ada-indent-renames): New variable.
15503 (ada-last-which-function-subprog, ada-last-which-function-line):
15504 New variables
15505 (ada-looking-at-semi-private): Correctly indent the 'private'
15506 keyword when it is the first word in a package declaration.
15507 (ada-loose-case-word): Stop searching if at the end of the buffer.
15508 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15509 even if point is not initially at the end of the word.
15510 (ada-matching-decl-start-re): Add "when".
15511 (ada-mode): Add support for abbrev-mode, outline-mode and
15512 which-func-mode Override the old find-file.el entry in
15513 ff-special-constructs since it is using the obsolete
15514 ada-spec-suffix variable
15515 (ada-no-auto-case): New function
15516 (ada-scan-paramlist): When parsing the argument type, accept
15517 spaces (as in "X 'Class", generated by Rational Rose).
15518 (ada-other-file-name): No longer loads the other file.
15519 (ada-popup-menu): Save and restore the current buffer and cursor
15520 position before and after displaying the menu.
15521 (ada-search-ignore-complex-boolean): New function.
15522 (ada-uncomment-region): Emacs21 already knows how to delete
15523 comments not starting in the first column.
15524 (ada-use-indent): New variable
15525 (ada-which-function): New function.
15526 (ada-with-indent): New variable
15527 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15528 can be batch-compiled from the command line.
15529
15530 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15531 Add to the menu when the file is loaded, not in ada-mode-hook.
15532 Add -toolbar to the default ddd command Switches moved from
15533 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15534 ada-prj-default-comp-opt
15535 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15536 Reference Manual to the menu
15537 (ada-check-current): rewritten as a call to ada-compile-current
15538 (ada-compile): Removed.
15539 (ada-compile-application, ada-compile-current, ada-check-current):
15540 Set the compilation-search-path so that compile.el automatically
15541 finds the sources in src_dir. Automatic scrollong of the
15542 compilation buffer. C-uC-cC-c asks for confirmation before
15543 compiling
15544 (ada-compile-current): New parameter, prj-field
15545 (ada-complete-identifier): Load the .ali file before doing
15546 processing
15547 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15548 conform to gnatmake's behavior.
15549 (ada-find-file-in-dir): New function
15550 (ada-find-references): Set the environment variables for gnatfind
15551 (ada-find-src-file-in-dir): New function.
15552 (ada-first-non-nil): Removed
15553 (ada-gdb-application): Add support for jdb, the java debugger.
15554 (ada-get-ada-file-name): Load the original-file first if not done
15555 yet.
15556 (ada-get-all-references): Handles the new ali syntax (parent types
15557 are found between <>).
15558 (ada-initialize-runtime-library): New function
15559 (ada-mode-hook): Always load a project file when a file is opened,
15560 so that the casing exceptions are correctly read.
15561 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15562 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15563 to open the project file, since the latter does not work with
15564 speedbar Get default values before loading the prj file, or the
15565 default executable file name is wrong. Use the absolute value of
15566 src_dir to initialize ada-search-directories and
15567 compilation-search-path,... Add the standard runtime library to
15568 the search path for find-file.
15569 (ada-prj-default-debugger): Was missing an opening '{'
15570 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15571 variables.
15572 (ada-prj-default-gnatmake-opt): New variable
15573 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15574 buffers, the project file is the default one Save the windows
15575 configuration before displaying the menu.
15576 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15577 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15578 ...) regexp-quote identifiers names to support operators +,
15579 -,... in regexps.
15580 (ada-remote): New function.
15581 (ada-run-application): Erase the output buffer before starting the
15582 run Support remote execution of the application. Use
15583 call-process, or the arguments are incorrectly parsed
15584 (ada-set-default-project-file): Reread the content of the active
15585 project file, not the one from the current buffer When a project
15586 file is set as the default project, all directories are
15587 automatically associated with it.
15588 (ada-set-environment): New function
15589 (ada-treat-cmd-string): New special variable ${current}
15590 (ada-treat-cmd-string): Revised. The substitution is now done for
15591 any ${...} substring
15592 (ada-xref-current): If no body was found, compiles the spec
15593 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15594 compiler to get rid of command line length limitations.
15595 (ada-xref-get-project-field): New function
15596 (ada-xref-project-files): New variable
15597 (ada-xref-runtime-library-specs-path)
15598 (ada-xref-runtime-library-ali-path): New variables
15599 (ada-xref-set-default-prj-values): Default run command now does a
15600 cd to the build directory. New field: main_unit Provide a default
15601 file name even if the current buffer has no prj file.
15602
15603 * ada-prj.el:
15604 Rewritten to show a tabbed-dialog.
15605 (ada-prj-add-ada-menu): Remove the map and name parameters.
15606 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15607 New function
15608 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15609 (ada-prj-load-from-file): New function
15610 (ada-prj-save): Always save fields that depend on the current buffer
15611 (ada-prj-show-value): New function
15612
15613 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15614 Ada mode. This will allow us to display the Ada menu in any buffer
15615 we want (for project items).
15616 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15617 number of spaces in the header.
15618
156192000-07-24 Dave Love <fx@gnu.org>
15620
15621 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15622
156232000-07-23 Noah Friedman <friedman@splode.com>
15624
15625 * type-break.el (type-break): perform autosave.
b52758d1 15626 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15627 (type-break-do-query): Cancel query schedule while performing
15628 actual query, to avoid possibility of a second query being made
15629 while first one is already in progress.
15630 (type-break-time-stamp-format): New variable.
15631 (type-break-time-stamp): New function.
15632 (type-break-time-warning): Use it.
15633 (type-break-keystroke-warning): Use it.
15634 (type-break-noninteractive-query): Use it.
15635
15636 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15637 cookie.
15638 Use add-minor-mode to set minor-mode-alist, if available.
15639 (eldoc-echo-area-use-multiline-p): New user option.
15640 (eldoc-echo-area-multiline-supported-p): New variable.
15641 (eldoc-docstring-format-sym-doc): Use them.
15642 (eldoc-mode): If not using idle timers, append to local post and
15643 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15644 (eldoc-display-message-no-interference-p): Don't interfere with
15645 edebug.
15646 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15647 (eldoc-function-arglist): New function.
15648 (eldoc-function-argstring): Use it.
15649
15650 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15651 auto save directory exists before calling directory-files.
15652
156532000-07-23 Dave Love <fx@gnu.org>
15654
15655 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15656 ^o, ^u.
15657
156582000-07-21 Dave Love <fx@gnu.org>
15659
15660 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15661 now passed to the function. It now works properly.
15662
15663 * smerge-mode.el (smerge-mode-menu): Fill it out.
15664
156652000-07-20 Gerd Moellmann <gerd@gnu.org>
15666
15667 * info-look.el (info-lookup): If *info* is shown in another frame
15668 on the same display, select that frame, instead of switching to
15669 the Info buffer in another window of the selected frame.
15670
15671 * simple.el (universal-argument-map): Bind numeric keypad keys
15672 kp-0 to kp-9 and kp-subtract.
15673 (digit-argument): Handle these keys.
15674
156752000-07-20 Dave Love <fx@gnu.org>
15676
15677 * net/goto-addr.el (goto-address-fontify): Don't bother with
15678 buffer-modified and read-only stuff -- irrelevant with overlays.
15679 Put an extra property on the overlays and use it to clean up in
15680 case goto-address is re-run.
15681
156822000-07-19 Richard M. Stallman <rms@gnu.org>
15683
15684 * timer.el (run-with-idle-timer): Doc fix.
15685
15686 * mail/mail-utils.el (mail-strip-quoted-names):
15687 Handle case where <...> appears inside "...".
15688 Use replace-match to edit the string more simply.
15689 (rmail-dont-reply-to): Cope with an unmatched ".
15690
156912000-07-19 Dave Love <fx@gnu.org>
15692
15693 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15694 implementation.
15695
15696 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15697 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15698 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15699
157002000-07-19 Gerd Moellmann <gerd@gnu.org>
15701
15702 * textmodes/refer.el: Correct maintainer's email address.
15703
15704 * progmodes/hideif.el: Correct author's email address.
15705 Fix typo in comment.
15706
15707 * xml.el: New file.
15708
15709 * mail/mailheader.el: Correct author's mail address.
15710
15711 * gnus/parse-time.el: Correct author's mail address.
15712
157132000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15714
15715 * comint.el (comint-highlight-input, comint-highlight-face):
15716 New user options.
15717 (comint-input-ring-file-name): Change custom type.
15718 (comint-mode-map): Bind mouse-2.
15719 (comint-insert-clicked-input): New function.
15720 (comint-send-input): Handle input highlighting.
15721
157222000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15723
15724 * mouse.el (popup-menu): New function.
15725 (mouse-major-mode-menu): Use it.
15726
157272000-07-18 Dave Love <fx@gnu.org>
15728
15729 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15730 improvements.
15731
157322000-07-18 Gerd Moellmann <gerd@gnu.org>
15733
15734 * faces.el (face-font-selection-order)
15735 (face-font-family-alternatives): Add custom type.
15736
157372000-07-18 Dave Love <fx@gnu.org>
15738
15739 * cus-edit.el (custom-variable-reset-saved)
15740 (custom-variable-reset-standard): Remove unused bindings.
15741
15742 * rect.el (open-rectangle-line): Remove unused let.
15743
15744 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15745
157462000-07-18 Gerd Moellmann <gerd@gnu.org>
15747
15748 * cdl.el: Fix `Maintainer' keyword.
15749
15750 * play/pong.el: Add author's email address.
15751
157522000-07-17 Sam Steingold <sds@gnu.org>
15753
15754 * files.el (insert-directory): Call `split-string' instead of
15755 re-implementing it.
15756
157572000-07-18 Gerd Moellmann <gerd@gnu.org>
15758
15759 * mail/vms-pmail.el: Change maintainer to FSF.
15760
15761 * net/goto-addr.el: Change maintainer to FSF.
15762
15763 * info.el (Info-title-face-alist): Removed.
15764
157652000-07-18 David Ponce <david@dponce.com>
15766
15767 * recentf.el (recentf-open-files): New command that works like
15768 `recentf-open-more-files', but shows the whole list of files (not just
15769 those omitted from the menu). Useful if you don't use a menu-bar!
15770 (recentf-open-more-files) Modified to use `recentf-open-files'.
15771
15772 (recentf-open-files, recentf-open-more-files)
15773 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15774
15775 (recentf-dialog-mode): New mode for dialogs. You can now just type
15776 "q" to cancel the dialogs.
15777
157782000-07-18 David Ponce <david@dponce.com>
15779
15780 * recentf.el: This is a major update of recentf.el. It adds new
15781 features to better organize the recentf menu and "More..." buffer.
15782
15783 Using new provided menu filtering functions you can now organize the
15784 recent files list:
15785
15786 - by major modes
15787 - by directories
15788 - by user defined rules
15789
15790 Finally, with the new `recentf-filter-changer' customizable filter you
15791 can define a ring of filters and dynamically (via the menu) cycle on
15792 each menu organization in the ring (a la msb).
15793
157942000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15795
15796 * eshell/eshell.el (eshell): Replace links to eshell.info with
15797 links to eshell, to avoid problems on systems where the manual is
15798 installed as `eshell'.
15799 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15800 * eshell/em-smart.el (eshell-smart): Ditto.
15801 * eshell/em-banner.el (eshell-banner): Ditto.
15802 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15803
15804 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15805 same-file check in the MS-DOS version (it does support inodes).
15806
15807 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15808
15809 * eshell/eshell.el (eshell-directory-name):
15810 Run default directory name through convert-standard-filename.
15811
158122000-07-18 Kenichi Handa <handa@etl.go.jp>
15813
15814 * international/mule-cmds.el (select-safe-coding-system):
15815 Fix typo in the comment.
15816
15817 * language/european.el (compound-text):
15818 Force katakana-jisx0201 to be designated to G1.
15819
15820 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15821 Don't translate some national variant characters of latin-jisx0201.
15822 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15823
15824 * international/kkc.el (kkc-after-update-conversion-functions):
15825 New variable.
15826 (kkc-update-conversion): Run functions in it at the tail.
15827
158282000-07-16 John Wiegley <johnw@gnu.org>
15829
15830 * lisp/align.el (align-newline-and-indent):
15831 Adding new function. for auto-aligning blocks of code on RET.
15832 (align-region): Fixed badly formatted minibuffer message.
15833
158342000-07-17 Kenichi Handa <handa@etl.go.jp>
15835
15836 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15837 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15838 the conversion list at first if appropriate.
15839 (kkc-next): Don't update kkc-next-count here.
15840 (kkc-prev): Don't update kkc-prev-count here.
15841 (kkc-show-conversion-list-update): Fix setting up of conversion
15842 list message.
15843
158442000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15845
15846 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15847
158482000-07-16 Dave Love <fx@gnu.org>
15849
15850 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15851 function to be more specific.
15852
15853 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15854 non-string help-echo.
15855 (widget-types-convert-widget): Defsubst it.
15856 (widget-echo-help): Try to cope with a help-echo function of two
15857 possible sorts.
15858
158592000-07-15 Jason Rumney <jasonr@gnu.org>
15860
15861 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15862 Declare as obsolete.
15863
15864 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15865
158662000-07-14 Gerd Moellmann <gerd@gnu.org>
15867
15868 * hilit-chg.el: Fix typo.
15869
158702000-07-14 Dave Love <fx@gnu.org>
15871
15872 * info.el (Info-mode-menu): Fix use of :help, :enable.
15873
158742000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15875
15876 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15877
158782000-07-13 Dave Love <fx@gnu.org>
15879
15880 * emacs-lisp/easymenu.el: Doc fixes.
15881 (easy-menu-remove): Defalias to ignore.
15882
15883 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15884 Call throw correctly.
15885
158862000-07-13 Gerd Moellmann <gerd@gnu.org>
15887
15888 * faces.el (frame-background-mode): Doc fix.
15889
15890 * simple.el (eval-expression-print-length): Change custom type to
15891 allow entering nil as value.
15892
158932000-07-13 Dave Love <fx@gnu.org>
15894
15895 * progmodes/fortran.el (fortran-imenu-generic-expression):
15896 Change definition layout.
15897 (fortran-mode-menu): Reinstate customize entries.
15898
15899 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15900 Use :filter, per old XEmacs code.
15901
159022000-07-12 Gerd Moellmann <gerd@gnu.org>
15903
15904 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15905 event when deciding what to send to the terminal.
15906
159072000-07-12 Dave Love <fx@gnu.org>
15908
15909 * cus-start.el: Add optional version as 4th element of specs and
15910 use it for several things new in v21. Remove load-path. Fix type
15911 of line-number-display-limit.
15912
159132000-07-11 Dave Love <fx@gnu.org>
15914
15915 * progmodes/fortran.el: Don't require easymenu.
15916 Use repeat counts in various regexps.
15917 (fortran-mode-syntax-table): Defvar directly.
15918 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15919 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15920 Use defvar, not defconst.
15921 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15922 (fortran-mode): Set fortran-comment-line-start-skip,
15923 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15924 (fortran-comment-indent): Use defsubst.
15925 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15926 Use fortran-comment-indent, not fortran-comment-indent-function.
15927 (fortran-comment-region, fortran-electric-line-number): Simplify.
15928 (fortran-auto-fill): New function.
15929 (fortran-do-auto-fill): Deleted.
15930 (fortran-find-comment-start-skip):
15931 Check for non-null comment-start-skip.
15932 (fortran-auto-fill-mode, fortran-fill-statement):
15933 Use fortran-auto-fill.
15934 (fortran-fill): Use fortran-auto-fill. Check for null
15935 comment-start-skip. Simplify final clause and use end-of-line finally.
15936
15937 * widget.el (widget-plist-member): New alias.
15938
159392000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15940
15941 * eshell/esh-module.el (toplevel): Reference
15942 byte-compile-current-file only if it is bound.
15943
159442000-07-10 Gerd Moellmann <gerd@gnu.org>
15945
15946 * dired.el: Don't require `dired-aux'.
15947
159482000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15949
15950 * dired-aux.el (dired-show-file-type): New function.
15951 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15952 (dired-show-file-type): Add autoload.
15953
159542000-07-10 Kenichi Handa <handa@etl.go.jp>
15955
15956 * international/mule-diag.el (describe-font): Adjusted for the
15957 change of fontset-info.
15958 (print-fontset): Likewise.
15959
159602000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15961
15962 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15963
159642000-07-07 Gerd Moellmann <gerd@gnu.org>
15965
15966 * bindings.el: Bind `[delete]' to delete-char.
15967
15968 * dired.el (dired-find-alternate-file): New function.
15969 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15970 (toplevel): Require dired-aux when compiling.
15971 (dired-buffers): Move defvar within file to avoid compiler warning.
15972
15973 * info.el (Info-last-search): Variable removed.
15974 (Info-search-history): New variable.
15975 (Info-search): New Info-search-history.
15976
15977 * battery.el, info-look.el: Change author's mail address.
15978
159792000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15980
15981 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15982 if rmail-ignored-headers is nil.
15983 (rmail-retry-failure): Bind rmail-ignored-headers and
15984 rmail-displayed-headers to nil.
15985
159862000-07-06 Gerd Moellmann <gerd@gnu.org>
15987
15988 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15989 (print-region-1): Don't hard code `-h' here.
15990
15991 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15992
159932000-07-01 Francesco Potorti` <pot@gnu.org>
15994
15995 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15996 exim can use "your message" instead of "the message".
15997
159982000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15999
16000 * facemenu.el: Docstrings fixes.
16001 (facemenu-get-face): Don't use internal-find-face.
16002 (facemenu-iterate): Rename arg to match the docstring.
16003
16004 * newcomment.el (uncomment-region): Be more careful when skipping
16005 backwards over `=' not to bump into BOBP.
16006
160072000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16008
16009 * ediff-diff.el (ediff-wordify): Use syntax table.
16010 * ediff-init.el (ediff-has-face-support-p): Use
16011 ediff-color-display-p.
16012 (ediff-color-display-p): Use display-color-p, changed to defun
16013 from defsubst.
16014 Got rid of special cases for NeXT and OS/2.
16015 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16016 face.
16017
160182000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16019
16020 * emacs-lisp/lucid.el: Require CL.
16021 (copy-tree, remprop): Remove, it's provided by CL.
16022 (map-keymap): Define in terms of cl-map-keymap.
16023 (extent-property, set-extent-end-glyph): New functions.
16024
16025 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16026
160272000-07-05 Gerd Moellmann <gerd@gnu.org>
16028
16029 * Makefile.in (DONTCOMPILE): Add comment that the name may
16030 not be changed without changing the make-dist script.
16031
16032 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16033 (cl-mapc): Use mapc instead of cl-old-mapc.
16034
160352000-07-05 Andrew Innes <andrewi@gnu.org>
16036
16037 * makefile.nt: Add support for `bootstrap' and related targets.
16038
160392000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16040
16041 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16042 (easy-menu-do-define): Use `menu-item' format.
16043 Handle case where easy-menu-create-menu returns a symbol.
16044 Manually call the potential top-level filter in the function binding.
16045 (easy-menu-filter-return): New arg NAME.
16046 Convert to a keymap if MENU is an XEmacs menu.
16047 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16048 (easy-menu-converted-items-table, easy-menu-convert-item):
16049 New var and fun to memoize easy-menu-convert-item-1.
16050 (easy-menu-do-add-item): Use it.
16051 (easy-menu-create-menu): Use easy-menu-convert-item.
16052 Wrap easy-menu-filter-return around any :filter specification.
16053 Don't convert the menu if a filter was specified.
16054 Tell easy-menu-make-symbol not to check for MENU being an expression.
16055 (easy-menu-make-symbol): New arg NOEXP.
16056
160572000-07-05 Gerd Moellmann <gerd@gnu.org>
16058
16059 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16060 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16061 (eval-defun): If called with prefix arg, instrument code for
16062 Edebug.
16063
16064 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16065 similar to that of eval-defun.
16066
160672000-07-04 Dave Love <fx@gnu.org>
16068
16069 * hl-line.el (hl-line-overlay): Make it permanent-local.
16070
16071 * calendar/todo-mode.el: Replaced with a working version, based on
16072 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16073
160742000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16075
16076 * paths.el (prune-directory-list): New function.
16077 (Info-default-directory-list): Rewritten to more methodically
16078 enumerate a big list of possible info directories (based on the
16079 list used by the standalone info reader).
16080
16081 * info.el (info-initialize): Use prune-directory-list to remove
16082 non-existent directories from Info-directory-list.
16083
16084 * paths.el (Info-default-directory-list): Try a list of possible
16085 info-directories instead of a single one. Add the possible
16086 info directory "/usr/share/info".
16087
16088 * woman.el (woman-man.conf-path): Explicitly include the debian
16089 man-db config file "/etc/manpath.config".
16090 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16091 are present in `manpath.config'.
16092 (woman-manpath): Include "/usr/share/man".
16093
160942000-07-03 Gerd Moellmann <gerd@gnu.org>
16095
16096 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16097
16098 * startup.el (command-line): Initialize blink-cursor based
16099 on window-system.
16100
16101 * frame.el (blink-cursor): Default to nil if not running under
16102 a window-system.
16103
16104 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16105 (face-x-resources): Remove duplicate entry for :font.
16106
16107 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16108 instead of cycling through windows with next-window.
16109
16110 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16111 of cycling through windows with next-window.
16112
16113 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16114 of cycling through windows with next-window.
16115
16116 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16117 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16118 instead of cycling through windows with next-window.
16119
16120 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16121 instead of cycling through windows with next-window.
16122
16123 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16124 of cycling through windows with next-window.
16125
16126 * terminal.el (te-process-output): Use walk-windows instead of
16127 cycling through windows with next-window.
16128
16129 * server.el (server-switch-buffer): Use some-window instead of
16130 cycling through windows with next-window.
16131
16132 * window.el (some-window): New function.
16133 (walk-windows): Remove reference to walk-windows-start.
16134
16135 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16136
161372000-07-03 Richard Stallman <rms@gnu.org>
16138
16139 * window.el (walk-windows): Guarantee termination by keeping a list
16140 of all the windows already handled.
16141
161422000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16143
16144 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16145 window-system.
16146
16147 * man.el (Man-notify-when-ready): Don't use window-system. If
16148 Man-notify-method is newframe, and the display is not
16149 multi-frame, select the frame created for the man page.
16150 (Man-init-defvars): Doc fix.
16151
161522000-06-28 Gerd Moellmann <gerd@gnu.org>
16153
16154 * faces.el (region): Change background color for light background.
16155
16156 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16157 attribute from mode-line face of Ediff control frame.
16158
16159 * replace.el (query-replace-map): Bind `e' like `E'.
16160
161612000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16162
16163 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16164 Change name to "Select All".
16165
16166 * dos-fns.el (convert-standard-filename): Fix last change.
16167
161682000-06-27 Gerd Moellmann <gerd@gnu.org>
16169
16170 * help.el (describe-variable): Don't insert a second `'s' in front
16171 of the string `value is shown below'. Since the syntax-table is
16172 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16173 an existing `'s', so that this won't be deleted.
16174
16175 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16176 * pcmpl-unix.el: New files.
16177
161782000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16179
16180 * wid-edit.el (widget-member): Use the new plist-member.
16181
161822000-06-26 Gerd Moellmann <gerd@gnu.org>
16183
16184 * replace.el (perform-replace): Undo change of 2000-04-04.
16185 Instead, move backward 1 character at the end of the loop when
16186 necessary.
16187
16188 * faces.el (fringe): Change face for different backgrounds.
16189
16190 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16191 patch from John.
16192
16193 * eshell/*.el: Change spelling of the Free Software Foundation.
16194
16195 * eshell/esh-toggle.el: Removed.
16196
16197 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16198
16199 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16200 interactively.
16201
162022000-06-26 Alex Schroeder <alex@gnu.org>
16203
16204 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16205 `define-key'; instead of checking `(emacs-version)' check for
16206 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16207 for `;' and `o' which might be electric.
16208
16209 (sql-electric-stuff): New user option.
16210 (sql-magic-go): New function which uses `sql-electric-stuff'.
16211 (sql-magic-semicolon): New function which uses
16212 `sql-electric-stuff'.
16213
16214 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16215 is not fboundp.
16216
16217 (sql-oracle-options): New variable.
16218 (sql-oracle): Use it.
16219
16220 (sql-imenu-generic-expression): Doc change.
16221 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16222 is used.
16223
16224 (sql-informix): Added command line parameter "-" to force
16225 sql-informix-program to use stdout.
16226
162272000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16228
16229 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16230 (cp864-decode-table): Doc fix.
16231 (cp720-decode-table): New variable, supports the Arabic OEM
16232 codepage used by Windows.
16233 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16234
162352000-06-23 Dave Love <fx@gnu.org>
16236
16237 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16238 (font-lock-fontify-anchored-keywords): Use
16239 line-beginning-position.
16240 (global-font-lock-mode): Use mapc.
16241
162422000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16243
16244 * eshell/esh-module.el: Require CL when compiling.
16245
162462000-06-23 Gerd Moellmann <gerd@gnu.org>
16247
16248 * comint.el (comint-substitute-in-file-name): Call replace-match
16249 with second and third arg t.
16250
16251 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16252 Specify foreground color.
16253
16254 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16255 color.
16256
16257 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16258
16259 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16260 cddr instead of cdddr.
16261
16262 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16263 instead of copy-list.
16264
16265 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16266 of copy-list.
16267
16268 * subdirs.el: Add eshell subdirectory.
16269
16270 * eshell: New subdirectory containing the Eshell package.
16271
16272 * pcomplete.el: New file.
16273
162742000-06-23 Paul Eggert <eggert@twinsun.com>
16275
16276 * mail/mailpost.el (post-mail-send-it): Make sure file has
16277 proper permissions from birth.
16278
16279 * files.el (basic-save-buffer-2): When temporarily setting
16280 file modes, set them to current modes plus 0200, not to 0777.
16281
16282 * emerge.el (emerge-make-temp-file): Make sure file has proper
16283 permissions from birth.
16284
162852000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16286
16287 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16288 backup file name through convert-standard-filename.
16289
16290 * dos-fns.el (convert-standard-filename): Convert leading
16291 directories as well. When long file names are supported, convert
16292 characters that are invalid in Windows file names.
16293
162942000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16295
16296 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16297 ps-print crashes. New feature: page selection for printing. Create
16298 raw-text-unix coding system for XEmacs. Doc fix.
16299 (ps-print-version): New version number (5.2.3).
16300 (ps-plot-region): Bug fix.
16301 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16302 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16303 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16304 funs.
16305 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16306 (ps-last-page): New vars.
16307
163082000-06-21 Gerd Moellmann <gerd@gnu.org>
16309
16310 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16311 empty option string.
16312
163132000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16314
16315 * man.el (man): Doc fix.
16316
163172000-06-21 Kenichi Handa <handa@etl.go.jp>
16318
16319 * international/mule-cmds.el (set-language-info-alist): Docstring
16320 fixed.
16321
163222000-06-20 Gerd Moellmann <gerd@gnu.org>
16323
16324 * version.el (emacs-version): Use ISO date format.
16325
16326 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16327 instead of `M-backspace'.
16328
16329 * simple.el (turn-off-auto-fill): New function.
16330
163312000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16332
16333 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16334 Renamed from with-buffer-prepared-for-font-lock and use
16335 inhibit-modification-hooks rather than setting *-change-functions.
16336 Update all functions to use the new name.
16337 (jit-lock-first-unfontify-pos): New semantics (and doc).
16338 (jit-lock-mode): Make non-interactive.
16339 Don't automatically turn on font-lock.
16340 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16341 Always use jit-lock-after-change.
16342 Remove and restore font-lock-after-change-function.
16343 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16344 (jit-lock-after-unfontify-buffer): Remove.
16345 (jit-lock-stealth-fontify):
16346 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16347 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16348
163492000-06-20 Sam Steingold <sds@gnu.org>
16350
16351 * emacs-lisp/cl-indent.el (toplevel): Indent
16352 `print-unreadable-object' properly. Untabify.
16353
163542000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16355
16356 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16357 Support for bibentry.
16358 (reftex-compile-variables): Fixed problem with end of section-re.
16359
16360 * texmodes/reftex-dcr.el (reftex-view-crossref,
16361 reftex-view-crossref-from-bibtex):
16362 Deal with changed `reftex-find-citation-regexp-format'.
16363 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16364 Replaced `remprop' with `put'.
16365 (reftex-view-crossref, reftex-view-crossref-when-idle):
16366 Support for bibentry.
16367
16368 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16369 New entry for bibentry package.
16370
16371 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16372 Regexp also matches "\nobibliography".
16373
16374 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16375 Call `reftex-ensure-write-access' before doing anything.
16376 (reftex-ensure-write-access): New function.
16377
163782000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16379
16380 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16381
16382 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16383
16384 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16385
16386 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16387
16388
163892000-06-20 Dave Love <fx@gnu.org>
16390
16391 * faces.el (frame-background-mode): Use set-default, not set, in
16392 setter.
16393 (frame-update-faces, frame-update-face-colors): Define with
16394 defalias.
16395
16396 * enriched.el (enriched-decode-foreground)
16397 (enriched-decode-background): Don't use internal-find-face.
16398
16399 * apropos.el: Doc fixes.
16400
16401 * cus-edit.el (customize-changed-options): Check arg.
16402 (customize-version-lessp): Don't require decimal point.
16403
16404 * custom.el (defcustom, defgroup): Doc fix.
16405
16406 * newcomment.el (comment) <defgroup>: Add :version.
16407 (comment-multi-line): Doc fix.
16408
16409 * emulation/mlsupport.el (define-hooked-local-abbrev,
16410 define-hooked-global-abbrev): Fix, using define-abbrev.
16411
164122000-06-19 Gerd Moellmann <gerd@gnu.org>
16413
16414 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16415 the whole buffer.
16416
164172000-06-19 Dave Love <fx@gnu.org>
16418
16419 * menu-bar.el (menu-bar-options-save): New function.
16420 (menu-bar-options-menu): Use it.
16421 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16422 Simplify.
16423
164242000-06-19 Andreas Schwab <schwab@suse.de>
16425
16426 * progmodes/etags.el (tags-query-replace): Put new parameters
16427 START and END at the end, for backward compatibility.
16428
164292000-06-19 Kenichi Handa <handa@etl.go.jp>
16430
16431 * international/codepage.el:
16432 (cp-coding-system-for-codepage-1): Delete special codes for
16433 generating xxx-dos coding system because now a CCL based coding
16434 system can handle EOL conversion by default.
16435
16436 * international/mule.el (make-coding-system): Generate subsidiary
16437 coding systems for EOL handling variants even for a CCL based
16438 coding system.
16439
164402000-06-19 Kenichi Handa <handa@etl.go.jp>
16441
16442 * international/isearch-x.el (isearch-minibuffer-input-method)
16443 (isearch-minibuffer-input-method-function): These variables
16444 deleted.
16445 (isearch-with-input-method): Don't use the above variables.
16446 (isearch-process-search-multibyte-characters): Likewise. Call
16447 read-string with the arg INHERIT-INPUT-METHOD t.
16448
164492000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16450
16451 * font-lock.el (font-lock-after-fontify-buffer)
16452 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16453
16454 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16455 Use consistent make-local-variable style for font-lock-fontified.
16456 (jit-lock-fontify-buffer):
16457 Don't bother checking for font-lock-mode and jit-lock-mode.
16458
16459 * time.el: Remove trailing ^M that prevent CVS-merging.
16460
164612000-06-16 Gerd Moellmann <gerd@gnu.org>
16462
16463 * Makefile.in (distclean): New target.
16464
164652000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16466
16467 * Makefile.in (srcdir): Define for update-subdirs.
16468
164692000-06-16 Gerd Moellmann <gerd@gnu.org>
16470
16471 * find-lisp.el: New file.
16472
164732000-06-16 Andrew Innes <andrewi@gnu.org>
16474
16475 * time.el (display-time-mail-function): New variable, to allow
16476 external packages to indicate when new mail is available.
16477 (display-time-update): Use it.
16478
164792000-06-16 Kenichi Handa <handa@etl.go.jp>
16480
16481 * international/mule.el (mule-version): Change version name to
16482 SAKAKI. AOI has already been used by Meadow.
16483
16484 * international/quail.el (quail-show-guidance-buf): To find the
16485 bottom window (but minibuffer), pay attention to the height of
16486 minibuffer.
16487
164882000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16489
16490 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16491 menu-bar menus. Add help strings. Don't remove the Edit menu
16492 from the menu bar, as the menu bar has enough space now.
16493
16494 * Makefile.in (SHELL): Make sure /bin/sh is used.
16495
16496 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16497 characters, which use series of two ^H characters instead of one.
16498
164992000-06-15 Gerd Moellmann <gerd@gnu.org>
16500
16501 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16502 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16503 functions.
16504 (Info-find-node-2): Try a case-sensitive search first, then
16505 do a case-insensitive search.
16506
16507 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16508 tutorials.
16509
16510 * complete.el (PC-env-vars-alist): New variable.
16511 (PC-complete-as-file-name): New function.
16512 (partial-completion-mode): Initialize PC-env-vars-alist from
16513 process-environment.
16514 (PC-do-completion): Handle completion of env vars.
16515
16516 * info.el (Info-set-mode-line): Show file name in mode line,
16517 use `*Info*' instead of `Info:'.
16518
16519 * startup.el (command-line-1): Change copyright messages to year
16520 2000.
16521
165222000-06-15 Dave Love <fx@gnu.org>
16523
16524 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16525 not local-map.
16526
165272000-06-15 Kenichi Handa <handa@etl.go.jp>
16528
16529 * international/mule.el (set-buffer-file-coding-system): Almost
16530 rewritten to handle `undecided' as no-op.
16531
165322000-06-14 Gerd Moellmann <gerd@gnu.org>
16533
16534 * Makefile.in: New file.
16535
16536 * Makefile: Removed.
16537
16538 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16539 (goto-address-highlight-keymap): Bind C-c RET.
16540
165412000-06-14 Kenichi Handa <handa@etl.go.jp>
16542
16543 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16544 inherits buffer-file-coding-system of the current buffer.
16545
16546 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16547 0. Give correct argument to set-auto-coding-function.
16548 (tar-expunge): For goto-char, use (point-min), not 0.
16549 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16550 (tar-subfile-save-buffer): Likewize.
16551
16552 * international/mule.el
16553 (after-insert-file-set-buffer-file-coding-system): Call
16554 set-buffer-file-coding-system with the arg FORCE t.
16555
165562000-06-13 Gerd Moellmann <gerd@gnu.org>
16557
16558 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16559 nil. Contemporary sendmails issue an X-Authentication-Warning if
16560 the sender is set with `-f'.
16561
165622000-06-13 Dave Love <fx@gnu.org>
16563
16564 * help.el (describe-function-1): Kluge around cases of functions
16565 fset to subrs whose doc doesn't match their symbol-name.
16566
16567 * image.el (insert-image): Default STRING to a space.
16568
16569 * info.el Doc fixes.
16570 (Info-build-node-completions): Match Ref tags.
16571
165722000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16573
16574 * frame.el (display-multi-frame-p, display-multi-font-p): New
16575 defaliases for display-graphic-p.
16576
16577 * hl-line.el: Fixed a typo in commentary.
16578
165792000-06-13 Kenichi Handa <handa@etl.go.jp>
16580
16581 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16582 fixed.
16583
165842000-06-12 Dave Love <fx@gnu.org>
16585
16586 * image.el (insert-image): Save a little consing.
16587
165882000-06-12 Kenichi Handa <handa@etl.go.jp>
16589
16590 * language/tibet-util.el: Convert all tibetan-1-column characters
16591 to the corresponding tibetan characters.
16592 (tibetan-add-components): Delete code for the special treatment of
16593 'a chung.
16594
16595 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16596 change.
16597 (tibetan-vowel-transcription-alist): More rules added.
16598 (tibetan-composite-vowel-alist): New variable.
16599 (tibetan-precomposition-rule-alist): More rules added.
16600
166012000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16602
16603 * startup.el (command-line): Only call menu-bar-mode if interactive.
16604
16605 * thingatpt.el (toplevel symbol-properties):
16606 * textmodes/makeinfo.el (makeinfo-compile):
16607 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16608 * progmodes/hideif.el (hif-compress-define-list)
16609 (hide-ifdef-use-define-alist):
16610 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16611 (ange-ftp-vms-add-file-entry):
16612 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16613 * man.el (Man-build-man-command):
16614 * mail/rnewspost.el (news-reply-header-hook):
16615 * info.el (Info-insert-dir):
16616 * emulation/mlconvert.el (backward-word, forward-word, setq):
16617 * emacs-lisp/gulp.el (gulp-send-requests):
16618 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16619 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16620 (byte-optimize-apply, end of file):
16621 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16622 (ad-make-freeze-definition):
16623 * startup.el (command-line, command-line-1): Don't quote lambdas.
16624
16625 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16626 (cvs-cleanup-removed): New function.
16627 (cvs-cleanup-functions): New var.
16628 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16629 some flexibility in specifying additional entries to auto-cleanup.
16630 (cvs-quickdir): New function.
16631 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16632 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16633 (cvs-mode-find-file): Check that we are on a filename or dirname
16634 when invoked through a mouse-click.
16635 (cvs-full-path): Remove.
16636 (cvs-dired-action): Re-introduced.
16637 (cvs-dired-noselect): Use it.
16638 (vc-post-command-functions): use this new hook if available.
16639
16640 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16641 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16642 (cvs-filename-map, cvs-dirname-map): Remove.
16643 (cvs-default-action): Remove.
16644 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16645 if the arg is really a keymap.
16646 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16647 Don't hardcode the mapping from state (aka type) to face, but check
16648 the var cvs-fi-<type>-face instead.
16649 (cvs-fileinfo-from-entries): New function.
16650
16651 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16652 Docstring fix.
16653 (cvs-find-file-and-jump): Change default to be safer.
16654 (cvs-mode-diff-map): Define it as a function as well.
16655 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16656 Bind mouse-2 in this global map rather than with text-properties.
16657
16658 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16659 file to resolve the ambiguity between C(conflict) and C(need-merge).
16660
166612000-06-12 Kenichi Handa <handa@etl.go.jp>
16662
16663 * international/mule.el (set-buffer-file-coding-system): If
16664 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16665 unconditionally.
16666
166672000-06-12 Dave Love <fx@gnu.org>
16668
16669 * wid-edit.el (widget-specify-button): Really suppress the face if
16670 required.
16671
166722000-06-11 Gerd Moellmann <gerd@gnu.org>
16673
16674 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16675
166762000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16677
16678 * imenu.el (imenu-generic-expression): Docstring fix.
16679
16680 * composite.el (composition-function-table): Move the `put'
16681 below the autoload cookie so we can load the file before loaddefs.
16682
16683 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16684
16685 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16686 Handle easy-mmode-define-global-mode.
16687 For complex macros like define-minor-mode that can generate
16688 several autoload entries, try to autoload entries in the
16689 macroexpanded code.
16690
16691 * emacs-lisp/easy-mmode.el (define-minor-mode):
16692 If KEYMAP is a symbol, just use it.
16693 Use byte-compile-current-file and load-file-name to infer the
16694 proper :require to pass to defcustom.
16695 Wrap the hook var into `progn' so as not to autoload it.
16696 Add a :autoload-end cookie.
16697 Be more careful about the evaluation of KEYMAP.
16698 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16699 (define-derived-mode): Move define-abbrev-table outside of defvar.
16700
167012000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16702
16703 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16704 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16705 (backup-compiled-files): Ignore errors during `tar'.
16706 (bootstrap): Make autoloads before elc files.
16707
167082000-06-10 Kenichi Handa <handa@etl.go.jp>
16709
16710 * international/mule.el (set-buffer-file-coding-system): If one of
16711 undecided-XXX is specified, change only EOL conversion.
16712
16713 * international/mule-conf.el (unix): New alias for the coding
16714 system undecided-unix.
16715
167162000-06-09 Dave Love <fx@gnu.org>
16717
16718 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16719
16720 * progmodes/executable.el: Byte compile dynamic.
16721 (executable-insert): Change custom type.
16722 (executable-find): Add autoload cookie.
16723 (executable-make-buffer-file-executable-if-script-p): New
16724 function. After Noah Friedman.
16725
16726 * files.el (after-save-hook): Customize, with
16727 executable-make-buffer-file-executable-if-script-p as an option.
16728
167292000-06-09 Kenichi Handa <handa@etl.go.jp>
16730
16731 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16732 "tib24p-mule.bdf" for Tibetan.
16733
16734 * composite.el (decompose-composite-char): Declare it as obsolete.
16735
16736 * man.el (Man-fontify-manpage): Pay attention to underline and
16737 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16738
167392000-06-08 Gerd Moellmann <gerd@gnu.org>
16740
16741 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16742 Set maintainer to FSF since author isn't reachable.
16743
167442000-06-08 Dave Love <fx@gnu.org>
16745
16746 * international/mule-cmds.el (select-safe-coding-system): If
16747 DEFAULT-CODING-SYSTEM is not specified, also check the most
16748 preferred coding-system if buffer-file-coding-system is
16749 `undecided'. From Handa.
16750
167512000-06-08 Kenichi Handa <handa@etl.go.jp>
16752
16753 * international/mule.el
16754 (after-insert-file-set-buffer-file-coding-system): If the buffer
16755 size is greater than INSERTED, judget that we are not visiting.
16756
167572000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16758
16759 * whitespace.el (defgroup whitespace): Comment out `:version'.
16760 XEmacs 20.4 has problems defining the group with this present.
16761 We'll have this commented out till get resolve the problem.
16762
167632000-06-07 John Wiegley <johnw@gnu.org>
16764
16765 * align.el (align-dq-string-modes, align-sq-string-modes)
16766 (align-open-comment-modes): Add pyhton-mode.
16767 (align-rules-list): Use get-text-property instead of
16768 text-properties-at.
16769 (align-rules-list): Add python-assignment.
16770 (align-rules-list): Change perl-comma-delimiter to
16771 basic-comma-delimiter. Use if for Perl modes and python-mode.
16772 (align-rules-list): Add python-chain-logic and
16773 basic-line-continuation.
16774
167752000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16776
16777 * apropos.el (apropos-mode-hook): New user variable.
16778 (apropos-mode): Run apropos-mode-hook.
16779
167802000-06-07 David Ponce <david@dponce.com>
16781
16782 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16783 commands. Require `wid-edit' at run-time.
16784
167852000-06-07 David Ponce <david@dponce.com>
16786
16787 * recentf.el: Added some "Commentary".
16788 (recentf-open-more-files, recentf-edit-list): Minor changes to
16789 move the point at the top of the file list. This behaviour is
16790 consistent with the menu one when the list contains a lot of
16791 files.
16792 (recentf-cleanup): Now displays the number of items removed from
16793 the list.
16794 (recentf-relative-filter) New menu filter to show filenames
16795 relative to `default-directory'.
16796
167972000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16798
16799 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16800 with/without giving an error if PostScript printer doesn't have this
16801 kind of page size. Zebra Stripe continues or restarts on next page.
16802 Manual/automatic paper feeding. Switch or not the header.
16803 (ps-print-version): New version number (5.2.2).
16804 (ps-windows-system): Include emx as a Windows system.
16805 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16806 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16807 (ps-background-text): Code fix.
16808 (ps-error-handler-message, ps-user-defined-prologue)
16809 (ps-print-prologue-header, ps-printer-name)
16810 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16811 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16812 (ps-use-face-background): Customization fix.
16813 (ps-n-up-database): Data fix.
16814 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16815 (ps-switch-header): New vars.
16816 (ps-xemacs-color-name, ps-face-foreground-name)
16817 (ps-face-background-name, ps-boolean-constant): New funs.
16818
168192000-06-07 Dave Love <fx@gnu.org>
16820
16821 * allout.el: New version from Manheimer.
16822
168232000-06-07 Kenichi Handa <handa@etl.go.jp>
16824
16825 * textmodes/fill.el (fill-find-break-point): Check the validity of
16826 charset.
16827
168282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16829
16830 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16831 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16832 Call display-color-p and display-mouse-p instead of looking at
16833 window-system.
16834
168352000-06-06 Dave Love <fx@gnu.org>
16836
16837 * image.el (find-image): Doc fix. Return nil if image not found.
16838 (put-image, insert-image): Make STRING arg optional.
16839
168402000-06-06 Kenichi Handa <handa@etl.go.jp>
16841
16842 * language/vietnamese.el: Remove eval-when-compile.
16843 (viet-viscii-nonascii-translation-table): Define it as a
16844 translation table made from viet-viscii-decode-table.
16845 (viet-viscii-encode-table): Define it as a translation table made
16846 from the reverse map of above.
16847 (viet-vscii-nonascii-translation-table): Define it as a
16848 translation table made from viet-vscii-decode-table.
16849 (viet-vscii-encode-table): Define it as a translation table made
16850 from the reverse map of above.
16851 (ccl-decode-viscii): Use translate-character.
16852 (ccl-encode-viscii, ccl-encode-viscii-font)
16853 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16854 Likewize.
16855
16856 * language/cyrillic.el: Remove eval-when-compile.
16857 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16858 translation table made from cyrillic-koi8-r-decode-table.
16859 (cyrillic-koi8-r-encode-table): Define it as a translation table
16860 made from the reverse map of above.
16861 (ccl-decode-koi8): Use translate-character.
16862 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16863 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16864 a translation table made from cyrillic-alternativnyj-decode-table.
16865 (cyrillic-alternativnyj-encode-table): Define it as a translation
16866 table made from the reverse map of above.
16867 (ccl-decode-alternativnyj): Use translate-character.
16868 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16869 Likewize
16870
16871 * international/mule-diag.el (non-iso-charset-alist): Specify
16872 translation table symbol instead of translation table itself.
16873 (list-block-of-chars): CHARSET may be a translation table symbol.
16874
16875 * international/mule.el (make-coding-system): If CODING-SYSTEM
16876 already exists, override it.
16877
16878 * international/fontset.el: Use family `proportional' for Tibetan
16879 fonts.
16880
16881 * international/ccl.el (ccl-compile-translate-character): Don't
16882 check if Rrr has property translation-table.
16883 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16884
168852000-06-05 Gerd Moellmann <gerd@gnu.org>
16886
16887 * info.el: Bind case-fold-search to t when searching in case
16888 a user sets it to nil in a hook.
16889
168902000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16891
16892 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16893 * hl-line.el (hl-line-mode): Use the new :global key argument.
16894
16895 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16896 (tar-clip-time-string): Prepend a space.
16897 (tar-grind-file-mode): Construct a string rather than modifying one.
16898 (tar-header-block-summarize): Fix docstring.
16899 Use `format' rather than an error-prone set of copy-loops.
16900
16901 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16902 (diff-goto-source, diff-unified->context, diff-context->unified)
16903 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16904 understand the format output by the `-p' argument to diff.
16905
16906 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16907 (sh-re-done): Use defconst.
16908 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16909 (sh-help-string-for-variable, sh-guess-basic-offset):
16910 Don't quote lambdas.
16911 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16912 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16913
16914 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16915 (mh-letter-mode): Derive from text-mode.
16916 This implicitly means that it now calls kill-all-local-variables.
16917 Also remove the Emacs-18 compatibility code.
16918
16919 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16920 Make use of symbol-property doc-string-elt.
16921 Use memq rather than a sequence of eq.
16922 (doc-string-elt): Fix the wrong or missing previously unused values.
16923 (autoload-print-form): New function extracted from
16924 generate-file-autoloads to allow recursion when handling progn
16925 so that defvar's and defun's docstrings are properly printed.
16926 (generate-file-autoloads): Use it.
16927
16928 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16929 Use find-file-hooks in the minor-mode function.
16930 Be careful not to loop indefinitely in the post-command-hook function.
16931
169322000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16933
16934 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16935 tty's.
16936 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16937 differences whenever appropriate.
16938 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16939 * viper.el (find-file, find-file-other-window): Get viper to do
16940 wildcards.
16941
169422000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16943
16944 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16945 (jit-lock-fontify-buffer): New function for JIT refontification.
16946 (jit-lock-mode): Fix docstring.
16947 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16948 Remove jit-lock-after-change from the _local_ hook.
16949 (jit-lock-function-1): Fix docstring.
16950
16951 * info.el (Info-on-current-buffer): Initialize info.
16952
16953 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16954
16955 * progmodes/tcl.el (tcl-indent-for-comment):
16956 Ignore comment-indent-hook.
16957
16958 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16959 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16960 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16961 and improve to use the lighter to guess the capitalization.
16962 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16963 Add keyword arguments to specify global-ness or the custom group.
16964 Add local-map and help-echo properties to the lighter.
16965 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16966 (easy-mmode-define-global-mode): New macro.
16967
169682000-06-02 Dave Love <fx@gnu.org>
16969
16970 * wid-edit.el: byte-compile-dynamic since we typically don't use
16971 all the widgets. Don't require cl or widget. Remove
16972 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16973 (widget-read-event): Removed. Callers changed to use read-event.
16974 (widget-button-release-event-p): Renamed from
16975 button-release-event-p.
16976 (widget-field-add-space, widget-field-use-before-change):
16977 Uncustomize.
16978 (widget-specify-field): Use keymap property, not local-map.
16979 (widget-specify-button): Obey :suppress-face.
16980 (widget-specify-insert): Use modern backquote syntax.
16981 (widget-image-directory): Renamed from widget-glyph-directory.
16982 (widget-image-enable): Renamed from widget-glyph-enable.
16983 (widget-image-find): Replaces widget-glyph-find.
16984 (widget-button-pressed-face): Move defvar.
16985 (widget-image-insert): Replaces widget-glyph-insert.
16986 (widget-convert): Use keywordp.
16987 (widget-leave-text, widget-children-value-delete): Use mapc.
16988 (widget-keymap): Remove XEmacs stuff.
16989 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16990 (widget-button-click): Don't set point at the click, but re-centre
16991 if we scroll out of window. Rewritten for images v. glyphs &c.
16992 (widget-tabable-at): Use POS arg, not point.
16993 (widget-beginning-of-line, widget-end-of-line)
16994 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16995 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16996 (widget-default-create): Use widget-image-insert; some rewriting.
16997 (widget-visibility-value-create)
16998 (widget-push-button-value-create, widget-toggle-value-create): Use
16999 widget-image-insert.
17000 (checkbox): Create on and off images dynamically.
17001 (documentation-link): Change :help-echo.
17002 (widget-documentation-link-echo-help): Remove.
17003
170042000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17005
17006 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17007
17008 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17009 (easy-mmode-define-toggle, define-minor-mode): Use it.
17010 (easy-mmode-define-keymap): Docstring fix.
17011 (define-derived-mode): Default PARENT to fundamental-mode.
17012 Add the derived-mode-parent symbol-property.
17013 (easy-mmode-derived-mode-p): New function.
17014
170152000-06-02 Dave Love <fx@gnu.org>
17016
17017 * files.el (convert-standard-filename): Doc fix.
17018 (normal-backup-enable-predicate): New function.
17019 (backup-enable-predicate): Use it to replace the lambda form.
17020
17021 * calendar/todo-mode.el: [This needs more work on the outline
17022 stuff.] Doc fixes.
17023 (todo) <defgroup>: Add :version.
17024 (todo-add-category): Don't use pushnew.
17025 (todo-cmd-raise): Fix typo.
17026 (todo-top-priorities): Change temp buffer name.
17027 (todo-category-alist): Avoid redundant lambda.
17028 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17029 Use outline-next-heading.
17030
17031 * autoarg.el: Rewritten to use define-minor-mode.
17032 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17033 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17034
170352000-06-02 Kenichi Handa <handa@etl.go.jp>
17036
17037 * isearch.el (isearch-other-meta-char): Fix previous change.
17038
170392000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17040
17041 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17042 (log-edit-done): Only add the comment to the ring if it's different
17043 from the last comment entered.
17044
17045 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17046
170472000-06-01 Dave Love <fx@gnu.org>
17048
17049 * hl-line.el: Rewritten using define-minor-mode.
17050
17051 * help.el (describe-function-1): Distinguish special form from
17052 builtin function. Sanity-check presence of arglist for builtins.
17053
170542000-06-01 Kenichi Handa <handa@etl.go.jp>
17055
17056 * international/characters.el: Fix syntax/category setting of
17057 Tibetan characters.
17058
17059 * language/tibet-util.el (tibetan-add-components): Fixes for new
17060 encoding of Tibetan characters.
17061 (tibetan-decompose-precomposition-alist): New variable.
17062 (tibetan-decompose-region): Convert precomposed characters to
17063 non-precomposed characters.
17064 (tibetan-decompose-string): Likewise.
17065 (tibetan-composition-function): Fix args to
17066 thibetan-compose-string.
17067
17068 * language/tibetan.el (tibetan-composable-pattern): More
17069 characters included.
17070 (tibetan-consonant-transcription-alist): Rule for "R" added.
17071 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17072 "+R" added.
17073 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17074
17075 * language/lao-util.el (lao-composition-function): Fix args to
17076 compose-string.
17077
17078 * language/thai-util.el (thai-composition-function): Fix args to
17079 compose-string.
17080
17081 * isearch.el (isearch-update): Set disable-point-adjustment to t
17082 to prevent the point moving to the end of a composition when a
17083 part of a composition is searched.
17084 (isearch-other-meta-char): If the key invoking this command can be
17085 mapped by function-key-map to a printing char, call
17086 isearch-process-search-char directly.
17087
170882000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17089
17090 * emacs-lisp/bytecomp.el:
17091 * frame.el:
17092 * international/mule-cmds.el:
17093 * international/mule-util.el:
17094 * international/mule.el:
17095 * mouse.el:
17096 * subr.el:
17097 * faces.el: Update calls to make-obsolete with a WHEN argument.
17098
17099 * byte-run.el (make-obsolete, make-obsolete-variable):
17100 Add an optional WHEN argument and change the format of the
17101 symbol-property information.
17102 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17103 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17104 new obsolete-symbol-property format and print WHEN if it is provided.
17105
171062000-05-31 Dave Love <fx@gnu.org>
17107
17108 * loadhist.el (loadhist-hook-functions): Remove
17109 before-change-function, after-change-function.
17110 (unload-feature): Deal with symbols which are both bound and
17111 fbound.
17112
17113 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17114 before-change-function, after-change-function.
17115
17116 * simple.el (newline): Don't bind before-change-function,
17117 after-change-function.
17118
171192000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17120
17121 * whitespace.el (whitespace-rescan-timer-time): Update interval
17122 set to 600 seconds (10 minutes) instead of 60 seconds since
17123 a large number of whitespace buffers causes emacs to `freeze'
17124 for a considerable amount of time.
17125
17126 * whitespace.el: Updated email address
17127
171282000-05-31 Dave Love <fx@gnu.org>
17129
17130 * add-log.el (change-log-font-lock-keywords) <function>: Add
17131 pattern for function of change.
17132 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17133 acknowledgements patterns.
17134
171352000-05-31 Kenichi Handa <handa@etl.go.jp>
17136
17137 * isearch.el (isearch-printing-char): If keyboard coding system is
17138 being used, call isearch-process-search-multibyte-characters.
17139
17140 * international/isearch-x.el: Mostly rewritten.
17141
17142 * international/quail.el (quail-start-conversion): Don't include
17143 unhandled events in the returned events, but set them in
17144 unread-command-events. Exit if all inputs are deleted.
17145
171462000-05-30 Jason Rumney <jasonr@gnu.org>
17147
17148 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17149
17150 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17151 Reenable code to create initial fontsets.
17152 Use set-fontset-font in place of put-charset-property.
17153
171542000-05-30 Gerd Moellmann <gerd@gnu.org>
17155
17156 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17157 label, ensure that the first colon isn't followed by another.
17158
17159 * paths.el (Info-default-directory-list): Doc fix.
17160
17161 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17162 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17163 send a query containing USER only, not USER@HOST.
17164
17165 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17166 and rmail-msgend to compute the restriction at the end, instead of
17167 computing it.
17168
171692000-05-29 Gerd Moellmann <gerd@gnu.org>
17170
17171 * dabbrev.el (dabbrev-expand): Don't display messages in the
17172 echo area if the minibuffer window is active.
17173
17174 * jit-lock.el (jit-lock-mode): Add after change function to
17175 local hook.
17176
171772000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17178
17179 * antlr-mode.el: New commands: hide/unhide actions,
17180 upcase/downcase literals.
17181 (antlr-tiny-action-length): New user option.
17182 (antlr-hide-actions): New command. Suggested by
17183 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17184 (antlr-mode-map): New binding [C-c C-v].
17185 (antlr-mode-menu): New entries.
17186 (antlr-downcase-literals): New command.
17187 (antlr-upcase-literals): Ditto.
17188
17189 * antlr-mode.el: Minor changes: indendation, mode-name.
17190 (antlr-indent-line): Indent cpp directive at column 0.
17191 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17192
17193 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17194 (antlr-font-lock-additional-keywords): Workaround for intentional
17195 bug in XEmacs version of font-lock.
17196 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17197 be used by a smarter version of `buffers-menu-grouping-function'.
17198
171992000-05-29 Gerd Moellmann <gerd@gnu.org>
17200
17201 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17202 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17203
172042000-05-29 Kenichi Handa <handa@etl.go.jp>
17205
17206 * international/encoded-kb.el
17207 (encoded-kbd-iso2022-designation-map): Pay attention to that
17208 charset-iso-final-char return -1 for eight-bit-control and
17209 eight-bit-graphic.
17210
172112000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17212
17213 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17214 (speedbar-easymenu-definition-base): Use display-graphic-p where
17215 available, instead of window-system.
17216
172172000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17218
17219 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17220 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17221 coding systems.
17222
172232000-05-26 Dave Love <fx@gnu.org>
17224
17225 * disp-table.el (standard-display-underline): Don't use
17226 internal-find-face.
17227
17228 * mail/reporter.el: Maintainer change. Doc fixes.
17229 (reporter-version): Deleted.
17230
17231 * emacs-lisp/elp.el: Maintainer change.
17232 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17233
172342000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17235
17236 * add-log.el (add-change-log-entry): Merge the current entry with the
17237 previous one if the previous one is empty.
17238
172392000-05-26 Dave Love <fx@gnu.org>
17240
17241 * loadhist.el (unload-feature): Fix interactive spec [from
17242 lijnzaad@ebi.ac.uk].
17243
17244 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17245 subr-arity to check primitives.
17246 (byte-compile-flush-pending, byte-compile-file-form-progn)
17247 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17248 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17249 mapcar.
17250
172512000-05-26 Kenichi Handa <handa@etl.go.jp>
17252
17253 * international/fontset.el: Set family names of non-latin charsets
17254 in default fontset to "*".
17255
17256 * international/mule-diag.el (print-fontset): Combine family part
17257 and registry part of the fontname by "-*-" instead of "-".
17258
17259 * international/mule-cmds.el (encode-coding-char): Make strings
17260 multibyte before calling encode-coding-string.
17261
172622000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17263
17264 * derived.el: Fix keywords.
17265 (define-derived-mode): Only define if needed.
17266
17267 * simple.el (fill-comment, comment-column, comment-start)
17268 (comment-start-skip, comment-end, comment-indent-function)
17269 (block-comment-start, block-comment-end, indent-for-comment)
17270 (set-comment-column, kill-comment, comment-padding, comment-region)
17271 (comment-multi-line, indent-new-comment-line): Remove.
17272
17273 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17274 function names for comment operations.
17275
17276 * newcomment.el: Add abundant autoload cookies.
17277 (comment-style): Don't depend on runtime data at compile-time.
17278 (comment-indent-hook): Remove.
17279 (comment-indent): Check if comment-indent-hook is bound.
17280 (comment-region): Docstring fix.
17281
172822000-05-25 Dave Love <fx@gnu.org>
17283
17284 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17285 byte-code-function-p.
17286
17287 * mail/rmailsum.el: Add provide.
17288
17289 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17290
17291 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17292 defcustom.
17293
172942000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17295
17296 * ediff-diff.el (ediff-exec-process): delete --binary option from
17297 non-buffer ediff jobs.
17298
172992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17300
17301 * hilit-chg.el (highlight-changes-mode): Ask about color or
17302 grayscale support, not about window-system.
17303
17304 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17305 window-system.
17306 (ffap-highlight): Always default to t.
17307
17308 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17309 display-popup-menus-p instead of looking at window-system.
17310
17311 * disp-table.el (standard-display-g1, standard-display-graphic):
17312 Only refuse to use string glyphs on X and MS-Windows.
17313
17314 * avoid.el: Remove window-system from commentary, suggest to use
17315 display-*-p instead.
17316
17317 * apropos.el (apropos-print): Use display-mouse-p instead of
17318 window-system.
17319
173202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17321
17322 * international/codepage.el (cp-decoding-vector-for-codepage):
17323 Fill up unsupported characters with their own codes. From Kenichi
17324 Handa.
17325
173262000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17327
17328 * international/mule-diag.el (describe-char-after): Use
17329 display-graphic-p instead of window-system, so that this function
17330 works on MS-DOS.
17331
173322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17333
17334 * international/codepage.el (cp-make-coding-systems-for-codepage):
17335 Remove the eight-bit-graphic and eight-bit-control charsets from
17336 the list of charsets which we convert into `?'.
17337
173382000-05-25 Kenichi Handa <handa@etl.go.jp>
17339
17340 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17341 private charsets.
17342 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17343 japanese-jisx0213-2): New charsets.
17344
17345 * international/fontset.el: Setup default fontset for new charsets.
17346
173472000-05-24 Dave Love <fx@gnu.org>
17348
17349 * info.el (Info-find-node-2): Restructure [following "Vadim
17350 S. Solomin" <sovs@uic.nnov.ru>].
17351
17352 * icomplete.el: Fix header for Finder.
17353
173542000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17355
17356 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17357 STAY.
17358
17359 * rmail.el (rmail-automatic-folder-directives): New user variable.
17360 (rmail-show-message): Add call to `rmail-auto-file' during
17361 display.
17362 (rmail-auto-file): New function.
17363
173642000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17365
17366 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17367 account.
17368 (ediff-test-utility,ediff-diff-mandatory-option)
17369 (ediff-reset-diff-options): Utilities for proper initialization of
17370 ediff-diff-options and ediff-diff3-options on Windows.
17371
17372 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17373 variable.
17374
17375 * ediff-mult.el (ediff-filegroup-action): Use
17376 ediff-merge-filename-prefix.
17377
173782000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17379
17380 * viper-ex.el (ex-write): Set selective display to nil.
17381
173822000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17383
17384 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17385 aliases for hebrew-iso-8bit.
17386
173872000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17388
17389 * woman.el: New version from Francis J. Wright
17390 <F.J.Wright@Maths.QMW.ac.uk>.
17391 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17392 names in environment variables regardless of the path separator.
17393 (woman-topic-all-completions-1): Don't call file-name-directory-p
17394 on all files, since woman-file-regexp already filters out any
17395 directories.
17396
173972000-05-24 Kenichi Handa <handa@etl.go.jp>
17398
17399 * international/quail.el (quail-start-translation): Don't change
17400 modified-p of the current buffer.
17401 (quail-start-conversion): Likewise.
17402
17403 * international/kkc.el (kkc-region): Don't change modified-p of
17404 the current buffer.
17405
17406 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17407 conform to RFC1468.
17408 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17409
174102000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17411
17412 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17413 (speedbar-insert-button): Invisible text property fix.
17414 (speedbar-directory-plus): Renamed from speedbar-directory-+
17415 (speedbar-directory-minus): Renamed from speedbar-directory--
17416 (speedbar-page-plus): Renamed from speedbar-file-+
17417 (speedbar-page-minus): Renamed from speedbar-file--
17418 (speedbar-page): Renamed from speedbar-file-
17419 (speedbar-tag): Renamed from speedbar-tag-
17420 (speedbar-tag-plus): Renamed from speedbar-tag-+
17421 (speedbar-tag-minus): Renamed from speedbar-tag--
17422 (speedbar-expand-image-button-alist): Use above renames.
17423
17424 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17425 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17426 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17427 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17428 * sb-pg.xpm: Renamed from sb-file.xpm
17429 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17430 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17431
174322000-05-24 Kenichi Handa <handa@etl.go.jp>
17433
17434 * international/quail.el (quail-show-guidance-buf): Set
17435 current-input-method of the guidance buffer to the name of the
17436 curren input method.
17437
174382000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17439
17440 * progmodes/compile.el (compile-internal): Style typo.
17441
17442 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17443 quote vars and functions in the docstring.
17444
17445 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17446
17447 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17448 Don't quote lambdas.
17449
17450 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17451
174522000-05-23 Gerd Moellmann <gerd@gnu.org>
17453
17454 * startup.el (command-line): Determine source file of compiled
17455 user init file differently. Warn if compiled user init file
17456 is older than its source file.
17457
17458 * ffap.el (ffap-url-regexp): Add `https'.
17459
174602000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17461
17462 * files.el (make-backup-file-name-1): Replace slashes with `!'
17463 rather than `|' (which is not allowed on Windows). Replace the
17464 drive letters with a string "drive_X".
17465
174662000-05-23 Gerd Moellmann <gerd@gnu.org>
17467
17468 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17469
17470 * files.el (interpreter-mode-alist): Add `bash2'.
17471
174722000-05-22 Dave Love <fx@gnu.org>
17473
17474 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17475 mapc.
17476 (feature-file): Avoid calling symbol-name. Doc fix.
17477 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17478 (loadhist-hook-functions): Add mouse-position-function.
17479 (unload-feature): Change uses of mapcar.
17480
17481 * files.el (parse-colon-path): Doc fix.
17482 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17483 (set-auto-mode): Use mapc.
17484
17485 * complete.el (PC-look-for-include-file): Use :alnum: character
17486 class.
17487 (partial-completion-mode): Add autoload cookie.
17488
174892000-05-22 Sam Steingold <sds@gnu.org>
17490
17491 * info.el (Info-fontify-node): Fixed the call to
17492 `add-text-properties' (bug introduced on 2000-05-18).
17493
174942000-05-22 Dave Love <fx@gnu.org>
17495
17496 * bindings.el: Remove debug-ignored-errors set in other files.
17497
17498 * progmodes/etags.el: Add to debug-ignored-errors.
17499 (visit-tags-table-buffer): Clear out buffers holding old tables
17500 when making a new list.
17501 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17502 mapc.
17503
17504 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17505 quote keywords.
17506 (cmpl-string-case-type): Use character classes.
17507
17508 * comint.el:
17509 * textmodes/ispell.el:
17510 * imenu.el:
17511 * mail/mh-e.el:
17512 * progmodes/compile.el: Add to debug-ignored-errors.
17513
17514 * dabbrev.el: Add to debug-ignored-errors.
17515 (dabbrev-completion): Use mapc.
17516
175172000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17518
17519 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17520 (woman-mapcan, woman-parse-man.conf)
17521 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17522 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17523 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17524 path syntax better.
17525 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17526 (woman-manpath): Call woman-parse-man.conf.
17527 (woman-emulation): New defcustom, defaults to nroff.
17528 (woman-font-support): New defconst.
17529 (woman-use-symbol-font): New defcustom.
17530 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17531 "Emulation".
17532 Many functions: Doc fix.
17533
175342000-05-22 Kenichi Handa <handa@etl.go.jp>
17535
17536 * international/quail.el (quail-simple-translation-keymap): Map
17537 128..255 to quail-self-insert-command.
17538 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17539
175402000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17541
17542 * help.el (help-manyarg-func-alist): Typo.
17543
17544 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17545 intervals which makes it heaps simpler.
17546
17547 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17548 the nested comment markers.
17549
17550 * subr.el (remove-hook): Don't turn the hook's value into a list.
17551
175522000-05-21 Dave Love <fx@gnu.org>
17553
17554 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17555 are invalid characters.
17556
17557 * international/mule-util.el (detect-coding-with-priority): Use
17558 mapc. Remove redundant lambda.
17559
17560 * international/mule-diag.el (list-non-iso-charset-chars)
17561 (describe-fontset): Remove redundant lambda.
17562
17563 * emulation/crisp.el (brief-mode): New alias.
17564
17565 * emacs-lisp/ring.el (ring-elements): New function.
17566
17567 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17568 (easy-menu-do-add-item): Use keywordp.
17569
17570 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17571
17572 * replace.el: Doc and error message fixes.
17573 (replace-highlight): Use facep, not internal-find-face.
17574
175752000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17576
17577 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17578
17579 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17580 (log-edit-insert-changelog): Drop `:' as well.
17581
17582 * log-view.el: Fix file description.
17583 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17584 available.
17585 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17586 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17587
17588 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17589 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17590 Print a status message if the toggle is called interactively.
17591 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17592 for global minor modes and use `defcustom' for them.
17593 Use add-minor-mode.
17594 (easy-mmode-define-derived-mode): Remove.
17595 (define-derived-mode): Fancier default docstring.
17596 (easy-mmode-define-navigation): Signal an error rather than (ding).
17597
17598 * newcomment.el (comment-styles): New `box-multi'.
17599 (comment-normalize-vars): Better default for comment-continue to
17600 avoid whitespace-only continuations.
17601 (comment-search-forward): Always move even in the no-syntax case.
17602 (comment-padright): Only obey N if it's only obeyed for padleft.
17603 (comment-make-extra-lines): Better handling of empty continuations.
17604 Use `=' for the filler if comment-start has only one character.
17605 (uncomment-region): Try handling the special `=' filler.
17606 (comment-region): Allow LINES even if MULTI is nil.
17607 (comment-box): Choose box style based on comment-style.
17608
176092000-05-20 Kenichi Handa <handa@etl.go.jp>
17610
17611 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17612 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17613
176142000-05-20 Kenichi HANDA <handa@etl.go.jp>
17615
17616 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17617 and insert, not subst-char-in-region.
17618
17619 * international/mule-diag.el (list-character-sets-1): Handle
17620 charsets eight-bit-control and eight-bit-graphic.
17621 (list-iso-charset-chars): Likewise.
17622 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17623 charactes as is. Use indent-to to align characters.
17624
17625 * international/mule-cmds.el (find-multibyte-characters): Never
17626 exclude charsets eight-bit-control and eight-bit-graphic.
17627
176282000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17629
17630 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17631 Don't quote lambdas.
17632
17633 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17634
176352000-05-19 Gerd Moellmann <gerd@gnu.org>
17636
17637 * gud.el (gud-jdb-directories): Doc fix.
17638
176392000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17640
17641 * newcomment.el: New file.
17642
176432000-05-19 Gerd Moellmann <gerd@gnu.org>
17644
17645 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17646
176472000-05-18 Andreas Schwab <schwab@suse.de>
17648
17649 * dired.el (dired-between-files): Also skip lines beginning with
17650 `used'.
17651
176522000-05-18 Gerd Moellmann <gerd@gnu.org>
17653
17654 * msb.el (msb-menu-cond): Add choice `user'.
17655
176562000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17657
17658 * ps-print.el: Compatibility, customization and doc fix.
17659 (ps-printer-name-option): Replace defconst by defvar.
17660 (ps-postscript-code-directory): XEmacs compatibility.
17661 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17662 fix.
17663 (ps-user-defined-prologue, ps-print-prologue-header)
17664 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17665 compatibility and code fix.
17666 (ps-print-background-image, ps-print-background-text):
17667 Customization fix.
17668 (ps-line-number-start, ps-n-up-on): New vars.
17669
176702000-05-18 Espen Skoglund <esk@ira.uka.de>
17671
17672 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17673 the indent-comment function to just return the appropriate indent.
17674
176752000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17676
17677 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17678 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17679 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17680
176812000-05-18 Dave Love <fx@gnu.org>
17682
17683 * info.el (Info-fontify-node): Add intangible property as well as
17684 invisible.
17685
17686 * calendar/appt.el (appt-make-list): Match all lines of entry.
17687 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17688
176892000-05-18 Kenichi Handa <handa@etl.go.jp>
17690
17691 * international/mule-diag.el (describe-char-after): Call
17692 internal-char-font, not char-font. If internal-char-font returns
17693 nil, display "-- none --".
17694
176952000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17696
17697 * image.el (image-type-available-p): Don't reference image-types
17698 if it isn't bound.
17699
177002000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * autoarg.el (autoarg-mode): Typo in the :set argument.
17703
177042000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17705
17706 * startup.el (command-line-1): Don't signal an error if the
17707 directory for auto-save-list files does not yet exist.
17708
177092000-05-17 Kenichi Handa <handa@etl.go.jp>
17710
17711 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17712
177132000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17714
17715 * subr.el (remove-hook): `setq' hook-value, not `set'.
17716
177172000-05-16 Sam Steingold <sds@gnu.org>
17718
17719 * info.el (debug-ignored-errors): More errors to ignore.
17720
177212000-05-16 Dave Love <fx@gnu.org>
17722
17723 * cus-edit.el: Don't require cl or easymenu.
17724 (custom-variable-prompt): Test standard-value property, not
17725 user-variable-p.
17726
177272000-05-16 Sam Steingold <sds@gnu.org>
17728
17729 * subr.el (add-hook): `setq' hook-value, not `set'.
17730
177312000-05-16 Gerd Moellmann <gerd@gnu.org>
17732
17733 * startup.el (command-line-1): Mention the FAQ in the startup
17734 message.
17735
17736 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17737
17738 * progmodes/compile.el (compilation-parse-errors): Collect
17739 `nomessage' regexps last.
17740
17741 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17742
17743 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17744 to the function name.
17745
177462000-05-15 Dave Love <fx@gnu.org>
17747
17748 * speedbar.el (speedbar-recenter): Typo.
17749 (speedbar-expand-line): Make arg optional.
17750 (speedbar-mode): Avoid a compiler warning.
17751
177522000-05-15 Gerd Moellmann <gerd@gnu.org>
17753
17754 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17755 user-specified option string is empty.
17756
17757 * mouse.el (mouse-yank-at-click): Doc fix.
17758
177592000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17760
17761 * term/internal.el (IT-character-translations): More updates of
17762 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17763 documents.
17764
177652000-05-15 Gerd Moellmann <gerd@gnu.org>
17766
17767 * env.el (getenv): New function, interactively callable.
17768 (setenv, getenv): Remove autoload cookies.
17769
17770 * loadup.el: Load `env'.
17771
17772 * progmodes/f90.el: Change author's mail address.
17773
177742000-05-14 Dave Love <fx@gnu.org>
17775
17776 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17777 goto-addr as an option.
17778
17779 * help.el (help-xref-stack): Doc fix.
17780 (help-xref-following): New variable.
17781 (help-make-xrefs): Use it.
17782 (help-xref-go-back): Use position information from stack element.
17783 (help-follow): Make position in stack element a pair. Use
17784 help-xref-following.
17785
17786 * autoarg.el: New file.
17787
17788 * faces.el: Declare more functions obsolete.
17789
17790 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17791 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17792 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17793 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17794 Remove all the setup-...-environment functions.
17795
177962000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17797
17798 * speedbar.el: Updated the commentary section. xemacs20p now uses
17799 >= when detecting. Require `defimage' safely.
17800 (speedbar-easymenu-definition-base): Add toggle for images.
17801 (speedbar-easymenu-definition-special): Add flush cache & expand.
17802 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17803 (speedbar-reconfigure-keymaps-hook): New variable.
17804 (speedbar-frame-parameters): Updated documentation.
17805 (speedbar-use-imenu-flag): Updated custom tag
17806 (speedbar-dynamic-tags-function-list): New variable.
17807 (speedbar-tag-hierarchy-method): Updated doc & custom.
17808 (speedbar-indentation-width, speedbar-indentation-width) New
17809 variables.
17810 (speedbar-hide-button-brackets-flag): Customizable.
17811 (speedbar-vc-indicator): Doc update.
17812 (speedbar-ignored-path-expressions): Updated default value.
17813 (speedbar-supported-extension-expressions): Updated default value.
17814 (speedbar-syntax-table): Remove {} paren status.
17815 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17816 as "+". Added overlay aliases.
17817 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17818 `force-mode-line-update'.
17819 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17820 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17821 `mouse-set-point'
17822 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17823 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17824 of arbitrary text, and new helper functions.
17825 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17826 filename finder.
17827 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17828 (speedbar-directory-buttons): Update path search/expansion.
17829 (speedbar-make-tag-line): Pay attention to
17830 `speedbar-indentation-width'. Use more care w/ invisible
17831 properties.
17832 (speedbar-change-expand-button-char): Call
17833 `speedbar-insert-image-button-maybe'.
17834 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17835 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17836 (speedbar-trim-words-tag-hierarchy)
17837 (speedbar-simple-group-tag-hierarchy): New functions
17838 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17839 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17840 functions.
17841 (speedbar-mouse-set-point): New function
17842 (speedbar-power-click): Updated documentation.
17843 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17844 of tag prefix text.
17845 (speedbar-expand-line, speedbar-contract-line): Make more robust
17846 to strange text.
17847 (speedbar-expand-line): Takes universal argument to flush the
17848 cache.
17849 (speedbar-flush-expand-line): New function.
17850 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17851 Use new generator insertion method.
17852 (speedbar-fetch-dynamic-tags): New function.
17853 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17854 `speedbar-fetch-dynamic-imenu'.
17855 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17856 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17857 "Revert Buffer" menu items.
17858 (speedbar-buffer-buttons-engine): Be smarter when creating a
17859 filename tag (for expansion purposes.).
17860 (speedbar-highlight-one-tag-line,
17861 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17862 (speedbar-recenter): New functions.
17863 (defimage-speedbar): Image loading abstraction.
17864 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17865 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17866 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17867 (speedbar-tag-type, speedbar-tag-mail): New images.
17868 (speedbar-expand-image-button-alist): New variable.
17869 (speedbar-insert-image-button-maybe): Insert an image over some
17870 buttons.
17871
178722000-05-13 Kenichi Handa <handa@etl.go.jp>
17873
17874 * international/mule-cmds.el (encode-coding-char): An ASCII
17875 character is always encodable.
17876
17877 * international/mule-conf.el: Add more information in descriptions
17878 of character sets.
17879
17880 * international/mule-diag.el (describe-char-after): New function.
17881 (describe-font-internal): Adjusted for the change of font-info.
17882 (describe-font): Likewise.
17883 (print-fontset): Rewritten for the new fontset implementation.
17884 (describe-fontset): Include fontset alias names in completion.
17885 (list-fontsets): Adjusted for the change of print-fontset.
17886
17887 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17888 describe-char-after instead of displaying the detail in the echo
17889 area.
17890 (syntax-code-table): Format changed.
17891 (string-to-syntax): Adjusted for the above change.
17892
178932000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17894
17895 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17896
178972000-05-12 Dave Love <fx@gnu.org>
17898
17899 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17900 dependence. Use line-{beginning,end}-position, not
17901 point-at{b,e}ol. Some doc fixes.
17902 (todo-position): New function. Fix callers of position to use it.
17903 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17904
179052000-05-12 Gerd Moellmann <gerd@gnu.org>
17906
17907 * time.el (display-time-mail-icon): Use `:ascent center'.
17908
17909 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17910 handling FTP security extensions.
17911
179122000-05-11 Dave Love <fx@gnu.org>
17913
17914 * calendar/todo-mode.el: New file.
17915
179162000-05-11 Gerd Moellmann <gerd@gnu.org>
17917
17918 * comint.el (comint-read-input-ring): Move reference to
17919 comint-input-ring-size outside of the save-excursion. It was
17920 causing the default value to be the only one ever seen.
17921
17922 * font-lock.el: Update copyright. Remove Simon Marshall's email
17923 address on request from him.
17924
17925 * subr.el (substitute-key-definition): Add comment describing
17926 the meaning of PREFIX.
17927
179282000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17929
17930 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17931
17932 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17933 (add-minor-mode): Don't make the variable buffer-local and add a
17934 reference to define-minor-mode in the docstring.
17935
17936 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17937 HEADER/FOOTER and fix bug with trailing empty directory.
17938 (cvs-append-to-ignore): Use vc-editable-p if available.
17939 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17940 (vc-do-command): Tweak advice to handle the new VC.
17941
17942 * log-view.el (log-view-goto-rev): New function for the new VC.
17943 (log-view-minor-wrap): Use mark-active.
17944
17945 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17946 (log-edit-changelog-full-paragraphs): New var.
17947 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17948 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17949 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17950 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17951 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17952 Replace the `cvs' prefix with `log-edit'.
17953
17954 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17955
17956 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17957 (diff-font-lock-defaults): Explicitly turn off multiline.
17958 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17959 (diff-ediff-patch): Fix call to ediff-patch-file.
17960 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17961 Handle comments.
17962
17963 * frame.el (automatic-hscrolling): Typo.
17964
17965 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17966
179672000-05-09 Sam Steingold <sds@goems.com>
17968
17969 * apropos.el (apropos-print): use `describe-face' instead of
17970 `customize-face-other-window'.
17971
179722000-05-09 Dave Love <fx@gnu.org>
17973
17974 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17975
17976 * help.el (describe-variable): Have customize button pop the
17977 help-xref stack when invoked.
17978 (help-xref-symbol-regexp): Add `face'.
17979 (help-make-xrefs): Check for quoted face names and adapt regexp
17980 submatch numbers to cope.
17981 (help-xref-interned): Maybe insert face doc too. Separate
17982 sections with a line of hyphens.
17983
17984 * faces.el: Some doc fixes. Declare some functions obsolete.
17985 (describe-face): Add customize button. Return the help
17986 text. Fix prompt.
17987
179882000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17989
17990 * term/internal.el (IT-character-translations): Fix last change.
17991
179922000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17993
17994 * woman.el: New file
17995 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17996
179972000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17998
17999 * term/internal.el (IT-character-translations): Update ASCII
18000 simulations for greek-iso8859-7, add latin-iso8859-14 and
18001 latin-iso8859-15.
18002
18003 * international/mule-cmds.el (set-language-info-alist): Call
18004 define-prefix-command with 3 arguments, to make the map suitable
18005 for a menu.
18006
180072000-05-07 Dave Love <fx@gnu.org>
18008
18009 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18010
180112000-05-05 Dave Love <fx@gnu.org>
18012
18013 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18014 list in doc string. Don't quote keyword symbols.
18015 * emacs-lisp/cl.el: Likewise
18016 * emacs-lisp/cl-seq.el: Likewise
18017
180182000-05-05 Gerd Moellmann <gerd@gnu.org>
18019
18020 * abbrev.el (abbrev-mode): Make ARG optional.
18021
180222000-05-04 Gerd Moellmann <gerd@gnu.org>
18023
18024 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18025
18026 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18027
18028 * subr.el (substitute-key-definition): Clarify documentation.
18029
180302000-05-04 Milan Zamazal <pdm@freesoft.cz>
18031
18032 * glasses.el (glasses-convert-to-unreadable): Use
18033 `glasses-separator' instead of the hard-wired "_".
18034 (glasses-mode): Call `glasses-make-unreadable' only in a single
18035 place.
18036
180372000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18038
18039 * term/internal.el (cjk-codepages-alist): Add associations for
18040 Chinese and Korean codepages. Remove FIXME comment.
18041
180422000-05-03 Dave Love <fx@gnu.org>
18043
18044 * time.el (display-time-mail-face, display-time-use-mail-icon):
18045 New option.
18046 (display-time-mail-icon): New variable.
18047 (display-time-string-forms): Use the above. Fix the local-map.
18048
180492000-05-03 Gerd Moellmann <gerd@gnu.org>
18050
18051 * replace.el (query-replace-map): Add binding for `E'.
18052 (query-replace-help): Extend help text.
18053 (perform-replace): Allow editing the replacement string.
18054
18055 * make-mode.el (makefile-mode-abbrev-table): New variable.
18056 (makefile-mode): Set local abbrev table to
18057 makefile-mode-abbrev-table.
18058 (makefile-font-lock-keywords): Fontify includes and conditionals.
18059
18060 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18061 set TOGGLE's value.
18062
18063 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18064 mail-interactive-insert-alias.
18065 (mail-abbrev-complete-alias): New command.
18066 (mail-mode-map): Bind it to `M-TAB'.
18067
180682000-05-03 Kenichi Handa <handa@etl.go.jp>
18069
18070 * language/lao-util.el (lao-compose-region): New function.
18071
180722000-05-02 Gerd Moellmann <gerd@gnu.org>
18073
18074 * files.el (recover-session): Make directories as necessary
18075 if they don't exist yet.
18076
18077 * calendar/cal-french.el
18078 (french-calendar-multibyte-special-days-array)
18079 (french-calendar-special-days-array): Change French text.
18080 (calendar-french-date-string): Change output.
18081 (calendar-goto-french-date): Likewise.
18082
180832000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18084
18085 * wid-edit.el (widget-default-active): Obey `:always-active'.
18086 (widget-documentation-string-value-create): Set `:always-active'.
18087
180882000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18089
18090 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18091 default prefix to `~/_emacs.d/auto-save.list/_s'.
18092 (normal-top-level): Create the directory for auto-save files, if
18093 it doesn't already exist (in the ms-dos case only).
18094
180952000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18096
18097 * international/mule-cmds.el (set-language-environment): Don't
18098 concat an integer (dos-codepage), use format instead.
18099
181002000-05-02 Dave Love <fx@gnu.org>
18101
18102 * help.el (help-xref-on-pp): Check for constant symbols.
18103
181042000-04-29 Gerd Moellmann <gerd@gnu.org>
18105
18106 * startup.el (normal-top-level): Put a condition-case around
18107 the code loading subdirs.el.
18108
181092000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18110
18111 * ps-print.el: Upside-down and face background color printing,
18112 line number step, doc fix.
18113 (ps-print-version): New version number (5.2).
18114 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18115 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18116 (ps-spool-config): Var fix.
18117 (ps-printer-name-option): Const fix.
18118 (ps-print-upside-down, ps-use-face-background)
18119 (ps-line-number-step): New vars.
18120 (ps-window-system, ps-lp-system): New consts.
18121 (ps-face-background): New fun.
18122
181232000-04-28 Richard Stallman <rms@gnu.org>
18124
18125 * files.el (make-auto-save-file-name):
18126 Apply auto-save-file-name-transforms to visited file name
18127 before generating auto save file name.
18128 (auto-save-file-name-transforms): New variable.
18129
18130 * files.el (backup-enable-predicate):
18131 Correctly test for a file under a temporary directory.
18132
181332000-04-28 Gerd Moellmann <gerd@gnu.org>
18134
18135 * subr.el (add-minor-mode): Rewritten.
18136
181372000-04-28 Kenichi Handa <handa@etl.go.jp>
18138
18139 * mail/sendmail.el (sendmail-send-it): Set
18140 buffer-file-coding-system to the selected coding system for MIME
18141 header.
18142
181432000-04-27 Gerd Moellmann <gerd@gnu.org>
18144
18145 * dired.el (dired-move-to-filename-regexp): Allow format where
18146 YYYY is followed by two spaces.
18147
18148 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18149 in the second character class of the regexp.
18150
18151 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18152 mh-etc, too.
18153
18154 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18155 nil.
18156
18157 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18158
18159 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18160 argument.
18161
181622000-04-27 Sen Nagata <sen@eccosys.com>
18163
18164 * emacs-lisp/crm.el (crm-completion-table): New variable.
18165 (crm-collection-fn, crm-test-completion)
18166 (completing-read-multiple): Use it.
18167
181682000-04-27 Dave Love <fx@gnu.org>
18169
18170 * help.el (locate-library): Use mapc.
18171 (help-manyarg-func-alist): Add call-process-region.
18172
181732000-04-26 Gerd Moellmann <gerd@gnu.org>
18174
18175 * subr.el (add-minor-mode): Make argument MAP optional.
18176
18177 * desktop.el (desktop-save): Save list of minor modes.
18178 (desktop-create-buffer): Restore minor modes.
18179 (desktop-minor-mode-table): New user-option.
18180
18181 * subr.el (add-minor-mode): New function.
18182
18183 * image.el (find-image): New function.
18184 (defimage): Rewritten to find image at load time.
18185
18186 * startup.el (normal-top-level-add-to-load-path): Handle
18187 case that the default directory is not in load-path.
18188
18189 * help.el: Old patch from Stefan Monnier.
18190 (help-xref-on-pp): New function.
18191 (describe-variable): Use it to display xrefs in a symbol's value.
18192
181932000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18194
18195 * cus-edit.el (custom-face): Fix parenthesis.
18196
181972000-04-26 Kenichi Handa <handa@etl.go.jp>
18198
18199 * mail/rmail.el (rmail-expunge): When there are no deleted
18200 messages, do nothing.
18201
182022000-04-26 Dave Love <fx@gnu.org>
18203
18204 * international/mule-cmds.el (locale-translation-file-name):
18205 Defvar to nil.
18206 (set-locale-environment): Set it here (at runtime).
18207
182082000-04-25 Gerd Moellmann <gerd@gnu.org>
18209
18210 * replace.el (perform-replace): Add parameters START and END. Use
18211 them instead of the check for a region in Transient Mark mode.
18212 (query-replace-read-args): Return two more list elements for the
18213 start and end of the region in Transient Mark mode.
18214 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18215 (map-query-replace-regexp, replace-string, replace-regexp): Add
18216 optional last arguments START and END and pass them to
18217 perform-replace.
18218
18219 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18220 form with additional arguments for perform-replace.
18221
18222 * progmodes/etags.el (tags-query-replace): Add parameters START
18223 and END. Construct a form with additional arguments for
18224 perform-replace.
18225
18226 * simple.el (shell-command): Set default directory for "*Shell
18227 Command Output" buffer.
18228
18229 * language/european.el (iso-latin-4): Fix typo.
18230
18231 * emacs-lisp/crm.el: New file.
18232
182332000-04-24 Dave Love <fx@gnu.org>
18234
18235 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18236 (Custom-reset-saved, Custom-reset-standard)
18237 (custom-group-value-create, custom-group-set, custom-group-save)
18238 (custom-group-reset-current, custom-group-reset-saved)
18239 (custom-group-reset-standard): Use mapc.
18240 (custom-buffer-create-internal): Disable undo when creating items.
18241 Use mapc.
18242 (custom-face): Avoid redundant lambda.
18243
182442000-04-24 Gerd Moellmann <gerd@gnu.org>
18245
18246 * startup.el (auto-save-list-file-prefix): Set default to
18247 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18248
182492000-04-24 Sam Steingold <sds@gnu.org>
18250
18251 * time-stamp.el (time-stamp-string-preprocess): Always convert
18252 `field-result' to a string.
18253
182542000-04-24 Gerd Moellmann <gerd@gnu.org>
18255
18256 * frame.el (scrolling): New group.
18257 (automatic-hscrolling): New user-option.
18258
18259 * startup.el (command-line-x-option-alist): Add `-lsp' and
18260 `--line-spacing'.
18261
182622000-04-19 Dave Love <fx@gnu.org>
18263
18264 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18265 (cl-mapc): Rename from mapc. Fix the funcall.
18266
182672000-04-19 Gerd Moellmann <gerd@gnu.org>
18268
18269 * simple.el (clone-indirect-buffer-other-window): New command.
18270 (clone-indirect-buffer): Add optional arg NORECROD.
18271 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18272
18273 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18274
18275 * window.el (count-screen-lines): New function.
18276 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18277 instead of window-buffer-height.
18278
18279 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18280 non-existing variable comint-input-sentinel.
18281 (inferior-lisp-args-to-list): Removed.
18282 (inferior-lisp): Use split-string instead of
18283 inferior-lisp-args-to-list.
18284
18285 * hexl.el (hexl-insert-hex-string): New command.
18286
18287 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18288 instead of concat.
18289
182902000-04-18 Gerd Moellmann <gerd@gnu.org>
18291
18292 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18293 at the start of an existing but empty folder.
18294
182952000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18296
18297 * ps-mule.el: Customization fix, doc fix.
18298 (ps-multibyte-buffer): Customization fix.
18299
183002000-04-17 Richard M. Stallman <rms@gnu.org>
18301
18302 * subr.el (read-passwd): Use read-char-exclusive.
18303
183042000-04-17 Gerd Moellmann <gerd@gnu.org>
18305
18306 * textmodes/texinfo.el (texinfo-insert-@email)
18307 (texinfo-insert-@emph, texinfo-insert-@quotation)
18308 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18309 (texinfo-mode-map): Add key bindings for them.
18310
18311 * files.el (basic-save-buffer-2): Use a template with `$'
18312 instead of `#' for VMS.
18313
18314 * simple.el (clone-indirect-buffer): New function.
18315
183162000-04-16 Stephen Eglen <stephen@gnu.org>
18317
18318 * iswitchb.el (iswitchb-case): New function. If the user input
18319 contains any upper-case characters, the search is made
18320 case-sensitive.
18321
183222000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18323
18324 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18325 comment-end.
18326 (texinfo-font-lock-syntactic-keywords): New var.
18327 (texinfo-font-lock-keywords): Remove comment regexp.
18328 (texinfo-insert-block): New function.
18329 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18330 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18331 and font-lock-defaults. Use regexp-opt for outline-regexp.
18332 (texinfo-environments): New var.
18333 (texinfo-environment-regexp): Use regexp-opt and
18334 texinfo-environments.
18335
18336 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18337 ispell-process is bound since this might be eval'd before ispell
18338 is loaded.
18339 (ispell-message): Use a tiny bit less magic and a bit more hard
18340 data to figure out what kind of sc-cite-regexp to use.
18341
18342 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18343
18344 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18345 (insert-cyclic-diary-entry): Unquote the lambda.
18346
18347 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18348
18349 * files.el (backup-enable-predicate): Unquote the lambda.
18350
18351 * cus-edit.el (custom-face, face): Unquote the lambda.
18352
183532000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18354
18355 * ps-print.el: Check for line-beginning-position definition.
18356
18357 * ps-print.el: Fix counting lines in a region.
18358 (ps-print-version): New version number (5.1.5).
18359 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18360 (ps-printing-region): Fun code fix.
18361
183622000-04-15 Gerd Moellmann <gerd@gnu.org>
18363
18364 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18365 to file-directory-p.
18366
183672000-04-14 Gerd Moellmann <gerd@gnu.org>
18368
18369 * gud.el (gud-jdb-build-source-files-list): Check that directory
18370 exists before calling directory-files.
18371
183722000-04-13 Dave Love <fx@gnu.org>
18373
18374 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18375 syntax.
18376
18377 * emacs-lisp/cl-specs.el: Remove when, unless.
18378
18379 * emacs-lisp/cl-extra.el: Don't quote keywords.
18380 (cl-old-mapc): New variable.
18381 (mapc): Use it.
18382 (cl-map-intervals): Use with-current-buffer. Don't check for
18383 next-property-change.
18384 (cl-map-overlays): Use with-current-buffer.
18385 (cl-expt): Remove.
18386 (copy-tree, remprop): Define unconditionally.
18387
18388 * emacs-lisp/cl-compat.el (keywordp): Remove.
18389
18390 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18391 to use keywordp.
18392 (edebug-spec): Enable keywordp.
18393
18394 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18395 string-lessp.
18396
18397 * cus-start.el: Use keywordp.
18398
183992000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18400
18401 * diary-lib.el (include-other-diary-files): Fix the fix of
18402 2000-02-18 by doing a save-excursion.
18403
184042000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18405
18406 * ps-print.el: Customization fix, doc fix.
18407 (ps-print-version): New version number (5.1.4).
18408 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18409 (ps-print-preprint): Adjust code.
18410 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18411 (ps-print-prologue-header, ps-print-control-characters)
18412 (ps-spool-config): Customization fix.
18413
184142000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18415
18416 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18417 converted to the new menu-item format, names silightly changed,
18418 help strings added.
18419
18420 Support for spelling without async subprocesses:
18421
18422 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18423 (ispell-session-buffer): New variables.
18424 (ispell-start-process, ispell-process-status,
18425 ispell-accept-output, ispell-send-string): New functions, for
18426 Ispell invocation when async subprocesses aren't supported.
18427 (ispell-word, ispell-pdict-save, ispell-command-loop,
18428 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18429 to process-send-string with calls to ispell-send-string, and
18430 accept-process-output with ispell-accept-output.
18431 (ispell-init-process): Call ispell-process-status instead of
18432 process-status with.
18433 (ispell-init-process): Call ispell-start-process. Call
18434 ispell-accept-output and ispell-send-string. Don't call
18435 process-kill-without-query and kill-process if they are unbound.
18436 (ispell-async-processp): New function.
18437
184382000-04-12 Dave Love <fx@gnu.org>
18439
18440 * info.el: Add debug-ignored-errors.
18441 (Info-mode-menu): Add some items.
18442 (Info-directory): Add autoload cookie.
18443
18444 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18445 Modify `truncate-lines'. Make `describe-language-environment'
18446 always visible and add help. Modify `describe-key' help. Invoke
18447 Info-directory from `info'. New entry `emacs-manual'.
18448
184492000-04-10 Gerd Moellmann <gerd@gnu.org>
18450
b291c86c
SM
18451 * progmodes/ebrowse.el (ebrowse-tree-mode):
18452 Use propertized-buffer-identification.
a30eb617
DL
18453 (ebrowse-update-member-buffer-mode-line): Likewise.
18454 (ebrowse--mode-strings): Removed.
18455 (ebrowse--mode-line-props): Removed.
18456
18457 * files.el (auto-mode-alist): Add `EBROWSE'.
18458
18459 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18460 space before testing for end of buffer.
18461 (ebrowse-load): Removed.
18462 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18463 (ebrowse-create-tree-buffer): Rewritten.
18464 (ebrowse-tree-mode): Read tree from buffer.
18465
18466 * progmodes/ebrowse-ffh.el: Removed.
18467
184682000-04-10 Kenichi Handa <handa@etl.go.jp>
18469
18470 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18471
184722000-04-10 Gerd Moellmann <gerd@gnu.org>
18473
18474 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18475 at the wrong place.
18476
184772000-04-09 Dave Love <fx@gnu.org>
18478
b291c86c
SM
18479 * files.el (backup-enable-predicate):
18480 Use temporary-file-directory, small-temporary-file-directory.
18481 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
18482 (make-backup-file-name-1): New function.
18483 (make-backup-file-name): Use it.
b291c86c 18484 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
18485 (file-newest-backup): Use make-backup-file-name.
18486
184872000-04-09 Gerd Moellmann <gerd@gnu.org>
18488
18489 * progmodes/ebrowse-ffh.el: New file.
18490
86f6474c
SM
18491 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18492 Moved to ebrowse-ffh.el.
a30eb617
DL
18493 (ebrowse-load): Add autoload.
18494
18495 * finder.el (finder-commentary): Add autoload cookie.
18496
18497 * mail/rfc2368.el: Correct author's email address.
18498
18499 * progmodes/ebrowse.el: New file.
18500
18501 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18502 item help string.
18503 (easy-menu-do-add-item): Ditto.
18504 (easy-menu-define): Extend doc string.
18505
86f6474c 18506 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18507 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18508 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18509 with-buffer-unmodified.
18510
185112000-04-08 Dave Love <fx@gnu.org>
18512
18513 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18514 unless, when.
18515
185162000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18517
18518 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18519 (viper-flash-search-pattern): No operation when using Emacs
18520 doesn't support face.
18521 Use `viper-put-on-search-overlay'.
18522
185232000-04-04 Gerd Moellmann <gerd@gnu.org>
18524
18525 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18526 like C-r.
18527
18528 * progmodes/make-mode.el: Some doc fixes.
18529 (makefile-mode-abbrev-table): New variable.
18530 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18531 (makefile-font-lock-keywords): Fontify includes and conditionals.
18532 (toplevel): Require `dabbrev' and `add-log' when compiling.
18533
18534 * replace.el (perform-replace): Don't move forward one char
18535 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18536 to do that because it leaves point 1 position after the last
18537 replacement, after everything has been replaced.
18538
18539 * jit-lock.el (with-buffer-unmodified): New macro.
18540 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18541 modified state.
18542 (jit-lock-function-1): Extracted from jit-lock-function; not
18543 preserving buffer's modified state.
86f6474c
SM
18544 (jit-lock-function, jit-lock-stealth-fontify):
18545 Call jit-lock-function-1.
a30eb617
DL
18546
18547 * mail/rfc2368.el: Remove supernumerary copyright line.
18548
185492000-04-04 Milan Zamazal <pdm@freesoft.cz>
18550
18551 * glasses.el: Provide facilities for inserting space before left
18552 parentheses and uncapitalization of identifiers.
18553 (glasses-mode): Try to remove old overlays in all cases.
18554
185552000-04-03 Gerd Moellmann <gerd@gnu.org>
18556
18557 * progmodes/compile.el (compile-internal): Display the compilation
18558 buffer in a different frame, if it's already displayed there.
18559
18560 * mail/rfc2368.el: New file.
18561
18562 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18563 header and insert its value as mail body.
18564
18565 * subr.el (member-ignore-case): New function.
18566
18567 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18568 (dabbrev--find-expansion): Ignore buffers matching a regexp
18569 from dabbrev-ignored-regexps.
18570
18571 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18572 to extensions handled by gzip.
18573
185742000-04-03 Richard M. Stallman <rms@gnu.org>
18575
18576 * files.el (insert-directory): List the total free space
18577 along with the used space.
18578
18579 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18580 line is followed by one that matches CITATION-REGEXP, end the
18581 paragraph.
18582
185832000-04-03 Markus Rost <rost@delysid.gnu.org>
18584
18585 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18586 (rmail-make-basic-summary-line): Use that option.
18587
185882000-04-03 Kenichi Handa <handa@etl.go.jp>
18589
18590 * international/mule-cmds.el (encoded-string-description):
18591 Rewritten. Try pretty description for ISO 2022 escape sequences
18592 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18593 for hexadecimal format.
18594
185952000-04-01 Dave Love <fx@gnu.org>
18596
18597 * cpp.el: Change customization group to `c' from `C'.
18598
18599 * vcursor.el (vcursor-move): Use display-color-p.
18600
18601 * international/mule-util.el: Provide mule-utils.
18602 (string-to-sequence): Simplify and speed up.
18603
18604 * international/mule.el (make-coding-system): Purecopy doc-string.
18605
18606 * international/mule-cmds.el: Various menu changes.
18607 (describe-specified-language-support): Handle `Default'.
18608 (set-language-info): Purecopy `info'.
18609
186102000-03-31 Andrew Innes <andrewi@gnu.org>
18611
18612 * vc.el (vc-backend-diff): Return the correct status if we had to
18613 retry the rcsdiff command without the --brief option.
18614
186152000-03-31 Dave Love <fx@gnu.org>
18616
18617 * help.el (help-manyarg-func-alist): Correct several omissions.
18618
18619 * add-log.el: Don't require cl, fortran.
18620 (add-log-current-defun-function): Doc fix.
86f6474c 18621 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18622 (change-log-version-rcs): Function deleted.
86f6474c
SM
18623 (change-log-version-number-search): Doc fix.
18624 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18625 (add-change-log-entry): Just call add-log-current-defun to get
18626 defun. Simplify somewhat.
18627 (change-log-get-method-definition-1): Likewise.
18628 (add-log-current-defun): Return nil if calling
18629 add-log-current-defun-function does so. Move Fortran stuff to
18630 fortran.el. Return string without properties.
18631
18632 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18633 and :alpha: char classes.
18634
18635 * mail/supercite.el: Defvar curline when compiling.
18636 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18637 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18638 rather than a-zA-Z0-9 to allow non-ASCII characters.
18639
186402000-03-31 Gerd Moellmann <gerd@gnu.org>
18641
18642 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18643
18644 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18645 Re-enable new code.
18646
18647 * lpr.el (print-region-1): Use -d to specify printer name for
18648 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18649
186502000-03-31 Dave Love <fx@gnu.org>
18651
86f6474c
SM
18652 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18653 Look for function definition in symbol's function value slot first
a30eb617
DL
18654 instead of first consulting byte-compile-function-environment.
18655
186562000-03-31 Kenichi Handa <handa@etl.go.jp>
18657
18658 * language/european.el ("Polish"): New language environment.
18659 (setup-polish-environment): New function.
18660
186612000-03-30 Gerd Moellmann <gerd@gnu.org>
18662
18663 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18664 Disable new code.
18665
18666 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18667 trying to `load' the symbol of an autoload instead of the file
18668 recorded in the autoload. Fix error messages.
18669
186702000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18671
18672 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18673 (ps-print-version): New version number (5.1.3).
18674 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18675 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18676 (ps-generate-postscript-with-faces): Code fix.
18677 (ps-color-values): XEmacs compatibility.
18678 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18679 (ps-default-fg, ps-default-bg): Adjust customization.
18680 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18681 (ps-color-scale): Renaming old ps-color-value fun.
18682 (ps-print-headers): Replace ps-print-header group to avoid conflict
18683 with ps-print-header variable.
18684 (ps-print-miscellany): New group.
18685 (ps-format-color, ps-rgb-color): New funs.
18686 (ps-default-foreground): New var.
18687 (ps-printer-name-option): New const.
18688
186892000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18690
18691 * net/net-utils.el:
18692 (network-connection-host, network-connection-service): New variables
18693 (network-connection-mode): New mode, derived from comint-mode
18694 (network-connection-mode-setup): New function, saves host and
18695 service information in local variables.
18696
18697 * lisp/locate.el:
18698 (locate-word-at-point): Added this function
18699 (locate): Default to using locate-word-at-point as input
18700 Run dired-mode-hook
18701
187022000-03-29 Dave Love <fx@gnu.org>
18703
18704 * calendar/appt.el: Doc fixes.
18705 (appt-check): Convert min-to-app to a string before passing to
18706 appt-disp-window-function or concat.
18707 (appt-delete-window): Remove test for frame-root-window.
18708 (appt-select-lowest-window, appt-convert-time): Simplify.
18709
18710 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18711 (byte-compile-file-form-autoload):
18712 Update byte-compile-function-environment.
a30eb617
DL
18713
187142000-03-29 Andreas Schwab <schwab@suse.de>
18715
86f6474c 18716 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18717
18718 * dired.el (dired-insert-directory): If dired-free-space-program
18719 failed just delete its output.
18720
187212000-03-29 Dave Love <fx@gnu.org>
18722
18723 * international/iso-cvt.el: Move provide to end. Doc fixes.
18724 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18725 (iso-iso2sgml, iso-sgml2iso): New functions.
18726 (iso-cvt-define-menu): Fix some entries and use backquote for
18727 clarity.
18728
18729 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18730
187312000-03-28 Gerd Moellmann <gerd@gnu.org>
18732
18733 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18734 ISO-DATE. If non-nil, return date in ISO 8601 format.
18735
187362000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18737
18738 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18739 if it ever becomes used.
18740 (log-edit-mode-hook): Default to vc-log-mode-hook.
18741 (log-edit-mode): Fix the docstring.
18742
18743 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18744 the code.
18745
187462000-03-26 Dave Love <fx@gnu.org>
18747
18748 * net/browse-url.el (browse-url): Re-fix case of
18749 browse-url-browser-function being an alist.
18750 (browse-url): Add :link to defgroup.
18751
18752 * files.el: Doc fixes.
18753 (file-truename): Include `[' in wildcard characters.
18754 (automount-dir-prefix): Customize.
18755 (find-file-wildcards): Add :version.
18756 (find-file-noselect): Simplify a mapcar call.
18757
18758 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18759 compatible with inf-lisp version.
18760 (eval-defun-1): Fix custom-declare-variable case.
18761
187622000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18763
18764 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18765
187662000-03-24 Gerd Moellmann <gerd@gnu.org>
18767
18768 * Makefile (COMPILE_FIRST): New macro.
18769 (compile-files): Compile files from COMPILE_FIRST first.
18770
86f6474c 18771 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18772
18773 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18774 matching open parenthesis in column 0 to defun-prompt-regexp
18775 only if open-paren-in-column-0-is-defun-start is set.
18776
18777 * sun-curs.el: Require CL at compile-time only.
18778
18779 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18780 instead of copy-list which is a function from CL.
18781 (msb--choose-menu, msb--mode-menu-cond)
18782 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18783 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18784 (msb--aggregate-alist): Use mapcar instead of mapcan.
18785 Fix `(' in column 0 in doc string.
a30eb617
DL
18786 (msb--add-separators): Use mapcar instead of mapcan.
18787
18788 * cus-dep.el: Require CL at compile-time only.
18789
187902000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18791
18792 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18793 (byte-compile-warnings): New warning `noruntime'.
18794 (byte-compile-constants, byte-compile-variables): Fix docstring.
18795 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18796 execute `eval-whenc-compile's body.
18797 (byte-compile-unresolved-functions): Fix docstring.
18798 (byte-compile-eval): New function.
18799 (byte-compile-callargs-warn): Check if the function will be available
18800 at runtime (via property `byte-compile-noruntime').
18801 (byte-compile-print-syms): New function.
18802 (byte-compile-warn-about-unresolved-functions): Also warn about
18803 `noruntime' functions (and use `byte-compile-print-syms').
18804 (byte-compile-file): Capitalize the message.
18805
188062000-03-24 Gerd Moellmann <gerd@gnu.org>
18807
18808 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18809 (rmail-expunge): Ask for confirmation depending on the setting
18810 of rmail-confirm-expunge.
18811
188122000-03-23 Gerd Moellmann <gerd@gnu.org>
18813
18814 * Makefile (bootstrap-clean): If $(emacs) exists, build
18815 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18816 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18817
188182000-03-23 Dave Love <fx@gnu.org>
18819
18820 * net/browse-url.el: Restore previous use of
18821 browse-url-maybe-new-window.
18822
188232000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18824
18825 * ps-print.el: Skip banner page fix.
18826 (ps-print-version): New version number (5.1.2).
18827 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18828
188292000-03-23 Dave Pearson <davep@davep.org>
18830
18831 * net/quickurl.el Changed the type of parameter passed to the
18832 function defined by `quickurl-format-function'. Before only the
18833 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18834 and the function is responsible for extracting the parts it requires.
18835 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18836 (quickurl-insert): Changed the `funcall' of
18837 `quickurl-format-function' to match the above change.
18838 (quickurl-list-insert): Changed the `url' case so that it makes
18839 use of `quickurl-format-function', previous to this the format was
18840 hard wired.
18841
188422000-03-22 Gerd Moellmann <gerd@gnu.org>
18843
18844 * startup.el: Change some spellings for the X Window System.
18845
188462000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18847
86f6474c
SM
18848 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18849 Clean up the code and the regexp and make sure the cursor is
18850 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18851
188522000-03-22 Jason Rumney <jasonr@gnu.org>
18853
18854 * w32-fns.el (w32-charset-info-alist): Initialize.
18855
188562000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18857
18858 * ps-print.el: N-up last page fix.
18859 (ps-print-version): New version number (5.1.1).
18860 (ps-end-file, ps-end-job, ps-generate): Code fix.
18861
188622000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18863
18864 * files.el (find-file-run-dired): Update docstring.
18865 (find-directory-functions): New hook.
18866 (find-file-noselect): Run find-directory-functions rather than
18867 calling dired directly.
18868
18869 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18870
18871 * pcvs.el: Add a minimal leading commentary.
18872 (cvs-make-cvs-buffer): Change the header part by removing the startup
18873 message and adding a `Module' entry. Also replace the FOOTER and
18874 HEADER special fileinfos with the new support in ewoc for updating
18875 its own footer and header.
18876 (cvs-update-header): Update to use the header/footer of the ewoc.
18877 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18878 (cvs-is-within-p): New function.
18879 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18880 to only examine some subset of the buffers.
18881
18882 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18883 `format' instead of our own ad-hoc functions.
18884 Remove HEADER and FOOTER cases, now handled in the EWOC.
18885 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18886
18887 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18888 output to avoid scaring the user.
18889 (cvs-parse-table): Catch message for non-up-to-date commits.
18890
18891 * pcvs-defs.el (cvs-startup-message): Remove.
18892 (cvs-global-menu): New autoloaded menu.
18893
18894 * pcvs-util.el (cvs-string-fill): Remove.
18895
18896 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18897 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18898 PP part of it and also make it work for footers and headers.
18899 (ewoc-create): Drop POS and BUFFER arguments.
18900 Use the DLL's dummy node to store the end-of-footer position.
18901 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18902 (ewoc-refresh): Remove unused `header' variable.
18903 (ewoc-(get|set)-hf): New functions.
18904
18905 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18906 log-view-*-(message|file) and use easy-mmode-define-navigation.
18907 (log-view-message-re): Match SCCS format as well.
18908 And match the revision line rather than the dashed separator line.
18909 (log-view-mode): Use the new define-derived-mode.
18910 (log-view-current-tag): Fill in with an actual implementation.
18911
18912 * cvs-status.el (cvs-status-(prev|next)): Rename from
18913 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18914 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18915 to let the output "breathe" a little more (more readable).
18916 (cvs-status-mode): Use the new define-derived-mode.
18917
18918 * smerge-mode.el (smerge-auto-leave): New function and variable.
18919 (smerge-basic-map): Rename from smerge-basic-keymap.
18920 Change the bindings for smerge-diff-*.
18921 (smerge-*-map): Use easy-mmode-defmap.
18922 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18923 (smerge-keep-*): Use smerge-auto-leave.
18924
189252000-03-21 Jason Rumney <jasonr@gnu.org>
18926
18927 * cus-edit.el (custom-button-face): Use 3D look for w32.
18928 (custom-button-pressed-face): Likewise.
18929
189302000-03-21 Gerd Moellmann <gerd@gnu.org>
18931
18932 * progmodes/etags.el (tags-case-fold-search): New user-option.
18933 (tags-loop-eval): New function. Bind case-fold-search around eval
18934 depending on the value of tags-case-fold-search.
18935 (tags-loop-continue): Use tags-loop-eval.
18936 (find-tag-in-order): Bind case-fold-search depending on the value
18937 of tags-case-fold-search.
18938
189392000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18940
86f6474c 18941 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18942 (diff-end-of-hunk): Return the end position for use in
18943 `easy-mmode-define-navigation'.
18944 (diff-recenter): Remove.
18945 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18946 of `easy-mmode-define-navigation'.
18947 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18948 previous renaming) and fix to use new names.
18949 (diff-merge-strings): Use \n as separator: simpler, faster.
18950 (diff-mode): Use `define-derived-mode'.
18951
18952 * derived.el (define-derived-mode): Don't autoload anymore.
18953 Prefer the macro-only version provided by easy-mmode.el.
18954
18955 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18956 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18957 (easy-mmode-define-navigation): New macro.
18958
18959 * subr.el (combine-run-hooks): New function.
18960
189612000-03-21 Kenichi HANDA <handa@etl.go.jp>
18962
18963 * term/x-win.el: Fontsets related initialization is simplified.
18964
18965 * international/mule-diag.el (describe-font): Don't refer to
18966 global-fontset-alist, instead call font-list.
18967 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18968 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18969
86f6474c
SM
18970 * international/fontset.el (x-charset-registries): Variable removed,
18971 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18972 (register-alternate-fontnames): Function removed.
18973 (resolved-ascii-font): Variable removed.
18974 (x-compose-font-name): Ignore the second argument REDOCE.
18975 (x-complement-fontset-spec): Complement only an ASCII font and
18976 element for those charsets than can use that ASCII font.
18977 (generate-fontset-menu): Don't refer to global-fontset-alist,
18978 instead call fontset-list.
18979 (uninstantiated-fontset-alist): Variable removed.
18980 (x-style-funcs-alist): Likewise.
18981 (fontset-default-styles): Likewise.
18982 (x-modify-font-name): Function removed.
86f6474c 18983 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18984 (create-fontset-from-ascii-font): Docsting adjusted for the above
18985 change.
18986 (instantiate-fontset, resolve-fontset-name): Functions removed.
18987 (fontset-list): Now implemented by C code.
18988
18989 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18990 (describe-face): Include `font' attribute in the description.
18991
189922000-03-21 Kenichi Handa <handa@etl.go.jp>
18993
18994 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18995
189962000-03-20 Gerd Moellmann <gerd@gnu.org>
18997
18998 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18999 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19000 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19001
19002 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19003 about behavior of set-buffer-modified-p wrt redisplay.
19004
190052000-03-19 Richard M. Stallman <rms@gnu.org>
19006
19007 * view.el (view-mode-disable): Kill local binding of view-read-only.
19008
190092000-03-18 Gerd Moellmann <gerd@gnu.org>
19010
86f6474c 19011 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
19012 is a string, convert it to a syntax cell using string-to-syntax.
19013
19014 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19015 (string-to-syntax): New function.
19016
19017 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19018 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19019 try to use passive ftp mode.
19020
190212000-03-17 Gerd Moellmann <gerd@gnu.org>
19022
19023 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19024
19025 * simple.el (append-to-buffer): Update point of windows after
19026 insertion.
19027
19028 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19029 forward then moving backward. Reindent.
19030
19031 * frame.el (other-frame): Call x-focus-frame only if
19032 focus-follows-mouse is off.
19033
190342000-03-17 Dave Love <fx@gnu.org>
19035
86f6474c 19036 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
19037
190382000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19039
19040 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19041 regexp for labels cannot span several lines.
19042
19043 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19044 `(setq :<key> ':<key>)' to the macro expansion.
19045
190462000-03-16 Dave Love <fx@gnu.org>
19047
19048 * progmodes/f90.el (f90): Put custom group under `languages', not
19049 `fortran'.
19050 (f90-mode-hook): Customize.
19051 (f90-mode): Set add-log-current-defun-function.
19052 (f90-current-defun): New function.
19053
190542000-03-16 Gerd Moellmann <gerd@gnu.org>
19055
19056 * cus-edit.el (custom-variable-tag-face): Handle case that
19057 default face's height is not a number.
19058 (custom-face-tag-face, custom-group-tag-face-1)
19059 (custom-group-tag-face): Ditto.
19060 (custom-group-tag-face-1): Add :group.
19061
19062 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19063
190642000-03-15 Gerd Moellmann <gerd@gnu.org>
19065
19066 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19067 requiring easymenu.
19068
190692000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19070
19071 * ps-print.el: PostScript user-defined prologue, PostScript error
19072 handler, doc fix.
19073 (ps-print-version): New version number (5.1).
19074 (ps-user-defined-prologue, ps-error-handler-message)
19075 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19076 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19077 (ps-insert-string): New function.
19078
190792000-03-15 Kenichi Handa <handa@etl.go.jp>
19080
19081 * international/ccl.el (ccl-compile-expression): Don't generate
19082 invalid self-assignment code.
19083
190842000-03-14 Dave Love <fx@gnu.org>
19085
19086 * subr.el (replace-regexp-in-string): Renamed from
19087 replace-regexps-in-string. Doc fix.
19088
190892000-03-12 Dave Love <fx@gnu.org>
19090
19091 * cus-edit.el: Doc fixes.
86f6474c 19092 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
19093 (custom-variable-tag-face, custom-face-tag-face)
19094 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19095 style which user identify as hyperlink.
19096 (hook): Don't add undefined functions to the hook.
19097 (debug-ignored-errors): Transfer message from bindings.el.
19098
190992000-03-12 Gerd Moellmann <gerd@gnu.org>
19100
86f6474c
SM
19101 * recentf.el (recentf-keep-non-readable-files-p):
19102 Remove double/nested definition.
a30eb617
DL
19103
191042000-03-12 Dave Love <fx@gnu.org>
19105
19106 * facemenu.el (facemenu-get-face): Use display-color-p.
19107 * enriched.el (enriched-decode-foreground): Likewise.
19108 (enriched-decode-background): Likewise.
19109 * isearch.el (isearch-highlight): Likewise.
19110 * info-look.el (info-lookup): Likewise.
19111 * simple.el (completion-setup-function): Likewise.
19112
19113 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19114 :options.
19115
19116 * bindings.el (mode-line-format): Fix line-number and
19117 column-number items. Add help-echo for the background.
19118 (mode-line-mule-info): Modify help-echo.
19119
19120 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19121
19122 * files.el (load-file): Allow completion to .elc.
19123
19124 * man.el: Doc fixes.
19125 (Man-init-defvars): Use display-color-p to set fontification.
19126
19127 * play/hanoi.el (hanoi-internal): Don't use oddp.
19128
191292000-03-12 Gerd Moellmann <gerd@gnu.org>
19130
19131 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19132
19133 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19134
191352000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19136
19137 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19138 Fix comment.
19139
191402000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19141
19142 * font-lock.el (font-lock-keywords): Fix the doc now that
19143 regexp-opt-depth is unnecessary.
19144 (save-buffer-state): Set an edebug spec.
19145 (font-lock-fontify-anchored-keywords): Properly handle the case when
19146 the matcher goes past the limit.
19147
19148 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19149 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19150
19151 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19152 dll.el and cookie.el (from Elib) with heavy renaming and other
19153 massaging.
19154
19155 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19156 Autoload the functions used.
19157 (easy-mmode-define-syntax): Fix CL typo.
19158 (easy-mmode-define-derived-mode): Improve the docstring generation.
19159
191602000-03-10 Gerd Moellmann <gerd@gnu.org>
19161
19162 * textmodes/texinfo.el (texinfo-version): Variable and function
19163 removed.
19164
191652000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19166
19167 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19168 allow more flexibility.
ff39b9a1 19169 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
19170 (easy-mmode-defmap, easy-mmode-defsyntax)
19171 (easy-mmode-define-derived-mode): New macros.
19172
191732000-03-09 Didier Verna <didier@xemacs.org>
19174
19175 * rect.el (replace-rectangle): New function.
19176
191772000-03-09 Dave Love <fx@gnu.org>
19178
ff39b9a1 19179 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
19180 (fortran-comment-line-start-skip): Don't match cpp stuff.
19181 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19182 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19183 (fortran-mode): Don't set fortran-comment-line-start-skip,
19184 fortran-comment-line-start here. Set comment-start,
19185 add-log-current-defun.
19186 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19187 (fortran-current-defun): New function.
19188
191892000-03-09 Gerd Moellmann <gerd@gnu.org>
19190
19191 * emacs-lisp/re-builder.el: New file.
19192
19193 * mouse.el (mouse-drag-region): Don't run up-event handler
19194 if hscroll has changed.
19195
19196 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19197 builtin operators, use `font-lock-builtin-face' for Emacs and
19198 `font-lock-preprocessor-face' otherwise.
19199
19200 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19201 `(defun (setf foo)' differently.
19202
192032000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19204
19205 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19206 (regexp-opt): Update comment and adapt the code the new meaning of
19207 the `paren' argument of regex-opt-group for shy-groups.
19208 (regexp-opt-depth): Handle shy groups as well as backslashed
19209 backslashes.
19210 (regexp-opt-group): Turn the leading comment into a docstring.
19211 Allow `paren' to be a string (the string to use to open a group).
19212 Remove open-presuf and close-presuf. Instead of checking for `all
19213 one-char' and then later on check for `several one-char', handle
19214 both cases close together. Also apply a more generic algorithm
19215 for suffixes (the mirror image of the algorithm used for
19216 prefixes). Use shy-groups. Use nreverse rather than reverse.
19217 (regexp-opt-try-suffix): Removed.
19218
19219 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19220 from comint-mode-map, so we can just inherit from it. Also, move
19221 the initialization into the `defvar' since there's no docstring
19222 anyway and it's fairly short.
19223 (inferior-scheme-mode): Define it as derived-mode: the code is
19224 shorter and this way we inherit from comint-mode-map rather than
19225 copying it.
19226
19227 * subr.el (replace-regexps-in-string): Properly handle the case
19228 where we match an empty string.
19229
19230 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19231 when the command has a directory component (such as "./testml").
19232 Also fix a typo in the comment.
19233
192342000-03-08 Gerd Moellmann <gerd@gnu.org>
19235
19236 * Makefile (compile-files): Compile files one by one because
19237 that's the only way to ensure a clean compilation environment for
19238 each individual file.
19239
19240 * frame.el (other-frame): Call x-focus-frame.
19241
192422000-03-07 Dave Love <fx@gnu.org>
19243
19244 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19245 :require to defcustom.
19246
ff39b9a1 19247 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
19248
19249 * files.el (auto-mode-alist): Add configure.in.
19250
19251 * progmodes/autoconf.el: New file.
19252
192532000-03-07 Gerd Moellmann <gerd@gnu.org>
19254
19255 * mail/mh-e.el: Change maintainer to `none'.
19256
19257 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19258 to remove-hook and add-hook.
19259
192602000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19261
19262 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19263 it as the default.
19264 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19265 (sendmail-send-it): Conditionally add MIME headers specifying the
19266 used character set.
19267
192682000-03-07 Dave Love <fx@gnu.org>
19269
ff39b9a1
SM
19270 * winner.el: Fix keywords, autoload cookies.
19271 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
19272
192732000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19274
19275 * international/mule.el: Modify comment about coding system
19276 property `coding-category'.
19277 (make-coding-system): New argument EOL-TYPE. Pay attention to
19278 coding-category property of PROPERTIES.
19279
ff39b9a1
SM
19280 * international/mule-conf.el (coding-category-utf-8)
19281 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
19282 categories. Include them in the argument for set-coding-priority.
19283
ff39b9a1
SM
19284 * international/mule-cmds.el (reset-language-environment):
19285 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
19286 coding-category-utf-16-le in the argument for set-coding-priority.
19287 (reset-language-environment): Initialize coding-category-utf-8,
19288 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19289
192902000-03-06 Karl Fogel <kfogel@red-bean.com>
19291
19292 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19293 code abstracted out of `bookmark-jump-noselect'. Now tries info
19294 extensions as well as compression extensions.
19295 (bookmark-jump-noselect): Use above new func.
19296
192972000-03-03 Gerd Moellmann <gerd@gnu.org>
19298
19299 * strokes.el: Change maintainer's mail address.
19300
193012000-03-03 Kenichi Handa <handa@etl.go.jp>
19302
19303 * international/mule-diag.el (list-character-sets): Make help-echo
19304 string by substitute-command-keys.
19305 (list-character-sets): Likewise.
19306 (sort-listed-character-sets): Call help-setup-xref.
19307
193082000-03-02 Gerd Moellmann <gerd@gnu.org>
19309
ff39b9a1 19310 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
19311
193122000-03-01 Dave Love <fx@gnu.org>
19313
19314 * help.el (help-xref-go-back): Don't try to set position.
19315
ff39b9a1
SM
19316 * international/mule-diag.el (list-character-sets):
19317 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
19318 (list-character-sets-1): Add help-echo to xrefs.
19319
193202000-03-02 Gerd Moellmann <gerd@gnu.org>
19321
19322 * frame.el (blink-cursor-mode): Switch cursor on when turning
19323 the mode off.
19324
19325 * add-log.el (add-log-current-defun): Add support for
19326 Autoconf mode.
19327
19328 * mail/rmail.el (rmail-quit-hook): New variable.
19329
193302000-03-01 Dave Love <fx@gnu.org>
19331
19332 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19333
19334 * help.el (help-xref-button): Add help-echo arg.
19335 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19336
ff39b9a1 19337 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 19338
ff39b9a1 19339 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
19340
193412000-03-01 Gerd Moellmann <gerd@gnu.org>
19342
19343 * image.el (defimage): Look for image files in load-path.
19344
ff39b9a1 19345 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
19346
193472000-03-01 David Ponce <david.ponce@wanadoo.fr>
19348
ff39b9a1 19349 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
19350
193512000-03-01 David Ponce <david.ponce@wanadoo.fr>
19352
ff39b9a1 19353 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
19354 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19355 action to select/unselect a file.
19356 (recentf-edit-list): Code cleanup and improvement.
19357 (recentf-open-more-files-action): `recentf-open-more-files' button
19358 widget action to open a file.
ff39b9a1 19359 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
19360 (recentf-more-collection): Deleted.
19361 (recentf-more-history): Deleted.
19362 (recentf-setup-more-completion): Deleted.
19363
193642000-03-01 David Ponce <david.ponce@wanadoo.fr>
19365
19366 * recentf.el (recentf-mode): No more needs that Emacs is running
19367 under a window-system.
19368
ff39b9a1 193692000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19370
19371 * recentf.el (recentf-edit-list): New command to edit the recent
19372 list which allow the user to remove files.
19373 (recentf-edit-selected-items): New global variable, used by
19374 `recentf-edit-list' to hold the list of files to be removed from
19375 the recent list.
19376 (recentf-make-menu-items): Updated to display a "Edit list..."
19377 menu item. Minor code cleanup.
19378
ff39b9a1 193792000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19380
19381 * recentf.el (recentf-open-more-files): New command to open files
19382 that are not displayed in the menu.
19383 (recentf-more-collection): New global variable holding the set of
19384 permissible completions used by `recentf-open-more-files'.
19385 (recentf-more-history): New global variable holding the history list
19386 used by `recentf-open-more-files' completion.
19387 (recentf-setup-more-completion): New function to setup completion for
19388 `recentf-open-more-files'.
19389 (recentf-make-menu-items): Updated to display a "More..." menu item.
19390
ff39b9a1 193912000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19392
19393 * recentf.el (recentf-menu-action): Doc fixed.
19394
ff39b9a1 193952000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19396
19397 * recentf.el (recentf-menu-filter): Doc updated.
19398 (recentf-update-menu-hook): Allow menu filters to force menu update.
19399 (recentf-make-menu-items): New menu filter handling.
19400 (recentf-make-menu-item): New helper function.
19401 (recentf-menu-elements): New menu handling function.
19402 (recentf-sort-ascending): Updated to new menu filter handling.
19403 (recentf-sort-descending): Updated to new menu filter handling.
19404 (recentf-sort-basenames-ascending): New menu filter function.
19405 (recentf-sort-basenames-descending): New menu filter function.
19406 (recentf-show-basenames): New menu filter function.
19407 (recentf-show-basenames-ascending): New menu filter function.
19408 (recentf-show-basenames-descending): New menu filter function.
19409
194102000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19411
19412 * diary-lib.el (list-diary-entries): Don't try to go forward at
19413 the end of the buffer.
19414
194152000-02-29 Kenichi Handa <handa@etl.go.jp>
19416
ff39b9a1
SM
19417 * international/mule-diag.el (list-character-sets):
19418 Completely rewritten.
a30eb617
DL
19419 (sort-listed-character-sets): New function.
19420 (list-character-sets-1): Completely rewritten.
19421 (list-character-sets-2): New function.
19422 (non-iso-charset-alist): New variable.
19423 (decode-codepage-char): New function.
19424 (charset-history): New variable.
19425 (read-charset) (list-block-of-chars)
19426 (list-iso-charset-chars)
19427 (list-non-iso-charset-chars)
19428 (list-charset-chars): New functions.
86f6474c 19429 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
19430 (dump-charsets): Likewise.
19431
194322000-02-29 Gerd Moellmann <gerd@gnu.org>
19433
19434 * dired-x.el (dired-filename-at-point): Add `@' to valid
19435 file name characters.
19436 (dired-filename-at-point): Handle ange-ftp file names.
19437
19438 * frame.el (frame-notice-user-settings): Use assq-delete-all
19439 instead of assoc-delete-all.
19440 (frame-notice-user-settings): Ditto.
19441
19442 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19443 Don't copy alist.
19444
194452000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19446
19447 * calculator.el (calculator-use-menu): New option.
86f6474c 19448 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
19449 (calculator-forced-input): Removed.
19450 (calculator-restart-other-mode): New variable.
19451 (calculator-mode-map): Set up menu.
19452
194532000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19454
86f6474c 19455 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
19456
194572000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19458
86f6474c 19459 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 19460 translate all ESC key sequences.
86f6474c 19461 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 19462 they were saved.
86f6474c
SM
19463 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19464 * viper-util.el (viper-set-replace-overlay-glyphs)
19465 (viper-set-replace-overlay): Always check if the replacement
a30eb617 19466 overlay is live.
86f6474c
SM
19467 * viper.el (viper-vi-state-mode-list): Add major modes.
19468 * ediff-wind.el: Minor comment changes.
19469 * ediff.el: Copyright notice date fix.
a30eb617
DL
19470
194712000-02-27 Jason Rumney <jasonr@gnu.org>
19472
19473 * faces.el (face-font-family-alternatives): Add arial to helv.
19474 (mode-line, header-line, tool-bar): Same default as x for w32.
19475 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19476 face-font-family-alternatives from working.
19477 * term/w32-win.el (mouse-set-font): Do not build fontset from
19478 chosen font.
19479
194802000-02-25 Sam Steingold <sds@goems.com>
19481
19482 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19483 properly.
19484
194852000-02-25 Richard M. Stallman <rms@gnu.org>
19486
19487 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19488
194892000-02-25 Gerd Moellmann <gerd@gnu.org>
19490
86f6474c 19491 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19492
19493 * frame.el (busy-cursor-delay-seconds): New option.
19494
194952000-02-24 Gerd Moellmann <gerd@gnu.org>
19496
19497 * frame.el (show-cursor-in-non-selected-windows): New option.
19498
194992000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19500
19501 * diary-lib.el (include-other-diary-files): Undo the selective
19502 display in any included file and don't kill it.
19503
195042000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19505
86f6474c
SM
19506 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19507 Menu items converted to (menu-item format, help strings added.
a30eb617 19508 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19509 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19510 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19511
195122000-02-23 Dave Love <fx@gnu.org>
19513
19514 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19515 (backward-kill-word): Revert addition of * to interactive spec --
19516 it's a feature.
19517
19518 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19519 (backward-kill-sentence, kill-sentence): Likewise.
19520
19521 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19522 scratch buffer name.
86f6474c 19523 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19524
19525 * term/w32-win.el (internal-face-interactive): Update prompt for
19526 new read-face-name.
19527
19528 * mail/footnote.el (footnote): Add :version to defgroup.
19529 (footnote-section-tag-regexp): Customize.
19530 (footnote-start-tag, footnote-end-tag): New option.
19531 (footnote-latin-regexp): New variable.
19532 (Footnote-latin): New function.
19533 (footnote-style-alist): Add element for latin style.
19534 (footnote-style): Moved.
19535 (Footnote-goto-footnote): Use eq to test arg.
19536
19537 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19538
19539 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19540 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19541 (byte-optimize-quote, byte-optimize-lapcode):
19542 Use byte-compile-const-symbol-p.
a30eb617
DL
19543 (byte-optimize-char-before): New optimization.
19544
19545 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19546 (byte-compile-const-symbol-p): New function.
19547 (byte-compile-constp, byte-compile-out-toplevel)
19548 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19549 Use it.
19550
19551 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19552
195532000-02-23 Kenichi Handa <handa@etl.go.jp>
19554
19555 * international/encoded-kb.el: Be sure to update minor-mode-alist
19556 and minor-mode-map-alist.
19557 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19558 codes SS2 and SS3 correctly.
19559 (encoded-kbd-self-insert-ccl): New function.
19560 (encoded-kbd-setup-keymap): New function.
19561 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19562 by calling encoded-kbd-setup-keymap.
19563
86f6474c
SM
19564 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19565 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19566
195672000-02-22 Dave Love <fx@gnu.org>
19568
19569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19570 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19571 (lisp-mode-syntax-table): Set up for #|...|# comments.
19572 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19573 classes. Match `defface'.
19574 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19575 (eval-defun-1): Fix for defcustom.
19576 (lisp-indent-region): Doc fix.
19577
19578 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19579 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19580 (replace-regexps-in-string): New function.
19581
195822000-02-22 Gerd Moellmann <gerd@gnu.org>
19583
19584 * help.el (describe-variable): Set syntax table to
19585 emacs-lisp-mode-syntax-table when moving forward over the
19586 symbol's name.
19587
195882000-02-22 Dave Love <fx@gnu.org>
19589
19590 * xt-mouse.el: Doc fixes.
19591 (xterm-mouse-position-function): New function, replacing advice of
19592 mouse-position.
19593 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19594
19595 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19596
195972000-02-21 Gerd Moellmann <gerd@gnu.org>
19598
86f6474c
SM
19599 * format.el (format-annotate-single-property-change):
19600 Handle properties.with dotted-list values.
a30eb617
DL
19601 (format-proper-list-p): New function.
19602
19603 * enriched.el (enriched-face-ans): Handle '(foreground-color
19604 . COLOR) and (background-color . COLOR).
19605
196062000-02-20 Dave Love <fx@gnu.org>
19607
19608 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19609 and assignments to it.
19610 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19611 current local map.
19612 (make-flyspell-overlay): Use it.
19613 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19614
19615 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19616 (lm-get-header-re): Defun, not defsubst.
19617 (lm-get-package-name): Defun, not defsubst. Simplify.
19618 (lm-version): Doc fix. Simplify.
19619 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19620 (lm-crack-address, lm-last-modified-date, lm-commentary)
19621 (lm-verify, lm-synopsis): Simplify.
19622 (lm-report-bug): Require emacsbug. Use compose-mail.
19623
196242000-02-20 Gerd Moellmann <gerd@gnu.org>
19625
19626 * dired.el (dired-mode): Call propertized-buffer-identification
19627 to set mode-line-buffer-identification to something having
19628 the right text properties.
19629
19630 * bindings.el (propertized-buffer-identification): New function.
19631
196322000-02-20 Dave Love <fx@gnu.org>
19633
19634 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19635 check for t-mouse too.
19636
19637 * cus-start.el: Make echo-keystrokes `number'.
19638
196392000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19640
19641 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19642 Don't call ring-empty-p unless tags-location-ring is bound.
19643 From Noah Friedman <friedman@splode.com>.
19644
196452000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19646
19647 * progmodes/hideshow.el (hs-flag-region): No longer use
19648 `intangible' overlay property.
19649
19650 (hs-toggle-hiding): New command.
19651 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19652
19653 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19654 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19655 and deactivation.
19656
196572000-02-18 Gerd Moellmann <gerd@gnu.org>
19658
19659 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19660
196612000-02-17 Gerd Moellmann <gerd@gnu.org>
19662
19663 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19664
19665 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19666 of `*' to handle `(* ... *)' comments.
19667
196682000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19669
19670 * faces.el (list-faces-display): Use display-mouse-p instead of
19671 window-system.
19672
19673 * menu-bar.el (global-map): Menu-bar items converted to the new
19674 format (menu-item..., rearranged for better CUA compliance, and
19675 their names changed for better clarity. Help strings added.
19676
19677 * international/mule-cmds.el (mule-menu-keymap)
19678 (describe-language-environment-map, set-coding-system-map)
19679 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19680 form, add help strings. Change names of menu items for better clarity.
19681 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19682
196832000-02-17 Gerd Moellmann <gerd@gnu.org>
19684
19685 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19686 within the code.
19687
196882000-02-16 Dave Love <fx@gnu.org>
19689
19690 * faces.el: Don't require custom. Add more specific :groups to
19691 various deffaces.
19692 (set-face-attribute): Purecopy args.
19693 (read-face-name): Default to name at point and use it in prompt.
19694 Remove colon from arg in all callers.
19695 (list-faces-display): Hyperlink to face descriptions and customize
19696 buffers.
19697
196982000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19699
86f6474c 19700 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19701
197022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19703
19704 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19705 at ':' characters by call to split-string.
19706
197072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19708
19709 * textmodes/bibtex.el: Added RCS version identification.
19710
197112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19712
19713 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19714 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19715 (bibtex-field-const): Allow capital letters.
19716 (bibtex-start-of-string): Deleted because unused.
19717
19718 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19719 use the term 'reference' to describe a bibtex entry as a whole.
19720 Further, reference keys are no longer called 'labels'.
19721 (bibtex-keys): Renamed to bibtex-reference-keys.
19722 (bibtex-reformat-previous-labels): Renamed to
19723 bibtex-reformat-previous-reference-keys.
19724 (bibtex-reference-type): Renamed to bibtex-entry-type.
19725 (bibtex-reference-head): Renamed to bibtex-entry-head.
19726 (bibtex-reference-maybe-empty-head): Renamed to
19727 bibtex-entry-maybe-empty-head.
19728 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19729 (bibtex-search-reference): Renamed to bibtex-search-entry.
19730 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19731 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19732 (bibtex-entry-field-alist, bibtex-entry-head)
19733 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19734 (bibtex-map-entries, bibtex-search-entry)
19735 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19736 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19737 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19738 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19739 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19740 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19741 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19742
197432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19744
19745 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19746 comment.
19747 (bibtex-format-field-delimiters): New function, functionality
19748 extracted from bibtex-format-entry.
19749 (bibtex-autokey-get-yearfield-digits): New function, functionality
19750 extracted from bibtex-autokey-get-yearfield.
19751
19752 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19753 entries in order to avoid stack overflow in the regexp matcher if
19754 field contents become large.
86f6474c
SM
19755 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19756 (bibtex-field-string-part-not-braced)
19757 (bibtex-field-string-part-no-inner-braces)
19758 (bibtex-field-string-part-1-inner-brace)
19759 (bibtex-field-string-part-2-inner-braces)
19760 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19761 (bibtex-field-string-quoted, bibtex-field-string)
19762 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19763 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19764 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19765 Deleted as parsing is now performed by the following functions.
19766 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19767 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19768 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19769 (bibtex-parse-association, bibtex-field-name-for-parsing)
19770 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19771 (bibtex-search-forward-field, bibtex-search-backward-field)
19772 (bibtex-start-of-field, bibtex-end-of-field)
19773 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19774 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19775 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19776 (bibtex-parse-string, bibtex-search-forward-string)
19777 (bibtex-search-backward-string, bibtex-start-of-string)
19778 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19779 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19780 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19781 entries. Instead of reporting the results of the parsing by
19782 match-beginning or match-end, these functions return data structures
19783 that hold the corresponding positions.
19784 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19785 return values rather than by match-beginning or match-end.
19786 The following functions have been adapted to use the new
19787 parsing functions.
19788 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19789 (bibtex-enclosing-field, bibtex-format-entry)
19790 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19791 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19792 (bibtex-print-help-message, bibtex-end-of-entry)
19793 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19794 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19795 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19796 Use the new method for parsing.
19797 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19798 (bibtex-map-entries, bibtex-flash-head)
19799 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19800 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19801 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19802 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19803 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19804 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19805 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19806 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19807
198082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19809
19810 * textmodes/bibtex.el: Copyright notice is up to date.
19811 Added constant 'bibtex-maintainer-salutation.
19812
86f6474c 19813 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19814 than make-temp-name, use match-string-no-properties and eliminate
19815 a quadratic behavior when building bibtex-strings.
19816
19817 * bibtex.el (bibtex-reference-key): Accept string entries whose
19818 reference key contains upper case letters.
19819
198202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19821
19822 * bibtex.el (bibtex-reference-head): Allow entries to start with
19823 a new line.
19824
198252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19826
19827 * bibtex.el: Hiding of entry bodies is not longer provided by
19828 bibtex.el directly. Instead the hideshow package can be used.
19829 Added a special bibtex entry to hs-special-modes-alist.
19830 (bibtex-hs-forward-sexp): Added for hideshow.el.
19831
198322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19833
19834 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19835 proceedings entry type (for cross referencing). Thanks to Wagner
19836 Toledo Correa for the suggestion.
19837
19838 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19839
198402000-02-14 Kenichi Handa <handa@etl.go.jp>
19841
19842 * international/characters.el: Setup case table for Vietnamese.
19843
198442000-02-12 Gerd Moellmann <gerd@gnu.org>
19845
19846 * uniquify.el (toplevel): Require CL at compile time.
19847 (uniquify-push): Removed.
19848
19849 * shadowfile.el (shadow-when): Removed.
19850
19851 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19852 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19853
19854 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19855 regexp for paragraph-start.
19856
19857 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19858 commas as well.
19859
198602000-02-10 Dave Love <fx@gnu.org>
19861
19862 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19863 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19864 Deleted.
19865 (widget-specify-field, widget-specify-button): Don't use
19866 widget-mouse-help as help-echo property.
19867 (default): Use #'ignore for :validate and :mouse-down-action.
19868 (checkbox): Add help-echo.
19869 (widget-sexp-validate): Rewritten to clarify error messages.
19870 (character): Use char-valid-p in :match function.
19871 (widget-color-complete): Use facemenu-color-alist.
19872 (widget-color-action): Use facemenu-read-color.
19873
19874 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19875 set up `caar' &c that we now have.
19876
198772000-02-09 Ray Blaak <blaak@gnu.org>
19878
19879 * delphi.el: Make resourcestring a declaration region, like const
19880 and var.
19881
198822000-02-09 Dave Love <fx@gnu.org>
19883
19884 * bindings.el (mode-line-input-method-map): New variable.
19885 (mode-line-mule-info): Use it; fix last change.
19886 (mode-line-mode-menu): Move definition.
19887 (mode-line-mouse-sensitive-p): Deleted.
19888 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19889 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19890
19891 * startup.el (command-line-1): Don't call
19892 make-mode-line-mouse-sensitive.
19893
198942000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19895
86f6474c
SM
19896 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19897 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19898
198992000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19900
19901 * diff-mode.el (diff-kill-junk): New interactive function.
19902 (diff-reverse-direction): Use delete-and-extract-region.
19903 (diff-post-command-hook): Restrict the area so that the hook also works
19904 outside of any diff hunk. This is necessary for the minor-mode.
19905 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19906 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19907
19908 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19909 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19910 so that it can be used more easily in <foo>-mode-hook. Also make sure
19911 to avoid duplicate entries.
19912 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19913 (font-lock-remove-keywords): Just as was done for `add', allow it to
19914 work even if font-lock-mode is nil. Also make sure we don't modify
19915 any pre-existing list by forcing a copy-sequence. Finally rename
19916 `major-mode' to `mode'.
19917 (font-lock-fontify-syntactic-anchored-keywords)
19918 (font-lock-fontify-anchored-keywords)
19919 (font-lock-fontify-keywords-region): Use line-end-position.
19920 Don't make `font-lock-multiline' local (it's now done in
19921 font-lock-set-defaults).
86f6474c
SM
19922 (font-lock-set-defaults): Make `font-lock-multiline' local.
19923 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19924
199252000-02-06 Andrew Innes <andrewi@gnu.org>
19926
19927 * term/w32-win.el (x-handle-args): Comment out call to message,
19928 which occurs before window system is initialized.
19929
19930 * makefile.nt: Add support for recompiling lisp code.
19931
199322000-02-04 Dave Love <fx@gnu.org>
19933
19934 * bindings.el (mode-line-mule-info): Fix/extend last change.
19935
19936 * completion.el: Replace completion-dolist with dolist.
19937
86f6474c 19938 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19939
199402000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19941
86f6474c 19942 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19943 environment names before they go into the section regexp.
19944
86f6474c 19945 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19946 char class in regexp.
19947
86f6474c
SM
19948 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19949 Bind `case-fold-search' to nil.
a30eb617 19950
86f6474c
SM
19951 * progmodes/idlwave.el (idlwave-template):
19952 Respect `idlwave-abbrev-change-case'.
19953 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19954 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19955 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19956 (idlwave-rw-case): New function.
19957 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19958 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19959 (idlwave-surround): New argument LENGTH to support padding of
19960 operators longer than 1 char.
19961
19962 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19963 idlwave-shell-expression-overlay. Implemented printing of
19964 expressions on higher levels of the calling stack.
86f6474c 19965 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19966 (idlwave-retrieve-expression-from-level): New function.
19967 (idlwave-shell-last-calling-stack): Variable removed.
19968 (idlwave-shell-reset): Argument action reversed (`visible' to
19969 `hidden'). Also remove stop-line overlay.
19970 (idlwave-shell-calling-stack-routine): New variable.
19971 (idlwave-shell-parse-stack-and-display): Messages now display
19972 negative level numbers.
19973 (idlwave-shell-mode): Set `modeline-format'.
19974 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19975 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19976 (idlwave-shell-print-expression-function): New option.
19977
86f6474c
SM
19978 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19979 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19980 `tool-bar' instead of `toolbar'.
19981
199822000-02-02 Dave Love <fx@gnu.org>
19983
19984 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19985 emacs-lisp-mode-hook. Don't check for defalias being defined.
19986
19987 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19988 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19989 Use the new builtins directly.
a30eb617
DL
19990
19991 * whitespace.el (whitespace): Add :version to defgroup.
19992
19993 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19994 Doc fix.
19995
19996 * thingatpt.el (sexp-at-point, symbol-at-point)
19997 (number-at-point, list-at-point): Add autoload cookie.
19998
19999 * recentf.el (recentf): Add :version to defgroup.
20000
20001 * quickurl.el (quickurl): Add :version to defgroup.
20002
20003 * elide-head.el (elide-head): Use point-marker more.
20004
20005 * bs.el (bs): Add :version to defgroup.
20006
20007 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20008
20009 * progmodes/delphi.el (delphi): Add :version to defgroup.
20010
200112000-02-02 Gerd Moellmann <gerd@gnu.org>
20012
20013 * ange-ftp.el (ange-ftp-write-region): Handle case that
20014 succeeding process operation sets a different coding system.
20015
20016 * calculator.el: New file.
20017
200182000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20019
86f6474c 20020 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
20021 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20022 (display-selections-p, display-screens, display-pixel-width)
20023 (display-pixel-height, display-mm-width, display-mm-height)
20024 (display-backing-store, display-save-under, display-planes)
20025 (display-color-cells, display-visual-class): New functions.
20026
20027 * term/tty-colors.el (tty-color-gray-shades): New function.
20028
20029 * faces.el (display-color-p): Use framep-on-display.
20030 (display-grayscale-p): New function.
20031
200322000-01-31 Dave Love <fx@gnu.org>
20033
20034 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20035 (create-fontset-from-x-resource): Don't concat integers.
20036
200372000-01-31 Inge Frick <inge@nada.kth.se>
20038
20039 * view.el: Some changes in documentation. Removed some trailing
86f6474c 20040 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
20041 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20042 window is not deleted. Modifies change 1998-04-26.
20043
200442000-01-31 Gerd Moellmann <gerd@gnu.org>
20045
20046 * windmove.el: New file.
20047
20048 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20049 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20050 progmodes/ebnf-yac.el: Update copyright and license info.
20051
86f6474c
SM
20052 * jit-lock.el (jit-lock-function): Widen before calculating
20053 end position.
a30eb617
DL
20054 (jit-lock-stealth-chunk-start): Rewritten.
20055
20056 * info.el (Info-title-face-alist): Removed.
86f6474c 20057 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
20058 (Info-fontify-node): Use these faces.
20059
200602000-01-30 Gerd Moellmann <gerd@gnu.org>
20061
20062 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20063 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20064 `&allow-other-keywords'.
20065
20066 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20067 the list of directories scanned heuristically.
20068
86f6474c 20069 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
20070
200712000-01-30 Jason Rumney <jasonr@gnu.org>
20072
20073 * w32-fns.el: Define w32-tty-standard-colors.
20074
20075 * startup.el (command-line): Use w32-tty-standard-colors when in
20076 w32 console mode.
20077
200782000-01-30 Dave Love <fx@gnu.org>
20079
20080 * jka-compr.el (jka-compr-load): Fix up load-history.
20081
20082 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20083
20084 * emacs-lisp/cl-macs.el: Revert previous change.
20085
200862000-01-29 Dave Love <fx@gnu.org>
20087
20088 * facemenu.el: Purecopy various strings.
20089
20090 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20091 years. Deal with three-digit years.
20092
86f6474c
SM
20093 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20094 Use defconst, purecopy.
a30eb617
DL
20095 (help-back-label): Purecopy it.
20096
200972000-01-18 Gerd Moellmann <gerd@gnu.org>
20098
20099 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20100 variable. If non-nil, order the buffer list according to the
20101 currently selected frame.
20102 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20103 non-nil, pass the selected frame to function buffer-list.
20104
201052000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20106
20107 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20108
201092000-01-28 Dave Love <fx@gnu.org>
20110
20111 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20112
20113 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20114 Don't use lisp-indent-hook property.
20115 (cl-abs): Remove.
20116
20117 * subr.el: Move out indent and edebug specs for when and unless.
20118
20119 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20120 when, unless.
20121
20122 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20123 unless, when.
20124
201252000-01-28 Gerd Moellmann <gerd@gnu.org>
20126
20127 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20128 `collecting' as synonym for `collect'.
20129
20130 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20131 for the case it contains spaces.
20132
86f6474c 20133 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
20134
20135 * frame.el (delete-other-frames): New function.
20136 (toplevel): Bind it to C-x 5 1.
20137
20138 * sort.el (sort-numeric-base): New option.
20139 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20140 interpret it as octal or hexadecimal. Use sort-numeric-base
20141 as default base.
20142
20143 * progmodes/glasses.el: New file.
20144
201452000-01-27 Gerd Moellmann <gerd@gnu.org>
20146
20147 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20148 userids differently.
20149
20150 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20151 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20152 progmodes/ebnf-yac.el: New files.
20153
201542000-01-26 Dave Love <fx@gnu.org>
20155
20156 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20157 on a function with an empty body. [From Eric Ludlam.]
20158
201592000-01-25 Andre Spiegel <spiegel@gnu.org>
20160
20161 * vc.el (vc-version-diff): Make sure file name is expanded.
20162
201632000-01-25 Gerd Moellmann <gerd@gnu.org>
20164
20165 * scroll-bar.el (scroll-bar-timer): Variable removed.
20166 (scroll-bar-toolkit-scroll): Don't use a timer.
20167
201682000-01-25 Kenichi Handa <handa@etl.go.jp>
20169
86f6474c
SM
20170 * language/thai-util.el (thai-composition-function):
20171 Delete superfluous `a'.
a30eb617
DL
20172
201732000-01-24 Dave Love <fx@gnu.org>
20174
20175 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20176 end-of-defun-function.
20177
86f6474c 20178 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
20179
201802000-01-22 Jason Rumney <jasonr@gnu.org>
20181
20182 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20183 conflicts with new face support.
20184
201852000-01-22 Richard M. Stallman <rms@gnu.org>
20186
20187 * replace.el (query-replace): Rename last arg to DELIMITED.
20188 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20189 (query-replace-regexp): Likewise.
20190
201912000-01-20 Richard M. Stallman <rms@gnu.org>
20192
20193 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20194
20195 * emacs-lisp/lisp.el (beginning-of-defun-function):
20196 Variable renamed from beginning-of-defun.
20197 Do not call make-variable-buffer-local.
20198 (beginning-of-defun-raw): Use new variable name; doc fix.
20199 (beginning-of-defun): Doc fix.
20200 (end-of-defun-function): Variable renamed from end-of-defun.
20201 Do not call make-variable-buffer-local.
20202 (end-of-defun): Use new variable name; doc fix.
20203
20204 * subr.el (dolist, dotimes): Copied from cl-macs.el
20205 and made to work.
20206
20207 * mail/undigest.el (rmail-digest-end-regexps):
20208 Variable replaces rmail-digest-end-regexp.
20209 Allows multiple regexps for detecting the end line.
20210 (undigestify-rmail-message): Corresponding changes.
20211
202122000-01-19 Dave Love <fx@gnu.org>
20213
20214 * files.el (user-init-file): Don't declare here -- is primitive.
20215
20216 * startup.el (command-line): Check for compiled user-init-file and
20217 set to uncompiled version if necessary.
20218
202192000-01-18 Gerd Moellmann <gerd@gnu.org>
20220
20221 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20222 (undigestify-rmail-message): Use it.
20223
20224 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20225
202262000-01-17 Gerd Moellmann <gerd@gnu.org>
20227
20228 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20229 of mini-buffer.
20230
202312000-01-14 Gerd Moellmann <gerd@gnu.org>
20232
20233 * emacs-lisp/copyright.el (copyright-update): Removed the
20234 requirement for a trailing space from `copyright-regexp', to
20235 support copyrights with owner specified on a separate line..
20236
20237 * align.el: New file.
20238
20239 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20240
20241 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20242
202432000-01-13 Dave Love <fx@gnu.org>
20244
20245 * ph.el: Removed. (Obsoleted by EUDC.)
20246
202472000-01-13 Gerd Moellmann <gerd@gnu.org>
20248
20249 * net/eudc.el (toplevel): Remove autoloaded code installing
20250 menu with easymenu, because that causes build problems.
20251
20252 * frame.el (frame-notice-user-settings): New variable.
20253 (frame-notice-user-settings): Don't modify frame parameters
20254 if called a second time.
20255
202562000-01-13 Richard M. Stallman <rms@gnu.org>
20257
20258 * frame.el (frame-notice-user-settings):
20259 Notice default-frame-parameters even for non-window frames.
20260
202612000-01-13 Gerd Moellmann <gerd@gnu.org>
20262
20263 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20264 for Emacs.
20265 (eudc-bob-can-display-inline-images): Extend for Emacs.
20266 (eudc-bob-toggle-inline-display): Ditto.
20267 (eudc-bob-display-jpeg): Ditto.
20268
202692000-01-12 Gerd Moellmann <gerd@gnu.org>
20270
20271 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20272 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20273 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20274
86f6474c
SM
20275 * add-log.el (add-change-log-entry): Fix error trying an
20276 `(insert nil)'.
a30eb617
DL
20277
20278 * subdirs.el: Add `net' directory.
20279
20280 * net: New directory.
20281
20282 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20283 eval-last-sexp. Don't bind debug-on-error here.
20284 (eval-last-sexp): New function. Bind debug-on-error if
20285 eval-expression-debug-on-error is non-nil.
20286 (eval-defun-2, eval-defun): Likewise.
20287
20288 * simple.el (eval-expression): Don't bind debug-on-error if
20289 eval-expression-debug-on-error is nil. Detect changed
20290 debug-on-error, and propagate new value to global binding, if
20291 eval-expression-debug-on-error is non-nil,
20292 (eval-expression-debug-on-error): Change doc string.
20293
202942000-01-11 Richard M. Stallman <rms@gnu.org>
20295
20296 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20297
20298 * emacs-lisp/lisp-mode.el (with-syntax-table):
20299 Set up lisp-indent-function property.
20300
20301 * subr.el (with-syntax-table): Moved from simple.el.
20302
20303 * simple.el (with-syntax-table): Moved to subr.el.
20304
203052000-01-11 Gerd Moellmann <gerd@gnu.org>
20306
20307 * tmm.el (tmm-shortcut): Delete region after prompt instead
20308 of erasing buffer.
20309
20310 * textmodes/fill.el (fill-common-string-prefix): New function.
20311 (fill-context-prefix): Use the longest common prefix of first
20312 and second line fill prefix, if there is one.
20313
203142000-01-11 Richard M. Stallman <rms@gnu.org>
20315
20316 * array.el (array-mode): Don't use make-variable-buffer-local.
20317 Use make-local-variable for `truncate-lines'.
20318
203192000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20320
20321 * add-log.el (add-log-current-defun): Handle user-defined
20322 add-log-current-function returning nil,
20323
20324 * add-log.el (add-change-log-entry): Insert version number
20325 if having found a current function
20326
86f6474c
SM
20327 * add-log.el (add-log-current-defun):
20328 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
20329 level 1. Strip whitespace from defun found.
20330
203312000-01-10 John Wiegley <johnw@gnu.org>
20332
20333 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 20334 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
20335
203362000-01-10 Dave Love <fx@gnu.org>
20337
20338 * elide-head.el (elide-head): Use point-marker, not point.
20339
203402000-01-10 Gerd Moellmann <gerd@gnu.org>
20341
20342 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20343 before and after the year 2000.
20344
20345 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20346 Add ispell- prefix.
20347
203482000-01-10 Ken Stevens <k.stevens@ieee.org>
20349
20350 * ispell.el: Only define dictionaries in menus when they exist.
20351 (version18p): New variable.
20352 (version20p): New variable.
20353 (xemacsp): New variable.
20354 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20355 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20356 (ispell-dictionary-alist6): Russian command lines no longer accept
20357 run-together words.
20358 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20359 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
20360 (check-ispell-version): Added documentation string. Return library
20361 path when called non-interactively.
a30eb617
DL
20362 (ispell-menu-map-needed): Uses new variables.
20363 (ispell-library-path): New variable.
20364 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20365 (ispell-word): Improved documentation string. Test for valid
20366 character mappings. Correctly check typed in word changes that can
86f6474c
SM
20367 result in single words split into multiple words.
20368 Return replacement word.
a30eb617
DL
20369 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20370 replace in recursive query replace mode. Help message for
20371 recursive edit mode.
20372 (ispell-show-choices): Protect against bad framepop bindings.
20373 (ispell-help): Fix to work with XEmacs.
20374 (ispell-highlight-spelling-error): Use new variables.
20375 (ispell-overlay-window): Fix to work with XEmacs.
20376 (ispell-parse-output): Passed and returns location information
20377 tracking spelling corrections. Doesn't recheck same word on
20378 current line.
20379 (ispell-init-process): Protect against bogus XEmacs variable binding.
20380 Fix call to single argument in sleep-for. Use new variables.
20381 (ispell-region): Passed and returns location information tracking
20382 spelling corrections. Doesn't check same word on current line.
20383 Improved documentation string. Doesn't resend a line already
20384 checked to the ispell process - fixes bug in LaTeX parsing.
20385 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20386 (ispell-skip-region): No longer skips <TT> in SGML.
20387 (ispell-process-line): Tracks location information with spelling
20388 corrections. Added documentation string. Accounts for words
20389 already accepted on this line. Don't allow query-replace on line
20390 starting with math characters. Doesn't resend a line already sent
20391 to ispell process. Fixes alignment error bug.
20392
203932000-01-10 Richard M. Stallman <rms@gnu.org>
20394
20395 * dired-x.el (dired-guess-shell-alist-default):
20396 Suggest xloadimage, which is free, not xv, which isn't.
20397
20398 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20399 Don't ever include the host name or user name in the value.
20400
204012000-01-09 Gerd Moellmann <gerd@gnu.org>
20402
20403 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20404 of a real newline.
20405
204062000-01-09 Stephen Eglen <stephen@gnu.org>
20407
20408 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20409 for .png files.
20410
204112000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20412
20413 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20414
204152000-01-09 Gerd Moellmann <gerd@gnu.org>
20416
20417 * progmodes/cperl-mode.el: Replace ^F with ^L.
20418
86f6474c
SM
20419 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20420 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
20421
204222000-01-08 Dave Love <fx@gnu.org>
20423
20424 * emacs-lisp/backquote.el: Remove inappropriate customization
20425 (allowing custom.el to use backquote).
20426
204272000-01-07 Dave Love <fx@gnu.org>
20428
20429 * add-log.el (add-log-debugging): Deleted.
20430 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20431 file. Remove debugging code.
20432 (change-log-get-method-definition, change-log-name): Add doc.
20433 (change-log-sortable-date-at): New function.
20434 (change-log-merge): New command.
20435
20436 * time.el (display-time-string-forms): Make the Mail string active.
20437 (display-time-update): Provide help-echo for load average.
20438
20439 * bindings.el (make-mode-line-mouse2-map): New function.
20440 (mode-line-modified): Use it and simplify.
20441 (mode-line-mule-info): Provide help-echo info.
20442 (minor-mode-alist): Activate the strings.
20443 (make-mode-line-mouse-sensitive): Simplify for
20444 mode-line-buffer-identification.
20445
204462000-01-07 Gerd Moellmann <gerd@gnu.org>
20447
20448 * play/pong.el: New file.
20449
204502000-01-06 Dave Love <fx@gnu.org>
20451
20452 * array.el: Assorted cleanups for compiler warnings, doc strings,
20453 `array-' prefix for symbols.
20454
204552000-01-05 Dave Love <fx@gnu.org>
20456
86f6474c
SM
20457 * textmodes/outline.el (outline-mode-menu-bar-map):
20458 Add outline-headers-as-kill.
a30eb617
DL
20459 (outline-mode): Define imenu-generic-expression.
20460 (outline-headers-as-kill): New command.
20461
20462 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20463 from paragraph-start.
20464 (paragraph-indent-minor-mode): New command.
20465
20466 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20467 M-C-e, M-C-h, C-j, C-xnd, TAB.
20468 (fortran-mode): Set beginning-of-defun, end-of-defun.
20469 (fortran-column-ruler): Simplify.
20470 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20471 (fortran-with-subprogram-narrowing): Likewise.
20472 (fortran-indent-subprogram): Call mark-defun.
20473 (fortran-check-for-matching-do): Change narrowing.
20474
20475 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20476 (cl-lucid-hash-tag): Delete.
20477 (cl-hash-table-p): Correct test for native table.
20478 (cl-hash-table-count): Use hash-table-count.
20479
20480 * browse-url.el (browse-url): Fix case of
20481 browse-url-browser-function being an alist.
20482
204832000-01-05 Carsten Dominik <cd@gnu.org>
20484
20485 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20486 (reftex-index-phrase-file-extension): New options.
20487
20488 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20489 Use new option `reftex-index-phrase-file-extension'.
20490
20491 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20492 `reftex-parse-file-extension'.
20493
204942000-01-05 Dave Love <fx@gnu.org>
20495
20496 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20497 (beginning-of-defun-raw): Use it.
20498 (end-of-defun): New variable.
20499 (end-of-defun): Use it.
20500 (check-parens): New command.
20501
205022000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20503
20504 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20505 (hs-show-block): Don't use `mapcar' when not accumulating.
20506
20507 Fix buglet in local variables initialization.
20508
205092000-01-05 Andreas Schwab <schwab@suse.de>
20510
20511 * hscroll.el (hscroll): Doc fix.
20512
205132000-01-05 Carsten Dominik <cd@gnu.org>
20514
86f6474c
SM
20515 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20516 Require idlw-toolbar.
a30eb617 20517
86f6474c 20518 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20519 file idlw-rinfo.el.
86f6474c
SM
20520 (idlwave-customize): Load must read file idlw-shell.el.
20521 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20522
205232000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20524
20525 * progmodes/idlw-shell.el: Also provide idlwave-shell
20526 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20527 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20528
86f6474c 20529 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20530 both reftex-dcr and reftex-vcr.
20531
20532 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20533
205342000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20535
20536 * ps-print.el: PostScript code now is in separate files, doc fix.
20537 (ps-print-version): New version number (5.0.3).
20538 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20539 local.
20540 (ps-spool-config): Initialization fix.
20541 (ps-print-prologue-1, ps-print-prologue-2)
20542 (ps-print-duplex-feature): PostScript code moved to separated file.
20543 (ps-background-image): Little code reformating.
20544 (ps-begin-file, ps-begin-job): Fix code.
20545 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20546 (ps-prologue-file): New fun.
20547
205482000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20549
20550 * ps-vars.el: Eliminated.
20551
20552 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20553 `;;;###autoload'.
20554
20555 * ps-print.el: ps-vars eliminated, doc fix.
20556 (ps-print-version): New version number (5.0.2).
20557 (ps-spool-config): Initialization fix.
20558 (ps-print-customize): New fun.
20559
205602000-01-04 Gerd Moellmann <gerd@gnu.org>
20561
86f6474c 20562 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20563
205642000-01-04 Dave Love <fx@gnu.org>
20565
20566 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20567 menu items.
20568
205692000-01-03 Dave Love <fx@gnu.org>
20570
20571 * elide-head.el (elide-head) [defgroup]: Add :version.
20572
20573 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20574 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20575 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20576 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20577
205782000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20579
20580 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20581 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20582
205832000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20584
20585 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20586 at comment end, and re-insert them after filling.
20587
205882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20589
20590 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20591 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20592 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20593
205942000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20595
20596 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20597 the new name of face-color-supported-p.
20598
20599 * term/w32-win.el (xw-defined-colors): Likewise.
20600
206012000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20602
20603 * simple.el (completion-setup-function): Count completion-size
20604 from minibuffer-prompt-end, not from point-min.
20605
206062000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20607
20608 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20609 Pass the frame to tty-color-* functions.
20610 (display-color-p, frame-set-background-mode): Pass the frame to
20611 tty-display-color-p.
20612
20613 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20614 tty-color-alist.
20615 (tty-color-alist, tty-modify-color-alist): New functions.
20616 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20617 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20618 optional parameter FRAME.
a30eb617
DL
20619
206202000-01-01 Gerd Moellmann <gerd@gnu.org>
20621
86f6474c
SM
20622 * image.el (create-image, defimage): Don't assume image data is
20623 a string.
a30eb617
DL
20624
20625 * image.el (defimage): Handle specifications containing :data
20626 instead of :file.
20627 (image-type-from-data): New function.
20628 (image-type-from-file-header): Use it.
20629 (create-image): Add parameter DATA-P.
20630
20631See ChangeLog.8 for earlier changes.
20632
20633;; Local Variables:
20634;; coding: iso-2022-7bit
20635;; End:
2a34a036
GM
20636
20637 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20638 Copying and distribution of this file, with or without modification,
20639 are permitted provided the copyright notice and this notice are preserved.