*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-10-26 Jason Rumney <jasonr@gnu.org>
2
3 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4 when UNICODE is not defined.
5
6 2001-10-26 Sam Steingold <sds@gnu.org>
7
8 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
9 be alone on the line.
10
11 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * button.el (button): Special face definition for MS-DOS
14 terminals.
15
16 2001-10-26 Sam Steingold <sds@gnu.org>
17
18 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
19 Protect the /= test by checking that the args are non-nil.
20 (sh-font-lock-close-heredoc): check eof for being non-nil.
21
22 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
23
24 * textmodes/artist.el (artist-version): 1.2.4.
25 (artist-butlast-fn): New variable.
26 (artist-butlast): New function.
27 (artist-ellipse-mirror-quadrant): Use it.
28 (artist-mouse-draw-poly): Use nil for `point-list'.
29 (artist-mouse-draw-poly): Check for point-list being nil.
30
31 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
32
33 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
34 lambda expression.
35 (ps-mode-menu-main): Submenu with options on/off was replaced with
36 a toggle button.
37 (ps-mode, ps-run-mode): Define with `define-derived-mode'
38 (ps-mode): Autoload cookie added on same line as comment
39 (ps-mode-tabkey, ps-mode-backward-delete-char):
40 (ps-mode-r-balance): Replace `delete-horizontal-space' and
41 `indent-to' with `indent-line-to'
42 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
43 instead of `eval'.
44 (ps-mode-print-region): Use `with-temp-buffer'.
45 (ps-run-start): Use of `mapconcat'. Use `apply' instead of
46 `eval'.
47 (numerous places): Add back-tick and tick around names in
48 docstrings, fix punctuation in docstrings, remove trailing spaces.
49
50 2001-10-25 Sam Steingold <sds@gnu.org>
51
52 * add-log.el (add-log-always-start-new-record): New user option.
53 (add-change-log-entry): Use it.
54
55 2001-10-25 Richard M. Stallman <rms@gnu.org>
56
57 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
58 bind case-fold-search if FROM is not all lower case.
59
60 2001-10-25 Gerd Moellmann <gerd@gnu.org>
61
62 * startup.el (normal-top-level): Check for frame-initial-frame
63 only if it's really used.
64
65 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
66
67 * progmodes/compile.el (compilation-parse-errors-filename-function):
68 New variable.
69 (compilation-parse-errors): Use it.
70
71 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
72
73 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
74 interactively so that C-u M-C-x still does edebug.
75 (checkdoc-sentencespace-region-engine): Don't force a double-space
76 after `.' if it doesn't look like an end-of-sentence.
77 (debug-ignored-errors): Add `disambiguate ...'.
78
79 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
80
81 * textmodes/texinfo.el (texinfo-environments)
82 (texinfo-environment-regexp): Hoisted.
83 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
84 Only highlight the menu name in menu items.
85 Setup `@foo ... @end foo' as text clones.
86 (texinfo-clone-environment): New function.
87 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
88 (texinfo-insert-block): Simplify.
89 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
90 the command is repeated.
91 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
92 (texinfo-insert-@end): Simplify.
93
94 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
95 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
96 (texinfo-subsubsection-level-regexp)
97 (texinfo-update-menu-same-level-regexps)
98 (texinfo-update-menu-higher-regexps)
99 (texinfo-update-menu-lower-regexps): Hoisted to eliminate warnings.
100
101 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
102 (derived-mode-p): Autoload.
103
104 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
105 New vars and functions.
106 (text-clone-maintain, text-clone-create): New functions.
107
108 2001-10-25 Miles Bader <miles@gnu.org>
109
110 * facemenu.el (facemenu-add-new-face): Fix variable names.
111
112 2001-10-24 Richard M. Stallman <rms@gnu.org>
113
114 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
115 of t and nil values.
116 (facemenu-set-face): Handle START and END interactively.
117 (facemenu-set-foreground): Don't use a face; specify color directly.
118 (facemenu-set-background): Likewise.
119 (facemenu-set-face-from-menu): Doc fix.
120 (facemenu-active-faces): Use face-attribute-vector
121 to handle bare attributes not in faces.
122 (facemenu-get-face): Don't handle face names fg:... and bg:...
123 specially.
124 (facemenu-add-new-face): New argument MENU.
125 New way to handle adding colors to the color menus.
126
127 * env.el (substitute-env-vars): Quote the arg to rx.
128
129 2001-10-24 Sam Steingold <sds@gnu.org>
130
131 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
132 Control" group.
133
134 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
135
136 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
137 Better handling of C++ template args to avoid confusion with `<'
138 and `>' used as operators in member init expressions.
139
140 2001-10-24 Gerd Moellmann <gerd@gnu.org>
141
142 * replace.el (perform-replace): Move START and END parameters
143 to the end of the argument list and make them optional.
144
145 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
146 perform-replace.
147
148 * international/fontset.el (x-must-resolve-font-name): New function.
149 (x-complement-fontset-spec): Use it.
150
151 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
152
153 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
154
155 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
156 Turn caadr into caar of cdr.
157
158 2001-10-23 Gerd Moellmann <gerd@gnu.org>
159
160 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
161 of mouse-{1,2} since dragging is on the down event.
162
163 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
164
165 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
166 if ARG is nil.
167
168 * desktop.el (desktop-last-buffer): New variable.
169 (desktop-create-buffer): Set it.
170 (desktop-read): Bind it and switch to that buffer.
171
172 2001-10-22 Gerd Moellmann <gerd@gnu.org>
173
174 * progmodes/compile.el (compilation-set-window-height):
175 Select old window only if it's still live.
176
177 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
178
179 * help-mode.el (help-buffer): Remove debugging code.
180 From Stefan Monnier <monnier@cs.yale.edu>.
181
182 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
183
184 * files.el (file-name-sans-extension, file-name-extension):
185 Don't count the leading dots in file names as signaling an extension.
186
187 2001-10-22 Andre Spiegel <spiegel@gnu.org>
188
189 * vc.el (vc-diff-switches): Doc rewritten.
190
191 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
192
193 * tooltip.el (tooltip-set-param): Doc fix.
194
195 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
196 127 to sgml-maybe-name-self.
197 (sgml-name-8bit-mode): Doc fix.
198 (sgml-char-names-table): New variable.
199 (sgml-name-char): Support non-ASCII and mule-unicode-*
200 characters. Doc fix.
201 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
202
203 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
204 doc string the effect of `left' and `top' parameters in
205 tooltip-frame-parameters, the default values, and the units.
206 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
207 (tooltip-show): Mention in the doc string the `top' and `left'
208 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
209
210 2001-10-22 Andre Spiegel <spiegel@gnu.org>
211
212 Add autoscaling support for vc-annotate.
213 From J.D. Smith <jdsmith@astro.cornell.edu>.
214
215 * vc.el (vc-annotate-display-default): Accept colormap scaling
216 ratio (now deprecated).
217 (vc-annotate-display-autoscale): Added.
218 (vc-annotate-add-menu): New autoscaling menu options "Span to
219 Oldest" and "Span Oldest->Newest". Easymenu support added for
220 toggle menus driven by customize variable `vc-annotate-display-mode'.
221 (vc-annotate-display-select): Added.
222 (vc-annotate): Changed temp-buffer-show-function to
223 `vc-annotate-display-select'.
224 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
225 Added argument OFFSET. Instead of backend function, calls now
226 generic `vc-annotate-difference'.
227 (vc-annotate-difference): Added as generic function instead of
228 backend-specific function. No longer takes argument POINT, but
229 instead accepts a time OFFSET.
230 (vc-default-annotate-current-time): Added.
231
232 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
233 version in vc.el, with
234 (vc-cvs-annotate-current-time): Added, as override of default.
235 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
236 `vc-cvs-annotate-difference'.
237
238 2001-10-22 Gerd Moellmann <gerd@gnu.org>
239
240 * saveplace.el (save-place): Require `saveplace'.
241
242 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
243 Use `sexp' for :value-type instead of `face'.
244
245 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
248 regexps due to 5-digit message IDs.
249
250 2001-10-21 Jason Rumney <jasonr@gnu.org>
251
252 * term/w32-win.el (redisplay-dont-pause): Don't set.
253
254 2001-10-21 Miles Bader <miles@gnu.org>
255
256 * help-funs.el (help-manyarg-func-alist): Variable removed.
257
258 2001-10-21 Miles Bader <miles@gnu.org>
259
260 * help-funs.el (help-manyarg-func-alist): Remove entries for
261 `insert', `insert-and-inherit', `insert-before-markers',
262 `insert-before-markers-and-inherit', `message', `message-box',
263 `message-or-box', `propertize', `format', `encode-time', `append',
264 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
265 `insert-string', `ml-if', `ml-provide-prefix-argument', and
266 `ml-prefix-argument-loop'.
267
268 2001-10-21 Andre Spiegel <spiegel@gnu.org>
269
270 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
271 (vc-default-diff-tree): New functions.
272 (vc-version-diff): Use them. As a result, coding systems are now
273 set up properly for all sorts of diffs, and tree diffs can now
274 also be done locally.
275 (vc-diff): With a prefix argument, don't require that it's called
276 from a buffer under version control.
277 (diff-switches): Remove duplicate definition.
278
279 * vc-cvs.el (vc-cvs-diff-tree): New function.
280
281 2001-10-21 Miles Bader <miles@gnu.org>
282
283 * help-funs.el (help-manyarg-func-alist): Remove entries for
284 `list', `vector', `make-byte-code', `call-process',
285 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
286 `logand', `logior', and `logxor'.
287
288 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
289 image bits to compensate. Use `make-string' instead of
290 `make-bool-vector' (XBM apparently wants byte-aligned rows).
291
292 2001-10-20 Kim F. Storm <storm@cua.dk>
293
294 * simple.el (kill-ring-save): Don't show extent of copied region
295 if using transient-mark-mode and region is fully visible.
296
297 2001-10-20 Gerd Moellmann <gerd@gnu.org>
298
299 * (Version 21.1 released.)
300
301 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
302
303 * files.el (auto-mode-alist): Associate .indent.pro with
304 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
305
306 2001-10-18 Sam Steingold <sds@gnu.org>
307
308 Put the *Compile-Log* buffer in `compilation-mode'.
309 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
310 (byte-compile-log-1, byte-compile-log-file)
311 (displaying-byte-compile-warnings): Use it
312
313 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
314
315 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
316
317 * xml.el (xml-parse-tag): Use eq on char-after's return value.
318
319 2001-10-18 Gerd Moellmann <gerd@gnu.org>
320
321 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
322
323 * obsolete/hilit19.el (hilit-lookup-face-create):
324 Call set-face-font only if display-graphic-p.
325 (toplevel): Remove references to window-system.
326
327 2001-10-18 Miles Bader <miles@gnu.org>
328
329 * simple.el (what-line): Avoid problems with field properties.
330
331 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
332
333 * wid-edit.el (widget-field-face, widget-single-line-field-face):
334 Define special colors for a tty.
335
336 2001-10-17 Francesco Potorti` <pot@gnu.org>
337
338 * comint.el (comint-password-prompt-regexp): Make it less
339 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
340
341 2001-10-17 John Wiegley <johnw@gnu.org>
342
343 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
344 a regular file, before checking if it is a directory or symlink.
345 This avoids a call to eshell-file-attributes, which can be
346 expensive in some situations.
347
348 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
349 customization variable, to differentiate ls-in-dired from regular
350 uses of ls.
351
352 2001-10-17 Miles Bader <miles@gnu.org>
353
354 * custom.el (defface): Mention `:inherit' in doc-string.
355
356 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
357
358 * paren.el: Update the Commentary with installation instructions.
359
360 2001-10-15 Dave Love <fx@gnu.org>
361
362 * international/mule.el (set-auto-coding): Fix regexps for local
363 variables section not to eat newlines.
364
365 2001-10-15 Miles Bader <miles@gnu.org>
366
367 * simple.el (display-message-or-buffer): Pass the correct buffer
368 to `display-buffer'.
369
370 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
371
372 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
373 (executable-find): Use exec-suffixes.
374 (executable-set-magic): Don't use make-local-hook.
375
376 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
377
378 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
379
380 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
381 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
382 Add .so to the Unix and GNU branch.
383
384 * international/latin-1.el:
385 * international/latin-2.el:
386 * international/latin-3.el:
387 * international/latin-4.el:
388 * international/latin-5.el:
389 * international/latin-8.el:
390 * international/latin-9.el: Add no-byte-compile: t, since
391 Makefile.in instructs make-docfile to look at .el files.
392
393 2001-10-14 Miles Bader <miles@gnu.org>
394
395 * button.el (define-button-type): Allow supertype property to be
396 specified with a keyword `:supertype' too.
397 (button-put, make-text-button): Allow button type property to be
398 specified using the keyword `:type' too.
399 (button-type): New function.
400 (button): Add `button-category-symbol' property.
401
402 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
403
404 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
405 indent-new-comment-line from comment-indent-new-line.
406
407 * textmodes/refill.el (refill-mode):
408 Bind DEL to backward-delete-char-untabify.
409 Set backward-delete-char-untabify-method to `hungry'.
410
411 * textmodes/bib-mode.el (bib-mode):
412 * play/gomoku.el (gomoku-mode):
413 * textmodes/page-ext.el (pages-directory-mode):
414 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
415
416 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
417
418 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
419
420 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
421 Handle here-docs differently.
422 (sh-font-lock-heredoc): Remove.
423 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
424 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
425 (sh-font-lock-open-heredoc): New functions.
426 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
427 (sh-font-lock-keywords-1): Use regexp-opt.
428 (sh-in-comment-or-string): Use syntax-ppss.
429 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
430 (sh-select, sh-tmp-file): Add explicit terminating \n.
431
432 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
433 Use with-current-buffer.
434 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
435 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
436 filename), catch any error that occurs in `ange-ftp-cd'.
437 If an error happened, don't bother sending `cmd' at all.
438 Fix a parenthesis typo.
439 (ange-ftp-write-region): Don't blindly use binary if the remote host
440 is unix-like.
441
442 * play/pong.el (pong-init): Don't use make-local-hook.
443
444 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
445
446 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
447 (viper-get-ex-address-subr): More precise addr for the $ marker
448
449 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
450
451 * version.el (emacs-version): Bump to 21.1.50.
452
453 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
454
455 * mail/mailalias.el (mail-directory-stream): Do not double
456 variables in the lambda-list.
457
458 * play/gomoku.el (gomoku-init-display): Ditto.
459
460 * play/landmark.el (lm-init-display): Ditto.
461
462 * delim-col.el (delimit-columns-rectangle-max): Ditto.
463 (delimit-columns-rectangle-line): Ditto.
464
465 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
466
467 * newcomment.el (comment-region-internal): Don't rebind
468 invisibility_spec now that the C routines handle it correctly.
469
470 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
471
472 * frame.el (special-display-popup-frame): Obey new specs `same-window'
473 and `same-frame'.
474
475 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
476
477 * simple.el (minibuffer-local*-map): Remove redundant bindings.
478
479 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
480 C-p and C-r. Remove redundant bindings from inheriting maps.
481
482 * progmodes/cperl-mode.el: Merged in changes from v4.32.
483 After 4.23 and: After 4.24:
484 (cperl-contract-levels): Restore position.
485 (cperl-beautify-level): Likewise.
486 (cperl-beautify-regexp): Likewise.
487 (cperl-commentify): Rudimental support for length=1 runs
488 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
489 After 4.25:
490 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
491 (imenu-example--create-perl-index): Was not enforcing
492 syntaxification-to-the-end.
493 (cperl-invert-if-unless): Allow `for', `foreach'.
494 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
495 Mark qw(), m()x as indentable.
496 (cperl-init-faces): Highlight `sysopen' too.
497 Highlight $var in `for my $var' too.
498 (cperl-invert-if-unless): Was leaving whitespace at end.
499 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
500 (cperl-calculate-indent): Remove old commented out code.
501 Support (primitive) indentation of qw(), m()x.
502 After 4.26:
503 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
504 q [] with intervening newlines.
505 (cperl-autoindent-on-semi): New customization variable.
506 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
507 (cperl-tips): Mention how to make CPerl the default mode.
508 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
509 (cperl-outline-level): New function.
510 (cperl-highlight-variables-indiscriminately): New customization var.
511 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
512 From Sean Kamath <kamath@pogo.wv.tek.com>.
513 (cperl-after-block-p): Support CHECK and INIT.
514 (cperl-init-faces, cperl-short-docs): Likewise and "our".
515 From Doug MacEachern <dougm@covalent.net>.
516 After 4.27:
517 (cperl-find-pods-heres): Recognize \"" as a string.
518 Mark whitespace between q and [] as `syntax-type' => `prestring'.
519 Allow whitespace between << and "FOO".
520 (cperl-problems): Remove \"" and q [] with intervening newlines.
521 Mention multiple <<EOF as unsupported.
522 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
523 (cperl-indent-parens-as-block): New configuration variable.
524 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
525 Use `cperl-indent-parens-as-block'.
526 (cperl-find-pods-heres): Test for =cut without empty line instead of
527 complaining about no =cut.
528 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
529 (cperl-find-pods-heres): Likewise.
530 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
531 POD could've been marked as comment already.
532 (cperl-unwind-to-safe): Unwind before start of POD too.
533 After 4.28:
534 (cperl-forward-re): Throw an error at proper moment REx unfinished.
535 After 4.29:
536 (x-color-defined-p): Make an extra case to peacify the warning.
537 Toplevel: `defvar' to peacify the warnings.
538 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
539 No -nw-compile time warnings now.
540 (cperl-find-tags): TAGS file had too short substring-to-search.
541 Be less verbose in non-interactive mode
542 (imenu-example--create-perl-index): Set index-marker after name
543 (cperl-outline-regexp): New variable.
544 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
545 (cperl-mode): Made use `cperl-outline-regexp'.
546 After 4.30:
547 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
548 (cperl-outline-level): Make start-of-file same level as `package'.
549 After 4.31:
550 (cperl-electric-pod): `head1' and `over' electric only if empty.
551 (cperl-unreadable-ok): New variable.
552 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
553 on an unreadable file.
554 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
555 on an unreadable directory.
556
557 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
558 Consider the text between two errors as belonging to the first error.
559 (compilation-goto-locus): Use pop-to-buffer rather than
560 switch-to-buffer-other-frame.
561
562 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
563 (awk-font-lock-syntactic-keywords): New var.
564 (awk-mode): Use it.
565
566 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
567
568 * faces.el (describe-face): Call help-setup-xref earlier.
569
570 * jka-compr.el (jka-compr-load-suffixes): New var.
571 (jka-compr-install): Add its content to load-suffixes.
572 (jka-compr-uninstall): Remove its content from load-suffixes.
573
574 2001-10-12 Sam Steingold <sds@gnu.org>
575
576 * bindings.el (completion-ignored-extensions): CL-related
577 extensions are platform-independent.
578
579 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
580 asynchronous multiple file copying.
581
582 2001-10-12 Gerd Moellmann <gerd@gnu.org>
583
584 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
585 Turn error for repeated variables into warning.
586
587 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
588 New function checking that lambda-list consists of non-constant
589 symbols, that &rest and &optional are followed by variable names,
590 that &rest VAR is the last element, and that variables aren't doubled.
591 (byte-compile-lambda): Use it.
592
593 2001-10-12 Eli Barzilay <eli@barzilay.org>
594
595 * calculator.el (calculator-eng-display): Don't call concat
596 with an integer argument.
597
598 2001-10-12 Miles Bader <miles@gnu.org>
599
600 * help-mode.el (help-customize-face): New button-type.
601
602 * faces.el (list-faces-display): Fix args to `help-xref-button'.
603 (describe-face): Fix args to `help-xref-button'.
604 Don't switch to help-buffer around call to `help-setup-xref'.
605 Use `help-buffer' instead of hard-wired "*Help*".
606 Require `help-mode'.
607
608 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
609
610 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
611
612 * help-mode.el (help-buffer): New function.
613 Returns the buffer-name to use for help output.
614 Change all the code to use it instead of hard-coding *Help*.
615 (help-mode-map): Put back the mouse-2 binding.
616 (help-xref-stack): Change the format and make buffer-local.
617 (help-xref-stack-item): Make buffer-local.
618 (help-setup-xref): Do the `push' here rather than in help-do-xref.
619 (help-xref-interned): Display the face doc as well.
620 (help-follow-mouse): Re-introduce.
621 (help-xref-go-back): Adapt to the new use of help-xref-stack.
622 (help-do-xref): Don't `push' any more.
623 (help-follow): Also follow face names.
624
625 * help-funs.el (describe-function-1): Remove unused `parens' arg.
626 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
627 Autoload and cleanup.
628 (describe-function): Call help-setup-xref.
629 (describe-variable): Call help-setup-xref earlier.
630
631 * help.el (describe-bindings-internal): New fun moved from keymap.c.
632 (view-lossage): Call help-setup-xref correctly and earlier.
633 (describe-bindings): Call help-setup-xref earlier.
634 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
635 (describe-mode): Don't autoload. Call help-setup-xref earlier.
636
637 2001-10-11 Gerd Moellmann <gerd@gnu.org>
638
639 * master.el (master-mode): Use define-minor-mode instead of
640 easy-mmode-define-minor-mode. Add autload cookie.
641 (Commentary): Remove the line showing how to autoload master-mode,
642 since it's always autoloaded.
643
644 * master.el: New file.
645
646 2001-10-11 Dave Love <fx@gnu.org>
647
648 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
649 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
650 <const-C varset-X const-C>: Fix car/cdr typo.
651
652 2001-10-11 Gerd Moellmann <gerd@gnu.org>
653
654 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
655 New function extracted from byte-compile-log-1.
656 (byte-compile-log-1): Change output to be more in line with
657 the output of other GNU tools.
658 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
659 (byte-compile-report-error): Downcase error message.
660 Use `error' instead of `!!' for error messages.
661 (byte-compile-print-syms): Treat non-interactive case specially.
662 (displaying-byte-compile-warnings): Use backquote.
663 (byte-compile-from-buffer): Bind byte-compile-last-line.
664 (batch-byte-compile): Remove `Done' message.
665
666 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
667
668 * emacs-lisp/copyright.el (copyright): Add final \n.
669
670 2001-10-11 Miles Bader <miles@gnu.org>
671
672 * diff.el (diff): Display default values in prompts as
673 `(default ...)', not `(...)'.
674
675 * info.el (Info-follow-reference): Likewise.
676
677 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
678
679 * emacs-lisp/autoload.el (doc-string-elt): Remove.
680
681 * newcomment.el (comment-indent): Be a little more robust in case
682 comment-indent-function does funny things.
683 (comment-normalize-vars): Autoload.
684 (comment-region-internal): Fiddle with the visibility spec.
685 (comment-valid-prefix): New function.
686 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
687 that would turn comment-text into non-comment-text.
688
689 * emacs-lisp/syntax.el: New file.
690
691 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
692 compatibility cruft.
693 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
694 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
695 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
696 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
697 tcl-submit-bug-report.
698 (tcl-mode-syntax-table): Leave \f alone.
699 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
700 tcl-end-of-defun, tcl-submit-bug-report.
701 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
702 (tcl-add-emacs-menu): Remove.
703 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
704 (tcl-keyword-list): Add `chain'.
705 (tcl-font-lock-syntactic-keywords): New variable.
706 (tcl-pps-has-arg-6): Remove.
707 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
708 (tcl-internal-mark-defun): Remove.
709 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
710 (tcl-mode): Use define-derived-mode. Simplify.
711 Set comment-indent-function.
712 (tcl-indent-command): Use line-beginning-position and comment-indent.
713 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
714 (tcl-indent-line): Use tcl-calculate-indent.
715 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
716 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
717 (tcl-filter): Use with-current-buffer, simplify.
718 (inferior-tcl-mode): Use define-derived-mode.
719 (tcl-hairy-in-comment): Renamed tcl-in-comment.
720 (tcl-simple-in-comment, tcl-in-comment): Removed.
721 (tcl-files-alist): New function.
722 (tcl-help-snarf-commands): Use it and return the result directly
723 rather than through a global variable.
724 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
725 (tcl-help-on-word): Provide the default value to completing-read.
726 (tcl-hilit): Remove.
727 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
728 (tcl-comment-indent): New function.
729 (tcl-submit-bug-report): Remove.
730 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
731 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
732 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
733
734 2001-10-10 Miles Bader <miles@gnu.org>
735
736 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
737 (Info-fontify-node): Don't fontify the node if it's already been done.
738
739 2001-10-10 Gerd Moellmann <gerd@gnu.org>
740
741 * international/iso-transl.el (iso-transl-e-caret)
742 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
743 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
744
745 * simple.el (end-of-buffer): Fix code scrolling specially
746 for the buffer end.
747
748 * startup.el (command-line-1): Bind tab-width to 8.
749
750 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
751
752 * emulation/tpu-edt.el: Use defalias instead of fset for
753 user-visible commands. From Rob Riepel
754 <riepel@Networking.Stanford.EDU>.
755
756 2001-10-09 Gerd Moellmann <gerd@gnu.org>
757
758 * ruler-mode.el: New file.
759
760 2001-10-09 Miles Bader <miles@gnu.org>
761
762 * apropos.el (button): New require.
763
764 * help-funs.el: New file, contents mostly from `help.el'.
765 (describe-variable): Use `condition-case' instead of `ignore-errors'.
766
767 * help-mode.el: New file, contents mostly from `help.el'.
768
769 * help.el: Don't require `view' when compiling.
770 (help-with-tutorial, describe-function, describe-function-1)
771 (variable-at-point, describe-variable, locate-library):
772 Functions moved into `help-funs.el'.
773 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
774 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
775 (help-setup-xref, help-xref-following, help-make-xrefs)
776 (help-xref-button, help-insert-xref-button, help-xref-interned)
777 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
778 (help-xref-on-pp): Functions moved into `help-mode.el'
779 (help-mode-map, help-xref-stack, help-xref-stack-item)
780 (help-highlight-p, help-highlight-face, help-back-label)
781 (help-xref-symbol-regexp, help-xref-mule-regexp)
782 (help-xref-info-regexp): Variables moved into `help-mode.el'.
783 (help-symbol, help-back, help-info, help-customize-variable)
784 (help-function-def, help-variable-def):
785 Button-types moved into `help-mode.el'.
786 (load-symbol-file-load-history, symbol-file):
787 Functions moved into `subr.el'.
788 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
789 (view-lossage): Call `help-setup-xref' instead of doing it manually.
790
791 * subr.el (symbol-file-load-history-loaded)
792 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
793
794 * loadup.el ("button"): Load removed.
795
796 * button.el (define-button-type): Respect any `supertype' property.
797 (button-type-subtype-p, button-has-type-p): New functions.
798
799 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
800 dollar-signs.
801
802 * comint.el (comint-insert-previous-argument): New function.
803 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
804 (comint-insert-previous-argument-last-start-pos)
805 (comint-insert-previous-argument-last-index): New variables.
806
807 * apropos.el (apropos-next-label-button): Use the presence of a
808 `apropos-label' property to detect label buttons.
809
810 2001-10-08 Miles Bader <miles@gnu.org>
811
812 * button.el (next-button, previous-button): Remove N and WRAP
813 parameters. Don't pay attention to `skip' properties.
814 (forward-button): Implement wrapping, iterating, and skipping here
815 instead.
816 (button-activate): USE-MOUSE-ACTION is optional.
817 (button-nop): Function removed.
818 (default-button): Use `ignore' as default button action.
819
820 * apropos.el (apropos-next-label-button): Update arguments to
821 `next-button'.
822 (apropos-symbol): Add `skip' property.
823 (apropos-function, apropos-macro, apropos-command)
824 (apropos-variable, apropos-face, apropos-group, apropos-widget)
825 (apropos-plist): New button types.
826 (apropos-label-properties): Variable removed.
827 (apropos-print): Pass button-type to apropos-print-doc, rather
828 than help function and label text.
829 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
830 Get button label from TYPE.
831
832 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
833
834 * help.el (help-mode): Use define-derived-mode.
835 (describe-mode): Add optional `buffer' arg.
836 Use it instead of going through help-xref-mode.
837 Avoid doubling the word `minor' when prettifying.
838 (describe-function-1): List the corresponding key bindings.
839 (describe-variable): Say if the var is automatically buffer-local.
840 If the source is `loaddefs.el', look for the real source.
841 (help-xref-mode): Remove.
842
843 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
844 the file says no-byte-compile.
845
846 2001-10-08 Miles Bader <miles@gnu.org>
847
848 * button.el (next-button, previous-button): Respect `skip' property.
849
850 2001-10-07 Miles Bader <miles@gnu.org>
851
852 * woman.el (woman-mode-map): Copy button-buffer-map instead of
853 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
854 `woman-follow-word' instead of `woman-mouse-2'.
855 (woman-follow-word): Renamed from `woman-mouse-2'.
856 Follow current unconditionally, since this function is now only
857 bound to M-mouse-2. Use accessor functions.
858 (WoMan-highlight-references): Use `make-text-button'.
859 (woman-xref): New button type.
860
861 * loadup.el ("faces"): Move load before loading "loaddefs.el".
862 ("button"): New load, just before "help" (which uses it).
863
864 * help.el (help-mode-map): Make button-buffer-map our parent.
865 Don't bind mouse events or tab/backtab.
866 (help-function, help-variable, help-face, help-coding-system)
867 (help-input-method, help-character-set, help-back, help-info)
868 (help-customize-variable, help-function-def, help-variable-def):
869 New button types.
870 (help-button-action): New function.
871 (describe-function-1): Pass help button-types to
872 `help-xref-button' rather than help function and help-echo string.
873 Don't put multiple help-function args in a list to pass them to
874 help-xref-button, just pass them as multiple arguments.
875 Use `help-insert-xref-button' to make [back]-button, rather than
876 `help-xref-button'.
877 (help-xref-button): Take a button-type TYPE as a parameter rather
878 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
879 and add a &rest parameter ARGS to serve the same purpose.
880 Use `make-text-button' to add the button.
881 (help-insert-xref-button): Use `insert-text-button' to add the button.
882 (help-follow-mouse, help-next-ref, help-previous-ref):
883 Functions removed.
884 (help-do-xref): New function.
885 (help-follow): Use `push-button' and `help-do-xref' to do most of
886 the work.
887
888 * apropos.el (apropos-symbol, apropos-label): New button types.
889 (apropos-symbol-button-display-help)
890 (apropos-label-button-display-help, apropos-next-label-button):
891 New functions.
892 (apropos-mode-map): Make button-buffer-map our parent.
893 Don't bind mouse events.
894 (apropos-print, apropos-print-doc): Create buttons instead of text
895 properties.
896 (apropos-mouse-follow): Function removed.
897 (apropos-follow): Use buttons.
898
899 * button.el: New file.
900
901 2001-10-07 Gerd Moellmann <gerd@gnu.org>
902
903 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
904 Remove.
905
906 2001-10-05 Richard M. Stallman <rms@gnu.org>
907
908 * add-log.el (add-change-log-entry): Skip copyright notice
909 and copying permission notice at start of file, if any.
910 Make use of terms "entry" and "item" accord with Emacs manual.
911 Simplify the logic for moving point while entering or creating
912 an entry and then an item.
913 (add-change-log-entry-other-window): Doc fix.
914
915 2001-10-06 Miles Bader <miles@gnu.org>
916
917 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
918 removed; they apparently don't work with faces.
919
920 2001-10-05 Sam Steingold <sds@gnu.org>
921
922 * textmodes/sgml-mode.el (html-xhtml): New user option.
923 (html-tag-alist, html-horizontal-rule, html-image, html-line)
924 (html-ordered-list, html-unordered-list, html-list-item)
925 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
926 (sgml-skip-close-p): New function.
927 (sgml-value): Use it.
928
929 2001-10-05 Sam Steingold <sds@gnu.org>
930
931 * calendar/diary-lib.el (diary-entry-compare): When times are
932 identical, compare the entries lexicographically.
933
934 2001-10-06 Miles Bader <miles@gnu.org>
935
936 * rfn-eshadow.el (rfn-eshadow-update-overlay):
937 Use `minibuffer-prompt-end'.
938
939 * simple.el (previous-matching-history-element): Fix misplaced
940 parentheses.
941
942 2001-10-05 Miles Bader <miles@gnu.org>
943
944 * rfn-eshadow.el: New file.
945
946 2001-10-05 Miles Bader <miles@gnu.org>
947
948 * cus-face.el (custom-face-attributes): Make sure each attribute
949 has a valid default value. Remove hacks that mapped `nil' to
950 `off' and used nil to mean `unspecified'. Remove `unspecified'
951 choices from all attributes (unspecified is handled by the parent
952 checklist).
953 * cus-edit.el (custom-face-edit-convert-widget)
954 (custom-face-edit-deactivate, custom-face-edit-activate)
955 (custom-face-edit-delete, custom-face-edit-attribute-tag):
956 New functions.
957 (custom-face-edit): Specify a custom :convert-widget.
958 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
959 Don't pass in default filters that map between `nil' and `off' and
960 `unspecified' and `nil'.
961
962 2001-10-05 Gerd Moellmann <gerd@gnu.org>
963
964 * progmodes/compile.el (compilation-buffer-name): New function.
965 (compile-internal): Use it to determine the name of the
966 compilation buffer.
967
968 2001-10-05 Miles Bader <miles@gnu.org>
969
970 * progmodes/compile.el (grep-use-null-device): New variable.
971 (grep-command): Mention `grep-use-null-device'.
972 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
973 Make computation of `grep-command' respect `grep-use-null-device'.
974 (grep): Respect `grep-use-null-device'.
975 Call `grep-compute-defaults' even if grep-command is set, if
976 grep-use-null-device is still tentative.
977
978 * subr.el (call-process-shell-command): New function.
979
980 2001-10-05 Miles Bader <miles@gnu.org>
981
982 * simple.el (previous-matching-history-element)
983 (next-history-element, next-complete-history-element): Use
984 `minibuffer-' functions instead of calling `field-' functions directly.
985 (minibuffer-prompt-end, minibuffer-contents):
986 (minibuffer-contents-no-properties, delete-minibuffer-contents):
987 Functions removed (now subrs).
988 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
989
990 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
991 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
992 instead of calling `field-' functions directly.
993 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
994
995 2001-10-05 Gerd Moellmann <gerd@gnu.org>
996
997 * files.el (find-file-noselect): If file's read-only status has
998 changed on disk, ask if buffer's read-only status should be
999 changed, unless NOWARN is set.
1000
1001 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1002 alias for define-setf-method.
1003
1004 * bindings.el: Remove no-byte-compile from file local variables
1005 to enable bootstrapping.
1006
1007 2001-10-04 Andrew Innes <andrewi@gnu.org>
1008
1009 * faces.el (face-font-registry-alternatives) [windows-nt]:
1010 Make gb2312 an alias for gb2312.1980.
1011
1012 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1013
1014 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1015 (uniquify-reverse-components): Remove.
1016
1017 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1018 Make sure the file is readable.
1019 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1020 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1021 (batch-byte-recompile-directory): Pass arg=0.
1022
1023 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1024 (perl-calculate-indent): Use it.
1025 (perl-backward-to-noncomment): Use forward-comment.
1026
1027 * derived.el (define-derived-mode, derived-mode-make-docstring):
1028 Allow `parent' to be nil.
1029
1030 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1031 Use define-derived-mode.
1032 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1033
1034 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1035
1036 * emacs-lisp/lselect.el: Use facep iso find-face.
1037
1038 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1039 Use regexp-opt.
1040 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1041 (lisp-font-lock-syntactic-face-function): New function.
1042 (lisp-mode-variables): Use it. Make arg optional.
1043 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1044 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1045 Set comment-start-skip.
1046
1047 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1048
1049 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1050 (ignore-errors): Don't bother using a `err' symbol.
1051
1052 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1053 (autoload-insert-section-header, autoload-before-p)
1054 (autoload-remove-section): New functions.
1055 (generate-file-autoloads): Use them.
1056 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1057 Make sure the autoload file is properly formatted when creating it.
1058 (update-autoloads-from-directories): Use them as well.
1059 Only update autoloads for files whose timestamp has changed.
1060 Add a dummy entry to remember the files which had no autoload cookies.
1061
1062 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1063
1064 * subr.el (define-key-after): Allow `key' to be longer than 1.
1065 (make-local-hook): Make obsolete.
1066 (add-hook, remove-hook): Don't use make-local-hook any more.
1067 (make-syntax-table): Inherit all chars from s-s-t.
1068
1069 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1070
1071 This is a fix for a report saying that resuming a search with C-s
1072 C-s doesn't use the case-fold-search setting of the previous
1073 search (C-s ... M-c ... then C-s C-s).
1074
1075 * isearch.el (isearch-last-case-fold-search): New variable.
1076 (isearch-mode): Remember value of isearch-case-fold-search
1077 in isearch-last-case-fold-search.
1078 (isearch-done): Quote value of isearch-case-fold-search.
1079 (isearch-repeat): When resuming a search, restore
1080 isearch-case-fold-search from isearch-last-case-fold-search.
1081
1082 Added to NEWS.
1083
1084 * startup.el (inhibit-startup-buffer-menu): New user-option.
1085 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1086 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1087
1088 This allows upto 99999 messages in the summary without screwing up
1089 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1090
1091 * mail/rmailsum.el (rmail-make-summary-line)
1092 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1093 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1094 Allow 5-digit message ids instead of 4.
1095
1096 This adds expansion of environment variables in the value
1097 specified with M-x setenv. Added to NEWS.
1098
1099 * env.el (substitute-env-vars): New function.
1100 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1101 environment variables in VALUE. Return VALUE.
1102
1103 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1104
1105 * Branch for 21.1.
1106
1107 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1108
1109 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1110
1111 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1112
1113 * emulation/tpu-edt.el: Make messages match original TPU/edt
1114 editor. From riepel@Stanford.EDU (Rob Riepel).
1115
1116 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1117
1118 * rect.el: Update maintainer's email address.
1119
1120 2001-10-02 Andreas Schwab <schwab@suse.de>
1121
1122 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1123 and Extended Passive Mode, resp.
1124
1125 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1126
1127 These changes add support for Calendar-related items in the
1128 menu bar on tty's as well:
1129
1130 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1131 unconditionally.
1132 (calendar-mode): Set up activate-menubar-hook unconditionally.
1133
1134 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1135 calls x-popup-menu only if popup menus are supported.
1136 (calendar-mouse-insert-hebrew-diary-entry)
1137 (calendar-mouse-insert-islamic-diary-entry)
1138 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1139 (calendar-mouse-view-other-diary-entries)
1140 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1141 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1142 Call cal-menu-x-popup-menu instead of x-popup-menu.
1143
1144 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1145
1146 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1147
1148 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1149
1150 * emacs-lisp/rx.el: New file.
1151
1152 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1153
1154 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1155
1156 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * frame.el (select-frame-by-name, other-frame): Doc fix.
1159
1160 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1161
1162 * play/snake.el (snake-score-file): Use temporary-file-directory
1163 instead of a literal "/tmp". Suggested by Robert
1164 <robert@chezmarshall.freeserve.co.uk>.
1165
1166 * play/tetris.el (tetris-score-file): Ditto.
1167
1168 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1169
1170 * apropos.el (apropos-print): Make the directions inserted at the
1171 beginning of the *Apropos* buffer more clear.
1172
1173 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1174
1175 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1176 Added comments.
1177
1178 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1179
1180 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1181 "\\s-" when defining comment-end-skip.
1182
1183 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1184
1185 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1186 Call get-buffer-window first second arg `visible'.
1187
1188 * international/mule-diag.el (list-input-methods-1):
1189 Output something that's independent of Emacs' version.
1190
1191 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1192 calling byte-to-position with a nil tar-header-offset.
1193
1194 2001-09-27 Simon Josefsson <jas@extundo.com>
1195
1196 * mail/sendmail.el (send-mail-function): Doc fix.
1197 (mail-do-fcc): Error if header-end is not a marker.
1198 (mail-do-fcc): Add a comment.
1199 (mail-reply-to): Doc fix.
1200 (mail-signature): Make ATPOINT optional.
1201 (mail-yank-original): Use cond instead of nestled if.
1202
1203 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1204
1205 * info.el (Info-on-current-buffer): Default arg to "Top".
1206
1207 2001-09-25 Eli Barzilay <eli@barzilay.org>
1208
1209 * calculator.el (calculator-copy-displayer): New user-option.
1210 (calculator-displayer-prev, calculator-displayer-next):
1211 Renamed from calculator-displayed-{left,right}.
1212 (calculator, calculator-standard-displayer)
1213 (calculator-num-to-string, calculator-update-display)
1214 (calculator-copy, calculator-put-value): Bug and display fixes.
1215
1216 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1217
1218 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1219 (ebnf-version): New version (3.6.1).
1220
1221 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1222 (ebnf-bnf-non-terminal-chars): New internal const.
1223 (ebnf-bnf-lex): Fix code.
1224
1225 * ebnf-iso.el: Fix character range regexp. Doc fix.
1226 (ebnf-iso-non-terminal-chars): New internal const.
1227 (ebnf-iso-lex): Fix code.
1228
1229 * ebnf-yac.el: Fix character range regexp. Doc fix.
1230 (ebnf-yac-skip-chars): New internal const.
1231 (ebnf-yac-skip-code): Fix code.
1232
1233 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1234
1235 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1236
1237 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1238 passing it to VC.
1239
1240 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1241 case where the file is relative.
1242
1243 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1244
1245 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1246 same on each side. Make sure we properly handle simple quotes.
1247 From Daiki Ueno <ueno@unixuser.org>.
1248
1249 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1250
1251 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1252 <jas@extundo.com>.
1253
1254 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1255 some items of the Options menu.
1256
1257 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1258
1259 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1260
1261 * vc-hooks.el (vc-delete-automatic-version-backups):
1262 Don't fail if the directory doesn't exist.
1263
1264 * diff-mode.el (diff-default-read-only): New var.
1265 (diff-mode): Use it.
1266
1267 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1270 Use make-keymap instead of copy-keymap, since copying the global
1271 keymap messes up the menu bar.
1272
1273 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1274 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1275
1276 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1277
1278 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1279
1280 * dired-aux.el (dired-insert-subdir): Pass switches to
1281 dired-build-subdir-alist.
1282
1283 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1284
1285 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1286 caused %#a and %#b to be mis-formatted.
1287
1288 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1291 ccmode, emacs-mime, and eudc manuals.
1292
1293 2001-09-19 Sam Steingold <sds@gnu.org>
1294
1295 w32 find cannot be used with `grep-find'.
1296 * progmodes/compile.el (find-program): New variable.
1297 (grep-compute-defaults): Use it to set `grep-find-command'.
1298
1299 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1300
1301 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1302
1303 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1304
1305 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1306 programming. Doc fix.
1307 (ebnf-version): New version (3.6).
1308 (ebnf-eps-begin): Data fix.
1309 (ebnf-begin-file): Code fix.
1310
1311 * ebnf-bnf.el: Doc fix.
1312 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1313
1314 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1315
1316 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1317
1318 * ps-print.el: Better face mapping for black/white PostScript printers.
1319 Check if mark is active when printing a region. Doc fix.
1320 (ps-print-version): New version number (6.5.5).
1321 (ps-print-color-p): Customization fix.
1322 (ps-black-white-faces): New option.
1323 (ps-black-white-faces-alist): New internal var.
1324 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1325 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1326 (ps-nb-pages-region): Interactive fix.
1327 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1328 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1329
1330 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1333 numeric month value, and allow the Kanji character after the it to
1334 be missing (happens with ls-lisp's output on Japanese versions of
1335 MS-Windows).
1336
1337 2001-09-18 Miles Bader <miles@gnu.org>
1338
1339 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1340 it's empty (and thus probably a new patch file about to be edited).
1341
1342 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1343
1344 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1345 Check for '(' in column 0 of doc string.
1346
1347 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1348 of `nth' so that using a vector as bounding-box works.
1349 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1350
1351 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1352
1353 * vc.el (vc-annotate): Use current workfile version explicitly as
1354 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1355
1356 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1359 convert-standard-filename doesn't guarantee that the .el extension
1360 is preserved.
1361
1362 * dos-fns.el (convert-standard-filename): Replace invalid
1363 characters only after converting dash/underscore to a period.
1364 (original-make-auto-save-file-name): New.
1365 (make-auto-save-file-name): New function, overrides the definition
1366 on files.el and calls the original function via
1367 original-make-auto-save-file-name.
1368
1369 * mail/rmail.el (top-level): Require mule-utils when compiling.
1370 (rmail-decode-babyl-format): Use detect-coding-with-priority
1371 instead of detect-coding-region, to favor detection of emacs-mule
1372 encoded Babyl files written by rmailout.el etc. Suggested by
1373 Kenichi Handa <handa@etl.go.jp>.
1374
1375 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1378 Use `equal', not `=', since the device number can be a cons cell.
1379
1380 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1381
1382 * simple.el: Comment out change of 2001-09-13.
1383
1384 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1385
1386 * progmodes/compile.el (grep-compute-defaults): Don't set
1387 grep-command/grep-find-command when it is already non-nil.
1388 (grep-command): Make it a user option.
1389 (grep-find-command): Likewise.
1390
1391 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1392
1393 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1394 inhibit quit.
1395
1396 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1397
1398 * files.el (make-auto-save-file-name): If long file names are not
1399 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1400 generating an auto-save file name from it.
1401
1402 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1403
1404 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1405 (ps-nb-pages-region): Signal an error if called interactively
1406 and the mark is not active.
1407
1408 * simple.el (minibuffer-prompt-modification)
1409 (minibuffer-prompt-insertion): New functions.
1410 (minibuffer-prompt-properties): Use `modification-hooks' and
1411 `insert-in-front-hooks'.
1412
1413 2001-09-12 Richard M. Stallman <rms@gnu.org>
1414
1415 * textmodes/outline.el (outline-regexp): Doc fix.
1416 Initialize it in the defcustom, the usual way.
1417
1418 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1419
1420 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1421 from `ediff-meta-info' properties need not be an overlay.
1422 From David Ponce <dponce@voila.fr>.
1423
1424 * isearch.el (isearch-intersects-p): Fix end checks.
1425
1426 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1427
1428 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1429 `t' branch of `cond', since Irix 6.1 and up is a special case of
1430 the standard dbx interface.
1431
1432 2001-09-11 Miles Bader <miles@gnu.org>
1433
1434 * comint.el (comint-send-input): When waiting for echoed input,
1435 don't save the expected end position in `echo-end', so that things
1436 work properly even if the buffer is modified elsewhere at the same
1437 time [this happens if `comint-truncate-buffer' is used].
1438
1439 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1440
1441 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1442 when constructing imenu-generic-expression from outline-regexp.
1443
1444 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1445
1446 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1447 `equal' instead of `=', since they can be cons cells. From Nils
1448 Goesche <cartan@cartan.de>.
1449
1450 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1451
1452 * vc.el (vc-annotate): Rewrote doc string.
1453
1454 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1455
1456 * time-stamp.el: Update Stephen Gildea's email address.
1457
1458 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1459
1460 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1461 enable-multibyte-characters = nil. From Hallvard B Furuseth
1462 <h.b.furuseth@usit.uio.no>.
1463
1464 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1465
1466 * ediff-init.el (ediff-highest-priority): Bug fix.
1467
1468 * viper-cmd.el (viper-special-read-and-insert-char): New function
1469 that reads a character and uses the current input method or
1470 iso-accents when appropriate.
1471
1472 * viper.el and all others: Corrections to the comment blocks at
1473 the top.
1474
1475 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1476
1477 * info.el (Info-goto-node): Doc fix.
1478
1479 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1480
1481 * isearch.el (isearch-intersects-p): New function.
1482 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1483 use isearch-intersects-p, and clean up.
1484
1485 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1486
1487 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1488 and "german8", for the new German orthography dictionaries,
1489 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1490 the entries, to keep the line length balanced for loaddefs.el.
1491
1492 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1493
1494 * comint.el (comint-send-input): Handle comint-process-echoes
1495 differently.
1496
1497 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1498
1499 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1500
1501 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1502
1503 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1504
1505 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1506
1507 * server.el (server-switch-buffer):
1508 * textmodes/refer.el (refer-find-entry-internal):
1509 * term/sup-mouse.el (sup-pos-to-window):
1510 * term/bg-mouse.el (bg-window-from-x-y):
1511 * emacs-lisp/edebug.el (edebug-window-live-p):
1512 Use get-window-with-predicate.
1513
1514 * window.el (get-window-with-predicate): Renamed from some-window.
1515 (some-window): Make it an alias.
1516
1517 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1518
1519 * simple.el (undo): Remove positions from buffer-undo-list up to
1520 the next undo boundary only.
1521
1522 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1523
1524 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1525 Kim <ryk@dspwiz.com>
1526
1527 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1528 the message "Creating customization items...done".
1529
1530 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1531
1532 * font-lock.el (toplevel): Require `jit-lock' only if
1533 font-lock-support-mode is set to jit-lock-mode.
1534
1535 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1536
1537 * international/quail.el (quail-use-package, quail-inactivate)
1538 (quail-activate): Mention the hooks these functions run in their
1539 doc strings.
1540
1541 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1542
1543 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1544 of file in header of menu.
1545
1546 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1547
1548 * env.el (setenv): Interactively, if VARIABLE has a current value,
1549 add that to the front of the history, as the doc string says.
1550
1551 * comint.el (comint-send-input): Change help-echo.
1552 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1553
1554 * bookmark.el (bookmark-write-file): Bind print-length and
1555 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1556
1557 * obsolete/uncompress.el: Moved there from lisp/.
1558
1559 * comint.el (comint-insert-clicked-input): Goto point-max before
1560 deleting previous input. From "Dr Francis J. Wright"
1561 <F.J.Wright@qmw.ac.uk>.
1562
1563 * simple.el (backward-word): Doc fix.
1564
1565 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1566
1567 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1568 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1569 * w32-fns.el: Add Keywords header.
1570
1571 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1572
1573 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1574 "Text Properties". Suggested by Simon Marshall
1575 <Simon.Marshall@midas-kapiti.com>.
1576
1577 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1578
1579 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1580 consulting the value of file-name-coding-system.
1581
1582 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1583
1584 * help.el (describe-function-1): Save precomputed `file-name' rather
1585 than recomputing it (incorrectly) with `symbol-file'.
1586
1587 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1588
1589 * international/isearch-x.el (isearch-exit-recursive-edit):
1590 Take three parameters, since it's used as an after-change-function.
1591
1592 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1593 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1594 from doc strings.
1595
1596 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1597
1598 * progmodes/glasses.el (glasses-convert-to-unreadable):
1599 Consider underscores as in `glasses-make-readable'.
1600
1601 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1602
1603 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1604 MS-DOS, since cpp might not be available.
1605
1606 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1607 Mention "yank" in the help-echo text.
1608 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1609
1610 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1611
1612 * newcomment.el (comment-indent): Insert spaces more carefully.
1613
1614 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1615
1616 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1617 exists. From Andy Petrusenco <andy@int.spb.ru>.
1618
1619 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1620 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1621 <andy@int.spb.ru>.
1622
1623 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1624
1625 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1626 Instead of running mouse-yank-at-click, see what the event is
1627 bound to outside Isearch and run that.
1628
1629 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1630
1631 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1632 Fix the menu entry to mention transient-mark-mode.
1633
1634 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1635
1636 * simple.el (eval-expression-print-level): Fix last change.
1637
1638 * bindings.el (mode-line-coding-system-map): New variable.
1639 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1640
1641 * simple.el (eval-expression-print-level): Change the type
1642 of the defcustom to allow nil.
1643
1644 * emacs-lisp/find-gc.el: Moved here from lisp/.
1645
1646 * international/quail.el (quail-completion-1):
1647 Reverse the ((CHAR . DEFN) ...) list before processing it.
1648 From Kenichi Handa <handa@etl.go.jp>.
1649
1650 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1651 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1652
1653 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1654
1655 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1656 aren't supported. This avoids the annoying gray strip drawn by
1657 the Windows version instead of the missing tool bar.
1658
1659 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1660
1661 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1662 and tooltips more consistent. From "Marshall, Simon"
1663 <Simon.Marshall@midas-kapiti.com>.
1664
1665 * startup.el (fancy-splash-screens): Temporarily set
1666 minor-mode-map-alist to nil while displaying splash screens.
1667
1668 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1669
1670 * buff-menu.el: Add Keywords header.
1671 Doc fix (C-x C-b is bound to list-buffers).
1672
1673 * dired-x.el: Add keyword files to get listed in finder.
1674 Remove confusing notes about GNU Emacs 19.
1675
1676 * dired.el, dired-aux.el: Add Keywords header.
1677
1678 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1679
1680 * vc.el (vc-revert-file): Call the backend even if the FILE's
1681 contents can be reverted locally; pass new arg CONTENTS-DONE
1682 down to the backend.
1683
1684 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1685 optional arg CONTENTS-DONE.
1686
1687 2001-08-28 Andrew Innes <andrewi@gnu.org>
1688
1689 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1690
1691 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1692
1693 * makefile.nt (install): Copy more *.el files.
1694
1695 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1696
1697 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1698 instead of `w' which is already in use.
1699
1700 * gs.el (gs-load-image): Use sleep-for.
1701 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1702
1703 2001-08-28 Miles Bader <miles@gnu.org>
1704
1705 * replace.el (query-replace-regexp-eval): Return args from
1706 `interactive' form in correct order.
1707
1708 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1709
1710 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1711 major modes, don't create panes for modes for which
1712 mouse-buffer-menu-alist returns an empty alist.
1713
1714 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1715
1716 * progmodes/hideshow.el: Update first-line description.
1717 Sync comments w/ maintainer version 5.31.
1718
1719 (hs-isearch-open): Default value now `code'.
1720 Fix docstring to use "code blocks" vs "comment blocks",
1721 as opposed to "block" vs "comment".
1722 (hs-flag-region): Accept `hs-isearch-open' value
1723 of `block' as synonymous w/ `code'.
1724 (hs-hide-block-at-point): For code blocks, pass `code'
1725 to `hs-flag-region' instead of `block'.
1726
1727 2001-08-28 Miles Bader <miles@gnu.org>
1728
1729 * comint.el (comint-next-prompt): Don't loop infinitely if
1730 {next,previous}-single-char-property-change returns its input
1731 position when the search fails.
1732
1733 2001-08-27 Miles Bader <miles@gnu.org>
1734
1735 * comint.el (comint-get-old-input-default): Don't signal an error
1736 if point is not on an input field; instead, return the current
1737 line (using `comint-bol' to skip any prompt, in case we're not
1738 using fields at all).
1739
1740 * man.el (Man-mode-line-format): Variable removed.
1741 (Man-mode): Change `mode-line-buffer-identification' instead of
1742 `mode-line-format'.
1743
1744 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1745
1746 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1747 From Simon Josefsson <jas@extundo.com>.
1748
1749 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1750
1751 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1752 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1753
1754 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1755 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1756
1757 * emacs-lisp/lselect.el: Ditto.
1758
1759 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1760 Remove periods from the end of error message strings.
1761 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1762
1763 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1764 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1765
1766 * net/telnet.el: Ditto.
1767
1768 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1769
1770 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1771 KEYMAP to the call to define-minor-mode.
1772
1773 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1774
1775 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1776 Replace some of the undefined characters with emulations of bidi
1777 formatting characters and Niqud as per SI 1311-1.
1778 (IT-unicode-translations): Ditto.
1779 (IT-display-table-setup, IT-setup-unicode-display):
1780 Fill characters without translations with dos-unsupported-char-glyph.
1781
1782 2001-08-24 Simon Josefsson <jas@extundo.com>
1783
1784 * hl-line.el (hl-line-mode): Don't be a global mode.
1785 (global-hl-line-mode): New function.
1786
1787 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1788
1789 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1790 being reset by Ghostscript. Don't kill the gs process.
1791 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1792
1793 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1794
1795 * term/mac-win.el: Require scroll-bar.
1796
1797 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1798
1799 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1800
1801 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1802
1803 * hexl.el (hexl-insert-multibyte-char) New function.
1804 (hexl-quoted-insert, hexl-self-insert-command)
1805 (hexl-insert-hex-char, hexl-insert-decimal-char)
1806 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1807 Fix the doc strings accordingly.
1808 (hexl-insert-char): Reject characters whose code is above 255.
1809 Doc fix.
1810 (hexl-mode-map): Copy the global keymap instead of creating a
1811 sparse keymap, and bind all self-inserting characters to
1812 hexl-self-insert-command.
1813
1814 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1815
1816 * wid-edit.el (text): Re-order docstring correctly.
1817
1818 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1819
1820 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1821
1822 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1823
1824 * simple.el (line-number-mode): Mention the variable
1825 line-number-display-limit-width in the doc string.
1826
1827 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1828
1829 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1830 Temporarily select EVENT's window for switching buffers.
1831 (mode-line-bury-buffer): New function.
1832 (mode-line-buffer-identification-keymap): Use it instead of
1833 bury-buffer. Bind down-mouse events to prevent global down-mouse
1834 events from shining through.
1835
1836 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1837
1838 * newcomment.el (comment-beginning): Make sure the comment-start
1839 we found isn't a comment-end (in cases where confusion is possible).
1840
1841 2001-08-22 Miles Bader <miles@gnu.org>
1842
1843 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1844 before writing it, so that hard-links don't see new version.
1845
1846 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1847
1848 * gs.el (gs-set-ghostview-colors-window-prop):
1849 Call x-change-window-property with 3rd arg FRAME.
1850 (gs-load-image): Wait for a previous Ghostscript process
1851 to complete before starting a new one.
1852
1853 * image.el (image-type-regexps): Make sure that the TIFF
1854 pattern is only matched at the beginning of a string.
1855 From Markus Rost <rost@math.ohio-state.edu>.
1856
1857 * international/swedish.el: Pre-Mule file removed. From Jonas
1858 Oberg <jonas@gnu.org>.
1859
1860 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1861
1862 * whitespace.el (whitespace-abort-on-error): Add custom variable
1863 to whitespace to abort a write-file if whitespace is detected in file.
1864
1865 * whitespace.el (whitespace-write-file-hook): Hook to be called
1866 when writing a file. If `whitespace-abort-on-error' is set, the
1867 write will abort on detecting whitespaces.
1868 If `whitespace-auto-cleanup' is set, the file will be cleaned
1869 automatically prior to writing.
1870
1871 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1872 whitespaces in the error output!
1873
1874 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1875 `indent-tabs-mode', since the latter notes user preferences on
1876 TABs anyway.
1877
1878 * whitespace.el (whitespace-version): 3.1. All of the above issues
1879 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1880
1881 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1882
1883 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1884 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1885
1886 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1887
1888 2001-08-20 Alex Schroeder <alex@gnu.org>
1889
1890 * sql.el (sql-db2): Doc change.
1891
1892 2001-08-20 Alex Schroeder <alex@gnu.org>
1893
1894 * sql.el (sql-postgres): Add the database at the end of the
1895 parameters instead of at the beginning.
1896 (sql-postgres-options): Doc change.
1897
1898 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1899
1900 * custom.el (defcustom): Doc fix.
1901
1902 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1903
1904 * ps-mule.el (find-composition): Check if (char-after POS)
1905 returns a valid character.
1906
1907 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1910 original-point for extra CR characters that are added/removed when
1911 the buffer is written/read whose EOL type is -dos.
1912
1913 2001-08-16 Miles Bader <miles@gnu.org>
1914
1915 * simple.el (line-move): Undo previous change.
1916
1917 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1918 property to input-terminating `boundary' overlays to avoid
1919 line-move wierdness.
1920
1921 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1922
1923 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1924 buffer in a save-restriction. Under one test case with Ediff,
1925 window-scroll-functions are run with a window start that's
1926 temporarily outside of the restriction.
1927
1928 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1929
1930 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1931 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1932 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1933 (texinfo-update-menu-region-beginning)
1934 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1935 command, @ifnottex, to regexps, so it is found.
1936
1937 2001-08-16 Andrew Innes <andrewi@gnu.org>
1938
1939 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1940 (DONTCOMPILE): Omit sc.el.
1941
1942 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1943 (DONTCOMPILE): Omit sc.el.
1944
1945 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1946
1947 * replace.el (occur): Bind inhibit-read-only to t.
1948
1949 2001-08-16 Miles Bader <miles@gnu.org>
1950
1951 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1952 calling `constrain-to-field', to avoid problems with comint prompts.
1953
1954 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1955
1956 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1957 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1958
1959 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1960 of a while-loop.
1961
1962 * Makefile.in (DONTCOMPILE): Remove sc.el.
1963
1964 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1965 Don't include term/.
1966
1967 * mail/sc.el: Moved to obsolete/.
1968
1969 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1970
1971 * ps-print.el: Change error function arguments to follow Emacs
1972 message convention. Doc fix.
1973 (ps-print-version): New version number (6.5.4).
1974 (coding-system-for-write): Change declaration position to avoid
1975 XEmacs compilation gripes.
1976 (coding-system-for-read, buffer-file-coding-system):
1977 Declarations to avoid XEmacs compilation gripes.
1978
1979 * ps-mule.el: Doc fix.
1980 (ps-mule-encode-header-string): If STRING is not a string, replace
1981 STRING by empty string.
1982
1983 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1984
1985 * frame.el (show-trailing-whitespace): Doc fix.
1986
1987 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1988
1989 * desktop.el (desktop-save): Insert the coding: tag before
1990 desktop-header.
1991
1992 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1993
1994 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1995 its path from $els.
1996
1997 * image.el (image-jpeg-p): Fix call of substring.
1998
1999 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2000
2001 * play/animate.el (animate-string): Doc fix. Use a buffer
2002 name with stars in it.
2003 (animate-sequence): New function.
2004 From Richard Stallman <rms@gnu.org>.
2005
2006 * frame.el (select-frame-set-input-focus): New function
2007 extracted from other-frame.
2008 (other-frame): Use it.
2009 (next-multiframe-window, previous-multiframe-window): Use it.
2010
2011 * isearch.el (isearch-other-meta-char): Don't switch to the
2012 buffer of a window clicked on, when the current buffer is
2013 in Isearch mode.
2014
2015 * image.el (image-jpeg-p): Test for APPn markers in the range
2016 #xe0..#xef.
2017
2018 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2019
2020 * desktop.el (desktop-save): Don't use concat to form a file
2021 name, use expand-file-name.
2022
2023 * mouse.el (mouse-delete-window): Do nothing if frame has just
2024 one window.
2025
2026 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2027 for the minor mode name.
2028
2029 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2030 minor mode name.
2031
2032 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2033 instead of make-mode-line-mouse2-map.
2034
2035 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2036 the minor mode name.
2037
2038 * emacs-lisp/easy-mmode.el (define-minor-mode):
2039 Use mode-line-minor-mode-keymap for the minor mode name.
2040
2041 * calendar/calendar.el (calendar-mode-line-format):
2042 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2043
2044 * bindings.el (make-mode-line-mouse-map): Renamed from
2045 make-mode-line-mouse2-map. Take additional arg MOUSE.
2046 (mode-line-modified): Use mouse-3 instead of mouse-2.
2047 (mode-line-buffer-identification-keymap): Bind keys differently.
2048 (propertized-buffer-identification): Adapt help-echo to new bindings.
2049
2050 * bindings.el (mode-line-format): Specify help-echo for line
2051 number, column number and buffer-percent part of the mode-line.
2052
2053 * image.el (image-type-regexps): Allow whitespace at the start
2054 of the image data for XPM, XBM and Postscript, which are
2055 text files.
2056 (image-jpeg-p): Correct calculation of next field offset.
2057
2058 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2059
2060 * battery.el: Fix typo.
2061
2062 2001-08-08 Gerd Moellmann <gerd@gnu.org>
2063
2064 * image.el (image-type-regexps): Allow predicates. Change the way
2065 JPEG images are recognized.
2066 (image-jpeg-p): New function.
2067 (image-type-from-data): Handle predicates in image-type-regexps.
2068
2069 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2070 #:, #x, #o, and similar constructs.
2071
2072 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2073
2074 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2075
2076 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2077 instead of `progn'.
2078
2079 * tar-mode.el (tar-extract): Avoid generating a new buffer
2080 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2081
2082 * textmodes/paragraphs.el (forward-sentence): Avoid building
2083 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2084
2085 * progmodes/executable.el (executable-set-magic):
2086 If executable-find returns a quoted file name, unquote it before
2087 inserting it.
2088
2089 * image.el (image-type-regexps): For JPEG files, use a regexp
2090 derived from the JFIF spec.
2091
2092 * image.el (image-type-regexps): Use `\`' instead of `^' in
2093 most regular expressions.
2094
2095 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2096
2097 * play/animate.el: Re-insert a reference to re-inserted function.
2098
2099 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2100
2101 * help.el (describe-function-1): Use find-function-search-for-symbol
2102 instead of find-function-noselect because the latter follows aliases.
2103
2104 * play/animate.el (animate-birthday-present): Re-insert.
2105
2106 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2107 Handle old-style menu definitions.
2108
2109 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2110
2111 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2112 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2113
2114 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2115 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2116 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2117
2118 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2119
2120 * textmodes/tildify.el: Milan Zamazal has new address.
2121
2122 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2123
2124 * custom.el (custom-set-variables): Don't test `custom-requests'
2125 properties, check the third element of the options passed to
2126 custom-set-variables instead.
2127
2128 * info.el (info-insert-file-contents): Use info-file-exists-p
2129 instead of file-exists-p.
2130
2131 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2132 the mode-line face is restored. Fix several bugs.
2133
2134 * replace.el (perform-replace): Doc fix.
2135
2136 2001-08-02 Francesco Potorti` <pot@gnu.org>
2137
2138 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2139 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2140 (uniquify-fix-item-base, uniquify-fix-item-filename)
2141 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2142 Callers changed.
2143 (uniquify-set-proposed): Changed to work with a vector item.
2144 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2145 the fix list, and a list of strings for the non-file buffer
2146 names. Both changes reduce consing.
2147 (uniquify-rationalize-a-list): Local variable renaming.
2148 (uniquify-rationalize-conflicting-sublist): Use member instead of
2149 assoc.
2150 (uniquify-rename-buffer): Use unless instead of if not.
2151
2152 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2153
2154 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2155
2156 * custom.el (custom-set-variables): Set options with :require
2157 clauses last.
2158
2159 * custom.el (defcustom): Doc fix.
2160
2161 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2162
2163 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2164
2165 * man.el (man): Mention Man-switches in the doc string.
2166 (Man-switches): Mention -a in the doc string.
2167
2168 * textmodes/ispell.el (ispell-alternate-dictionary):
2169 Add /usr/share/lib/dict/words, for Irix.
2170
2171 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2172 corresponding non-kp keys. Suggested by Stephen Gildea
2173 <gildea@stop.mail-abuse.org>.
2174
2175 2001-08-01 Francesco Potorti` <pot@gnu.org>
2176
2177 * uniquify.el: These changes correct a corner case that the old
2178 code managed correctly.
2179 (uniquify-fix-item-proposed): Renamed from
2180 uniquify-fix-item-min-proposed.
2181 (uniquify-set-proposed): New function.
2182 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2183 clarity and speed.
2184 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2185 This is equivalent to what the old code did.
2186 (uniquify-rationalize-a-list): Never recompute the proposed
2187 name. Sort the conflicting sublist before rationalising it: this
2188 is equivalent to what the old code did, but one directory element
2189 at a time, and only when necessary.
2190 (uniquify-rationalize-conflicting-sublist): Recompute here the
2191 proposed name.
2192
2193 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2194
2195 * play/animate.el: Add Keywords and Maintainer. Remove a
2196 reference to a removed function.
2197
2198 * play/animate.el (animate-string): Handle case that the string is
2199 longer than the window is wide.
2200
2201 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2202
2203 * desktop.el (desktop-save): Bind coding-system-for-write to
2204 `emacs-mule' for write-region.
2205
2206 * delsel.el (delete-selection-pre-hook): Don't set this-command
2207 to `ignore' if the region is empty.
2208
2209 * international/mule.el (set-keyboard-coding-system):
2210 Set keyboard-coding-system.
2211
2212 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2213 before accessing it.
2214
2215 2001-07-30 Andreas Schwab <schwab@suse.de>
2216
2217 * menu-bar.el (toggle-highlight-paren-mode):
2218 Use `(show-paren-mode)' as body.
2219
2220 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2221
2222 * vc.el (vc-checkout-hook): New hook.
2223 (vc-checkout): Run it.
2224
2225 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2226
2227 * progmodes/make-mode.el (makefile-macroassign-regex):
2228 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2229
2230 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2231
2232 * vc.el (vc-switch-backend): Fix autoload cookie.
2233
2234 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2235 the desktop file.
2236
2237 2001-07-30 Simon Josefsson <jas@extundo.com>
2238
2239 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2240 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2241
2242 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2243
2244 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2245 (last-sexp-toggle-display): Renamed from last-sexp-print.
2246 (last-sexp-toggle-display, eval-last-sexp-1):
2247 Use last-sexp-setup-props.
2248
2249 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2250 New user-options.
2251 (mouse-wheel-change-button): New function.
2252 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2253 (mwheel-scroll): Ditto.
2254
2255 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2256
2257 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2258 `...', compare with unabbreviated printed representation instead.
2259 (last-sexp-print): Bind print-length and print-level to nil.
2260
2261 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2262 before assigning text properties. Make properties rear-nonsticky.
2263
2264 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2265 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2266 <mouse-2> and <RET> in that map to a function printing the
2267 unabbreviated value.
2268
2269 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2270 is a buffer, put a text property `printed-value' on the printed
2271 representation, with the Lisp object printed as value.
2272
2273 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2274
2275 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2276 Mention the effect of eval-expression-print-length and
2277 eval-expression-print-level in the doc strings. Suggested by
2278 Kevin Gallagher <kevingal@onramp.net>.
2279
2280 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2281
2282 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2283 for buttons > 3.
2284 (xterm-mouse-translate): Handle the case that we don't get a
2285 down-event.
2286
2287 * emacs-lisp/find-func.el (find-function-regexp):
2288 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2289 in front of the function name.
2290
2291 * isearch.el (isearch-other-meta-char): Fix last change.
2292
2293 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2294 similar events for which fake prefix keys are generated. It's no
2295 longer necessary since read_key_sequence doesn't modify these
2296 events for internal purposes anymore.
2297
2298 * files.el (auto-mode-alist): Use nroff-mode for files ending
2299 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2300
2301 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2302
2303 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2304 tool-bar-lines parameter, behave as if its value were zero.
2305 (mouse-avoidance-set-pointer-shape): Don't do anything if
2306 x-pointer-shape is not boundp.
2307
2308 2001-07-23 Francesco Potorti` <pot@gnu.org>
2309
2310 * uniquify.el: Overall speedup changes when using many buffers.
2311 (uniquify-fix-item-base, uniquify-fix-item-filename)
2312 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2313 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2314 place in the item, but was never used.
2315 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2316 in the item is now used as cache for the proposed name.
2317 (uniquify-rationalize-file-buffer-names): Move computation made on
2318 newbuffile out of the loop, in the newbuffile-nd local var.
2319 Use dolist (cosmetic change). Compute the proposed name for the most
2320 common case and cache it in the fourth place in the item.
2321 (uniquify-rationalize-file-buffer-names): Used to return a a list
2322 of buffer whose name was changed, but that return value was never used.
2323 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2324 the cached proposed name, does much less consing and is quicker.
2325 (uniquify-filename-lessp): Deleted.
2326 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2327 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2328 cached proposed name is possible.
2329 (uniquify-get-proposed-name): Arguments changed, callers changed.
2330 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2331 uniquify-possibly-resolvable flag, which is no more bound locally.
2332 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2333 flag, which does not exist any more.
2334
2335 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2336
2337 * term/internal.el (IT-unicode-translations): Fix the appearance of
2338 "6`".
2339
2340 * progmodes/compile.el (compile-internal): If EMACS is already
2341 defined in the environment, don't override its value.
2342
2343 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2344
2345 * play/fortune.el: Undo change of 2001-07-13.
2346 Fix autoload cookies. Add types to defcustoms.
2347 (fortune) <defgroup>: Add :link.
2348 (fortune-from-region): Use eq, not eql.
2349 From Dave Love <fx@gnu.org>.
2350
2351 * play/animate.el (animate-birthday-present): Function removed.
2352
2353 * play/animate.el: New file.
2354
2355 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2356
2357 * startup.el (normal-top-level-add-subdirs-to-load-path):
2358 On Windows, put into normal-top-level-add-subdirs-inode-list the
2359 canonicalized names of the directories instead of inode numbers.
2360
2361 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2362
2363 * ediff-util.el: Copyright years.
2364 (ediff-choose-syntax-table): New function.
2365 (ediff-setup): Use ediff-choose-syntax-table.
2366 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2367 vc-state is available.
2368 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2369
2370 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2371 with-syntax-table.
2372 (ediff-coding-system-for-read): From ediff-diff.el
2373 (ediff-coding-system-for-write): New variable.
2374 (ediff-highest-priority): Fixed the bug having to do with disappearing
2375 overlays.
2376 (ediff-file-remote-p): Use file-remote-p, if available.
2377 (ediff-listable-file): New function.
2378 (ediff-file-attributes): Use ediff-listable-file.
2379
2380 * ediff-mult.el (ediff-meta-insert-file-info1):
2381 Use ediff-listable-file.
2382
2383 * ediff-ptch.el (ediff-prompt-for-patch-file):
2384 Use ediff-coding-system-for-read.
2385 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2386
2387 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2388 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2389
2390 * ediff.el: Date of last update, copyright years.
2391
2392 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2393
2394 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2395 of Scott Bronson.
2396 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2397 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2398 Deleted functions.
2399 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2400 ex-token-list.
2401 (viper-get-ex-address-subr): Convert registers to char data type.
2402
2403 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2404 (viper-memq-char): Use viper-int-to-char.
2405 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2406 vc-locking-state.
2407 (viper-read-key): Use viper-read-key-sequence.
2408
2409 * viper.el (viper-major-mode-modifier-list):
2410 Added inferior-emacs-lisp-mode.
2411 (this-major-mode-requires-vi-state): New function that uses simple
2412 heuristics to decide if vi state is appropriate.
2413 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2414 (viper-non-hook-settings): Don't advise read-key-sequence.
2415 (viper-read-key-sequence): New function that replaces the
2416 previously used advice to read-key-sequence.
2417
2418 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2419 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2420 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2421 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2422 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2423 Got rid of the negative character hack.
2424 (viper-escape-to-state,viper-replace-state-exit-cmd):
2425 Use viper-read-key-sequence.
2426 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2427 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2428 Don't override existing minibuffer-setup-hook.
2429 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2430 Convert registers to char data type.
2431 (viper-autoindent): Use viper-indent-line.
2432
2433 * viper-keym.el: Use viper-exec-key-in-emacs.
2434
2435 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2436
2437 * server.el (server-visit-files): Fix variable name typo.
2438
2439 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2440
2441 * simple.el (delete-trailing-whitespace): Save match data
2442 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2443
2444 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2445
2446 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2447 return a this-error using the alternative format (a pair of markers).
2448
2449 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2450
2451 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2452
2453 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2454 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2455
2456 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2457
2458 * international/iso-transl.el: Fix typo in the header of the file.
2459
2460 * textmodes/picture.el (picture): Doc fix.
2461
2462 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2463 follow coding conventions in generated files.
2464
2465 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2468 (tool-bar-add-item): Don't call image-related primitives if the
2469 display doesn't support images.
2470
2471 * frame.el (display-images-p): New function.
2472
2473 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2474
2475 * server.el (server-visit-files): Handle the case the specified
2476 column number is <= 0.
2477
2478 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2479
2480 * startup.el (command-line-1): Add support for +LINE:COLUMN
2481 command line argument.
2482
2483 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2484
2485 * server.el (server-process-filter, server-visit-files):
2486 Add support for +LINE:COLUMN style emacsclient calls.
2487
2488 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2489
2490 * emacs-lisp/easy-mmode.el: Add Keywords header.
2491
2492 * play/pong.el: Author has new address.
2493
2494 * play/landmark.el: Author is no more reachable.
2495
2496 * play/handwrite.el: Author is no more reachable.
2497
2498 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2499
2500 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2501 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2502 Complete bindings for F<1..12> keys.
2503 (global-map): Remove `undo' binding (already in the default).
2504 Replace `t<n>' bindings with `f<n>' bindings.
2505
2506 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2507
2508 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2509 (tcl-mode): Use tcl-add-log-defun.
2510 (tcl-indent-line): Use tcl-calculate-indent.
2511 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2512 (tcl-indent-exp): Renamed from indent-tcl-exp.
2513 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2514 (tcl-indent-for-comment): Call comment-indent-function properly
2515 and handle the case where it returns nil.
2516
2517 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2518
2519 * calendar/cal-islam.el (calendar-goto-islamic-date):
2520 Remove autoload cookie.
2521
2522 * calendar/calendar.el (calendar-goto-islamic-date):
2523 Add call to autoload.
2524
2525 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2526
2527 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2528 Don't change compile-auto-highlight globally.
2529 Don't bother with `font-lock-defaults' property since XEmacs
2530 also understands the `font-lock-defaults' variable.
2531 Use make-local-variable rather than make-variable-buffer-local.
2532 Don't `defconst' comment-indent-function: keep the default.
2533 Call easy-menu-add unconditionally.
2534 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2535 (ada-create-menu): Use :included for Emacs as well.
2536
2537 * vc.el (vc-do-command): Autoload.
2538
2539 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2540
2541 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2542
2543 * ps-print.el: Fix Author: header.
2544
2545 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2546
2547 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2548 mouse-1 etc., bind them to `ignore'.
2549
2550 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2551 send-invisible, which is already defined in Comint.
2552 (eshell-watch-for-password-prompt): Use it.
2553
2554 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2555
2556 * which-func.el (which-func-mode): Doc fix.
2557
2558 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2559 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2560 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2561 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2562 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2563 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2564 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2565 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2566 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2567 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2568 * emulation/edt-mapper.el, emulation/edt-pc.el,
2569 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2570 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2571 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2572 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2573 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2574 * international/isearch-x.el, international/iso-cvt.el,
2575 * international/ogonek.el, international/quail.el,
2576 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2577 * language/devanagari.el, language/ethio-util.el,
2578 * language/ethiopic.el, language/european.el, language/indian.el,
2579 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2580 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2581 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2582 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2583 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2584 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2585 * progmodes/autoconf.el, progmodes/cmacexp.el,
2586 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2587 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2588 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2589 * progmodes/ebnf2ps.el, progmodes/executable.el,
2590 * progmodes/fortran.el, progmodes/idlw-shell.el,
2591 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2592 * progmodes/m4-mode.el, progmodes/mantemp.el,
2593 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2594 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2595 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2596 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2597 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2598 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2599 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2600 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2601 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2602 * textmodes/two-column.el, time-stamp.el, timezone.el,
2603 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2604 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2605 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2606 conventions.
2607
2608 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2609
2610 * simple.el (set-variable): Require 'cus-edit' instead of
2611 `wid-edit', so that the Custom widgets get defined.
2612
2613 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2614
2615 * allout.el: A fix to follow coding conventions.
2616
2617 * find-lisp.el: A fix to follow coding conventions.
2618
2619 * term/w32-win.el: A fix to follow coding conventions.
2620
2621 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2622
2623 * term/xterm.el: A fix to follow coding conventions.
2624
2625 * term/news.el: A fix to follow coding conventions.
2626
2627 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2628 header line fixed.
2629
2630 * sun-curs.el: Fix Maintainer: header line.
2631
2632 * emacs-lisp/easymenu.el: Address of the author added.
2633
2634 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2635
2636 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2637 property.
2638
2639 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2640
2641 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2642 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2643 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2644 Some fixes to follow coding conventions.
2645
2646 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2647
2648 * which-func.el (which-func-mode): Doc fix.
2649
2650 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2651
2652 * net/rcompile.el (remote-compile): Use make-local-variable.
2653
2654 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2655
2656 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2657
2658 * mail/reporter.el (reporter-submit-bug-report):
2659 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2660
2661 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2662
2663 * calendar/cal-china.el, calendar/cal-coptic.el,
2664 * calendar/cal-dst.el, calendar/cal-french.el,
2665 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2666 * calendar/cal-iso.el, calendar/cal-julian.el,
2667 * calendar/cal-mayan.el, calendar/cal-persia.el,
2668 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2669 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2670 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2671 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2672 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2673 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2674 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2675 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2676 * progmodes/ada-xref.el, progmodes/cc-align.el,
2677 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2678 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2679 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2680 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2681 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2682 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2683 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2684 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2685 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2686 * textmodes/reftex.el: Some fixes to follow coding
2687 conventions in Eshell files with known maintainers.
2688
2689 * emulation/viper.el: A fix to follow coding conventions.
2690
2691 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2692 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2693 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2694 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2695 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2696 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2697 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2698 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2699 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2700 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2701 conventions in Eshell files.
2702
2703 * composite.el, diff.el, emacs-lisp/levents.el,
2704 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2705 * emulation/pc-mode.el, emulation/viper-cmd.el,
2706 * emulation/viper-ex.el, emulation/viper-init.el,
2707 * emulation/viper-keym.el, emulation/viper-macs.el,
2708 * emulation/viper-mous.el, emulation/viper-util.el,
2709 * emulation/viper.el, forms-pass.el, international/ccl.el,
2710 * international/characters.el, international/encoded-kb.el,
2711 * international/fontset.el, international/ja-dic-cnv.el,
2712 * international/ja-dic-utl.el, international/kinsoku.el,
2713 * international/kkc.el, international/mule-cmds.el,
2714 * international/mule-diag.el, international/mule-util.el,
2715 * international/mule.el, international/titdic-cnv.el,
2716 * language/china-util.el, language/chinese.el,
2717 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2718 * language/greek.el, language/hebrew.el, language/japan-util.el,
2719 * language/japanese.el, language/korea-util.el, language/korean.el,
2720 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2721 * language/slovak.el, language/thai-util.el, language/thai.el,
2722 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2723 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2724 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2725 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2726 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2727 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2728 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2729 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2730 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2731 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2732 to follow coding conventions in files without maintainer or in files
2733 with clear maintainer (but without Maintainer header stating so).
2734
2735 * emacs-lisp/elp.el: A fix to follow coding conventions.
2736
2737 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2738 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2739 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2740 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2741 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2742 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2743 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2744 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2745 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2746 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2747 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2748 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2749 conventions in files from Gnus.
2750
2751 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2752 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2753 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2754 * echistory.el, electric.el, emacs-lisp/authors.el,
2755 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2756 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2757 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2758 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2759 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2760 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2761 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2762 * international/codepage.el, international/iso-ascii.el,
2763 * international/iso-insert.el, international/iso-transl.el,
2764 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2765 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2766 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2767 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2768 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2769 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2770 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2771 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2772 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2773 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2774 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2775 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2776 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2777 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2778 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2779 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2780 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2781 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2782 * textmodes/tex-mode.el, textmodes/text-mode.el,
2783 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2784 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2785 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2786 files maintained by FSF.
2787
2788 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2789
2790 * arc-mode.el: A fix to follow coding conventions.
2791
2792 * bindings.el: Ditto.
2793
2794 * cdl.el: Ditto.
2795
2796 * comint.el: Ditto.
2797
2798 * cus-start.el: Ditto.
2799
2800 * shell.el: Ditto.
2801
2802 * skeleton.el: Ditto.
2803
2804 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2805
2806 * info.el (Info-build-node-completions):
2807 Make Info-current-file-completions buffer local.
2808
2809 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2810
2811 * which-func.el (which-func-mode, which-func-ff-hook)
2812 (which-function-mode): Remove references to which-func-mode-global.
2813
2814 * calendar/cal-islam.el (calendar-goto-islamic-date):
2815 Add autoload cookie.
2816
2817 * play/fortune.el: Add types to defcustoms.
2818
2819 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2820
2821 * language/czech.el: A fix to follow coding conventions.
2822
2823 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2824
2825 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2826 to the extension list, for antlr-mode. From Christoph Wedler
2827 <Christoph.Wedler@sap.com>.
2828
2829 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2832 (vc-dired-mode-map): Fix the madness.
2833
2834 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2835 (vc-prefix-map): Moved back from vc.el.
2836
2837 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2838
2839 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2840 Increase the size of the obarray.
2841 (mail-extr-all-top-level-domains): Add more toplevel domains,
2842 add more long names.
2843 From: Per Starback <starback@ling.uu.se>.
2844
2845 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2846
2847 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2848 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2849
2850 * progmodes/ada-mode.el: Ditto.
2851
2852 * progmodes/ada-xref.el: Ditto.
2853
2854 2001-07-11 Miles Bader <miles@gnu.org>
2855
2856 * finder.el (finder-insert-at-column): Also move to the next line
2857 if exactly at COLUMN.
2858
2859 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2860
2861 * help.el (describe-function-1): When printing FUNCTION's
2862 documentation, don't assume FUNCTION is a symbol.
2863
2864 * startup.el (normal-top-level): Don't operate on the initial
2865 frame if we failed to create one.
2866
2867 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2868
2869 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2870 itself, i.e. only indent the contents in it.
2871
2872 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2873
2874 * mail/rmail.el (rmail-show-message): Show beginning of message in
2875 all windows containing it.
2876
2877 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2878
2879 * term/tty-colors.el: Fix the header line and copyright years.
2880
2881 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2882
2883 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2884 original definition has an interactive form, but is Elp
2885 instrumented, use the interactive form of the function called by
2886 elp-wrapper.
2887
2888 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2889 configurations with compare-window-configuration; they aren't
2890 window configurations.
2891
2892 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2893 from the server for the format we expect. Don't use it if it
2894 doesn't look like what the Internet draft for FTP extensions specifies.
2895
2896 * toolbar/*.pbm: Cleaned up.
2897 From Luis Fernandes <elf@ee.ryerson.ca>.
2898
2899 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2900
2901 * cc-cmds.el: Extended the kludge to interoperate with the
2902 delsel and pending-del packages wrt to the new function
2903 `c-electric-delete-forward'.
2904
2905 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2906
2907 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2908 to delay the call to <mode> for global minor modes.
2909 (easy-mmode-define-navigation): Only recenter if interactive.
2910
2911 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2912
2913 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2914 to lisp-indent-line.
2915
2916 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2917 from the server. Call encode-time only when we are sure that we
2918 got a 213 response.
2919
2920 2001-07-06 Simon Josefsson <jas@extundo.com>
2921
2922 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2923 (mail-envelope-from): New user option.
2924 (sendmail-send-it): Use it.
2925
2926 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2927
2928 * ps-print.el: Use locale dependant date to print date in header.
2929 Doc fix.
2930 (ps-print-version): New version number (6.5.3).
2931 (ps-right-header, ps-right-footer): Initialization and doc fix.
2932 (ps-time-stamp-locale-default): New fun.
2933
2934 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2935
2936 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2937 field problem with MIME-mode.
2938
2939 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2940
2941 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2942
2943 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2944 MIME-mode.
2945
2946 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2947
2948 * bindings.el (mode-line-mule-info): Don't show the tip with
2949 buffer-file-coding-system if that is nil.
2950
2951 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2952
2953 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2954 instead of kill-line.
2955
2956 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2957 <Pavel@Janik.cz>.
2958
2959 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2960 <Pavel@Janik.cz>.
2961
2962 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2963
2964 * font-lock.el (c-font-lock-keywords-3): When matching something
2965 like `struct X Y', finish with point after Y.
2966
2967 2001-07-04 Simon Josefsson <jas@extundo.com>
2968
2969 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2970 in caller buffer.
2971
2972 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2973
2974 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2975 instead of string-match to find the basename of the file.
2976 From Pascal Obry <p.obry@wanadoo.fr>.
2977
2978 * net/browse-url.el (browse-url-default-windows-browser):
2979 Support the MS-DOS port when it runs on Windows.
2980 (browse-url-browser-function) [ms-dos]: Default to
2981 browse-url-default-windows-browser.
2982
2983 * help.el (locate-library): Enable code that looks for compressed
2984 libraries if auto-compression-mode is on.
2985
2986 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2987
2988 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2989
2990 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2991
2992 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2993
2994 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2995
2996 * allout.el: Fix the header line, so that finder.el recognizes it.
2997 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2998
2999 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3000 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3001
3002 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3005
3006 * ps-bdf.el (bdf-directory-list): Use the value relative to
3007 installation-directory for MS-Windows as well.
3008
3009 2001-06-29 Richard M. Stallman <rms@gnu.org>
3010
3011 * wid-edit.el (widget-color-sample-face-get):
3012 Return ((foreground-color . COLOR)) instead of constructing a face.
3013
3014 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * faces.el (region): Change the background color for the
3017 light-background color display to lightgoldenrod2, to make it
3018 visible on some laptops.
3019
3020 2001-06-28 Richard M. Stallman <rms@gnu.org>
3021
3022 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3023 (rmail-msg-restore-non-pruned-header): Likewise.
3024 If point was in the old pruned header, put it at the top.
3025 (rmail-msg-prune-header): If point was at the top, keep it there.
3026
3027 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3028 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3029
3030 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3031
3032 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3033
3034 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3035
3036 * saveplace.el: Update maintainer email address.
3037
3038 2001-06-27 Francesco Potorti` <pot@gnu.org>
3039
3040 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3041 Undo previous change.
3042
3043 2001-06-27 Francesco Potorti` <pot@gnu.org>
3044
3045 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3046 preliminary quick reordering. Can speed things up dramatically.
3047
3048 2001-06-26 Richard M. Stallman <rms@gnu.org>
3049
3050 * dired.el (dired-get-filename): A file name starting with ~
3051 is not absolute in this context.
3052
3053 * which-func.el (which-func-maxout): Increase default to 500000.
3054 (which-function-mode): This is now the "real" name of the function.
3055 (which-func-mode): Now an alias.
3056 (which-func-mode-global): Name deleted.
3057
3058 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3059 button-2, when binding hs-mouse-toggle-hiding.
3060
3061 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3062
3063 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3064 (rmail-msg-prune-header): Likewise.
3065 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3066 and `rmail-msg-prune-header'.
3067
3068 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3071 back than LINEBEG.
3072
3073 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3074
3075 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3076 window where they clicked the mouse has a header line, adjust
3077 vertical movement by one.
3078
3079 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3080
3081 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3082 too when separating a parenthesis.
3083
3084 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3085
3086 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3087 (bookmark-bmenu-hide-filenames): Add help-echo to
3088 mouse-highlighted text.
3089 (bookmark-bmenu-show-filenames): Remove help-echo property from
3090 the whitespace.
3091
3092 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3095 From Karl Eichwalder <ke@suse.de>.
3096
3097 2001-06-23 Richard M. Stallman <rms@gnu.org>
3098
3099 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3100
3101 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3102 contents for completing-read.
3103
3104 2001-06-22 Richard M. Stallman <rms@gnu.org>
3105
3106 * menu-bar.el (menu-bar-make-toggle): Construct the
3107 function's doc string from HELP, not DOC, and make it accurate by
3108 adding "Toggle whether to " at the front and downcasing the initial.
3109 Change the HELP arg in some calls to make it fit this usage.
3110
3111 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3112 Undo previous change.
3113
3114 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3115
3116 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3117
3118 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3119
3120 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3121
3122 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3123
3124 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3125
3126 2001-06-20 Richard M. Stallman <rms@gnu.org>
3127
3128 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3129 broken out from dabbrev--find-expansion. Handle minibuffer
3130 specially here.
3131 (dabbrev--find-expansion): Simplify code in various ways.
3132 Don't treat minibuffers specially.
3133 Call dabbrev--make-friend-buffer-list.
3134 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3135 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3136
3137 2001-06-19 John Wiegley <johnw@gnu.org>
3138
3139 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3140 Also, added a comment describing how to greatly speedup Eshell
3141 loadup time, by concatenating together all of Eshell's .elc files.
3142
3143 2001-06-19 John Wiegley <johnw@gnu.org>
3144
3145 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3146
3147 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3148
3149 * woman.el (WoMan-highlight-references): Add help-echo to
3150 mouse-highlighted text.
3151
3152 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3153
3154 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3155
3156 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3157
3158 * international/quail.el (quail-start-conversion):
3159 Reset quail-translating to nil.
3160
3161 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3162 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3163
3164 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3165
3166 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3167 mouse-highlighted text.
3168
3169 * dired.el (dired-mark-pop-up): Fix last change.
3170
3171 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3172
3173 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3174 mouse-highlighted text.
3175
3176 * net/quickurl.el (quickurl-url-file): Run through
3177 convert-standard-filename.
3178 (quickurl-list-populate-buffer): Add help-echo to
3179 mouse-highlighted text.
3180 (top-level): Update Dave's URL.
3181
3182 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3183 mouse-highlighted text.
3184
3185 * textmodes/page-ext.el (pages-copy-header-and-position):
3186 Add help-echo to mouse-highlighted text.
3187
3188 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3189 mouse-highlighted text.
3190
3191 * replace.el (occur): Add help-echo to mouse-highlighted text.
3192
3193 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3194 mouse-highlighted text.
3195
3196 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3197 mouse-highlighted text.
3198
3199 * progmodes/compile.el (compile-reinitialize-errors):
3200 Add help-echo to mouse-highlighted messages.
3201 (compilation-forget-errors): Remove help-echo property as well.
3202
3203 * play/landmark.el (lm-plot-square, lm-init-display):
3204 Add help-echo to mouse-highlighted text.
3205
3206 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3207 Add help-echo to mouse-highlighted text.
3208
3209 * dired.el (dired-insert-set-properties): Add help-echo to
3210 mouse-highlighted text.
3211 (dired-mark-pop-up): Remove help-echo property from the file name.
3212
3213 * comint.el (comint-send-input): Add help-echo to
3214 mouse-highlighted text.
3215
3216 * buff-menu.el (list-buffers-noselect): Add help-echo to
3217 mouse-highlighted text.
3218
3219 * arc-mode.el (archive-summarize-files): Add help-echo to
3220 mouse-highlighted text.
3221
3222 * ffap.el (ffap-machine-p): Always return nil if
3223 open-network-stream is not fboundp.
3224
3225 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3226
3227 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3228 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3229 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3230 incorrectly binding chars between 128 and 256 to it.
3231 (sgml-maybe-name-self): Handle latin-1 chars properly.
3232 (sgml-tags-invisible): Bind buffer-file-name to nil.
3233 Use unwind-protect and restore-buffer-modified-p.
3234 (sgml-point-entered): Use buffer-substring-no-properties.
3235 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3236 (html-mode): Don't force `imenu-sort-function'.
3237
3238 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * tar-mode.el: Fix the copyright notice.
3241
3242 * font-lock.el (font-lock-comment-face): For tty's with dark
3243 background, use "red1", since "lightred" is not one of the colors
3244 recognized by tty-colors.el.
3245
3246 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3247 create a buffer for extracted file, in case there's more than one
3248 file by that name in an archive, possibly in different
3249 directories. From Kevin Rodgers <kevinr@ihs.com>.
3250
3251 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3252 <alex@gnu.org>.
3253
3254 2001-06-15 Miles Bader <miles@gnu.org>
3255
3256 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3257 Revert previous change.
3258
3259 2001-06-14 Richard M. Stallman <rms@gnu.org>
3260
3261 * replace.el (keep-lines-read-args): Return just a regexp.
3262 Provide nil for the region args.
3263 (keep-lines, flush-lines, how-many):
3264 Calculate the defaults for the region here, when args are nil.
3265
3266 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3267
3268 * rot13.el (rot13-other-window): Some more doc fix.
3269
3270 2001-06-14 Per Starback <starback@ling.uu.se>
3271
3272 * replace.el (case-replace, query-replace-from-history-variable)
3273 (query-replace-to-history-variable, keep-lines-read-args)
3274 (occur-revert-function, query-replace-help): Dox fix.
3275
3276 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * rot13.el (rot13-other-window): Doc fix.
3279
3280 2001-06-14 Miles Bader <miles@gnu.org>
3281
3282 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3283 of " and \ to "." (punctuation).
3284 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3285
3286 2001-06-13 Richard M. Stallman <rms@gnu.org>
3287
3288 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3289
3290 * simple.el (shell-command-on-region): Never kill the
3291 *Shell Command Output* buffer.
3292
3293 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3294
3295 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3296
3297 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3298
3299 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3300 New var, to recognize ${ $' and PODs.
3301 (perl-font-lock-syntactic-face-function): New function.
3302 (perl-mode): Use them.
3303 (perl-continuation-line-p): New function, from perl-calculate-indent.
3304 (perl-calculate-indent): Use it, to properly handle continuation
3305 lines of continuation lines.
3306
3307 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3308
3309 * server.el (server-process, server-buffer-clients): Doc fix.
3310 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3311
3312 2001-06-09 John Wiegley <johnw@gnu.org>
3313
3314 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3315 test if the last command was Lisp or not.
3316 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3317 B x C".
3318
3319 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3322 general one on compile.el supports drive letters.
3323
3324 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3325
3326 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3327 key description.
3328
3329 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3330
3331 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3332 (reftex-toc-jump): New command.
3333
3334 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3335 to parse international characters as well.
3336
3337 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3338 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3339
3340 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3341
3342 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3343 TAB to the key separators.
3344
3345 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3346
3347 * international/mule.el (auto-coding-alist): Remove redundant
3348 up-cased versions of the extensions (auto-coding-alist-lookup is
3349 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3350 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3351
3352 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3353
3354 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3355
3356 2001-06-01 Richard M. Stallman <rms@gnu.org>
3357
3358 * help.el (describe-variable): Put value on same line
3359 with preceding text, if it is short enough to look good that way.
3360
3361 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3362
3363 * term/internal.el (IT-unicode-translations): New variable.
3364 (IT-setup-unicode-display): New function.
3365
3366 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3367
3368 * ps-print.el: Handle before-string and after-string overlay properties
3369 in ps-print-*-with-faces commands. Doc fix.
3370 (ps-print-version): New version number (6.5.2).
3371 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3372 for XEmacs.
3373 (ps-prefix-quote): Doc fix.
3374 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3375 (ps-basic-plot-str, ps-plot-string): New funs.
3376
3377 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3378
3379 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3380 and :type spec.
3381
3382 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3383
3384 * international/mule-cmds.el (inactivate-input-method):
3385 Set input-method-function to nil.
3386
3387 * xml.el (xml-parse-tag): The document may contain invalid characters.
3388 From ShengHuo ZHU <zsh@cs.rochester.edu>
3389
3390 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3391
3392 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3393 `rmail-summary-line-decoder' if the message does not have
3394 a Subject: field.
3395
3396 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3397
3398 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3399 New variable.
3400 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3401 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3402 is non-nil.
3403
3404 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3405
3406 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3407
3408 2001-05-29 Sam Steingold <sds@gnu.org>
3409
3410 * faces.el (face-valid-attribute-values): Bind `valid' directly
3411 instead of using `setq'.
3412
3413 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3414 Use `tex-shell-buf'.
3415 (tex-shell-proc): Use `tex-shell-running'.
3416 (tex-shell-buf-no-error): New function.
3417 (tex-send-tex-command): Use it.
3418 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3419 (tex-kill-job): Check the process before calling `quit-process'.
3420
3421 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3422
3423 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3424 UTF-8 sequences.
3425
3426 2001-05-28 Miles Bader <miles@gnu.org>
3427
3428 * comint.el (comint-carriage-motion): Renamed from
3429 `comint-cr-magic'. Operate on the buffer instead of the string
3430 (for use as a comint post-output filter, instead of as a
3431 pre-output filter). Handle backspaces too. Add to the
3432 `comint-output-filter-functions' hook instead of
3433 `comint-preoutput-filter-functions'.
3434
3435 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3436
3437 * language/japan-util.el (japanese-hankaku): Prefer the charset
3438 `jisx0201' when the optional argument `ascii-only' is not specified.
3439 (japanese-hankaku-region): Ditto.
3440 From Katsumi Yamaoka <yamaoka@jpl.org>
3441
3442 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3443
3444 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3445 (outline-invisible-p): New function.
3446 (hide-leaves): Save excursion.
3447 (hide-other): Stop looping when reaching bobp.
3448
3449 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * cus-edit.el (custom-file): Fix last change.
3452
3453 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3454
3455 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3456 same definition in byte-compile-function-environment as `autoload'
3457 would put in `symbol-function'.
3458
3459 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3460 patch to correct the error message as well.
3461
3462 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3465 unless ~/.emacs exists.
3466
3467 * novice.el (enable-command): If user-init-file is nil or does not
3468 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3469
3470 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3471
3472 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3473 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3474 Allow spaces around macro arguments.
3475 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3476 indent-for-tab-command.
3477 (latex-mode-map, plain-tex-mode-map): New keymaps.
3478 Inherit from tex-mode-map.
3479 (tex-common-initialization): Don't setup the keymap any more
3480 since it's now done right by define-derived-mode.
3481 (latex-mode): Set skeleton-end-hook to nil.
3482 (latex-skeleton-end-hook): Remove.
3483 (tex-latex-block, latex-insert-item): Simplify.
3484 (latex-syntax-after): Use following-char rather than char-after.
3485 (tex-discount-args-cmds, tex-count-words): New functions.
3486
3487 * textmodes/tildify.el (tildify-ignored-environments-alist):
3488 Recognize \verb* as well.
3489
3490 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3491 (perl-comment-indent): Simplify to let newcomment.el do its job.
3492 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3493 (perl-mark-function): Cleanup the namespace.
3494 (perl-calculate-indent): Don't be fooled by nested functions.
3495
3496 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3497
3498 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3499 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3500
3501 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3502
3503 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3504 actually be `\\'.
3505 (ctlau-b5-converter): Likewise.
3506
3507 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3508
3509 * international/titdic-cnv.el (quail-misc-package-ext-info):
3510 Change CTLauB.el to CTLau-b5.el.
3511
3512 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3513
3514 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3515 rather than beginning-of-line to avoid problems with fields.
3516 (gud-perldb-massage-args): Use unless and push.
3517 (gud-chdir-before-run): New var.
3518 (gud-common-init): Use it.
3519
3520 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3521
3522 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3523 delete entries for chinese-ctlau and chinese-ctlaub.
3524 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3525 chinese-ctlaub.
3526 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3527 New functions.
3528
3529 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3530
3531 * cus-edit.el (custom-comment-show): Remove debug code.
3532
3533 * language/japan-util.el (japanese-symbol-table): Fix handling of
3534 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3535
3536 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3537
3538 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3539 Renamed by removing the silly `-flag' suffix.
3540 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3541
3542 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3543
3544 * replace.el (keep-lines-read-args): Use `copy-marker'.
3545 (how-many): Save excursion properly.
3546 (occur-mode): Use define-derived-mode.
3547 (perform-replace): Use with-current-buffer.
3548
3549 2001-05-20 Richard M. Stallman <rms@gnu.org>
3550
3551 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3552
3553 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3554
3555 * info.el (Info-read-subfile): Widen before finding the
3556 desired node in the subfile.
3557
3558 * startup.el (command-line-1): When >2 files visited,
3559 leave the last one visible, and make that the selected window.
3560
3561 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3562
3563 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3564
3565 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3566
3567 * international/ccl.el (define-ccl-program): Fix a typo.
3568 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3569
3570 * international/mule.el (decode-char): Fix a typo. From Pavel
3571 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3572
3573 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3574 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3575
3576 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3577 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3578
3579 2001-05-18 Sam Steingold <sds@gnu.org>
3580
3581 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3582 and [RET] to `cvs-mode-find-file'.
3583
3584 2001-05-18 John Wiegley <johnw@gnu.org>
3585
3586 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3587 configuration variable, which determines the initial character
3588 that forces use of an external version of a command. The default
3589 is *, but may be set to \, for example.
3590
3591 * eshell/esh-ext.el (eshell-explicit-command):
3592 Use `eshell-explicit-command-char' instead of ?*.
3593
3594 * eshell/esh-cmd.el (eshell/which):
3595 Use `eshell-explicit-command-char' instead of ?*.
3596
3597 * eshell/em-cmpl.el (eshell-completion-command-name)
3598 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3599 instead of ?*.
3600
3601 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3602
3603 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3604 subst-char-in-string.
3605 (ange-ftp-after-parse-ls-hook): New variable.
3606 (ange-ftp-ls): Run that hook.
3607 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3608
3609 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3610 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3611 text into *Completions*.
3612
3613 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3614 part of which look like email addresses.
3615
3616 2001-05-18 Andrew Innes <andrewi@gnu.org>
3617
3618 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3619 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3620 cmd.exe's handling of FOR loops.
3621 (autoloads): Set find-file-suppress-same-file-warnings to t to
3622 avoid slew of spurious messages.
3623
3624 2001-05-18 Simon Josefsson <simon@josefsson.org>
3625
3626 * mail/smtpmail.el (maybe-append-domain): Renamed to
3627 `smtpmail-maybe-append-domain'.
3628 (smtpmail-via-smtp): Use the new name.
3629
3630 * net/browse-url.el (browse-url-browser-function): Add kde.
3631 (browse-url-kde-program, browse-url-kde-args): New variables.
3632 (browse-url-kde): New function.
3633
3634 2001-05-18 Miles Bader <miles@gnu.org>
3635
3636 * simple.el (delete-horizontal-space, just-one-space):
3637 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3638 because it's more efficient for large files.
3639
3640 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3641
3642 * mail/rmail.el (rmail-require-mime-maybe): New function.
3643 (rmail): Use it.
3644 (rmail-mode): Handle the case of finding Rmail files.
3645
3646 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3647 functions.
3648
3649 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3650
3651 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3652 text-property after moving to the beginning of line and regardless
3653 of the value of font-lock-multiline.
3654
3655 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3656
3657 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3658
3659 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3660 last coding system used before calling set-buffer-modified-p
3661 because that function changes last-coding-system.
3662
3663 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3664
3665 * files.el (switch-to-buffer-other-window)
3666 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3667 the doc string.
3668
3669 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3670
3671 * language/slovak.el, language/czech.el: New maintainer.
3672
3673 2001-05-16 Sam Steingold <sds@gnu.org>
3674
3675 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3676 sub-form of `defgeneric' correctly.
3677
3678 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3679
3680 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3681 of `c'.
3682
3683 * textmodes/outline.el (outline-font-lock-level): Remove the
3684 condition-case, test what outline-level returns instead, to
3685 ease debugging.
3686
3687 * international/mule.el (auto-coding-regexp-alist): New user-option.
3688 (auto-coding-from-file-contents): New function.
3689 (set-auto-coding): Use it to determine a coding system.
3690
3691 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3692
3693 * mouse.el (mouse-delete-other-windows): Doc fix.
3694
3695 * emacs-lisp/lisp-mode.el (lisp-mode):
3696 Make font-lock-keywords-case-fold-search a buffer-local variable with
3697 make-local-variable before setting it.
3698
3699 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3700
3701 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3702 prefixes.
3703
3704 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3705
3706 * hexl.el (hexl-current-address): Print a message when called
3707 interactively.
3708
3709 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3710
3711 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3712
3713 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3714
3715 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3716
3717 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3718
3719 * startup.el (command-line): If parameters have been changed in
3720 the init files which influence font selection, clear the face
3721 cache so that faces get realized with the new parameters.
3722
3723 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3724
3725 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3726
3727 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3728
3729 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3730
3731 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3732 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3733
3734 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3735
3736 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3737 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3738
3739 2001-05-09 John Wiegley <johnw@gnu.org>
3740
3741 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3742 Annotated the documentation string to tell users about
3743 `eshell-no-numeric-conversions'.
3744
3745 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3746 conversions if a Lisp function has the property
3747 `eshell-no-numeric-conversions' set to a non-nil value.
3748
3749 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3750 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3751 property `eshell-no-numeric-conversions' on the following
3752 functions (which all deal with filesystem entities, and never Lisp
3753 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3754 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3755 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3756 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3757 eshell/which, eshell/addpath.
3758
3759 2001-05-09 John Wiegley <johnw@gnu.org>
3760
3761 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3762 encountered as an argument, don't convert it right away, but tag
3763 the first character of the string with the text properties
3764 `number', which signifies to `eshell-lisp-command' that the
3765 argument should be passed through `string-to-number' if it is
3766 actually used in the call to a Lisp function.
3767
3768 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3769 function, convert any string arguments that have been tagged as
3770 "numbers", by calling string-to-number.
3771
3772 * eshell/esh-util.el (eshell-number-regexp): Now that number
3773 conversions only happen for Lisp function calls, the number regexp
3774 should now match all integer and floating point forms.
3775
3776 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3777 `eshell-continue-process', since they are both nonfunctional at
3778 the moment.
3779 (eshell-proc-initialize): Don't bind keys for
3780 `eshell-stop-process' or `eshell-continue-process'.
3781
3782 * eshell/em-unix.el (eshell-shuffle-files):
3783 Apply `directory-file-name' before calling `file-name-directory'.
3784
3785 * eshell/em-hist.el (eshell-add-to-history): Reference to
3786 `eshell-history-ring' needed to be `eshell-history-index'.
3787
3788 * calendar/timeclock.el (timeclock-find-discrep):
3789 Initialize `elapsed' to 0.
3790 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3791 it's still nil.
3792
3793 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3794
3795 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3796 (archive-mode): Use capitalize.
3797 (archive-unique-fname): Use make-temp-file.
3798
3799 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3800
3801 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3802
3803 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3804
3805 * tar-mode.el (tar-extract): Pay attention to the value of
3806 coding-system-for-read, if it is non-nil.
3807
3808 * calendar/holidays.el (holidays): Add an autoload cookie.
3809 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3810
3811 2001-05-08 John Wiegley <johnw@gnu.org>
3812
3813 * calendar/timeclock.el (timeclock-workday-remaining):
3814 Changed logic for determining how much time is remaining.
3815 (timeclock-workday-elapsed): Don't accept a "relative" argument
3816 for the current day's elapsed time. What could that have meant?
3817 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3818 (timeclock-when-to-leave): Changed logic, similarly to what was
3819 done for `timeclock-workday-remaining'.
3820 (timeclock-find-discrep): Removed "today-only" argument, which had
3821 no meaning. Fixed some more math problems. The function now
3822 returns a three member list: (TOTAL-TIME-DISCREPANCY
3823 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3824
3825 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3826
3827 * w32-fns.el (convert-standard-filename): Start replacing slashes
3828 from the beginning of the file name, not from where the last
3829 invalid character was. From "Andrew Maguire (SWW)"
3830 <Andrew.Maguire@Smallworld.co.uk>
3831
3832 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3833
3834 The following changes are to provide infrastructure for handling
3835 MIME messages to rmail. They don't affect the original behaviour
3836 if rmail-enable-mime is nil.
3837
3838 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3839 (rmail-search-mime-message-function)
3840 (rmail-search-mime-header-function): New variables.
3841 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3842 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3843 `rmail-view-buffer' is hidden.
3844 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3845 call rmai-show-mime-function.
3846 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3847 mode-line-process of rmail-view-buffer.
3848 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3849 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3850 buffer.
3851 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3852 set-buffer to the Rmail buffer.
3853 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3854 rmail-search-mime-header-function.
3855 (rmail-search-message): New function.
3856 (rmail-search): Call rmail-search-message to check if a message
3857 matches REGEXP, lastly update point after calling
3858 rmail-show-message.
3859 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3860 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3861 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3862 header region, refer to rmail-msgref-vector while setting the
3863 current buffer to rmail-buffer temporarily.
3864 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3865 If rmail-enable-mime is non-nil, call
3866 rmail-insert-mime-forwarded-message-function instead of inserting
3867 forwarded message by itself.
3868
3869 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3870 Rmail buffer.
3871 (rmail-set-label, rmail-next-labeled-message): Likewise.
3872
3873 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3874 set-buffer to the Rmail buffer.
3875 (rmail-output-to-rmail-file): Likewise.
3876 (rmail-output): Likewise.
3877
3878 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3879 of mail-fetch-field by rmail-summary-line-decoder.
3880 (rmail-new-summary): Be sure to go to the Rmail buffer.
3881 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3882 rmail-view-buffer to nil.
3883 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3884 rmail-view-buffer.
3885 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3886 rmail-buffer.
3887 (rmail-summary-scroll-msg-down): Likewise.
3888 (rmail-summary-beginning-of-message): Likewise.
3889 (rmail-summary-wipe): Likewise.
3890 (rmail-summary-toggle-header): Use save-window-excursion, not
3891 save-excursion. Update point in rmail-view-buffer, not in
3892 rmail-buffer.
3893 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3894 rmail-view-buffer, not rmail-buffer.
3895
3896 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3897
3898 * cus-edit.el (custom-file): Signal an error if user-init-file is
3899 nil (running -q).
3900
3901 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3902
3903 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3904 Add :version.
3905
3906 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3907 New option.
3908 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3909 only if smtpmail-warn-about-unknown-extensions is set.
3910
3911 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3912 instead of rmail-sort-by-keywords.
3913
3914 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3915 rmail-sort-by-keywords.
3916
3917 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3918 rmail-summary-sort-by-keywords. Doc fix.
3919 (rmail-summary-mode): Doc fix.
3920
3921 * mail/rmail.el (rmail-edit): New Custom group.
3922
3923 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3924 (rmail-edit-mode-hook): New user-option.
3925
3926 2001-05-05 Richard M. Stallman <rms@gnu.org>
3927
3928 * help.el (help-xref-symbol-regexp): Recognize "source of"
3929 and friends, meaning make a link to the source file.
3930 (help-make-xrefs): Handle "source of" and friends
3931 by constructing a link that visits the source file.
3932
3933 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3934
3935 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3936
3937 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3938 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3939 Renamed from perl-font-lock-keywords to avoid clashes.
3940 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3941 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3942 Updated correspondingly.
3943
3944 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3945 Typo `nonexistant' -> `nonexistent'.
3946
3947 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3948
3949 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3950 Split `c-electric-delete' into two functions where
3951 `c-electric-delete-forward' always deletes forward and
3952 `c-electric-delete' only contains the code necessary for XEmacs to
3953 choose between backward and forward deletion.
3954
3955 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3956 get the electric behavior on that key too.
3957 (c-fill-paragraph): Fixed bogus direct use of
3958 c-comment-prefix-regexp, which caused an error when it's a list.
3959
3960 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3961
3962 * dired-aux.el (dired-diff): Doc fix.
3963
3964 * dired.el (dired-diff): Likewise.
3965
3966 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3967
3968 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3969
3970 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3973 if both the buffer and the file are read-only.
3974
3975 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3976 rather than font-lock-string-face.
3977 (sh-get-indent-info): Treat heredocs like strings.
3978
3979 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3980
3981 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3982 a newline following `}'.
3983 (texinfo-format-email): New function.
3984 (toplevel): Use texinfo-format-email for @email.
3985 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3986 Add `display'.
3987 (texinfo-sort-region): Goto point-min before sorting.
3988 (texinfo-set): Remove leading white space from value.
3989 From yagi@is.titech.ac.jp.
3990
3991 * replace.el (query-replace-regexp-eval): Doc fix.
3992
3993 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3994
3995 * diff-mode.el (diff-nonexistant-face): New face.
3996 (diff-font-lock-keywords): Use it.
3997
3998 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3999
4000 * font-lock.el (font-lock-mode): Doc fix.
4001
4002 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4003 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4004
4005 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4006
4007 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4008 backslash at the start of the here-document delimiter.
4009 (sh-font-lock-syntactic-keywords): Likewise.
4010
4011 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4012
4013 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4016 (tty-color-translate, tty-color-by-index, tty-color-values)
4017 (tty-color-desc): Doc fix.
4018
4019 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4020
4021 * dired-aux.el (dired-do-create-files, dired-do-copy)
4022 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4023 Mention dired-dwim-target in the doc string.
4024
4025 2001-04-28 Miles Bader <miles@gnu.org>
4026
4027 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4028 (dabbrev--find-expansion): Use it.
4029 (dabbrev--select-buffers): Don't select ignored buffers.
4030
4031 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4032
4033 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4034
4035 2001-04-26 Richard M. Stallman <rms@gnu.org>
4036
4037 * dabbrev.el: Add doc strings for some functions.
4038 (dabbrev--eliminate-newlines): New variable.
4039 (dabbrev--substitute-expansion): Convert newlines to spaces
4040 if dabbrev--eliminate-newlines is set.
4041 If abbrev and expansion are both all-lower-case,
4042 leave dabbrev--last-case-pattern nil.
4043
4044 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4045
4046 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4047 if necessary, like in rmail-show-message.
4048
4049 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4050
4051 * ps-print.el: Color specified by number is forced to be float number.
4052 (ps-print-version): New version number (6.5.1.1).
4053 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4054 initialization.
4055 (ps-prefix-quote): New internal var.
4056 (ps-print-quote): New fun.
4057 (ps-setup, ps-output-frame-properties, ps-float-format)
4058 (ps-format-color): Code fix.
4059 (ps-plot-region): Eliminate redundant foreground color text setting.
4060
4061 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4062
4063 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4064
4065 2001-04-25 Gerd Moellmann <gerd@gnu.org>
4066
4067 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4068
4069 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4070
4071 * info.el (Info-additional-directory-list): Doc fix.
4072
4073 * find-lisp.el (find-lisp-find-dired-filter)
4074 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4075 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4076
4077 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4078
4079 * progmodes/make-mode.el (makefile-font-lock-keywords):
4080 Rationalize the rules for includes and conditionals and use the
4081 keyword face for them.
4082
4083 * faces.el (modify-face): Add compatibility for non-interactive use.
4084
4085 2001-04-24 John Wiegley <johnw@gnu.org>
4086
4087 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4088 fix from last night, since it wasn't finding eshell/cd.
4089
4090 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4091
4092 * rect.el (string-rectangle): Revert to 20.x behaviour.
4093 (replace-rectangle): Make it an alias for string-rectangle.
4094 (string-insert-rectangle): New function.
4095
4096 2001-04-23 John Wiegley <johnw@gnu.org>
4097
4098 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4099 occurring with Emacs 21's diff.el/compile.el interaction layer.
4100
4101 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4102
4103 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4104 case where the function was defined in a file, but not part of an
4105 eshell module.
4106
4107 2001-04-23 John Wiegley <johnw@gnu.org>
4108
4109 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4110 code to work around a redisplay problem I've been having.
4111
4112 2001-04-23 John Wiegley <johnw@gnu.org>
4113
4114 * calendar/timeclock.el (timeclock-day-required): If the time
4115 required for a particular day is not set, use `timeclock-workday'.
4116 (timeclock-find-discrep): Added some sample code in a comment.
4117
4118 * eshell/eshell.el (eshell-command): Made a few changes so that
4119 `eshell-command' could be called programmatically.
4120
4121 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4122
4123 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4124
4125 2001-04-23 John Wiegley <johnw@gnu.org>
4126
4127 * calendar/timeclock.el: Updated copyright.
4128 (timeclock-generate-report): Don't report the daily or two-week
4129 total, if no time has been worked in that period.
4130 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4131 final computational form, which was unnecessary; corrected a
4132 parsing problem when timeclock-relative was nil.
4133
4134 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4135
4136 * calendar/timeclock.el (timeclock-modeline-display): Check if
4137 `list-entry' is null.
4138 (timeclock-use-display-time): The first argument to `set-variable'
4139 must be a symbol.
4140
4141 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4142
4143 * calendar/calendar.el (diary-entry-marker)
4144 (calendar-today-marker, calendar-holiday-marker):
4145 Use display-color-p instead of window-system.
4146 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4147 instead of window-system.
4148 (calendar-hide-window): Use display-multi-frame-p instead of
4149 window-system.
4150
4151 * calendar/cal-x.el (calendar-two-frame-setup)
4152 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4153 Use display-multi-frame-p instead of window-system.
4154
4155 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4156
4157 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4158
4159 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4160 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4161
4162 2001-04-23 Alex Schroeder <alex@gnu.org>
4163
4164 * goto-addr.el: Instead of defining line-beginning-position and
4165 line-end-position a defalias is used for point-at-bol and point-at-eol.
4166
4167 2001-04-23 Alex Schroeder <alex@gnu.org>
4168
4169 * goto-addr.el: Added XEmacs compatibility code.
4170 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4171
4172 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4173
4174 * textmodes/paragraphs.el (sentence-end): Doc fix.
4175
4176 2001-04-20 Alex Schroeder <alex@gnu.org>
4177
4178 * sql.el (sql-escape-newlines-and-send): New function.
4179 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4180
4181 2001-04-20 Alex Schroeder <alex@gnu.org>
4182
4183 * sql.el (sql-db2-program): New option.
4184 (sql-db2-options): New option.
4185 (sql-db2): New function.
4186
4187 2001-04-20 Alex Schroeder <alex@gnu.org>
4188
4189 * sql.el (sql-mode-menu): Added highlighting entries.
4190 (sql-highlight-oracle-keywords): New function.
4191 (sql-highlight-postgres-keywords): New function.
4192 (sql-highlight-ansi-keywords): New function.
4193
4194 2001-04-20 Alex Schroeder <alex@gnu.org>
4195
4196 * sql.el (sql-help): Doc change.
4197
4198 2001-04-19 Karl Fogel <kfogel@collab.net>
4199
4200 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4201 that inserted file content only to delete it immediately.
4202 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4203 <lektu@uol.com.br> for the patch.
4204
4205 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4206
4207 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4208
4209 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4210
4211 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4212 for defmethod.
4213
4214 * comint.el (comint-cr-magic): New function.
4215 (toplevel): Add it to comint-preoutput-filter-functions.
4216
4217 2001-04-18 Andrew Innes <andrewi@gnu.org>
4218
4219 * makefile.w32-in (EMACSLOADPATH): Define.
4220 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4221 (recompile): Remove stuff to set EMACSLOADPATH.
4222
4223 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4224
4225 * language/slovak.el ("Slovak"): Add tutorial entry.
4226
4227 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4228 browse-url-new-window-p.
4229
4230 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4231
4232 * info.el (Info-menu-update): When there are no menus and/or no
4233 cross references in the node, make the respective items of the
4234 Info menu-bar menu inactive.
4235
4236 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4237
4238 * indent.el (indent-for-tab-command): Call indent-line-function
4239 with no argument if PREFIX-ARG is non-nil.
4240
4241 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4242
4243 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4244
4245 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4246 an async subprocess if start-process is unavailable. Suggested by
4247 Tim Van Holder <tim.van.holder@pandora.be>.
4248
4249 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4250
4251 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4252 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4253
4254 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4255
4256 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4257 manual.
4258
4259 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4262 (cvs-menu): Add a few entries.
4263
4264 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4265 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4266 lock file appears to be reachable from Emacs.
4267 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4268 (cvs-mode-find-file): Look for cvs-header-face rather than
4269 cvs-dirname-face (which doesn't exist).
4270 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4271
4272 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4273
4274 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4275
4276 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4277 normal-erase-is-backspace on a tty. Instead, bind some keys such
4278 as [delete] directly, like pc-select.el did before
4279 normal-erase-is-backspace was invented.
4280
4281 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4282
4283 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4284
4285 2001-04-11 John Wiegley <johnw@gnu.org>
4286
4287 * eshell/em-ls.el (eshell-ls-insert-directory):
4288 Set font-lock-defaults to nil, to prevent fontification in dired
4289 buffers, if Eshell's ls is being used.
4290
4291 2001-04-11 John Wiegley <johnw@gnu.org>
4292
4293 * calendar/timeclock.el (timeclock-completing-read): New function.
4294 (timeclock-ask-for-project, timeclock-ask-for-reason):
4295 Call `timeclock-completing-read'.
4296
4297 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4298 required where `member' was being used.
4299
4300 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4301
4302 * eshell/em-hist.el (eshell-previous-matching-input):
4303 Don't display "History item" if the the minibuffer is active.
4304
4305 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4306
4307 * startup.el (command-line): Output a newline after printing
4308 an error from loading the window system's init file.
4309
4310 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4311
4312 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4313 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4314 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4315 keywords whose arguments routinely include @@.
4316
4317 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4318
4319 * emacs-lisp/advice.el (ad-make-advised-definition):
4320 Construct advice for subrs differently.
4321
4322 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4323 regexp in parentheses when building the regexp for searching backwards.
4324
4325 * simple.el (completion-list-mode-finish): New function.
4326 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4327
4328 * language/european.el ("Polish"): Change sample text.
4329 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4330
4331 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4332 parameter.
4333
4334 * faces.el (menu): Doc fix.
4335
4336 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4337
4338 * ps-print.el: Footer implementation. Doc fix.
4339 (ps-print-version): New version number (6.5.1).
4340 (ps-header-frame-alist): New customization var for header frame
4341 properties.
4342 (ps-line-number-color): New customization var for line number color.
4343 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4344 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4345 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4346 (ps-right-footer): New customization vars for footers.
4347 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4348 footers.
4349 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4350 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4351 Code fix.
4352 (ps-prologue-file): Indentation fix.
4353 (ps-print-quote): Fun eliminated.
4354 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4355 (ps-output-frame-properties): New fun.
4356 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4357 (ps-skip-newline): Replace defun by defsubst.
4358
4359 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4360
4361 * eshell/eshell.el (eshell-command): Needed a "%s" format
4362 specifier, in case the buffer contains percent characters.
4363
4364 2001-04-10 John Wiegley <johnw@gnu.org>
4365
4366 * calendar/timeclock.el (timeclock-generate-report): Added a
4367 missing insert of the project name.
4368
4369 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4370
4371 * obsolete/profile.el: Moved from emacs-lisp/.
4372
4373 * Makefile.in (nonobsolete_setwins): New macro.
4374 (finder-data): Use it instead of `setwins'.
4375 From: Dave Love <fx@gnu.org>.
4376
4377 * server.el (server-visit-files): Set server-existing-buffer correctly.
4378 (server-visit-files): Run server-visit-hook after going to
4379 line 1 so that the hook can set point as it sees fit.
4380
4381 * bindings.el (mode-line-modified): Unify help messages.
4382
4383 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4384
4385 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4386 All callers changed.
4387
4388 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4389
4390 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4391 long file names aren't supported, truncate the file names in
4392 quail-misc-package-ext-info to 8+3 before matching them against
4393 FILENAME.
4394
4395 * dos-fns.el (dos-truncate-to-8+3): New function.
4396
4397 * progmodes/compile.el (grep-compute-defaults): Use null-device
4398 instead of literal /dev/null. Reported by Jens Schmidt
4399 <schmidt@mathematik.uni-kl.de>.
4400
4401 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4402
4403 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4404
4405 * textmodes/sgml-mode.el: Add unknown maintainer.
4406 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4407 (html-mode-map): Use set-keymap-parent.
4408
4409 2001-04-06 Dave Love <fx@gnu.org>
4410
4411 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4412 Remove redundant string-to-list.
4413
4414 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4415
4416 * composite.el (reference-point-alist): Doc fix.
4417
4418 2001-04-05 Sam Steingold <sds@gnu.org>
4419
4420 * font-lock.el (font-lock-keywords-case-fold-search):
4421 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4422 file made font-lock case-insensitive.
4423
4424 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4425
4426 * faces.el (defface menu): Doc fix.
4427
4428 * wid-edit.el (widget-color-sample-face-get): Don't make
4429 faces for undefined colors.
4430
4431 * version.el (emacs-version): Include LessTif/Motif version info.
4432
4433 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4434
4435 * ps-mule.el: Eliminate cl package dependence.
4436 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4437 if they aren't defined yet.
4438 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4439 Eliminate cl package dependence.
4440
4441 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * progmodes/cc-cmds.el (c-outline-level):
4444 Bind buffer-invisibility-spec. Originally from Dave Love, but
4445 got lost when incorporating version 5.26.
4446
4447 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4448
4449 * emulation/pc-select.el (pc-selection-mode):
4450 Call normal-erase-is-backspace-mode instead of binding
4451 keys individually.
4452
4453 * cus-load.el (normal-erase-is-backspace): Use it instead of
4454 delete-key-deletes-forward.
4455
4456 * startup.el (command-line): Use normal-erase-is-backspace and
4457 normal-erase-is-backspace-mode.
4458
4459 * simple.el (normal-erase-is-backspace): Rename from
4460 delete-key-deletes-forward. Doc fix.
4461 (normal-erase-is-backspace-mode): Rename from
4462 delete-key-deletes-forward-mode. Doc fix.
4463 Run normal-erase-is-backspace-hook.
4464
4465 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4466 ``human-readable'' format produced by GNU `ls'.
4467 (dired-move-to-filename-regexp): Recognize ISO format dates.
4468 From Paul Eggert <eggert@twinsun.com>.
4469
4470 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4471
4472 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4473 New functions.
4474 (lm-verify): Check keywords.
4475 From Eric M. Ludlam <eric@siege-engine.com>.
4476
4477 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4478
4479 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4480 `xemacs' feature instead of for the function `set-extent-property'.
4481
4482 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4483
4484 * mail/mh-utils.el (mh-folder-hist): New var.
4485 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4486
4487 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4488
4489 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4490 region, position point on the first or last 16-byte group.
4491 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4492 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4493 hexl-beginning-of-line.
4494
4495 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4496
4497 * icomplete.el (icomplete-mode): Treat an argument like other
4498 modes do.
4499
4500 * startup.el (fancy-splash-head): Use splash8.xpm for color
4501 depth 8.
4502
4503 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4504 Add an antry for ``converts''.
4505
4506 * language/slovak.el ("Slovak"): Add documentation string.
4507 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4508
4509 * language/czech.el ("Czech"): Add documentation string.
4510 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4511
4512 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4513 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4514
4515 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4516
4517 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4518 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4519 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4520 Use `defsubst' rather than a macro to ease debugging.
4521 (mail-extr-last): Remove (use `last' instead).
4522 (mail-extract-address-components): Properly reset the syntax-table
4523 after parsing an address. Use `last' rather than mail-extr-last.
4524 Make sure the end marker stays at the very end.
4525
4526 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4527
4528 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4529 last change.
4530
4531 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4532
4533 * ps-print.el: Line and paragraph spacing feature. Region to cut
4534 out when printing. Doc fix.
4535 (ps-print-version): New version number (6.5).
4536 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4537 New vars. Line and paragraph spacing feature.
4538 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4539 out when printing.
4540 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4541 (ps-get-font-size, ps-begin-job, ps-continue-line)
4542 (ps-plot-region): Code fix.
4543 (ps-print-prologue-2): Var eliminated.
4544 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4545 New internal vars.
4546 (ps-get-size): New fun.
4547 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4548 (ps-next-line): Replace defun by defsubst.
4549 (ps-mule-plot-string): Autoload doc fix.
4550
4551 * ps-bdf.el: XEmacs compatibility. Doc fix.
4552 (installation-directory, coding-system-for-read): Declare vars if
4553 it's not declared yet.
4554 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4555
4556 * ps-mule.el: XEmacs compatibility. Doc fix.
4557 (leading-code-private-22): Declare var if it's not declared yet.
4558 (charset-bytes, charset-dimension, charset-id, charset-width)
4559 (find-charset-region, split-char, char-width, chars-in-region)
4560 (forward-point, decompose-composite-char, encode-coding-string)
4561 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4562 Define funs if not defined yet.
4563 (encode-composition-rule, find-composition): Define funs if not
4564 loaded yet.
4565 (ps-mule-prologue): PostScript code fix.
4566
4567 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4568
4569 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4570 non-nil, generate font for the header strings.
4571 (ps-mule-prepare-font): Likewise.
4572 (ps-mule-generate-glyphs): Likewise.
4573 (ps-mule-string-encoding): Likewise.
4574 (ps-mule-header-charsets): New variable.
4575 (ps-mule-encode-header-string): New function.
4576 (ps-mule-header-string-charsets): New function.
4577 (ps-mule-begin-job): Check charsets in the header strings. If there
4578 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4579
4580 * ps-print.el (ps-generate-header-line): Encode the header string by
4581 ps-mule-encode-header-string.
4582 (ps-mule-encode-header-string): Declare autoload.
4583
4584 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4585
4586 * frame.el (cursor-in-non-selected-windows):
4587 Replaces show-cursor-in-non-selected-windows.
4588
4589 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4590
4591 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4592 Delete entries for "chinese-py" and "chinese-ziranma".
4593 (quail-misc-package-ext-info): New variable.
4594 (tsang-quick-converter): New function.
4595 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4596 (quick-cns-converter, py-converter, ziranma-converter)
4597 (miscdic-convert, batch-miscdic-convert): New functions.
4598
4599 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4600
4601 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4602 eight-bit-control chars.
4603
4604 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4605 Reduce making temporary vector (suggested by Dave Love).
4606
4607 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4608
4609 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4610 string as well.
4611
4612 2001-03-30 Andreas Schwab <schwab@suse.de>
4613
4614 * files.el (backup-directory-alist): Fix typo.
4615
4616 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4617
4618 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4619 <eggert@twinsun.com>.
4620
4621 2001-03-30 Dave Love <fx@gnu.org>
4622
4623 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4624
4625 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4628
4629 2001-03-30 Miles Bader <miles@gnu.org>
4630
4631 * subr.el (interactive-form): Fix paren typo.
4632
4633 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4634
4635 * emacs-lisp/profile.el: Say that it's obsolete in the header
4636 line, so that finder.el puts that into its data-base.
4637 Suggested by Alex Schroeder <alex@gnu.org>.
4638
4639 2001-03-29 Paul Eggert <eggert@twinsun.com>
4640
4641 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4642 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4643
4644 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4645
4646 * generic.el (generic-mode-set-comments): Use "" rather than nil
4647 for comment-end.
4648
4649 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4650
4651 * emacs-lisp/advice.el (ad-make-advised-definition):
4652 Call interactive-form to obtain the interactive spec of subrs.
4653
4654 * subr.el (interactive-form): New function.
4655
4656 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4657
4658 * vc-sccs.el (vc-sccs-register): Use relative file names.
4659
4660 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4661
4662 * bookmark.el (bookmark-get-bookmark): Handle case that
4663 BOOKMARK is not a string.
4664
4665 * image.el (image-type-regexps): Change type for PS files
4666 to `postscript'.
4667
4668 * subr.el (read-passwd): Clear command history after each
4669 character entered. From: Stephen Gildea
4670 <gildea@stop.mail-abuse.org>.
4671
4672 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4673
4674 * international/kkc.el (kkc-save-init-file): Locally bind
4675 print-length to nil.
4676
4677 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4678
4679 * textmodes/flyspell.el: Some doc fixes.
4680 (flyspell-maybe-correct-transposition)
4681 (flyspell-maybe-correct-doubling): Use a temporary buffer
4682
4683 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4684
4685 * emacs-lisp/byte-opt.el (byte-optimize-while)
4686 (byte-optimize-form-code-walker): Diagnose too few arguments
4687 for `if' and `while'.
4688
4689 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4690
4691 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4692 Prepend `\' to "\<quail-translation-docstring>".
4693
4694 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4695
4696 * autorevert.el (global-auto-revert-non-file-buffers):
4697 Remove duplicate defcustom.
4698
4699 2001-03-26 Miles Bader <miles@gnu.org>
4700
4701 * international/latin1-disp.el (latin1-char-displayable-p):
4702 Add leading "-" for X font pattern.
4703
4704 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4705
4706 * international/mule-diag.el (describe-coding-system):
4707 For raw-text and emacs-mule, don't add anymore text about what
4708 charsets they can encode.
4709
4710 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * help.el (view-lossage): Mention open-dribble-file in the doc
4713 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4714
4715 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4716
4717 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4718 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4719
4720 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4721
4722 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4723 Call ccl-execute-on-string directly so that CCL program handling
4724 multibyte sequence can work correctly.
4725 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4726 property of the coding system.
4727
4728 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4729
4730 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4731 Fix transcription typo.
4732
4733 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4734
4735 * whitespace.el: Add buffer local variables to toggle testing of
4736 whitespaces in buffers without affecting the default values.
4737 Bump version to 3.0 to account for a few other changes.
4738 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4739 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4740 (whitespace-toggle-spacetab-check): New functions.
4741
4742 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4743
4744 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4745
4746 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4747
4748 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4749 bs-cycle-configuration-name. From Juanma Barranquero
4750 <lektu@uol.com.br>.
4751
4752 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4753 and cc-vars.el.
4754
4755 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4756 headers. Always invoke sendmail with option -t.
4757
4758 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4759
4760 * Release of cc-mode 5.28.
4761
4762 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4763
4764 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4765 Removed the hardcoded switch to "java" style in Java mode.
4766 It's instead taken care of by the default value for c-default-style.
4767
4768 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4769
4770 * cc-align.el (c-lineup-math): Fix bug where lineup was
4771 triggered by equal signs in string literals.
4772
4773 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4774
4775 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4776 limit detection when at the ends of the buffer.
4777
4778 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4779 "for" statement clause in case 7F; a better one is done
4780 earlier in case 7D anyway.
4781
4782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4783
4784 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4785 somewhat more and did a small optimization.
4786
4787 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4788
4789 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4790 Use the limit argument only to limit the syntactic context
4791 search, not to limit the actual movement.
4792
4793 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4794 inside multiline strings, just like in comments. Also various
4795 fixes to the paragraph and comment prefix recognition, block
4796 comment ender handling etc.
4797
4798 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4799
4800 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4801 the relative position of the point.
4802
4803 * cc-cmds.el (c-electric-continued-statement): New function to
4804 use as abbrev hook to reindent for keywords such as "else"
4805 that continues an earlier statement.
4806
4807 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4808 like classes.
4809
4810 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4811 (pike-mode): Populate the default abbrev tables to reindent for
4812 keywords such as "else" that can continue earlier statements.
4813 Abbrev mode is therefore turned on by default now. (Note that
4814 this doesn't apply to idl-mode, since IDL afaik doesn't have
4815 statements at all.)
4816
4817 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4818
4819 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4820 bracelists where the declaration contains template arguments.
4821
4822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4823
4824 * cc-cmds.el (c-comment-indent):
4825 Use `c-get-syntactic-indentation' to correctly calculate the
4826 syntactic indentation. Fixes bug with lineup functions that
4827 return vectors.
4828
4829 * cc-engine.el (c-get-syntactic-indentation): Split the
4830 indentation sum calculation from `c-indent-line' to a separate
4831 function.
4832
4833 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4834
4835 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4836 Fixed places where it was assumed that preprocessor directives
4837 have to start in column zero.
4838
4839 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4840 template arguments after a class identifier properly.
4841
4842 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4843 lists for `new Foo[]' constructs in Java as expressions and
4844 not top level definition brace lists on the top level, so that
4845 they'll get indented consistently with the same type of
4846 expression in a normal block.
4847
4848 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4849
4850 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4851 whether the adaptive filling package fails to keep the comment
4852 prefix is now kludged further to check for filladapt-mode
4853 which doesn't have that problem. This is really icky, but it's
4854 the only way that works with the current misfeatures/bugs in
4855 both adaptive-fill-mode and filladapt-mode.
4856
4857 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4858 around point is recognized more robust.
4859
4860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4861
4862 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4863 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4864 (c-lit-type): Fixed all internal variables used dynamically so
4865 that they are always bound.
4866
4867 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4868 errors:
4869
4870 (c-indent-region): Fixed reporting of syntactic errors so that
4871 the region is fully reindented even when an error occurs.
4872 The last syntactic error is printed afterwards. Also cleanup up a
4873 whole lot of code that tried to optimize indentation of whole
4874 sexps but in reality accomplishes nothing.
4875
4876 (c-indent-sexp): Use c-indent-region.
4877
4878 (c-parsing-error): Changed this variable to hold the message
4879 for any syntactic error that is discovered.
4880
4881 (c-parse-state): Search backward from point instead of the bod
4882 position when the latter is invalid. This makes CC Mode
4883 recover faster when there are unbalanced close braces.
4884
4885 (c-backward-to-start-of-if): Use c-parsing-error to report
4886 dangling "else" clauses instead of throwing an error, and fall
4887 back to a reasonable position.
4888
4889 (c-indent-line): Added argument to avoid reporting syntactic errors.
4890
4891 (c-show-syntactic-information): Don't report any syntactic errors.
4892
4893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4894
4895 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4896 paragraph recognition when moving by sentence in literals.
4897
4898 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4899 start regexp for javadoc to recognize javadoc markup in general instead
4900 of a specific set of keywords, to be more future-safe.
4901
4902 (c-Pike-pikedoc-paragraph-start)
4903 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4904 pikedoc markup.
4905
4906 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4907
4908 (pike-mode): Initialize paragraph settings pikedoc recognition.
4909
4910 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4911
4912 (c-comment-prefix-regexp): Made it possible to use an
4913 association list on this to specify mode specific regexps.
4914 The default value now use a special regexp in Pike mode to
4915 recognize pikedoc markup.
4916
4917 (c-current-comment-prefix): New variable containing the actual
4918 regexp from c-comment-prefix-regexp for the current buffer.
4919
4920 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4921
4922 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4923 lists: We can't look at the syntax, since a brace list can get
4924 recognized as a plain statement-cont.
4925
4926 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4927 special brace list opener broken over two lines got recognized
4928 as a statement on the second line. Case 9A changed.
4929
4930 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4931
4932 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4933 adjustment after line is reindented.
4934
4935 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4936
4937 * cc-defs.el (c-point): Added optional argument for position
4938 to use instead of the current point.
4939
4940 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4941 the in-expression block symbols when the construct starts at
4942 boi, to avoid the extra level of indentation in that case.
4943 Cases 4, 16A and 17E affected.
4944
4945 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4946
4947 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4948 calls to `c-indent-line', to adhere better to Emacs conventions.
4949
4950 * cc-engine.el (c-indent-line): Use the syntax already bound
4951 to `c-syntactic-context', if there is any.
4952
4953 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4954
4955 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4956 wasn't added up correctly when a lineup function returned nil.
4957
4958 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4959
4960 * cc-engine.el (c-collect-line-comments): Fixed bug where
4961 empty lines were ignored when collecting line comments backwards.
4962
4963 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4964
4965 * cc-align.el (c-lineup-dont-change): Return an absolute
4966 indentation column to work correctly in the case when several
4967 syntactic elements are processed for the same line.
4968
4969 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4970 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4971 (c-set-offset): Added absolute indentation column settings by
4972 using the vector type.
4973
4974 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4975
4976 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4977 Implemented two new cleanups `space-before-funcall' and
4978 `compact-empty-funcall'.
4979
4980 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4981
4982 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4983 helping building regexps.
4984
4985 * cc-engine.el (c-on-identifier): New function for detecting
4986 identifiers. It takes keywords into account.
4987
4988 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4989 lists. `c-keywords' is set to a regexp matching all keywords
4990 in the current language.
4991
4992 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4993
4994 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4995 list of characters to skip backwards over at the beginning of
4996 a statement, since it can precede string literals in Pike.
4997
4998 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4999
5000 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5001 recognition when standing on the last line in a C++ comment
5002 with nothing but whitespace after the prefix.
5003
5004 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5005 given no limit argument.
5006
5007 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5008
5009 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5010 recognition for the `[]= operator symbol in Pike.
5011
5012 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5013
5014 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5015 around a bug in `eval-when-compile' in the byte compiler.
5016
5017 * cc-engine.el (c-forward-token-1): Fixed bug with return
5018 value when count is zero and there's no token start within the limit.
5019
5020 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5021 "prefix comments", i.e. comments which are followed by code on
5022 the same line.
5023
5024 * cc-mode-19.el: Fixes so that checks that must be done at
5025 compile time also are done then.
5026
5027 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5028
5029 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5030 time and at runtime, and only when it's needed.
5031
5032 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5033
5034 Major cleanup for less error prone and more warning free
5035 compilation, including some fixes for bugs due to different
5036 compilation orders. Thanks to Martin Buchholz for providing
5037 the basis for all this.
5038
5039 * cc-bytecomp.el: New file that provides some byte compilation
5040 features: It ensures that files always are loaded from the
5041 current source directory during compilation, and it provides a
5042 set of macros to turn off specific compiler warnings for
5043 specific symbols. (It's not CC Mode specific in any way.)
5044
5045 Fixed a nearly acyclic dependency tree (both runtime and
5046 compile-time) between all files.
5047
5048 * cc-defs.el: Separated all macros before the inline functions,
5049 to ensure correct compilation.
5050
5051 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5052 cc-defs.el to cc-engine.el and made it a function instead.
5053
5054 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5055 about char-after.
5056
5057 * cc-vars.el: Cope even when there isn't a custom package
5058 containing defcustom available.
5059
5060 * cc-make.el: Removed since it's no longer necessary.
5061
5062 README: Updated installation instructions.
5063
5064 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5065
5066 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5067 improve the modularity: Moved all mode init stuff from
5068 cc-langs.el to cc-mode.el, including the keymap
5069 initialization; cc-langs now only contains the various
5070 variables for configuring the language syntax.
5071
5072 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5073 (c-get-offset): Moved from cc-styles to cc-engine since file
5074 dependency analysis suggests they belong there (which also
5075 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5076
5077 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5078
5079 * cc-cmds.el (c-fn-region-is-active-p): New function that
5080 wraps the corresponding macro, for use in places that aren't
5081 compiled. Thanks to Martin Buchholz for pointing out this.
5082
5083 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5084
5085 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5086 add things to the bug report.
5087
5088 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5089
5090 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5091 returned prefix could contain a newline when the search for a
5092 good prefix line failed.
5093
5094 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5095
5096 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5097 (c-toggle-auto-hungry-state): Made the argument optional, as
5098 the documentation says it is.
5099
5100 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5101
5102 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5103 multiline string syntax, #"...", as a cpp macro.
5104
5105 2001-03-21 Paul Eggert <eggert@twinsun.com>
5106
5107 * international/mule-cmds.el (set-locale-environment):
5108 Set system-messages-locale and system-time-locale, but only if the
5109 caller specifies a non-nil locale name.
5110
5111 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5112
5113 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5114 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5115
5116 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5117
5118 * follow.el (follow-avoid-tail-recenter): Doc fix.
5119
5120 * custom.el (custom-set-variables): Avoid reversing the list
5121 of args needlessly.
5122
5123 * startup.el (fancy-splash-head): Don't change the colors of the
5124 XPM image on a dark background.
5125
5126 * comint.el (comint-exec-1): Set columns of the terminal to
5127 window-width instead of frame-width.
5128
5129 * info.el (Info-scroll-down): Add missing WINDOW arg for
5130 pos-visible-in-window-p.
5131
5132 * ehelp.el (electric-help-mode-hook): Add defcustom.
5133
5134 * mail/sendmail.el (mail-mode): Activate case-folding in
5135 font-lock-defaults.
5136
5137 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5140 (completion-ignored-extensions): Remove duplicate ".class".
5141
5142 2001-03-19 Andreas Schwab <schwab@suse.de>
5143
5144 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5145 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5146
5147 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5148
5149 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5150 methods since there are not prefix input methods.
5151
5152 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5153
5154 * international/mule-cmds.el (read-input-method-name):
5155 Locally bind enable-recursive-minibuffers to t.
5156
5157 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5158
5159 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5160
5161 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5162
5163 * ediff-util.el: Copyright years.
5164 (ediff-choose-syntax-table): New function.
5165 (ediff-setup): Use ediff-choose-syntax-table.
5166
5167 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5168 with-syntax-table.
5169
5170 * ediff.el: Date of last update, copyright years.
5171
5172 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5173
5174 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5175 of Scott Bronson.
5176 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5177 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5178 Deleted functions.
5179 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5180 ex-token-list.
5181
5182 * viper-util.el: Spaces, indentation.
5183
5184 * viper.el: Changed version, modification time.
5185
5186 2001-03-16 John Wiegley <johnw@gnu.org>
5187
5188 * calendar/timeclock.el (timeclock-workday-remaining):
5189 Check whether `discrep' is non-null before using it.
5190
5191 2001-03-16 John Wiegley <johnw@gnu.org>
5192
5193 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5194 first-time checkins.
5195 (timeclock-log-data): Fixed problem with reading timelog log file.
5196 Resulting data in the "day list" was incorrect.
5197 (timeclock-find-discrep): Check if `timeclock-file' is readable
5198 before opening it.
5199 (timeclock-time-less-p): New function.
5200 (timeclock-day-base): New function.
5201 (timeclock-geometric-mean): New function.
5202 (timeclock-generate-report): Generate a summary report based on
5203 the contents of the log file. This uses `timeclock-log-data', and
5204 is an example of writing a timelog manipulation function.
5205 (timeclock-visit-timelog): A quick command for opening the timelog
5206 file.
5207 (timeclock-log-data): Bound the variable event.
5208
5209 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5210
5211 * international/mule-cmds.el (select-safe-coding-system):
5212 Fix typo: symbol-name -> symbol-value.
5213
5214 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5215 before substitute-in-file-name to handle double slashes in FILE
5216 correctly.
5217
5218 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5219
5220 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5221 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5222
5223 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5224
5225 * bindings.el (features): Add `md5' and `overlay' to the list.
5226
5227 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5228 bound before using it. It's not bound when configured without X,
5229 for instance.
5230
5231 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5232
5233 * progmodes/hideshow.el: Update copyright.
5234 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5235 (hs-minor-mode-hook): Include `:version' in defcustom form.
5236
5237 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5238
5239 * help.el (string-key-binding): Don't call event-start on
5240 a non-list.
5241
5242 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5243
5244 * startup.el (fancy-splash-tail, command-line-1): Fix the
5245 copyright year.
5246
5247 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5248
5249 * term.el: These changes are based on a patch sent from Yong Lu
5250 <lyongu@yahoo.com>.
5251 (term-set-escape-char): Bind M-x to execute-extended-command in
5252 term-raw-escape-map.
5253 (term-move-columns): Don't try to move to negagive column.
5254 (term-emulate-terminal): Insert a string before deleting a text to
5255 overwrite.
5256
5257 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5258
5259 * play/life.el (life): Rearrange code so that all calls to
5260 life-display-generation are in a catch-form.
5261
5262 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5263 file that isn't interesting. In an interesting file, push the old
5264 value of point on the mark ring.
5265
5266 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5267 New function.
5268 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5269 Use it.
5270
5271 * emacs-lisp/autoload.el (generate-file-autoloads):
5272 Remove warning about line lengths.
5273
5274 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5275
5276 * progmodes/etags.el (tags-compression-info-list): New variable.
5277 (find-tag-in-order): Use it to deal with compressed source files.
5278 (tag-file-name-match-p): New function.
5279 (etags-recognize-tags-table): Use it for better match of file names.
5280
5281 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5282
5283 * international/mule-cmds.el (register-input-method): Doc fix.
5284
5285 * international/quail.el (quail-translate-key): Fix condition to
5286 check if there's another breaking point in the current key.
5287
5288 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5291 Babyl header to the newly-created output file, bind
5292 coding-system-for-write to either rmail-file-coding-system or
5293 emacs-mule-unix.
5294
5295 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5296
5297 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5298 Fix the name and regexp used for subsubsections.
5299
5300 2001-03-10 Dave Love <fx@gnu.org>
5301
5302 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5303 and save-buffer if buffer-file-name non-nil. From rms.
5304
5305 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5306
5307 * vc.el (vc-do-command): If the destination buffer is already
5308 current, don't set it up and don't erase it. Updated doc string
5309 to reflect that.
5310 (vc-version-diff): When doing a single file diff, don't switch to the
5311 *vc-diff* buffer before the command. This is to preserve local
5312 variable bindings that might affect the diff command.
5313 (vc-print-log): Don't switch to the *vc* buffer before the
5314 command, so that local variable bindings are preserved.
5315
5316 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5317 not the current buffer.
5318 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5319
5320 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5321 make output go to buffer *vc*, not the current buffer.
5322
5323 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5324
5325 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5326 so ^, $, *, ? and + are interpreted correctly.
5327
5328 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5329
5330 * help.el (string-key-binding): Renamed from
5331 mode-line-key-binding. Handle any event on a string.
5332 Check for `keymap' properties as well as `local-map' properties.
5333
5334 * comint.el (comint-insert-clicked-input): Use the last key
5335 from this-command-keys to lookup the global key definition.
5336
5337 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5338
5339 * international/characters.el: Add category `j' for
5340 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5341
5342 * international/mule-conf.el (no-conversion): Fix docstring.
5343 (raw-text): Fix docstring.
5344
5345 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5346
5347 * simple.el (choose-completion-string): When not leaving the
5348 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5349 is set.
5350
5351 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5352 parameter `(minibuffer . t)'.
5353
5354 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5355
5356 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5357 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5358 (sh-mode): Remove `make-local-variable' for unused var
5359 `font-lock-unfontify-region-function'.
5360
5361 2001-03-07 Richard M. Stallman <rms@gnu.org>
5362
5363 * info.el (Info-scroll-down): Fix previous change.
5364
5365 * mail/rmail.el (rmail-toggle-header): Use a window which
5366 is showing the Rmail buffer, rather than the selected window.
5367
5368 2001-03-07 Dave Love <fx@gnu.org>
5369
5370 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5371 now, to avoid problems with binding imenu directly to a mouse event.
5372
5373 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5374
5375 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5376 second arg t.
5377
5378 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5379
5380 * log-edit.el (log-edit-common-indent): New var.
5381 (log-edit-set-common-indentation): Renamed from
5382 log-edit-delete-common-indentation. Use the new var.
5383 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5384
5385 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5386 (cvs-mode-add-change-log-entry-other-window):
5387 Don't presume change-log-default-name is defined.
5388
5389 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5390
5391 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5392 the "tree" operation as well.
5393
5394 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5395
5396 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5397 to match paragraph-start.
5398
5399 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5400 comment-start-skip and set comment-end-skip as well.
5401 (sgml-comment-indent): Fix for new value of comment-start-skip.
5402 (html-autoview-mode): Don't bother using make-local-hook.
5403
5404 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5405
5406 * cus-edit.el (custom-save-delete): Move in front of local
5407 variables, otherwise long Custom entries would make them ineffective.
5408
5409 * uniquify.el: Set maintainer to FSF.
5410
5411 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5412
5413 * dired-aux.el (dired-do-shell-command): Doc fix.
5414
5415 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5416
5417 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5418
5419 * which-func.el (which-func-modes): Add cperl-mode.
5420 (which-func-mode-global): Use define-minor-mode.
5421
5422 * info-look.el: Docstring fixes and dead code eliminated.
5423 (cperl-mode): Add support.
5424 (emacs-lisp-mode): List all entries from elisp manual, whether
5425 or not they are currently (f)bound or not. Update regexp.
5426
5427 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5428
5429 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5430 so that C-h m shows the correct information.
5431 Use make-local-variable rather than make-variable-buffer-local.
5432 (cperl-info-buffer, cperl-setup-tmp-buf):
5433 Use make-local-variable rather than make-variable-buffer-local.
5434 (cperl-msb-fix, cperl-get-help-defer):
5435 Check major-mode for `cperl-mode' as well.
5436
5437 * progmodes/cperl-mode.el: Updated to author version 4.23.
5438 (cperl-electric-pod): SYNOPSIS was misspelled.
5439 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5440 (cperl-after-expr-p): Make true after __END__.
5441
5442 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5443
5444 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5445 bookmark-completion-ignore-case is t.
5446
5447 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5448 switch, like xterm, and concat resource strings, with a newline
5449 between them.
5450
5451 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5452
5453 * international/codepage.el (cp770-decode-table)
5454 (cp773-decode-table, cp774-decode-table): New variables.
5455
5456 * man.el (Man-hyphenated-reference-regexp): New variable.
5457 (Man-build-references-alist): Use it to search for referenced
5458 manpages. If hyphenated is non-nil, record a concatenated word in
5459 Man-refpages-alist only if it matches Man-reference-regexp.
5460 Update word's length when it is concatenated. Reverse the list,
5461 to get the first manpage at the head.
5462 (Man-possibly-hyphenated-word): New function.
5463 (Man-follow-manual-reference): Use it instead of current-word to
5464 find a manpage at point, in a way that accounts for hyphenated
5465 references.
5466
5467 2001-03-06 Alex Schroeder <alex@gnu.org>
5468
5469 * sql.el (sql-interbase): New function.
5470 (sql-interbase-program): New option.
5471 (sql-interbase-options): New option.
5472 And some typos fixed: "customise" to "customize".
5473
5474 2001-03-06 Dave Love <fx@gnu.org>
5475
5476 * textmodes/flyspell.el (flyspell-region):
5477 Set up flyspell-local-mouse-map.
5478
5479 2001-03-05 Richard M. Stallman <rms@gnu.org>
5480
5481 * mail/rmail.el (rmail-retry-failure):
5482 Don't call rmail-beginning-of-message.
5483 Don't discard From: field. Do discard Received: field.
5484 Use unwind-protect to re-prune.
5485 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5486
5487 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5488
5489 * international/quail.el (quail-title): Add autoload cookie.
5490
5491 2001-03-05 Dave Love <fx@gnu.org>
5492
5493 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5494 new defs.
5495
5496 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5497
5498 * language/ethio-util.el (ethio-toggle-space):
5499 Update current-input-method-title if necessary.
5500 (ethio-toggle-punctuation): Likewise.
5501
5502 * international/quail.el (quail-title): Fix for the case that a
5503 title of an input method is specified by a list of the same form
5504 as used in mode-line-format.
5505
5506 * international/mule-cmds.el (activate-input-method):
5507 If current-input-method-title is set by activating INPUT-METHOD,
5508 respect that value.
5509
5510 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5511
5512 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5513
5514 2001-03-05 Alex Schroeder <alex@gnu.org>
5515
5516 * sql.el (sql-sybase): Fix typo (was: query user about server two
5517 times instead of server and database).
5518
5519 * sql.el (sql-sybase): Doc change.
5520 (sql-mysql): Doc change.
5521 (sql-postgres): Doc change.
5522
5523 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5524
5525 * international/mule-conf.el (emacs-mule, raw-text):
5526 Docstring modified.
5527
5528 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5529
5530 * term/internal.el: Update copyright notice.
5531
5532 * term/pc-win.el: Update copyright notice.
5533
5534 2001-03-02 Dave Love <fx@gnu.org>
5535
5536 * files.el (insert-file-contents-literally):
5537 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5538 not jka-compr-compression-info-list.
5539
5540 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5541
5542 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5543 spaces in default comment-start-skip settings rather than \s-.
5544
5545 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5546
5547 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5548 default-frame-alist as well.
5549
5550 2001-03-01 Dave Love <fx@gnu.org>
5551
5552 * textmodes/reftex.el (defvar): Wrap some defvars in
5553 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5554
5555 * subr.el (event-basic-type): Doc fix.
5556
5557 * international/quail.el: Doc fixes.
5558
5559 * international/utf-8.el: Doc fixes.
5560
5561 * international/mule-cmds.el: Doc fixes.
5562 (leim-list-header): Fix header text.
5563
5564 * international/mule.el (coding-system-category): Doc fix.
5565
5566 * international/ccl.el (ccl-compile): Doc fix.
5567
5568 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5569
5570 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5571 rather than (before|after)-change-functions.
5572
5573 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5574
5575 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5576 scroll-left and scroll-right being called interactively so that
5577 they set the window's min_hscroll.
5578
5579 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5580
5581 * info.el (info-insert-file-contents-1): Accept an additional
5582 argument `lfn': if it is non-nil, concatenate `filename' and
5583 `suffix'; otherwise use the complicated MS-DOS code.
5584 All callers changed.
5585 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5586 can access long file names, try the long file-name version of
5587 `info-insert-file-contents-1', then the short file-name version.
5588
5589 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5590
5591 * language/ethio-util.el (setup-ethiopic-environment-internal):
5592 Change bindings of functions keys to conform to "Emacs Lisp Coding
5593 Convention".
5594
5595 * language/ethiopic.el ("Ethiopic"): Add documentation.
5596
5597 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5598
5599 * international/utf-8.el (mule-utf-8): Set coding-category
5600 property to coding-category-utf-8.
5601
5602 2001-02-27 Richard M. Stallman <rms@gnu.org>
5603
5604 * lpr.el (lpr-page-header-switches, print-region-1):
5605 Undo 2000-07-06 change.
5606 (lpr-add-switches): Default to t on gnu/linux.
5607
5608 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5609
5610 * bs.el (bs-attributes-list): Doc fix.
5611
5612 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5613
5614 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5615
5616 * help.el (view-order-manuals): Use goto-address.
5617
5618 * startup.el (command-line-1): Add info about ordering manuals
5619 to the not so fancy splash screens.
5620
5621 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5622
5623 * vc.el (vc-default-workfile-unchanged-p)
5624 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5625
5626 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5627
5628 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5629 fontify in the right buffer.
5630
5631 * allout.el (outline-flag-region): Move macro in front of first
5632 use to avoid a run-time error.
5633
5634 2001-02-24 Andrew Innes <andrewi@gnu.org>
5635
5636 * makefile.w32-in: Fix copyright notice.
5637
5638 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5639
5640 * international/utf-8.el (mule-utf-8): Set correct value for
5641 valid-codes property.
5642
5643 * international/fontset.el (x-complement-fontset-spec): In the
5644 case that we use ASCII font for the other charsets, use only
5645 family and registry part of it.
5646
5647 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5648
5649 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5650 (shrink-window-if-larger-than-buffer): Doc fix.
5651
5652 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5653
5654 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5655 predicate passed to completing-read.
5656
5657 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5658
5659 * startup.el (command-line): Fix last change.
5660
5661 2001-02-23 Jason Rumney <jasonr@gnu.org>
5662
5663 * startup.el (tool-bar-originally-present): New variable.
5664 (command-line): Set it if the tool-bar is switched on at startup.
5665
5666 * frame.el (frame-notice-user-settings): Only adjust frame height
5667 for no tool-bar case if tool-bar was originally switched on.
5668 From E. Jay Berkenbilt.
5669
5670 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5671
5672 * server.el (server-switch-buffer): Only switch window if the
5673 current one is dedicated.
5674
5675 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5676 rather than using (match-beginning 0) when searching for break point.
5677
5678 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5679
5680 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5681 @ follows an accent command such as @'. Support optional braces
5682 in commands that insert accents, like makeinfo does.
5683
5684 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5685
5686 * startup.el (fancy-splash-text): Add a line for ordering
5687 manuals. Reverse order of splash screens shown.
5688 (use-fancy-splash-screens-p): Adapt to the text line added.
5689
5690 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5691 manuals from the FSF.
5692
5693 * help.el (view-order-manuals): New function.
5694 (toplevel): Bind C-h C-m to this function.
5695
5696 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5697
5698 * newcomment.el (comment-forward): Skip the comment-start before
5699 searching for the comment-end.
5700
5701 2001-02-21 Dave Love <fx@gnu.org>
5702
5703 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5704
5705 * international/mule-cmds.el, international/mule.el: Doc fixes.
5706
5707 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5708
5709 * startup.el (fancy-splash-screens): Use display-hourglass
5710 instead of display-busy-cursor.
5711
5712 * frame.el (display-hourglass): Renamed from busy-cursor.
5713 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5714 (show-cursor-in-non-selected-windows): Doc fix.
5715
5716 2001-02-20 Dave Love <fx@gnu.org>
5717
5718 * international/utf-8.el: Doc and commentary fixes.
5719
5720 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5721
5722 * ehelp.el (with-electric-help): Doc fix.
5723
5724 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5725
5726 * msb.el (msb-mode): Call the update-buffers function explicitly
5727 with a FORCE argument.
5728
5729 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5730 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5731 returns nil.
5732
5733 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5734
5735 * ps-print.el: Timestamp package replacement. Some enhancements.
5736 Some XEmacs compatibility. Doc fix.
5737 (ps-print-version): New version number (6.4).
5738 (ps-printer-name): Initialization fix.
5739 (ps-zebra-stripe-follow): Funcionality enhancement.
5740 (ps-prologue-file): Code enhancement.
5741 (ps-right-header): Timestamp package replacement.
5742 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5743 (ps-get-page-dimensions)
5744 (ps-generate-header, ps-begin-file, ps-begin-job)
5745 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5746 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5747 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5748 (coding-system-for-write): Var declaration (XEmacs compatibility).
5749
5750 2001-02-20 Miles Bader <miles@gnu.org>
5751
5752 * image-file.el (image-file-name-extensions): Add "tif".
5753
5754 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5755
5756 * wid-edit.el (widget-button-click): Save the selected window
5757 around the code handling clicks on buttons.
5758
5759 2001-02-18 Dave Love <fx@gnu.org>
5760
5761 * imenu.el (imenu--generic-function): Use mapc to iterate over
5762 syntax characters.
5763
5764 2001-02-17 Richard M. Stallman <rms@gnu.org>
5765
5766 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5767
5768 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5769
5770 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5771
5772 * mouse.el (mouse-save-then-kill): If the distance from the new
5773 point to the mark is equal to the distance of point from the new
5774 point, move point instead of the mark.
5775
5776 2001-02-16 Dave Love <fx@gnu.org>
5777
5778 * textmodes/flyspell.el (flyspell-get-word): Return string without
5779 properties.
5780
5781 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * generic.el (generic-find-file-regexp): Doc fix.
5784 (generic-ignore-files-regexp): New defcustom.
5785 (generic-mode-find-file-hook): If the file's name matches the
5786 regexp in `generic-ignore-files-regexp', don't enter
5787 default-generic-mode. Doc fix.
5788
5789 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5790
5791 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5792 Add autoload cookies.
5793
5794 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5795 of cal-tex-24.
5796
5797 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5798
5799 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5800
5801 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5802 the character class after the (optional) drive, to support file
5803 names with embedded blanks.
5804
5805 2001-02-15 Sam Steingold <sds@gnu.org>
5806
5807 * textmodes/tex-mode.el (tex-shell-running):
5808 Check the process buffer too.
5809
5810 2001-02-15 Dave Love <fx@gnu.org>
5811
5812 * battery.el (battery-status-function): Fix doc, :type.
5813
5814 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5815
5816 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5817
5818 * subr.el (read-passwd): Clear Lisp memory holding password.
5819
5820 2001-02-15 Miles Bader <miles@gnu.org>
5821
5822 * info.el (Info-copy-current-node-name): New function.
5823 (Info-mode-menu): Add it to the menu.
5824
5825 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5826
5827 * international/mule-cmds.el (toggle-input-method): Doc fix.
5828
5829 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5830
5831 * replace.el (occur): Stop at end of buffer.
5832
5833 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5834
5835 * international/mule-cmds.el (set-input-method): Another doc fix.
5836
5837 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5838
5839 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5840
5841 2001-02-13 Miles Bader <miles@gnu.org>
5842
5843 * faces.el (set-face-background, set-face-foreground)
5844 (set-face-stipple): Treat a value of nil as being `unspecified'.
5845
5846 2001-02-12 Dave Love <d.love@dl.ac.uk>
5847
5848 * international/latin1-disp.el: Doc fixes.
5849 (latin1-display) <defgroup>: Add :link.
5850 (latin1-display) <function>: Set variable latin1-display.
5851
5852 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5853
5854 * international/mule-cmds.el (set-input-method): Doc fix.
5855
5856 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5857
5858 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5859 (speedbar-line-file): Return nil if not a file.
5860 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5861
5862 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5863
5864 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5865 for remote files.
5866 (ediff-coding-system-for-read): Replaced the no-conversion default
5867 with raw-text.
5868
5869 * ediff-init.el: Removed :version from defcustom vars.
5870
5871 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5872 Better handling of the diff mode.
5873
5874 * ediff.texi: Added ediff-coding-system-for-read.
5875
5876 * viper.texi: Fix typos.
5877
5878 2001-02-11 Dave Love <fx@gnu.org>
5879
5880 * shadowfile.el: Doc fixes.
5881 (shadow) <defgroup>: Add :link.
5882 (shadowfile-unload-hook): New function.
5883 (shadow-initialize): Use defalias, not fset.
5884 (shadow-define-cluster, shadow-define-literal-group)
5885 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5886
5887 * international/mule.el: Doc and message fixes.
5888
5889 * international/ccl.el (define-ccl-program): Doc fix.
5890
5891 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5892
5893 * faces.el (mode-line): Set :line-width property to -1.
5894
5895 2001-02-10 Richard M. Stallman <rms@gnu.org>
5896
5897 * complete.el (partial-completion-mode): Doc fix.
5898
5899 * simple.el (delete-key-deletes-forward-mode):
5900 Change `let' to `let*' to fix gross bug in last change.
5901
5902 * repeat.el (repeat): Don't let execute-kbd-macro alter
5903 real-last-command.
5904
5905 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5906
5907 * simple.el (eval-expression): Doc fix.
5908
5909 2001-02-09 Dave Love <fx@gnu.org>
5910
5911 * imenu.el (imenu-generic-expression): Doc fix.
5912
5913 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5914 From Juanma Barranquero.
5915
5916 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5917
5918 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5919
5920 * faces.el (set-face-attribute): Describe the case of a negative
5921 value specified for :line-width.
5922
5923 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5924
5925 * which-func.el (which-func-mode): Invert which-func-mode-global.
5926 From Juanma Barranquero <lektu@uol.com.br>.
5927
5928 2001-02-08 Dave Love <fx@gnu.org>
5929
5930 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5931 widget-plist-value-type.
5932 (widget-alist-convert-widget): Replace binding of
5933 widget-alist-value-type.
5934
5935 * textmodes/paragraphs.el (sentence-end): Doc fix.
5936
5937 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5938 Remove `backward-line'.
5939
5940 * play/pong.el (pong-blank-color, pong-bat-color)
5941 (pong-ball-color, pong-border-color, pong-left-key)
5942 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5943 (pong-pause-key, pong-resume-key, pong-timer-delay):
5944 * mail/mh-comp.el (mh-compose-letter-function):
5945 * eshell/esh-mode.el (eshell-skip-prompt-function):
5946 * emulation/viper-ex.el (ex-unix-type-shell-options):
5947 * recentf.el (recentf-menu-filter):
5948 * ps-print.el (ps-print-region-function):
5949 * lpr.el (print-region-function):
5950 * forms.el (forms-mode-hooks):
5951 * dirtrack.el (dirtrack-directory-change-hook):
5952 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5953 * textmodes/spell.el (spell-filter):
5954 * textmodes/fill.el (adaptive-fill-function):
5955 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5956 * progmodes/etags.el (find-tag-default-function):
5957 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5958 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5959
5960 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5963 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5964 Meyering <jim@meyering.net>.
5965
5966 * loadup.el: Revert last change.
5967
5968 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5969
5970 * international/mule.el (transform-make-coding-system-args):
5971 Make it work also for coding systems not using CCL.
5972
5973 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * simple.el (previous-matching-history-element)
5976 (next-matching-history-element): Doc fix.
5977
5978 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5979 specific part.
5980
5981 2001-02-06 Dave Love <fx@gnu.org>
5982
5983 * add-log.el (add-log-current-defun-function)
5984 (add-log-buffer-file-name-function, add-log-file-name-function):
5985 Fix :type.
5986 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5987
5988 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * info.el (info-initialize): Remove the test for system-type when
5991 invocation-directory is non-nil.
5992
5993 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5994 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5995
5996 2001-02-06 Andrew Innes <andrewi@gnu.org>
5997
5998 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5999 absolute.
6000
6001 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6002
6003 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6004 buffers. When hi-lock turned on rather than only checking current
6005 buffer for regexps, all buffers are checked. Moved activation of
6006 font-lock to hi-lock-refontify. When font-lock turned off rather
6007 than removing added highlighting just in current buffer, remove it
6008 in all buffers. Changed edit menu text from "Automatic
6009 Highlighting" to "Regexp Highlighting" Documentation for
6010 highlighting phrases, minor documentation changes.
6011 (hi-lock-set-file-patterns): Execute only if there are new or
6012 existing file patterns.
6013 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6014 unfontify and, if a support mode is active, will not refontify the
6015 whole buffer. If necessary, turn on font lock. (Removed
6016 font-lock-unfontify and font-lock support-mode-specific calls,
6017 such as lazy-lock-fontify-window.)
6018 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6019 patterns are found. Not useful now since find-file-hook is removed
6020 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6021 (hi-lock-face-phrase-buffer): New function. Also added related
6022 menu item and keybinding.
6023 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6024 (hi-lock-process-phrase): New function.
6025 (hi-lock-line-face-buffer): Doc fixes.
6026 (hi-lock-face-buffer): Doc fixes.
6027 (hi-lock-unface-buffer): Doc fixes.
6028
6029 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6030
6031 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6032 dabbrev-ignored-regexps.
6033
6034 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6035
6036 * simple.el (kill-line): Doc fix.
6037
6038 2001-02-05 Dave Love <fx@gnu.org>
6039
6040 * loadup.el: Revert last two changes -- bootstrapping works with
6041 regenerated loaddefs.
6042
6043 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6044
6045 * isearch.el (isearch-forward): Doc fix.
6046
6047 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6048 of font-lock-defaults to backward-paragraph.
6049
6050 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6051
6052 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6053 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6054
6055 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6056
6057 * ebnf2ps.el: Eliminate time-stamp functions.
6058 (ebnf-version): New version (3.5).
6059 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6060 format-time-string.
6061
6062 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6063
6064 * simple.el (next-line): Goto end-of-line before inserting a newline.
6065
6066 2001-02-05 Miles Bader <miles@gnu.org>
6067
6068 * image-file.el (insert-image-file): When visiting an image, also
6069 set `truncate-lines' to t so that any fringe arrow looks correct.
6070
6071 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6072
6073 * isearch.el (isearch-forward): Add description about input method
6074 in the docsting.
6075
6076 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6077
6078 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6079
6080 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6081
6082 * info.el (info-initialize): If installation-directory is nil, for
6083 DOS/Windows systems try looking in a sibling of invocation-directory.
6084
6085 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6086
6087 * wid-edit.el (widget-button-click): Fix last change.
6088
6089 * frame.el (frame-notice-user-settings): When resizing the initial
6090 frame because the tool bar is off, also change the frame's top
6091 position if a negative top position was specified.
6092
6093 2001-02-02 Miles Bader <miles@gnu.org>
6094
6095 * image-file.el (insert-image-file): When visiting an image,
6096 suppress the cursor in the image buffer.
6097
6098 2001-02-01 Dave Love <fx@gnu.org>
6099
6100 * progmodes/f90.el (f90-mode): Remove startup message.
6101
6102 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6103
6104 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6105
6106 * startup.el (command-line): Fix code determining whether or not
6107 to use delete-key-deletes-forward-mode.
6108
6109 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6110
6111 * vc.el (vc-diff-switches): New user option.
6112 (vc-version-diff): Use it.
6113 (vc-diff-switches-list): New macro.
6114
6115 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6116 New customization options.
6117 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6118
6119 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6120
6121 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6122
6123 * msb.el (toplevel): Quote hook symbols.
6124
6125 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6126
6127 * international/mule.el (make-coding-system): Add description
6128 about recognized properties in the docstring.
6129
6130 * international/mule-conf.el: Remove unused charsets
6131 mac-roman-lower and mac-roman-upper.
6132
6133 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6134
6135 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6136 is in front of the left-margin, if any.
6137
6138 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6139 like `delete'.
6140
6141 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6142
6143 * term/w32-win.el (mouse-set-font): Doc fix.
6144
6145 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6148 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6149 on already.
6150
6151 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6152
6153 * files.el (save-buffer): Don't give message if (buffer-file-name)
6154 returns nil.
6155
6156 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6159
6160 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6161 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6162
6163 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6164 display problems.
6165
6166 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6167
6168 * international/mule.el (charset-info): Fix docstring.
6169
6170 * international/mule-diag.el (describe-character-set): Check final
6171 char valid before printing it.
6172
6173 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6174
6175 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6176
6177 * frame.el (frame-notice-user-settings): Do the tool-bar
6178 stuff only for graphical displays. Fix a braino.
6179
6180 * frame.el (frame-initialize): Create initial frame visible.
6181 (frame-notice-user-settings): When tool-bar has been switched off,
6182 correct the frame size and sync tool-bar-mode.
6183
6184 * startup.el (command-line): Remove manipulation of frame
6185 height for tool bars.
6186
6187 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6188
6189 * lpr.el: Compatibility with XEmacs and doc fixes.
6190 (lpr-windows-system, lpr-lp-system): New vars.
6191 (lpr-printer-switch): New defcustom.
6192 (printer-name, lpr-command): Customization fix.
6193 (print-region-1): Code fix.
6194 (print-region-new-buffer, printify-region): Indentation fix.
6195 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6196 New functions.
6197
6198 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6199
6200 * msb.el (toplevel): Fix the eval-after-load.
6201
6202 2001-01-29 Dave Love <fx@gnu.org>
6203
6204 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6205
6206 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6207
6208 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6209 (tcl-using-emacs-19-23): Consider Emacs 21+.
6210 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6211 (tcl-add-emacs-menu): Supply menu name.
6212 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6213
6214 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6215
6216 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6217
6218 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6219
6220 * pcvs.el (cvs-mark-fis-dead): New function.
6221 (cvs-mode-add): Use it.
6222 (cvs-mode-add-change-log-entry-other-window):
6223 Rebind change-log-default-name to itself rather than to nil.
6224
6225 2001-01-29 Sam Steingold <sds@gnu.org>
6226
6227 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6228 `autoload' statements.
6229
6230 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * files.el (confirm-kill-emacs): Doc fix.
6233
6234 * frame.el (frame-initialize): Doc fix.
6235
6236 * time-stamp.el (time-stamp-string): Doc fix.
6237
6238 * woman.el (WoMan-log-1): Make the log buffer writable.
6239 From Markus Rost <rost@math.ohio-state.edu>.
6240
6241 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6242
6243 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6244 the `make-variable-buffer-local'.
6245
6246 2001-01-29 Dave Love <fx@gnu.org>
6247
6248 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6249 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6250 Add autoload cookie.
6251 (ansi-color-apply-sequence): Fix typo.
6252
6253 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6254
6255 * menu-bar.el (menu-bar-files-menu): Add menu items for
6256 Postscript printing in black and white.
6257
6258 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6259 X-Mailman-Version, Precedence, List-Help, List-Post,
6260 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6261 Content-Type, Content-Length.
6262
6263 2001-01-29 Dave Love <fx@gnu.org>
6264
6265 * elide-head.el (elide-head): Make overlay evaporate.
6266
6267 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6268
6269 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6270
6271 * isearch.el (isearch-highlight): Don't punt if the display
6272 doesn't support colors, since isearch faces are defined for
6273 monochrome displays as well.
6274
6275 2001-01-27 Sam Steingold <sds@gnu.org>
6276
6277 * shell.el (shell-write-history-on-exit): Make sure that we are in
6278 the shell buffer (M-x tex-file RET inserted the error message into
6279 the TeX buffer).
6280
6281 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6282
6283 * simple.el (transient-mark-mode): Doc fix.
6284
6285 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6286
6287 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6288
6289 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * shell.el (shell-unquote-argument): If the shell is one of the
6292 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6293 quote character.
6294 (shell-dumb-shell-regexp): Document that the shells which match
6295 this regexp are supposed to not treat a backslash as a quote character.
6296
6297 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6298 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6299
6300 2001-01-27 Richard M. Stallman <rms@gnu.org>
6301
6302 * dabbrev.el (dabbrev--substitute-expansion):
6303 Treat a one-capital-letter abbrev as "not all upper case",
6304 so as to force preservation of the expansion's pattern
6305 if the expansion starts with a capital letter.
6306
6307 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6308
6309 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6310 Doc fix.
6311
6312 * simple.el (transient-mark-mode): Document the fact that many
6313 commands act on the region when mark is active.
6314
6315 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6316
6317 * international/quail.el (quail-setup-completion-buf): Make the
6318 multibyteness of current buffer inherited to Quail completion buffer.
6319 (quail-show-guidance-buf): Make the multibyteness of current
6320 buffer inherited to Quail guidance buffer.
6321 (quail-help): Make the multibyteness of current buffer inherited
6322 to Quail help buffer.
6323
6324 2001-01-26 Dave Love <fx@gnu.org>
6325
6326 * time-stamp.el: Doc fixes.
6327
6328 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6329 (delphi-keyword-face, delphi-other-face): Fix :type.
6330
6331 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6332
6333 * mail/feedmail.el (feedmail): Add :link.
6334 (feedmail-send-it): Doc fix.
6335
6336 * mail/sendmail.el: Doc fixes.
6337 (sendmail-send-it): Fix the non-ASCII regexp and use
6338 rfc2047-encode-string.
6339
6340 * dired.el, dired-aux.el: Revert last change.
6341
6342 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6343
6344 * makefile.w32-in (DONTCOMPILE): Add various term files.
6345
6346 2001-01-26 Dave Love <fx@gnu.org>
6347
6348 * Makefile.in (DONTCOMPILE): Add various term files.
6349
6350 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6351
6352 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6353
6354 * startup.el (display-startup-echo-area-message): Make sure
6355 the echo area is resized to fit the size of the startup message.
6356
6357 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6358 part of which is a constant.
6359
6360 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6361
6362 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6363
6364 2001-01-26 Richard M. Stallman <rms@gnu.org>
6365
6366 * simple.el (next-line): Don't let `newline' expand abbrevs.
6367 Simplify slightly.
6368 (open-line): Don't let `newline' expand abbrevs.
6369
6370 2001-01-25 John Wiegley <johnw@gnu.org>
6371
6372 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6373 to `repeat' in the :type field.
6374
6375 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6376 allow a choice of regexp or nil.
6377 (pcomplete-dir-ignore): Same.
6378
6379 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6380 a command) to always fail.
6381
6382 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6383
6384 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6385 discard the result.
6386 (iswitchb-to-end): Likewise.
6387
6388 2001-01-25 Sam Steingold <sds@gnu.org>
6389
6390 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6391 Require vc.
6392
6393 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6394
6395 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6396
6397 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6398
6399 2001-01-25 Dave Love <fx@gnu.org>
6400
6401 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6402 (describe-coding-system): Tweak the English text.
6403
6404 * loadup.el: Preload international/ccl for utf-8.
6405
6406 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6407
6408 * mail/rmail.el (rmail-redecode-body): Doc fix.
6409
6410 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6411
6412 * international/mule-cmds.el (reset-language-environment):
6413 Reset coding-category-utf-8 to mule-utf-8.
6414
6415 * international/mule-conf.el (coding-category-utf-8):
6416 Initialize to mule-utf-8.
6417
6418 * loadup.el: Preload international/utf-8.
6419
6420 * international/utf-8.el: New file.
6421
6422 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6425
6426 2001-01-24 Sam Steingold <sds@gnu.org>
6427
6428 * dired.el (dired-replace-in-string): Removed.
6429 (dired-sort-toggle): Use `replace-regexps-in-string'
6430 instead of `dired-replace-in-string'.
6431
6432 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6433 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6434
6435 * gs.el (gs-replace-in-string): Removed.
6436 (gs-options): Use `replace-regexps-in-string'
6437 instead of `gs-replace-in-string'.
6438
6439 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6440
6441 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6442 bug report is mailed to an email list and posted to a news group.
6443
6444 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6445
6446 * comint.el (comint-replace-by-expanded-history-before-point):
6447 Fix change of 2000-08-03 to move point to the start of the line again.
6448
6449 * startup.el (tool-bar-images-pixel-height): New variable.
6450 (command-line): After loading the user's init file, when
6451 tool-bar-mode is on, increase the frame's size by some lines for
6452 the tool-bar.
6453
6454 * frame.el (frame-initialize): Create the initial frame invisible.
6455
6456 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6457
6458 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6459 (chinese-big5): MIME:Big5.
6460
6461 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6462
6463 * international/mule-cmds.el (universal-coding-system-argument):
6464 Handle commands with prefix args.
6465
6466 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6467
6468 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6469 being a list of numbers.
6470 (diary-mail-entries): Rewritten.
6471
6472 2001-01-23 Dave Love <fx@gnu.org>
6473
6474 * international/mule.el (make-coding-system): Fix typo.
6475
6476 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6477 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6478
6479 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6480
6481 * font-lock.el (font-lock-mode): Doc fix.
6482
6483 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6484
6485 * international/mule.el (make-translation-table): Fix docstring.
6486
6487 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6488
6489 * mail/rmail.el (rmail-redecode-body): New function.
6490
6491 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6492
6493 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6494
6495 * isearch.el (isearch-lazy-highlight-case-fold-search)
6496 (isearch-lazy-highlight-regexp): New variables.
6497 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6498 case-fold search or regexp search has been toggled.
6499
6500 * wid-edit.el (widget-button-click): Avoid a save-excursion
6501 around running a global binding.
6502
6503 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6504 to 0.25.
6505
6506 2001-01-20 Miles Bader <miles@gnu.org>
6507
6508 * cus-edit.el (custom-face-save): Do post-processing on the face's
6509 new value like `custom-face-set' does.
6510
6511 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6512
6513 * mail/emacsbug.el (report-emacs-bug): Report the value of
6514 LC_CTYPE, not LC_TYPE.
6515
6516 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6517 isearch-toggle-regexp and isearch-edit-string to doc string.
6518
6519 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6520
6521 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6522 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6523
6524 * jit-lock.el (jit-lock-fontify-now): Don't bind
6525 font-lock-beginning-of-syntax-function to nil.
6526
6527 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6528
6529 * mail/emacsbug.el (report-emacs-bug): Report values of
6530 locale-coding-system, default-enable-multibyte-characters, and the
6531 environment variables LC_ALL, LC_TYPE, and LANG.
6532
6533 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6534
6535 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6536
6537 * font-lock.el (font-lock-multiline): Default to nil.
6538 (font-lock-default-fontify-region): If font-lock-multiline is
6539 nil, don't check the property `font-lock-multiline'.
6540
6541 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6542 is nil, don't check the `font-lock-multiline' text property.
6543
6544 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6545
6546 * viper.el: Call initial-major-mode on startup.
6547
6548 * ediff.el (ediff-patch-file): Use better defaults.
6549
6550 * ediff-vers.el: Fix for 8+3 DOS file systems.
6551
6552 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6553
6554 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6555 diff mode, if available.
6556
6557 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6558
6559 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6560
6561 * ediff-init.el (subst-char-in-string): Define and use it, unless
6562 it's already defined.
6563
6564 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6565
6566 * tooltip.el (tooltip-hide-delay): New user-option.
6567 (tooltip-show): Use tooltip-hide-delay instead of the default.
6568
6569 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6570
6571 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6572 kill-local-variable doesn't work for enable-multibyte-characters.
6573
6574 2001-01-17 Dave Love <fx@gnu.org>
6575
6576 * ediff-init.el (ediff-before-setup-hook)
6577 (ediff-merge-filename-prefix): Add :version.
6578
6579 * international/latin1-disp.el: Require disp-table.
6580 (latin1-display): Fix :set.
6581
6582 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6583
6584 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6585
6586 * isearch.el (isearch-lazy-highlight-initial-delay)
6587 (isearch-lazy-highlight-interval): Default to 0.
6588
6589 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6590
6591 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6592 1 here rather than each time through
6593 isearch-lazy-highlight-new-loop.
6594 (isearch-lazy-highlight-max): Variable deleted.
6595 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6596 isearch-lazy-highlight-max but controls a single invocation of
6597 isearch-lazy-highlight-update.
6598 (isearch-lazy-highlight-wrapped): Variable recreated.
6599 (isearch-lazy-highlight-window-start): New variable.
6600 (isearch-lazy-highlight-cleanup): Restored to behavior of
6601 before 2-Jan.
6602 (isearch-lazy-highlight-remove-overlays): Function deleted;
6603 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6604 behavior removed.
6605 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6606 isearch-lazy-highlight-update in a loop rather than just once.
6607 Test isearch-invalid-regexp here and decide not to start a new
6608 loop, rather than testing it each time through
6609 isearch-lazy-highlight-update.
6610 (isearch-lazy-highlight-search): Function restored.
6611 (isearch-lazy-highlight-update): Get called in a timer loop again,
6612 but this time highlight more than one match each time through.
6613 Only highlight matches in the visible part of the window.
6614 Start at point, move in the direction of the search, and wrap around at
6615 the edge of the window. Use sit-for to force redisplay and ensure
6616 window-start is credible. "Face suppressing" behavior removed;
6617 overlay priorities should make it unnecessary, right?
6618 (isearch-highlight): Face suppressing behavior removed.
6619 (isearch-dehighlight): Face suppressing behavior removed.
6620 (isearch-set-lazy-highlight-faces-at): Removed.
6621
6622 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6623
6624 * language/european.el ("Latin-1"): Make the format of description
6625 about additional language environments same as that of Latin-2.
6626
6627 2001-01-16 Dave Love <fx@gnu.org>
6628
6629 * isearch.el (isearch-lazy-highlight): Add :version.
6630
6631 * simple.el (backward-delete-char-untabify-method)
6632 (next-line-add-newlines): Add :version.
6633
6634 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6635
6636 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6637 Don't bind <delete> otherwise.
6638
6639 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6640 and <delete> via function-key-map.
6641
6642 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6643 Subject line only if point is after the `Subject:'.
6644
6645 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6646
6647 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6648 japanese-jisx0213-2 in `charset' property of this lang. env.
6649
6650 * language/european.el ("Latin-1"): Add description for Dutch and
6651 Spanish lang. env.
6652
6653 * international/mule.el (decode-char): Fix conditions.
6654 (encode-char): Handle eight-bit-control too.
6655 (transform-make-coding-system-args): New function.
6656 (make-coding-system): Accept XEmacs style arguments for CCL base
6657 coding system.
6658
6659 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6660
6661 * progmodes/etags.el (find-tag-noselect): Save the value of
6662 tags-file-name before switching buffers, for the case it has a
6663 buffer-local value.
6664
6665 2001-01-15 Alex Schroeder <alex@gnu.org>
6666
6667 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6668 From Dave Love <fx@gnu.org>.
6669 (ansi-color-for-comint-mode): Fix :version.
6670
6671 2001-01-15 Alex Schroeder <alex@gnu.org>
6672
6673 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6674
6675 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6676
6677 * dired.el (dired-insert-directory): If file-system-info fails,
6678 remove the " free " part, but don't signal an error.
6679
6680 2001-01-12 Sam Steingold <sds@gnu.org>
6681
6682 * bookmark.el (bookmark-maybe-historicize-string):
6683 Use new backquote syntax.
6684
6685 2001-01-12 Richard M. Stallman <rms@gnu.org>
6686
6687 * subr.el (last): Handle a list that doesn't end in nil.
6688
6689 2001-01-12 Sam Steingold <sds@gnu.org>
6690
6691 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6692 to `backward-delete-char-untabify'.
6693
6694 2001-01-12 Dave Love <fx@gnu.org>
6695
6696 * cus-edit.el (customize-menu-create): Fix the :filter following
6697 easymenu change.
6698
6699 * wid-edit.el (function): Add :match-alternatives.
6700 (widget-color-action): Doc fix.
6701
6702 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6703
6704 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6705
6706 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6707
6708 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6709
6710 * international/ccl.el (define-ccl-program): Fix docstring.
6711
6712 2001-01-11 Dave Love <fx@gnu.org>
6713
6714 * international/mule-cmds.el (standard-display-european-internal):
6715 Set display table for 2208 as for 160.
6716
6717 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6718
6719 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6720 entry for custom-menu-create change.
6721 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6722 don't cons it in the search loop.
6723
6724 * imenu.el (imenu--truncate-items): Revert last change.
6725
6726 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6727
6728 * info.el (Info-setup-header-line): If the node header includes
6729 either Next: or Prev: links, don't show the File: and Node: parts
6730 in the header line.
6731
6732 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6733
6734 * comint.el (comint-goto-process-mark): Don't print a message
6735 when running in batch mode.
6736
6737 * isearch.el (isearch-search): In the condition-case handler for
6738 `error', set isearch-invalid-regexp to the whole error message.
6739
6740 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6741 ensure that eval-after-load works for files dumped with Emacs.
6742
6743 * help.el (load-symbol-file-load-history): New function extracted
6744 from function symbol-file.
6745 (symbol-file): Use it.
6746
6747 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6748
6749 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6752 behave as if there were no prefix argument.
6753 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6754 argument were nil.
6755
6756 2001-01-11 Richard M. Stallman <rms@gnu.org>
6757
6758 * isearch.el (isearch-lazy-highlight-update):
6759 Don't look for more potential matches once maximum is exceeded.
6760 Use overlays-in to check correctly for overlap with current match.
6761 Ignore empty matches.
6762
6763 2001-01-11 Miles Bader <miles@gnu.org>
6764
6765 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6766 (ispell-overlay-window, ispell-help, ispell-show-choices)
6767 (ispell-command-loop): Use it instead of `window-height'.
6768
6769 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6770
6771 * files.el (confirm-kill-emacs): New user-option.
6772 (save-buffers-kill-emacs): Ask for final confirmation before
6773 killing Emacs.
6774
6775 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6776 to nil.
6777
6778 2001-01-10 Dave Love <fx@gnu.org>
6779
6780 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6781
6782 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6783
6784 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6785
6786 * calculator.el (calculator-number-digits): Fix :type.
6787
6788 * vc-cvs.el (vc-cvs-header): Fix :type.
6789 * vc-rcs.el (vc-rcs-header): Fix :type.
6790 * vc-sccs.el (vc-sccs-header): Fix :type.
6791
6792 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6793
6794 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6795
6796 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6797
6798 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6799
6800 * simple.el (set-variable): Force a thorough redisplay for the
6801 case that the variable has an effect on the display, like
6802 `tab-width' has.
6803
6804 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6805
6806 * vc.el: Add documentation for backend interface.
6807
6808 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6809
6810 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6811
6812 * international/mule-conf.el (latin-extra-code-table): Set to t
6813 for \223 and \224.
6814
6815 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6816
6817 * international/mule-cmds.el (locale-language-names): Map "es" to
6818 "Spanish" and "nl" to "Dutch".
6819
6820 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6821
6822 * bindings.el (global-map): Bind <home> to beginning-of-line,
6823 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6824 C-<end> to end-of-buffer.
6825
6826 * language/european.el: Add Dutch and Spanish language info
6827 to be able to use the appropriate tutorials.
6828
6829 2001-01-09 Alex Schroeder <alex@gnu.org>
6830
6831 * ansi-color.el (ansi-color-process-output): Use markers instead
6832 of positions for start and end of region.
6833 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6834 Previously, occasional mistakes happend when fontifying many
6835 chunks of output (eg. ls --color=yes /dev). This happened
6836 whenever an overlay was created up to the end of the region, which
6837 coincided with the process-mark. New text would then be added
6838 within that overlay instead of after it.
6839 (ansi-color-make-extent): Overlays are created with the property
6840 `modification-hooks' set to '(ansi-color-freeze-overlay).
6841 (ansi-color-freeze-overlay): New function. When inserting text at
6842 the end of the overlay, the overlay will resize.
6843
6844 2000-01-09 Alex Schroeder <alex@gnu.org>
6845
6846 * ansi-color.el (ansi-color-process-output): Doc change.
6847 (ansi-color-unfontify-region): Doc change. No longer installed
6848 automatically in font-lock-unfontify-region-function.
6849 (ansi-color-apply): Doc change.
6850 (ansi-color-apply-on-region): Use extents or overlays instead of
6851 text-properties.
6852 (ansi-color-make-extent): New function.
6853 (ansi-color-set-extent-face): New function.
6854
6855 2000-01-09 Alex Schroeder <alex@gnu.org>
6856
6857 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6858 both use ansi-color-process-output, now.
6859 (ansi-color-process-output): Doesn't return string anymore. It is
6860 installed in comint-output-filter-functions for both Emacs and
6861 XEmacs, now.
6862 (ansi-color-unfontify-region): Simplified code removing variables
6863 pos and start-ansi.
6864 (ansi-color-apply): Put text-property ansi-color before putting
6865 text-property face because ansi-color-unfontify-region is called
6866 immediately after the call to put-text-property.
6867 (ansi-color-context-region): Doc change.
6868 (ansi-color-filter-region): Simplified code.
6869 (ansi-color-apply-on-region): Changed start to start-marker, using
6870 a marker explicitly. Put text-property ansi-color before putting
6871 text-property face because ansi-color-unfontify-region is called
6872 immediately after the call to put-text-property.
6873
6874 2000-01-09 Alex Schroeder <alex@gnu.org>
6875
6876 * ansi-color.el (ansi-color-faces-vector): Doc change.
6877 (ansi-color-for-comint-mode): Changed :type property to choice.
6878 (ansi-color-last-context): Removed.
6879 (ansi-color-process-output): Don't use ansi-color-last-context, as
6880 the main functions will store their context now.
6881 (ansi-color-context): Doc change.
6882 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6883 Uses ansi-color-context such that repeated calls will strip
6884 partial escape sequences, too.
6885 (ansi-color-apply): Simplified code. Colorize end of string if
6886 face is not null. Store context in new (FACE STRING) format, such
6887 that repeated calls will strip partial escape sequences, too.
6888 Append faces to face property using ansi-color-apply-sequence such
6889 that cumulative mode actually works.
6890 (ansi-color-context-region): New variable.
6891 (ansi-color-filter-region): Rewrote it based on
6892 ansi-color-apply-on-region. Uses ansi-color-context-region such
6893 that repeated calls will strip partial escape sequences, too.
6894 (ansi-color-apply-on-region): Simplified code. Colorize end of
6895 region if face is not null. Store context in new (FACE POS)
6896 format, such that repeated calls will strip partial escape
6897 sequences, too. Append faces to face property using
6898 ansi-color-apply-sequence such that cumulative mode actually works.
6899 (ansi-color-apply-sequence): New function.
6900 (ansi-color-get-face): When the default face is added to the list
6901 of faces, all previous settings are discarded and the list of
6902 faces is set to '(default).
6903
6904 2000-01-09 Alex Schroeder <alex@gnu.org>
6905
6906 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6907 face, such that ansi-color-apply and ansi-color-apply-on-region
6908 will do the right thing.
6909 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6910 returns nil, set the list of faces back to nil instead of
6911 appending the result of ansi-color-get-face to the front of the list.
6912
6913 2000-01-09 Alex Schroeder <alex@gnu.org>
6914
6915 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6916 (ansi-color-process): Doc change.
6917 (ansi-color-last-context): New buffer-local variable.
6918 (ansi-color-process-output): New function. It is automatically
6919 added to comint-output-filter-functions if this is XEmacs.
6920 (ansi-color-unfontify-region): New optional parameter for XEmacs
6921 compatibility. Check wether font-lock-syntactic-keywords is
6922 boundp before removing the syntax table text property, as XEmacs
6923 doesn't have it.
6924 (ansi-color-filter-region): Doc change.
6925 (ansi-color-apply-on-region): Doc change.
6926 (ansi-color-make-face): New function. Compatibility layer for
6927 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6928 (ansi-color-make-color-map): Use ansi-color-make-face.
6929 (ansi-color-get-face): Avoid face text property '(nil) as results
6930 in an errow for XEmacs.
6931
6932 2000-01-09 Alex Schroeder <alex@gnu.org>
6933
6934 * ansi-color.el (ansi-color-unfontify-region): New function.
6935 Uses text-property ansi-color in order to preserve fontification by
6936 ansi-color. When the package is loaded, a lambda expression is
6937 put onto font-lock-mode-hook. This lambda expression will check
6938 font-lock-unfontify-region-function and replace
6939 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6940 (ansi-color-apply): Add text-property ansi-color in addition to
6941 text-property face.
6942 (ansi-color-apply-on-region): Add text-property ansi-color in
6943 addition to text-property face.
6944 (save-buffer-state): Copy of the macro that is also used by
6945 lazy-lock and font-lock.
6946
6947 (ansi-color-for-comint-mode): New option.
6948 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6949 (ansi-color-for-comint-mode-off): Ditto.
6950 (ansi-color-for-comint-mode-filter): Ditto.
6951 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6952 decide what to do. This function is added to
6953 comint-preoutput-filter-functions when the package is loaded.
6954
6955 (ansi-color-for-shell-mode-set): Removed.
6956 (ansi-color-for-shell-mode): Removed.
6957
6958 2000-01-09 Alex Schroeder <alex@gnu.org>
6959
6960 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6961 the lambda expression from the ansi-color-for-shell-mode :set
6962 property. Additionally, modify shell-mode-hook to enable or
6963 disable font-lock-mode for future shell buffers.
6964 (ansi-color-for-shell-mode): The :set property calls
6965 ansi-color-for-shell-mode-set instead of a lambda expression.
6966
6967 2000-01-09 Alex Schroeder <alex@gnu.org>
6968
6969 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6970 (ansi-color-context): New variable.
6971 (ansi-color-apply): Save context between calls.
6972
6973 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6974
6975 * isearch.el (isearch, isearch-lazy-highlight-face):
6976 New definitions for face colors and attributes.
6977
6978 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6979 of display-mouse-p.
6980
6981 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6982
6983 * international/mule.el (make-coding-system): If the coding system
6984 accepts extra latin codes, register such codes as safe for the
6985 coding system.
6986
6987 2001-01-08 Richard M. Stallman <rms@gnu.org>
6988
6989 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6990 don't mention the file name or the date here, because they are
6991 logged at the start of the file.
6992
6993 2001-01-08 Richard M. Stallman <rms@gnu.org>
6994
6995 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6996 Change screen-width to frame-width.
6997
6998 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6999
7000 * info.el (Info-search): Print the default as part of the prompt.
7001
7002 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7003
7004 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7005 constant implementations in backends.
7006
7007 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7008 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7009
7010 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7011 WRITABLE to EDITABLE.
7012
7013 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7014 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7015 to EDITABLE.
7016
7017 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7018
7019 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7020 (copyright, copyright-update): Compute the current year at run time.
7021
7022 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7023
7024 * isearch.el (isearch-old-signal-hook): Removed.
7025 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7026 instead of setting signal-hook-function.
7027 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7028
7029 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7030
7031 * emulation/edt.el: Update to version 4.0. Provide support for
7032 EDT scroll margins at top and bottom of the window. Provide an
7033 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7034 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7035 user when file-related buffer modifications exist.
7036 Provide support for running EDT Emulation in XEmacs.
7037 Provide customize access to some user updatable variables.
7038 Add Commentary section to file header.
7039 Fixed a few minor bugs and cleaned up some code.
7040
7041 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7042 for detecting a keypress that generates an ASCII key sequence.
7043 (Previously, only a keypress that generates a vector was
7044 recognized.) Embed Window Manager name into name of the generated
7045 EDT Emulation initialization file since the initialization file is
7046 Window Manager specific. Add Commentary section to file header.
7047
7048 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7049
7050 * mail/sendmail.el (mail-mode): Doc fix.
7051
7052 * info.el (Info-goto-emacs-command-node): Doc fix.
7053 (Info-goto-emacs-key-command-node): Doc fix.
7054
7055 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7056
7057 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7058 systems without long file-name support.
7059
7060 2001-01-06 Andrew Innes <andrewi@gnu.org>
7061
7062 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7063
7064 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7065
7066 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7067 (isearch-lazy-highlight-update): Doc fix.
7068
7069 * ffap.el (ffap-bindings): Doc fix.
7070
7071 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7072
7073 2001-01-05 Dave Love <fx@gnu.org>
7074
7075 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7076
7077 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7078
7079 * mouse-drag.el (mouse-drag-safe-scroll):
7080 Bind scroll-preserve-screen-position to nil.
7081
7082 * isearch.el (isearch-old-signal-hook): New variable.
7083 (isearch-mode): Set signal-hook-function to isearch-done.
7084 (isearch-done): Restore old signal-hook-function.
7085
7086 * info.el (Info-fontify-node): Mark one more char as intangible.
7087
7088 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7089
7090 * composite.el (compose-last-chars): New argument COMPONENTS.
7091 If it is non-nil, compose preceding characters by compose-region with
7092 COMPONENTS.
7093
7094 * international/quail.el (quail-input-string-to-events): New function.
7095 (quail-input-method): Convert input string to events here.
7096 (quail-start-translation): Return input string, not event list.
7097 (quail-start-conversion): Likewise.
7098
7099 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7100
7101 * tooltip.el (tooltip-cancel-delayed-tip)
7102 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7103 and tooltip-add-timeout.
7104 (tooltip-show): Set border color from faces's foreground.
7105 (tooltip-show-help-function): If called with the same help string
7106 as last time, do nothing.
7107 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7108
7109 * startup.el (fancy-splash-screens): Don't bind show-help-function
7110 to nil.
7111
7112 * tooltip.el (tooltip-frame-parameters): Remove colors.
7113 (tooltip): New face
7114 (tooltip-set-param): New function.
7115 (tooltip-show): Set up color frame parameters from face `tooltip'.
7116 Display the tooltip text in face `tooltip'.
7117
7118 2001-01-04 Dave Love <fx@gnu.org>
7119
7120 * whitespace.el (whitespace-global-mode): Fix typo.
7121
7122 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7123
7124 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7125
7126 * help.el (help-for-help): Fix a typo in a doc string.
7127 From kwzh@gnu.org (Karl Heuer).
7128
7129 2001-01-03 Dave Love <fx@gnu.org>
7130
7131 * dired-x.el: Doc fixes. Maintainer change.
7132 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7133 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7134 (dired-guess-shell-alist-user): Customize.
7135 (dired-x-help-address): Set to bug-gnu-emacs.
7136 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7137 (dired-default-directory): Renamed from default-directory.
7138
7139 * hl-line.el (hl-line): Doc fix.
7140
7141 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7142
7143 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7144
7145 2001-01-02 Richard M. Stallman <rms@gnu.org>
7146
7147 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7148 to remove all the current alternative-match highlighting.
7149 If nil, remove only what's outside the current window.
7150 (isearch-lazy-highlight-remove-overlays): Take optional
7151 region within which NOT to remove them.
7152 (isearch-lazy-highlight-new-loop): Greatly simplified.
7153 (isearch-lazy-highlight-update): Find all the other occurrences
7154 visible in the window, in just one call.
7155 (isearch-lazy-highlight-start): Now holds start of region to scan.
7156 (isearch-lazy-highlight-end): Now holds end of region to scan.
7157 (isearch-lazy-highlight-wrapped): Variable deleted.
7158 (isearch-lazy-highlight-search): Function deleted.
7159
7160 2000-01-02 Andrew Innes <andrewi@gnu.org>
7161
7162 * w32-fns.el (convert-standard-filename): Do length check on name
7163 before aref.
7164
7165 2001-01-02 Dave Love <fx@gnu.org>
7166
7167 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7168 value.
7169 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7170
7171 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7172
7173 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7174 read syntax.
7175
7176 * calendar/todo-mode.el (todo): Add :link, :version.
7177 (todo-save-top-priorities): Remove autoload cookie.
7178 (todo-add-category, todo-add-item-non-interactively)
7179 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7180
7181 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7182
7183 * comint.el (comint-input-history-ignore): New variable.
7184 (comint-read-input-ring): Ignore entries matching
7185 comint-input-history-ignore.
7186
7187 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7188
7189 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7190 (lm-copyright-mark): New function.
7191 (lm-crack-copyright): New function.
7192 (lm-verify): Check that the file has a copyright.
7193 Check that the file is copyright Free Software Foundation.
7194
7195 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7196
7197 * international/mule-diag.el (print-fontset): Indent font name by
7198 24 columns, not 25.
7199
7200 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7201
7202 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7203 in Subject line.
7204
7205 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7206 Use mail-mode-hook instead of mail-setup-hook.
7207 Otherwise continuing an interrupted message with C-u C-x m for
7208 instance, winds up in Mail mode without abbrevs.
7209
7210 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7211
7212 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7213 non-nil. Adding almost all customization variables on ps-setup.
7214 Doc fix.
7215 (ps-print-version): New version number (6.3.3).
7216 (ps-end-with-control-d): Initialization fix.
7217 (ps-lines-printed): New var.
7218 (ps-skip-newline): New fun.
7219 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7220 (ps-next-line, ps-continue-line, ps-plot-region)
7221 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7222
7223 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7224
7225 * international/fontset.el (x-complement-fontset-spec):
7226 Resolve ASCII font name so that the same family name is used for fonts
7227 registered in x-font-name-charset-alist.
7228 (create-fontset-from-fontset-spec): Adjusted for the above change.
7229 The name of fontset alias should be a unresolved ASCII font name.
7230
7231 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7232
7233 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7234 and delete in isearch-mode-map.
7235
7236 2000-12-28 Richard M. Stallman <rms@gnu.org>
7237
7238 * dired-x.el (dired-guess-shell-alist-default):
7239 Use xpdf instead of acroread.
7240
7241 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7242
7243 * textmodes/artist.el (artist-butlast): Deleted.
7244 (artist-ellipse-mirror-quadrant): Use butlast instead of
7245 artist-butlast.
7246
7247 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7248
7249 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7250
7251 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7252
7253 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7254
7255 * ls-lisp.el: Better support for the Mac and MS-Windows.
7256 (ls-lisp): New defgroup.
7257 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7258 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7259 (ls-lisp-support-shell-wildcards): New defcustoms.
7260 (ls-lisp-parse-symlink): New function.
7261 (insert-directory): Code to convert switches to a list and set up
7262 the wildcard argument copied from ls-lisp-insert-directory.
7263 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7264 for -C and -R switches.
7265 (ls-lisp-column-format): New function.
7266 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7267 (ls-lisp-format-time): Add doc strings.
7268 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7269 Support ls-lisp-dirs-first.
7270 (ls-lisp-classify, ls-lisp-extension): New functions.
7271 (ls-lisp-format): Optionally support emulation of symlinks.
7272 Support -i, -s, and -G switches.
7273
7274 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7275
7276 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7277
7278 * version.el (emacs-version): Print X scroll bar information.
7279
7280 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7281 instead of x-toolkit-scroll-bars-p.
7282
7283 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7284 of x-toolkit-scroll-bars-p.
7285
7286 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7287
7288 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7289 (ffap-bindings): Doc fix, to reflect the above change.
7290
7291 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7292
7293 * term.el (term-char-mode): Define all non-ascii self-inserting
7294 characters to 'term-send-raw in term-raw-map.
7295
7296 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7297
7298 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7299
7300 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7301 Changed initialization; use add-hook.
7302 (ediff-file-remote-p): Use file-local-copy.
7303
7304 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7305
7306 * ediff.el (ediff-patch-buffer): Bug fix.
7307 (ediff-revision): Allow selection of the file at the prompt.
7308
7309 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7310
7311 * subr.el (combine-run-hooks): Remove.
7312
7313 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7314 and remove the rogue second spec.
7315
7316 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7317
7318 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7319
7320 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7321
7322 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7323 Use minibuffer menu prompt for the `=' prefix.
7324 (smerge-command-prefix): Change default to C-^.
7325 (smerge-mode): Don't assume font-lock doesn't move point.
7326
7327 * skeleton.el (skeleton-internal-1): Make sure the first line of
7328 the region is also re-indented.
7329 (skeleton-end-newline): New var.
7330 (skeleton-end-hook): Use it.
7331
7332 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7333
7334 * comint.el (comint-password-prompt-regexp): Support CVS.
7335
7336 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7337
7338 * simple.el (delete-key-deletes-forward-mode): Simplify.
7339 Also backspace key combinations, depending on
7340 delete-key-deletes-forward.
7341
7342 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7343
7344 * simple.el (delete-key-deletes-forward): Doc fix.
7345
7346 2000-08-22 Emmanuel Briot <briot@gnat.com>
7347
7348 * xml.el (top level comment): Updated to reflect the fact that
7349 white spaces are relevant in the XML file.
7350 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7351 to parse was already edited. This allows for on-the-fly analysis
7352 of XML files.
7353 (xml-parse-tag): Check that the casing is the same in the start
7354 tag and end tag, since XML is case-sensitive. Allows for spaces
7355 in the end tag, after the name of the tag.
7356 (xml-parse-attlist): Allow for the character '-' in the name of
7357 attributes, as in the standard http-equiv attribute Do not save
7358 the properties in the XML tree, since they are not relevant.
7359
7360 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7361
7362 * generic.el (generic-read-type): Undo last change, inline into
7363 `generic-mode' and then remove.
7364 (generic-mode): Inline generic-read-type.
7365 (define-generic-mode): Push the symbol name rather than the symbol
7366 onto generic-mode-list.
7367
7368 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7369
7370 * generic.el (generic-read-type): Build an alist for
7371 completing-read as in 20.7.
7372
7373 * play/landmark.el (lm): Use interactive spec `P'.
7374 (toplevel): Don't set debug-on-error.
7375
7376 * server.el (server-switch-buffer): Choose a window on a visible frame.
7377
7378 2000-12-21 Dave Pearson <davep@davep.org>
7379
7380 * quickurl.el: Commentry change, I've moved my web site.
7381
7382 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7383
7384 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7385 ranges like \177-\237, but accepts the character sequence from \177 to
7386 \237. Doc fix.
7387 (ebnf-version): New version (3.4).
7388 (ebnf-setup): Code fix.
7389 (ebnf-range-regexp): New fun.
7390 (ebnf-8-bit-chars): Const fix.
7391
7392 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7393 entry. Doc fix.
7394 (ebnf-bnf-lex): Code fix.
7395 (ebnf-bnf-comment-chars): Const fix.
7396
7397 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7398 entry. Doc fix.
7399 (ebnf-iso-comment-chars): Const fix.
7400
7401 * ebnf-otz.el: Doc fix.
7402
7403 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7404 entry. Doc fix.
7405 (ebnf-yac-skip-code): Code fix.
7406 (ebnf-yac-comment-chars): Const fix.
7407
7408 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7409
7410 * files.el (insert-directory-safely): New function.
7411 (recover-file): Use it instead of insert-directory.
7412 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7413
7414 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7415
7416 * international/mule-cmds.el (select-safe-coding-system):
7417 Check coding-category-list more rigidly. Improve help message.
7418
7419 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7420
7421 2000-12-21 Miles Bader <miles@gnu.org>
7422
7423 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7424
7425 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7426
7427 * international/mule-diag.el (describe-char-after): Make *Help*
7428 buffer inherit multibyteness of the current buffer.
7429
7430 * international/mule.el (make-char): Docstring adjusted for the
7431 change of make-char-internal.
7432
7433 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * international/iso-cvt.el: Docstrings fix.
7436
7437 2000-12-20 Dave Love <fx@gnu.org>
7438
7439 * subr.el (eval-after-load): Doc fix.
7440
7441 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7442
7443 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7444 for numbers.
7445
7446 2000-12-20 Miles Bader <miles@gnu.org>
7447
7448 * international/quail.el (quail-help): Resize the help window
7449 again after it has all its contents. Remove unneeded progn.
7450
7451 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7452
7453 * pcmpl-linux.el: Fix copy/paste error.
7454
7455 2000-12-19 Andrew Innes <andrewi@gnu.org>
7456
7457 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7458
7459 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7460
7461 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7462
7463 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7464
7465 * progmodes/idlw-shell.el: Fixed copyright notice.
7466
7467 * progmodes/idlwave.el: Fixed copyright notice.
7468
7469 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7470 TAB as key separators.
7471
7472 2000-12-19 Alex Schroeder <alex@gnu.org>
7473
7474 * sql.el (sql-sybase-options): New option.
7475 (sql-sybase): Use it. Add sql-database to the list of parameters
7476 provided for login. The options -w 2048 -n are not used any more.
7477 (sql-postgres-options): Changed default from "--pset" to "-P".
7478 (sql-mysql-options): Doc change.
7479 (sql-stop): Doc change.
7480
7481 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7482
7483 * international/quail.el (quail-input-method): Always hide
7484 the guidance buffer on exiting.
7485
7486 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7487
7488 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7489 isn't fboundp.
7490
7491 * server.el (server-buffer-done): Bury the buffer before
7492 killing it.
7493
7494 * faces.el (face-spec-set): Interpret a nil in specs for
7495 foreground and background colors as `unspecified', for
7496 compatibility with 20.x.
7497
7498 2000-12-18 Dave Love <fx@gnu.org>
7499
7500 * simple.el (mail-user-agent): Doc fix.
7501 (input-mode-8-bit): Removed.
7502
7503 * international/mule.el (set-keyboard-coding-system): Doc fix.
7504 (keyboard-coding-system): New option.
7505
7506 * mail/sendmail.el (send-mail-function): Customize.
7507
7508 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7509
7510 * international/codepage.el (cp866-decode-table): New table.
7511
7512 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7513
7514 * version.el (emacs-version): Remove `%a' from the time format
7515 because the weekday doesn't fit well into each locale.
7516
7517 2000-12-18 Miles Bader <miles@gnu.org>
7518
7519 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7520
7521 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7522 Check that emacs-major-version is `=' to 20, not `>='.
7523 (artist-replace-chars): Use `make-string' instead of a loop.
7524
7525 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7526
7527 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7528 (cvs-execute-single-file): Don't change directory.
7529 Patch from Per Cederqvist.
7530
7531 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7532
7533 * textmodes/ispell.el (check-ispell-version):
7534 If `ispell-program-name' is "aspell", pass it the -v switch instead
7535 of -vv.
7536
7537 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7538
7539 * international/mule-diag.el (mule-diag): Insert information about
7540 configure options, multibyte awareness, language env.
7541
7542 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7543 regexp to search for candidates.
7544
7545 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7546
7547 * info.el (Info-forward-node): If the node has an
7548 Info-header-line, widen the buffer before searching for "next:"
7549 and "up:" pointers, and set the search limit to stay in the
7550 current node.
7551
7552 2000-12-16 Miles Bader <miles@gnu.org>
7553
7554 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7555
7556 2000-12-15 Miles Bader <miles@gnu.org>
7557
7558 * comint.el (comint-send-string, comint-send-region): Also accept
7559 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7560 process-send-string/region.
7561
7562 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7563
7564 * isearch.el (isearch-lazy-highlight-max): New user-option.
7565 (isearch-lazy-highlight-update): Don't highlight more than
7566 isearch-lazy-highlight-max matches.
7567
7568 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7569
7570 2000-12-15 Richard M. Stallman <rms@gnu.org>
7571
7572 * sort.el (sort-columns): Fix error message.
7573
7574 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7575 `upcase' or `downcase' or nil.
7576 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7577 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7578 (dabbrev--substitute-expansion): New arg record-case-pattern.
7579 If it is non-nil, set dabbrev--last-case-pattern.
7580 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7581
7582 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7583
7584 2000-12-15 Miles Bader <miles@gnu.org>
7585
7586 * paths.el (Info-default-directory-list): Don't delete
7587 configure-info-directory from the list of standard info
7588 directories when appending it to the end -- their order is important.
7589
7590 * faces.el (read-face-attribute): If there's no entry for the
7591 user's input in VALID, just use it as-is (this will often result
7592 in an error, but it may be OK for e.g. colors using hexadecimal
7593 notation, and at least will yield a better error message).
7594
7595 * window.el (mode-line-window-height-fudge): Function removed.
7596 (height-affecting-face-attributes, mode-line-window-height-fudge):
7597 Variables removed.
7598 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7599 window is really the right size. Use vertical-motion
7600 rather than forward-line.
7601 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7602 (ispell-command-loop, ispell-show-choices): Use the variable
7603 ispell-choices-win-default-height, rather than the function.
7604 (ispell-choices-win-default-height): Function removed.
7605 (ispell-mode-line-window-height-fudge): Function removed.
7606
7607 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7610
7611 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7612
7613 * paths.el (Info-default-directory-list):
7614 If configure-info-directory is not one of the standard directories,
7615 put it first in the list; otherwise put it last. Doc string
7616 changed accordingly.
7617
7618 * info.el (Info-directory-list): Change doc string to reflect the
7619 change in Info-default-directory-list.
7620
7621 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7622 windows-nt as windowed environments, even under -nw.
7623
7624 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7625 if not fboundp. Switch delete-forward mode for the <delete> key
7626 on all PC platforms, even under -nw.
7627
7628 * term/internal.el ([M-delete]): Remap to M-d.
7629
7630 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7631
7632 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7633
7634 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7635
7636 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7637
7638 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7639
7640 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7641 if appropriate.
7642
7643 * simple.el (delete-key-deletes-forward): New user-option.
7644 (delete-key-deletes-forward-mode): New function.
7645
7646 * bindings.el: Bind `delete' to backward-delete-char.
7647
7648 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7649 Test if symbol is bound before getting its value.
7650
7651 * tooltip.el (tooltip-show): If an error is signaled in
7652 x-show-tip, display that error, and display the help in the
7653 echo area.
7654
7655 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7656
7657 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7658 Show "... entries" messages for every 10000 entries, not 10.
7659
7660 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7661
7662 * bookmark.el: Provide a generic exit hook, as suggested by
7663 Ovidiu Predescu <ovidiu@cup.hp.com>:
7664 (bookmark-exit-hook): New var.
7665 (bookmark-exit-hook-internal): New func, replaces
7666 old raw lambda form in `kill-emacs-hook', and runs new
7667 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7668 as logically that feature must have been provided if this function
7669 is running.
7670 Removed ;;;###autoload before the `add-hook' call.
7671
7672 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7673
7674 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7675 (easy-menu-current-active-maps): New function.
7676 (easy-menu-get-map): Use it.
7677 Make a proper menu entry when creating a new keymap.
7678
7679 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7680
7681 * international/characters.el: Fix cases and syntaxes for
7682 mule-unicode-0100-24ff.
7683
7684 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7685 that a Japanese character is not appended after day and year.
7686
7687 * info.el (Info-suffix-list): Change format for a command that
7688 requires arguments.
7689 (info-insert-file-contents): Adjusted for the above change.
7690
7691 2000-12-12 Andreas Schwab <schwab@suse.de>
7692
7693 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7694 on the name of the tar buffer. Verify that the existing buffer is
7695 visiting the same subfile.
7696
7697 2000-12-12 Dave Love <fx@gnu.org>
7698
7699 * subdirs.el: Add obsolete.
7700
7701 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7702
7703 * mail/rmailsum.el (rmail-summary-expunge)
7704 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7705 instead of rmail-confirm-expunge.
7706
7707 * replace.el (perform-replace): Don't use an empty match adjacent
7708 to a non-empty match when computing the next match before the
7709 replacement is performed.
7710
7711 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7712
7713 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7714 definition (patch by Stefan Monnier).
7715 (glasses-mode): Use jit-lock instead of `after-change-functions'
7716 (patch by Stefan Monnier).
7717
7718 2000-12-12 Miles Bader <miles@gnu.org>
7719
7720 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7721 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7722
7723 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7724
7725 * term/mac-win.el: Remove load for ls-lisp.
7726
7727 * loadup.el: Load ls-lisp for system-type `macos'.
7728
7729 2000-12-12 Miles Bader <miles@gnu.org>
7730
7731 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7732 Respect field end too.
7733 (just-one-space): Respect fields as `delete-horizontal-space'.
7734 (newline-and-indent, reindent-then-newline-and-indent):
7735 Use `delete-horizontal-space'.
7736
7737 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7738
7739 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7740 (so as to obey the field property in the minibuffer).
7741
7742 * obsolete/c-mode.el: Moved from lisp/progmodes.
7743 * obsolete/auto-show.el: Moved from lisp.
7744 * obsolete/ooutline.el: Moved from lisp/textmodes.
7745
7746 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7747
7748 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7749 changes to list them here.
7750
7751 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7752 Too many changes to list them here.
7753
7754 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7755 Too many changes to list them here.
7756
7757 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7758
7759 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7760
7761 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7762
7763 * cus-edit.el (custom-save-variables, custom-save-faces):
7764 Comment fix.
7765
7766 * hscroll.el: Moved to `obsolete' subdir.
7767
7768 2000-12-11 Miles Bader <miles@gnu.org>
7769
7770 * window.el (window-text-height): Function removed (now in C).
7771
7772 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7773
7774 * log-edit.el (log-edit-parent-buffer): New var.
7775 (log-edit): Set it. Add BUFFER argument.
7776 (log-edit-done): Use char-before.
7777 Don't bother checking validity of vc-comment-ring.
7778 Only bury the buffer if log-edit popped it up.
7779
7780 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7781 (cvs-mode-diff-help): Remove.
7782 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7783 (cvs-mode-marked): Set up the default for CMD manually.
7784
7785 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7786 Remove binding for ? now made unnecessary.
7787
7788 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7789
7790 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7791 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7792
7793 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7794 when master file is not open.
7795
7796 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7797
7798 * progmodes/ada-stmt.el: Update `maintainer'.
7799
7800 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7801
7802 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7803 choices to match documentation string.
7804
7805 2000-12-09 Miles Bader <miles@gnu.org>
7806
7807 * minibuf-eldef.el: New file.
7808
7809 * window.el (fit-window-to-buffer): Don't pass last argument to
7810 pos-visible-in-window-p, now that its meaning is inverted.
7811
7812 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7813
7814 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7815 <ceder@lysator.liu.se>.
7816
7817 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7818
7819 * autoinsert.el (auto-insert-alist): Add missing final \n.
7820
7821 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7822 (cvs-menu-map): Remove.
7823 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7824 (cvs-mode-quit): Turn it back into a plain function.
7825
7826 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7827 (texinfo-filter): Remove (move to texinfo.el).
7828
7829 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7830 file where it's more visible.
7831 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7832 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7833 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7834 (texinfo-inside-macro-p): Only catch `scan-error's.
7835 (texinfo-inside-env-p): Make better use of the match info.
7836 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7837 (texinfo-insert-@end): Slight re-organization.
7838 Also remove useless `looking-at' call.
7839
7840 2000-12-08 Andrew Innes <andrewi@gnu.org>
7841
7842 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7843 accessible in -nw mode.
7844
7845 * term/w32-win.el: Remove stuff about selection timeout, which is
7846 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7847 it is accessible in -nw mode.
7848
7849 2000-12-08 Dave Love <fx@gnu.org>
7850
7851 * emacs-lisp/lisp-mode.el (lisp-mode):
7852 Set font-lock-keywords-case-fold-search.
7853
7854 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7855
7856 * textmodes/ispell.el (ispell): Doc fix.
7857
7858 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7859
7860 * international/quail.el (quail-insert-decode-map): Check the
7861 frame width of a window displaying the current buffer, not that of
7862 the selected frame.
7863 (quail-help): Make sure that the help buffer has window before
7864 inserting text in it.
7865
7866 2000-12-07 Sam Steingold <sds@gnu.org>
7867
7868 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7869 Backquote is used in isearch.el, so autoloading saves nothing.
7870
7871 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7872
7873 * startup.el (normal-top-level-add-subdirs-to-load-path):
7874 Ignore the CVS and RCS subdirectories case-insensitively.
7875
7876 * dired.el (dired-insert-directory): If file-system-info is
7877 fboundp, call it instead of invoking dired-free-space-program.
7878
7879 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7880
7881 * server.el (server-visit-files): Push files on file-name-history.
7882
7883 * progmodes/cc-langs.el: Update copyright.
7884
7885 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7886
7887 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7888
7889 * bindings.el (mode-line-mode-menu): Reverse the order
7890 of define-keys so that the menu appears in alphabetical order.
7891
7892 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7893
7894 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7895 of the function.
7896
7897 2000-12-07 Dave Love <fx@gnu.org>
7898
7899 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7900
7901 * facemenu.el (facemenu-unlisted-faces): Fix value.
7902
7903 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7904
7905 * font-lock.el (font-lock-default-fontify-region):
7906 Include the terminating \n (off-by-one error).
7907 (font-lock-set-defaults): Use dolist.
7908
7909 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7910
7911 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7912
7913 * international/mule-cmds.el (describe-language-environment):
7914 Fix for the case that an input method title is not string but a list.
7915
7916 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7917 of wrong SIZE record.
7918
7919 2000-12-06 Dave Love <fx@gnu.org>
7920
7921 * newcomment.el (comment-region, comment-dwim): Doc fix.
7922
7923 * textmodes/texinfo.el: Require tex-mode when compiling.
7924 (texinfo-update-node): Doc fix.
7925 (texinfo-imenu-generic-expression): Add @anchor.
7926 (texinfo-font-lock-keywords): Add @uref.
7927 (texinfo-inside-macro-p): Don't use ignore-errors.
7928 (texinfo-insert-quote): Match more contexts.
7929
7930 * international/mule.el (decode-char, encode-char): Doc fix.
7931 (auto-coding-alist): Customize.
7932
7933 * files.el (load-file): Fix change of 2000-03-12.
7934
7935 * wid-edit.el (widget-text-keymap): Doc fix.
7936
7937 2000-12-06 Andrew Innes <andrewi@gnu.org>
7938
7939 * makefile.w32-in (lisp): Set to an absolute directory, namely
7940 $(CURDIR).
7941
7942 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7943
7944 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7945 read generated-autoload-file, and set buffer-file-coding-system to
7946 raw-text-unix after reading the file.
7947
7948 * international/mule-conf.el (file-coding-system-alist):
7949 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7950
7951 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7952
7953 * replace.el (occur): Make line-number-width 1 smaller for the
7954 colon following the line number.
7955
7956 * startup.el (fancy-splash-text, command-line-1):
7957 Use `File' for the menu name instead of `Files'.
7958
7959 * tmm.el: Update copyright.
7960
7961 * cus-start.el: Add entry for even-window-heights.
7962
7963 2000-12-06 Miles Bader <miles@gnu.org>
7964
7965 * faces.el (frame-set-background-mode): Avoid stomping on
7966 locally modified faces.
7967
7968 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7969
7970 * international/fontset.el: Correct the font registries for
7971 japanese-jisx0213-1 and japanese-jisx0213-2.
7972
7973 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7974
7975 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7976
7977 * iswitchb.el: Update customization commentary.
7978
7979 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7980
7981 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7982 (tpu-search-highlight): Fixed comparison of overlay end positions.
7983 (tpu-trim-line-ends): Implemented trimming logic locally.
7984
7985 * emulation/tpu-extras.el (tpu-write-file-hook)
7986 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7987
7988 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7989
7990 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7991 to cn-gb.
7992 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7993
7994 2000-12-04 Dave Love <fx@gnu.org>
7995
7996 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7997
7998 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7999
8000 * mail/rmailsum.el (rmail-summary-expunge)
8001 (rmail-summary-expunge-and-save): Ask for confirmation with
8002 rmail-expunge-confirmed.
8003
8004 * mail/rmail.el (rmail-expunge-confirmed): New function.
8005 (rmail-expunge): Use it.
8006
8007 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8008
8009 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8010 (etags-recognize-tags-table, find-tag-in-order):
8011 New functionality: interpret file names as tags.
8012
8013 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8014
8015 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8016 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8017 the first subnode until the bottom of the current node is visible.
8018
8019 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8020
8021 * format.el (format-decode): Don't change buffer's undo list.
8022
8023 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8024
8025 * faces.el (face-font-registry-alternatives): Add entries for CJK
8026 fonts. Doc-string adjusted for the actual usage of this data.
8027
8028 * international/fontset.el: Change the font registries for CJK
8029 fonts in the default fontset. Don't append '*' to registries.
8030
8031 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8032
8033 * emacs-lisp/easy-mmode.el (define-derived-mode)
8034 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8035
8036 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8037 (derived-mode-p): New function.
8038 (derived-mode-make-docstring): Add `docstring' argument.
8039 Use it if available and complete it if necessary.
8040
8041 2000-12-03 Andreas Schwab <schwab@suse.de>
8042
8043 * type-break.el (type-break): Don't make parent of itself.
8044
8045 2000-12-03 Miles Bader <miles@gnu.org>
8046
8047 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8048
8049 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8050
8051 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8052 (tex-main-file, tex-file): Simplify.
8053 (tex-generate-zap-file-name): Use subst-char-in-string.
8054 (tex-strip-dots): Remove.
8055
8056 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8057
8058 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8059 to check if the match succeeded.
8060
8061 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8062
8063 * startup.el (use-fancy-splash-screens-p): New function.
8064 (command-line-1): Use it to determine whether or not to use
8065 a fancy splash screen.
8066
8067 2000-12-02 Andreas Schwab <schwab@suse.de>
8068
8069 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8070
8071 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8072
8073 * international/mule.el (make-char): Fix last change.
8074
8075 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8076 New defcustoms.
8077 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8078 autoloading tex-mode; instead, do the same manually.
8079 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8080 with numeric argument. Docstring fix.
8081 (toplevel): Require cl when compiling.
8082
8083 * international/mule.el (make-char): Doc fix.
8084
8085 2000-12-02 Jason Rumney <jasonr@gnu.org>
8086
8087 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8088 the Emacs Lisp manual)
8089
8090 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8091
8092 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8093
8094 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8095 the Emacs Lisp manual).
8096
8097 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8098
8099 * simple.el (next-line-add-newlines): Change default to nil.
8100
8101 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8102
8103 * files.el (revert-buffer, recover-file):
8104 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8105
8106 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8107
8108 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8109
8110 2000-12-01 Miles Bader <miles@gnu.org>
8111
8112 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8113
8114 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8115
8116 * international/mule-diag.el (describe-char-after): Fix typo.
8117 (describe-character-set, non-iso-charset-alist): Fix typo.
8118
8119 2000-12-01 Miles Bader <miles@gnu.org>
8120
8121 * image-file.el (image-file-name-regexp): Automatically add
8122 upper-case variants of each filename extension in
8123 `image-file-name-extensions', since they seem to be common.
8124
8125 * simple.el (minibuffer-contents)
8126 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8127 New functions.
8128 * filecache.el (file-cache-directory-name)
8129 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8130
8131 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8132
8133 * filecache.el (file-cache-minibuffer-complete): Don't try to
8134 delete the minibuffer prompt.
8135
8136 2000-11-30 Dave Love <fx@gnu.org>
8137
8138 * cus-start.el: Fix read-buffer-function type.
8139
8140 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8141
8142 * md5.el: Removed. There's a built-in function, now.
8143
8144 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8145
8146 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8147 as dummy 0-th char of rmail-deleted-vector.
8148
8149 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8150
8151 * ps-print.el (ps-end-job): Bind case-fold-search only after
8152 switching to ps-spool-buffer.
8153
8154 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8155
8156 * ps-print.el: Line number font customization. PostScript: Lines and
8157 PageCount are initialized on each page. Doc Fix.
8158 (ps-print-version): New version number (6.3.2).
8159 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8160 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8161 (ps-right-header): Customization fix.
8162 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8163 Fix code.
8164 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8165 New vars.
8166
8167 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8168
8169 * bs.el: Fix typos and spelling errors.
8170 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8171 (bs-configuration): Doc fix.
8172
8173 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8174
8175 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8176
8177 * emulation/tpu-edt.el (tpu-version): New version.
8178 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8179 (tpu-original-mode-line): Variable deleted.
8180 (tpu-mark-flag): New initial value.
8181 (tpu-set-mode-line): Don't redefine mode-line-format.
8182 Add tpu-mark-flag to minor-mode-alist.
8183 (tpu-update-mode-line): New mark flag logic.
8184 (tpu-get): Use find-file-wildcards.
8185 (tpu-search-highlight): Move overlay less, reset overlay properly.
8186 (tpu-unselect): Deactivate mark.
8187 (tpu-lm-replace): Reset overlay properly.
8188 (tpu-forward-line): Use forward-visible-line.
8189 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8190
8191 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8192
8193 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8194
8195 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8196
8197 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8198
8199 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8200 and skip whitespace and newlines.
8201
8202 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8203
8204 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8205
8206 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8207
8208 * help.el (describe-function-1): Regexp-quote function name
8209 when used as part of a regexp.
8210
8211 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8212 Use face-attribute instead of face-foreground and face-background.
8213 (tool-bar-add-item): Likewise, and handle unspecified colors.
8214
8215 * enriched.el (enriched-face-ans): Use face-attribute instead
8216 of face-foreground and face-background.
8217
8218 * faces.el (face-foreground, face-background, face-stipple):
8219 Return nil if attribute is unspecified, for backward compatibility.
8220
8221 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8222
8223 * play/5x5.el: Remove version info.
8224
8225 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8226
8227 * frame.el (blink-cursor-mode): Doc fix.
8228
8229 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8230
8231 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8232 to create Makefile rules.
8233 (antlr-tool-command): New user option.
8234 (antlr-ask-about-save): New user option.
8235 (antlr-makefile-specification): New user option.
8236 (antlr-file-formats-alist): New variable.
8237 (antlr-special-file-formats): New variable.
8238 (antlr-unknown-file-formats): New user option.
8239 (antlr-help-unknown-file-text): New variable.
8240 (antlr-help-rules-intro): New variable.
8241 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8242 (antlr-mode-menu): Add entries.
8243 (antlr-file-dependencies): New function.
8244 (antlr-directory-dependencies): New function.
8245 (antlr-superclasses-glibs): New function.
8246 (antlr-run-tool): New command.
8247 (antlr-makefile-insert-variable): New function.
8248 (antlr-insert-makefile-rules): New function.
8249 (antlr-show-makefile-rules): New command.
8250
8251 * antlr-mode.el: More Emacs/XEmacs stuff.
8252 (antlr-no-action-keywords): New constant with value nil.
8253 (antlr-font-lock-keywords-alist): Use it. Old value would break
8254 syntax highlighting in Emacs-21.0.
8255 (antlr-default-directory): Emacs/XEmacs dependend function.
8256 (antlr-read-shell-command): Ditto.
8257 (antlr-with-displaying-help-buffer): Ditto.
8258
8259 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8260
8261 * antlr-mode.el: imenu, parsing and highlighting changes.
8262 (antlr-imenu-create-index-function): Don't create extra submenus
8263 for definitions in different grammar classes. It is not necessary
8264 for the menu and would make command `imenu' awkward to use.
8265 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8266 header actions and more than one.
8267 (antlr-font-lock-tokendef-face): Changed color.
8268 (antlr-font-lock-tokenref-face): Changed color.
8269 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8270 (antlr-mode-syntax-table): New variable.
8271 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8272 (antlr-with-syntax-table): Don't copy syntax table.
8273
8274 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8275
8276 * antlr-mode.el: Minor changes: language setting.
8277 (antlr-language-alist): The value for file option "language" can
8278 be both an identifier and a string.
8279 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8280 (antlr-language-limit-n-regexp): Change accordingly.
8281
8282 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8283
8284 * antlr-mode.el: Minor changes: tabs, hiding.
8285 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8286 (antlr-action-visibility): Also allow value nil to also hide the
8287 braces. Renamed from `antlr-tiny-action-length'.
8288 Suggested by Jay@aol.com.
8289 (antlr-hide-actions): Change accordingly. Hide line if completely
8290 hidden action is on a line of its own.
8291
8292 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8293
8294 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8295
8296 * sort.el (sort-columns): Don't concat strings with numbers.
8297
8298 2000-11-29 Dave Love <fx@gnu.org>
8299
8300 * cus-edit.el (face): Fix :format.
8301
8302 * mail/feedmail.el: Require smtpmail when compiling.
8303 (mail-do-fcc): Autoload.
8304 (feedmail) <defgroup>: Fix :link.
8305 (feedmail-nuke-body-in-fcc): Fix :type.
8306 (feedmail-send-it): Add autoload cookie.
8307
8308 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8309
8310 * newcomment.el (comment-indent): Save excursion around call to
8311 comment-indent-function.
8312
8313 2000-11-29 Miles Bader <miles@gnu.org>
8314
8315 * subr.el (member-ignore-case): Return the tail of the list who's
8316 car matches, like `member', not the matching element itself.
8317
8318 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8319
8320 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8321 should not contain `\n'.
8322
8323 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8324
8325 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8326
8327 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8328
8329 * dired-aux.el (dired-do-create-files): Construct default file
8330 name for dired-mark-read-file-name so that when the user enters
8331 just RET, the target file will end up in the target directory.
8332
8333 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8334 local-abbrev-table before changing buffers because it might
8335 have a buffer-local binding.
8336
8337 2000-11-28 Miles Bader <miles@gnu.org>
8338
8339 * simple.el (delete-horizontal-space): Handle fields more generally.
8340
8341 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8342
8343 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8344
8345 2000-11-28 Dave Love <fx@gnu.org>
8346
8347 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8348 comment-start-skip locally.
8349
8350 * progmodes/fortran.el (fortran-mode): Don't set
8351 fortran-comment-line-start-skip. Set comment-start to
8352 fortran-comment-line-start.
8353 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8354 (fortran-comment-line-start-skip): Simplify slightly.
8355
8356 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8357
8358 * play/5x5.el: Remove RCS keyword.
8359
8360 * bs.el: Mistaken commit, undone 2000-11-30.
8361
8362 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8363
8364 * textmodes/tildify.el (tildify-string-alist):
8365 Add `plain-tex-mode' here.
8366
8367 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8368
8369 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8370 reference.
8371
8372 2000-11-28 Miles Bader <miles@gnu.org>
8373
8374 * cus-face.el (custom-face-attributes): Add post-filter function
8375 for :box. Make pre-filter function for :box handle all cases.
8376
8377 * wid-edit.el (widget-choose): Make sure pop-up window is large
8378 enough to display all the choices, as there's no way to scroll it.
8379
8380 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8381
8382 * international/mule-conf.el: Make the coding system no-conversion
8383 safe for all characters.
8384
8385 2000-11-27 Dave Love <fx@gnu.org>
8386
8387 * net/ldap.el (ldap) <defgroup>: Add :version.
8388
8389 * tooltip.el (tooltip-use-echo-area): Doc fix.
8390
8391 * cus-start.el <minibuffer-prompt-properties>: Add version.
8392 <read-buffer-function>: Add.
8393
8394 * apropos.el (apropos-print): Add help-echo to active text.
8395
8396 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8397
8398 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8399
8400 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8401 type, group and version.
8402
8403 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8404
8405 * select.el (x-get-selection): Docstring fix.
8406
8407 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8408
8409 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8410
8411 2000-11-27 Andrew Innes <andrewi@gnu.org>
8412
8413 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8414
8415 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8416
8417 2000-11-27 Miles Bader <miles@gnu.org>
8418
8419 * dired.el (dired-get-filename): Return filename verbatim if
8420 LOCALP is `verbatim'.
8421 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8422 `verbatim' so that we don't inadvertently delete a non-existant
8423 directory name.
8424
8425 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8426
8427 * international/characters.el: Specify cases and syntaxes for
8428 mule-unicode-0100-24ff.
8429
8430 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8431
8432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8433 that foreground and/or background colors of the face `tool-bar'
8434 are unspecified.
8435
8436 2000-11-27 Miles Bader <miles@gnu.org>
8437
8438 * wid-edit.el (widget-field-buffer, widget-field-start)
8439 (widget-field-end): Handle widget field `pseudo-overlays'.
8440 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8441 if it's there instead of in `widget-field-list'.
8442
8443 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8444 (help-make-xrefs): Delete extraneous newlines at the end of the
8445 docstring.
8446
8447 2000-11-25 Jason Rumney <jasonr@gnu.org>
8448
8449 * startup.el (command-line): Call set-locale-environment after
8450 Window System init file is read, as it can result in a call to
8451 redraw-frame.
8452
8453 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8454
8455 * simple.el (shell-command): Mention the effect of the prefix
8456 argument in the doc string.
8457
8458 2000-11-25 Miles Bader <miles@gnu.org>
8459
8460 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8461
8462 * wid-edit.el (widget-field-value-delete): Don't try to delete
8463 overlay when it's the `pseudo-overlay' that exists at some points.
8464
8465 2000-11-24 Jason Rumney <jasonr@gnu.org>
8466
8467 * international/mule-cmds.el (locale-language-names): Add "jp" as
8468 a non-standard alternative for Japanese.
8469
8470 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8471
8472 * vc-hooks.el: Require 'cl during compilation.
8473
8474 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8475
8476 * faces.el (face-set-after-frame-default): Let face attributes
8477 specified for new frames override frame parameters.
8478
8479 * startup.el (command-line): Fix computation of the source file
8480 for user-init-file when user-init-file is a compiled file.
8481
8482 2000-11-24 Miles Bader <miles@gnu.org>
8483
8484 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8485 (custom-post-filter-face-spec): New functions.
8486 (custom-face-set, custom-face-value-create): Filter the face spec
8487 before and after customization.
8488 (custom-face-set): If VALUE specifies a null face, pass a
8489 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8490 * cus-face.el (custom-face-attributes): Remove SET and GET
8491 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8492 cases they're needed.
8493
8494 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8495 that it's distinguishable from the :off-glyph on dark-background
8496 displays. Set its background color too.
8497
8498 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8499 so that people can easily turn it off.
8500
8501 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8502
8503 * ediff-diff.el: Moved variables around to have it compile under NT.
8504
8505 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8506
8507 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8508
8509 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8510 redundant skip-small-frames test.
8511
8512 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8513 (viper-downgrade-to-insert): Protect against errors in hooks.
8514
8515 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8516 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8517 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8518 New functions.
8519
8520 * viper-util.el (viper-memq-char): Bug fixes.
8521
8522 * viper.el (viper-mode): Fix cursor handling.
8523
8524 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8525
8526 * international/mule-diag.el (list-iso-charset-chars):
8527 For two-byte charset, fix the `while' condition.
8528 (list-non-iso-charset-chars): Fix the `while' condition.
8529
8530 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8531
8532 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8533 if the variable is make-variable-buffer-local.
8534
8535 * progmodes/ada-stmt.el (ada-template-map):
8536 Initialize and bind it to C-c t in ada-mode-map.
8537 (ada-stmt-mode-hook): New function extracted from old code.
8538 Only change the buffer-local side of skeleton-*.
8539 (ada-mode-hook): Use it.
8540
8541 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8542
8543 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8544 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8545 we expect to be returned by minibuffer-depth once we prompt the
8546 user in the minibuffer.
8547 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8548 as recorded in iswitchb-minibuf-depth, return non-nil.
8549
8550 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8551
8552 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8553 (hscroll-window-maybe): Docstring fix.
8554
8555 2000-11-23 Dave Love <fx@gnu.org>
8556
8557 * rect.el (string-rectangle): Don't test delete-selection-mode.
8558
8559 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8560
8561 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8562 is in the tool bar.
8563
8564 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8565 with `no-dir'; we want the directory part to be able to remove it.
8566
8567 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8568
8569 * textmodes/outline.el (outline-flag-region):
8570 Don't bind inhibit-read-only since we don't modify the buffer.
8571 (outline-isearch-open-invisible): Don't jump to overlay-start
8572 since we're trying to unhide text around point.
8573 (outline-discard-overlays): Use dolist.
8574
8575 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8576
8577 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8578
8579 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8580
8581 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8582
8583 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8584 Fix ARG regexp to skip quoted braces.
8585 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8586 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8587 are (correctly) handled separately).
8588 Remove `caption' and `footnote' from `citations': they contain text.
8589 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8590 (latex-skeleton-end-hook): New function.
8591 (latex-mode): Use it.
8592 (tex-start-tex-marker): Remove.
8593 (tex-send-tex-command): Don't set tex-start-tex-marker.
8594 (tex-error-parse-syntax-table): New var.
8595 (tex-compilation-parse-errors): Use it.
8596 Ignore tex-start-tex-marker. Don't bother with marker-position.
8597 (tex-validate-buffer): Don't bother with marker-position.
8598
8599 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8600 (flyspell-generic-progmode-verify): Use it.
8601
8602 2000-11-22 Sam Steingold <sds@gnu.org>
8603
8604 * simple.el (delete-trailing-whitespace): New interactive function.
8605
8606 * progmodes/ada-mode.el (ada-mode): Use it instead of
8607 `ada-remove-trailing-spaces'.
8608 (ada-remove-trailing-spaces): Removed.
8609
8610 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8611
8612 * textmodes/picture.el (picture-clean): Removed.
8613 (picture-mode-exit): Call it instead of `picture-clean'.
8614
8615 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8616
8617 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8618
8619 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8620 jit-lock-fontify-buffer; it should anyway be unneccessary to
8621 do anything special when jit-lock is active.
8622 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8623
8624 2000-11-22 Dave Love <fx@gnu.org>
8625
8626 * calendar/todo-mode.el (todo-top-priorities): Use
8627 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8628
8629 * language/chinese.el, language/cyrillic.el:
8630 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8631 * language/hebrew.el, language/indian.el, language/japanese.el:
8632 * language/korean.el, language/lao.el, language/misc-lang.el:
8633 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8634 Use provide.
8635
8636 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8637 (custom-variable-set): Improve validation error mesage.
8638
8639 * rect.el (string-rectangle): Revert last change.
8640 (string-rectangle-line): New arg DELETE.
8641 (string-rectangle): Check delete-selection-mode.
8642
8643 * emacs-lisp/edebug.el (edebug-version)
8644 (edebug-maintainer-address): Deleted.
8645 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8646 (edebug-read-function): Account for other `'#' read forms.
8647 (edebug-mode-menus): Make some items toggles.
8648 (edebug-outside-unread-command-event, unread-command-event):
8649 Remove these to avoid warnings.
8650
8651 2000-11-22 David Ponce <david@dponce.com>
8652
8653 * recentf.el (recentf-menu-items-for-commands)
8654 (recentf-make-menu-items, recentf-make-menu-item)
8655 (recentf-filter-changer): Added :help and :active menu-item properties.
8656
8657 (recentf-build-dir-rules, recentf-dump-variable)
8658 (recentf-edit-list, recentf-open-files-item)
8659 (recentf-open-files): Replaced unnecessary `mapcar' with new
8660 built-in `mapc'.
8661
8662 2000-11-23 Miles Bader <miles@gnu.org>
8663
8664 * faces.el (menu): Make inverse-video on ttys too.
8665
8666 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8667
8668 * simple.el (comment-line-break-function): Use the new name
8669 indent-new-comment-line -> comment-indent-new-line.
8670 (clone-indirect-buffer): Don't ignore NORECORD.
8671 (next-completion): Properly handle the case where items are adjacent.
8672
8673 * mouse.el (popup-menu): Stupid typo.
8674
8675 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8676
8677 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8678 maintainer, keywords tags.
8679
8680 * rect.el (replace-rectangle): Don't call string-rectangle-line
8681 with too many arguments.
8682
8683 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8684
8685 * ediff-util.el (ediff-file-checked-out-p)
8686 (ediff-file-checked-in-p): Call vc-state instead of
8687 vc-locking-user, which no longer exists.
8688
8689 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8690
8691 2000-11-22 Dave Love <fx@gnu.org>
8692
8693 * md5.el (md5): Provide.
8694 (md5): Fix error call.
8695
8696 2000-11-22 Miles Bader <miles@gnu.org>
8697
8698 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8699 (refill-fill-paragraph-at): Remove debugging code.
8700
8701 * calendar/calendar.el (generate-calendar-window): When we don't
8702 call `fit-window-to-buffer', make sure the top line is fully visible.
8703
8704 * image-file.el (insert-image-file): Don't make `read-only'
8705 property rear-nonsticky.
8706
8707 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8708 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8709 stashing away its original value.
8710 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8711 in the recursive edit.
8712 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8713 (isearch-done): Restore `minibuffer-message-timeout'.
8714
8715 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8716
8717 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8718
8719 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8720
8721 * find-lisp.el (find-lisp-find-files-internal):
8722 Use dolist, when and file-name-as-directory.
8723
8724 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8725 (define-derived-mode, define-minor-mode): Add specs.
8726
8727 * window.el: General comment and spacing fixes.
8728 (save-selected-window): Use backquotes.
8729 (window-safely-shrinkable-p): New function.
8730 (shrink-window-if-larger-than-buffer): Use it.
8731
8732 * subr.el (make-local-hook): Docstring fix.
8733
8734 * shell.el (shell-mode): Use define-derived-mode.
8735
8736 * newcomment.el (comment-indent): Insert comment before calling
8737 comment-indent-function. Don't insert in column 0.
8738 (comment-dwim): Indent before inserting comment.
8739
8740 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8741 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8742 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8743 Use mapc rather than map.
8744
8745 * files.el (find-buffer-visiting): Compare all attributes before
8746 declaring two files identical (rather than just their inode-no).
8747 (auto-mode-alist): Use \' rather than $.
8748
8749 * which-func.el: Update maintainer line.
8750
8751 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8752 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8753 (uniquify-buffer-file-name): Use it.
8754
8755 2000-11-22 Miles Bader <miles@gnu.org>
8756
8757 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8758 * simple.el (minibuffer-avoid-prompt): New function.
8759
8760 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8761
8762 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8763
8764 2000-11-21 Miles Bader <miles@gnu.org>
8765
8766 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8767 inclusion of `track-mouse'.
8768
8769 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8770 (refill-adjust-ignorable-overlay): New function.
8771 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8772 only the paragraph's tail if possible.
8773 Update `refill-ignorable-overlay'.
8774 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8775
8776 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8777 point inside the fill-prefix.
8778
8779 * textmodes/refill.el (refill-post-command-function): Don't reset
8780 refill-doit in the case where a self-insertion command doesn't
8781 case a refill. Use `refill-fill-paragraph-at', getting position
8782 from `refill-doit'.
8783 (refill-after-change-function): Set `refill-doit' to END.
8784 (refill-fill-paragraph-at): New function, mostly from old
8785 refill-fill-paragraph.
8786 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8787 (refill-pre-command-function): New function.
8788 (refill-mode): Add it to `pre-command-hook'.
8789
8790 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8791
8792 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8793
8794 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8795 javadoc tags.
8796
8797 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8798
8799 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8800 vc.el).
8801
8802 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8803 require vc.
8804
8805 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8806 checkouts.
8807
8808 2000-11-20 Dave Love <fx@gnu.org>
8809
8810 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8811
8812 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8813
8814 * calculator.el (calculator-paste): Use `if' instead of `and'
8815 and `or'.
8816 (calculator-help): Don't use electric-describe-mode for XEmacs.
8817
8818 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8819
8820 * info.el (info-menu-5): Doc fix.
8821
8822 * textmodes/artist.el: New file.
8823
8824 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8825
8826 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8827 and differentiate according to checkout model.
8828 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8829 since this function is only concerned with master state.
8830
8831 * vc-hooks.el (vc-workfile-unchanged-p)
8832 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8833
8834 * vc.el (vc-workfile-unchanged-p)
8835 (vc-default-workfile-unchanged-p): See above.
8836
8837 2000-11-19 Miles Bader <miles@gnu.org>
8838
8839 * image-file.el (insert-image-file): Make `intangible' and
8840 `read-only' properties rear-nonsticky too.
8841
8842 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8843
8844 * ps-print.el: Update copyright notice.
8845
8846 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8847 (tooltip-show): Use the offsets.
8848
8849 * bindings.el (mode-line-modified): Fix a typo.
8850 (mode-line-toggle-modified, mode-line-widen)
8851 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8852
8853 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8854
8855 * ps-print.el (toplevel): Test for find-coding-system being
8856 fboundp before calling ps-x-find-coding-system.
8857
8858 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8859
8860 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8861 (vc-version-backup-file): Docstring fix.
8862
8863 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8864
8865 * files.el (basic-save-buffer): Don't add a newline if
8866 find-file-literally is non-nil.
8867 (find-file-literally): Extend doc string.
8868
8869 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8870 sort(1) with the `-f' argument.
8871
8872 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8873
8874 * vc.el: Updated backend documentation.
8875 (vc-default-check-headers): New function.
8876
8877 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8878
8879 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8880 up-to-date.
8881 (vc-do-command): In the asynchronous case, output messages only if
8882 the minibuffer is not active.
8883
8884 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8885 `vc-cvs-use-edit' is on.
8886 (vc-cvs-checkout): When this is used for reverting the workfile,
8887 make a backup of the original contents and revert to that in case
8888 of error.
8889 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8890 remote repositories.
8891
8892 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8893 for both version and ratio in the minibuffer.
8894
8895 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8896 Use vc-do-command to perform the annotation, not call-process.
8897
8898 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8899
8900 * international/quail.el (quail-start-translation): Don't call
8901 `message' before reading key sequence.
8902
8903 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8904
8905 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8906
8907 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8908
8909 * window.el (fit-window-to-buffer): Be sure to acquire at least
8910 one text line even if the buffer is empty.
8911
8912 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8913
8914 * net/ange-ftp.el (ange-ftp-file-writable-p)
8915 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8916 Bind ange-ftp-process-verbose to nil.
8917
8918 2000-11-15 Dave Love <fx@gnu.org>
8919
8920 * wid-edit.el (widget-specify-field, widget-specify-button):
8921 If :help-echo is a function, set help-echo of overlay to
8922 widget-mouse-help.
8923 (widget-mouse-help): New function.
8924 (widget-echo-help): Rewritten for :help-echo functions only taking
8925 a widget arg.
8926
8927 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8928 Use display-graphic-p.
8929 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8930 and that JPEG is available.
8931 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8932
8933 * international/mule-cmds.el (locale-charset-language-names):
8934 Match @euro.
8935
8936 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8937
8938 * faces.el (face-set-after-frame-default):
8939 If `inhibit-default-face-x-resources' is bound, don't intialize the
8940 default face from X resources.
8941
8942 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8943
8944 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8945 Don't set EMACSLOADPATH.
8946
8947 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8948
8949 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8950 texinfo-insert-@url.
8951 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8952 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8953
8954 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8955
8956 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8957 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8958 (checkdoc-minor-keymap): Backward compatibility.
8959 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8960 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8961 (checkdoc-this-string-valid-engine): Be a bit more strict
8962 to avoid matching substrings of `...' quoted vars/funs.
8963 (checkdoc-defun-info): Only look for `interactive' if alone.
8964 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8965
8966 * progmodes/compile.el (grep): `tag-default' can be nil.
8967
8968 * newcomment.el (comment-indent): Paren typo.
8969
8970 2000-11-14 Dave Love <fx@gnu.org>
8971
8972 * calculator.el: New maintainer version.
8973
8974 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8975
8976 * cmuscheme.el: Doc fixes.
8977 (cmuscheme) <defgroup>: Use `scheme' as parent.
8978 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8979
8980 * xscheme.el (scheme-program-name): Don't define here.
8981
8982 * progmodes/scheme.el (scheme-program-name): New variable
8983 (originally in cmuscheme).
8984
8985 2000-11-14 Miles Bader <miles@gnu.org>
8986
8987 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8988 Handle header-lines. Don't loop forever if we can't enlarge the
8989 window anymore. Simplify a bit.
8990
8991 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8992
8993 * window.el (fit-window-to-buffer): Don't check
8994 window-text-height. Assure that the last line is fully visible.
8995
8996 * international/quail.el (quail-show-guidance-buf):
8997 Call fit-window-to-buffer to assure the enough height of the guidance
8998 buffer.
8999 (quail-update-guidance): Avoid making the guidance buffer shorter.
9000
9001 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9002
9003 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9004 rather than `prepend' and add an interesting comment.
9005 (tex-math-face, tex-font-lock-syntactic-face-function):
9006 New face and function to use it.
9007 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9008 than `menu-enable' symbol property.
9009 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9010 (tex-mode): Add some latex-mode commands for auto-selection.
9011 Use tex-font-lock-syntactic-face-function.
9012 (tex-insert-quote): Simplify.
9013 (tex-shell): New mode.
9014 (tex-start-shell): Use it.
9015 (tex-shell-proc, tex-shell-buf): New functions.
9016 (tex-send-command): Use it.
9017 (tex-main-file): Fix the meaning of the new arg REALFILE.
9018 (tex-send-tex-command): New function split from `tex-start-tex'.
9019 Set compilation-last-buffer and compilation-parsing-end.
9020
9021 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9022 when it follows non-comment text on the line.
9023
9024 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9025 Set font-lock-defaults.
9026 (lisp-mode-shared-map): Init inside the defvar.
9027 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9028 Use define-derived-mode.
9029
9030 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9031
9032 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9033
9034 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9035
9036 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9037 Don't recursively optimize body because that can lead to infinite
9038 recursion; see comment there.
9039
9040 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9041
9042 * faces.el (face-spec-set-match-display): Revert the change from
9043 2000-10-24. Add a FIXME for after v21.1.
9044
9045 2000-11-13 Miles Bader <miles@gnu.org>
9046
9047 * textmodes/fill.el (skip-line-prefix): New function.
9048 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9049 (fill-paragraph): Don't leave point inside the fill-prefix.
9050 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9051 point inside the fill-prefix.
9052
9053 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9054
9055 * calendar/calendar.el (generate-calendar-window):
9056 Use `fit-window-to-buffer'.
9057
9058 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9059
9060 * gud.el (gud-minor-mode): New var.
9061 (gud-symbol, gud-val): New functions.
9062 (gud-find-file): Copy gud-minor-mode to the new buffer.
9063 (gud-menu-map): Include entries for commands that are not always
9064 available, using :enable to (de)activate them.
9065 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9066 (gud-mode-map): New map.
9067 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9068 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9069 Don't set up gud's menu (it's done by the minor-mode).
9070 (gud-minibuffer-local-map): New.
9071 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9072 (gud-query-cmdline): New function.
9073 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9074 (gud-mode): Use define-derived-mode.
9075 Don't set up gud's menu (it's done by the minor-mode).
9076 (gud-chop-words): Remove.
9077 (gud-common-init): Use split-string instead.
9078 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9079
9080 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9081 Add keyword arg :name.
9082
9083 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9084 (diff-count-matches, diff-split-hunk): New functions.
9085 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9086
9087 * pcvs-info.el (cvs-fi-conflict-face): New var.
9088
9089 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9090 Make it into a simple syntax-table, shared among all submodes.
9091 (sh-heredoc-face): Re-introduce.
9092 (sh-font-lock-syntactic-face-function): New function.
9093 (sh-mode): Use it. Also use define-derived-mode.
9094 Remove old bogus setting of indent-region-function.
9095 (sh-set-shell): Don't set the syntax-table any more.
9096 (sh-mode-syntax-table) <defun>: Remove.
9097
9098 2000-11-12 Miles Bader <miles@gnu.org>
9099
9100 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9101 message if interactive.
9102
9103 2000-11-12 Dave Love <fx@gnu.org>
9104
9105 * mail/feedmail.el: Fix header,
9106 (feedmail) <defgroup>: Add :link.
9107
9108 * view.el: Use local-map property, not keymap on mode-line string.
9109
9110 * scroll-all.el (scroll-all-mode): Customize variable.
9111 Add autoload cookie to function.
9112
9113 * lazy-lock.el: Remove compatibility code.
9114
9115 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9116 (finder-help-echo): New variable.
9117 (finder-mouse-face-on-line): Add help-echo stuff.
9118 (finder-list-keywords, finder-list-matches): Use mapc.
9119
9120 * faces.el (face-font-registry-alternatives): Add :version.
9121
9122 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9123 tags-table-list.
9124
9125 * net/browse-url.el (browse-url-browser-function): Update :version.
9126
9127 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9128 (mail-mode): Use [:alnum:] in some regexps.
9129
9130 2000-11-10 Dave Love <fx@gnu.org>
9131
9132 * ediff.el (ediff-regions-internal, ediff-documentation):
9133 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9134 fundamental mode.
9135
9136 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9137 buffer into fundamental mode.
9138 (ediff-set-difference): Use copy-sequence if available.
9139
9140 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9141 Check ediff-patch-map non-nil.
9142 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9143 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9144 buffer into fundamental mode.
9145
9146 * ediff-merg.el (state-or-merge): Defvar when compiling.
9147
9148 2000-11-10 Jason Rumney <jasonr@gnu.org>
9149
9150 * w32-fns.el (w32-add-charset-info): New function.
9151 (w32-charset-info-alist): Use it.
9152
9153 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9154
9155 * faces.el (face-font-registry-alternatives): New user-option.
9156
9157 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9158
9159 * textmodes/texinfo.el (texinfo-block-default): New var.
9160 (texinfo-insert-block): Use it. Insert a newline if needed.
9161
9162 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9163 (fill-region-as-paragraph): Use it.
9164
9165 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9166 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9167 Tweak paragraph regexps to allow a leading [ \t]*.
9168 (tex-latex-block): Insert a newline if necessary.
9169 (latex-insert-item): Only insert a newline if necessary.
9170 (tex-guess-main-file): New function.
9171 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9172 Set tex-main-file if TeX-master is provided.
9173 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9174
9175 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9176
9177 * startup.el (command-line): Set the default tooltip-mode
9178 to t for graphical displays which implement x-show-tip.
9179
9180 * tooltip.el (tooltip-mode): Add a comment about startup.el
9181 setting the default value of this user-option.
9182
9183 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9184
9185 * font-lock.el (font-lock-*-face) <defvar>: Move.
9186 (font-lock-defaults-alist): Mark obsolete.
9187 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9188 (font-lock-mode): Use define-minor-mode.
9189 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9190 (font-lock-turn-off-thing-lock): Be more explicit.
9191 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9192 (font-lock-syntactic-face-function): New var.
9193 (font-lock-fontify-syntactically-region): Use it.
9194 (font-lock-doc-face): New.
9195
9196 * pcvs.el (cvs-enabledp): Ignore errors.
9197 (cvs-commit-filelist): Never query.
9198 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9199 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9200 (cvs-do-removal): Use cvs-partition rather than delete-if.
9201 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9202 cvs-bury-buffer.
9203
9204 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9205 Allow `next' to jump to after the end of the last match.
9206
9207 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9208
9209 * simple.el (byte-compiling-files-p): New function.
9210
9211 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9212 if it is there.
9213
9214 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9215 nil again.
9216
9217 * textmodes/ispell.el (ispell-library-path): Don't call
9218 check-ispell-version when byte-compiling because that starts
9219 an ispell process, and ispell might not be installed.
9220 (toplevel): Don't set up a menu when byte-compiling.
9221
9222 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9223 it, so that a boundp test can be used to determine if we're
9224 currently byte-compiling.
9225
9226 2000-11-09 Dave Love <fx@gnu.org>
9227
9228 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9229
9230 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9231
9232 * ps-print.el: Patch for variable initialization when spooling.
9233 Doc fix.
9234 (ps-output-list): Fun eliminated.
9235 (ps-begin-file, ps-begin-job): Code fix.
9236
9237 2000-11-08 Dave Love <fx@gnu.org>
9238
9239 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9240
9241 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9242
9243 * simple.el (shell-command, display-message-or-buffer)
9244 (shell-command-on-region): Mention resize-mini-windows in the doc
9245 string.
9246 (display-message-or-buffer): Take the value of resize-mini-windows
9247 into account.
9248
9249 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9250
9251 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9252
9253 * dired.el (dired-between-files): Add `^. find' as an alternative
9254 to the regular expression, for find-dired.
9255
9256 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9257
9258 * textmodes/texnfo-upd.el: Require texinfo.
9259 (defmacro, defgroup): Remove.
9260 (texinfo-section-to-generic-alist): Remove.
9261 Use texinfo-section-list instead (i.e. level is changed string->int).
9262 (texinfo-filter): New function.
9263 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9264 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9265 Use it. And use regexp-opt.
9266 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9267 (texinfo-update-menu-region-beginning)
9268 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9269 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9270 (texinfo-update-menu-same-level-regexps): Update.
9271 (texinfo-update-node, texinfo-every-node-update)
9272 (texinfo-sequential-node-update): Remove autoload cookie.
9273
9274 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9275 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9276 (texinfo-chapter-level-regexp): Remove.
9277 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9278
9279 2000-11-06 Dave Love <fx@gnu.org>
9280
9281 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9282
9283 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9284 Match defun*.
9285
9286 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9287
9288 * composite.el (composition-function-table): Variable declaration
9289 moved to src/composite.c.
9290 (compose-chars-after): New optional arg object.
9291
9292 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9293
9294 * bindings.el (mode-line-toggle-read-only)
9295 (mode-line-toggle-modified, mode-line-widen)
9296 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9297 (make-mode-line-mouse2-map): Rewritten.
9298 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9299 functions so that C-h k can show something with a doc string.
9300
9301 * startup.el (fancy-splash-delay): Set to 10 seconds.
9302 (fancy-splash-max-time): New user-option.
9303 (fancy-splash-stop-time): New variable.
9304 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9305 (fancy-splash-screens-1): Throw `stop-splashing' when current
9306 time is greater than fancy-splash-stop-time.
9307
9308 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9309
9310 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9311
9312 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9313 Prompt user for a file rather than raising an error.
9314 (cvs-enabledp): Fix call to cvs-mode-marked.
9315 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9316 (cvs-mode-insert): Use it. Change the init prompt' value.
9317 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9318
9319 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9320 Don't pass default arg to ewoc-locate.
9321 (ewoc-collect): Return result in the right order.
9322
9323 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9324
9325 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9326 (cvs-status-get-tags): Fix regexp.
9327 (cvs-status-trees, cvs-status-cvstrees):
9328 Combine after change hooks and don't sit-for.
9329 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9330 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9331 Use make-char rather than hard-coded cryptic data.
9332 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9333
9334 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9335
9336 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9337 (cvs-insert-strings): New function.
9338
9339 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9340
9341 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9342 `mwheel-scroll-amount'.
9343 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9344 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9345 string-matching against the version string.
9346
9347 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9348
9349 * language/thai.el ("Thai"): Set a lisp form that produces
9350 composed string in `sample-text' language info.
9351
9352 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9353 composed string in `sample-text' language info.
9354
9355 * international/mule-cmds.el (describe-language-environment):
9356 Eval `sample-text' data and insert the result.
9357
9358 * international/mule-conf.el (compound-text): Define this coding
9359 system here. Make x-ctext and ctext aliases of it.
9360
9361 * language/european.el (compound-text, ctext): Moved to
9362 international/mule-conf.el.
9363
9364 2000-11-05 Andrew Innes <andrewi@gnu.org>
9365
9366 * w32-fns.el (w32-version): New function.
9367
9368 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9369
9370 * progmodes/awk-mode.el: Update copyright.
9371 (awk-mode-abbrev-table): Remove.
9372 (awk-font-lock-keywords): Use regexp-opt.
9373 (awk-mode): Use define-derived-mode.
9374
9375 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9376 when extracting a suffix.
9377
9378 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9379
9380 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9381 auto-save-mode.
9382
9383 2000-11-04 Jason Rumney <jasonr@gnu.org>
9384
9385 * language/european.el (decode-mac-roman): Test against r1 not r0.
9386
9387 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9388
9389 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9390 (icon-mode): Define indent-line-function.
9391 (icon-comment-indent): Simplify.
9392 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9393
9394 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9395
9396 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9397 Bind change-log-default-mode to defeat the caching done on it.
9398 Don't bother saving excursion any more.
9399
9400 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9401
9402 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9403 (set-frame-font): Use the new name (and the old for compatibility).
9404
9405 * toolbar/tool-bar.el (tool-bar-mode):
9406 * time.el (display-time-mode):
9407 * recentf.el (recentf-mode):
9408 * paren.el (show-paren-mode):
9409 * mwheel.el (mouse-wheel-mode):
9410 * msb.el (msb-mode):
9411 * jka-compr.el (auto-compression-mode):
9412 * image-file.el (auto-image-file-mode):
9413 * hl-line.el (hl-line-mode):
9414 * delsel.el (delete-selection-mode):
9415 * autoinsert.el (auto-insert-mode):
9416 * complete.el (partial-completion-mode): Drop unneeded positional args.
9417
9418 * info.el (Info-mode):
9419 * comint.el (comint-mode): Don't bother with make-local-hook.
9420
9421 * log-edit.el (log-edit-menu): New menu.
9422
9423 2000-11-03 Miles Bader <miles@gnu.org>
9424
9425 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9426 definition, so that trailing spaces are handled properly.
9427 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9428
9429 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9430
9431 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9432 tab character.
9433 (fancy-splash-screens): Set tab-width to 20.
9434
9435 2000-11-03 Dave Love <fx@gnu.org>
9436
9437 * comint.el (comint-completion-addsuffix): Fix custom type.
9438
9439 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9440
9441 * font-lock.el (font-lock-buffers): Remove.
9442 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9443 (font-lock-change-major-mode): Remove.
9444 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9445 (font-lock-default-fontify-region): Extend the multiline
9446 fontification to whole lines.
9447 (font-lock-fontify-anchored-keywords)
9448 (font-lock-fontify-keywords-region): If matching just one
9449 line (with \n) only mark the \n as multiline.
9450
9451 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9452 Correctly handle the case where several :group args are supplied.
9453 Allow :extra-args.
9454 (easy-mmode-define-global-mode): Allow :extra-args.
9455 Correctly handle the case where several :group args are supplied.
9456
9457 2000-11-02 Miles Bader <miles@gnu.org>
9458
9459 * calendar/calendar.el (diary-face, calendar-today-face)
9460 (holiday-face): Remove dependency on `window-system'.
9461
9462 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9463
9464 * Makefile.in (emacs): Set EMACSLOADPATH always.
9465 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9466 (compile-files): Bomb out if compilation of a file fails.
9467
9468 2000-11-02 Dave Love <fx@gnu.org>
9469
9470 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9471
9472 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9473
9474 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9475 punctuation in the warning inserted into the *mail* buffer.
9476
9477 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9478
9479 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9480 (authors-public-domain-p): New function.
9481 (authors-print): Use it.
9482
9483 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9484
9485 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9486
9487 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9488
9489 * ps-print.el: Extension for even/odd printing. Doc fix.
9490 (ps-print-version): New version number (6.3.1).
9491 (ps-even-or-odd-pages): Customization fix.
9492 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9493 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9494 (ps-page-count): Var replaced by `ps-page-column'.
9495 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9496 (ps-print-sheet-p): New fun.
9497
9498 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9499
9500 * tooltip.el (tooltip-gud-tips-setup): New function.
9501 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9502 (tooltip-mode): Call tooltip-gud-tips-setup.
9503 (tooltip-gud-tips): Use `gud-basic-call' instead of
9504 process-send-string, so the prompt gets frobbed appropriately.
9505 Handle nil return value from `tooltip-gud-print-command'.
9506
9507 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9508
9509 * comint.el (comint-add-to-input-history): New function.
9510 (comint-send-input): Use `comint-add-to-input-history'.
9511
9512 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9513
9514 * info.el (info-menu-header): New face.
9515 (Info-fontify-menu-headers): New function.
9516 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9517
9518 * info.el (Info-insert-dir): Don't include blank lines at
9519 beginning of additional dir files (one is added automatically).
9520
9521 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9522
9523 * emacs-lisp/easy-mmode.el (define-minor-mode):
9524 Revert the latest changes.
9525 Allow the three positional arguments to be skipped and replaced
9526 by keyword arguments.
9527 Add a :toggle argument to determine whether a nil arg means toggle
9528 or means turn-on. The default is unchanged.
9529 Add a call to force-mode-line-update.
9530
9531 2000-11-01 Dave Love <fx@gnu.org>
9532
9533 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9534
9535 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9536
9537 * calendar/calendar.el (diary-face, holiday-face):
9538 Add dark-background variants.
9539
9540 2000-10-31 Sam Steingold <sds@gnu.org>
9541
9542 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9543 `tex-main-file' does not have directory in it.
9544
9545 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9546
9547 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9548
9549 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9550
9551 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9552 functional change.
9553
9554 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9555
9556 * files.el (find-file-noselect): When we expand a wildcard, return
9557 a list of buffers, as we should do according to the doc string.
9558
9559 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9560
9561 * loadup.el (top level): Adjust load path if program name is
9562 "../src/bootstrap-emacs", in case it's not dumped and thus the
9563 load path adjustment hasn't already been done.
9564
9565 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9566
9567 * ps-print.el: Fix bug on selected pages for printing.
9568 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9569 is on. Try to avoid warning messages when compiling. Doc Fix.
9570 (ps-print-version): New version number (6.3).
9571 (ps-color-device): Use `color-values' to determine if device
9572 supports color.
9573 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9574 (ps-print-page-p): Changed from defsubst to defun.
9575 (ps-page-number): Changed from defmacro to defun.
9576 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9577 printing.
9578 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9579 (ps-end-file, ps-dummy-page): Funs eliminated.
9580 (ps-print-color-scale): Changed default value.
9581 (ps-page-n-up, ps-print-page-p): New internal vars.
9582 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9583 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9584
9585 * delim-col.el: Little programming improvement.
9586 (delimit-columns-str): New macro.
9587 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9588
9589 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9590
9591 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9592 Moved to european.el.
9593 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9594 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9595 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9596 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9597
9598 2000-10-30 Dave Love <fx@gnu.org>
9599
9600 * progmodes/cc-menus.el (imenu-generic-expression)
9601 (imenu-progress-message): Only defvar when compiling.
9602
9603 * emacs-lisp/elp.el (elp-unload-hook): New function.
9604
9605 * loadhist.el (unload-feature): Call elp-restore-function,
9606 checking for symbols; don't use elp-restore-all.
9607 (loadhist-hook-functions): Doc fix.
9608
9609 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9610
9611 * log-edit.el (log-edit-confirm): Fix the default.
9612
9613 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9614
9615 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9616 delimit-columns-format.
9617 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9618
9619 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9620
9621 * comint.el (comint-replace-by-expanded-history): Don't use
9622 comint-get-old-input (we're not looking at *old* input).
9623 (comint-get-old-input-default): If using fields, signal an error
9624 when the point is not in an input field.
9625
9626 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9627
9628 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9629 and mule-unicode-e000-ffff.
9630
9631 * international/mule.el (decode-char, encode-char): New functions.
9632 (make-coding-system): Accept a symbol of translation table as a
9633 value of property `safe-chars'.
9634
9635 * international/mule-cmds.el (encode-coding-char): Check property
9636 safe-chars instead of safe-charsets.
9637
9638 * international/fontset.el (fontset-default): Modified for
9639 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9640 (x-font-name-charset-alist): Likewise.
9641 (ccl-encode-unicode-font): New CCL program. Record it in
9642 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9643
9644 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9645 New translation tables.
9646 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9647 programs are modified and moved from mac-win.el.
9648 (mac-roman): Definition of this coding system is modified and
9649 moved from mac-win.el.
9650
9651 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9652
9653 * ediff-wind.el (ediff-setup-control-frame): Enclose
9654 face-attribute in condition-case to avoid errors in older emacsen.
9655
9656 2000-10-29 Miles Bader <miles@gnu.org>
9657
9658 * custom.el (custom-add-to-group): Allow multiple entries for a
9659 given value OPTION, as long as their widget types are different.
9660 * cus-edit.el (custom-face-value-create): If face name doesn't end
9661 with "face", add such here (similar to custom group widgets).
9662
9663 * comint.el (comint-highlight-prompt): Add :type.
9664
9665 2000-10-28 John Wiegley <johnw@gnu.org>
9666
9667 * calendar/timeclock.el (timeclock-log): Doc fix.
9668 (timeclock-last-event): Doc fix.
9669 (timeclock-log): Kill the timelog buffer after appending a new event.
9670 (timeclock-find-discrep): Use a temp buffer to read in the
9671 timelog, instead of visiting the file.
9672 (timeclock-log-data): A new function, along with a host of helper
9673 functions, for the purpose of making timelog data accessible to
9674 programmers.
9675
9676 * eshell/esh-mode.el (window-height test): Make certain that
9677 `eshell-stringify-t' is non-nil.
9678 (eshell-password-prompt-regexp): Changed to a much simpler
9679 password regexp.
9680 (eshell-send-input): If `eshell-invoke-directly' returns t,
9681 directly invoke the parsed command using `eval'. This improves
9682 turn-around time on simple commands by a factor of three or
9683 greater, such as cd, ls, pwd, etc. -- which get used very often.
9684 It also conserves thousands of cons cells per call (since
9685 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9686 in the Pacific Cookie Company).
9687
9688 * eshell/esh-test.el (eshell-test): Whitespace fix.
9689
9690 * eshell/em-ls.el (eshell-ls-insert-directory):
9691 Make `eshell-ls-initial-args' nil when inserting directory contents.
9692
9693 * eshell/em-script.el (eshell-script-initialize): Add names to
9694 `eshell-complex-commands, since `source' and `.' are complex.
9695
9696 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9697 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9698 `eshell-copy-handles'.
9699 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9700 bodies.
9701 (eshell-separate-commands): Whitespace fix.
9702 (eshell-complex-commands): Added a new list of names, for
9703 determining whether a given command is as simple as it looks.
9704 (eshell-invoke-directly): New function. Returns t if a command
9705 should be invoked directly (using `eval'), rather than indirectly
9706 using `eshell-do-eval'.
9707 (eshell-do-eval): Whitespace fix.
9708
9709 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9710 which provides an emulation of the DOS shell behavior of assuming
9711 that cp/mv/ln should copy/move/link to the current directory.
9712 (eshell-remove-entries): Added a doc string.
9713 (eshell-shuffle-files): Removed the check for `target' being null.
9714 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9715 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9716 it to do a smarter check of whether a destination was provided.
9717 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9718 (eshell/ln): Enable `:preserve-args', and use
9719 `eshell-mvcpln-template' to implement the body of the function.
9720 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9721 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9722 list after flattening it. This makes it possible to cat files
9723 with numerical names.
9724 (eshell-unix-initialize): Added several names to
9725 `eshell-complex-commands.
9726 (eshell-unix-command-complex-p): Return t if a given command name
9727 may result in external processes being invoked.
9728
9729 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9730 variable nil by default, since it slows down glob processing by a
9731 factor of two or more, and increases memory consumption.
9732
9733 * eshell/em-smart.el: Added a note about how memory consumptive
9734 smart display mode can be (at least this is true in Emacs 21).
9735 (eshell-smart-initialize): Whitespace fix.
9736 (eshell-refresh-windows): Use `if' instead of `when'.
9737 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9738 not necessary.
9739 (eshell-currently-handling-window): Added a missing global variable.
9740
9741 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9742 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9743 Whitespace fix.
9744 (eshell-ls-exclude-hidden): Added this variable in addition to
9745 `eshell-ls-exclude-regexp'. This one prevents files beginning
9746 with . from even being read, which can improve memory consumption
9747 quite a bit.
9748 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9749 read file entries beginning with a dot. In home directories with
9750 lots of hidden files, fully two-thirds of the time spent in ls is
9751 used to read directory entries that are immediately thrown away.
9752 (eshell-ls-initial-args): Added back this configuration variable,
9753 for specifying default initial arguments to every call to ls.
9754 Much faster than using an alias to do the same thing.
9755 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9756 (eshell-ls-dir): Whitespace change.
9757
9758 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9759
9760 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9761 (eshell-stringify-t): Added a customization variable, to indicate
9762 whether `t' should be rendered as a string at all. If not, one
9763 can still determine if the result of an expression is true using
9764 "file-exists-p FILE && echo true".
9765 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9766 stringify t!
9767
9768 * eshell/esh-module.el: Whitespace fix.
9769
9770 * eshell/em-alias.el (eshell-alias-initialize):
9771 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9772 (eshell-command-aliased-p): New function that returns t if a
9773 command name names an aliased.
9774
9775 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9776
9777 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9778 redrawing the screen when changing cursor color.
9779 (viper-insert-state-pre-command-sentinel)
9780 (viper-replace-state-pre-command-sentinel)
9781 (viper-replace-state-post-command-sentinel):
9782 Use viper-preserve-cursor-color.
9783 Many functions changed to use viper= instead of = when comparing
9784 characters.
9785 * viper-util.el (viper-memq-char,viper=): New functions for
9786 working with characters.
9787 (viper-change-cursor-color): Fixed buglet.
9788 Many functions changed to use viper= instead of = when comparing
9789 characters.
9790 * viper.el (viper-insert-state-mode-list): Added eshell.
9791
9792 * ediff-init.el (ediff-before-setup-hook): New hook.
9793 Several typos fixed in various docstrings.
9794 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9795 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9796 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9797 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9798 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9799 (ediff-get-selected-buffers): New function.
9800 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9801 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9802 Use save-window-excursion.
9803 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9804 termination check in while loop.
9805 * ediff.el (ediff-get-default-file-name): Better defaults when in
9806 dired buffer.
9807 (ediff-files,ediff-merge-files,ediff-files3)
9808 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9809
9810 2000-10-28 Dave Love <fx@gnu.org>
9811
9812 * info.el (Info-fontify-node): Add help-echo for menu items.
9813
9814 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9815
9816 * startup.el (normal-top-level): If the value of $TERM indicates
9817 we are running from xterm or one of its work-alikes, default to a
9818 light background mode.
9819
9820 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9821 * faces.el (tty-handle-reverse-video): New function.
9822 (tty-create-frame-with-faces): Call it.
9823
9824 * frame.el (frame-notice-user-settings): Don't apply
9825 default-frame-alist and initial-frame-alist to MS-DOS frames.
9826 Call tty-handle-reverse-video, frame-set-background-mode, and
9827 face-set-after-frame-default for non-MS-DOS frames.
9828
9829 * startup.el (tty-long-option-alist): New variable.
9830 (tty-handle-args): New function.
9831 (command-line): Call tty-handle-args.
9832
9833 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9834 startup.el now does that for all character-terminal frames.
9835
9836 2000-10-28 Miles Bader <miles@gnu.org>
9837
9838 * emacs-lisp/easy-mmode.el (define-minor-mode):
9839 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9840 is global. If :global is followed by a non-nil but non-t value,
9841 make the mode buffer-local, but also generate a `global-MODE'
9842 version using `easy-mmode-define-global-mode'.
9843 Add :conditional-turn-on keyword argument.
9844
9845 2000-10-28 Dave Love <fx@gnu.org>
9846
9847 * international/latin1-disp.el (latin1-char-displayable-p):
9848 Don't use window-system.
9849
9850 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9851
9852 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9853 Don't call find-buffer-file-type-coding-system. Instead, just
9854 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9855 if the file is on an untranslated filesystem.
9856 (add-untranslated-filesystem): Use "D" instead of "f" inside
9857 interactive.
9858
9859 2000-10-27 Dave Love <fx@gnu.org>
9860
9861 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9862 (refill-mode): Use it.
9863
9864 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9865
9866 * international/quail.el (quail-activate): Don't make-local-hook.
9867
9868 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9869
9870 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9871 manual backups and file.~<rev>.~ for automatic ones.
9872 (vc-make-version-backup): Don't do it on MS-DOS without long file
9873 names.
9874
9875 * vc.el (vc-version-other-window): If an automatic backup of the
9876 desired version exists, rename it instead of copying it.
9877
9878 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9879 after command. If there's an unexpected error, signal it instead
9880 of being silent.
9881 (vc-cvs-merge-news): Be prepared for no news at all.
9882
9883 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9884
9885 * shell.el (shell): Add BUFFER argument.
9886 * comint.el (make-comint-in-buffer): New function.
9887 (make-comint): Use it.
9888
9889 * faces.el (face-spec-choose): Change syntax so that the list of
9890 attribute-value pairs is now the cdr of each clause, not the cadr.
9891 Detect old-style entries, and handle them. Use pop.
9892
9893 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9894
9895 * cus-edit.el (custom-mode-map): Use a sparse map.
9896 (custom-mode): Don't bother with make-local-hook.
9897
9898 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9899
9900 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9901
9902 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9903
9904 * ps-print.el: Avoid compilation gripes.
9905 (ps-print-version): New version number (6.2.1).
9906
9907 2000-10-26 Dave Love <fx@gnu.org>
9908
9909 * menu-bar.el: Modify some menu item help strings.
9910 (menu-bar-help-menu): Add link to MORE.STUFF.
9911
9912 * cus-edit.el (custom-mode): Add `special' mode-class property.
9913
9914 * wid-browse.el (widget-browse-mode): Likewise.
9915
9916 * wid-edit.el (widget-specify-field): Revert to using local-map
9917 property, not keymap.
9918
9919 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9920
9921 * wid-edit.el (widget-field-end): When checking for a `boundary'
9922 field, do so in the correct buffer.
9923
9924 * simple.el (undo): Correctly distinguish between numeric and
9925 non-numeric prefix args in non-transient-mark-mode, as per the doc
9926 string. When in transient-mark-mode, treat all prefix-args as
9927 numeric.
9928
9929 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9930 Position point on match. Handle N == 0 correctly.
9931
9932 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9933 (comint-mode-map): Reverse order of `comint-write-output' and
9934 `comint-append-output-to-file'.
9935 (comint-append-output-to-file): Reinstate this function, for the
9936 benefit of the menu.
9937
9938 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9939
9940 * vc.el (vc-version-other-window): Bind `file'.
9941
9942 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9943
9944 * Makefile.in (update-authors): New target for maintenance purposes.
9945
9946 * emacs-lisp/authors.el (batch-update-authors): New function.
9947 (authors-fixed-entries): New defconst.
9948 (authors-add-fixed-entries): New function.
9949 (authors): Call it.: Don't process lispref/.
9950
9951 2000-10-25 Jason Rumney <jasonr@gnu.org>
9952
9953 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9954 Merge x w32 and mac definitions.
9955
9956 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9957
9958 * menu-bar.el (menu-bar-options-menu): Add a help string for
9959 `uniquify'.
9960
9961 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9962
9963 * time-stamp.el (time-stamp-string-preprocess):
9964 Fix a wrong type argument error.
9965
9966 2000-10-25 Miles Bader <miles@gnu.org>
9967
9968 * recentf.el (recentf-mode): Variable removed.
9969 (recentf-mode): Use `define-minor-mode'.
9970
9971 * mwheel.el (mouse-wheel-mode): New global minor mode.
9972 (mwheel-install): Use `mouse-wheel-mode'.
9973
9974 2000-10-25 Dave Love <fx@gnu.org>
9975
9976 * progmodes/cperl-mode.el (cperl-mode):
9977 Set normal-auto-fill-function correctly.
9978
9979 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9980 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9981 bindings.
9982
9983 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9984
9985 * wid-edit.el (widget-field-at): New function.
9986 (widget-at, widget-field-activate): Use it.
9987 (widget-tabable-at): Use `widget-at'.
9988 (widget-specify-field): If the terminating character of the widget
9989 field (which is read-only) is a newline, put it into a special
9990 `boundary' field so that C-n/C-p act more naturally.
9991 (widget-field-end): Also don't subtract one if a special
9992 `boundary' field has been added after the widget field.
9993
9994 * comint.el (comint-output-filter, comint-send-input):
9995 Don't bother adding stickiness fields to overlays to fool the field
9996 code, since it should notice the overlay insertion-types now.
9997
9998 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9999 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10000 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10001
10002 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10003
10004 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10005 (authors): Set file coding system to iso-2022-7bit.
10006 Add file-local variables to output buffer.
10007
10008 * files.el (after-find-file): Don't print any warnings if
10009 WARN is nil.
10010
10011 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10012
10013 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10014
10015 * delim-col.el: Now there is a column formatting mechanism.
10016 Modified to customization mechanisms convention. Doc fix.
10017 (columns): New group for delim-col.
10018 (delimit-columns-before, delimit-columns-after)
10019 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10020 (delimit-columns-end): New vars.
10021 (delimit-columns-customize, delimit-columns-format): New funs.
10022 (delimit-columns-region, delimit-columns-rectangle)
10023 (delimit-columns-rectangle-line): Modified to support column
10024 formatting.
10025
10026 2000-10-24 Dave Love <fx@gnu.org>
10027
10028 * log-edit.el (log-edit): Add :version and a :group for vc.
10029
10030 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10031
10032 * files.el (after-find-file): Don't print a message ``New file''
10033 if WARN is nil.
10034
10035 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10036 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10037 get duplicate tool-bar entries because we'll see the global ones
10038 on more than one path through keymaps.
10039
10040 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10041
10042 * progmodes/cmacexp.el: Change Francesco's email address.
10043
10044 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10045
10046 * window.el (fit-window-to-buffer): Adjust point of the window
10047 buffer, not that of the current buffer.
10048
10049 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10050
10051 * progmodes/cmacexp.el: Update the euthor's email address.
10052
10053 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10054
10055 * faces.el (face-spec-set-match-display): Add `graphic' display
10056 type (the inverse of `tty'). Use `display-graphic-p' instead of
10057 the window-system variable.
10058
10059 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10060
10061 * international/isearch-x.el (isearch-with-input-method):
10062 Call input-method-function with the first event in
10063 unread-command-events.
10064
10065 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10066
10067 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10068
10069 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10070
10071 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10072 New charsets.
10073
10074 * term/mac-win.el: Remove definitions of mac-roman-lower and
10075 mac-roman-upper, require dired, and define instead of set
10076 mac-ready-for-drag-n-drop to avoid compilation error.
10077
10078 2000-10-23 Andrew Innes <andrewi@gnu.org>
10079
10080 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10081 Remove superfluous calls to subst-char-in-string; instead apply
10082 expand-file-name after convert-standard-filename to ensure
10083 expected directory separators are used.
10084
10085 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10086
10087 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10088
10089 2000-10-23 Dave Love <fx@gnu.org>
10090
10091 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10092 (tool-bar-add-item): Set foreground and background for XBM icons.
10093
10094 * international/latin1-disp.el (latin1-char-displayable-p):
10095 New function (from Handa).
10096 (latin1-display-check-font): Use it.
10097
10098 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10099 using :key-sequence, making it much more usable.
10100 Use nconc, not append.
10101 (imenu--create-keymap-1): Avoid append.
10102
10103 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10104
10105 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10106
10107 [the following changes fix a bug where `define-minor-mode' didn't
10108 correctly generate :require clauses for defcustoms in compiled files]
10109 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10110 (byte-compile-log-file, byte-compile-log-1): Don't set
10111 `byte-compile-current-file' to nil. Instead set
10112 `byte-compile-last-logged-file' to it. Test whether
10113 byte-compile-current-file equals byte-compile-last-logged-file
10114 instead of whether its nil.
10115 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10116
10117 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10118
10119 * textmodes/refill.el: Fix var names in doc.
10120 (refill-mode): Don't bother with make-local-hook anymore.
10121
10122 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10123
10124 * faces.el (face-user-default-spec, face-default-spec): New functions.
10125 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10126 (frame-set-background-mode, face-set-after-frame-default):
10127 Use `face-user-default-spec'. Simplify code slightly.
10128
10129 * woman.el (woman-italic-face, woman-bold-face)
10130 (woman-unknown-face): Add dark-background variants.
10131 (woman-default-faces): Renamed from `woman-colour-faces'.
10132 Set using the stored defaults, rather than using hard-wired colors.
10133 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10134 Just make the foreground `unspecified' rather than "black".
10135 (woman-menu): Rename menu entries accordingly.
10136
10137 * faces.el (header-line): Make more reasonable on mono/grayscale
10138 displays.
10139
10140 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10141
10142 * cus-edit.el (custom-button-face): Use 3D look for mac.
10143 (custom-button-pressed-face): Likewise.
10144
10145 * faces.el (set-face-attributes-from-resources): Handle mac frames
10146 in the same way as x and w32 frames.
10147 (face-valid-attribute-values): Likewise.
10148 (read-face-attribute): Likewise.
10149 (defined-colors): Likewise.
10150 (color-defined-p): Likewise.
10151 (color-values): Likewise.
10152 (display-grayscale-p): Likewise.
10153 (face-set-after-frame-default): Likewise.
10154 (mode-line): Same default face as for x and w32.
10155 (tool-bar): Likewise.
10156
10157 * frame.el: Remove call to frame-notice-user-settings at end of
10158 the file.
10159
10160 * info.el (Info-fontify-node): Make underlines invisible for mac
10161 as for x, pc, and w32 frame types.
10162
10163 * term/mac-win.el: New file.
10164
10165 2000-10-22 Dave Love <fx@gnu.org>
10166
10167 * textmodes/refill.el: New file.
10168
10169 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10170
10171 * vc-hooks.el (vc-version-backup-file-name): New optional args
10172 MANUAL and REGEXP.
10173 (vc-delete-automatic-version-backups, vc-make-version-backup):
10174 New functions.
10175 (vc-before-save): Use the latter.
10176 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10177 confusion.
10178
10179 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10180 expected by vc[-hooks].el.
10181
10182 * vc.el (vc-checkout): Added `-p' suffix in call to
10183 vc-make-version-backups-p; use vc-make-version-backup to actually
10184 make the backup.
10185 (vc-version-other-window, vc-version-backup-file): Handle both
10186 automatic and manual backups.
10187 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10188 of all of them.
10189
10190 2000-10-22 Miles Bader <miles@gnu.org>
10191
10192 * comint.el (comint-highlight-input, comint-highlight-prompt):
10193 Renamed, `-face' at end removed.
10194 (comint-send-input, comint-output-filter): Use renamed faces.
10195
10196 * window.el (fit-window-to-buffer): Change defaulting of
10197 MAX-HEIGHT slightly.
10198
10199 * faces.el (color-values, color-defined-p): Use `member', not
10200 `memq', because it works correctly for strings.
10201 (frame-set-background-mode): Actually, "unspecified-fg" and
10202 "unspecified-bg" *are* strings. Use `member', not `memq', and
10203 `equal', not `eq', when a string value is possible.
10204
10205 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10206
10207 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10208
10209 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10210
10211 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10212 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10213 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10214 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10215 (sh-font-lock-syntactic-keywords): Use them.
10216 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10217 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10218 (sh-mode): Don't override font-lock-unfontify-region-function.
10219 Use a copy of sh-font-lock-syntactic-keywords.
10220 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10221 Don't call sh-scan-buffer since font-lock does it on the fly.
10222 (sh-get-indent-info): Use `face' rather than `syntax-table'
10223 text-property to detect here-documents.
10224 Replace sh-special-syntax with sh-st-punc.
10225 (sh-prev-line): Use `face' rather than `syntax-table'
10226 text-property to skip over here-documents.
10227 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10228 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10229 (sh-electric-less, sh-set-here-doc-region)
10230 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10231 (sh-scan-buffer, sh-rescan-buffer): Remove.
10232
10233 2000-10-21 Andrew Innes <andrewi@gnu.org>
10234
10235 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10236 remote (ange-ftp) file names.
10237
10238 2000-10-21 Miles Bader <miles@gnu.org>
10239
10240 * window.el (fit-window-to-buffer): New function.
10241 (shrink-window-if-larger-than-buffer): Use it.
10242 (window-text-height): Don't expect minibuffers to have mode-lines.
10243
10244 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10245 * international/quail.el (quail-update-guidance):
10246 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10247
10248 * international/quail.el (quail-show-guidance-buf): Make sure
10249 guidance window really has enough room.
10250 (quail-update-guidance): If quail-guidance-win is already shown,
10251 make sure its height is OK.
10252
10253 * window.el (window-text-height, set-window-text-height):
10254 New functions.
10255 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10256 instead of `window-height' & `mode-line-window-height-fudge'.
10257 (mode-line-window-height-fudge): Add FACE parameter.
10258 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10259 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10260
10261 2000-10-20 Miles Bader <miles@gnu.org>
10262
10263 * window.el (height-affecting-face-attributes): Use `defconst'.
10264
10265 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10266 New function, conditionally aliased to `mode-line-window-height-fudge'.
10267 (ispell-help): Use it.
10268 (ispell-choices-win-default-height): Don't include mode-line fudge.
10269 (ispell-choices-win-default-height): New function.
10270 (ispell-show-choices, ispell-command-loop): Use function
10271 `ispell-choices-win-default-height' instead of variable.
10272
10273 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10274
10275 * window.el (mode-line-window-height-fudge): New variable.
10276 (height-affecting-face-attributes): New variable.
10277 (mode-line-window-height-fudge): New function.
10278 (shrink-window-if-larger-than-buffer): Use it.
10279 * help.el (resize-temp-buffer-window): Likewise.
10280
10281 * info.el (Info-fontify-node): Add support for @subsubsection
10282 titles, which use `Info-title-4-face'.
10283 (Info-title-4-face): New face.
10284 (Info-title-3-face): Inherit from Info-title-4-face instead of
10285 variable-pitch.
10286
10287 2000-10-19 Jason Rumney <jasonr@gnu.org>
10288
10289 * dired.el (dired-insert-directory): Do not let errors signalled by
10290 attempt to run dired-free-space-program prevent dired from working.
10291
10292 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10293
10294 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10295
10296 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10297
10298 * dirtrack.el (dirtrack): Fix call to run-hooks.
10299
10300 * cmuscheme.el (cmuscheme-program-name): Renamed from
10301 scheme-program-name because xscheme.el contains a defcustom with
10302 the same name. As a consequence, customizing group `cmuscheme'
10303 loaded `xscheme' which redefined run-scheme.
10304 (run-scheme): Use cmuscheme-program-name.
10305
10306 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10307
10308 * play/doctor.el (doctor-death): Update the Samaritans'
10309 anonymous address, and add a website for Befrienders International.
10310
10311 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10312
10313 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10314 Avoid compilation gripes. Doc fix.
10315 (ps-print-version): New version number (6.2).
10316 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10317 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10318 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10319 (ps-x-extent-priority, ps-x-extent-start-position)
10320 (ps-x-face-font-instance, ps-x-find-coding-system)
10321 (ps-x-font-instance-properties, ps-x-make-color-instance)
10322 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10323 avoid compilation gripes without defining functions.
10324 (ps-e-find-composition): Alias for function find-composition, to have a
10325 suitable function depending on Emacs version.
10326 (ps-color-device, ps-color-values, ps-face-foreground-name)
10327 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10328 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10329 (ps-print-ensure-fontified): Function definitions surrounded by
10330 `eval-and-compile' to avoid compilation gripes.
10331 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10332 by symbol-value to avoid compilation gripes.
10333 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10334 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10335
10336 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10337
10338 * startup.el (normal-top-level): Call `frame-set-background-mode'
10339 after `frame-notice-user-settings' because the latter doesn't call
10340 the former on a tty.
10341
10342 * faces.el (frame-set-background-mode): `unspecified' &c are
10343 symbols, not strings.
10344
10345 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10348 why some "light*" colors are deliberately absent from the alist.
10349
10350 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10351 Change colors for tty's, as suggested by Miles Bader.
10352
10353 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10354
10355 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10356 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10357 for ISO10646-1 fonts.
10358 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10359
10360 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10361
10362 * faces.el (frame-set-background-mode): If a tty frame defines a
10363 background color, use that to compute the background mode, instead
10364 of always defaulting to "dark".
10365
10366 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10367
10368 * comint.el (comint-write-output): New function.
10369 (comint-mode-map): Add it to the menu.
10370 Bind `C-c C-s' to comint-write-output.
10371
10372 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10373
10374 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10375 Use fancy-splash-delay.
10376
10377 2000-10-18 Alex Schroeder <alex@gnu.org>
10378
10379 * progmodes/sql.el (sql-sybase-options): New option.
10380 (sql-sybase): Use it. Add sql-database to the list of parameters
10381 provided for login. The options -w 2048 -n are not used any more.
10382
10383 * comint.el (comint-read-input-ring): Bugfix such that the first
10384 and the last entry of the input ring file are not lost.
10385
10386 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10387
10388 * ps-print.el: Internal variable changes to defcustom,
10389 make-local-hook changes to defvar. Doc fix.
10390 (ps-print-version): New version number (6.1).
10391 (ps-setup, ps-do-despool): Code fix.
10392 (ps-printer-name): Customization fix.
10393 (ps-printer-name-option): Now is a defcustom instead of an
10394 internal variable.
10395 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10396 (ps-print-begin-column-hook): Now are defvar instead of
10397 make-local-hook.
10398
10399 2000-10-18 Miles Bader <miles@gnu.org>
10400
10401 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10402 (comint-kill-output): Changed into an alias for `comint-delete-output',
10403 and made obsolete.
10404 (comint-mode-map): Rename references to comint-kill-output.
10405
10406 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10407
10408 * diff-mode.el (diff-header-face, diff-file-header-face)
10409 (diff-changed-face): Add bold and italic attributes to tty faces.
10410 (diff-function-face): New face.
10411 (diff-font-lock-keywords): Use it.
10412
10413 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10414
10415 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10416 Remove commented-out call to force-mode-line-update.
10417 (comint-kill-output): Use `forward-line 0' instead of
10418 beginning-of-line to make sure we get past the prompt.
10419
10420 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10421
10422 * diff-mode.el (diff-header-face, diff-file-header-face):
10423 Add specific setting for dark background.
10424 (diff-context-face): Renamed from diff-comment-face.
10425 Set explicitly rather than inheriting from font-lock-comment-face.
10426
10427 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10428
10429 * startup.el (command-line): Move the code which sets the default
10430 TTY colors to before before-init-hook.
10431
10432 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10433
10434 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10435
10436 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10437
10438 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10439 extensions, for MS-DOS.
10440
10441 * diff-mode.el (diff-header-face, diff-file-header-face)
10442 (diff-changed-face): Define tty-specific colors.
10443
10444 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10445
10446 * startup.el (fancy-splash-text): Realign the text.
10447
10448 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10449
10450 * font-lock.el (font-lock-comment-face): Define a separate default
10451 for dark-background tty's.
10452
10453 2000-10-17 Miles Bader <miles@gnu.org>
10454
10455 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10456 being obscured by whizzy mode-lines on graphics displays.
10457
10458 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10459
10460 * info.el (Info-title-1-face, Info-title-2-face)
10461 (Info-title-3-face): Define colors for tty's.
10462 (info-header-node): Remove unneeded tty-specific definition.
10463
10464 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10465
10466 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10467 reverse from the frame parameters, and don't invert foreground and
10468 background colors.
10469
10470 2000-10-16 Miles Bader <miles@gnu.org>
10471
10472 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10473 string "*Info*". Call propertized-buffer-identification to spruce
10474 up the result.
10475
10476 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10477
10478 * help.el: Provide `help' for the sake of define-minor-mode
10479 which generates defcustoms with requires.
10480
10481 * jit-lock.el (jit-lock-after-change): If we're in text that
10482 matches a multi-line font-lock pattern, make sure the whole text
10483 will be redisplayed.
10484
10485 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10486 author's name is unknown.
10487
10488 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10489 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10490 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10491 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10492 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10493 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10494 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10495 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10496 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10497 Add author information.
10498
10499 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10500
10501 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10502 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10503 full-color version (using the Gimp) to eliminate dithering artifacts.
10504
10505 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10506
10507 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10508
10509 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10510
10511 2000-10-15 Dave Love <fx@gnu.org>
10512
10513 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10514
10515 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10516
10517 * whitespace.el: Doc fixes.
10518 (top-level): Don't add hooks here.
10519 (whitespace-running-emacs): Deleted.
10520 (timer): Don't require.
10521 (whitespace): Add back :version conditional on xemacs test.
10522 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10523 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10524 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10525 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10526 Avoid specific xemacs test.
10527 (whitespace-global-mode): New option.
10528 (whitespace-global-mode): New command.
10529 (whitespace-unload-hook): New function.
10530
10531 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10532 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10533 (Info-fontify-node): `Goto' goes to `Go to'.
10534 (Info-fontify-node): Add help-echo to xref links.
10535
10536 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10537
10538 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10539
10540 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10541
10542 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10543 Use plist-get and allow :inherit.
10544
10545 * emacs-lisp/cl-macs.el (cl-do-arglist):
10546 Use plist-get and plist-member instead of memq.
10547
10548 * emacs-lisp/ewoc.el (ewoc-location): New function.
10549 (ewoc-enter-after, ewoc-enter-before): Document return value.
10550 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10551 Don't need make-local-hook any more.
10552 (cvs-addto-collection): Return the new tin.
10553 (cvs-mode-insert): Jump to the new line.
10554
10555 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10556
10557 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10558
10559 * font-lock.el (font-lock-syntactically-fontified): New var.
10560 (font-lock-fontify-syntactic-keywords-region): Use it.
10561 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10562
10563 * diff-mode.el (diff-find-file-name): Fix regexp.
10564
10565 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10566 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10567
10568 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10569 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10570 (sh-mode): Don't make all vars local here.
10571 (sh-kw): Reformat.
10572 (sh-set-shell): Use dolist. Don't set indent-region-function.
10573 (sh-mode-syntax-table): Use pop.
10574 (sh-remember-variable): Use push.
10575 (sh-help-string-for-variable): Use memq.
10576 (sh-safe-backward-sexp): Remove.
10577 (sh-safe-forward-sexp): Add ARG.
10578 (sh-get-indent-info, sh-prev-stmt): Use it.
10579 (sh-prev-line): Simplify by using forward-comment.
10580 (sh-this-is-a-continuation): Simplify.
10581 (sh-learn-buffer-indent): Use dolist.
10582 (sh-do-nothing): Remove.
10583 (sh-set-char-syntax, sh-set-here-doc-region):
10584 Use inhibit-modification-hooks.
10585 (sh-name-style): Use mapcar and push.
10586 (sh-load-style): Use dolist.
10587 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10588 (sh-case, sh-while-getopts): Use propertize directly rather
10589 than sh-electric-rparen.
10590
10591 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10592
10593 * textmodes/tex-mode.el: Require CL when compiling.
10594 (tex-mode-syntax-table): Init immediately.
10595 (tex-mode-map): Bind M-RET to latex-insert-item.
10596 (latex-mode): Set indent-line-function to latex-indent.
10597 (tex-common-initialization): Don't setup the syntax-table any more.
10598 (latex-insert-item): New skeleton.
10599 (tex-next-unmatched-end): Fix copy/paste braino.
10600 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10601 (latex-indent, latex-find-indent): New functions.
10602 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10603 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10604 (tex-compilation-parse-errors): Use with-syntax-table.
10605
10606 2000-10-15 Miles Bader <miles@gnu.org>
10607
10608 * font-lock.el (font-lock-comment-face): Change dark-background,
10609 color, non-tty, default to `chocolate1'.
10610
10611 2000-10-13 John Wiegley <johnw@gnu.org>
10612
10613 * eshell/esh-util.el (require): Added a missing `require' form,
10614 needed when compiling (for an ange-ftp macro definition).
10615
10616 2000-10-13 Dave Love <fx@gnu.org>
10617
10618 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10619
10620 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10621
10622 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10623
10624 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10625 transparent -colors 8).
10626
10627 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10628
10629 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10630 that breaks with old list format timestamps.
10631 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10632 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10633
10634 2000-10-13 John Wiegley <johnw@gnu.org>
10635
10636 * align.el, pcomplete.el, calendar/timeclock.el,
10637 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10638
10639 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10640 faulty math, where holiday hours were being computing as seconds.
10641
10642 2000-10-13 John Wiegley <johnw@gnu.org>
10643
10644 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10645 specifying what "other" kinds of buffers should be saved.
10646 This used to be hard-coded.
10647 (desktop-buffer-misc-functions): A global for specifying how
10648 auxiliary data should be determined for special buffer types.
10649 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10650 instead of hard-coding the special buffer types.
10651 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10652 auxiliary data, instead of hard-coding for Info buffers and dired.
10653 (desktop-buffer-info-misc-data): Aux function for determining Info
10654 buffer auxiliary info.
10655 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10656 (desktop-buffer-info): Changed this function to use the info
10657 gathered above.
10658 (desktop-create-buffer): Be a little more careful about what
10659 `minor-mode' means before calling it. This is important for some
10660 buffer types.
10661
10662 2000-10-13 John Wiegley <johnw@gnu.org>
10663
10664 * eshell/esh-util.el: Added a global form which declares an
10665 autoload for `parse-time-string', if that function is not already
10666 defined, and if parse-time.el is available on the user's system.
10667
10668 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10669 to be aware of ange-ftp user info.
10670 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10671 (eshell-ls-annotate): Use `eshell-file-attributes'.
10672 (eshell-ls-file): Made the user-id printing code a bit smarter.
10673
10674 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10675 allow identification of alias user ids in remote directories.
10676 It's manual, but there's no other way to know when the current user
10677 on the local machine, is also the owning user on the remote machine.
10678 (fboundp): Bind `ange-cache'.
10679 (eshell-directory-files-and-attributes): Re-organized the logic a
10680 bit to use `eshell-file-attributes' instead of `file-attributes'.
10681 The former is more sensitive to directories that are read via FTP,
10682 and knows how to use ange-ftp to determine full attribute
10683 information, instead of just the name and last modtime.
10684 (eshell-current-ange-uids): Return the current user id when in a
10685 remote directory.
10686 (eshell-parse-ange-ls): Parse a full directory listing that has
10687 been returned by ange-ftp.
10688 (eshell-file-attributes): This beefed up version of
10689 `file-attributes' is only special if the user is currently in a
10690 remote directory, in which case it does a lot of work to find out
10691 what the real attributes of a file are, as they appear on the
10692 remote machine. This makes usage of remote directories (i.e.,
10693 ange-ftp pathnames) much more useful. You can now use Eshell as a
10694 full-fledged FTP client, with much more manipulation ability than
10695 most other clients.
10696
10697 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10698 variable, which means that Eshell's du should always be preferred
10699 in remote directories.
10700 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10701 just `file-attributes'.
10702 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10703 when reading remote directories. This is an Eshell-specific
10704 variable (not part of ange-ftp).
10705 (eshell/ln): Bind `ange-cache'.
10706 (eshell/du): Added some extra logic for determining when to use
10707 Eshell's du (which is slow), and when to use the external version
10708 (which may or may not exist).
10709
10710 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10711 Call `eshell-interactive-process', rather than using
10712 `get-buffer-process', since backgrounded processes don't count in
10713 the context of this function's logic.
10714
10715 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10716 `forward-char', so that null strings are parsed correctly.
10717
10718 2000-09-13 John Wiegley <johnw@gnu.org>
10719
10720 * eshell/em-pred.el (eshell-pred-file-type)
10721 (eshell-pred-file-links, eshell-pred-file-size):
10722 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10723
10724 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10725 that remote file globbing is more efficient.
10726
10727 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10728 gathering the files and attributes within a directory.
10729
10730 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10731 the command line is a special file (not a regular file, directory
10732 or symlink), always attempt to call the external version of cat.
10733
10734 2000-09-13 John Wiegley <johnw@gnu.org>
10735
10736 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10737 Eshell-friendly version of find-tag.
10738
10739 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10740
10741 * image-file.el (image-file-name-extensions)
10742 (image-file-name-regexps): Add autoload cookies.
10743
10744 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10745
10746 * international/mule-cmds.el (select-safe-coding-system): If FROM
10747 is string, show it in *Warning* buffer.
10748
10749 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10750
10751 * startup.el (normal-top-level): Use display-popup-menus-p instead
10752 of window-system.
10753 (command-line): Use display-graphic-p instead of window-system.
10754 (command-line-1): Use display-popup-menus-p and display-mouse-p
10755 instead of window-system.
10756
10757 2000-10-12 Sam Steingold <sds@gnu.org>
10758
10759 * tooltip.el (tooltip-use-echo-area): New user variable.
10760 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10761
10762 2000-10-12 Dave Love <fx@gnu.org>
10763
10764 * recentf.el: Maintainer's checkdoc fixes.
10765
10766 * startup.el (normal-top-level-add-subdirs-to-load-path):
10767 Use character class, not ASCII when matching file names.
10768 (fancy-splash-head): Add trailing slash to URL.
10769 (command-line): Don't require XPM support for toolbar.
10770
10771 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10772 (cperl-invalid-face): Revert last change.
10773 (cperl-init-faces): Quote cperl-invalid-face.
10774
10775 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10776
10777 * startup.el (fancy-splash-text): Remove superfluous quote.
10778
10779 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10780
10781 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10782 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10783 (command-line-1): Don't use fancy-splash-pending-command.
10784 (fancy-splash-screens-1): Goto point-min after inserting text.
10785
10786 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10787
10788 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10789 instead of shared-lisp-mode-map.
10790
10791 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10792
10793 * faces.el (header-line): Change tty-variant to use underlining.
10794
10795 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10796 (isearch-highlight): Restore lazy-isearch face properties at old
10797 position, and suppress them at new position.
10798 (isearch-dehighlight): Restore lazy-isearch face properties.
10799 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10800 over the real isearch overlay, but in that case, don't give it a
10801 face property. Use `push'.
10802
10803 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10804
10805 * man.el (Man-getpage-in-background): Fix previous change.
10806 Decode the process output only when we are in multibyte mode.
10807
10808 2000-10-11 Dave Love <fx@gnu.org>
10809
10810 * info.el (Info-mode-menu): Fix some help.
10811 (info-tool-bar-map): Add entry for Info-last.
10812
10813 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10814 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10815 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10816 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10817 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10818 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10819 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10820 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10821 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10822 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10823 Reduce colour requirements to 25 overall. (Probably wants
10824 revisiting from the originals to reduce further.)
10825
10826 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10827
10828 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10829 buffer-file-coding-system, instead of raw-text.
10830 (dehexlify-buffer): Bind coding-system-for-read to
10831 buffer-file-coding-system, instead of raw-text.
10832
10833 2000-10-11 Sam Steingold <sds@gnu.org>
10834
10835 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10836 `underline' - fixes the bug introduced on 2000-09-21.
10837
10838 2000-10-11 Dave Love <fx@gnu.org>
10839
10840 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10841 Avoid compiler warnings.
10842 (scheme-mode): Doc fix.
10843 (scheme-font-lock-keywords-1): Match `define-syntax'.
10844
10845 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10846
10847 * faces.el (frame-set-background-mode): Pay attention to saved
10848 face specs as well as default ones. Only do anything if the
10849 bg-mode or display-type has actually changed. Use `dolist'.
10850 (region): Make dark-background `region' face less in-your-face.
10851
10852 2000-10-10 Sam Steingold <sds@gnu.org>
10853
10854 * chistory.el, ielm.el, ledit.el:
10855 * progmodes/inf-lisp.el, progmodes/scheme.el:
10856 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10857
10858 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10859
10860 * textmodes/texinfo.el: Update copyright and fix typo.
10861
10862 * desktop.el (desktop-modes-not-to-save): New var.
10863 (desktop-save-buffer-p): Use it.
10864 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10865 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10866
10867 2000-10-10 Dave Love <fx@gnu.org>
10868
10869 * toolbar/tool-bar.el (tool-bar-add-item)
10870 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10871
10872 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10873 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10874 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10875 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10876 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10877 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10878 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10879 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10880 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10881 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10882 the .xpms; probably need retouching.
10883
10884 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10885
10886 * subr.el (add-to-list): Add optional argument APPEND.
10887 * battery.el (display-battery): Use `add-to-list'.
10888
10889 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10890
10891 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10892 properties.
10893 (zone, zone-when-idle, zone-leave-me-alone)
10894 (zone-pgm-whack-chars): Use new symbol properties.
10895
10896 * battery.el (display-battery): Doc spelling fix.
10897
10898 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10899 property.
10900
10901 2000-10-09 Dave Love <fx@gnu.org>
10902
10903 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10904 has been initialized before calling tool-bar-setup.
10905 (tool-bar-add-item-from-menu): Add autoload cookie.
10906
10907 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10908
10909 * menu-bar.el (send-mail-item-name): New function.
10910 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10911 of mail-user-agent in the menu. Don't display the "Send Mail"
10912 item if mail-user-agent is nil or its value is ignore.
10913 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10914 if read-mail-command is nil or its value is ignore.
10915
10916 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10917
10918 2000-10-09 Miles Bader <miles@gnu.org>
10919
10920 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10921 Correct image size.
10922 * toolbar/left_arrow.xpm: Correct image size.
10923
10924 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10925 will be done by the definition of `auto-compression-mode' if
10926 necessary. Move code to uninstall existing file-name handler
10927 before definition of `auto-compression-mode'.
10928
10929 * image-file.el (auto-image-file-mode): Move to the end of the
10930 file, because `define-minor-mode' actually calls the mode-function
10931 if the associated variable is non-nil, which requires that all
10932 needed functions be already defined.
10933
10934 * mouse.el (popup-menu): Balance parens.
10935
10936 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10937
10938 * mouse.el (popup-menu): Move the command call outside the loop
10939 so that popup-menu returns whatever the command returns.
10940
10941 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10942 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10943 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10944 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10945
10946 * vc.el (vc-version-diff): diff-switches can be a list.
10947 Use relative filenames for prettier output.
10948
10949 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10950 (vc-post-command-functions): Remove old-VC compatibility code.
10951
10952 * newcomment.el (comment-indent-default): Autoload.
10953
10954 * font-lock.el (font-lock-defaults): Make buffer-local.
10955 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10956 (font-lock-choose-keywords):
10957 Ignore LEVEL unless KEYWORDS is a list of syms.
10958 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10959 Don't wrap regexp-opt things in \(...\) unnecessarily.
10960
10961 * jit-lock.el: Don't require font-lock any more.
10962 (jit-lock-functions): Make buffer-local.
10963 (jit-lock-saved-fontify-buffer-function): Remove.
10964 (jit-lock-mode): Remove autoload cookie.
10965 Remove font-lock specific code.
10966 (jit-lock-unregister): Don't bother handling complex hooks any more.
10967 (jit-lock-refontify): New function.
10968 (jit-lock-fontify-buffer): Use it.
10969 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10970 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10971 Add optional args START and END.
10972 Never call font-lock-fontify-region directly.
10973 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10974
10975 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10976
10977 2000-10-08 Dave Love <fx@gnu.org>
10978
10979 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10980
10981 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10982
10983 * play/studly.el (studlify-region, studlify-word): Add autoload
10984 cookie.
10985
10986 * play/morse.el (morse-region, unmorse-region): Add autoload
10987 cookie.
10988
10989 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10990 concat.
10991
10992 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10993 insist on symbols starting with word syntax.
10994 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10995 (eval-defun-1): Doc fix.
10996 (indent-sexp): Use nconc to build up indent-stack.
10997
10998 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10999 Gnus with little use.
11000 (mail-setup-hook): Add mail-abbrevs-setup to options.
11001
11002 * recentf.el: Doc fixes.
11003
11004 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11005 Clean up remainder.
11006
11007 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11008 without timezone and (8) with timezone to enforce some whitespace.
11009 Simplify code somewhat.
11010
11011 * options.el (list-options): Doc that you should use customize.
11012
11013 * iswitchb.el (iswitchb-mode): Add :require.
11014
11015 * info.el (Info-goto-node, Info-menu): Doc fix.
11016 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11017 (info-tool-bar-map): New variable.
11018 (Info-mode): Use it.
11019 (Info-edit-map): Define all in defvar.
11020 (speedbar-attached-frame): Avoid compiler warning.
11021
11022 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11023 (global-map): Bind [tool-bar] to a filtered map.
11024 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11025 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11026 Allow PBM icons.
11027 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11028
11029 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11030 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11031 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11032 icons, except up_arrow, which is left-arrow rotated.
11033
11034 * imenu.el (imenu-add-to-menubar): Fix last change.
11035
11036 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11037
11038 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11039 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11040
11041 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11042
11043 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11044 typos in doc strings.
11045
11046 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11047 the doc strings how to customize Font Lock faces.
11048
11049 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11050 computing growth when dragging the header line.
11051
11052 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11053
11054 * simple.el (kill-line): Doc fix.
11055
11056 2000-10-08 Miles Bader <miles@gnu.org>
11057
11058 * faces.el (secondary-selection): Make foreground visible on tty.
11059
11060 * jka-compr.el (auto-compression-mode): Move to the end of the
11061 file, because `define-minor-mode' actually calls the mode-function
11062 if the associated variable is non-nil, which requires that all
11063 needed functions be already defined.
11064 (with-auto-compression-mode): Add autoload cookie.
11065
11066 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11067
11068 * files.el (find-backup-file-name) [ms-dos]: If support for long
11069 file names is not available, behave as if version-control were set
11070 to never.
11071
11072 2000-10-07 Dave Love <fx@gnu.org>
11073
11074 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11075 (browse-url-gnome-moz): New function.
11076 (browse-url-browser-function): Use it.
11077 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11078
11079 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11080
11081 * indent.el (tab-always-indent): New var.
11082 (indent-for-tab-command): Use it.
11083
11084 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11085 raise an error. This way it can still default to a sane value.
11086
11087 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11088
11089 * startup.el (fancy-splash-screens): Use local rather than global map.
11090 Don't use `update-menu-bindings' any more.
11091 Get rid of assumptions about keymap representation.
11092
11093 2000-10-06 Dave Love <fx@gnu.org>
11094
11095 * textmodes/fill.el (sentence-end-double-space)
11096 (sentence-end-without-period): Doc fix.
11097 (adaptive-fill-regexp): Purecopy.
11098 (unjustify-current-line): Use line-end-position.
11099 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11100
11101 * net/eudc-vars.el (eudc): Add :version, :link.
11102
11103 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11104
11105 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11106 Fix for define-minor-mode.
11107 (function-at-point): Alias to function-called-at-point.
11108
11109 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11110
11111 * simple.el (backward-word): Doc fix.
11112
11113 * image-file.el (image-file-name-regexp): image-file-regexps ->
11114 image-file-name-regexps.
11115 (image-file-name-extensions): Add pbm.
11116
11117 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11118
11119 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11120 and add filename to the names so that diff-mode can jump to source.
11121
11122 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11123 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11124 (tex-font-lock-keywords-1): Remove.
11125 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11126 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11127 (font-lock-default-fontify-region):
11128 Expand beg..end correctly when just following a multiline region.
11129 (font-lock-fontify-anchored-keywords):
11130 Include the anchor text as part of the multiline.
11131
11132 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11133
11134 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11135 latter needs the autoloaded define-minor-mode macro during the
11136 bootstrap.
11137
11138 * startup.el (command-line): For now, activate tool-bar-mode only
11139 if XPM images are supported.
11140
11141 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11142 window by dragging a header-line at the top of the frame; that's
11143 confusing because the header-line doesn't move.
11144 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11145 of treating the event as a list. Some cleanup.
11146
11147 2000-10-06 Miles Bader <miles@gnu.org>
11148
11149 * simple.el (display-message-or-buffer): New function.
11150 (shell-command-on-region): Use `display-message-or-buffer'.
11151
11152 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11153 docstring parts.
11154
11155 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11156 (smbclient-prompt-regexp): Add usage note to doc string.
11157 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11158 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11159 Use add-hook for adding the comint filter function, and only do so
11160 if it's not already in the global hook list.
11161 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11162 to `make-local-variable'.
11163 (nslookup-font-lock-keywords): Remove prompt entry.
11164 (nslookup): Don't set the process-filter.
11165 (finger): Exit the loop correctly when the regexps list runs out.
11166 (ftp, smbclient, smbclient-list-shares):
11167 Set the real major mode immediately, not after execing.
11168 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11169
11170 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11171
11172 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11173
11174 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11175
11176 * which-func.el (which-func-format): Remove spurious space.
11177 (which-func-mode): Don't make it permanent-local.
11178 (which-func-ff-hook): Allow which-func-maxout to be nil.
11179 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11180 (which-func-mode): Simplify.
11181 Use post-command-idle-hook rather than post-command-hook.
11182 Go through all buffers and update their state.
11183 (which-function): Also try add-log-current-defun-function.
11184
11185 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11186 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11187 Update call to with-vc-properties accordingly.
11188 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11189 (vc-revert-buffer): More careful about window selection and deletion.
11190 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11191
11192 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11193 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11194 (cvs-dired-action): Change the default to quickdir.
11195
11196 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11197 if comment-indent-function returns nil.
11198 (comment-indent-default): New function.
11199 (comment-indent-function): Use it and document the new semantics.
11200
11201 * image-file.el: Docstring fixes.
11202
11203 * help.el (help-xref-on-pp): Use match-string.
11204 (describe-variable): New arg BUFFER.
11205 Store the current buffer in the help-xref-stack.
11206 (temp-buffer-resize-mode): Use define-minor-mode.
11207
11208 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11209 consistently with its docstring.
11210 Set jit-lock-first-unfontify-pos in an idempotent way.
11211 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11212
11213 2000-10-05 Alex Schroeder <alex@gnu.org>
11214
11215 * sql.el (sql-mysql-options): New variable.
11216 (sql-mysql): Use it.
11217
11218 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11219
11220 * image.el (image): New group.
11221
11222 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11223 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11224
11225 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11226
11227 * net/net-utils.el (nslookup-font-lock-keywords)
11228 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11229 Ignore the value of wqindow-system; always define keywords
11230
11231 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11232
11233 * startup.el (fancy-splash-screens): Remove the code for
11234 debugging; `(trace-to-stderr "EXITTT\n")'.
11235
11236 2000-10-05 Miles Bader <miles@gnu.org>
11237
11238 * diff-mode.el (diff-goto-source): Update call to
11239 `diff-hunk-status-msg' to reflect new REV variable.
11240
11241 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11242
11243 * progmodes/icon.el (icon-mode):
11244 Don't gratuitously override the default for comment-column.
11245
11246 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11247
11248 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11249 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11250 (jit-lock-functions): New var.
11251 (jit-lock-function-1): Use it if non-nil.
11252 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11253 Set the `fontified' property before doing the fontification to avoid
11254 repeatedly going through the same error.
11255 Don't turn errors into messages.
11256 (jit-lock-register, jit-lock-unregister): New functions.
11257
11258 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11259 Use with-current-buffer.
11260
11261 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11262 Turn comment into docstring.
11263
11264 * apropos.el (apropos-mode): Use define-derived-mode.
11265
11266 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11267
11268 * startup.el (fancy-splash-pending-command): New variable.
11269 (fancy-splash-pre-command): New function.
11270 (fancy-splash-screens): Rewritten.
11271 (command-line-1): If fancy-splash-pending-command is set, call it
11272 interactively.
11273
11274 2000-10-04 Dave Love <fx@gnu.org>
11275
11276 * toolbar/tool-bar.el (tool-bar-setup): New function.
11277 (tool-bar-mode): Use it.
11278
11279 * subr.el (substitute-key-definition): Doc fix.
11280 (play-sound-file): New command.
11281
11282 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11283
11284 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11285 vc-version-backup-file-name): New functions.
11286
11287 * files.el (basic-save-buffer): Call vc-before-save before saving.
11288
11289 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11290 vc-cvs-stay-local-p.
11291
11292 * vc.el (vc-revert-buffer): Handle empty diff properly.
11293 (vc-version-backup-file): New function.
11294 (vc-checkout): Create a version backup if necessary.
11295 (vc-checkin): If a version backup file exists, delete it.
11296 (vc-version-diff): Diff locally using version backups, if available.
11297 (vc-revert-file): If there's a version backup, revert locally.
11298 (vc-transfer-file): Use version backup for base version, if
11299 available. If not, ask for confirmation whether to get it from the
11300 server. Update mode line before check-in.
11301
11302 2000-10-04 Dave Love <fx@gnu.org>
11303
11304 * toolbar/tool-bar.el (tool-bar-setup): New function.
11305 (tool-bar-mode): Use it.
11306
11307 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11308
11309 * net/net-utils.el (nslookup-font-lock-keywords)
11310 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11311 Only set if window-system is non-nil
11312 (net-utils-run-program): Returns buffer.
11313 (network-connection-reconnect): Added this function.
11314
11315 * generic.el:
11316 Incorporates extensive cleanup and docfixes by
11317 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11318 Uses cl compile-time macros.
11319 (generic-mode-name, generic-comment-list)
11320 (generic-keywords-list, generic-font-lock-expressions)
11321 (generic-mode-function-list, generic-mode-syntax-table):
11322 Removed variables.
11323 (generic-mode-alist): Renamed to generic-mode-list.
11324 (generic-find-file-regexp): Default changed to "^#".
11325 (generic-read-type): Uses completing read on generic-mode-list.
11326 (generic-mode-sanity-check): removed this function.
11327 (generic-add-to-auto-mode): Removed this function
11328 (generic-mode-internal): Bind mode-specific definitions
11329 into function instead of putting them in alist.
11330 (generic-mode-set-comments): Reworked extensively.
11331 (generic-mode-find-file-hook): Simplified regexp searching
11332 (generic-make-keywords-list): Omit extra pair of parens
11333
11334 * find-lisp.el (find-lisp-find-files-internal):
11335 Make sure directory name ends with "/".
11336
11337 * generic-x.el (apache-conf-generic-mode):
11338 Regexp now allows leading whitespace.
11339 (rc-generic-mode): Added eval-when-compile
11340 around generic-make-keywords-list.
11341 Deleted duplicate regexp
11342 (rul-generic-mode): Added eval-when-compile
11343 around generic-make-keywords-list.
11344 (etc-fstab-generic-mode): New generic mode.
11345 (rul-generic-mode): Removed one eval-when-compile
11346 which caused a max-specpdl-size exceeded error.
11347
11348 2000-10-04 Miles Bader <miles@gnu.org>
11349
11350 * simple.el (minibuffer-temporary-goal-position): New variable.
11351 (next-history-element): Try to keep the position of point in the
11352 input string constant.
11353
11354 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11355 (dired-do-create-files): If there's only one file, pass it in as
11356 the DEFAULT arg to dired-mark-read-file-name.
11357
11358 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11359
11360 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11361 (diff-goto-source): Be smarter when choosing REVERSE or not.
11362
11363 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11364 (texinfo-mode-menu): Add an explicit shortcut for update all.
11365
11366 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11367
11368 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11369 factorize backend-specific code cleanly (this was essentially
11370 conceived by Stefan Monnier).
11371 (vc-unregister): Function removed.
11372 (vc-revert-file): New function.
11373 (vc-revert-buffer): Delegate some of the work to it.
11374
11375 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11376 default branch unconditionally.
11377 (vc-rcs-set-default-branch): New function.
11378 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11379 (vc-rcs-checkin): If an appropriate default branch has been set,
11380 force creation of that branch.
11381 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11382 code (as suggested by Stefan Monnier).
11383
11384 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11385
11386 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11387 highlighting overlay with a different face over the overlay
11388 isearch uses to highlight the current match because that can lead
11389 to bad face combinations.
11390
11391 * loadup.el (toplevel): Load faces before isearch.
11392
11393 * isearch.el (isearch-faces): New custom group.
11394 (isearch): New defface; was already tested for in the code.
11395 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11396 (isearch-highlight): Always use face `isearch'.
11397
11398 2000-10-02 Dave Love <fx@gnu.org>
11399
11400 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11401 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11402 comparison of opcode with operand.
11403
11404 2000-10-03 Miles Bader <miles@gnu.org>
11405
11406 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11407 buffer, since the echo area will now grow to accommodate them.
11408
11409 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11410
11411 * vc-hooks.el (vc-registered): If FILE used to be registered under
11412 a certain backend, try that one first.
11413
11414 * vc.el (vc-responsible-backend): Undo the previous change in the
11415 argument list. Handle multiple backends correctly.
11416 (vc-find-new-backend): Function removed.
11417 (vc-register): Use vc-responsible-backend, as before.
11418 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11419
11420 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11421
11422 * startup.el (fancy-splash-head): Change message below the
11423 logo.
11424
11425 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11426
11427 * diff-mode.el (diff-goto-source): Emit a status message.
11428 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11429 (diff-test-hunk): Fix doc string.
11430 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11431 (diff-advance-after-apply-hunk): New variable.
11432 (diff-apply-hunk): Don't return a value.
11433
11434 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11435
11436 * vc.el (vc-editable-p): Minor optimization.
11437 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11438 (vc-find-new-backend): New function split from vc-responsible-backend.
11439 (vc-register): Use it.
11440 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11441 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11442 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11443 (vc-clear-headers): Don't use find-file.
11444 (vc-revert-buffer): Use `and' again (must have been a braino).
11445 (vc-switch-backend): Only prompt if requested.
11446 Short circuit if nothing is to be done.
11447 Don't use vc-resynch-buffer which could lose unsaved editing.
11448 (vc-default-receive-file): Update call to vc-unregister.
11449 (with-vc-file, vc-next-action-on-file):
11450 Use vc-backend rather than vc-registered.
11451 (vc-next-action-on-file): Use intern-soft.
11452 Deal with read-only *vc-diff* buffer.
11453 (vc-transfer-file): Docstring fix.
11454
11455 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11456 (vc-rcs-receive-file): Avoid with-vc-properties.
11457 Update call to vc-unregister.
11458 Use constant `RCS' rather than (dynamically bound) var `backend'.
11459
11460 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11461
11462 * vc.el (vc-next-action-on-file): Update mode line only if file
11463 is visited.
11464 (vc-start-entry): New argument initial-contents. Don't visit the file
11465 if it isn't already visited. Brought documentation up-to-date.
11466 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11467 (vc-checkin): New optional arg initial-contents, which is passed to
11468 vc-start-entry.
11469 (vc-finish-logentry): Make sure to bury log buffer only if there
11470 really is one. Call `vc-resynch-buffer' on log-file, not
11471 buffer-file-name.
11472 (vc-default-comment-history, vc-default-wash-log): New functions.
11473 (vc-index-of): Removed.
11474 (vc-transfer-file): Make do without the above.
11475 (vc-default-receive-file): Call comment-history unconditionally. Pass
11476 the resulting string to vc-checkin, instead of inserting it into the
11477 comment ring.
11478
11479 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11480 unconditionally. Use the comments as initial contents of the log
11481 entry buffer. Document the trick to force branch creation with no
11482 changes.
11483
11484 2000-10-01 Miles Bader <miles@gnu.org>
11485
11486 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11487 `recenter' with an arg to prevent redrawing the display.
11488
11489 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11490
11491 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11492
11493 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11494
11495 * progmodes/c-mode.el (c-mode):
11496 Don't gratuitously override the default for comment-column.
11497
11498 * textmodes/tex-mode.el (latex-metasection-list): New var.
11499 (latex-imenu-create-index): Use it.
11500 Move the regexp construction outside loops (and use push).
11501 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11502 (tex-font-lock-keywords): Moved from font-lock.el.
11503 (tex-comment-indent): Remove.
11504 (tex-common-initialization): Don't set comment-indent-function.
11505 (latex-block-default): New var.
11506 (tex-latex-block): Use it to provide a default choice.
11507 Add any unknown choice to latex-block-names.
11508 Insert [...] after {...}.
11509 (tex-last-unended-begin): Simplify regexp.
11510 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11511 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11512 (latex-mode): Set forward-sexp-function.
11513
11514 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11515 Add regexp for @ignore ... @end ignore.
11516 (texinfo-heading-face): New face.
11517 (texinfo-font-lock-keywords): Use it.
11518 (texinfo-mode-menu): New menu.
11519 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11520 New functions.
11521 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11522 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11523 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11524 Remove declaration.
11525 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11526
11527 * delsel.el (delete-selection-mode): Use define-minor-mode.
11528
11529 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11530
11531 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11532
11533 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11534
11535 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11536
11537 * replace.el (keep-lines-read-args): New function.
11538 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11539 read arguments interactively. Add parameters RSTART and REND.
11540 Operate on the active region in Transient Mark mode.
11541
11542 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11543
11544 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11545 (authors-obsolete-files-regexps): New variable.
11546 (authors-add): Don't record changes in obsolete files.
11547
11548 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11549
11550 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11551
11552 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11553 (comment-indent): Make sure there's a space between code and comment.
11554 Shift comments left to avoid going past fill-column.
11555
11556 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11557
11558 * startup.el (startup-echo-area-message): New function.
11559 (display-startup-echo-area-message): Use it.
11560 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11561 (fancy-splash-default-action): New function.
11562 (fancy-splash-screens-1): New function.
11563 (fancy-splash-head): Put a help-echo and a keymap under the image.
11564
11565 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11566
11567 * diff-mode.el (diff-add-log-file-name): Remove.
11568 (diff-mode): Use add-log-buffer-file-name-function.
11569
11570 * add-log.el (find-change-log): New arg BUFFER-FILE.
11571 (add-log-file-name): Obey add-log-file-name-function.
11572 (add-log-buffer-file-name-function): New var.
11573 (add-change-log-entry): Use it.
11574
11575 2000-09-29 Miles Bader <miles@gnu.org>
11576
11577 * image-file.el (image-file-name-extensions): New variable.
11578 (image-file-name-regexps): Renamed from `image-file-regexps'.
11579 New default value is nil. Call `auto-image-file-mode'.
11580 (image-file-name-regexp): New function.
11581 (auto-image-file-mode): New minor mode.
11582 (insert-image-file): Don't make conditional on the image-file
11583 handler being enabled.
11584 (image-file-handler): Make the call here conditional instead.
11585 (set-image-file-handler-enabled, enable-image-file-handler)
11586 (disable-image-file-handler): Functions removed.
11587
11588 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11589 string.
11590
11591 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11592
11593 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11594 it's a function from CL.
11595 (latex-imenu-create-index): Replace eval-when-compile with progn
11596 because latex-section-alist is not bound while compiling.
11597
11598 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11599
11600 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11601 (outline-mode): Use define-derived-mode.
11602
11603 * progmodes/perl-mode.el (perl-mode):
11604 * progmodes/awk-mode.el (awk-mode):
11605 * progmodes/asm-mode.el (asm-mode):
11606 Don't gratuitously override the default for comment-column.
11607
11608 * emacs-lisp/lisp.el (lisp-complete-symbol):
11609 Distinguish the let-binding case from the funcall case.
11610 (forward-sexp-function): New variable.
11611 (forward-sexp): Use it.
11612
11613 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11614 (easy-mmode-defmap): Remove the now useless autoload.
11615
11616 * time.el (display-time-mode): Use define-minor-mode.
11617
11618 * subr.el (add-minor-mode): Don't eval NAME.
11619 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11620 Use if rather than cond.
11621
11622 * simple.el (read-expression-map): Define more properly.
11623 (comment-indent-hook): Remove.
11624 (string-to-syntax): Bug fix.
11625
11626 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11627 (cvs-ediff-diff): Fix typo.
11628 (cvs-revert-if-needed): Don't bother preserving read-only.
11629
11630 * paren.el (show-paren-mode): Use define-minor-mode.
11631
11632 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11633 (toggle-auto-compression): Remove.
11634 (jka-compr-build-file-regexp): Remove useless grouping.
11635
11636 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11637 Avoid user-reserved bindings.
11638 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11639 (diff-header-face): Revert to grey85.
11640
11641 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11642
11643 * complete.el (partial-completion-mode) <defcustom>: Remove.
11644 (partial-completion-mode): Use define-minor-mode.
11645 (PC-do-completion): Understand `completion-auto-help = delay'
11646 to mean to popup the completion buffer only the second time.
11647 (PC-include-file-all-completions, PC-include-file-all-completions)
11648 (PC-include-file-all-completions): Don't quote lambda.
11649
11650 * comint.el (comint-mode-hook): Docstring fix.
11651 (comint-mode): Use define-derived-mode.
11652 (comint-mode-map): Remove obsolete comment.
11653 (make-comint): Minor stylistic change.
11654 (comint-insert-clicked-input): Be more careful to find the overlay.
11655 Use this-command-keys rather than hardcoding mouse-2.
11656
11657 * font-lock.el: Replace confusing (,@ with ,
11658 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11659 Don't use regexp-opt-depth. Spice up the regexp for args.
11660 Don't distinguish between cmds that can take an opt arg or not.
11661 Use `append' and `prepend' rather than `keep'.
11662
11663 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11664 (latex-outline-regexp): New var.
11665 (latex-outline-level): New fun.
11666 (latex-section-alist): New var.
11667 (latex-imenu-create-index): Use it. Use `push' as well.
11668 (tex-shell-map): Initialize it properly.
11669 (tex-mode): Minor stylistic change.
11670 (plain-tex-mode): Use define-derived-mode.
11671 (latex-mode): Use define-derived-mode.
11672 Construct the paragraph regexps in a more readable way.
11673 Set the buffer-local outline-{level,regexp} vars.
11674 (slitex-mode): Derive from latex-mode.
11675 (tex-common-initialization): Don't kill-all-vars anymore.
11676 Add setting for comment-add and font-lock-defaults.
11677 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11678 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11679 (tex-start-tex): New arg DIR (and send a chdir command for it).
11680 Also display the shell buffer and save it in tex-last-buffer-texed.
11681 (tex-region): Use expand-file-name rather than concat.
11682 Remove code made useless by changes in tex-start-tex.
11683 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11684
11685 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11686
11687 2000-09-28 Dave Love <fx@gnu.org>
11688
11689 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11690
11691 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11692
11693 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11694 `append'.
11695
11696 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11697
11698 * info.el (Info-extract-pointer): Undo last change.
11699 Instead, fix the position of the `bound' arg to re-search-backward.
11700
11701 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11702
11703 * info.el (Info-extract-pointer):
11704 Widen more carefully, to avoid finding pointers in other nodes.
11705 (Info-index): Use push.
11706
11707 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11708
11709 * frame.el (set-frame-font): Remove call to obsolete function
11710 frame-update-faces.
11711 (set-foreground-color, set-background-color): Likewise for
11712 frame-update-face-colors.
11713
11714 2000-09-27 Miles Bader <miles@gnu.org>
11715
11716 * image-file.el: New file.
11717
11718 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11719
11720 * frame.el (frame-notice-user-settings): Don't call
11721 frame-update-faces, which is a no-op now.
11722
11723 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11724 tool-bar-lines.
11725
11726 2000-09-27 Dave Love <fx@gnu.org>
11727
11728 * mouse.el: Fix last change.
11729
11730 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11731
11732 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11733
11734 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11735
11736 * international/quail.el (quail-help): The output message is
11737 improved.
11738
11739 2000-09-26 Dave Love <fx@gnu.org>
11740
11741 * mouse.el (popup-menu): If POSITION is nil, set it using
11742 mouse-position.
11743
11744 2000-09-25 Sam Steingold <sds@gnu.org>
11745
11746 * net/browse-url.el (browse-url-file-url): Check for null maps.
11747
11748 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11749
11750 * frame.el (frame-notice-user-settings): Don't add a
11751 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11752
11753 * frame.el (frame-notice-user-settings):
11754 Make tool-bar-mode and default-frame-alist consistent.
11755
11756 * toolbar/tool-bar.el (tool-bar-help): New function.
11757
11758 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11759
11760 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11761 current-load-list in top-level forms. Else this leaks a cons cell
11762 every time a defun is called.
11763
11764 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11765
11766 2000-09-25 Dave Love <fx@gnu.org>
11767
11768 * startup.el (fancy-splash-head): Check XPM is available.
11769
11770 * autoinsert.el (auto-insert): Doc fix.
11771 (auto-insert-alist): Following GNU notices, don't say `copyright
11772 _by_'. Use line-beginning-position.
11773 (auto-insert): Check buffer-file-name is non-nil before use.
11774
11775 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11776
11777 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11778 starting with `@def' or `@multitable', in addition to ones
11779 specified by the user in auto-fill-inhibit-regexp.
11780
11781 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11782
11783 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11784 rmail-dont-reply-to-names matches the empty string.
11785
11786 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11787
11788 * startup.el (command-line-1, fancy-splash-text): Change the
11789 text to sound more friendly.
11790
11791 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11792
11793 * progmodes/hideshow.el: Update author email address.
11794 Generally, sync w/ maintainer version 5.22.
11795 (hs-hide-all-non-comment-function): New var.
11796 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11797 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11798 (hs-show-region): Delete this command.
11799 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11800
11801 2000-09-22 Dave Love <fx@gnu.org>
11802
11803 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11804 (hl-line-highlight): Specify buffer when moving overlay.
11805
11806 * progmodes/fortran.el (fortran-mode): Locally set
11807 normal-auto-fill-function.
11808 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11809 (fortran-mode-map): Adjust auto-fill menu entry.
11810
11811 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11812
11813 * vc-rcs.el (toplevel): Require `vc' when compiling.
11814
11815 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11816
11817 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11818
11819 * vc.el (vc-switch-backend): Signal an error if the file is not
11820 registered under the new backend.
11821
11822 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11823 without explicit revision number.
11824
11825 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11826
11827 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11828 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11829 (diff-xor): New function.
11830 (diff-find-source-location): Use it. Fix a stupid name clash.
11831 (diff-hunk-status-msg): New function.
11832 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11833 (diff-test-hunk): Use diff-find-source-location.
11834 (diff-goto-source): Favor the `reverse'.
11835 (diff-hunk-text): Properly handle one-sided context diffs.
11836 (diff-apply-hunk): When done, advance to the next hunk.
11837
11838 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11839
11840 * startup.el (command-line): If frame was created with a non-zero
11841 tool-bar-lines parameter, switch tool-bar-mode on.
11842
11843 * add-log.el (change-log-date-face, change-log-name-face)
11844 (change-log-email-face, change-log-file-face)
11845 (change-log-list-face, change-log-conditionals-face)
11846 (change-log-function-face, change-log-acknowledgement-face):
11847 New faces, inheriting from font-lock faces.
11848 (change-log-font-lock-keywords): Use them.
11849
11850 2000-09-21 Dave Love <fx@gnu.org>
11851
11852 * progmodes/cperl-mode.el (top-level): Clean up
11853 `eval-when-compile's and assorted defvars.
11854 (cperl-invalid-face): Don't double-quote value. Change custom
11855 type.
11856 (cperl-mode): Set normal-auto-fill-function and don't zap
11857 auto-fill-function.
11858 (cperl-imenu--function-name-regexp-perl): Renamed from
11859 imenu-example--function-name-regexp-perl.
11860 (cperl-imenu--create-perl-index): Renamed from
11861 imenu-example--create-perl-index.
11862 (cperl-xsub-scan): Don't require cl.
11863
11864 * msb.el (msb-mode-map): Use substitute-key-definition.
11865 (msb-mode): Use msb-mode-map.
11866
11867 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11868
11869 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11870 New functions.
11871 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11872 (vc-switch-backend): New function.
11873 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11874 (vc-register): Fix prompt.
11875 (vc-unregister, vc-default-unregister): New functions.
11876 (vc-version-diff): Handle empty buffer in sentinel.
11877
11878 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11879 (vc-rcs-state-heuristic): Use it to guess the state of files with
11880 non-strict locking.
11881 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11882 been set with -b, but not created yet.
11883 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11884 contents in order to find the state.
11885 (vc-rcs-checkin): Allow creation of branches with no changes.
11886 (vc-rcs-unregister, vc-rcs-receive-file)
11887 (vc-rcs-set-non-strict-locking): New functions.
11888
11889 * vc-hooks.el (vc-name): Force correct computation of the value
11890 in case it is missing.
11891
11892 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11893
11894 * startup.el (fancy-splash-tail): Use a different foreground
11895 color on a dark frame background.
11896
11897 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11898
11899 * info.el: Use the correct capitalization when making Info-mode
11900 and Info-edit-mode `special' modes.
11901
11902 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11903
11904 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11905 (diff-mode): Add support for add-log.el.
11906 (diff-hunk-text): Use char offsets rather than line offsets.
11907 (diff-find-source-location): Replace LINE with line-offset (nil
11908 if not found) and always set POS to a meaningful position.
11909 Adapt to the new char-offsets.
11910 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11911 Adapt to the new diff-find-source-location.
11912 (diff-goto-source): Adapt to the new diff-find-source-location.
11913
11914 * add-log.el (add-log-file-name): New function (split out of
11915 add-change-log-entry).
11916 (add-change-log-entry): Use it.
11917 Call add-log-file-name-function with the changelog file name if
11918 the current buffer is not associated with any file.
11919 Avoid find-file if the selected window is dedicated.
11920
11921 * diff-mode.el (diff-find-source-location):
11922 Move code from diff-apply-hunk. Return buffer rather than file.
11923 (diff-apply-hunk): Use the new result from diff-find-source-location.
11924 (diff-goto-source): Use the new diff-find-source-location.
11925
11926 2000-09-20 Dave Love <fx@gnu.org>
11927
11928 * iswitchb.el: Some doc fixes.
11929 (iswitchb-mode-map): Define completely initially. Inherit
11930 minibuffer-local-map.
11931 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11932 fundamental-mode.
11933 (iswitchb-global-map): New variable.
11934 (iswitchb-summaries-to-end): Amalgamate regexps.
11935 (iswitchb-mode): New.
11936 (iswitchb-mode-hook): New variable.
11937 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11938 `extensions'.
11939
11940 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11941
11942 * ehelp.el (electric-help): New defgroup.
11943 (electric-help-shrink-window): New user-option.
11944 (with-electric-help): Use it.
11945
11946 * window.el (shrink-window-if-larger-than-buffer): If face
11947 `mode-line' has a :box, and we're on a graphical frame, add 1
11948 to the needed window height.
11949
11950 * frame.el (frame-notice-user-settings): Add a last parameter nil
11951 to a call to `append', because the last list passed to `append' is
11952 not copied, and so subsequent calls to assq-delete-all will modify
11953 default-frame-alist.
11954
11955 * startup.el (fancy-splash-image): Change :type.
11956 (fancy-splash-head): Use an XBM image if appropriate.
11957 (command-line-1): Show splash screens in more cases.
11958
11959 * startup.el (fancy-splash-text): Don't quote faces.
11960
11961 * dired.el (dired-font-lock-keywords): Undo last change.
11962 (dired-readin): Bind indent-tabs-mode to nil.
11963
11964 * startup.el (fancy-splash-head): If frame's background mode
11965 is `dark', change the black background of the image to gray.
11966 (fancy-splash-screens): Display startup echo area message.
11967 (display-startup-echo-area-message): New function.
11968
11969 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11970
11971 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11972
11973 * info.el (info-header-node): Tweak for color ttys.
11974
11975 * faces.el (face-valid-attribute-values): Make sure directories we
11976 search for stipples both exist and are readable before trying to
11977 search them.
11978
11979 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11980 in the dry-run case.
11981
11982 * jka-compr.el (with-auto-compression-mode): New macro.
11983
11984 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11985 (custom-group-tag-face, custom-variable-tag-face): Use relative
11986 :height and inherit from `variable-pitch' face instead of
11987 hardwiring :family.
11988 * hi-lock.el (hi-black-hb): Likewise.
11989
11990 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11991 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11992 toolbar-add-item, if image doesn't have a mask add a `:mask
11993 heuristic'.
11994
11995 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11996
11997 * diff-mode.el: Docstring fixes.
11998 (diff-header-face, diff-comment-face): New faces.
11999 (diff-font-lock-keywords): Highlight a bit differently.
12000 (diff-find-source-location): Don't return SPAN any more.
12001 (diff-hunk-text): Don't bother erasing the temp buffer.
12002 (diff-find-text): Drop argument LINE.
12003 (diff-apply-hunk): Update calls to diff-find-text.
12004 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12005
12006 * calendar/calendar.el: Docstring fixes.
12007 (calendar-make-alist): Don't quote lambda.
12008 (calendar-star-date): Use make-local-variable.
12009
12010 2000-09-19 Dave Love <fx@gnu.org>
12011
12012 * toolbar/tool-bar.el: Renamed from toolbar.el.
12013 Change `toolbar' to `tool-bar' generally in symbols.
12014 Make some items invisible in `special' major modes.
12015 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12016 Add arg PROPS.
12017
12018 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12019 Add :version here.
12020 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12021
12022 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12023
12024 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12025
12026 * files.el (find-file-suppress-same-file-warnings): New user-option.
12027 (find-file-noselect): Use it.
12028
12029 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12030 (fancy-splash-screen): Defgroup.
12031
12032 * add-log.el (change-log-font-lock-keywords): Match names
12033 more exactly for the case that font-lock-constant-face is
12034 underlined.
12035
12036 2000-09-19 Richard M. Stallman <rms@gnu.org>
12037
12038 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12039
12040 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12041
12042 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12043
12044 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12045
12046 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12047 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12048 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12049 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12050 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12051 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12052 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12053 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12054 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12055 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12056 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12057 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12058
12059 * startup.el (fancy-splash-text): New variable.
12060 (fancy-splash-delay, fancy-splash-image): New user-options.
12061 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12062 (fancy-splash-screens): New functions.
12063 (command-line-1): If display has a `display' frame parameter, has
12064 colors, and we have XPM support, show more fancy splash screens.
12065
12066 2000-09-19 Dave Love <fx@gnu.org>
12067
12068 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12069 with null `help'. Use modern backquote syntax.
12070
12071 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12072
12073 * font-lock.el (font-lock-mode): Change message telling the user
12074 that ``the buffer is too big''.
12075
12076 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12077 for instance for the case that tab-width is 2.
12078
12079 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12080
12081 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12082 toolbar-add-item, if image doesn't have a mask add a `:mask
12083 heuristic'.
12084
12085 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12086
12087 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12088 and return a cons if it's non-nil.
12089 (diff-apply-hunk): Try to jump to the line in the source text
12090 corresponding to the position of point in the in the hunk.
12091
12092 * info.el (Info-title-3-face, Info-title-2-face)
12093 (Info-title-1-face): Use face inheritance and relative sizes
12094 instead of hard-wiring things.
12095
12096 * faces.el (secondary-selection): Make dark-background variant sane.
12097
12098 2000-09-16 Andrew Innes <andrewi@gnu.org>
12099
12100 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12101 read-only, since they aren't under VC now.
12102
12103 2000-09-17 Dave Love <fx@gnu.org>
12104
12105 * tmm.el: Replace mapcar with mapc in several places.
12106
12107 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12108 ad-unadvise.
12109
12110 * international/latin1-disp.el: New file.
12111
12112 * calendar/cal-move.el (scroll-calendar-left)
12113 (scroll-calendar-right): Make arg optional (for active mode line).
12114
12115 * calendar/calendar.el (calendar-mode-line-format): Make fields
12116 mouse-sensitive.
12117 (calendar-read-date, calendar-read-date, calendar-window-list):
12118 Unquote lambda.
12119 (calendar-month-name): Use aref, not sref.
12120
12121 * view.el (minor-mode-alist): Propertize the string.
12122
12123 * international/characters.el (standard-case-table): Add entries
12124 for Greek.
12125
12126 2000-09-18 Miles Bader <miles@gnu.org>
12127
12128 * info.el (info-node, info-xref): Add dark-background variants.
12129
12130 * faces.el (header-line): Change defaults to be less confusing
12131 when mixed with mode-lines.
12132
12133 * info.el (Info-fontify-node): Make a few cleanups.
12134 Add extra `help-echo' and `local-map' props to node xrefs.
12135 Use header-specific faces for node-names & xrefs.
12136 (Info-use-header-line): New variable.
12137 (info-header-xref, info-header-node): New faces.
12138 (Info-setup-header-line): New function.
12139 (Info-select-node): Call Info-setup-header-line when enabled.
12140 (Info-extract-pointer): Work even if the header line is hidden.
12141 (Info-header-line): New variable.
12142
12143 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12144
12145 * vms-patch.el (print-region-function): Don't quote lambda.
12146
12147 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12148
12149 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12150 (lm-get-header-re): Allow spaces between the header and the colon.
12151 (lm-header): Allow $ in non-RCS headers.
12152 (lm-header-multiline): Put the strings back into order.
12153 Stop at an empty line. Don't require two space chars if the
12154 line is clearly not another header line.
12155
12156 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12157 (popup-menu-popup): Remove.
12158
12159 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12160
12161 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12162 specification if or if not tool-bar item contains an `:enabled'
12163 property.
12164
12165 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12166 current buffer has no file name.
12167
12168 2000-09-15 Dave Love <fx@gnu.org>
12169
12170 * strokes.el: Sync with maintainer's current version with changes
12171 for Emacs, but avoid runtime cl and levents.
12172 (toplevel): Change autoloads and compilation requires.
12173 (strokes-version, strokes-bug-address, strokes-lift): Values
12174 changed.
12175 (strokes-xpm-header, strokes-insinuated): New variable.
12176 (strokes): Add :link.
12177 (strokes-mode): Customized.
12178 (strokes-while-inhibiting-garbage-collector): New macro.
12179 (strokes-remassoc): Avoid remove-if.
12180 (strokes-fix-button2-command): Don't use ad-do-it.
12181 (strokes-insinuate): New function.
12182 (strokes-button-press-event-p, strokes-button-release-event-p):
12183 New functions, used instead of non-`strokes-' versions..
12184 (strokes-mouse-event-p): Rewritten.
12185 (strokes-event-closest-point): Avoid event-point.
12186 (strokes-get-grid-position): Avoid cdadr, caadr
12187 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12188 functions.
12189 (strokes-help): Use with-output-to-temp-buffer.
12190 (strokes-window-configuration-changed-p): New function.
12191 (strokes-update-window-configuration): Use buffer-live-p,
12192 strokes-window-configuration-changed-p.
12193 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12194 (strokes-char-face): New face.
12195 (strokes-char-table, strokes-base64-chars): New variable.
12196 (strokes-xpm-for-stroke, strokes-list-strokes)
12197 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12198 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12199 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12200 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12201 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12202 functions.
12203
12204 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12205
12206 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12207
12208 * image.el (create-image): Doc fix.
12209
12210 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12211 instead of `:heuristic-mask t'.
12212
12213 2000-09-14 Andrew Innes <andrewi@gnu.org>
12214
12215 * makefile.w32-in: Revert to Unix line endings.
12216
12217 2000-09-14 Andrew Innes <andrewi@gnu.org>
12218
12219 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12220 when installing.
12221
12222 * makefile.nt (DONTCOMPILE): Fix typo.
12223
12224 * shell.el (shell-write-history-on-exit): New function.
12225 (shell-dumb-shell-regexp): New custom variable.
12226 (shell-mode): Make shell-write-history-on-exit the process
12227 sentinel if shell name matches shell-dumb-shell-regexp.
12228
12229 * w32-fns.el: Comment out before-init-hook function which resets
12230 source-directory based; this breaks bootstrap.
12231
12232 2000-09-14 Dave Love <fx@gnu.org>
12233
12234 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12235 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12236 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12237 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12238 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12239 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12240 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12241 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12242 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12243
12244 * toolbar/toolbar.el: New.
12245
12246 * subdirs.el: Add toolbar.
12247
12248 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12249
12250 * indent.el (indent-for-tab-command): Doc fix.
12251
12252 2000-09-14 Alex Schroeder <alex@gnu.org>
12253
12254 * ansi-color.el (ansi-colors): Doc change.
12255 (ansi-color-get-face): Simplified regexp.
12256 (ansi-color-faces-vector): Added more faces, doc change.
12257 (ansi-color-names-vector): Doc change.
12258 (ansi-color-regexp): Simplified regexp.
12259 (ansi-color-parameter-regexp): New regexp.
12260 (ansi-color-filter-apply): Doc change.
12261 (ansi-color-filter-region): Doc change.
12262 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12263 deal with zero length parameters.
12264 (ansi-color-apply-on-region): Doc change.
12265 (ansi-color-map): Doc change.
12266 (ansi-color-map-update): Removed debugging message.
12267 (ansi-color-get-face-1): Added condition-case to trap
12268 args-out-of-range errors.
12269 (ansi-color-get-face): Doc change.
12270 (ansi-color-make-face): Removed.
12271 (ansi-color-for-shell-mode): New option.
12272
12273 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12274
12275 * international/quail.el (quail-start-translation): Translate KEY
12276 if necessary even if it doesn't have any mapping in the current
12277 input method.
12278 (quail-start-conversion): Likewise.
12279 (quail-help): The output message is improved.
12280
12281 2000-09-13 Miles Bader <miles@gnu.org>
12282
12283 * comint.el (comint-output-filter): Revert to using
12284 `insert-before-markers'. Add bletcherous hack to undo damage
12285 caused by `insert-before-markers'. Put `front-sticky' property on
12286 overlays created here so that the field code understands how the
12287 overlay works. Use a let when making comint-last-prompt-overlay,
12288 so that the code is easier to read.
12289
12290 2000-09-13 Dave Love <fx@gnu.org>
12291
12292 * wid-edit.el (widget-default-format-handler): DTRT when
12293 doc-property is a function.
12294
12295 2000-09-12 Francesco Potorti` <pot@gnu.org>
12296
12297 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12298 filed name if it's not there.
12299
12300 2000-09-12 Dave Love <fx@gnu.org>
12301
12302 * simple.el (read-mail-command): Doc fix.
12303 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12304
12305 * vc.el (vc-dired-listing-switches): Fix :version.
12306
12307 * vc-hooks.el: Doc fixes.
12308
12309 * subr.el (add-minor-mode): Use toggle-fun arg.
12310
12311 * speedbar.el: Add :version to several defcustoms.
12312
12313 * imenu.el (imenu--truncate-items, imenu--cleanup)
12314 (imenu--generic-function): Avoid mapcar.
12315 (imenu--replace-spaces): Function removed.
12316 (imenu--completion-buffer): Use subst-char-in-string.
12317 (imenu-add-to-menubar): Use keymap inheritance.
12318
12319 2000-09-12 Miles Bader <miles@gnu.org>
12320
12321 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12322 (diff-mode-map): Bind `diff-test-hunk'.
12323 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12324
12325 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12326
12327 * bytecomp.el (byte-compile-defvar): Undo last change
12328 because it breaks '(make-variable-buffer-local (defvar ...)'
12329 which is used at least in dired.
12330
12331 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12332
12333 * international/quail.el (quail-define-package): Docstring
12334 modified.
12335
12336 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12337
12338 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12339 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12340 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12341 docstring of "chinese-py".
12342
12343 * international/quail.el (quail-translation-docstring): New
12344 variable.
12345 (quail-show-keyboard-layout): Docstring modified.
12346 (quail-select-current): Likewise.
12347 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12348 infinite recursive call.
12349 (quail-help): Check quail-translation-docstring. Format of the
12350 output changed.
12351 (quail-help-insert-keymap-description): Adjusted for the above
12352 change.
12353
12354 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12355
12356 * bytecomp.el (byte-compile-defvar): Only cons onto
12357 current-load-list in top-level forms. Else this leaks a cons cell
12358 every time a defun is called.
12359
12360 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12361
12362 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12363 Now understands non-unified diffs. Some functionality moved into
12364 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12365 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12366 modify anything. Only reposition point in the patched file if the
12367 patch succeeds. Only pop up another window if POPUP is true.
12368 Emit a message describing what happened if successful, and at what
12369 line-offset. Automatically detect reversed hunks and do something
12370 appropriate.
12371 (diff-hunk-text, diff-find-text): New functions.
12372 (diff-filter-lines): Function removed.
12373 (diff-test-hunk): New function.
12374 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12375
12376 2000-09-10 Dave Love <fx@gnu.org>
12377
12378 * textmodes/tildify.el: Minor doc/commentary fixes.
12379 (tildify) <defgroup>: Add :version.
12380
12381 * faces.el (face-x-resources): Make custom type more specific.
12382 (frame-background-mode): Use mapc.
12383 (region) <defcustom>: Add :version.
12384
12385 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12386
12387 * vc-sccs.el (vc-sccs-register):
12388 * vc-rcs.el (vc-rcs-register):
12389 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12390 * vc.el (vc-register): Clear file's properties.
12391
12392 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12393
12394 * faces.el (face-spec-set): Only face-spec-reset-face when
12395 ATTRS is non-nil.
12396
12397 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12398
12399 * help.el (help-insert-xref-button): Fix a typo in doc string.
12400
12401 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12402
12403 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12404 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12405 methods.
12406
12407 * menu-bar.el (read-mail-item-name): New function.
12408 (menu-bar-tools-menu): Use it to compute and display the package
12409 used to read email.
12410 (menu-bar-tools-menu): Fix typo in GUD's help string.
12411
12412 2000-09-07 Dave Love <fx@gnu.org>
12413
12414 * diff-mode.el (diff-mouse-goto-source): New function.
12415
12416 * vc-sccs.el: Doc fixes.
12417 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12418
12419 * vc-rcs.el: Doc fixes.
12420 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12421 (vc-rcs-checkout-switches, vc-rcs-header)
12422 (vc-rcs-master-templates): Add or change :version.
12423
12424 * vc-cvs.el: Doc fixes.
12425 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12426 (vc-cvs-stay-local): Add :version.
12427
12428 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12429
12430 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12431
12432 * international/quail.el (quail-help): Fix previous change.
12433
12434 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12435
12436 * faces.el (color-values): Doc fix.
12437
12438 * faces.el (frame-set-background-mode): Use frame-parameter
12439 instead of frame-parameters.
12440
12441 * frame.el (filtered-frame-list): Reduce consing.
12442 (frames-on-display-list): Call frame-parameter instead of
12443 frame-parameters.
12444
12445 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12446
12447 * language/devan-util.el (devanagari-to-indian-region): In the
12448 loop, change the following char, not preceding char.
12449
12450 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12451
12452 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12453 instead of frame-parameters.
12454
12455 * faces.el (set-face-attribute): Simplify by calling
12456 internal-set-lisp-face-attribute with FRAME being 0.
12457
12458 * vc.el: Remove `Id' version control keyword.
12459
12460 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12461
12462 * help.el (help-make-xrefs): Adjusted for the change of
12463 help-xref-mule-regexp.
12464 (help-insert-xref-button): New function.
12465
12466 * international/mule-cmds.el (help-xref-mule-regexp-template):
12467 Include the pattern for character set.
12468 (leim): New group.
12469
12470 * international/quail.el: Don't require face.
12471 (quail): New group.
12472 (quail-other-command): Dummy command to make quail-help work better.
12473 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12474 (quail-keyboard-layout-substitution): New variable.
12475 (quail-update-keyboard-layout): New function.
12476 (quail-keyboard-layout-type): New customizable variable.
12477 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12478 (quail-keyboard-translate): Pay attention to
12479 quail-keyboard-layout-substitution.
12480 (quail-insert-kbd-layout): New function.
12481 (quail-show-keyboard-layout): New function.
12482 (quail-get-translation): If the definition is a vector of length
12483 1, and the element is a string of length 1, return the character
12484 in that string.
12485 (quail-update-current-translations): Fix the case of
12486 relative-index out of range.
12487 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12488 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12489 Show key sequences for all available characters.
12490 (quail-help-insert-keymap-description): Don't show such verbose
12491 key bindings as quail-self-insert-command.
12492
12493 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12494 Format changed, and each element now have extra documentations.
12495 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12496 Adjusted for the change of quail-cxterm-package-ext-info.
12497
12498 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12499
12500 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12501 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12502 during bootstrap.
12503
12504 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12505
12506 * vc.el: (toplevel): Don't require `dired' at run-time.
12507 (vc-dired-resynch-file): Remove autoload cookie.
12508
12509 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12510
12511 * vc.el: Made several backend functions optional.
12512 (vc-default-responsible-p): New function.
12513 (vc-merge): Use RET for first version to trigger merge-news, not
12514 prefix arg.
12515 (vc-annotate): Handle backends that do not support annotation.
12516 (vc-default-merge-news): Removed. The existence of a merge-news
12517 implementation is now checked on caller sites.
12518
12519 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12520 case.
12521
12522 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12523 special case that has been removed from the default in vc-hooks.el.
12524
12525 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12526
12527 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12528
12529 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12530
12531 * vc-hooks.el: Require vc during compilation.
12532 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12533 macro `with-vc-properties' in vc.el.
12534 (vc-file-getprop): Doc fix.
12535 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12536
12537 * vc.el: Require dired-aux during compilation.
12538 (vc-name-assoc-file): Moved to vc-sccs.el.
12539 (with-vc-properties): New macro.
12540 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12541 vc-finish-steal): Use it.
12542 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12543 to the backend-specific function is now supposed to do the checkout,
12544 too.
12545 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12546
12547 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12548 set file properties; that gets done in the generic code now.
12549
12550 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12551 Changed parameter list, added code from vc.el that does the
12552 checkout, possibly with a double-take.
12553
12554 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12555 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12556 the above under the new name.
12557 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12558 parameter list, added checkout command.
12559 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12560 properties; that gets done in the generic code now.
12561
12562 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12563
12564 * vc.el: Docstring fixes (courtesy of checkdoc).
12565
12566 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12567
12568 * vc.el (vc-checkout-writable-buffer-hook)
12569 (vc-checkout-writable-buffer): Remove.
12570 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12571 (vc-log-mode): Make it into a clean derived major mode.
12572 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12573 vc-log-mode if log-edit is not available.
12574 (vc-dired-mode-map): Don't set-keymap-parent yet.
12575 (vc-dired-mode): Do set-keymap-parent here.
12576 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12577
12578 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12579
12580 * faces.el (set-face-attribute, face-spec-reset-face)
12581 (face-spec-set): Avoid consing by removing calls to `apply'.
12582
12583 * frame.el (frame-parameter): Move to C code.
12584
12585 2000-09-05 Dave Love <fx@gnu.org>
12586
12587 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12588 insert-before-markers-and-inherit. Now checked systematically!
12589
12590 2000-09-05 Alex Schroeder <alex@gnu.org>
12591
12592 * sql.el (sql-postgres): Use sql-postgres-options.
12593 (sql-postgres-options): New variable.
12594
12595 2000-09-05 Alex Schroeder <alex@gnu.org>
12596
12597 * sql.el (sql-mode-menu): Work around missing variable mark-active
12598 in XEmacs.
12599 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12600 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12601 compatibility.
12602
12603 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12604
12605 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12606
12607 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12608
12609 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12610
12611 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12612
12613 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12614 don't support anything else under SCCS yet.
12615
12616 * vc-hooks.el: Minor doc fixes.
12617
12618 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12619
12620 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12621 not necessary. If verbose in state `needs-patch', do the same as
12622 under `up-to-date'. When NOT verbose and `needs-patch', check out
12623 latest version instead of `merge-news'.
12624 (vc-next-action-dired): Don't mess with default-directory here; it
12625 breaks other parts of dired. It is the job of the
12626 backend-specific functions to adjust it temporarily if they need it.
12627 (vc-next-action): Remove a special CVS case.
12628 (vc-clear-headers): New optional arg FILE.
12629 (vc-checkin, vc-checkout): Set properties vc-state and
12630 vc-checkout-time properly.
12631 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12632 (vc-print-log): Use new backend function `show-log-entry'.
12633 (vc-cancel-version): Do the checks in a different order. Added a
12634 FIXME concerning RCS-only code.
12635
12636 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12637 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12638
12639 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12640
12641 * vc-hooks.el (vc-default-mode-line-string): Show state
12642 `needs-patch' as a `-' too.
12643
12644 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12645
12646 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12647 (vc-default-could-register): New function.
12648 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12649 (vc-resynch-buffer): Call vc-dired-resynch-file.
12650 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12651 vc-resynch-buffer instead of vc-resynch-window.
12652 (vc-next-action-dired): Don't redisplay here, that gets done as a
12653 result of the individual file operations.
12654 (vc-retrieve-snapshot): Corrected prompt order.
12655
12656 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12657
12658 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12659 as well.
12660 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12661 hostname regexps. Updated all callers.
12662 (vc-cvs-responsible-p): Handle directories as well.
12663 (vc-cvs-could-register): New function.
12664 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12665 properties up-to-date.
12666
12667 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12668 user whether to create one.
12669
12670 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12671
12672 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12673 check out a non-existing file.
12674
12675 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12676 workfile does not exist.
12677
12678 * vc.el (vc-version-diff): Use `require' to check for existence of
12679 diff-mode.
12680
12681 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12682
12683 * vc-cvs.el (vc-cvs-registered): Use new function
12684 vc-cvs-parse-entry to do the actual work.
12685
12686 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12687
12688 * vc-hooks.el (vc-find-backend-function): If function doesn't
12689 exist, return nil instead of error.
12690 (vc-call-backend): Doc fix.
12691
12692 * vc.el (vc-do-command): Doc fix.
12693 (vc-finish-logentry): When checking in from vc-dired, choose the
12694 right backend for logentry check.
12695 (vc-dired-mode-map): Inherit from dired-mode-map.
12696 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12697 simplified.
12698 (vc-dired-state-info): Removed, updated caller.
12699 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12700 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12701 (vc-dired-listing-switches): New variable.
12702 (vc-directory): Use it, instead of dired-listing-switches.
12703
12704 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12705 (vc-cvs-dir-state): New function.
12706 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12707 (vc-cvs-parse-entry): New function, also to be used in
12708 vc-cvs-registered.
12709
12710 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12711
12712 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12713 *or* single-window-frames.
12714
12715 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12716
12717 * vc.el (vc-update-changelog): Split into generic part and default
12718 implementation. Doc string adapted.
12719 (vc-default-update-changelog): New function. Call the `rcs2log'
12720 script in exec-directory, to fix a long-standing nuisance.
12721
12722 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12723 simply signals an error.
12724
12725 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12726
12727 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12728 control-flow more clear and to avoid running `cvs' twice.
12729
12730 * vc.el (vc-next-action-on-file): Doc fix.
12731 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12732 (vc-print-log): Eval `file' before constructing the continuation.
12733
12734 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12735
12736 * vc.el (vc-next-action-on-file): Corrected several messages.
12737 (vc-merge): Add prefix arg `merge-news'; handle it.
12738
12739 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12740 is not reached. It is.
12741 (vc-cvs-merge): Set state to 'edited after merge.
12742 (vc-cvs-merge-news): Set workfile version to nil if not known.
12743 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12744
12745 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12746 via stdout. (Merge from main line.)
12747
12748 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12749
12750 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12751 detection.
12752
12753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12754
12755 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12756 against kill-all-local-variables.
12757 (vc-log-edit): Don't save vc-parent-buffer any more.
12758 (vc-last-comment-match): Initialize to an empty string.
12759 (vc-post-command-functions): New hook.
12760 (vc-do-command): Run it.
12761 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12762 (vc-finish-logentry): Only add the comment to the ring if it's
12763 different from the last comment entered.
12764 (vc-new-comment-index): New function.
12765 (vc-previous-comment): Use it. Make the minibuffer message
12766 slightly less terse.
12767 (vc-comment-search-reverse): Make it work forward as well. Don't
12768 set vc-comment-ring-index if no match is found. Use
12769 vc-new-comment-index.
12770 (vc-comment-search-forward): Use vc-comment-search-reverse.
12771 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12772 define-derived-mode will do it for us. Bind `v' to a keymap that
12773 inherits from vc-prefix-map so that we can bind `vt' without
12774 binding C-x v t.
12775 (vc-retrieve-snapshot): Parenthesis typo.
12776
12777 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12778 to 1. Make sure to switch to *vc* before looking for an error
12779 message. Use vc-parse-buffer.
12780
12781 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12782
12783 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12784 and NAME.
12785 (vc-retrieve-snapshot): Split into two parts.
12786 (vc-default-retrieve-snapshot): New function.
12787
12788 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12789 (vc-cvs-retrieve-snapshot): New function (untested).
12790 (vc-cvs-stay-local): Default to t.
12791 (vc-cvs-remote-p): New function and property.
12792 (vc-cvs-state): Stay local only if the above is t.
12793 (vc-handle-cvs): Removed.
12794 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12795 done via vc-handled-backends now.
12796 (vc-cvs-header): Escape Id.
12797
12798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12799
12800 * vc.el (vc-do-command): Remove unused commands.
12801 (vc-version-diff): Make sure default-directory ends with a slash.
12802 Move the window commands into a vc-exec-after.
12803 (vc-print-log): Move more of the code into the `vc-exec-after'.
12804
12805 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12806
12807 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12808 (vc-print-log): Search current revision from beginning of buffer.
12809 (vc-revert-buffer): Clear echo area after the diff is finished.
12810 (vc-prefix-map): Removed definition of "t" for terse display in vc
12811 dired.
12812 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12813 definition of "vt" for terse display.
12814 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12815
12816 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12817
12818 * vc.el (vc-exec-after): Avoid caddr.
12819
12820 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12821
12822 * vc.el (vc-exec-after): New function.
12823 (vc-do-command): Use it to add a termination message for async
12824 procs.
12825 (vc-checkout): Try to handle a missing-backend situation.
12826 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12827 of a directory with a backend using async diffs.
12828 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12829 present.
12830
12831 * vc-sccs.el (vc-sccs-state-heuristic): Use
12832 file-ownership-preserved-p.
12833
12834 * vc-rcs.el (vc-rcs-state-heuristic): Use
12835 file-ownership-preserved-p.
12836 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12837
12838 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12839
12840 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12841 vc-do-command.
12842
12843 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12844 when there are no changes.
12845
12846 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12847
12848 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12849
12850 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12851
12852 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12853
12854 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12855
12856 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12857 the `fset' outside of the defvar so that it works even if
12858 vc-prefix-map was already defined.
12859 (vc-setup-buffer): New function, split out of vc-do-command.
12860 (vc-do-command): Allow BUFFER to be t to mean `just use the
12861 current buffer without any fuss'.
12862 (vc-version-diff): Change the `diff' backend operation to just put
12863 the diff in the current buffer without erasing it. Always use
12864 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12865 shrink-window-if-larger-than-buffer.
12866 (vc-print-log): Change the `print-log' backend operation to just
12867 put the log in the current buffer without erasing it. Protect
12868 shrink-window-if-larger-than-buffer.
12869 (vc-update-change-log): Fix setd typo.
12870
12871 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12872 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12873
12874 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12875 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12876 CMP.
12877
12878 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12879 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12880 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12881
12882 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12883
12884 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12885 not possible, use vc-BACKEND-workfile-unchanged-p.
12886 (vc-default-workfile-unchanged-p): New function. Delegates to a
12887 full vc-BACKEND-diff.
12888
12889 * vc-hooks.el (vc-simple-command): Removed.
12890
12891 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12892 instead of vc-simple-command.
12893 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12894 avoid doing a diff when opening a file.
12895 (vc-rcs-state): Added check for unlocked-changes.
12896 (vc-rcs-header): Escape Id.
12897 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12898 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12899 version.
12900
12901 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12902 (vc-sccs-diff): Remove optional arg CMP.
12903 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12904 SCCS-specific function.
12905
12906 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12907 vc-simple-command.
12908
12909 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12910
12911 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12912 (with-vc-file, vc-merge): Use vc-editable-p.
12913 (vc-do-command): Remove unused var vc-file and fix the
12914 doubly-defined `status' var. Add a user message when starting an
12915 async command.
12916 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12917 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12918 Use with-current-buffer.
12919 (vc-buffer-sync): Use unless.
12920 (vc-next-action-on-file): If the file is 'edited by read-only,
12921 make it read-write instead of trying to commit.
12922 (vc-version-diff, vc-update-change-log): Use `setq
12923 default-directory' rather than `cd'.
12924 (vc-log-edit): Don't forget to set default-directory in the
12925 buffer.
12926
12927 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12928 (vc-sccs-state-heuristic): Use file-writable-p instead of
12929 comparing userids.
12930 (vc-sccs-checkout): Use `unless'.
12931
12932 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12933 of comparing userids.
12934 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12935 Simplify the logic by eliminating unreachable code.
12936 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12937 just do a recursive call if we need to retry.
12938 (vc-rcs-checkout): Handle the case where rcs is missing by making
12939 the buffer read-write if requested and re-signalling the error.
12940
12941 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12942
12943 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12944
12945 * vc-hooks.el (vc-handled-backends): Docstring change.
12946 (vc-ignore-vc-files): Mark obsolete.
12947 (vc-registered): Check vc-ignore-vc-files.
12948 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12949 vc-ignore-vc-files.
12950
12951 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12952
12953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12954
12955 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12956 files since ange-ftp already has vc-registered return nil.
12957
12958 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12959 (vc-sccs-workfile-version): Use with-temp-buffer and new
12960 vc-parse-buffer and don't bother setting the property.
12961 (vc-sccs-add-triple): Use with-current-buffer and
12962 find-file-noselect.
12963 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12964
12965 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12966 derives from the old vc-parse-buffer but uses the revision number
12967 rather than the date (much easier to compare robustly).
12968 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12969 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12970 locking-user more directly. Check strict locking and set
12971 checkout-model appropriately.
12972 (vc-rcs-parse-locks): Remove.
12973 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12974 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12975 (vc-rcs-system-release): Use with-current-buffer and
12976 vc-parse-buffer.
12977 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12978
12979 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12980 (vc-simple-command): Docstring fix.
12981 (vc-registered): Align the way the file-handler is called with the
12982 way the function itself works.
12983 (vc-file-owner): Remove.
12984
12985 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12986 extraction of fields and call to file-attributes because of a
12987 temporary bug in rcp.el.
12988 (vc-cvs-fetch-status): Use with-current-buffer.
12989
12990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12991
12992 * vc.el (vc-do-command): Use file-relative-name.
12993 (vc-responsible-backend): Use vc-backend if possible.
12994 (vc-create-snapshot): Improve the `interactive' spec. Add support
12995 for branches and dispatch to backend-specific `create-snapshot'.
12996 (vc-default-create-snapshot): New function, containing the bulk of
12997 the old vc-create-snapshot.
12998 (vc-retrieve-snapshot): Improve the interactive spec.
12999
13000 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13001 (vc-backend-hook-functions): Remove.
13002 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13003 (vc-backend): Reintroduce the test for `file = nil' now that I
13004 know why it was there (and added a comment to better remember).
13005
13006 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13007 code from vc-sccs-hooks.el.
13008 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13009 'vc anymore.
13010 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13011 and file-directory-p instead of file-exists-p.
13012 (vc-sccs-check-headers): Simplify the regexp.
13013
13014 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13015 from vc-rcs-hooks.el. Don't require 'vc anymore.
13016 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13017 file-directory-p instead of file-exists-p.
13018
13019 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13020 from vc-cvs-hooks.el.
13021 (proto vc-cvs-registered): Require 'vc-cvs instead of
13022 'vc-cvs-hooks. Don't require 'vc anymore.
13023 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13024 file-directory-p instead of file-exists-p.
13025 (vc-cvs-create-snapshot): New function, replacing
13026 vc-cvs-assign-name.
13027 (vc-cvs-assign-name): Remove.
13028
13029 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13030
13031 * vc-cvs.el (vc-cvs-header): New var.
13032
13033 * vc-rcs.el (vc-rcs-exists): Remove.
13034 (vc-rcs-header): New var.
13035
13036 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13037 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13038 (vc-sccs-header): New var.
13039
13040 * vc.el (vc-do-command): Get rid of the `last' argument.
13041 (vc-header-alist): Remove, replaced by vc-X-header.
13042 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13043 (vc-dired-hook): Use expand-file-name instead of concat.
13044 (vc-directory): Use file-name-as-directory.
13045 (vc-snapshot-precondition, vc-create-snapshot)
13046 (vc-retrieve-snapshot): Allow the command to operate on any
13047 directory.
13048
13049 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13050 just removing the 'WORKFILE argument or by removing the 'MASTER
13051 argument and replacing `file' with (vc-name file).
13052
13053 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13054
13055 * vc.el: Update Copyright and add a crude list of backend funs.
13056 (vc-writable-p): New function.
13057 (with-vc-file): Use vc-writable-p.
13058 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13059 (vc-register): Avoid vc-name.
13060 (vc-locking-user): Remove.
13061 (vc-steal-lock): Make the `owner' arg non-optional.
13062 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13063 vc-checkout-model.
13064 (vc-default-dired-state-info): Use vc-state instead of
13065 vc-locking-user and return special strings for special states.
13066 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13067 and get rid of one of the special CVS cases.
13068 (vc-cancel-version): prettify error message with \\[...].
13069 (vc-rename-master): New function.
13070 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13071 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13072 the CVS special case generic.
13073 (vc-default-record-rename): Remove.
13074 (vc-file-tree-walk-internal): Only call FUNC for files that are
13075 under control of some VC backend and replace `concat' with
13076 expand-file-name.
13077 (vc-file-tree-walk): Update docstring.
13078 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13079 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13080
13081 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13082 vc-sccs-record-rename. Use `find-file-noselect' rather than
13083 `find-file' and call `vc-rename-master' to do the actual move.
13084 (vc-sccs-diff): Remove unused `backend' variable.
13085
13086 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13087 to delay loading of vc-sccs until it is really used.
13088 (vc-sccs-master-templates): Preload.
13089 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13090 (vc-sccs-project-dir): Remove (merged into
13091 vc-sccs-search-project-dir).
13092 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13093 rather than `concat', make sure it is preloaded and don't bother
13094 to check that the file actually exists.
13095 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13096 `locks' argument (use buffer's content instead) and eliminate n^2
13097 behavior.
13098
13099 * vc-rcs.el: Update Copyright.
13100 (vc-rcs-rename-file): New function.
13101 (vc-rcs-diff): Remove unused `backend' variable.
13102
13103 * vc-hooks.el: Update Copyright.
13104 (vc-backend): Don't accept a nil argument any more.
13105 (vc-up-to-date-p): Turn into a defsubst.
13106 (vc-possible-master): New function.
13107 (vc-check-master-templates): Use `vc-possible-master' and allow
13108 funs in vc-X-master-templates to return a non-existent file.
13109
13110 * vc-cvs.el: Update Copyright.
13111 (vc-cvs-diff): Remove unused `backend' variable.
13112 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13113
13114 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13115
13116 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13117
13118 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13119 since it can be called from vc-rcs.el.
13120 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13121
13122 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13123
13124 * vc.el (vc-version-diff): Expand file name read from the
13125 minibuffer. Handle the case when a previous version number can't
13126 be guessed. Give suitable messages when there were no differences
13127 found.
13128 (vc-clear-headers): Call backend-specific implementation, if one
13129 exists.
13130 (vc-cancel-version): Made error checks generic. When done, clear
13131 headers generically, too.
13132
13133 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13134 from vc-clear-headers in vc.el.
13135
13136 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13137 correctly.
13138 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13139 optional. Handle the case when it's not there.
13140
13141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13142
13143 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13144
13145 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13146
13147 * vc-hooks.el (vc-loadup): Remove.
13148 (vc-find-backend-function): Use `require'. Also, handle the case
13149 where vc-BACKEND-hooks.el doesn't exist.
13150 (vc-call-backend): Cleanup.
13151
13152 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13153
13154 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13155 vc-rcs-grab-templates)
13156 (vc-rcs-registered): Remove. The default function works as well.
13157 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13158 vc-sccs-grab-templates)
13159 (vc-sccs-registered): Remove. The default function works as well.
13160
13161 * vc.el (vc-version-diff): Left out a vc- in call to
13162 vc-call-backend.
13163 (vc-default-dired-state-info, vc-default-record-rename)
13164 (vc-default-merge-news): Update for the new backend argument.
13165
13166 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13167 using the default function.
13168 (vc-call-backend): If calling the default function, pass it the
13169 backend as first argument. Update the docstring accordingly.
13170 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13171 for the new backend argument.
13172 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13173 (vc-find-backend-function): Use the new name.
13174 (vc-default-registered): New function.
13175
13176 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13177
13178 * vc.el (vc-merge): Use vc-find-backend-function.
13179
13180 * vc-hooks.el (vc-backend-functions): Remove.
13181 (vc-loadup): Don't setup 'vc-functions.
13182 (vc-find-backend-function): New function.
13183 (vc-call-backend): Use above fun and populate 'vc-functions
13184 lazily.
13185 (vc-backend-defines): Remove.
13186
13187 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13188
13189 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13190 Call vc-call-backend without the leading vc-.
13191 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13192 (vc-check-headers): Call vc-call-backend without the leading vc-.
13193 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13194 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13195 Call vc-call-backend without the leading vc-.
13196
13197 * vc-cvs.el (tail): Provide vc-cvs.
13198 * vc-sccs.el (tail): Provide vc-sccs.
13199 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13200
13201 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13202 (vc-make-backend-function, vc-call): Pass names without leading
13203 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13204 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13205 (vc-call-backend): Always try to load vc-X-hooks.
13206 (vc-registered): Remove vc- in call to vc-call-backend.
13207
13208 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13209
13210 * vc.el (vc-process-filter): New function.
13211 (vc-do-command): Setup `vc-process-filter' for the async process.
13212 (vc-maybe-resolve-conflicts): New function to reduce
13213 code-duplication. Additionally, it puts the buffer in
13214 `smerge-mode' if applicable.
13215 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13216 calling `merge-news'.
13217 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13218 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13219 interfacing to log-edit.el.
13220 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13221 log-edit is available.
13222 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13223
13224 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13225
13226 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13227 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13228 defvar and the initialization.
13229 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13230
13231 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13232 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13233
13234 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13235
13236 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13237
13238 * vc.el (vc-file-clear-masterprops): Removed.
13239 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13240 (vc-version-diff): Use buffer-size without argument.
13241 (vc-register): Heed vc-initial-comment.
13242
13243 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13244 default branch.
13245
13246 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13247 file name and workfile version.
13248 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13249
13250 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13251 vc-file-clear-masterprops.
13252
13253 * vc-sccs.el (vc-sccs-checkout): Removed call to
13254 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13255 rather than user login name.
13256
13257
13258 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13259
13260 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13261 `want-differences-if-changed' and simplify.
13262 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13263 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13264 output (which is invalid for async vc-diff) to decide whether to
13265 do the revert silently or not.
13266
13267 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13268
13269 * vc-hooks.el (vc-loadup): Load files quietly.
13270 (vc-call-backend): Oops, brain fart.
13271
13272 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13273
13274 * vc-cvs.el (vc-cvs-state): Typo.
13275 (vc-cvs-merge-news): Return the status code rather than the error msg.
13276
13277 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13278
13279 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13280 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13281 vc-state or vc-up-to-date-p.
13282 (vc-merge): Use vc-backend-defines to check whether merging is
13283 possible. Set state to 'edited after successful merge.
13284
13285 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13286 return that name. Redocumented.
13287
13288 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13289
13290 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13291 new `vc-state' semantics.
13292 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13293 'vc-locking-user to the current user.
13294 (vc-merge): Inline vc-backend-merge. Comment out code that I
13295 don't understand and hence can't adapt to the new `vc-state' and
13296 `vc-locking-user' semantics.
13297 (vc-backend-merge): Remove.
13298
13299 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13300 rather than 'vc-locking-user.
13301
13302 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13303
13304 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13305 (vc-state): Don't use 'reserved any more. Just use the same
13306 convention as the one used for vc-<backend>-state where the
13307 locking user (as a string) is returned.
13308 (vc-locking-user): Update, based on the above convention. The
13309 'vc-locking-user property has disappeared.
13310 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13311
13312 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13313 with a heuristic one.
13314 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13315 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13316 error. That allows us to get to 'needs-merge even in the
13317 stay-local case. There's still no way to detect 'needs-patch in
13318 such a setup (or to force an update for that matter).
13319 (vc-cvs-logentry-check): Remove, the default works as well.
13320
13321 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13322
13323 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13324
13325 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13326 major-mode in which the buffer might have been put earlier. Use
13327 `remove' and `when'. Allow `okstatus' to be `async' and use
13328 `start-process' in this case.
13329 (vc-version-diff): Handle the case where the diff looks empty
13330 because of the use of an async process.
13331
13332 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13333
13334 * vc.el (vc-next-action-on-file): Removed optional parameter
13335 `simple'. Recompute state unconditionally.
13336 (vc-default-toggle-read-only): Removed.
13337
13338 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13339 (vc-toggle-read-only): Undid prev change.
13340
13341 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13342 vc-cvs-simple-toggle. Redocumented.
13343 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13344 (vc-cvs-toggle-read-only): Removed.
13345
13346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13347
13348 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13349 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13350 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13351 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13352 still is. So maybe it should be removed.
13353 (vc-head-version, vc-find-binary): Remove.
13354 (vc-recompute-state): Move from vc-hooks.el.
13355 (vc-next-action-on-file): Add a `simple' argument to allow
13356 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13357 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13358 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13359 (vc-dired-mode-map): Properly defvar it.
13360 (vc-print-log): Call log-view-mode if available.
13361 (small-temporary-file-directory): defvar instead of use boundp.
13362 (vc-merge-news): Moved to vc-cvs.el.
13363 (vc-default-merge-news): New function.
13364
13365 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13366 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13367 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13368 unknown `vc-latest-version' function. It should probably refer to
13369 vc-workfile-version or somesuch, but it's very unclear to me and I
13370 don't have SCCS to test things.
13371
13372 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13373 (vc-sccs-state-heuristic): Fix typo.
13374 (vc-sccs-workfile-unchanged-p): Add missing argument.
13375
13376 * vc-rcs.el: Require vc and vc-rcs-hooks.
13377 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13378 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13379 (vc-release-greater-or-equal-p): Move from vc.
13380 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13381 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13382 (vc-rcs-checkout): Add a missing `new-version' argument in the
13383 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13384
13385 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13386 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13387 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13388 than the apparently unbound `workfile-version'.
13389
13390 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13391 (vc-file-prop-obarray): Use `make-vector'.
13392 (vc-backend-functions): Add new hookable functions
13393 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13394 (vc-loadup): If neither backend nor default functions exist, use
13395 the backend function rather than nil.
13396 (vc-call-backend): If the function if not bound yet, try to load
13397 the non-hook file to see if it provides it.
13398 (vc-call): New macro plus use it wherever possible.
13399 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13400 nor `vc-find-binary' since it's only called from
13401 vc-mistrust-permission which is only used once the backend is known.
13402 (vc-checkout-model): Fix parenthesis.
13403 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13404
13405 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13406 (vc-cvs-release, vc-cvs-system-release): Remove.
13407 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13408 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13409 status symbols.
13410 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13411 (vc-cvs-toggle-read-only): First cut at a function to allow a
13412 cvs-status-free vc-toggle-read-only.
13413 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13414 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13415 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13416 (vc-cvs-checkout): Modify access rights directly if the user
13417 requested not to use `cvs edit'. And refresh the mode line.
13418
13419 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13420 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13421
13422 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13423
13424 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13425 workfile' that got lost when the code was extracted from vc.el.
13426 And merged the tail with the rest of the code (not possible in the
13427 old vc.el where the tail was shared among all backends). And
13428 explicitly set the state to 'edited if `writable' is set.
13429
13430 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13431 (vc-cvs-state): Be careful to return the value from
13432 vc-cvs-parse-state.
13433 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13434 property but return it instead. Also be careful to handle a nil
13435 or "" `rev' when workfile is non-nil (it was handled properly when
13436 workfile was nil).
13437
13438 * vc.el: Removed those pesky unnecessary `(function' quotes.
13439 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13440 directly in the defvar.
13441 (vc-do-command): Bind inhibit-read-only so as to properly handle
13442 the case where the destination buffer has been made read-only.
13443 (vc-diff): Delegate to vc-version-diff in all cases.
13444 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13445 (vc-annotate-mode-variables): Removed (code moved partly to
13446 defvars and partly to vc-annotate-add-menu).
13447 (vc-annotate-mode): Turned into a derived-mode.
13448 (vc-annotate-add-menu): Moved in code in
13449 vc-annotate-mode-variables.
13450 (vc-update-change-log): Use make-temp-file if available.
13451
13452 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13453
13454 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13455 `vc-checkout-model' updated to `vc-cvs-update-model'.
13456
13457 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13458
13459 * vc.el (vc-next-action-on-file): Added handling of state
13460 `unlocked-changes'.
13461 (vc-checkout-carefully): Is now practically obsolete, unless the
13462 above is too slow to be enabled unconditionally.
13463 (vc-update-change-log): Fixed typo.
13464
13465 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13466
13467 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13468 Now handles state `unlocked-changes'.
13469 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13470
13471 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13472
13473 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13474 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13475 `unlocked-changes'.
13476 (vc-rcs-workfile-unchanged-p): Renamed from
13477 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13478 function yet, but supposed to become one soon.
13479
13480 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13481 `vc-steal-lock'.
13482 (vc-call-backend): Changed error message.
13483 (vc-state): Added description of state `unlocked-changes'.
13484
13485 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13486
13487 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13488 always return t in CVS-controlled directories.
13489
13490 * vc.el (vc-responsible-backend): New function.
13491 (vc-register): Largely rewritten.
13492 (vc-admin): Removed (implementation moved into vc-register).
13493 (vc-checkin): Redocumented.
13494 (vc-finish-logentry): If no backend defined yet (because we are in
13495 the process of registering), use the responsible backend.
13496
13497 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13498 Updated function lists.
13499 (vc-call-backend): Fixed typo.
13500
13501 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13502 New functions.
13503 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13504 Removed query option. Redocumented.
13505
13506 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13507
13508 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13509
13510 * vc.el: Updated callers of `vc-checkout-required' to use
13511 `vc-checkout-model'.
13512
13513 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13514
13515 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13516 stuff updated to reference this function instead of the old
13517 `vc-backend-release-p'.
13518
13519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13520
13521 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13522 vc-checkout-model. Return appropriate values. Updated callers.
13523
13524 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13525
13526 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13527 (vc-backend-revert): Function moved into `vc-revert';
13528 `vc-next-action' must be updated to accomodate this change.
13529 (vc-backend-steal): Function moved into `vc-finish-steal'.
13530 (vc-backend-logentry-check): Function moved into
13531 `vc-finish-logentry'.
13532 (vc-backend-printlog): Function moved into `vc-print-log'.
13533 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13534 (vc-backend-assign-name): Function moved into
13535 `vc-create-snapshot'.
13536
13537 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13538
13539 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13540 Rename to vc-checkout-model. Return appropriate values.
13541 Update callers.
13542
13543 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13544 to vc-checkout-model.
13545 (vc-checkout-required): Rename to vc-checkout-model.
13546 Re-implement and re-comment.
13547 (vc-after-save): Use vc-checkout-model.
13548
13549 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13550
13551 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13552 Update to use the vc-BACKEND-diff functions instead.
13553 `vc-diff' is now working.
13554
13555 * vc-rcs.el (vc-rcs-logentry-check): New function.
13556
13557 * vc-cvs.el (vc-cvs-logentry-check): New function.
13558
13559 * vc-sccs.el (vc-sccs-diff): Function changed name from
13560 `vc-backend-diff'. This makes `vc-diff' work.
13561
13562 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13563 of functions possibly implemented in a vc-BACKEND library.
13564 (vc-checkout-required): Fix bug that caused an error to be
13565 signaled during `vc-after-save'.
13566
13567 * vc.el: Fix typo.
13568 This checkin is made with our new VC code base for the very first time.
13569 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13570
13571 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13572 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13573
13574 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13575 updated to `vc-uses-locking'.
13576 (vc-checkout-required): Call to backend function.
13577 `vc-checkout-required' updated to `vc-uses-locking' instead.
13578
13579 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13580 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13581
13582 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13583 to match the split into various backends.
13584 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13585 (vc-retrieve-snapshot): Bug fix.
13586
13587 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13588
13589 * vc-sccs.el (vc-sccs-release): Doc fix.
13590
13591 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13592
13593 * vc.el (vc-next-action-on-file): Bug found and fixed.
13594 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13595 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13596
13597 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13598 (vc-rcs-checkout): Name space cleaned up. No more revision number
13599 crunching function names that are not prefixed with vc-rcs.
13600 (vc-rcs-checkout-model): Function added. References to
13601 `vc-checkout-model' replaced.
13602
13603 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13604
13605 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13606 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13607 still need to be split, and implemented for RCS).
13608
13609 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13610
13611 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13612
13613 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13614 required by the vc.el file.
13615
13616 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13617 required by the vc.el file.
13618 (vc-rcs-exists): Function added.
13619
13620 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13621 required by the vc.el file.
13622
13623 * vc.el (vc-admin): Updated to handle selection of appropriate
13624 backend. Current implementation is crufty and need re-thinking.
13625
13626 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13627
13628 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13629
13630 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13631 beginning of annotate buffers correctly.
13632
13633 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13634 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13635 functionality updated quite a lot to support multiple backends.
13636 Variables `vc-annotate-mode', `vc-annotate-buffers',
13637 `vc-annotate-backend' added.
13638
13639 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13640 `vc-annotate-difference' added to supported backend functions.
13641
13642 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13643
13644 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13645 Use with-temp-file instead of /bin/sh. Merged from mainline
13646
13647 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13648
13649 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13650
13651 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13652
13653 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13654
13655 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13656
13657 * vc-hooks.el: vc-state-heuristic added to
13658 vc-backend-hook-functions.
13659
13660 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13661
13662 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13663
13664 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13665 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13666 state to `reserved'.
13667
13668 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13669 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13670
13671 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13672
13673 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13674 untouched.
13675
13676 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13677
13678 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13679 if defined. (Merged from main line, slightly adapted.)
13680
13681 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13682 millenium problem (merged from mainline).
13683
13684 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13685
13686 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13687 part and moved the non-BACKEND stuff to vc.el.
13688
13689 * vc.el: Split the annotate feature into a BACKEND specific part
13690 and moved it from the vc-cvs.el file to this one.
13691
13692 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13693
13694 * vc-hooks.el: Implement new state model.
13695 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13696 (vc-locking-user): Simplify. Now only needed if the file is
13697 locked by somebody else.
13698 (vc-lock-from-permissions): Remove. Functionality is in
13699 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13700 (vc-mode-line-string): New name for former vc-status. Adapted.
13701 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13702
13703 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13704 Various simplifications and adaptations all over the place.
13705
13706 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13707 Simplify and adapt the rest.
13708
13709 * vc.el (vc-resynch-window): Add TODO comment: check for
13710 interaction with view mode according to recent RCS change.
13711 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13712
13713 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13714
13715 * vc.el: Convert the remaining function comments to docstrings.
13716
13717 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13718
13719 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13720 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13721 (vc-minor-part, vc-previous-version): Functions that operate and
13722 compare revision numbers got proper documentation. Comments added
13723 about their possible removal.
13724
13725 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13726
13727 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13728 the vc-backend.el files.
13729
13730 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13731
13732 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13733 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13734 (vc-rcs-previous-version): Functions added.
13735
13736 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13737
13738 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13739
13740 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13741
13742 * vc-hooks.el (vc-master-templates): Is really obsolete.
13743 Comment out the definition for now. What is the right procedure
13744 to get rid of it?
13745 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13746 rewritten.
13747 (vc-default-registered): Remove.
13748 (vc-check-master-templates): New function; does mostly what the
13749 above did before.
13750 (vc-locking-user): Don't rely on the backend to set the property.
13751
13752 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13753 Rewrite documentation.
13754 (vc-rcs-templates-grabbed): New variable.
13755 (vc-rcs-grab-templates): New function.
13756 (vc-rcs-registered): Rewrite to use above mechanism.
13757
13758 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13759 Rewrite documentation.
13760 (vc-sccs-templates-grabbed): New variable.
13761 (vc-sccs-grab-templates): New function.
13762 (vc-sccs-registered): Rewrite to use above mechanism.
13763 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13764 Don't throw the result, simply return it.
13765
13766 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13767 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13768 (vc-cvs-registered): Does the check itself now. Simplify.
13769
13770 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13771 from main line.
13772
13773 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13774
13775 * vc-cvs.el (vc-cvs-diff): New function.
13776
13777 * vc-sccs.el (vc-sccs-diff): New function.
13778
13779 * vc-rcs.el (vc-rcs-diff): New function.
13780 (vc-rcs-checkout): Bug (typo) found and fixed.
13781 (vc-rcs-register-switches): New variable.
13782
13783 * vc.el (vc-backend-diff): Function removed and placed in the
13784 backend files.
13785
13786 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13787
13788 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13789
13790 * vc.el (vc-backend-checkout): Function removed and replaced in
13791 the vc-backend.el files.
13792
13793 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13794
13795 * vc.el (vc-backend-admin): Removed and replaced in the
13796 vc-backend.el files.
13797
13798 * vc.el (Martin): Removed all the annotate functionality since it
13799 is CVS backend specific.
13800
13801 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13802
13803 * spec.txt: Added specification of vc-state.
13804
13805 * vc-sccs-hooks.el (vc-sccs-master-properties):
13806 Remove handling of vc-latest-version and
13807 vc-your-latest-version. What used to be vc-latest-version, is now
13808 returned as vc-workfile-version.
13809 (vc-sccs-workfile-version): Adapt.
13810
13811 2000-09-04 Dave Love <fx@gnu.org>
13812
13813 * vc.el: [Merged from mainline.]
13814 (vc-dired-mode): Make the dired-move-to-filename-regexp
13815 regexp match the date, to avoid treating date as file size.
13816 Add YYYY S option to WESTERN/
13817
13818 2000-09-04 Dave Love <fx@gnu.org>
13819
13820 * vc.el: Require `compile' when compiling.
13821 (vc-logentry-check-hook): New option.
13822 (vc-steal-lock): Use compose-mail.
13823 (vc-dired-mode-map): Defvar when compiling.
13824 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13825 vc-sccs.el and renamed. Callers changed.
13826 (vc-backend-checkout, vc-backend-logentry-check)
13827 (vc-backend-merge-news): Doc fix.
13828 (vc-default-logentry-check): New function.
13829 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13830 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13831 (vc-backend-merge): Doc fix. Use backend functions.
13832 (vc-check-headers): Use backend functions.
13833
13834 * vc-cvs.el: Require vc when compiling.
13835 (vc-cvs-register-switches): Doc fix.
13836 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13837 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13838 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13839 New functions (code from vc.el).
13840 (vc-annotate-display-default): Fix interactive spec.
13841 (vc-annotate-time-span): Doc fix.
13842
13843 * vc-rcs.el: Require vc when compiling.
13844 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13845 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13846 (vc-rcs-checkin): New functions (code from vc.el).
13847 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13848 Doc fix.
13849 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13850
13851 * vc-sccs.el: Require vc when compiling.
13852 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13853 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13854 (vc-sccs-revert)
13855 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13856 from vc.el).
13857 (vc-sccs-add-triple, vc-sccs-record-rename)
13858 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13859 (vc-sccs-admin): Doc fix.
13860
13861 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13862
13863 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13864 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13865 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13866 from vc.el.
13867
13868 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13869
13870 * vc-cvs.el: Moved the annotate functionality from vc.el.
13871 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13872
13873 2000-09-04 Dave Love <fx@gnu.org>
13874
13875 * vc.el (vc-backend-release): Call vc-system-release.
13876
13877 * vc-sccs.el (vc-sccs-system-release):
13878 Renamed from vc-sccs-backend-release.
13879
13880 * vc-rcs.el (vc-rcs-system-release):
13881 Renamed from vc-rcs-backend-release.
13882
13883 * vc-cvs.el (vc-cvs-system-release):
13884 Renamed from vc-cvs-backend-release.
13885
13886 2000-09-04 Dave Love <fx@gnu.org>
13887
13888 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13889 backend files.
13890 (vc-backend-release): Dispatch to backend functions.
13891 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13892 probably needs attention.]
13893
13894 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13895 (vc-sccs-backend-release): New function.
13896
13897 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13898 (vc-cvs-backend-release): New function.
13899
13900 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13901 Doc fix.
13902 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13903 (vc-default-dired-state-info): New function.
13904 (vc-dired-state-info): Dispatch to backends.
13905 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13906
13907 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13908 from vc.el and renamed.
13909
13910 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13911
13912 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13913 (vc-version-other-window, vc-backend-assign-name): Removed
13914 references to vc-latest-version; sometimes changed into
13915 vc-workfile-version.
13916
13917 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13918 vc-rcs-master-workfile-version.
13919 (vc-rcs-workfile-version): Use the above. Don't call
13920 vc-latest-version (that was unreachable code, anyway).
13921 (vc-rcs-fetch-master-properties): Doc fix.
13922
13923 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13924 (vc-backend-hook-functions): Removed them from this list, too.
13925 (vc-fetch-properties): Removed.
13926 (vc-workfile-version): Doc fix.
13927
13928 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13929 (vc-rcs-workfile-version, vc-rcs-locking-user)
13930 (vc-rcs-uses-locking): Use it.
13931
13932 * vc-hooks.el (vc-consult-rcs-headers):
13933 Moved into vc-rcs-hooks.el, under the name
13934 vc-rcs-consult-headers.
13935
13936 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13937 headers.
13938 (vc-cvs-find-master): Use this name only; correct different
13939 versions of the name.
13940
13941 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13942 New functions.
13943 (vc-sccs-locking-user): Use the latter.
13944
13945 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13946 New functions.
13947
13948 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13949 Moved into both
13950 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13951 functions are implementation details of those two backends.
13952
13953 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13954
13955 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13956 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13957
13958 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13959 (vc-sccs-parse-locks): SCCS-specific code moved here from
13960 vc-hooks.
13961
13962 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13963 code moved here from vc-hooks.
13964
13965 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13966 into back-end specific parts and removed. Callers not updated
13967 yet; because I guess these callers will disappear into back-end
13968 specific files anyway.
13969
13970 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13971
13972 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13973 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13974 `vc-uses-locking'.
13975
13976 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13977 Store yes/no in the property, and return t/nil. Updated all
13978 callers.
13979
13980 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13981 vc-sccs-uses-locking. Don't set property.
13982 (vc-sccs-locking-user): Don't set property.
13983
13984 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13985 vc-cvs-uses-locking. Don't set property here; leave that to
13986 vc-hooks.
13987 (vc-cvs-locking-user): Reflect above change. Streamlined.
13988
13989 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13990 vc-rcs-uses-locking.
13991 (vc-rcs-locking-user): Reflect above change.
13992
13993 2000-09-04 Dave Love <fx@gnu.org>
13994
13995 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13996
13997 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13998
13999 * vc-hooks.el (vc-checkout-model): Punt to backends.
14000
14001 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14002
14003 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14004
14005 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14006 New functions.
14007
14008 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14009 New functions.
14010
14011 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14012 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14013
14014 * vc-hooks.el (vc-default-locking-user): New function.
14015 (vc-locking-user, vc-workfile-version): Punt to backends.
14016
14017 2000-09-04 Dave Love <fx@gnu.org>
14018
14019 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14020 (vc-master-workfile-version): Moved from vc-hooks.
14021
14022 * vc-rcs-hooks.el: Fix duplicate code in last change.
14023
14024 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14025 (vc-rcs-master-templates): Improve :type.
14026 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14027 vc-master-workfile-version): Moved from vc-hooks.
14028
14029 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14030 (vc-sccs-master-templates): Improve :type.
14031 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14032
14033 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14034
14035 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14036 (vc-cvs-master-templates): Improve :type. Use
14037 vc-cvs-find-cvs-master.
14038 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14039 from vc-hooks.
14040 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14041
14042 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14043 Moved to vc-cvs-hooks.
14044
14045 * vc-hooks.el: Add doc strings in various places. Simplify the
14046 minor mode setup.
14047 (vc-handled-backends): New user variable.
14048 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14049 simplification.
14050
14051 2000-09-04 Dave Love <fx@gnu.org>
14052
14053 * vc.el: Some doc fixes for autoloaded and interactive functions.
14054 Fix compilation warnings from ediff stuff.
14055 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14056
14057 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14058
14059 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14060
14061 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14062
14063 2000-09-04 Dave Love <fx@gnu.org>
14064
14065 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14066 New variable.
14067 (vc-make-backend-function, vc-loadup, vc-call-backend)
14068 (vc-backend-defines): New functions.
14069
14070 * vc-hooks.el: Various doc fixes.
14071 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14072 (vc-match-substring): Function removed. Callers changed to use
14073 match-string.
14074 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14075 Simplify.
14076
14077 2000-09-04 Dave Love <fx@gnu.org>
14078
14079 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14080 type.
14081 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14082 (vc-sccs-registered): Doc fix.
14083
14084 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14085 (vc-cvs-registered): Doc fix.
14086
14087 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14088 (vc-rcs-registered): Doc fix.
14089
14090 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14091
14092 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14093
14094 * vc-hooks.el: vc-registered has been renamed
14095 vc-default-registered. Some functions have been moved to the
14096 backend specific files. they all support the
14097 vc-BACKEND-registered functions.
14098
14099 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14100
14101 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14102
14103 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14104
14105 2000-09-04 Dave Love <fx@gnu.org>
14106
14107 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14108 menu-bar-update-hook.
14109
14110 * help.el (help-manyarg-func-alist): Add
14111 find-operation-coding-system.
14112
14113 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14114
14115 * custom.el (custom-set-variables): Print message about errors in
14116 setting.
14117
14118 2000-09-03 Andrew Innes <andrewi@gnu.org>
14119
14120 * makefile.w32-in: Change to DOS line endings.
14121
14122 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14123
14124 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14125 minor-mode keymaps, if they don't have one.
14126
14127 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14128
14129 * eshell/esh-module.el (eval-when-compile): Don't lose if
14130 esh-module.el's file name is truncated to DOS 8+3 limits.
14131
14132 2000-09-01 John Wiegley <johnw@gnu.org>
14133
14134 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14135 predicate, which caused entries in the completion list to be
14136 doubled.
14137
14138 2000-08-30 John Wiegley <johnw@gnu.org>
14139
14140 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14141 sending to subprocesses. Also, hook pre-command-hook if
14142 `eshell-send-direct-to-subprocesses' is non-nil.
14143 (eshell-send-direct-to-subprocesses): New config variable. If t,
14144 subprocess input is send immediately.
14145 (eshell-toggle-direct-send): New function.
14146 (eshell-self-insert-command): New function.
14147 (eshell-intercept-commands): New function.
14148 (eshell-send-input): If direct subprocess sending is enabled,
14149 don't echo any input to the Eshell buffer. Let the subprocess
14150 handle that. This requires "stty echo" in bash, for example.
14151
14152 2000-08-28 John Wiegley <johnw@gnu.org>
14153
14154 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14155 completion function for Eshell's implementation of `unset'.
14156
14157 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14158
14159 * info.el (Info-directory-list): Doc fix.
14160
14161 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14162
14163 * filecache.el (file-cache-add-directory-using-find): Don't quote
14164 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14165
14166 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14167
14168 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14169 coding systems.
14170
14171 2000-08-30 Andrew Innes <andrewi@gnu.org>
14172
14173 * timer.el (run-with-idle-timer): Undo last change, so that timer
14174 is not activated immediately if Emacs is already idle. Some
14175 existing code relies on this behaviour.
14176
14177 2000-08-30 Miles Bader <miles@gnu.org>
14178
14179 * frame.el (set-frame-font): Do completion of font-name for
14180 interactive use.
14181
14182 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14183
14184 * international/quail.el (quail-start-translation): Bind locally
14185 last-command-event, last-command, and this-command.
14186 (quail-start-conversion): Likewise.
14187 (quail-self-insert-command): Fix docstring.
14188
14189 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14190
14191 * progmodes/executable.el
14192 (executable-make-buffer-file-executable-if-script-p): Check that
14193 buffer contains at least 2 characters.
14194
14195 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14196
14197 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14198
14199 2000-08-29 Dave Love <fx@gnu.org>
14200
14201 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14202 (diff-mode-shared-map): Bind mouse-2.
14203 (diff-imenu-generic-expression): New variable.
14204 (diff-mode): Use it.
14205
14206 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14207 (mouse-popup-menubar): Add minor mode menus.
14208 (popup-menu): Check for lookup-key returning number.
14209
14210 2000-08-29 Miles Bader <miles@gnu.org>
14211
14212 * comint.el (comint-send-input): Create overlays using the proper
14213 front/read-advance arguments.
14214
14215 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14216
14217 * ps-print.el: Even/odd pages printing. Doc fix.
14218 (ps-print-version): New version number (6.0).
14219 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14220 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14221 (ps-print-duplex-feature): Variable eliminated.
14222 (ps-even-or-odd-pages): New variable.
14223
14224 * progmodes/ebnf2ps.el: Doc fix.
14225 (ebnf-version): New version (3.3).
14226 (ebnf-user-arrow): Change variable customization to sexp.
14227 (ebnf-user-arrow): Function eliminated.
14228 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14229
14230 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14231
14232 * help.el (help-xref-mule-regexp): New variable.
14233 (help-make-xrefs): Handle help-xref-mule-regexp.
14234
14235 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14236 variable.
14237 (describe-input-method): Temporarily activate the specfied input
14238 method to display the information.
14239 (describe-language-environment): Hyperlinks to mule related items.
14240
14241 * international/mule-diag.el (charset-multibyte-form-string): New
14242 function.
14243 (list-character-sets-1): Use charset-multibyte-form-string.
14244 (describe-character-set): New function.
14245 (describe-coding-system): Hyperlinks to safe character sets.
14246
14247 * international/quail.el (quail-help): New arg PACKAGE.
14248 Hyperlinks to mule related items.
14249 (quail-help-insert-keymap-description): Use
14250 substitute-command-keys instead of describe-bindings.
14251 (quail-translation-help): Hyperlinks to mule related items.
14252
14253 2000-08-28 John Wiegley <johnw@gnu.org>
14254
14255 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14256 have a defsubst call itself. Made `eshell-flatten-list' back into
14257 a function again.
14258
14259 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14260 catch, in case re-centering point at bottom messes up the display.
14261 This happens frequently in Emacs 21, due I believe to variable
14262 line heights.
14263
14264 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14265 to call `find-tag-interactive'.
14266
14267 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14268 the list of remember directories.
14269
14270 2000-08-28 John Wiegley <johnw@gnu.org>
14271
14272 * align.el: Test align-region-separate to see if it's a symbol.
14273
14274 2000-08-28 John Wiegley <johnw@gnu.org>
14275
14276 * eshell/esh-util.el (eshell-flatten-list): Made this function
14277 into a defsubst form. It gets used very frequently, although
14278 calls don't occur all that often.
14279
14280 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14281 examining it.
14282
14283 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14284 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14285 `eshell-protect'.
14286 (eshell-copy-handles): Created a new macro for duplicating the
14287 current set of open handles. This is needed by the looping
14288 functions.
14289 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14290 is not incorrectly stomped on.
14291
14292 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14293 declaration for pcomplete-use-paring.
14294 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14295 value of eshell-cmpl-use-paring.
14296 * pcomplete.el (pcomplete-use-paring): New config variable, to
14297 indicate whether paring should be used.
14298 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14299 completion alternatives that have already been used.
14300
14301 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14302 bound to C-c C-y, which will repeat the previous N arguments
14303 (based on prefix argument).
14304 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14305
14306 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14307 if there is no *Help* buffer. This is for XEmacs, which renames
14308 its help buffers uniquely. TODO: Find out what the current buffer
14309 name to delete is.
14310
14311 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14312 first entry that correlates to a passwd/group number. Later
14313 entries (used for group/user name aliasing to multiple IDs) are
14314 ignored.
14315
14316 * eshell/em-xtra.el (eshell/expr):
14317 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14318 (eshell-grep, eshell/diff, eshell/locate):
14319 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14320 argument list, before passing it to the system command.
14321
14322 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14323 `find-tag' for use at final position in Eshell buffers (which
14324 otherwise triggers an error on Emacs 21).
14325 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14326 buffer, if it is currently bound to `find-tag'.
14327
14328 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14329 in the list of matched Makefile names.
14330 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14331 directory, prefer its contents to Makefile.
14332
14333 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14334 directory parts (like "cd old new", or "cd =regexp"), are now case
14335 sensitive on non-Windows/DOS platforms.
14336
14337 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14338 types RET after an open delimiter (like "), display a message
14339 indicating that Eshell is waiting for the closing delimiter.
14340
14341 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14342 environment variables.
14343
14344 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14345 gracefully if the user enters incorrect arguments.
14346
14347 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14348 Eshell buffers.
14349
14350 * eshell/esh-var.el (eshell-interpolate-variable):
14351 * eshell/esh-mode.el (eshell-move-argument):
14352 * eshell/em-unix.el (eshell-du-sum-directory):
14353 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14354 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14355 (not (= ...)).
14356
14357 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14358 to ensure the `preserve' flag gets propagated when doing recursive
14359 directory copies.
14360
14361 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14362
14363 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14364 Don't convert \n into \0177 in memory.
14365 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14366 and back again, when reading and writing.
14367
14368 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14369
14370 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14371 testing of `fboundp' on `processp'.
14372
14373 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14374 (eshell/jobs): Don't call process-list if it is not bound.
14375 (eshell-gather-process-output): Support systems where async
14376 subprocesses aren't supported.
14377 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14378 variables.
14379
14380 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14381 eshell-do-eval returns t.
14382 (eshell-do-pipelines-synchronously): New defmacro.
14383 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14384 when async subprocesses aren't supported.
14385 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14386 if async subprocesses aren't supported.
14387 (eshell-resume-command): Don't assume STATUS is a string.
14388
14389 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14390
14391 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14392 (eshell-close-target, eshell-get-target): Use eshell-processp.
14393 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14394 fix.
14395 (eshell-get-target, eshell-create-handles): Doc fix.
14396
14397 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14398
14399 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14400 criterion to include commands that output something, as long as it
14401 leaves both the command and the end-of-buffer visible when the
14402 command has exited.
14403 (eshell-review-quick-commands): Adjust the help doc string
14404 accordingly.
14405
14406 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14407
14408 * locate.el (locate): Cleaned up locate command's interactive prompting
14409 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14410
14411 * filecache.el (file-cache-case-fold-search): New variable
14412 (file-cache-assoc-function): New variable
14413 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14414 Use file-cache-case-fold-search variable
14415 (file-cache-add-file): Use file-cache-assoc-function
14416 (file-cache-delete-file): likewise
14417 (file-cache-directory-name): likewise
14418 (file-cache-debug-read-from-minibuffer): likewise
14419
14420 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14421
14422 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14423 (abbrev-table-name): New function.
14424 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14425 If non-nil list local abbrev, only.
14426
14427 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14428
14429 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14430 from Gnus support code, and use special article copy buffer
14431 `(gnus-original-article-buffer)' instead. This allows to get rid
14432 of article-hide-headers usage (which breaks in the latest Gnus
14433 version). Thanks to Detlev Zundel.
14434
14435 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14436
14437 * international/quail.el (quail-use-package): Hide "... loaded"
14438 message.
14439 (quail-start-translation, quail-start-conversion): Likewise.
14440
14441 * international/kkc.el (kkc-region): Hide "... loaded" message.
14442
14443 2000-08-27 Dave Love <fx@gnu.org>
14444
14445 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14446
14447 2000-08-27 Miles Bader <miles@gnu.org>
14448
14449 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14450
14451 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14452
14453 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14454 'ja-dic-cnv), not (require 'skkdic-cnv).
14455
14456 2000-08-26 Miles Bader <miles@gnu.org>
14457
14458 * faces.el (face-x-resources): Add entry for :inherit.
14459 * cus-face.el (custom-face-attributes): Add support for :inherit
14460 attribute. Add support for relative face heights.
14461 (custom-face-attributes-get): Treat `nil' as being a default value
14462 for :inherit (as well as `unspecified').
14463
14464 * faces.el (set-face-attribute): Update doc string.
14465 (face-attribute-name-alist): Add :inherit.
14466 (face-valid-attribute-values): Handle :inherit.
14467 (face-read-string): Rephrase prompt to be less confusing.
14468 Assume that DEFAULT is a string, since we must return a string.
14469 (face-read-integer): Use `format' to turn DEFAULT into an
14470 acceptable default for face-read-string. Match NEW-VALUE against
14471 the string "unspecified", not the symbol `unspecified', since
14472 that's what face-read-string returns.
14473 (read-face-attribute): Lookup a name for old-value in valid, and
14474 use it as a default if we find one. Treat all values from
14475 face-read-string as strings. If the default is used, don't do any
14476 more processing on the value, just use the old value directly.
14477 (read-face-and-attribute, modify-face): Tweak prompt.
14478 (read-face-name): Don't assume prompt ends with a space.
14479
14480 * faces.el (describe-face): Add support for :inherit attribute.
14481
14482 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14483
14484 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14485 concat doesn't accept interger.
14486
14487 * international/kkc.el: Remove SKK from Keywords. Require
14488 ja-dic-utl instead of skkdic-utl.
14489
14490 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14491 Provide ja-dic-cnv instead of skkdic-cnv.
14492 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14493 (iso-2022-7bit-short): Add safe-charsets property.
14494 (skkdic-convert-postfix): Search Japanese chou-on character in
14495 addition to Hiragana character.
14496 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14497 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14498 (batch-skkdic-convert): Likewise.
14499
14500 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14501 Provide ja-dic-utl instead of skkdic-utl.
14502 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14503
14504 2000-08-24 Dave Love <fx@gnu.org>
14505
14506 * disp-table.el (standard-display-default): Make the test of `l'
14507 useful.
14508
14509 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14510 mod sample text.
14511
14512 * international/iso-ascii.el: Make pilcrow convenient string
14513 consistent with section.
14514 (iso-ascii-display): Set up multibyte characters as well as
14515 unibyte.
14516
14517 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14518
14519 * international/mule-cmds.el (reset-language-environment): Set
14520 default-process-coding-system to '(undecided . iso-latin-1), which
14521 makes process I/O almost consistent with file I/O. Call this
14522 function when mule-cmds.el[c] is loaded.
14523
14524 2000-08-22 Andrew Innes <andrewi@gnu.org>
14525
14526 * makefile.w32-in: New file.
14527
14528 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14529
14530 * comint.el (comint-output-filter): Compare end of
14531 comint-last-output-overlay with the start of the newly inserted
14532 text, not the end, when deciding whether to extend it.
14533 Set saved-point's insertion type to advance after insertion.
14534
14535 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14536 since this is now done independently of font-lock mode.
14537
14538 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14539
14540 * server.el (server-kill-new-buffers): New user option.
14541 (server-existing-buffer): New buffer-local variable.
14542 (server-visit-files): When using an existing buffer, set
14543 server-existing-buffer to t.
14544 (server-buffer-done): If server-kill-new-buffers is t, kill the
14545 buffer, unless it was already present before visiting it with
14546 Emacs server.
14547
14548 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14549
14550 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14551 even if the display doesn't support colors: some displays will
14552 support bold/underline faces.
14553
14554 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14555
14556 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14557
14558 * startup.el (command-line): If user's init file had an error,
14559 add explanatory text to *Messages*.
14560
14561 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14562
14563 * man.el (Man-getpage-in-background): Decode the process output by
14564 the system locale coding system.
14565
14566 2000-08-20 Dave Love <fx@gnu.org>
14567
14568 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14569 Don't test x-popup-menu.
14570 (function) <complete-function>: Complete only fbound symbols.
14571 <validate, value>: New.
14572 (variable) <complete-function>: Complete only bound symbols.
14573 (coding-system): Add :base-only, :complete-function, :validate,
14574 :value, :prompt-match.
14575 (widget-coding-system-prompt-value): Use read-coding-system and
14576 act on :base-only.
14577 (editable-field): Add :help-echo.
14578 (widget-push-button-gui, widget-push-button-cache)
14579 (widget-gui-action, widget-editable-list-gui): COmment out, along
14580 with uses.
14581 (widget-at): Make arg optional.
14582 (widget-echo-help): Adjust for current help-echo calling sequence.
14583 (widget-specify-field, widget-specify-button)
14584 (widget-specify-insert, widget-get-sibling, widget-image-find)
14585 (widget-convert, widget-insert, widget-leave-text)
14586 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14587 (widget-setup, widget-field-find, widget-before-change)
14588 (widget-after-change, widget-default-complete)
14589 (widget-default-create, widget-default-delete)
14590 (widget-push-button-value-create, editable-field)
14591 (widget-field-prompt-value, widget-field-validate)
14592 (widget-choice-value-create, widget-choice-action)
14593 (widget-choice-validate, widget-checklist-add-item)
14594 (widget-radio-add-item, widget-radio-chosen)
14595 (widget-radio-value-inline, widget-editable-list-value-create)
14596 (widget-editable-list-entry-create)
14597 (widget-documentation-link-add)
14598 (widget-documentation-string-value-create)
14599 (widget-regexp-validate, widget-file-complete)
14600 (widget-sexp-validate, widget-plist-convert-widget)
14601 (widget-plist-convert-widget, widget-alist-convert-widget)
14602 (widget-alist-convert-widget, widget-color-complete): Simplify,
14603 particularly to avoid bindings which aren't optimized out.
14604
14605 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14606 Doc fix.
14607 (down-list, backward-up-list, up-list, kill-sexp)
14608 (backward-kill-sexp, mark-sexp): Make arg optional.
14609 (lisp-complete-symbol): Add optional arg PREDICATE.
14610
14611 * cus-start.el: Add display-buffer-reuse-frames,
14612 file-coding-system-alist.
14613
14614 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14615
14616 * startup.el (command-line): Clear realized faces after
14617 modifying TTY color mappings.
14618
14619 2000-08-20 Miles Bader <miles@gnu.org>
14620
14621 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14622 merely a subset of FACE's attributes.
14623
14624 2000-08-19 Miles Bader <miles@gnu.org>
14625
14626 * comint.el (comint-output-filter): Save the point with a marker,
14627 not just a buffer position.
14628
14629 * international/mule.el (set-buffer-process-coding-system): Make
14630 interactive prompt less confusing.
14631
14632 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14633
14634 * hilit-chg.el: General cleanup of doc strings, comments and
14635 code formatting.
14636
14637 2000-08-19 Miles Bader <miles@gnu.org>
14638
14639 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14640 Compiler macro removed; beginning-of-line is no longer always
14641 equivalent to forward-line, in the presence of fields.
14642
14643 * comint.el (comint-output-filter): Remove ad-hoc saving of
14644 restriction, and just use save-restriction, now that it works
14645 correctly. Don't adjust comint-last-input-start to account for
14646 our insertion; it shouldn't have moved because we don't use
14647 insert-before-markers anymore. Comment out call to
14648 `force-mode-line-update'; why is it here?
14649
14650 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14651 while checking for prompt to delete. Use `forward-line 0'
14652 instead of beginning-of-line.
14653 (gud-filter): Temporarily widen gud comint buffer while
14654 examining output.
14655
14656 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14657
14658 * progmodes/sh-script.el: Big bag of typos.
14659
14660 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14661 check since ispell-process is not bound when ispell is not yet loaded.
14662
14663 2000-08-18 Dave Love <fx@gnu.org>
14664
14665 * image.el (find-image): Copy `spec' before using plist-put.
14666
14667 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14668
14669 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14670 `portugues'.
14671
14672 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14673 backward-kill-sexp, analogous to kill-sexp.
14674
14675 * progmodes/icon.el (icon-indent-line)
14676 (icon-is-continuation-line): Handle comments specially.
14677
14678 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14679
14680 * ispell.el: Set to standard author/maintainer/keyword fields.
14681 Fine tuning to menu map appearance and operation, and added help.
14682 Remove `start' and `end' error messages when compiling.
14683 (ispell-choices-win-default-height): Fixed comment string.
14684 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14685 castellano8 dictionaries.
14686 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14687 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14688 dictionary, added italiano dictionary.
14689 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14690 word character
14691 (ispell-tex-skip-alists): Added psfig support.
14692 (ispell-skip-html): Renamed from ispell-skip-sgml.
14693 (ispell-begin-skip-region-regexp, ispell-skip-region)
14694 (ispell-minor-check): Improved html skipping support to skip across
14695 code, and recognize `&' commands without propper `;' syntax;
14696 (ispell-process-line): Fix alignment error when manually
14697 correcting spelling.
14698 (ispell): Fix comment string.
14699 (ispell-add-per-file-word-list): Always put word list on new line.
14700
14701 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14702
14703 * format.el (format-encode-run-method): Fix error message to say
14704 `encode' instead of `decode'. Use save-window-excursion around
14705 shell-command-on-region as in format-decode-run-method because
14706 shell-command-on-region can display a buffer with error output.
14707 (format-decode): Don't record undo information for the decoding.
14708 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14709 that number part of the temporary buffer name so that more than
14710 one decoding using a temporary buffer can happen safely.
14711
14712 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14713 of `A-z' in the regexp.
14714
14715 * hilit-chg.el: Fix typos in commentary.
14716
14717 * help.el (view-emacs-news): Rewritten for new naming scheme
14718 for old NEWS files.
14719
14720 * startup.el (command-line): Pop to *Messages* in case an error
14721 is signaled while loading user-init-file.
14722
14723 2000-08-17 Andreas Schwab <schwab@suse.de>
14724
14725 * files.el (insert-directory): Don't lose original file name,
14726 undoing an undocumented change.
14727
14728 2000-08-17 Alex Schroeder <alex@gnu.org>
14729
14730 * sql.el (sql-magic-go): Use comint-bol.
14731 (sql-copy-column): Use comint-line-beginning-position.
14732 (comint-line-beginning-position): Define a replacement for
14733 comint-line-beginning-position if it is not fboundp.
14734
14735 2000-08-17 Alex Schroeder <alex@gnu.org>
14736
14737 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14738 it didn't have any effect anyway.
14739
14740 2000-08-17 Alex Schroeder <alex@gnu.org>
14741
14742 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14743 --pset and pager=off instead of sending \\o|cat at the beginning
14744 of the session.
14745
14746 2000-08-17 Miles Bader <miles@gnu.org>
14747
14748 * progmodes/octave-inf.el: Add compatibility definition of
14749 comint-line-beginning-position.
14750
14751 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14752
14753 * startup.el (normal-top-level): Look in each dir in load-path for
14754 a leim-list.el file too. This assures of loading leim-list.el
14755 that is created at Emacs installation time even if a user have his
14756 own leim-list.el.
14757
14758 2000-08-17 Miles Bader <miles@gnu.org>
14759
14760 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14761 foreground color to black if the background is dark.
14762
14763 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14764
14765 * loadhist.el (unload-feature): Typo.
14766
14767 * finder.el (finder-compile-keywords):
14768 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14769 to the generated file.
14770
14771 * mail/mh-e.el (mh-make-local-vars):
14772 Replace make-variable-buffer-local with make-local-variable.
14773
14774 * play/landmark.el:
14775 * options.el (Edit-options-{set,toggle,t,nil}):
14776 * mail/mailabbrev.el (mail-abbrevs-mode):
14777 * textmodes/tex-mode.el (tex-expand-files):
14778 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14779
14780 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14781
14782 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14783 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14784 Allow going past the last element.
14785 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14786 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14787 (cvs-mouse-toggle-mark): Don't move point.
14788 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14789
14790 * progmodes/compile.el (grep): Provide a default set of files.
14791 (next-error): Docstring fix.
14792 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14793
14794 * emacs-lisp/easy-mmode.el (define-minor-mode):
14795 Use `symbol-value' to keep the byte-compiler quiet.
14796
14797 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14798 (diff-find-source-location): New fun, extracted from diff-goto-source.
14799 (diff-goto-source): Use it.
14800 (diff-next-complex-hunk, diff-filter-lines): New function.
14801 (diff-apply-hunk): New command.
14802
14803 * smerge-mode.el (smerge-mode-menu): Doc fix.
14804
14805 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14806
14807 2000-08-16 Dave Love <fx@gnu.org>
14808
14809 * windmove.el (windmove) <defgroup>: Add :version.
14810
14811 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14812 (goto-address-fontify-p, goto-address-highlight-p)
14813 (goto-address-url-face, goto-address-url-mouse-face)
14814 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14815 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14816 (goto-address-fontify, goto-address-at-mouse): Simplify,
14817 (goto-address-at-point): browse-url-url-at-point,
14818 goto-address-find-address-at-point can return nil.
14819 (goto-address-find-address-at-point): Return nil on failure.
14820
14821 * align.el (align) <defgroup>: Add :version.
14822
14823 * calculator.el (calculator): Add :version.
14824 (calculator): Use two lines for calculator window if `modeline'
14825 face is boxed.
14826
14827 * play/5x5.el: Doc fixes.
14828 (5x5) <defgroup>: Add :version.
14829
14830 * play/fortune.el (fortune) <defgroup>: Add :version.
14831 (fortune-append): Fix error message.
14832 (fortune-from-region): Doc fix.
14833
14834 * play/pong.el (pong): Doc fix.
14835
14836 * play/morse.el: Keywords, commentary, autoloads.
14837
14838 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14839
14840 * desktop.el (desktop-save): Don't look at symbol-value of a
14841 member of minor-mode-alist, unless it is boundp.
14842
14843 2000-08-16 Sam Steingold <sds@gnu.org>
14844
14845 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14846 `while'; use `with-current-buffer' instead of `save-excursion'.
14847 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14848
14849 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14850
14851 * international/ccl.el (declare-ccl-program): Docstring modified.
14852 (ccl-execute-with-args): Likewise.
14853
14854 2000-08-16 Miles Bader <miles@gnu.org>
14855
14856 * progmodes/sql.el: Add compatibility definition of
14857 comint-line-beginning-position.
14858
14859 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14860
14861 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14862 'buffer-menu' property.
14863 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14864 fails.
14865 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14866 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14867 wasn't killed.
14868
14869 * buff-menu.el (list-buffers-noselect): Don't display the
14870 *Buffer List* buffer.
14871
14872 * font-lock.el: Require jit-lock to prevent a very late
14873 `Loading jit-lock' message.
14874
14875 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14876 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14877 mail address.
14878
14879 2000-08-15 Miles Bader <miles@gnu.org>
14880
14881 * textmodes/ispell.el (ispell-graphic-p): New constant.
14882 (ispell-choices-win-default-height, ispell-help): Use
14883 `ispell-graphic-p' instead of `xemacsp'.
14884
14885 2000-08-15 Dave Love <fx@gnu.org>
14886
14887 * simple.el: Autoload widget-convert when compiling.
14888 (mail-user-agent): Doc fix.
14889
14890 * help.el (function-called-at-point, variable-at-point): Use
14891 with-syntax-table.
14892 (help-manyarg-func-alist): Add insert-and-inherit.
14893
14894 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14895
14896 * delsel.el (delsel-unload-hook): New function.
14897
14898 * find-file.el: Doc fixes. Move provide to end.
14899 (ff) <defgroup>: Add :link.
14900 (ff-goto-click): Deleted.
14901 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14902 Use mouse-set-point.
14903
14904 * textmodes/tildify.el: Doc fixes.
14905 (tildify) <defgroup>: Add:version.
14906
14907 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14908 (glasses-custom-set): Use set-default, not set.
14909 (minor-mode-alist): Propertize the lighter.
14910 (glasses-mode): Provide optional arg.
14911
14912 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14913 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14914 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14915 option. Provide :type.
14916 (cwarn-configuration): Provide :type.
14917 (cwarn-mode): Doc fix.
14918
14919 * add-log.el (change-log-merge): Doc fix.
14920 (change-log-redate): New command.
14921
14922 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14923 Doze and Dog.
14924 (browse-url): Use dolist, not mapcar.
14925 (browse-url-at-point): Check for null url.
14926 (browse-url-event-buffer, browse-url-event-point): Functions
14927 deleted.
14928 (browse-url-at-mouse, browse-url-netscape): Simplify.
14929
14930 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14931 modes.
14932 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14933 Fix previous change to mapcan.
14934 (msb--init-file-alist, msb--add-separators)
14935 (msb--make-keymap-menu): Simplify.
14936 (msb--choose-file-menu): Use copy-sequence.
14937 (msb-mode-map): Add title to keymap.
14938 (msb-unload-hook): New function.
14939
14940 * bs.el: Fix indentation.
14941 (bs) <defgroup>: Add :links.
14942 (bs-show): Doc fix.
14943 (bs-apply-sort-faces): Don't use window-system.
14944 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14945
14946 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14947
14948 * calendar/timeclock.el (timeclock-file): Run .timelog through
14949 convert-standard-filename.
14950
14951 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14952
14953 * emacs-lisp/authors.el: New file.
14954
14955 * paren.el (show-paren-priority): New user option.
14956 (show-paren-function): Set overlay priorities to
14957 show-paren-priority.
14958
14959 2000-08-14 Miles Bader <miles@gnu.org>
14960
14961 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14962 beginning-of-line with inhibit-field-text-motion bound.
14963
14964 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14965
14966 * calendar/timeclock.el: New file.
14967
14968 2000-08-14 David Ponce <david@dponce.com>
14969
14970 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14971 `widget-button-click'. so that one can use left mouse button to
14972 click on dialog buttons.
14973
14974 2000-08-14 Emmanuel Briot <briot@gnat.com>
14975
14976 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14977 identifiers, since XML is case sensitive
14978
14979 2000-08-12 Miles Bader <miles@gnu.org>
14980
14981 * comint.el (comint-output-filter): Don't bother frobbing
14982 window-start, it doesn't seem to be necessary.
14983
14984 * comint.el (comint-send-string, comint-send-region): Make into
14985 real functions. Snapshot the prompt before sending.
14986
14987 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14988
14989 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14990 technique similar to Info-index, instead of relying on specific
14991 names of relevant Index nodes.
14992 (Info-goto-emacs-command-node): Bind Info-history to nil when
14993 going to the first node found by Info-find-emacs-command-nodes.
14994
14995 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14996
14997 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14998
14999 2000-08-10 Miles Bader <miles@gnu.org>
15000
15001 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15002
15003 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15004
15005 * info.el (Info-file-list-for-emacs): More elements for the
15006 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15007 and woman manuals.
15008
15009 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15010
15011 * comint.el (comint-send-input): Make the newline boundary overlay
15012 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15013 (comint-output-filter): Use `insert' instead of
15014 `insert-before-markers'. Extend comint-last-output-overlay when
15015 necessary since we can't rely on insert-before-markers to do it.
15016 * gud.el (gud-filter): Use `with-current-buffer' instead of
15017 save-excursion when inserting the output, so that point gets
15018 updated correctly; the old method relied on a rather dodgy
15019 side-effect of comint-output-filter to avoid the effect of
15020 save-excursion.
15021
15022 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15023
15024 * files.el (recover-file): Call insert-directory instead of
15025 invoking `ls' directly.
15026
15027 2000-08-10 Miles Bader <miles@gnu.org>
15028
15029 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15030 (comint-last-prompt-overlay): New variables.
15031 (comint-output-filter): Implement prompt highlighting.
15032 (comint-snapshot-last-prompt): New function.
15033 (comint-send-input): Snapshot the last prompt.
15034 Use comint-highlight-input-face.
15035 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15036 Use defface instead of defcustom.
15037 (send-invisible, comint-send-eof): Snapshot the last prompt.
15038 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15039 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15040
15041 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15042
15043 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15044 (regexp-opt-group): Use a list of chars for `letters'.
15045 (regexp-opt-charset): `chars' is now a list of chars.
15046 Use a char-table rather than a vector so it works for multibyte chars.
15047
15048 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15049 Set cvs-minor-current-files to the selected fileinfo.
15050 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15051 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15052
15053 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15054
15055 * files.el (insert-directory): Don't call access-file on
15056 directories on DOS and Windows.
15057
15058 2000-08-09 Kenichi Handa <handa@etl.go.jp>
15059
15060 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15061 longer if necessary.
15062 (ccl-embed-code): Call ccl-embed-data to store CODE in
15063 ccl-program-vector.
15064
15065 2000-08-09 Miles Bader <miles@gnu.org>
15066
15067 * comint.el (comint-output-filter): Properly handle the case where
15068 the text surrounded by comint-last-output-overlay was deleted.
15069
15070 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15071
15072 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15073 non-nil.
15074 (Info-file-list-for-emacs): Remove "info" from the list because
15075 that leads to trying to use the documentation from file `info'
15076 in various situations where it isn't appropriate, for instance
15077 C-h C-k C-h i.
15078
15079 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15080 DIR and/or STRING are nil.
15081
15082 * progmodes/compile.el (compilation-setup): Make variable
15083 compilation-error-screen-columns buffer-local, as some comment
15084 in the code suggests it should be.
15085
15086 * files.el (auto-mode-interpreter-regexp): New variable.
15087 (set-auto-mode): Use it.
15088
15089 * indent.el (indent-for-tab-command): Doc fix.
15090
15091 * mouse-sel.el (mouse-sel-mode): Doc fix.
15092
15093 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15094 labels.
15095
15096 * help.el (print-help-return-message): When
15097 display-buffer-reuse-frames is set, let the help window been quit,
15098 instead of deleting it, which might delete a reused frame.
15099
15100 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15101
15102 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15103 rename a directory to a name that differs only by its letter case.
15104
15105 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15106
15107 * international/quail.el (quail-define-rules): Handle Quail decode
15108 map correctly. Add code for supporting annotations.
15109 (quail-install-decode-map): New function.
15110 (quail-defrule-internal): New optional arguments decode-map and
15111 props.
15112 (quail-advice): New function.
15113
15114 2000-08-07 Sam Steingold <sds@gnu.org>
15115
15116 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15117 `defconst', `define-condition', `with-slots'.
15118 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15119
15120 2000-08-03 Miles Bader <miles@gnu.org>
15121
15122 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15123 New variable.
15124 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15125 comint-use-prompt-regexp-instead-of-fields.
15126 (comint-send-input): Add `input' field property to stuff we send to
15127 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15128 (comint-output-filter): Add `output' field property to process
15129 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15130 (comint-replace-by-expanded-history)
15131 (comint-get-old-input-default, comint-show-output)
15132 (comint-backward-matching-input, comint-forward-matching-input)
15133 (comint-next-prompt, comint-previous-prompt): Use field
15134 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15135 (comint-line-beginning-position): New function.
15136 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15137 (comint-replace-by-expanded-history-before-point): Use
15138 comint-line-beginning-position and line-end-position.
15139 (comint-last-output-overlay): New variable.
15140 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15141
15142 * shell.el (shell-prompt-pattern): Doc change.
15143 (shell-backward-command): Use line-beginning-position.
15144
15145 * gud.el (gud-gdb-complete-command): Use
15146 comint-line-beginning-position.
15147
15148 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15149 comint-bol doesn't actually go to the beginning of the line.
15150
15151 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15152 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15153 (try-expand-line-all-buffers): Likewise.
15154
15155 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15156 explicitly matching comint-prompt-regexp.
15157 (sql-copy-column): Use comint-line-beginning-position instead of
15158 explicitly matching comint-prompt-regexp.
15159
15160 * progmodes/octave-inf.el (inferior-octave-complete): Use
15161 comint-line-beginning-position.
15162
15163 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15164
15165 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15166 looking for a prompt, use `forward-line 0' instead of
15167 `beginning-of-line', to avoid getting caught by an input field.
15168
15169 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15170
15171 * files.el (shell-quote-wildcard-pattern): Make sure to return
15172 PATTERN, in the Unix case.
15173
15174 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15175
15176 * play/zone.el (zone): Discard any pending input before running
15177 the randomly-chosen pgm.
15178
15179 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15180
15181 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15182 checking the existence of any multibyte characters.
15183
15184 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15185
15186 * help.el (describe-mode): Test minor-mode symbol for being
15187 bound before testing its value for being nil.
15188
15189 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15190 `first', `second', and `third'.
15191
15192 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15193 (second): Make it an alias for `cadr'.
15194
15195 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15196
15197 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15198 types of display support faces now.
15199
15200 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15201
15202 * pcvs.el (require): Require `cl' during compilation, only.
15203
15204 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15205 (toplevel): Remove `remq' and `remove' from autoloads.
15206 (cl-fake-autoloads): New variable. If set, arrange for an error
15207 when CL functions etc. are autoloaded.
15208
15209 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15210
15211 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15212
15213 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15214 popped up, but the user clicks outside the menu, return an empty
15215 regexp (that causes unhighlight-regexp to have no effect).
15216
15217 * menu-bar.el (menu-bar-games-menu): Add Zone.
15218
15219 * hi-lock.el (toplevel): Require font-lock.
15220
15221 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15222
15223 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15224 (ebnf-8-bit-chars): New var for bug fix.
15225 (ebnf-string): Bug fix.
15226
15227 2000-08-03 Sam Steingold <sds@gnu.org>
15228
15229 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15230 instead of `buffer-string'.
15231 (require 'cl): Always, not just when compiling.
15232 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15233 necessary.
15234
15235 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15236
15237 * international/mule-cmds.el (select-safe-coding-system): Make
15238 the message text about selecting a safe coding system more clear.
15239
15240 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15241
15242 * hi-lock.el: New file.
15243
15244 * play/zone.el: New file.
15245
15246 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15247 value of tab-width in the original buffer. Choose a line number
15248 format that's a multiple of the original buffer's tab width, so
15249 that lines appear right.
15250
15251 * textmodes/ispell.el (ispell): New function, replacing an alias.
15252 Spell-check active region if in transient-mark-mode and mark
15253 is active; otherwise spell-check buffer.
15254
15255 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15256
15257 * ps-mule.el: Fix a customization problem on
15258 ps-mule-font-info-database-default.
15259
15260 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15261
15262 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15263 display-mouse-p instead of window-system.
15264 (ebrowse-member-mode-map): Ditto.
15265
15266 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15267
15268 * progmodes/ebnf2ps.el: Update ps-print functions call.
15269 Indentation fix. Doc fix.
15270 (ebnf-version): New version number (3.2).
15271 (ebnf-format-color, ebnf-begin-job): Code fix.
15272
15273 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15274
15275 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15276 font lock support on window-system.
15277 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15278
15279 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15280 display-color-p, if fboundp, instead of window-system.
15281
15282 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15283
15284 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15285 instead of window-system.
15286
15287 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15288 window-system.
15289 (widget-choice-mouse-down-action): Use display-popup-menus-p
15290 instead of window-system.
15291
15292 * strokes.el (strokes-file): Run the file name through
15293 convert-standard-filename.
15294 (strokes-mode): Call display-mouse-p instead of looking at
15295 window-system. Change the error message accordingly.
15296
15297 * progmodes/cpp.el (toplevel): Support faces on tty's.
15298
15299 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15300 (lm-plot-square, lm-init-display): Don't use window-system.
15301
15302 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15303 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15304
15305 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15306 instead of looking at window-system.
15307
15308 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15309
15310 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15311 of testing if iswitchb-prepost-hooks is bound, because the
15312 latter will always be true when invoking a recursive minibuffer
15313 from an active Iswitchb buffer.
15314
15315 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15316
15317 * files.el (shell-quote-wildcard-pattern): New function.
15318 (insert-directory): Call it. Only prepend "\" to command on Unix
15319 and GNU/Linux systems.
15320
15321 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15322
15323 * eshell/esh-groups.el: Change custom :link file names
15324 from `eshell.info' to `eshell'.
15325
15326 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15327
15328 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15329 correctly in recursive ange-ftp listings.
15330
15331 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15332
15333 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15334 ps-header-font-size-internal and
15335 ps-header-title-font-size-internal variables are not set,
15336 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15337 face text property is (foreground-color . COLOR) or
15338 `(background-color . COLOR)', ps-print crashes. Doc fix.
15339 (ps-print-version): New version number (5.2.4).
15340 (ps-plot-region): Code fix.
15341 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15342 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15343 Bug fix 2.
15344
15345 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15346
15347 * glasses.el (glasses-make-readable): Fix uncapitalization of
15348 identifiers like `myXMLDocument'.
15349
15350 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15351
15352 * mail/mail-hist.el (mail-hist-previous-input)
15353 (mail-hist-next-input): Do the obvious code factorization.
15354 (mail-hist-retrieve-and-insert): New func, contains common
15355 code of above two.
15356 If inserting a message body, leave point at top.
15357
15358 2000-07-28 Sam Steingold <sds@gnu.org>
15359
15360 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15361 Use `<=', not `<' to compare times!
15362 (ange-ftp-ls): Remove.
15363
15364 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15365
15366 * play/cookie1.el: Add explanation of how to make cookie.el
15367 compatible with strfile(1) to comment.
15368
15369 * subr.el (remove, remq): New functions.
15370
15371 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15372 escape `*' in regexps.
15373 (midnight-find): Reverse order of arguments in the funcall of
15374 TEST.
15375
15376 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15377 and `.class'.
15378
15379 * play/meese.el: Add Commentary section.
15380
15381 2000-07-27 Alex Schroeder <alex@gnu.org>
15382
15383 * sql.el (sql-ms): Added autoload cookie.
15384 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15385 (sql-oracle): Ditto.
15386 (sql-help): Doc change.
15387
15388 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15389 types and exceptions.
15390
15391 2000-07-27 Alex Schroeder <alex@gnu.org>
15392
15393 * sql.el (sql-placeholder-history): New variable.
15394 (sql-query-placeholders-and-send): New function that will query
15395 the user and replace placeholders with user input.
15396 (sql-oracle): If running on NT, set comint-input-sender to
15397 sql-query-placeholders-and-send.
15398
15399 (sql-stop): If in the SQLi buffer, insert stop notification, else
15400 present it as a message.
15401
15402 2000-07-27 Alex Schroeder <alex@gnu.org>
15403
15404 * sql.el (sql-input-ring-separator): Doc change.
15405 (sql-input-ring-file-name): Doc change.
15406 (sql-interactive-mode): Use `sql-input-ring-separator' and
15407 `sql-input-ring-file-name' to set the comint-mode equivalents
15408 without making them local variables.
15409 (sql-stop): Don't bind `sql-input-ring-separator' and
15410 `sql-input-ring-file-name' dynamically to their comint-mode
15411 equivalents.
15412
15413 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15414
15415 * international/mule.el (register-char-codings): New function.
15416 (make-coding-system): Handle `safe-chars' specification in the arg
15417 PROPERTY.
15418
15419 * international/mule-cmds.el
15420 (find-coding-systems-region-subset-p): This function deleted.
15421 (sort-coding-systems-predicate): New variable.
15422 (sort-coding-systems): New function.
15423 (find-coding-systems-region): Use
15424 find-coding-systems-region-internal.
15425 (find-coding-systems-string): Use find-coding-systems-region.
15426 (find-coding-systems-for-charsets): Check
15427 char-coding-system-table.
15428 (select-safe-coding-system-accept-default-p): New variable.
15429 (select-safe-coding-system): Mostly rewritten. New argument
15430 ACCEPT-DEFAULT-P.
15431 (select-message-coding-system): Call select-safe-coding-system
15432 with ACCEPT-DEFAULT-P arg.
15433 (reset-language-environment): Reset default-sendmail-coding-system
15434 to the default value iso-latin-1.
15435 (set-language-environment): Don't set the obsolete variable
15436 charset-origin-alist.
15437
15438 * international/codepage.el (cp-coding-system-for-codepage-1):
15439 Give `safe-chars' property to make-coding-system.
15440
15441 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15442 calling select-message-coding-system twice.
15443
15444 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15445 instead of `safe-charsets'.
15446 (cyrillic-alternativnyj): Likewise.
15447 (ccl-encode-alternativnyj): Don't check the charset
15448 cyrillic-iso8859-5.
15449
15450 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15451
15452 * composite.el (compose-chars-after): Preserve match data.
15453
15454 2000-07-26 Sam Steingold <sds@gnu.org>
15455
15456 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15457 (ange-ftp-real-file-newer-than-file-p): New function.
15458 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15459 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15460
15461 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15462 * midnight.el (midnight-float-time): Ditto.
15463
15464 2000-07-26 Andreas Schwab <schwab@suse.de>
15465
15466 * files.el (normal-backup-enable-predicate): Correct
15467 interpretation of the return value of compare-strings.
15468
15469 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15470
15471 * isearch.el (isearch-resume): New function.
15472 (isearch-done): Add something to command-history to resume
15473 the search.
15474 (isearch-yank-line, isearch-yank-word): Use
15475 buffer-substring-no-properties instead of buffer-substring.
15476
15477 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15478 of flyspell-mouse-map.
15479
15480 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15481 duplicate definition.
15482 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15483
15484 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15485 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15486
15487 2000-07-25 Sam Steingold <sds@gnu.org>
15488
15489 * net/ange-ftp.el: Get modtime over the net.
15490 (ange-ftp-file-modtime): New function.
15491 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15492 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15493 Use it.
15494 (ange-ftp-dot-to-slash): New function.
15495 (ange-ftp-fix-name-for-vms): Use it.
15496
15497 * midnight.el (midnight-buffer-display-time): Use
15498 `with-current-buffer'.
15499
15500 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15501
15502 * find-dired.el: Update copyright notice.
15503 (find-dired): Offer to kill a running `find'.
15504
15505 * enriched.el (enriched-face-ans): For a `foreground-color'
15506 property, return '(("x-color" COLOR))' so that COLOR will be
15507 output as a parameter of the x-color annotation. Likewise for the
15508 `background-color' property. In the case of normal face
15509 properties, don't return annotations for unspecified foreground
15510 and background face attributes.
15511
15512 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15513
15514 * language/japan-util.el (japanese-katakana-region): Fix handling
15515 HANKAKU argument.
15516
15517 2000-07-25 Miles Bader <miles@gnu.org>
15518
15519 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15520 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15521 constrain-to-field.
15522
15523 2000-07-24 Andrew Innes <andrewi@gnu.org>
15524
15525 * timer.el (timer-activate-when-idle): Add optional parameter
15526 DONT-WAIT. Update docstring.
15527 (run-with-idle-timer): Specify extra parameter to
15528 timer-activate-when-idle, so that timer will be activated
15529 immediately if Emacs is already idle.
15530
15531 * w32-fns.el (w32-using-nt): Fix docstring.
15532
15533 2000-07-24 Dave Love <fx@gnu.org>
15534
15535 * mouse.el (popup-menu): Set last-command-event.
15536 (mouse-major-mode-menu-prefix): Declare.
15537
15538 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15539
15540 * textmodes/flyspell.el: Update to author's version 1.5d.
15541
15542 * progmodes/hideshow.el: Update copyright notice.
15543
15544 * vcursor.el: Set maintainer to FSF, since author cannot
15545 be reached.
15546
15547 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15548
15549 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15550 the prompt.
15551
15552 * mouse.el (popup-menu): Run the keymap through indirect-function,
15553 in case it was defined with define-prefix-key. If the menu is a
15554 list of keymaps, look up the binding of user's choice in each one
15555 of the keymaps.
15556 (mouse-popup-menubar): If the global and local menu-bar keymaps
15557 don't have a prompt string, create one and insert it into the
15558 keymap. Don't barf if current-local-map returns nil.
15559
15560 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15561
15562 * dired.el (dired-sort-R-check): Added to allow recursive listing
15563 to be undone.
15564 (dired-sort-other): Use it.
15565
15566 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15567
15568 * Release of cc-mode 5.27
15569
15570 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15571
15572 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15573 c-beginning-of-statement-1 that caused a bad case of recursion
15574 which could consume a lot of CPU in large classes in languages
15575 that have in-expression classes (i.e. Java and Pike).
15576
15577 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15578 statements before top level constructs (i.e. case 6 is moved
15579 before case 5 and is now case 4) to catch in-expression
15580 classes in top level expressions correctly.
15581
15582 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15583
15584 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15585 objc-method-intro. Case 4 removed and case 5I added.
15586
15587 * cc-langs.el (c-append-paragraph-start): New variable used by
15588 c-common-init to get paragraph-start correct.
15589 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15590 initialize paragraph-start to make it correct both with and
15591 without the javadoc special case.
15592
15593 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15594 initialize paragraph-start for javadoc markup.
15595
15596 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15597 change by defaulting this to t. It's motivated by the
15598 confusing behavior that otherwise arise from the style system
15599 when editing both java and non-java files at the same time
15600 (see the comments about style setting in c-common-init).
15601
15602 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15603
15604 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15605 similar to the one in c-fill-paragraph to check the fill
15606 prefix from the adaptive fill function for sanity.
15607
15608 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15609
15610 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15611 defun block.
15612
15613 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15614
15615 * cc-align.el (c-lineup-multi-inher): Handle lines with
15616 leading comma nicely. Extended to handle member initializers
15617 too.
15618
15619 * cc-engine.el: (c-beginning-of-inheritance-list,
15620 c-guess-basic-syntax): Fixed recognition of inheritance lists
15621 when the lines begins with a comma.
15622
15623 * cc-vars.el (c-offsets-alist): Changed default for
15624 member-init-cont to c-lineup-multi-inher since it now handles
15625 member initializers and indents better for leading commas.
15626
15627 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15628
15629 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15630 handling that caused class open lines to be recognized as
15631 statement-conts in some cases.
15632
15633 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15634 guessed by the adaptive fill function unless point is on the
15635 first line of a block comment.
15636
15637 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15638 when the buffer ends with a macro continuation char.
15639
15640 * cc-engine.el (c-guess-basic-syntax): Added support for
15641 function definitions as statements in Pike. The first
15642 statement in a lambda block is now labeled defun-block-intro
15643 instead of statement-block-intro.
15644
15645 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15646 so that the class surrounding point is selected, not the one
15647 innermost in the state.
15648
15649 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15650 recognition of switch labels having hanging multiline
15651 statements.
15652
15653 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15654 some code in c-guess-basic-syntax to a separate function.
15655 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15656 recognition of member inits with multiple line arglists.
15657 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15658 member-init-cont when the commas are in funny places.
15659
15660 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15661
15662 * cc-defs.el (c-auto-newline): Removed this macro since it's
15663 not used anymore.
15664
15665 * cc-engine.el (c-looking-at-bos): New helper function.
15666 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15667 inexpr and toplevel classes apart in Pike.
15668
15669 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15670 of case 9A.
15671
15672 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15673 constant, since "class" can introduce an in-expression class
15674 in Pike nowadays.
15675
15676 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15677
15678 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15679 indentation on cpp-macro lines.
15680
15681 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15682 a syntax modifier like comment-intro, to make it possible to
15683 get syntactic indentation for preprocessor directives. It's
15684 incompatible wrt to lineup functions on cpp-macro, but it has
15685 no observable effect in the 99.9% common case where cpp-macro
15686 is set to -1000.
15687
15688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15689
15690 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15691 member-init-cont when the preceding arglist is several lines.
15692
15693 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15694
15695 * cc-styles.el (c-style-alist): The basic offset for the BSD
15696 style corrected to 8.
15697
15698 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15699
15700 * cc-styles.el (c-style-alist): Adjusted the indentation of
15701 brace list openers in the gnu style.
15702
15703 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15704
15705 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15706
15707 * cc-cmds.el (c-electric-brace, c-electric-slash,
15708 c-electric-star, c-electric-semi&comma, c-electric-colon,
15709 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15710 when c-syntactic-indentation is nil.
15711
15712 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15713 we were left at comments preceding the first statement when
15714 reaching the beginning of the buffer.
15715
15716 * cc-vars.el (c-syntactic-indentation): New variable to turn
15717 off all syntactic indentation.
15718
15719 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15720
15721 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15722 between the text and the block comment ender when it hangs,
15723 depending on how many there are before the fill.
15724
15725 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15726
15727 * cc-engine.el (c-beginning-of-closest-statement): New helper
15728 function to go back to the closest preceding statement start,
15729 which could be inside a conditional statement.
15730 * cc-engine.el (c-guess-basic-syntax): Use
15731 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15732
15733 * cc-engine.el (c-guess-basic-syntax): Better handling of
15734 arglist-intro, arglist-cont-nonempty and arglist-close when
15735 the arglist is nested inside parens. Cases 7A, 7C and 7F
15736 changed.
15737
15738 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15739 up-to-date with javadoc 1.2.
15740
15741 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15742
15743 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15744 multiline Pike type decls.
15745
15746 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15747
15748 * cc-cmds.el (c-indent-new-comment-line): Always break
15749 multiline comments in multiline mode, regardless of
15750 comment-multi-line.
15751
15752 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15753
15754 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15755 fully::qualified::names in C++ member init lists. Preamble in
15756 case 5D changed.
15757
15758 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15759
15760 * cc-langs.el (c-common-init): Handling of obsolete variables
15761 moved to c-initialize-cc-mode. More compatible style override
15762 when using global style variables.
15763 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15764 variables moved here.
15765
15766 * cc-styles.el (c-make-styles-buffer-local): Flag style
15767 variable localness in c-style-variables-are-local-p to make
15768 the compatibility measure in c-common-init work well.
15769
15770 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15771 longer contain set-from-style.
15772 * cc-styles.el (c-initialize-builtin-style): Don't check for
15773 set-from-style on c-special-indent-hook.
15774 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15775 copy-alist is sufficient now.
15776
15777 * cc-styles.el (c-set-style, c-set-style-1,
15778 c-get-style-variables): Fixes to variable initialization so
15779 that duplicate entries in styles have the same effect
15780 regardless of DONT-OVERRIDE.
15781
15782 * cc-styles.el (c-set-style-2): Fixed bug where the
15783 initialization of inheriting styles failed when the
15784 dont-override flag is set.
15785
15786 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15787 on this.
15788
15789 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15790
15791 * cc-defs.el (c-forward-comment): Removed the workaround
15792 introduced in 5.38 since it had worse side-effects. If a line
15793 contains the string "//\"", it regarded the // as a comment
15794 start since the \ temporarily doesn't have escape syntax.
15795
15796 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15797
15798 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15799 ada-xref.el before ada-prj.el, so that the Project menu is created
15800 when ada-prj tries to add to it.
15801 (ada-activate-keys-for-case): Suppress the characters that are not
15802 part of the Ada syntax. Better compatibility with else-mode
15803 (ada-adjust-case-interactive): When auto-casing is not active,
15804 correctly insert newlines (used to insert only ^M). Prevent the
15805 syntax table from being changed in case of an error
15806 (or '_' becomes part of a word and some commands are confused).
15807 Do nothing if ada-auto-case is nil.
15808 (ada-after-keyword-p): Ignore keywords that are also attributes
15809 (ada-batch-reformat): Update usage comment
15810 (ada-call-from-contextual-menu): New function
15811 (ada-case-read-exceptions): Reinitialize the casing exception list
15812 first to nil first, so that the casing exception file can be
15813 shared.
15814 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15815 files.
15816 (ada-compile-goto-error): Fix regexp used to detect a file:line
15817 anywhere in the error message
15818 (ada-contextual-menu-last-point): New variable
15819 (ada-create-keymap): If the variable delete-key-deletes-forward is
15820 t on XEmacs, it means that DEL should delete one character
15821 forward.
15822 (ada-create-menu): Use :included instead of :visible for XEmacs.
15823 New submenu "Options".
15824 (ada-end-stmt-re): Correctly indent "select ... then abort"
15825 statements.
15826 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15827 even if they don't match ada-fill-comment-prefix Fix handling of
15828 paragraphs on the first or last line of a file.
15829 (ada-format-paramlist): Fix handling of default parameter values.
15830 (ada-get-body-name): New function.
15831 (ada-get-current-indent): Optimized by searchling directly for an
15832 existing generic part or a statement outside of it. Handle
15833 ada-indent-align-comments when indenting comments Replaced some
15834 regexps by testing directly the next character. This results in a
15835 huge speedup on some files. New indentation scheme for renames
15836 statements. Stop looking for the 'while' or 'for' associated with
15837 a 'loop' at the first semicolon encountered. A "return" can also
15838 match an anonymous access subprogram declaration.
15839 (ada-get-indent-noindent): Ignore strings and comments when
15840 looking for the keywords "record" and "private".
15841 (ada-goto-matching-decl-start): When matching "if", make sure we
15842 are not in fact seeing "end if". Ignore "when" statements except
15843 when initial keyword was "begin". Fix handling of nested
15844 procedures. Add a recursive call to this function to skip over
15845 other 'end' statmts. Fix indentation for "when .. => begin"
15846 (ada-in-open-paren-p): Fix indentation for complex boolean
15847 expressions, where 'and then', 'or else' and parenthesis
15848 statements are mixed up.
15849 (ada-in-paramlist-p): Skip comments while searching for the
15850 beginning Fix handling of operator declarations.
15851 (ada-indent-align-comments): New variable
15852 (ada-indent-current): Change the syntax table only in the
15853 protected section, so that we are sure it is restored correctly.
15854 (ada-indent-on-previous-lines): Use ada-use-indent and
15855 ada-with-indent Correctly indent "select ... then"
15856 (ada-indent-region): Slight speedup.
15857 (ada-indent-renames): New variable.
15858 (ada-last-which-function-subprog, ada-last-which-function-line):
15859 New variables
15860 (ada-looking-at-semi-private): Correctly indent the 'private'
15861 keyword when it is the first word in a package declaration.
15862 (ada-loose-case-word): Stop searching if at the end of the buffer.
15863 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15864 even if point is not initially at the end of the word.
15865 (ada-matching-decl-start-re): Add "when".
15866 (ada-mode): Add support for abbrev-mode, outline-mode and
15867 which-func-mode Override the old find-file.el entry in
15868 ff-special-constructs since it is using the obsolete
15869 ada-spec-suffix variable
15870 (ada-no-auto-case): New function
15871 (ada-scan-paramlist): When parsing the argument type, accept
15872 spaces (as in "X 'Class", generated by Rational Rose).
15873 (ada-other-file-name): No longer loads the other file.
15874 (ada-popup-menu): Save and restore the current buffer and cursor
15875 position before and after displaying the menu.
15876 (ada-search-ignore-complex-boolean): New function.
15877 (ada-uncomment-region): Emacs21 already knows how to delete
15878 comments not starting in the first column.
15879 (ada-use-indent): New variable
15880 (ada-which-function): New function.
15881 (ada-with-indent): New variable
15882 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15883 can be batch-compiled from the command line.
15884
15885 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15886 Add to the menu when the file is loaded, not in ada-mode-hook.
15887 Add -toolbar to the default ddd command Switches moved from
15888 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15889 ada-prj-default-comp-opt
15890 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15891 Reference Manual to the menu
15892 (ada-check-current): rewritten as a call to ada-compile-current
15893 (ada-compile): Removed.
15894 (ada-compile-application, ada-compile-current, ada-check-current):
15895 Set the compilation-search-path so that compile.el automatically
15896 finds the sources in src_dir. Automatic scrollong of the
15897 compilation buffer. C-uC-cC-c asks for confirmation before
15898 compiling
15899 (ada-compile-current): New parameter, prj-field
15900 (ada-complete-identifier): Load the .ali file before doing
15901 processing
15902 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15903 conform to gnatmake's behavior.
15904 (ada-find-file-in-dir): New function
15905 (ada-find-references): Set the environment variables for gnatfind
15906 (ada-find-src-file-in-dir): New function.
15907 (ada-first-non-nil): Removed
15908 (ada-gdb-application): Add support for jdb, the java debugger.
15909 (ada-get-ada-file-name): Load the original-file first if not done
15910 yet.
15911 (ada-get-all-references): Handles the new ali syntax (parent types
15912 are found between <>).
15913 (ada-initialize-runtime-library): New function
15914 (ada-mode-hook): Always load a project file when a file is opened,
15915 so that the casing exceptions are correctly read.
15916 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15917 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15918 to open the project file, since the latter does not work with
15919 speedbar Get default values before loading the prj file, or the
15920 default executable file name is wrong. Use the absolute value of
15921 src_dir to initialize ada-search-directories and
15922 compilation-search-path,... Add the standard runtime library to
15923 the search path for find-file.
15924 (ada-prj-default-debugger): Was missing an opening '{'
15925 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15926 variables.
15927 (ada-prj-default-gnatmake-opt): New variable
15928 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15929 buffers, the project file is the default one Save the windows
15930 configuration before displaying the menu.
15931 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15932 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15933 ...) regexp-quote identifiers names to support operators +,
15934 -,... in regexps.
15935 (ada-remote): New function.
15936 (ada-run-application): Erase the output buffer before starting the
15937 run Support remote execution of the application. Use
15938 call-process, or the arguments are incorrectly parsed
15939 (ada-set-default-project-file): Reread the content of the active
15940 project file, not the one from the current buffer When a project
15941 file is set as the default project, all directories are
15942 automatically associated with it.
15943 (ada-set-environment): New function
15944 (ada-treat-cmd-string): New special variable ${current}
15945 (ada-treat-cmd-string): Revised. The substitution is now done for
15946 any ${...} substring
15947 (ada-xref-current): If no body was found, compiles the spec
15948 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15949 compiler to get rid of command line length limitations.
15950 (ada-xref-get-project-field): New function
15951 (ada-xref-project-files): New variable
15952 (ada-xref-runtime-library-specs-path)
15953 (ada-xref-runtime-library-ali-path): New variables
15954 (ada-xref-set-default-prj-values): Default run command now does a
15955 cd to the build directory. New field: main_unit Provide a default
15956 file name even if the current buffer has no prj file.
15957
15958 * ada-prj.el:
15959 Rewritten to show a tabbed-dialog.
15960 (ada-prj-add-ada-menu): Remove the map and name parameters.
15961 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15962 New function
15963 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15964 (ada-prj-load-from-file): New function
15965 (ada-prj-save): Always save fields that depend on the current buffer
15966 (ada-prj-show-value): New function
15967
15968 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15969 Ada mode. This will allow us to display the Ada menu in any buffer
15970 we want (for project items).
15971 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15972 number of spaces in the header.
15973
15974 2000-07-24 Dave Love <fx@gnu.org>
15975
15976 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15977
15978 2000-07-23 Noah Friedman <friedman@splode.com>
15979
15980 * type-break.el (type-break): perform autosave.
15981 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15982 (type-break-do-query): Cancel query schedule while performing
15983 actual query, to avoid possibility of a second query being made
15984 while first one is already in progress.
15985 (type-break-time-stamp-format): New variable.
15986 (type-break-time-stamp): New function.
15987 (type-break-time-warning): Use it.
15988 (type-break-keystroke-warning): Use it.
15989 (type-break-noninteractive-query): Use it.
15990
15991 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15992 cookie.
15993 Use add-minor-mode to set minor-mode-alist, if available.
15994 (eldoc-echo-area-use-multiline-p): New user option.
15995 (eldoc-echo-area-multiline-supported-p): New variable.
15996 (eldoc-docstring-format-sym-doc): Use them.
15997 (eldoc-mode): If not using idle timers, append to local post and
15998 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15999 (eldoc-display-message-no-interference-p): Don't interfere with
16000 edebug.
16001 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16002 (eldoc-function-arglist): New function.
16003 (eldoc-function-argstring): Use it.
16004
16005 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16006 auto save directory exists before calling directory-files.
16007
16008 2000-07-23 Dave Love <fx@gnu.org>
16009
16010 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16011 ^o, ^u.
16012
16013 2000-07-21 Dave Love <fx@gnu.org>
16014
16015 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16016 now passed to the function. It now works properly.
16017
16018 * smerge-mode.el (smerge-mode-menu): Fill it out.
16019
16020 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16021
16022 * info-look.el (info-lookup): If *info* is shown in another frame
16023 on the same display, select that frame, instead of switching to
16024 the Info buffer in another window of the selected frame.
16025
16026 * simple.el (universal-argument-map): Bind numeric keypad keys
16027 kp-0 to kp-9 and kp-subtract.
16028 (digit-argument): Handle these keys.
16029
16030 2000-07-20 Dave Love <fx@gnu.org>
16031
16032 * net/goto-addr.el (goto-address-fontify): Don't bother with
16033 buffer-modified and read-only stuff -- irrelevant with overlays.
16034 Put an extra property on the overlays and use it to clean up in
16035 case goto-address is re-run.
16036
16037 2000-07-19 Richard M. Stallman <rms@gnu.org>
16038
16039 * timer.el (run-with-idle-timer): Doc fix.
16040
16041 * mail/mail-utils.el (mail-strip-quoted-names):
16042 Handle case where <...> appears inside "...".
16043 Use replace-match to edit the string more simply.
16044 (rmail-dont-reply-to): Cope with an unmatched ".
16045
16046 2000-07-19 Dave Love <fx@gnu.org>
16047
16048 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16049 implementation.
16050
16051 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16052 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16053 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16054
16055 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16056
16057 * textmodes/refer.el: Correct maintainer's email address.
16058
16059 * progmodes/hideif.el: Correct author's email address.
16060 Fix typo in comment.
16061
16062 * xml.el: New file.
16063
16064 * mail/mailheader.el: Correct author's mail address.
16065
16066 * gnus/parse-time.el: Correct author's mail address.
16067
16068 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16069
16070 * comint.el (comint-highlight-input, comint-highlight-face):
16071 New user options.
16072 (comint-input-ring-file-name): Change custom type.
16073 (comint-mode-map): Bind mouse-2.
16074 (comint-insert-clicked-input): New function.
16075 (comint-send-input): Handle input highlighting.
16076
16077 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16078
16079 * mouse.el (popup-menu): New function.
16080 (mouse-major-mode-menu): Use it.
16081
16082 2000-07-18 Dave Love <fx@gnu.org>
16083
16084 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16085 improvements.
16086
16087 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16088
16089 * faces.el (face-font-selection-order)
16090 (face-font-family-alternatives): Add custom type.
16091
16092 2000-07-18 Dave Love <fx@gnu.org>
16093
16094 * cus-edit.el (custom-variable-reset-saved)
16095 (custom-variable-reset-standard): Remove unused bindings.
16096
16097 * rect.el (open-rectangle-line): Remove unused let.
16098
16099 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16100
16101 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16102
16103 * cdl.el: Fix `Maintainer' keyword.
16104
16105 * play/pong.el: Add author's email address.
16106
16107 2000-07-17 Sam Steingold <sds@gnu.org>
16108
16109 * files.el (insert-directory): Call `split-string' instead of
16110 re-implementing it.
16111
16112 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16113
16114 * mail/vms-pmail.el: Change maintainer to FSF.
16115
16116 * net/goto-addr.el: Change maintainer to FSF.
16117
16118 * info.el (Info-title-face-alist): Removed.
16119
16120 2000-07-18 David Ponce <david@dponce.com>
16121
16122 * recentf.el (recentf-open-files): New command that works like
16123 `recentf-open-more-files', but shows the whole list of files (not just
16124 those omitted from the menu). Useful if you don't use a menu-bar!
16125 (recentf-open-more-files) Modified to use `recentf-open-files'.
16126
16127 (recentf-open-files, recentf-open-more-files)
16128 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16129
16130 (recentf-dialog-mode): New mode for dialogs. You can now just type
16131 "q" to cancel the dialogs.
16132
16133 2000-07-18 David Ponce <david@dponce.com>
16134
16135 * recentf.el: This is a major update of recentf.el. It adds new
16136 features to better organize the recentf menu and "More..." buffer.
16137
16138 Using new provided menu filtering functions you can now organize the
16139 recent files list:
16140
16141 - by major modes
16142 - by directories
16143 - by user defined rules
16144
16145 Finally, with the new `recentf-filter-changer' customizable filter you
16146 can define a ring of filters and dynamically (via the menu) cycle on
16147 each menu organization in the ring (a la msb).
16148
16149 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16150
16151 * eshell/eshell.el (eshell): Replace links to eshell.info with
16152 links to eshell, to avoid problems on systems where the manual is
16153 installed as `eshell'.
16154 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16155 * eshell/em-smart.el (eshell-smart): Ditto.
16156 * eshell/em-banner.el (eshell-banner): Ditto.
16157 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16158
16159 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16160 same-file check in the MS-DOS version (it does support inodes).
16161
16162 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16163
16164 * eshell/eshell.el (eshell-directory-name):
16165 Run default directory name through convert-standard-filename.
16166
16167 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16168
16169 * international/mule-cmds.el (select-safe-coding-system):
16170 Fix typo in the comment.
16171
16172 * language/european.el (compound-text):
16173 Force katakana-jisx0201 to be designated to G1.
16174
16175 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16176 Don't translate some national variant characters of latin-jisx0201.
16177 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16178
16179 * international/kkc.el (kkc-after-update-conversion-functions):
16180 New variable.
16181 (kkc-update-conversion): Run functions in it at the tail.
16182
16183 2000-07-16 John Wiegley <johnw@gnu.org>
16184
16185 * lisp/align.el (align-newline-and-indent):
16186 Adding new function. for auto-aligning blocks of code on RET.
16187 (align-region): Fixed badly formatted minibuffer message.
16188
16189 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16190
16191 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16192 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16193 the conversion list at first if appropriate.
16194 (kkc-next): Don't update kkc-next-count here.
16195 (kkc-prev): Don't update kkc-prev-count here.
16196 (kkc-show-conversion-list-update): Fix setting up of conversion
16197 list message.
16198
16199 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16200
16201 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16202
16203 2000-07-16 Dave Love <fx@gnu.org>
16204
16205 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16206 function to be more specific.
16207
16208 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16209 non-string help-echo.
16210 (widget-types-convert-widget): Defsubst it.
16211 (widget-echo-help): Try to cope with a help-echo function of two
16212 possible sorts.
16213
16214 2000-07-15 Jason Rumney <jasonr@gnu.org>
16215
16216 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16217 Declare as obsolete.
16218
16219 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16220
16221 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16222
16223 * hilit-chg.el: Fix typo.
16224
16225 2000-07-14 Dave Love <fx@gnu.org>
16226
16227 * info.el (Info-mode-menu): Fix use of :help, :enable.
16228
16229 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16230
16231 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16232
16233 2000-07-13 Dave Love <fx@gnu.org>
16234
16235 * emacs-lisp/easymenu.el: Doc fixes.
16236 (easy-menu-remove): Defalias to ignore.
16237
16238 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16239 Call throw correctly.
16240
16241 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16242
16243 * faces.el (frame-background-mode): Doc fix.
16244
16245 * simple.el (eval-expression-print-length): Change custom type to
16246 allow entering nil as value.
16247
16248 2000-07-13 Dave Love <fx@gnu.org>
16249
16250 * progmodes/fortran.el (fortran-imenu-generic-expression):
16251 Change definition layout.
16252 (fortran-mode-menu): Reinstate customize entries.
16253
16254 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16255 Use :filter, per old XEmacs code.
16256
16257 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16258
16259 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16260 event when deciding what to send to the terminal.
16261
16262 2000-07-12 Dave Love <fx@gnu.org>
16263
16264 * cus-start.el: Add optional version as 4th element of specs and
16265 use it for several things new in v21. Remove load-path. Fix type
16266 of line-number-display-limit.
16267
16268 2000-07-11 Dave Love <fx@gnu.org>
16269
16270 * progmodes/fortran.el: Don't require easymenu.
16271 Use repeat counts in various regexps.
16272 (fortran-mode-syntax-table): Defvar directly.
16273 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16274 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16275 Use defvar, not defconst.
16276 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16277 (fortran-mode): Set fortran-comment-line-start-skip,
16278 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16279 (fortran-comment-indent): Use defsubst.
16280 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16281 Use fortran-comment-indent, not fortran-comment-indent-function.
16282 (fortran-comment-region, fortran-electric-line-number): Simplify.
16283 (fortran-auto-fill): New function.
16284 (fortran-do-auto-fill): Deleted.
16285 (fortran-find-comment-start-skip):
16286 Check for non-null comment-start-skip.
16287 (fortran-auto-fill-mode, fortran-fill-statement):
16288 Use fortran-auto-fill.
16289 (fortran-fill): Use fortran-auto-fill. Check for null
16290 comment-start-skip. Simplify final clause and use end-of-line finally.
16291
16292 * widget.el (widget-plist-member): New alias.
16293
16294 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16295
16296 * eshell/esh-module.el (toplevel): Reference
16297 byte-compile-current-file only if it is bound.
16298
16299 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16300
16301 * dired.el: Don't require `dired-aux'.
16302
16303 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16304
16305 * dired-aux.el (dired-show-file-type): New function.
16306 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16307 (dired-show-file-type): Add autoload.
16308
16309 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16310
16311 * international/mule-diag.el (describe-font): Adjusted for the
16312 change of fontset-info.
16313 (print-fontset): Likewise.
16314
16315 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16316
16317 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16318
16319 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16320
16321 * bindings.el: Bind `[delete]' to delete-char.
16322
16323 * dired.el (dired-find-alternate-file): New function.
16324 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16325 (toplevel): Require dired-aux when compiling.
16326 (dired-buffers): Move defvar within file to avoid compiler warning.
16327
16328 * info.el (Info-last-search): Variable removed.
16329 (Info-search-history): New variable.
16330 (Info-search): New Info-search-history.
16331
16332 * battery.el, info-look.el: Change author's mail address.
16333
16334 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16335
16336 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16337 if rmail-ignored-headers is nil.
16338 (rmail-retry-failure): Bind rmail-ignored-headers and
16339 rmail-displayed-headers to nil.
16340
16341 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16342
16343 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16344 (print-region-1): Don't hard code `-h' here.
16345
16346 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16347
16348 2000-07-01 Francesco Potorti` <pot@gnu.org>
16349
16350 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16351 exim can use "your message" instead of "the message".
16352
16353 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16354
16355 * facemenu.el: Docstrings fixes.
16356 (facemenu-get-face): Don't use internal-find-face.
16357 (facemenu-iterate): Rename arg to match the docstring.
16358
16359 * newcomment.el (uncomment-region): Be more careful when skipping
16360 backwards over `=' not to bump into BOBP.
16361
16362 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16363
16364 * ediff-diff.el (ediff-wordify): Use syntax table.
16365 * ediff-init.el (ediff-has-face-support-p): Use
16366 ediff-color-display-p.
16367 (ediff-color-display-p): Use display-color-p, changed to defun
16368 from defsubst.
16369 Got rid of special cases for NeXT and OS/2.
16370 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16371 face.
16372
16373 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16374
16375 * emacs-lisp/lucid.el: Require CL.
16376 (copy-tree, remprop): Remove, it's provided by CL.
16377 (map-keymap): Define in terms of cl-map-keymap.
16378 (extent-property, set-extent-end-glyph): New functions.
16379
16380 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16381
16382 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16383
16384 * Makefile.in (DONTCOMPILE): Add comment that the name may
16385 not be changed without changing the make-dist script.
16386
16387 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16388 (cl-mapc): Use mapc instead of cl-old-mapc.
16389
16390 2000-07-05 Andrew Innes <andrewi@gnu.org>
16391
16392 * makefile.nt: Add support for `bootstrap' and related targets.
16393
16394 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16395
16396 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16397 (easy-menu-do-define): Use `menu-item' format.
16398 Handle case where easy-menu-create-menu returns a symbol.
16399 Manually call the potential top-level filter in the function binding.
16400 (easy-menu-filter-return): New arg NAME.
16401 Convert to a keymap if MENU is an XEmacs menu.
16402 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16403 (easy-menu-converted-items-table, easy-menu-convert-item):
16404 New var and fun to memoize easy-menu-convert-item-1.
16405 (easy-menu-do-add-item): Use it.
16406 (easy-menu-create-menu): Use easy-menu-convert-item.
16407 Wrap easy-menu-filter-return around any :filter specification.
16408 Don't convert the menu if a filter was specified.
16409 Tell easy-menu-make-symbol not to check for MENU being an expression.
16410 (easy-menu-make-symbol): New arg NOEXP.
16411
16412 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16413
16414 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16415 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16416 (eval-defun): If called with prefix arg, instrument code for
16417 Edebug.
16418
16419 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16420 similar to that of eval-defun.
16421
16422 2000-07-04 Dave Love <fx@gnu.org>
16423
16424 * hl-line.el (hl-line-overlay): Make it permanent-local.
16425
16426 * calendar/todo-mode.el: Replaced with a working version, based on
16427 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16428
16429 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16430
16431 * paths.el (prune-directory-list): New function.
16432 (Info-default-directory-list): Rewritten to more methodically
16433 enumerate a big list of possible info directories (based on the
16434 list used by the standalone info reader).
16435
16436 * info.el (info-initialize): Use prune-directory-list to remove
16437 non-existent directories from Info-directory-list.
16438
16439 * paths.el (Info-default-directory-list): Try a list of possible
16440 info-directories instead of a single one. Add the possible
16441 info directory "/usr/share/info".
16442
16443 * woman.el (woman-man.conf-path): Explicitly include the debian
16444 man-db config file "/etc/manpath.config".
16445 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16446 are present in `manpath.config'.
16447 (woman-manpath): Include "/usr/share/man".
16448
16449 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16450
16451 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16452
16453 * startup.el (command-line): Initialize blink-cursor based
16454 on window-system.
16455
16456 * frame.el (blink-cursor): Default to nil if not running under
16457 a window-system.
16458
16459 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16460 (face-x-resources): Remove duplicate entry for :font.
16461
16462 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16463 instead of cycling through windows with next-window.
16464
16465 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16466 of cycling through windows with next-window.
16467
16468 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16469 of cycling through windows with next-window.
16470
16471 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16472 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16473 instead of cycling through windows with next-window.
16474
16475 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16476 instead of cycling through windows with next-window.
16477
16478 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16479 of cycling through windows with next-window.
16480
16481 * terminal.el (te-process-output): Use walk-windows instead of
16482 cycling through windows with next-window.
16483
16484 * server.el (server-switch-buffer): Use some-window instead of
16485 cycling through windows with next-window.
16486
16487 * window.el (some-window): New function.
16488 (walk-windows): Remove reference to walk-windows-start.
16489
16490 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16491
16492 2000-07-03 Richard Stallman <rms@gnu.org>
16493
16494 * window.el (walk-windows): Guarantee termination by keeping a list
16495 of all the windows already handled.
16496
16497 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16498
16499 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16500 window-system.
16501
16502 * man.el (Man-notify-when-ready): Don't use window-system. If
16503 Man-notify-method is newframe, and the display is not
16504 multi-frame, select the frame created for the man page.
16505 (Man-init-defvars): Doc fix.
16506
16507 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16508
16509 * faces.el (region): Change background color for light background.
16510
16511 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16512 attribute from mode-line face of Ediff control frame.
16513
16514 * replace.el (query-replace-map): Bind `e' like `E'.
16515
16516 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16517
16518 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16519 Change name to "Select All".
16520
16521 * dos-fns.el (convert-standard-filename): Fix last change.
16522
16523 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16524
16525 * help.el (describe-variable): Don't insert a second `'s' in front
16526 of the string `value is shown below'. Since the syntax-table is
16527 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16528 an existing `'s', so that this won't be deleted.
16529
16530 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16531 * pcmpl-unix.el: New files.
16532
16533 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16534
16535 * wid-edit.el (widget-member): Use the new plist-member.
16536
16537 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16538
16539 * replace.el (perform-replace): Undo change of 2000-04-04.
16540 Instead, move backward 1 character at the end of the loop when
16541 necessary.
16542
16543 * faces.el (fringe): Change face for different backgrounds.
16544
16545 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16546 patch from John.
16547
16548 * eshell/*.el: Change spelling of the Free Software Foundation.
16549
16550 * eshell/esh-toggle.el: Removed.
16551
16552 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16553
16554 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16555 interactively.
16556
16557 2000-06-26 Alex Schroeder <alex@gnu.org>
16558
16559 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16560 `define-key'; instead of checking `(emacs-version)' check for
16561 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16562 for `;' and `o' which might be electric.
16563
16564 (sql-electric-stuff): New user option.
16565 (sql-magic-go): New function which uses `sql-electric-stuff'.
16566 (sql-magic-semicolon): New function which uses
16567 `sql-electric-stuff'.
16568
16569 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16570 is not fboundp.
16571
16572 (sql-oracle-options): New variable.
16573 (sql-oracle): Use it.
16574
16575 (sql-imenu-generic-expression): Doc change.
16576 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16577 is used.
16578
16579 (sql-informix): Added command line parameter "-" to force
16580 sql-informix-program to use stdout.
16581
16582 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16583
16584 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16585 (cp864-decode-table): Doc fix.
16586 (cp720-decode-table): New variable, supports the Arabic OEM
16587 codepage used by Windows.
16588 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16589
16590 2000-06-23 Dave Love <fx@gnu.org>
16591
16592 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16593 (font-lock-fontify-anchored-keywords): Use
16594 line-beginning-position.
16595 (global-font-lock-mode): Use mapc.
16596
16597 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16598
16599 * eshell/esh-module.el: Require CL when compiling.
16600
16601 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16602
16603 * comint.el (comint-substitute-in-file-name): Call replace-match
16604 with second and third arg t.
16605
16606 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16607 Specify foreground color.
16608
16609 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16610 color.
16611
16612 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16613
16614 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16615 cddr instead of cdddr.
16616
16617 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16618 instead of copy-list.
16619
16620 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16621 of copy-list.
16622
16623 * subdirs.el: Add eshell subdirectory.
16624
16625 * eshell: New subdirectory containing the Eshell package.
16626
16627 * pcomplete.el: New file.
16628
16629 2000-06-23 Paul Eggert <eggert@twinsun.com>
16630
16631 * mail/mailpost.el (post-mail-send-it): Make sure file has
16632 proper permissions from birth.
16633
16634 * files.el (basic-save-buffer-2): When temporarily setting
16635 file modes, set them to current modes plus 0200, not to 0777.
16636
16637 * emerge.el (emerge-make-temp-file): Make sure file has proper
16638 permissions from birth.
16639
16640 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16641
16642 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16643 backup file name through convert-standard-filename.
16644
16645 * dos-fns.el (convert-standard-filename): Convert leading
16646 directories as well. When long file names are supported, convert
16647 characters that are invalid in Windows file names.
16648
16649 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16650
16651 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16652 ps-print crashes. New feature: page selection for printing. Create
16653 raw-text-unix coding system for XEmacs. Doc fix.
16654 (ps-print-version): New version number (5.2.3).
16655 (ps-plot-region): Bug fix.
16656 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16657 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16658 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16659 funs.
16660 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16661 (ps-last-page): New vars.
16662
16663 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16664
16665 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16666 empty option string.
16667
16668 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16669
16670 * man.el (man): Doc fix.
16671
16672 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16673
16674 * international/mule-cmds.el (set-language-info-alist): Docstring
16675 fixed.
16676
16677 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16678
16679 * version.el (emacs-version): Use ISO date format.
16680
16681 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16682 instead of `M-backspace'.
16683
16684 * simple.el (turn-off-auto-fill): New function.
16685
16686 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16687
16688 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16689 Renamed from with-buffer-prepared-for-font-lock and use
16690 inhibit-modification-hooks rather than setting *-change-functions.
16691 Update all functions to use the new name.
16692 (jit-lock-first-unfontify-pos): New semantics (and doc).
16693 (jit-lock-mode): Make non-interactive.
16694 Don't automatically turn on font-lock.
16695 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16696 Always use jit-lock-after-change.
16697 Remove and restore font-lock-after-change-function.
16698 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16699 (jit-lock-after-unfontify-buffer): Remove.
16700 (jit-lock-stealth-fontify):
16701 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16702 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16703
16704 2000-06-20 Sam Steingold <sds@gnu.org>
16705
16706 * emacs-lisp/cl-indent.el (toplevel): Indent
16707 `print-unreadable-object' properly. Untabify.
16708
16709 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16710
16711 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16712 Support for bibentry.
16713 (reftex-compile-variables): Fixed problem with end of section-re.
16714
16715 * texmodes/reftex-dcr.el (reftex-view-crossref,
16716 reftex-view-crossref-from-bibtex):
16717 Deal with changed `reftex-find-citation-regexp-format'.
16718 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16719 Replaced `remprop' with `put'.
16720 (reftex-view-crossref, reftex-view-crossref-when-idle):
16721 Support for bibentry.
16722
16723 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16724 New entry for bibentry package.
16725
16726 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16727 Regexp also matches "\nobibliography".
16728
16729 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16730 Call `reftex-ensure-write-access' before doing anything.
16731 (reftex-ensure-write-access): New function.
16732
16733 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16734
16735 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16736
16737 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16738
16739 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16740
16741 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16742
16743
16744 2000-06-20 Dave Love <fx@gnu.org>
16745
16746 * faces.el (frame-background-mode): Use set-default, not set, in
16747 setter.
16748 (frame-update-faces, frame-update-face-colors): Define with
16749 defalias.
16750
16751 * enriched.el (enriched-decode-foreground)
16752 (enriched-decode-background): Don't use internal-find-face.
16753
16754 * apropos.el: Doc fixes.
16755
16756 * cus-edit.el (customize-changed-options): Check arg.
16757 (customize-version-lessp): Don't require decimal point.
16758
16759 * custom.el (defcustom, defgroup): Doc fix.
16760
16761 * newcomment.el (comment) <defgroup>: Add :version.
16762 (comment-multi-line): Doc fix.
16763
16764 * emulation/mlsupport.el (define-hooked-local-abbrev,
16765 define-hooked-global-abbrev): Fix, using define-abbrev.
16766
16767 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16768
16769 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16770 the whole buffer.
16771
16772 2000-06-19 Dave Love <fx@gnu.org>
16773
16774 * menu-bar.el (menu-bar-options-save): New function.
16775 (menu-bar-options-menu): Use it.
16776 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16777 Simplify.
16778
16779 2000-06-19 Andreas Schwab <schwab@suse.de>
16780
16781 * progmodes/etags.el (tags-query-replace): Put new parameters
16782 START and END at the end, for backward compatibility.
16783
16784 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16785
16786 * international/codepage.el:
16787 (cp-coding-system-for-codepage-1): Delete special codes for
16788 generating xxx-dos coding system because now a CCL based coding
16789 system can handle EOL conversion by default.
16790
16791 * international/mule.el (make-coding-system): Generate subsidiary
16792 coding systems for EOL handling variants even for a CCL based
16793 coding system.
16794
16795 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16796
16797 * international/isearch-x.el (isearch-minibuffer-input-method)
16798 (isearch-minibuffer-input-method-function): These variables
16799 deleted.
16800 (isearch-with-input-method): Don't use the above variables.
16801 (isearch-process-search-multibyte-characters): Likewise. Call
16802 read-string with the arg INHERIT-INPUT-METHOD t.
16803
16804 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16805
16806 * font-lock.el (font-lock-after-fontify-buffer)
16807 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16808
16809 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16810 Use consistent make-local-variable style for font-lock-fontified.
16811 (jit-lock-fontify-buffer):
16812 Don't bother checking for font-lock-mode and jit-lock-mode.
16813
16814 * time.el: Remove trailing ^M that prevent CVS-merging.
16815
16816 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16817
16818 * Makefile.in (distclean): New target.
16819
16820 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16821
16822 * Makefile.in (srcdir): Define for update-subdirs.
16823
16824 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16825
16826 * find-lisp.el: New file.
16827
16828 2000-06-16 Andrew Innes <andrewi@gnu.org>
16829
16830 * time.el (display-time-mail-function): New variable, to allow
16831 external packages to indicate when new mail is available.
16832 (display-time-update): Use it.
16833
16834 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16835
16836 * international/mule.el (mule-version): Change version name to
16837 SAKAKI. AOI has already been used by Meadow.
16838
16839 * international/quail.el (quail-show-guidance-buf): To find the
16840 bottom window (but minibuffer), pay attention to the height of
16841 minibuffer.
16842
16843 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16844
16845 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16846 menu-bar menus. Add help strings. Don't remove the Edit menu
16847 from the menu bar, as the menu bar has enough space now.
16848
16849 * Makefile.in (SHELL): Make sure /bin/sh is used.
16850
16851 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16852 characters, which use series of two ^H characters instead of one.
16853
16854 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16855
16856 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16857 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16858 functions.
16859 (Info-find-node-2): Try a case-sensitive search first, then
16860 do a case-insensitive search.
16861
16862 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16863 tutorials.
16864
16865 * complete.el (PC-env-vars-alist): New variable.
16866 (PC-complete-as-file-name): New function.
16867 (partial-completion-mode): Initialize PC-env-vars-alist from
16868 process-environment.
16869 (PC-do-completion): Handle completion of env vars.
16870
16871 * info.el (Info-set-mode-line): Show file name in mode line,
16872 use `*Info*' instead of `Info:'.
16873
16874 * startup.el (command-line-1): Change copyright messages to year
16875 2000.
16876
16877 2000-06-15 Dave Love <fx@gnu.org>
16878
16879 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16880 not local-map.
16881
16882 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16883
16884 * international/mule.el (set-buffer-file-coding-system): Almost
16885 rewritten to handle `undecided' as no-op.
16886
16887 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16888
16889 * Makefile.in: New file.
16890
16891 * Makefile: Removed.
16892
16893 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16894 (goto-address-highlight-keymap): Bind C-c RET.
16895
16896 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16897
16898 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16899 inherits buffer-file-coding-system of the current buffer.
16900
16901 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16902 0. Give correct argument to set-auto-coding-function.
16903 (tar-expunge): For goto-char, use (point-min), not 0.
16904 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16905 (tar-subfile-save-buffer): Likewize.
16906
16907 * international/mule.el
16908 (after-insert-file-set-buffer-file-coding-system): Call
16909 set-buffer-file-coding-system with the arg FORCE t.
16910
16911 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16912
16913 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16914 nil. Contemporary sendmails issue an X-Authentication-Warning if
16915 the sender is set with `-f'.
16916
16917 2000-06-13 Dave Love <fx@gnu.org>
16918
16919 * help.el (describe-function-1): Kluge around cases of functions
16920 fset to subrs whose doc doesn't match their symbol-name.
16921
16922 * image.el (insert-image): Default STRING to a space.
16923
16924 * info.el Doc fixes.
16925 (Info-build-node-completions): Match Ref tags.
16926
16927 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16928
16929 * frame.el (display-multi-frame-p, display-multi-font-p): New
16930 defaliases for display-graphic-p.
16931
16932 * hl-line.el: Fixed a typo in commentary.
16933
16934 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16935
16936 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16937 fixed.
16938
16939 2000-06-12 Dave Love <fx@gnu.org>
16940
16941 * image.el (insert-image): Save a little consing.
16942
16943 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16944
16945 * language/tibet-util.el: Convert all tibetan-1-column characters
16946 to the corresponding tibetan characters.
16947 (tibetan-add-components): Delete code for the special treatment of
16948 'a chung.
16949
16950 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16951 change.
16952 (tibetan-vowel-transcription-alist): More rules added.
16953 (tibetan-composite-vowel-alist): New variable.
16954 (tibetan-precomposition-rule-alist): More rules added.
16955
16956 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16957
16958 * startup.el (command-line): Only call menu-bar-mode if interactive.
16959
16960 * thingatpt.el (toplevel symbol-properties):
16961 * textmodes/makeinfo.el (makeinfo-compile):
16962 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16963 * progmodes/hideif.el (hif-compress-define-list)
16964 (hide-ifdef-use-define-alist):
16965 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16966 (ange-ftp-vms-add-file-entry):
16967 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16968 * man.el (Man-build-man-command):
16969 * mail/rnewspost.el (news-reply-header-hook):
16970 * info.el (Info-insert-dir):
16971 * emulation/mlconvert.el (backward-word, forward-word, setq):
16972 * emacs-lisp/gulp.el (gulp-send-requests):
16973 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16974 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16975 (byte-optimize-apply, end of file):
16976 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16977 (ad-make-freeze-definition):
16978 * startup.el (command-line, command-line-1): Don't quote lambdas.
16979
16980 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16981 (cvs-cleanup-removed): New function.
16982 (cvs-cleanup-functions): New var.
16983 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16984 some flexibility in specifying additional entries to auto-cleanup.
16985 (cvs-quickdir): New function.
16986 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16987 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16988 (cvs-mode-find-file): Check that we are on a filename or dirname
16989 when invoked through a mouse-click.
16990 (cvs-full-path): Remove.
16991 (cvs-dired-action): Re-introduced.
16992 (cvs-dired-noselect): Use it.
16993 (vc-post-command-functions): use this new hook if available.
16994
16995 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16996 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16997 (cvs-filename-map, cvs-dirname-map): Remove.
16998 (cvs-default-action): Remove.
16999 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17000 if the arg is really a keymap.
17001 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17002 Don't hardcode the mapping from state (aka type) to face, but check
17003 the var cvs-fi-<type>-face instead.
17004 (cvs-fileinfo-from-entries): New function.
17005
17006 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17007 Docstring fix.
17008 (cvs-find-file-and-jump): Change default to be safer.
17009 (cvs-mode-diff-map): Define it as a function as well.
17010 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17011 Bind mouse-2 in this global map rather than with text-properties.
17012
17013 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17014 file to resolve the ambiguity between C(conflict) and C(need-merge).
17015
17016 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17017
17018 * international/mule.el (set-buffer-file-coding-system): If
17019 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17020 unconditionally.
17021
17022 2000-06-12 Dave Love <fx@gnu.org>
17023
17024 * wid-edit.el (widget-specify-button): Really suppress the face if
17025 required.
17026
17027 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17028
17029 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17030
17031 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17032
17033 * imenu.el (imenu-generic-expression): Docstring fix.
17034
17035 * composite.el (composition-function-table): Move the `put'
17036 below the autoload cookie so we can load the file before loaddefs.
17037
17038 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17039
17040 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17041 Handle easy-mmode-define-global-mode.
17042 For complex macros like define-minor-mode that can generate
17043 several autoload entries, try to autoload entries in the
17044 macroexpanded code.
17045
17046 * emacs-lisp/easy-mmode.el (define-minor-mode):
17047 If KEYMAP is a symbol, just use it.
17048 Use byte-compile-current-file and load-file-name to infer the
17049 proper :require to pass to defcustom.
17050 Wrap the hook var into `progn' so as not to autoload it.
17051 Add a :autoload-end cookie.
17052 Be more careful about the evaluation of KEYMAP.
17053 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17054 (define-derived-mode): Move define-abbrev-table outside of defvar.
17055
17056 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17057
17058 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17059 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17060 (backup-compiled-files): Ignore errors during `tar'.
17061 (bootstrap): Make autoloads before elc files.
17062
17063 2000-06-10 Kenichi Handa <handa@etl.go.jp>
17064
17065 * international/mule.el (set-buffer-file-coding-system): If one of
17066 undecided-XXX is specified, change only EOL conversion.
17067
17068 * international/mule-conf.el (unix): New alias for the coding
17069 system undecided-unix.
17070
17071 2000-06-09 Dave Love <fx@gnu.org>
17072
17073 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17074
17075 * progmodes/executable.el: Byte compile dynamic.
17076 (executable-insert): Change custom type.
17077 (executable-find): Add autoload cookie.
17078 (executable-make-buffer-file-executable-if-script-p): New
17079 function. After Noah Friedman.
17080
17081 * files.el (after-save-hook): Customize, with
17082 executable-make-buffer-file-executable-if-script-p as an option.
17083
17084 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17085
17086 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17087 "tib24p-mule.bdf" for Tibetan.
17088
17089 * composite.el (decompose-composite-char): Declare it as obsolete.
17090
17091 * man.el (Man-fontify-manpage): Pay attention to underline and
17092 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17093
17094 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17095
17096 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17097 Set maintainer to FSF since author isn't reachable.
17098
17099 2000-06-08 Dave Love <fx@gnu.org>
17100
17101 * international/mule-cmds.el (select-safe-coding-system): If
17102 DEFAULT-CODING-SYSTEM is not specified, also check the most
17103 preferred coding-system if buffer-file-coding-system is
17104 `undecided'. From Handa.
17105
17106 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17107
17108 * international/mule.el
17109 (after-insert-file-set-buffer-file-coding-system): If the buffer
17110 size is greater than INSERTED, judget that we are not visiting.
17111
17112 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17113
17114 * whitespace.el (defgroup whitespace): Comment out `:version'.
17115 XEmacs 20.4 has problems defining the group with this present.
17116 We'll have this commented out till get resolve the problem.
17117
17118 2000-06-07 John Wiegley <johnw@gnu.org>
17119
17120 * align.el (align-dq-string-modes, align-sq-string-modes)
17121 (align-open-comment-modes): Add pyhton-mode.
17122 (align-rules-list): Use get-text-property instead of
17123 text-properties-at.
17124 (align-rules-list): Add python-assignment.
17125 (align-rules-list): Change perl-comma-delimiter to
17126 basic-comma-delimiter. Use if for Perl modes and python-mode.
17127 (align-rules-list): Add python-chain-logic and
17128 basic-line-continuation.
17129
17130 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17131
17132 * apropos.el (apropos-mode-hook): New user variable.
17133 (apropos-mode): Run apropos-mode-hook.
17134
17135 2000-06-07 David Ponce <david@dponce.com>
17136
17137 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17138 commands. Require `wid-edit' at run-time.
17139
17140 2000-06-07 David Ponce <david@dponce.com>
17141
17142 * recentf.el: Added some "Commentary".
17143 (recentf-open-more-files, recentf-edit-list): Minor changes to
17144 move the point at the top of the file list. This behaviour is
17145 consistent with the menu one when the list contains a lot of
17146 files.
17147 (recentf-cleanup): Now displays the number of items removed from
17148 the list.
17149 (recentf-relative-filter) New menu filter to show filenames
17150 relative to `default-directory'.
17151
17152 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17153
17154 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17155 with/without giving an error if PostScript printer doesn't have this
17156 kind of page size. Zebra Stripe continues or restarts on next page.
17157 Manual/automatic paper feeding. Switch or not the header.
17158 (ps-print-version): New version number (5.2.2).
17159 (ps-windows-system): Include emx as a Windows system.
17160 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17161 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17162 (ps-background-text): Code fix.
17163 (ps-error-handler-message, ps-user-defined-prologue)
17164 (ps-print-prologue-header, ps-printer-name)
17165 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17166 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17167 (ps-use-face-background): Customization fix.
17168 (ps-n-up-database): Data fix.
17169 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17170 (ps-switch-header): New vars.
17171 (ps-xemacs-color-name, ps-face-foreground-name)
17172 (ps-face-background-name, ps-boolean-constant): New funs.
17173
17174 2000-06-07 Dave Love <fx@gnu.org>
17175
17176 * allout.el: New version from Manheimer.
17177
17178 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17179
17180 * textmodes/fill.el (fill-find-break-point): Check the validity of
17181 charset.
17182
17183 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17184
17185 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17186 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17187 Call display-color-p and display-mouse-p instead of looking at
17188 window-system.
17189
17190 2000-06-06 Dave Love <fx@gnu.org>
17191
17192 * image.el (find-image): Doc fix. Return nil if image not found.
17193 (put-image, insert-image): Make STRING arg optional.
17194
17195 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17196
17197 * language/vietnamese.el: Remove eval-when-compile.
17198 (viet-viscii-nonascii-translation-table): Define it as a
17199 translation table made from viet-viscii-decode-table.
17200 (viet-viscii-encode-table): Define it as a translation table made
17201 from the reverse map of above.
17202 (viet-vscii-nonascii-translation-table): Define it as a
17203 translation table made from viet-vscii-decode-table.
17204 (viet-vscii-encode-table): Define it as a translation table made
17205 from the reverse map of above.
17206 (ccl-decode-viscii): Use translate-character.
17207 (ccl-encode-viscii, ccl-encode-viscii-font)
17208 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17209 Likewize.
17210
17211 * language/cyrillic.el: Remove eval-when-compile.
17212 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17213 translation table made from cyrillic-koi8-r-decode-table.
17214 (cyrillic-koi8-r-encode-table): Define it as a translation table
17215 made from the reverse map of above.
17216 (ccl-decode-koi8): Use translate-character.
17217 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17218 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17219 a translation table made from cyrillic-alternativnyj-decode-table.
17220 (cyrillic-alternativnyj-encode-table): Define it as a translation
17221 table made from the reverse map of above.
17222 (ccl-decode-alternativnyj): Use translate-character.
17223 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17224 Likewize
17225
17226 * international/mule-diag.el (non-iso-charset-alist): Specify
17227 translation table symbol instead of translation table itself.
17228 (list-block-of-chars): CHARSET may be a translation table symbol.
17229
17230 * international/mule.el (make-coding-system): If CODING-SYSTEM
17231 already exists, override it.
17232
17233 * international/fontset.el: Use family `proportional' for Tibetan
17234 fonts.
17235
17236 * international/ccl.el (ccl-compile-translate-character): Don't
17237 check if Rrr has property translation-table.
17238 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17239
17240 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17241
17242 * info.el: Bind case-fold-search to t when searching in case
17243 a user sets it to nil in a hook.
17244
17245 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17246
17247 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17248 * hl-line.el (hl-line-mode): Use the new :global key argument.
17249
17250 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17251 (tar-clip-time-string): Prepend a space.
17252 (tar-grind-file-mode): Construct a string rather than modifying one.
17253 (tar-header-block-summarize): Fix docstring.
17254 Use `format' rather than an error-prone set of copy-loops.
17255
17256 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17257 (diff-goto-source, diff-unified->context, diff-context->unified)
17258 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17259 understand the format output by the `-p' argument to diff.
17260
17261 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17262 (sh-re-done): Use defconst.
17263 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17264 (sh-help-string-for-variable, sh-guess-basic-offset):
17265 Don't quote lambdas.
17266 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17267 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17268
17269 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17270 (mh-letter-mode): Derive from text-mode.
17271 This implicitly means that it now calls kill-all-local-variables.
17272 Also remove the Emacs-18 compatibility code.
17273
17274 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17275 Make use of symbol-property doc-string-elt.
17276 Use memq rather than a sequence of eq.
17277 (doc-string-elt): Fix the wrong or missing previously unused values.
17278 (autoload-print-form): New function extracted from
17279 generate-file-autoloads to allow recursion when handling progn
17280 so that defvar's and defun's docstrings are properly printed.
17281 (generate-file-autoloads): Use it.
17282
17283 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17284 Use find-file-hooks in the minor-mode function.
17285 Be careful not to loop indefinitely in the post-command-hook function.
17286
17287 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17288
17289 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17290 tty's.
17291 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17292 differences whenever appropriate.
17293 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17294 * viper.el (find-file, find-file-other-window): Get viper to do
17295 wildcards.
17296
17297 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17298
17299 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17300 (jit-lock-fontify-buffer): New function for JIT refontification.
17301 (jit-lock-mode): Fix docstring.
17302 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17303 Remove jit-lock-after-change from the _local_ hook.
17304 (jit-lock-function-1): Fix docstring.
17305
17306 * info.el (Info-on-current-buffer): Initialize info.
17307
17308 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17309
17310 * progmodes/tcl.el (tcl-indent-for-comment):
17311 Ignore comment-indent-hook.
17312
17313 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17314 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17315 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17316 and improve to use the lighter to guess the capitalization.
17317 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17318 Add keyword arguments to specify global-ness or the custom group.
17319 Add local-map and help-echo properties to the lighter.
17320 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17321 (easy-mmode-define-global-mode): New macro.
17322
17323 2000-06-02 Dave Love <fx@gnu.org>
17324
17325 * wid-edit.el: byte-compile-dynamic since we typically don't use
17326 all the widgets. Don't require cl or widget. Remove
17327 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17328 (widget-read-event): Removed. Callers changed to use read-event.
17329 (widget-button-release-event-p): Renamed from
17330 button-release-event-p.
17331 (widget-field-add-space, widget-field-use-before-change):
17332 Uncustomize.
17333 (widget-specify-field): Use keymap property, not local-map.
17334 (widget-specify-button): Obey :suppress-face.
17335 (widget-specify-insert): Use modern backquote syntax.
17336 (widget-image-directory): Renamed from widget-glyph-directory.
17337 (widget-image-enable): Renamed from widget-glyph-enable.
17338 (widget-image-find): Replaces widget-glyph-find.
17339 (widget-button-pressed-face): Move defvar.
17340 (widget-image-insert): Replaces widget-glyph-insert.
17341 (widget-convert): Use keywordp.
17342 (widget-leave-text, widget-children-value-delete): Use mapc.
17343 (widget-keymap): Remove XEmacs stuff.
17344 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17345 (widget-button-click): Don't set point at the click, but re-centre
17346 if we scroll out of window. Rewritten for images v. glyphs &c.
17347 (widget-tabable-at): Use POS arg, not point.
17348 (widget-beginning-of-line, widget-end-of-line)
17349 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17350 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17351 (widget-default-create): Use widget-image-insert; some rewriting.
17352 (widget-visibility-value-create)
17353 (widget-push-button-value-create, widget-toggle-value-create): Use
17354 widget-image-insert.
17355 (checkbox): Create on and off images dynamically.
17356 (documentation-link): Change :help-echo.
17357 (widget-documentation-link-echo-help): Remove.
17358
17359 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17360
17361 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17362
17363 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17364 (easy-mmode-define-toggle, define-minor-mode): Use it.
17365 (easy-mmode-define-keymap): Docstring fix.
17366 (define-derived-mode): Default PARENT to fundamental-mode.
17367 Add the derived-mode-parent symbol-property.
17368 (easy-mmode-derived-mode-p): New function.
17369
17370 2000-06-02 Dave Love <fx@gnu.org>
17371
17372 * files.el (convert-standard-filename): Doc fix.
17373 (normal-backup-enable-predicate): New function.
17374 (backup-enable-predicate): Use it to replace the lambda form.
17375
17376 * calendar/todo-mode.el: [This needs more work on the outline
17377 stuff.] Doc fixes.
17378 (todo) <defgroup>: Add :version.
17379 (todo-add-category): Don't use pushnew.
17380 (todo-cmd-raise): Fix typo.
17381 (todo-top-priorities): Change temp buffer name.
17382 (todo-category-alist): Avoid redundant lambda.
17383 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17384 Use outline-next-heading.
17385
17386 * autoarg.el: Rewritten to use define-minor-mode.
17387 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17388 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17389
17390 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17391
17392 * isearch.el (isearch-other-meta-char): Fix previous change.
17393
17394 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17395
17396 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17397 (log-edit-done): Only add the comment to the ring if it's different
17398 from the last comment entered.
17399
17400 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17401
17402 2000-06-01 Dave Love <fx@gnu.org>
17403
17404 * hl-line.el: Rewritten using define-minor-mode.
17405
17406 * help.el (describe-function-1): Distinguish special form from
17407 builtin function. Sanity-check presence of arglist for builtins.
17408
17409 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17410
17411 * international/characters.el: Fix syntax/category setting of
17412 Tibetan characters.
17413
17414 * language/tibet-util.el (tibetan-add-components): Fixes for new
17415 encoding of Tibetan characters.
17416 (tibetan-decompose-precomposition-alist): New variable.
17417 (tibetan-decompose-region): Convert precomposed characters to
17418 non-precomposed characters.
17419 (tibetan-decompose-string): Likewise.
17420 (tibetan-composition-function): Fix args to
17421 thibetan-compose-string.
17422
17423 * language/tibetan.el (tibetan-composable-pattern): More
17424 characters included.
17425 (tibetan-consonant-transcription-alist): Rule for "R" added.
17426 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17427 "+R" added.
17428 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17429
17430 * language/lao-util.el (lao-composition-function): Fix args to
17431 compose-string.
17432
17433 * language/thai-util.el (thai-composition-function): Fix args to
17434 compose-string.
17435
17436 * isearch.el (isearch-update): Set disable-point-adjustment to t
17437 to prevent the point moving to the end of a composition when a
17438 part of a composition is searched.
17439 (isearch-other-meta-char): If the key invoking this command can be
17440 mapped by function-key-map to a printing char, call
17441 isearch-process-search-char directly.
17442
17443 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17444
17445 * emacs-lisp/bytecomp.el:
17446 * frame.el:
17447 * international/mule-cmds.el:
17448 * international/mule-util.el:
17449 * international/mule.el:
17450 * mouse.el:
17451 * subr.el:
17452 * faces.el: Update calls to make-obsolete with a WHEN argument.
17453
17454 * byte-run.el (make-obsolete, make-obsolete-variable):
17455 Add an optional WHEN argument and change the format of the
17456 symbol-property information.
17457 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17458 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17459 new obsolete-symbol-property format and print WHEN if it is provided.
17460
17461 2000-05-31 Dave Love <fx@gnu.org>
17462
17463 * loadhist.el (loadhist-hook-functions): Remove
17464 before-change-function, after-change-function.
17465 (unload-feature): Deal with symbols which are both bound and
17466 fbound.
17467
17468 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17469 before-change-function, after-change-function.
17470
17471 * simple.el (newline): Don't bind before-change-function,
17472 after-change-function.
17473
17474 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17475
17476 * whitespace.el (whitespace-rescan-timer-time): Update interval
17477 set to 600 seconds (10 minutes) instead of 60 seconds since
17478 a large number of whitespace buffers causes emacs to `freeze'
17479 for a considerable amount of time.
17480
17481 * whitespace.el: Updated email address
17482
17483 2000-05-31 Dave Love <fx@gnu.org>
17484
17485 * add-log.el (change-log-font-lock-keywords) <function>: Add
17486 pattern for function of change.
17487 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17488 acknowledgements patterns.
17489
17490 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17491
17492 * isearch.el (isearch-printing-char): If keyboard coding system is
17493 being used, call isearch-process-search-multibyte-characters.
17494
17495 * international/isearch-x.el: Mostly rewritten.
17496
17497 * international/quail.el (quail-start-conversion): Don't include
17498 unhandled events in the returned events, but set them in
17499 unread-command-events. Exit if all inputs are deleted.
17500
17501 2000-05-30 Jason Rumney <jasonr@gnu.org>
17502
17503 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17504
17505 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17506 Reenable code to create initial fontsets.
17507 Use set-fontset-font in place of put-charset-property.
17508
17509 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17510
17511 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17512 label, ensure that the first colon isn't followed by another.
17513
17514 * paths.el (Info-default-directory-list): Doc fix.
17515
17516 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17517 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17518 send a query containing USER only, not USER@HOST.
17519
17520 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17521 and rmail-msgend to compute the restriction at the end, instead of
17522 computing it.
17523
17524 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17525
17526 * dabbrev.el (dabbrev-expand): Don't display messages in the
17527 echo area if the minibuffer window is active.
17528
17529 * jit-lock.el (jit-lock-mode): Add after change function to
17530 local hook.
17531
17532 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17533
17534 * antlr-mode.el: New commands: hide/unhide actions,
17535 upcase/downcase literals.
17536 (antlr-tiny-action-length): New user option.
17537 (antlr-hide-actions): New command. Suggested by
17538 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17539 (antlr-mode-map): New binding [C-c C-v].
17540 (antlr-mode-menu): New entries.
17541 (antlr-downcase-literals): New command.
17542 (antlr-upcase-literals): Ditto.
17543
17544 * antlr-mode.el: Minor changes: indendation, mode-name.
17545 (antlr-indent-line): Indent cpp directive at column 0.
17546 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17547
17548 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17549 (antlr-font-lock-additional-keywords): Workaround for intentional
17550 bug in XEmacs version of font-lock.
17551 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17552 be used by a smarter version of `buffers-menu-grouping-function'.
17553
17554 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17555
17556 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17557 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17558
17559 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17560
17561 * international/encoded-kb.el
17562 (encoded-kbd-iso2022-designation-map): Pay attention to that
17563 charset-iso-final-char return -1 for eight-bit-control and
17564 eight-bit-graphic.
17565
17566 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17567
17568 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17569 (speedbar-easymenu-definition-base): Use display-graphic-p where
17570 available, instead of window-system.
17571
17572 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17573
17574 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17575 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17576 coding systems.
17577
17578 2000-05-26 Dave Love <fx@gnu.org>
17579
17580 * disp-table.el (standard-display-underline): Don't use
17581 internal-find-face.
17582
17583 * mail/reporter.el: Maintainer change. Doc fixes.
17584 (reporter-version): Deleted.
17585
17586 * emacs-lisp/elp.el: Maintainer change.
17587 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17588
17589 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17590
17591 * add-log.el (add-change-log-entry): Merge the current entry with the
17592 previous one if the previous one is empty.
17593
17594 2000-05-26 Dave Love <fx@gnu.org>
17595
17596 * loadhist.el (unload-feature): Fix interactive spec [from
17597 lijnzaad@ebi.ac.uk].
17598
17599 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17600 subr-arity to check primitives.
17601 (byte-compile-flush-pending, byte-compile-file-form-progn)
17602 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17603 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17604 mapcar.
17605
17606 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17607
17608 * international/fontset.el: Set family names of non-latin charsets
17609 in default fontset to "*".
17610
17611 * international/mule-diag.el (print-fontset): Combine family part
17612 and registry part of the fontname by "-*-" instead of "-".
17613
17614 * international/mule-cmds.el (encode-coding-char): Make strings
17615 multibyte before calling encode-coding-string.
17616
17617 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17618
17619 * derived.el: Fix keywords.
17620 (define-derived-mode): Only define if needed.
17621
17622 * simple.el (fill-comment, comment-column, comment-start)
17623 (comment-start-skip, comment-end, comment-indent-function)
17624 (block-comment-start, block-comment-end, indent-for-comment)
17625 (set-comment-column, kill-comment, comment-padding, comment-region)
17626 (comment-multi-line, indent-new-comment-line): Remove.
17627
17628 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17629 function names for comment operations.
17630
17631 * newcomment.el: Add abundant autoload cookies.
17632 (comment-style): Don't depend on runtime data at compile-time.
17633 (comment-indent-hook): Remove.
17634 (comment-indent): Check if comment-indent-hook is bound.
17635 (comment-region): Docstring fix.
17636
17637 2000-05-25 Dave Love <fx@gnu.org>
17638
17639 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17640 byte-code-function-p.
17641
17642 * mail/rmailsum.el: Add provide.
17643
17644 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17645
17646 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17647 defcustom.
17648
17649 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17650
17651 * ediff-diff.el (ediff-exec-process): delete --binary option from
17652 non-buffer ediff jobs.
17653
17654 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17655
17656 * hilit-chg.el (highlight-changes-mode): Ask about color or
17657 grayscale support, not about window-system.
17658
17659 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17660 window-system.
17661 (ffap-highlight): Always default to t.
17662
17663 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17664 display-popup-menus-p instead of looking at window-system.
17665
17666 * disp-table.el (standard-display-g1, standard-display-graphic):
17667 Only refuse to use string glyphs on X and MS-Windows.
17668
17669 * avoid.el: Remove window-system from commentary, suggest to use
17670 display-*-p instead.
17671
17672 * apropos.el (apropos-print): Use display-mouse-p instead of
17673 window-system.
17674
17675 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17676
17677 * international/codepage.el (cp-decoding-vector-for-codepage):
17678 Fill up unsupported characters with their own codes. From Kenichi
17679 Handa.
17680
17681 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17682
17683 * international/mule-diag.el (describe-char-after): Use
17684 display-graphic-p instead of window-system, so that this function
17685 works on MS-DOS.
17686
17687 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17688
17689 * international/codepage.el (cp-make-coding-systems-for-codepage):
17690 Remove the eight-bit-graphic and eight-bit-control charsets from
17691 the list of charsets which we convert into `?'.
17692
17693 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17694
17695 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17696 private charsets.
17697 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17698 japanese-jisx0213-2): New charsets.
17699
17700 * international/fontset.el: Setup default fontset for new charsets.
17701
17702 2000-05-24 Dave Love <fx@gnu.org>
17703
17704 * info.el (Info-find-node-2): Restructure [following "Vadim
17705 S. Solomin" <sovs@uic.nnov.ru>].
17706
17707 * icomplete.el: Fix header for Finder.
17708
17709 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17710
17711 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17712 STAY.
17713
17714 * rmail.el (rmail-automatic-folder-directives): New user variable.
17715 (rmail-show-message): Add call to `rmail-auto-file' during
17716 display.
17717 (rmail-auto-file): New function.
17718
17719 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17720
17721 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17722 account.
17723 (ediff-test-utility,ediff-diff-mandatory-option)
17724 (ediff-reset-diff-options): Utilities for proper initialization of
17725 ediff-diff-options and ediff-diff3-options on Windows.
17726
17727 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17728 variable.
17729
17730 * ediff-mult.el (ediff-filegroup-action): Use
17731 ediff-merge-filename-prefix.
17732
17733 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17734
17735 * viper-ex.el (ex-write): Set selective display to nil.
17736
17737 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17738
17739 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17740 aliases for hebrew-iso-8bit.
17741
17742 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17743
17744 * woman.el: New version from Francis J. Wright
17745 <F.J.Wright@Maths.QMW.ac.uk>.
17746 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17747 names in environment variables regardless of the path separator.
17748 (woman-topic-all-completions-1): Don't call file-name-directory-p
17749 on all files, since woman-file-regexp already filters out any
17750 directories.
17751
17752 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17753
17754 * international/quail.el (quail-start-translation): Don't change
17755 modified-p of the current buffer.
17756 (quail-start-conversion): Likewise.
17757
17758 * international/kkc.el (kkc-region): Don't change modified-p of
17759 the current buffer.
17760
17761 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17762 conform to RFC1468.
17763 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17764
17765 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17766
17767 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17768 (speedbar-insert-button): Invisible text property fix.
17769 (speedbar-directory-plus): Renamed from speedbar-directory-+
17770 (speedbar-directory-minus): Renamed from speedbar-directory--
17771 (speedbar-page-plus): Renamed from speedbar-file-+
17772 (speedbar-page-minus): Renamed from speedbar-file--
17773 (speedbar-page): Renamed from speedbar-file-
17774 (speedbar-tag): Renamed from speedbar-tag-
17775 (speedbar-tag-plus): Renamed from speedbar-tag-+
17776 (speedbar-tag-minus): Renamed from speedbar-tag--
17777 (speedbar-expand-image-button-alist): Use above renames.
17778
17779 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17780 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17781 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17782 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17783 * sb-pg.xpm: Renamed from sb-file.xpm
17784 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17785 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17786
17787 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17788
17789 * international/quail.el (quail-show-guidance-buf): Set
17790 current-input-method of the guidance buffer to the name of the
17791 curren input method.
17792
17793 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17794
17795 * progmodes/compile.el (compile-internal): Style typo.
17796
17797 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17798 quote vars and functions in the docstring.
17799
17800 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17801
17802 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17803 Don't quote lambdas.
17804
17805 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17806
17807 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17808
17809 * startup.el (command-line): Determine source file of compiled
17810 user init file differently. Warn if compiled user init file
17811 is older than its source file.
17812
17813 * ffap.el (ffap-url-regexp): Add `https'.
17814
17815 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17816
17817 * files.el (make-backup-file-name-1): Replace slashes with `!'
17818 rather than `|' (which is not allowed on Windows). Replace the
17819 drive letters with a string "drive_X".
17820
17821 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17822
17823 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17824
17825 * files.el (interpreter-mode-alist): Add `bash2'.
17826
17827 2000-05-22 Dave Love <fx@gnu.org>
17828
17829 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17830 mapc.
17831 (feature-file): Avoid calling symbol-name. Doc fix.
17832 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17833 (loadhist-hook-functions): Add mouse-position-function.
17834 (unload-feature): Change uses of mapcar.
17835
17836 * files.el (parse-colon-path): Doc fix.
17837 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17838 (set-auto-mode): Use mapc.
17839
17840 * complete.el (PC-look-for-include-file): Use :alnum: character
17841 class.
17842 (partial-completion-mode): Add autoload cookie.
17843
17844 2000-05-22 Sam Steingold <sds@gnu.org>
17845
17846 * info.el (Info-fontify-node): Fixed the call to
17847 `add-text-properties' (bug introduced on 2000-05-18).
17848
17849 2000-05-22 Dave Love <fx@gnu.org>
17850
17851 * bindings.el: Remove debug-ignored-errors set in other files.
17852
17853 * progmodes/etags.el: Add to debug-ignored-errors.
17854 (visit-tags-table-buffer): Clear out buffers holding old tables
17855 when making a new list.
17856 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17857 mapc.
17858
17859 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17860 quote keywords.
17861 (cmpl-string-case-type): Use character classes.
17862
17863 * comint.el:
17864 * textmodes/ispell.el:
17865 * imenu.el:
17866 * mail/mh-e.el:
17867 * progmodes/compile.el: Add to debug-ignored-errors.
17868
17869 * dabbrev.el: Add to debug-ignored-errors.
17870 (dabbrev-completion): Use mapc.
17871
17872 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17873
17874 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17875 (woman-mapcan, woman-parse-man.conf)
17876 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17877 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17878 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17879 path syntax better.
17880 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17881 (woman-manpath): Call woman-parse-man.conf.
17882 (woman-emulation): New defcustom, defaults to nroff.
17883 (woman-font-support): New defconst.
17884 (woman-use-symbol-font): New defcustom.
17885 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17886 "Emulation".
17887 Many functions: Doc fix.
17888
17889 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17890
17891 * international/quail.el (quail-simple-translation-keymap): Map
17892 128..255 to quail-self-insert-command.
17893 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17894
17895 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17896
17897 * help.el (help-manyarg-func-alist): Typo.
17898
17899 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17900 intervals which makes it heaps simpler.
17901
17902 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17903 the nested comment markers.
17904
17905 * subr.el (remove-hook): Don't turn the hook's value into a list.
17906
17907 2000-05-21 Dave Love <fx@gnu.org>
17908
17909 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17910 are invalid characters.
17911
17912 * international/mule-util.el (detect-coding-with-priority): Use
17913 mapc. Remove redundant lambda.
17914
17915 * international/mule-diag.el (list-non-iso-charset-chars)
17916 (describe-fontset): Remove redundant lambda.
17917
17918 * emulation/crisp.el (brief-mode): New alias.
17919
17920 * emacs-lisp/ring.el (ring-elements): New function.
17921
17922 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17923 (easy-menu-do-add-item): Use keywordp.
17924
17925 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17926
17927 * replace.el: Doc and error message fixes.
17928 (replace-highlight): Use facep, not internal-find-face.
17929
17930 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17931
17932 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17933
17934 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17935 (log-edit-insert-changelog): Drop `:' as well.
17936
17937 * log-view.el: Fix file description.
17938 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17939 available.
17940 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17941 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17942
17943 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17944 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17945 Print a status message if the toggle is called interactively.
17946 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17947 for global minor modes and use `defcustom' for them.
17948 Use add-minor-mode.
17949 (easy-mmode-define-derived-mode): Remove.
17950 (define-derived-mode): Fancier default docstring.
17951 (easy-mmode-define-navigation): Signal an error rather than (ding).
17952
17953 * newcomment.el (comment-styles): New `box-multi'.
17954 (comment-normalize-vars): Better default for comment-continue to
17955 avoid whitespace-only continuations.
17956 (comment-search-forward): Always move even in the no-syntax case.
17957 (comment-padright): Only obey N if it's only obeyed for padleft.
17958 (comment-make-extra-lines): Better handling of empty continuations.
17959 Use `=' for the filler if comment-start has only one character.
17960 (uncomment-region): Try handling the special `=' filler.
17961 (comment-region): Allow LINES even if MULTI is nil.
17962 (comment-box): Choose box style based on comment-style.
17963
17964 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17965
17966 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17967 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17968
17969 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17970
17971 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17972 and insert, not subst-char-in-region.
17973
17974 * international/mule-diag.el (list-character-sets-1): Handle
17975 charsets eight-bit-control and eight-bit-graphic.
17976 (list-iso-charset-chars): Likewise.
17977 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17978 charactes as is. Use indent-to to align characters.
17979
17980 * international/mule-cmds.el (find-multibyte-characters): Never
17981 exclude charsets eight-bit-control and eight-bit-graphic.
17982
17983 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17984
17985 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17986 Don't quote lambdas.
17987
17988 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17989
17990 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17991
17992 * gud.el (gud-jdb-directories): Doc fix.
17993
17994 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17995
17996 * newcomment.el: New file.
17997
17998 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17999
18000 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18001
18002 2000-05-18 Andreas Schwab <schwab@suse.de>
18003
18004 * dired.el (dired-between-files): Also skip lines beginning with
18005 `used'.
18006
18007 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18008
18009 * msb.el (msb-menu-cond): Add choice `user'.
18010
18011 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18012
18013 * ps-print.el: Compatibility, customization and doc fix.
18014 (ps-printer-name-option): Replace defconst by defvar.
18015 (ps-postscript-code-directory): XEmacs compatibility.
18016 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18017 fix.
18018 (ps-user-defined-prologue, ps-print-prologue-header)
18019 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18020 compatibility and code fix.
18021 (ps-print-background-image, ps-print-background-text):
18022 Customization fix.
18023 (ps-line-number-start, ps-n-up-on): New vars.
18024
18025 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18026
18027 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18028 the indent-comment function to just return the appropriate indent.
18029
18030 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18031
18032 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18033 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18034 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18035
18036 2000-05-18 Dave Love <fx@gnu.org>
18037
18038 * info.el (Info-fontify-node): Add intangible property as well as
18039 invisible.
18040
18041 * calendar/appt.el (appt-make-list): Match all lines of entry.
18042 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18043
18044 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18045
18046 * international/mule-diag.el (describe-char-after): Call
18047 internal-char-font, not char-font. If internal-char-font returns
18048 nil, display "-- none --".
18049
18050 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18051
18052 * image.el (image-type-available-p): Don't reference image-types
18053 if it isn't bound.
18054
18055 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18056
18057 * autoarg.el (autoarg-mode): Typo in the :set argument.
18058
18059 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18060
18061 * startup.el (command-line-1): Don't signal an error if the
18062 directory for auto-save-list files does not yet exist.
18063
18064 2000-05-17 Kenichi Handa <handa@etl.go.jp>
18065
18066 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18067
18068 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18069
18070 * subr.el (remove-hook): `setq' hook-value, not `set'.
18071
18072 2000-05-16 Sam Steingold <sds@gnu.org>
18073
18074 * info.el (debug-ignored-errors): More errors to ignore.
18075
18076 2000-05-16 Dave Love <fx@gnu.org>
18077
18078 * cus-edit.el: Don't require cl or easymenu.
18079 (custom-variable-prompt): Test standard-value property, not
18080 user-variable-p.
18081
18082 2000-05-16 Sam Steingold <sds@gnu.org>
18083
18084 * subr.el (add-hook): `setq' hook-value, not `set'.
18085
18086 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18087
18088 * startup.el (command-line-1): Mention the FAQ in the startup
18089 message.
18090
18091 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18092
18093 * progmodes/compile.el (compilation-parse-errors): Collect
18094 `nomessage' regexps last.
18095
18096 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18097
18098 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18099 to the function name.
18100
18101 2000-05-15 Dave Love <fx@gnu.org>
18102
18103 * speedbar.el (speedbar-recenter): Typo.
18104 (speedbar-expand-line): Make arg optional.
18105 (speedbar-mode): Avoid a compiler warning.
18106
18107 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18108
18109 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18110 user-specified option string is empty.
18111
18112 * mouse.el (mouse-yank-at-click): Doc fix.
18113
18114 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18115
18116 * term/internal.el (IT-character-translations): More updates of
18117 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18118 documents.
18119
18120 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18121
18122 * env.el (getenv): New function, interactively callable.
18123 (setenv, getenv): Remove autoload cookies.
18124
18125 * loadup.el: Load `env'.
18126
18127 * progmodes/f90.el: Change author's mail address.
18128
18129 2000-05-14 Dave Love <fx@gnu.org>
18130
18131 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18132 goto-addr as an option.
18133
18134 * help.el (help-xref-stack): Doc fix.
18135 (help-xref-following): New variable.
18136 (help-make-xrefs): Use it.
18137 (help-xref-go-back): Use position information from stack element.
18138 (help-follow): Make position in stack element a pair. Use
18139 help-xref-following.
18140
18141 * autoarg.el: New file.
18142
18143 * faces.el: Declare more functions obsolete.
18144
18145 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18146 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18147 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18148 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18149 Remove all the setup-...-environment functions.
18150
18151 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18152
18153 * speedbar.el: Updated the commentary section. xemacs20p now uses
18154 >= when detecting. Require `defimage' safely.
18155 (speedbar-easymenu-definition-base): Add toggle for images.
18156 (speedbar-easymenu-definition-special): Add flush cache & expand.
18157 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18158 (speedbar-reconfigure-keymaps-hook): New variable.
18159 (speedbar-frame-parameters): Updated documentation.
18160 (speedbar-use-imenu-flag): Updated custom tag
18161 (speedbar-dynamic-tags-function-list): New variable.
18162 (speedbar-tag-hierarchy-method): Updated doc & custom.
18163 (speedbar-indentation-width, speedbar-indentation-width) New
18164 variables.
18165 (speedbar-hide-button-brackets-flag): Customizable.
18166 (speedbar-vc-indicator): Doc update.
18167 (speedbar-ignored-path-expressions): Updated default value.
18168 (speedbar-supported-extension-expressions): Updated default value.
18169 (speedbar-syntax-table): Remove {} paren status.
18170 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18171 as "+". Added overlay aliases.
18172 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18173 `force-mode-line-update'.
18174 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18175 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18176 `mouse-set-point'
18177 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18178 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18179 of arbitrary text, and new helper functions.
18180 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18181 filename finder.
18182 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18183 (speedbar-directory-buttons): Update path search/expansion.
18184 (speedbar-make-tag-line): Pay attention to
18185 `speedbar-indentation-width'. Use more care w/ invisible
18186 properties.
18187 (speedbar-change-expand-button-char): Call
18188 `speedbar-insert-image-button-maybe'.
18189 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18190 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18191 (speedbar-trim-words-tag-hierarchy)
18192 (speedbar-simple-group-tag-hierarchy): New functions
18193 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18194 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18195 functions.
18196 (speedbar-mouse-set-point): New function
18197 (speedbar-power-click): Updated documentation.
18198 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18199 of tag prefix text.
18200 (speedbar-expand-line, speedbar-contract-line): Make more robust
18201 to strange text.
18202 (speedbar-expand-line): Takes universal argument to flush the
18203 cache.
18204 (speedbar-flush-expand-line): New function.
18205 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18206 Use new generator insertion method.
18207 (speedbar-fetch-dynamic-tags): New function.
18208 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18209 `speedbar-fetch-dynamic-imenu'.
18210 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18211 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18212 "Revert Buffer" menu items.
18213 (speedbar-buffer-buttons-engine): Be smarter when creating a
18214 filename tag (for expansion purposes.).
18215 (speedbar-highlight-one-tag-line,
18216 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18217 (speedbar-recenter): New functions.
18218 (defimage-speedbar): Image loading abstraction.
18219 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18220 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18221 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18222 (speedbar-tag-type, speedbar-tag-mail): New images.
18223 (speedbar-expand-image-button-alist): New variable.
18224 (speedbar-insert-image-button-maybe): Insert an image over some
18225 buttons.
18226
18227 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18228
18229 * international/mule-cmds.el (encode-coding-char): An ASCII
18230 character is always encodable.
18231
18232 * international/mule-conf.el: Add more information in descriptions
18233 of character sets.
18234
18235 * international/mule-diag.el (describe-char-after): New function.
18236 (describe-font-internal): Adjusted for the change of font-info.
18237 (describe-font): Likewise.
18238 (print-fontset): Rewritten for the new fontset implementation.
18239 (describe-fontset): Include fontset alias names in completion.
18240 (list-fontsets): Adjusted for the change of print-fontset.
18241
18242 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18243 describe-char-after instead of displaying the detail in the echo
18244 area.
18245 (syntax-code-table): Format changed.
18246 (string-to-syntax): Adjusted for the above change.
18247
18248 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18249
18250 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18251
18252 2000-05-12 Dave Love <fx@gnu.org>
18253
18254 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18255 dependence. Use line-{beginning,end}-position, not
18256 point-at{b,e}ol. Some doc fixes.
18257 (todo-position): New function. Fix callers of position to use it.
18258 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18259
18260 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18261
18262 * time.el (display-time-mail-icon): Use `:ascent center'.
18263
18264 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18265 handling FTP security extensions.
18266
18267 2000-05-11 Dave Love <fx@gnu.org>
18268
18269 * calendar/todo-mode.el: New file.
18270
18271 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18272
18273 * comint.el (comint-read-input-ring): Move reference to
18274 comint-input-ring-size outside of the save-excursion. It was
18275 causing the default value to be the only one ever seen.
18276
18277 * font-lock.el: Update copyright. Remove Simon Marshall's email
18278 address on request from him.
18279
18280 * subr.el (substitute-key-definition): Add comment describing
18281 the meaning of PREFIX.
18282
18283 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18284
18285 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18286
18287 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18288 (add-minor-mode): Don't make the variable buffer-local and add a
18289 reference to define-minor-mode in the docstring.
18290
18291 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18292 HEADER/FOOTER and fix bug with trailing empty directory.
18293 (cvs-append-to-ignore): Use vc-editable-p if available.
18294 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18295 (vc-do-command): Tweak advice to handle the new VC.
18296
18297 * log-view.el (log-view-goto-rev): New function for the new VC.
18298 (log-view-minor-wrap): Use mark-active.
18299
18300 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18301 (log-edit-changelog-full-paragraphs): New var.
18302 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18303 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18304 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18305 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18306 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18307 Replace the `cvs' prefix with `log-edit'.
18308
18309 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18310
18311 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18312 (diff-font-lock-defaults): Explicitly turn off multiline.
18313 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18314 (diff-ediff-patch): Fix call to ediff-patch-file.
18315 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18316 Handle comments.
18317
18318 * frame.el (automatic-hscrolling): Typo.
18319
18320 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18321
18322 2000-05-09 Sam Steingold <sds@goems.com>
18323
18324 * apropos.el (apropos-print): use `describe-face' instead of
18325 `customize-face-other-window'.
18326
18327 2000-05-09 Dave Love <fx@gnu.org>
18328
18329 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18330
18331 * help.el (describe-variable): Have customize button pop the
18332 help-xref stack when invoked.
18333 (help-xref-symbol-regexp): Add `face'.
18334 (help-make-xrefs): Check for quoted face names and adapt regexp
18335 submatch numbers to cope.
18336 (help-xref-interned): Maybe insert face doc too. Separate
18337 sections with a line of hyphens.
18338
18339 * faces.el: Some doc fixes. Declare some functions obsolete.
18340 (describe-face): Add customize button. Return the help
18341 text. Fix prompt.
18342
18343 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18344
18345 * term/internal.el (IT-character-translations): Fix last change.
18346
18347 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18348
18349 * woman.el: New file
18350 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18351
18352 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18353
18354 * term/internal.el (IT-character-translations): Update ASCII
18355 simulations for greek-iso8859-7, add latin-iso8859-14 and
18356 latin-iso8859-15.
18357
18358 * international/mule-cmds.el (set-language-info-alist): Call
18359 define-prefix-command with 3 arguments, to make the map suitable
18360 for a menu.
18361
18362 2000-05-07 Dave Love <fx@gnu.org>
18363
18364 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18365
18366 2000-05-05 Dave Love <fx@gnu.org>
18367
18368 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18369 list in doc string. Don't quote keyword symbols.
18370 * emacs-lisp/cl.el: Likewise
18371 * emacs-lisp/cl-seq.el: Likewise
18372
18373 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18374
18375 * abbrev.el (abbrev-mode): Make ARG optional.
18376
18377 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18378
18379 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18380
18381 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18382
18383 * subr.el (substitute-key-definition): Clarify documentation.
18384
18385 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18386
18387 * glasses.el (glasses-convert-to-unreadable): Use
18388 `glasses-separator' instead of the hard-wired "_".
18389 (glasses-mode): Call `glasses-make-unreadable' only in a single
18390 place.
18391
18392 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18393
18394 * term/internal.el (cjk-codepages-alist): Add associations for
18395 Chinese and Korean codepages. Remove FIXME comment.
18396
18397 2000-05-03 Dave Love <fx@gnu.org>
18398
18399 * time.el (display-time-mail-face, display-time-use-mail-icon):
18400 New option.
18401 (display-time-mail-icon): New variable.
18402 (display-time-string-forms): Use the above. Fix the local-map.
18403
18404 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18405
18406 * replace.el (query-replace-map): Add binding for `E'.
18407 (query-replace-help): Extend help text.
18408 (perform-replace): Allow editing the replacement string.
18409
18410 * make-mode.el (makefile-mode-abbrev-table): New variable.
18411 (makefile-mode): Set local abbrev table to
18412 makefile-mode-abbrev-table.
18413 (makefile-font-lock-keywords): Fontify includes and conditionals.
18414
18415 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18416 set TOGGLE's value.
18417
18418 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18419 mail-interactive-insert-alias.
18420 (mail-abbrev-complete-alias): New command.
18421 (mail-mode-map): Bind it to `M-TAB'.
18422
18423 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18424
18425 * language/lao-util.el (lao-compose-region): New function.
18426
18427 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18428
18429 * files.el (recover-session): Make directories as necessary
18430 if they don't exist yet.
18431
18432 * calendar/cal-french.el
18433 (french-calendar-multibyte-special-days-array)
18434 (french-calendar-special-days-array): Change French text.
18435 (calendar-french-date-string): Change output.
18436 (calendar-goto-french-date): Likewise.
18437
18438 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18439
18440 * wid-edit.el (widget-default-active): Obey `:always-active'.
18441 (widget-documentation-string-value-create): Set `:always-active'.
18442
18443 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18444
18445 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18446 default prefix to `~/_emacs.d/auto-save.list/_s'.
18447 (normal-top-level): Create the directory for auto-save files, if
18448 it doesn't already exist (in the ms-dos case only).
18449
18450 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18451
18452 * international/mule-cmds.el (set-language-environment): Don't
18453 concat an integer (dos-codepage), use format instead.
18454
18455 2000-05-02 Dave Love <fx@gnu.org>
18456
18457 * help.el (help-xref-on-pp): Check for constant symbols.
18458
18459 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18460
18461 * startup.el (normal-top-level): Put a condition-case around
18462 the code loading subdirs.el.
18463
18464 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18465
18466 * ps-print.el: Upside-down and face background color printing,
18467 line number step, doc fix.
18468 (ps-print-version): New version number (5.2).
18469 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18470 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18471 (ps-spool-config): Var fix.
18472 (ps-printer-name-option): Const fix.
18473 (ps-print-upside-down, ps-use-face-background)
18474 (ps-line-number-step): New vars.
18475 (ps-window-system, ps-lp-system): New consts.
18476 (ps-face-background): New fun.
18477
18478 2000-04-28 Richard Stallman <rms@gnu.org>
18479
18480 * files.el (make-auto-save-file-name):
18481 Apply auto-save-file-name-transforms to visited file name
18482 before generating auto save file name.
18483 (auto-save-file-name-transforms): New variable.
18484
18485 * files.el (backup-enable-predicate):
18486 Correctly test for a file under a temporary directory.
18487
18488 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18489
18490 * subr.el (add-minor-mode): Rewritten.
18491
18492 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18493
18494 * mail/sendmail.el (sendmail-send-it): Set
18495 buffer-file-coding-system to the selected coding system for MIME
18496 header.
18497
18498 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18499
18500 * dired.el (dired-move-to-filename-regexp): Allow format where
18501 YYYY is followed by two spaces.
18502
18503 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18504 in the second character class of the regexp.
18505
18506 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18507 mh-etc, too.
18508
18509 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18510 nil.
18511
18512 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18513
18514 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18515 argument.
18516
18517 2000-04-27 Sen Nagata <sen@eccosys.com>
18518
18519 * emacs-lisp/crm.el (crm-completion-table): New variable.
18520 (crm-collection-fn, crm-test-completion)
18521 (completing-read-multiple): Use it.
18522
18523 2000-04-27 Dave Love <fx@gnu.org>
18524
18525 * help.el (locate-library): Use mapc.
18526 (help-manyarg-func-alist): Add call-process-region.
18527
18528 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18529
18530 * subr.el (add-minor-mode): Make argument MAP optional.
18531
18532 * desktop.el (desktop-save): Save list of minor modes.
18533 (desktop-create-buffer): Restore minor modes.
18534 (desktop-minor-mode-table): New user-option.
18535
18536 * subr.el (add-minor-mode): New function.
18537
18538 * image.el (find-image): New function.
18539 (defimage): Rewritten to find image at load time.
18540
18541 * startup.el (normal-top-level-add-to-load-path): Handle
18542 case that the default directory is not in load-path.
18543
18544 * help.el: Old patch from Stefan Monnier.
18545 (help-xref-on-pp): New function.
18546 (describe-variable): Use it to display xrefs in a symbol's value.
18547
18548 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18549
18550 * cus-edit.el (custom-face): Fix parenthesis.
18551
18552 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18553
18554 * mail/rmail.el (rmail-expunge): When there are no deleted
18555 messages, do nothing.
18556
18557 2000-04-26 Dave Love <fx@gnu.org>
18558
18559 * international/mule-cmds.el (locale-translation-file-name):
18560 Defvar to nil.
18561 (set-locale-environment): Set it here (at runtime).
18562
18563 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18564
18565 * replace.el (perform-replace): Add parameters START and END. Use
18566 them instead of the check for a region in Transient Mark mode.
18567 (query-replace-read-args): Return two more list elements for the
18568 start and end of the region in Transient Mark mode.
18569 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18570 (map-query-replace-regexp, replace-string, replace-regexp): Add
18571 optional last arguments START and END and pass them to
18572 perform-replace.
18573
18574 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18575 form with additional arguments for perform-replace.
18576
18577 * progmodes/etags.el (tags-query-replace): Add parameters START
18578 and END. Construct a form with additional arguments for
18579 perform-replace.
18580
18581 * simple.el (shell-command): Set default directory for "*Shell
18582 Command Output" buffer.
18583
18584 * language/european.el (iso-latin-4): Fix typo.
18585
18586 * emacs-lisp/crm.el: New file.
18587
18588 2000-04-24 Dave Love <fx@gnu.org>
18589
18590 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18591 (Custom-reset-saved, Custom-reset-standard)
18592 (custom-group-value-create, custom-group-set, custom-group-save)
18593 (custom-group-reset-current, custom-group-reset-saved)
18594 (custom-group-reset-standard): Use mapc.
18595 (custom-buffer-create-internal): Disable undo when creating items.
18596 Use mapc.
18597 (custom-face): Avoid redundant lambda.
18598
18599 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18600
18601 * startup.el (auto-save-list-file-prefix): Set default to
18602 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18603
18604 2000-04-24 Sam Steingold <sds@gnu.org>
18605
18606 * time-stamp.el (time-stamp-string-preprocess): Always convert
18607 `field-result' to a string.
18608
18609 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18610
18611 * frame.el (scrolling): New group.
18612 (automatic-hscrolling): New user-option.
18613
18614 * startup.el (command-line-x-option-alist): Add `-lsp' and
18615 `--line-spacing'.
18616
18617 2000-04-19 Dave Love <fx@gnu.org>
18618
18619 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18620 (cl-mapc): Rename from mapc. Fix the funcall.
18621
18622 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18623
18624 * simple.el (clone-indirect-buffer-other-window): New command.
18625 (clone-indirect-buffer): Add optional arg NORECROD.
18626 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18627
18628 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18629
18630 * window.el (count-screen-lines): New function.
18631 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18632 instead of window-buffer-height.
18633
18634 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18635 non-existing variable comint-input-sentinel.
18636 (inferior-lisp-args-to-list): Removed.
18637 (inferior-lisp): Use split-string instead of
18638 inferior-lisp-args-to-list.
18639
18640 * hexl.el (hexl-insert-hex-string): New command.
18641
18642 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18643 instead of concat.
18644
18645 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18646
18647 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18648 at the start of an existing but empty folder.
18649
18650 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18651
18652 * ps-mule.el: Customization fix, doc fix.
18653 (ps-multibyte-buffer): Customization fix.
18654
18655 2000-04-17 Richard M. Stallman <rms@gnu.org>
18656
18657 * subr.el (read-passwd): Use read-char-exclusive.
18658
18659 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18660
18661 * textmodes/texinfo.el (texinfo-insert-@email)
18662 (texinfo-insert-@emph, texinfo-insert-@quotation)
18663 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18664 (texinfo-mode-map): Add key bindings for them.
18665
18666 * files.el (basic-save-buffer-2): Use a template with `$'
18667 instead of `#' for VMS.
18668
18669 * simple.el (clone-indirect-buffer): New function.
18670
18671 2000-04-16 Stephen Eglen <stephen@gnu.org>
18672
18673 * iswitchb.el (iswitchb-case): New function. If the user input
18674 contains any upper-case characters, the search is made
18675 case-sensitive.
18676
18677 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18678
18679 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18680 comment-end.
18681 (texinfo-font-lock-syntactic-keywords): New var.
18682 (texinfo-font-lock-keywords): Remove comment regexp.
18683 (texinfo-insert-block): New function.
18684 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18685 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18686 and font-lock-defaults. Use regexp-opt for outline-regexp.
18687 (texinfo-environments): New var.
18688 (texinfo-environment-regexp): Use regexp-opt and
18689 texinfo-environments.
18690
18691 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18692 ispell-process is bound since this might be eval'd before ispell
18693 is loaded.
18694 (ispell-message): Use a tiny bit less magic and a bit more hard
18695 data to figure out what kind of sc-cite-regexp to use.
18696
18697 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18698
18699 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18700 (insert-cyclic-diary-entry): Unquote the lambda.
18701
18702 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18703
18704 * files.el (backup-enable-predicate): Unquote the lambda.
18705
18706 * cus-edit.el (custom-face, face): Unquote the lambda.
18707
18708 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18709
18710 * ps-print.el: Check for line-beginning-position definition.
18711
18712 * ps-print.el: Fix counting lines in a region.
18713 (ps-print-version): New version number (5.1.5).
18714 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18715 (ps-printing-region): Fun code fix.
18716
18717 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18718
18719 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18720 to file-directory-p.
18721
18722 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18723
18724 * gud.el (gud-jdb-build-source-files-list): Check that directory
18725 exists before calling directory-files.
18726
18727 2000-04-13 Dave Love <fx@gnu.org>
18728
18729 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18730 syntax.
18731
18732 * emacs-lisp/cl-specs.el: Remove when, unless.
18733
18734 * emacs-lisp/cl-extra.el: Don't quote keywords.
18735 (cl-old-mapc): New variable.
18736 (mapc): Use it.
18737 (cl-map-intervals): Use with-current-buffer. Don't check for
18738 next-property-change.
18739 (cl-map-overlays): Use with-current-buffer.
18740 (cl-expt): Remove.
18741 (copy-tree, remprop): Define unconditionally.
18742
18743 * emacs-lisp/cl-compat.el (keywordp): Remove.
18744
18745 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18746 to use keywordp.
18747 (edebug-spec): Enable keywordp.
18748
18749 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18750 string-lessp.
18751
18752 * cus-start.el: Use keywordp.
18753
18754 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18755
18756 * diary-lib.el (include-other-diary-files): Fix the fix of
18757 2000-02-18 by doing a save-excursion.
18758
18759 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18760
18761 * ps-print.el: Customization fix, doc fix.
18762 (ps-print-version): New version number (5.1.4).
18763 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18764 (ps-print-preprint): Adjust code.
18765 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18766 (ps-print-prologue-header, ps-print-control-characters)
18767 (ps-spool-config): Customization fix.
18768
18769 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18770
18771 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18772 converted to the new menu-item format, names silightly changed,
18773 help strings added.
18774
18775 Support for spelling without async subprocesses:
18776
18777 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18778 (ispell-session-buffer): New variables.
18779 (ispell-start-process, ispell-process-status,
18780 ispell-accept-output, ispell-send-string): New functions, for
18781 Ispell invocation when async subprocesses aren't supported.
18782 (ispell-word, ispell-pdict-save, ispell-command-loop,
18783 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18784 to process-send-string with calls to ispell-send-string, and
18785 accept-process-output with ispell-accept-output.
18786 (ispell-init-process): Call ispell-process-status instead of
18787 process-status with.
18788 (ispell-init-process): Call ispell-start-process. Call
18789 ispell-accept-output and ispell-send-string. Don't call
18790 process-kill-without-query and kill-process if they are unbound.
18791 (ispell-async-processp): New function.
18792
18793 2000-04-12 Dave Love <fx@gnu.org>
18794
18795 * info.el: Add debug-ignored-errors.
18796 (Info-mode-menu): Add some items.
18797 (Info-directory): Add autoload cookie.
18798
18799 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18800 Modify `truncate-lines'. Make `describe-language-environment'
18801 always visible and add help. Modify `describe-key' help. Invoke
18802 Info-directory from `info'. New entry `emacs-manual'.
18803
18804 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18805
18806 * progmodes/ebrowse.el (ebrowse-tree-mode):
18807 Use propertized-buffer-identification.
18808 (ebrowse-update-member-buffer-mode-line): Likewise.
18809 (ebrowse--mode-strings): Removed.
18810 (ebrowse--mode-line-props): Removed.
18811
18812 * files.el (auto-mode-alist): Add `EBROWSE'.
18813
18814 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18815 space before testing for end of buffer.
18816 (ebrowse-load): Removed.
18817 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18818 (ebrowse-create-tree-buffer): Rewritten.
18819 (ebrowse-tree-mode): Read tree from buffer.
18820
18821 * progmodes/ebrowse-ffh.el: Removed.
18822
18823 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18824
18825 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18826
18827 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18828
18829 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18830 at the wrong place.
18831
18832 2000-04-09 Dave Love <fx@gnu.org>
18833
18834 * files.el (backup-enable-predicate):
18835 Use temporary-file-directory, small-temporary-file-directory.
18836 (make-backup-file-name-function, backup-directory-alist): New vars.
18837 (make-backup-file-name-1): New function.
18838 (make-backup-file-name): Use it.
18839 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18840 (file-newest-backup): Use make-backup-file-name.
18841
18842 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18843
18844 * progmodes/ebrowse-ffh.el: New file.
18845
18846 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18847 Moved to ebrowse-ffh.el.
18848 (ebrowse-load): Add autoload.
18849
18850 * finder.el (finder-commentary): Add autoload cookie.
18851
18852 * mail/rfc2368.el: Correct author's email address.
18853
18854 * progmodes/ebrowse.el: New file.
18855
18856 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18857 item help string.
18858 (easy-menu-do-add-item): Ditto.
18859 (easy-menu-define): Extend doc string.
18860
18861 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18862 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18863 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18864 with-buffer-unmodified.
18865
18866 2000-04-08 Dave Love <fx@gnu.org>
18867
18868 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18869 unless, when.
18870
18871 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18872
18873 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18874 (viper-flash-search-pattern): No operation when using Emacs
18875 doesn't support face.
18876 Use `viper-put-on-search-overlay'.
18877
18878 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18879
18880 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18881 like C-r.
18882
18883 * progmodes/make-mode.el: Some doc fixes.
18884 (makefile-mode-abbrev-table): New variable.
18885 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18886 (makefile-font-lock-keywords): Fontify includes and conditionals.
18887 (toplevel): Require `dabbrev' and `add-log' when compiling.
18888
18889 * replace.el (perform-replace): Don't move forward one char
18890 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18891 to do that because it leaves point 1 position after the last
18892 replacement, after everything has been replaced.
18893
18894 * jit-lock.el (with-buffer-unmodified): New macro.
18895 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18896 modified state.
18897 (jit-lock-function-1): Extracted from jit-lock-function; not
18898 preserving buffer's modified state.
18899 (jit-lock-function, jit-lock-stealth-fontify):
18900 Call jit-lock-function-1.
18901
18902 * mail/rfc2368.el: Remove supernumerary copyright line.
18903
18904 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18905
18906 * glasses.el: Provide facilities for inserting space before left
18907 parentheses and uncapitalization of identifiers.
18908 (glasses-mode): Try to remove old overlays in all cases.
18909
18910 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18911
18912 * progmodes/compile.el (compile-internal): Display the compilation
18913 buffer in a different frame, if it's already displayed there.
18914
18915 * mail/rfc2368.el: New file.
18916
18917 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18918 header and insert its value as mail body.
18919
18920 * subr.el (member-ignore-case): New function.
18921
18922 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18923 (dabbrev--find-expansion): Ignore buffers matching a regexp
18924 from dabbrev-ignored-regexps.
18925
18926 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18927 to extensions handled by gzip.
18928
18929 2000-04-03 Richard M. Stallman <rms@gnu.org>
18930
18931 * files.el (insert-directory): List the total free space
18932 along with the used space.
18933
18934 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18935 line is followed by one that matches CITATION-REGEXP, end the
18936 paragraph.
18937
18938 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18939
18940 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18941 (rmail-make-basic-summary-line): Use that option.
18942
18943 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18944
18945 * international/mule-cmds.el (encoded-string-description):
18946 Rewritten. Try pretty description for ISO 2022 escape sequences
18947 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18948 for hexadecimal format.
18949
18950 2000-04-01 Dave Love <fx@gnu.org>
18951
18952 * cpp.el: Change customization group to `c' from `C'.
18953
18954 * vcursor.el (vcursor-move): Use display-color-p.
18955
18956 * international/mule-util.el: Provide mule-utils.
18957 (string-to-sequence): Simplify and speed up.
18958
18959 * international/mule.el (make-coding-system): Purecopy doc-string.
18960
18961 * international/mule-cmds.el: Various menu changes.
18962 (describe-specified-language-support): Handle `Default'.
18963 (set-language-info): Purecopy `info'.
18964
18965 2000-03-31 Andrew Innes <andrewi@gnu.org>
18966
18967 * vc.el (vc-backend-diff): Return the correct status if we had to
18968 retry the rcsdiff command without the --brief option.
18969
18970 2000-03-31 Dave Love <fx@gnu.org>
18971
18972 * help.el (help-manyarg-func-alist): Correct several omissions.
18973
18974 * add-log.el: Don't require cl, fortran.
18975 (add-log-current-defun-function): Doc fix.
18976 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18977 (change-log-version-rcs): Function deleted.
18978 (change-log-version-number-search): Doc fix.
18979 Use vc-workfile-version. Avoid CL dolist.
18980 (add-change-log-entry): Just call add-log-current-defun to get
18981 defun. Simplify somewhat.
18982 (change-log-get-method-definition-1): Likewise.
18983 (add-log-current-defun): Return nil if calling
18984 add-log-current-defun-function does so. Move Fortran stuff to
18985 fortran.el. Return string without properties.
18986
18987 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18988 and :alpha: char classes.
18989
18990 * mail/supercite.el: Defvar curline when compiling.
18991 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18992 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18993 rather than a-zA-Z0-9 to allow non-ASCII characters.
18994
18995 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18996
18997 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18998
18999 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19000 Re-enable new code.
19001
19002 * lpr.el (print-region-1): Use -d to specify printer name for
19003 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19004
19005 2000-03-31 Dave Love <fx@gnu.org>
19006
19007 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19008 Look for function definition in symbol's function value slot first
19009 instead of first consulting byte-compile-function-environment.
19010
19011 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19012
19013 * language/european.el ("Polish"): New language environment.
19014 (setup-polish-environment): New function.
19015
19016 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19017
19018 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19019 Disable new code.
19020
19021 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19022 trying to `load' the symbol of an autoload instead of the file
19023 recorded in the autoload. Fix error messages.
19024
19025 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19026
19027 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19028 (ps-print-version): New version number (5.1.3).
19029 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19030 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19031 (ps-generate-postscript-with-faces): Code fix.
19032 (ps-color-values): XEmacs compatibility.
19033 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19034 (ps-default-fg, ps-default-bg): Adjust customization.
19035 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19036 (ps-color-scale): Renaming old ps-color-value fun.
19037 (ps-print-headers): Replace ps-print-header group to avoid conflict
19038 with ps-print-header variable.
19039 (ps-print-miscellany): New group.
19040 (ps-format-color, ps-rgb-color): New funs.
19041 (ps-default-foreground): New var.
19042 (ps-printer-name-option): New const.
19043
19044 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19045
19046 * net/net-utils.el:
19047 (network-connection-host, network-connection-service): New variables
19048 (network-connection-mode): New mode, derived from comint-mode
19049 (network-connection-mode-setup): New function, saves host and
19050 service information in local variables.
19051
19052 * lisp/locate.el:
19053 (locate-word-at-point): Added this function
19054 (locate): Default to using locate-word-at-point as input
19055 Run dired-mode-hook
19056
19057 2000-03-29 Dave Love <fx@gnu.org>
19058
19059 * calendar/appt.el: Doc fixes.
19060 (appt-check): Convert min-to-app to a string before passing to
19061 appt-disp-window-function or concat.
19062 (appt-delete-window): Remove test for frame-root-window.
19063 (appt-select-lowest-window, appt-convert-time): Simplify.
19064
19065 * emacs-lisp/bytecomp.el: Doc fixes.
19066 (byte-compile-file-form-autoload):
19067 Update byte-compile-function-environment.
19068
19069 2000-03-29 Andreas Schwab <schwab@suse.de>
19070
19071 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19072
19073 * dired.el (dired-insert-directory): If dired-free-space-program
19074 failed just delete its output.
19075
19076 2000-03-29 Dave Love <fx@gnu.org>
19077
19078 * international/iso-cvt.el: Move provide to end. Doc fixes.
19079 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19080 (iso-iso2sgml, iso-sgml2iso): New functions.
19081 (iso-cvt-define-menu): Fix some entries and use backquote for
19082 clarity.
19083
19084 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19085
19086 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19087
19088 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19089 ISO-DATE. If non-nil, return date in ISO 8601 format.
19090
19091 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19092
19093 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19094 if it ever becomes used.
19095 (log-edit-mode-hook): Default to vc-log-mode-hook.
19096 (log-edit-mode): Fix the docstring.
19097
19098 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19099 the code.
19100
19101 2000-03-26 Dave Love <fx@gnu.org>
19102
19103 * net/browse-url.el (browse-url): Re-fix case of
19104 browse-url-browser-function being an alist.
19105 (browse-url): Add :link to defgroup.
19106
19107 * files.el: Doc fixes.
19108 (file-truename): Include `[' in wildcard characters.
19109 (automount-dir-prefix): Customize.
19110 (find-file-wildcards): Add :version.
19111 (find-file-noselect): Simplify a mapcar call.
19112
19113 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19114 compatible with inf-lisp version.
19115 (eval-defun-1): Fix custom-declare-variable case.
19116
19117 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19118
19119 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19120
19121 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19122
19123 * Makefile (COMPILE_FIRST): New macro.
19124 (compile-files): Compile files from COMPILE_FIRST first.
19125
19126 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19127
19128 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19129 matching open parenthesis in column 0 to defun-prompt-regexp
19130 only if open-paren-in-column-0-is-defun-start is set.
19131
19132 * sun-curs.el: Require CL at compile-time only.
19133
19134 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19135 instead of copy-list which is a function from CL.
19136 (msb--choose-menu, msb--mode-menu-cond)
19137 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19138 (msb--init-file-alist): Use mapcar instead of mapcan.
19139 (msb--aggregate-alist): Use mapcar instead of mapcan.
19140 Fix `(' in column 0 in doc string.
19141 (msb--add-separators): Use mapcar instead of mapcan.
19142
19143 * cus-dep.el: Require CL at compile-time only.
19144
19145 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19146
19147 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19148 (byte-compile-warnings): New warning `noruntime'.
19149 (byte-compile-constants, byte-compile-variables): Fix docstring.
19150 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19151 execute `eval-whenc-compile's body.
19152 (byte-compile-unresolved-functions): Fix docstring.
19153 (byte-compile-eval): New function.
19154 (byte-compile-callargs-warn): Check if the function will be available
19155 at runtime (via property `byte-compile-noruntime').
19156 (byte-compile-print-syms): New function.
19157 (byte-compile-warn-about-unresolved-functions): Also warn about
19158 `noruntime' functions (and use `byte-compile-print-syms').
19159 (byte-compile-file): Capitalize the message.
19160
19161 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19162
19163 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19164 (rmail-expunge): Ask for confirmation depending on the setting
19165 of rmail-confirm-expunge.
19166
19167 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19168
19169 * Makefile (bootstrap-clean): If $(emacs) exists, build
19170 loaddefs.el first. A loaddefs.el that's not up-to-date might
19171 cause a bootstrap failure because things don't autoload as expected.
19172
19173 2000-03-23 Dave Love <fx@gnu.org>
19174
19175 * net/browse-url.el: Restore previous use of
19176 browse-url-maybe-new-window.
19177
19178 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19179
19180 * ps-print.el: Skip banner page fix.
19181 (ps-print-version): New version number (5.1.2).
19182 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19183
19184 2000-03-23 Dave Pearson <davep@davep.org>
19185
19186 * net/quickurl.el Changed the type of parameter passed to the
19187 function defined by `quickurl-format-function'. Before only the
19188 text of the URL was passed. Now the whole URL structure is passed
19189 and the function is responsible for extracting the parts it requires.
19190 Changed the default of `quickurl-format-function' accordingly.
19191 (quickurl-insert): Changed the `funcall' of
19192 `quickurl-format-function' to match the above change.
19193 (quickurl-list-insert): Changed the `url' case so that it makes
19194 use of `quickurl-format-function', previous to this the format was
19195 hard wired.
19196
19197 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19198
19199 * startup.el: Change some spellings for the X Window System.
19200
19201 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19202
19203 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19204 Clean up the code and the regexp and make sure the cursor is
19205 temporarily moved to the suspicious line while querying the user.
19206
19207 2000-03-22 Jason Rumney <jasonr@gnu.org>
19208
19209 * w32-fns.el (w32-charset-info-alist): Initialize.
19210
19211 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19212
19213 * ps-print.el: N-up last page fix.
19214 (ps-print-version): New version number (5.1.1).
19215 (ps-end-file, ps-end-job, ps-generate): Code fix.
19216
19217 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19218
19219 * files.el (find-file-run-dired): Update docstring.
19220 (find-directory-functions): New hook.
19221 (find-file-noselect): Run find-directory-functions rather than
19222 calling dired directly.
19223
19224 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19225
19226 * pcvs.el: Add a minimal leading commentary.
19227 (cvs-make-cvs-buffer): Change the header part by removing the startup
19228 message and adding a `Module' entry. Also replace the FOOTER and
19229 HEADER special fileinfos with the new support in ewoc for updating
19230 its own footer and header.
19231 (cvs-update-header): Update to use the header/footer of the ewoc.
19232 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19233 (cvs-is-within-p): New function.
19234 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19235 to only examine some subset of the buffers.
19236
19237 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19238 `format' instead of our own ad-hoc functions.
19239 Remove HEADER and FOOTER cases, now handled in the EWOC.
19240 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19241
19242 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19243 output to avoid scaring the user.
19244 (cvs-parse-table): Catch message for non-up-to-date commits.
19245
19246 * pcvs-defs.el (cvs-startup-message): Remove.
19247 (cvs-global-menu): New autoloaded menu.
19248
19249 * pcvs-util.el (cvs-string-fill): Remove.
19250
19251 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19252 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19253 PP part of it and also make it work for footers and headers.
19254 (ewoc-create): Drop POS and BUFFER arguments.
19255 Use the DLL's dummy node to store the end-of-footer position.
19256 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19257 (ewoc-refresh): Remove unused `header' variable.
19258 (ewoc-(get|set)-hf): New functions.
19259
19260 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19261 log-view-*-(message|file) and use easy-mmode-define-navigation.
19262 (log-view-message-re): Match SCCS format as well.
19263 And match the revision line rather than the dashed separator line.
19264 (log-view-mode): Use the new define-derived-mode.
19265 (log-view-current-tag): Fill in with an actual implementation.
19266
19267 * cvs-status.el (cvs-status-(prev|next)): Rename from
19268 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19269 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19270 to let the output "breathe" a little more (more readable).
19271 (cvs-status-mode): Use the new define-derived-mode.
19272
19273 * smerge-mode.el (smerge-auto-leave): New function and variable.
19274 (smerge-basic-map): Rename from smerge-basic-keymap.
19275 Change the bindings for smerge-diff-*.
19276 (smerge-*-map): Use easy-mmode-defmap.
19277 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19278 (smerge-keep-*): Use smerge-auto-leave.
19279
19280 2000-03-21 Jason Rumney <jasonr@gnu.org>
19281
19282 * cus-edit.el (custom-button-face): Use 3D look for w32.
19283 (custom-button-pressed-face): Likewise.
19284
19285 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19286
19287 * progmodes/etags.el (tags-case-fold-search): New user-option.
19288 (tags-loop-eval): New function. Bind case-fold-search around eval
19289 depending on the value of tags-case-fold-search.
19290 (tags-loop-continue): Use tags-loop-eval.
19291 (find-tag-in-order): Bind case-fold-search depending on the value
19292 of tags-case-fold-search.
19293
19294 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19295
19296 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19297 (diff-end-of-hunk): Return the end position for use in
19298 `easy-mmode-define-navigation'.
19299 (diff-recenter): Remove.
19300 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19301 of `easy-mmode-define-navigation'.
19302 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19303 previous renaming) and fix to use new names.
19304 (diff-merge-strings): Use \n as separator: simpler, faster.
19305 (diff-mode): Use `define-derived-mode'.
19306
19307 * derived.el (define-derived-mode): Don't autoload anymore.
19308 Prefer the macro-only version provided by easy-mmode.el.
19309
19310 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19311 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19312 (easy-mmode-define-navigation): New macro.
19313
19314 * subr.el (combine-run-hooks): New function.
19315
19316 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19317
19318 * term/x-win.el: Fontsets related initialization is simplified.
19319
19320 * international/mule-diag.el (describe-font): Don't refer to
19321 global-fontset-alist, instead call font-list.
19322 (describe-fontset, list-fontsets, mule-diag): Likewise.
19323 (print-fontset): Adjusted for the change of fontset implementation.
19324
19325 * international/fontset.el (x-charset-registries): Variable removed,
19326 instead the corresponding data is stored in the default fontset.
19327 (register-alternate-fontnames): Function removed.
19328 (resolved-ascii-font): Variable removed.
19329 (x-compose-font-name): Ignore the second argument REDOCE.
19330 (x-complement-fontset-spec): Complement only an ASCII font and
19331 element for those charsets than can use that ASCII font.
19332 (generate-fontset-menu): Don't refer to global-fontset-alist,
19333 instead call fontset-list.
19334 (uninstantiated-fontset-alist): Variable removed.
19335 (x-style-funcs-alist): Likewise.
19336 (fontset-default-styles): Likewise.
19337 (x-modify-font-name): Function removed.
19338 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19339 (create-fontset-from-ascii-font): Docsting adjusted for the above
19340 change.
19341 (instantiate-fontset, resolve-fontset-name): Functions removed.
19342 (fontset-list): Now implemented by C code.
19343
19344 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19345 (describe-face): Include `font' attribute in the description.
19346
19347 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19348
19349 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19350
19351 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19352
19353 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19354 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19355 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19356
19357 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19358 about behavior of set-buffer-modified-p wrt redisplay.
19359
19360 2000-03-19 Richard M. Stallman <rms@gnu.org>
19361
19362 * view.el (view-mode-disable): Kill local binding of view-read-only.
19363
19364 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19365
19366 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19367 is a string, convert it to a syntax cell using string-to-syntax.
19368
19369 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19370 (string-to-syntax): New function.
19371
19372 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19373 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19374 try to use passive ftp mode.
19375
19376 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19377
19378 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19379
19380 * simple.el (append-to-buffer): Update point of windows after
19381 insertion.
19382
19383 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19384 forward then moving backward. Reindent.
19385
19386 * frame.el (other-frame): Call x-focus-frame only if
19387 focus-follows-mouse is off.
19388
19389 2000-03-17 Dave Love <fx@gnu.org>
19390
19391 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19392
19393 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19394
19395 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19396 regexp for labels cannot span several lines.
19397
19398 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19399 `(setq :<key> ':<key>)' to the macro expansion.
19400
19401 2000-03-16 Dave Love <fx@gnu.org>
19402
19403 * progmodes/f90.el (f90): Put custom group under `languages', not
19404 `fortran'.
19405 (f90-mode-hook): Customize.
19406 (f90-mode): Set add-log-current-defun-function.
19407 (f90-current-defun): New function.
19408
19409 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19410
19411 * cus-edit.el (custom-variable-tag-face): Handle case that
19412 default face's height is not a number.
19413 (custom-face-tag-face, custom-group-tag-face-1)
19414 (custom-group-tag-face): Ditto.
19415 (custom-group-tag-face-1): Add :group.
19416
19417 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19418
19419 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19420
19421 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19422 requiring easymenu.
19423
19424 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19425
19426 * ps-print.el: PostScript user-defined prologue, PostScript error
19427 handler, doc fix.
19428 (ps-print-version): New version number (5.1).
19429 (ps-user-defined-prologue, ps-error-handler-message)
19430 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19431 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19432 (ps-insert-string): New function.
19433
19434 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19435
19436 * international/ccl.el (ccl-compile-expression): Don't generate
19437 invalid self-assignment code.
19438
19439 2000-03-14 Dave Love <fx@gnu.org>
19440
19441 * subr.el (replace-regexp-in-string): Renamed from
19442 replace-regexps-in-string. Doc fix.
19443
19444 2000-03-12 Dave Love <fx@gnu.org>
19445
19446 * cus-edit.el: Doc fixes.
19447 (customize-set-variable, customize-save-variable): Rename args for doc.
19448 (custom-variable-tag-face, custom-face-tag-face)
19449 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19450 style which user identify as hyperlink.
19451 (hook): Don't add undefined functions to the hook.
19452 (debug-ignored-errors): Transfer message from bindings.el.
19453
19454 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19455
19456 * recentf.el (recentf-keep-non-readable-files-p):
19457 Remove double/nested definition.
19458
19459 2000-03-12 Dave Love <fx@gnu.org>
19460
19461 * facemenu.el (facemenu-get-face): Use display-color-p.
19462 * enriched.el (enriched-decode-foreground): Likewise.
19463 (enriched-decode-background): Likewise.
19464 * isearch.el (isearch-highlight): Likewise.
19465 * info-look.el (info-lookup): Likewise.
19466 * simple.el (completion-setup-function): Likewise.
19467
19468 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19469 :options.
19470
19471 * bindings.el (mode-line-format): Fix line-number and
19472 column-number items. Add help-echo for the background.
19473 (mode-line-mule-info): Modify help-echo.
19474
19475 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19476
19477 * files.el (load-file): Allow completion to .elc.
19478
19479 * man.el: Doc fixes.
19480 (Man-init-defvars): Use display-color-p to set fontification.
19481
19482 * play/hanoi.el (hanoi-internal): Don't use oddp.
19483
19484 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19485
19486 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19487
19488 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19489
19490 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19491
19492 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19493 Fix comment.
19494
19495 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19496
19497 * font-lock.el (font-lock-keywords): Fix the doc now that
19498 regexp-opt-depth is unnecessary.
19499 (save-buffer-state): Set an edebug spec.
19500 (font-lock-fontify-anchored-keywords): Properly handle the case when
19501 the matcher goes past the limit.
19502
19503 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19504 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19505
19506 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19507 dll.el and cookie.el (from Elib) with heavy renaming and other
19508 massaging.
19509
19510 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19511 Autoload the functions used.
19512 (easy-mmode-define-syntax): Fix CL typo.
19513 (easy-mmode-define-derived-mode): Improve the docstring generation.
19514
19515 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19516
19517 * textmodes/texinfo.el (texinfo-version): Variable and function
19518 removed.
19519
19520 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19521
19522 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19523 allow more flexibility.
19524 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19525 (easy-mmode-defmap, easy-mmode-defsyntax)
19526 (easy-mmode-define-derived-mode): New macros.
19527
19528 2000-03-09 Didier Verna <didier@xemacs.org>
19529
19530 * rect.el (replace-rectangle): New function.
19531
19532 2000-03-09 Dave Love <fx@gnu.org>
19533
19534 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19535 (fortran-comment-line-start-skip): Don't match cpp stuff.
19536 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19537 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19538 (fortran-mode): Don't set fortran-comment-line-start-skip,
19539 fortran-comment-line-start here. Set comment-start,
19540 add-log-current-defun.
19541 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19542 (fortran-current-defun): New function.
19543
19544 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19545
19546 * emacs-lisp/re-builder.el: New file.
19547
19548 * mouse.el (mouse-drag-region): Don't run up-event handler
19549 if hscroll has changed.
19550
19551 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19552 builtin operators, use `font-lock-builtin-face' for Emacs and
19553 `font-lock-preprocessor-face' otherwise.
19554
19555 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19556 `(defun (setf foo)' differently.
19557
19558 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19559
19560 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19561 (regexp-opt): Update comment and adapt the code the new meaning of
19562 the `paren' argument of regex-opt-group for shy-groups.
19563 (regexp-opt-depth): Handle shy groups as well as backslashed
19564 backslashes.
19565 (regexp-opt-group): Turn the leading comment into a docstring.
19566 Allow `paren' to be a string (the string to use to open a group).
19567 Remove open-presuf and close-presuf. Instead of checking for `all
19568 one-char' and then later on check for `several one-char', handle
19569 both cases close together. Also apply a more generic algorithm
19570 for suffixes (the mirror image of the algorithm used for
19571 prefixes). Use shy-groups. Use nreverse rather than reverse.
19572 (regexp-opt-try-suffix): Removed.
19573
19574 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19575 from comint-mode-map, so we can just inherit from it. Also, move
19576 the initialization into the `defvar' since there's no docstring
19577 anyway and it's fairly short.
19578 (inferior-scheme-mode): Define it as derived-mode: the code is
19579 shorter and this way we inherit from comint-mode-map rather than
19580 copying it.
19581
19582 * subr.el (replace-regexps-in-string): Properly handle the case
19583 where we match an empty string.
19584
19585 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19586 when the command has a directory component (such as "./testml").
19587 Also fix a typo in the comment.
19588
19589 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19590
19591 * Makefile (compile-files): Compile files one by one because
19592 that's the only way to ensure a clean compilation environment for
19593 each individual file.
19594
19595 * frame.el (other-frame): Call x-focus-frame.
19596
19597 2000-03-07 Dave Love <fx@gnu.org>
19598
19599 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19600 :require to defcustom.
19601
19602 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19603
19604 * files.el (auto-mode-alist): Add configure.in.
19605
19606 * progmodes/autoconf.el: New file.
19607
19608 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19609
19610 * mail/mh-e.el: Change maintainer to `none'.
19611
19612 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19613 to remove-hook and add-hook.
19614
19615 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19616
19617 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19618 it as the default.
19619 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19620 (sendmail-send-it): Conditionally add MIME headers specifying the
19621 used character set.
19622
19623 2000-03-07 Dave Love <fx@gnu.org>
19624
19625 * winner.el: Fix keywords, autoload cookies.
19626 Split eval-when-compile form to avoid compilation failure.
19627
19628 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19629
19630 * international/mule.el: Modify comment about coding system
19631 property `coding-category'.
19632 (make-coding-system): New argument EOL-TYPE. Pay attention to
19633 coding-category property of PROPERTIES.
19634
19635 * international/mule-conf.el (coding-category-utf-8)
19636 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19637 categories. Include them in the argument for set-coding-priority.
19638
19639 * international/mule-cmds.el (reset-language-environment):
19640 Include coding-category-utf-8, coding-category-utf-16-be, and
19641 coding-category-utf-16-le in the argument for set-coding-priority.
19642 (reset-language-environment): Initialize coding-category-utf-8,
19643 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19644
19645 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19646
19647 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19648 code abstracted out of `bookmark-jump-noselect'. Now tries info
19649 extensions as well as compression extensions.
19650 (bookmark-jump-noselect): Use above new func.
19651
19652 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19653
19654 * strokes.el: Change maintainer's mail address.
19655
19656 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19657
19658 * international/mule-diag.el (list-character-sets): Make help-echo
19659 string by substitute-command-keys.
19660 (list-character-sets): Likewise.
19661 (sort-listed-character-sets): Call help-setup-xref.
19662
19663 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19664
19665 * time.el (display-time-mail-file): Add `none' to the list of choices.
19666
19667 2000-03-01 Dave Love <fx@gnu.org>
19668
19669 * help.el (help-xref-go-back): Don't try to set position.
19670
19671 * international/mule-diag.el (list-character-sets):
19672 Call help-setup-xref. Add help-echo to xrefs.
19673 (list-character-sets-1): Add help-echo to xrefs.
19674
19675 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19676
19677 * frame.el (blink-cursor-mode): Switch cursor on when turning
19678 the mode off.
19679
19680 * add-log.el (add-log-current-defun): Add support for
19681 Autoconf mode.
19682
19683 * mail/rmail.el (rmail-quit-hook): New variable.
19684
19685 2000-03-01 Dave Love <fx@gnu.org>
19686
19687 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19688
19689 * help.el (help-xref-button): Add help-echo arg.
19690 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19691
19692 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19693
19694 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19695
19696 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19697
19698 * image.el (defimage): Look for image files in load-path.
19699
19700 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19701
19702 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19703
19704 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19705
19706 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19707
19708 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19709 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19710 action to select/unselect a file.
19711 (recentf-edit-list): Code cleanup and improvement.
19712 (recentf-open-more-files-action): `recentf-open-more-files' button
19713 widget action to open a file.
19714 (recentf-open-more-files): No more use standard completion but widgets.
19715 (recentf-more-collection): Deleted.
19716 (recentf-more-history): Deleted.
19717 (recentf-setup-more-completion): Deleted.
19718
19719 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19720
19721 * recentf.el (recentf-mode): No more needs that Emacs is running
19722 under a window-system.
19723
19724 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19725
19726 * recentf.el (recentf-edit-list): New command to edit the recent
19727 list which allow the user to remove files.
19728 (recentf-edit-selected-items): New global variable, used by
19729 `recentf-edit-list' to hold the list of files to be removed from
19730 the recent list.
19731 (recentf-make-menu-items): Updated to display a "Edit list..."
19732 menu item. Minor code cleanup.
19733
19734 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19735
19736 * recentf.el (recentf-open-more-files): New command to open files
19737 that are not displayed in the menu.
19738 (recentf-more-collection): New global variable holding the set of
19739 permissible completions used by `recentf-open-more-files'.
19740 (recentf-more-history): New global variable holding the history list
19741 used by `recentf-open-more-files' completion.
19742 (recentf-setup-more-completion): New function to setup completion for
19743 `recentf-open-more-files'.
19744 (recentf-make-menu-items): Updated to display a "More..." menu item.
19745
19746 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19747
19748 * recentf.el (recentf-menu-action): Doc fixed.
19749
19750 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19751
19752 * recentf.el (recentf-menu-filter): Doc updated.
19753 (recentf-update-menu-hook): Allow menu filters to force menu update.
19754 (recentf-make-menu-items): New menu filter handling.
19755 (recentf-make-menu-item): New helper function.
19756 (recentf-menu-elements): New menu handling function.
19757 (recentf-sort-ascending): Updated to new menu filter handling.
19758 (recentf-sort-descending): Updated to new menu filter handling.
19759 (recentf-sort-basenames-ascending): New menu filter function.
19760 (recentf-sort-basenames-descending): New menu filter function.
19761 (recentf-show-basenames): New menu filter function.
19762 (recentf-show-basenames-ascending): New menu filter function.
19763 (recentf-show-basenames-descending): New menu filter function.
19764
19765 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19766
19767 * diary-lib.el (list-diary-entries): Don't try to go forward at
19768 the end of the buffer.
19769
19770 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19771
19772 * international/mule-diag.el (list-character-sets):
19773 Completely rewritten.
19774 (sort-listed-character-sets): New function.
19775 (list-character-sets-1): Completely rewritten.
19776 (list-character-sets-2): New function.
19777 (non-iso-charset-alist): New variable.
19778 (decode-codepage-char): New function.
19779 (charset-history): New variable.
19780 (read-charset) (list-block-of-chars)
19781 (list-iso-charset-chars)
19782 (list-non-iso-charset-chars)
19783 (list-charset-chars): New functions.
19784 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19785 (dump-charsets): Likewise.
19786
19787 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19788
19789 * dired-x.el (dired-filename-at-point): Add `@' to valid
19790 file name characters.
19791 (dired-filename-at-point): Handle ange-ftp file names.
19792
19793 * frame.el (frame-notice-user-settings): Use assq-delete-all
19794 instead of assoc-delete-all.
19795 (frame-notice-user-settings): Ditto.
19796
19797 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19798 Don't copy alist.
19799
19800 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19801
19802 * calculator.el (calculator-use-menu): New option.
19803 (calculator-initial-bindings): Changed some bindings to work as macros.
19804 (calculator-forced-input): Removed.
19805 (calculator-restart-other-mode): New variable.
19806 (calculator-mode-map): Set up menu.
19807
19808 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19809
19810 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19811
19812 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19813
19814 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19815 translate all ESC key sequences.
19816 (viper-goto-mark-subr): Restore markers for files for which
19817 they were saved.
19818 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19819 * viper-util.el (viper-set-replace-overlay-glyphs)
19820 (viper-set-replace-overlay): Always check if the replacement
19821 overlay is live.
19822 * viper.el (viper-vi-state-mode-list): Add major modes.
19823 * ediff-wind.el: Minor comment changes.
19824 * ediff.el: Copyright notice date fix.
19825
19826 2000-02-27 Jason Rumney <jasonr@gnu.org>
19827
19828 * faces.el (face-font-family-alternatives): Add arial to helv.
19829 (mode-line, header-line, tool-bar): Same default as x for w32.
19830 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19831 face-font-family-alternatives from working.
19832 * term/w32-win.el (mouse-set-font): Do not build fontset from
19833 chosen font.
19834
19835 2000-02-25 Sam Steingold <sds@goems.com>
19836
19837 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19838 properly.
19839
19840 2000-02-25 Richard M. Stallman <rms@gnu.org>
19841
19842 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19843
19844 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19845
19846 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19847
19848 * frame.el (busy-cursor-delay-seconds): New option.
19849
19850 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19851
19852 * frame.el (show-cursor-in-non-selected-windows): New option.
19853
19854 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19855
19856 * diary-lib.el (include-other-diary-files): Undo the selective
19857 display in any included file and don't kill it.
19858
19859 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19860
19861 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19862 Menu items converted to (menu-item format, help strings added.
19863 [downcase, upcase]: Don't enable on MS-DOS.
19864 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19865 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19866
19867 2000-02-23 Dave Love <fx@gnu.org>
19868
19869 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19870 (backward-kill-word): Revert addition of * to interactive spec --
19871 it's a feature.
19872
19873 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19874 (backward-kill-sentence, kill-sentence): Likewise.
19875
19876 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19877 scratch buffer name.
19878 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19879
19880 * term/w32-win.el (internal-face-interactive): Update prompt for
19881 new read-face-name.
19882
19883 * mail/footnote.el (footnote): Add :version to defgroup.
19884 (footnote-section-tag-regexp): Customize.
19885 (footnote-start-tag, footnote-end-tag): New option.
19886 (footnote-latin-regexp): New variable.
19887 (Footnote-latin): New function.
19888 (footnote-style-alist): Add element for latin style.
19889 (footnote-style): Moved.
19890 (Footnote-goto-footnote): Use eq to test arg.
19891
19892 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19893
19894 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19895 (byte-compile-trueconstp): Include keywords.
19896 (byte-optimize-quote, byte-optimize-lapcode):
19897 Use byte-compile-const-symbol-p.
19898 (byte-optimize-char-before): New optimization.
19899
19900 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19901 (byte-compile-const-symbol-p): New function.
19902 (byte-compile-constp, byte-compile-out-toplevel)
19903 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19904 Use it.
19905
19906 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19907
19908 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19909
19910 * international/encoded-kb.el: Be sure to update minor-mode-alist
19911 and minor-mode-map-alist.
19912 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19913 codes SS2 and SS3 correctly.
19914 (encoded-kbd-self-insert-ccl): New function.
19915 (encoded-kbd-setup-keymap): New function.
19916 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19917 by calling encoded-kbd-setup-keymap.
19918
19919 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19920 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19921
19922 2000-02-22 Dave Love <fx@gnu.org>
19923
19924 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19925 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19926 (lisp-mode-syntax-table): Set up for #|...|# comments.
19927 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19928 classes. Match `defface'.
19929 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19930 (eval-defun-1): Fix for defcustom.
19931 (lisp-indent-region): Doc fix.
19932
19933 * subr.el (when, unless, split-string): Doc fix.
19934 (read-passwd): Move call of clear-this-command-keys to the right place.
19935 (replace-regexps-in-string): New function.
19936
19937 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19938
19939 * help.el (describe-variable): Set syntax table to
19940 emacs-lisp-mode-syntax-table when moving forward over the
19941 symbol's name.
19942
19943 2000-02-22 Dave Love <fx@gnu.org>
19944
19945 * xt-mouse.el: Doc fixes.
19946 (xterm-mouse-position-function): New function, replacing advice of
19947 mouse-position.
19948 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19949
19950 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19951
19952 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19953
19954 * format.el (format-annotate-single-property-change):
19955 Handle properties.with dotted-list values.
19956 (format-proper-list-p): New function.
19957
19958 * enriched.el (enriched-face-ans): Handle '(foreground-color
19959 . COLOR) and (background-color . COLOR).
19960
19961 2000-02-20 Dave Love <fx@gnu.org>
19962
19963 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19964 and assignments to it.
19965 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19966 current local map.
19967 (make-flyspell-overlay): Use it.
19968 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19969
19970 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19971 (lm-get-header-re): Defun, not defsubst.
19972 (lm-get-package-name): Defun, not defsubst. Simplify.
19973 (lm-version): Doc fix. Simplify.
19974 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19975 (lm-crack-address, lm-last-modified-date, lm-commentary)
19976 (lm-verify, lm-synopsis): Simplify.
19977 (lm-report-bug): Require emacsbug. Use compose-mail.
19978
19979 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19980
19981 * dired.el (dired-mode): Call propertized-buffer-identification
19982 to set mode-line-buffer-identification to something having
19983 the right text properties.
19984
19985 * bindings.el (propertized-buffer-identification): New function.
19986
19987 2000-02-20 Dave Love <fx@gnu.org>
19988
19989 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19990 check for t-mouse too.
19991
19992 * cus-start.el: Make echo-keystrokes `number'.
19993
19994 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19995
19996 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19997 Don't call ring-empty-p unless tags-location-ring is bound.
19998 From Noah Friedman <friedman@splode.com>.
19999
20000 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20001
20002 * progmodes/hideshow.el (hs-flag-region): No longer use
20003 `intangible' overlay property.
20004
20005 (hs-toggle-hiding): New command.
20006 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20007
20008 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20009 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20010 and deactivation.
20011
20012 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20013
20014 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20015
20016 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20017
20018 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20019
20020 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20021 of `*' to handle `(* ... *)' comments.
20022
20023 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20024
20025 * faces.el (list-faces-display): Use display-mouse-p instead of
20026 window-system.
20027
20028 * menu-bar.el (global-map): Menu-bar items converted to the new
20029 format (menu-item..., rearranged for better CUA compliance, and
20030 their names changed for better clarity. Help strings added.
20031
20032 * international/mule-cmds.el (mule-menu-keymap)
20033 (describe-language-environment-map, set-coding-system-map)
20034 (setup-language-environment-map): Convert to new (menu-item...
20035 form, add help strings. Change names of menu items for better clarity.
20036 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20037
20038 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20039
20040 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20041 within the code.
20042
20043 2000-02-16 Dave Love <fx@gnu.org>
20044
20045 * faces.el: Don't require custom. Add more specific :groups to
20046 various deffaces.
20047 (set-face-attribute): Purecopy args.
20048 (read-face-name): Default to name at point and use it in prompt.
20049 Remove colon from arg in all callers.
20050 (list-faces-display): Hyperlink to face descriptions and customize
20051 buffers.
20052
20053 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20054
20055 * wid-edit.el (widget-match-inline): An atom never matches a list.
20056
20057 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20058
20059 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20060 at ':' characters by call to split-string.
20061
20062 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20063
20064 * textmodes/bibtex.el: Added RCS version identification.
20065
20066 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20067
20068 * textmodes/bibtex.el: Some temporary comments removed.
20069 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20070 (bibtex-field-const): Allow capital letters.
20071 (bibtex-start-of-string): Deleted because unused.
20072
20073 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20074 use the term 'reference' to describe a bibtex entry as a whole.
20075 Further, reference keys are no longer called 'labels'.
20076 (bibtex-keys): Renamed to bibtex-reference-keys.
20077 (bibtex-reformat-previous-labels): Renamed to
20078 bibtex-reformat-previous-reference-keys.
20079 (bibtex-reference-type): Renamed to bibtex-entry-type.
20080 (bibtex-reference-head): Renamed to bibtex-entry-head.
20081 (bibtex-reference-maybe-empty-head): Renamed to
20082 bibtex-entry-maybe-empty-head.
20083 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20084 (bibtex-search-reference): Renamed to bibtex-search-entry.
20085 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20086 bibtex-enclosing-entry-maybe-empty-head.
20087 (bibtex-entry-field-alist, bibtex-entry-head)
20088 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20089 (bibtex-map-entries, bibtex-search-entry)
20090 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20091 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20092 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20093 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20094 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20095 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20096 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20097
20098 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20099
20100 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20101 comment.
20102 (bibtex-format-field-delimiters): New function, functionality
20103 extracted from bibtex-format-entry.
20104 (bibtex-autokey-get-yearfield-digits): New function, functionality
20105 extracted from bibtex-autokey-get-yearfield.
20106
20107 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20108 entries in order to avoid stack overflow in the regexp matcher if
20109 field contents become large.
20110 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20111 (bibtex-field-string-part-not-braced)
20112 (bibtex-field-string-part-no-inner-braces)
20113 (bibtex-field-string-part-1-inner-brace)
20114 (bibtex-field-string-part-2-inner-braces)
20115 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20116 (bibtex-field-string-quoted, bibtex-field-string)
20117 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20118 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20119 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20120 Deleted as parsing is now performed by the following functions.
20121 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20122 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20123 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20124 (bibtex-parse-association, bibtex-field-name-for-parsing)
20125 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20126 (bibtex-search-forward-field, bibtex-search-backward-field)
20127 (bibtex-start-of-field, bibtex-end-of-field)
20128 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20129 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20130 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20131 (bibtex-parse-string, bibtex-search-forward-string)
20132 (bibtex-search-backward-string, bibtex-start-of-string)
20133 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20134 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20135 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20136 entries. Instead of reporting the results of the parsing by
20137 match-beginning or match-end, these functions return data structures
20138 that hold the corresponding positions.
20139 (bibtex-enclosing-field): Changed to also report field boundaries by
20140 return values rather than by match-beginning or match-end.
20141 The following functions have been adapted to use the new
20142 parsing functions.
20143 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20144 (bibtex-enclosing-field, bibtex-format-entry)
20145 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20146 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20147 (bibtex-print-help-message, bibtex-end-of-entry)
20148 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20149 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20150 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20151 Use the new method for parsing.
20152 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20153 (bibtex-map-entries, bibtex-flash-head)
20154 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20155 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20156 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20157 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20158 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20159 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20160 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20161 order to make the new binding of case-fold-search immediately visible.
20162
20163 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20164
20165 * textmodes/bibtex.el: Copyright notice is up to date.
20166 Added constant 'bibtex-maintainer-salutation.
20167
20168 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20169 than make-temp-name, use match-string-no-properties and eliminate
20170 a quadratic behavior when building bibtex-strings.
20171
20172 * bibtex.el (bibtex-reference-key): Accept string entries whose
20173 reference key contains upper case letters.
20174
20175 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20176
20177 * bibtex.el (bibtex-reference-head): Allow entries to start with
20178 a new line.
20179
20180 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20181
20182 * bibtex.el: Hiding of entry bodies is not longer provided by
20183 bibtex.el directly. Instead the hideshow package can be used.
20184 Added a special bibtex entry to hs-special-modes-alist.
20185 (bibtex-hs-forward-sexp): Added for hideshow.el.
20186
20187 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20188
20189 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20190 proceedings entry type (for cross referencing). Thanks to Wagner
20191 Toledo Correa for the suggestion.
20192
20193 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20194
20195 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20196
20197 * international/characters.el: Setup case table for Vietnamese.
20198
20199 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20200
20201 * uniquify.el (toplevel): Require CL at compile time.
20202 (uniquify-push): Removed.
20203
20204 * shadowfile.el (shadow-when): Removed.
20205
20206 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20207 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20208
20209 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20210 regexp for paragraph-start.
20211
20212 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20213 commas as well.
20214
20215 2000-02-10 Dave Love <fx@gnu.org>
20216
20217 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20218 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20219 Deleted.
20220 (widget-specify-field, widget-specify-button): Don't use
20221 widget-mouse-help as help-echo property.
20222 (default): Use #'ignore for :validate and :mouse-down-action.
20223 (checkbox): Add help-echo.
20224 (widget-sexp-validate): Rewritten to clarify error messages.
20225 (character): Use char-valid-p in :match function.
20226 (widget-color-complete): Use facemenu-color-alist.
20227 (widget-color-action): Use facemenu-read-color.
20228
20229 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20230 set up `caar' &c that we now have.
20231
20232 2000-02-09 Ray Blaak <blaak@gnu.org>
20233
20234 * delphi.el: Make resourcestring a declaration region, like const
20235 and var.
20236
20237 2000-02-09 Dave Love <fx@gnu.org>
20238
20239 * bindings.el (mode-line-input-method-map): New variable.
20240 (mode-line-mule-info): Use it; fix last change.
20241 (mode-line-mode-menu): Move definition.
20242 (mode-line-mouse-sensitive-p): Deleted.
20243 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20244 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20245
20246 * startup.el (command-line-1): Don't call
20247 make-mode-line-mouse-sensitive.
20248
20249 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20250
20251 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20252 before rmail-toggle-header, because the former toggles headers.
20253
20254 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20255
20256 * diff-mode.el (diff-kill-junk): New interactive function.
20257 (diff-reverse-direction): Use delete-and-extract-region.
20258 (diff-post-command-hook): Restrict the area so that the hook also works
20259 outside of any diff hunk. This is necessary for the minor-mode.
20260 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20261 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20262
20263 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20264 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20265 so that it can be used more easily in <foo>-mode-hook. Also make sure
20266 to avoid duplicate entries.
20267 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20268 (font-lock-remove-keywords): Just as was done for `add', allow it to
20269 work even if font-lock-mode is nil. Also make sure we don't modify
20270 any pre-existing list by forcing a copy-sequence. Finally rename
20271 `major-mode' to `mode'.
20272 (font-lock-fontify-syntactic-anchored-keywords)
20273 (font-lock-fontify-anchored-keywords)
20274 (font-lock-fontify-keywords-region): Use line-end-position.
20275 Don't make `font-lock-multiline' local (it's now done in
20276 font-lock-set-defaults).
20277 (font-lock-set-defaults): Make `font-lock-multiline' local.
20278 Move the `font-lock-fontified' creation to inside the `unless'.
20279
20280 2000-02-06 Andrew Innes <andrewi@gnu.org>
20281
20282 * term/w32-win.el (x-handle-args): Comment out call to message,
20283 which occurs before window system is initialized.
20284
20285 * makefile.nt: Add support for recompiling lisp code.
20286
20287 2000-02-04 Dave Love <fx@gnu.org>
20288
20289 * bindings.el (mode-line-mule-info): Fix/extend last change.
20290
20291 * completion.el: Replace completion-dolist with dolist.
20292
20293 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20294
20295 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20296
20297 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20298 environment names before they go into the section regexp.
20299
20300 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20301 char class in regexp.
20302
20303 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20304 Bind `case-fold-search' to nil.
20305
20306 * progmodes/idlwave.el (idlwave-template):
20307 Respect `idlwave-abbrev-change-case'.
20308 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20309 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20310 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20311 (idlwave-rw-case): New function.
20312 (idlwave-statement-match): Fixed problem with assignment regexp.
20313 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20314 (idlwave-surround): New argument LENGTH to support padding of
20315 operators longer than 1 char.
20316
20317 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20318 idlwave-shell-expression-overlay. Implemented printing of
20319 expressions on higher levels of the calling stack.
20320 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20321 (idlwave-retrieve-expression-from-level): New function.
20322 (idlwave-shell-last-calling-stack): Variable removed.
20323 (idlwave-shell-reset): Argument action reversed (`visible' to
20324 `hidden'). Also remove stop-line overlay.
20325 (idlwave-shell-calling-stack-routine): New variable.
20326 (idlwave-shell-parse-stack-and-display): Messages now display
20327 negative level numbers.
20328 (idlwave-shell-mode): Set `modeline-format'.
20329 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20330 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20331 (idlwave-shell-print-expression-function): New option.
20332
20333 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20334 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20335 `tool-bar' instead of `toolbar'.
20336
20337 2000-02-02 Dave Love <fx@gnu.org>
20338
20339 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20340 emacs-lisp-mode-hook. Don't check for defalias being defined.
20341
20342 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20343 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20344 Use the new builtins directly.
20345
20346 * whitespace.el (whitespace): Add :version to defgroup.
20347
20348 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20349 Doc fix.
20350
20351 * thingatpt.el (sexp-at-point, symbol-at-point)
20352 (number-at-point, list-at-point): Add autoload cookie.
20353
20354 * recentf.el (recentf): Add :version to defgroup.
20355
20356 * quickurl.el (quickurl): Add :version to defgroup.
20357
20358 * elide-head.el (elide-head): Use point-marker more.
20359
20360 * bs.el (bs): Add :version to defgroup.
20361
20362 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20363
20364 * progmodes/delphi.el (delphi): Add :version to defgroup.
20365
20366 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20367
20368 * ange-ftp.el (ange-ftp-write-region): Handle case that
20369 succeeding process operation sets a different coding system.
20370
20371 * calculator.el: New file.
20372
20373 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20374
20375 * frame.el (frames-on-display-list, framep-on-display): New functions.
20376 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20377 (display-selections-p, display-screens, display-pixel-width)
20378 (display-pixel-height, display-mm-width, display-mm-height)
20379 (display-backing-store, display-save-under, display-planes)
20380 (display-color-cells, display-visual-class): New functions.
20381
20382 * term/tty-colors.el (tty-color-gray-shades): New function.
20383
20384 * faces.el (display-color-p): Use framep-on-display.
20385 (display-grayscale-p): New function.
20386
20387 2000-01-31 Dave Love <fx@gnu.org>
20388
20389 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20390 (create-fontset-from-x-resource): Don't concat integers.
20391
20392 2000-01-31 Inge Frick <inge@nada.kth.se>
20393
20394 * view.el: Some changes in documentation. Removed some trailing
20395 whitespace. Changed some parameter names to agree with documentation.
20396 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20397 window is not deleted. Modifies change 1998-04-26.
20398
20399 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20400
20401 * windmove.el: New file.
20402
20403 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20404 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20405 progmodes/ebnf-yac.el: Update copyright and license info.
20406
20407 * jit-lock.el (jit-lock-function): Widen before calculating
20408 end position.
20409 (jit-lock-stealth-chunk-start): Rewritten.
20410
20411 * info.el (Info-title-face-alist): Removed.
20412 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20413 (Info-fontify-node): Use these faces.
20414
20415 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20416
20417 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20418 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20419 `&allow-other-keywords'.
20420
20421 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20422 the list of directories scanned heuristically.
20423
20424 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20425
20426 2000-01-30 Jason Rumney <jasonr@gnu.org>
20427
20428 * w32-fns.el: Define w32-tty-standard-colors.
20429
20430 * startup.el (command-line): Use w32-tty-standard-colors when in
20431 w32 console mode.
20432
20433 2000-01-30 Dave Love <fx@gnu.org>
20434
20435 * jka-compr.el (jka-compr-load): Fix up load-history.
20436
20437 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20438
20439 * emacs-lisp/cl-macs.el: Revert previous change.
20440
20441 2000-01-29 Dave Love <fx@gnu.org>
20442
20443 * facemenu.el: Purecopy various strings.
20444
20445 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20446 years. Deal with three-digit years.
20447
20448 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20449 Use defconst, purecopy.
20450 (help-back-label): Purecopy it.
20451
20452 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20453
20454 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20455 variable. If non-nil, order the buffer list according to the
20456 currently selected frame.
20457 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20458 non-nil, pass the selected frame to function buffer-list.
20459
20460 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20461
20462 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20463
20464 2000-01-28 Dave Love <fx@gnu.org>
20465
20466 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20467
20468 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20469 Don't use lisp-indent-hook property.
20470 (cl-abs): Remove.
20471
20472 * subr.el: Move out indent and edebug specs for when and unless.
20473
20474 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20475 when, unless.
20476
20477 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20478 unless, when.
20479
20480 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20481
20482 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20483 `collecting' as synonym for `collect'.
20484
20485 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20486 for the case it contains spaces.
20487
20488 * simple.el (what-cursor-position): Change formatting of messages.
20489
20490 * frame.el (delete-other-frames): New function.
20491 (toplevel): Bind it to C-x 5 1.
20492
20493 * sort.el (sort-numeric-base): New option.
20494 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20495 interpret it as octal or hexadecimal. Use sort-numeric-base
20496 as default base.
20497
20498 * progmodes/glasses.el: New file.
20499
20500 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20501
20502 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20503 userids differently.
20504
20505 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20506 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20507 progmodes/ebnf-yac.el: New files.
20508
20509 2000-01-26 Dave Love <fx@gnu.org>
20510
20511 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20512 on a function with an empty body. [From Eric Ludlam.]
20513
20514 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20515
20516 * vc.el (vc-version-diff): Make sure file name is expanded.
20517
20518 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20519
20520 * scroll-bar.el (scroll-bar-timer): Variable removed.
20521 (scroll-bar-toolkit-scroll): Don't use a timer.
20522
20523 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20524
20525 * language/thai-util.el (thai-composition-function):
20526 Delete superfluous `a'.
20527
20528 2000-01-24 Dave Love <fx@gnu.org>
20529
20530 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20531 end-of-defun-function.
20532
20533 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20534
20535 2000-01-22 Jason Rumney <jasonr@gnu.org>
20536
20537 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20538 conflicts with new face support.
20539
20540 2000-01-22 Richard M. Stallman <rms@gnu.org>
20541
20542 * replace.el (query-replace): Rename last arg to DELIMITED.
20543 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20544 (query-replace-regexp): Likewise.
20545
20546 2000-01-20 Richard M. Stallman <rms@gnu.org>
20547
20548 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20549
20550 * emacs-lisp/lisp.el (beginning-of-defun-function):
20551 Variable renamed from beginning-of-defun.
20552 Do not call make-variable-buffer-local.
20553 (beginning-of-defun-raw): Use new variable name; doc fix.
20554 (beginning-of-defun): Doc fix.
20555 (end-of-defun-function): Variable renamed from end-of-defun.
20556 Do not call make-variable-buffer-local.
20557 (end-of-defun): Use new variable name; doc fix.
20558
20559 * subr.el (dolist, dotimes): Copied from cl-macs.el
20560 and made to work.
20561
20562 * mail/undigest.el (rmail-digest-end-regexps):
20563 Variable replaces rmail-digest-end-regexp.
20564 Allows multiple regexps for detecting the end line.
20565 (undigestify-rmail-message): Corresponding changes.
20566
20567 2000-01-19 Dave Love <fx@gnu.org>
20568
20569 * files.el (user-init-file): Don't declare here -- is primitive.
20570
20571 * startup.el (command-line): Check for compiled user-init-file and
20572 set to uncompiled version if necessary.
20573
20574 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20575
20576 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20577 (undigestify-rmail-message): Use it.
20578
20579 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20580
20581 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20582
20583 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20584 of mini-buffer.
20585
20586 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20587
20588 * emacs-lisp/copyright.el (copyright-update): Removed the
20589 requirement for a trailing space from `copyright-regexp', to
20590 support copyrights with owner specified on a separate line..
20591
20592 * align.el: New file.
20593
20594 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20595
20596 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20597
20598 2000-01-13 Dave Love <fx@gnu.org>
20599
20600 * ph.el: Removed. (Obsoleted by EUDC.)
20601
20602 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20603
20604 * net/eudc.el (toplevel): Remove autoloaded code installing
20605 menu with easymenu, because that causes build problems.
20606
20607 * frame.el (frame-notice-user-settings): New variable.
20608 (frame-notice-user-settings): Don't modify frame parameters
20609 if called a second time.
20610
20611 2000-01-13 Richard M. Stallman <rms@gnu.org>
20612
20613 * frame.el (frame-notice-user-settings):
20614 Notice default-frame-parameters even for non-window frames.
20615
20616 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20617
20618 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20619 for Emacs.
20620 (eudc-bob-can-display-inline-images): Extend for Emacs.
20621 (eudc-bob-toggle-inline-display): Ditto.
20622 (eudc-bob-display-jpeg): Ditto.
20623
20624 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20625
20626 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20627 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20628 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20629
20630 * add-log.el (add-change-log-entry): Fix error trying an
20631 `(insert nil)'.
20632
20633 * subdirs.el: Add `net' directory.
20634
20635 * net: New directory.
20636
20637 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20638 eval-last-sexp. Don't bind debug-on-error here.
20639 (eval-last-sexp): New function. Bind debug-on-error if
20640 eval-expression-debug-on-error is non-nil.
20641 (eval-defun-2, eval-defun): Likewise.
20642
20643 * simple.el (eval-expression): Don't bind debug-on-error if
20644 eval-expression-debug-on-error is nil. Detect changed
20645 debug-on-error, and propagate new value to global binding, if
20646 eval-expression-debug-on-error is non-nil,
20647 (eval-expression-debug-on-error): Change doc string.
20648
20649 2000-01-11 Richard M. Stallman <rms@gnu.org>
20650
20651 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20652
20653 * emacs-lisp/lisp-mode.el (with-syntax-table):
20654 Set up lisp-indent-function property.
20655
20656 * subr.el (with-syntax-table): Moved from simple.el.
20657
20658 * simple.el (with-syntax-table): Moved to subr.el.
20659
20660 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20661
20662 * tmm.el (tmm-shortcut): Delete region after prompt instead
20663 of erasing buffer.
20664
20665 * textmodes/fill.el (fill-common-string-prefix): New function.
20666 (fill-context-prefix): Use the longest common prefix of first
20667 and second line fill prefix, if there is one.
20668
20669 2000-01-11 Richard M. Stallman <rms@gnu.org>
20670
20671 * array.el (array-mode): Don't use make-variable-buffer-local.
20672 Use make-local-variable for `truncate-lines'.
20673
20674 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20675
20676 * add-log.el (add-log-current-defun): Handle user-defined
20677 add-log-current-function returning nil,
20678
20679 * add-log.el (add-change-log-entry): Insert version number
20680 if having found a current function
20681
20682 * add-log.el (add-log-current-defun):
20683 Call `add-log-current-defun-function'. Try matches at level 0 and
20684 level 1. Strip whitespace from defun found.
20685
20686 2000-01-10 John Wiegley <johnw@gnu.org>
20687
20688 * allout.el (isearch-done/outline-provisions): Added `edit'
20689 argument to correspond with the current definition of `isearch-done'.
20690
20691 2000-01-10 Dave Love <fx@gnu.org>
20692
20693 * elide-head.el (elide-head): Use point-marker, not point.
20694
20695 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20696
20697 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20698 before and after the year 2000.
20699
20700 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20701 Add ispell- prefix.
20702
20703 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20704
20705 * ispell.el: Only define dictionaries in menus when they exist.
20706 (version18p): New variable.
20707 (version20p): New variable.
20708 (xemacsp): New variable.
20709 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20710 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20711 (ispell-dictionary-alist6): Russian command lines no longer accept
20712 run-together words.
20713 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20714 (ispell-dictionary-alist): Add koi8-r to customize definition.
20715 (check-ispell-version): Added documentation string. Return library
20716 path when called non-interactively.
20717 (ispell-menu-map-needed): Uses new variables.
20718 (ispell-library-path): New variable.
20719 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20720 (ispell-word): Improved documentation string. Test for valid
20721 character mappings. Correctly check typed in word changes that can
20722 result in single words split into multiple words.
20723 Return replacement word.
20724 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20725 replace in recursive query replace mode. Help message for
20726 recursive edit mode.
20727 (ispell-show-choices): Protect against bad framepop bindings.
20728 (ispell-help): Fix to work with XEmacs.
20729 (ispell-highlight-spelling-error): Use new variables.
20730 (ispell-overlay-window): Fix to work with XEmacs.
20731 (ispell-parse-output): Passed and returns location information
20732 tracking spelling corrections. Doesn't recheck same word on
20733 current line.
20734 (ispell-init-process): Protect against bogus XEmacs variable binding.
20735 Fix call to single argument in sleep-for. Use new variables.
20736 (ispell-region): Passed and returns location information tracking
20737 spelling corrections. Doesn't check same word on current line.
20738 Improved documentation string. Doesn't resend a line already
20739 checked to the ispell process - fixes bug in LaTeX parsing.
20740 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20741 (ispell-skip-region): No longer skips <TT> in SGML.
20742 (ispell-process-line): Tracks location information with spelling
20743 corrections. Added documentation string. Accounts for words
20744 already accepted on this line. Don't allow query-replace on line
20745 starting with math characters. Doesn't resend a line already sent
20746 to ispell process. Fixes alignment error bug.
20747
20748 2000-01-10 Richard M. Stallman <rms@gnu.org>
20749
20750 * dired-x.el (dired-guess-shell-alist-default):
20751 Suggest xloadimage, which is free, not xv, which isn't.
20752
20753 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20754 Don't ever include the host name or user name in the value.
20755
20756 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20757
20758 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20759 of a real newline.
20760
20761 2000-01-09 Stephen Eglen <stephen@gnu.org>
20762
20763 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20764 for .png files.
20765
20766 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20767
20768 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20769
20770 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20771
20772 * progmodes/cperl-mode.el: Replace ^F with ^L.
20773
20774 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20775 `require'ing rmail and mailalias to prevent infinite recursion.
20776
20777 2000-01-08 Dave Love <fx@gnu.org>
20778
20779 * emacs-lisp/backquote.el: Remove inappropriate customization
20780 (allowing custom.el to use backquote).
20781
20782 2000-01-07 Dave Love <fx@gnu.org>
20783
20784 * add-log.el (add-log-debugging): Deleted.
20785 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20786 file. Remove debugging code.
20787 (change-log-get-method-definition, change-log-name): Add doc.
20788 (change-log-sortable-date-at): New function.
20789 (change-log-merge): New command.
20790
20791 * time.el (display-time-string-forms): Make the Mail string active.
20792 (display-time-update): Provide help-echo for load average.
20793
20794 * bindings.el (make-mode-line-mouse2-map): New function.
20795 (mode-line-modified): Use it and simplify.
20796 (mode-line-mule-info): Provide help-echo info.
20797 (minor-mode-alist): Activate the strings.
20798 (make-mode-line-mouse-sensitive): Simplify for
20799 mode-line-buffer-identification.
20800
20801 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20802
20803 * play/pong.el: New file.
20804
20805 2000-01-06 Dave Love <fx@gnu.org>
20806
20807 * array.el: Assorted cleanups for compiler warnings, doc strings,
20808 `array-' prefix for symbols.
20809
20810 2000-01-05 Dave Love <fx@gnu.org>
20811
20812 * textmodes/outline.el (outline-mode-menu-bar-map):
20813 Add outline-headers-as-kill.
20814 (outline-mode): Define imenu-generic-expression.
20815 (outline-headers-as-kill): New command.
20816
20817 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20818 from paragraph-start.
20819 (paragraph-indent-minor-mode): New command.
20820
20821 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20822 M-C-e, M-C-h, C-j, C-xnd, TAB.
20823 (fortran-mode): Set beginning-of-defun, end-of-defun.
20824 (fortran-column-ruler): Simplify.
20825 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20826 (fortran-with-subprogram-narrowing): Likewise.
20827 (fortran-indent-subprogram): Call mark-defun.
20828 (fortran-check-for-matching-do): Change narrowing.
20829
20830 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20831 (cl-lucid-hash-tag): Delete.
20832 (cl-hash-table-p): Correct test for native table.
20833 (cl-hash-table-count): Use hash-table-count.
20834
20835 * browse-url.el (browse-url): Fix case of
20836 browse-url-browser-function being an alist.
20837
20838 2000-01-05 Carsten Dominik <cd@gnu.org>
20839
20840 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20841 (reftex-index-phrase-file-extension): New options.
20842
20843 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20844 Use new option `reftex-index-phrase-file-extension'.
20845
20846 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20847 `reftex-parse-file-extension'.
20848
20849 2000-01-05 Dave Love <fx@gnu.org>
20850
20851 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20852 (beginning-of-defun-raw): Use it.
20853 (end-of-defun): New variable.
20854 (end-of-defun): Use it.
20855 (check-parens): New command.
20856
20857 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20858
20859 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20860 (hs-show-block): Don't use `mapcar' when not accumulating.
20861
20862 Fix buglet in local variables initialization.
20863
20864 2000-01-05 Andreas Schwab <schwab@suse.de>
20865
20866 * hscroll.el (hscroll): Doc fix.
20867
20868 2000-01-05 Carsten Dominik <cd@gnu.org>
20869
20870 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20871 Require idlw-toolbar.
20872
20873 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20874 file idlw-rinfo.el.
20875 (idlwave-customize): Load must read file idlw-shell.el.
20876 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20877
20878 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20879
20880 * progmodes/idlw-shell.el: Also provide idlwave-shell
20881 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20882 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20883
20884 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20885 both reftex-dcr and reftex-vcr.
20886
20887 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20888
20889 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20890
20891 * ps-print.el: PostScript code now is in separate files, doc fix.
20892 (ps-print-version): New version number (5.0.3).
20893 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20894 local.
20895 (ps-spool-config): Initialization fix.
20896 (ps-print-prologue-1, ps-print-prologue-2)
20897 (ps-print-duplex-feature): PostScript code moved to separated file.
20898 (ps-background-image): Little code reformating.
20899 (ps-begin-file, ps-begin-job): Fix code.
20900 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20901 (ps-prologue-file): New fun.
20902
20903 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20904
20905 * ps-vars.el: Eliminated.
20906
20907 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20908 `;;;###autoload'.
20909
20910 * ps-print.el: ps-vars eliminated, doc fix.
20911 (ps-print-version): New version number (5.0.2).
20912 (ps-spool-config): Initialization fix.
20913 (ps-print-customize): New fun.
20914
20915 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20916
20917 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20918
20919 2000-01-04 Dave Love <fx@gnu.org>
20920
20921 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20922 menu items.
20923
20924 2000-01-03 Dave Love <fx@gnu.org>
20925
20926 * elide-head.el (elide-head) [defgroup]: Add :version.
20927
20928 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20929 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20930 Use `cl-hash-table-p', not `hash-table-p'.
20931 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20932
20933 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20934
20935 * faces.el (face-read-integer, read-face-attribute)
20936 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20937
20938 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20939
20940 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20941 at comment end, and re-insert them after filling.
20942
20943 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20944
20945 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20946 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20947 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20948
20949 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20950
20951 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20952 the new name of face-color-supported-p.
20953
20954 * term/w32-win.el (xw-defined-colors): Likewise.
20955
20956 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20957
20958 * simple.el (completion-setup-function): Count completion-size
20959 from minibuffer-prompt-end, not from point-min.
20960
20961 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20962
20963 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20964 Pass the frame to tty-color-* functions.
20965 (display-color-p, frame-set-background-mode): Pass the frame to
20966 tty-display-color-p.
20967
20968 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20969 tty-color-alist.
20970 (tty-color-alist, tty-modify-color-alist): New functions.
20971 (tty-color-define, tty-color-clear, tty-color-approximate)
20972 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20973 optional parameter FRAME.
20974
20975 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20976
20977 * image.el (create-image, defimage): Don't assume image data is
20978 a string.
20979
20980 * image.el (defimage): Handle specifications containing :data
20981 instead of :file.
20982 (image-type-from-data): New function.
20983 (image-type-from-file-header): Use it.
20984 (create-image): Add parameter DATA-P.
20985
20986 See ChangeLog.8 for earlier changes.
20987
20988 ;; Local Variables:
20989 ;; coding: iso-2022-7bit
20990 ;; End:
20991
20992 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20993 Copying and distribution of this file, with or without modification,
20994 are permitted provided the copyright notice and this notice are preserved.