(mode-line-frame-identification): Add doc string.
[bpt/emacs.git] / lisp / ChangeLog
1 2001-10-31 Richard M. Stallman <rms@gnu.org>
2
3 * bindings.el (mode-line-frame-identification): Add doc string.
4 (mode-line-position, mode-line-modes): New variables.
5 (mode-line-format): Use mode-line-position for the part
6 that displays the position-in-buffer info. Use
7 mode-line-modes for the part that displays major and minor modes.
8
9 2001-10-31 Sam Steingold <sds@gnu.org>
10
11 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
12 (debugger-setup-buffer): Call it.
13 (debugger-mode-map): Bind RET and mouse-2.
14
15 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
16
17 * startup.el: Document command line option --no-window-system
18 instead of --no-windows.
19
20 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
21
22 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
23
24 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
25 (font-lock-defaults-alist): Use it.
26 From David Ponce <david.ponce@wanadoo.fr>
27
28 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
29 output of `char-after'.
30
31 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
32
33 * simple.el (reindent-then-newline-and-indent): Insert the newline
34 before indenting the first line.
35 (undo-get-state, undo-revert-to-state): New funs.
36 (shell-command): Don't kill the buffer even if empty.
37 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
38 (transpose-subr-end2): Remove.
39 (transpose-subr): Add `special' arg and simplify.
40 (transpose-subr-1): Rewrite.
41 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
42 (rfc822-goto-eoh): Simplify.
43
44 2001-10-30 Richard M. Stallman <rms@gnu.org>
45
46 * enriched.el (enriched-face-ans): FIx previous change.
47
48 2001-10-30 Gerd Moellmann <gerd@gnu.org>
49
50 * international/iso-acc.el (iso-accents-compose): Remove a
51 superfluous setq.
52
53 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
54
55 * buff-menu.el (list-buffers-noselect): If the buffer's name
56 starts with a blank, but it visits a file, do show it (for files
57 whose names start with a blank).
58
59 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
60
61 * textmodes/fill.el (sentence-end-double-space)
62 (sentence-end-without-period): Move to paragraphs.el.
63 (fill-indent-according-to-mode): Change default to t.
64 (fill-context-prefix): Simplify control-flow and use a more
65 sophisticated merge that unifies both previous checks.
66 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
67 (fill-nobreak-predicate): Make it into a defcustom'd hook.
68 (fill-nobreak-p): New fun.
69 (fill-region-as-paragraph): Use it.
70 Handle `fill-indent-according-to-mode' slightly differently.
71 (fill-individual-paragraphs-prefix): Simplify the control-flow.
72 (fill-individual-paragraphs-citation): Fix.
73
74 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
75 (paragraph-start): Change default to the `text-mode' value.
76 (sentence-end-double-space, sentence-end-without-period):
77 Move from fill.el.
78 (forward-paragraph): Use `parstart' and `parsep' for temp variables
79 rather than rebinding `paragraph-start' and `paragraph-separate'.
80
81 * indent.el (indent-line-function): Change default to indent-relative.
82 (tab-always-indent): Add an `never' setting.
83 (indent-according-to-mode): Handle `indent-relative' and
84 `indent-relative-maybe' specially.
85 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
86 Handle the `never' case for `tab-always-indent'.
87 Don't call indent-according-to-mode for indent-relative' and
88 `indent-relative-maybe'.
89 (insert-tab): Rename `prefix-arg' to `arg'.
90 (indent-region): Indent the first line as well.
91 (indent-relative): Don't mark the buffer modified if the indentation
92 is unchanged.
93
94 * textmodes/text-mode.el (paragraph-indent-minor-mode):
95 Don't set paragraph-separate. Set paragraph-start more carefully.
96 Set indent-line-function.
97 (paragraph-indent-text-mode): Use it and define-derived-mode.
98 (text-mode-map): Remove the \t binding.
99 (text-mode): Simplify now that the default is more favorable.
100
101 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
102
103 * emacs-lisp/find-func.el (find-function-search-for-symbol):
104 If the regexp doesn't match, use a looser one.
105 (find-variable-noselect): Add `file' argument.
106
107 * pcvs.el (cvs-mode-commit-hook): New hook.
108 (cvs-mode-commit): Run it.
109
110 * log-edit.el (log-edit): Run hook after `log-edit-files'.
111
112 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
113 (edebug-instrument-function): Use `find-function-noselect'.
114
115 2001-10-29 Richard M. Stallman <rms@gnu.org>
116
117 * term.el (term-if-emacs19): Macro deleted.
118 Callers changed to use progn instead.
119
120 * frame.el (blink-cursor-mode): Doc fix.
121
122 * files.el (find-backup-file-name): Use make-backup-file-name.
123
124 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
125 window-live-p.
126 (edebug-set-conditional-breakpoint): Unconditionally use
127 the former Emacs >=19 definition.
128 (edebug-mark): Define unconditionally.
129 (edebug-eval-expression): Always call read-from-minibuffer
130 and specify history list.
131 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
132 edebug-set-conditional-breakpoint.
133 (edebug-emacs-version-specific): Function deleted;
134 do the job at top level.
135 (edebug-emacs-19-specific): Function deleted, this is the default.
136
137 2001-10-29 Sam Steingold <sds@gnu.org>
138
139 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
140 "/cygdrive/LETTER/" pathnames.
141
142 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * faces.el (invert-face): Check for 'unspecified, not for nil,
145 when testing whether face colors are not specified.
146 From David.Kastrup@t-online.de (David Kastrup).
147 (read-face-name): Doc fix.
148 (make-face-bold, make-face-unbold, make-face-italic)
149 (make-face-unitalic, make-face-bold-italic, invert-face):
150 Remove trailing blank from the prompt passed to read-face-name.
151
152 2001-10-29 Sam Steingold <sds@gnu.org>
153
154 * emacs-lisp/bytecomp.el (byte-recompile-directory):
155 Report numbers of files skipped and failed too.
156 (byte-compile-file): Return 'no-byte-compile for skipped files.
157
158 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
159
160 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
161 and `M p'.
162
163 2001-10-29 Gerd Moellmann <gerd@gnu.org>
164
165 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
166 as is on unread-command-events instead of `(SECOND-CHAR)'.
167
168 2001-10-29 Andre Spiegel <spiegel@gnu.org>
169
170 * vc.el: Mention vc-*-switches in backend API documentation.
171 (vc-annotate): Adapt doc string to recent change.
172
173 2001-10-29 Gerd Moellmann <gerd@gnu.org>
174
175 * enriched.el (enriched-face-ans): Handle face attributes
176 of the form `(FACE1 FACE2 ...)'.
177
178 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
179
180 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
181
182 * progmodes/sql.el (sql-mysql): Doc change by RMS.
183
184 * progmodes/sql.el (sql-db2): Doc change.
185 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
186 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
187
188 2001-10-29 Gerd Moellmann <gerd@gnu.org>
189
190 * env.el (substitute-env-vars): Don't quote argument to `rx';
191 it's a macro.
192
193 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
194
195 * cus-start.el (recursive-load-depth-limit): Added.
196
197 2001-10-28 Richard M. Stallman <rms@gnu.org>
198
199 * textmodes/ispell.el (version18p, version20p): Vars deleted.
200 All uses removed--assume Emacs version is >= 20.
201
202 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
203 by really checking that it is not version 18.
204
205 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
206
207 2001-10-28 Miles Bader <miles@gnu.org>
208
209 * faces.el (face-attribute): Add INHERIT argument, consider face
210 inheritance if it's non-nil.
211 (face-attribute-merged-with): New function.
212 (face-attribute-specified-or): New macro.
213 (face-foreground, face-background, face-stipple): Add INHERIT
214 argument. Use `face-attribute-specified-or'.
215
216 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
217
218 * font-lock.el: Require `syntax'.
219 (font-lock-defaults-alist): Don't define keywords for lisp languages.
220 Use `c-font-lock-syntactic-face-function' for c languages.
221 (font-lock-mode): Don't unset vars when turning the mode off.
222 (font-lock-default-fontify-buffer): Don't unset vars at the end.
223 (font-lock-extra-managed-props): New var.
224 (font-lock-default-unfontify-region): Use it.
225 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
226 Don't eval the value when there's no match.
227 (font-lock-ppss-stats): New var.
228 (font-lock-ppss): New fun.
229 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
230 (font-lock-apply-highlight): Allow `highlight' to set several props.
231 (font-lock-set-defaults): Use dolist.
232 (font-lock-unset-defaults): Remove.
233 (font-lock-match-c-style-declaration-item-and-skip-to-next):
234 Try to recognize prototypes using `foo P_ ((args))'.
235 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
236 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
237 (c-font-lock-syntactic-face-function): New function.
238 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
239 (c++-keywords): Use a more sophisticated regexp to handle
240 shallowly nested templates.
241
242 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
243
244 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
245 (sgml-tag): Use it. Cleanup with `cond'.
246 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
247 Mark the overlays and only delete those that are marked.
248 (sgml-skip-close-p): Remove.
249 (sgml-value): Replace sgml-skip-close-p with its definition.
250 (html-tag-alist): Use sgml-xml a bit more.
251 (html-mode): Set sgml-empty-tags.
252
253 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
254 (texinfo-update-node, texinfo-sequential-node-update):
255 Don't bind the obsolete `auto-fill-hook'.
256 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
257 Use `set-buffer' rather than `switch-to-buffer'.
258 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
259 Use `set-buffer' rather than `switch-to-buffer'.
260
261 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
262 text-mode-syntax-table.
263 (mail-mode): Use define-derived-mode.
264 Fix ordering of alternatives in adaptive-fill-regexp.
265 (mail-mode-map): Don't rely on keymap's internal representation.
266
267 2001-10-27 Sam Steingold <sds@gnu.org>
268
269 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
270 (sgml-xml-guess): Extracted from `html-mode' and generalized.
271 (sgml-mode-common): Call it.
272 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
273 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
274 (html-horizontal-rule, html-image, html-ordered-list):
275 (html-unordered-list, html-list-item, html-paragraph):
276 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
277 `html-xhtml'.
278
279 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
280
281 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
282 (ifnothtml): New alias.
283
284 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
285
286 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
287 (toggle-text-mode-auto-fill): Use derived-mode-p.
288
289 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
290
291 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
292 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
293
294 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
295
296 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
297 Add make-obsolete cookies, to follow faces.el.
298
299 These changes avoid warnings from the byte compiler in faces.el:
300
301 * faces.el (internal-get-face): Use facep instead of the obsolete
302 internal-find-face.
303 (internal-frob-font-weight, internal-frob-font-slant):
304 New defaliases for obsolete functions.
305 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
306 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
307 (x-make-font-bold-italic): Use internal-frob-font-weight and
308 internal-frob-font-slant aliases instead of the obsolete
309 x-frob-... functions.
310
311 2001-10-26 Sam Steingold <sds@gnu.org>
312
313 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
314 DOCTYPE; set `mode-name' based on it.
315 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
316 (sgml-tag): Close empty tags in XHTML.
317
318 2001-10-26 Jason Rumney <jasonr@gnu.org>
319
320 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
321 when UNICODE is not defined.
322
323 2001-10-26 Sam Steingold <sds@gnu.org>
324
325 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
326 be alone on the line.
327
328 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
329
330 * button.el (button): Special face definition for MS-DOS terminals.
331
332 2001-10-26 Sam Steingold <sds@gnu.org>
333
334 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
335 Protect the /= test by checking that the args are non-nil.
336 (sh-font-lock-close-heredoc): Check eof for being non-nil.
337
338 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
339
340 * textmodes/artist.el (artist-version): 1.2.4.
341 (artist-butlast-fn): New variable.
342 (artist-butlast): New function.
343 (artist-ellipse-mirror-quadrant): Use it.
344 (artist-mouse-draw-poly): Use nil for `point-list'.
345 (artist-mouse-draw-poly): Check for point-list being nil.
346
347 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
348
349 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
350 lambda expression.
351 (ps-mode-menu-main): Submenu with options on/off was replaced with
352 a toggle button.
353 (ps-mode, ps-run-mode): Define with `define-derived-mode'
354 (ps-mode): Autoload cookie added on same line as comment
355 (ps-mode-tabkey, ps-mode-backward-delete-char):
356 (ps-mode-r-balance): Replace `delete-horizontal-space' and
357 `indent-to' with `indent-line-to'
358 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
359 instead of `eval'.
360 (ps-mode-print-region): Use `with-temp-buffer'.
361 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
362 (numerous places): Add back-tick and tick around names in
363 docstrings, fix punctuation in docstrings, remove trailing spaces.
364
365 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
366
367 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
368 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
369 (sgml-font-lock-syntactic-keywords): New var.
370 (sgml-mode-common): Drop the two args.
371 Don't make buffer-local variables that aren't used.
372 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
373 Don't set `before-string' props from sgml-display-text.
374 (sgml-mode): Use define-derived-mode.
375 (sgml-tags-invisible): Use sgml-display-text.
376 (sgml-quote): New command.
377 (html-tag-alist): Add args for `span'.
378 (html-mode): Use define-derived-mode.
379 Set sgml-display-text and sgml-tag-face-alist.
380
381 2001-10-25 Sam Steingold <sds@gnu.org>
382
383 * add-log.el (add-log-always-start-new-record): New user option.
384 (add-change-log-entry): Use it.
385
386 2001-10-25 Richard M. Stallman <rms@gnu.org>
387
388 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
389 bind case-fold-search if FROM is not all lower case.
390
391 2001-10-25 Gerd Moellmann <gerd@gnu.org>
392
393 * startup.el (normal-top-level): Check for frame-initial-frame
394 only if it's really used.
395
396 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
397
398 * progmodes/compile.el (compilation-parse-errors-filename-function):
399 New variable.
400 (compilation-parse-errors): Use it.
401
402 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
403
404 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
405 interactively so that C-u M-C-x still does edebug.
406 (checkdoc-sentencespace-region-engine): Don't force a double-space
407 after `.' if it doesn't look like an end-of-sentence.
408 (debug-ignored-errors): Add `disambiguate ...'.
409
410 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
411
412 * textmodes/texinfo.el (texinfo-environments)
413 (texinfo-environment-regexp): Hoist.
414 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
415 Only highlight the menu name in menu items.
416 Setup `@foo ... @end foo' as text clones.
417 (texinfo-clone-environment): New function.
418 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
419 (texinfo-insert-block): Simplify.
420 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
421 the command is repeated.
422 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
423 (texinfo-insert-@end): Simplify.
424
425 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
426 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
427 (texinfo-subsubsection-level-regexp)
428 (texinfo-update-menu-same-level-regexps)
429 (texinfo-update-menu-higher-regexps)
430 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
431
432 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
433 (derived-mode-p): Autoload.
434
435 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
436 New vars and functions.
437 (text-clone-maintain, text-clone-create): New functions.
438
439 2001-10-25 Miles Bader <miles@gnu.org>
440
441 * facemenu.el (facemenu-add-new-face): Fix variable names.
442
443 2001-10-24 Richard M. Stallman <rms@gnu.org>
444
445 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
446 of t and nil values.
447 (facemenu-set-face): Handle START and END interactively.
448 (facemenu-set-foreground): Don't use a face; specify color directly.
449 (facemenu-set-background): Likewise.
450 (facemenu-set-face-from-menu): Doc fix.
451 (facemenu-active-faces): Use face-attribute-vector
452 to handle bare attributes not in faces.
453 (facemenu-get-face): Don't handle face names fg:... and bg:...
454 specially.
455 (facemenu-add-new-face): New argument MENU.
456 New way to handle adding colors to the color menus.
457
458 * env.el (substitute-env-vars): Quote the arg to rx.
459
460 2001-10-24 Sam Steingold <sds@gnu.org>
461
462 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
463 Control" and "SGML" groups.
464
465 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
466
467 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
468 Better handling of C++ template args to avoid confusion with `<'
469 and `>' used as operators in member init expressions.
470
471 2001-10-24 Gerd Moellmann <gerd@gnu.org>
472
473 * replace.el (perform-replace): Move START and END parameters
474 to the end of the argument list and make them optional.
475
476 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
477 perform-replace.
478
479 * international/fontset.el (x-must-resolve-font-name): New function.
480 (x-complement-fontset-spec): Use it.
481
482 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
483
484 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
485
486 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
487 Turn caadr into caar of cdr.
488
489 2001-10-23 Gerd Moellmann <gerd@gnu.org>
490
491 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
492 of mouse-{1,2} since dragging is on the down event.
493
494 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
495
496 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
497 if ARG is nil.
498
499 * desktop.el (desktop-last-buffer): New variable.
500 (desktop-create-buffer): Set it.
501 (desktop-read): Bind it and switch to that buffer.
502
503 2001-10-22 Gerd Moellmann <gerd@gnu.org>
504
505 * progmodes/compile.el (compilation-set-window-height):
506 Select old window only if it's still live.
507
508 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
509
510 * help-mode.el (help-buffer): Remove debugging code.
511 From Stefan Monnier <monnier@cs.yale.edu>.
512
513 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
514
515 * files.el (file-name-sans-extension, file-name-extension):
516 Don't count the leading dots in file names as signaling an extension.
517
518 2001-10-22 Andre Spiegel <spiegel@gnu.org>
519
520 * vc.el (vc-diff-switches): Doc rewritten.
521
522 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
523
524 * tooltip.el (tooltip-set-param): Doc fix.
525
526 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
527 127 to sgml-maybe-name-self.
528 (sgml-name-8bit-mode): Doc fix.
529 (sgml-char-names-table): New variable.
530 (sgml-name-char): Support non-ASCII and mule-unicode-*
531 characters. Doc fix.
532 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
533
534 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
535 doc string the effect of `left' and `top' parameters in
536 tooltip-frame-parameters, the default values, and the units.
537 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
538 (tooltip-show): Mention in the doc string the `top' and `left'
539 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
540
541 2001-10-22 Andre Spiegel <spiegel@gnu.org>
542
543 Add autoscaling support for vc-annotate.
544 From J.D. Smith <jdsmith@astro.cornell.edu>.
545
546 * vc.el (vc-annotate-display-default): Accept colormap scaling
547 ratio (now deprecated).
548 (vc-annotate-display-autoscale): Added.
549 (vc-annotate-add-menu): New autoscaling menu options "Span to
550 Oldest" and "Span Oldest->Newest". Easymenu support added for
551 toggle menus driven by customize variable `vc-annotate-display-mode'.
552 (vc-annotate-display-select): Added.
553 (vc-annotate): Changed temp-buffer-show-function to
554 `vc-annotate-display-select'.
555 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
556 Added argument OFFSET. Instead of backend function, calls now
557 generic `vc-annotate-difference'.
558 (vc-annotate-difference): Added as generic function instead of
559 backend-specific function. No longer takes argument POINT, but
560 instead accepts a time OFFSET.
561 (vc-default-annotate-current-time): Added.
562
563 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
564 version in vc.el, with
565 (vc-cvs-annotate-current-time): Added, as override of default.
566 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
567 `vc-cvs-annotate-difference'.
568
569 2001-10-22 Gerd Moellmann <gerd@gnu.org>
570
571 * saveplace.el (save-place): Require `saveplace'.
572
573 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
574 Use `sexp' for :value-type instead of `face'.
575
576 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
579 regexps due to 5-digit message IDs.
580
581 2001-10-21 Jason Rumney <jasonr@gnu.org>
582
583 * term/w32-win.el (redisplay-dont-pause): Don't set.
584
585 2001-10-21 Miles Bader <miles@gnu.org>
586
587 * help-funs.el (help-manyarg-func-alist): Variable removed.
588
589 2001-10-21 Miles Bader <miles@gnu.org>
590
591 * help-funs.el (help-manyarg-func-alist): Remove entries for
592 `insert', `insert-and-inherit', `insert-before-markers',
593 `insert-before-markers-and-inherit', `message', `message-box',
594 `message-or-box', `propertize', `format', `encode-time', `append',
595 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
596 `insert-string', `ml-if', `ml-provide-prefix-argument', and
597 `ml-prefix-argument-loop'.
598
599 2001-10-21 Andre Spiegel <spiegel@gnu.org>
600
601 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
602 (vc-default-diff-tree): New functions.
603 (vc-version-diff): Use them. As a result, coding systems are now
604 set up properly for all sorts of diffs, and tree diffs can now
605 also be done locally.
606 (vc-diff): With a prefix argument, don't require that it's called
607 from a buffer under version control.
608 (diff-switches): Remove duplicate definition.
609
610 * vc-cvs.el (vc-cvs-diff-tree): New function.
611
612 2001-10-21 Miles Bader <miles@gnu.org>
613
614 * help-funs.el (help-manyarg-func-alist): Remove entries for
615 `list', `vector', `make-byte-code', `call-process',
616 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
617 `logand', `logior', and `logxor'.
618
619 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
620 image bits to compensate. Use `make-string' instead of
621 `make-bool-vector' (XBM apparently wants byte-aligned rows).
622
623 2001-10-20 Kim F. Storm <storm@cua.dk>
624
625 * simple.el (kill-ring-save): Don't show extent of copied region
626 if using transient-mark-mode and region is fully visible.
627
628 2001-10-20 Gerd Moellmann <gerd@gnu.org>
629
630 * (Version 21.1 released.)
631
632 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
633
634 * files.el (auto-mode-alist): Associate .indent.pro with
635 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
636
637 2001-10-18 Sam Steingold <sds@gnu.org>
638
639 Put the *Compile-Log* buffer in `compilation-mode'.
640 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
641 (byte-compile-log-1, byte-compile-log-file)
642 (displaying-byte-compile-warnings): Use it
643
644 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
645
646 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
647
648 * xml.el (xml-parse-tag): Use eq on char-after's return value.
649
650 2001-10-18 Gerd Moellmann <gerd@gnu.org>
651
652 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
653
654 * obsolete/hilit19.el (hilit-lookup-face-create):
655 Call set-face-font only if display-graphic-p.
656 (toplevel): Remove references to window-system.
657
658 2001-10-18 Miles Bader <miles@gnu.org>
659
660 * simple.el (what-line): Avoid problems with field properties.
661
662 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
663
664 * wid-edit.el (widget-field-face, widget-single-line-field-face):
665 Define special colors for a tty.
666
667 2001-10-17 Francesco Potorti` <pot@gnu.org>
668
669 * comint.el (comint-password-prompt-regexp): Make it less
670 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
671
672 2001-10-17 John Wiegley <johnw@gnu.org>
673
674 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
675 a regular file, before checking if it is a directory or symlink.
676 This avoids a call to eshell-file-attributes, which can be
677 expensive in some situations.
678
679 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
680 customization variable, to differentiate ls-in-dired from regular
681 uses of ls.
682
683 2001-10-17 Miles Bader <miles@gnu.org>
684
685 * custom.el (defface): Mention `:inherit' in doc-string.
686
687 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * paren.el: Update the Commentary with installation instructions.
690
691 2001-10-15 Dave Love <fx@gnu.org>
692
693 * international/mule.el (set-auto-coding): Fix regexps for local
694 variables section not to eat newlines.
695
696 2001-10-15 Miles Bader <miles@gnu.org>
697
698 * simple.el (display-message-or-buffer): Pass the correct buffer
699 to `display-buffer'.
700
701 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
702
703 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
704 (executable-find): Use exec-suffixes.
705 (executable-set-magic): Don't use make-local-hook.
706
707 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
708
709 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
710
711 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
712 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
713 Add .so to the Unix and GNU branch.
714
715 * international/latin-1.el:
716 * international/latin-2.el:
717 * international/latin-3.el:
718 * international/latin-4.el:
719 * international/latin-5.el:
720 * international/latin-8.el:
721 * international/latin-9.el: Add no-byte-compile: t, since
722 Makefile.in instructs make-docfile to look at .el files.
723
724 2001-10-14 Miles Bader <miles@gnu.org>
725
726 * button.el (define-button-type): Allow supertype property to be
727 specified with a keyword `:supertype' too.
728 (button-put, make-text-button): Allow button type property to be
729 specified using the keyword `:type' too.
730 (button-type): New function.
731 (button): Add `button-category-symbol' property.
732
733 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
734
735 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
736 indent-new-comment-line from comment-indent-new-line.
737
738 * textmodes/refill.el (refill-mode):
739 Bind DEL to backward-delete-char-untabify.
740 Set backward-delete-char-untabify-method to `hungry'.
741
742 * textmodes/bib-mode.el (bib-mode):
743 * play/gomoku.el (gomoku-mode):
744 * textmodes/page-ext.el (pages-directory-mode):
745 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
746
747 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
748
749 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
750
751 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
752 Handle here-docs differently.
753 (sh-font-lock-heredoc): Remove.
754 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
755 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
756 (sh-font-lock-open-heredoc): New functions.
757 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
758 (sh-font-lock-keywords-1): Use regexp-opt.
759 (sh-in-comment-or-string): Use syntax-ppss.
760 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
761 (sh-select, sh-tmp-file): Add explicit terminating \n.
762
763 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
764 Use with-current-buffer.
765 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
766 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
767 filename), catch any error that occurs in `ange-ftp-cd'.
768 If an error happened, don't bother sending `cmd' at all.
769 Fix a parenthesis typo.
770 (ange-ftp-write-region): Don't blindly use binary if the remote host
771 is unix-like.
772
773 * play/pong.el (pong-init): Don't use make-local-hook.
774
775 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
776
777 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
778 (viper-get-ex-address-subr): More precise addr for the $ marker
779
780 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
781
782 * version.el (emacs-version): Bump to 21.1.50.
783
784 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
785
786 * mail/mailalias.el (mail-directory-stream): Do not double
787 variables in the lambda-list.
788
789 * play/gomoku.el (gomoku-init-display): Ditto.
790
791 * play/landmark.el (lm-init-display): Ditto.
792
793 * delim-col.el (delimit-columns-rectangle-max): Ditto.
794 (delimit-columns-rectangle-line): Ditto.
795
796 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
797
798 * newcomment.el (comment-region-internal): Don't rebind
799 invisibility_spec now that the C routines handle it correctly.
800
801 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
802
803 * frame.el (special-display-popup-frame): Obey new specs `same-window'
804 and `same-frame'.
805
806 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
807
808 * simple.el (minibuffer-local*-map): Remove redundant bindings.
809
810 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
811 C-p and C-r. Remove redundant bindings from inheriting maps.
812
813 * progmodes/cperl-mode.el: Merged in changes from v4.32.
814 After 4.23 and: After 4.24:
815 (cperl-contract-levels): Restore position.
816 (cperl-beautify-level): Likewise.
817 (cperl-beautify-regexp): Likewise.
818 (cperl-commentify): Rudimental support for length=1 runs
819 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
820 After 4.25:
821 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
822 (imenu-example--create-perl-index): Was not enforcing
823 syntaxification-to-the-end.
824 (cperl-invert-if-unless): Allow `for', `foreach'.
825 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
826 Mark qw(), m()x as indentable.
827 (cperl-init-faces): Highlight `sysopen' too.
828 Highlight $var in `for my $var' too.
829 (cperl-invert-if-unless): Was leaving whitespace at end.
830 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
831 (cperl-calculate-indent): Remove old commented out code.
832 Support (primitive) indentation of qw(), m()x.
833 After 4.26:
834 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
835 q [] with intervening newlines.
836 (cperl-autoindent-on-semi): New customization variable.
837 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
838 (cperl-tips): Mention how to make CPerl the default mode.
839 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
840 (cperl-outline-level): New function.
841 (cperl-highlight-variables-indiscriminately): New customization var.
842 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
843 From Sean Kamath <kamath@pogo.wv.tek.com>.
844 (cperl-after-block-p): Support CHECK and INIT.
845 (cperl-init-faces, cperl-short-docs): Likewise and "our".
846 From Doug MacEachern <dougm@covalent.net>.
847 After 4.27:
848 (cperl-find-pods-heres): Recognize \"" as a string.
849 Mark whitespace between q and [] as `syntax-type' => `prestring'.
850 Allow whitespace between << and "FOO".
851 (cperl-problems): Remove \"" and q [] with intervening newlines.
852 Mention multiple <<EOF as unsupported.
853 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
854 (cperl-indent-parens-as-block): New configuration variable.
855 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
856 Use `cperl-indent-parens-as-block'.
857 (cperl-find-pods-heres): Test for =cut without empty line instead of
858 complaining about no =cut.
859 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
860 (cperl-find-pods-heres): Likewise.
861 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
862 POD could've been marked as comment already.
863 (cperl-unwind-to-safe): Unwind before start of POD too.
864 After 4.28:
865 (cperl-forward-re): Throw an error at proper moment REx unfinished.
866 After 4.29:
867 (x-color-defined-p): Make an extra case to peacify the warning.
868 Toplevel: `defvar' to peacify the warnings.
869 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
870 No -nw-compile time warnings now.
871 (cperl-find-tags): TAGS file had too short substring-to-search.
872 Be less verbose in non-interactive mode
873 (imenu-example--create-perl-index): Set index-marker after name
874 (cperl-outline-regexp): New variable.
875 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
876 (cperl-mode): Made use `cperl-outline-regexp'.
877 After 4.30:
878 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
879 (cperl-outline-level): Make start-of-file same level as `package'.
880 After 4.31:
881 (cperl-electric-pod): `head1' and `over' electric only if empty.
882 (cperl-unreadable-ok): New variable.
883 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
884 on an unreadable file.
885 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
886 on an unreadable directory.
887
888 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
889 Consider the text between two errors as belonging to the first error.
890 (compilation-goto-locus): Use pop-to-buffer rather than
891 switch-to-buffer-other-frame.
892
893 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
894 (awk-font-lock-syntactic-keywords): New var.
895 (awk-mode): Use it.
896
897 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
898
899 * faces.el (describe-face): Call help-setup-xref earlier.
900
901 * jka-compr.el (jka-compr-load-suffixes): New var.
902 (jka-compr-install): Add its content to load-suffixes.
903 (jka-compr-uninstall): Remove its content from load-suffixes.
904
905 2001-10-12 Sam Steingold <sds@gnu.org>
906
907 * bindings.el (completion-ignored-extensions): CL-related
908 extensions are platform-independent.
909
910 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
911 asynchronous multiple file copying.
912
913 2001-10-12 Gerd Moellmann <gerd@gnu.org>
914
915 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
916 Turn error for repeated variables into warning.
917
918 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
919 New function checking that lambda-list consists of non-constant
920 symbols, that &rest and &optional are followed by variable names,
921 that &rest VAR is the last element, and that variables aren't doubled.
922 (byte-compile-lambda): Use it.
923
924 2001-10-12 Eli Barzilay <eli@barzilay.org>
925
926 * calculator.el (calculator-eng-display): Don't call concat
927 with an integer argument.
928
929 2001-10-12 Miles Bader <miles@gnu.org>
930
931 * help-mode.el (help-customize-face): New button-type.
932
933 * faces.el (list-faces-display): Fix args to `help-xref-button'.
934 (describe-face): Fix args to `help-xref-button'.
935 Don't switch to help-buffer around call to `help-setup-xref'.
936 Use `help-buffer' instead of hard-wired "*Help*".
937 Require `help-mode'.
938
939 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
940
941 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
942
943 * help-mode.el (help-buffer): New function.
944 Returns the buffer-name to use for help output.
945 Change all the code to use it instead of hard-coding *Help*.
946 (help-mode-map): Put back the mouse-2 binding.
947 (help-xref-stack): Change the format and make buffer-local.
948 (help-xref-stack-item): Make buffer-local.
949 (help-setup-xref): Do the `push' here rather than in help-do-xref.
950 (help-xref-interned): Display the face doc as well.
951 (help-follow-mouse): Re-introduce.
952 (help-xref-go-back): Adapt to the new use of help-xref-stack.
953 (help-do-xref): Don't `push' any more.
954 (help-follow): Also follow face names.
955
956 * help-funs.el (describe-function-1): Remove unused `parens' arg.
957 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
958 Autoload and cleanup.
959 (describe-function): Call help-setup-xref.
960 (describe-variable): Call help-setup-xref earlier.
961
962 * help.el (describe-bindings-internal): New fun moved from keymap.c.
963 (view-lossage): Call help-setup-xref correctly and earlier.
964 (describe-bindings): Call help-setup-xref earlier.
965 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
966 (describe-mode): Don't autoload. Call help-setup-xref earlier.
967
968 2001-10-11 Gerd Moellmann <gerd@gnu.org>
969
970 * master.el (master-mode): Use define-minor-mode instead of
971 easy-mmode-define-minor-mode. Add autload cookie.
972 (Commentary): Remove the line showing how to autoload master-mode,
973 since it's always autoloaded.
974
975 * master.el: New file.
976
977 2001-10-11 Dave Love <fx@gnu.org>
978
979 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
980 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
981 <const-C varset-X const-C>: Fix car/cdr typo.
982
983 2001-10-11 Gerd Moellmann <gerd@gnu.org>
984
985 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
986 New function extracted from byte-compile-log-1.
987 (byte-compile-log-1): Change output to be more in line with
988 the output of other GNU tools.
989 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
990 (byte-compile-report-error): Downcase error message.
991 Use `error' instead of `!!' for error messages.
992 (byte-compile-print-syms): Treat non-interactive case specially.
993 (displaying-byte-compile-warnings): Use backquote.
994 (byte-compile-from-buffer): Bind byte-compile-last-line.
995 (batch-byte-compile): Remove `Done' message.
996
997 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
998
999 * emacs-lisp/copyright.el (copyright): Add final \n.
1000
1001 2001-10-11 Miles Bader <miles@gnu.org>
1002
1003 * diff.el (diff): Display default values in prompts as
1004 `(default ...)', not `(...)'.
1005
1006 * info.el (Info-follow-reference): Likewise.
1007
1008 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1009
1010 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1011
1012 * newcomment.el (comment-indent): Be a little more robust in case
1013 comment-indent-function does funny things.
1014 (comment-normalize-vars): Autoload.
1015 (comment-region-internal): Fiddle with the visibility spec.
1016 (comment-valid-prefix): New function.
1017 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1018 that would turn comment-text into non-comment-text.
1019
1020 * emacs-lisp/syntax.el: New file.
1021
1022 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1023 compatibility cruft.
1024 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1025 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1026 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1027 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1028 tcl-submit-bug-report.
1029 (tcl-mode-syntax-table): Leave \f alone.
1030 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1031 tcl-end-of-defun, tcl-submit-bug-report.
1032 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1033 (tcl-add-emacs-menu): Remove.
1034 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1035 (tcl-keyword-list): Add `chain'.
1036 (tcl-font-lock-syntactic-keywords): New variable.
1037 (tcl-pps-has-arg-6): Remove.
1038 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1039 (tcl-internal-mark-defun): Remove.
1040 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1041 (tcl-mode): Use define-derived-mode. Simplify.
1042 Set comment-indent-function.
1043 (tcl-indent-command): Use line-beginning-position and comment-indent.
1044 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1045 (tcl-indent-line): Use tcl-calculate-indent.
1046 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1047 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1048 (tcl-filter): Use with-current-buffer, simplify.
1049 (inferior-tcl-mode): Use define-derived-mode.
1050 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1051 (tcl-simple-in-comment, tcl-in-comment): Removed.
1052 (tcl-files-alist): New function.
1053 (tcl-help-snarf-commands): Use it and return the result directly
1054 rather than through a global variable.
1055 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1056 (tcl-help-on-word): Provide the default value to completing-read.
1057 (tcl-hilit): Remove.
1058 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1059 (tcl-comment-indent): New function.
1060 (tcl-submit-bug-report): Remove.
1061 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1062 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1063 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1064
1065 2001-10-10 Miles Bader <miles@gnu.org>
1066
1067 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1068 (Info-fontify-node): Don't fontify the node if it's already been done.
1069
1070 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1071
1072 * international/iso-transl.el (iso-transl-e-caret)
1073 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1074 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1075
1076 * simple.el (end-of-buffer): Fix code scrolling specially
1077 for the buffer end.
1078
1079 * startup.el (command-line-1): Bind tab-width to 8.
1080
1081 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1082
1083 * emulation/tpu-edt.el: Use defalias instead of fset for
1084 user-visible commands. From Rob Riepel
1085 <riepel@Networking.Stanford.EDU>.
1086
1087 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1088
1089 * ruler-mode.el: New file.
1090
1091 2001-10-09 Miles Bader <miles@gnu.org>
1092
1093 * apropos.el (button): New require.
1094
1095 * help-funs.el: New file, contents mostly from `help.el'.
1096 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1097
1098 * help-mode.el: New file, contents mostly from `help.el'.
1099
1100 * help.el: Don't require `view' when compiling.
1101 (help-with-tutorial, describe-function, describe-function-1)
1102 (variable-at-point, describe-variable, locate-library):
1103 Functions moved into `help-funs.el'.
1104 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1105 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1106 (help-setup-xref, help-xref-following, help-make-xrefs)
1107 (help-xref-button, help-insert-xref-button, help-xref-interned)
1108 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1109 (help-xref-on-pp): Functions moved into `help-mode.el'
1110 (help-mode-map, help-xref-stack, help-xref-stack-item)
1111 (help-highlight-p, help-highlight-face, help-back-label)
1112 (help-xref-symbol-regexp, help-xref-mule-regexp)
1113 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1114 (help-symbol, help-back, help-info, help-customize-variable)
1115 (help-function-def, help-variable-def):
1116 Button-types moved into `help-mode.el'.
1117 (load-symbol-file-load-history, symbol-file):
1118 Functions moved into `subr.el'.
1119 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1120 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1121
1122 * subr.el (symbol-file-load-history-loaded)
1123 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1124
1125 * loadup.el ("button"): Load removed.
1126
1127 * button.el (define-button-type): Respect any `supertype' property.
1128 (button-type-subtype-p, button-has-type-p): New functions.
1129
1130 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1131 dollar-signs.
1132
1133 * comint.el (comint-insert-previous-argument): New function.
1134 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1135 (comint-insert-previous-argument-last-start-pos)
1136 (comint-insert-previous-argument-last-index): New variables.
1137
1138 * apropos.el (apropos-next-label-button): Use the presence of a
1139 `apropos-label' property to detect label buttons.
1140
1141 2001-10-08 Miles Bader <miles@gnu.org>
1142
1143 * button.el (next-button, previous-button): Remove N and WRAP
1144 parameters. Don't pay attention to `skip' properties.
1145 (forward-button): Implement wrapping, iterating, and skipping here
1146 instead.
1147 (button-activate): USE-MOUSE-ACTION is optional.
1148 (button-nop): Function removed.
1149 (default-button): Use `ignore' as default button action.
1150
1151 * apropos.el (apropos-next-label-button): Update arguments to
1152 `next-button'.
1153 (apropos-symbol): Add `skip' property.
1154 (apropos-function, apropos-macro, apropos-command)
1155 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1156 (apropos-plist): New button types.
1157 (apropos-label-properties): Variable removed.
1158 (apropos-print): Pass button-type to apropos-print-doc, rather
1159 than help function and label text.
1160 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1161 Get button label from TYPE.
1162
1163 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1164
1165 * help.el (help-mode): Use define-derived-mode.
1166 (describe-mode): Add optional `buffer' arg.
1167 Use it instead of going through help-xref-mode.
1168 Avoid doubling the word `minor' when prettifying.
1169 (describe-function-1): List the corresponding key bindings.
1170 (describe-variable): Say if the var is automatically buffer-local.
1171 If the source is `loaddefs.el', look for the real source.
1172 (help-xref-mode): Remove.
1173
1174 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1175 the file says no-byte-compile.
1176
1177 2001-10-08 Miles Bader <miles@gnu.org>
1178
1179 * button.el (next-button, previous-button): Respect `skip' property.
1180
1181 2001-10-07 Miles Bader <miles@gnu.org>
1182
1183 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1184 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1185 `woman-follow-word' instead of `woman-mouse-2'.
1186 (woman-follow-word): Renamed from `woman-mouse-2'.
1187 Follow current unconditionally, since this function is now only
1188 bound to M-mouse-2. Use accessor functions.
1189 (WoMan-highlight-references): Use `make-text-button'.
1190 (woman-xref): New button type.
1191
1192 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1193 ("button"): New load, just before "help" (which uses it).
1194
1195 * help.el (help-mode-map): Make button-buffer-map our parent.
1196 Don't bind mouse events or tab/backtab.
1197 (help-function, help-variable, help-face, help-coding-system)
1198 (help-input-method, help-character-set, help-back, help-info)
1199 (help-customize-variable, help-function-def, help-variable-def):
1200 New button types.
1201 (help-button-action): New function.
1202 (describe-function-1): Pass help button-types to
1203 `help-xref-button' rather than help function and help-echo string.
1204 Don't put multiple help-function args in a list to pass them to
1205 help-xref-button, just pass them as multiple arguments.
1206 Use `help-insert-xref-button' to make [back]-button, rather than
1207 `help-xref-button'.
1208 (help-xref-button): Take a button-type TYPE as a parameter rather
1209 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1210 and add a &rest parameter ARGS to serve the same purpose.
1211 Use `make-text-button' to add the button.
1212 (help-insert-xref-button): Use `insert-text-button' to add the button.
1213 (help-follow-mouse, help-next-ref, help-previous-ref):
1214 Functions removed.
1215 (help-do-xref): New function.
1216 (help-follow): Use `push-button' and `help-do-xref' to do most of
1217 the work.
1218
1219 * apropos.el (apropos-symbol, apropos-label): New button types.
1220 (apropos-symbol-button-display-help)
1221 (apropos-label-button-display-help, apropos-next-label-button):
1222 New functions.
1223 (apropos-mode-map): Make button-buffer-map our parent.
1224 Don't bind mouse events.
1225 (apropos-print, apropos-print-doc): Create buttons instead of text
1226 properties.
1227 (apropos-mouse-follow): Function removed.
1228 (apropos-follow): Use buttons.
1229
1230 * button.el: New file.
1231
1232 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1233
1234 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1235 Remove.
1236
1237 2001-10-05 Richard M. Stallman <rms@gnu.org>
1238
1239 * add-log.el (add-change-log-entry): Skip copyright notice
1240 and copying permission notice at start of file, if any.
1241 Make use of terms "entry" and "item" accord with Emacs manual.
1242 Simplify the logic for moving point while entering or creating
1243 an entry and then an item.
1244 (add-change-log-entry-other-window): Doc fix.
1245
1246 2001-10-06 Miles Bader <miles@gnu.org>
1247
1248 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1249 removed; they apparently don't work with faces.
1250
1251 2001-10-05 Sam Steingold <sds@gnu.org>
1252
1253 * textmodes/sgml-mode.el (html-xhtml): New user option.
1254 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1255 (html-ordered-list, html-unordered-list, html-list-item)
1256 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1257 (sgml-skip-close-p): New function.
1258 (sgml-value): Use it.
1259
1260 2001-10-05 Sam Steingold <sds@gnu.org>
1261
1262 * calendar/diary-lib.el (diary-entry-compare): When times are
1263 identical, compare the entries lexicographically.
1264
1265 2001-10-06 Miles Bader <miles@gnu.org>
1266
1267 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1268 Use `minibuffer-prompt-end'.
1269
1270 * simple.el (previous-matching-history-element): Fix misplaced
1271 parentheses.
1272
1273 2001-10-05 Miles Bader <miles@gnu.org>
1274
1275 * rfn-eshadow.el: New file.
1276
1277 2001-10-05 Miles Bader <miles@gnu.org>
1278
1279 * cus-face.el (custom-face-attributes): Make sure each attribute
1280 has a valid default value. Remove hacks that mapped `nil' to
1281 `off' and used nil to mean `unspecified'. Remove `unspecified'
1282 choices from all attributes (unspecified is handled by the parent
1283 checklist).
1284 * cus-edit.el (custom-face-edit-convert-widget)
1285 (custom-face-edit-deactivate, custom-face-edit-activate)
1286 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1287 New functions.
1288 (custom-face-edit): Specify a custom :convert-widget.
1289 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1290 Don't pass in default filters that map between `nil' and `off' and
1291 `unspecified' and `nil'.
1292
1293 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1294
1295 * progmodes/compile.el (compilation-buffer-name): New function.
1296 (compile-internal): Use it to determine the name of the
1297 compilation buffer.
1298
1299 2001-10-05 Miles Bader <miles@gnu.org>
1300
1301 * progmodes/compile.el (grep-use-null-device): New variable.
1302 (grep-command): Mention `grep-use-null-device'.
1303 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1304 Make computation of `grep-command' respect `grep-use-null-device'.
1305 (grep): Respect `grep-use-null-device'.
1306 Call `grep-compute-defaults' even if grep-command is set, if
1307 grep-use-null-device is still tentative.
1308
1309 * subr.el (call-process-shell-command): New function.
1310
1311 2001-10-05 Miles Bader <miles@gnu.org>
1312
1313 * simple.el (previous-matching-history-element)
1314 (next-history-element, next-complete-history-element): Use
1315 `minibuffer-' functions instead of calling `field-' functions directly.
1316 (minibuffer-prompt-end, minibuffer-contents):
1317 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1318 Functions removed (now subrs).
1319 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1320
1321 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1322 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1323 instead of calling `field-' functions directly.
1324 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1325
1326 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1327
1328 * files.el (find-file-noselect): If file's read-only status has
1329 changed on disk, ask if buffer's read-only status should be
1330 changed, unless NOWARN is set.
1331
1332 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1333 alias for define-setf-method.
1334
1335 * bindings.el: Remove no-byte-compile from file local variables
1336 to enable bootstrapping.
1337
1338 2001-10-04 Andrew Innes <andrewi@gnu.org>
1339
1340 * faces.el (face-font-registry-alternatives) [windows-nt]:
1341 Make gb2312 an alias for gb2312.1980.
1342
1343 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1346 (uniquify-reverse-components): Remove.
1347
1348 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1349 Make sure the file is readable.
1350 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1351 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1352 (batch-byte-recompile-directory): Pass arg=0.
1353
1354 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1355 (perl-calculate-indent): Use it.
1356 (perl-backward-to-noncomment): Use forward-comment.
1357
1358 * derived.el (define-derived-mode, derived-mode-make-docstring):
1359 Allow `parent' to be nil.
1360
1361 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1362 Use define-derived-mode.
1363 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1364
1365 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1366
1367 * emacs-lisp/lselect.el: Use facep iso find-face.
1368
1369 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1370 Use regexp-opt.
1371 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1372 (lisp-font-lock-syntactic-face-function): New function.
1373 (lisp-mode-variables): Use it. Make arg optional.
1374 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1375 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1376 Set comment-start-skip.
1377
1378 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1379
1380 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1381 (ignore-errors): Don't bother using a `err' symbol.
1382
1383 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1384 (autoload-insert-section-header, autoload-before-p)
1385 (autoload-remove-section): New functions.
1386 (generate-file-autoloads): Use them.
1387 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1388 Make sure the autoload file is properly formatted when creating it.
1389 (update-autoloads-from-directories): Use them as well.
1390 Only update autoloads for files whose timestamp has changed.
1391 Add a dummy entry to remember the files which had no autoload cookies.
1392
1393 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1394
1395 * subr.el (define-key-after): Allow `key' to be longer than 1.
1396 (make-local-hook): Make obsolete.
1397 (add-hook, remove-hook): Don't use make-local-hook any more.
1398 (make-syntax-table): Inherit all chars from s-s-t.
1399
1400 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1401
1402 This is a fix for a report saying that resuming a search with C-s
1403 C-s doesn't use the case-fold-search setting of the previous
1404 search (C-s ... M-c ... then C-s C-s).
1405
1406 * isearch.el (isearch-last-case-fold-search): New variable.
1407 (isearch-mode): Remember value of isearch-case-fold-search
1408 in isearch-last-case-fold-search.
1409 (isearch-done): Quote value of isearch-case-fold-search.
1410 (isearch-repeat): When resuming a search, restore
1411 isearch-case-fold-search from isearch-last-case-fold-search.
1412
1413 Added to NEWS.
1414
1415 * startup.el (inhibit-startup-buffer-menu): New user-option.
1416 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1417 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1418
1419 This allows upto 99999 messages in the summary without screwing up
1420 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1421
1422 * mail/rmailsum.el (rmail-make-summary-line)
1423 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1424 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1425 Allow 5-digit message ids instead of 4.
1426
1427 This adds expansion of environment variables in the value
1428 specified with M-x setenv. Added to NEWS.
1429
1430 * env.el (substitute-env-vars): New function.
1431 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1432 environment variables in VALUE. Return VALUE.
1433
1434 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1435
1436 * Branch for 21.1.
1437
1438 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1439
1440 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1441
1442 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1443
1444 * emulation/tpu-edt.el: Make messages match original TPU/edt
1445 editor. From riepel@Stanford.EDU (Rob Riepel).
1446
1447 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1448
1449 * rect.el: Update maintainer's email address.
1450
1451 2001-10-02 Andreas Schwab <schwab@suse.de>
1452
1453 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1454 and Extended Passive Mode, resp.
1455
1456 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 These changes add support for Calendar-related items in the
1459 menu bar on tty's as well:
1460
1461 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1462 unconditionally.
1463 (calendar-mode): Set up activate-menubar-hook unconditionally.
1464
1465 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1466 calls x-popup-menu only if popup menus are supported.
1467 (calendar-mouse-insert-hebrew-diary-entry)
1468 (calendar-mouse-insert-islamic-diary-entry)
1469 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1470 (calendar-mouse-view-other-diary-entries)
1471 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1472 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1473 Call cal-menu-x-popup-menu instead of x-popup-menu.
1474
1475 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1476
1477 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1478
1479 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1480
1481 * emacs-lisp/rx.el: New file.
1482
1483 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1484
1485 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1486
1487 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1488
1489 * frame.el (select-frame-by-name, other-frame): Doc fix.
1490
1491 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * play/snake.el (snake-score-file): Use temporary-file-directory
1494 instead of a literal "/tmp". Suggested by Robert
1495 <robert@chezmarshall.freeserve.co.uk>.
1496
1497 * play/tetris.el (tetris-score-file): Ditto.
1498
1499 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1500
1501 * apropos.el (apropos-print): Make the directions inserted at the
1502 beginning of the *Apropos* buffer more clear.
1503
1504 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1505
1506 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1507 Added comments.
1508
1509 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1510
1511 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1512 "\\s-" when defining comment-end-skip.
1513
1514 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1515
1516 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1517 Call get-buffer-window first second arg `visible'.
1518
1519 * international/mule-diag.el (list-input-methods-1):
1520 Output something that's independent of Emacs' version.
1521
1522 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1523 calling byte-to-position with a nil tar-header-offset.
1524
1525 2001-09-27 Simon Josefsson <jas@extundo.com>
1526
1527 * mail/sendmail.el (send-mail-function): Doc fix.
1528 (mail-do-fcc): Error if header-end is not a marker.
1529 (mail-do-fcc): Add a comment.
1530 (mail-reply-to): Doc fix.
1531 (mail-signature): Make ATPOINT optional.
1532 (mail-yank-original): Use cond instead of nestled if.
1533
1534 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1535
1536 * info.el (Info-on-current-buffer): Default arg to "Top".
1537
1538 2001-09-25 Eli Barzilay <eli@barzilay.org>
1539
1540 * calculator.el (calculator-copy-displayer): New user-option.
1541 (calculator-displayer-prev, calculator-displayer-next):
1542 Renamed from calculator-displayed-{left,right}.
1543 (calculator, calculator-standard-displayer)
1544 (calculator-num-to-string, calculator-update-display)
1545 (calculator-copy, calculator-put-value): Bug and display fixes.
1546
1547 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1548
1549 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1550 (ebnf-version): New version (3.6.1).
1551
1552 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1553 (ebnf-bnf-non-terminal-chars): New internal const.
1554 (ebnf-bnf-lex): Fix code.
1555
1556 * ebnf-iso.el: Fix character range regexp. Doc fix.
1557 (ebnf-iso-non-terminal-chars): New internal const.
1558 (ebnf-iso-lex): Fix code.
1559
1560 * ebnf-yac.el: Fix character range regexp. Doc fix.
1561 (ebnf-yac-skip-chars): New internal const.
1562 (ebnf-yac-skip-code): Fix code.
1563
1564 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1565
1566 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1567
1568 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1569 passing it to VC.
1570
1571 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1572 case where the file is relative.
1573
1574 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1575
1576 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1577 same on each side. Make sure we properly handle simple quotes.
1578 From Daiki Ueno <ueno@unixuser.org>.
1579
1580 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1583 <jas@extundo.com>.
1584
1585 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1586 some items of the Options menu.
1587
1588 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1589
1590 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1591
1592 * vc-hooks.el (vc-delete-automatic-version-backups):
1593 Don't fail if the directory doesn't exist.
1594
1595 * diff-mode.el (diff-default-read-only): New var.
1596 (diff-mode): Use it.
1597
1598 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1599
1600 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1601 Use make-keymap instead of copy-keymap, since copying the global
1602 keymap messes up the menu bar.
1603
1604 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1605 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1606
1607 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1610
1611 * dired-aux.el (dired-insert-subdir): Pass switches to
1612 dired-build-subdir-alist.
1613
1614 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1615
1616 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1617 caused %#a and %#b to be mis-formatted.
1618
1619 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1620
1621 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1622 ccmode, emacs-mime, and eudc manuals.
1623
1624 2001-09-19 Sam Steingold <sds@gnu.org>
1625
1626 w32 find cannot be used with `grep-find'.
1627 * progmodes/compile.el (find-program): New variable.
1628 (grep-compute-defaults): Use it to set `grep-find-command'.
1629
1630 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1631
1632 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1633
1634 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1635
1636 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1637 programming. Doc fix.
1638 (ebnf-version): New version (3.6).
1639 (ebnf-eps-begin): Data fix.
1640 (ebnf-begin-file): Code fix.
1641
1642 * ebnf-bnf.el: Doc fix.
1643 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1644
1645 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1646
1647 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1648
1649 * ps-print.el: Better face mapping for black/white PostScript printers.
1650 Check if mark is active when printing a region. Doc fix.
1651 (ps-print-version): New version number (6.5.5).
1652 (ps-print-color-p): Customization fix.
1653 (ps-black-white-faces): New option.
1654 (ps-black-white-faces-alist): New internal var.
1655 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1656 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1657 (ps-nb-pages-region): Interactive fix.
1658 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1659 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1660
1661 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1662
1663 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1664 numeric month value, and allow the Kanji character after the it to
1665 be missing (happens with ls-lisp's output on Japanese versions of
1666 MS-Windows).
1667
1668 2001-09-18 Miles Bader <miles@gnu.org>
1669
1670 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1671 it's empty (and thus probably a new patch file about to be edited).
1672
1673 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1674
1675 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1676 Check for '(' in column 0 of doc string.
1677
1678 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1679 of `nth' so that using a vector as bounding-box works.
1680 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1681
1682 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1683
1684 * vc.el (vc-annotate): Use current workfile version explicitly as
1685 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1686
1687 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1690 convert-standard-filename doesn't guarantee that the .el extension
1691 is preserved.
1692
1693 * dos-fns.el (convert-standard-filename): Replace invalid
1694 characters only after converting dash/underscore to a period.
1695 (original-make-auto-save-file-name): New.
1696 (make-auto-save-file-name): New function, overrides the definition
1697 on files.el and calls the original function via
1698 original-make-auto-save-file-name.
1699
1700 * mail/rmail.el (top-level): Require mule-utils when compiling.
1701 (rmail-decode-babyl-format): Use detect-coding-with-priority
1702 instead of detect-coding-region, to favor detection of emacs-mule
1703 encoded Babyl files written by rmailout.el etc. Suggested by
1704 Kenichi Handa <handa@etl.go.jp>.
1705
1706 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1707
1708 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1709 Use `equal', not `=', since the device number can be a cons cell.
1710
1711 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1712
1713 * simple.el: Comment out change of 2001-09-13.
1714
1715 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1716
1717 * progmodes/compile.el (grep-compute-defaults): Don't set
1718 grep-command/grep-find-command when it is already non-nil.
1719 (grep-command): Make it a user option.
1720 (grep-find-command): Likewise.
1721
1722 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1723
1724 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1725 inhibit quit.
1726
1727 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1728
1729 * files.el (make-auto-save-file-name): If long file names are not
1730 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1731 generating an auto-save file name from it.
1732
1733 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1734
1735 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1736 (ps-nb-pages-region): Signal an error if called interactively
1737 and the mark is not active.
1738
1739 * simple.el (minibuffer-prompt-modification)
1740 (minibuffer-prompt-insertion): New functions.
1741 (minibuffer-prompt-properties): Use `modification-hooks' and
1742 `insert-in-front-hooks'.
1743
1744 2001-09-12 Richard M. Stallman <rms@gnu.org>
1745
1746 * textmodes/outline.el (outline-regexp): Doc fix.
1747 Initialize it in the defcustom, the usual way.
1748
1749 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1750
1751 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1752 from `ediff-meta-info' properties need not be an overlay.
1753 From David Ponce <dponce@voila.fr>.
1754
1755 * isearch.el (isearch-intersects-p): Fix end checks.
1756
1757 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1758
1759 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1760 `t' branch of `cond', since Irix 6.1 and up is a special case of
1761 the standard dbx interface.
1762
1763 2001-09-11 Miles Bader <miles@gnu.org>
1764
1765 * comint.el (comint-send-input): When waiting for echoed input,
1766 don't save the expected end position in `echo-end', so that things
1767 work properly even if the buffer is modified elsewhere at the same
1768 time [this happens if `comint-truncate-buffer' is used].
1769
1770 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1771
1772 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1773 when constructing imenu-generic-expression from outline-regexp.
1774
1775 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1776
1777 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1778 `equal' instead of `=', since they can be cons cells. From Nils
1779 Goesche <cartan@cartan.de>.
1780
1781 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1782
1783 * vc.el (vc-annotate): Rewrote doc string.
1784
1785 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1786
1787 * time-stamp.el: Update Stephen Gildea's email address.
1788
1789 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1790
1791 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1792 enable-multibyte-characters = nil. From Hallvard B Furuseth
1793 <h.b.furuseth@usit.uio.no>.
1794
1795 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1796
1797 * ediff-init.el (ediff-highest-priority): Bug fix.
1798
1799 * viper-cmd.el (viper-special-read-and-insert-char): New function
1800 that reads a character and uses the current input method or
1801 iso-accents when appropriate.
1802
1803 * viper.el and all others: Corrections to the comment blocks at
1804 the top.
1805
1806 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1807
1808 * info.el (Info-goto-node): Doc fix.
1809
1810 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1811
1812 * isearch.el (isearch-intersects-p): New function.
1813 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1814 use isearch-intersects-p, and clean up.
1815
1816 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1817
1818 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1819 and "german8", for the new German orthography dictionaries,
1820 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1821 the entries, to keep the line length balanced for loaddefs.el.
1822
1823 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1824
1825 * comint.el (comint-send-input): Handle comint-process-echoes
1826 differently.
1827
1828 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1829
1830 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1831
1832 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1833
1834 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1835
1836 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1837
1838 * server.el (server-switch-buffer):
1839 * textmodes/refer.el (refer-find-entry-internal):
1840 * term/sup-mouse.el (sup-pos-to-window):
1841 * term/bg-mouse.el (bg-window-from-x-y):
1842 * emacs-lisp/edebug.el (edebug-window-live-p):
1843 Use get-window-with-predicate.
1844
1845 * window.el (get-window-with-predicate): Renamed from some-window.
1846 (some-window): Make it an alias.
1847
1848 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1849
1850 * simple.el (undo): Remove positions from buffer-undo-list up to
1851 the next undo boundary only.
1852
1853 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1854
1855 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1856 Kim <ryk@dspwiz.com>
1857
1858 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1859 the message "Creating customization items...done".
1860
1861 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1862
1863 * font-lock.el (toplevel): Require `jit-lock' only if
1864 font-lock-support-mode is set to jit-lock-mode.
1865
1866 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1867
1868 * international/quail.el (quail-use-package, quail-inactivate)
1869 (quail-activate): Mention the hooks these functions run in their
1870 doc strings.
1871
1872 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1873
1874 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1875 of file in header of menu.
1876
1877 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1878
1879 * env.el (setenv): Interactively, if VARIABLE has a current value,
1880 add that to the front of the history, as the doc string says.
1881
1882 * comint.el (comint-send-input): Change help-echo.
1883 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1884
1885 * bookmark.el (bookmark-write-file): Bind print-length and
1886 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1887
1888 * obsolete/uncompress.el: Moved there from lisp/.
1889
1890 * comint.el (comint-insert-clicked-input): Goto point-max before
1891 deleting previous input. From "Dr Francis J. Wright"
1892 <F.J.Wright@qmw.ac.uk>.
1893
1894 * simple.el (backward-word): Doc fix.
1895
1896 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1897
1898 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1899 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1900 * w32-fns.el: Add Keywords header.
1901
1902 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1903
1904 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1905 "Text Properties". Suggested by Simon Marshall
1906 <Simon.Marshall@midas-kapiti.com>.
1907
1908 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1909
1910 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1911 consulting the value of file-name-coding-system.
1912
1913 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1914
1915 * help.el (describe-function-1): Save precomputed `file-name' rather
1916 than recomputing it (incorrectly) with `symbol-file'.
1917
1918 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1919
1920 * international/isearch-x.el (isearch-exit-recursive-edit):
1921 Take three parameters, since it's used as an after-change-function.
1922
1923 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1924 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1925 from doc strings.
1926
1927 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1928
1929 * progmodes/glasses.el (glasses-convert-to-unreadable):
1930 Consider underscores as in `glasses-make-readable'.
1931
1932 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1933
1934 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1935 MS-DOS, since cpp might not be available.
1936
1937 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1938 Mention "yank" in the help-echo text.
1939 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1940
1941 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1942
1943 * newcomment.el (comment-indent): Insert spaces more carefully.
1944
1945 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1946
1947 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1948 exists. From Andy Petrusenco <andy@int.spb.ru>.
1949
1950 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1951 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1952 <andy@int.spb.ru>.
1953
1954 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1955
1956 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1957 Instead of running mouse-yank-at-click, see what the event is
1958 bound to outside Isearch and run that.
1959
1960 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1963 Fix the menu entry to mention transient-mark-mode.
1964
1965 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1966
1967 * simple.el (eval-expression-print-level): Fix last change.
1968
1969 * bindings.el (mode-line-coding-system-map): New variable.
1970 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1971
1972 * simple.el (eval-expression-print-level): Change the type
1973 of the defcustom to allow nil.
1974
1975 * emacs-lisp/find-gc.el: Moved here from lisp/.
1976
1977 * international/quail.el (quail-completion-1):
1978 Reverse the ((CHAR . DEFN) ...) list before processing it.
1979 From Kenichi Handa <handa@etl.go.jp>.
1980
1981 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1982 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1983
1984 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1985
1986 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1987 aren't supported. This avoids the annoying gray strip drawn by
1988 the Windows version instead of the missing tool bar.
1989
1990 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1991
1992 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1993 and tooltips more consistent. From "Marshall, Simon"
1994 <Simon.Marshall@midas-kapiti.com>.
1995
1996 * startup.el (fancy-splash-screens): Temporarily set
1997 minor-mode-map-alist to nil while displaying splash screens.
1998
1999 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2000
2001 * buff-menu.el: Add Keywords header.
2002 Doc fix (C-x C-b is bound to list-buffers).
2003
2004 * dired-x.el: Add keyword files to get listed in finder.
2005 Remove confusing notes about GNU Emacs 19.
2006
2007 * dired.el, dired-aux.el: Add Keywords header.
2008
2009 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2010
2011 * vc.el (vc-revert-file): Call the backend even if the FILE's
2012 contents can be reverted locally; pass new arg CONTENTS-DONE
2013 down to the backend.
2014
2015 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2016 optional arg CONTENTS-DONE.
2017
2018 2001-08-28 Andrew Innes <andrewi@gnu.org>
2019
2020 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2021
2022 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2023
2024 * makefile.nt (install): Copy more *.el files.
2025
2026 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2027
2028 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2029 instead of `w' which is already in use.
2030
2031 * gs.el (gs-load-image): Use sleep-for.
2032 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2033
2034 2001-08-28 Miles Bader <miles@gnu.org>
2035
2036 * replace.el (query-replace-regexp-eval): Return args from
2037 `interactive' form in correct order.
2038
2039 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2040
2041 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2042 major modes, don't create panes for modes for which
2043 mouse-buffer-menu-alist returns an empty alist.
2044
2045 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2046
2047 * progmodes/hideshow.el: Update first-line description.
2048 Sync comments w/ maintainer version 5.31.
2049
2050 (hs-isearch-open): Default value now `code'.
2051 Fix docstring to use "code blocks" vs "comment blocks",
2052 as opposed to "block" vs "comment".
2053 (hs-flag-region): Accept `hs-isearch-open' value
2054 of `block' as synonymous w/ `code'.
2055 (hs-hide-block-at-point): For code blocks, pass `code'
2056 to `hs-flag-region' instead of `block'.
2057
2058 2001-08-28 Miles Bader <miles@gnu.org>
2059
2060 * comint.el (comint-next-prompt): Don't loop infinitely if
2061 {next,previous}-single-char-property-change returns its input
2062 position when the search fails.
2063
2064 2001-08-27 Miles Bader <miles@gnu.org>
2065
2066 * comint.el (comint-get-old-input-default): Don't signal an error
2067 if point is not on an input field; instead, return the current
2068 line (using `comint-bol' to skip any prompt, in case we're not
2069 using fields at all).
2070
2071 * man.el (Man-mode-line-format): Variable removed.
2072 (Man-mode): Change `mode-line-buffer-identification' instead of
2073 `mode-line-format'.
2074
2075 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2076
2077 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2078 From Simon Josefsson <jas@extundo.com>.
2079
2080 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2081
2082 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2083 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2084
2085 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2086 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2087
2088 * emacs-lisp/lselect.el: Ditto.
2089
2090 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2091 Remove periods from the end of error message strings.
2092 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2093
2094 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2095 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2096
2097 * net/telnet.el: Ditto.
2098
2099 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2100
2101 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2102 KEYMAP to the call to define-minor-mode.
2103
2104 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2105
2106 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2107 Replace some of the undefined characters with emulations of bidi
2108 formatting characters and Niqud as per SI 1311-1.
2109 (IT-unicode-translations): Ditto.
2110 (IT-display-table-setup, IT-setup-unicode-display):
2111 Fill characters without translations with dos-unsupported-char-glyph.
2112
2113 2001-08-24 Simon Josefsson <jas@extundo.com>
2114
2115 * hl-line.el (hl-line-mode): Don't be a global mode.
2116 (global-hl-line-mode): New function.
2117
2118 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2119
2120 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2121 being reset by Ghostscript. Don't kill the gs process.
2122 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2123
2124 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2125
2126 * term/mac-win.el: Require scroll-bar.
2127
2128 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2129
2130 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2131
2132 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2133
2134 * hexl.el (hexl-insert-multibyte-char) New function.
2135 (hexl-quoted-insert, hexl-self-insert-command)
2136 (hexl-insert-hex-char, hexl-insert-decimal-char)
2137 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2138 Fix the doc strings accordingly.
2139 (hexl-insert-char): Reject characters whose code is above 255.
2140 Doc fix.
2141 (hexl-mode-map): Copy the global keymap instead of creating a
2142 sparse keymap, and bind all self-inserting characters to
2143 hexl-self-insert-command.
2144
2145 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2146
2147 * wid-edit.el (text): Re-order docstring correctly.
2148
2149 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2150
2151 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2152
2153 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2154
2155 * simple.el (line-number-mode): Mention the variable
2156 line-number-display-limit-width in the doc string.
2157
2158 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2159
2160 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2161 Temporarily select EVENT's window for switching buffers.
2162 (mode-line-bury-buffer): New function.
2163 (mode-line-buffer-identification-keymap): Use it instead of
2164 bury-buffer. Bind down-mouse events to prevent global down-mouse
2165 events from shining through.
2166
2167 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2168
2169 * newcomment.el (comment-beginning): Make sure the comment-start
2170 we found isn't a comment-end (in cases where confusion is possible).
2171
2172 2001-08-22 Miles Bader <miles@gnu.org>
2173
2174 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2175 before writing it, so that hard-links don't see new version.
2176
2177 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2178
2179 * gs.el (gs-set-ghostview-colors-window-prop):
2180 Call x-change-window-property with 3rd arg FRAME.
2181 (gs-load-image): Wait for a previous Ghostscript process
2182 to complete before starting a new one.
2183
2184 * image.el (image-type-regexps): Make sure that the TIFF
2185 pattern is only matched at the beginning of a string.
2186 From Markus Rost <rost@math.ohio-state.edu>.
2187
2188 * international/swedish.el: Pre-Mule file removed. From Jonas
2189 Oberg <jonas@gnu.org>.
2190
2191 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2192
2193 * whitespace.el (whitespace-abort-on-error): Add custom variable
2194 to whitespace to abort a write-file if whitespace is detected in file.
2195
2196 * whitespace.el (whitespace-write-file-hook): Hook to be called
2197 when writing a file. If `whitespace-abort-on-error' is set, the
2198 write will abort on detecting whitespaces.
2199 If `whitespace-auto-cleanup' is set, the file will be cleaned
2200 automatically prior to writing.
2201
2202 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2203 whitespaces in the error output!
2204
2205 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2206 `indent-tabs-mode', since the latter notes user preferences on
2207 TABs anyway.
2208
2209 * whitespace.el (whitespace-version): 3.1. All of the above issues
2210 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2211
2212 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2213
2214 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2215 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2216
2217 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2218
2219 2001-08-20 Alex Schroeder <alex@gnu.org>
2220
2221 * sql.el (sql-db2): Doc change.
2222
2223 2001-08-20 Alex Schroeder <alex@gnu.org>
2224
2225 * sql.el (sql-postgres): Add the database at the end of the
2226 parameters instead of at the beginning.
2227 (sql-postgres-options): Doc change.
2228
2229 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2230
2231 * custom.el (defcustom): Doc fix.
2232
2233 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2234
2235 * ps-mule.el (find-composition): Check if (char-after POS)
2236 returns a valid character.
2237
2238 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2239
2240 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2241 original-point for extra CR characters that are added/removed when
2242 the buffer is written/read whose EOL type is -dos.
2243
2244 2001-08-16 Miles Bader <miles@gnu.org>
2245
2246 * simple.el (line-move): Undo previous change.
2247
2248 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2249 property to input-terminating `boundary' overlays to avoid
2250 line-move wierdness.
2251
2252 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2253
2254 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2255 buffer in a save-restriction. Under one test case with Ediff,
2256 window-scroll-functions are run with a window start that's
2257 temporarily outside of the restriction.
2258
2259 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2260
2261 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2262 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2263 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2264 (texinfo-update-menu-region-beginning)
2265 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2266 command, @ifnottex, to regexps, so it is found.
2267
2268 2001-08-16 Andrew Innes <andrewi@gnu.org>
2269
2270 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2271 (DONTCOMPILE): Omit sc.el.
2272
2273 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2274 (DONTCOMPILE): Omit sc.el.
2275
2276 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2277
2278 * replace.el (occur): Bind inhibit-read-only to t.
2279
2280 2001-08-16 Miles Bader <miles@gnu.org>
2281
2282 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2283 calling `constrain-to-field', to avoid problems with comint prompts.
2284
2285 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2286
2287 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2288 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2289
2290 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2291 of a while-loop.
2292
2293 * Makefile.in (DONTCOMPILE): Remove sc.el.
2294
2295 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2296 Don't include term/.
2297
2298 * mail/sc.el: Moved to obsolete/.
2299
2300 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2301
2302 * ps-print.el: Change error function arguments to follow Emacs
2303 message convention. Doc fix.
2304 (ps-print-version): New version number (6.5.4).
2305 (coding-system-for-write): Change declaration position to avoid
2306 XEmacs compilation gripes.
2307 (coding-system-for-read, buffer-file-coding-system):
2308 Declarations to avoid XEmacs compilation gripes.
2309
2310 * ps-mule.el: Doc fix.
2311 (ps-mule-encode-header-string): If STRING is not a string, replace
2312 STRING by empty string.
2313
2314 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2315
2316 * frame.el (show-trailing-whitespace): Doc fix.
2317
2318 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * desktop.el (desktop-save): Insert the coding: tag before
2321 desktop-header.
2322
2323 2001-08-13 Gerd Moellmann <gerd@gnu.org>
2324
2325 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2326 its path from $els.
2327
2328 * image.el (image-jpeg-p): Fix call of substring.
2329
2330 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2331
2332 * play/animate.el (animate-string): Doc fix. Use a buffer
2333 name with stars in it.
2334 (animate-sequence): New function.
2335 From Richard Stallman <rms@gnu.org>.
2336
2337 * frame.el (select-frame-set-input-focus): New function
2338 extracted from other-frame.
2339 (other-frame): Use it.
2340 (next-multiframe-window, previous-multiframe-window): Use it.
2341
2342 * isearch.el (isearch-other-meta-char): Don't switch to the
2343 buffer of a window clicked on, when the current buffer is
2344 in Isearch mode.
2345
2346 * image.el (image-jpeg-p): Test for APPn markers in the range
2347 #xe0..#xef.
2348
2349 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2350
2351 * desktop.el (desktop-save): Don't use concat to form a file
2352 name, use expand-file-name.
2353
2354 * mouse.el (mouse-delete-window): Do nothing if frame has just
2355 one window.
2356
2357 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2358 for the minor mode name.
2359
2360 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2361 minor mode name.
2362
2363 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2364 instead of make-mode-line-mouse2-map.
2365
2366 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2367 the minor mode name.
2368
2369 * emacs-lisp/easy-mmode.el (define-minor-mode):
2370 Use mode-line-minor-mode-keymap for the minor mode name.
2371
2372 * calendar/calendar.el (calendar-mode-line-format):
2373 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2374
2375 * bindings.el (make-mode-line-mouse-map): Renamed from
2376 make-mode-line-mouse2-map. Take additional arg MOUSE.
2377 (mode-line-modified): Use mouse-3 instead of mouse-2.
2378 (mode-line-buffer-identification-keymap): Bind keys differently.
2379 (propertized-buffer-identification): Adapt help-echo to new bindings.
2380
2381 * bindings.el (mode-line-format): Specify help-echo for line
2382 number, column number and buffer-percent part of the mode-line.
2383
2384 * image.el (image-type-regexps): Allow whitespace at the start
2385 of the image data for XPM, XBM and Postscript, which are
2386 text files.
2387 (image-jpeg-p): Correct calculation of next field offset.
2388
2389 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2390
2391 * battery.el: Fix typo.
2392
2393 2001-08-08 Gerd Moellmann <gerd@gnu.org>
2394
2395 * image.el (image-type-regexps): Allow predicates. Change the way
2396 JPEG images are recognized.
2397 (image-jpeg-p): New function.
2398 (image-type-from-data): Handle predicates in image-type-regexps.
2399
2400 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2401 #:, #x, #o, and similar constructs.
2402
2403 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2404
2405 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2406
2407 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2408 instead of `progn'.
2409
2410 * tar-mode.el (tar-extract): Avoid generating a new buffer
2411 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2412
2413 * textmodes/paragraphs.el (forward-sentence): Avoid building
2414 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2415
2416 * progmodes/executable.el (executable-set-magic):
2417 If executable-find returns a quoted file name, unquote it before
2418 inserting it.
2419
2420 * image.el (image-type-regexps): For JPEG files, use a regexp
2421 derived from the JFIF spec.
2422
2423 * image.el (image-type-regexps): Use `\`' instead of `^' in
2424 most regular expressions.
2425
2426 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2427
2428 * play/animate.el: Re-insert a reference to re-inserted function.
2429
2430 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2431
2432 * help.el (describe-function-1): Use find-function-search-for-symbol
2433 instead of find-function-noselect because the latter follows aliases.
2434
2435 * play/animate.el (animate-birthday-present): Re-insert.
2436
2437 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2438 Handle old-style menu definitions.
2439
2440 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2441
2442 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2443 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2444
2445 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2446 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2447 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2448
2449 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2450
2451 * textmodes/tildify.el: Milan Zamazal has new address.
2452
2453 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2454
2455 * custom.el (custom-set-variables): Don't test `custom-requests'
2456 properties, check the third element of the options passed to
2457 custom-set-variables instead.
2458
2459 * info.el (info-insert-file-contents): Use info-file-exists-p
2460 instead of file-exists-p.
2461
2462 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2463 the mode-line face is restored. Fix several bugs.
2464
2465 * replace.el (perform-replace): Doc fix.
2466
2467 2001-08-02 Francesco Potorti` <pot@gnu.org>
2468
2469 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2470 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2471 (uniquify-fix-item-base, uniquify-fix-item-filename)
2472 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2473 Callers changed.
2474 (uniquify-set-proposed): Changed to work with a vector item.
2475 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2476 the fix list, and a list of strings for the non-file buffer
2477 names. Both changes reduce consing.
2478 (uniquify-rationalize-a-list): Local variable renaming.
2479 (uniquify-rationalize-conflicting-sublist): Use member instead of
2480 assoc.
2481 (uniquify-rename-buffer): Use unless instead of if not.
2482
2483 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2484
2485 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2486
2487 * custom.el (custom-set-variables): Set options with :require
2488 clauses last.
2489
2490 * custom.el (defcustom): Doc fix.
2491
2492 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2493
2494 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2495
2496 * man.el (man): Mention Man-switches in the doc string.
2497 (Man-switches): Mention -a in the doc string.
2498
2499 * textmodes/ispell.el (ispell-alternate-dictionary):
2500 Add /usr/share/lib/dict/words, for Irix.
2501
2502 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2503 corresponding non-kp keys. Suggested by Stephen Gildea
2504 <gildea@stop.mail-abuse.org>.
2505
2506 2001-08-01 Francesco Potorti` <pot@gnu.org>
2507
2508 * uniquify.el: These changes correct a corner case that the old
2509 code managed correctly.
2510 (uniquify-fix-item-proposed): Renamed from
2511 uniquify-fix-item-min-proposed.
2512 (uniquify-set-proposed): New function.
2513 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2514 clarity and speed.
2515 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2516 This is equivalent to what the old code did.
2517 (uniquify-rationalize-a-list): Never recompute the proposed
2518 name. Sort the conflicting sublist before rationalising it: this
2519 is equivalent to what the old code did, but one directory element
2520 at a time, and only when necessary.
2521 (uniquify-rationalize-conflicting-sublist): Recompute here the
2522 proposed name.
2523
2524 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2525
2526 * play/animate.el: Add Keywords and Maintainer. Remove a
2527 reference to a removed function.
2528
2529 * play/animate.el (animate-string): Handle case that the string is
2530 longer than the window is wide.
2531
2532 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2533
2534 * desktop.el (desktop-save): Bind coding-system-for-write to
2535 `emacs-mule' for write-region.
2536
2537 * delsel.el (delete-selection-pre-hook): Don't set this-command
2538 to `ignore' if the region is empty.
2539
2540 * international/mule.el (set-keyboard-coding-system):
2541 Set keyboard-coding-system.
2542
2543 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2544 before accessing it.
2545
2546 2001-07-30 Andreas Schwab <schwab@suse.de>
2547
2548 * menu-bar.el (toggle-highlight-paren-mode):
2549 Use `(show-paren-mode)' as body.
2550
2551 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2552
2553 * vc.el (vc-checkout-hook): New hook.
2554 (vc-checkout): Run it.
2555
2556 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2557
2558 * progmodes/make-mode.el (makefile-macroassign-regex):
2559 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2560
2561 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2562
2563 * vc.el (vc-switch-backend): Fix autoload cookie.
2564
2565 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2566 the desktop file.
2567
2568 2001-07-30 Simon Josefsson <jas@extundo.com>
2569
2570 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2571 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2572
2573 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2574
2575 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2576 (last-sexp-toggle-display): Renamed from last-sexp-print.
2577 (last-sexp-toggle-display, eval-last-sexp-1):
2578 Use last-sexp-setup-props.
2579
2580 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2581 New user-options.
2582 (mouse-wheel-change-button): New function.
2583 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2584 (mwheel-scroll): Ditto.
2585
2586 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2587
2588 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2589 `...', compare with unabbreviated printed representation instead.
2590 (last-sexp-print): Bind print-length and print-level to nil.
2591
2592 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2593 before assigning text properties. Make properties rear-nonsticky.
2594
2595 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2596 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2597 <mouse-2> and <RET> in that map to a function printing the
2598 unabbreviated value.
2599
2600 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2601 is a buffer, put a text property `printed-value' on the printed
2602 representation, with the Lisp object printed as value.
2603
2604 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2605
2606 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2607 Mention the effect of eval-expression-print-length and
2608 eval-expression-print-level in the doc strings. Suggested by
2609 Kevin Gallagher <kevingal@onramp.net>.
2610
2611 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2612
2613 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2614 for buttons > 3.
2615 (xterm-mouse-translate): Handle the case that we don't get a
2616 down-event.
2617
2618 * emacs-lisp/find-func.el (find-function-regexp):
2619 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2620 in front of the function name.
2621
2622 * isearch.el (isearch-other-meta-char): Fix last change.
2623
2624 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2625 similar events for which fake prefix keys are generated. It's no
2626 longer necessary since read_key_sequence doesn't modify these
2627 events for internal purposes anymore.
2628
2629 * files.el (auto-mode-alist): Use nroff-mode for files ending
2630 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2631
2632 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2633
2634 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2635 tool-bar-lines parameter, behave as if its value were zero.
2636 (mouse-avoidance-set-pointer-shape): Don't do anything if
2637 x-pointer-shape is not boundp.
2638
2639 2001-07-23 Francesco Potorti` <pot@gnu.org>
2640
2641 * uniquify.el: Overall speedup changes when using many buffers.
2642 (uniquify-fix-item-base, uniquify-fix-item-filename)
2643 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2644 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2645 place in the item, but was never used.
2646 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2647 in the item is now used as cache for the proposed name.
2648 (uniquify-rationalize-file-buffer-names): Move computation made on
2649 newbuffile out of the loop, in the newbuffile-nd local var.
2650 Use dolist (cosmetic change). Compute the proposed name for the most
2651 common case and cache it in the fourth place in the item.
2652 (uniquify-rationalize-file-buffer-names): Used to return a a list
2653 of buffer whose name was changed, but that return value was never used.
2654 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2655 the cached proposed name, does much less consing and is quicker.
2656 (uniquify-filename-lessp): Deleted.
2657 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2658 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2659 cached proposed name is possible.
2660 (uniquify-get-proposed-name): Arguments changed, callers changed.
2661 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2662 uniquify-possibly-resolvable flag, which is no more bound locally.
2663 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2664 flag, which does not exist any more.
2665
2666 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 * term/internal.el (IT-unicode-translations): Fix the appearance of
2669 "6`".
2670
2671 * progmodes/compile.el (compile-internal): If EMACS is already
2672 defined in the environment, don't override its value.
2673
2674 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2675
2676 * play/fortune.el: Undo change of 2001-07-13.
2677 Fix autoload cookies. Add types to defcustoms.
2678 (fortune) <defgroup>: Add :link.
2679 (fortune-from-region): Use eq, not eql.
2680 From Dave Love <fx@gnu.org>.
2681
2682 * play/animate.el (animate-birthday-present): Function removed.
2683
2684 * play/animate.el: New file.
2685
2686 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2687
2688 * startup.el (normal-top-level-add-subdirs-to-load-path):
2689 On Windows, put into normal-top-level-add-subdirs-inode-list the
2690 canonicalized names of the directories instead of inode numbers.
2691
2692 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2693
2694 * ediff-util.el: Copyright years.
2695 (ediff-choose-syntax-table): New function.
2696 (ediff-setup): Use ediff-choose-syntax-table.
2697 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2698 vc-state is available.
2699 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2700
2701 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2702 with-syntax-table.
2703 (ediff-coding-system-for-read): From ediff-diff.el
2704 (ediff-coding-system-for-write): New variable.
2705 (ediff-highest-priority): Fixed the bug having to do with disappearing
2706 overlays.
2707 (ediff-file-remote-p): Use file-remote-p, if available.
2708 (ediff-listable-file): New function.
2709 (ediff-file-attributes): Use ediff-listable-file.
2710
2711 * ediff-mult.el (ediff-meta-insert-file-info1):
2712 Use ediff-listable-file.
2713
2714 * ediff-ptch.el (ediff-prompt-for-patch-file):
2715 Use ediff-coding-system-for-read.
2716 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2717
2718 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2719 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2720
2721 * ediff.el: Date of last update, copyright years.
2722
2723 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2724
2725 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2726 of Scott Bronson.
2727 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2728 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2729 Deleted functions.
2730 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2731 ex-token-list.
2732 (viper-get-ex-address-subr): Convert registers to char data type.
2733
2734 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2735 (viper-memq-char): Use viper-int-to-char.
2736 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2737 vc-locking-state.
2738 (viper-read-key): Use viper-read-key-sequence.
2739
2740 * viper.el (viper-major-mode-modifier-list):
2741 Added inferior-emacs-lisp-mode.
2742 (this-major-mode-requires-vi-state): New function that uses simple
2743 heuristics to decide if vi state is appropriate.
2744 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2745 (viper-non-hook-settings): Don't advise read-key-sequence.
2746 (viper-read-key-sequence): New function that replaces the
2747 previously used advice to read-key-sequence.
2748
2749 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2750 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2751 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2752 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2753 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2754 Got rid of the negative character hack.
2755 (viper-escape-to-state,viper-replace-state-exit-cmd):
2756 Use viper-read-key-sequence.
2757 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2758 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2759 Don't override existing minibuffer-setup-hook.
2760 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2761 Convert registers to char data type.
2762 (viper-autoindent): Use viper-indent-line.
2763
2764 * viper-keym.el: Use viper-exec-key-in-emacs.
2765
2766 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2767
2768 * server.el (server-visit-files): Fix variable name typo.
2769
2770 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2771
2772 * simple.el (delete-trailing-whitespace): Save match data
2773 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2774
2775 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2776
2777 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2778 return a this-error using the alternative format (a pair of markers).
2779
2780 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2781
2782 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2783
2784 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2785 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2786
2787 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2788
2789 * international/iso-transl.el: Fix typo in the header of the file.
2790
2791 * textmodes/picture.el (picture): Doc fix.
2792
2793 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2794 follow coding conventions in generated files.
2795
2796 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2797
2798 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2799 (tool-bar-add-item): Don't call image-related primitives if the
2800 display doesn't support images.
2801
2802 * frame.el (display-images-p): New function.
2803
2804 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2805
2806 * server.el (server-visit-files): Handle the case the specified
2807 column number is <= 0.
2808
2809 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2810
2811 * startup.el (command-line-1): Add support for +LINE:COLUMN
2812 command line argument.
2813
2814 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2815
2816 * server.el (server-process-filter, server-visit-files):
2817 Add support for +LINE:COLUMN style emacsclient calls.
2818
2819 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2820
2821 * emacs-lisp/easy-mmode.el: Add Keywords header.
2822
2823 * play/pong.el: Author has new address.
2824
2825 * play/landmark.el: Author is no more reachable.
2826
2827 * play/handwrite.el: Author is no more reachable.
2828
2829 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2832 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2833 Complete bindings for F<1..12> keys.
2834 (global-map): Remove `undo' binding (already in the default).
2835 Replace `t<n>' bindings with `f<n>' bindings.
2836
2837 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2838
2839 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2840 (tcl-mode): Use tcl-add-log-defun.
2841 (tcl-indent-line): Use tcl-calculate-indent.
2842 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2843 (tcl-indent-exp): Renamed from indent-tcl-exp.
2844 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2845 (tcl-indent-for-comment): Call comment-indent-function properly
2846 and handle the case where it returns nil.
2847
2848 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2849
2850 * calendar/cal-islam.el (calendar-goto-islamic-date):
2851 Remove autoload cookie.
2852
2853 * calendar/calendar.el (calendar-goto-islamic-date):
2854 Add call to autoload.
2855
2856 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2857
2858 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2859 Don't change compile-auto-highlight globally.
2860 Don't bother with `font-lock-defaults' property since XEmacs
2861 also understands the `font-lock-defaults' variable.
2862 Use make-local-variable rather than make-variable-buffer-local.
2863 Don't `defconst' comment-indent-function: keep the default.
2864 Call easy-menu-add unconditionally.
2865 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2866 (ada-create-menu): Use :included for Emacs as well.
2867
2868 * vc.el (vc-do-command): Autoload.
2869
2870 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2871
2872 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2873
2874 * ps-print.el: Fix Author: header.
2875
2876 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2877
2878 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2879 mouse-1 etc., bind them to `ignore'.
2880
2881 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2882 send-invisible, which is already defined in Comint.
2883 (eshell-watch-for-password-prompt): Use it.
2884
2885 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2886
2887 * which-func.el (which-func-mode): Doc fix.
2888
2889 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2890 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2891 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2892 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2893 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2894 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2895 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2896 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2897 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2898 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2899 * emulation/edt-mapper.el, emulation/edt-pc.el,
2900 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2901 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2902 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2903 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2904 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2905 * international/isearch-x.el, international/iso-cvt.el,
2906 * international/ogonek.el, international/quail.el,
2907 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2908 * language/devanagari.el, language/ethio-util.el,
2909 * language/ethiopic.el, language/european.el, language/indian.el,
2910 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2911 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2912 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2913 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2914 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2915 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2916 * progmodes/autoconf.el, progmodes/cmacexp.el,
2917 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2918 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2919 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2920 * progmodes/ebnf2ps.el, progmodes/executable.el,
2921 * progmodes/fortran.el, progmodes/idlw-shell.el,
2922 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2923 * progmodes/m4-mode.el, progmodes/mantemp.el,
2924 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2925 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2926 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2927 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2928 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2929 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2930 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2931 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2932 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2933 * textmodes/two-column.el, time-stamp.el, timezone.el,
2934 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2935 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2936 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2937 conventions.
2938
2939 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2940
2941 * simple.el (set-variable): Require 'cus-edit' instead of
2942 `wid-edit', so that the Custom widgets get defined.
2943
2944 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2945
2946 * allout.el: A fix to follow coding conventions.
2947
2948 * find-lisp.el: A fix to follow coding conventions.
2949
2950 * term/w32-win.el: A fix to follow coding conventions.
2951
2952 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2953
2954 * term/xterm.el: A fix to follow coding conventions.
2955
2956 * term/news.el: A fix to follow coding conventions.
2957
2958 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2959 header line fixed.
2960
2961 * sun-curs.el: Fix Maintainer: header line.
2962
2963 * emacs-lisp/easymenu.el: Address of the author added.
2964
2965 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2966
2967 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2968 property.
2969
2970 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2971
2972 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2973 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2974 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2975 Some fixes to follow coding conventions.
2976
2977 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2978
2979 * which-func.el (which-func-mode): Doc fix.
2980
2981 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2982
2983 * net/rcompile.el (remote-compile): Use make-local-variable.
2984
2985 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2986
2987 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2988
2989 * mail/reporter.el (reporter-submit-bug-report):
2990 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2991
2992 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2993
2994 * calendar/cal-china.el, calendar/cal-coptic.el,
2995 * calendar/cal-dst.el, calendar/cal-french.el,
2996 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2997 * calendar/cal-iso.el, calendar/cal-julian.el,
2998 * calendar/cal-mayan.el, calendar/cal-persia.el,
2999 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3000 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3001 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3002 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3003 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3004 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3005 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3006 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3007 * progmodes/ada-xref.el, progmodes/cc-align.el,
3008 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3009 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3010 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3011 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3012 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3013 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3014 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3015 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3016 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3017 * textmodes/reftex.el: Some fixes to follow coding
3018 conventions in Eshell files with known maintainers.
3019
3020 * emulation/viper.el: A fix to follow coding conventions.
3021
3022 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3023 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3024 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3025 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3026 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3027 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3028 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3029 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3030 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3031 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3032 conventions in Eshell files.
3033
3034 * composite.el, diff.el, emacs-lisp/levents.el,
3035 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3036 * emulation/pc-mode.el, emulation/viper-cmd.el,
3037 * emulation/viper-ex.el, emulation/viper-init.el,
3038 * emulation/viper-keym.el, emulation/viper-macs.el,
3039 * emulation/viper-mous.el, emulation/viper-util.el,
3040 * emulation/viper.el, forms-pass.el, international/ccl.el,
3041 * international/characters.el, international/encoded-kb.el,
3042 * international/fontset.el, international/ja-dic-cnv.el,
3043 * international/ja-dic-utl.el, international/kinsoku.el,
3044 * international/kkc.el, international/mule-cmds.el,
3045 * international/mule-diag.el, international/mule-util.el,
3046 * international/mule.el, international/titdic-cnv.el,
3047 * language/china-util.el, language/chinese.el,
3048 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3049 * language/greek.el, language/hebrew.el, language/japan-util.el,
3050 * language/japanese.el, language/korea-util.el, language/korean.el,
3051 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3052 * language/slovak.el, language/thai-util.el, language/thai.el,
3053 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3054 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3055 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3056 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3057 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3058 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3059 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3060 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3061 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3062 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3063 to follow coding conventions in files without maintainer or in files
3064 with clear maintainer (but without Maintainer header stating so).
3065
3066 * emacs-lisp/elp.el: A fix to follow coding conventions.
3067
3068 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3069 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3070 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3071 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3072 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3073 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3074 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3075 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3076 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3077 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3078 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3079 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3080 conventions in files from Gnus.
3081
3082 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3083 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3084 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3085 * echistory.el, electric.el, emacs-lisp/authors.el,
3086 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3087 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3088 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3089 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3090 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3091 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3092 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3093 * international/codepage.el, international/iso-ascii.el,
3094 * international/iso-insert.el, international/iso-transl.el,
3095 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3096 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3097 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3098 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3099 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3100 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3101 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3102 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3103 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3104 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3105 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3106 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3107 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3108 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3109 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3110 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3111 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3112 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3113 * textmodes/tex-mode.el, textmodes/text-mode.el,
3114 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3115 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3116 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3117 files maintained by FSF.
3118
3119 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3120
3121 * arc-mode.el: A fix to follow coding conventions.
3122
3123 * bindings.el: Ditto.
3124
3125 * cdl.el: Ditto.
3126
3127 * comint.el: Ditto.
3128
3129 * cus-start.el: Ditto.
3130
3131 * shell.el: Ditto.
3132
3133 * skeleton.el: Ditto.
3134
3135 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3136
3137 * info.el (Info-build-node-completions):
3138 Make Info-current-file-completions buffer local.
3139
3140 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3141
3142 * which-func.el (which-func-mode, which-func-ff-hook)
3143 (which-function-mode): Remove references to which-func-mode-global.
3144
3145 * calendar/cal-islam.el (calendar-goto-islamic-date):
3146 Add autoload cookie.
3147
3148 * play/fortune.el: Add types to defcustoms.
3149
3150 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3151
3152 * language/czech.el: A fix to follow coding conventions.
3153
3154 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3155
3156 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3157 to the extension list, for antlr-mode. From Christoph Wedler
3158 <Christoph.Wedler@sap.com>.
3159
3160 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3161
3162 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3163 (vc-dired-mode-map): Fix the madness.
3164
3165 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3166 (vc-prefix-map): Moved back from vc.el.
3167
3168 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3169
3170 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3171 Increase the size of the obarray.
3172 (mail-extr-all-top-level-domains): Add more toplevel domains,
3173 add more long names.
3174 From: Per Starback <starback@ling.uu.se>.
3175
3176 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3177
3178 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3179 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3180
3181 * progmodes/ada-mode.el: Ditto.
3182
3183 * progmodes/ada-xref.el: Ditto.
3184
3185 2001-07-11 Miles Bader <miles@gnu.org>
3186
3187 * finder.el (finder-insert-at-column): Also move to the next line
3188 if exactly at COLUMN.
3189
3190 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3191
3192 * help.el (describe-function-1): When printing FUNCTION's
3193 documentation, don't assume FUNCTION is a symbol.
3194
3195 * startup.el (normal-top-level): Don't operate on the initial
3196 frame if we failed to create one.
3197
3198 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3199
3200 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3201 itself, i.e. only indent the contents in it.
3202
3203 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3204
3205 * mail/rmail.el (rmail-show-message): Show beginning of message in
3206 all windows containing it.
3207
3208 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * term/tty-colors.el: Fix the header line and copyright years.
3211
3212 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3213
3214 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3215 original definition has an interactive form, but is Elp
3216 instrumented, use the interactive form of the function called by
3217 elp-wrapper.
3218
3219 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3220 configurations with compare-window-configuration; they aren't
3221 window configurations.
3222
3223 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3224 from the server for the format we expect. Don't use it if it
3225 doesn't look like what the Internet draft for FTP extensions specifies.
3226
3227 * toolbar/*.pbm: Cleaned up.
3228 From Luis Fernandes <elf@ee.ryerson.ca>.
3229
3230 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3231
3232 * cc-cmds.el: Extended the kludge to interoperate with the
3233 delsel and pending-del packages wrt to the new function
3234 `c-electric-delete-forward'.
3235
3236 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3237
3238 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3239 to delay the call to <mode> for global minor modes.
3240 (easy-mmode-define-navigation): Only recenter if interactive.
3241
3242 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3243
3244 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3245 to lisp-indent-line.
3246
3247 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3248 from the server. Call encode-time only when we are sure that we
3249 got a 213 response.
3250
3251 2001-07-06 Simon Josefsson <jas@extundo.com>
3252
3253 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3254 (mail-envelope-from): New user option.
3255 (sendmail-send-it): Use it.
3256
3257 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3258
3259 * ps-print.el: Use locale dependant date to print date in header.
3260 Doc fix.
3261 (ps-print-version): New version number (6.5.3).
3262 (ps-right-header, ps-right-footer): Initialization and doc fix.
3263 (ps-time-stamp-locale-default): New fun.
3264
3265 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3266
3267 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3268 field problem with MIME-mode.
3269
3270 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3271
3272 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3273
3274 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3275 MIME-mode.
3276
3277 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3278
3279 * bindings.el (mode-line-mule-info): Don't show the tip with
3280 buffer-file-coding-system if that is nil.
3281
3282 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3283
3284 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3285 instead of kill-line.
3286
3287 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3288 <Pavel@Janik.cz>.
3289
3290 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3291 <Pavel@Janik.cz>.
3292
3293 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3294
3295 * font-lock.el (c-font-lock-keywords-3): When matching something
3296 like `struct X Y', finish with point after Y.
3297
3298 2001-07-04 Simon Josefsson <jas@extundo.com>
3299
3300 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3301 in caller buffer.
3302
3303 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3304
3305 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3306 instead of string-match to find the basename of the file.
3307 From Pascal Obry <p.obry@wanadoo.fr>.
3308
3309 * net/browse-url.el (browse-url-default-windows-browser):
3310 Support the MS-DOS port when it runs on Windows.
3311 (browse-url-browser-function) [ms-dos]: Default to
3312 browse-url-default-windows-browser.
3313
3314 * help.el (locate-library): Enable code that looks for compressed
3315 libraries if auto-compression-mode is on.
3316
3317 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3318
3319 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3320
3321 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3322
3323 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3324
3325 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3326
3327 * allout.el: Fix the header line, so that finder.el recognizes it.
3328 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3329
3330 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3331 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3332
3333 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3334
3335 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3336
3337 * ps-bdf.el (bdf-directory-list): Use the value relative to
3338 installation-directory for MS-Windows as well.
3339
3340 2001-06-29 Richard M. Stallman <rms@gnu.org>
3341
3342 * wid-edit.el (widget-color-sample-face-get):
3343 Return ((foreground-color . COLOR)) instead of constructing a face.
3344
3345 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3346
3347 * faces.el (region): Change the background color for the
3348 light-background color display to lightgoldenrod2, to make it
3349 visible on some laptops.
3350
3351 2001-06-28 Richard M. Stallman <rms@gnu.org>
3352
3353 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3354 (rmail-msg-restore-non-pruned-header): Likewise.
3355 If point was in the old pruned header, put it at the top.
3356 (rmail-msg-prune-header): If point was at the top, keep it there.
3357
3358 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3359 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3360
3361 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3364
3365 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3366
3367 * saveplace.el: Update maintainer email address.
3368
3369 2001-06-27 Francesco Potorti` <pot@gnu.org>
3370
3371 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3372 Undo previous change.
3373
3374 2001-06-27 Francesco Potorti` <pot@gnu.org>
3375
3376 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3377 preliminary quick reordering. Can speed things up dramatically.
3378
3379 2001-06-26 Richard M. Stallman <rms@gnu.org>
3380
3381 * dired.el (dired-get-filename): A file name starting with ~
3382 is not absolute in this context.
3383
3384 * which-func.el (which-func-maxout): Increase default to 500000.
3385 (which-function-mode): This is now the "real" name of the function.
3386 (which-func-mode): Now an alias.
3387 (which-func-mode-global): Name deleted.
3388
3389 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3390 button-2, when binding hs-mouse-toggle-hiding.
3391
3392 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3393
3394 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3395 (rmail-msg-prune-header): Likewise.
3396 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3397 and `rmail-msg-prune-header'.
3398
3399 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3400
3401 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3402 back than LINEBEG.
3403
3404 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3405
3406 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3407 window where they clicked the mouse has a header line, adjust
3408 vertical movement by one.
3409
3410 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3411
3412 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3413 too when separating a parenthesis.
3414
3415 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3416
3417 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3418 (bookmark-bmenu-hide-filenames): Add help-echo to
3419 mouse-highlighted text.
3420 (bookmark-bmenu-show-filenames): Remove help-echo property from
3421 the whitespace.
3422
3423 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3424
3425 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3426 From Karl Eichwalder <ke@suse.de>.
3427
3428 2001-06-23 Richard M. Stallman <rms@gnu.org>
3429
3430 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3431
3432 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3433 contents for completing-read.
3434
3435 2001-06-22 Richard M. Stallman <rms@gnu.org>
3436
3437 * menu-bar.el (menu-bar-make-toggle): Construct the
3438 function's doc string from HELP, not DOC, and make it accurate by
3439 adding "Toggle whether to " at the front and downcasing the initial.
3440 Change the HELP arg in some calls to make it fit this usage.
3441
3442 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3443 Undo previous change.
3444
3445 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3446
3447 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3448
3449 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3450
3451 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3452
3453 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3454
3455 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3456
3457 2001-06-20 Richard M. Stallman <rms@gnu.org>
3458
3459 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3460 broken out from dabbrev--find-expansion. Handle minibuffer
3461 specially here.
3462 (dabbrev--find-expansion): Simplify code in various ways.
3463 Don't treat minibuffers specially.
3464 Call dabbrev--make-friend-buffer-list.
3465 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3466 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3467
3468 2001-06-19 John Wiegley <johnw@gnu.org>
3469
3470 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3471 Also, added a comment describing how to greatly speedup Eshell
3472 loadup time, by concatenating together all of Eshell's .elc files.
3473
3474 2001-06-19 John Wiegley <johnw@gnu.org>
3475
3476 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3477
3478 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * woman.el (WoMan-highlight-references): Add help-echo to
3481 mouse-highlighted text.
3482
3483 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3484
3485 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3486
3487 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3488
3489 * international/quail.el (quail-start-conversion):
3490 Reset quail-translating to nil.
3491
3492 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3493 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3494
3495 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3496
3497 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3498 mouse-highlighted text.
3499
3500 * dired.el (dired-mark-pop-up): Fix last change.
3501
3502 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3503
3504 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3505 mouse-highlighted text.
3506
3507 * net/quickurl.el (quickurl-url-file): Run through
3508 convert-standard-filename.
3509 (quickurl-list-populate-buffer): Add help-echo to
3510 mouse-highlighted text.
3511 (top-level): Update Dave's URL.
3512
3513 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3514 mouse-highlighted text.
3515
3516 * textmodes/page-ext.el (pages-copy-header-and-position):
3517 Add help-echo to mouse-highlighted text.
3518
3519 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3520 mouse-highlighted text.
3521
3522 * replace.el (occur): Add help-echo to mouse-highlighted text.
3523
3524 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3525 mouse-highlighted text.
3526
3527 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3528 mouse-highlighted text.
3529
3530 * progmodes/compile.el (compile-reinitialize-errors):
3531 Add help-echo to mouse-highlighted messages.
3532 (compilation-forget-errors): Remove help-echo property as well.
3533
3534 * play/landmark.el (lm-plot-square, lm-init-display):
3535 Add help-echo to mouse-highlighted text.
3536
3537 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3538 Add help-echo to mouse-highlighted text.
3539
3540 * dired.el (dired-insert-set-properties): Add help-echo to
3541 mouse-highlighted text.
3542 (dired-mark-pop-up): Remove help-echo property from the file name.
3543
3544 * comint.el (comint-send-input): Add help-echo to
3545 mouse-highlighted text.
3546
3547 * buff-menu.el (list-buffers-noselect): Add help-echo to
3548 mouse-highlighted text.
3549
3550 * arc-mode.el (archive-summarize-files): Add help-echo to
3551 mouse-highlighted text.
3552
3553 * ffap.el (ffap-machine-p): Always return nil if
3554 open-network-stream is not fboundp.
3555
3556 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3557
3558 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3559 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3560 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3561 incorrectly binding chars between 128 and 256 to it.
3562 (sgml-maybe-name-self): Handle latin-1 chars properly.
3563 (sgml-tags-invisible): Bind buffer-file-name to nil.
3564 Use unwind-protect and restore-buffer-modified-p.
3565 (sgml-point-entered): Use buffer-substring-no-properties.
3566 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3567 (html-mode): Don't force `imenu-sort-function'.
3568
3569 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3570
3571 * tar-mode.el: Fix the copyright notice.
3572
3573 * font-lock.el (font-lock-comment-face): For tty's with dark
3574 background, use "red1", since "lightred" is not one of the colors
3575 recognized by tty-colors.el.
3576
3577 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3578 create a buffer for extracted file, in case there's more than one
3579 file by that name in an archive, possibly in different
3580 directories. From Kevin Rodgers <kevinr@ihs.com>.
3581
3582 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3583 <alex@gnu.org>.
3584
3585 2001-06-15 Miles Bader <miles@gnu.org>
3586
3587 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3588 Revert previous change.
3589
3590 2001-06-14 Richard M. Stallman <rms@gnu.org>
3591
3592 * replace.el (keep-lines-read-args): Return just a regexp.
3593 Provide nil for the region args.
3594 (keep-lines, flush-lines, how-many):
3595 Calculate the defaults for the region here, when args are nil.
3596
3597 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3598
3599 * rot13.el (rot13-other-window): Some more doc fix.
3600
3601 2001-06-14 Per Starback <starback@ling.uu.se>
3602
3603 * replace.el (case-replace, query-replace-from-history-variable)
3604 (query-replace-to-history-variable, keep-lines-read-args)
3605 (occur-revert-function, query-replace-help): Dox fix.
3606
3607 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3608
3609 * rot13.el (rot13-other-window): Doc fix.
3610
3611 2001-06-14 Miles Bader <miles@gnu.org>
3612
3613 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3614 of " and \ to "." (punctuation).
3615 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3616
3617 2001-06-13 Richard M. Stallman <rms@gnu.org>
3618
3619 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3620
3621 * simple.el (shell-command-on-region): Never kill the
3622 *Shell Command Output* buffer.
3623
3624 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3625
3626 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3627
3628 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3629
3630 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3631 New var, to recognize ${ $' and PODs.
3632 (perl-font-lock-syntactic-face-function): New function.
3633 (perl-mode): Use them.
3634 (perl-continuation-line-p): New function, from perl-calculate-indent.
3635 (perl-calculate-indent): Use it, to properly handle continuation
3636 lines of continuation lines.
3637
3638 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3639
3640 * server.el (server-process, server-buffer-clients): Doc fix.
3641 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3642
3643 2001-06-09 John Wiegley <johnw@gnu.org>
3644
3645 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3646 test if the last command was Lisp or not.
3647 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3648 B x C".
3649
3650 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3651
3652 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3653 general one on compile.el supports drive letters.
3654
3655 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3656
3657 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3658 key description.
3659
3660 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3661
3662 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3663 (reftex-toc-jump): New command.
3664
3665 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3666 to parse international characters as well.
3667
3668 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3669 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3670
3671 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3672
3673 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3674 TAB to the key separators.
3675
3676 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3677
3678 * international/mule.el (auto-coding-alist): Remove redundant
3679 up-cased versions of the extensions (auto-coding-alist-lookup is
3680 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3681 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3682
3683 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3684
3685 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3686
3687 2001-06-01 Richard M. Stallman <rms@gnu.org>
3688
3689 * help.el (describe-variable): Put value on same line
3690 with preceding text, if it is short enough to look good that way.
3691
3692 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3693
3694 * term/internal.el (IT-unicode-translations): New variable.
3695 (IT-setup-unicode-display): New function.
3696
3697 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3698
3699 * ps-print.el: Handle before-string and after-string overlay properties
3700 in ps-print-*-with-faces commands. Doc fix.
3701 (ps-print-version): New version number (6.5.2).
3702 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3703 for XEmacs.
3704 (ps-prefix-quote): Doc fix.
3705 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3706 (ps-basic-plot-str, ps-plot-string): New funs.
3707
3708 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3709
3710 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3711 and :type spec.
3712
3713 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3714
3715 * international/mule-cmds.el (inactivate-input-method):
3716 Set input-method-function to nil.
3717
3718 * xml.el (xml-parse-tag): The document may contain invalid characters.
3719 From ShengHuo ZHU <zsh@cs.rochester.edu>
3720
3721 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3722
3723 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3724 `rmail-summary-line-decoder' if the message does not have
3725 a Subject: field.
3726
3727 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3728
3729 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3730 New variable.
3731 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3732 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3733 is non-nil.
3734
3735 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3736
3737 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3738
3739 2001-05-29 Sam Steingold <sds@gnu.org>
3740
3741 * faces.el (face-valid-attribute-values): Bind `valid' directly
3742 instead of using `setq'.
3743
3744 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3745 Use `tex-shell-buf'.
3746 (tex-shell-proc): Use `tex-shell-running'.
3747 (tex-shell-buf-no-error): New function.
3748 (tex-send-tex-command): Use it.
3749 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3750 (tex-kill-job): Check the process before calling `quit-process'.
3751
3752 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3753
3754 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3755 UTF-8 sequences.
3756
3757 2001-05-28 Miles Bader <miles@gnu.org>
3758
3759 * comint.el (comint-carriage-motion): Renamed from
3760 `comint-cr-magic'. Operate on the buffer instead of the string
3761 (for use as a comint post-output filter, instead of as a
3762 pre-output filter). Handle backspaces too. Add to the
3763 `comint-output-filter-functions' hook instead of
3764 `comint-preoutput-filter-functions'.
3765
3766 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3767
3768 * language/japan-util.el (japanese-hankaku): Prefer the charset
3769 `jisx0201' when the optional argument `ascii-only' is not specified.
3770 (japanese-hankaku-region): Ditto.
3771 From Katsumi Yamaoka <yamaoka@jpl.org>
3772
3773 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3774
3775 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3776 (outline-invisible-p): New function.
3777 (hide-leaves): Save excursion.
3778 (hide-other): Stop looping when reaching bobp.
3779
3780 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3781
3782 * cus-edit.el (custom-file): Fix last change.
3783
3784 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3785
3786 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3787 same definition in byte-compile-function-environment as `autoload'
3788 would put in `symbol-function'.
3789
3790 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3791 patch to correct the error message as well.
3792
3793 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3794
3795 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3796 unless ~/.emacs exists.
3797
3798 * novice.el (enable-command): If user-init-file is nil or does not
3799 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3800
3801 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3802
3803 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3804 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3805 Allow spaces around macro arguments.
3806 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3807 indent-for-tab-command.
3808 (latex-mode-map, plain-tex-mode-map): New keymaps.
3809 Inherit from tex-mode-map.
3810 (tex-common-initialization): Don't setup the keymap any more
3811 since it's now done right by define-derived-mode.
3812 (latex-mode): Set skeleton-end-hook to nil.
3813 (latex-skeleton-end-hook): Remove.
3814 (tex-latex-block, latex-insert-item): Simplify.
3815 (latex-syntax-after): Use following-char rather than char-after.
3816 (tex-discount-args-cmds, tex-count-words): New functions.
3817
3818 * textmodes/tildify.el (tildify-ignored-environments-alist):
3819 Recognize \verb* as well.
3820
3821 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3822 (perl-comment-indent): Simplify to let newcomment.el do its job.
3823 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3824 (perl-mark-function): Cleanup the namespace.
3825 (perl-calculate-indent): Don't be fooled by nested functions.
3826
3827 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3828
3829 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3830 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3831
3832 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3833
3834 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3835 actually be `\\'.
3836 (ctlau-b5-converter): Likewise.
3837
3838 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3839
3840 * international/titdic-cnv.el (quail-misc-package-ext-info):
3841 Change CTLauB.el to CTLau-b5.el.
3842
3843 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3846 rather than beginning-of-line to avoid problems with fields.
3847 (gud-perldb-massage-args): Use unless and push.
3848 (gud-chdir-before-run): New var.
3849 (gud-common-init): Use it.
3850
3851 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3852
3853 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3854 delete entries for chinese-ctlau and chinese-ctlaub.
3855 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3856 chinese-ctlaub.
3857 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3858 New functions.
3859
3860 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3861
3862 * cus-edit.el (custom-comment-show): Remove debug code.
3863
3864 * language/japan-util.el (japanese-symbol-table): Fix handling of
3865 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3866
3867 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3868
3869 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3870 Renamed by removing the silly `-flag' suffix.
3871 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3872
3873 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * replace.el (keep-lines-read-args): Use `copy-marker'.
3876 (how-many): Save excursion properly.
3877 (occur-mode): Use define-derived-mode.
3878 (perform-replace): Use with-current-buffer.
3879
3880 2001-05-20 Richard M. Stallman <rms@gnu.org>
3881
3882 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3883
3884 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3885
3886 * info.el (Info-read-subfile): Widen before finding the
3887 desired node in the subfile.
3888
3889 * startup.el (command-line-1): When >2 files visited,
3890 leave the last one visible, and make that the selected window.
3891
3892 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3893
3894 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3895
3896 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3897
3898 * international/ccl.el (define-ccl-program): Fix a typo.
3899 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3900
3901 * international/mule.el (decode-char): Fix a typo. From Pavel
3902 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3903
3904 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3905 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3906
3907 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3908 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3909
3910 2001-05-18 Sam Steingold <sds@gnu.org>
3911
3912 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3913 and [RET] to `cvs-mode-find-file'.
3914
3915 2001-05-18 John Wiegley <johnw@gnu.org>
3916
3917 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3918 configuration variable, which determines the initial character
3919 that forces use of an external version of a command. The default
3920 is *, but may be set to \, for example.
3921
3922 * eshell/esh-ext.el (eshell-explicit-command):
3923 Use `eshell-explicit-command-char' instead of ?*.
3924
3925 * eshell/esh-cmd.el (eshell/which):
3926 Use `eshell-explicit-command-char' instead of ?*.
3927
3928 * eshell/em-cmpl.el (eshell-completion-command-name)
3929 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3930 instead of ?*.
3931
3932 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3933
3934 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3935 subst-char-in-string.
3936 (ange-ftp-after-parse-ls-hook): New variable.
3937 (ange-ftp-ls): Run that hook.
3938 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3939
3940 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3941 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3942 text into *Completions*.
3943
3944 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3945 part of which look like email addresses.
3946
3947 2001-05-18 Andrew Innes <andrewi@gnu.org>
3948
3949 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3950 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3951 cmd.exe's handling of FOR loops.
3952 (autoloads): Set find-file-suppress-same-file-warnings to t to
3953 avoid slew of spurious messages.
3954
3955 2001-05-18 Simon Josefsson <simon@josefsson.org>
3956
3957 * mail/smtpmail.el (maybe-append-domain): Renamed to
3958 `smtpmail-maybe-append-domain'.
3959 (smtpmail-via-smtp): Use the new name.
3960
3961 * net/browse-url.el (browse-url-browser-function): Add kde.
3962 (browse-url-kde-program, browse-url-kde-args): New variables.
3963 (browse-url-kde): New function.
3964
3965 2001-05-18 Miles Bader <miles@gnu.org>
3966
3967 * simple.el (delete-horizontal-space, just-one-space):
3968 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3969 because it's more efficient for large files.
3970
3971 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3972
3973 * mail/rmail.el (rmail-require-mime-maybe): New function.
3974 (rmail): Use it.
3975 (rmail-mode): Handle the case of finding Rmail files.
3976
3977 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3978 functions.
3979
3980 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3981
3982 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3983 text-property after moving to the beginning of line and regardless
3984 of the value of font-lock-multiline.
3985
3986 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3987
3988 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3989
3990 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3991 last coding system used before calling set-buffer-modified-p
3992 because that function changes last-coding-system.
3993
3994 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3995
3996 * files.el (switch-to-buffer-other-window)
3997 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3998 the doc string.
3999
4000 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4001
4002 * language/slovak.el, language/czech.el: New maintainer.
4003
4004 2001-05-16 Sam Steingold <sds@gnu.org>
4005
4006 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4007 sub-form of `defgeneric' correctly.
4008
4009 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4010
4011 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4012 of `c'.
4013
4014 * textmodes/outline.el (outline-font-lock-level): Remove the
4015 condition-case, test what outline-level returns instead, to
4016 ease debugging.
4017
4018 * international/mule.el (auto-coding-regexp-alist): New user-option.
4019 (auto-coding-from-file-contents): New function.
4020 (set-auto-coding): Use it to determine a coding system.
4021
4022 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4023
4024 * mouse.el (mouse-delete-other-windows): Doc fix.
4025
4026 * emacs-lisp/lisp-mode.el (lisp-mode):
4027 Make font-lock-keywords-case-fold-search a buffer-local variable with
4028 make-local-variable before setting it.
4029
4030 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4031
4032 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4033 prefixes.
4034
4035 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4036
4037 * hexl.el (hexl-current-address): Print a message when called
4038 interactively.
4039
4040 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4041
4042 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4043
4044 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4045
4046 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4047
4048 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4049
4050 * startup.el (command-line): If parameters have been changed in
4051 the init files which influence font selection, clear the face
4052 cache so that faces get realized with the new parameters.
4053
4054 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4055
4056 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4057
4058 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4059
4060 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4061
4062 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4063 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4064
4065 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4066
4067 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4068 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4069
4070 2001-05-09 John Wiegley <johnw@gnu.org>
4071
4072 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4073 Annotated the documentation string to tell users about
4074 `eshell-no-numeric-conversions'.
4075
4076 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4077 conversions if a Lisp function has the property
4078 `eshell-no-numeric-conversions' set to a non-nil value.
4079
4080 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4081 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4082 property `eshell-no-numeric-conversions' on the following
4083 functions (which all deal with filesystem entities, and never Lisp
4084 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4085 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4086 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4087 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4088 eshell/which, eshell/addpath.
4089
4090 2001-05-09 John Wiegley <johnw@gnu.org>
4091
4092 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4093 encountered as an argument, don't convert it right away, but tag
4094 the first character of the string with the text properties
4095 `number', which signifies to `eshell-lisp-command' that the
4096 argument should be passed through `string-to-number' if it is
4097 actually used in the call to a Lisp function.
4098
4099 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4100 function, convert any string arguments that have been tagged as
4101 "numbers", by calling string-to-number.
4102
4103 * eshell/esh-util.el (eshell-number-regexp): Now that number
4104 conversions only happen for Lisp function calls, the number regexp
4105 should now match all integer and floating point forms.
4106
4107 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4108 `eshell-continue-process', since they are both nonfunctional at
4109 the moment.
4110 (eshell-proc-initialize): Don't bind keys for
4111 `eshell-stop-process' or `eshell-continue-process'.
4112
4113 * eshell/em-unix.el (eshell-shuffle-files):
4114 Apply `directory-file-name' before calling `file-name-directory'.
4115
4116 * eshell/em-hist.el (eshell-add-to-history): Reference to
4117 `eshell-history-ring' needed to be `eshell-history-index'.
4118
4119 * calendar/timeclock.el (timeclock-find-discrep):
4120 Initialize `elapsed' to 0.
4121 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4122 it's still nil.
4123
4124 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4125
4126 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4127 (archive-mode): Use capitalize.
4128 (archive-unique-fname): Use make-temp-file.
4129
4130 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4131
4132 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4133
4134 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4135
4136 * tar-mode.el (tar-extract): Pay attention to the value of
4137 coding-system-for-read, if it is non-nil.
4138
4139 * calendar/holidays.el (holidays): Add an autoload cookie.
4140 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4141
4142 2001-05-08 John Wiegley <johnw@gnu.org>
4143
4144 * calendar/timeclock.el (timeclock-workday-remaining):
4145 Changed logic for determining how much time is remaining.
4146 (timeclock-workday-elapsed): Don't accept a "relative" argument
4147 for the current day's elapsed time. What could that have meant?
4148 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4149 (timeclock-when-to-leave): Changed logic, similarly to what was
4150 done for `timeclock-workday-remaining'.
4151 (timeclock-find-discrep): Removed "today-only" argument, which had
4152 no meaning. Fixed some more math problems. The function now
4153 returns a three member list: (TOTAL-TIME-DISCREPANCY
4154 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4155
4156 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4157
4158 * w32-fns.el (convert-standard-filename): Start replacing slashes
4159 from the beginning of the file name, not from where the last
4160 invalid character was. From "Andrew Maguire (SWW)"
4161 <Andrew.Maguire@Smallworld.co.uk>
4162
4163 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4164
4165 The following changes are to provide infrastructure for handling
4166 MIME messages to rmail. They don't affect the original behaviour
4167 if rmail-enable-mime is nil.
4168
4169 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4170 (rmail-search-mime-message-function)
4171 (rmail-search-mime-header-function): New variables.
4172 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4173 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4174 `rmail-view-buffer' is hidden.
4175 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4176 call rmai-show-mime-function.
4177 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4178 mode-line-process of rmail-view-buffer.
4179 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4180 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4181 buffer.
4182 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4183 set-buffer to the Rmail buffer.
4184 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4185 rmail-search-mime-header-function.
4186 (rmail-search-message): New function.
4187 (rmail-search): Call rmail-search-message to check if a message
4188 matches REGEXP, lastly update point after calling
4189 rmail-show-message.
4190 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4191 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4192 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4193 header region, refer to rmail-msgref-vector while setting the
4194 current buffer to rmail-buffer temporarily.
4195 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4196 If rmail-enable-mime is non-nil, call
4197 rmail-insert-mime-forwarded-message-function instead of inserting
4198 forwarded message by itself.
4199
4200 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4201 Rmail buffer.
4202 (rmail-set-label, rmail-next-labeled-message): Likewise.
4203
4204 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4205 set-buffer to the Rmail buffer.
4206 (rmail-output-to-rmail-file): Likewise.
4207 (rmail-output): Likewise.
4208
4209 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4210 of mail-fetch-field by rmail-summary-line-decoder.
4211 (rmail-new-summary): Be sure to go to the Rmail buffer.
4212 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4213 rmail-view-buffer to nil.
4214 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4215 rmail-view-buffer.
4216 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4217 rmail-buffer.
4218 (rmail-summary-scroll-msg-down): Likewise.
4219 (rmail-summary-beginning-of-message): Likewise.
4220 (rmail-summary-wipe): Likewise.
4221 (rmail-summary-toggle-header): Use save-window-excursion, not
4222 save-excursion. Update point in rmail-view-buffer, not in
4223 rmail-buffer.
4224 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4225 rmail-view-buffer, not rmail-buffer.
4226
4227 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4228
4229 * cus-edit.el (custom-file): Signal an error if user-init-file is
4230 nil (running -q).
4231
4232 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4233
4234 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4235 Add :version.
4236
4237 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4238 New option.
4239 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4240 only if smtpmail-warn-about-unknown-extensions is set.
4241
4242 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4243 instead of rmail-sort-by-keywords.
4244
4245 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4246 rmail-sort-by-keywords.
4247
4248 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4249 rmail-summary-sort-by-keywords. Doc fix.
4250 (rmail-summary-mode): Doc fix.
4251
4252 * mail/rmail.el (rmail-edit): New Custom group.
4253
4254 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4255 (rmail-edit-mode-hook): New user-option.
4256
4257 2001-05-05 Richard M. Stallman <rms@gnu.org>
4258
4259 * help.el (help-xref-symbol-regexp): Recognize "source of"
4260 and friends, meaning make a link to the source file.
4261 (help-make-xrefs): Handle "source of" and friends
4262 by constructing a link that visits the source file.
4263
4264 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4265
4266 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4267
4268 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4269 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4270 Renamed from perl-font-lock-keywords to avoid clashes.
4271 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4272 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4273 Updated correspondingly.
4274
4275 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4276 Typo `nonexistant' -> `nonexistent'.
4277
4278 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4279
4280 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4281 Split `c-electric-delete' into two functions where
4282 `c-electric-delete-forward' always deletes forward and
4283 `c-electric-delete' only contains the code necessary for XEmacs to
4284 choose between backward and forward deletion.
4285
4286 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4287 get the electric behavior on that key too.
4288 (c-fill-paragraph): Fixed bogus direct use of
4289 c-comment-prefix-regexp, which caused an error when it's a list.
4290
4291 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4292
4293 * dired-aux.el (dired-diff): Doc fix.
4294
4295 * dired.el (dired-diff): Likewise.
4296
4297 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4298
4299 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4300
4301 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4302
4303 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4304 if both the buffer and the file are read-only.
4305
4306 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4307 rather than font-lock-string-face.
4308 (sh-get-indent-info): Treat heredocs like strings.
4309
4310 2001-05-02 Gerd Moellmann <gerd@gnu.org>
4311
4312 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4313 a newline following `}'.
4314 (texinfo-format-email): New function.
4315 (toplevel): Use texinfo-format-email for @email.
4316 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4317 Add `display'.
4318 (texinfo-sort-region): Goto point-min before sorting.
4319 (texinfo-set): Remove leading white space from value.
4320 From yagi@is.titech.ac.jp.
4321
4322 * replace.el (query-replace-regexp-eval): Doc fix.
4323
4324 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4325
4326 * diff-mode.el (diff-nonexistant-face): New face.
4327 (diff-font-lock-keywords): Use it.
4328
4329 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4330
4331 * font-lock.el (font-lock-mode): Doc fix.
4332
4333 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4334 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4335
4336 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4337
4338 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4339 backslash at the start of the here-document delimiter.
4340 (sh-font-lock-syntactic-keywords): Likewise.
4341
4342 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4343
4344 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4345
4346 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4347 (tty-color-translate, tty-color-by-index, tty-color-values)
4348 (tty-color-desc): Doc fix.
4349
4350 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4351
4352 * dired-aux.el (dired-do-create-files, dired-do-copy)
4353 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4354 Mention dired-dwim-target in the doc string.
4355
4356 2001-04-28 Miles Bader <miles@gnu.org>
4357
4358 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4359 (dabbrev--find-expansion): Use it.
4360 (dabbrev--select-buffers): Don't select ignored buffers.
4361
4362 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4363
4364 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4365
4366 2001-04-26 Richard M. Stallman <rms@gnu.org>
4367
4368 * dabbrev.el: Add doc strings for some functions.
4369 (dabbrev--eliminate-newlines): New variable.
4370 (dabbrev--substitute-expansion): Convert newlines to spaces
4371 if dabbrev--eliminate-newlines is set.
4372 If abbrev and expansion are both all-lower-case,
4373 leave dabbrev--last-case-pattern nil.
4374
4375 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4376
4377 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4378 if necessary, like in rmail-show-message.
4379
4380 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4381
4382 * ps-print.el: Color specified by number is forced to be float number.
4383 (ps-print-version): New version number (6.5.1.1).
4384 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4385 initialization.
4386 (ps-prefix-quote): New internal var.
4387 (ps-print-quote): New fun.
4388 (ps-setup, ps-output-frame-properties, ps-float-format)
4389 (ps-format-color): Code fix.
4390 (ps-plot-region): Eliminate redundant foreground color text setting.
4391
4392 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4395
4396 2001-04-25 Gerd Moellmann <gerd@gnu.org>
4397
4398 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4399
4400 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4401
4402 * info.el (Info-additional-directory-list): Doc fix.
4403
4404 * find-lisp.el (find-lisp-find-dired-filter)
4405 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4406 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4407
4408 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4409
4410 * progmodes/make-mode.el (makefile-font-lock-keywords):
4411 Rationalize the rules for includes and conditionals and use the
4412 keyword face for them.
4413
4414 * faces.el (modify-face): Add compatibility for non-interactive use.
4415
4416 2001-04-24 John Wiegley <johnw@gnu.org>
4417
4418 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4419 fix from last night, since it wasn't finding eshell/cd.
4420
4421 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4422
4423 * rect.el (string-rectangle): Revert to 20.x behaviour.
4424 (replace-rectangle): Make it an alias for string-rectangle.
4425 (string-insert-rectangle): New function.
4426
4427 2001-04-23 John Wiegley <johnw@gnu.org>
4428
4429 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4430 occurring with Emacs 21's diff.el/compile.el interaction layer.
4431
4432 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4433
4434 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4435 case where the function was defined in a file, but not part of an
4436 eshell module.
4437
4438 2001-04-23 John Wiegley <johnw@gnu.org>
4439
4440 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4441 code to work around a redisplay problem I've been having.
4442
4443 2001-04-23 John Wiegley <johnw@gnu.org>
4444
4445 * calendar/timeclock.el (timeclock-day-required): If the time
4446 required for a particular day is not set, use `timeclock-workday'.
4447 (timeclock-find-discrep): Added some sample code in a comment.
4448
4449 * eshell/eshell.el (eshell-command): Made a few changes so that
4450 `eshell-command' could be called programmatically.
4451
4452 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4453
4454 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4455
4456 2001-04-23 John Wiegley <johnw@gnu.org>
4457
4458 * calendar/timeclock.el: Updated copyright.
4459 (timeclock-generate-report): Don't report the daily or two-week
4460 total, if no time has been worked in that period.
4461 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4462 final computational form, which was unnecessary; corrected a
4463 parsing problem when timeclock-relative was nil.
4464
4465 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4466
4467 * calendar/timeclock.el (timeclock-modeline-display): Check if
4468 `list-entry' is null.
4469 (timeclock-use-display-time): The first argument to `set-variable'
4470 must be a symbol.
4471
4472 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4473
4474 * calendar/calendar.el (diary-entry-marker)
4475 (calendar-today-marker, calendar-holiday-marker):
4476 Use display-color-p instead of window-system.
4477 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4478 instead of window-system.
4479 (calendar-hide-window): Use display-multi-frame-p instead of
4480 window-system.
4481
4482 * calendar/cal-x.el (calendar-two-frame-setup)
4483 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4484 Use display-multi-frame-p instead of window-system.
4485
4486 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4487
4488 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4489
4490 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4491 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4492
4493 2001-04-23 Alex Schroeder <alex@gnu.org>
4494
4495 * goto-addr.el: Instead of defining line-beginning-position and
4496 line-end-position a defalias is used for point-at-bol and point-at-eol.
4497
4498 2001-04-23 Alex Schroeder <alex@gnu.org>
4499
4500 * goto-addr.el: Added XEmacs compatibility code.
4501 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4502
4503 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4504
4505 * textmodes/paragraphs.el (sentence-end): Doc fix.
4506
4507 2001-04-20 Alex Schroeder <alex@gnu.org>
4508
4509 * sql.el (sql-escape-newlines-and-send): New function.
4510 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4511
4512 2001-04-20 Alex Schroeder <alex@gnu.org>
4513
4514 * sql.el (sql-db2-program): New option.
4515 (sql-db2-options): New option.
4516 (sql-db2): New function.
4517
4518 2001-04-20 Alex Schroeder <alex@gnu.org>
4519
4520 * sql.el (sql-mode-menu): Added highlighting entries.
4521 (sql-highlight-oracle-keywords): New function.
4522 (sql-highlight-postgres-keywords): New function.
4523 (sql-highlight-ansi-keywords): New function.
4524
4525 2001-04-20 Alex Schroeder <alex@gnu.org>
4526
4527 * sql.el (sql-help): Doc change.
4528
4529 2001-04-19 Karl Fogel <kfogel@collab.net>
4530
4531 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4532 that inserted file content only to delete it immediately.
4533 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4534 <lektu@uol.com.br> for the patch.
4535
4536 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4537
4538 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4539
4540 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4541
4542 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4543 for defmethod.
4544
4545 * comint.el (comint-cr-magic): New function.
4546 (toplevel): Add it to comint-preoutput-filter-functions.
4547
4548 2001-04-18 Andrew Innes <andrewi@gnu.org>
4549
4550 * makefile.w32-in (EMACSLOADPATH): Define.
4551 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4552 (recompile): Remove stuff to set EMACSLOADPATH.
4553
4554 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4555
4556 * language/slovak.el ("Slovak"): Add tutorial entry.
4557
4558 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4559 browse-url-new-window-p.
4560
4561 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4562
4563 * info.el (Info-menu-update): When there are no menus and/or no
4564 cross references in the node, make the respective items of the
4565 Info menu-bar menu inactive.
4566
4567 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4568
4569 * indent.el (indent-for-tab-command): Call indent-line-function
4570 with no argument if PREFIX-ARG is non-nil.
4571
4572 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4573
4574 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4575
4576 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4577 an async subprocess if start-process is unavailable. Suggested by
4578 Tim Van Holder <tim.van.holder@pandora.be>.
4579
4580 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4581
4582 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4583 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4584
4585 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4588 manual.
4589
4590 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4591
4592 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4593 (cvs-menu): Add a few entries.
4594
4595 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4596 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4597 lock file appears to be reachable from Emacs.
4598 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4599 (cvs-mode-find-file): Look for cvs-header-face rather than
4600 cvs-dirname-face (which doesn't exist).
4601 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4602
4603 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4604
4605 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4606
4607 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4608 normal-erase-is-backspace on a tty. Instead, bind some keys such
4609 as [delete] directly, like pc-select.el did before
4610 normal-erase-is-backspace was invented.
4611
4612 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4613
4614 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4615
4616 2001-04-11 John Wiegley <johnw@gnu.org>
4617
4618 * eshell/em-ls.el (eshell-ls-insert-directory):
4619 Set font-lock-defaults to nil, to prevent fontification in dired
4620 buffers, if Eshell's ls is being used.
4621
4622 2001-04-11 John Wiegley <johnw@gnu.org>
4623
4624 * calendar/timeclock.el (timeclock-completing-read): New function.
4625 (timeclock-ask-for-project, timeclock-ask-for-reason):
4626 Call `timeclock-completing-read'.
4627
4628 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4629 required where `member' was being used.
4630
4631 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4632
4633 * eshell/em-hist.el (eshell-previous-matching-input):
4634 Don't display "History item" if the the minibuffer is active.
4635
4636 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4637
4638 * startup.el (command-line): Output a newline after printing
4639 an error from loading the window system's init file.
4640
4641 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4642
4643 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4644 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4645 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4646 keywords whose arguments routinely include @@.
4647
4648 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4649
4650 * emacs-lisp/advice.el (ad-make-advised-definition):
4651 Construct advice for subrs differently.
4652
4653 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4654 regexp in parentheses when building the regexp for searching backwards.
4655
4656 * simple.el (completion-list-mode-finish): New function.
4657 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4658
4659 * language/european.el ("Polish"): Change sample text.
4660 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4661
4662 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4663 parameter.
4664
4665 * faces.el (menu): Doc fix.
4666
4667 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4668
4669 * ps-print.el: Footer implementation. Doc fix.
4670 (ps-print-version): New version number (6.5.1).
4671 (ps-header-frame-alist): New customization var for header frame
4672 properties.
4673 (ps-line-number-color): New customization var for line number color.
4674 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4675 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4676 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4677 (ps-right-footer): New customization vars for footers.
4678 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4679 footers.
4680 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4681 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4682 Code fix.
4683 (ps-prologue-file): Indentation fix.
4684 (ps-print-quote): Fun eliminated.
4685 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4686 (ps-output-frame-properties): New fun.
4687 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4688 (ps-skip-newline): Replace defun by defsubst.
4689
4690 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4691
4692 * eshell/eshell.el (eshell-command): Needed a "%s" format
4693 specifier, in case the buffer contains percent characters.
4694
4695 2001-04-10 John Wiegley <johnw@gnu.org>
4696
4697 * calendar/timeclock.el (timeclock-generate-report): Added a
4698 missing insert of the project name.
4699
4700 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4701
4702 * obsolete/profile.el: Moved from emacs-lisp/.
4703
4704 * Makefile.in (nonobsolete_setwins): New macro.
4705 (finder-data): Use it instead of `setwins'.
4706 From: Dave Love <fx@gnu.org>.
4707
4708 * server.el (server-visit-files): Set server-existing-buffer correctly.
4709 (server-visit-files): Run server-visit-hook after going to
4710 line 1 so that the hook can set point as it sees fit.
4711
4712 * bindings.el (mode-line-modified): Unify help messages.
4713
4714 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4715
4716 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4717 All callers changed.
4718
4719 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4722 long file names aren't supported, truncate the file names in
4723 quail-misc-package-ext-info to 8+3 before matching them against
4724 FILENAME.
4725
4726 * dos-fns.el (dos-truncate-to-8+3): New function.
4727
4728 * progmodes/compile.el (grep-compute-defaults): Use null-device
4729 instead of literal /dev/null. Reported by Jens Schmidt
4730 <schmidt@mathematik.uni-kl.de>.
4731
4732 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4733
4734 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4735
4736 * textmodes/sgml-mode.el: Add unknown maintainer.
4737 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4738 (html-mode-map): Use set-keymap-parent.
4739
4740 2001-04-06 Dave Love <fx@gnu.org>
4741
4742 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4743 Remove redundant string-to-list.
4744
4745 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4746
4747 * composite.el (reference-point-alist): Doc fix.
4748
4749 2001-04-05 Sam Steingold <sds@gnu.org>
4750
4751 * font-lock.el (font-lock-keywords-case-fold-search):
4752 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4753 file made font-lock case-insensitive.
4754
4755 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4756
4757 * faces.el (defface menu): Doc fix.
4758
4759 * wid-edit.el (widget-color-sample-face-get): Don't make
4760 faces for undefined colors.
4761
4762 * version.el (emacs-version): Include LessTif/Motif version info.
4763
4764 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4765
4766 * ps-mule.el: Eliminate cl package dependence.
4767 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4768 if they aren't defined yet.
4769 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4770 Eliminate cl package dependence.
4771
4772 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4773
4774 * progmodes/cc-cmds.el (c-outline-level):
4775 Bind buffer-invisibility-spec. Originally from Dave Love, but
4776 got lost when incorporating version 5.26.
4777
4778 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4779
4780 * emulation/pc-select.el (pc-selection-mode):
4781 Call normal-erase-is-backspace-mode instead of binding
4782 keys individually.
4783
4784 * cus-load.el (normal-erase-is-backspace): Use it instead of
4785 delete-key-deletes-forward.
4786
4787 * startup.el (command-line): Use normal-erase-is-backspace and
4788 normal-erase-is-backspace-mode.
4789
4790 * simple.el (normal-erase-is-backspace): Rename from
4791 delete-key-deletes-forward. Doc fix.
4792 (normal-erase-is-backspace-mode): Rename from
4793 delete-key-deletes-forward-mode. Doc fix.
4794 Run normal-erase-is-backspace-hook.
4795
4796 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4797 ``human-readable'' format produced by GNU `ls'.
4798 (dired-move-to-filename-regexp): Recognize ISO format dates.
4799 From Paul Eggert <eggert@twinsun.com>.
4800
4801 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4802
4803 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4804 New functions.
4805 (lm-verify): Check keywords.
4806 From Eric M. Ludlam <eric@siege-engine.com>.
4807
4808 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4809
4810 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4811 `xemacs' feature instead of for the function `set-extent-property'.
4812
4813 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * mail/mh-utils.el (mh-folder-hist): New var.
4816 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4817
4818 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4819
4820 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4821 region, position point on the first or last 16-byte group.
4822 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4823 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4824 hexl-beginning-of-line.
4825
4826 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4827
4828 * icomplete.el (icomplete-mode): Treat an argument like other
4829 modes do.
4830
4831 * startup.el (fancy-splash-head): Use splash8.xpm for color
4832 depth 8.
4833
4834 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4835 Add an antry for ``converts''.
4836
4837 * language/slovak.el ("Slovak"): Add documentation string.
4838 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4839
4840 * language/czech.el ("Czech"): Add documentation string.
4841 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4842
4843 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4844 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4845
4846 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4847
4848 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4849 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4850 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4851 Use `defsubst' rather than a macro to ease debugging.
4852 (mail-extr-last): Remove (use `last' instead).
4853 (mail-extract-address-components): Properly reset the syntax-table
4854 after parsing an address. Use `last' rather than mail-extr-last.
4855 Make sure the end marker stays at the very end.
4856
4857 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4858
4859 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4860 last change.
4861
4862 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4863
4864 * ps-print.el: Line and paragraph spacing feature. Region to cut
4865 out when printing. Doc fix.
4866 (ps-print-version): New version number (6.5).
4867 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4868 New vars. Line and paragraph spacing feature.
4869 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4870 out when printing.
4871 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4872 (ps-get-font-size, ps-begin-job, ps-continue-line)
4873 (ps-plot-region): Code fix.
4874 (ps-print-prologue-2): Var eliminated.
4875 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4876 New internal vars.
4877 (ps-get-size): New fun.
4878 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4879 (ps-next-line): Replace defun by defsubst.
4880 (ps-mule-plot-string): Autoload doc fix.
4881
4882 * ps-bdf.el: XEmacs compatibility. Doc fix.
4883 (installation-directory, coding-system-for-read): Declare vars if
4884 it's not declared yet.
4885 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4886
4887 * ps-mule.el: XEmacs compatibility. Doc fix.
4888 (leading-code-private-22): Declare var if it's not declared yet.
4889 (charset-bytes, charset-dimension, charset-id, charset-width)
4890 (find-charset-region, split-char, char-width, chars-in-region)
4891 (forward-point, decompose-composite-char, encode-coding-string)
4892 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4893 Define funs if not defined yet.
4894 (encode-composition-rule, find-composition): Define funs if not
4895 loaded yet.
4896 (ps-mule-prologue): PostScript code fix.
4897
4898 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4899
4900 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4901 non-nil, generate font for the header strings.
4902 (ps-mule-prepare-font): Likewise.
4903 (ps-mule-generate-glyphs): Likewise.
4904 (ps-mule-string-encoding): Likewise.
4905 (ps-mule-header-charsets): New variable.
4906 (ps-mule-encode-header-string): New function.
4907 (ps-mule-header-string-charsets): New function.
4908 (ps-mule-begin-job): Check charsets in the header strings. If there
4909 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4910
4911 * ps-print.el (ps-generate-header-line): Encode the header string by
4912 ps-mule-encode-header-string.
4913 (ps-mule-encode-header-string): Declare autoload.
4914
4915 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4916
4917 * frame.el (cursor-in-non-selected-windows):
4918 Replaces show-cursor-in-non-selected-windows.
4919
4920 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4921
4922 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4923 Delete entries for "chinese-py" and "chinese-ziranma".
4924 (quail-misc-package-ext-info): New variable.
4925 (tsang-quick-converter): New function.
4926 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4927 (quick-cns-converter, py-converter, ziranma-converter)
4928 (miscdic-convert, batch-miscdic-convert): New functions.
4929
4930 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4931
4932 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4933 eight-bit-control chars.
4934
4935 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4936 Reduce making temporary vector (suggested by Dave Love).
4937
4938 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4939
4940 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4941 string as well.
4942
4943 2001-03-30 Andreas Schwab <schwab@suse.de>
4944
4945 * files.el (backup-directory-alist): Fix typo.
4946
4947 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4948
4949 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4950 <eggert@twinsun.com>.
4951
4952 2001-03-30 Dave Love <fx@gnu.org>
4953
4954 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4955
4956 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4957
4958 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4959
4960 2001-03-30 Miles Bader <miles@gnu.org>
4961
4962 * subr.el (interactive-form): Fix paren typo.
4963
4964 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4965
4966 * emacs-lisp/profile.el: Say that it's obsolete in the header
4967 line, so that finder.el puts that into its data-base.
4968 Suggested by Alex Schroeder <alex@gnu.org>.
4969
4970 2001-03-29 Paul Eggert <eggert@twinsun.com>
4971
4972 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4973 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4974
4975 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4976
4977 * generic.el (generic-mode-set-comments): Use "" rather than nil
4978 for comment-end.
4979
4980 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4981
4982 * emacs-lisp/advice.el (ad-make-advised-definition):
4983 Call interactive-form to obtain the interactive spec of subrs.
4984
4985 * subr.el (interactive-form): New function.
4986
4987 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4988
4989 * vc-sccs.el (vc-sccs-register): Use relative file names.
4990
4991 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4992
4993 * bookmark.el (bookmark-get-bookmark): Handle case that
4994 BOOKMARK is not a string.
4995
4996 * image.el (image-type-regexps): Change type for PS files
4997 to `postscript'.
4998
4999 * subr.el (read-passwd): Clear command history after each
5000 character entered. From: Stephen Gildea
5001 <gildea@stop.mail-abuse.org>.
5002
5003 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5004
5005 * international/kkc.el (kkc-save-init-file): Locally bind
5006 print-length to nil.
5007
5008 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5009
5010 * textmodes/flyspell.el: Some doc fixes.
5011 (flyspell-maybe-correct-transposition)
5012 (flyspell-maybe-correct-doubling): Use a temporary buffer
5013
5014 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5015
5016 * emacs-lisp/byte-opt.el (byte-optimize-while)
5017 (byte-optimize-form-code-walker): Diagnose too few arguments
5018 for `if' and `while'.
5019
5020 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5021
5022 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5023 Prepend `\' to "\<quail-translation-docstring>".
5024
5025 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5026
5027 * autorevert.el (global-auto-revert-non-file-buffers):
5028 Remove duplicate defcustom.
5029
5030 2001-03-26 Miles Bader <miles@gnu.org>
5031
5032 * international/latin1-disp.el (latin1-char-displayable-p):
5033 Add leading "-" for X font pattern.
5034
5035 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5036
5037 * international/mule-diag.el (describe-coding-system):
5038 For raw-text and emacs-mule, don't add anymore text about what
5039 charsets they can encode.
5040
5041 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5042
5043 * help.el (view-lossage): Mention open-dribble-file in the doc
5044 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5045
5046 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5047
5048 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5049 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5050
5051 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5052
5053 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5054 Call ccl-execute-on-string directly so that CCL program handling
5055 multibyte sequence can work correctly.
5056 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5057 property of the coding system.
5058
5059 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5060
5061 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5062 Fix transcription typo.
5063
5064 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5065
5066 * whitespace.el: Add buffer local variables to toggle testing of
5067 whitespaces in buffers without affecting the default values.
5068 Bump version to 3.0 to account for a few other changes.
5069 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5070 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5071 (whitespace-toggle-spacetab-check): New functions.
5072
5073 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5074
5075 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5076
5077 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5078
5079 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5080 bs-cycle-configuration-name. From Juanma Barranquero
5081 <lektu@uol.com.br>.
5082
5083 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5084 and cc-vars.el.
5085
5086 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5087 headers. Always invoke sendmail with option -t.
5088
5089 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5090
5091 * Release of cc-mode 5.28.
5092
5093 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5094
5095 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5096 Removed the hardcoded switch to "java" style in Java mode.
5097 It's instead taken care of by the default value for c-default-style.
5098
5099 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5100
5101 * cc-align.el (c-lineup-math): Fix bug where lineup was
5102 triggered by equal signs in string literals.
5103
5104 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5105
5106 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5107 limit detection when at the ends of the buffer.
5108
5109 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5110 "for" statement clause in case 7F; a better one is done
5111 earlier in case 7D anyway.
5112
5113 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5114
5115 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5116 somewhat more and did a small optimization.
5117
5118 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5119
5120 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5121 Use the limit argument only to limit the syntactic context
5122 search, not to limit the actual movement.
5123
5124 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5125 inside multiline strings, just like in comments. Also various
5126 fixes to the paragraph and comment prefix recognition, block
5127 comment ender handling etc.
5128
5129 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5130
5131 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5132 the relative position of the point.
5133
5134 * cc-cmds.el (c-electric-continued-statement): New function to
5135 use as abbrev hook to reindent for keywords such as "else"
5136 that continues an earlier statement.
5137
5138 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5139 like classes.
5140
5141 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5142 (pike-mode): Populate the default abbrev tables to reindent for
5143 keywords such as "else" that can continue earlier statements.
5144 Abbrev mode is therefore turned on by default now. (Note that
5145 this doesn't apply to idl-mode, since IDL afaik doesn't have
5146 statements at all.)
5147
5148 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5149
5150 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5151 bracelists where the declaration contains template arguments.
5152
5153 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5154
5155 * cc-cmds.el (c-comment-indent):
5156 Use `c-get-syntactic-indentation' to correctly calculate the
5157 syntactic indentation. Fixes bug with lineup functions that
5158 return vectors.
5159
5160 * cc-engine.el (c-get-syntactic-indentation): Split the
5161 indentation sum calculation from `c-indent-line' to a separate
5162 function.
5163
5164 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5165
5166 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5167 Fixed places where it was assumed that preprocessor directives
5168 have to start in column zero.
5169
5170 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5171 template arguments after a class identifier properly.
5172
5173 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5174 lists for `new Foo[]' constructs in Java as expressions and
5175 not top level definition brace lists on the top level, so that
5176 they'll get indented consistently with the same type of
5177 expression in a normal block.
5178
5179 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5180
5181 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5182 whether the adaptive filling package fails to keep the comment
5183 prefix is now kludged further to check for filladapt-mode
5184 which doesn't have that problem. This is really icky, but it's
5185 the only way that works with the current misfeatures/bugs in
5186 both adaptive-fill-mode and filladapt-mode.
5187
5188 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5189 around point is recognized more robust.
5190
5191 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5192
5193 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5194 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5195 (c-lit-type): Fixed all internal variables used dynamically so
5196 that they are always bound.
5197
5198 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5199 errors:
5200
5201 (c-indent-region): Fixed reporting of syntactic errors so that
5202 the region is fully reindented even when an error occurs.
5203 The last syntactic error is printed afterwards. Also cleanup up a
5204 whole lot of code that tried to optimize indentation of whole
5205 sexps but in reality accomplishes nothing.
5206
5207 (c-indent-sexp): Use c-indent-region.
5208
5209 (c-parsing-error): Changed this variable to hold the message
5210 for any syntactic error that is discovered.
5211
5212 (c-parse-state): Search backward from point instead of the bod
5213 position when the latter is invalid. This makes CC Mode
5214 recover faster when there are unbalanced close braces.
5215
5216 (c-backward-to-start-of-if): Use c-parsing-error to report
5217 dangling "else" clauses instead of throwing an error, and fall
5218 back to a reasonable position.
5219
5220 (c-indent-line): Added argument to avoid reporting syntactic errors.
5221
5222 (c-show-syntactic-information): Don't report any syntactic errors.
5223
5224 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5225
5226 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5227 paragraph recognition when moving by sentence in literals.
5228
5229 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5230 start regexp for javadoc to recognize javadoc markup in general instead
5231 of a specific set of keywords, to be more future-safe.
5232
5233 (c-Pike-pikedoc-paragraph-start)
5234 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5235 pikedoc markup.
5236
5237 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5238
5239 (pike-mode): Initialize paragraph settings pikedoc recognition.
5240
5241 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5242
5243 (c-comment-prefix-regexp): Made it possible to use an
5244 association list on this to specify mode specific regexps.
5245 The default value now use a special regexp in Pike mode to
5246 recognize pikedoc markup.
5247
5248 (c-current-comment-prefix): New variable containing the actual
5249 regexp from c-comment-prefix-regexp for the current buffer.
5250
5251 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5252
5253 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5254 lists: We can't look at the syntax, since a brace list can get
5255 recognized as a plain statement-cont.
5256
5257 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5258 special brace list opener broken over two lines got recognized
5259 as a statement on the second line. Case 9A changed.
5260
5261 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5262
5263 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5264 adjustment after line is reindented.
5265
5266 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5267
5268 * cc-defs.el (c-point): Added optional argument for position
5269 to use instead of the current point.
5270
5271 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5272 the in-expression block symbols when the construct starts at
5273 boi, to avoid the extra level of indentation in that case.
5274 Cases 4, 16A and 17E affected.
5275
5276 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5277
5278 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5279 calls to `c-indent-line', to adhere better to Emacs conventions.
5280
5281 * cc-engine.el (c-indent-line): Use the syntax already bound
5282 to `c-syntactic-context', if there is any.
5283
5284 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5285
5286 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5287 wasn't added up correctly when a lineup function returned nil.
5288
5289 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5290
5291 * cc-engine.el (c-collect-line-comments): Fixed bug where
5292 empty lines were ignored when collecting line comments backwards.
5293
5294 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5295
5296 * cc-align.el (c-lineup-dont-change): Return an absolute
5297 indentation column to work correctly in the case when several
5298 syntactic elements are processed for the same line.
5299
5300 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5301 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5302 (c-set-offset): Added absolute indentation column settings by
5303 using the vector type.
5304
5305 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5306
5307 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5308 Implemented two new cleanups `space-before-funcall' and
5309 `compact-empty-funcall'.
5310
5311 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5312
5313 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5314 helping building regexps.
5315
5316 * cc-engine.el (c-on-identifier): New function for detecting
5317 identifiers. It takes keywords into account.
5318
5319 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5320 lists. `c-keywords' is set to a regexp matching all keywords
5321 in the current language.
5322
5323 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5324
5325 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5326 list of characters to skip backwards over at the beginning of
5327 a statement, since it can precede string literals in Pike.
5328
5329 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5330
5331 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5332 recognition when standing on the last line in a C++ comment
5333 with nothing but whitespace after the prefix.
5334
5335 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5336 given no limit argument.
5337
5338 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5339
5340 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5341 recognition for the `[]= operator symbol in Pike.
5342
5343 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5344
5345 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5346 around a bug in `eval-when-compile' in the byte compiler.
5347
5348 * cc-engine.el (c-forward-token-1): Fixed bug with return
5349 value when count is zero and there's no token start within the limit.
5350
5351 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5352 "prefix comments", i.e. comments which are followed by code on
5353 the same line.
5354
5355 * cc-mode-19.el: Fixes so that checks that must be done at
5356 compile time also are done then.
5357
5358 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5359
5360 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5361 time and at runtime, and only when it's needed.
5362
5363 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5364
5365 Major cleanup for less error prone and more warning free
5366 compilation, including some fixes for bugs due to different
5367 compilation orders. Thanks to Martin Buchholz for providing
5368 the basis for all this.
5369
5370 * cc-bytecomp.el: New file that provides some byte compilation
5371 features: It ensures that files always are loaded from the
5372 current source directory during compilation, and it provides a
5373 set of macros to turn off specific compiler warnings for
5374 specific symbols. (It's not CC Mode specific in any way.)
5375
5376 Fixed a nearly acyclic dependency tree (both runtime and
5377 compile-time) between all files.
5378
5379 * cc-defs.el: Separated all macros before the inline functions,
5380 to ensure correct compilation.
5381
5382 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5383 cc-defs.el to cc-engine.el and made it a function instead.
5384
5385 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5386 about char-after.
5387
5388 * cc-vars.el: Cope even when there isn't a custom package
5389 containing defcustom available.
5390
5391 * cc-make.el: Removed since it's no longer necessary.
5392
5393 README: Updated installation instructions.
5394
5395 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5396
5397 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5398 improve the modularity: Moved all mode init stuff from
5399 cc-langs.el to cc-mode.el, including the keymap
5400 initialization; cc-langs now only contains the various
5401 variables for configuring the language syntax.
5402
5403 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5404 (c-get-offset): Moved from cc-styles to cc-engine since file
5405 dependency analysis suggests they belong there (which also
5406 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5407
5408 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5409
5410 * cc-cmds.el (c-fn-region-is-active-p): New function that
5411 wraps the corresponding macro, for use in places that aren't
5412 compiled. Thanks to Martin Buchholz for pointing out this.
5413
5414 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5415
5416 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5417 add things to the bug report.
5418
5419 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5420
5421 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5422 returned prefix could contain a newline when the search for a
5423 good prefix line failed.
5424
5425 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5426
5427 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5428 (c-toggle-auto-hungry-state): Made the argument optional, as
5429 the documentation says it is.
5430
5431 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5432
5433 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5434 multiline string syntax, #"...", as a cpp macro.
5435
5436 2001-03-21 Paul Eggert <eggert@twinsun.com>
5437
5438 * international/mule-cmds.el (set-locale-environment):
5439 Set system-messages-locale and system-time-locale, but only if the
5440 caller specifies a non-nil locale name.
5441
5442 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5443
5444 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5445 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5446
5447 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5448
5449 * follow.el (follow-avoid-tail-recenter): Doc fix.
5450
5451 * custom.el (custom-set-variables): Avoid reversing the list
5452 of args needlessly.
5453
5454 * startup.el (fancy-splash-head): Don't change the colors of the
5455 XPM image on a dark background.
5456
5457 * comint.el (comint-exec-1): Set columns of the terminal to
5458 window-width instead of frame-width.
5459
5460 * info.el (Info-scroll-down): Add missing WINDOW arg for
5461 pos-visible-in-window-p.
5462
5463 * ehelp.el (electric-help-mode-hook): Add defcustom.
5464
5465 * mail/sendmail.el (mail-mode): Activate case-folding in
5466 font-lock-defaults.
5467
5468 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5469
5470 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5471 (completion-ignored-extensions): Remove duplicate ".class".
5472
5473 2001-03-19 Andreas Schwab <schwab@suse.de>
5474
5475 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5476 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5477
5478 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5479
5480 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5481 methods since there are not prefix input methods.
5482
5483 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5484
5485 * international/mule-cmds.el (read-input-method-name):
5486 Locally bind enable-recursive-minibuffers to t.
5487
5488 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5491
5492 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5493
5494 * ediff-util.el: Copyright years.
5495 (ediff-choose-syntax-table): New function.
5496 (ediff-setup): Use ediff-choose-syntax-table.
5497
5498 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5499 with-syntax-table.
5500
5501 * ediff.el: Date of last update, copyright years.
5502
5503 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5504
5505 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5506 of Scott Bronson.
5507 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5508 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5509 Deleted functions.
5510 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5511 ex-token-list.
5512
5513 * viper-util.el: Spaces, indentation.
5514
5515 * viper.el: Changed version, modification time.
5516
5517 2001-03-16 John Wiegley <johnw@gnu.org>
5518
5519 * calendar/timeclock.el (timeclock-workday-remaining):
5520 Check whether `discrep' is non-null before using it.
5521
5522 2001-03-16 John Wiegley <johnw@gnu.org>
5523
5524 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5525 first-time checkins.
5526 (timeclock-log-data): Fixed problem with reading timelog log file.
5527 Resulting data in the "day list" was incorrect.
5528 (timeclock-find-discrep): Check if `timeclock-file' is readable
5529 before opening it.
5530 (timeclock-time-less-p): New function.
5531 (timeclock-day-base): New function.
5532 (timeclock-geometric-mean): New function.
5533 (timeclock-generate-report): Generate a summary report based on
5534 the contents of the log file. This uses `timeclock-log-data', and
5535 is an example of writing a timelog manipulation function.
5536 (timeclock-visit-timelog): A quick command for opening the timelog
5537 file.
5538 (timeclock-log-data): Bound the variable event.
5539
5540 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5541
5542 * international/mule-cmds.el (select-safe-coding-system):
5543 Fix typo: symbol-name -> symbol-value.
5544
5545 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5546 before substitute-in-file-name to handle double slashes in FILE
5547 correctly.
5548
5549 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5550
5551 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5552 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5553
5554 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5555
5556 * bindings.el (features): Add `md5' and `overlay' to the list.
5557
5558 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5559 bound before using it. It's not bound when configured without X,
5560 for instance.
5561
5562 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5563
5564 * progmodes/hideshow.el: Update copyright.
5565 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5566 (hs-minor-mode-hook): Include `:version' in defcustom form.
5567
5568 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5569
5570 * help.el (string-key-binding): Don't call event-start on
5571 a non-list.
5572
5573 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5574
5575 * startup.el (fancy-splash-tail, command-line-1): Fix the
5576 copyright year.
5577
5578 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5579
5580 * term.el: These changes are based on a patch sent from Yong Lu
5581 <lyongu@yahoo.com>.
5582 (term-set-escape-char): Bind M-x to execute-extended-command in
5583 term-raw-escape-map.
5584 (term-move-columns): Don't try to move to negagive column.
5585 (term-emulate-terminal): Insert a string before deleting a text to
5586 overwrite.
5587
5588 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5589
5590 * play/life.el (life): Rearrange code so that all calls to
5591 life-display-generation are in a catch-form.
5592
5593 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5594 file that isn't interesting. In an interesting file, push the old
5595 value of point on the mark ring.
5596
5597 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5598 New function.
5599 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5600 Use it.
5601
5602 * emacs-lisp/autoload.el (generate-file-autoloads):
5603 Remove warning about line lengths.
5604
5605 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5606
5607 * progmodes/etags.el (tags-compression-info-list): New variable.
5608 (find-tag-in-order): Use it to deal with compressed source files.
5609 (tag-file-name-match-p): New function.
5610 (etags-recognize-tags-table): Use it for better match of file names.
5611
5612 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5613
5614 * international/mule-cmds.el (register-input-method): Doc fix.
5615
5616 * international/quail.el (quail-translate-key): Fix condition to
5617 check if there's another breaking point in the current key.
5618
5619 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5622 Babyl header to the newly-created output file, bind
5623 coding-system-for-write to either rmail-file-coding-system or
5624 emacs-mule-unix.
5625
5626 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5627
5628 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5629 Fix the name and regexp used for subsubsections.
5630
5631 2001-03-10 Dave Love <fx@gnu.org>
5632
5633 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5634 and save-buffer if buffer-file-name non-nil. From rms.
5635
5636 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5637
5638 * vc.el (vc-do-command): If the destination buffer is already
5639 current, don't set it up and don't erase it. Updated doc string
5640 to reflect that.
5641 (vc-version-diff): When doing a single file diff, don't switch to the
5642 *vc-diff* buffer before the command. This is to preserve local
5643 variable bindings that might affect the diff command.
5644 (vc-print-log): Don't switch to the *vc* buffer before the
5645 command, so that local variable bindings are preserved.
5646
5647 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5648 not the current buffer.
5649 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5650
5651 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5652 make output go to buffer *vc*, not the current buffer.
5653
5654 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5655
5656 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5657 so ^, $, *, ? and + are interpreted correctly.
5658
5659 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5660
5661 * help.el (string-key-binding): Renamed from
5662 mode-line-key-binding. Handle any event on a string.
5663 Check for `keymap' properties as well as `local-map' properties.
5664
5665 * comint.el (comint-insert-clicked-input): Use the last key
5666 from this-command-keys to lookup the global key definition.
5667
5668 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5669
5670 * international/characters.el: Add category `j' for
5671 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5672
5673 * international/mule-conf.el (no-conversion): Fix docstring.
5674 (raw-text): Fix docstring.
5675
5676 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5677
5678 * simple.el (choose-completion-string): When not leaving the
5679 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5680 is set.
5681
5682 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5683 parameter `(minibuffer . t)'.
5684
5685 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5686
5687 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5688 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5689 (sh-mode): Remove `make-local-variable' for unused var
5690 `font-lock-unfontify-region-function'.
5691
5692 2001-03-07 Richard M. Stallman <rms@gnu.org>
5693
5694 * info.el (Info-scroll-down): Fix previous change.
5695
5696 * mail/rmail.el (rmail-toggle-header): Use a window which
5697 is showing the Rmail buffer, rather than the selected window.
5698
5699 2001-03-07 Dave Love <fx@gnu.org>
5700
5701 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5702 now, to avoid problems with binding imenu directly to a mouse event.
5703
5704 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5705
5706 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5707 second arg t.
5708
5709 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * log-edit.el (log-edit-common-indent): New var.
5712 (log-edit-set-common-indentation): Renamed from
5713 log-edit-delete-common-indentation. Use the new var.
5714 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5715
5716 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5717 (cvs-mode-add-change-log-entry-other-window):
5718 Don't presume change-log-default-name is defined.
5719
5720 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5721
5722 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5723 the "tree" operation as well.
5724
5725 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5726
5727 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5728 to match paragraph-start.
5729
5730 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5731 comment-start-skip and set comment-end-skip as well.
5732 (sgml-comment-indent): Fix for new value of comment-start-skip.
5733 (html-autoview-mode): Don't bother using make-local-hook.
5734
5735 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5736
5737 * cus-edit.el (custom-save-delete): Move in front of local
5738 variables, otherwise long Custom entries would make them ineffective.
5739
5740 * uniquify.el: Set maintainer to FSF.
5741
5742 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5743
5744 * dired-aux.el (dired-do-shell-command): Doc fix.
5745
5746 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5747
5748 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5749
5750 * which-func.el (which-func-modes): Add cperl-mode.
5751 (which-func-mode-global): Use define-minor-mode.
5752
5753 * info-look.el: Docstring fixes and dead code eliminated.
5754 (cperl-mode): Add support.
5755 (emacs-lisp-mode): List all entries from elisp manual, whether
5756 or not they are currently (f)bound or not. Update regexp.
5757
5758 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5759
5760 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5761 so that C-h m shows the correct information.
5762 Use make-local-variable rather than make-variable-buffer-local.
5763 (cperl-info-buffer, cperl-setup-tmp-buf):
5764 Use make-local-variable rather than make-variable-buffer-local.
5765 (cperl-msb-fix, cperl-get-help-defer):
5766 Check major-mode for `cperl-mode' as well.
5767
5768 * progmodes/cperl-mode.el: Updated to author version 4.23.
5769 (cperl-electric-pod): SYNOPSIS was misspelled.
5770 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5771 (cperl-after-expr-p): Make true after __END__.
5772
5773 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5774
5775 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5776 bookmark-completion-ignore-case is t.
5777
5778 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5779 switch, like xterm, and concat resource strings, with a newline
5780 between them.
5781
5782 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5783
5784 * international/codepage.el (cp770-decode-table)
5785 (cp773-decode-table, cp774-decode-table): New variables.
5786
5787 * man.el (Man-hyphenated-reference-regexp): New variable.
5788 (Man-build-references-alist): Use it to search for referenced
5789 manpages. If hyphenated is non-nil, record a concatenated word in
5790 Man-refpages-alist only if it matches Man-reference-regexp.
5791 Update word's length when it is concatenated. Reverse the list,
5792 to get the first manpage at the head.
5793 (Man-possibly-hyphenated-word): New function.
5794 (Man-follow-manual-reference): Use it instead of current-word to
5795 find a manpage at point, in a way that accounts for hyphenated
5796 references.
5797
5798 2001-03-06 Alex Schroeder <alex@gnu.org>
5799
5800 * sql.el (sql-interbase): New function.
5801 (sql-interbase-program): New option.
5802 (sql-interbase-options): New option.
5803 And some typos fixed: "customise" to "customize".
5804
5805 2001-03-06 Dave Love <fx@gnu.org>
5806
5807 * textmodes/flyspell.el (flyspell-region):
5808 Set up flyspell-local-mouse-map.
5809
5810 2001-03-05 Richard M. Stallman <rms@gnu.org>
5811
5812 * mail/rmail.el (rmail-retry-failure):
5813 Don't call rmail-beginning-of-message.
5814 Don't discard From: field. Do discard Received: field.
5815 Use unwind-protect to re-prune.
5816 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5817
5818 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5819
5820 * international/quail.el (quail-title): Add autoload cookie.
5821
5822 2001-03-05 Dave Love <fx@gnu.org>
5823
5824 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5825 new defs.
5826
5827 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5828
5829 * language/ethio-util.el (ethio-toggle-space):
5830 Update current-input-method-title if necessary.
5831 (ethio-toggle-punctuation): Likewise.
5832
5833 * international/quail.el (quail-title): Fix for the case that a
5834 title of an input method is specified by a list of the same form
5835 as used in mode-line-format.
5836
5837 * international/mule-cmds.el (activate-input-method):
5838 If current-input-method-title is set by activating INPUT-METHOD,
5839 respect that value.
5840
5841 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5842
5843 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5844
5845 2001-03-05 Alex Schroeder <alex@gnu.org>
5846
5847 * sql.el (sql-sybase): Fix typo (was: query user about server two
5848 times instead of server and database).
5849
5850 * sql.el (sql-sybase): Doc change.
5851 (sql-mysql): Doc change.
5852 (sql-postgres): Doc change.
5853
5854 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5855
5856 * international/mule-conf.el (emacs-mule, raw-text):
5857 Docstring modified.
5858
5859 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5860
5861 * term/internal.el: Update copyright notice.
5862
5863 * term/pc-win.el: Update copyright notice.
5864
5865 2001-03-02 Dave Love <fx@gnu.org>
5866
5867 * files.el (insert-file-contents-literally):
5868 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5869 not jka-compr-compression-info-list.
5870
5871 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5872
5873 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5874 spaces in default comment-start-skip settings rather than \s-.
5875
5876 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5877
5878 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5879 default-frame-alist as well.
5880
5881 2001-03-01 Dave Love <fx@gnu.org>
5882
5883 * textmodes/reftex.el (defvar): Wrap some defvars in
5884 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5885
5886 * subr.el (event-basic-type): Doc fix.
5887
5888 * international/quail.el: Doc fixes.
5889
5890 * international/utf-8.el: Doc fixes.
5891
5892 * international/mule-cmds.el: Doc fixes.
5893 (leim-list-header): Fix header text.
5894
5895 * international/mule.el (coding-system-category): Doc fix.
5896
5897 * international/ccl.el (ccl-compile): Doc fix.
5898
5899 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5900
5901 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5902 rather than (before|after)-change-functions.
5903
5904 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5905
5906 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5907 scroll-left and scroll-right being called interactively so that
5908 they set the window's min_hscroll.
5909
5910 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5911
5912 * info.el (info-insert-file-contents-1): Accept an additional
5913 argument `lfn': if it is non-nil, concatenate `filename' and
5914 `suffix'; otherwise use the complicated MS-DOS code.
5915 All callers changed.
5916 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5917 can access long file names, try the long file-name version of
5918 `info-insert-file-contents-1', then the short file-name version.
5919
5920 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5921
5922 * language/ethio-util.el (setup-ethiopic-environment-internal):
5923 Change bindings of functions keys to conform to "Emacs Lisp Coding
5924 Convention".
5925
5926 * language/ethiopic.el ("Ethiopic"): Add documentation.
5927
5928 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5929
5930 * international/utf-8.el (mule-utf-8): Set coding-category
5931 property to coding-category-utf-8.
5932
5933 2001-02-27 Richard M. Stallman <rms@gnu.org>
5934
5935 * lpr.el (lpr-page-header-switches, print-region-1):
5936 Undo 2000-07-06 change.
5937 (lpr-add-switches): Default to t on gnu/linux.
5938
5939 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5940
5941 * bs.el (bs-attributes-list): Doc fix.
5942
5943 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5944
5945 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5946
5947 * help.el (view-order-manuals): Use goto-address.
5948
5949 * startup.el (command-line-1): Add info about ordering manuals
5950 to the not so fancy splash screens.
5951
5952 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5953
5954 * vc.el (vc-default-workfile-unchanged-p)
5955 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5956
5957 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5958
5959 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5960 fontify in the right buffer.
5961
5962 * allout.el (outline-flag-region): Move macro in front of first
5963 use to avoid a run-time error.
5964
5965 2001-02-24 Andrew Innes <andrewi@gnu.org>
5966
5967 * makefile.w32-in: Fix copyright notice.
5968
5969 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5970
5971 * international/utf-8.el (mule-utf-8): Set correct value for
5972 valid-codes property.
5973
5974 * international/fontset.el (x-complement-fontset-spec): In the
5975 case that we use ASCII font for the other charsets, use only
5976 family and registry part of it.
5977
5978 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5979
5980 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5981 (shrink-window-if-larger-than-buffer): Doc fix.
5982
5983 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5984
5985 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5986 predicate passed to completing-read.
5987
5988 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * startup.el (command-line): Fix last change.
5991
5992 2001-02-23 Jason Rumney <jasonr@gnu.org>
5993
5994 * startup.el (tool-bar-originally-present): New variable.
5995 (command-line): Set it if the tool-bar is switched on at startup.
5996
5997 * frame.el (frame-notice-user-settings): Only adjust frame height
5998 for no tool-bar case if tool-bar was originally switched on.
5999 From E. Jay Berkenbilt.
6000
6001 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6002
6003 * server.el (server-switch-buffer): Only switch window if the
6004 current one is dedicated.
6005
6006 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6007 rather than using (match-beginning 0) when searching for break point.
6008
6009 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6010
6011 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6012 @ follows an accent command such as @'. Support optional braces
6013 in commands that insert accents, like makeinfo does.
6014
6015 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6016
6017 * startup.el (fancy-splash-text): Add a line for ordering
6018 manuals. Reverse order of splash screens shown.
6019 (use-fancy-splash-screens-p): Adapt to the text line added.
6020
6021 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6022 manuals from the FSF.
6023
6024 * help.el (view-order-manuals): New function.
6025 (toplevel): Bind C-h C-m to this function.
6026
6027 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6028
6029 * newcomment.el (comment-forward): Skip the comment-start before
6030 searching for the comment-end.
6031
6032 2001-02-21 Dave Love <fx@gnu.org>
6033
6034 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6035
6036 * international/mule-cmds.el, international/mule.el: Doc fixes.
6037
6038 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6039
6040 * startup.el (fancy-splash-screens): Use display-hourglass
6041 instead of display-busy-cursor.
6042
6043 * frame.el (display-hourglass): Renamed from busy-cursor.
6044 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6045 (show-cursor-in-non-selected-windows): Doc fix.
6046
6047 2001-02-20 Dave Love <fx@gnu.org>
6048
6049 * international/utf-8.el: Doc and commentary fixes.
6050
6051 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6052
6053 * ehelp.el (with-electric-help): Doc fix.
6054
6055 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6056
6057 * msb.el (msb-mode): Call the update-buffers function explicitly
6058 with a FORCE argument.
6059
6060 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6061 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6062 returns nil.
6063
6064 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6065
6066 * ps-print.el: Timestamp package replacement. Some enhancements.
6067 Some XEmacs compatibility. Doc fix.
6068 (ps-print-version): New version number (6.4).
6069 (ps-printer-name): Initialization fix.
6070 (ps-zebra-stripe-follow): Funcionality enhancement.
6071 (ps-prologue-file): Code enhancement.
6072 (ps-right-header): Timestamp package replacement.
6073 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6074 (ps-get-page-dimensions)
6075 (ps-generate-header, ps-begin-file, ps-begin-job)
6076 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6077 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6078 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6079 (coding-system-for-write): Var declaration (XEmacs compatibility).
6080
6081 2001-02-20 Miles Bader <miles@gnu.org>
6082
6083 * image-file.el (image-file-name-extensions): Add "tif".
6084
6085 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6086
6087 * wid-edit.el (widget-button-click): Save the selected window
6088 around the code handling clicks on buttons.
6089
6090 2001-02-18 Dave Love <fx@gnu.org>
6091
6092 * imenu.el (imenu--generic-function): Use mapc to iterate over
6093 syntax characters.
6094
6095 2001-02-17 Richard M. Stallman <rms@gnu.org>
6096
6097 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6098
6099 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6100
6101 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6102
6103 * mouse.el (mouse-save-then-kill): If the distance from the new
6104 point to the mark is equal to the distance of point from the new
6105 point, move point instead of the mark.
6106
6107 2001-02-16 Dave Love <fx@gnu.org>
6108
6109 * textmodes/flyspell.el (flyspell-get-word): Return string without
6110 properties.
6111
6112 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6113
6114 * generic.el (generic-find-file-regexp): Doc fix.
6115 (generic-ignore-files-regexp): New defcustom.
6116 (generic-mode-find-file-hook): If the file's name matches the
6117 regexp in `generic-ignore-files-regexp', don't enter
6118 default-generic-mode. Doc fix.
6119
6120 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6121
6122 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6123 Add autoload cookies.
6124
6125 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6126 of cal-tex-24.
6127
6128 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6129
6130 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6131
6132 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6133 the character class after the (optional) drive, to support file
6134 names with embedded blanks.
6135
6136 2001-02-15 Sam Steingold <sds@gnu.org>
6137
6138 * textmodes/tex-mode.el (tex-shell-running):
6139 Check the process buffer too.
6140
6141 2001-02-15 Dave Love <fx@gnu.org>
6142
6143 * battery.el (battery-status-function): Fix doc, :type.
6144
6145 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6146
6147 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6148
6149 * subr.el (read-passwd): Clear Lisp memory holding password.
6150
6151 2001-02-15 Miles Bader <miles@gnu.org>
6152
6153 * info.el (Info-copy-current-node-name): New function.
6154 (Info-mode-menu): Add it to the menu.
6155
6156 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6157
6158 * international/mule-cmds.el (toggle-input-method): Doc fix.
6159
6160 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6161
6162 * replace.el (occur): Stop at end of buffer.
6163
6164 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6165
6166 * international/mule-cmds.el (set-input-method): Another doc fix.
6167
6168 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6169
6170 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6171
6172 2001-02-13 Miles Bader <miles@gnu.org>
6173
6174 * faces.el (set-face-background, set-face-foreground)
6175 (set-face-stipple): Treat a value of nil as being `unspecified'.
6176
6177 2001-02-12 Dave Love <d.love@dl.ac.uk>
6178
6179 * international/latin1-disp.el: Doc fixes.
6180 (latin1-display) <defgroup>: Add :link.
6181 (latin1-display) <function>: Set variable latin1-display.
6182
6183 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6184
6185 * international/mule-cmds.el (set-input-method): Doc fix.
6186
6187 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6188
6189 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6190 (speedbar-line-file): Return nil if not a file.
6191 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6192
6193 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6194
6195 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6196 for remote files.
6197 (ediff-coding-system-for-read): Replaced the no-conversion default
6198 with raw-text.
6199
6200 * ediff-init.el: Removed :version from defcustom vars.
6201
6202 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6203 Better handling of the diff mode.
6204
6205 * ediff.texi: Added ediff-coding-system-for-read.
6206
6207 * viper.texi: Fix typos.
6208
6209 2001-02-11 Dave Love <fx@gnu.org>
6210
6211 * shadowfile.el: Doc fixes.
6212 (shadow) <defgroup>: Add :link.
6213 (shadowfile-unload-hook): New function.
6214 (shadow-initialize): Use defalias, not fset.
6215 (shadow-define-cluster, shadow-define-literal-group)
6216 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6217
6218 * international/mule.el: Doc and message fixes.
6219
6220 * international/ccl.el (define-ccl-program): Doc fix.
6221
6222 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6223
6224 * faces.el (mode-line): Set :line-width property to -1.
6225
6226 2001-02-10 Richard M. Stallman <rms@gnu.org>
6227
6228 * complete.el (partial-completion-mode): Doc fix.
6229
6230 * simple.el (delete-key-deletes-forward-mode):
6231 Change `let' to `let*' to fix gross bug in last change.
6232
6233 * repeat.el (repeat): Don't let execute-kbd-macro alter
6234 real-last-command.
6235
6236 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6237
6238 * simple.el (eval-expression): Doc fix.
6239
6240 2001-02-09 Dave Love <fx@gnu.org>
6241
6242 * imenu.el (imenu-generic-expression): Doc fix.
6243
6244 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6245 From Juanma Barranquero.
6246
6247 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6248
6249 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6250
6251 * faces.el (set-face-attribute): Describe the case of a negative
6252 value specified for :line-width.
6253
6254 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6255
6256 * which-func.el (which-func-mode): Invert which-func-mode-global.
6257 From Juanma Barranquero <lektu@uol.com.br>.
6258
6259 2001-02-08 Dave Love <fx@gnu.org>
6260
6261 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6262 widget-plist-value-type.
6263 (widget-alist-convert-widget): Replace binding of
6264 widget-alist-value-type.
6265
6266 * textmodes/paragraphs.el (sentence-end): Doc fix.
6267
6268 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6269 Remove `backward-line'.
6270
6271 * play/pong.el (pong-blank-color, pong-bat-color)
6272 (pong-ball-color, pong-border-color, pong-left-key)
6273 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6274 (pong-pause-key, pong-resume-key, pong-timer-delay):
6275 * mail/mh-comp.el (mh-compose-letter-function):
6276 * eshell/esh-mode.el (eshell-skip-prompt-function):
6277 * emulation/viper-ex.el (ex-unix-type-shell-options):
6278 * recentf.el (recentf-menu-filter):
6279 * ps-print.el (ps-print-region-function):
6280 * lpr.el (print-region-function):
6281 * forms.el (forms-mode-hooks):
6282 * dirtrack.el (dirtrack-directory-change-hook):
6283 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6284 * textmodes/spell.el (spell-filter):
6285 * textmodes/fill.el (adaptive-fill-function):
6286 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6287 * progmodes/etags.el (find-tag-default-function):
6288 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6289 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6290
6291 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6292
6293 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6294 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6295 Meyering <jim@meyering.net>.
6296
6297 * loadup.el: Revert last change.
6298
6299 2001-02-07 Kenichi Handa <handa@etl.go.jp>
6300
6301 * international/mule.el (transform-make-coding-system-args):
6302 Make it work also for coding systems not using CCL.
6303
6304 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6305
6306 * simple.el (previous-matching-history-element)
6307 (next-matching-history-element): Doc fix.
6308
6309 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6310 specific part.
6311
6312 2001-02-06 Dave Love <fx@gnu.org>
6313
6314 * add-log.el (add-log-current-defun-function)
6315 (add-log-buffer-file-name-function, add-log-file-name-function):
6316 Fix :type.
6317 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6318
6319 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6320
6321 * info.el (info-initialize): Remove the test for system-type when
6322 invocation-directory is non-nil.
6323
6324 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6325 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6326
6327 2001-02-06 Andrew Innes <andrewi@gnu.org>
6328
6329 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6330 absolute.
6331
6332 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6333
6334 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6335 buffers. When hi-lock turned on rather than only checking current
6336 buffer for regexps, all buffers are checked. Moved activation of
6337 font-lock to hi-lock-refontify. When font-lock turned off rather
6338 than removing added highlighting just in current buffer, remove it
6339 in all buffers. Changed edit menu text from "Automatic
6340 Highlighting" to "Regexp Highlighting" Documentation for
6341 highlighting phrases, minor documentation changes.
6342 (hi-lock-set-file-patterns): Execute only if there are new or
6343 existing file patterns.
6344 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6345 unfontify and, if a support mode is active, will not refontify the
6346 whole buffer. If necessary, turn on font lock. (Removed
6347 font-lock-unfontify and font-lock support-mode-specific calls,
6348 such as lazy-lock-fontify-window.)
6349 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6350 patterns are found. Not useful now since find-file-hook is removed
6351 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6352 (hi-lock-face-phrase-buffer): New function. Also added related
6353 menu item and keybinding.
6354 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6355 (hi-lock-process-phrase): New function.
6356 (hi-lock-line-face-buffer): Doc fixes.
6357 (hi-lock-face-buffer): Doc fixes.
6358 (hi-lock-unface-buffer): Doc fixes.
6359
6360 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6361
6362 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6363 dabbrev-ignored-regexps.
6364
6365 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6366
6367 * simple.el (kill-line): Doc fix.
6368
6369 2001-02-05 Dave Love <fx@gnu.org>
6370
6371 * loadup.el: Revert last two changes -- bootstrapping works with
6372 regenerated loaddefs.
6373
6374 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6375
6376 * isearch.el (isearch-forward): Doc fix.
6377
6378 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6379 of font-lock-defaults to backward-paragraph.
6380
6381 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6382
6383 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6384 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6385
6386 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6387
6388 * ebnf2ps.el: Eliminate time-stamp functions.
6389 (ebnf-version): New version (3.5).
6390 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6391 format-time-string.
6392
6393 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6394
6395 * simple.el (next-line): Goto end-of-line before inserting a newline.
6396
6397 2001-02-05 Miles Bader <miles@gnu.org>
6398
6399 * image-file.el (insert-image-file): When visiting an image, also
6400 set `truncate-lines' to t so that any fringe arrow looks correct.
6401
6402 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6403
6404 * isearch.el (isearch-forward): Add description about input method
6405 in the docsting.
6406
6407 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6408
6409 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6410
6411 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6412
6413 * info.el (info-initialize): If installation-directory is nil, for
6414 DOS/Windows systems try looking in a sibling of invocation-directory.
6415
6416 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6417
6418 * wid-edit.el (widget-button-click): Fix last change.
6419
6420 * frame.el (frame-notice-user-settings): When resizing the initial
6421 frame because the tool bar is off, also change the frame's top
6422 position if a negative top position was specified.
6423
6424 2001-02-02 Miles Bader <miles@gnu.org>
6425
6426 * image-file.el (insert-image-file): When visiting an image,
6427 suppress the cursor in the image buffer.
6428
6429 2001-02-01 Dave Love <fx@gnu.org>
6430
6431 * progmodes/f90.el (f90-mode): Remove startup message.
6432
6433 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6434
6435 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6436
6437 * startup.el (command-line): Fix code determining whether or not
6438 to use delete-key-deletes-forward-mode.
6439
6440 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6441
6442 * vc.el (vc-diff-switches): New user option.
6443 (vc-version-diff): Use it.
6444 (vc-diff-switches-list): New macro.
6445
6446 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6447 New customization options.
6448 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6449
6450 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6451
6452 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6453
6454 * msb.el (toplevel): Quote hook symbols.
6455
6456 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6457
6458 * international/mule.el (make-coding-system): Add description
6459 about recognized properties in the docstring.
6460
6461 * international/mule-conf.el: Remove unused charsets
6462 mac-roman-lower and mac-roman-upper.
6463
6464 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6465
6466 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6467 is in front of the left-margin, if any.
6468
6469 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6470 like `delete'.
6471
6472 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6473
6474 * term/w32-win.el (mouse-set-font): Doc fix.
6475
6476 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6477
6478 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6479 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6480 on already.
6481
6482 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6483
6484 * files.el (save-buffer): Don't give message if (buffer-file-name)
6485 returns nil.
6486
6487 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6488
6489 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6490
6491 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6492 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6493
6494 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6495 display problems.
6496
6497 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6498
6499 * international/mule.el (charset-info): Fix docstring.
6500
6501 * international/mule-diag.el (describe-character-set): Check final
6502 char valid before printing it.
6503
6504 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6505
6506 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6507
6508 * frame.el (frame-notice-user-settings): Do the tool-bar
6509 stuff only for graphical displays. Fix a braino.
6510
6511 * frame.el (frame-initialize): Create initial frame visible.
6512 (frame-notice-user-settings): When tool-bar has been switched off,
6513 correct the frame size and sync tool-bar-mode.
6514
6515 * startup.el (command-line): Remove manipulation of frame
6516 height for tool bars.
6517
6518 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6519
6520 * lpr.el: Compatibility with XEmacs and doc fixes.
6521 (lpr-windows-system, lpr-lp-system): New vars.
6522 (lpr-printer-switch): New defcustom.
6523 (printer-name, lpr-command): Customization fix.
6524 (print-region-1): Code fix.
6525 (print-region-new-buffer, printify-region): Indentation fix.
6526 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6527 New functions.
6528
6529 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6530
6531 * msb.el (toplevel): Fix the eval-after-load.
6532
6533 2001-01-29 Dave Love <fx@gnu.org>
6534
6535 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6536
6537 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6538
6539 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6540 (tcl-using-emacs-19-23): Consider Emacs 21+.
6541 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6542 (tcl-add-emacs-menu): Supply menu name.
6543 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6544
6545 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6546
6547 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6548
6549 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6550
6551 * pcvs.el (cvs-mark-fis-dead): New function.
6552 (cvs-mode-add): Use it.
6553 (cvs-mode-add-change-log-entry-other-window):
6554 Rebind change-log-default-name to itself rather than to nil.
6555
6556 2001-01-29 Sam Steingold <sds@gnu.org>
6557
6558 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6559 `autoload' statements.
6560
6561 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6562
6563 * files.el (confirm-kill-emacs): Doc fix.
6564
6565 * frame.el (frame-initialize): Doc fix.
6566
6567 * time-stamp.el (time-stamp-string): Doc fix.
6568
6569 * woman.el (WoMan-log-1): Make the log buffer writable.
6570 From Markus Rost <rost@math.ohio-state.edu>.
6571
6572 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6573
6574 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6575 the `make-variable-buffer-local'.
6576
6577 2001-01-29 Dave Love <fx@gnu.org>
6578
6579 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6580 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6581 Add autoload cookie.
6582 (ansi-color-apply-sequence): Fix typo.
6583
6584 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6585
6586 * menu-bar.el (menu-bar-files-menu): Add menu items for
6587 Postscript printing in black and white.
6588
6589 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6590 X-Mailman-Version, Precedence, List-Help, List-Post,
6591 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6592 Content-Type, Content-Length.
6593
6594 2001-01-29 Dave Love <fx@gnu.org>
6595
6596 * elide-head.el (elide-head): Make overlay evaporate.
6597
6598 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6599
6600 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6601
6602 * isearch.el (isearch-highlight): Don't punt if the display
6603 doesn't support colors, since isearch faces are defined for
6604 monochrome displays as well.
6605
6606 2001-01-27 Sam Steingold <sds@gnu.org>
6607
6608 * shell.el (shell-write-history-on-exit): Make sure that we are in
6609 the shell buffer (M-x tex-file RET inserted the error message into
6610 the TeX buffer).
6611
6612 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6613
6614 * simple.el (transient-mark-mode): Doc fix.
6615
6616 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6617
6618 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6619
6620 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6621
6622 * shell.el (shell-unquote-argument): If the shell is one of the
6623 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6624 quote character.
6625 (shell-dumb-shell-regexp): Document that the shells which match
6626 this regexp are supposed to not treat a backslash as a quote character.
6627
6628 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6629 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6630
6631 2001-01-27 Richard M. Stallman <rms@gnu.org>
6632
6633 * dabbrev.el (dabbrev--substitute-expansion):
6634 Treat a one-capital-letter abbrev as "not all upper case",
6635 so as to force preservation of the expansion's pattern
6636 if the expansion starts with a capital letter.
6637
6638 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6639
6640 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6641 Doc fix.
6642
6643 * simple.el (transient-mark-mode): Document the fact that many
6644 commands act on the region when mark is active.
6645
6646 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6647
6648 * international/quail.el (quail-setup-completion-buf): Make the
6649 multibyteness of current buffer inherited to Quail completion buffer.
6650 (quail-show-guidance-buf): Make the multibyteness of current
6651 buffer inherited to Quail guidance buffer.
6652 (quail-help): Make the multibyteness of current buffer inherited
6653 to Quail help buffer.
6654
6655 2001-01-26 Dave Love <fx@gnu.org>
6656
6657 * time-stamp.el: Doc fixes.
6658
6659 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6660 (delphi-keyword-face, delphi-other-face): Fix :type.
6661
6662 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6663
6664 * mail/feedmail.el (feedmail): Add :link.
6665 (feedmail-send-it): Doc fix.
6666
6667 * mail/sendmail.el: Doc fixes.
6668 (sendmail-send-it): Fix the non-ASCII regexp and use
6669 rfc2047-encode-string.
6670
6671 * dired.el, dired-aux.el: Revert last change.
6672
6673 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6674
6675 * makefile.w32-in (DONTCOMPILE): Add various term files.
6676
6677 2001-01-26 Dave Love <fx@gnu.org>
6678
6679 * Makefile.in (DONTCOMPILE): Add various term files.
6680
6681 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6682
6683 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6684
6685 * startup.el (display-startup-echo-area-message): Make sure
6686 the echo area is resized to fit the size of the startup message.
6687
6688 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6689 part of which is a constant.
6690
6691 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6692
6693 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6694
6695 2001-01-26 Richard M. Stallman <rms@gnu.org>
6696
6697 * simple.el (next-line): Don't let `newline' expand abbrevs.
6698 Simplify slightly.
6699 (open-line): Don't let `newline' expand abbrevs.
6700
6701 2001-01-25 John Wiegley <johnw@gnu.org>
6702
6703 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6704 to `repeat' in the :type field.
6705
6706 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6707 allow a choice of regexp or nil.
6708 (pcomplete-dir-ignore): Same.
6709
6710 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6711 a command) to always fail.
6712
6713 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6714
6715 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6716 discard the result.
6717 (iswitchb-to-end): Likewise.
6718
6719 2001-01-25 Sam Steingold <sds@gnu.org>
6720
6721 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6722 Require vc.
6723
6724 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6725
6726 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6727
6728 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6729
6730 2001-01-25 Dave Love <fx@gnu.org>
6731
6732 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6733 (describe-coding-system): Tweak the English text.
6734
6735 * loadup.el: Preload international/ccl for utf-8.
6736
6737 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6738
6739 * mail/rmail.el (rmail-redecode-body): Doc fix.
6740
6741 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6742
6743 * international/mule-cmds.el (reset-language-environment):
6744 Reset coding-category-utf-8 to mule-utf-8.
6745
6746 * international/mule-conf.el (coding-category-utf-8):
6747 Initialize to mule-utf-8.
6748
6749 * loadup.el: Preload international/utf-8.
6750
6751 * international/utf-8.el: New file.
6752
6753 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6754
6755 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6756
6757 2001-01-24 Sam Steingold <sds@gnu.org>
6758
6759 * dired.el (dired-replace-in-string): Removed.
6760 (dired-sort-toggle): Use `replace-regexps-in-string'
6761 instead of `dired-replace-in-string'.
6762
6763 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6764 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6765
6766 * gs.el (gs-replace-in-string): Removed.
6767 (gs-options): Use `replace-regexps-in-string'
6768 instead of `gs-replace-in-string'.
6769
6770 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6771
6772 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6773 bug report is mailed to an email list and posted to a news group.
6774
6775 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6776
6777 * comint.el (comint-replace-by-expanded-history-before-point):
6778 Fix change of 2000-08-03 to move point to the start of the line again.
6779
6780 * startup.el (tool-bar-images-pixel-height): New variable.
6781 (command-line): After loading the user's init file, when
6782 tool-bar-mode is on, increase the frame's size by some lines for
6783 the tool-bar.
6784
6785 * frame.el (frame-initialize): Create the initial frame invisible.
6786
6787 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6788
6789 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6790 (chinese-big5): MIME:Big5.
6791
6792 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6793
6794 * international/mule-cmds.el (universal-coding-system-argument):
6795 Handle commands with prefix args.
6796
6797 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6798
6799 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6800 being a list of numbers.
6801 (diary-mail-entries): Rewritten.
6802
6803 2001-01-23 Dave Love <fx@gnu.org>
6804
6805 * international/mule.el (make-coding-system): Fix typo.
6806
6807 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6808 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6809
6810 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6811
6812 * font-lock.el (font-lock-mode): Doc fix.
6813
6814 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6815
6816 * international/mule.el (make-translation-table): Fix docstring.
6817
6818 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6819
6820 * mail/rmail.el (rmail-redecode-body): New function.
6821
6822 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6823
6824 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6825
6826 * isearch.el (isearch-lazy-highlight-case-fold-search)
6827 (isearch-lazy-highlight-regexp): New variables.
6828 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6829 case-fold search or regexp search has been toggled.
6830
6831 * wid-edit.el (widget-button-click): Avoid a save-excursion
6832 around running a global binding.
6833
6834 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6835 to 0.25.
6836
6837 2001-01-20 Miles Bader <miles@gnu.org>
6838
6839 * cus-edit.el (custom-face-save): Do post-processing on the face's
6840 new value like `custom-face-set' does.
6841
6842 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6843
6844 * mail/emacsbug.el (report-emacs-bug): Report the value of
6845 LC_CTYPE, not LC_TYPE.
6846
6847 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6848 isearch-toggle-regexp and isearch-edit-string to doc string.
6849
6850 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6851
6852 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6853 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6854
6855 * jit-lock.el (jit-lock-fontify-now): Don't bind
6856 font-lock-beginning-of-syntax-function to nil.
6857
6858 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6859
6860 * mail/emacsbug.el (report-emacs-bug): Report values of
6861 locale-coding-system, default-enable-multibyte-characters, and the
6862 environment variables LC_ALL, LC_TYPE, and LANG.
6863
6864 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6865
6866 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6867
6868 * font-lock.el (font-lock-multiline): Default to nil.
6869 (font-lock-default-fontify-region): If font-lock-multiline is
6870 nil, don't check the property `font-lock-multiline'.
6871
6872 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6873 is nil, don't check the `font-lock-multiline' text property.
6874
6875 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6876
6877 * viper.el: Call initial-major-mode on startup.
6878
6879 * ediff.el (ediff-patch-file): Use better defaults.
6880
6881 * ediff-vers.el: Fix for 8+3 DOS file systems.
6882
6883 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6884
6885 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6886 diff mode, if available.
6887
6888 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6889
6890 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6891
6892 * ediff-init.el (subst-char-in-string): Define and use it, unless
6893 it's already defined.
6894
6895 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6896
6897 * tooltip.el (tooltip-hide-delay): New user-option.
6898 (tooltip-show): Use tooltip-hide-delay instead of the default.
6899
6900 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6901
6902 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6903 kill-local-variable doesn't work for enable-multibyte-characters.
6904
6905 2001-01-17 Dave Love <fx@gnu.org>
6906
6907 * ediff-init.el (ediff-before-setup-hook)
6908 (ediff-merge-filename-prefix): Add :version.
6909
6910 * international/latin1-disp.el: Require disp-table.
6911 (latin1-display): Fix :set.
6912
6913 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6914
6915 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6916
6917 * isearch.el (isearch-lazy-highlight-initial-delay)
6918 (isearch-lazy-highlight-interval): Default to 0.
6919
6920 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6921
6922 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6923 1 here rather than each time through
6924 isearch-lazy-highlight-new-loop.
6925 (isearch-lazy-highlight-max): Variable deleted.
6926 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6927 isearch-lazy-highlight-max but controls a single invocation of
6928 isearch-lazy-highlight-update.
6929 (isearch-lazy-highlight-wrapped): Variable recreated.
6930 (isearch-lazy-highlight-window-start): New variable.
6931 (isearch-lazy-highlight-cleanup): Restored to behavior of
6932 before 2-Jan.
6933 (isearch-lazy-highlight-remove-overlays): Function deleted;
6934 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6935 behavior removed.
6936 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6937 isearch-lazy-highlight-update in a loop rather than just once.
6938 Test isearch-invalid-regexp here and decide not to start a new
6939 loop, rather than testing it each time through
6940 isearch-lazy-highlight-update.
6941 (isearch-lazy-highlight-search): Function restored.
6942 (isearch-lazy-highlight-update): Get called in a timer loop again,
6943 but this time highlight more than one match each time through.
6944 Only highlight matches in the visible part of the window.
6945 Start at point, move in the direction of the search, and wrap around at
6946 the edge of the window. Use sit-for to force redisplay and ensure
6947 window-start is credible. "Face suppressing" behavior removed;
6948 overlay priorities should make it unnecessary, right?
6949 (isearch-highlight): Face suppressing behavior removed.
6950 (isearch-dehighlight): Face suppressing behavior removed.
6951 (isearch-set-lazy-highlight-faces-at): Removed.
6952
6953 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6954
6955 * language/european.el ("Latin-1"): Make the format of description
6956 about additional language environments same as that of Latin-2.
6957
6958 2001-01-16 Dave Love <fx@gnu.org>
6959
6960 * isearch.el (isearch-lazy-highlight): Add :version.
6961
6962 * simple.el (backward-delete-char-untabify-method)
6963 (next-line-add-newlines): Add :version.
6964
6965 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6966
6967 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6968 Don't bind <delete> otherwise.
6969
6970 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6971 and <delete> via function-key-map.
6972
6973 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6974 Subject line only if point is after the `Subject:'.
6975
6976 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6977
6978 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6979 japanese-jisx0213-2 in `charset' property of this lang. env.
6980
6981 * language/european.el ("Latin-1"): Add description for Dutch and
6982 Spanish lang. env.
6983
6984 * international/mule.el (decode-char): Fix conditions.
6985 (encode-char): Handle eight-bit-control too.
6986 (transform-make-coding-system-args): New function.
6987 (make-coding-system): Accept XEmacs style arguments for CCL base
6988 coding system.
6989
6990 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6991
6992 * progmodes/etags.el (find-tag-noselect): Save the value of
6993 tags-file-name before switching buffers, for the case it has a
6994 buffer-local value.
6995
6996 2001-01-15 Alex Schroeder <alex@gnu.org>
6997
6998 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6999 From Dave Love <fx@gnu.org>.
7000 (ansi-color-for-comint-mode): Fix :version.
7001
7002 2001-01-15 Alex Schroeder <alex@gnu.org>
7003
7004 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7005
7006 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7007
7008 * dired.el (dired-insert-directory): If file-system-info fails,
7009 remove the " free " part, but don't signal an error.
7010
7011 2001-01-12 Sam Steingold <sds@gnu.org>
7012
7013 * bookmark.el (bookmark-maybe-historicize-string):
7014 Use new backquote syntax.
7015
7016 2001-01-12 Richard M. Stallman <rms@gnu.org>
7017
7018 * subr.el (last): Handle a list that doesn't end in nil.
7019
7020 2001-01-12 Sam Steingold <sds@gnu.org>
7021
7022 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7023 to `backward-delete-char-untabify'.
7024
7025 2001-01-12 Dave Love <fx@gnu.org>
7026
7027 * cus-edit.el (customize-menu-create): Fix the :filter following
7028 easymenu change.
7029
7030 * wid-edit.el (function): Add :match-alternatives.
7031 (widget-color-action): Doc fix.
7032
7033 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7034
7035 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7036
7037 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7038
7039 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7040
7041 * international/ccl.el (define-ccl-program): Fix docstring.
7042
7043 2001-01-11 Dave Love <fx@gnu.org>
7044
7045 * international/mule-cmds.el (standard-display-european-internal):
7046 Set display table for 2208 as for 160.
7047
7048 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7049
7050 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7051 entry for custom-menu-create change.
7052 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7053 don't cons it in the search loop.
7054
7055 * imenu.el (imenu--truncate-items): Revert last change.
7056
7057 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7058
7059 * info.el (Info-setup-header-line): If the node header includes
7060 either Next: or Prev: links, don't show the File: and Node: parts
7061 in the header line.
7062
7063 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7064
7065 * comint.el (comint-goto-process-mark): Don't print a message
7066 when running in batch mode.
7067
7068 * isearch.el (isearch-search): In the condition-case handler for
7069 `error', set isearch-invalid-regexp to the whole error message.
7070
7071 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7072 ensure that eval-after-load works for files dumped with Emacs.
7073
7074 * help.el (load-symbol-file-load-history): New function extracted
7075 from function symbol-file.
7076 (symbol-file): Use it.
7077
7078 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7079
7080 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7081
7082 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7083 behave as if there were no prefix argument.
7084 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7085 argument were nil.
7086
7087 2001-01-11 Richard M. Stallman <rms@gnu.org>
7088
7089 * isearch.el (isearch-lazy-highlight-update):
7090 Don't look for more potential matches once maximum is exceeded.
7091 Use overlays-in to check correctly for overlap with current match.
7092 Ignore empty matches.
7093
7094 2001-01-11 Miles Bader <miles@gnu.org>
7095
7096 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7097 (ispell-overlay-window, ispell-help, ispell-show-choices)
7098 (ispell-command-loop): Use it instead of `window-height'.
7099
7100 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7101
7102 * files.el (confirm-kill-emacs): New user-option.
7103 (save-buffers-kill-emacs): Ask for final confirmation before
7104 killing Emacs.
7105
7106 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7107 to nil.
7108
7109 2001-01-10 Dave Love <fx@gnu.org>
7110
7111 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7112
7113 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7114
7115 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7116
7117 * calculator.el (calculator-number-digits): Fix :type.
7118
7119 * vc-cvs.el (vc-cvs-header): Fix :type.
7120 * vc-rcs.el (vc-rcs-header): Fix :type.
7121 * vc-sccs.el (vc-sccs-header): Fix :type.
7122
7123 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7124
7125 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7126
7127 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7128
7129 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7130
7131 * simple.el (set-variable): Force a thorough redisplay for the
7132 case that the variable has an effect on the display, like
7133 `tab-width' has.
7134
7135 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7136
7137 * vc.el: Add documentation for backend interface.
7138
7139 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7140
7141 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7142
7143 * international/mule-conf.el (latin-extra-code-table): Set to t
7144 for \223 and \224.
7145
7146 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7147
7148 * international/mule-cmds.el (locale-language-names): Map "es" to
7149 "Spanish" and "nl" to "Dutch".
7150
7151 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7152
7153 * bindings.el (global-map): Bind <home> to beginning-of-line,
7154 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7155 C-<end> to end-of-buffer.
7156
7157 * language/european.el: Add Dutch and Spanish language info
7158 to be able to use the appropriate tutorials.
7159
7160 2001-01-09 Alex Schroeder <alex@gnu.org>
7161
7162 * ansi-color.el (ansi-color-process-output): Use markers instead
7163 of positions for start and end of region.
7164 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7165 Previously, occasional mistakes happend when fontifying many
7166 chunks of output (eg. ls --color=yes /dev). This happened
7167 whenever an overlay was created up to the end of the region, which
7168 coincided with the process-mark. New text would then be added
7169 within that overlay instead of after it.
7170 (ansi-color-make-extent): Overlays are created with the property
7171 `modification-hooks' set to '(ansi-color-freeze-overlay).
7172 (ansi-color-freeze-overlay): New function. When inserting text at
7173 the end of the overlay, the overlay will resize.
7174
7175 2000-01-09 Alex Schroeder <alex@gnu.org>
7176
7177 * ansi-color.el (ansi-color-process-output): Doc change.
7178 (ansi-color-unfontify-region): Doc change. No longer installed
7179 automatically in font-lock-unfontify-region-function.
7180 (ansi-color-apply): Doc change.
7181 (ansi-color-apply-on-region): Use extents or overlays instead of
7182 text-properties.
7183 (ansi-color-make-extent): New function.
7184 (ansi-color-set-extent-face): New function.
7185
7186 2000-01-09 Alex Schroeder <alex@gnu.org>
7187
7188 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7189 both use ansi-color-process-output, now.
7190 (ansi-color-process-output): Doesn't return string anymore. It is
7191 installed in comint-output-filter-functions for both Emacs and
7192 XEmacs, now.
7193 (ansi-color-unfontify-region): Simplified code removing variables
7194 pos and start-ansi.
7195 (ansi-color-apply): Put text-property ansi-color before putting
7196 text-property face because ansi-color-unfontify-region is called
7197 immediately after the call to put-text-property.
7198 (ansi-color-context-region): Doc change.
7199 (ansi-color-filter-region): Simplified code.
7200 (ansi-color-apply-on-region): Changed start to start-marker, using
7201 a marker explicitly. Put text-property ansi-color before putting
7202 text-property face because ansi-color-unfontify-region is called
7203 immediately after the call to put-text-property.
7204
7205 2000-01-09 Alex Schroeder <alex@gnu.org>
7206
7207 * ansi-color.el (ansi-color-faces-vector): Doc change.
7208 (ansi-color-for-comint-mode): Changed :type property to choice.
7209 (ansi-color-last-context): Removed.
7210 (ansi-color-process-output): Don't use ansi-color-last-context, as
7211 the main functions will store their context now.
7212 (ansi-color-context): Doc change.
7213 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7214 Uses ansi-color-context such that repeated calls will strip
7215 partial escape sequences, too.
7216 (ansi-color-apply): Simplified code. Colorize end of string if
7217 face is not null. Store context in new (FACE STRING) format, such
7218 that repeated calls will strip partial escape sequences, too.
7219 Append faces to face property using ansi-color-apply-sequence such
7220 that cumulative mode actually works.
7221 (ansi-color-context-region): New variable.
7222 (ansi-color-filter-region): Rewrote it based on
7223 ansi-color-apply-on-region. Uses ansi-color-context-region such
7224 that repeated calls will strip partial escape sequences, too.
7225 (ansi-color-apply-on-region): Simplified code. Colorize end of
7226 region if face is not null. Store context in new (FACE POS)
7227 format, such that repeated calls will strip partial escape
7228 sequences, too. Append faces to face property using
7229 ansi-color-apply-sequence such that cumulative mode actually works.
7230 (ansi-color-apply-sequence): New function.
7231 (ansi-color-get-face): When the default face is added to the list
7232 of faces, all previous settings are discarded and the list of
7233 faces is set to '(default).
7234
7235 2000-01-09 Alex Schroeder <alex@gnu.org>
7236
7237 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7238 face, such that ansi-color-apply and ansi-color-apply-on-region
7239 will do the right thing.
7240 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7241 returns nil, set the list of faces back to nil instead of
7242 appending the result of ansi-color-get-face to the front of the list.
7243
7244 2000-01-09 Alex Schroeder <alex@gnu.org>
7245
7246 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7247 (ansi-color-process): Doc change.
7248 (ansi-color-last-context): New buffer-local variable.
7249 (ansi-color-process-output): New function. It is automatically
7250 added to comint-output-filter-functions if this is XEmacs.
7251 (ansi-color-unfontify-region): New optional parameter for XEmacs
7252 compatibility. Check wether font-lock-syntactic-keywords is
7253 boundp before removing the syntax table text property, as XEmacs
7254 doesn't have it.
7255 (ansi-color-filter-region): Doc change.
7256 (ansi-color-apply-on-region): Doc change.
7257 (ansi-color-make-face): New function. Compatibility layer for
7258 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7259 (ansi-color-make-color-map): Use ansi-color-make-face.
7260 (ansi-color-get-face): Avoid face text property '(nil) as results
7261 in an errow for XEmacs.
7262
7263 2000-01-09 Alex Schroeder <alex@gnu.org>
7264
7265 * ansi-color.el (ansi-color-unfontify-region): New function.
7266 Uses text-property ansi-color in order to preserve fontification by
7267 ansi-color. When the package is loaded, a lambda expression is
7268 put onto font-lock-mode-hook. This lambda expression will check
7269 font-lock-unfontify-region-function and replace
7270 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7271 (ansi-color-apply): Add text-property ansi-color in addition to
7272 text-property face.
7273 (ansi-color-apply-on-region): Add text-property ansi-color in
7274 addition to text-property face.
7275 (save-buffer-state): Copy of the macro that is also used by
7276 lazy-lock and font-lock.
7277
7278 (ansi-color-for-comint-mode): New option.
7279 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7280 (ansi-color-for-comint-mode-off): Ditto.
7281 (ansi-color-for-comint-mode-filter): Ditto.
7282 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7283 decide what to do. This function is added to
7284 comint-preoutput-filter-functions when the package is loaded.
7285
7286 (ansi-color-for-shell-mode-set): Removed.
7287 (ansi-color-for-shell-mode): Removed.
7288
7289 2000-01-09 Alex Schroeder <alex@gnu.org>
7290
7291 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7292 the lambda expression from the ansi-color-for-shell-mode :set
7293 property. Additionally, modify shell-mode-hook to enable or
7294 disable font-lock-mode for future shell buffers.
7295 (ansi-color-for-shell-mode): The :set property calls
7296 ansi-color-for-shell-mode-set instead of a lambda expression.
7297
7298 2000-01-09 Alex Schroeder <alex@gnu.org>
7299
7300 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7301 (ansi-color-context): New variable.
7302 (ansi-color-apply): Save context between calls.
7303
7304 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7305
7306 * isearch.el (isearch, isearch-lazy-highlight-face):
7307 New definitions for face colors and attributes.
7308
7309 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7310 of display-mouse-p.
7311
7312 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7313
7314 * international/mule.el (make-coding-system): If the coding system
7315 accepts extra latin codes, register such codes as safe for the
7316 coding system.
7317
7318 2001-01-08 Richard M. Stallman <rms@gnu.org>
7319
7320 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7321 don't mention the file name or the date here, because they are
7322 logged at the start of the file.
7323
7324 2001-01-08 Richard M. Stallman <rms@gnu.org>
7325
7326 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7327 Change screen-width to frame-width.
7328
7329 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7330
7331 * info.el (Info-search): Print the default as part of the prompt.
7332
7333 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7334
7335 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7336 constant implementations in backends.
7337
7338 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7339 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7340
7341 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7342 WRITABLE to EDITABLE.
7343
7344 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7345 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7346 to EDITABLE.
7347
7348 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7349
7350 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7351 (copyright, copyright-update): Compute the current year at run time.
7352
7353 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7354
7355 * isearch.el (isearch-old-signal-hook): Removed.
7356 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7357 instead of setting signal-hook-function.
7358 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7359
7360 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7361
7362 * emulation/edt.el: Update to version 4.0. Provide support for
7363 EDT scroll margins at top and bottom of the window. Provide an
7364 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7365 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7366 user when file-related buffer modifications exist.
7367 Provide support for running EDT Emulation in XEmacs.
7368 Provide customize access to some user updatable variables.
7369 Add Commentary section to file header.
7370 Fixed a few minor bugs and cleaned up some code.
7371
7372 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7373 for detecting a keypress that generates an ASCII key sequence.
7374 (Previously, only a keypress that generates a vector was
7375 recognized.) Embed Window Manager name into name of the generated
7376 EDT Emulation initialization file since the initialization file is
7377 Window Manager specific. Add Commentary section to file header.
7378
7379 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7380
7381 * mail/sendmail.el (mail-mode): Doc fix.
7382
7383 * info.el (Info-goto-emacs-command-node): Doc fix.
7384 (Info-goto-emacs-key-command-node): Doc fix.
7385
7386 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7389 systems without long file-name support.
7390
7391 2001-01-06 Andrew Innes <andrewi@gnu.org>
7392
7393 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7394
7395 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7396
7397 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7398 (isearch-lazy-highlight-update): Doc fix.
7399
7400 * ffap.el (ffap-bindings): Doc fix.
7401
7402 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7403
7404 2001-01-05 Dave Love <fx@gnu.org>
7405
7406 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7407
7408 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7409
7410 * mouse-drag.el (mouse-drag-safe-scroll):
7411 Bind scroll-preserve-screen-position to nil.
7412
7413 * isearch.el (isearch-old-signal-hook): New variable.
7414 (isearch-mode): Set signal-hook-function to isearch-done.
7415 (isearch-done): Restore old signal-hook-function.
7416
7417 * info.el (Info-fontify-node): Mark one more char as intangible.
7418
7419 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7420
7421 * composite.el (compose-last-chars): New argument COMPONENTS.
7422 If it is non-nil, compose preceding characters by compose-region with
7423 COMPONENTS.
7424
7425 * international/quail.el (quail-input-string-to-events): New function.
7426 (quail-input-method): Convert input string to events here.
7427 (quail-start-translation): Return input string, not event list.
7428 (quail-start-conversion): Likewise.
7429
7430 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7431
7432 * tooltip.el (tooltip-cancel-delayed-tip)
7433 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7434 and tooltip-add-timeout.
7435 (tooltip-show): Set border color from faces's foreground.
7436 (tooltip-show-help-function): If called with the same help string
7437 as last time, do nothing.
7438 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7439
7440 * startup.el (fancy-splash-screens): Don't bind show-help-function
7441 to nil.
7442
7443 * tooltip.el (tooltip-frame-parameters): Remove colors.
7444 (tooltip): New face
7445 (tooltip-set-param): New function.
7446 (tooltip-show): Set up color frame parameters from face `tooltip'.
7447 Display the tooltip text in face `tooltip'.
7448
7449 2001-01-04 Dave Love <fx@gnu.org>
7450
7451 * whitespace.el (whitespace-global-mode): Fix typo.
7452
7453 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7454
7455 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7456
7457 * help.el (help-for-help): Fix a typo in a doc string.
7458 From kwzh@gnu.org (Karl Heuer).
7459
7460 2001-01-03 Dave Love <fx@gnu.org>
7461
7462 * dired-x.el: Doc fixes. Maintainer change.
7463 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7464 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7465 (dired-guess-shell-alist-user): Customize.
7466 (dired-x-help-address): Set to bug-gnu-emacs.
7467 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7468 (dired-default-directory): Renamed from default-directory.
7469
7470 * hl-line.el (hl-line): Doc fix.
7471
7472 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7473
7474 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7475
7476 2001-01-02 Richard M. Stallman <rms@gnu.org>
7477
7478 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7479 to remove all the current alternative-match highlighting.
7480 If nil, remove only what's outside the current window.
7481 (isearch-lazy-highlight-remove-overlays): Take optional
7482 region within which NOT to remove them.
7483 (isearch-lazy-highlight-new-loop): Greatly simplified.
7484 (isearch-lazy-highlight-update): Find all the other occurrences
7485 visible in the window, in just one call.
7486 (isearch-lazy-highlight-start): Now holds start of region to scan.
7487 (isearch-lazy-highlight-end): Now holds end of region to scan.
7488 (isearch-lazy-highlight-wrapped): Variable deleted.
7489 (isearch-lazy-highlight-search): Function deleted.
7490
7491 2000-01-02 Andrew Innes <andrewi@gnu.org>
7492
7493 * w32-fns.el (convert-standard-filename): Do length check on name
7494 before aref.
7495
7496 2001-01-02 Dave Love <fx@gnu.org>
7497
7498 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7499 value.
7500 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7501
7502 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7503
7504 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7505 read syntax.
7506
7507 * calendar/todo-mode.el (todo): Add :link, :version.
7508 (todo-save-top-priorities): Remove autoload cookie.
7509 (todo-add-category, todo-add-item-non-interactively)
7510 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7511
7512 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7513
7514 * comint.el (comint-input-history-ignore): New variable.
7515 (comint-read-input-ring): Ignore entries matching
7516 comint-input-history-ignore.
7517
7518 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7519
7520 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7521 (lm-copyright-mark): New function.
7522 (lm-crack-copyright): New function.
7523 (lm-verify): Check that the file has a copyright.
7524 Check that the file is copyright Free Software Foundation.
7525
7526 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7527
7528 * international/mule-diag.el (print-fontset): Indent font name by
7529 24 columns, not 25.
7530
7531 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7532
7533 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7534 in Subject line.
7535
7536 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7537 Use mail-mode-hook instead of mail-setup-hook.
7538 Otherwise continuing an interrupted message with C-u C-x m for
7539 instance, winds up in Mail mode without abbrevs.
7540
7541 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7542
7543 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7544 non-nil. Adding almost all customization variables on ps-setup.
7545 Doc fix.
7546 (ps-print-version): New version number (6.3.3).
7547 (ps-end-with-control-d): Initialization fix.
7548 (ps-lines-printed): New var.
7549 (ps-skip-newline): New fun.
7550 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7551 (ps-next-line, ps-continue-line, ps-plot-region)
7552 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7553
7554 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7555
7556 * international/fontset.el (x-complement-fontset-spec):
7557 Resolve ASCII font name so that the same family name is used for fonts
7558 registered in x-font-name-charset-alist.
7559 (create-fontset-from-fontset-spec): Adjusted for the above change.
7560 The name of fontset alias should be a unresolved ASCII font name.
7561
7562 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7563
7564 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7565 and delete in isearch-mode-map.
7566
7567 2000-12-28 Richard M. Stallman <rms@gnu.org>
7568
7569 * dired-x.el (dired-guess-shell-alist-default):
7570 Use xpdf instead of acroread.
7571
7572 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7573
7574 * textmodes/artist.el (artist-butlast): Deleted.
7575 (artist-ellipse-mirror-quadrant): Use butlast instead of
7576 artist-butlast.
7577
7578 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7579
7580 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7581
7582 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7583
7584 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7585
7586 * ls-lisp.el: Better support for the Mac and MS-Windows.
7587 (ls-lisp): New defgroup.
7588 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7589 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7590 (ls-lisp-support-shell-wildcards): New defcustoms.
7591 (ls-lisp-parse-symlink): New function.
7592 (insert-directory): Code to convert switches to a list and set up
7593 the wildcard argument copied from ls-lisp-insert-directory.
7594 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7595 for -C and -R switches.
7596 (ls-lisp-column-format): New function.
7597 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7598 (ls-lisp-format-time): Add doc strings.
7599 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7600 Support ls-lisp-dirs-first.
7601 (ls-lisp-classify, ls-lisp-extension): New functions.
7602 (ls-lisp-format): Optionally support emulation of symlinks.
7603 Support -i, -s, and -G switches.
7604
7605 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7606
7607 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7608
7609 * version.el (emacs-version): Print X scroll bar information.
7610
7611 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7612 instead of x-toolkit-scroll-bars-p.
7613
7614 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7615 of x-toolkit-scroll-bars-p.
7616
7617 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7618
7619 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7620 (ffap-bindings): Doc fix, to reflect the above change.
7621
7622 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7623
7624 * term.el (term-char-mode): Define all non-ascii self-inserting
7625 characters to 'term-send-raw in term-raw-map.
7626
7627 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7628
7629 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7630
7631 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7632 Changed initialization; use add-hook.
7633 (ediff-file-remote-p): Use file-local-copy.
7634
7635 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7636
7637 * ediff.el (ediff-patch-buffer): Bug fix.
7638 (ediff-revision): Allow selection of the file at the prompt.
7639
7640 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7641
7642 * subr.el (combine-run-hooks): Remove.
7643
7644 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7645 and remove the rogue second spec.
7646
7647 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7648
7649 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7650
7651 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7652
7653 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7654 Use minibuffer menu prompt for the `=' prefix.
7655 (smerge-command-prefix): Change default to C-^.
7656 (smerge-mode): Don't assume font-lock doesn't move point.
7657
7658 * skeleton.el (skeleton-internal-1): Make sure the first line of
7659 the region is also re-indented.
7660 (skeleton-end-newline): New var.
7661 (skeleton-end-hook): Use it.
7662
7663 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7664
7665 * comint.el (comint-password-prompt-regexp): Support CVS.
7666
7667 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7668
7669 * simple.el (delete-key-deletes-forward-mode): Simplify.
7670 Also backspace key combinations, depending on
7671 delete-key-deletes-forward.
7672
7673 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7674
7675 * simple.el (delete-key-deletes-forward): Doc fix.
7676
7677 2000-08-22 Emmanuel Briot <briot@gnat.com>
7678
7679 * xml.el (top level comment): Updated to reflect the fact that
7680 white spaces are relevant in the XML file.
7681 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7682 to parse was already edited. This allows for on-the-fly analysis
7683 of XML files.
7684 (xml-parse-tag): Check that the casing is the same in the start
7685 tag and end tag, since XML is case-sensitive. Allows for spaces
7686 in the end tag, after the name of the tag.
7687 (xml-parse-attlist): Allow for the character '-' in the name of
7688 attributes, as in the standard http-equiv attribute Do not save
7689 the properties in the XML tree, since they are not relevant.
7690
7691 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * generic.el (generic-read-type): Undo last change, inline into
7694 `generic-mode' and then remove.
7695 (generic-mode): Inline generic-read-type.
7696 (define-generic-mode): Push the symbol name rather than the symbol
7697 onto generic-mode-list.
7698
7699 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7700
7701 * generic.el (generic-read-type): Build an alist for
7702 completing-read as in 20.7.
7703
7704 * play/landmark.el (lm): Use interactive spec `P'.
7705 (toplevel): Don't set debug-on-error.
7706
7707 * server.el (server-switch-buffer): Choose a window on a visible frame.
7708
7709 2000-12-21 Dave Pearson <davep@davep.org>
7710
7711 * quickurl.el: Commentry change, I've moved my web site.
7712
7713 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7714
7715 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7716 ranges like \177-\237, but accepts the character sequence from \177 to
7717 \237. Doc fix.
7718 (ebnf-version): New version (3.4).
7719 (ebnf-setup): Code fix.
7720 (ebnf-range-regexp): New fun.
7721 (ebnf-8-bit-chars): Const fix.
7722
7723 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7724 entry. Doc fix.
7725 (ebnf-bnf-lex): Code fix.
7726 (ebnf-bnf-comment-chars): Const fix.
7727
7728 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7729 entry. Doc fix.
7730 (ebnf-iso-comment-chars): Const fix.
7731
7732 * ebnf-otz.el: Doc fix.
7733
7734 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7735 entry. Doc fix.
7736 (ebnf-yac-skip-code): Code fix.
7737 (ebnf-yac-comment-chars): Const fix.
7738
7739 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * files.el (insert-directory-safely): New function.
7742 (recover-file): Use it instead of insert-directory.
7743 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7744
7745 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7746
7747 * international/mule-cmds.el (select-safe-coding-system):
7748 Check coding-category-list more rigidly. Improve help message.
7749
7750 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7751
7752 2000-12-21 Miles Bader <miles@gnu.org>
7753
7754 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7755
7756 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7757
7758 * international/mule-diag.el (describe-char-after): Make *Help*
7759 buffer inherit multibyteness of the current buffer.
7760
7761 * international/mule.el (make-char): Docstring adjusted for the
7762 change of make-char-internal.
7763
7764 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7765
7766 * international/iso-cvt.el: Docstrings fix.
7767
7768 2000-12-20 Dave Love <fx@gnu.org>
7769
7770 * subr.el (eval-after-load): Doc fix.
7771
7772 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7773
7774 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7775 for numbers.
7776
7777 2000-12-20 Miles Bader <miles@gnu.org>
7778
7779 * international/quail.el (quail-help): Resize the help window
7780 again after it has all its contents. Remove unneeded progn.
7781
7782 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7783
7784 * pcmpl-linux.el: Fix copy/paste error.
7785
7786 2000-12-19 Andrew Innes <andrewi@gnu.org>
7787
7788 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7789
7790 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7791
7792 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7793
7794 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7795
7796 * progmodes/idlw-shell.el: Fixed copyright notice.
7797
7798 * progmodes/idlwave.el: Fixed copyright notice.
7799
7800 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7801 TAB as key separators.
7802
7803 2000-12-19 Alex Schroeder <alex@gnu.org>
7804
7805 * sql.el (sql-sybase-options): New option.
7806 (sql-sybase): Use it. Add sql-database to the list of parameters
7807 provided for login. The options -w 2048 -n are not used any more.
7808 (sql-postgres-options): Changed default from "--pset" to "-P".
7809 (sql-mysql-options): Doc change.
7810 (sql-stop): Doc change.
7811
7812 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7813
7814 * international/quail.el (quail-input-method): Always hide
7815 the guidance buffer on exiting.
7816
7817 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7818
7819 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7820 isn't fboundp.
7821
7822 * server.el (server-buffer-done): Bury the buffer before
7823 killing it.
7824
7825 * faces.el (face-spec-set): Interpret a nil in specs for
7826 foreground and background colors as `unspecified', for
7827 compatibility with 20.x.
7828
7829 2000-12-18 Dave Love <fx@gnu.org>
7830
7831 * simple.el (mail-user-agent): Doc fix.
7832 (input-mode-8-bit): Removed.
7833
7834 * international/mule.el (set-keyboard-coding-system): Doc fix.
7835 (keyboard-coding-system): New option.
7836
7837 * mail/sendmail.el (send-mail-function): Customize.
7838
7839 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7840
7841 * international/codepage.el (cp866-decode-table): New table.
7842
7843 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7844
7845 * version.el (emacs-version): Remove `%a' from the time format
7846 because the weekday doesn't fit well into each locale.
7847
7848 2000-12-18 Miles Bader <miles@gnu.org>
7849
7850 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7851
7852 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7853 Check that emacs-major-version is `=' to 20, not `>='.
7854 (artist-replace-chars): Use `make-string' instead of a loop.
7855
7856 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7857
7858 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7859 (cvs-execute-single-file): Don't change directory.
7860 Patch from Per Cederqvist.
7861
7862 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7863
7864 * textmodes/ispell.el (check-ispell-version):
7865 If `ispell-program-name' is "aspell", pass it the -v switch instead
7866 of -vv.
7867
7868 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7869
7870 * international/mule-diag.el (mule-diag): Insert information about
7871 configure options, multibyte awareness, language env.
7872
7873 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7874 regexp to search for candidates.
7875
7876 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7877
7878 * info.el (Info-forward-node): If the node has an
7879 Info-header-line, widen the buffer before searching for "next:"
7880 and "up:" pointers, and set the search limit to stay in the
7881 current node.
7882
7883 2000-12-16 Miles Bader <miles@gnu.org>
7884
7885 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7886
7887 2000-12-15 Miles Bader <miles@gnu.org>
7888
7889 * comint.el (comint-send-string, comint-send-region): Also accept
7890 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7891 process-send-string/region.
7892
7893 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7894
7895 * isearch.el (isearch-lazy-highlight-max): New user-option.
7896 (isearch-lazy-highlight-update): Don't highlight more than
7897 isearch-lazy-highlight-max matches.
7898
7899 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7900
7901 2000-12-15 Richard M. Stallman <rms@gnu.org>
7902
7903 * sort.el (sort-columns): Fix error message.
7904
7905 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7906 `upcase' or `downcase' or nil.
7907 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7908 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7909 (dabbrev--substitute-expansion): New arg record-case-pattern.
7910 If it is non-nil, set dabbrev--last-case-pattern.
7911 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7912
7913 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7914
7915 2000-12-15 Miles Bader <miles@gnu.org>
7916
7917 * paths.el (Info-default-directory-list): Don't delete
7918 configure-info-directory from the list of standard info
7919 directories when appending it to the end -- their order is important.
7920
7921 * faces.el (read-face-attribute): If there's no entry for the
7922 user's input in VALID, just use it as-is (this will often result
7923 in an error, but it may be OK for e.g. colors using hexadecimal
7924 notation, and at least will yield a better error message).
7925
7926 * window.el (mode-line-window-height-fudge): Function removed.
7927 (height-affecting-face-attributes, mode-line-window-height-fudge):
7928 Variables removed.
7929 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7930 window is really the right size. Use vertical-motion
7931 rather than forward-line.
7932 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7933 (ispell-command-loop, ispell-show-choices): Use the variable
7934 ispell-choices-win-default-height, rather than the function.
7935 (ispell-choices-win-default-height): Function removed.
7936 (ispell-mode-line-window-height-fudge): Function removed.
7937
7938 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7939
7940 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7941
7942 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7943
7944 * paths.el (Info-default-directory-list):
7945 If configure-info-directory is not one of the standard directories,
7946 put it first in the list; otherwise put it last. Doc string
7947 changed accordingly.
7948
7949 * info.el (Info-directory-list): Change doc string to reflect the
7950 change in Info-default-directory-list.
7951
7952 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7953 windows-nt as windowed environments, even under -nw.
7954
7955 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7956 if not fboundp. Switch delete-forward mode for the <delete> key
7957 on all PC platforms, even under -nw.
7958
7959 * term/internal.el ([M-delete]): Remap to M-d.
7960
7961 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7962
7963 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7964
7965 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7966
7967 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7968
7969 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7970
7971 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7972 if appropriate.
7973
7974 * simple.el (delete-key-deletes-forward): New user-option.
7975 (delete-key-deletes-forward-mode): New function.
7976
7977 * bindings.el: Bind `delete' to backward-delete-char.
7978
7979 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7980 Test if symbol is bound before getting its value.
7981
7982 * tooltip.el (tooltip-show): If an error is signaled in
7983 x-show-tip, display that error, and display the help in the
7984 echo area.
7985
7986 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7987
7988 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7989 Show "... entries" messages for every 10000 entries, not 10.
7990
7991 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7992
7993 * bookmark.el: Provide a generic exit hook, as suggested by
7994 Ovidiu Predescu <ovidiu@cup.hp.com>:
7995 (bookmark-exit-hook): New var.
7996 (bookmark-exit-hook-internal): New func, replaces
7997 old raw lambda form in `kill-emacs-hook', and runs new
7998 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7999 as logically that feature must have been provided if this function
8000 is running.
8001 Removed ;;;###autoload before the `add-hook' call.
8002
8003 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8004
8005 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8006 (easy-menu-current-active-maps): New function.
8007 (easy-menu-get-map): Use it.
8008 Make a proper menu entry when creating a new keymap.
8009
8010 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8011
8012 * international/characters.el: Fix cases and syntaxes for
8013 mule-unicode-0100-24ff.
8014
8015 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8016 that a Japanese character is not appended after day and year.
8017
8018 * info.el (Info-suffix-list): Change format for a command that
8019 requires arguments.
8020 (info-insert-file-contents): Adjusted for the above change.
8021
8022 2000-12-12 Andreas Schwab <schwab@suse.de>
8023
8024 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8025 on the name of the tar buffer. Verify that the existing buffer is
8026 visiting the same subfile.
8027
8028 2000-12-12 Dave Love <fx@gnu.org>
8029
8030 * subdirs.el: Add obsolete.
8031
8032 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8033
8034 * mail/rmailsum.el (rmail-summary-expunge)
8035 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8036 instead of rmail-confirm-expunge.
8037
8038 * replace.el (perform-replace): Don't use an empty match adjacent
8039 to a non-empty match when computing the next match before the
8040 replacement is performed.
8041
8042 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8043
8044 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8045 definition (patch by Stefan Monnier).
8046 (glasses-mode): Use jit-lock instead of `after-change-functions'
8047 (patch by Stefan Monnier).
8048
8049 2000-12-12 Miles Bader <miles@gnu.org>
8050
8051 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8052 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8053
8054 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8055
8056 * term/mac-win.el: Remove load for ls-lisp.
8057
8058 * loadup.el: Load ls-lisp for system-type `macos'.
8059
8060 2000-12-12 Miles Bader <miles@gnu.org>
8061
8062 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8063 Respect field end too.
8064 (just-one-space): Respect fields as `delete-horizontal-space'.
8065 (newline-and-indent, reindent-then-newline-and-indent):
8066 Use `delete-horizontal-space'.
8067
8068 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8069
8070 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8071 (so as to obey the field property in the minibuffer).
8072
8073 * obsolete/c-mode.el: Moved from lisp/progmodes.
8074 * obsolete/auto-show.el: Moved from lisp.
8075 * obsolete/ooutline.el: Moved from lisp/textmodes.
8076
8077 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8078
8079 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8080 changes to list them here.
8081
8082 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8083 Too many changes to list them here.
8084
8085 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8086 Too many changes to list them here.
8087
8088 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8089
8090 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8091
8092 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8093
8094 * cus-edit.el (custom-save-variables, custom-save-faces):
8095 Comment fix.
8096
8097 * hscroll.el: Moved to `obsolete' subdir.
8098
8099 2000-12-11 Miles Bader <miles@gnu.org>
8100
8101 * window.el (window-text-height): Function removed (now in C).
8102
8103 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8104
8105 * log-edit.el (log-edit-parent-buffer): New var.
8106 (log-edit): Set it. Add BUFFER argument.
8107 (log-edit-done): Use char-before.
8108 Don't bother checking validity of vc-comment-ring.
8109 Only bury the buffer if log-edit popped it up.
8110
8111 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8112 (cvs-mode-diff-help): Remove.
8113 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8114 (cvs-mode-marked): Set up the default for CMD manually.
8115
8116 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8117 Remove binding for ? now made unnecessary.
8118
8119 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8120
8121 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8122 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8123
8124 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8125 when master file is not open.
8126
8127 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8128
8129 * progmodes/ada-stmt.el: Update `maintainer'.
8130
8131 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8132
8133 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8134 choices to match documentation string.
8135
8136 2000-12-09 Miles Bader <miles@gnu.org>
8137
8138 * minibuf-eldef.el: New file.
8139
8140 * window.el (fit-window-to-buffer): Don't pass last argument to
8141 pos-visible-in-window-p, now that its meaning is inverted.
8142
8143 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8144
8145 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8146 <ceder@lysator.liu.se>.
8147
8148 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8149
8150 * autoinsert.el (auto-insert-alist): Add missing final \n.
8151
8152 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8153 (cvs-menu-map): Remove.
8154 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8155 (cvs-mode-quit): Turn it back into a plain function.
8156
8157 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8158 (texinfo-filter): Remove (move to texinfo.el).
8159
8160 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8161 file where it's more visible.
8162 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8163 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8164 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8165 (texinfo-inside-macro-p): Only catch `scan-error's.
8166 (texinfo-inside-env-p): Make better use of the match info.
8167 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8168 (texinfo-insert-@end): Slight re-organization.
8169 Also remove useless `looking-at' call.
8170
8171 2000-12-08 Andrew Innes <andrewi@gnu.org>
8172
8173 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8174 accessible in -nw mode.
8175
8176 * term/w32-win.el: Remove stuff about selection timeout, which is
8177 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8178 it is accessible in -nw mode.
8179
8180 2000-12-08 Dave Love <fx@gnu.org>
8181
8182 * emacs-lisp/lisp-mode.el (lisp-mode):
8183 Set font-lock-keywords-case-fold-search.
8184
8185 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8186
8187 * textmodes/ispell.el (ispell): Doc fix.
8188
8189 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8190
8191 * international/quail.el (quail-insert-decode-map): Check the
8192 frame width of a window displaying the current buffer, not that of
8193 the selected frame.
8194 (quail-help): Make sure that the help buffer has window before
8195 inserting text in it.
8196
8197 2000-12-07 Sam Steingold <sds@gnu.org>
8198
8199 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8200 Backquote is used in isearch.el, so autoloading saves nothing.
8201
8202 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8203
8204 * startup.el (normal-top-level-add-subdirs-to-load-path):
8205 Ignore the CVS and RCS subdirectories case-insensitively.
8206
8207 * dired.el (dired-insert-directory): If file-system-info is
8208 fboundp, call it instead of invoking dired-free-space-program.
8209
8210 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8211
8212 * server.el (server-visit-files): Push files on file-name-history.
8213
8214 * progmodes/cc-langs.el: Update copyright.
8215
8216 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8217
8218 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8219
8220 * bindings.el (mode-line-mode-menu): Reverse the order
8221 of define-keys so that the menu appears in alphabetical order.
8222
8223 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8224
8225 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8226 of the function.
8227
8228 2000-12-07 Dave Love <fx@gnu.org>
8229
8230 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8231
8232 * facemenu.el (facemenu-unlisted-faces): Fix value.
8233
8234 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8235
8236 * font-lock.el (font-lock-default-fontify-region):
8237 Include the terminating \n (off-by-one error).
8238 (font-lock-set-defaults): Use dolist.
8239
8240 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8241
8242 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8243
8244 * international/mule-cmds.el (describe-language-environment):
8245 Fix for the case that an input method title is not string but a list.
8246
8247 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8248 of wrong SIZE record.
8249
8250 2000-12-06 Dave Love <fx@gnu.org>
8251
8252 * newcomment.el (comment-region, comment-dwim): Doc fix.
8253
8254 * textmodes/texinfo.el: Require tex-mode when compiling.
8255 (texinfo-update-node): Doc fix.
8256 (texinfo-imenu-generic-expression): Add @anchor.
8257 (texinfo-font-lock-keywords): Add @uref.
8258 (texinfo-inside-macro-p): Don't use ignore-errors.
8259 (texinfo-insert-quote): Match more contexts.
8260
8261 * international/mule.el (decode-char, encode-char): Doc fix.
8262 (auto-coding-alist): Customize.
8263
8264 * files.el (load-file): Fix change of 2000-03-12.
8265
8266 * wid-edit.el (widget-text-keymap): Doc fix.
8267
8268 2000-12-06 Andrew Innes <andrewi@gnu.org>
8269
8270 * makefile.w32-in (lisp): Set to an absolute directory, namely
8271 $(CURDIR).
8272
8273 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8274
8275 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8276 read generated-autoload-file, and set buffer-file-coding-system to
8277 raw-text-unix after reading the file.
8278
8279 * international/mule-conf.el (file-coding-system-alist):
8280 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8281
8282 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8283
8284 * replace.el (occur): Make line-number-width 1 smaller for the
8285 colon following the line number.
8286
8287 * startup.el (fancy-splash-text, command-line-1):
8288 Use `File' for the menu name instead of `Files'.
8289
8290 * tmm.el: Update copyright.
8291
8292 * cus-start.el: Add entry for even-window-heights.
8293
8294 2000-12-06 Miles Bader <miles@gnu.org>
8295
8296 * faces.el (frame-set-background-mode): Avoid stomping on
8297 locally modified faces.
8298
8299 2000-12-06 Kenichi Handa <handa@etl.go.jp>
8300
8301 * international/fontset.el: Correct the font registries for
8302 japanese-jisx0213-1 and japanese-jisx0213-2.
8303
8304 2000-12-05 Gerd Moellmann <gerd@gnu.org>
8305
8306 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8307
8308 * iswitchb.el: Update customization commentary.
8309
8310 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
8311
8312 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8313 (tpu-search-highlight): Fixed comparison of overlay end positions.
8314 (tpu-trim-line-ends): Implemented trimming logic locally.
8315
8316 * emulation/tpu-extras.el (tpu-write-file-hook)
8317 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8318
8319 2000-12-05 Kenichi Handa <handa@etl.go.jp>
8320
8321 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8322 to cn-gb.
8323 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8324
8325 2000-12-04 Dave Love <fx@gnu.org>
8326
8327 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8328
8329 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8330
8331 * mail/rmailsum.el (rmail-summary-expunge)
8332 (rmail-summary-expunge-and-save): Ask for confirmation with
8333 rmail-expunge-confirmed.
8334
8335 * mail/rmail.el (rmail-expunge-confirmed): New function.
8336 (rmail-expunge): Use it.
8337
8338 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8339
8340 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8341 (etags-recognize-tags-table, find-tag-in-order):
8342 New functionality: interpret file names as tags.
8343
8344 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8345
8346 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8347 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8348 the first subnode until the bottom of the current node is visible.
8349
8350 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8351
8352 * format.el (format-decode): Don't change buffer's undo list.
8353
8354 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8355
8356 * faces.el (face-font-registry-alternatives): Add entries for CJK
8357 fonts. Doc-string adjusted for the actual usage of this data.
8358
8359 * international/fontset.el: Change the font registries for CJK
8360 fonts in the default fontset. Don't append '*' to registries.
8361
8362 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8363
8364 * emacs-lisp/easy-mmode.el (define-derived-mode)
8365 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8366
8367 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8368 (derived-mode-p): New function.
8369 (derived-mode-make-docstring): Add `docstring' argument.
8370 Use it if available and complete it if necessary.
8371
8372 2000-12-03 Andreas Schwab <schwab@suse.de>
8373
8374 * type-break.el (type-break): Don't make parent of itself.
8375
8376 2000-12-03 Miles Bader <miles@gnu.org>
8377
8378 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8379
8380 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8381
8382 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8383 (tex-main-file, tex-file): Simplify.
8384 (tex-generate-zap-file-name): Use subst-char-in-string.
8385 (tex-strip-dots): Remove.
8386
8387 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8388
8389 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8390 to check if the match succeeded.
8391
8392 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8393
8394 * startup.el (use-fancy-splash-screens-p): New function.
8395 (command-line-1): Use it to determine whether or not to use
8396 a fancy splash screen.
8397
8398 2000-12-02 Andreas Schwab <schwab@suse.de>
8399
8400 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8401
8402 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * international/mule.el (make-char): Fix last change.
8405
8406 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8407 New defcustoms.
8408 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8409 autoloading tex-mode; instead, do the same manually.
8410 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8411 with numeric argument. Docstring fix.
8412 (toplevel): Require cl when compiling.
8413
8414 * international/mule.el (make-char): Doc fix.
8415
8416 2000-12-02 Jason Rumney <jasonr@gnu.org>
8417
8418 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8419 the Emacs Lisp manual)
8420
8421 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8422
8423 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8424
8425 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8426 the Emacs Lisp manual).
8427
8428 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8429
8430 * simple.el (next-line-add-newlines): Change default to nil.
8431
8432 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8433
8434 * files.el (revert-buffer, recover-file):
8435 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8436
8437 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8438
8439 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8440
8441 2000-12-01 Miles Bader <miles@gnu.org>
8442
8443 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8444
8445 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8446
8447 * international/mule-diag.el (describe-char-after): Fix typo.
8448 (describe-character-set, non-iso-charset-alist): Fix typo.
8449
8450 2000-12-01 Miles Bader <miles@gnu.org>
8451
8452 * image-file.el (image-file-name-regexp): Automatically add
8453 upper-case variants of each filename extension in
8454 `image-file-name-extensions', since they seem to be common.
8455
8456 * simple.el (minibuffer-contents)
8457 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8458 New functions.
8459 * filecache.el (file-cache-directory-name)
8460 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8461
8462 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8463
8464 * filecache.el (file-cache-minibuffer-complete): Don't try to
8465 delete the minibuffer prompt.
8466
8467 2000-11-30 Dave Love <fx@gnu.org>
8468
8469 * cus-start.el: Fix read-buffer-function type.
8470
8471 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8472
8473 * md5.el: Removed. There's a built-in function, now.
8474
8475 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8476
8477 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8478 as dummy 0-th char of rmail-deleted-vector.
8479
8480 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8481
8482 * ps-print.el (ps-end-job): Bind case-fold-search only after
8483 switching to ps-spool-buffer.
8484
8485 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8486
8487 * ps-print.el: Line number font customization. PostScript: Lines and
8488 PageCount are initialized on each page. Doc Fix.
8489 (ps-print-version): New version number (6.3.2).
8490 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8491 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8492 (ps-right-header): Customization fix.
8493 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8494 Fix code.
8495 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8496 New vars.
8497
8498 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8499
8500 * bs.el: Fix typos and spelling errors.
8501 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8502 (bs-configuration): Doc fix.
8503
8504 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8505
8506 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8507
8508 * emulation/tpu-edt.el (tpu-version): New version.
8509 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8510 (tpu-original-mode-line): Variable deleted.
8511 (tpu-mark-flag): New initial value.
8512 (tpu-set-mode-line): Don't redefine mode-line-format.
8513 Add tpu-mark-flag to minor-mode-alist.
8514 (tpu-update-mode-line): New mark flag logic.
8515 (tpu-get): Use find-file-wildcards.
8516 (tpu-search-highlight): Move overlay less, reset overlay properly.
8517 (tpu-unselect): Deactivate mark.
8518 (tpu-lm-replace): Reset overlay properly.
8519 (tpu-forward-line): Use forward-visible-line.
8520 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8521
8522 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8523
8524 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8525
8526 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8527
8528 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8529
8530 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8531 and skip whitespace and newlines.
8532
8533 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8534
8535 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8536
8537 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8538
8539 * help.el (describe-function-1): Regexp-quote function name
8540 when used as part of a regexp.
8541
8542 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8543 Use face-attribute instead of face-foreground and face-background.
8544 (tool-bar-add-item): Likewise, and handle unspecified colors.
8545
8546 * enriched.el (enriched-face-ans): Use face-attribute instead
8547 of face-foreground and face-background.
8548
8549 * faces.el (face-foreground, face-background, face-stipple):
8550 Return nil if attribute is unspecified, for backward compatibility.
8551
8552 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8553
8554 * play/5x5.el: Remove version info.
8555
8556 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8557
8558 * frame.el (blink-cursor-mode): Doc fix.
8559
8560 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8561
8562 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8563 to create Makefile rules.
8564 (antlr-tool-command): New user option.
8565 (antlr-ask-about-save): New user option.
8566 (antlr-makefile-specification): New user option.
8567 (antlr-file-formats-alist): New variable.
8568 (antlr-special-file-formats): New variable.
8569 (antlr-unknown-file-formats): New user option.
8570 (antlr-help-unknown-file-text): New variable.
8571 (antlr-help-rules-intro): New variable.
8572 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8573 (antlr-mode-menu): Add entries.
8574 (antlr-file-dependencies): New function.
8575 (antlr-directory-dependencies): New function.
8576 (antlr-superclasses-glibs): New function.
8577 (antlr-run-tool): New command.
8578 (antlr-makefile-insert-variable): New function.
8579 (antlr-insert-makefile-rules): New function.
8580 (antlr-show-makefile-rules): New command.
8581
8582 * antlr-mode.el: More Emacs/XEmacs stuff.
8583 (antlr-no-action-keywords): New constant with value nil.
8584 (antlr-font-lock-keywords-alist): Use it. Old value would break
8585 syntax highlighting in Emacs-21.0.
8586 (antlr-default-directory): Emacs/XEmacs dependend function.
8587 (antlr-read-shell-command): Ditto.
8588 (antlr-with-displaying-help-buffer): Ditto.
8589
8590 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8591
8592 * antlr-mode.el: imenu, parsing and highlighting changes.
8593 (antlr-imenu-create-index-function): Don't create extra submenus
8594 for definitions in different grammar classes. It is not necessary
8595 for the menu and would make command `imenu' awkward to use.
8596 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8597 header actions and more than one.
8598 (antlr-font-lock-tokendef-face): Changed color.
8599 (antlr-font-lock-tokenref-face): Changed color.
8600 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8601 (antlr-mode-syntax-table): New variable.
8602 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8603 (antlr-with-syntax-table): Don't copy syntax table.
8604
8605 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8606
8607 * antlr-mode.el: Minor changes: language setting.
8608 (antlr-language-alist): The value for file option "language" can
8609 be both an identifier and a string.
8610 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8611 (antlr-language-limit-n-regexp): Change accordingly.
8612
8613 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8614
8615 * antlr-mode.el: Minor changes: tabs, hiding.
8616 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8617 (antlr-action-visibility): Also allow value nil to also hide the
8618 braces. Renamed from `antlr-tiny-action-length'.
8619 Suggested by Jay@aol.com.
8620 (antlr-hide-actions): Change accordingly. Hide line if completely
8621 hidden action is on a line of its own.
8622
8623 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8624
8625 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8626
8627 * sort.el (sort-columns): Don't concat strings with numbers.
8628
8629 2000-11-29 Dave Love <fx@gnu.org>
8630
8631 * cus-edit.el (face): Fix :format.
8632
8633 * mail/feedmail.el: Require smtpmail when compiling.
8634 (mail-do-fcc): Autoload.
8635 (feedmail) <defgroup>: Fix :link.
8636 (feedmail-nuke-body-in-fcc): Fix :type.
8637 (feedmail-send-it): Add autoload cookie.
8638
8639 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8640
8641 * newcomment.el (comment-indent): Save excursion around call to
8642 comment-indent-function.
8643
8644 2000-11-29 Miles Bader <miles@gnu.org>
8645
8646 * subr.el (member-ignore-case): Return the tail of the list who's
8647 car matches, like `member', not the matching element itself.
8648
8649 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8650
8651 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8652 should not contain `\n'.
8653
8654 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8655
8656 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8657
8658 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8659
8660 * dired-aux.el (dired-do-create-files): Construct default file
8661 name for dired-mark-read-file-name so that when the user enters
8662 just RET, the target file will end up in the target directory.
8663
8664 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8665 local-abbrev-table before changing buffers because it might
8666 have a buffer-local binding.
8667
8668 2000-11-28 Miles Bader <miles@gnu.org>
8669
8670 * simple.el (delete-horizontal-space): Handle fields more generally.
8671
8672 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8673
8674 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8675
8676 2000-11-28 Dave Love <fx@gnu.org>
8677
8678 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8679 comment-start-skip locally.
8680
8681 * progmodes/fortran.el (fortran-mode): Don't set
8682 fortran-comment-line-start-skip. Set comment-start to
8683 fortran-comment-line-start.
8684 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8685 (fortran-comment-line-start-skip): Simplify slightly.
8686
8687 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8688
8689 * play/5x5.el: Remove RCS keyword.
8690
8691 * bs.el: Mistaken commit, undone 2000-11-30.
8692
8693 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8694
8695 * textmodes/tildify.el (tildify-string-alist):
8696 Add `plain-tex-mode' here.
8697
8698 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8699
8700 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8701 reference.
8702
8703 2000-11-28 Miles Bader <miles@gnu.org>
8704
8705 * cus-face.el (custom-face-attributes): Add post-filter function
8706 for :box. Make pre-filter function for :box handle all cases.
8707
8708 * wid-edit.el (widget-choose): Make sure pop-up window is large
8709 enough to display all the choices, as there's no way to scroll it.
8710
8711 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8712
8713 * international/mule-conf.el: Make the coding system no-conversion
8714 safe for all characters.
8715
8716 2000-11-27 Dave Love <fx@gnu.org>
8717
8718 * net/ldap.el (ldap) <defgroup>: Add :version.
8719
8720 * tooltip.el (tooltip-use-echo-area): Doc fix.
8721
8722 * cus-start.el <minibuffer-prompt-properties>: Add version.
8723 <read-buffer-function>: Add.
8724
8725 * apropos.el (apropos-print): Add help-echo to active text.
8726
8727 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8728
8729 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8730
8731 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8732 type, group and version.
8733
8734 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8735
8736 * select.el (x-get-selection): Docstring fix.
8737
8738 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8739
8740 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8741
8742 2000-11-27 Andrew Innes <andrewi@gnu.org>
8743
8744 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8745
8746 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8747
8748 2000-11-27 Miles Bader <miles@gnu.org>
8749
8750 * dired.el (dired-get-filename): Return filename verbatim if
8751 LOCALP is `verbatim'.
8752 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8753 `verbatim' so that we don't inadvertently delete a non-existant
8754 directory name.
8755
8756 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8757
8758 * international/characters.el: Specify cases and syntaxes for
8759 mule-unicode-0100-24ff.
8760
8761 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8762
8763 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8764 that foreground and/or background colors of the face `tool-bar'
8765 are unspecified.
8766
8767 2000-11-27 Miles Bader <miles@gnu.org>
8768
8769 * wid-edit.el (widget-field-buffer, widget-field-start)
8770 (widget-field-end): Handle widget field `pseudo-overlays'.
8771 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8772 if it's there instead of in `widget-field-list'.
8773
8774 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8775 (help-make-xrefs): Delete extraneous newlines at the end of the
8776 docstring.
8777
8778 2000-11-25 Jason Rumney <jasonr@gnu.org>
8779
8780 * startup.el (command-line): Call set-locale-environment after
8781 Window System init file is read, as it can result in a call to
8782 redraw-frame.
8783
8784 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8785
8786 * simple.el (shell-command): Mention the effect of the prefix
8787 argument in the doc string.
8788
8789 2000-11-25 Miles Bader <miles@gnu.org>
8790
8791 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8792
8793 * wid-edit.el (widget-field-value-delete): Don't try to delete
8794 overlay when it's the `pseudo-overlay' that exists at some points.
8795
8796 2000-11-24 Jason Rumney <jasonr@gnu.org>
8797
8798 * international/mule-cmds.el (locale-language-names): Add "jp" as
8799 a non-standard alternative for Japanese.
8800
8801 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8802
8803 * vc-hooks.el: Require 'cl during compilation.
8804
8805 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8806
8807 * faces.el (face-set-after-frame-default): Let face attributes
8808 specified for new frames override frame parameters.
8809
8810 * startup.el (command-line): Fix computation of the source file
8811 for user-init-file when user-init-file is a compiled file.
8812
8813 2000-11-24 Miles Bader <miles@gnu.org>
8814
8815 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8816 (custom-post-filter-face-spec): New functions.
8817 (custom-face-set, custom-face-value-create): Filter the face spec
8818 before and after customization.
8819 (custom-face-set): If VALUE specifies a null face, pass a
8820 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8821 * cus-face.el (custom-face-attributes): Remove SET and GET
8822 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8823 cases they're needed.
8824
8825 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8826 that it's distinguishable from the :off-glyph on dark-background
8827 displays. Set its background color too.
8828
8829 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8830 so that people can easily turn it off.
8831
8832 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8833
8834 * ediff-diff.el: Moved variables around to have it compile under NT.
8835
8836 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8837
8838 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8839
8840 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8841 redundant skip-small-frames test.
8842
8843 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8844 (viper-downgrade-to-insert): Protect against errors in hooks.
8845
8846 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8847 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8848 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8849 New functions.
8850
8851 * viper-util.el (viper-memq-char): Bug fixes.
8852
8853 * viper.el (viper-mode): Fix cursor handling.
8854
8855 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8856
8857 * international/mule-diag.el (list-iso-charset-chars):
8858 For two-byte charset, fix the `while' condition.
8859 (list-non-iso-charset-chars): Fix the `while' condition.
8860
8861 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8862
8863 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8864 if the variable is make-variable-buffer-local.
8865
8866 * progmodes/ada-stmt.el (ada-template-map):
8867 Initialize and bind it to C-c t in ada-mode-map.
8868 (ada-stmt-mode-hook): New function extracted from old code.
8869 Only change the buffer-local side of skeleton-*.
8870 (ada-mode-hook): Use it.
8871
8872 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8875 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8876 we expect to be returned by minibuffer-depth once we prompt the
8877 user in the minibuffer.
8878 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8879 as recorded in iswitchb-minibuf-depth, return non-nil.
8880
8881 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8882
8883 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8884 (hscroll-window-maybe): Docstring fix.
8885
8886 2000-11-23 Dave Love <fx@gnu.org>
8887
8888 * rect.el (string-rectangle): Don't test delete-selection-mode.
8889
8890 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8891
8892 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8893 is in the tool bar.
8894
8895 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8896 with `no-dir'; we want the directory part to be able to remove it.
8897
8898 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * textmodes/outline.el (outline-flag-region):
8901 Don't bind inhibit-read-only since we don't modify the buffer.
8902 (outline-isearch-open-invisible): Don't jump to overlay-start
8903 since we're trying to unhide text around point.
8904 (outline-discard-overlays): Use dolist.
8905
8906 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8907
8908 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8909
8910 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8911
8912 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8913
8914 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8915 Fix ARG regexp to skip quoted braces.
8916 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8917 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8918 are (correctly) handled separately).
8919 Remove `caption' and `footnote' from `citations': they contain text.
8920 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8921 (latex-skeleton-end-hook): New function.
8922 (latex-mode): Use it.
8923 (tex-start-tex-marker): Remove.
8924 (tex-send-tex-command): Don't set tex-start-tex-marker.
8925 (tex-error-parse-syntax-table): New var.
8926 (tex-compilation-parse-errors): Use it.
8927 Ignore tex-start-tex-marker. Don't bother with marker-position.
8928 (tex-validate-buffer): Don't bother with marker-position.
8929
8930 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8931 (flyspell-generic-progmode-verify): Use it.
8932
8933 2000-11-22 Sam Steingold <sds@gnu.org>
8934
8935 * simple.el (delete-trailing-whitespace): New interactive function.
8936
8937 * progmodes/ada-mode.el (ada-mode): Use it instead of
8938 `ada-remove-trailing-spaces'.
8939 (ada-remove-trailing-spaces): Removed.
8940
8941 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8942
8943 * textmodes/picture.el (picture-clean): Removed.
8944 (picture-mode-exit): Call it instead of `picture-clean'.
8945
8946 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8947
8948 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8949
8950 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8951 jit-lock-fontify-buffer; it should anyway be unneccessary to
8952 do anything special when jit-lock is active.
8953 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8954
8955 2000-11-22 Dave Love <fx@gnu.org>
8956
8957 * calendar/todo-mode.el (todo-top-priorities): Use
8958 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8959
8960 * language/chinese.el, language/cyrillic.el:
8961 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8962 * language/hebrew.el, language/indian.el, language/japanese.el:
8963 * language/korean.el, language/lao.el, language/misc-lang.el:
8964 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8965 Use provide.
8966
8967 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8968 (custom-variable-set): Improve validation error mesage.
8969
8970 * rect.el (string-rectangle): Revert last change.
8971 (string-rectangle-line): New arg DELETE.
8972 (string-rectangle): Check delete-selection-mode.
8973
8974 * emacs-lisp/edebug.el (edebug-version)
8975 (edebug-maintainer-address): Deleted.
8976 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8977 (edebug-read-function): Account for other `'#' read forms.
8978 (edebug-mode-menus): Make some items toggles.
8979 (edebug-outside-unread-command-event, unread-command-event):
8980 Remove these to avoid warnings.
8981
8982 2000-11-22 David Ponce <david@dponce.com>
8983
8984 * recentf.el (recentf-menu-items-for-commands)
8985 (recentf-make-menu-items, recentf-make-menu-item)
8986 (recentf-filter-changer): Added :help and :active menu-item properties.
8987
8988 (recentf-build-dir-rules, recentf-dump-variable)
8989 (recentf-edit-list, recentf-open-files-item)
8990 (recentf-open-files): Replaced unnecessary `mapcar' with new
8991 built-in `mapc'.
8992
8993 2000-11-23 Miles Bader <miles@gnu.org>
8994
8995 * faces.el (menu): Make inverse-video on ttys too.
8996
8997 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8998
8999 * simple.el (comment-line-break-function): Use the new name
9000 indent-new-comment-line -> comment-indent-new-line.
9001 (clone-indirect-buffer): Don't ignore NORECORD.
9002 (next-completion): Properly handle the case where items are adjacent.
9003
9004 * mouse.el (popup-menu): Stupid typo.
9005
9006 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9007
9008 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9009 maintainer, keywords tags.
9010
9011 * rect.el (replace-rectangle): Don't call string-rectangle-line
9012 with too many arguments.
9013
9014 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9015
9016 * ediff-util.el (ediff-file-checked-out-p)
9017 (ediff-file-checked-in-p): Call vc-state instead of
9018 vc-locking-user, which no longer exists.
9019
9020 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9021
9022 2000-11-22 Dave Love <fx@gnu.org>
9023
9024 * md5.el (md5): Provide.
9025 (md5): Fix error call.
9026
9027 2000-11-22 Miles Bader <miles@gnu.org>
9028
9029 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9030 (refill-fill-paragraph-at): Remove debugging code.
9031
9032 * calendar/calendar.el (generate-calendar-window): When we don't
9033 call `fit-window-to-buffer', make sure the top line is fully visible.
9034
9035 * image-file.el (insert-image-file): Don't make `read-only'
9036 property rear-nonsticky.
9037
9038 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9039 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9040 stashing away its original value.
9041 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9042 in the recursive edit.
9043 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9044 (isearch-done): Restore `minibuffer-message-timeout'.
9045
9046 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9047
9048 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9049
9050 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9051
9052 * find-lisp.el (find-lisp-find-files-internal):
9053 Use dolist, when and file-name-as-directory.
9054
9055 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9056 (define-derived-mode, define-minor-mode): Add specs.
9057
9058 * window.el: General comment and spacing fixes.
9059 (save-selected-window): Use backquotes.
9060 (window-safely-shrinkable-p): New function.
9061 (shrink-window-if-larger-than-buffer): Use it.
9062
9063 * subr.el (make-local-hook): Docstring fix.
9064
9065 * shell.el (shell-mode): Use define-derived-mode.
9066
9067 * newcomment.el (comment-indent): Insert comment before calling
9068 comment-indent-function. Don't insert in column 0.
9069 (comment-dwim): Indent before inserting comment.
9070
9071 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9072 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9073 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9074 Use mapc rather than map.
9075
9076 * files.el (find-buffer-visiting): Compare all attributes before
9077 declaring two files identical (rather than just their inode-no).
9078 (auto-mode-alist): Use \' rather than $.
9079
9080 * which-func.el: Update maintainer line.
9081
9082 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9083 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9084 (uniquify-buffer-file-name): Use it.
9085
9086 2000-11-22 Miles Bader <miles@gnu.org>
9087
9088 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9089 * simple.el (minibuffer-avoid-prompt): New function.
9090
9091 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9092
9093 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9094
9095 2000-11-21 Miles Bader <miles@gnu.org>
9096
9097 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9098 inclusion of `track-mouse'.
9099
9100 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9101 (refill-adjust-ignorable-overlay): New function.
9102 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9103 only the paragraph's tail if possible.
9104 Update `refill-ignorable-overlay'.
9105 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9106
9107 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9108 point inside the fill-prefix.
9109
9110 * textmodes/refill.el (refill-post-command-function): Don't reset
9111 refill-doit in the case where a self-insertion command doesn't
9112 case a refill. Use `refill-fill-paragraph-at', getting position
9113 from `refill-doit'.
9114 (refill-after-change-function): Set `refill-doit' to END.
9115 (refill-fill-paragraph-at): New function, mostly from old
9116 refill-fill-paragraph.
9117 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9118 (refill-pre-command-function): New function.
9119 (refill-mode): Add it to `pre-command-hook'.
9120
9121 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9122
9123 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9124
9125 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9126 javadoc tags.
9127
9128 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9129
9130 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9131 vc.el).
9132
9133 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9134 require vc.
9135
9136 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9137 checkouts.
9138
9139 2000-11-20 Dave Love <fx@gnu.org>
9140
9141 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9142
9143 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9144
9145 * calculator.el (calculator-paste): Use `if' instead of `and'
9146 and `or'.
9147 (calculator-help): Don't use electric-describe-mode for XEmacs.
9148
9149 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9150
9151 * info.el (info-menu-5): Doc fix.
9152
9153 * textmodes/artist.el: New file.
9154
9155 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9156
9157 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9158 and differentiate according to checkout model.
9159 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9160 since this function is only concerned with master state.
9161
9162 * vc-hooks.el (vc-workfile-unchanged-p)
9163 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9164
9165 * vc.el (vc-workfile-unchanged-p)
9166 (vc-default-workfile-unchanged-p): See above.
9167
9168 2000-11-19 Miles Bader <miles@gnu.org>
9169
9170 * image-file.el (insert-image-file): Make `intangible' and
9171 `read-only' properties rear-nonsticky too.
9172
9173 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9174
9175 * ps-print.el: Update copyright notice.
9176
9177 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9178 (tooltip-show): Use the offsets.
9179
9180 * bindings.el (mode-line-modified): Fix a typo.
9181 (mode-line-toggle-modified, mode-line-widen)
9182 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9183
9184 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9185
9186 * ps-print.el (toplevel): Test for find-coding-system being
9187 fboundp before calling ps-x-find-coding-system.
9188
9189 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9190
9191 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9192 (vc-version-backup-file): Docstring fix.
9193
9194 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9195
9196 * files.el (basic-save-buffer): Don't add a newline if
9197 find-file-literally is non-nil.
9198 (find-file-literally): Extend doc string.
9199
9200 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9201 sort(1) with the `-f' argument.
9202
9203 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9204
9205 * vc.el: Updated backend documentation.
9206 (vc-default-check-headers): New function.
9207
9208 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9209
9210 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9211 up-to-date.
9212 (vc-do-command): In the asynchronous case, output messages only if
9213 the minibuffer is not active.
9214
9215 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9216 `vc-cvs-use-edit' is on.
9217 (vc-cvs-checkout): When this is used for reverting the workfile,
9218 make a backup of the original contents and revert to that in case
9219 of error.
9220 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9221 remote repositories.
9222
9223 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9224 for both version and ratio in the minibuffer.
9225
9226 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9227 Use vc-do-command to perform the annotation, not call-process.
9228
9229 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9230
9231 * international/quail.el (quail-start-translation): Don't call
9232 `message' before reading key sequence.
9233
9234 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9235
9236 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9237
9238 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9239
9240 * window.el (fit-window-to-buffer): Be sure to acquire at least
9241 one text line even if the buffer is empty.
9242
9243 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9244
9245 * net/ange-ftp.el (ange-ftp-file-writable-p)
9246 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9247 Bind ange-ftp-process-verbose to nil.
9248
9249 2000-11-15 Dave Love <fx@gnu.org>
9250
9251 * wid-edit.el (widget-specify-field, widget-specify-button):
9252 If :help-echo is a function, set help-echo of overlay to
9253 widget-mouse-help.
9254 (widget-mouse-help): New function.
9255 (widget-echo-help): Rewritten for :help-echo functions only taking
9256 a widget arg.
9257
9258 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9259 Use display-graphic-p.
9260 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9261 and that JPEG is available.
9262 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9263
9264 * international/mule-cmds.el (locale-charset-language-names):
9265 Match @euro.
9266
9267 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9268
9269 * faces.el (face-set-after-frame-default):
9270 If `inhibit-default-face-x-resources' is bound, don't intialize the
9271 default face from X resources.
9272
9273 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9276 Don't set EMACSLOADPATH.
9277
9278 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9279
9280 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9281 texinfo-insert-@url.
9282 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9283 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9284
9285 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9286
9287 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9288 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9289 (checkdoc-minor-keymap): Backward compatibility.
9290 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9291 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9292 (checkdoc-this-string-valid-engine): Be a bit more strict
9293 to avoid matching substrings of `...' quoted vars/funs.
9294 (checkdoc-defun-info): Only look for `interactive' if alone.
9295 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9296
9297 * progmodes/compile.el (grep): `tag-default' can be nil.
9298
9299 * newcomment.el (comment-indent): Paren typo.
9300
9301 2000-11-14 Dave Love <fx@gnu.org>
9302
9303 * calculator.el: New maintainer version.
9304
9305 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9306
9307 * cmuscheme.el: Doc fixes.
9308 (cmuscheme) <defgroup>: Use `scheme' as parent.
9309 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
9310
9311 * xscheme.el (scheme-program-name): Don't define here.
9312
9313 * progmodes/scheme.el (scheme-program-name): New variable
9314 (originally in cmuscheme).
9315
9316 2000-11-14 Miles Bader <miles@gnu.org>
9317
9318 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9319 Handle header-lines. Don't loop forever if we can't enlarge the
9320 window anymore. Simplify a bit.
9321
9322 2000-11-14 Kenichi Handa <handa@etl.go.jp>
9323
9324 * window.el (fit-window-to-buffer): Don't check
9325 window-text-height. Assure that the last line is fully visible.
9326
9327 * international/quail.el (quail-show-guidance-buf):
9328 Call fit-window-to-buffer to assure the enough height of the guidance
9329 buffer.
9330 (quail-update-guidance): Avoid making the guidance buffer shorter.
9331
9332 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9333
9334 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9335 rather than `prepend' and add an interesting comment.
9336 (tex-math-face, tex-font-lock-syntactic-face-function):
9337 New face and function to use it.
9338 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9339 than `menu-enable' symbol property.
9340 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9341 (tex-mode): Add some latex-mode commands for auto-selection.
9342 Use tex-font-lock-syntactic-face-function.
9343 (tex-insert-quote): Simplify.
9344 (tex-shell): New mode.
9345 (tex-start-shell): Use it.
9346 (tex-shell-proc, tex-shell-buf): New functions.
9347 (tex-send-command): Use it.
9348 (tex-main-file): Fix the meaning of the new arg REALFILE.
9349 (tex-send-tex-command): New function split from `tex-start-tex'.
9350 Set compilation-last-buffer and compilation-parsing-end.
9351
9352 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9353 when it follows non-comment text on the line.
9354
9355 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9356 Set font-lock-defaults.
9357 (lisp-mode-shared-map): Init inside the defvar.
9358 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9359 Use define-derived-mode.
9360
9361 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9362
9363 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9364
9365 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9366
9367 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9368 Don't recursively optimize body because that can lead to infinite
9369 recursion; see comment there.
9370
9371 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9372
9373 * faces.el (face-spec-set-match-display): Revert the change from
9374 2000-10-24. Add a FIXME for after v21.1.
9375
9376 2000-11-13 Miles Bader <miles@gnu.org>
9377
9378 * textmodes/fill.el (skip-line-prefix): New function.
9379 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9380 (fill-paragraph): Don't leave point inside the fill-prefix.
9381 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9382 point inside the fill-prefix.
9383
9384 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9385
9386 * calendar/calendar.el (generate-calendar-window):
9387 Use `fit-window-to-buffer'.
9388
9389 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * gud.el (gud-minor-mode): New var.
9392 (gud-symbol, gud-val): New functions.
9393 (gud-find-file): Copy gud-minor-mode to the new buffer.
9394 (gud-menu-map): Include entries for commands that are not always
9395 available, using :enable to (de)activate them.
9396 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9397 (gud-mode-map): New map.
9398 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9399 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9400 Don't set up gud's menu (it's done by the minor-mode).
9401 (gud-minibuffer-local-map): New.
9402 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9403 (gud-query-cmdline): New function.
9404 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9405 (gud-mode): Use define-derived-mode.
9406 Don't set up gud's menu (it's done by the minor-mode).
9407 (gud-chop-words): Remove.
9408 (gud-common-init): Use split-string instead.
9409 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9410
9411 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9412 Add keyword arg :name.
9413
9414 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9415 (diff-count-matches, diff-split-hunk): New functions.
9416 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9417
9418 * pcvs-info.el (cvs-fi-conflict-face): New var.
9419
9420 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9421 Make it into a simple syntax-table, shared among all submodes.
9422 (sh-heredoc-face): Re-introduce.
9423 (sh-font-lock-syntactic-face-function): New function.
9424 (sh-mode): Use it. Also use define-derived-mode.
9425 Remove old bogus setting of indent-region-function.
9426 (sh-set-shell): Don't set the syntax-table any more.
9427 (sh-mode-syntax-table) <defun>: Remove.
9428
9429 2000-11-12 Miles Bader <miles@gnu.org>
9430
9431 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9432 message if interactive.
9433
9434 2000-11-12 Dave Love <fx@gnu.org>
9435
9436 * mail/feedmail.el: Fix header,
9437 (feedmail) <defgroup>: Add :link.
9438
9439 * view.el: Use local-map property, not keymap on mode-line string.
9440
9441 * scroll-all.el (scroll-all-mode): Customize variable.
9442 Add autoload cookie to function.
9443
9444 * lazy-lock.el: Remove compatibility code.
9445
9446 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9447 (finder-help-echo): New variable.
9448 (finder-mouse-face-on-line): Add help-echo stuff.
9449 (finder-list-keywords, finder-list-matches): Use mapc.
9450
9451 * faces.el (face-font-registry-alternatives): Add :version.
9452
9453 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9454 tags-table-list.
9455
9456 * net/browse-url.el (browse-url-browser-function): Update :version.
9457
9458 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9459 (mail-mode): Use [:alnum:] in some regexps.
9460
9461 2000-11-10 Dave Love <fx@gnu.org>
9462
9463 * ediff.el (ediff-regions-internal, ediff-documentation):
9464 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9465 fundamental mode.
9466
9467 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9468 buffer into fundamental mode.
9469 (ediff-set-difference): Use copy-sequence if available.
9470
9471 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9472 Check ediff-patch-map non-nil.
9473 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9474 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9475 buffer into fundamental mode.
9476
9477 * ediff-merg.el (state-or-merge): Defvar when compiling.
9478
9479 2000-11-10 Jason Rumney <jasonr@gnu.org>
9480
9481 * w32-fns.el (w32-add-charset-info): New function.
9482 (w32-charset-info-alist): Use it.
9483
9484 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9485
9486 * faces.el (face-font-registry-alternatives): New user-option.
9487
9488 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9489
9490 * textmodes/texinfo.el (texinfo-block-default): New var.
9491 (texinfo-insert-block): Use it. Insert a newline if needed.
9492
9493 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9494 (fill-region-as-paragraph): Use it.
9495
9496 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9497 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9498 Tweak paragraph regexps to allow a leading [ \t]*.
9499 (tex-latex-block): Insert a newline if necessary.
9500 (latex-insert-item): Only insert a newline if necessary.
9501 (tex-guess-main-file): New function.
9502 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9503 Set tex-main-file if TeX-master is provided.
9504 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9505
9506 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9507
9508 * startup.el (command-line): Set the default tooltip-mode
9509 to t for graphical displays which implement x-show-tip.
9510
9511 * tooltip.el (tooltip-mode): Add a comment about startup.el
9512 setting the default value of this user-option.
9513
9514 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9515
9516 * font-lock.el (font-lock-*-face) <defvar>: Move.
9517 (font-lock-defaults-alist): Mark obsolete.
9518 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9519 (font-lock-mode): Use define-minor-mode.
9520 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9521 (font-lock-turn-off-thing-lock): Be more explicit.
9522 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9523 (font-lock-syntactic-face-function): New var.
9524 (font-lock-fontify-syntactically-region): Use it.
9525 (font-lock-doc-face): New.
9526
9527 * pcvs.el (cvs-enabledp): Ignore errors.
9528 (cvs-commit-filelist): Never query.
9529 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9530 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9531 (cvs-do-removal): Use cvs-partition rather than delete-if.
9532 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9533 cvs-bury-buffer.
9534
9535 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9536 Allow `next' to jump to after the end of the last match.
9537
9538 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9539
9540 * simple.el (byte-compiling-files-p): New function.
9541
9542 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9543 if it is there.
9544
9545 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9546 nil again.
9547
9548 * textmodes/ispell.el (ispell-library-path): Don't call
9549 check-ispell-version when byte-compiling because that starts
9550 an ispell process, and ispell might not be installed.
9551 (toplevel): Don't set up a menu when byte-compiling.
9552
9553 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9554 it, so that a boundp test can be used to determine if we're
9555 currently byte-compiling.
9556
9557 2000-11-09 Dave Love <fx@gnu.org>
9558
9559 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9560
9561 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9562
9563 * ps-print.el: Patch for variable initialization when spooling.
9564 Doc fix.
9565 (ps-output-list): Fun eliminated.
9566 (ps-begin-file, ps-begin-job): Code fix.
9567
9568 2000-11-08 Dave Love <fx@gnu.org>
9569
9570 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9571
9572 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9573
9574 * simple.el (shell-command, display-message-or-buffer)
9575 (shell-command-on-region): Mention resize-mini-windows in the doc
9576 string.
9577 (display-message-or-buffer): Take the value of resize-mini-windows
9578 into account.
9579
9580 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9581
9582 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9583
9584 * dired.el (dired-between-files): Add `^. find' as an alternative
9585 to the regular expression, for find-dired.
9586
9587 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9588
9589 * textmodes/texnfo-upd.el: Require texinfo.
9590 (defmacro, defgroup): Remove.
9591 (texinfo-section-to-generic-alist): Remove.
9592 Use texinfo-section-list instead (i.e. level is changed string->int).
9593 (texinfo-filter): New function.
9594 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9595 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9596 Use it. And use regexp-opt.
9597 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9598 (texinfo-update-menu-region-beginning)
9599 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9600 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9601 (texinfo-update-menu-same-level-regexps): Update.
9602 (texinfo-update-node, texinfo-every-node-update)
9603 (texinfo-sequential-node-update): Remove autoload cookie.
9604
9605 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9606 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9607 (texinfo-chapter-level-regexp): Remove.
9608 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9609
9610 2000-11-06 Dave Love <fx@gnu.org>
9611
9612 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9613
9614 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9615 Match defun*.
9616
9617 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9618
9619 * composite.el (composition-function-table): Variable declaration
9620 moved to src/composite.c.
9621 (compose-chars-after): New optional arg object.
9622
9623 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9624
9625 * bindings.el (mode-line-toggle-read-only)
9626 (mode-line-toggle-modified, mode-line-widen)
9627 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9628 (make-mode-line-mouse2-map): Rewritten.
9629 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9630 functions so that C-h k can show something with a doc string.
9631
9632 * startup.el (fancy-splash-delay): Set to 10 seconds.
9633 (fancy-splash-max-time): New user-option.
9634 (fancy-splash-stop-time): New variable.
9635 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9636 (fancy-splash-screens-1): Throw `stop-splashing' when current
9637 time is greater than fancy-splash-stop-time.
9638
9639 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9640
9641 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9642
9643 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9644 Prompt user for a file rather than raising an error.
9645 (cvs-enabledp): Fix call to cvs-mode-marked.
9646 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9647 (cvs-mode-insert): Use it. Change the init prompt' value.
9648 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9649
9650 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9651 Don't pass default arg to ewoc-locate.
9652 (ewoc-collect): Return result in the right order.
9653
9654 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9655
9656 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9657 (cvs-status-get-tags): Fix regexp.
9658 (cvs-status-trees, cvs-status-cvstrees):
9659 Combine after change hooks and don't sit-for.
9660 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9661 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9662 Use make-char rather than hard-coded cryptic data.
9663 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9664
9665 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9666
9667 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9668 (cvs-insert-strings): New function.
9669
9670 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9671
9672 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9673 `mwheel-scroll-amount'.
9674 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9675 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9676 string-matching against the version string.
9677
9678 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9679
9680 * language/thai.el ("Thai"): Set a lisp form that produces
9681 composed string in `sample-text' language info.
9682
9683 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9684 composed string in `sample-text' language info.
9685
9686 * international/mule-cmds.el (describe-language-environment):
9687 Eval `sample-text' data and insert the result.
9688
9689 * international/mule-conf.el (compound-text): Define this coding
9690 system here. Make x-ctext and ctext aliases of it.
9691
9692 * language/european.el (compound-text, ctext): Moved to
9693 international/mule-conf.el.
9694
9695 2000-11-05 Andrew Innes <andrewi@gnu.org>
9696
9697 * w32-fns.el (w32-version): New function.
9698
9699 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * progmodes/awk-mode.el: Update copyright.
9702 (awk-mode-abbrev-table): Remove.
9703 (awk-font-lock-keywords): Use regexp-opt.
9704 (awk-mode): Use define-derived-mode.
9705
9706 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9707 when extracting a suffix.
9708
9709 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9710
9711 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9712 auto-save-mode.
9713
9714 2000-11-04 Jason Rumney <jasonr@gnu.org>
9715
9716 * language/european.el (decode-mac-roman): Test against r1 not r0.
9717
9718 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9719
9720 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9721 (icon-mode): Define indent-line-function.
9722 (icon-comment-indent): Simplify.
9723 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9724
9725 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9726
9727 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9728 Bind change-log-default-mode to defeat the caching done on it.
9729 Don't bother saving excursion any more.
9730
9731 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9732
9733 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9734 (set-frame-font): Use the new name (and the old for compatibility).
9735
9736 * toolbar/tool-bar.el (tool-bar-mode):
9737 * time.el (display-time-mode):
9738 * recentf.el (recentf-mode):
9739 * paren.el (show-paren-mode):
9740 * mwheel.el (mouse-wheel-mode):
9741 * msb.el (msb-mode):
9742 * jka-compr.el (auto-compression-mode):
9743 * image-file.el (auto-image-file-mode):
9744 * hl-line.el (hl-line-mode):
9745 * delsel.el (delete-selection-mode):
9746 * autoinsert.el (auto-insert-mode):
9747 * complete.el (partial-completion-mode): Drop unneeded positional args.
9748
9749 * info.el (Info-mode):
9750 * comint.el (comint-mode): Don't bother with make-local-hook.
9751
9752 * log-edit.el (log-edit-menu): New menu.
9753
9754 2000-11-03 Miles Bader <miles@gnu.org>
9755
9756 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9757 definition, so that trailing spaces are handled properly.
9758 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9759
9760 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9761
9762 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9763 tab character.
9764 (fancy-splash-screens): Set tab-width to 20.
9765
9766 2000-11-03 Dave Love <fx@gnu.org>
9767
9768 * comint.el (comint-completion-addsuffix): Fix custom type.
9769
9770 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9771
9772 * font-lock.el (font-lock-buffers): Remove.
9773 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9774 (font-lock-change-major-mode): Remove.
9775 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9776 (font-lock-default-fontify-region): Extend the multiline
9777 fontification to whole lines.
9778 (font-lock-fontify-anchored-keywords)
9779 (font-lock-fontify-keywords-region): If matching just one
9780 line (with \n) only mark the \n as multiline.
9781
9782 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9783 Correctly handle the case where several :group args are supplied.
9784 Allow :extra-args.
9785 (easy-mmode-define-global-mode): Allow :extra-args.
9786 Correctly handle the case where several :group args are supplied.
9787
9788 2000-11-02 Miles Bader <miles@gnu.org>
9789
9790 * calendar/calendar.el (diary-face, calendar-today-face)
9791 (holiday-face): Remove dependency on `window-system'.
9792
9793 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9794
9795 * Makefile.in (emacs): Set EMACSLOADPATH always.
9796 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9797 (compile-files): Bomb out if compilation of a file fails.
9798
9799 2000-11-02 Dave Love <fx@gnu.org>
9800
9801 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9802
9803 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9804
9805 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9806 punctuation in the warning inserted into the *mail* buffer.
9807
9808 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9809
9810 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9811 (authors-public-domain-p): New function.
9812 (authors-print): Use it.
9813
9814 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9815
9816 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9817
9818 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9819
9820 * ps-print.el: Extension for even/odd printing. Doc fix.
9821 (ps-print-version): New version number (6.3.1).
9822 (ps-even-or-odd-pages): Customization fix.
9823 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9824 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9825 (ps-page-count): Var replaced by `ps-page-column'.
9826 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9827 (ps-print-sheet-p): New fun.
9828
9829 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9830
9831 * tooltip.el (tooltip-gud-tips-setup): New function.
9832 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9833 (tooltip-mode): Call tooltip-gud-tips-setup.
9834 (tooltip-gud-tips): Use `gud-basic-call' instead of
9835 process-send-string, so the prompt gets frobbed appropriately.
9836 Handle nil return value from `tooltip-gud-print-command'.
9837
9838 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9839
9840 * comint.el (comint-add-to-input-history): New function.
9841 (comint-send-input): Use `comint-add-to-input-history'.
9842
9843 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9844
9845 * info.el (info-menu-header): New face.
9846 (Info-fontify-menu-headers): New function.
9847 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9848
9849 * info.el (Info-insert-dir): Don't include blank lines at
9850 beginning of additional dir files (one is added automatically).
9851
9852 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9853
9854 * emacs-lisp/easy-mmode.el (define-minor-mode):
9855 Revert the latest changes.
9856 Allow the three positional arguments to be skipped and replaced
9857 by keyword arguments.
9858 Add a :toggle argument to determine whether a nil arg means toggle
9859 or means turn-on. The default is unchanged.
9860 Add a call to force-mode-line-update.
9861
9862 2000-11-01 Dave Love <fx@gnu.org>
9863
9864 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9865
9866 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9867
9868 * calendar/calendar.el (diary-face, holiday-face):
9869 Add dark-background variants.
9870
9871 2000-10-31 Sam Steingold <sds@gnu.org>
9872
9873 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9874 `tex-main-file' does not have directory in it.
9875
9876 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9877
9878 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9879
9880 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9881
9882 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9883 functional change.
9884
9885 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9886
9887 * files.el (find-file-noselect): When we expand a wildcard, return
9888 a list of buffers, as we should do according to the doc string.
9889
9890 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9891
9892 * loadup.el (top level): Adjust load path if program name is
9893 "../src/bootstrap-emacs", in case it's not dumped and thus the
9894 load path adjustment hasn't already been done.
9895
9896 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9897
9898 * ps-print.el: Fix bug on selected pages for printing.
9899 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9900 is on. Try to avoid warning messages when compiling. Doc Fix.
9901 (ps-print-version): New version number (6.3).
9902 (ps-color-device): Use `color-values' to determine if device
9903 supports color.
9904 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9905 (ps-print-page-p): Changed from defsubst to defun.
9906 (ps-page-number): Changed from defmacro to defun.
9907 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9908 printing.
9909 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9910 (ps-end-file, ps-dummy-page): Funs eliminated.
9911 (ps-print-color-scale): Changed default value.
9912 (ps-page-n-up, ps-print-page-p): New internal vars.
9913 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9914 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9915
9916 * delim-col.el: Little programming improvement.
9917 (delimit-columns-str): New macro.
9918 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9919
9920 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9921
9922 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9923 Moved to european.el.
9924 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9925 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9926 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9927 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9928
9929 2000-10-30 Dave Love <fx@gnu.org>
9930
9931 * progmodes/cc-menus.el (imenu-generic-expression)
9932 (imenu-progress-message): Only defvar when compiling.
9933
9934 * emacs-lisp/elp.el (elp-unload-hook): New function.
9935
9936 * loadhist.el (unload-feature): Call elp-restore-function,
9937 checking for symbols; don't use elp-restore-all.
9938 (loadhist-hook-functions): Doc fix.
9939
9940 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9941
9942 * log-edit.el (log-edit-confirm): Fix the default.
9943
9944 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9945
9946 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9947 delimit-columns-format.
9948 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9949
9950 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9951
9952 * comint.el (comint-replace-by-expanded-history): Don't use
9953 comint-get-old-input (we're not looking at *old* input).
9954 (comint-get-old-input-default): If using fields, signal an error
9955 when the point is not in an input field.
9956
9957 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9958
9959 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9960 and mule-unicode-e000-ffff.
9961
9962 * international/mule.el (decode-char, encode-char): New functions.
9963 (make-coding-system): Accept a symbol of translation table as a
9964 value of property `safe-chars'.
9965
9966 * international/mule-cmds.el (encode-coding-char): Check property
9967 safe-chars instead of safe-charsets.
9968
9969 * international/fontset.el (fontset-default): Modified for
9970 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9971 (x-font-name-charset-alist): Likewise.
9972 (ccl-encode-unicode-font): New CCL program. Record it in
9973 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9974
9975 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9976 New translation tables.
9977 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9978 programs are modified and moved from mac-win.el.
9979 (mac-roman): Definition of this coding system is modified and
9980 moved from mac-win.el.
9981
9982 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9983
9984 * ediff-wind.el (ediff-setup-control-frame): Enclose
9985 face-attribute in condition-case to avoid errors in older emacsen.
9986
9987 2000-10-29 Miles Bader <miles@gnu.org>
9988
9989 * custom.el (custom-add-to-group): Allow multiple entries for a
9990 given value OPTION, as long as their widget types are different.
9991 * cus-edit.el (custom-face-value-create): If face name doesn't end
9992 with "face", add such here (similar to custom group widgets).
9993
9994 * comint.el (comint-highlight-prompt): Add :type.
9995
9996 2000-10-28 John Wiegley <johnw@gnu.org>
9997
9998 * calendar/timeclock.el (timeclock-log): Doc fix.
9999 (timeclock-last-event): Doc fix.
10000 (timeclock-log): Kill the timelog buffer after appending a new event.
10001 (timeclock-find-discrep): Use a temp buffer to read in the
10002 timelog, instead of visiting the file.
10003 (timeclock-log-data): A new function, along with a host of helper
10004 functions, for the purpose of making timelog data accessible to
10005 programmers.
10006
10007 * eshell/esh-mode.el (window-height test): Make certain that
10008 `eshell-stringify-t' is non-nil.
10009 (eshell-password-prompt-regexp): Changed to a much simpler
10010 password regexp.
10011 (eshell-send-input): If `eshell-invoke-directly' returns t,
10012 directly invoke the parsed command using `eval'. This improves
10013 turn-around time on simple commands by a factor of three or
10014 greater, such as cd, ls, pwd, etc. -- which get used very often.
10015 It also conserves thousands of cons cells per call (since
10016 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10017 in the Pacific Cookie Company).
10018
10019 * eshell/esh-test.el (eshell-test): Whitespace fix.
10020
10021 * eshell/em-ls.el (eshell-ls-insert-directory):
10022 Make `eshell-ls-initial-args' nil when inserting directory contents.
10023
10024 * eshell/em-script.el (eshell-script-initialize): Add names to
10025 `eshell-complex-commands, since `source' and `.' are complex.
10026
10027 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10028 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10029 `eshell-copy-handles'.
10030 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10031 bodies.
10032 (eshell-separate-commands): Whitespace fix.
10033 (eshell-complex-commands): Added a new list of names, for
10034 determining whether a given command is as simple as it looks.
10035 (eshell-invoke-directly): New function. Returns t if a command
10036 should be invoked directly (using `eval'), rather than indirectly
10037 using `eshell-do-eval'.
10038 (eshell-do-eval): Whitespace fix.
10039
10040 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10041 which provides an emulation of the DOS shell behavior of assuming
10042 that cp/mv/ln should copy/move/link to the current directory.
10043 (eshell-remove-entries): Added a doc string.
10044 (eshell-shuffle-files): Removed the check for `target' being null.
10045 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10046 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10047 it to do a smarter check of whether a destination was provided.
10048 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10049 (eshell/ln): Enable `:preserve-args', and use
10050 `eshell-mvcpln-template' to implement the body of the function.
10051 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10052 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10053 list after flattening it. This makes it possible to cat files
10054 with numerical names.
10055 (eshell-unix-initialize): Added several names to
10056 `eshell-complex-commands.
10057 (eshell-unix-command-complex-p): Return t if a given command name
10058 may result in external processes being invoked.
10059
10060 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10061 variable nil by default, since it slows down glob processing by a
10062 factor of two or more, and increases memory consumption.
10063
10064 * eshell/em-smart.el: Added a note about how memory consumptive
10065 smart display mode can be (at least this is true in Emacs 21).
10066 (eshell-smart-initialize): Whitespace fix.
10067 (eshell-refresh-windows): Use `if' instead of `when'.
10068 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10069 not necessary.
10070 (eshell-currently-handling-window): Added a missing global variable.
10071
10072 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10073 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10074 Whitespace fix.
10075 (eshell-ls-exclude-hidden): Added this variable in addition to
10076 `eshell-ls-exclude-regexp'. This one prevents files beginning
10077 with . from even being read, which can improve memory consumption
10078 quite a bit.
10079 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10080 read file entries beginning with a dot. In home directories with
10081 lots of hidden files, fully two-thirds of the time spent in ls is
10082 used to read directory entries that are immediately thrown away.
10083 (eshell-ls-initial-args): Added back this configuration variable,
10084 for specifying default initial arguments to every call to ls.
10085 Much faster than using an alias to do the same thing.
10086 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10087 (eshell-ls-dir): Whitespace change.
10088
10089 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10090
10091 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10092 (eshell-stringify-t): Added a customization variable, to indicate
10093 whether `t' should be rendered as a string at all. If not, one
10094 can still determine if the result of an expression is true using
10095 "file-exists-p FILE && echo true".
10096 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10097 stringify t!
10098
10099 * eshell/esh-module.el: Whitespace fix.
10100
10101 * eshell/em-alias.el (eshell-alias-initialize):
10102 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10103 (eshell-command-aliased-p): New function that returns t if a
10104 command name names an aliased.
10105
10106 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10107
10108 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10109 redrawing the screen when changing cursor color.
10110 (viper-insert-state-pre-command-sentinel)
10111 (viper-replace-state-pre-command-sentinel)
10112 (viper-replace-state-post-command-sentinel):
10113 Use viper-preserve-cursor-color.
10114 Many functions changed to use viper= instead of = when comparing
10115 characters.
10116 * viper-util.el (viper-memq-char,viper=): New functions for
10117 working with characters.
10118 (viper-change-cursor-color): Fixed buglet.
10119 Many functions changed to use viper= instead of = when comparing
10120 characters.
10121 * viper.el (viper-insert-state-mode-list): Added eshell.
10122
10123 * ediff-init.el (ediff-before-setup-hook): New hook.
10124 Several typos fixed in various docstrings.
10125 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10126 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10127 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10128 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10129 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10130 (ediff-get-selected-buffers): New function.
10131 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10132 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10133 Use save-window-excursion.
10134 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10135 termination check in while loop.
10136 * ediff.el (ediff-get-default-file-name): Better defaults when in
10137 dired buffer.
10138 (ediff-files,ediff-merge-files,ediff-files3)
10139 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10140
10141 2000-10-28 Dave Love <fx@gnu.org>
10142
10143 * info.el (Info-fontify-node): Add help-echo for menu items.
10144
10145 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10146
10147 * startup.el (normal-top-level): If the value of $TERM indicates
10148 we are running from xterm or one of its work-alikes, default to a
10149 light background mode.
10150
10151 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10152 * faces.el (tty-handle-reverse-video): New function.
10153 (tty-create-frame-with-faces): Call it.
10154
10155 * frame.el (frame-notice-user-settings): Don't apply
10156 default-frame-alist and initial-frame-alist to MS-DOS frames.
10157 Call tty-handle-reverse-video, frame-set-background-mode, and
10158 face-set-after-frame-default for non-MS-DOS frames.
10159
10160 * startup.el (tty-long-option-alist): New variable.
10161 (tty-handle-args): New function.
10162 (command-line): Call tty-handle-args.
10163
10164 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10165 startup.el now does that for all character-terminal frames.
10166
10167 2000-10-28 Miles Bader <miles@gnu.org>
10168
10169 * emacs-lisp/easy-mmode.el (define-minor-mode):
10170 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10171 is global. If :global is followed by a non-nil but non-t value,
10172 make the mode buffer-local, but also generate a `global-MODE'
10173 version using `easy-mmode-define-global-mode'.
10174 Add :conditional-turn-on keyword argument.
10175
10176 2000-10-28 Dave Love <fx@gnu.org>
10177
10178 * international/latin1-disp.el (latin1-char-displayable-p):
10179 Don't use window-system.
10180
10181 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10182
10183 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10184 Don't call find-buffer-file-type-coding-system. Instead, just
10185 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10186 if the file is on an untranslated filesystem.
10187 (add-untranslated-filesystem): Use "D" instead of "f" inside
10188 interactive.
10189
10190 2000-10-27 Dave Love <fx@gnu.org>
10191
10192 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10193 (refill-mode): Use it.
10194
10195 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10196
10197 * international/quail.el (quail-activate): Don't make-local-hook.
10198
10199 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10200
10201 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10202 manual backups and file.~<rev>.~ for automatic ones.
10203 (vc-make-version-backup): Don't do it on MS-DOS without long file
10204 names.
10205
10206 * vc.el (vc-version-other-window): If an automatic backup of the
10207 desired version exists, rename it instead of copying it.
10208
10209 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10210 after command. If there's an unexpected error, signal it instead
10211 of being silent.
10212 (vc-cvs-merge-news): Be prepared for no news at all.
10213
10214 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10215
10216 * shell.el (shell): Add BUFFER argument.
10217 * comint.el (make-comint-in-buffer): New function.
10218 (make-comint): Use it.
10219
10220 * faces.el (face-spec-choose): Change syntax so that the list of
10221 attribute-value pairs is now the cdr of each clause, not the cadr.
10222 Detect old-style entries, and handle them. Use pop.
10223
10224 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10225
10226 * cus-edit.el (custom-mode-map): Use a sparse map.
10227 (custom-mode): Don't bother with make-local-hook.
10228
10229 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10230
10231 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10232
10233 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10234
10235 * ps-print.el: Avoid compilation gripes.
10236 (ps-print-version): New version number (6.2.1).
10237
10238 2000-10-26 Dave Love <fx@gnu.org>
10239
10240 * menu-bar.el: Modify some menu item help strings.
10241 (menu-bar-help-menu): Add link to MORE.STUFF.
10242
10243 * cus-edit.el (custom-mode): Add `special' mode-class property.
10244
10245 * wid-browse.el (widget-browse-mode): Likewise.
10246
10247 * wid-edit.el (widget-specify-field): Revert to using local-map
10248 property, not keymap.
10249
10250 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10251
10252 * wid-edit.el (widget-field-end): When checking for a `boundary'
10253 field, do so in the correct buffer.
10254
10255 * simple.el (undo): Correctly distinguish between numeric and
10256 non-numeric prefix args in non-transient-mark-mode, as per the doc
10257 string. When in transient-mark-mode, treat all prefix-args as
10258 numeric.
10259
10260 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10261 Position point on match. Handle N == 0 correctly.
10262
10263 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10264 (comint-mode-map): Reverse order of `comint-write-output' and
10265 `comint-append-output-to-file'.
10266 (comint-append-output-to-file): Reinstate this function, for the
10267 benefit of the menu.
10268
10269 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10270
10271 * vc.el (vc-version-other-window): Bind `file'.
10272
10273 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10274
10275 * Makefile.in (update-authors): New target for maintenance purposes.
10276
10277 * emacs-lisp/authors.el (batch-update-authors): New function.
10278 (authors-fixed-entries): New defconst.
10279 (authors-add-fixed-entries): New function.
10280 (authors): Call it.: Don't process lispref/.
10281
10282 2000-10-25 Jason Rumney <jasonr@gnu.org>
10283
10284 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10285 Merge x w32 and mac definitions.
10286
10287 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10288
10289 * menu-bar.el (menu-bar-options-menu): Add a help string for
10290 `uniquify'.
10291
10292 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10293
10294 * time-stamp.el (time-stamp-string-preprocess):
10295 Fix a wrong type argument error.
10296
10297 2000-10-25 Miles Bader <miles@gnu.org>
10298
10299 * recentf.el (recentf-mode): Variable removed.
10300 (recentf-mode): Use `define-minor-mode'.
10301
10302 * mwheel.el (mouse-wheel-mode): New global minor mode.
10303 (mwheel-install): Use `mouse-wheel-mode'.
10304
10305 2000-10-25 Dave Love <fx@gnu.org>
10306
10307 * progmodes/cperl-mode.el (cperl-mode):
10308 Set normal-auto-fill-function correctly.
10309
10310 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10311 Don't inherit from global-map and don't nullify menu-bar and tool-bar
10312 bindings.
10313
10314 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10315
10316 * wid-edit.el (widget-field-at): New function.
10317 (widget-at, widget-field-activate): Use it.
10318 (widget-tabable-at): Use `widget-at'.
10319 (widget-specify-field): If the terminating character of the widget
10320 field (which is read-only) is a newline, put it into a special
10321 `boundary' field so that C-n/C-p act more naturally.
10322 (widget-field-end): Also don't subtract one if a special
10323 `boundary' field has been added after the widget field.
10324
10325 * comint.el (comint-output-filter, comint-send-input):
10326 Don't bother adding stickiness fields to overlays to fool the field
10327 code, since it should notice the overlay insertion-types now.
10328
10329 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10330 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10331 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10332
10333 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10334
10335 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10336 (authors): Set file coding system to iso-2022-7bit.
10337 Add file-local variables to output buffer.
10338
10339 * files.el (after-find-file): Don't print any warnings if
10340 WARN is nil.
10341
10342 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10343
10344 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10345
10346 * delim-col.el: Now there is a column formatting mechanism.
10347 Modified to customization mechanisms convention. Doc fix.
10348 (columns): New group for delim-col.
10349 (delimit-columns-before, delimit-columns-after)
10350 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10351 (delimit-columns-end): New vars.
10352 (delimit-columns-customize, delimit-columns-format): New funs.
10353 (delimit-columns-region, delimit-columns-rectangle)
10354 (delimit-columns-rectangle-line): Modified to support column
10355 formatting.
10356
10357 2000-10-24 Dave Love <fx@gnu.org>
10358
10359 * log-edit.el (log-edit): Add :version and a :group for vc.
10360
10361 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10362
10363 * files.el (after-find-file): Don't print a message ``New file''
10364 if WARN is nil.
10365
10366 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10367 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10368 get duplicate tool-bar entries because we'll see the global ones
10369 on more than one path through keymaps.
10370
10371 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10372
10373 * progmodes/cmacexp.el: Change Francesco's email address.
10374
10375 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10376
10377 * window.el (fit-window-to-buffer): Adjust point of the window
10378 buffer, not that of the current buffer.
10379
10380 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10381
10382 * progmodes/cmacexp.el: Update the euthor's email address.
10383
10384 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10385
10386 * faces.el (face-spec-set-match-display): Add `graphic' display
10387 type (the inverse of `tty'). Use `display-graphic-p' instead of
10388 the window-system variable.
10389
10390 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10391
10392 * international/isearch-x.el (isearch-with-input-method):
10393 Call input-method-function with the first event in
10394 unread-command-events.
10395
10396 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10397
10398 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10399
10400 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10401
10402 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10403 New charsets.
10404
10405 * term/mac-win.el: Remove definitions of mac-roman-lower and
10406 mac-roman-upper, require dired, and define instead of set
10407 mac-ready-for-drag-n-drop to avoid compilation error.
10408
10409 2000-10-23 Andrew Innes <andrewi@gnu.org>
10410
10411 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10412 Remove superfluous calls to subst-char-in-string; instead apply
10413 expand-file-name after convert-standard-filename to ensure
10414 expected directory separators are used.
10415
10416 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10417
10418 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10419
10420 2000-10-23 Dave Love <fx@gnu.org>
10421
10422 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10423 (tool-bar-add-item): Set foreground and background for XBM icons.
10424
10425 * international/latin1-disp.el (latin1-char-displayable-p):
10426 New function (from Handa).
10427 (latin1-display-check-font): Use it.
10428
10429 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10430 using :key-sequence, making it much more usable.
10431 Use nconc, not append.
10432 (imenu--create-keymap-1): Avoid append.
10433
10434 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10435
10436 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10437
10438 [the following changes fix a bug where `define-minor-mode' didn't
10439 correctly generate :require clauses for defcustoms in compiled files]
10440 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10441 (byte-compile-log-file, byte-compile-log-1): Don't set
10442 `byte-compile-current-file' to nil. Instead set
10443 `byte-compile-last-logged-file' to it. Test whether
10444 byte-compile-current-file equals byte-compile-last-logged-file
10445 instead of whether its nil.
10446 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10447
10448 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10449
10450 * textmodes/refill.el: Fix var names in doc.
10451 (refill-mode): Don't bother with make-local-hook anymore.
10452
10453 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10454
10455 * faces.el (face-user-default-spec, face-default-spec): New functions.
10456 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10457 (frame-set-background-mode, face-set-after-frame-default):
10458 Use `face-user-default-spec'. Simplify code slightly.
10459
10460 * woman.el (woman-italic-face, woman-bold-face)
10461 (woman-unknown-face): Add dark-background variants.
10462 (woman-default-faces): Renamed from `woman-colour-faces'.
10463 Set using the stored defaults, rather than using hard-wired colors.
10464 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10465 Just make the foreground `unspecified' rather than "black".
10466 (woman-menu): Rename menu entries accordingly.
10467
10468 * faces.el (header-line): Make more reasonable on mono/grayscale
10469 displays.
10470
10471 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10472
10473 * cus-edit.el (custom-button-face): Use 3D look for mac.
10474 (custom-button-pressed-face): Likewise.
10475
10476 * faces.el (set-face-attributes-from-resources): Handle mac frames
10477 in the same way as x and w32 frames.
10478 (face-valid-attribute-values): Likewise.
10479 (read-face-attribute): Likewise.
10480 (defined-colors): Likewise.
10481 (color-defined-p): Likewise.
10482 (color-values): Likewise.
10483 (display-grayscale-p): Likewise.
10484 (face-set-after-frame-default): Likewise.
10485 (mode-line): Same default face as for x and w32.
10486 (tool-bar): Likewise.
10487
10488 * frame.el: Remove call to frame-notice-user-settings at end of
10489 the file.
10490
10491 * info.el (Info-fontify-node): Make underlines invisible for mac
10492 as for x, pc, and w32 frame types.
10493
10494 * term/mac-win.el: New file.
10495
10496 2000-10-22 Dave Love <fx@gnu.org>
10497
10498 * textmodes/refill.el: New file.
10499
10500 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10501
10502 * vc-hooks.el (vc-version-backup-file-name): New optional args
10503 MANUAL and REGEXP.
10504 (vc-delete-automatic-version-backups, vc-make-version-backup):
10505 New functions.
10506 (vc-before-save): Use the latter.
10507 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10508 confusion.
10509
10510 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10511 expected by vc[-hooks].el.
10512
10513 * vc.el (vc-checkout): Added `-p' suffix in call to
10514 vc-make-version-backups-p; use vc-make-version-backup to actually
10515 make the backup.
10516 (vc-version-other-window, vc-version-backup-file): Handle both
10517 automatic and manual backups.
10518 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10519 of all of them.
10520
10521 2000-10-22 Miles Bader <miles@gnu.org>
10522
10523 * comint.el (comint-highlight-input, comint-highlight-prompt):
10524 Renamed, `-face' at end removed.
10525 (comint-send-input, comint-output-filter): Use renamed faces.
10526
10527 * window.el (fit-window-to-buffer): Change defaulting of
10528 MAX-HEIGHT slightly.
10529
10530 * faces.el (color-values, color-defined-p): Use `member', not
10531 `memq', because it works correctly for strings.
10532 (frame-set-background-mode): Actually, "unspecified-fg" and
10533 "unspecified-bg" *are* strings. Use `member', not `memq', and
10534 `equal', not `eq', when a string value is possible.
10535
10536 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10537
10538 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10539
10540 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10541
10542 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10543 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10544 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10545 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10546 (sh-font-lock-syntactic-keywords): Use them.
10547 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10548 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10549 (sh-mode): Don't override font-lock-unfontify-region-function.
10550 Use a copy of sh-font-lock-syntactic-keywords.
10551 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10552 Don't call sh-scan-buffer since font-lock does it on the fly.
10553 (sh-get-indent-info): Use `face' rather than `syntax-table'
10554 text-property to detect here-documents.
10555 Replace sh-special-syntax with sh-st-punc.
10556 (sh-prev-line): Use `face' rather than `syntax-table'
10557 text-property to skip over here-documents.
10558 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10559 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10560 (sh-electric-less, sh-set-here-doc-region)
10561 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10562 (sh-scan-buffer, sh-rescan-buffer): Remove.
10563
10564 2000-10-21 Andrew Innes <andrewi@gnu.org>
10565
10566 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10567 remote (ange-ftp) file names.
10568
10569 2000-10-21 Miles Bader <miles@gnu.org>
10570
10571 * window.el (fit-window-to-buffer): New function.
10572 (shrink-window-if-larger-than-buffer): Use it.
10573 (window-text-height): Don't expect minibuffers to have mode-lines.
10574
10575 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10576 * international/quail.el (quail-update-guidance):
10577 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10578
10579 * international/quail.el (quail-show-guidance-buf): Make sure
10580 guidance window really has enough room.
10581 (quail-update-guidance): If quail-guidance-win is already shown,
10582 make sure its height is OK.
10583
10584 * window.el (window-text-height, set-window-text-height):
10585 New functions.
10586 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10587 instead of `window-height' & `mode-line-window-height-fudge'.
10588 (mode-line-window-height-fudge): Add FACE parameter.
10589 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10590 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10591
10592 2000-10-20 Miles Bader <miles@gnu.org>
10593
10594 * window.el (height-affecting-face-attributes): Use `defconst'.
10595
10596 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10597 New function, conditionally aliased to `mode-line-window-height-fudge'.
10598 (ispell-help): Use it.
10599 (ispell-choices-win-default-height): Don't include mode-line fudge.
10600 (ispell-choices-win-default-height): New function.
10601 (ispell-show-choices, ispell-command-loop): Use function
10602 `ispell-choices-win-default-height' instead of variable.
10603
10604 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10605
10606 * window.el (mode-line-window-height-fudge): New variable.
10607 (height-affecting-face-attributes): New variable.
10608 (mode-line-window-height-fudge): New function.
10609 (shrink-window-if-larger-than-buffer): Use it.
10610 * help.el (resize-temp-buffer-window): Likewise.
10611
10612 * info.el (Info-fontify-node): Add support for @subsubsection
10613 titles, which use `Info-title-4-face'.
10614 (Info-title-4-face): New face.
10615 (Info-title-3-face): Inherit from Info-title-4-face instead of
10616 variable-pitch.
10617
10618 2000-10-19 Jason Rumney <jasonr@gnu.org>
10619
10620 * dired.el (dired-insert-directory): Do not let errors signalled by
10621 attempt to run dired-free-space-program prevent dired from working.
10622
10623 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10626
10627 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10628
10629 * dirtrack.el (dirtrack): Fix call to run-hooks.
10630
10631 * cmuscheme.el (cmuscheme-program-name): Renamed from
10632 scheme-program-name because xscheme.el contains a defcustom with
10633 the same name. As a consequence, customizing group `cmuscheme'
10634 loaded `xscheme' which redefined run-scheme.
10635 (run-scheme): Use cmuscheme-program-name.
10636
10637 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10638
10639 * play/doctor.el (doctor-death): Update the Samaritans'
10640 anonymous address, and add a website for Befrienders International.
10641
10642 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10643
10644 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10645 Avoid compilation gripes. Doc fix.
10646 (ps-print-version): New version number (6.2).
10647 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10648 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10649 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10650 (ps-x-extent-priority, ps-x-extent-start-position)
10651 (ps-x-face-font-instance, ps-x-find-coding-system)
10652 (ps-x-font-instance-properties, ps-x-make-color-instance)
10653 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10654 avoid compilation gripes without defining functions.
10655 (ps-e-find-composition): Alias for function find-composition, to have a
10656 suitable function depending on Emacs version.
10657 (ps-color-device, ps-color-values, ps-face-foreground-name)
10658 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10659 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10660 (ps-print-ensure-fontified): Function definitions surrounded by
10661 `eval-and-compile' to avoid compilation gripes.
10662 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10663 by symbol-value to avoid compilation gripes.
10664 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10665 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10666
10667 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10668
10669 * startup.el (normal-top-level): Call `frame-set-background-mode'
10670 after `frame-notice-user-settings' because the latter doesn't call
10671 the former on a tty.
10672
10673 * faces.el (frame-set-background-mode): `unspecified' &c are
10674 symbols, not strings.
10675
10676 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10677
10678 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10679 why some "light*" colors are deliberately absent from the alist.
10680
10681 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10682 Change colors for tty's, as suggested by Miles Bader.
10683
10684 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10685
10686 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10687 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10688 for ISO10646-1 fonts.
10689 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10690
10691 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10692
10693 * faces.el (frame-set-background-mode): If a tty frame defines a
10694 background color, use that to compute the background mode, instead
10695 of always defaulting to "dark".
10696
10697 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10698
10699 * comint.el (comint-write-output): New function.
10700 (comint-mode-map): Add it to the menu.
10701 Bind `C-c C-s' to comint-write-output.
10702
10703 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10704
10705 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10706 Use fancy-splash-delay.
10707
10708 2000-10-18 Alex Schroeder <alex@gnu.org>
10709
10710 * progmodes/sql.el (sql-sybase-options): New option.
10711 (sql-sybase): Use it. Add sql-database to the list of parameters
10712 provided for login. The options -w 2048 -n are not used any more.
10713
10714 * comint.el (comint-read-input-ring): Bugfix such that the first
10715 and the last entry of the input ring file are not lost.
10716
10717 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10718
10719 * ps-print.el: Internal variable changes to defcustom,
10720 make-local-hook changes to defvar. Doc fix.
10721 (ps-print-version): New version number (6.1).
10722 (ps-setup, ps-do-despool): Code fix.
10723 (ps-printer-name): Customization fix.
10724 (ps-printer-name-option): Now is a defcustom instead of an
10725 internal variable.
10726 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10727 (ps-print-begin-column-hook): Now are defvar instead of
10728 make-local-hook.
10729
10730 2000-10-18 Miles Bader <miles@gnu.org>
10731
10732 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10733 (comint-kill-output): Changed into an alias for `comint-delete-output',
10734 and made obsolete.
10735 (comint-mode-map): Rename references to comint-kill-output.
10736
10737 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10738
10739 * diff-mode.el (diff-header-face, diff-file-header-face)
10740 (diff-changed-face): Add bold and italic attributes to tty faces.
10741 (diff-function-face): New face.
10742 (diff-font-lock-keywords): Use it.
10743
10744 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10745
10746 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10747 Remove commented-out call to force-mode-line-update.
10748 (comint-kill-output): Use `forward-line 0' instead of
10749 beginning-of-line to make sure we get past the prompt.
10750
10751 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10752
10753 * diff-mode.el (diff-header-face, diff-file-header-face):
10754 Add specific setting for dark background.
10755 (diff-context-face): Renamed from diff-comment-face.
10756 Set explicitly rather than inheriting from font-lock-comment-face.
10757
10758 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * startup.el (command-line): Move the code which sets the default
10761 TTY colors to before before-init-hook.
10762
10763 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10764
10765 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10766
10767 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10768
10769 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10770 extensions, for MS-DOS.
10771
10772 * diff-mode.el (diff-header-face, diff-file-header-face)
10773 (diff-changed-face): Define tty-specific colors.
10774
10775 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10776
10777 * startup.el (fancy-splash-text): Realign the text.
10778
10779 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10780
10781 * font-lock.el (font-lock-comment-face): Define a separate default
10782 for dark-background tty's.
10783
10784 2000-10-17 Miles Bader <miles@gnu.org>
10785
10786 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10787 being obscured by whizzy mode-lines on graphics displays.
10788
10789 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10790
10791 * info.el (Info-title-1-face, Info-title-2-face)
10792 (Info-title-3-face): Define colors for tty's.
10793 (info-header-node): Remove unneeded tty-specific definition.
10794
10795 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10796
10797 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10798 reverse from the frame parameters, and don't invert foreground and
10799 background colors.
10800
10801 2000-10-16 Miles Bader <miles@gnu.org>
10802
10803 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10804 string "*Info*". Call propertized-buffer-identification to spruce
10805 up the result.
10806
10807 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10808
10809 * help.el: Provide `help' for the sake of define-minor-mode
10810 which generates defcustoms with requires.
10811
10812 * jit-lock.el (jit-lock-after-change): If we're in text that
10813 matches a multi-line font-lock pattern, make sure the whole text
10814 will be redisplayed.
10815
10816 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10817 author's name is unknown.
10818
10819 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10820 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10821 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10822 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10823 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10824 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10825 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10826 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10827 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10828 Add author information.
10829
10830 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10831
10832 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10833 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10834 full-color version (using the Gimp) to eliminate dithering artifacts.
10835
10836 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10837
10838 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10839
10840 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10841
10842 2000-10-15 Dave Love <fx@gnu.org>
10843
10844 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10845
10846 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10847
10848 * whitespace.el: Doc fixes.
10849 (top-level): Don't add hooks here.
10850 (whitespace-running-emacs): Deleted.
10851 (timer): Don't require.
10852 (whitespace): Add back :version conditional on xemacs test.
10853 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10854 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10855 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10856 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10857 Avoid specific xemacs test.
10858 (whitespace-global-mode): New option.
10859 (whitespace-global-mode): New command.
10860 (whitespace-unload-hook): New function.
10861
10862 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10863 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10864 (Info-fontify-node): `Goto' goes to `Go to'.
10865 (Info-fontify-node): Add help-echo to xref links.
10866
10867 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10868
10869 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10870
10871 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10872
10873 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10874 Use plist-get and allow :inherit.
10875
10876 * emacs-lisp/cl-macs.el (cl-do-arglist):
10877 Use plist-get and plist-member instead of memq.
10878
10879 * emacs-lisp/ewoc.el (ewoc-location): New function.
10880 (ewoc-enter-after, ewoc-enter-before): Document return value.
10881 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10882 Don't need make-local-hook any more.
10883 (cvs-addto-collection): Return the new tin.
10884 (cvs-mode-insert): Jump to the new line.
10885
10886 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10887
10888 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10889
10890 * font-lock.el (font-lock-syntactically-fontified): New var.
10891 (font-lock-fontify-syntactic-keywords-region): Use it.
10892 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10893
10894 * diff-mode.el (diff-find-file-name): Fix regexp.
10895
10896 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10897 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10898
10899 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10900 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10901 (sh-mode): Don't make all vars local here.
10902 (sh-kw): Reformat.
10903 (sh-set-shell): Use dolist. Don't set indent-region-function.
10904 (sh-mode-syntax-table): Use pop.
10905 (sh-remember-variable): Use push.
10906 (sh-help-string-for-variable): Use memq.
10907 (sh-safe-backward-sexp): Remove.
10908 (sh-safe-forward-sexp): Add ARG.
10909 (sh-get-indent-info, sh-prev-stmt): Use it.
10910 (sh-prev-line): Simplify by using forward-comment.
10911 (sh-this-is-a-continuation): Simplify.
10912 (sh-learn-buffer-indent): Use dolist.
10913 (sh-do-nothing): Remove.
10914 (sh-set-char-syntax, sh-set-here-doc-region):
10915 Use inhibit-modification-hooks.
10916 (sh-name-style): Use mapcar and push.
10917 (sh-load-style): Use dolist.
10918 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10919 (sh-case, sh-while-getopts): Use propertize directly rather
10920 than sh-electric-rparen.
10921
10922 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10923
10924 * textmodes/tex-mode.el: Require CL when compiling.
10925 (tex-mode-syntax-table): Init immediately.
10926 (tex-mode-map): Bind M-RET to latex-insert-item.
10927 (latex-mode): Set indent-line-function to latex-indent.
10928 (tex-common-initialization): Don't setup the syntax-table any more.
10929 (latex-insert-item): New skeleton.
10930 (tex-next-unmatched-end): Fix copy/paste braino.
10931 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10932 (latex-indent, latex-find-indent): New functions.
10933 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10934 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10935 (tex-compilation-parse-errors): Use with-syntax-table.
10936
10937 2000-10-15 Miles Bader <miles@gnu.org>
10938
10939 * font-lock.el (font-lock-comment-face): Change dark-background,
10940 color, non-tty, default to `chocolate1'.
10941
10942 2000-10-13 John Wiegley <johnw@gnu.org>
10943
10944 * eshell/esh-util.el (require): Added a missing `require' form,
10945 needed when compiling (for an ange-ftp macro definition).
10946
10947 2000-10-13 Dave Love <fx@gnu.org>
10948
10949 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10950
10951 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10952
10953 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10954
10955 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10956 transparent -colors 8).
10957
10958 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10959
10960 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10961 that breaks with old list format timestamps.
10962 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10963 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10964
10965 2000-10-13 John Wiegley <johnw@gnu.org>
10966
10967 * align.el, pcomplete.el, calendar/timeclock.el,
10968 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10969
10970 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10971 faulty math, where holiday hours were being computing as seconds.
10972
10973 2000-10-13 John Wiegley <johnw@gnu.org>
10974
10975 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10976 specifying what "other" kinds of buffers should be saved.
10977 This used to be hard-coded.
10978 (desktop-buffer-misc-functions): A global for specifying how
10979 auxiliary data should be determined for special buffer types.
10980 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10981 instead of hard-coding the special buffer types.
10982 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10983 auxiliary data, instead of hard-coding for Info buffers and dired.
10984 (desktop-buffer-info-misc-data): Aux function for determining Info
10985 buffer auxiliary info.
10986 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10987 (desktop-buffer-info): Changed this function to use the info
10988 gathered above.
10989 (desktop-create-buffer): Be a little more careful about what
10990 `minor-mode' means before calling it. This is important for some
10991 buffer types.
10992
10993 2000-10-13 John Wiegley <johnw@gnu.org>
10994
10995 * eshell/esh-util.el: Added a global form which declares an
10996 autoload for `parse-time-string', if that function is not already
10997 defined, and if parse-time.el is available on the user's system.
10998
10999 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11000 to be aware of ange-ftp user info.
11001 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11002 (eshell-ls-annotate): Use `eshell-file-attributes'.
11003 (eshell-ls-file): Made the user-id printing code a bit smarter.
11004
11005 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11006 allow identification of alias user ids in remote directories.
11007 It's manual, but there's no other way to know when the current user
11008 on the local machine, is also the owning user on the remote machine.
11009 (fboundp): Bind `ange-cache'.
11010 (eshell-directory-files-and-attributes): Re-organized the logic a
11011 bit to use `eshell-file-attributes' instead of `file-attributes'.
11012 The former is more sensitive to directories that are read via FTP,
11013 and knows how to use ange-ftp to determine full attribute
11014 information, instead of just the name and last modtime.
11015 (eshell-current-ange-uids): Return the current user id when in a
11016 remote directory.
11017 (eshell-parse-ange-ls): Parse a full directory listing that has
11018 been returned by ange-ftp.
11019 (eshell-file-attributes): This beefed up version of
11020 `file-attributes' is only special if the user is currently in a
11021 remote directory, in which case it does a lot of work to find out
11022 what the real attributes of a file are, as they appear on the
11023 remote machine. This makes usage of remote directories (i.e.,
11024 ange-ftp pathnames) much more useful. You can now use Eshell as a
11025 full-fledged FTP client, with much more manipulation ability than
11026 most other clients.
11027
11028 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11029 variable, which means that Eshell's du should always be preferred
11030 in remote directories.
11031 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11032 just `file-attributes'.
11033 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11034 when reading remote directories. This is an Eshell-specific
11035 variable (not part of ange-ftp).
11036 (eshell/ln): Bind `ange-cache'.
11037 (eshell/du): Added some extra logic for determining when to use
11038 Eshell's du (which is slow), and when to use the external version
11039 (which may or may not exist).
11040
11041 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11042 Call `eshell-interactive-process', rather than using
11043 `get-buffer-process', since backgrounded processes don't count in
11044 the context of this function's logic.
11045
11046 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11047 `forward-char', so that null strings are parsed correctly.
11048
11049 2000-09-13 John Wiegley <johnw@gnu.org>
11050
11051 * eshell/em-pred.el (eshell-pred-file-type)
11052 (eshell-pred-file-links, eshell-pred-file-size):
11053 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11054
11055 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11056 that remote file globbing is more efficient.
11057
11058 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11059 gathering the files and attributes within a directory.
11060
11061 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11062 the command line is a special file (not a regular file, directory
11063 or symlink), always attempt to call the external version of cat.
11064
11065 2000-09-13 John Wiegley <johnw@gnu.org>
11066
11067 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11068 Eshell-friendly version of find-tag.
11069
11070 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11071
11072 * image-file.el (image-file-name-extensions)
11073 (image-file-name-regexps): Add autoload cookies.
11074
11075 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11076
11077 * international/mule-cmds.el (select-safe-coding-system): If FROM
11078 is string, show it in *Warning* buffer.
11079
11080 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11081
11082 * startup.el (normal-top-level): Use display-popup-menus-p instead
11083 of window-system.
11084 (command-line): Use display-graphic-p instead of window-system.
11085 (command-line-1): Use display-popup-menus-p and display-mouse-p
11086 instead of window-system.
11087
11088 2000-10-12 Sam Steingold <sds@gnu.org>
11089
11090 * tooltip.el (tooltip-use-echo-area): New user variable.
11091 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11092
11093 2000-10-12 Dave Love <fx@gnu.org>
11094
11095 * recentf.el: Maintainer's checkdoc fixes.
11096
11097 * startup.el (normal-top-level-add-subdirs-to-load-path):
11098 Use character class, not ASCII when matching file names.
11099 (fancy-splash-head): Add trailing slash to URL.
11100 (command-line): Don't require XPM support for toolbar.
11101
11102 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11103 (cperl-invalid-face): Revert last change.
11104 (cperl-init-faces): Quote cperl-invalid-face.
11105
11106 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11107
11108 * startup.el (fancy-splash-text): Remove superfluous quote.
11109
11110 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11111
11112 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11113 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11114 (command-line-1): Don't use fancy-splash-pending-command.
11115 (fancy-splash-screens-1): Goto point-min after inserting text.
11116
11117 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11118
11119 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11120 instead of shared-lisp-mode-map.
11121
11122 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11123
11124 * faces.el (header-line): Change tty-variant to use underlining.
11125
11126 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11127 (isearch-highlight): Restore lazy-isearch face properties at old
11128 position, and suppress them at new position.
11129 (isearch-dehighlight): Restore lazy-isearch face properties.
11130 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11131 over the real isearch overlay, but in that case, don't give it a
11132 face property. Use `push'.
11133
11134 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11135
11136 * man.el (Man-getpage-in-background): Fix previous change.
11137 Decode the process output only when we are in multibyte mode.
11138
11139 2000-10-11 Dave Love <fx@gnu.org>
11140
11141 * info.el (Info-mode-menu): Fix some help.
11142 (info-tool-bar-map): Add entry for Info-last.
11143
11144 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11145 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11146 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11147 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11148 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11149 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11150 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11151 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11152 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11153 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11154 Reduce colour requirements to 25 overall. (Probably wants
11155 revisiting from the originals to reduce further.)
11156
11157 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11158
11159 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11160 buffer-file-coding-system, instead of raw-text.
11161 (dehexlify-buffer): Bind coding-system-for-read to
11162 buffer-file-coding-system, instead of raw-text.
11163
11164 2000-10-11 Sam Steingold <sds@gnu.org>
11165
11166 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11167 `underline' - fixes the bug introduced on 2000-09-21.
11168
11169 2000-10-11 Dave Love <fx@gnu.org>
11170
11171 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11172 Avoid compiler warnings.
11173 (scheme-mode): Doc fix.
11174 (scheme-font-lock-keywords-1): Match `define-syntax'.
11175
11176 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11177
11178 * faces.el (frame-set-background-mode): Pay attention to saved
11179 face specs as well as default ones. Only do anything if the
11180 bg-mode or display-type has actually changed. Use `dolist'.
11181 (region): Make dark-background `region' face less in-your-face.
11182
11183 2000-10-10 Sam Steingold <sds@gnu.org>
11184
11185 * chistory.el, ielm.el, ledit.el:
11186 * progmodes/inf-lisp.el, progmodes/scheme.el:
11187 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11188
11189 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11190
11191 * textmodes/texinfo.el: Update copyright and fix typo.
11192
11193 * desktop.el (desktop-modes-not-to-save): New var.
11194 (desktop-save-buffer-p): Use it.
11195 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11196 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11197
11198 2000-10-10 Dave Love <fx@gnu.org>
11199
11200 * toolbar/tool-bar.el (tool-bar-add-item)
11201 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11202
11203 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11204 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11205 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11206 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11207 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11208 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11209 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11210 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11211 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11212 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11213 the .xpms; probably need retouching.
11214
11215 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11216
11217 * subr.el (add-to-list): Add optional argument APPEND.
11218 * battery.el (display-battery): Use `add-to-list'.
11219
11220 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11221
11222 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11223 properties.
11224 (zone, zone-when-idle, zone-leave-me-alone)
11225 (zone-pgm-whack-chars): Use new symbol properties.
11226
11227 * battery.el (display-battery): Doc spelling fix.
11228
11229 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11230 property.
11231
11232 2000-10-09 Dave Love <fx@gnu.org>
11233
11234 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11235 has been initialized before calling tool-bar-setup.
11236 (tool-bar-add-item-from-menu): Add autoload cookie.
11237
11238 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11239
11240 * menu-bar.el (send-mail-item-name): New function.
11241 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11242 of mail-user-agent in the menu. Don't display the "Send Mail"
11243 item if mail-user-agent is nil or its value is ignore.
11244 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11245 if read-mail-command is nil or its value is ignore.
11246
11247 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11248
11249 2000-10-09 Miles Bader <miles@gnu.org>
11250
11251 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11252 Correct image size.
11253 * toolbar/left_arrow.xpm: Correct image size.
11254
11255 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11256 will be done by the definition of `auto-compression-mode' if
11257 necessary. Move code to uninstall existing file-name handler
11258 before definition of `auto-compression-mode'.
11259
11260 * image-file.el (auto-image-file-mode): Move to the end of the
11261 file, because `define-minor-mode' actually calls the mode-function
11262 if the associated variable is non-nil, which requires that all
11263 needed functions be already defined.
11264
11265 * mouse.el (popup-menu): Balance parens.
11266
11267 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11268
11269 * mouse.el (popup-menu): Move the command call outside the loop
11270 so that popup-menu returns whatever the command returns.
11271
11272 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11273 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11274 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11275 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11276
11277 * vc.el (vc-version-diff): diff-switches can be a list.
11278 Use relative filenames for prettier output.
11279
11280 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11281 (vc-post-command-functions): Remove old-VC compatibility code.
11282
11283 * newcomment.el (comment-indent-default): Autoload.
11284
11285 * font-lock.el (font-lock-defaults): Make buffer-local.
11286 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11287 (font-lock-choose-keywords):
11288 Ignore LEVEL unless KEYWORDS is a list of syms.
11289 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11290 Don't wrap regexp-opt things in \(...\) unnecessarily.
11291
11292 * jit-lock.el: Don't require font-lock any more.
11293 (jit-lock-functions): Make buffer-local.
11294 (jit-lock-saved-fontify-buffer-function): Remove.
11295 (jit-lock-mode): Remove autoload cookie.
11296 Remove font-lock specific code.
11297 (jit-lock-unregister): Don't bother handling complex hooks any more.
11298 (jit-lock-refontify): New function.
11299 (jit-lock-fontify-buffer): Use it.
11300 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11301 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11302 Add optional args START and END.
11303 Never call font-lock-fontify-region directly.
11304 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11305
11306 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11307
11308 2000-10-08 Dave Love <fx@gnu.org>
11309
11310 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11311
11312 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11313
11314 * play/studly.el (studlify-region, studlify-word): Add autoload
11315 cookie.
11316
11317 * play/morse.el (morse-region, unmorse-region): Add autoload
11318 cookie.
11319
11320 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11321 concat.
11322
11323 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11324 insist on symbols starting with word syntax.
11325 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11326 (eval-defun-1): Doc fix.
11327 (indent-sexp): Use nconc to build up indent-stack.
11328
11329 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11330 Gnus with little use.
11331 (mail-setup-hook): Add mail-abbrevs-setup to options.
11332
11333 * recentf.el: Doc fixes.
11334
11335 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11336 Clean up remainder.
11337
11338 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11339 without timezone and (8) with timezone to enforce some whitespace.
11340 Simplify code somewhat.
11341
11342 * options.el (list-options): Doc that you should use customize.
11343
11344 * iswitchb.el (iswitchb-mode): Add :require.
11345
11346 * info.el (Info-goto-node, Info-menu): Doc fix.
11347 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11348 (info-tool-bar-map): New variable.
11349 (Info-mode): Use it.
11350 (Info-edit-map): Define all in defvar.
11351 (speedbar-attached-frame): Avoid compiler warning.
11352
11353 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11354 (global-map): Bind [tool-bar] to a filtered map.
11355 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11356 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11357 Allow PBM icons.
11358 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11359
11360 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11361 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11362 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11363 icons, except up_arrow, which is left-arrow rotated.
11364
11365 * imenu.el (imenu-add-to-menubar): Fix last change.
11366
11367 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11368
11369 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11370 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11371
11372 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11373
11374 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11375 typos in doc strings.
11376
11377 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11378 the doc strings how to customize Font Lock faces.
11379
11380 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11381 computing growth when dragging the header line.
11382
11383 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11384
11385 * simple.el (kill-line): Doc fix.
11386
11387 2000-10-08 Miles Bader <miles@gnu.org>
11388
11389 * faces.el (secondary-selection): Make foreground visible on tty.
11390
11391 * jka-compr.el (auto-compression-mode): Move to the end of the
11392 file, because `define-minor-mode' actually calls the mode-function
11393 if the associated variable is non-nil, which requires that all
11394 needed functions be already defined.
11395 (with-auto-compression-mode): Add autoload cookie.
11396
11397 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11398
11399 * files.el (find-backup-file-name) [ms-dos]: If support for long
11400 file names is not available, behave as if version-control were set
11401 to never.
11402
11403 2000-10-07 Dave Love <fx@gnu.org>
11404
11405 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11406 (browse-url-gnome-moz): New function.
11407 (browse-url-browser-function): Use it.
11408 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11409
11410 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11411
11412 * indent.el (tab-always-indent): New var.
11413 (indent-for-tab-command): Use it.
11414
11415 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11416 raise an error. This way it can still default to a sane value.
11417
11418 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11419
11420 * startup.el (fancy-splash-screens): Use local rather than global map.
11421 Don't use `update-menu-bindings' any more.
11422 Get rid of assumptions about keymap representation.
11423
11424 2000-10-06 Dave Love <fx@gnu.org>
11425
11426 * textmodes/fill.el (sentence-end-double-space)
11427 (sentence-end-without-period): Doc fix.
11428 (adaptive-fill-regexp): Purecopy.
11429 (unjustify-current-line): Use line-end-position.
11430 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11431
11432 * net/eudc-vars.el (eudc): Add :version, :link.
11433
11434 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11435
11436 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11437 Fix for define-minor-mode.
11438 (function-at-point): Alias to function-called-at-point.
11439
11440 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11441
11442 * simple.el (backward-word): Doc fix.
11443
11444 * image-file.el (image-file-name-regexp): image-file-regexps ->
11445 image-file-name-regexps.
11446 (image-file-name-extensions): Add pbm.
11447
11448 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11449
11450 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11451 and add filename to the names so that diff-mode can jump to source.
11452
11453 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11454 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11455 (tex-font-lock-keywords-1): Remove.
11456 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11457 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11458 (font-lock-default-fontify-region):
11459 Expand beg..end correctly when just following a multiline region.
11460 (font-lock-fontify-anchored-keywords):
11461 Include the anchor text as part of the multiline.
11462
11463 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11464
11465 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11466 latter needs the autoloaded define-minor-mode macro during the
11467 bootstrap.
11468
11469 * startup.el (command-line): For now, activate tool-bar-mode only
11470 if XPM images are supported.
11471
11472 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11473 window by dragging a header-line at the top of the frame; that's
11474 confusing because the header-line doesn't move.
11475 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11476 of treating the event as a list. Some cleanup.
11477
11478 2000-10-06 Miles Bader <miles@gnu.org>
11479
11480 * simple.el (display-message-or-buffer): New function.
11481 (shell-command-on-region): Use `display-message-or-buffer'.
11482
11483 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11484 docstring parts.
11485
11486 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11487 (smbclient-prompt-regexp): Add usage note to doc string.
11488 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11489 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11490 Use add-hook for adding the comint filter function, and only do so
11491 if it's not already in the global hook list.
11492 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11493 to `make-local-variable'.
11494 (nslookup-font-lock-keywords): Remove prompt entry.
11495 (nslookup): Don't set the process-filter.
11496 (finger): Exit the loop correctly when the regexps list runs out.
11497 (ftp, smbclient, smbclient-list-shares):
11498 Set the real major mode immediately, not after execing.
11499 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11500
11501 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11502
11503 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11504
11505 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11506
11507 * which-func.el (which-func-format): Remove spurious space.
11508 (which-func-mode): Don't make it permanent-local.
11509 (which-func-ff-hook): Allow which-func-maxout to be nil.
11510 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11511 (which-func-mode): Simplify.
11512 Use post-command-idle-hook rather than post-command-hook.
11513 Go through all buffers and update their state.
11514 (which-function): Also try add-log-current-defun-function.
11515
11516 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11517 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11518 Update call to with-vc-properties accordingly.
11519 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11520 (vc-revert-buffer): More careful about window selection and deletion.
11521 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11522
11523 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11524 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11525 (cvs-dired-action): Change the default to quickdir.
11526
11527 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11528 if comment-indent-function returns nil.
11529 (comment-indent-default): New function.
11530 (comment-indent-function): Use it and document the new semantics.
11531
11532 * image-file.el: Docstring fixes.
11533
11534 * help.el (help-xref-on-pp): Use match-string.
11535 (describe-variable): New arg BUFFER.
11536 Store the current buffer in the help-xref-stack.
11537 (temp-buffer-resize-mode): Use define-minor-mode.
11538
11539 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11540 consistently with its docstring.
11541 Set jit-lock-first-unfontify-pos in an idempotent way.
11542 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11543
11544 2000-10-05 Alex Schroeder <alex@gnu.org>
11545
11546 * sql.el (sql-mysql-options): New variable.
11547 (sql-mysql): Use it.
11548
11549 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11550
11551 * image.el (image): New group.
11552
11553 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11554 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11555
11556 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11557
11558 * net/net-utils.el (nslookup-font-lock-keywords)
11559 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11560 Ignore the value of wqindow-system; always define keywords
11561
11562 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11563
11564 * startup.el (fancy-splash-screens): Remove the code for
11565 debugging; `(trace-to-stderr "EXITTT\n")'.
11566
11567 2000-10-05 Miles Bader <miles@gnu.org>
11568
11569 * diff-mode.el (diff-goto-source): Update call to
11570 `diff-hunk-status-msg' to reflect new REV variable.
11571
11572 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11573
11574 * progmodes/icon.el (icon-mode):
11575 Don't gratuitously override the default for comment-column.
11576
11577 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11578
11579 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11580 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11581 (jit-lock-functions): New var.
11582 (jit-lock-function-1): Use it if non-nil.
11583 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11584 Set the `fontified' property before doing the fontification to avoid
11585 repeatedly going through the same error.
11586 Don't turn errors into messages.
11587 (jit-lock-register, jit-lock-unregister): New functions.
11588
11589 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11590 Use with-current-buffer.
11591
11592 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11593 Turn comment into docstring.
11594
11595 * apropos.el (apropos-mode): Use define-derived-mode.
11596
11597 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11598
11599 * startup.el (fancy-splash-pending-command): New variable.
11600 (fancy-splash-pre-command): New function.
11601 (fancy-splash-screens): Rewritten.
11602 (command-line-1): If fancy-splash-pending-command is set, call it
11603 interactively.
11604
11605 2000-10-04 Dave Love <fx@gnu.org>
11606
11607 * toolbar/tool-bar.el (tool-bar-setup): New function.
11608 (tool-bar-mode): Use it.
11609
11610 * subr.el (substitute-key-definition): Doc fix.
11611 (play-sound-file): New command.
11612
11613 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11614
11615 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11616 vc-version-backup-file-name): New functions.
11617
11618 * files.el (basic-save-buffer): Call vc-before-save before saving.
11619
11620 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11621 vc-cvs-stay-local-p.
11622
11623 * vc.el (vc-revert-buffer): Handle empty diff properly.
11624 (vc-version-backup-file): New function.
11625 (vc-checkout): Create a version backup if necessary.
11626 (vc-checkin): If a version backup file exists, delete it.
11627 (vc-version-diff): Diff locally using version backups, if available.
11628 (vc-revert-file): If there's a version backup, revert locally.
11629 (vc-transfer-file): Use version backup for base version, if
11630 available. If not, ask for confirmation whether to get it from the
11631 server. Update mode line before check-in.
11632
11633 2000-10-04 Dave Love <fx@gnu.org>
11634
11635 * toolbar/tool-bar.el (tool-bar-setup): New function.
11636 (tool-bar-mode): Use it.
11637
11638 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11639
11640 * net/net-utils.el (nslookup-font-lock-keywords)
11641 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11642 Only set if window-system is non-nil
11643 (net-utils-run-program): Returns buffer.
11644 (network-connection-reconnect): Added this function.
11645
11646 * generic.el:
11647 Incorporates extensive cleanup and docfixes by
11648 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11649 Uses cl compile-time macros.
11650 (generic-mode-name, generic-comment-list)
11651 (generic-keywords-list, generic-font-lock-expressions)
11652 (generic-mode-function-list, generic-mode-syntax-table):
11653 Removed variables.
11654 (generic-mode-alist): Renamed to generic-mode-list.
11655 (generic-find-file-regexp): Default changed to "^#".
11656 (generic-read-type): Uses completing read on generic-mode-list.
11657 (generic-mode-sanity-check): removed this function.
11658 (generic-add-to-auto-mode): Removed this function
11659 (generic-mode-internal): Bind mode-specific definitions
11660 into function instead of putting them in alist.
11661 (generic-mode-set-comments): Reworked extensively.
11662 (generic-mode-find-file-hook): Simplified regexp searching
11663 (generic-make-keywords-list): Omit extra pair of parens
11664
11665 * find-lisp.el (find-lisp-find-files-internal):
11666 Make sure directory name ends with "/".
11667
11668 * generic-x.el (apache-conf-generic-mode):
11669 Regexp now allows leading whitespace.
11670 (rc-generic-mode): Added eval-when-compile
11671 around generic-make-keywords-list.
11672 Deleted duplicate regexp
11673 (rul-generic-mode): Added eval-when-compile
11674 around generic-make-keywords-list.
11675 (etc-fstab-generic-mode): New generic mode.
11676 (rul-generic-mode): Removed one eval-when-compile
11677 which caused a max-specpdl-size exceeded error.
11678
11679 2000-10-04 Miles Bader <miles@gnu.org>
11680
11681 * simple.el (minibuffer-temporary-goal-position): New variable.
11682 (next-history-element): Try to keep the position of point in the
11683 input string constant.
11684
11685 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11686 (dired-do-create-files): If there's only one file, pass it in as
11687 the DEFAULT arg to dired-mark-read-file-name.
11688
11689 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11690
11691 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11692 (diff-goto-source): Be smarter when choosing REVERSE or not.
11693
11694 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11695 (texinfo-mode-menu): Add an explicit shortcut for update all.
11696
11697 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11698
11699 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11700 factorize backend-specific code cleanly (this was essentially
11701 conceived by Stefan Monnier).
11702 (vc-unregister): Function removed.
11703 (vc-revert-file): New function.
11704 (vc-revert-buffer): Delegate some of the work to it.
11705
11706 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11707 default branch unconditionally.
11708 (vc-rcs-set-default-branch): New function.
11709 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11710 (vc-rcs-checkin): If an appropriate default branch has been set,
11711 force creation of that branch.
11712 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11713 code (as suggested by Stefan Monnier).
11714
11715 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11716
11717 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11718 highlighting overlay with a different face over the overlay
11719 isearch uses to highlight the current match because that can lead
11720 to bad face combinations.
11721
11722 * loadup.el (toplevel): Load faces before isearch.
11723
11724 * isearch.el (isearch-faces): New custom group.
11725 (isearch): New defface; was already tested for in the code.
11726 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11727 (isearch-highlight): Always use face `isearch'.
11728
11729 2000-10-02 Dave Love <fx@gnu.org>
11730
11731 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11732 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11733 comparison of opcode with operand.
11734
11735 2000-10-03 Miles Bader <miles@gnu.org>
11736
11737 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11738 buffer, since the echo area will now grow to accommodate them.
11739
11740 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11741
11742 * vc-hooks.el (vc-registered): If FILE used to be registered under
11743 a certain backend, try that one first.
11744
11745 * vc.el (vc-responsible-backend): Undo the previous change in the
11746 argument list. Handle multiple backends correctly.
11747 (vc-find-new-backend): Function removed.
11748 (vc-register): Use vc-responsible-backend, as before.
11749 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11750
11751 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11752
11753 * startup.el (fancy-splash-head): Change message below the
11754 logo.
11755
11756 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11757
11758 * diff-mode.el (diff-goto-source): Emit a status message.
11759 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11760 (diff-test-hunk): Fix doc string.
11761 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11762 (diff-advance-after-apply-hunk): New variable.
11763 (diff-apply-hunk): Don't return a value.
11764
11765 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11766
11767 * vc.el (vc-editable-p): Minor optimization.
11768 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11769 (vc-find-new-backend): New function split from vc-responsible-backend.
11770 (vc-register): Use it.
11771 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11772 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11773 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11774 (vc-clear-headers): Don't use find-file.
11775 (vc-revert-buffer): Use `and' again (must have been a braino).
11776 (vc-switch-backend): Only prompt if requested.
11777 Short circuit if nothing is to be done.
11778 Don't use vc-resynch-buffer which could lose unsaved editing.
11779 (vc-default-receive-file): Update call to vc-unregister.
11780 (with-vc-file, vc-next-action-on-file):
11781 Use vc-backend rather than vc-registered.
11782 (vc-next-action-on-file): Use intern-soft.
11783 Deal with read-only *vc-diff* buffer.
11784 (vc-transfer-file): Docstring fix.
11785
11786 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11787 (vc-rcs-receive-file): Avoid with-vc-properties.
11788 Update call to vc-unregister.
11789 Use constant `RCS' rather than (dynamically bound) var `backend'.
11790
11791 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11792
11793 * vc.el (vc-next-action-on-file): Update mode line only if file
11794 is visited.
11795 (vc-start-entry): New argument initial-contents. Don't visit the file
11796 if it isn't already visited. Brought documentation up-to-date.
11797 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11798 (vc-checkin): New optional arg initial-contents, which is passed to
11799 vc-start-entry.
11800 (vc-finish-logentry): Make sure to bury log buffer only if there
11801 really is one. Call `vc-resynch-buffer' on log-file, not
11802 buffer-file-name.
11803 (vc-default-comment-history, vc-default-wash-log): New functions.
11804 (vc-index-of): Removed.
11805 (vc-transfer-file): Make do without the above.
11806 (vc-default-receive-file): Call comment-history unconditionally. Pass
11807 the resulting string to vc-checkin, instead of inserting it into the
11808 comment ring.
11809
11810 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11811 unconditionally. Use the comments as initial contents of the log
11812 entry buffer. Document the trick to force branch creation with no
11813 changes.
11814
11815 2000-10-01 Miles Bader <miles@gnu.org>
11816
11817 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11818 `recenter' with an arg to prevent redrawing the display.
11819
11820 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11821
11822 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11823
11824 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11825
11826 * progmodes/c-mode.el (c-mode):
11827 Don't gratuitously override the default for comment-column.
11828
11829 * textmodes/tex-mode.el (latex-metasection-list): New var.
11830 (latex-imenu-create-index): Use it.
11831 Move the regexp construction outside loops (and use push).
11832 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11833 (tex-font-lock-keywords): Moved from font-lock.el.
11834 (tex-comment-indent): Remove.
11835 (tex-common-initialization): Don't set comment-indent-function.
11836 (latex-block-default): New var.
11837 (tex-latex-block): Use it to provide a default choice.
11838 Add any unknown choice to latex-block-names.
11839 Insert [...] after {...}.
11840 (tex-last-unended-begin): Simplify regexp.
11841 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11842 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11843 (latex-mode): Set forward-sexp-function.
11844
11845 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11846 Add regexp for @ignore ... @end ignore.
11847 (texinfo-heading-face): New face.
11848 (texinfo-font-lock-keywords): Use it.
11849 (texinfo-mode-menu): New menu.
11850 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11851 New functions.
11852 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11853 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11854 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11855 Remove declaration.
11856 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11857
11858 * delsel.el (delete-selection-mode): Use define-minor-mode.
11859
11860 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11861
11862 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11863
11864 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11865
11866 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11867
11868 * replace.el (keep-lines-read-args): New function.
11869 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11870 read arguments interactively. Add parameters RSTART and REND.
11871 Operate on the active region in Transient Mark mode.
11872
11873 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11874
11875 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11876 (authors-obsolete-files-regexps): New variable.
11877 (authors-add): Don't record changes in obsolete files.
11878
11879 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11880
11881 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11882
11883 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11884 (comment-indent): Make sure there's a space between code and comment.
11885 Shift comments left to avoid going past fill-column.
11886
11887 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11888
11889 * startup.el (startup-echo-area-message): New function.
11890 (display-startup-echo-area-message): Use it.
11891 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11892 (fancy-splash-default-action): New function.
11893 (fancy-splash-screens-1): New function.
11894 (fancy-splash-head): Put a help-echo and a keymap under the image.
11895
11896 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11897
11898 * diff-mode.el (diff-add-log-file-name): Remove.
11899 (diff-mode): Use add-log-buffer-file-name-function.
11900
11901 * add-log.el (find-change-log): New arg BUFFER-FILE.
11902 (add-log-file-name): Obey add-log-file-name-function.
11903 (add-log-buffer-file-name-function): New var.
11904 (add-change-log-entry): Use it.
11905
11906 2000-09-29 Miles Bader <miles@gnu.org>
11907
11908 * image-file.el (image-file-name-extensions): New variable.
11909 (image-file-name-regexps): Renamed from `image-file-regexps'.
11910 New default value is nil. Call `auto-image-file-mode'.
11911 (image-file-name-regexp): New function.
11912 (auto-image-file-mode): New minor mode.
11913 (insert-image-file): Don't make conditional on the image-file
11914 handler being enabled.
11915 (image-file-handler): Make the call here conditional instead.
11916 (set-image-file-handler-enabled, enable-image-file-handler)
11917 (disable-image-file-handler): Functions removed.
11918
11919 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11920 string.
11921
11922 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11923
11924 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11925 it's a function from CL.
11926 (latex-imenu-create-index): Replace eval-when-compile with progn
11927 because latex-section-alist is not bound while compiling.
11928
11929 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11932 (outline-mode): Use define-derived-mode.
11933
11934 * progmodes/perl-mode.el (perl-mode):
11935 * progmodes/awk-mode.el (awk-mode):
11936 * progmodes/asm-mode.el (asm-mode):
11937 Don't gratuitously override the default for comment-column.
11938
11939 * emacs-lisp/lisp.el (lisp-complete-symbol):
11940 Distinguish the let-binding case from the funcall case.
11941 (forward-sexp-function): New variable.
11942 (forward-sexp): Use it.
11943
11944 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11945 (easy-mmode-defmap): Remove the now useless autoload.
11946
11947 * time.el (display-time-mode): Use define-minor-mode.
11948
11949 * subr.el (add-minor-mode): Don't eval NAME.
11950 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11951 Use if rather than cond.
11952
11953 * simple.el (read-expression-map): Define more properly.
11954 (comment-indent-hook): Remove.
11955 (string-to-syntax): Bug fix.
11956
11957 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11958 (cvs-ediff-diff): Fix typo.
11959 (cvs-revert-if-needed): Don't bother preserving read-only.
11960
11961 * paren.el (show-paren-mode): Use define-minor-mode.
11962
11963 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11964 (toggle-auto-compression): Remove.
11965 (jka-compr-build-file-regexp): Remove useless grouping.
11966
11967 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11968 Avoid user-reserved bindings.
11969 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11970 (diff-header-face): Revert to grey85.
11971
11972 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11973
11974 * complete.el (partial-completion-mode) <defcustom>: Remove.
11975 (partial-completion-mode): Use define-minor-mode.
11976 (PC-do-completion): Understand `completion-auto-help = delay'
11977 to mean to popup the completion buffer only the second time.
11978 (PC-include-file-all-completions, PC-include-file-all-completions)
11979 (PC-include-file-all-completions): Don't quote lambda.
11980
11981 * comint.el (comint-mode-hook): Docstring fix.
11982 (comint-mode): Use define-derived-mode.
11983 (comint-mode-map): Remove obsolete comment.
11984 (make-comint): Minor stylistic change.
11985 (comint-insert-clicked-input): Be more careful to find the overlay.
11986 Use this-command-keys rather than hardcoding mouse-2.
11987
11988 * font-lock.el: Replace confusing (,@ with ,
11989 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11990 Don't use regexp-opt-depth. Spice up the regexp for args.
11991 Don't distinguish between cmds that can take an opt arg or not.
11992 Use `append' and `prepend' rather than `keep'.
11993
11994 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11995 (latex-outline-regexp): New var.
11996 (latex-outline-level): New fun.
11997 (latex-section-alist): New var.
11998 (latex-imenu-create-index): Use it. Use `push' as well.
11999 (tex-shell-map): Initialize it properly.
12000 (tex-mode): Minor stylistic change.
12001 (plain-tex-mode): Use define-derived-mode.
12002 (latex-mode): Use define-derived-mode.
12003 Construct the paragraph regexps in a more readable way.
12004 Set the buffer-local outline-{level,regexp} vars.
12005 (slitex-mode): Derive from latex-mode.
12006 (tex-common-initialization): Don't kill-all-vars anymore.
12007 Add setting for comment-add and font-lock-defaults.
12008 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12009 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12010 (tex-start-tex): New arg DIR (and send a chdir command for it).
12011 Also display the shell buffer and save it in tex-last-buffer-texed.
12012 (tex-region): Use expand-file-name rather than concat.
12013 Remove code made useless by changes in tex-start-tex.
12014 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12015
12016 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12017
12018 2000-09-28 Dave Love <fx@gnu.org>
12019
12020 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12021
12022 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12023
12024 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12025 `append'.
12026
12027 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12028
12029 * info.el (Info-extract-pointer): Undo last change.
12030 Instead, fix the position of the `bound' arg to re-search-backward.
12031
12032 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12033
12034 * info.el (Info-extract-pointer):
12035 Widen more carefully, to avoid finding pointers in other nodes.
12036 (Info-index): Use push.
12037
12038 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12039
12040 * frame.el (set-frame-font): Remove call to obsolete function
12041 frame-update-faces.
12042 (set-foreground-color, set-background-color): Likewise for
12043 frame-update-face-colors.
12044
12045 2000-09-27 Miles Bader <miles@gnu.org>
12046
12047 * image-file.el: New file.
12048
12049 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12050
12051 * frame.el (frame-notice-user-settings): Don't call
12052 frame-update-faces, which is a no-op now.
12053
12054 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12055 tool-bar-lines.
12056
12057 2000-09-27 Dave Love <fx@gnu.org>
12058
12059 * mouse.el: Fix last change.
12060
12061 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12062
12063 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12064
12065 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12066
12067 * international/quail.el (quail-help): The output message is
12068 improved.
12069
12070 2000-09-26 Dave Love <fx@gnu.org>
12071
12072 * mouse.el (popup-menu): If POSITION is nil, set it using
12073 mouse-position.
12074
12075 2000-09-25 Sam Steingold <sds@gnu.org>
12076
12077 * net/browse-url.el (browse-url-file-url): Check for null maps.
12078
12079 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12080
12081 * frame.el (frame-notice-user-settings): Don't add a
12082 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12083
12084 * frame.el (frame-notice-user-settings):
12085 Make tool-bar-mode and default-frame-alist consistent.
12086
12087 * toolbar/tool-bar.el (tool-bar-help): New function.
12088
12089 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12090
12091 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12092 current-load-list in top-level forms. Else this leaks a cons cell
12093 every time a defun is called.
12094
12095 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12096
12097 2000-09-25 Dave Love <fx@gnu.org>
12098
12099 * startup.el (fancy-splash-head): Check XPM is available.
12100
12101 * autoinsert.el (auto-insert): Doc fix.
12102 (auto-insert-alist): Following GNU notices, don't say `copyright
12103 _by_'. Use line-beginning-position.
12104 (auto-insert): Check buffer-file-name is non-nil before use.
12105
12106 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12107
12108 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12109 starting with `@def' or `@multitable', in addition to ones
12110 specified by the user in auto-fill-inhibit-regexp.
12111
12112 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12113
12114 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12115 rmail-dont-reply-to-names matches the empty string.
12116
12117 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12118
12119 * startup.el (command-line-1, fancy-splash-text): Change the
12120 text to sound more friendly.
12121
12122 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12123
12124 * progmodes/hideshow.el: Update author email address.
12125 Generally, sync w/ maintainer version 5.22.
12126 (hs-hide-all-non-comment-function): New var.
12127 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12128 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12129 (hs-show-region): Delete this command.
12130 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12131
12132 2000-09-22 Dave Love <fx@gnu.org>
12133
12134 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12135 (hl-line-highlight): Specify buffer when moving overlay.
12136
12137 * progmodes/fortran.el (fortran-mode): Locally set
12138 normal-auto-fill-function.
12139 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12140 (fortran-mode-map): Adjust auto-fill menu entry.
12141
12142 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12143
12144 * vc-rcs.el (toplevel): Require `vc' when compiling.
12145
12146 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12147
12148 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12149
12150 * vc.el (vc-switch-backend): Signal an error if the file is not
12151 registered under the new backend.
12152
12153 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12154 without explicit revision number.
12155
12156 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12157
12158 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12159 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12160 (diff-xor): New function.
12161 (diff-find-source-location): Use it. Fix a stupid name clash.
12162 (diff-hunk-status-msg): New function.
12163 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12164 (diff-test-hunk): Use diff-find-source-location.
12165 (diff-goto-source): Favor the `reverse'.
12166 (diff-hunk-text): Properly handle one-sided context diffs.
12167 (diff-apply-hunk): When done, advance to the next hunk.
12168
12169 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12170
12171 * startup.el (command-line): If frame was created with a non-zero
12172 tool-bar-lines parameter, switch tool-bar-mode on.
12173
12174 * add-log.el (change-log-date-face, change-log-name-face)
12175 (change-log-email-face, change-log-file-face)
12176 (change-log-list-face, change-log-conditionals-face)
12177 (change-log-function-face, change-log-acknowledgement-face):
12178 New faces, inheriting from font-lock faces.
12179 (change-log-font-lock-keywords): Use them.
12180
12181 2000-09-21 Dave Love <fx@gnu.org>
12182
12183 * progmodes/cperl-mode.el (top-level): Clean up
12184 `eval-when-compile's and assorted defvars.
12185 (cperl-invalid-face): Don't double-quote value. Change custom
12186 type.
12187 (cperl-mode): Set normal-auto-fill-function and don't zap
12188 auto-fill-function.
12189 (cperl-imenu--function-name-regexp-perl): Renamed from
12190 imenu-example--function-name-regexp-perl.
12191 (cperl-imenu--create-perl-index): Renamed from
12192 imenu-example--create-perl-index.
12193 (cperl-xsub-scan): Don't require cl.
12194
12195 * msb.el (msb-mode-map): Use substitute-key-definition.
12196 (msb-mode): Use msb-mode-map.
12197
12198 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12199
12200 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12201 New functions.
12202 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12203 (vc-switch-backend): New function.
12204 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12205 (vc-register): Fix prompt.
12206 (vc-unregister, vc-default-unregister): New functions.
12207 (vc-version-diff): Handle empty buffer in sentinel.
12208
12209 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12210 (vc-rcs-state-heuristic): Use it to guess the state of files with
12211 non-strict locking.
12212 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12213 been set with -b, but not created yet.
12214 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12215 contents in order to find the state.
12216 (vc-rcs-checkin): Allow creation of branches with no changes.
12217 (vc-rcs-unregister, vc-rcs-receive-file)
12218 (vc-rcs-set-non-strict-locking): New functions.
12219
12220 * vc-hooks.el (vc-name): Force correct computation of the value
12221 in case it is missing.
12222
12223 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12224
12225 * startup.el (fancy-splash-tail): Use a different foreground
12226 color on a dark frame background.
12227
12228 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12229
12230 * info.el: Use the correct capitalization when making Info-mode
12231 and Info-edit-mode `special' modes.
12232
12233 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12234
12235 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12236 (diff-mode): Add support for add-log.el.
12237 (diff-hunk-text): Use char offsets rather than line offsets.
12238 (diff-find-source-location): Replace LINE with line-offset (nil
12239 if not found) and always set POS to a meaningful position.
12240 Adapt to the new char-offsets.
12241 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12242 Adapt to the new diff-find-source-location.
12243 (diff-goto-source): Adapt to the new diff-find-source-location.
12244
12245 * add-log.el (add-log-file-name): New function (split out of
12246 add-change-log-entry).
12247 (add-change-log-entry): Use it.
12248 Call add-log-file-name-function with the changelog file name if
12249 the current buffer is not associated with any file.
12250 Avoid find-file if the selected window is dedicated.
12251
12252 * diff-mode.el (diff-find-source-location):
12253 Move code from diff-apply-hunk. Return buffer rather than file.
12254 (diff-apply-hunk): Use the new result from diff-find-source-location.
12255 (diff-goto-source): Use the new diff-find-source-location.
12256
12257 2000-09-20 Dave Love <fx@gnu.org>
12258
12259 * iswitchb.el: Some doc fixes.
12260 (iswitchb-mode-map): Define completely initially. Inherit
12261 minibuffer-local-map.
12262 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12263 fundamental-mode.
12264 (iswitchb-global-map): New variable.
12265 (iswitchb-summaries-to-end): Amalgamate regexps.
12266 (iswitchb-mode): New.
12267 (iswitchb-mode-hook): New variable.
12268 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12269 `extensions'.
12270
12271 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12272
12273 * ehelp.el (electric-help): New defgroup.
12274 (electric-help-shrink-window): New user-option.
12275 (with-electric-help): Use it.
12276
12277 * window.el (shrink-window-if-larger-than-buffer): If face
12278 `mode-line' has a :box, and we're on a graphical frame, add 1
12279 to the needed window height.
12280
12281 * frame.el (frame-notice-user-settings): Add a last parameter nil
12282 to a call to `append', because the last list passed to `append' is
12283 not copied, and so subsequent calls to assq-delete-all will modify
12284 default-frame-alist.
12285
12286 * startup.el (fancy-splash-image): Change :type.
12287 (fancy-splash-head): Use an XBM image if appropriate.
12288 (command-line-1): Show splash screens in more cases.
12289
12290 * startup.el (fancy-splash-text): Don't quote faces.
12291
12292 * dired.el (dired-font-lock-keywords): Undo last change.
12293 (dired-readin): Bind indent-tabs-mode to nil.
12294
12295 * startup.el (fancy-splash-head): If frame's background mode
12296 is `dark', change the black background of the image to gray.
12297 (fancy-splash-screens): Display startup echo area message.
12298 (display-startup-echo-area-message): New function.
12299
12300 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12301
12302 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12303
12304 * info.el (info-header-node): Tweak for color ttys.
12305
12306 * faces.el (face-valid-attribute-values): Make sure directories we
12307 search for stipples both exist and are readable before trying to
12308 search them.
12309
12310 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12311 in the dry-run case.
12312
12313 * jka-compr.el (with-auto-compression-mode): New macro.
12314
12315 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12316 (custom-group-tag-face, custom-variable-tag-face): Use relative
12317 :height and inherit from `variable-pitch' face instead of
12318 hardwiring :family.
12319 * hi-lock.el (hi-black-hb): Likewise.
12320
12321 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12322 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12323 toolbar-add-item, if image doesn't have a mask add a `:mask
12324 heuristic'.
12325
12326 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12327
12328 * diff-mode.el: Docstring fixes.
12329 (diff-header-face, diff-comment-face): New faces.
12330 (diff-font-lock-keywords): Highlight a bit differently.
12331 (diff-find-source-location): Don't return SPAN any more.
12332 (diff-hunk-text): Don't bother erasing the temp buffer.
12333 (diff-find-text): Drop argument LINE.
12334 (diff-apply-hunk): Update calls to diff-find-text.
12335 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12336
12337 * calendar/calendar.el: Docstring fixes.
12338 (calendar-make-alist): Don't quote lambda.
12339 (calendar-star-date): Use make-local-variable.
12340
12341 2000-09-19 Dave Love <fx@gnu.org>
12342
12343 * toolbar/tool-bar.el: Renamed from toolbar.el.
12344 Change `toolbar' to `tool-bar' generally in symbols.
12345 Make some items invisible in `special' major modes.
12346 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12347 Add arg PROPS.
12348
12349 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12350 Add :version here.
12351 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12352
12353 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12354
12355 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12356
12357 * files.el (find-file-suppress-same-file-warnings): New user-option.
12358 (find-file-noselect): Use it.
12359
12360 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12361 (fancy-splash-screen): Defgroup.
12362
12363 * add-log.el (change-log-font-lock-keywords): Match names
12364 more exactly for the case that font-lock-constant-face is
12365 underlined.
12366
12367 2000-09-19 Richard M. Stallman <rms@gnu.org>
12368
12369 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12370
12371 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12372
12373 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12374
12375 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12376
12377 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12378 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12379 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12380 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12381 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12382 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12383 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12384 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12385 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12386 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12387 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12388 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12389
12390 * startup.el (fancy-splash-text): New variable.
12391 (fancy-splash-delay, fancy-splash-image): New user-options.
12392 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12393 (fancy-splash-screens): New functions.
12394 (command-line-1): If display has a `display' frame parameter, has
12395 colors, and we have XPM support, show more fancy splash screens.
12396
12397 2000-09-19 Dave Love <fx@gnu.org>
12398
12399 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12400 with null `help'. Use modern backquote syntax.
12401
12402 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12403
12404 * font-lock.el (font-lock-mode): Change message telling the user
12405 that ``the buffer is too big''.
12406
12407 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12408 for instance for the case that tab-width is 2.
12409
12410 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12411
12412 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12413 toolbar-add-item, if image doesn't have a mask add a `:mask
12414 heuristic'.
12415
12416 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12417
12418 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12419 and return a cons if it's non-nil.
12420 (diff-apply-hunk): Try to jump to the line in the source text
12421 corresponding to the position of point in the in the hunk.
12422
12423 * info.el (Info-title-3-face, Info-title-2-face)
12424 (Info-title-1-face): Use face inheritance and relative sizes
12425 instead of hard-wiring things.
12426
12427 * faces.el (secondary-selection): Make dark-background variant sane.
12428
12429 2000-09-16 Andrew Innes <andrewi@gnu.org>
12430
12431 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12432 read-only, since they aren't under VC now.
12433
12434 2000-09-17 Dave Love <fx@gnu.org>
12435
12436 * tmm.el: Replace mapcar with mapc in several places.
12437
12438 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12439 ad-unadvise.
12440
12441 * international/latin1-disp.el: New file.
12442
12443 * calendar/cal-move.el (scroll-calendar-left)
12444 (scroll-calendar-right): Make arg optional (for active mode line).
12445
12446 * calendar/calendar.el (calendar-mode-line-format): Make fields
12447 mouse-sensitive.
12448 (calendar-read-date, calendar-read-date, calendar-window-list):
12449 Unquote lambda.
12450 (calendar-month-name): Use aref, not sref.
12451
12452 * view.el (minor-mode-alist): Propertize the string.
12453
12454 * international/characters.el (standard-case-table): Add entries
12455 for Greek.
12456
12457 2000-09-18 Miles Bader <miles@gnu.org>
12458
12459 * info.el (info-node, info-xref): Add dark-background variants.
12460
12461 * faces.el (header-line): Change defaults to be less confusing
12462 when mixed with mode-lines.
12463
12464 * info.el (Info-fontify-node): Make a few cleanups.
12465 Add extra `help-echo' and `local-map' props to node xrefs.
12466 Use header-specific faces for node-names & xrefs.
12467 (Info-use-header-line): New variable.
12468 (info-header-xref, info-header-node): New faces.
12469 (Info-setup-header-line): New function.
12470 (Info-select-node): Call Info-setup-header-line when enabled.
12471 (Info-extract-pointer): Work even if the header line is hidden.
12472 (Info-header-line): New variable.
12473
12474 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12475
12476 * vms-patch.el (print-region-function): Don't quote lambda.
12477
12478 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12479
12480 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12481 (lm-get-header-re): Allow spaces between the header and the colon.
12482 (lm-header): Allow $ in non-RCS headers.
12483 (lm-header-multiline): Put the strings back into order.
12484 Stop at an empty line. Don't require two space chars if the
12485 line is clearly not another header line.
12486
12487 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12488 (popup-menu-popup): Remove.
12489
12490 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12491
12492 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12493 specification if or if not tool-bar item contains an `:enabled'
12494 property.
12495
12496 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12497 current buffer has no file name.
12498
12499 2000-09-15 Dave Love <fx@gnu.org>
12500
12501 * strokes.el: Sync with maintainer's current version with changes
12502 for Emacs, but avoid runtime cl and levents.
12503 (toplevel): Change autoloads and compilation requires.
12504 (strokes-version, strokes-bug-address, strokes-lift): Values
12505 changed.
12506 (strokes-xpm-header, strokes-insinuated): New variable.
12507 (strokes): Add :link.
12508 (strokes-mode): Customized.
12509 (strokes-while-inhibiting-garbage-collector): New macro.
12510 (strokes-remassoc): Avoid remove-if.
12511 (strokes-fix-button2-command): Don't use ad-do-it.
12512 (strokes-insinuate): New function.
12513 (strokes-button-press-event-p, strokes-button-release-event-p):
12514 New functions, used instead of non-`strokes-' versions..
12515 (strokes-mouse-event-p): Rewritten.
12516 (strokes-event-closest-point): Avoid event-point.
12517 (strokes-get-grid-position): Avoid cdadr, caadr
12518 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12519 functions.
12520 (strokes-help): Use with-output-to-temp-buffer.
12521 (strokes-window-configuration-changed-p): New function.
12522 (strokes-update-window-configuration): Use buffer-live-p,
12523 strokes-window-configuration-changed-p.
12524 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12525 (strokes-char-face): New face.
12526 (strokes-char-table, strokes-base64-chars): New variable.
12527 (strokes-xpm-for-stroke, strokes-list-strokes)
12528 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12529 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12530 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12531 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12532 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12533 functions.
12534
12535 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12536
12537 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12538
12539 * image.el (create-image): Doc fix.
12540
12541 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12542 instead of `:heuristic-mask t'.
12543
12544 2000-09-14 Andrew Innes <andrewi@gnu.org>
12545
12546 * makefile.w32-in: Revert to Unix line endings.
12547
12548 2000-09-14 Andrew Innes <andrewi@gnu.org>
12549
12550 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12551 when installing.
12552
12553 * makefile.nt (DONTCOMPILE): Fix typo.
12554
12555 * shell.el (shell-write-history-on-exit): New function.
12556 (shell-dumb-shell-regexp): New custom variable.
12557 (shell-mode): Make shell-write-history-on-exit the process
12558 sentinel if shell name matches shell-dumb-shell-regexp.
12559
12560 * w32-fns.el: Comment out before-init-hook function which resets
12561 source-directory based; this breaks bootstrap.
12562
12563 2000-09-14 Dave Love <fx@gnu.org>
12564
12565 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12566 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12567 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12568 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12569 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12570 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12571 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12572 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12573 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12574
12575 * toolbar/toolbar.el: New.
12576
12577 * subdirs.el: Add toolbar.
12578
12579 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12580
12581 * indent.el (indent-for-tab-command): Doc fix.
12582
12583 2000-09-14 Alex Schroeder <alex@gnu.org>
12584
12585 * ansi-color.el (ansi-colors): Doc change.
12586 (ansi-color-get-face): Simplified regexp.
12587 (ansi-color-faces-vector): Added more faces, doc change.
12588 (ansi-color-names-vector): Doc change.
12589 (ansi-color-regexp): Simplified regexp.
12590 (ansi-color-parameter-regexp): New regexp.
12591 (ansi-color-filter-apply): Doc change.
12592 (ansi-color-filter-region): Doc change.
12593 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12594 deal with zero length parameters.
12595 (ansi-color-apply-on-region): Doc change.
12596 (ansi-color-map): Doc change.
12597 (ansi-color-map-update): Removed debugging message.
12598 (ansi-color-get-face-1): Added condition-case to trap
12599 args-out-of-range errors.
12600 (ansi-color-get-face): Doc change.
12601 (ansi-color-make-face): Removed.
12602 (ansi-color-for-shell-mode): New option.
12603
12604 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12605
12606 * international/quail.el (quail-start-translation): Translate KEY
12607 if necessary even if it doesn't have any mapping in the current
12608 input method.
12609 (quail-start-conversion): Likewise.
12610 (quail-help): The output message is improved.
12611
12612 2000-09-13 Miles Bader <miles@gnu.org>
12613
12614 * comint.el (comint-output-filter): Revert to using
12615 `insert-before-markers'. Add bletcherous hack to undo damage
12616 caused by `insert-before-markers'. Put `front-sticky' property on
12617 overlays created here so that the field code understands how the
12618 overlay works. Use a let when making comint-last-prompt-overlay,
12619 so that the code is easier to read.
12620
12621 2000-09-13 Dave Love <fx@gnu.org>
12622
12623 * wid-edit.el (widget-default-format-handler): DTRT when
12624 doc-property is a function.
12625
12626 2000-09-12 Francesco Potorti` <pot@gnu.org>
12627
12628 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12629 filed name if it's not there.
12630
12631 2000-09-12 Dave Love <fx@gnu.org>
12632
12633 * simple.el (read-mail-command): Doc fix.
12634 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12635
12636 * vc.el (vc-dired-listing-switches): Fix :version.
12637
12638 * vc-hooks.el: Doc fixes.
12639
12640 * subr.el (add-minor-mode): Use toggle-fun arg.
12641
12642 * speedbar.el: Add :version to several defcustoms.
12643
12644 * imenu.el (imenu--truncate-items, imenu--cleanup)
12645 (imenu--generic-function): Avoid mapcar.
12646 (imenu--replace-spaces): Function removed.
12647 (imenu--completion-buffer): Use subst-char-in-string.
12648 (imenu-add-to-menubar): Use keymap inheritance.
12649
12650 2000-09-12 Miles Bader <miles@gnu.org>
12651
12652 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12653 (diff-mode-map): Bind `diff-test-hunk'.
12654 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12655
12656 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12657
12658 * bytecomp.el (byte-compile-defvar): Undo last change
12659 because it breaks '(make-variable-buffer-local (defvar ...)'
12660 which is used at least in dired.
12661
12662 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12663
12664 * international/quail.el (quail-define-package): Docstring
12665 modified.
12666
12667 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12668
12669 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12670 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12671 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12672 docstring of "chinese-py".
12673
12674 * international/quail.el (quail-translation-docstring): New
12675 variable.
12676 (quail-show-keyboard-layout): Docstring modified.
12677 (quail-select-current): Likewise.
12678 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12679 infinite recursive call.
12680 (quail-help): Check quail-translation-docstring. Format of the
12681 output changed.
12682 (quail-help-insert-keymap-description): Adjusted for the above
12683 change.
12684
12685 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12686
12687 * bytecomp.el (byte-compile-defvar): Only cons onto
12688 current-load-list in top-level forms. Else this leaks a cons cell
12689 every time a defun is called.
12690
12691 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12692
12693 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12694 Now understands non-unified diffs. Some functionality moved into
12695 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12696 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12697 modify anything. Only reposition point in the patched file if the
12698 patch succeeds. Only pop up another window if POPUP is true.
12699 Emit a message describing what happened if successful, and at what
12700 line-offset. Automatically detect reversed hunks and do something
12701 appropriate.
12702 (diff-hunk-text, diff-find-text): New functions.
12703 (diff-filter-lines): Function removed.
12704 (diff-test-hunk): New function.
12705 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12706
12707 2000-09-10 Dave Love <fx@gnu.org>
12708
12709 * textmodes/tildify.el: Minor doc/commentary fixes.
12710 (tildify) <defgroup>: Add :version.
12711
12712 * faces.el (face-x-resources): Make custom type more specific.
12713 (frame-background-mode): Use mapc.
12714 (region) <defcustom>: Add :version.
12715
12716 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12717
12718 * vc-sccs.el (vc-sccs-register):
12719 * vc-rcs.el (vc-rcs-register):
12720 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12721 * vc.el (vc-register): Clear file's properties.
12722
12723 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12724
12725 * faces.el (face-spec-set): Only face-spec-reset-face when
12726 ATTRS is non-nil.
12727
12728 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12729
12730 * help.el (help-insert-xref-button): Fix a typo in doc string.
12731
12732 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12733
12734 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12735 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12736 methods.
12737
12738 * menu-bar.el (read-mail-item-name): New function.
12739 (menu-bar-tools-menu): Use it to compute and display the package
12740 used to read email.
12741 (menu-bar-tools-menu): Fix typo in GUD's help string.
12742
12743 2000-09-07 Dave Love <fx@gnu.org>
12744
12745 * diff-mode.el (diff-mouse-goto-source): New function.
12746
12747 * vc-sccs.el: Doc fixes.
12748 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12749
12750 * vc-rcs.el: Doc fixes.
12751 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12752 (vc-rcs-checkout-switches, vc-rcs-header)
12753 (vc-rcs-master-templates): Add or change :version.
12754
12755 * vc-cvs.el: Doc fixes.
12756 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12757 (vc-cvs-stay-local): Add :version.
12758
12759 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12760
12761 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12762
12763 * international/quail.el (quail-help): Fix previous change.
12764
12765 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12766
12767 * faces.el (color-values): Doc fix.
12768
12769 * faces.el (frame-set-background-mode): Use frame-parameter
12770 instead of frame-parameters.
12771
12772 * frame.el (filtered-frame-list): Reduce consing.
12773 (frames-on-display-list): Call frame-parameter instead of
12774 frame-parameters.
12775
12776 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12777
12778 * language/devan-util.el (devanagari-to-indian-region): In the
12779 loop, change the following char, not preceding char.
12780
12781 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12782
12783 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12784 instead of frame-parameters.
12785
12786 * faces.el (set-face-attribute): Simplify by calling
12787 internal-set-lisp-face-attribute with FRAME being 0.
12788
12789 * vc.el: Remove `Id' version control keyword.
12790
12791 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12792
12793 * help.el (help-make-xrefs): Adjusted for the change of
12794 help-xref-mule-regexp.
12795 (help-insert-xref-button): New function.
12796
12797 * international/mule-cmds.el (help-xref-mule-regexp-template):
12798 Include the pattern for character set.
12799 (leim): New group.
12800
12801 * international/quail.el: Don't require face.
12802 (quail): New group.
12803 (quail-other-command): Dummy command to make quail-help work better.
12804 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12805 (quail-keyboard-layout-substitution): New variable.
12806 (quail-update-keyboard-layout): New function.
12807 (quail-keyboard-layout-type): New customizable variable.
12808 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12809 (quail-keyboard-translate): Pay attention to
12810 quail-keyboard-layout-substitution.
12811 (quail-insert-kbd-layout): New function.
12812 (quail-show-keyboard-layout): New function.
12813 (quail-get-translation): If the definition is a vector of length
12814 1, and the element is a string of length 1, return the character
12815 in that string.
12816 (quail-update-current-translations): Fix the case of
12817 relative-index out of range.
12818 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12819 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12820 Show key sequences for all available characters.
12821 (quail-help-insert-keymap-description): Don't show such verbose
12822 key bindings as quail-self-insert-command.
12823
12824 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12825 Format changed, and each element now have extra documentations.
12826 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12827 Adjusted for the change of quail-cxterm-package-ext-info.
12828
12829 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12830
12831 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12832 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12833 during bootstrap.
12834
12835 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12836
12837 * vc.el: (toplevel): Don't require `dired' at run-time.
12838 (vc-dired-resynch-file): Remove autoload cookie.
12839
12840 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12841
12842 * vc.el: Made several backend functions optional.
12843 (vc-default-responsible-p): New function.
12844 (vc-merge): Use RET for first version to trigger merge-news, not
12845 prefix arg.
12846 (vc-annotate): Handle backends that do not support annotation.
12847 (vc-default-merge-news): Removed. The existence of a merge-news
12848 implementation is now checked on caller sites.
12849
12850 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12851 case.
12852
12853 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12854 special case that has been removed from the default in vc-hooks.el.
12855
12856 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12857
12858 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12859
12860 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12861
12862 * vc-hooks.el: Require vc during compilation.
12863 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12864 macro `with-vc-properties' in vc.el.
12865 (vc-file-getprop): Doc fix.
12866 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12867
12868 * vc.el: Require dired-aux during compilation.
12869 (vc-name-assoc-file): Moved to vc-sccs.el.
12870 (with-vc-properties): New macro.
12871 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12872 vc-finish-steal): Use it.
12873 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12874 to the backend-specific function is now supposed to do the checkout,
12875 too.
12876 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12877
12878 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12879 set file properties; that gets done in the generic code now.
12880
12881 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12882 Changed parameter list, added code from vc.el that does the
12883 checkout, possibly with a double-take.
12884
12885 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12886 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12887 the above under the new name.
12888 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12889 parameter list, added checkout command.
12890 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12891 properties; that gets done in the generic code now.
12892
12893 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12894
12895 * vc.el: Docstring fixes (courtesy of checkdoc).
12896
12897 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * vc.el (vc-checkout-writable-buffer-hook)
12900 (vc-checkout-writable-buffer): Remove.
12901 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12902 (vc-log-mode): Make it into a clean derived major mode.
12903 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12904 vc-log-mode if log-edit is not available.
12905 (vc-dired-mode-map): Don't set-keymap-parent yet.
12906 (vc-dired-mode): Do set-keymap-parent here.
12907 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12908
12909 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12910
12911 * faces.el (set-face-attribute, face-spec-reset-face)
12912 (face-spec-set): Avoid consing by removing calls to `apply'.
12913
12914 * frame.el (frame-parameter): Move to C code.
12915
12916 2000-09-05 Dave Love <fx@gnu.org>
12917
12918 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12919 insert-before-markers-and-inherit. Now checked systematically!
12920
12921 2000-09-05 Alex Schroeder <alex@gnu.org>
12922
12923 * sql.el (sql-postgres): Use sql-postgres-options.
12924 (sql-postgres-options): New variable.
12925
12926 2000-09-05 Alex Schroeder <alex@gnu.org>
12927
12928 * sql.el (sql-mode-menu): Work around missing variable mark-active
12929 in XEmacs.
12930 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12931 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12932 compatibility.
12933
12934 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12935
12936 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12937
12938 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12939
12940 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12941
12942 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12943
12944 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12945 don't support anything else under SCCS yet.
12946
12947 * vc-hooks.el: Minor doc fixes.
12948
12949 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12950
12951 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12952 not necessary. If verbose in state `needs-patch', do the same as
12953 under `up-to-date'. When NOT verbose and `needs-patch', check out
12954 latest version instead of `merge-news'.
12955 (vc-next-action-dired): Don't mess with default-directory here; it
12956 breaks other parts of dired. It is the job of the
12957 backend-specific functions to adjust it temporarily if they need it.
12958 (vc-next-action): Remove a special CVS case.
12959 (vc-clear-headers): New optional arg FILE.
12960 (vc-checkin, vc-checkout): Set properties vc-state and
12961 vc-checkout-time properly.
12962 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12963 (vc-print-log): Use new backend function `show-log-entry'.
12964 (vc-cancel-version): Do the checks in a different order. Added a
12965 FIXME concerning RCS-only code.
12966
12967 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12968 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12969
12970 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12971
12972 * vc-hooks.el (vc-default-mode-line-string): Show state
12973 `needs-patch' as a `-' too.
12974
12975 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12976
12977 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12978 (vc-default-could-register): New function.
12979 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12980 (vc-resynch-buffer): Call vc-dired-resynch-file.
12981 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12982 vc-resynch-buffer instead of vc-resynch-window.
12983 (vc-next-action-dired): Don't redisplay here, that gets done as a
12984 result of the individual file operations.
12985 (vc-retrieve-snapshot): Corrected prompt order.
12986
12987 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12988
12989 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12990 as well.
12991 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12992 hostname regexps. Updated all callers.
12993 (vc-cvs-responsible-p): Handle directories as well.
12994 (vc-cvs-could-register): New function.
12995 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12996 properties up-to-date.
12997
12998 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12999 user whether to create one.
13000
13001 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13002
13003 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13004 check out a non-existing file.
13005
13006 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13007 workfile does not exist.
13008
13009 * vc.el (vc-version-diff): Use `require' to check for existence of
13010 diff-mode.
13011
13012 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13013
13014 * vc-cvs.el (vc-cvs-registered): Use new function
13015 vc-cvs-parse-entry to do the actual work.
13016
13017 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13018
13019 * vc-hooks.el (vc-find-backend-function): If function doesn't
13020 exist, return nil instead of error.
13021 (vc-call-backend): Doc fix.
13022
13023 * vc.el (vc-do-command): Doc fix.
13024 (vc-finish-logentry): When checking in from vc-dired, choose the
13025 right backend for logentry check.
13026 (vc-dired-mode-map): Inherit from dired-mode-map.
13027 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13028 simplified.
13029 (vc-dired-state-info): Removed, updated caller.
13030 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13031 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13032 (vc-dired-listing-switches): New variable.
13033 (vc-directory): Use it, instead of dired-listing-switches.
13034
13035 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13036 (vc-cvs-dir-state): New function.
13037 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13038 (vc-cvs-parse-entry): New function, also to be used in
13039 vc-cvs-registered.
13040
13041 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13042
13043 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13044 *or* single-window-frames.
13045
13046 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13047
13048 * vc.el (vc-update-changelog): Split into generic part and default
13049 implementation. Doc string adapted.
13050 (vc-default-update-changelog): New function. Call the `rcs2log'
13051 script in exec-directory, to fix a long-standing nuisance.
13052
13053 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13054 simply signals an error.
13055
13056 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13057
13058 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13059 control-flow more clear and to avoid running `cvs' twice.
13060
13061 * vc.el (vc-next-action-on-file): Doc fix.
13062 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13063 (vc-print-log): Eval `file' before constructing the continuation.
13064
13065 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13066
13067 * vc.el (vc-next-action-on-file): Corrected several messages.
13068 (vc-merge): Add prefix arg `merge-news'; handle it.
13069
13070 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13071 is not reached. It is.
13072 (vc-cvs-merge): Set state to 'edited after merge.
13073 (vc-cvs-merge-news): Set workfile version to nil if not known.
13074 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13075
13076 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13077 via stdout. (Merge from main line.)
13078
13079 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13080
13081 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13082 detection.
13083
13084 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13085
13086 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13087 against kill-all-local-variables.
13088 (vc-log-edit): Don't save vc-parent-buffer any more.
13089 (vc-last-comment-match): Initialize to an empty string.
13090 (vc-post-command-functions): New hook.
13091 (vc-do-command): Run it.
13092 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13093 (vc-finish-logentry): Only add the comment to the ring if it's
13094 different from the last comment entered.
13095 (vc-new-comment-index): New function.
13096 (vc-previous-comment): Use it. Make the minibuffer message
13097 slightly less terse.
13098 (vc-comment-search-reverse): Make it work forward as well. Don't
13099 set vc-comment-ring-index if no match is found. Use
13100 vc-new-comment-index.
13101 (vc-comment-search-forward): Use vc-comment-search-reverse.
13102 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13103 define-derived-mode will do it for us. Bind `v' to a keymap that
13104 inherits from vc-prefix-map so that we can bind `vt' without
13105 binding C-x v t.
13106 (vc-retrieve-snapshot): Parenthesis typo.
13107
13108 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13109 to 1. Make sure to switch to *vc* before looking for an error
13110 message. Use vc-parse-buffer.
13111
13112 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13113
13114 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13115 and NAME.
13116 (vc-retrieve-snapshot): Split into two parts.
13117 (vc-default-retrieve-snapshot): New function.
13118
13119 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13120 (vc-cvs-retrieve-snapshot): New function (untested).
13121 (vc-cvs-stay-local): Default to t.
13122 (vc-cvs-remote-p): New function and property.
13123 (vc-cvs-state): Stay local only if the above is t.
13124 (vc-handle-cvs): Removed.
13125 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13126 done via vc-handled-backends now.
13127 (vc-cvs-header): Escape Id.
13128
13129 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13130
13131 * vc.el (vc-do-command): Remove unused commands.
13132 (vc-version-diff): Make sure default-directory ends with a slash.
13133 Move the window commands into a vc-exec-after.
13134 (vc-print-log): Move more of the code into the `vc-exec-after'.
13135
13136 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13137
13138 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13139 (vc-print-log): Search current revision from beginning of buffer.
13140 (vc-revert-buffer): Clear echo area after the diff is finished.
13141 (vc-prefix-map): Removed definition of "t" for terse display in vc
13142 dired.
13143 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13144 definition of "vt" for terse display.
13145 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13146
13147 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13148
13149 * vc.el (vc-exec-after): Avoid caddr.
13150
13151 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13152
13153 * vc.el (vc-exec-after): New function.
13154 (vc-do-command): Use it to add a termination message for async
13155 procs.
13156 (vc-checkout): Try to handle a missing-backend situation.
13157 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13158 of a directory with a backend using async diffs.
13159 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13160 present.
13161
13162 * vc-sccs.el (vc-sccs-state-heuristic): Use
13163 file-ownership-preserved-p.
13164
13165 * vc-rcs.el (vc-rcs-state-heuristic): Use
13166 file-ownership-preserved-p.
13167 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13168
13169 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13170
13171 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13172 vc-do-command.
13173
13174 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13175 when there are no changes.
13176
13177 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13178
13179 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13180
13181 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13182
13183 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13184
13185 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13186
13187 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13188 the `fset' outside of the defvar so that it works even if
13189 vc-prefix-map was already defined.
13190 (vc-setup-buffer): New function, split out of vc-do-command.
13191 (vc-do-command): Allow BUFFER to be t to mean `just use the
13192 current buffer without any fuss'.
13193 (vc-version-diff): Change the `diff' backend operation to just put
13194 the diff in the current buffer without erasing it. Always use
13195 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13196 shrink-window-if-larger-than-buffer.
13197 (vc-print-log): Change the `print-log' backend operation to just
13198 put the log in the current buffer without erasing it. Protect
13199 shrink-window-if-larger-than-buffer.
13200 (vc-update-change-log): Fix setd typo.
13201
13202 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13203 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13204
13205 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13206 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13207 CMP.
13208
13209 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13210 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13211 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13212
13213 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13214
13215 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13216 not possible, use vc-BACKEND-workfile-unchanged-p.
13217 (vc-default-workfile-unchanged-p): New function. Delegates to a
13218 full vc-BACKEND-diff.
13219
13220 * vc-hooks.el (vc-simple-command): Removed.
13221
13222 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13223 instead of vc-simple-command.
13224 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13225 avoid doing a diff when opening a file.
13226 (vc-rcs-state): Added check for unlocked-changes.
13227 (vc-rcs-header): Escape Id.
13228 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13229 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13230 version.
13231
13232 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13233 (vc-sccs-diff): Remove optional arg CMP.
13234 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13235 SCCS-specific function.
13236
13237 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13238 vc-simple-command.
13239
13240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13241
13242 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13243 (with-vc-file, vc-merge): Use vc-editable-p.
13244 (vc-do-command): Remove unused var vc-file and fix the
13245 doubly-defined `status' var. Add a user message when starting an
13246 async command.
13247 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13248 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13249 Use with-current-buffer.
13250 (vc-buffer-sync): Use unless.
13251 (vc-next-action-on-file): If the file is 'edited by read-only,
13252 make it read-write instead of trying to commit.
13253 (vc-version-diff, vc-update-change-log): Use `setq
13254 default-directory' rather than `cd'.
13255 (vc-log-edit): Don't forget to set default-directory in the
13256 buffer.
13257
13258 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13259 (vc-sccs-state-heuristic): Use file-writable-p instead of
13260 comparing userids.
13261 (vc-sccs-checkout): Use `unless'.
13262
13263 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13264 of comparing userids.
13265 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13266 Simplify the logic by eliminating unreachable code.
13267 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13268 just do a recursive call if we need to retry.
13269 (vc-rcs-checkout): Handle the case where rcs is missing by making
13270 the buffer read-write if requested and re-signalling the error.
13271
13272 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13273
13274 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13275
13276 * vc-hooks.el (vc-handled-backends): Docstring change.
13277 (vc-ignore-vc-files): Mark obsolete.
13278 (vc-registered): Check vc-ignore-vc-files.
13279 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13280 vc-ignore-vc-files.
13281
13282 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13283
13284 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13285
13286 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13287 files since ange-ftp already has vc-registered return nil.
13288
13289 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13290 (vc-sccs-workfile-version): Use with-temp-buffer and new
13291 vc-parse-buffer and don't bother setting the property.
13292 (vc-sccs-add-triple): Use with-current-buffer and
13293 find-file-noselect.
13294 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13295
13296 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13297 derives from the old vc-parse-buffer but uses the revision number
13298 rather than the date (much easier to compare robustly).
13299 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13300 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13301 locking-user more directly. Check strict locking and set
13302 checkout-model appropriately.
13303 (vc-rcs-parse-locks): Remove.
13304 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13305 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13306 (vc-rcs-system-release): Use with-current-buffer and
13307 vc-parse-buffer.
13308 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13309
13310 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13311 (vc-simple-command): Docstring fix.
13312 (vc-registered): Align the way the file-handler is called with the
13313 way the function itself works.
13314 (vc-file-owner): Remove.
13315
13316 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13317 extraction of fields and call to file-attributes because of a
13318 temporary bug in rcp.el.
13319 (vc-cvs-fetch-status): Use with-current-buffer.
13320
13321 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13322
13323 * vc.el (vc-do-command): Use file-relative-name.
13324 (vc-responsible-backend): Use vc-backend if possible.
13325 (vc-create-snapshot): Improve the `interactive' spec. Add support
13326 for branches and dispatch to backend-specific `create-snapshot'.
13327 (vc-default-create-snapshot): New function, containing the bulk of
13328 the old vc-create-snapshot.
13329 (vc-retrieve-snapshot): Improve the interactive spec.
13330
13331 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13332 (vc-backend-hook-functions): Remove.
13333 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13334 (vc-backend): Reintroduce the test for `file = nil' now that I
13335 know why it was there (and added a comment to better remember).
13336
13337 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13338 code from vc-sccs-hooks.el.
13339 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13340 'vc anymore.
13341 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13342 and file-directory-p instead of file-exists-p.
13343 (vc-sccs-check-headers): Simplify the regexp.
13344
13345 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13346 from vc-rcs-hooks.el. Don't require 'vc anymore.
13347 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13348 file-directory-p instead of file-exists-p.
13349
13350 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13351 from vc-cvs-hooks.el.
13352 (proto vc-cvs-registered): Require 'vc-cvs instead of
13353 'vc-cvs-hooks. Don't require 'vc anymore.
13354 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13355 file-directory-p instead of file-exists-p.
13356 (vc-cvs-create-snapshot): New function, replacing
13357 vc-cvs-assign-name.
13358 (vc-cvs-assign-name): Remove.
13359
13360 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13361
13362 * vc-cvs.el (vc-cvs-header): New var.
13363
13364 * vc-rcs.el (vc-rcs-exists): Remove.
13365 (vc-rcs-header): New var.
13366
13367 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13368 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13369 (vc-sccs-header): New var.
13370
13371 * vc.el (vc-do-command): Get rid of the `last' argument.
13372 (vc-header-alist): Remove, replaced by vc-X-header.
13373 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13374 (vc-dired-hook): Use expand-file-name instead of concat.
13375 (vc-directory): Use file-name-as-directory.
13376 (vc-snapshot-precondition, vc-create-snapshot)
13377 (vc-retrieve-snapshot): Allow the command to operate on any
13378 directory.
13379
13380 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13381 just removing the 'WORKFILE argument or by removing the 'MASTER
13382 argument and replacing `file' with (vc-name file).
13383
13384 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13385
13386 * vc.el: Update Copyright and add a crude list of backend funs.
13387 (vc-writable-p): New function.
13388 (with-vc-file): Use vc-writable-p.
13389 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13390 (vc-register): Avoid vc-name.
13391 (vc-locking-user): Remove.
13392 (vc-steal-lock): Make the `owner' arg non-optional.
13393 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13394 vc-checkout-model.
13395 (vc-default-dired-state-info): Use vc-state instead of
13396 vc-locking-user and return special strings for special states.
13397 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13398 and get rid of one of the special CVS cases.
13399 (vc-cancel-version): prettify error message with \\[...].
13400 (vc-rename-master): New function.
13401 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13402 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13403 the CVS special case generic.
13404 (vc-default-record-rename): Remove.
13405 (vc-file-tree-walk-internal): Only call FUNC for files that are
13406 under control of some VC backend and replace `concat' with
13407 expand-file-name.
13408 (vc-file-tree-walk): Update docstring.
13409 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13410 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13411
13412 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13413 vc-sccs-record-rename. Use `find-file-noselect' rather than
13414 `find-file' and call `vc-rename-master' to do the actual move.
13415 (vc-sccs-diff): Remove unused `backend' variable.
13416
13417 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13418 to delay loading of vc-sccs until it is really used.
13419 (vc-sccs-master-templates): Preload.
13420 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13421 (vc-sccs-project-dir): Remove (merged into
13422 vc-sccs-search-project-dir).
13423 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13424 rather than `concat', make sure it is preloaded and don't bother
13425 to check that the file actually exists.
13426 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13427 `locks' argument (use buffer's content instead) and eliminate n^2
13428 behavior.
13429
13430 * vc-rcs.el: Update Copyright.
13431 (vc-rcs-rename-file): New function.
13432 (vc-rcs-diff): Remove unused `backend' variable.
13433
13434 * vc-hooks.el: Update Copyright.
13435 (vc-backend): Don't accept a nil argument any more.
13436 (vc-up-to-date-p): Turn into a defsubst.
13437 (vc-possible-master): New function.
13438 (vc-check-master-templates): Use `vc-possible-master' and allow
13439 funs in vc-X-master-templates to return a non-existent file.
13440
13441 * vc-cvs.el: Update Copyright.
13442 (vc-cvs-diff): Remove unused `backend' variable.
13443 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13444
13445 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13446
13447 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13448
13449 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13450 since it can be called from vc-rcs.el.
13451 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13452
13453 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13454
13455 * vc.el (vc-version-diff): Expand file name read from the
13456 minibuffer. Handle the case when a previous version number can't
13457 be guessed. Give suitable messages when there were no differences
13458 found.
13459 (vc-clear-headers): Call backend-specific implementation, if one
13460 exists.
13461 (vc-cancel-version): Made error checks generic. When done, clear
13462 headers generically, too.
13463
13464 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13465 from vc-clear-headers in vc.el.
13466
13467 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13468 correctly.
13469 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13470 optional. Handle the case when it's not there.
13471
13472 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13473
13474 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13475
13476 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13477
13478 * vc-hooks.el (vc-loadup): Remove.
13479 (vc-find-backend-function): Use `require'. Also, handle the case
13480 where vc-BACKEND-hooks.el doesn't exist.
13481 (vc-call-backend): Cleanup.
13482
13483 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13484
13485 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13486 vc-rcs-grab-templates)
13487 (vc-rcs-registered): Remove. The default function works as well.
13488 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13489 vc-sccs-grab-templates)
13490 (vc-sccs-registered): Remove. The default function works as well.
13491
13492 * vc.el (vc-version-diff): Left out a vc- in call to
13493 vc-call-backend.
13494 (vc-default-dired-state-info, vc-default-record-rename)
13495 (vc-default-merge-news): Update for the new backend argument.
13496
13497 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13498 using the default function.
13499 (vc-call-backend): If calling the default function, pass it the
13500 backend as first argument. Update the docstring accordingly.
13501 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13502 for the new backend argument.
13503 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13504 (vc-find-backend-function): Use the new name.
13505 (vc-default-registered): New function.
13506
13507 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13508
13509 * vc.el (vc-merge): Use vc-find-backend-function.
13510
13511 * vc-hooks.el (vc-backend-functions): Remove.
13512 (vc-loadup): Don't setup 'vc-functions.
13513 (vc-find-backend-function): New function.
13514 (vc-call-backend): Use above fun and populate 'vc-functions
13515 lazily.
13516 (vc-backend-defines): Remove.
13517
13518 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13519
13520 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13521 Call vc-call-backend without the leading vc-.
13522 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13523 (vc-check-headers): Call vc-call-backend without the leading vc-.
13524 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13525 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13526 Call vc-call-backend without the leading vc-.
13527
13528 * vc-cvs.el (tail): Provide vc-cvs.
13529 * vc-sccs.el (tail): Provide vc-sccs.
13530 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13531
13532 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13533 (vc-make-backend-function, vc-call): Pass names without leading
13534 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13535 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13536 (vc-call-backend): Always try to load vc-X-hooks.
13537 (vc-registered): Remove vc- in call to vc-call-backend.
13538
13539 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13540
13541 * vc.el (vc-process-filter): New function.
13542 (vc-do-command): Setup `vc-process-filter' for the async process.
13543 (vc-maybe-resolve-conflicts): New function to reduce
13544 code-duplication. Additionally, it puts the buffer in
13545 `smerge-mode' if applicable.
13546 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13547 calling `merge-news'.
13548 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13549 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13550 interfacing to log-edit.el.
13551 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13552 log-edit is available.
13553 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13554
13555 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13556
13557 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13558 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13559 defvar and the initialization.
13560 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13561
13562 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13563 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13564
13565 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13566
13567 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13568
13569 * vc.el (vc-file-clear-masterprops): Removed.
13570 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13571 (vc-version-diff): Use buffer-size without argument.
13572 (vc-register): Heed vc-initial-comment.
13573
13574 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13575 default branch.
13576
13577 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13578 file name and workfile version.
13579 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13580
13581 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13582 vc-file-clear-masterprops.
13583
13584 * vc-sccs.el (vc-sccs-checkout): Removed call to
13585 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13586 rather than user login name.
13587
13588
13589 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13590
13591 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13592 `want-differences-if-changed' and simplify.
13593 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13594 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13595 output (which is invalid for async vc-diff) to decide whether to
13596 do the revert silently or not.
13597
13598 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13599
13600 * vc-hooks.el (vc-loadup): Load files quietly.
13601 (vc-call-backend): Oops, brain fart.
13602
13603 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13604
13605 * vc-cvs.el (vc-cvs-state): Typo.
13606 (vc-cvs-merge-news): Return the status code rather than the error msg.
13607
13608 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13609
13610 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13611 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13612 vc-state or vc-up-to-date-p.
13613 (vc-merge): Use vc-backend-defines to check whether merging is
13614 possible. Set state to 'edited after successful merge.
13615
13616 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13617 return that name. Redocumented.
13618
13619 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13620
13621 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13622 new `vc-state' semantics.
13623 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13624 'vc-locking-user to the current user.
13625 (vc-merge): Inline vc-backend-merge. Comment out code that I
13626 don't understand and hence can't adapt to the new `vc-state' and
13627 `vc-locking-user' semantics.
13628 (vc-backend-merge): Remove.
13629
13630 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13631 rather than 'vc-locking-user.
13632
13633 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13634
13635 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13636 (vc-state): Don't use 'reserved any more. Just use the same
13637 convention as the one used for vc-<backend>-state where the
13638 locking user (as a string) is returned.
13639 (vc-locking-user): Update, based on the above convention. The
13640 'vc-locking-user property has disappeared.
13641 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13642
13643 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13644 with a heuristic one.
13645 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13646 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13647 error. That allows us to get to 'needs-merge even in the
13648 stay-local case. There's still no way to detect 'needs-patch in
13649 such a setup (or to force an update for that matter).
13650 (vc-cvs-logentry-check): Remove, the default works as well.
13651
13652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13653
13654 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13655
13656 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13657 major-mode in which the buffer might have been put earlier. Use
13658 `remove' and `when'. Allow `okstatus' to be `async' and use
13659 `start-process' in this case.
13660 (vc-version-diff): Handle the case where the diff looks empty
13661 because of the use of an async process.
13662
13663 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13664
13665 * vc.el (vc-next-action-on-file): Removed optional parameter
13666 `simple'. Recompute state unconditionally.
13667 (vc-default-toggle-read-only): Removed.
13668
13669 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13670 (vc-toggle-read-only): Undid prev change.
13671
13672 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13673 vc-cvs-simple-toggle. Redocumented.
13674 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13675 (vc-cvs-toggle-read-only): Removed.
13676
13677 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13678
13679 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13680 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13681 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13682 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13683 still is. So maybe it should be removed.
13684 (vc-head-version, vc-find-binary): Remove.
13685 (vc-recompute-state): Move from vc-hooks.el.
13686 (vc-next-action-on-file): Add a `simple' argument to allow
13687 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13688 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13689 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13690 (vc-dired-mode-map): Properly defvar it.
13691 (vc-print-log): Call log-view-mode if available.
13692 (small-temporary-file-directory): defvar instead of use boundp.
13693 (vc-merge-news): Moved to vc-cvs.el.
13694 (vc-default-merge-news): New function.
13695
13696 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13697 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13698 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13699 unknown `vc-latest-version' function. It should probably refer to
13700 vc-workfile-version or somesuch, but it's very unclear to me and I
13701 don't have SCCS to test things.
13702
13703 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13704 (vc-sccs-state-heuristic): Fix typo.
13705 (vc-sccs-workfile-unchanged-p): Add missing argument.
13706
13707 * vc-rcs.el: Require vc and vc-rcs-hooks.
13708 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13709 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13710 (vc-release-greater-or-equal-p): Move from vc.
13711 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13712 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13713 (vc-rcs-checkout): Add a missing `new-version' argument in the
13714 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13715
13716 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13717 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13718 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13719 than the apparently unbound `workfile-version'.
13720
13721 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13722 (vc-file-prop-obarray): Use `make-vector'.
13723 (vc-backend-functions): Add new hookable functions
13724 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13725 (vc-loadup): If neither backend nor default functions exist, use
13726 the backend function rather than nil.
13727 (vc-call-backend): If the function if not bound yet, try to load
13728 the non-hook file to see if it provides it.
13729 (vc-call): New macro plus use it wherever possible.
13730 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13731 nor `vc-find-binary' since it's only called from
13732 vc-mistrust-permission which is only used once the backend is known.
13733 (vc-checkout-model): Fix parenthesis.
13734 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13735
13736 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13737 (vc-cvs-release, vc-cvs-system-release): Remove.
13738 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13739 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13740 status symbols.
13741 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13742 (vc-cvs-toggle-read-only): First cut at a function to allow a
13743 cvs-status-free vc-toggle-read-only.
13744 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13745 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13746 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13747 (vc-cvs-checkout): Modify access rights directly if the user
13748 requested not to use `cvs edit'. And refresh the mode line.
13749
13750 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13751 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13752
13753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13754
13755 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13756 workfile' that got lost when the code was extracted from vc.el.
13757 And merged the tail with the rest of the code (not possible in the
13758 old vc.el where the tail was shared among all backends). And
13759 explicitly set the state to 'edited if `writable' is set.
13760
13761 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13762 (vc-cvs-state): Be careful to return the value from
13763 vc-cvs-parse-state.
13764 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13765 property but return it instead. Also be careful to handle a nil
13766 or "" `rev' when workfile is non-nil (it was handled properly when
13767 workfile was nil).
13768
13769 * vc.el: Removed those pesky unnecessary `(function' quotes.
13770 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13771 directly in the defvar.
13772 (vc-do-command): Bind inhibit-read-only so as to properly handle
13773 the case where the destination buffer has been made read-only.
13774 (vc-diff): Delegate to vc-version-diff in all cases.
13775 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13776 (vc-annotate-mode-variables): Removed (code moved partly to
13777 defvars and partly to vc-annotate-add-menu).
13778 (vc-annotate-mode): Turned into a derived-mode.
13779 (vc-annotate-add-menu): Moved in code in
13780 vc-annotate-mode-variables.
13781 (vc-update-change-log): Use make-temp-file if available.
13782
13783 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13784
13785 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13786 `vc-checkout-model' updated to `vc-cvs-update-model'.
13787
13788 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13789
13790 * vc.el (vc-next-action-on-file): Added handling of state
13791 `unlocked-changes'.
13792 (vc-checkout-carefully): Is now practically obsolete, unless the
13793 above is too slow to be enabled unconditionally.
13794 (vc-update-change-log): Fixed typo.
13795
13796 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13797
13798 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13799 Now handles state `unlocked-changes'.
13800 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13801
13802 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13803
13804 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13805 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13806 `unlocked-changes'.
13807 (vc-rcs-workfile-unchanged-p): Renamed from
13808 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13809 function yet, but supposed to become one soon.
13810
13811 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13812 `vc-steal-lock'.
13813 (vc-call-backend): Changed error message.
13814 (vc-state): Added description of state `unlocked-changes'.
13815
13816 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13817
13818 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13819 always return t in CVS-controlled directories.
13820
13821 * vc.el (vc-responsible-backend): New function.
13822 (vc-register): Largely rewritten.
13823 (vc-admin): Removed (implementation moved into vc-register).
13824 (vc-checkin): Redocumented.
13825 (vc-finish-logentry): If no backend defined yet (because we are in
13826 the process of registering), use the responsible backend.
13827
13828 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13829 Updated function lists.
13830 (vc-call-backend): Fixed typo.
13831
13832 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13833 New functions.
13834 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13835 Removed query option. Redocumented.
13836
13837 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13838
13839 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13840
13841 * vc.el: Updated callers of `vc-checkout-required' to use
13842 `vc-checkout-model'.
13843
13844 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13845
13846 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13847 stuff updated to reference this function instead of the old
13848 `vc-backend-release-p'.
13849
13850 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13851
13852 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13853 vc-checkout-model. Return appropriate values. Updated callers.
13854
13855 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13856
13857 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13858 (vc-backend-revert): Function moved into `vc-revert';
13859 `vc-next-action' must be updated to accomodate this change.
13860 (vc-backend-steal): Function moved into `vc-finish-steal'.
13861 (vc-backend-logentry-check): Function moved into
13862 `vc-finish-logentry'.
13863 (vc-backend-printlog): Function moved into `vc-print-log'.
13864 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13865 (vc-backend-assign-name): Function moved into
13866 `vc-create-snapshot'.
13867
13868 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13869
13870 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13871 Rename to vc-checkout-model. Return appropriate values.
13872 Update callers.
13873
13874 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13875 to vc-checkout-model.
13876 (vc-checkout-required): Rename to vc-checkout-model.
13877 Re-implement and re-comment.
13878 (vc-after-save): Use vc-checkout-model.
13879
13880 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13881
13882 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13883 Update to use the vc-BACKEND-diff functions instead.
13884 `vc-diff' is now working.
13885
13886 * vc-rcs.el (vc-rcs-logentry-check): New function.
13887
13888 * vc-cvs.el (vc-cvs-logentry-check): New function.
13889
13890 * vc-sccs.el (vc-sccs-diff): Function changed name from
13891 `vc-backend-diff'. This makes `vc-diff' work.
13892
13893 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13894 of functions possibly implemented in a vc-BACKEND library.
13895 (vc-checkout-required): Fix bug that caused an error to be
13896 signaled during `vc-after-save'.
13897
13898 * vc.el: Fix typo.
13899 This checkin is made with our new VC code base for the very first time.
13900 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13901
13902 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13903 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13904
13905 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13906 updated to `vc-uses-locking'.
13907 (vc-checkout-required): Call to backend function.
13908 `vc-checkout-required' updated to `vc-uses-locking' instead.
13909
13910 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13911 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13912
13913 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13914 to match the split into various backends.
13915 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13916 (vc-retrieve-snapshot): Bug fix.
13917
13918 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13919
13920 * vc-sccs.el (vc-sccs-release): Doc fix.
13921
13922 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13923
13924 * vc.el (vc-next-action-on-file): Bug found and fixed.
13925 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13926 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13927
13928 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13929 (vc-rcs-checkout): Name space cleaned up. No more revision number
13930 crunching function names that are not prefixed with vc-rcs.
13931 (vc-rcs-checkout-model): Function added. References to
13932 `vc-checkout-model' replaced.
13933
13934 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13935
13936 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13937 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13938 still need to be split, and implemented for RCS).
13939
13940 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13941
13942 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13943
13944 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13945 required by the vc.el file.
13946
13947 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13948 required by the vc.el file.
13949 (vc-rcs-exists): Function added.
13950
13951 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13952 required by the vc.el file.
13953
13954 * vc.el (vc-admin): Updated to handle selection of appropriate
13955 backend. Current implementation is crufty and need re-thinking.
13956
13957 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13958
13959 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13960
13961 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13962 beginning of annotate buffers correctly.
13963
13964 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13965 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13966 functionality updated quite a lot to support multiple backends.
13967 Variables `vc-annotate-mode', `vc-annotate-buffers',
13968 `vc-annotate-backend' added.
13969
13970 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13971 `vc-annotate-difference' added to supported backend functions.
13972
13973 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13974
13975 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13976 Use with-temp-file instead of /bin/sh. Merged from mainline
13977
13978 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13979
13980 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13981
13982 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13983
13984 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13985
13986 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13987
13988 * vc-hooks.el: vc-state-heuristic added to
13989 vc-backend-hook-functions.
13990
13991 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13992
13993 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13994
13995 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13996 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13997 state to `reserved'.
13998
13999 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14000 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14001
14002 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14003
14004 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14005 untouched.
14006
14007 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14008
14009 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14010 if defined. (Merged from main line, slightly adapted.)
14011
14012 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14013 millenium problem (merged from mainline).
14014
14015 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14016
14017 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14018 part and moved the non-BACKEND stuff to vc.el.
14019
14020 * vc.el: Split the annotate feature into a BACKEND specific part
14021 and moved it from the vc-cvs.el file to this one.
14022
14023 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14024
14025 * vc-hooks.el: Implement new state model.
14026 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14027 (vc-locking-user): Simplify. Now only needed if the file is
14028 locked by somebody else.
14029 (vc-lock-from-permissions): Remove. Functionality is in
14030 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14031 (vc-mode-line-string): New name for former vc-status. Adapted.
14032 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14033
14034 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14035 Various simplifications and adaptations all over the place.
14036
14037 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14038 Simplify and adapt the rest.
14039
14040 * vc.el (vc-resynch-window): Add TODO comment: check for
14041 interaction with view mode according to recent RCS change.
14042 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14043
14044 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14045
14046 * vc.el: Convert the remaining function comments to docstrings.
14047
14048 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14049
14050 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14051 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14052 (vc-minor-part, vc-previous-version): Functions that operate and
14053 compare revision numbers got proper documentation. Comments added
14054 about their possible removal.
14055
14056 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14057
14058 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14059 the vc-backend.el files.
14060
14061 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14062
14063 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14064 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14065 (vc-rcs-previous-version): Functions added.
14066
14067 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14068
14069 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14070
14071 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14072
14073 * vc-hooks.el (vc-master-templates): Is really obsolete.
14074 Comment out the definition for now. What is the right procedure
14075 to get rid of it?
14076 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14077 rewritten.
14078 (vc-default-registered): Remove.
14079 (vc-check-master-templates): New function; does mostly what the
14080 above did before.
14081 (vc-locking-user): Don't rely on the backend to set the property.
14082
14083 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14084 Rewrite documentation.
14085 (vc-rcs-templates-grabbed): New variable.
14086 (vc-rcs-grab-templates): New function.
14087 (vc-rcs-registered): Rewrite to use above mechanism.
14088
14089 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14090 Rewrite documentation.
14091 (vc-sccs-templates-grabbed): New variable.
14092 (vc-sccs-grab-templates): New function.
14093 (vc-sccs-registered): Rewrite to use above mechanism.
14094 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14095 Don't throw the result, simply return it.
14096
14097 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14098 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14099 (vc-cvs-registered): Does the check itself now. Simplify.
14100
14101 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14102 from main line.
14103
14104 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14105
14106 * vc-cvs.el (vc-cvs-diff): New function.
14107
14108 * vc-sccs.el (vc-sccs-diff): New function.
14109
14110 * vc-rcs.el (vc-rcs-diff): New function.
14111 (vc-rcs-checkout): Bug (typo) found and fixed.
14112 (vc-rcs-register-switches): New variable.
14113
14114 * vc.el (vc-backend-diff): Function removed and placed in the
14115 backend files.
14116
14117 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14118
14119 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14120
14121 * vc.el (vc-backend-checkout): Function removed and replaced in
14122 the vc-backend.el files.
14123
14124 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14125
14126 * vc.el (vc-backend-admin): Removed and replaced in the
14127 vc-backend.el files.
14128
14129 * vc.el (Martin): Removed all the annotate functionality since it
14130 is CVS backend specific.
14131
14132 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14133
14134 * spec.txt: Added specification of vc-state.
14135
14136 * vc-sccs-hooks.el (vc-sccs-master-properties):
14137 Remove handling of vc-latest-version and
14138 vc-your-latest-version. What used to be vc-latest-version, is now
14139 returned as vc-workfile-version.
14140 (vc-sccs-workfile-version): Adapt.
14141
14142 2000-09-04 Dave Love <fx@gnu.org>
14143
14144 * vc.el: [Merged from mainline.]
14145 (vc-dired-mode): Make the dired-move-to-filename-regexp
14146 regexp match the date, to avoid treating date as file size.
14147 Add YYYY S option to WESTERN/
14148
14149 2000-09-04 Dave Love <fx@gnu.org>
14150
14151 * vc.el: Require `compile' when compiling.
14152 (vc-logentry-check-hook): New option.
14153 (vc-steal-lock): Use compose-mail.
14154 (vc-dired-mode-map): Defvar when compiling.
14155 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14156 vc-sccs.el and renamed. Callers changed.
14157 (vc-backend-checkout, vc-backend-logentry-check)
14158 (vc-backend-merge-news): Doc fix.
14159 (vc-default-logentry-check): New function.
14160 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14161 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14162 (vc-backend-merge): Doc fix. Use backend functions.
14163 (vc-check-headers): Use backend functions.
14164
14165 * vc-cvs.el: Require vc when compiling.
14166 (vc-cvs-register-switches): Doc fix.
14167 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14168 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14169 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14170 New functions (code from vc.el).
14171 (vc-annotate-display-default): Fix interactive spec.
14172 (vc-annotate-time-span): Doc fix.
14173
14174 * vc-rcs.el: Require vc when compiling.
14175 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14176 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14177 (vc-rcs-checkin): New functions (code from vc.el).
14178 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14179 Doc fix.
14180 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14181
14182 * vc-sccs.el: Require vc when compiling.
14183 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14184 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14185 (vc-sccs-revert)
14186 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14187 from vc.el).
14188 (vc-sccs-add-triple, vc-sccs-record-rename)
14189 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14190 (vc-sccs-admin): Doc fix.
14191
14192 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14193
14194 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14195 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14196 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14197 from vc.el.
14198
14199 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14200
14201 * vc-cvs.el: Moved the annotate functionality from vc.el.
14202 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14203
14204 2000-09-04 Dave Love <fx@gnu.org>
14205
14206 * vc.el (vc-backend-release): Call vc-system-release.
14207
14208 * vc-sccs.el (vc-sccs-system-release):
14209 Renamed from vc-sccs-backend-release.
14210
14211 * vc-rcs.el (vc-rcs-system-release):
14212 Renamed from vc-rcs-backend-release.
14213
14214 * vc-cvs.el (vc-cvs-system-release):
14215 Renamed from vc-cvs-backend-release.
14216
14217 2000-09-04 Dave Love <fx@gnu.org>
14218
14219 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14220 backend files.
14221 (vc-backend-release): Dispatch to backend functions.
14222 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14223 probably needs attention.]
14224
14225 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14226 (vc-sccs-backend-release): New function.
14227
14228 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14229 (vc-cvs-backend-release): New function.
14230
14231 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14232 Doc fix.
14233 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14234 (vc-default-dired-state-info): New function.
14235 (vc-dired-state-info): Dispatch to backends.
14236 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14237
14238 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14239 from vc.el and renamed.
14240
14241 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14242
14243 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14244 (vc-version-other-window, vc-backend-assign-name): Removed
14245 references to vc-latest-version; sometimes changed into
14246 vc-workfile-version.
14247
14248 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14249 vc-rcs-master-workfile-version.
14250 (vc-rcs-workfile-version): Use the above. Don't call
14251 vc-latest-version (that was unreachable code, anyway).
14252 (vc-rcs-fetch-master-properties): Doc fix.
14253
14254 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14255 (vc-backend-hook-functions): Removed them from this list, too.
14256 (vc-fetch-properties): Removed.
14257 (vc-workfile-version): Doc fix.
14258
14259 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14260 (vc-rcs-workfile-version, vc-rcs-locking-user)
14261 (vc-rcs-uses-locking): Use it.
14262
14263 * vc-hooks.el (vc-consult-rcs-headers):
14264 Moved into vc-rcs-hooks.el, under the name
14265 vc-rcs-consult-headers.
14266
14267 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14268 headers.
14269 (vc-cvs-find-master): Use this name only; correct different
14270 versions of the name.
14271
14272 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14273 New functions.
14274 (vc-sccs-locking-user): Use the latter.
14275
14276 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14277 New functions.
14278
14279 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14280 Moved into both
14281 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14282 functions are implementation details of those two backends.
14283
14284 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14285
14286 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14287 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14288
14289 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14290 (vc-sccs-parse-locks): SCCS-specific code moved here from
14291 vc-hooks.
14292
14293 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14294 code moved here from vc-hooks.
14295
14296 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14297 into back-end specific parts and removed. Callers not updated
14298 yet; because I guess these callers will disappear into back-end
14299 specific files anyway.
14300
14301 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14302
14303 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14304 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14305 `vc-uses-locking'.
14306
14307 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14308 Store yes/no in the property, and return t/nil. Updated all
14309 callers.
14310
14311 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14312 vc-sccs-uses-locking. Don't set property.
14313 (vc-sccs-locking-user): Don't set property.
14314
14315 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14316 vc-cvs-uses-locking. Don't set property here; leave that to
14317 vc-hooks.
14318 (vc-cvs-locking-user): Reflect above change. Streamlined.
14319
14320 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14321 vc-rcs-uses-locking.
14322 (vc-rcs-locking-user): Reflect above change.
14323
14324 2000-09-04 Dave Love <fx@gnu.org>
14325
14326 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14327
14328 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14329
14330 * vc-hooks.el (vc-checkout-model): Punt to backends.
14331
14332 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14333
14334 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14335
14336 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14337 New functions.
14338
14339 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14340 New functions.
14341
14342 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14343 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14344
14345 * vc-hooks.el (vc-default-locking-user): New function.
14346 (vc-locking-user, vc-workfile-version): Punt to backends.
14347
14348 2000-09-04 Dave Love <fx@gnu.org>
14349
14350 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14351 (vc-master-workfile-version): Moved from vc-hooks.
14352
14353 * vc-rcs-hooks.el: Fix duplicate code in last change.
14354
14355 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14356 (vc-rcs-master-templates): Improve :type.
14357 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14358 vc-master-workfile-version): Moved from vc-hooks.
14359
14360 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14361 (vc-sccs-master-templates): Improve :type.
14362 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14363
14364 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14365
14366 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14367 (vc-cvs-master-templates): Improve :type. Use
14368 vc-cvs-find-cvs-master.
14369 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14370 from vc-hooks.
14371 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14372
14373 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14374 Moved to vc-cvs-hooks.
14375
14376 * vc-hooks.el: Add doc strings in various places. Simplify the
14377 minor mode setup.
14378 (vc-handled-backends): New user variable.
14379 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14380 simplification.
14381
14382 2000-09-04 Dave Love <fx@gnu.org>
14383
14384 * vc.el: Some doc fixes for autoloaded and interactive functions.
14385 Fix compilation warnings from ediff stuff.
14386 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14387
14388 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14389
14390 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14391
14392 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14393
14394 2000-09-04 Dave Love <fx@gnu.org>
14395
14396 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14397 New variable.
14398 (vc-make-backend-function, vc-loadup, vc-call-backend)
14399 (vc-backend-defines): New functions.
14400
14401 * vc-hooks.el: Various doc fixes.
14402 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14403 (vc-match-substring): Function removed. Callers changed to use
14404 match-string.
14405 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14406 Simplify.
14407
14408 2000-09-04 Dave Love <fx@gnu.org>
14409
14410 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14411 type.
14412 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14413 (vc-sccs-registered): Doc fix.
14414
14415 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14416 (vc-cvs-registered): Doc fix.
14417
14418 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14419 (vc-rcs-registered): Doc fix.
14420
14421 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14422
14423 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14424
14425 * vc-hooks.el: vc-registered has been renamed
14426 vc-default-registered. Some functions have been moved to the
14427 backend specific files. they all support the
14428 vc-BACKEND-registered functions.
14429
14430 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14431
14432 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14433
14434 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14435
14436 2000-09-04 Dave Love <fx@gnu.org>
14437
14438 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14439 menu-bar-update-hook.
14440
14441 * help.el (help-manyarg-func-alist): Add
14442 find-operation-coding-system.
14443
14444 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14445
14446 * custom.el (custom-set-variables): Print message about errors in
14447 setting.
14448
14449 2000-09-03 Andrew Innes <andrewi@gnu.org>
14450
14451 * makefile.w32-in: Change to DOS line endings.
14452
14453 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14454
14455 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14456 minor-mode keymaps, if they don't have one.
14457
14458 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14459
14460 * eshell/esh-module.el (eval-when-compile): Don't lose if
14461 esh-module.el's file name is truncated to DOS 8+3 limits.
14462
14463 2000-09-01 John Wiegley <johnw@gnu.org>
14464
14465 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14466 predicate, which caused entries in the completion list to be
14467 doubled.
14468
14469 2000-08-30 John Wiegley <johnw@gnu.org>
14470
14471 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14472 sending to subprocesses. Also, hook pre-command-hook if
14473 `eshell-send-direct-to-subprocesses' is non-nil.
14474 (eshell-send-direct-to-subprocesses): New config variable. If t,
14475 subprocess input is send immediately.
14476 (eshell-toggle-direct-send): New function.
14477 (eshell-self-insert-command): New function.
14478 (eshell-intercept-commands): New function.
14479 (eshell-send-input): If direct subprocess sending is enabled,
14480 don't echo any input to the Eshell buffer. Let the subprocess
14481 handle that. This requires "stty echo" in bash, for example.
14482
14483 2000-08-28 John Wiegley <johnw@gnu.org>
14484
14485 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14486 completion function for Eshell's implementation of `unset'.
14487
14488 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14489
14490 * info.el (Info-directory-list): Doc fix.
14491
14492 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14493
14494 * filecache.el (file-cache-add-directory-using-find): Don't quote
14495 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14496
14497 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14498
14499 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14500 coding systems.
14501
14502 2000-08-30 Andrew Innes <andrewi@gnu.org>
14503
14504 * timer.el (run-with-idle-timer): Undo last change, so that timer
14505 is not activated immediately if Emacs is already idle. Some
14506 existing code relies on this behaviour.
14507
14508 2000-08-30 Miles Bader <miles@gnu.org>
14509
14510 * frame.el (set-frame-font): Do completion of font-name for
14511 interactive use.
14512
14513 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14514
14515 * international/quail.el (quail-start-translation): Bind locally
14516 last-command-event, last-command, and this-command.
14517 (quail-start-conversion): Likewise.
14518 (quail-self-insert-command): Fix docstring.
14519
14520 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14521
14522 * progmodes/executable.el
14523 (executable-make-buffer-file-executable-if-script-p): Check that
14524 buffer contains at least 2 characters.
14525
14526 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14527
14528 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14529
14530 2000-08-29 Dave Love <fx@gnu.org>
14531
14532 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14533 (diff-mode-shared-map): Bind mouse-2.
14534 (diff-imenu-generic-expression): New variable.
14535 (diff-mode): Use it.
14536
14537 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14538 (mouse-popup-menubar): Add minor mode menus.
14539 (popup-menu): Check for lookup-key returning number.
14540
14541 2000-08-29 Miles Bader <miles@gnu.org>
14542
14543 * comint.el (comint-send-input): Create overlays using the proper
14544 front/read-advance arguments.
14545
14546 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14547
14548 * ps-print.el: Even/odd pages printing. Doc fix.
14549 (ps-print-version): New version number (6.0).
14550 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14551 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14552 (ps-print-duplex-feature): Variable eliminated.
14553 (ps-even-or-odd-pages): New variable.
14554
14555 * progmodes/ebnf2ps.el: Doc fix.
14556 (ebnf-version): New version (3.3).
14557 (ebnf-user-arrow): Change variable customization to sexp.
14558 (ebnf-user-arrow): Function eliminated.
14559 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14560
14561 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14562
14563 * help.el (help-xref-mule-regexp): New variable.
14564 (help-make-xrefs): Handle help-xref-mule-regexp.
14565
14566 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14567 variable.
14568 (describe-input-method): Temporarily activate the specfied input
14569 method to display the information.
14570 (describe-language-environment): Hyperlinks to mule related items.
14571
14572 * international/mule-diag.el (charset-multibyte-form-string): New
14573 function.
14574 (list-character-sets-1): Use charset-multibyte-form-string.
14575 (describe-character-set): New function.
14576 (describe-coding-system): Hyperlinks to safe character sets.
14577
14578 * international/quail.el (quail-help): New arg PACKAGE.
14579 Hyperlinks to mule related items.
14580 (quail-help-insert-keymap-description): Use
14581 substitute-command-keys instead of describe-bindings.
14582 (quail-translation-help): Hyperlinks to mule related items.
14583
14584 2000-08-28 John Wiegley <johnw@gnu.org>
14585
14586 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14587 have a defsubst call itself. Made `eshell-flatten-list' back into
14588 a function again.
14589
14590 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14591 catch, in case re-centering point at bottom messes up the display.
14592 This happens frequently in Emacs 21, due I believe to variable
14593 line heights.
14594
14595 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14596 to call `find-tag-interactive'.
14597
14598 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14599 the list of remember directories.
14600
14601 2000-08-28 John Wiegley <johnw@gnu.org>
14602
14603 * align.el: Test align-region-separate to see if it's a symbol.
14604
14605 2000-08-28 John Wiegley <johnw@gnu.org>
14606
14607 * eshell/esh-util.el (eshell-flatten-list): Made this function
14608 into a defsubst form. It gets used very frequently, although
14609 calls don't occur all that often.
14610
14611 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14612 examining it.
14613
14614 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14615 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14616 `eshell-protect'.
14617 (eshell-copy-handles): Created a new macro for duplicating the
14618 current set of open handles. This is needed by the looping
14619 functions.
14620 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14621 is not incorrectly stomped on.
14622
14623 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14624 declaration for pcomplete-use-paring.
14625 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14626 value of eshell-cmpl-use-paring.
14627 * pcomplete.el (pcomplete-use-paring): New config variable, to
14628 indicate whether paring should be used.
14629 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14630 completion alternatives that have already been used.
14631
14632 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14633 bound to C-c C-y, which will repeat the previous N arguments
14634 (based on prefix argument).
14635 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14636
14637 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14638 if there is no *Help* buffer. This is for XEmacs, which renames
14639 its help buffers uniquely. TODO: Find out what the current buffer
14640 name to delete is.
14641
14642 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14643 first entry that correlates to a passwd/group number. Later
14644 entries (used for group/user name aliasing to multiple IDs) are
14645 ignored.
14646
14647 * eshell/em-xtra.el (eshell/expr):
14648 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14649 (eshell-grep, eshell/diff, eshell/locate):
14650 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14651 argument list, before passing it to the system command.
14652
14653 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14654 `find-tag' for use at final position in Eshell buffers (which
14655 otherwise triggers an error on Emacs 21).
14656 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14657 buffer, if it is currently bound to `find-tag'.
14658
14659 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14660 in the list of matched Makefile names.
14661 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14662 directory, prefer its contents to Makefile.
14663
14664 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14665 directory parts (like "cd old new", or "cd =regexp"), are now case
14666 sensitive on non-Windows/DOS platforms.
14667
14668 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14669 types RET after an open delimiter (like "), display a message
14670 indicating that Eshell is waiting for the closing delimiter.
14671
14672 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14673 environment variables.
14674
14675 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14676 gracefully if the user enters incorrect arguments.
14677
14678 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14679 Eshell buffers.
14680
14681 * eshell/esh-var.el (eshell-interpolate-variable):
14682 * eshell/esh-mode.el (eshell-move-argument):
14683 * eshell/em-unix.el (eshell-du-sum-directory):
14684 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14685 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14686 (not (= ...)).
14687
14688 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14689 to ensure the `preserve' flag gets propagated when doing recursive
14690 directory copies.
14691
14692 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14693
14694 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14695 Don't convert \n into \0177 in memory.
14696 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14697 and back again, when reading and writing.
14698
14699 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14700
14701 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14702 testing of `fboundp' on `processp'.
14703
14704 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14705 (eshell/jobs): Don't call process-list if it is not bound.
14706 (eshell-gather-process-output): Support systems where async
14707 subprocesses aren't supported.
14708 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14709 variables.
14710
14711 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14712 eshell-do-eval returns t.
14713 (eshell-do-pipelines-synchronously): New defmacro.
14714 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14715 when async subprocesses aren't supported.
14716 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14717 if async subprocesses aren't supported.
14718 (eshell-resume-command): Don't assume STATUS is a string.
14719
14720 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14721
14722 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14723 (eshell-close-target, eshell-get-target): Use eshell-processp.
14724 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14725 fix.
14726 (eshell-get-target, eshell-create-handles): Doc fix.
14727
14728 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14729
14730 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14731 criterion to include commands that output something, as long as it
14732 leaves both the command and the end-of-buffer visible when the
14733 command has exited.
14734 (eshell-review-quick-commands): Adjust the help doc string
14735 accordingly.
14736
14737 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14738
14739 * locate.el (locate): Cleaned up locate command's interactive prompting
14740 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14741
14742 * filecache.el (file-cache-case-fold-search): New variable
14743 (file-cache-assoc-function): New variable
14744 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14745 Use file-cache-case-fold-search variable
14746 (file-cache-add-file): Use file-cache-assoc-function
14747 (file-cache-delete-file): likewise
14748 (file-cache-directory-name): likewise
14749 (file-cache-debug-read-from-minibuffer): likewise
14750
14751 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14752
14753 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14754 (abbrev-table-name): New function.
14755 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14756 If non-nil list local abbrev, only.
14757
14758 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14759
14760 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14761 from Gnus support code, and use special article copy buffer
14762 `(gnus-original-article-buffer)' instead. This allows to get rid
14763 of article-hide-headers usage (which breaks in the latest Gnus
14764 version). Thanks to Detlev Zundel.
14765
14766 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14767
14768 * international/quail.el (quail-use-package): Hide "... loaded"
14769 message.
14770 (quail-start-translation, quail-start-conversion): Likewise.
14771
14772 * international/kkc.el (kkc-region): Hide "... loaded" message.
14773
14774 2000-08-27 Dave Love <fx@gnu.org>
14775
14776 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14777
14778 2000-08-27 Miles Bader <miles@gnu.org>
14779
14780 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14781
14782 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14783
14784 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14785 'ja-dic-cnv), not (require 'skkdic-cnv).
14786
14787 2000-08-26 Miles Bader <miles@gnu.org>
14788
14789 * faces.el (face-x-resources): Add entry for :inherit.
14790 * cus-face.el (custom-face-attributes): Add support for :inherit
14791 attribute. Add support for relative face heights.
14792 (custom-face-attributes-get): Treat `nil' as being a default value
14793 for :inherit (as well as `unspecified').
14794
14795 * faces.el (set-face-attribute): Update doc string.
14796 (face-attribute-name-alist): Add :inherit.
14797 (face-valid-attribute-values): Handle :inherit.
14798 (face-read-string): Rephrase prompt to be less confusing.
14799 Assume that DEFAULT is a string, since we must return a string.
14800 (face-read-integer): Use `format' to turn DEFAULT into an
14801 acceptable default for face-read-string. Match NEW-VALUE against
14802 the string "unspecified", not the symbol `unspecified', since
14803 that's what face-read-string returns.
14804 (read-face-attribute): Lookup a name for old-value in valid, and
14805 use it as a default if we find one. Treat all values from
14806 face-read-string as strings. If the default is used, don't do any
14807 more processing on the value, just use the old value directly.
14808 (read-face-and-attribute, modify-face): Tweak prompt.
14809 (read-face-name): Don't assume prompt ends with a space.
14810
14811 * faces.el (describe-face): Add support for :inherit attribute.
14812
14813 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14814
14815 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14816 concat doesn't accept interger.
14817
14818 * international/kkc.el: Remove SKK from Keywords. Require
14819 ja-dic-utl instead of skkdic-utl.
14820
14821 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14822 Provide ja-dic-cnv instead of skkdic-cnv.
14823 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14824 (iso-2022-7bit-short): Add safe-charsets property.
14825 (skkdic-convert-postfix): Search Japanese chou-on character in
14826 addition to Hiragana character.
14827 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14828 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14829 (batch-skkdic-convert): Likewise.
14830
14831 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14832 Provide ja-dic-utl instead of skkdic-utl.
14833 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14834
14835 2000-08-24 Dave Love <fx@gnu.org>
14836
14837 * disp-table.el (standard-display-default): Make the test of `l'
14838 useful.
14839
14840 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14841 mod sample text.
14842
14843 * international/iso-ascii.el: Make pilcrow convenient string
14844 consistent with section.
14845 (iso-ascii-display): Set up multibyte characters as well as
14846 unibyte.
14847
14848 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14849
14850 * international/mule-cmds.el (reset-language-environment): Set
14851 default-process-coding-system to '(undecided . iso-latin-1), which
14852 makes process I/O almost consistent with file I/O. Call this
14853 function when mule-cmds.el[c] is loaded.
14854
14855 2000-08-22 Andrew Innes <andrewi@gnu.org>
14856
14857 * makefile.w32-in: New file.
14858
14859 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14860
14861 * comint.el (comint-output-filter): Compare end of
14862 comint-last-output-overlay with the start of the newly inserted
14863 text, not the end, when deciding whether to extend it.
14864 Set saved-point's insertion type to advance after insertion.
14865
14866 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14867 since this is now done independently of font-lock mode.
14868
14869 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14870
14871 * server.el (server-kill-new-buffers): New user option.
14872 (server-existing-buffer): New buffer-local variable.
14873 (server-visit-files): When using an existing buffer, set
14874 server-existing-buffer to t.
14875 (server-buffer-done): If server-kill-new-buffers is t, kill the
14876 buffer, unless it was already present before visiting it with
14877 Emacs server.
14878
14879 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14880
14881 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14882 even if the display doesn't support colors: some displays will
14883 support bold/underline faces.
14884
14885 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14886
14887 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14888
14889 * startup.el (command-line): If user's init file had an error,
14890 add explanatory text to *Messages*.
14891
14892 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14893
14894 * man.el (Man-getpage-in-background): Decode the process output by
14895 the system locale coding system.
14896
14897 2000-08-20 Dave Love <fx@gnu.org>
14898
14899 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14900 Don't test x-popup-menu.
14901 (function) <complete-function>: Complete only fbound symbols.
14902 <validate, value>: New.
14903 (variable) <complete-function>: Complete only bound symbols.
14904 (coding-system): Add :base-only, :complete-function, :validate,
14905 :value, :prompt-match.
14906 (widget-coding-system-prompt-value): Use read-coding-system and
14907 act on :base-only.
14908 (editable-field): Add :help-echo.
14909 (widget-push-button-gui, widget-push-button-cache)
14910 (widget-gui-action, widget-editable-list-gui): COmment out, along
14911 with uses.
14912 (widget-at): Make arg optional.
14913 (widget-echo-help): Adjust for current help-echo calling sequence.
14914 (widget-specify-field, widget-specify-button)
14915 (widget-specify-insert, widget-get-sibling, widget-image-find)
14916 (widget-convert, widget-insert, widget-leave-text)
14917 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14918 (widget-setup, widget-field-find, widget-before-change)
14919 (widget-after-change, widget-default-complete)
14920 (widget-default-create, widget-default-delete)
14921 (widget-push-button-value-create, editable-field)
14922 (widget-field-prompt-value, widget-field-validate)
14923 (widget-choice-value-create, widget-choice-action)
14924 (widget-choice-validate, widget-checklist-add-item)
14925 (widget-radio-add-item, widget-radio-chosen)
14926 (widget-radio-value-inline, widget-editable-list-value-create)
14927 (widget-editable-list-entry-create)
14928 (widget-documentation-link-add)
14929 (widget-documentation-string-value-create)
14930 (widget-regexp-validate, widget-file-complete)
14931 (widget-sexp-validate, widget-plist-convert-widget)
14932 (widget-plist-convert-widget, widget-alist-convert-widget)
14933 (widget-alist-convert-widget, widget-color-complete): Simplify,
14934 particularly to avoid bindings which aren't optimized out.
14935
14936 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14937 Doc fix.
14938 (down-list, backward-up-list, up-list, kill-sexp)
14939 (backward-kill-sexp, mark-sexp): Make arg optional.
14940 (lisp-complete-symbol): Add optional arg PREDICATE.
14941
14942 * cus-start.el: Add display-buffer-reuse-frames,
14943 file-coding-system-alist.
14944
14945 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14946
14947 * startup.el (command-line): Clear realized faces after
14948 modifying TTY color mappings.
14949
14950 2000-08-20 Miles Bader <miles@gnu.org>
14951
14952 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14953 merely a subset of FACE's attributes.
14954
14955 2000-08-19 Miles Bader <miles@gnu.org>
14956
14957 * comint.el (comint-output-filter): Save the point with a marker,
14958 not just a buffer position.
14959
14960 * international/mule.el (set-buffer-process-coding-system): Make
14961 interactive prompt less confusing.
14962
14963 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14964
14965 * hilit-chg.el: General cleanup of doc strings, comments and
14966 code formatting.
14967
14968 2000-08-19 Miles Bader <miles@gnu.org>
14969
14970 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14971 Compiler macro removed; beginning-of-line is no longer always
14972 equivalent to forward-line, in the presence of fields.
14973
14974 * comint.el (comint-output-filter): Remove ad-hoc saving of
14975 restriction, and just use save-restriction, now that it works
14976 correctly. Don't adjust comint-last-input-start to account for
14977 our insertion; it shouldn't have moved because we don't use
14978 insert-before-markers anymore. Comment out call to
14979 `force-mode-line-update'; why is it here?
14980
14981 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14982 while checking for prompt to delete. Use `forward-line 0'
14983 instead of beginning-of-line.
14984 (gud-filter): Temporarily widen gud comint buffer while
14985 examining output.
14986
14987 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14988
14989 * progmodes/sh-script.el: Big bag of typos.
14990
14991 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14992 check since ispell-process is not bound when ispell is not yet loaded.
14993
14994 2000-08-18 Dave Love <fx@gnu.org>
14995
14996 * image.el (find-image): Copy `spec' before using plist-put.
14997
14998 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14999
15000 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15001 `portugues'.
15002
15003 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15004 backward-kill-sexp, analogous to kill-sexp.
15005
15006 * progmodes/icon.el (icon-indent-line)
15007 (icon-is-continuation-line): Handle comments specially.
15008
15009 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15010
15011 * ispell.el: Set to standard author/maintainer/keyword fields.
15012 Fine tuning to menu map appearance and operation, and added help.
15013 Remove `start' and `end' error messages when compiling.
15014 (ispell-choices-win-default-height): Fixed comment string.
15015 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15016 castellano8 dictionaries.
15017 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15018 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15019 dictionary, added italiano dictionary.
15020 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15021 word character
15022 (ispell-tex-skip-alists): Added psfig support.
15023 (ispell-skip-html): Renamed from ispell-skip-sgml.
15024 (ispell-begin-skip-region-regexp, ispell-skip-region)
15025 (ispell-minor-check): Improved html skipping support to skip across
15026 code, and recognize `&' commands without propper `;' syntax;
15027 (ispell-process-line): Fix alignment error when manually
15028 correcting spelling.
15029 (ispell): Fix comment string.
15030 (ispell-add-per-file-word-list): Always put word list on new line.
15031
15032 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15033
15034 * format.el (format-encode-run-method): Fix error message to say
15035 `encode' instead of `decode'. Use save-window-excursion around
15036 shell-command-on-region as in format-decode-run-method because
15037 shell-command-on-region can display a buffer with error output.
15038 (format-decode): Don't record undo information for the decoding.
15039 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15040 that number part of the temporary buffer name so that more than
15041 one decoding using a temporary buffer can happen safely.
15042
15043 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15044 of `A-z' in the regexp.
15045
15046 * hilit-chg.el: Fix typos in commentary.
15047
15048 * help.el (view-emacs-news): Rewritten for new naming scheme
15049 for old NEWS files.
15050
15051 * startup.el (command-line): Pop to *Messages* in case an error
15052 is signaled while loading user-init-file.
15053
15054 2000-08-17 Andreas Schwab <schwab@suse.de>
15055
15056 * files.el (insert-directory): Don't lose original file name,
15057 undoing an undocumented change.
15058
15059 2000-08-17 Alex Schroeder <alex@gnu.org>
15060
15061 * sql.el (sql-magic-go): Use comint-bol.
15062 (sql-copy-column): Use comint-line-beginning-position.
15063 (comint-line-beginning-position): Define a replacement for
15064 comint-line-beginning-position if it is not fboundp.
15065
15066 2000-08-17 Alex Schroeder <alex@gnu.org>
15067
15068 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15069 it didn't have any effect anyway.
15070
15071 2000-08-17 Alex Schroeder <alex@gnu.org>
15072
15073 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15074 --pset and pager=off instead of sending \\o|cat at the beginning
15075 of the session.
15076
15077 2000-08-17 Miles Bader <miles@gnu.org>
15078
15079 * progmodes/octave-inf.el: Add compatibility definition of
15080 comint-line-beginning-position.
15081
15082 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15083
15084 * startup.el (normal-top-level): Look in each dir in load-path for
15085 a leim-list.el file too. This assures of loading leim-list.el
15086 that is created at Emacs installation time even if a user have his
15087 own leim-list.el.
15088
15089 2000-08-17 Miles Bader <miles@gnu.org>
15090
15091 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15092 foreground color to black if the background is dark.
15093
15094 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15095
15096 * loadhist.el (unload-feature): Typo.
15097
15098 * finder.el (finder-compile-keywords):
15099 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15100 to the generated file.
15101
15102 * mail/mh-e.el (mh-make-local-vars):
15103 Replace make-variable-buffer-local with make-local-variable.
15104
15105 * play/landmark.el:
15106 * options.el (Edit-options-{set,toggle,t,nil}):
15107 * mail/mailabbrev.el (mail-abbrevs-mode):
15108 * textmodes/tex-mode.el (tex-expand-files):
15109 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15110
15111 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15112
15113 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15114 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15115 Allow going past the last element.
15116 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15117 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15118 (cvs-mouse-toggle-mark): Don't move point.
15119 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15120
15121 * progmodes/compile.el (grep): Provide a default set of files.
15122 (next-error): Docstring fix.
15123 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15124
15125 * emacs-lisp/easy-mmode.el (define-minor-mode):
15126 Use `symbol-value' to keep the byte-compiler quiet.
15127
15128 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15129 (diff-find-source-location): New fun, extracted from diff-goto-source.
15130 (diff-goto-source): Use it.
15131 (diff-next-complex-hunk, diff-filter-lines): New function.
15132 (diff-apply-hunk): New command.
15133
15134 * smerge-mode.el (smerge-mode-menu): Doc fix.
15135
15136 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15137
15138 2000-08-16 Dave Love <fx@gnu.org>
15139
15140 * windmove.el (windmove) <defgroup>: Add :version.
15141
15142 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15143 (goto-address-fontify-p, goto-address-highlight-p)
15144 (goto-address-url-face, goto-address-url-mouse-face)
15145 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15146 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15147 (goto-address-fontify, goto-address-at-mouse): Simplify,
15148 (goto-address-at-point): browse-url-url-at-point,
15149 goto-address-find-address-at-point can return nil.
15150 (goto-address-find-address-at-point): Return nil on failure.
15151
15152 * align.el (align) <defgroup>: Add :version.
15153
15154 * calculator.el (calculator): Add :version.
15155 (calculator): Use two lines for calculator window if `modeline'
15156 face is boxed.
15157
15158 * play/5x5.el: Doc fixes.
15159 (5x5) <defgroup>: Add :version.
15160
15161 * play/fortune.el (fortune) <defgroup>: Add :version.
15162 (fortune-append): Fix error message.
15163 (fortune-from-region): Doc fix.
15164
15165 * play/pong.el (pong): Doc fix.
15166
15167 * play/morse.el: Keywords, commentary, autoloads.
15168
15169 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15170
15171 * desktop.el (desktop-save): Don't look at symbol-value of a
15172 member of minor-mode-alist, unless it is boundp.
15173
15174 2000-08-16 Sam Steingold <sds@gnu.org>
15175
15176 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15177 `while'; use `with-current-buffer' instead of `save-excursion'.
15178 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15179
15180 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15181
15182 * international/ccl.el (declare-ccl-program): Docstring modified.
15183 (ccl-execute-with-args): Likewise.
15184
15185 2000-08-16 Miles Bader <miles@gnu.org>
15186
15187 * progmodes/sql.el: Add compatibility definition of
15188 comint-line-beginning-position.
15189
15190 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15191
15192 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15193 'buffer-menu' property.
15194 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15195 fails.
15196 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15197 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15198 wasn't killed.
15199
15200 * buff-menu.el (list-buffers-noselect): Don't display the
15201 *Buffer List* buffer.
15202
15203 * font-lock.el: Require jit-lock to prevent a very late
15204 `Loading jit-lock' message.
15205
15206 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15207 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15208 mail address.
15209
15210 2000-08-15 Miles Bader <miles@gnu.org>
15211
15212 * textmodes/ispell.el (ispell-graphic-p): New constant.
15213 (ispell-choices-win-default-height, ispell-help): Use
15214 `ispell-graphic-p' instead of `xemacsp'.
15215
15216 2000-08-15 Dave Love <fx@gnu.org>
15217
15218 * simple.el: Autoload widget-convert when compiling.
15219 (mail-user-agent): Doc fix.
15220
15221 * help.el (function-called-at-point, variable-at-point): Use
15222 with-syntax-table.
15223 (help-manyarg-func-alist): Add insert-and-inherit.
15224
15225 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15226
15227 * delsel.el (delsel-unload-hook): New function.
15228
15229 * find-file.el: Doc fixes. Move provide to end.
15230 (ff) <defgroup>: Add :link.
15231 (ff-goto-click): Deleted.
15232 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15233 Use mouse-set-point.
15234
15235 * textmodes/tildify.el: Doc fixes.
15236 (tildify) <defgroup>: Add:version.
15237
15238 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15239 (glasses-custom-set): Use set-default, not set.
15240 (minor-mode-alist): Propertize the lighter.
15241 (glasses-mode): Provide optional arg.
15242
15243 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15244 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15245 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15246 option. Provide :type.
15247 (cwarn-configuration): Provide :type.
15248 (cwarn-mode): Doc fix.
15249
15250 * add-log.el (change-log-merge): Doc fix.
15251 (change-log-redate): New command.
15252
15253 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15254 Doze and Dog.
15255 (browse-url): Use dolist, not mapcar.
15256 (browse-url-at-point): Check for null url.
15257 (browse-url-event-buffer, browse-url-event-point): Functions
15258 deleted.
15259 (browse-url-at-mouse, browse-url-netscape): Simplify.
15260
15261 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15262 modes.
15263 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15264 Fix previous change to mapcan.
15265 (msb--init-file-alist, msb--add-separators)
15266 (msb--make-keymap-menu): Simplify.
15267 (msb--choose-file-menu): Use copy-sequence.
15268 (msb-mode-map): Add title to keymap.
15269 (msb-unload-hook): New function.
15270
15271 * bs.el: Fix indentation.
15272 (bs) <defgroup>: Add :links.
15273 (bs-show): Doc fix.
15274 (bs-apply-sort-faces): Don't use window-system.
15275 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15276
15277 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15278
15279 * calendar/timeclock.el (timeclock-file): Run .timelog through
15280 convert-standard-filename.
15281
15282 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15283
15284 * emacs-lisp/authors.el: New file.
15285
15286 * paren.el (show-paren-priority): New user option.
15287 (show-paren-function): Set overlay priorities to
15288 show-paren-priority.
15289
15290 2000-08-14 Miles Bader <miles@gnu.org>
15291
15292 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15293 beginning-of-line with inhibit-field-text-motion bound.
15294
15295 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15296
15297 * calendar/timeclock.el: New file.
15298
15299 2000-08-14 David Ponce <david@dponce.com>
15300
15301 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15302 `widget-button-click'. so that one can use left mouse button to
15303 click on dialog buttons.
15304
15305 2000-08-14 Emmanuel Briot <briot@gnat.com>
15306
15307 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15308 identifiers, since XML is case sensitive
15309
15310 2000-08-12 Miles Bader <miles@gnu.org>
15311
15312 * comint.el (comint-output-filter): Don't bother frobbing
15313 window-start, it doesn't seem to be necessary.
15314
15315 * comint.el (comint-send-string, comint-send-region): Make into
15316 real functions. Snapshot the prompt before sending.
15317
15318 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15319
15320 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15321 technique similar to Info-index, instead of relying on specific
15322 names of relevant Index nodes.
15323 (Info-goto-emacs-command-node): Bind Info-history to nil when
15324 going to the first node found by Info-find-emacs-command-nodes.
15325
15326 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15327
15328 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15329
15330 2000-08-10 Miles Bader <miles@gnu.org>
15331
15332 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15333
15334 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15335
15336 * info.el (Info-file-list-for-emacs): More elements for the
15337 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15338 and woman manuals.
15339
15340 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15341
15342 * comint.el (comint-send-input): Make the newline boundary overlay
15343 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15344 (comint-output-filter): Use `insert' instead of
15345 `insert-before-markers'. Extend comint-last-output-overlay when
15346 necessary since we can't rely on insert-before-markers to do it.
15347 * gud.el (gud-filter): Use `with-current-buffer' instead of
15348 save-excursion when inserting the output, so that point gets
15349 updated correctly; the old method relied on a rather dodgy
15350 side-effect of comint-output-filter to avoid the effect of
15351 save-excursion.
15352
15353 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15354
15355 * files.el (recover-file): Call insert-directory instead of
15356 invoking `ls' directly.
15357
15358 2000-08-10 Miles Bader <miles@gnu.org>
15359
15360 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15361 (comint-last-prompt-overlay): New variables.
15362 (comint-output-filter): Implement prompt highlighting.
15363 (comint-snapshot-last-prompt): New function.
15364 (comint-send-input): Snapshot the last prompt.
15365 Use comint-highlight-input-face.
15366 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15367 Use defface instead of defcustom.
15368 (send-invisible, comint-send-eof): Snapshot the last prompt.
15369 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15370 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15371
15372 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15373
15374 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15375 (regexp-opt-group): Use a list of chars for `letters'.
15376 (regexp-opt-charset): `chars' is now a list of chars.
15377 Use a char-table rather than a vector so it works for multibyte chars.
15378
15379 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15380 Set cvs-minor-current-files to the selected fileinfo.
15381 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15382 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15383
15384 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15385
15386 * files.el (insert-directory): Don't call access-file on
15387 directories on DOS and Windows.
15388
15389 2000-08-09 Kenichi Handa <handa@etl.go.jp>
15390
15391 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15392 longer if necessary.
15393 (ccl-embed-code): Call ccl-embed-data to store CODE in
15394 ccl-program-vector.
15395
15396 2000-08-09 Miles Bader <miles@gnu.org>
15397
15398 * comint.el (comint-output-filter): Properly handle the case where
15399 the text surrounded by comint-last-output-overlay was deleted.
15400
15401 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15402
15403 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15404 non-nil.
15405 (Info-file-list-for-emacs): Remove "info" from the list because
15406 that leads to trying to use the documentation from file `info'
15407 in various situations where it isn't appropriate, for instance
15408 C-h C-k C-h i.
15409
15410 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15411 DIR and/or STRING are nil.
15412
15413 * progmodes/compile.el (compilation-setup): Make variable
15414 compilation-error-screen-columns buffer-local, as some comment
15415 in the code suggests it should be.
15416
15417 * files.el (auto-mode-interpreter-regexp): New variable.
15418 (set-auto-mode): Use it.
15419
15420 * indent.el (indent-for-tab-command): Doc fix.
15421
15422 * mouse-sel.el (mouse-sel-mode): Doc fix.
15423
15424 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15425 labels.
15426
15427 * help.el (print-help-return-message): When
15428 display-buffer-reuse-frames is set, let the help window been quit,
15429 instead of deleting it, which might delete a reused frame.
15430
15431 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15432
15433 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15434 rename a directory to a name that differs only by its letter case.
15435
15436 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15437
15438 * international/quail.el (quail-define-rules): Handle Quail decode
15439 map correctly. Add code for supporting annotations.
15440 (quail-install-decode-map): New function.
15441 (quail-defrule-internal): New optional arguments decode-map and
15442 props.
15443 (quail-advice): New function.
15444
15445 2000-08-07 Sam Steingold <sds@gnu.org>
15446
15447 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15448 `defconst', `define-condition', `with-slots'.
15449 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15450
15451 2000-08-03 Miles Bader <miles@gnu.org>
15452
15453 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15454 New variable.
15455 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15456 comint-use-prompt-regexp-instead-of-fields.
15457 (comint-send-input): Add `input' field property to stuff we send to
15458 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15459 (comint-output-filter): Add `output' field property to process
15460 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15461 (comint-replace-by-expanded-history)
15462 (comint-get-old-input-default, comint-show-output)
15463 (comint-backward-matching-input, comint-forward-matching-input)
15464 (comint-next-prompt, comint-previous-prompt): Use field
15465 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15466 (comint-line-beginning-position): New function.
15467 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15468 (comint-replace-by-expanded-history-before-point): Use
15469 comint-line-beginning-position and line-end-position.
15470 (comint-last-output-overlay): New variable.
15471 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15472
15473 * shell.el (shell-prompt-pattern): Doc change.
15474 (shell-backward-command): Use line-beginning-position.
15475
15476 * gud.el (gud-gdb-complete-command): Use
15477 comint-line-beginning-position.
15478
15479 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15480 comint-bol doesn't actually go to the beginning of the line.
15481
15482 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15483 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15484 (try-expand-line-all-buffers): Likewise.
15485
15486 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15487 explicitly matching comint-prompt-regexp.
15488 (sql-copy-column): Use comint-line-beginning-position instead of
15489 explicitly matching comint-prompt-regexp.
15490
15491 * progmodes/octave-inf.el (inferior-octave-complete): Use
15492 comint-line-beginning-position.
15493
15494 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15495
15496 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15497 looking for a prompt, use `forward-line 0' instead of
15498 `beginning-of-line', to avoid getting caught by an input field.
15499
15500 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15501
15502 * files.el (shell-quote-wildcard-pattern): Make sure to return
15503 PATTERN, in the Unix case.
15504
15505 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15506
15507 * play/zone.el (zone): Discard any pending input before running
15508 the randomly-chosen pgm.
15509
15510 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15511
15512 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15513 checking the existence of any multibyte characters.
15514
15515 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15516
15517 * help.el (describe-mode): Test minor-mode symbol for being
15518 bound before testing its value for being nil.
15519
15520 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15521 `first', `second', and `third'.
15522
15523 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15524 (second): Make it an alias for `cadr'.
15525
15526 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15527
15528 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15529 types of display support faces now.
15530
15531 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15532
15533 * pcvs.el (require): Require `cl' during compilation, only.
15534
15535 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15536 (toplevel): Remove `remq' and `remove' from autoloads.
15537 (cl-fake-autoloads): New variable. If set, arrange for an error
15538 when CL functions etc. are autoloaded.
15539
15540 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15541
15542 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15543
15544 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15545 popped up, but the user clicks outside the menu, return an empty
15546 regexp (that causes unhighlight-regexp to have no effect).
15547
15548 * menu-bar.el (menu-bar-games-menu): Add Zone.
15549
15550 * hi-lock.el (toplevel): Require font-lock.
15551
15552 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15553
15554 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15555 (ebnf-8-bit-chars): New var for bug fix.
15556 (ebnf-string): Bug fix.
15557
15558 2000-08-03 Sam Steingold <sds@gnu.org>
15559
15560 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15561 instead of `buffer-string'.
15562 (require 'cl): Always, not just when compiling.
15563 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15564 necessary.
15565
15566 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15567
15568 * international/mule-cmds.el (select-safe-coding-system): Make
15569 the message text about selecting a safe coding system more clear.
15570
15571 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15572
15573 * hi-lock.el: New file.
15574
15575 * play/zone.el: New file.
15576
15577 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15578 value of tab-width in the original buffer. Choose a line number
15579 format that's a multiple of the original buffer's tab width, so
15580 that lines appear right.
15581
15582 * textmodes/ispell.el (ispell): New function, replacing an alias.
15583 Spell-check active region if in transient-mark-mode and mark
15584 is active; otherwise spell-check buffer.
15585
15586 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15587
15588 * ps-mule.el: Fix a customization problem on
15589 ps-mule-font-info-database-default.
15590
15591 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15592
15593 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15594 display-mouse-p instead of window-system.
15595 (ebrowse-member-mode-map): Ditto.
15596
15597 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15598
15599 * progmodes/ebnf2ps.el: Update ps-print functions call.
15600 Indentation fix. Doc fix.
15601 (ebnf-version): New version number (3.2).
15602 (ebnf-format-color, ebnf-begin-job): Code fix.
15603
15604 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15605
15606 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15607 font lock support on window-system.
15608 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15609
15610 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15611 display-color-p, if fboundp, instead of window-system.
15612
15613 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15614
15615 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15616 instead of window-system.
15617
15618 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15619 window-system.
15620 (widget-choice-mouse-down-action): Use display-popup-menus-p
15621 instead of window-system.
15622
15623 * strokes.el (strokes-file): Run the file name through
15624 convert-standard-filename.
15625 (strokes-mode): Call display-mouse-p instead of looking at
15626 window-system. Change the error message accordingly.
15627
15628 * progmodes/cpp.el (toplevel): Support faces on tty's.
15629
15630 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15631 (lm-plot-square, lm-init-display): Don't use window-system.
15632
15633 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15634 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15635
15636 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15637 instead of looking at window-system.
15638
15639 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15640
15641 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15642 of testing if iswitchb-prepost-hooks is bound, because the
15643 latter will always be true when invoking a recursive minibuffer
15644 from an active Iswitchb buffer.
15645
15646 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15647
15648 * files.el (shell-quote-wildcard-pattern): New function.
15649 (insert-directory): Call it. Only prepend "\" to command on Unix
15650 and GNU/Linux systems.
15651
15652 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15653
15654 * eshell/esh-groups.el: Change custom :link file names
15655 from `eshell.info' to `eshell'.
15656
15657 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15658
15659 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15660 correctly in recursive ange-ftp listings.
15661
15662 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15663
15664 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15665 ps-header-font-size-internal and
15666 ps-header-title-font-size-internal variables are not set,
15667 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15668 face text property is (foreground-color . COLOR) or
15669 `(background-color . COLOR)', ps-print crashes. Doc fix.
15670 (ps-print-version): New version number (5.2.4).
15671 (ps-plot-region): Code fix.
15672 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15673 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15674 Bug fix 2.
15675
15676 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15677
15678 * glasses.el (glasses-make-readable): Fix uncapitalization of
15679 identifiers like `myXMLDocument'.
15680
15681 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15682
15683 * mail/mail-hist.el (mail-hist-previous-input)
15684 (mail-hist-next-input): Do the obvious code factorization.
15685 (mail-hist-retrieve-and-insert): New func, contains common
15686 code of above two.
15687 If inserting a message body, leave point at top.
15688
15689 2000-07-28 Sam Steingold <sds@gnu.org>
15690
15691 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15692 Use `<=', not `<' to compare times!
15693 (ange-ftp-ls): Remove.
15694
15695 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15696
15697 * play/cookie1.el: Add explanation of how to make cookie.el
15698 compatible with strfile(1) to comment.
15699
15700 * subr.el (remove, remq): New functions.
15701
15702 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15703 escape `*' in regexps.
15704 (midnight-find): Reverse order of arguments in the funcall of
15705 TEST.
15706
15707 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15708 and `.class'.
15709
15710 * play/meese.el: Add Commentary section.
15711
15712 2000-07-27 Alex Schroeder <alex@gnu.org>
15713
15714 * sql.el (sql-ms): Added autoload cookie.
15715 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15716 (sql-oracle): Ditto.
15717 (sql-help): Doc change.
15718
15719 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15720 types and exceptions.
15721
15722 2000-07-27 Alex Schroeder <alex@gnu.org>
15723
15724 * sql.el (sql-placeholder-history): New variable.
15725 (sql-query-placeholders-and-send): New function that will query
15726 the user and replace placeholders with user input.
15727 (sql-oracle): If running on NT, set comint-input-sender to
15728 sql-query-placeholders-and-send.
15729
15730 (sql-stop): If in the SQLi buffer, insert stop notification, else
15731 present it as a message.
15732
15733 2000-07-27 Alex Schroeder <alex@gnu.org>
15734
15735 * sql.el (sql-input-ring-separator): Doc change.
15736 (sql-input-ring-file-name): Doc change.
15737 (sql-interactive-mode): Use `sql-input-ring-separator' and
15738 `sql-input-ring-file-name' to set the comint-mode equivalents
15739 without making them local variables.
15740 (sql-stop): Don't bind `sql-input-ring-separator' and
15741 `sql-input-ring-file-name' dynamically to their comint-mode
15742 equivalents.
15743
15744 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15745
15746 * international/mule.el (register-char-codings): New function.
15747 (make-coding-system): Handle `safe-chars' specification in the arg
15748 PROPERTY.
15749
15750 * international/mule-cmds.el
15751 (find-coding-systems-region-subset-p): This function deleted.
15752 (sort-coding-systems-predicate): New variable.
15753 (sort-coding-systems): New function.
15754 (find-coding-systems-region): Use
15755 find-coding-systems-region-internal.
15756 (find-coding-systems-string): Use find-coding-systems-region.
15757 (find-coding-systems-for-charsets): Check
15758 char-coding-system-table.
15759 (select-safe-coding-system-accept-default-p): New variable.
15760 (select-safe-coding-system): Mostly rewritten. New argument
15761 ACCEPT-DEFAULT-P.
15762 (select-message-coding-system): Call select-safe-coding-system
15763 with ACCEPT-DEFAULT-P arg.
15764 (reset-language-environment): Reset default-sendmail-coding-system
15765 to the default value iso-latin-1.
15766 (set-language-environment): Don't set the obsolete variable
15767 charset-origin-alist.
15768
15769 * international/codepage.el (cp-coding-system-for-codepage-1):
15770 Give `safe-chars' property to make-coding-system.
15771
15772 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15773 calling select-message-coding-system twice.
15774
15775 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15776 instead of `safe-charsets'.
15777 (cyrillic-alternativnyj): Likewise.
15778 (ccl-encode-alternativnyj): Don't check the charset
15779 cyrillic-iso8859-5.
15780
15781 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15782
15783 * composite.el (compose-chars-after): Preserve match data.
15784
15785 2000-07-26 Sam Steingold <sds@gnu.org>
15786
15787 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15788 (ange-ftp-real-file-newer-than-file-p): New function.
15789 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15790 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15791
15792 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15793 * midnight.el (midnight-float-time): Ditto.
15794
15795 2000-07-26 Andreas Schwab <schwab@suse.de>
15796
15797 * files.el (normal-backup-enable-predicate): Correct
15798 interpretation of the return value of compare-strings.
15799
15800 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15801
15802 * isearch.el (isearch-resume): New function.
15803 (isearch-done): Add something to command-history to resume
15804 the search.
15805 (isearch-yank-line, isearch-yank-word): Use
15806 buffer-substring-no-properties instead of buffer-substring.
15807
15808 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15809 of flyspell-mouse-map.
15810
15811 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15812 duplicate definition.
15813 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15814
15815 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15816 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15817
15818 2000-07-25 Sam Steingold <sds@gnu.org>
15819
15820 * net/ange-ftp.el: Get modtime over the net.
15821 (ange-ftp-file-modtime): New function.
15822 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15823 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15824 Use it.
15825 (ange-ftp-dot-to-slash): New function.
15826 (ange-ftp-fix-name-for-vms): Use it.
15827
15828 * midnight.el (midnight-buffer-display-time): Use
15829 `with-current-buffer'.
15830
15831 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15832
15833 * find-dired.el: Update copyright notice.
15834 (find-dired): Offer to kill a running `find'.
15835
15836 * enriched.el (enriched-face-ans): For a `foreground-color'
15837 property, return '(("x-color" COLOR))' so that COLOR will be
15838 output as a parameter of the x-color annotation. Likewise for the
15839 `background-color' property. In the case of normal face
15840 properties, don't return annotations for unspecified foreground
15841 and background face attributes.
15842
15843 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15844
15845 * language/japan-util.el (japanese-katakana-region): Fix handling
15846 HANKAKU argument.
15847
15848 2000-07-25 Miles Bader <miles@gnu.org>
15849
15850 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15851 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15852 constrain-to-field.
15853
15854 2000-07-24 Andrew Innes <andrewi@gnu.org>
15855
15856 * timer.el (timer-activate-when-idle): Add optional parameter
15857 DONT-WAIT. Update docstring.
15858 (run-with-idle-timer): Specify extra parameter to
15859 timer-activate-when-idle, so that timer will be activated
15860 immediately if Emacs is already idle.
15861
15862 * w32-fns.el (w32-using-nt): Fix docstring.
15863
15864 2000-07-24 Dave Love <fx@gnu.org>
15865
15866 * mouse.el (popup-menu): Set last-command-event.
15867 (mouse-major-mode-menu-prefix): Declare.
15868
15869 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15870
15871 * textmodes/flyspell.el: Update to author's version 1.5d.
15872
15873 * progmodes/hideshow.el: Update copyright notice.
15874
15875 * vcursor.el: Set maintainer to FSF, since author cannot
15876 be reached.
15877
15878 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15879
15880 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15881 the prompt.
15882
15883 * mouse.el (popup-menu): Run the keymap through indirect-function,
15884 in case it was defined with define-prefix-key. If the menu is a
15885 list of keymaps, look up the binding of user's choice in each one
15886 of the keymaps.
15887 (mouse-popup-menubar): If the global and local menu-bar keymaps
15888 don't have a prompt string, create one and insert it into the
15889 keymap. Don't barf if current-local-map returns nil.
15890
15891 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15892
15893 * dired.el (dired-sort-R-check): Added to allow recursive listing
15894 to be undone.
15895 (dired-sort-other): Use it.
15896
15897 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15898
15899 * Release of cc-mode 5.27
15900
15901 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15902
15903 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15904 c-beginning-of-statement-1 that caused a bad case of recursion
15905 which could consume a lot of CPU in large classes in languages
15906 that have in-expression classes (i.e. Java and Pike).
15907
15908 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15909 statements before top level constructs (i.e. case 6 is moved
15910 before case 5 and is now case 4) to catch in-expression
15911 classes in top level expressions correctly.
15912
15913 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15914
15915 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15916 objc-method-intro. Case 4 removed and case 5I added.
15917
15918 * cc-langs.el (c-append-paragraph-start): New variable used by
15919 c-common-init to get paragraph-start correct.
15920 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15921 initialize paragraph-start to make it correct both with and
15922 without the javadoc special case.
15923
15924 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15925 initialize paragraph-start for javadoc markup.
15926
15927 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15928 change by defaulting this to t. It's motivated by the
15929 confusing behavior that otherwise arise from the style system
15930 when editing both java and non-java files at the same time
15931 (see the comments about style setting in c-common-init).
15932
15933 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15934
15935 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15936 similar to the one in c-fill-paragraph to check the fill
15937 prefix from the adaptive fill function for sanity.
15938
15939 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15940
15941 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15942 defun block.
15943
15944 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15945
15946 * cc-align.el (c-lineup-multi-inher): Handle lines with
15947 leading comma nicely. Extended to handle member initializers
15948 too.
15949
15950 * cc-engine.el: (c-beginning-of-inheritance-list,
15951 c-guess-basic-syntax): Fixed recognition of inheritance lists
15952 when the lines begins with a comma.
15953
15954 * cc-vars.el (c-offsets-alist): Changed default for
15955 member-init-cont to c-lineup-multi-inher since it now handles
15956 member initializers and indents better for leading commas.
15957
15958 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15959
15960 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15961 handling that caused class open lines to be recognized as
15962 statement-conts in some cases.
15963
15964 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15965 guessed by the adaptive fill function unless point is on the
15966 first line of a block comment.
15967
15968 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15969 when the buffer ends with a macro continuation char.
15970
15971 * cc-engine.el (c-guess-basic-syntax): Added support for
15972 function definitions as statements in Pike. The first
15973 statement in a lambda block is now labeled defun-block-intro
15974 instead of statement-block-intro.
15975
15976 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15977 so that the class surrounding point is selected, not the one
15978 innermost in the state.
15979
15980 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15981 recognition of switch labels having hanging multiline
15982 statements.
15983
15984 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15985 some code in c-guess-basic-syntax to a separate function.
15986 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15987 recognition of member inits with multiple line arglists.
15988 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15989 member-init-cont when the commas are in funny places.
15990
15991 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15992
15993 * cc-defs.el (c-auto-newline): Removed this macro since it's
15994 not used anymore.
15995
15996 * cc-engine.el (c-looking-at-bos): New helper function.
15997 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15998 inexpr and toplevel classes apart in Pike.
15999
16000 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16001 of case 9A.
16002
16003 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16004 constant, since "class" can introduce an in-expression class
16005 in Pike nowadays.
16006
16007 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16008
16009 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16010 indentation on cpp-macro lines.
16011
16012 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16013 a syntax modifier like comment-intro, to make it possible to
16014 get syntactic indentation for preprocessor directives. It's
16015 incompatible wrt to lineup functions on cpp-macro, but it has
16016 no observable effect in the 99.9% common case where cpp-macro
16017 is set to -1000.
16018
16019 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16020
16021 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16022 member-init-cont when the preceding arglist is several lines.
16023
16024 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16025
16026 * cc-styles.el (c-style-alist): The basic offset for the BSD
16027 style corrected to 8.
16028
16029 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16030
16031 * cc-styles.el (c-style-alist): Adjusted the indentation of
16032 brace list openers in the gnu style.
16033
16034 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16035
16036 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16037
16038 * cc-cmds.el (c-electric-brace, c-electric-slash,
16039 c-electric-star, c-electric-semi&comma, c-electric-colon,
16040 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16041 when c-syntactic-indentation is nil.
16042
16043 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16044 we were left at comments preceding the first statement when
16045 reaching the beginning of the buffer.
16046
16047 * cc-vars.el (c-syntactic-indentation): New variable to turn
16048 off all syntactic indentation.
16049
16050 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16051
16052 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16053 between the text and the block comment ender when it hangs,
16054 depending on how many there are before the fill.
16055
16056 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16057
16058 * cc-engine.el (c-beginning-of-closest-statement): New helper
16059 function to go back to the closest preceding statement start,
16060 which could be inside a conditional statement.
16061 * cc-engine.el (c-guess-basic-syntax): Use
16062 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16063
16064 * cc-engine.el (c-guess-basic-syntax): Better handling of
16065 arglist-intro, arglist-cont-nonempty and arglist-close when
16066 the arglist is nested inside parens. Cases 7A, 7C and 7F
16067 changed.
16068
16069 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16070 up-to-date with javadoc 1.2.
16071
16072 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16073
16074 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16075 multiline Pike type decls.
16076
16077 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16078
16079 * cc-cmds.el (c-indent-new-comment-line): Always break
16080 multiline comments in multiline mode, regardless of
16081 comment-multi-line.
16082
16083 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16084
16085 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16086 fully::qualified::names in C++ member init lists. Preamble in
16087 case 5D changed.
16088
16089 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16090
16091 * cc-langs.el (c-common-init): Handling of obsolete variables
16092 moved to c-initialize-cc-mode. More compatible style override
16093 when using global style variables.
16094 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16095 variables moved here.
16096
16097 * cc-styles.el (c-make-styles-buffer-local): Flag style
16098 variable localness in c-style-variables-are-local-p to make
16099 the compatibility measure in c-common-init work well.
16100
16101 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16102 longer contain set-from-style.
16103 * cc-styles.el (c-initialize-builtin-style): Don't check for
16104 set-from-style on c-special-indent-hook.
16105 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16106 copy-alist is sufficient now.
16107
16108 * cc-styles.el (c-set-style, c-set-style-1,
16109 c-get-style-variables): Fixes to variable initialization so
16110 that duplicate entries in styles have the same effect
16111 regardless of DONT-OVERRIDE.
16112
16113 * cc-styles.el (c-set-style-2): Fixed bug where the
16114 initialization of inheriting styles failed when the
16115 dont-override flag is set.
16116
16117 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16118 on this.
16119
16120 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16121
16122 * cc-defs.el (c-forward-comment): Removed the workaround
16123 introduced in 5.38 since it had worse side-effects. If a line
16124 contains the string "//\"", it regarded the // as a comment
16125 start since the \ temporarily doesn't have escape syntax.
16126
16127 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16128
16129 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16130 ada-xref.el before ada-prj.el, so that the Project menu is created
16131 when ada-prj tries to add to it.
16132 (ada-activate-keys-for-case): Suppress the characters that are not
16133 part of the Ada syntax. Better compatibility with else-mode
16134 (ada-adjust-case-interactive): When auto-casing is not active,
16135 correctly insert newlines (used to insert only ^M). Prevent the
16136 syntax table from being changed in case of an error
16137 (or '_' becomes part of a word and some commands are confused).
16138 Do nothing if ada-auto-case is nil.
16139 (ada-after-keyword-p): Ignore keywords that are also attributes
16140 (ada-batch-reformat): Update usage comment
16141 (ada-call-from-contextual-menu): New function
16142 (ada-case-read-exceptions): Reinitialize the casing exception list
16143 first to nil first, so that the casing exception file can be
16144 shared.
16145 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16146 files.
16147 (ada-compile-goto-error): Fix regexp used to detect a file:line
16148 anywhere in the error message
16149 (ada-contextual-menu-last-point): New variable
16150 (ada-create-keymap): If the variable delete-key-deletes-forward is
16151 t on XEmacs, it means that DEL should delete one character
16152 forward.
16153 (ada-create-menu): Use :included instead of :visible for XEmacs.
16154 New submenu "Options".
16155 (ada-end-stmt-re): Correctly indent "select ... then abort"
16156 statements.
16157 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16158 even if they don't match ada-fill-comment-prefix Fix handling of
16159 paragraphs on the first or last line of a file.
16160 (ada-format-paramlist): Fix handling of default parameter values.
16161 (ada-get-body-name): New function.
16162 (ada-get-current-indent): Optimized by searchling directly for an
16163 existing generic part or a statement outside of it. Handle
16164 ada-indent-align-comments when indenting comments Replaced some
16165 regexps by testing directly the next character. This results in a
16166 huge speedup on some files. New indentation scheme for renames
16167 statements. Stop looking for the 'while' or 'for' associated with
16168 a 'loop' at the first semicolon encountered. A "return" can also
16169 match an anonymous access subprogram declaration.
16170 (ada-get-indent-noindent): Ignore strings and comments when
16171 looking for the keywords "record" and "private".
16172 (ada-goto-matching-decl-start): When matching "if", make sure we
16173 are not in fact seeing "end if". Ignore "when" statements except
16174 when initial keyword was "begin". Fix handling of nested
16175 procedures. Add a recursive call to this function to skip over
16176 other 'end' statmts. Fix indentation for "when .. => begin"
16177 (ada-in-open-paren-p): Fix indentation for complex boolean
16178 expressions, where 'and then', 'or else' and parenthesis
16179 statements are mixed up.
16180 (ada-in-paramlist-p): Skip comments while searching for the
16181 beginning Fix handling of operator declarations.
16182 (ada-indent-align-comments): New variable
16183 (ada-indent-current): Change the syntax table only in the
16184 protected section, so that we are sure it is restored correctly.
16185 (ada-indent-on-previous-lines): Use ada-use-indent and
16186 ada-with-indent Correctly indent "select ... then"
16187 (ada-indent-region): Slight speedup.
16188 (ada-indent-renames): New variable.
16189 (ada-last-which-function-subprog, ada-last-which-function-line):
16190 New variables
16191 (ada-looking-at-semi-private): Correctly indent the 'private'
16192 keyword when it is the first word in a package declaration.
16193 (ada-loose-case-word): Stop searching if at the end of the buffer.
16194 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16195 even if point is not initially at the end of the word.
16196 (ada-matching-decl-start-re): Add "when".
16197 (ada-mode): Add support for abbrev-mode, outline-mode and
16198 which-func-mode Override the old find-file.el entry in
16199 ff-special-constructs since it is using the obsolete
16200 ada-spec-suffix variable
16201 (ada-no-auto-case): New function
16202 (ada-scan-paramlist): When parsing the argument type, accept
16203 spaces (as in "X 'Class", generated by Rational Rose).
16204 (ada-other-file-name): No longer loads the other file.
16205 (ada-popup-menu): Save and restore the current buffer and cursor
16206 position before and after displaying the menu.
16207 (ada-search-ignore-complex-boolean): New function.
16208 (ada-uncomment-region): Emacs21 already knows how to delete
16209 comments not starting in the first column.
16210 (ada-use-indent): New variable
16211 (ada-which-function): New function.
16212 (ada-with-indent): New variable
16213 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16214 can be batch-compiled from the command line.
16215
16216 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16217 Add to the menu when the file is loaded, not in ada-mode-hook.
16218 Add -toolbar to the default ddd command Switches moved from
16219 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16220 ada-prj-default-comp-opt
16221 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16222 Reference Manual to the menu
16223 (ada-check-current): rewritten as a call to ada-compile-current
16224 (ada-compile): Removed.
16225 (ada-compile-application, ada-compile-current, ada-check-current):
16226 Set the compilation-search-path so that compile.el automatically
16227 finds the sources in src_dir. Automatic scrollong of the
16228 compilation buffer. C-uC-cC-c asks for confirmation before
16229 compiling
16230 (ada-compile-current): New parameter, prj-field
16231 (ada-complete-identifier): Load the .ali file before doing
16232 processing
16233 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16234 conform to gnatmake's behavior.
16235 (ada-find-file-in-dir): New function
16236 (ada-find-references): Set the environment variables for gnatfind
16237 (ada-find-src-file-in-dir): New function.
16238 (ada-first-non-nil): Removed
16239 (ada-gdb-application): Add support for jdb, the java debugger.
16240 (ada-get-ada-file-name): Load the original-file first if not done
16241 yet.
16242 (ada-get-all-references): Handles the new ali syntax (parent types
16243 are found between <>).
16244 (ada-initialize-runtime-library): New function
16245 (ada-mode-hook): Always load a project file when a file is opened,
16246 so that the casing exceptions are correctly read.
16247 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16248 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16249 to open the project file, since the latter does not work with
16250 speedbar Get default values before loading the prj file, or the
16251 default executable file name is wrong. Use the absolute value of
16252 src_dir to initialize ada-search-directories and
16253 compilation-search-path,... Add the standard runtime library to
16254 the search path for find-file.
16255 (ada-prj-default-debugger): Was missing an opening '{'
16256 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16257 variables.
16258 (ada-prj-default-gnatmake-opt): New variable
16259 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16260 buffers, the project file is the default one Save the windows
16261 configuration before displaying the menu.
16262 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16263 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16264 ...) regexp-quote identifiers names to support operators +,
16265 -,... in regexps.
16266 (ada-remote): New function.
16267 (ada-run-application): Erase the output buffer before starting the
16268 run Support remote execution of the application. Use
16269 call-process, or the arguments are incorrectly parsed
16270 (ada-set-default-project-file): Reread the content of the active
16271 project file, not the one from the current buffer When a project
16272 file is set as the default project, all directories are
16273 automatically associated with it.
16274 (ada-set-environment): New function
16275 (ada-treat-cmd-string): New special variable ${current}
16276 (ada-treat-cmd-string): Revised. The substitution is now done for
16277 any ${...} substring
16278 (ada-xref-current): If no body was found, compiles the spec
16279 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16280 compiler to get rid of command line length limitations.
16281 (ada-xref-get-project-field): New function
16282 (ada-xref-project-files): New variable
16283 (ada-xref-runtime-library-specs-path)
16284 (ada-xref-runtime-library-ali-path): New variables
16285 (ada-xref-set-default-prj-values): Default run command now does a
16286 cd to the build directory. New field: main_unit Provide a default
16287 file name even if the current buffer has no prj file.
16288
16289 * ada-prj.el:
16290 Rewritten to show a tabbed-dialog.
16291 (ada-prj-add-ada-menu): Remove the map and name parameters.
16292 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16293 New function
16294 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16295 (ada-prj-load-from-file): New function
16296 (ada-prj-save): Always save fields that depend on the current buffer
16297 (ada-prj-show-value): New function
16298
16299 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16300 Ada mode. This will allow us to display the Ada menu in any buffer
16301 we want (for project items).
16302 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16303 number of spaces in the header.
16304
16305 2000-07-24 Dave Love <fx@gnu.org>
16306
16307 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16308
16309 2000-07-23 Noah Friedman <friedman@splode.com>
16310
16311 * type-break.el (type-break): perform autosave.
16312 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16313 (type-break-do-query): Cancel query schedule while performing
16314 actual query, to avoid possibility of a second query being made
16315 while first one is already in progress.
16316 (type-break-time-stamp-format): New variable.
16317 (type-break-time-stamp): New function.
16318 (type-break-time-warning): Use it.
16319 (type-break-keystroke-warning): Use it.
16320 (type-break-noninteractive-query): Use it.
16321
16322 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16323 cookie.
16324 Use add-minor-mode to set minor-mode-alist, if available.
16325 (eldoc-echo-area-use-multiline-p): New user option.
16326 (eldoc-echo-area-multiline-supported-p): New variable.
16327 (eldoc-docstring-format-sym-doc): Use them.
16328 (eldoc-mode): If not using idle timers, append to local post and
16329 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16330 (eldoc-display-message-no-interference-p): Don't interfere with
16331 edebug.
16332 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16333 (eldoc-function-arglist): New function.
16334 (eldoc-function-argstring): Use it.
16335
16336 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16337 auto save directory exists before calling directory-files.
16338
16339 2000-07-23 Dave Love <fx@gnu.org>
16340
16341 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16342 ^o, ^u.
16343
16344 2000-07-21 Dave Love <fx@gnu.org>
16345
16346 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16347 now passed to the function. It now works properly.
16348
16349 * smerge-mode.el (smerge-mode-menu): Fill it out.
16350
16351 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16352
16353 * info-look.el (info-lookup): If *info* is shown in another frame
16354 on the same display, select that frame, instead of switching to
16355 the Info buffer in another window of the selected frame.
16356
16357 * simple.el (universal-argument-map): Bind numeric keypad keys
16358 kp-0 to kp-9 and kp-subtract.
16359 (digit-argument): Handle these keys.
16360
16361 2000-07-20 Dave Love <fx@gnu.org>
16362
16363 * net/goto-addr.el (goto-address-fontify): Don't bother with
16364 buffer-modified and read-only stuff -- irrelevant with overlays.
16365 Put an extra property on the overlays and use it to clean up in
16366 case goto-address is re-run.
16367
16368 2000-07-19 Richard M. Stallman <rms@gnu.org>
16369
16370 * timer.el (run-with-idle-timer): Doc fix.
16371
16372 * mail/mail-utils.el (mail-strip-quoted-names):
16373 Handle case where <...> appears inside "...".
16374 Use replace-match to edit the string more simply.
16375 (rmail-dont-reply-to): Cope with an unmatched ".
16376
16377 2000-07-19 Dave Love <fx@gnu.org>
16378
16379 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16380 implementation.
16381
16382 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16383 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16384 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16385
16386 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16387
16388 * textmodes/refer.el: Correct maintainer's email address.
16389
16390 * progmodes/hideif.el: Correct author's email address.
16391 Fix typo in comment.
16392
16393 * xml.el: New file.
16394
16395 * mail/mailheader.el: Correct author's mail address.
16396
16397 * gnus/parse-time.el: Correct author's mail address.
16398
16399 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16400
16401 * comint.el (comint-highlight-input, comint-highlight-face):
16402 New user options.
16403 (comint-input-ring-file-name): Change custom type.
16404 (comint-mode-map): Bind mouse-2.
16405 (comint-insert-clicked-input): New function.
16406 (comint-send-input): Handle input highlighting.
16407
16408 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16409
16410 * mouse.el (popup-menu): New function.
16411 (mouse-major-mode-menu): Use it.
16412
16413 2000-07-18 Dave Love <fx@gnu.org>
16414
16415 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16416 improvements.
16417
16418 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16419
16420 * faces.el (face-font-selection-order)
16421 (face-font-family-alternatives): Add custom type.
16422
16423 2000-07-18 Dave Love <fx@gnu.org>
16424
16425 * cus-edit.el (custom-variable-reset-saved)
16426 (custom-variable-reset-standard): Remove unused bindings.
16427
16428 * rect.el (open-rectangle-line): Remove unused let.
16429
16430 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16431
16432 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16433
16434 * cdl.el: Fix `Maintainer' keyword.
16435
16436 * play/pong.el: Add author's email address.
16437
16438 2000-07-17 Sam Steingold <sds@gnu.org>
16439
16440 * files.el (insert-directory): Call `split-string' instead of
16441 re-implementing it.
16442
16443 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16444
16445 * mail/vms-pmail.el: Change maintainer to FSF.
16446
16447 * net/goto-addr.el: Change maintainer to FSF.
16448
16449 * info.el (Info-title-face-alist): Removed.
16450
16451 2000-07-18 David Ponce <david@dponce.com>
16452
16453 * recentf.el (recentf-open-files): New command that works like
16454 `recentf-open-more-files', but shows the whole list of files (not just
16455 those omitted from the menu). Useful if you don't use a menu-bar!
16456 (recentf-open-more-files) Modified to use `recentf-open-files'.
16457
16458 (recentf-open-files, recentf-open-more-files)
16459 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16460
16461 (recentf-dialog-mode): New mode for dialogs. You can now just type
16462 "q" to cancel the dialogs.
16463
16464 2000-07-18 David Ponce <david@dponce.com>
16465
16466 * recentf.el: This is a major update of recentf.el. It adds new
16467 features to better organize the recentf menu and "More..." buffer.
16468
16469 Using new provided menu filtering functions you can now organize the
16470 recent files list:
16471
16472 - by major modes
16473 - by directories
16474 - by user defined rules
16475
16476 Finally, with the new `recentf-filter-changer' customizable filter you
16477 can define a ring of filters and dynamically (via the menu) cycle on
16478 each menu organization in the ring (a la msb).
16479
16480 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16481
16482 * eshell/eshell.el (eshell): Replace links to eshell.info with
16483 links to eshell, to avoid problems on systems where the manual is
16484 installed as `eshell'.
16485 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16486 * eshell/em-smart.el (eshell-smart): Ditto.
16487 * eshell/em-banner.el (eshell-banner): Ditto.
16488 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16489
16490 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16491 same-file check in the MS-DOS version (it does support inodes).
16492
16493 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16494
16495 * eshell/eshell.el (eshell-directory-name):
16496 Run default directory name through convert-standard-filename.
16497
16498 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16499
16500 * international/mule-cmds.el (select-safe-coding-system):
16501 Fix typo in the comment.
16502
16503 * language/european.el (compound-text):
16504 Force katakana-jisx0201 to be designated to G1.
16505
16506 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16507 Don't translate some national variant characters of latin-jisx0201.
16508 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16509
16510 * international/kkc.el (kkc-after-update-conversion-functions):
16511 New variable.
16512 (kkc-update-conversion): Run functions in it at the tail.
16513
16514 2000-07-16 John Wiegley <johnw@gnu.org>
16515
16516 * lisp/align.el (align-newline-and-indent):
16517 Adding new function. for auto-aligning blocks of code on RET.
16518 (align-region): Fixed badly formatted minibuffer message.
16519
16520 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16521
16522 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16523 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16524 the conversion list at first if appropriate.
16525 (kkc-next): Don't update kkc-next-count here.
16526 (kkc-prev): Don't update kkc-prev-count here.
16527 (kkc-show-conversion-list-update): Fix setting up of conversion
16528 list message.
16529
16530 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16531
16532 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16533
16534 2000-07-16 Dave Love <fx@gnu.org>
16535
16536 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16537 function to be more specific.
16538
16539 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16540 non-string help-echo.
16541 (widget-types-convert-widget): Defsubst it.
16542 (widget-echo-help): Try to cope with a help-echo function of two
16543 possible sorts.
16544
16545 2000-07-15 Jason Rumney <jasonr@gnu.org>
16546
16547 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16548 Declare as obsolete.
16549
16550 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16551
16552 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16553
16554 * hilit-chg.el: Fix typo.
16555
16556 2000-07-14 Dave Love <fx@gnu.org>
16557
16558 * info.el (Info-mode-menu): Fix use of :help, :enable.
16559
16560 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16561
16562 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16563
16564 2000-07-13 Dave Love <fx@gnu.org>
16565
16566 * emacs-lisp/easymenu.el: Doc fixes.
16567 (easy-menu-remove): Defalias to ignore.
16568
16569 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16570 Call throw correctly.
16571
16572 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16573
16574 * faces.el (frame-background-mode): Doc fix.
16575
16576 * simple.el (eval-expression-print-length): Change custom type to
16577 allow entering nil as value.
16578
16579 2000-07-13 Dave Love <fx@gnu.org>
16580
16581 * progmodes/fortran.el (fortran-imenu-generic-expression):
16582 Change definition layout.
16583 (fortran-mode-menu): Reinstate customize entries.
16584
16585 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16586 Use :filter, per old XEmacs code.
16587
16588 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16589
16590 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16591 event when deciding what to send to the terminal.
16592
16593 2000-07-12 Dave Love <fx@gnu.org>
16594
16595 * cus-start.el: Add optional version as 4th element of specs and
16596 use it for several things new in v21. Remove load-path. Fix type
16597 of line-number-display-limit.
16598
16599 2000-07-11 Dave Love <fx@gnu.org>
16600
16601 * progmodes/fortran.el: Don't require easymenu.
16602 Use repeat counts in various regexps.
16603 (fortran-mode-syntax-table): Defvar directly.
16604 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16605 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16606 Use defvar, not defconst.
16607 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16608 (fortran-mode): Set fortran-comment-line-start-skip,
16609 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16610 (fortran-comment-indent): Use defsubst.
16611 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16612 Use fortran-comment-indent, not fortran-comment-indent-function.
16613 (fortran-comment-region, fortran-electric-line-number): Simplify.
16614 (fortran-auto-fill): New function.
16615 (fortran-do-auto-fill): Deleted.
16616 (fortran-find-comment-start-skip):
16617 Check for non-null comment-start-skip.
16618 (fortran-auto-fill-mode, fortran-fill-statement):
16619 Use fortran-auto-fill.
16620 (fortran-fill): Use fortran-auto-fill. Check for null
16621 comment-start-skip. Simplify final clause and use end-of-line finally.
16622
16623 * widget.el (widget-plist-member): New alias.
16624
16625 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16626
16627 * eshell/esh-module.el (toplevel): Reference
16628 byte-compile-current-file only if it is bound.
16629
16630 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16631
16632 * dired.el: Don't require `dired-aux'.
16633
16634 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16635
16636 * dired-aux.el (dired-show-file-type): New function.
16637 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16638 (dired-show-file-type): Add autoload.
16639
16640 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16641
16642 * international/mule-diag.el (describe-font): Adjusted for the
16643 change of fontset-info.
16644 (print-fontset): Likewise.
16645
16646 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16647
16648 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16649
16650 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16651
16652 * bindings.el: Bind `[delete]' to delete-char.
16653
16654 * dired.el (dired-find-alternate-file): New function.
16655 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16656 (toplevel): Require dired-aux when compiling.
16657 (dired-buffers): Move defvar within file to avoid compiler warning.
16658
16659 * info.el (Info-last-search): Variable removed.
16660 (Info-search-history): New variable.
16661 (Info-search): New Info-search-history.
16662
16663 * battery.el, info-look.el: Change author's mail address.
16664
16665 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16666
16667 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16668 if rmail-ignored-headers is nil.
16669 (rmail-retry-failure): Bind rmail-ignored-headers and
16670 rmail-displayed-headers to nil.
16671
16672 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16673
16674 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16675 (print-region-1): Don't hard code `-h' here.
16676
16677 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16678
16679 2000-07-01 Francesco Potorti` <pot@gnu.org>
16680
16681 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16682 exim can use "your message" instead of "the message".
16683
16684 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16685
16686 * facemenu.el: Docstrings fixes.
16687 (facemenu-get-face): Don't use internal-find-face.
16688 (facemenu-iterate): Rename arg to match the docstring.
16689
16690 * newcomment.el (uncomment-region): Be more careful when skipping
16691 backwards over `=' not to bump into BOBP.
16692
16693 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16694
16695 * ediff-diff.el (ediff-wordify): Use syntax table.
16696 * ediff-init.el (ediff-has-face-support-p): Use
16697 ediff-color-display-p.
16698 (ediff-color-display-p): Use display-color-p, changed to defun
16699 from defsubst.
16700 Got rid of special cases for NeXT and OS/2.
16701 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16702 face.
16703
16704 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16705
16706 * emacs-lisp/lucid.el: Require CL.
16707 (copy-tree, remprop): Remove, it's provided by CL.
16708 (map-keymap): Define in terms of cl-map-keymap.
16709 (extent-property, set-extent-end-glyph): New functions.
16710
16711 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16712
16713 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16714
16715 * Makefile.in (DONTCOMPILE): Add comment that the name may
16716 not be changed without changing the make-dist script.
16717
16718 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16719 (cl-mapc): Use mapc instead of cl-old-mapc.
16720
16721 2000-07-05 Andrew Innes <andrewi@gnu.org>
16722
16723 * makefile.nt: Add support for `bootstrap' and related targets.
16724
16725 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16726
16727 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16728 (easy-menu-do-define): Use `menu-item' format.
16729 Handle case where easy-menu-create-menu returns a symbol.
16730 Manually call the potential top-level filter in the function binding.
16731 (easy-menu-filter-return): New arg NAME.
16732 Convert to a keymap if MENU is an XEmacs menu.
16733 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16734 (easy-menu-converted-items-table, easy-menu-convert-item):
16735 New var and fun to memoize easy-menu-convert-item-1.
16736 (easy-menu-do-add-item): Use it.
16737 (easy-menu-create-menu): Use easy-menu-convert-item.
16738 Wrap easy-menu-filter-return around any :filter specification.
16739 Don't convert the menu if a filter was specified.
16740 Tell easy-menu-make-symbol not to check for MENU being an expression.
16741 (easy-menu-make-symbol): New arg NOEXP.
16742
16743 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16744
16745 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16746 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16747 (eval-defun): If called with prefix arg, instrument code for
16748 Edebug.
16749
16750 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16751 similar to that of eval-defun.
16752
16753 2000-07-04 Dave Love <fx@gnu.org>
16754
16755 * hl-line.el (hl-line-overlay): Make it permanent-local.
16756
16757 * calendar/todo-mode.el: Replaced with a working version, based on
16758 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16759
16760 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16761
16762 * paths.el (prune-directory-list): New function.
16763 (Info-default-directory-list): Rewritten to more methodically
16764 enumerate a big list of possible info directories (based on the
16765 list used by the standalone info reader).
16766
16767 * info.el (info-initialize): Use prune-directory-list to remove
16768 non-existent directories from Info-directory-list.
16769
16770 * paths.el (Info-default-directory-list): Try a list of possible
16771 info-directories instead of a single one. Add the possible
16772 info directory "/usr/share/info".
16773
16774 * woman.el (woman-man.conf-path): Explicitly include the debian
16775 man-db config file "/etc/manpath.config".
16776 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16777 are present in `manpath.config'.
16778 (woman-manpath): Include "/usr/share/man".
16779
16780 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16781
16782 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16783
16784 * startup.el (command-line): Initialize blink-cursor based
16785 on window-system.
16786
16787 * frame.el (blink-cursor): Default to nil if not running under
16788 a window-system.
16789
16790 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16791 (face-x-resources): Remove duplicate entry for :font.
16792
16793 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16794 instead of cycling through windows with next-window.
16795
16796 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16797 of cycling through windows with next-window.
16798
16799 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16800 of cycling through windows with next-window.
16801
16802 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16803 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16804 instead of cycling through windows with next-window.
16805
16806 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16807 instead of cycling through windows with next-window.
16808
16809 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16810 of cycling through windows with next-window.
16811
16812 * terminal.el (te-process-output): Use walk-windows instead of
16813 cycling through windows with next-window.
16814
16815 * server.el (server-switch-buffer): Use some-window instead of
16816 cycling through windows with next-window.
16817
16818 * window.el (some-window): New function.
16819 (walk-windows): Remove reference to walk-windows-start.
16820
16821 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16822
16823 2000-07-03 Richard Stallman <rms@gnu.org>
16824
16825 * window.el (walk-windows): Guarantee termination by keeping a list
16826 of all the windows already handled.
16827
16828 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16829
16830 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16831 window-system.
16832
16833 * man.el (Man-notify-when-ready): Don't use window-system. If
16834 Man-notify-method is newframe, and the display is not
16835 multi-frame, select the frame created for the man page.
16836 (Man-init-defvars): Doc fix.
16837
16838 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16839
16840 * faces.el (region): Change background color for light background.
16841
16842 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16843 attribute from mode-line face of Ediff control frame.
16844
16845 * replace.el (query-replace-map): Bind `e' like `E'.
16846
16847 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16848
16849 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16850 Change name to "Select All".
16851
16852 * dos-fns.el (convert-standard-filename): Fix last change.
16853
16854 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16855
16856 * help.el (describe-variable): Don't insert a second `'s' in front
16857 of the string `value is shown below'. Since the syntax-table is
16858 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16859 an existing `'s', so that this won't be deleted.
16860
16861 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16862 * pcmpl-unix.el: New files.
16863
16864 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16865
16866 * wid-edit.el (widget-member): Use the new plist-member.
16867
16868 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16869
16870 * replace.el (perform-replace): Undo change of 2000-04-04.
16871 Instead, move backward 1 character at the end of the loop when
16872 necessary.
16873
16874 * faces.el (fringe): Change face for different backgrounds.
16875
16876 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16877 patch from John.
16878
16879 * eshell/*.el: Change spelling of the Free Software Foundation.
16880
16881 * eshell/esh-toggle.el: Removed.
16882
16883 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16884
16885 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16886 interactively.
16887
16888 2000-06-26 Alex Schroeder <alex@gnu.org>
16889
16890 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16891 `define-key'; instead of checking `(emacs-version)' check for
16892 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16893 for `;' and `o' which might be electric.
16894
16895 (sql-electric-stuff): New user option.
16896 (sql-magic-go): New function which uses `sql-electric-stuff'.
16897 (sql-magic-semicolon): New function which uses
16898 `sql-electric-stuff'.
16899
16900 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16901 is not fboundp.
16902
16903 (sql-oracle-options): New variable.
16904 (sql-oracle): Use it.
16905
16906 (sql-imenu-generic-expression): Doc change.
16907 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16908 is used.
16909
16910 (sql-informix): Added command line parameter "-" to force
16911 sql-informix-program to use stdout.
16912
16913 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16914
16915 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16916 (cp864-decode-table): Doc fix.
16917 (cp720-decode-table): New variable, supports the Arabic OEM
16918 codepage used by Windows.
16919 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16920
16921 2000-06-23 Dave Love <fx@gnu.org>
16922
16923 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16924 (font-lock-fontify-anchored-keywords): Use
16925 line-beginning-position.
16926 (global-font-lock-mode): Use mapc.
16927
16928 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16929
16930 * eshell/esh-module.el: Require CL when compiling.
16931
16932 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16933
16934 * comint.el (comint-substitute-in-file-name): Call replace-match
16935 with second and third arg t.
16936
16937 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16938 Specify foreground color.
16939
16940 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16941 color.
16942
16943 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16944
16945 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16946 cddr instead of cdddr.
16947
16948 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16949 instead of copy-list.
16950
16951 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16952 of copy-list.
16953
16954 * subdirs.el: Add eshell subdirectory.
16955
16956 * eshell: New subdirectory containing the Eshell package.
16957
16958 * pcomplete.el: New file.
16959
16960 2000-06-23 Paul Eggert <eggert@twinsun.com>
16961
16962 * mail/mailpost.el (post-mail-send-it): Make sure file has
16963 proper permissions from birth.
16964
16965 * files.el (basic-save-buffer-2): When temporarily setting
16966 file modes, set them to current modes plus 0200, not to 0777.
16967
16968 * emerge.el (emerge-make-temp-file): Make sure file has proper
16969 permissions from birth.
16970
16971 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16972
16973 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16974 backup file name through convert-standard-filename.
16975
16976 * dos-fns.el (convert-standard-filename): Convert leading
16977 directories as well. When long file names are supported, convert
16978 characters that are invalid in Windows file names.
16979
16980 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16981
16982 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16983 ps-print crashes. New feature: page selection for printing. Create
16984 raw-text-unix coding system for XEmacs. Doc fix.
16985 (ps-print-version): New version number (5.2.3).
16986 (ps-plot-region): Bug fix.
16987 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16988 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16989 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16990 funs.
16991 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16992 (ps-last-page): New vars.
16993
16994 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16995
16996 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16997 empty option string.
16998
16999 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17000
17001 * man.el (man): Doc fix.
17002
17003 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17004
17005 * international/mule-cmds.el (set-language-info-alist): Docstring
17006 fixed.
17007
17008 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17009
17010 * version.el (emacs-version): Use ISO date format.
17011
17012 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17013 instead of `M-backspace'.
17014
17015 * simple.el (turn-off-auto-fill): New function.
17016
17017 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17018
17019 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17020 Renamed from with-buffer-prepared-for-font-lock and use
17021 inhibit-modification-hooks rather than setting *-change-functions.
17022 Update all functions to use the new name.
17023 (jit-lock-first-unfontify-pos): New semantics (and doc).
17024 (jit-lock-mode): Make non-interactive.
17025 Don't automatically turn on font-lock.
17026 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17027 Always use jit-lock-after-change.
17028 Remove and restore font-lock-after-change-function.
17029 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17030 (jit-lock-after-unfontify-buffer): Remove.
17031 (jit-lock-stealth-fontify):
17032 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17033 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17034
17035 2000-06-20 Sam Steingold <sds@gnu.org>
17036
17037 * emacs-lisp/cl-indent.el (toplevel): Indent
17038 `print-unreadable-object' properly. Untabify.
17039
17040 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17041
17042 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17043 Support for bibentry.
17044 (reftex-compile-variables): Fixed problem with end of section-re.
17045
17046 * texmodes/reftex-dcr.el (reftex-view-crossref,
17047 reftex-view-crossref-from-bibtex):
17048 Deal with changed `reftex-find-citation-regexp-format'.
17049 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17050 Replaced `remprop' with `put'.
17051 (reftex-view-crossref, reftex-view-crossref-when-idle):
17052 Support for bibentry.
17053
17054 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17055 New entry for bibentry package.
17056
17057 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17058 Regexp also matches "\nobibliography".
17059
17060 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17061 Call `reftex-ensure-write-access' before doing anything.
17062 (reftex-ensure-write-access): New function.
17063
17064 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17065
17066 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17067
17068 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17069
17070 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17071
17072 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17073
17074
17075 2000-06-20 Dave Love <fx@gnu.org>
17076
17077 * faces.el (frame-background-mode): Use set-default, not set, in
17078 setter.
17079 (frame-update-faces, frame-update-face-colors): Define with
17080 defalias.
17081
17082 * enriched.el (enriched-decode-foreground)
17083 (enriched-decode-background): Don't use internal-find-face.
17084
17085 * apropos.el: Doc fixes.
17086
17087 * cus-edit.el (customize-changed-options): Check arg.
17088 (customize-version-lessp): Don't require decimal point.
17089
17090 * custom.el (defcustom, defgroup): Doc fix.
17091
17092 * newcomment.el (comment) <defgroup>: Add :version.
17093 (comment-multi-line): Doc fix.
17094
17095 * emulation/mlsupport.el (define-hooked-local-abbrev,
17096 define-hooked-global-abbrev): Fix, using define-abbrev.
17097
17098 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17099
17100 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17101 the whole buffer.
17102
17103 2000-06-19 Dave Love <fx@gnu.org>
17104
17105 * menu-bar.el (menu-bar-options-save): New function.
17106 (menu-bar-options-menu): Use it.
17107 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17108 Simplify.
17109
17110 2000-06-19 Andreas Schwab <schwab@suse.de>
17111
17112 * progmodes/etags.el (tags-query-replace): Put new parameters
17113 START and END at the end, for backward compatibility.
17114
17115 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17116
17117 * international/codepage.el:
17118 (cp-coding-system-for-codepage-1): Delete special codes for
17119 generating xxx-dos coding system because now a CCL based coding
17120 system can handle EOL conversion by default.
17121
17122 * international/mule.el (make-coding-system): Generate subsidiary
17123 coding systems for EOL handling variants even for a CCL based
17124 coding system.
17125
17126 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17127
17128 * international/isearch-x.el (isearch-minibuffer-input-method)
17129 (isearch-minibuffer-input-method-function): These variables
17130 deleted.
17131 (isearch-with-input-method): Don't use the above variables.
17132 (isearch-process-search-multibyte-characters): Likewise. Call
17133 read-string with the arg INHERIT-INPUT-METHOD t.
17134
17135 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17136
17137 * font-lock.el (font-lock-after-fontify-buffer)
17138 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17139
17140 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17141 Use consistent make-local-variable style for font-lock-fontified.
17142 (jit-lock-fontify-buffer):
17143 Don't bother checking for font-lock-mode and jit-lock-mode.
17144
17145 * time.el: Remove trailing ^M that prevent CVS-merging.
17146
17147 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17148
17149 * Makefile.in (distclean): New target.
17150
17151 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17152
17153 * Makefile.in (srcdir): Define for update-subdirs.
17154
17155 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17156
17157 * find-lisp.el: New file.
17158
17159 2000-06-16 Andrew Innes <andrewi@gnu.org>
17160
17161 * time.el (display-time-mail-function): New variable, to allow
17162 external packages to indicate when new mail is available.
17163 (display-time-update): Use it.
17164
17165 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17166
17167 * international/mule.el (mule-version): Change version name to
17168 SAKAKI. AOI has already been used by Meadow.
17169
17170 * international/quail.el (quail-show-guidance-buf): To find the
17171 bottom window (but minibuffer), pay attention to the height of
17172 minibuffer.
17173
17174 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17175
17176 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17177 menu-bar menus. Add help strings. Don't remove the Edit menu
17178 from the menu bar, as the menu bar has enough space now.
17179
17180 * Makefile.in (SHELL): Make sure /bin/sh is used.
17181
17182 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17183 characters, which use series of two ^H characters instead of one.
17184
17185 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17186
17187 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17188 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17189 functions.
17190 (Info-find-node-2): Try a case-sensitive search first, then
17191 do a case-insensitive search.
17192
17193 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17194 tutorials.
17195
17196 * complete.el (PC-env-vars-alist): New variable.
17197 (PC-complete-as-file-name): New function.
17198 (partial-completion-mode): Initialize PC-env-vars-alist from
17199 process-environment.
17200 (PC-do-completion): Handle completion of env vars.
17201
17202 * info.el (Info-set-mode-line): Show file name in mode line,
17203 use `*Info*' instead of `Info:'.
17204
17205 * startup.el (command-line-1): Change copyright messages to year
17206 2000.
17207
17208 2000-06-15 Dave Love <fx@gnu.org>
17209
17210 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17211 not local-map.
17212
17213 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17214
17215 * international/mule.el (set-buffer-file-coding-system): Almost
17216 rewritten to handle `undecided' as no-op.
17217
17218 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17219
17220 * Makefile.in: New file.
17221
17222 * Makefile: Removed.
17223
17224 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17225 (goto-address-highlight-keymap): Bind C-c RET.
17226
17227 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17228
17229 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17230 inherits buffer-file-coding-system of the current buffer.
17231
17232 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17233 0. Give correct argument to set-auto-coding-function.
17234 (tar-expunge): For goto-char, use (point-min), not 0.
17235 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17236 (tar-subfile-save-buffer): Likewize.
17237
17238 * international/mule.el
17239 (after-insert-file-set-buffer-file-coding-system): Call
17240 set-buffer-file-coding-system with the arg FORCE t.
17241
17242 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17243
17244 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17245 nil. Contemporary sendmails issue an X-Authentication-Warning if
17246 the sender is set with `-f'.
17247
17248 2000-06-13 Dave Love <fx@gnu.org>
17249
17250 * help.el (describe-function-1): Kluge around cases of functions
17251 fset to subrs whose doc doesn't match their symbol-name.
17252
17253 * image.el (insert-image): Default STRING to a space.
17254
17255 * info.el Doc fixes.
17256 (Info-build-node-completions): Match Ref tags.
17257
17258 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17259
17260 * frame.el (display-multi-frame-p, display-multi-font-p): New
17261 defaliases for display-graphic-p.
17262
17263 * hl-line.el: Fixed a typo in commentary.
17264
17265 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17266
17267 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17268 fixed.
17269
17270 2000-06-12 Dave Love <fx@gnu.org>
17271
17272 * image.el (insert-image): Save a little consing.
17273
17274 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17275
17276 * language/tibet-util.el: Convert all tibetan-1-column characters
17277 to the corresponding tibetan characters.
17278 (tibetan-add-components): Delete code for the special treatment of
17279 'a chung.
17280
17281 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17282 change.
17283 (tibetan-vowel-transcription-alist): More rules added.
17284 (tibetan-composite-vowel-alist): New variable.
17285 (tibetan-precomposition-rule-alist): More rules added.
17286
17287 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17288
17289 * startup.el (command-line): Only call menu-bar-mode if interactive.
17290
17291 * thingatpt.el (toplevel symbol-properties):
17292 * textmodes/makeinfo.el (makeinfo-compile):
17293 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17294 * progmodes/hideif.el (hif-compress-define-list)
17295 (hide-ifdef-use-define-alist):
17296 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17297 (ange-ftp-vms-add-file-entry):
17298 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17299 * man.el (Man-build-man-command):
17300 * mail/rnewspost.el (news-reply-header-hook):
17301 * info.el (Info-insert-dir):
17302 * emulation/mlconvert.el (backward-word, forward-word, setq):
17303 * emacs-lisp/gulp.el (gulp-send-requests):
17304 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17305 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17306 (byte-optimize-apply, end of file):
17307 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17308 (ad-make-freeze-definition):
17309 * startup.el (command-line, command-line-1): Don't quote lambdas.
17310
17311 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17312 (cvs-cleanup-removed): New function.
17313 (cvs-cleanup-functions): New var.
17314 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17315 some flexibility in specifying additional entries to auto-cleanup.
17316 (cvs-quickdir): New function.
17317 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17318 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17319 (cvs-mode-find-file): Check that we are on a filename or dirname
17320 when invoked through a mouse-click.
17321 (cvs-full-path): Remove.
17322 (cvs-dired-action): Re-introduced.
17323 (cvs-dired-noselect): Use it.
17324 (vc-post-command-functions): use this new hook if available.
17325
17326 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17327 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17328 (cvs-filename-map, cvs-dirname-map): Remove.
17329 (cvs-default-action): Remove.
17330 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17331 if the arg is really a keymap.
17332 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17333 Don't hardcode the mapping from state (aka type) to face, but check
17334 the var cvs-fi-<type>-face instead.
17335 (cvs-fileinfo-from-entries): New function.
17336
17337 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17338 Docstring fix.
17339 (cvs-find-file-and-jump): Change default to be safer.
17340 (cvs-mode-diff-map): Define it as a function as well.
17341 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17342 Bind mouse-2 in this global map rather than with text-properties.
17343
17344 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17345 file to resolve the ambiguity between C(conflict) and C(need-merge).
17346
17347 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17348
17349 * international/mule.el (set-buffer-file-coding-system): If
17350 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17351 unconditionally.
17352
17353 2000-06-12 Dave Love <fx@gnu.org>
17354
17355 * wid-edit.el (widget-specify-button): Really suppress the face if
17356 required.
17357
17358 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17359
17360 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17361
17362 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17363
17364 * imenu.el (imenu-generic-expression): Docstring fix.
17365
17366 * composite.el (composition-function-table): Move the `put'
17367 below the autoload cookie so we can load the file before loaddefs.
17368
17369 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17370
17371 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17372 Handle easy-mmode-define-global-mode.
17373 For complex macros like define-minor-mode that can generate
17374 several autoload entries, try to autoload entries in the
17375 macroexpanded code.
17376
17377 * emacs-lisp/easy-mmode.el (define-minor-mode):
17378 If KEYMAP is a symbol, just use it.
17379 Use byte-compile-current-file and load-file-name to infer the
17380 proper :require to pass to defcustom.
17381 Wrap the hook var into `progn' so as not to autoload it.
17382 Add a :autoload-end cookie.
17383 Be more careful about the evaluation of KEYMAP.
17384 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17385 (define-derived-mode): Move define-abbrev-table outside of defvar.
17386
17387 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17388
17389 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17390 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17391 (backup-compiled-files): Ignore errors during `tar'.
17392 (bootstrap): Make autoloads before elc files.
17393
17394 2000-06-10 Kenichi Handa <handa@etl.go.jp>
17395
17396 * international/mule.el (set-buffer-file-coding-system): If one of
17397 undecided-XXX is specified, change only EOL conversion.
17398
17399 * international/mule-conf.el (unix): New alias for the coding
17400 system undecided-unix.
17401
17402 2000-06-09 Dave Love <fx@gnu.org>
17403
17404 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17405
17406 * progmodes/executable.el: Byte compile dynamic.
17407 (executable-insert): Change custom type.
17408 (executable-find): Add autoload cookie.
17409 (executable-make-buffer-file-executable-if-script-p): New
17410 function. After Noah Friedman.
17411
17412 * files.el (after-save-hook): Customize, with
17413 executable-make-buffer-file-executable-if-script-p as an option.
17414
17415 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17416
17417 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17418 "tib24p-mule.bdf" for Tibetan.
17419
17420 * composite.el (decompose-composite-char): Declare it as obsolete.
17421
17422 * man.el (Man-fontify-manpage): Pay attention to underline and
17423 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17424
17425 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17426
17427 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17428 Set maintainer to FSF since author isn't reachable.
17429
17430 2000-06-08 Dave Love <fx@gnu.org>
17431
17432 * international/mule-cmds.el (select-safe-coding-system): If
17433 DEFAULT-CODING-SYSTEM is not specified, also check the most
17434 preferred coding-system if buffer-file-coding-system is
17435 `undecided'. From Handa.
17436
17437 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17438
17439 * international/mule.el
17440 (after-insert-file-set-buffer-file-coding-system): If the buffer
17441 size is greater than INSERTED, judget that we are not visiting.
17442
17443 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17444
17445 * whitespace.el (defgroup whitespace): Comment out `:version'.
17446 XEmacs 20.4 has problems defining the group with this present.
17447 We'll have this commented out till get resolve the problem.
17448
17449 2000-06-07 John Wiegley <johnw@gnu.org>
17450
17451 * align.el (align-dq-string-modes, align-sq-string-modes)
17452 (align-open-comment-modes): Add pyhton-mode.
17453 (align-rules-list): Use get-text-property instead of
17454 text-properties-at.
17455 (align-rules-list): Add python-assignment.
17456 (align-rules-list): Change perl-comma-delimiter to
17457 basic-comma-delimiter. Use if for Perl modes and python-mode.
17458 (align-rules-list): Add python-chain-logic and
17459 basic-line-continuation.
17460
17461 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17462
17463 * apropos.el (apropos-mode-hook): New user variable.
17464 (apropos-mode): Run apropos-mode-hook.
17465
17466 2000-06-07 David Ponce <david@dponce.com>
17467
17468 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17469 commands. Require `wid-edit' at run-time.
17470
17471 2000-06-07 David Ponce <david@dponce.com>
17472
17473 * recentf.el: Added some "Commentary".
17474 (recentf-open-more-files, recentf-edit-list): Minor changes to
17475 move the point at the top of the file list. This behaviour is
17476 consistent with the menu one when the list contains a lot of
17477 files.
17478 (recentf-cleanup): Now displays the number of items removed from
17479 the list.
17480 (recentf-relative-filter) New menu filter to show filenames
17481 relative to `default-directory'.
17482
17483 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17484
17485 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17486 with/without giving an error if PostScript printer doesn't have this
17487 kind of page size. Zebra Stripe continues or restarts on next page.
17488 Manual/automatic paper feeding. Switch or not the header.
17489 (ps-print-version): New version number (5.2.2).
17490 (ps-windows-system): Include emx as a Windows system.
17491 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17492 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17493 (ps-background-text): Code fix.
17494 (ps-error-handler-message, ps-user-defined-prologue)
17495 (ps-print-prologue-header, ps-printer-name)
17496 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17497 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17498 (ps-use-face-background): Customization fix.
17499 (ps-n-up-database): Data fix.
17500 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17501 (ps-switch-header): New vars.
17502 (ps-xemacs-color-name, ps-face-foreground-name)
17503 (ps-face-background-name, ps-boolean-constant): New funs.
17504
17505 2000-06-07 Dave Love <fx@gnu.org>
17506
17507 * allout.el: New version from Manheimer.
17508
17509 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17510
17511 * textmodes/fill.el (fill-find-break-point): Check the validity of
17512 charset.
17513
17514 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17515
17516 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17517 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17518 Call display-color-p and display-mouse-p instead of looking at
17519 window-system.
17520
17521 2000-06-06 Dave Love <fx@gnu.org>
17522
17523 * image.el (find-image): Doc fix. Return nil if image not found.
17524 (put-image, insert-image): Make STRING arg optional.
17525
17526 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17527
17528 * language/vietnamese.el: Remove eval-when-compile.
17529 (viet-viscii-nonascii-translation-table): Define it as a
17530 translation table made from viet-viscii-decode-table.
17531 (viet-viscii-encode-table): Define it as a translation table made
17532 from the reverse map of above.
17533 (viet-vscii-nonascii-translation-table): Define it as a
17534 translation table made from viet-vscii-decode-table.
17535 (viet-vscii-encode-table): Define it as a translation table made
17536 from the reverse map of above.
17537 (ccl-decode-viscii): Use translate-character.
17538 (ccl-encode-viscii, ccl-encode-viscii-font)
17539 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17540 Likewize.
17541
17542 * language/cyrillic.el: Remove eval-when-compile.
17543 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17544 translation table made from cyrillic-koi8-r-decode-table.
17545 (cyrillic-koi8-r-encode-table): Define it as a translation table
17546 made from the reverse map of above.
17547 (ccl-decode-koi8): Use translate-character.
17548 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17549 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17550 a translation table made from cyrillic-alternativnyj-decode-table.
17551 (cyrillic-alternativnyj-encode-table): Define it as a translation
17552 table made from the reverse map of above.
17553 (ccl-decode-alternativnyj): Use translate-character.
17554 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17555 Likewize
17556
17557 * international/mule-diag.el (non-iso-charset-alist): Specify
17558 translation table symbol instead of translation table itself.
17559 (list-block-of-chars): CHARSET may be a translation table symbol.
17560
17561 * international/mule.el (make-coding-system): If CODING-SYSTEM
17562 already exists, override it.
17563
17564 * international/fontset.el: Use family `proportional' for Tibetan
17565 fonts.
17566
17567 * international/ccl.el (ccl-compile-translate-character): Don't
17568 check if Rrr has property translation-table.
17569 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17570
17571 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17572
17573 * info.el: Bind case-fold-search to t when searching in case
17574 a user sets it to nil in a hook.
17575
17576 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17577
17578 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17579 * hl-line.el (hl-line-mode): Use the new :global key argument.
17580
17581 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17582 (tar-clip-time-string): Prepend a space.
17583 (tar-grind-file-mode): Construct a string rather than modifying one.
17584 (tar-header-block-summarize): Fix docstring.
17585 Use `format' rather than an error-prone set of copy-loops.
17586
17587 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17588 (diff-goto-source, diff-unified->context, diff-context->unified)
17589 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17590 understand the format output by the `-p' argument to diff.
17591
17592 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17593 (sh-re-done): Use defconst.
17594 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17595 (sh-help-string-for-variable, sh-guess-basic-offset):
17596 Don't quote lambdas.
17597 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17598 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17599
17600 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17601 (mh-letter-mode): Derive from text-mode.
17602 This implicitly means that it now calls kill-all-local-variables.
17603 Also remove the Emacs-18 compatibility code.
17604
17605 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17606 Make use of symbol-property doc-string-elt.
17607 Use memq rather than a sequence of eq.
17608 (doc-string-elt): Fix the wrong or missing previously unused values.
17609 (autoload-print-form): New function extracted from
17610 generate-file-autoloads to allow recursion when handling progn
17611 so that defvar's and defun's docstrings are properly printed.
17612 (generate-file-autoloads): Use it.
17613
17614 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17615 Use find-file-hooks in the minor-mode function.
17616 Be careful not to loop indefinitely in the post-command-hook function.
17617
17618 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17619
17620 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17621 tty's.
17622 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17623 differences whenever appropriate.
17624 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17625 * viper.el (find-file, find-file-other-window): Get viper to do
17626 wildcards.
17627
17628 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17629
17630 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17631 (jit-lock-fontify-buffer): New function for JIT refontification.
17632 (jit-lock-mode): Fix docstring.
17633 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17634 Remove jit-lock-after-change from the _local_ hook.
17635 (jit-lock-function-1): Fix docstring.
17636
17637 * info.el (Info-on-current-buffer): Initialize info.
17638
17639 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17640
17641 * progmodes/tcl.el (tcl-indent-for-comment):
17642 Ignore comment-indent-hook.
17643
17644 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17645 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17646 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17647 and improve to use the lighter to guess the capitalization.
17648 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17649 Add keyword arguments to specify global-ness or the custom group.
17650 Add local-map and help-echo properties to the lighter.
17651 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17652 (easy-mmode-define-global-mode): New macro.
17653
17654 2000-06-02 Dave Love <fx@gnu.org>
17655
17656 * wid-edit.el: byte-compile-dynamic since we typically don't use
17657 all the widgets. Don't require cl or widget. Remove
17658 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17659 (widget-read-event): Removed. Callers changed to use read-event.
17660 (widget-button-release-event-p): Renamed from
17661 button-release-event-p.
17662 (widget-field-add-space, widget-field-use-before-change):
17663 Uncustomize.
17664 (widget-specify-field): Use keymap property, not local-map.
17665 (widget-specify-button): Obey :suppress-face.
17666 (widget-specify-insert): Use modern backquote syntax.
17667 (widget-image-directory): Renamed from widget-glyph-directory.
17668 (widget-image-enable): Renamed from widget-glyph-enable.
17669 (widget-image-find): Replaces widget-glyph-find.
17670 (widget-button-pressed-face): Move defvar.
17671 (widget-image-insert): Replaces widget-glyph-insert.
17672 (widget-convert): Use keywordp.
17673 (widget-leave-text, widget-children-value-delete): Use mapc.
17674 (widget-keymap): Remove XEmacs stuff.
17675 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17676 (widget-button-click): Don't set point at the click, but re-centre
17677 if we scroll out of window. Rewritten for images v. glyphs &c.
17678 (widget-tabable-at): Use POS arg, not point.
17679 (widget-beginning-of-line, widget-end-of-line)
17680 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17681 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17682 (widget-default-create): Use widget-image-insert; some rewriting.
17683 (widget-visibility-value-create)
17684 (widget-push-button-value-create, widget-toggle-value-create): Use
17685 widget-image-insert.
17686 (checkbox): Create on and off images dynamically.
17687 (documentation-link): Change :help-echo.
17688 (widget-documentation-link-echo-help): Remove.
17689
17690 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17691
17692 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17693
17694 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17695 (easy-mmode-define-toggle, define-minor-mode): Use it.
17696 (easy-mmode-define-keymap): Docstring fix.
17697 (define-derived-mode): Default PARENT to fundamental-mode.
17698 Add the derived-mode-parent symbol-property.
17699 (easy-mmode-derived-mode-p): New function.
17700
17701 2000-06-02 Dave Love <fx@gnu.org>
17702
17703 * files.el (convert-standard-filename): Doc fix.
17704 (normal-backup-enable-predicate): New function.
17705 (backup-enable-predicate): Use it to replace the lambda form.
17706
17707 * calendar/todo-mode.el: [This needs more work on the outline
17708 stuff.] Doc fixes.
17709 (todo) <defgroup>: Add :version.
17710 (todo-add-category): Don't use pushnew.
17711 (todo-cmd-raise): Fix typo.
17712 (todo-top-priorities): Change temp buffer name.
17713 (todo-category-alist): Avoid redundant lambda.
17714 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17715 Use outline-next-heading.
17716
17717 * autoarg.el: Rewritten to use define-minor-mode.
17718 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17719 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17720
17721 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17722
17723 * isearch.el (isearch-other-meta-char): Fix previous change.
17724
17725 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17726
17727 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17728 (log-edit-done): Only add the comment to the ring if it's different
17729 from the last comment entered.
17730
17731 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17732
17733 2000-06-01 Dave Love <fx@gnu.org>
17734
17735 * hl-line.el: Rewritten using define-minor-mode.
17736
17737 * help.el (describe-function-1): Distinguish special form from
17738 builtin function. Sanity-check presence of arglist for builtins.
17739
17740 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17741
17742 * international/characters.el: Fix syntax/category setting of
17743 Tibetan characters.
17744
17745 * language/tibet-util.el (tibetan-add-components): Fixes for new
17746 encoding of Tibetan characters.
17747 (tibetan-decompose-precomposition-alist): New variable.
17748 (tibetan-decompose-region): Convert precomposed characters to
17749 non-precomposed characters.
17750 (tibetan-decompose-string): Likewise.
17751 (tibetan-composition-function): Fix args to
17752 thibetan-compose-string.
17753
17754 * language/tibetan.el (tibetan-composable-pattern): More
17755 characters included.
17756 (tibetan-consonant-transcription-alist): Rule for "R" added.
17757 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17758 "+R" added.
17759 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17760
17761 * language/lao-util.el (lao-composition-function): Fix args to
17762 compose-string.
17763
17764 * language/thai-util.el (thai-composition-function): Fix args to
17765 compose-string.
17766
17767 * isearch.el (isearch-update): Set disable-point-adjustment to t
17768 to prevent the point moving to the end of a composition when a
17769 part of a composition is searched.
17770 (isearch-other-meta-char): If the key invoking this command can be
17771 mapped by function-key-map to a printing char, call
17772 isearch-process-search-char directly.
17773
17774 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17775
17776 * emacs-lisp/bytecomp.el:
17777 * frame.el:
17778 * international/mule-cmds.el:
17779 * international/mule-util.el:
17780 * international/mule.el:
17781 * mouse.el:
17782 * subr.el:
17783 * faces.el: Update calls to make-obsolete with a WHEN argument.
17784
17785 * byte-run.el (make-obsolete, make-obsolete-variable):
17786 Add an optional WHEN argument and change the format of the
17787 symbol-property information.
17788 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17789 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17790 new obsolete-symbol-property format and print WHEN if it is provided.
17791
17792 2000-05-31 Dave Love <fx@gnu.org>
17793
17794 * loadhist.el (loadhist-hook-functions): Remove
17795 before-change-function, after-change-function.
17796 (unload-feature): Deal with symbols which are both bound and
17797 fbound.
17798
17799 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17800 before-change-function, after-change-function.
17801
17802 * simple.el (newline): Don't bind before-change-function,
17803 after-change-function.
17804
17805 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17806
17807 * whitespace.el (whitespace-rescan-timer-time): Update interval
17808 set to 600 seconds (10 minutes) instead of 60 seconds since
17809 a large number of whitespace buffers causes emacs to `freeze'
17810 for a considerable amount of time.
17811
17812 * whitespace.el: Updated email address
17813
17814 2000-05-31 Dave Love <fx@gnu.org>
17815
17816 * add-log.el (change-log-font-lock-keywords) <function>: Add
17817 pattern for function of change.
17818 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17819 acknowledgements patterns.
17820
17821 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17822
17823 * isearch.el (isearch-printing-char): If keyboard coding system is
17824 being used, call isearch-process-search-multibyte-characters.
17825
17826 * international/isearch-x.el: Mostly rewritten.
17827
17828 * international/quail.el (quail-start-conversion): Don't include
17829 unhandled events in the returned events, but set them in
17830 unread-command-events. Exit if all inputs are deleted.
17831
17832 2000-05-30 Jason Rumney <jasonr@gnu.org>
17833
17834 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17835
17836 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17837 Reenable code to create initial fontsets.
17838 Use set-fontset-font in place of put-charset-property.
17839
17840 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17841
17842 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17843 label, ensure that the first colon isn't followed by another.
17844
17845 * paths.el (Info-default-directory-list): Doc fix.
17846
17847 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17848 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17849 send a query containing USER only, not USER@HOST.
17850
17851 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17852 and rmail-msgend to compute the restriction at the end, instead of
17853 computing it.
17854
17855 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17856
17857 * dabbrev.el (dabbrev-expand): Don't display messages in the
17858 echo area if the minibuffer window is active.
17859
17860 * jit-lock.el (jit-lock-mode): Add after change function to
17861 local hook.
17862
17863 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17864
17865 * antlr-mode.el: New commands: hide/unhide actions,
17866 upcase/downcase literals.
17867 (antlr-tiny-action-length): New user option.
17868 (antlr-hide-actions): New command. Suggested by
17869 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17870 (antlr-mode-map): New binding [C-c C-v].
17871 (antlr-mode-menu): New entries.
17872 (antlr-downcase-literals): New command.
17873 (antlr-upcase-literals): Ditto.
17874
17875 * antlr-mode.el: Minor changes: indendation, mode-name.
17876 (antlr-indent-line): Indent cpp directive at column 0.
17877 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17878
17879 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17880 (antlr-font-lock-additional-keywords): Workaround for intentional
17881 bug in XEmacs version of font-lock.
17882 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17883 be used by a smarter version of `buffers-menu-grouping-function'.
17884
17885 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17886
17887 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17888 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17889
17890 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17891
17892 * international/encoded-kb.el
17893 (encoded-kbd-iso2022-designation-map): Pay attention to that
17894 charset-iso-final-char return -1 for eight-bit-control and
17895 eight-bit-graphic.
17896
17897 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17898
17899 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17900 (speedbar-easymenu-definition-base): Use display-graphic-p where
17901 available, instead of window-system.
17902
17903 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17904
17905 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17906 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17907 coding systems.
17908
17909 2000-05-26 Dave Love <fx@gnu.org>
17910
17911 * disp-table.el (standard-display-underline): Don't use
17912 internal-find-face.
17913
17914 * mail/reporter.el: Maintainer change. Doc fixes.
17915 (reporter-version): Deleted.
17916
17917 * emacs-lisp/elp.el: Maintainer change.
17918 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17919
17920 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17921
17922 * add-log.el (add-change-log-entry): Merge the current entry with the
17923 previous one if the previous one is empty.
17924
17925 2000-05-26 Dave Love <fx@gnu.org>
17926
17927 * loadhist.el (unload-feature): Fix interactive spec [from
17928 lijnzaad@ebi.ac.uk].
17929
17930 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17931 subr-arity to check primitives.
17932 (byte-compile-flush-pending, byte-compile-file-form-progn)
17933 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17934 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17935 mapcar.
17936
17937 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17938
17939 * international/fontset.el: Set family names of non-latin charsets
17940 in default fontset to "*".
17941
17942 * international/mule-diag.el (print-fontset): Combine family part
17943 and registry part of the fontname by "-*-" instead of "-".
17944
17945 * international/mule-cmds.el (encode-coding-char): Make strings
17946 multibyte before calling encode-coding-string.
17947
17948 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17949
17950 * derived.el: Fix keywords.
17951 (define-derived-mode): Only define if needed.
17952
17953 * simple.el (fill-comment, comment-column, comment-start)
17954 (comment-start-skip, comment-end, comment-indent-function)
17955 (block-comment-start, block-comment-end, indent-for-comment)
17956 (set-comment-column, kill-comment, comment-padding, comment-region)
17957 (comment-multi-line, indent-new-comment-line): Remove.
17958
17959 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17960 function names for comment operations.
17961
17962 * newcomment.el: Add abundant autoload cookies.
17963 (comment-style): Don't depend on runtime data at compile-time.
17964 (comment-indent-hook): Remove.
17965 (comment-indent): Check if comment-indent-hook is bound.
17966 (comment-region): Docstring fix.
17967
17968 2000-05-25 Dave Love <fx@gnu.org>
17969
17970 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17971 byte-code-function-p.
17972
17973 * mail/rmailsum.el: Add provide.
17974
17975 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17976
17977 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17978 defcustom.
17979
17980 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17981
17982 * ediff-diff.el (ediff-exec-process): delete --binary option from
17983 non-buffer ediff jobs.
17984
17985 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17986
17987 * hilit-chg.el (highlight-changes-mode): Ask about color or
17988 grayscale support, not about window-system.
17989
17990 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17991 window-system.
17992 (ffap-highlight): Always default to t.
17993
17994 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17995 display-popup-menus-p instead of looking at window-system.
17996
17997 * disp-table.el (standard-display-g1, standard-display-graphic):
17998 Only refuse to use string glyphs on X and MS-Windows.
17999
18000 * avoid.el: Remove window-system from commentary, suggest to use
18001 display-*-p instead.
18002
18003 * apropos.el (apropos-print): Use display-mouse-p instead of
18004 window-system.
18005
18006 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18007
18008 * international/codepage.el (cp-decoding-vector-for-codepage):
18009 Fill up unsupported characters with their own codes. From Kenichi
18010 Handa.
18011
18012 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18013
18014 * international/mule-diag.el (describe-char-after): Use
18015 display-graphic-p instead of window-system, so that this function
18016 works on MS-DOS.
18017
18018 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18019
18020 * international/codepage.el (cp-make-coding-systems-for-codepage):
18021 Remove the eight-bit-graphic and eight-bit-control charsets from
18022 the list of charsets which we convert into `?'.
18023
18024 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18025
18026 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18027 private charsets.
18028 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18029 japanese-jisx0213-2): New charsets.
18030
18031 * international/fontset.el: Setup default fontset for new charsets.
18032
18033 2000-05-24 Dave Love <fx@gnu.org>
18034
18035 * info.el (Info-find-node-2): Restructure [following "Vadim
18036 S. Solomin" <sovs@uic.nnov.ru>].
18037
18038 * icomplete.el: Fix header for Finder.
18039
18040 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18041
18042 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18043 STAY.
18044
18045 * rmail.el (rmail-automatic-folder-directives): New user variable.
18046 (rmail-show-message): Add call to `rmail-auto-file' during
18047 display.
18048 (rmail-auto-file): New function.
18049
18050 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18051
18052 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18053 account.
18054 (ediff-test-utility,ediff-diff-mandatory-option)
18055 (ediff-reset-diff-options): Utilities for proper initialization of
18056 ediff-diff-options and ediff-diff3-options on Windows.
18057
18058 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18059 variable.
18060
18061 * ediff-mult.el (ediff-filegroup-action): Use
18062 ediff-merge-filename-prefix.
18063
18064 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18065
18066 * viper-ex.el (ex-write): Set selective display to nil.
18067
18068 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18069
18070 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18071 aliases for hebrew-iso-8bit.
18072
18073 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18074
18075 * woman.el: New version from Francis J. Wright
18076 <F.J.Wright@Maths.QMW.ac.uk>.
18077 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18078 names in environment variables regardless of the path separator.
18079 (woman-topic-all-completions-1): Don't call file-name-directory-p
18080 on all files, since woman-file-regexp already filters out any
18081 directories.
18082
18083 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18084
18085 * international/quail.el (quail-start-translation): Don't change
18086 modified-p of the current buffer.
18087 (quail-start-conversion): Likewise.
18088
18089 * international/kkc.el (kkc-region): Don't change modified-p of
18090 the current buffer.
18091
18092 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18093 conform to RFC1468.
18094 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18095
18096 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18097
18098 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18099 (speedbar-insert-button): Invisible text property fix.
18100 (speedbar-directory-plus): Renamed from speedbar-directory-+
18101 (speedbar-directory-minus): Renamed from speedbar-directory--
18102 (speedbar-page-plus): Renamed from speedbar-file-+
18103 (speedbar-page-minus): Renamed from speedbar-file--
18104 (speedbar-page): Renamed from speedbar-file-
18105 (speedbar-tag): Renamed from speedbar-tag-
18106 (speedbar-tag-plus): Renamed from speedbar-tag-+
18107 (speedbar-tag-minus): Renamed from speedbar-tag--
18108 (speedbar-expand-image-button-alist): Use above renames.
18109
18110 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18111 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18112 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18113 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18114 * sb-pg.xpm: Renamed from sb-file.xpm
18115 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18116 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18117
18118 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18119
18120 * international/quail.el (quail-show-guidance-buf): Set
18121 current-input-method of the guidance buffer to the name of the
18122 curren input method.
18123
18124 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18125
18126 * progmodes/compile.el (compile-internal): Style typo.
18127
18128 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18129 quote vars and functions in the docstring.
18130
18131 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18132
18133 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18134 Don't quote lambdas.
18135
18136 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18137
18138 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18139
18140 * startup.el (command-line): Determine source file of compiled
18141 user init file differently. Warn if compiled user init file
18142 is older than its source file.
18143
18144 * ffap.el (ffap-url-regexp): Add `https'.
18145
18146 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18147
18148 * files.el (make-backup-file-name-1): Replace slashes with `!'
18149 rather than `|' (which is not allowed on Windows). Replace the
18150 drive letters with a string "drive_X".
18151
18152 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18153
18154 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18155
18156 * files.el (interpreter-mode-alist): Add `bash2'.
18157
18158 2000-05-22 Dave Love <fx@gnu.org>
18159
18160 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18161 mapc.
18162 (feature-file): Avoid calling symbol-name. Doc fix.
18163 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18164 (loadhist-hook-functions): Add mouse-position-function.
18165 (unload-feature): Change uses of mapcar.
18166
18167 * files.el (parse-colon-path): Doc fix.
18168 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18169 (set-auto-mode): Use mapc.
18170
18171 * complete.el (PC-look-for-include-file): Use :alnum: character
18172 class.
18173 (partial-completion-mode): Add autoload cookie.
18174
18175 2000-05-22 Sam Steingold <sds@gnu.org>
18176
18177 * info.el (Info-fontify-node): Fixed the call to
18178 `add-text-properties' (bug introduced on 2000-05-18).
18179
18180 2000-05-22 Dave Love <fx@gnu.org>
18181
18182 * bindings.el: Remove debug-ignored-errors set in other files.
18183
18184 * progmodes/etags.el: Add to debug-ignored-errors.
18185 (visit-tags-table-buffer): Clear out buffers holding old tables
18186 when making a new list.
18187 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18188 mapc.
18189
18190 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18191 quote keywords.
18192 (cmpl-string-case-type): Use character classes.
18193
18194 * comint.el:
18195 * textmodes/ispell.el:
18196 * imenu.el:
18197 * mail/mh-e.el:
18198 * progmodes/compile.el: Add to debug-ignored-errors.
18199
18200 * dabbrev.el: Add to debug-ignored-errors.
18201 (dabbrev-completion): Use mapc.
18202
18203 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18204
18205 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18206 (woman-mapcan, woman-parse-man.conf)
18207 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18208 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18209 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18210 path syntax better.
18211 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18212 (woman-manpath): Call woman-parse-man.conf.
18213 (woman-emulation): New defcustom, defaults to nroff.
18214 (woman-font-support): New defconst.
18215 (woman-use-symbol-font): New defcustom.
18216 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18217 "Emulation".
18218 Many functions: Doc fix.
18219
18220 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18221
18222 * international/quail.el (quail-simple-translation-keymap): Map
18223 128..255 to quail-self-insert-command.
18224 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18225
18226 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18227
18228 * help.el (help-manyarg-func-alist): Typo.
18229
18230 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18231 intervals which makes it heaps simpler.
18232
18233 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18234 the nested comment markers.
18235
18236 * subr.el (remove-hook): Don't turn the hook's value into a list.
18237
18238 2000-05-21 Dave Love <fx@gnu.org>
18239
18240 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18241 are invalid characters.
18242
18243 * international/mule-util.el (detect-coding-with-priority): Use
18244 mapc. Remove redundant lambda.
18245
18246 * international/mule-diag.el (list-non-iso-charset-chars)
18247 (describe-fontset): Remove redundant lambda.
18248
18249 * emulation/crisp.el (brief-mode): New alias.
18250
18251 * emacs-lisp/ring.el (ring-elements): New function.
18252
18253 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18254 (easy-menu-do-add-item): Use keywordp.
18255
18256 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18257
18258 * replace.el: Doc and error message fixes.
18259 (replace-highlight): Use facep, not internal-find-face.
18260
18261 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18262
18263 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18264
18265 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18266 (log-edit-insert-changelog): Drop `:' as well.
18267
18268 * log-view.el: Fix file description.
18269 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18270 available.
18271 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18272 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18273
18274 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18275 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18276 Print a status message if the toggle is called interactively.
18277 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18278 for global minor modes and use `defcustom' for them.
18279 Use add-minor-mode.
18280 (easy-mmode-define-derived-mode): Remove.
18281 (define-derived-mode): Fancier default docstring.
18282 (easy-mmode-define-navigation): Signal an error rather than (ding).
18283
18284 * newcomment.el (comment-styles): New `box-multi'.
18285 (comment-normalize-vars): Better default for comment-continue to
18286 avoid whitespace-only continuations.
18287 (comment-search-forward): Always move even in the no-syntax case.
18288 (comment-padright): Only obey N if it's only obeyed for padleft.
18289 (comment-make-extra-lines): Better handling of empty continuations.
18290 Use `=' for the filler if comment-start has only one character.
18291 (uncomment-region): Try handling the special `=' filler.
18292 (comment-region): Allow LINES even if MULTI is nil.
18293 (comment-box): Choose box style based on comment-style.
18294
18295 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18296
18297 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18298 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18299
18300 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
18301
18302 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18303 and insert, not subst-char-in-region.
18304
18305 * international/mule-diag.el (list-character-sets-1): Handle
18306 charsets eight-bit-control and eight-bit-graphic.
18307 (list-iso-charset-chars): Likewise.
18308 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18309 charactes as is. Use indent-to to align characters.
18310
18311 * international/mule-cmds.el (find-multibyte-characters): Never
18312 exclude charsets eight-bit-control and eight-bit-graphic.
18313
18314 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18315
18316 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18317 Don't quote lambdas.
18318
18319 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18320
18321 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18322
18323 * gud.el (gud-jdb-directories): Doc fix.
18324
18325 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18326
18327 * newcomment.el: New file.
18328
18329 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18330
18331 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18332
18333 2000-05-18 Andreas Schwab <schwab@suse.de>
18334
18335 * dired.el (dired-between-files): Also skip lines beginning with
18336 `used'.
18337
18338 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18339
18340 * msb.el (msb-menu-cond): Add choice `user'.
18341
18342 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18343
18344 * ps-print.el: Compatibility, customization and doc fix.
18345 (ps-printer-name-option): Replace defconst by defvar.
18346 (ps-postscript-code-directory): XEmacs compatibility.
18347 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18348 fix.
18349 (ps-user-defined-prologue, ps-print-prologue-header)
18350 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18351 compatibility and code fix.
18352 (ps-print-background-image, ps-print-background-text):
18353 Customization fix.
18354 (ps-line-number-start, ps-n-up-on): New vars.
18355
18356 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18357
18358 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18359 the indent-comment function to just return the appropriate indent.
18360
18361 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18362
18363 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18364 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18365 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18366
18367 2000-05-18 Dave Love <fx@gnu.org>
18368
18369 * info.el (Info-fontify-node): Add intangible property as well as
18370 invisible.
18371
18372 * calendar/appt.el (appt-make-list): Match all lines of entry.
18373 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18374
18375 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18376
18377 * international/mule-diag.el (describe-char-after): Call
18378 internal-char-font, not char-font. If internal-char-font returns
18379 nil, display "-- none --".
18380
18381 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18382
18383 * image.el (image-type-available-p): Don't reference image-types
18384 if it isn't bound.
18385
18386 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18387
18388 * autoarg.el (autoarg-mode): Typo in the :set argument.
18389
18390 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18391
18392 * startup.el (command-line-1): Don't signal an error if the
18393 directory for auto-save-list files does not yet exist.
18394
18395 2000-05-17 Kenichi Handa <handa@etl.go.jp>
18396
18397 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18398
18399 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18400
18401 * subr.el (remove-hook): `setq' hook-value, not `set'.
18402
18403 2000-05-16 Sam Steingold <sds@gnu.org>
18404
18405 * info.el (debug-ignored-errors): More errors to ignore.
18406
18407 2000-05-16 Dave Love <fx@gnu.org>
18408
18409 * cus-edit.el: Don't require cl or easymenu.
18410 (custom-variable-prompt): Test standard-value property, not
18411 user-variable-p.
18412
18413 2000-05-16 Sam Steingold <sds@gnu.org>
18414
18415 * subr.el (add-hook): `setq' hook-value, not `set'.
18416
18417 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18418
18419 * startup.el (command-line-1): Mention the FAQ in the startup
18420 message.
18421
18422 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18423
18424 * progmodes/compile.el (compilation-parse-errors): Collect
18425 `nomessage' regexps last.
18426
18427 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18428
18429 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18430 to the function name.
18431
18432 2000-05-15 Dave Love <fx@gnu.org>
18433
18434 * speedbar.el (speedbar-recenter): Typo.
18435 (speedbar-expand-line): Make arg optional.
18436 (speedbar-mode): Avoid a compiler warning.
18437
18438 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18439
18440 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18441 user-specified option string is empty.
18442
18443 * mouse.el (mouse-yank-at-click): Doc fix.
18444
18445 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18446
18447 * term/internal.el (IT-character-translations): More updates of
18448 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18449 documents.
18450
18451 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18452
18453 * env.el (getenv): New function, interactively callable.
18454 (setenv, getenv): Remove autoload cookies.
18455
18456 * loadup.el: Load `env'.
18457
18458 * progmodes/f90.el: Change author's mail address.
18459
18460 2000-05-14 Dave Love <fx@gnu.org>
18461
18462 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18463 goto-addr as an option.
18464
18465 * help.el (help-xref-stack): Doc fix.
18466 (help-xref-following): New variable.
18467 (help-make-xrefs): Use it.
18468 (help-xref-go-back): Use position information from stack element.
18469 (help-follow): Make position in stack element a pair. Use
18470 help-xref-following.
18471
18472 * autoarg.el: New file.
18473
18474 * faces.el: Declare more functions obsolete.
18475
18476 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18477 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18478 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18479 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18480 Remove all the setup-...-environment functions.
18481
18482 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18483
18484 * speedbar.el: Updated the commentary section. xemacs20p now uses
18485 >= when detecting. Require `defimage' safely.
18486 (speedbar-easymenu-definition-base): Add toggle for images.
18487 (speedbar-easymenu-definition-special): Add flush cache & expand.
18488 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18489 (speedbar-reconfigure-keymaps-hook): New variable.
18490 (speedbar-frame-parameters): Updated documentation.
18491 (speedbar-use-imenu-flag): Updated custom tag
18492 (speedbar-dynamic-tags-function-list): New variable.
18493 (speedbar-tag-hierarchy-method): Updated doc & custom.
18494 (speedbar-indentation-width, speedbar-indentation-width) New
18495 variables.
18496 (speedbar-hide-button-brackets-flag): Customizable.
18497 (speedbar-vc-indicator): Doc update.
18498 (speedbar-ignored-path-expressions): Updated default value.
18499 (speedbar-supported-extension-expressions): Updated default value.
18500 (speedbar-syntax-table): Remove {} paren status.
18501 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18502 as "+". Added overlay aliases.
18503 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18504 `force-mode-line-update'.
18505 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18506 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18507 `mouse-set-point'
18508 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18509 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18510 of arbitrary text, and new helper functions.
18511 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18512 filename finder.
18513 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18514 (speedbar-directory-buttons): Update path search/expansion.
18515 (speedbar-make-tag-line): Pay attention to
18516 `speedbar-indentation-width'. Use more care w/ invisible
18517 properties.
18518 (speedbar-change-expand-button-char): Call
18519 `speedbar-insert-image-button-maybe'.
18520 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18521 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18522 (speedbar-trim-words-tag-hierarchy)
18523 (speedbar-simple-group-tag-hierarchy): New functions
18524 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18525 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18526 functions.
18527 (speedbar-mouse-set-point): New function
18528 (speedbar-power-click): Updated documentation.
18529 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18530 of tag prefix text.
18531 (speedbar-expand-line, speedbar-contract-line): Make more robust
18532 to strange text.
18533 (speedbar-expand-line): Takes universal argument to flush the
18534 cache.
18535 (speedbar-flush-expand-line): New function.
18536 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18537 Use new generator insertion method.
18538 (speedbar-fetch-dynamic-tags): New function.
18539 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18540 `speedbar-fetch-dynamic-imenu'.
18541 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18542 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18543 "Revert Buffer" menu items.
18544 (speedbar-buffer-buttons-engine): Be smarter when creating a
18545 filename tag (for expansion purposes.).
18546 (speedbar-highlight-one-tag-line,
18547 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18548 (speedbar-recenter): New functions.
18549 (defimage-speedbar): Image loading abstraction.
18550 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18551 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18552 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18553 (speedbar-tag-type, speedbar-tag-mail): New images.
18554 (speedbar-expand-image-button-alist): New variable.
18555 (speedbar-insert-image-button-maybe): Insert an image over some
18556 buttons.
18557
18558 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18559
18560 * international/mule-cmds.el (encode-coding-char): An ASCII
18561 character is always encodable.
18562
18563 * international/mule-conf.el: Add more information in descriptions
18564 of character sets.
18565
18566 * international/mule-diag.el (describe-char-after): New function.
18567 (describe-font-internal): Adjusted for the change of font-info.
18568 (describe-font): Likewise.
18569 (print-fontset): Rewritten for the new fontset implementation.
18570 (describe-fontset): Include fontset alias names in completion.
18571 (list-fontsets): Adjusted for the change of print-fontset.
18572
18573 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18574 describe-char-after instead of displaying the detail in the echo
18575 area.
18576 (syntax-code-table): Format changed.
18577 (string-to-syntax): Adjusted for the above change.
18578
18579 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18580
18581 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18582
18583 2000-05-12 Dave Love <fx@gnu.org>
18584
18585 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18586 dependence. Use line-{beginning,end}-position, not
18587 point-at{b,e}ol. Some doc fixes.
18588 (todo-position): New function. Fix callers of position to use it.
18589 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18590
18591 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18592
18593 * time.el (display-time-mail-icon): Use `:ascent center'.
18594
18595 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18596 handling FTP security extensions.
18597
18598 2000-05-11 Dave Love <fx@gnu.org>
18599
18600 * calendar/todo-mode.el: New file.
18601
18602 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18603
18604 * comint.el (comint-read-input-ring): Move reference to
18605 comint-input-ring-size outside of the save-excursion. It was
18606 causing the default value to be the only one ever seen.
18607
18608 * font-lock.el: Update copyright. Remove Simon Marshall's email
18609 address on request from him.
18610
18611 * subr.el (substitute-key-definition): Add comment describing
18612 the meaning of PREFIX.
18613
18614 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18615
18616 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18617
18618 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18619 (add-minor-mode): Don't make the variable buffer-local and add a
18620 reference to define-minor-mode in the docstring.
18621
18622 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18623 HEADER/FOOTER and fix bug with trailing empty directory.
18624 (cvs-append-to-ignore): Use vc-editable-p if available.
18625 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18626 (vc-do-command): Tweak advice to handle the new VC.
18627
18628 * log-view.el (log-view-goto-rev): New function for the new VC.
18629 (log-view-minor-wrap): Use mark-active.
18630
18631 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18632 (log-edit-changelog-full-paragraphs): New var.
18633 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18634 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18635 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18636 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18637 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18638 Replace the `cvs' prefix with `log-edit'.
18639
18640 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18641
18642 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18643 (diff-font-lock-defaults): Explicitly turn off multiline.
18644 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18645 (diff-ediff-patch): Fix call to ediff-patch-file.
18646 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18647 Handle comments.
18648
18649 * frame.el (automatic-hscrolling): Typo.
18650
18651 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18652
18653 2000-05-09 Sam Steingold <sds@goems.com>
18654
18655 * apropos.el (apropos-print): use `describe-face' instead of
18656 `customize-face-other-window'.
18657
18658 2000-05-09 Dave Love <fx@gnu.org>
18659
18660 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18661
18662 * help.el (describe-variable): Have customize button pop the
18663 help-xref stack when invoked.
18664 (help-xref-symbol-regexp): Add `face'.
18665 (help-make-xrefs): Check for quoted face names and adapt regexp
18666 submatch numbers to cope.
18667 (help-xref-interned): Maybe insert face doc too. Separate
18668 sections with a line of hyphens.
18669
18670 * faces.el: Some doc fixes. Declare some functions obsolete.
18671 (describe-face): Add customize button. Return the help
18672 text. Fix prompt.
18673
18674 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18675
18676 * term/internal.el (IT-character-translations): Fix last change.
18677
18678 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18679
18680 * woman.el: New file
18681 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18682
18683 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18684
18685 * term/internal.el (IT-character-translations): Update ASCII
18686 simulations for greek-iso8859-7, add latin-iso8859-14 and
18687 latin-iso8859-15.
18688
18689 * international/mule-cmds.el (set-language-info-alist): Call
18690 define-prefix-command with 3 arguments, to make the map suitable
18691 for a menu.
18692
18693 2000-05-07 Dave Love <fx@gnu.org>
18694
18695 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18696
18697 2000-05-05 Dave Love <fx@gnu.org>
18698
18699 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18700 list in doc string. Don't quote keyword symbols.
18701 * emacs-lisp/cl.el: Likewise
18702 * emacs-lisp/cl-seq.el: Likewise
18703
18704 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18705
18706 * abbrev.el (abbrev-mode): Make ARG optional.
18707
18708 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18709
18710 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18711
18712 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18713
18714 * subr.el (substitute-key-definition): Clarify documentation.
18715
18716 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18717
18718 * glasses.el (glasses-convert-to-unreadable): Use
18719 `glasses-separator' instead of the hard-wired "_".
18720 (glasses-mode): Call `glasses-make-unreadable' only in a single
18721 place.
18722
18723 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18724
18725 * term/internal.el (cjk-codepages-alist): Add associations for
18726 Chinese and Korean codepages. Remove FIXME comment.
18727
18728 2000-05-03 Dave Love <fx@gnu.org>
18729
18730 * time.el (display-time-mail-face, display-time-use-mail-icon):
18731 New option.
18732 (display-time-mail-icon): New variable.
18733 (display-time-string-forms): Use the above. Fix the local-map.
18734
18735 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18736
18737 * replace.el (query-replace-map): Add binding for `E'.
18738 (query-replace-help): Extend help text.
18739 (perform-replace): Allow editing the replacement string.
18740
18741 * make-mode.el (makefile-mode-abbrev-table): New variable.
18742 (makefile-mode): Set local abbrev table to
18743 makefile-mode-abbrev-table.
18744 (makefile-font-lock-keywords): Fontify includes and conditionals.
18745
18746 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18747 set TOGGLE's value.
18748
18749 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18750 mail-interactive-insert-alias.
18751 (mail-abbrev-complete-alias): New command.
18752 (mail-mode-map): Bind it to `M-TAB'.
18753
18754 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18755
18756 * language/lao-util.el (lao-compose-region): New function.
18757
18758 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18759
18760 * files.el (recover-session): Make directories as necessary
18761 if they don't exist yet.
18762
18763 * calendar/cal-french.el
18764 (french-calendar-multibyte-special-days-array)
18765 (french-calendar-special-days-array): Change French text.
18766 (calendar-french-date-string): Change output.
18767 (calendar-goto-french-date): Likewise.
18768
18769 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18770
18771 * wid-edit.el (widget-default-active): Obey `:always-active'.
18772 (widget-documentation-string-value-create): Set `:always-active'.
18773
18774 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18775
18776 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18777 default prefix to `~/_emacs.d/auto-save.list/_s'.
18778 (normal-top-level): Create the directory for auto-save files, if
18779 it doesn't already exist (in the ms-dos case only).
18780
18781 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18782
18783 * international/mule-cmds.el (set-language-environment): Don't
18784 concat an integer (dos-codepage), use format instead.
18785
18786 2000-05-02 Dave Love <fx@gnu.org>
18787
18788 * help.el (help-xref-on-pp): Check for constant symbols.
18789
18790 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18791
18792 * startup.el (normal-top-level): Put a condition-case around
18793 the code loading subdirs.el.
18794
18795 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18796
18797 * ps-print.el: Upside-down and face background color printing,
18798 line number step, doc fix.
18799 (ps-print-version): New version number (5.2).
18800 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18801 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18802 (ps-spool-config): Var fix.
18803 (ps-printer-name-option): Const fix.
18804 (ps-print-upside-down, ps-use-face-background)
18805 (ps-line-number-step): New vars.
18806 (ps-window-system, ps-lp-system): New consts.
18807 (ps-face-background): New fun.
18808
18809 2000-04-28 Richard Stallman <rms@gnu.org>
18810
18811 * files.el (make-auto-save-file-name):
18812 Apply auto-save-file-name-transforms to visited file name
18813 before generating auto save file name.
18814 (auto-save-file-name-transforms): New variable.
18815
18816 * files.el (backup-enable-predicate):
18817 Correctly test for a file under a temporary directory.
18818
18819 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18820
18821 * subr.el (add-minor-mode): Rewritten.
18822
18823 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18824
18825 * mail/sendmail.el (sendmail-send-it): Set
18826 buffer-file-coding-system to the selected coding system for MIME
18827 header.
18828
18829 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18830
18831 * dired.el (dired-move-to-filename-regexp): Allow format where
18832 YYYY is followed by two spaces.
18833
18834 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18835 in the second character class of the regexp.
18836
18837 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18838 mh-etc, too.
18839
18840 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18841 nil.
18842
18843 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18844
18845 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18846 argument.
18847
18848 2000-04-27 Sen Nagata <sen@eccosys.com>
18849
18850 * emacs-lisp/crm.el (crm-completion-table): New variable.
18851 (crm-collection-fn, crm-test-completion)
18852 (completing-read-multiple): Use it.
18853
18854 2000-04-27 Dave Love <fx@gnu.org>
18855
18856 * help.el (locate-library): Use mapc.
18857 (help-manyarg-func-alist): Add call-process-region.
18858
18859 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18860
18861 * subr.el (add-minor-mode): Make argument MAP optional.
18862
18863 * desktop.el (desktop-save): Save list of minor modes.
18864 (desktop-create-buffer): Restore minor modes.
18865 (desktop-minor-mode-table): New user-option.
18866
18867 * subr.el (add-minor-mode): New function.
18868
18869 * image.el (find-image): New function.
18870 (defimage): Rewritten to find image at load time.
18871
18872 * startup.el (normal-top-level-add-to-load-path): Handle
18873 case that the default directory is not in load-path.
18874
18875 * help.el: Old patch from Stefan Monnier.
18876 (help-xref-on-pp): New function.
18877 (describe-variable): Use it to display xrefs in a symbol's value.
18878
18879 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18880
18881 * cus-edit.el (custom-face): Fix parenthesis.
18882
18883 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18884
18885 * mail/rmail.el (rmail-expunge): When there are no deleted
18886 messages, do nothing.
18887
18888 2000-04-26 Dave Love <fx@gnu.org>
18889
18890 * international/mule-cmds.el (locale-translation-file-name):
18891 Defvar to nil.
18892 (set-locale-environment): Set it here (at runtime).
18893
18894 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18895
18896 * replace.el (perform-replace): Add parameters START and END. Use
18897 them instead of the check for a region in Transient Mark mode.
18898 (query-replace-read-args): Return two more list elements for the
18899 start and end of the region in Transient Mark mode.
18900 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18901 (map-query-replace-regexp, replace-string, replace-regexp): Add
18902 optional last arguments START and END and pass them to
18903 perform-replace.
18904
18905 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18906 form with additional arguments for perform-replace.
18907
18908 * progmodes/etags.el (tags-query-replace): Add parameters START
18909 and END. Construct a form with additional arguments for
18910 perform-replace.
18911
18912 * simple.el (shell-command): Set default directory for "*Shell
18913 Command Output" buffer.
18914
18915 * language/european.el (iso-latin-4): Fix typo.
18916
18917 * emacs-lisp/crm.el: New file.
18918
18919 2000-04-24 Dave Love <fx@gnu.org>
18920
18921 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18922 (Custom-reset-saved, Custom-reset-standard)
18923 (custom-group-value-create, custom-group-set, custom-group-save)
18924 (custom-group-reset-current, custom-group-reset-saved)
18925 (custom-group-reset-standard): Use mapc.
18926 (custom-buffer-create-internal): Disable undo when creating items.
18927 Use mapc.
18928 (custom-face): Avoid redundant lambda.
18929
18930 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18931
18932 * startup.el (auto-save-list-file-prefix): Set default to
18933 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18934
18935 2000-04-24 Sam Steingold <sds@gnu.org>
18936
18937 * time-stamp.el (time-stamp-string-preprocess): Always convert
18938 `field-result' to a string.
18939
18940 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18941
18942 * frame.el (scrolling): New group.
18943 (automatic-hscrolling): New user-option.
18944
18945 * startup.el (command-line-x-option-alist): Add `-lsp' and
18946 `--line-spacing'.
18947
18948 2000-04-19 Dave Love <fx@gnu.org>
18949
18950 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18951 (cl-mapc): Rename from mapc. Fix the funcall.
18952
18953 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18954
18955 * simple.el (clone-indirect-buffer-other-window): New command.
18956 (clone-indirect-buffer): Add optional arg NORECROD.
18957 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18958
18959 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18960
18961 * window.el (count-screen-lines): New function.
18962 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18963 instead of window-buffer-height.
18964
18965 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18966 non-existing variable comint-input-sentinel.
18967 (inferior-lisp-args-to-list): Removed.
18968 (inferior-lisp): Use split-string instead of
18969 inferior-lisp-args-to-list.
18970
18971 * hexl.el (hexl-insert-hex-string): New command.
18972
18973 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18974 instead of concat.
18975
18976 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18977
18978 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18979 at the start of an existing but empty folder.
18980
18981 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18982
18983 * ps-mule.el: Customization fix, doc fix.
18984 (ps-multibyte-buffer): Customization fix.
18985
18986 2000-04-17 Richard M. Stallman <rms@gnu.org>
18987
18988 * subr.el (read-passwd): Use read-char-exclusive.
18989
18990 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18991
18992 * textmodes/texinfo.el (texinfo-insert-@email)
18993 (texinfo-insert-@emph, texinfo-insert-@quotation)
18994 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18995 (texinfo-mode-map): Add key bindings for them.
18996
18997 * files.el (basic-save-buffer-2): Use a template with `$'
18998 instead of `#' for VMS.
18999
19000 * simple.el (clone-indirect-buffer): New function.
19001
19002 2000-04-16 Stephen Eglen <stephen@gnu.org>
19003
19004 * iswitchb.el (iswitchb-case): New function. If the user input
19005 contains any upper-case characters, the search is made
19006 case-sensitive.
19007
19008 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19009
19010 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19011 comment-end.
19012 (texinfo-font-lock-syntactic-keywords): New var.
19013 (texinfo-font-lock-keywords): Remove comment regexp.
19014 (texinfo-insert-block): New function.
19015 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19016 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19017 and font-lock-defaults. Use regexp-opt for outline-regexp.
19018 (texinfo-environments): New var.
19019 (texinfo-environment-regexp): Use regexp-opt and
19020 texinfo-environments.
19021
19022 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19023 ispell-process is bound since this might be eval'd before ispell
19024 is loaded.
19025 (ispell-message): Use a tiny bit less magic and a bit more hard
19026 data to figure out what kind of sc-cite-regexp to use.
19027
19028 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19029
19030 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19031 (insert-cyclic-diary-entry): Unquote the lambda.
19032
19033 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19034
19035 * files.el (backup-enable-predicate): Unquote the lambda.
19036
19037 * cus-edit.el (custom-face, face): Unquote the lambda.
19038
19039 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19040
19041 * ps-print.el: Check for line-beginning-position definition.
19042
19043 * ps-print.el: Fix counting lines in a region.
19044 (ps-print-version): New version number (5.1.5).
19045 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19046 (ps-printing-region): Fun code fix.
19047
19048 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19049
19050 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19051 to file-directory-p.
19052
19053 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19054
19055 * gud.el (gud-jdb-build-source-files-list): Check that directory
19056 exists before calling directory-files.
19057
19058 2000-04-13 Dave Love <fx@gnu.org>
19059
19060 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19061 syntax.
19062
19063 * emacs-lisp/cl-specs.el: Remove when, unless.
19064
19065 * emacs-lisp/cl-extra.el: Don't quote keywords.
19066 (cl-old-mapc): New variable.
19067 (mapc): Use it.
19068 (cl-map-intervals): Use with-current-buffer. Don't check for
19069 next-property-change.
19070 (cl-map-overlays): Use with-current-buffer.
19071 (cl-expt): Remove.
19072 (copy-tree, remprop): Define unconditionally.
19073
19074 * emacs-lisp/cl-compat.el (keywordp): Remove.
19075
19076 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19077 to use keywordp.
19078 (edebug-spec): Enable keywordp.
19079
19080 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19081 string-lessp.
19082
19083 * cus-start.el: Use keywordp.
19084
19085 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19086
19087 * diary-lib.el (include-other-diary-files): Fix the fix of
19088 2000-02-18 by doing a save-excursion.
19089
19090 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19091
19092 * ps-print.el: Customization fix, doc fix.
19093 (ps-print-version): New version number (5.1.4).
19094 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19095 (ps-print-preprint): Adjust code.
19096 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19097 (ps-print-prologue-header, ps-print-control-characters)
19098 (ps-spool-config): Customization fix.
19099
19100 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19101
19102 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19103 converted to the new menu-item format, names silightly changed,
19104 help strings added.
19105
19106 Support for spelling without async subprocesses:
19107
19108 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19109 (ispell-session-buffer): New variables.
19110 (ispell-start-process, ispell-process-status,
19111 ispell-accept-output, ispell-send-string): New functions, for
19112 Ispell invocation when async subprocesses aren't supported.
19113 (ispell-word, ispell-pdict-save, ispell-command-loop,
19114 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19115 to process-send-string with calls to ispell-send-string, and
19116 accept-process-output with ispell-accept-output.
19117 (ispell-init-process): Call ispell-process-status instead of
19118 process-status with.
19119 (ispell-init-process): Call ispell-start-process. Call
19120 ispell-accept-output and ispell-send-string. Don't call
19121 process-kill-without-query and kill-process if they are unbound.
19122 (ispell-async-processp): New function.
19123
19124 2000-04-12 Dave Love <fx@gnu.org>
19125
19126 * info.el: Add debug-ignored-errors.
19127 (Info-mode-menu): Add some items.
19128 (Info-directory): Add autoload cookie.
19129
19130 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19131 Modify `truncate-lines'. Make `describe-language-environment'
19132 always visible and add help. Modify `describe-key' help. Invoke
19133 Info-directory from `info'. New entry `emacs-manual'.
19134
19135 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19136
19137 * progmodes/ebrowse.el (ebrowse-tree-mode):
19138 Use propertized-buffer-identification.
19139 (ebrowse-update-member-buffer-mode-line): Likewise.
19140 (ebrowse--mode-strings): Removed.
19141 (ebrowse--mode-line-props): Removed.
19142
19143 * files.el (auto-mode-alist): Add `EBROWSE'.
19144
19145 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19146 space before testing for end of buffer.
19147 (ebrowse-load): Removed.
19148 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19149 (ebrowse-create-tree-buffer): Rewritten.
19150 (ebrowse-tree-mode): Read tree from buffer.
19151
19152 * progmodes/ebrowse-ffh.el: Removed.
19153
19154 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19155
19156 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19157
19158 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19159
19160 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19161 at the wrong place.
19162
19163 2000-04-09 Dave Love <fx@gnu.org>
19164
19165 * files.el (backup-enable-predicate):
19166 Use temporary-file-directory, small-temporary-file-directory.
19167 (make-backup-file-name-function, backup-directory-alist): New vars.
19168 (make-backup-file-name-1): New function.
19169 (make-backup-file-name): Use it.
19170 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19171 (file-newest-backup): Use make-backup-file-name.
19172
19173 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19174
19175 * progmodes/ebrowse-ffh.el: New file.
19176
19177 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19178 Moved to ebrowse-ffh.el.
19179 (ebrowse-load): Add autoload.
19180
19181 * finder.el (finder-commentary): Add autoload cookie.
19182
19183 * mail/rfc2368.el: Correct author's email address.
19184
19185 * progmodes/ebrowse.el: New file.
19186
19187 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19188 item help string.
19189 (easy-menu-do-add-item): Ditto.
19190 (easy-menu-define): Extend doc string.
19191
19192 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19193 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19194 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19195 with-buffer-unmodified.
19196
19197 2000-04-08 Dave Love <fx@gnu.org>
19198
19199 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19200 unless, when.
19201
19202 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19203
19204 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19205 (viper-flash-search-pattern): No operation when using Emacs
19206 doesn't support face.
19207 Use `viper-put-on-search-overlay'.
19208
19209 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19210
19211 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19212 like C-r.
19213
19214 * progmodes/make-mode.el: Some doc fixes.
19215 (makefile-mode-abbrev-table): New variable.
19216 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19217 (makefile-font-lock-keywords): Fontify includes and conditionals.
19218 (toplevel): Require `dabbrev' and `add-log' when compiling.
19219
19220 * replace.el (perform-replace): Don't move forward one char
19221 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19222 to do that because it leaves point 1 position after the last
19223 replacement, after everything has been replaced.
19224
19225 * jit-lock.el (with-buffer-unmodified): New macro.
19226 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19227 modified state.
19228 (jit-lock-function-1): Extracted from jit-lock-function; not
19229 preserving buffer's modified state.
19230 (jit-lock-function, jit-lock-stealth-fontify):
19231 Call jit-lock-function-1.
19232
19233 * mail/rfc2368.el: Remove supernumerary copyright line.
19234
19235 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19236
19237 * glasses.el: Provide facilities for inserting space before left
19238 parentheses and uncapitalization of identifiers.
19239 (glasses-mode): Try to remove old overlays in all cases.
19240
19241 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19242
19243 * progmodes/compile.el (compile-internal): Display the compilation
19244 buffer in a different frame, if it's already displayed there.
19245
19246 * mail/rfc2368.el: New file.
19247
19248 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19249 header and insert its value as mail body.
19250
19251 * subr.el (member-ignore-case): New function.
19252
19253 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19254 (dabbrev--find-expansion): Ignore buffers matching a regexp
19255 from dabbrev-ignored-regexps.
19256
19257 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19258 to extensions handled by gzip.
19259
19260 2000-04-03 Richard M. Stallman <rms@gnu.org>
19261
19262 * files.el (insert-directory): List the total free space
19263 along with the used space.
19264
19265 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19266 line is followed by one that matches CITATION-REGEXP, end the
19267 paragraph.
19268
19269 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19270
19271 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19272 (rmail-make-basic-summary-line): Use that option.
19273
19274 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19275
19276 * international/mule-cmds.el (encoded-string-description):
19277 Rewritten. Try pretty description for ISO 2022 escape sequences
19278 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19279 for hexadecimal format.
19280
19281 2000-04-01 Dave Love <fx@gnu.org>
19282
19283 * cpp.el: Change customization group to `c' from `C'.
19284
19285 * vcursor.el (vcursor-move): Use display-color-p.
19286
19287 * international/mule-util.el: Provide mule-utils.
19288 (string-to-sequence): Simplify and speed up.
19289
19290 * international/mule.el (make-coding-system): Purecopy doc-string.
19291
19292 * international/mule-cmds.el: Various menu changes.
19293 (describe-specified-language-support): Handle `Default'.
19294 (set-language-info): Purecopy `info'.
19295
19296 2000-03-31 Andrew Innes <andrewi@gnu.org>
19297
19298 * vc.el (vc-backend-diff): Return the correct status if we had to
19299 retry the rcsdiff command without the --brief option.
19300
19301 2000-03-31 Dave Love <fx@gnu.org>
19302
19303 * help.el (help-manyarg-func-alist): Correct several omissions.
19304
19305 * add-log.el: Don't require cl, fortran.
19306 (add-log-current-defun-function): Doc fix.
19307 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
19308 (change-log-version-rcs): Function deleted.
19309 (change-log-version-number-search): Doc fix.
19310 Use vc-workfile-version. Avoid CL dolist.
19311 (add-change-log-entry): Just call add-log-current-defun to get
19312 defun. Simplify somewhat.
19313 (change-log-get-method-definition-1): Likewise.
19314 (add-log-current-defun): Return nil if calling
19315 add-log-current-defun-function does so. Move Fortran stuff to
19316 fortran.el. Return string without properties.
19317
19318 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19319 and :alpha: char classes.
19320
19321 * mail/supercite.el: Defvar curline when compiling.
19322 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19323 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19324 rather than a-zA-Z0-9 to allow non-ASCII characters.
19325
19326 2000-03-31 Gerd Moellmann <gerd@gnu.org>
19327
19328 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19329
19330 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19331 Re-enable new code.
19332
19333 * lpr.el (print-region-1): Use -d to specify printer name for
19334 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19335
19336 2000-03-31 Dave Love <fx@gnu.org>
19337
19338 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19339 Look for function definition in symbol's function value slot first
19340 instead of first consulting byte-compile-function-environment.
19341
19342 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19343
19344 * language/european.el ("Polish"): New language environment.
19345 (setup-polish-environment): New function.
19346
19347 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19348
19349 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19350 Disable new code.
19351
19352 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19353 trying to `load' the symbol of an autoload instead of the file
19354 recorded in the autoload. Fix error messages.
19355
19356 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19357
19358 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19359 (ps-print-version): New version number (5.1.3).
19360 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19361 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19362 (ps-generate-postscript-with-faces): Code fix.
19363 (ps-color-values): XEmacs compatibility.
19364 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19365 (ps-default-fg, ps-default-bg): Adjust customization.
19366 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19367 (ps-color-scale): Renaming old ps-color-value fun.
19368 (ps-print-headers): Replace ps-print-header group to avoid conflict
19369 with ps-print-header variable.
19370 (ps-print-miscellany): New group.
19371 (ps-format-color, ps-rgb-color): New funs.
19372 (ps-default-foreground): New var.
19373 (ps-printer-name-option): New const.
19374
19375 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19376
19377 * net/net-utils.el:
19378 (network-connection-host, network-connection-service): New variables
19379 (network-connection-mode): New mode, derived from comint-mode
19380 (network-connection-mode-setup): New function, saves host and
19381 service information in local variables.
19382
19383 * lisp/locate.el:
19384 (locate-word-at-point): Added this function
19385 (locate): Default to using locate-word-at-point as input
19386 Run dired-mode-hook
19387
19388 2000-03-29 Dave Love <fx@gnu.org>
19389
19390 * calendar/appt.el: Doc fixes.
19391 (appt-check): Convert min-to-app to a string before passing to
19392 appt-disp-window-function or concat.
19393 (appt-delete-window): Remove test for frame-root-window.
19394 (appt-select-lowest-window, appt-convert-time): Simplify.
19395
19396 * emacs-lisp/bytecomp.el: Doc fixes.
19397 (byte-compile-file-form-autoload):
19398 Update byte-compile-function-environment.
19399
19400 2000-03-29 Andreas Schwab <schwab@suse.de>
19401
19402 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19403
19404 * dired.el (dired-insert-directory): If dired-free-space-program
19405 failed just delete its output.
19406
19407 2000-03-29 Dave Love <fx@gnu.org>
19408
19409 * international/iso-cvt.el: Move provide to end. Doc fixes.
19410 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19411 (iso-iso2sgml, iso-sgml2iso): New functions.
19412 (iso-cvt-define-menu): Fix some entries and use backquote for
19413 clarity.
19414
19415 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19416
19417 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19418
19419 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19420 ISO-DATE. If non-nil, return date in ISO 8601 format.
19421
19422 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19423
19424 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19425 if it ever becomes used.
19426 (log-edit-mode-hook): Default to vc-log-mode-hook.
19427 (log-edit-mode): Fix the docstring.
19428
19429 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19430 the code.
19431
19432 2000-03-26 Dave Love <fx@gnu.org>
19433
19434 * net/browse-url.el (browse-url): Re-fix case of
19435 browse-url-browser-function being an alist.
19436 (browse-url): Add :link to defgroup.
19437
19438 * files.el: Doc fixes.
19439 (file-truename): Include `[' in wildcard characters.
19440 (automount-dir-prefix): Customize.
19441 (find-file-wildcards): Add :version.
19442 (find-file-noselect): Simplify a mapcar call.
19443
19444 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19445 compatible with inf-lisp version.
19446 (eval-defun-1): Fix custom-declare-variable case.
19447
19448 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19449
19450 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19451
19452 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19453
19454 * Makefile (COMPILE_FIRST): New macro.
19455 (compile-files): Compile files from COMPILE_FIRST first.
19456
19457 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19458
19459 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19460 matching open parenthesis in column 0 to defun-prompt-regexp
19461 only if open-paren-in-column-0-is-defun-start is set.
19462
19463 * sun-curs.el: Require CL at compile-time only.
19464
19465 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19466 instead of copy-list which is a function from CL.
19467 (msb--choose-menu, msb--mode-menu-cond)
19468 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19469 (msb--init-file-alist): Use mapcar instead of mapcan.
19470 (msb--aggregate-alist): Use mapcar instead of mapcan.
19471 Fix `(' in column 0 in doc string.
19472 (msb--add-separators): Use mapcar instead of mapcan.
19473
19474 * cus-dep.el: Require CL at compile-time only.
19475
19476 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19477
19478 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19479 (byte-compile-warnings): New warning `noruntime'.
19480 (byte-compile-constants, byte-compile-variables): Fix docstring.
19481 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19482 execute `eval-whenc-compile's body.
19483 (byte-compile-unresolved-functions): Fix docstring.
19484 (byte-compile-eval): New function.
19485 (byte-compile-callargs-warn): Check if the function will be available
19486 at runtime (via property `byte-compile-noruntime').
19487 (byte-compile-print-syms): New function.
19488 (byte-compile-warn-about-unresolved-functions): Also warn about
19489 `noruntime' functions (and use `byte-compile-print-syms').
19490 (byte-compile-file): Capitalize the message.
19491
19492 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19493
19494 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19495 (rmail-expunge): Ask for confirmation depending on the setting
19496 of rmail-confirm-expunge.
19497
19498 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19499
19500 * Makefile (bootstrap-clean): If $(emacs) exists, build
19501 loaddefs.el first. A loaddefs.el that's not up-to-date might
19502 cause a bootstrap failure because things don't autoload as expected.
19503
19504 2000-03-23 Dave Love <fx@gnu.org>
19505
19506 * net/browse-url.el: Restore previous use of
19507 browse-url-maybe-new-window.
19508
19509 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19510
19511 * ps-print.el: Skip banner page fix.
19512 (ps-print-version): New version number (5.1.2).
19513 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19514
19515 2000-03-23 Dave Pearson <davep@davep.org>
19516
19517 * net/quickurl.el Changed the type of parameter passed to the
19518 function defined by `quickurl-format-function'. Before only the
19519 text of the URL was passed. Now the whole URL structure is passed
19520 and the function is responsible for extracting the parts it requires.
19521 Changed the default of `quickurl-format-function' accordingly.
19522 (quickurl-insert): Changed the `funcall' of
19523 `quickurl-format-function' to match the above change.
19524 (quickurl-list-insert): Changed the `url' case so that it makes
19525 use of `quickurl-format-function', previous to this the format was
19526 hard wired.
19527
19528 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19529
19530 * startup.el: Change some spellings for the X Window System.
19531
19532 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19533
19534 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19535 Clean up the code and the regexp and make sure the cursor is
19536 temporarily moved to the suspicious line while querying the user.
19537
19538 2000-03-22 Jason Rumney <jasonr@gnu.org>
19539
19540 * w32-fns.el (w32-charset-info-alist): Initialize.
19541
19542 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19543
19544 * ps-print.el: N-up last page fix.
19545 (ps-print-version): New version number (5.1.1).
19546 (ps-end-file, ps-end-job, ps-generate): Code fix.
19547
19548 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19549
19550 * files.el (find-file-run-dired): Update docstring.
19551 (find-directory-functions): New hook.
19552 (find-file-noselect): Run find-directory-functions rather than
19553 calling dired directly.
19554
19555 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19556
19557 * pcvs.el: Add a minimal leading commentary.
19558 (cvs-make-cvs-buffer): Change the header part by removing the startup
19559 message and adding a `Module' entry. Also replace the FOOTER and
19560 HEADER special fileinfos with the new support in ewoc for updating
19561 its own footer and header.
19562 (cvs-update-header): Update to use the header/footer of the ewoc.
19563 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19564 (cvs-is-within-p): New function.
19565 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19566 to only examine some subset of the buffers.
19567
19568 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19569 `format' instead of our own ad-hoc functions.
19570 Remove HEADER and FOOTER cases, now handled in the EWOC.
19571 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19572
19573 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19574 output to avoid scaring the user.
19575 (cvs-parse-table): Catch message for non-up-to-date commits.
19576
19577 * pcvs-defs.el (cvs-startup-message): Remove.
19578 (cvs-global-menu): New autoloaded menu.
19579
19580 * pcvs-util.el (cvs-string-fill): Remove.
19581
19582 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19583 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19584 PP part of it and also make it work for footers and headers.
19585 (ewoc-create): Drop POS and BUFFER arguments.
19586 Use the DLL's dummy node to store the end-of-footer position.
19587 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19588 (ewoc-refresh): Remove unused `header' variable.
19589 (ewoc-(get|set)-hf): New functions.
19590
19591 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19592 log-view-*-(message|file) and use easy-mmode-define-navigation.
19593 (log-view-message-re): Match SCCS format as well.
19594 And match the revision line rather than the dashed separator line.
19595 (log-view-mode): Use the new define-derived-mode.
19596 (log-view-current-tag): Fill in with an actual implementation.
19597
19598 * cvs-status.el (cvs-status-(prev|next)): Rename from
19599 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19600 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19601 to let the output "breathe" a little more (more readable).
19602 (cvs-status-mode): Use the new define-derived-mode.
19603
19604 * smerge-mode.el (smerge-auto-leave): New function and variable.
19605 (smerge-basic-map): Rename from smerge-basic-keymap.
19606 Change the bindings for smerge-diff-*.
19607 (smerge-*-map): Use easy-mmode-defmap.
19608 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19609 (smerge-keep-*): Use smerge-auto-leave.
19610
19611 2000-03-21 Jason Rumney <jasonr@gnu.org>
19612
19613 * cus-edit.el (custom-button-face): Use 3D look for w32.
19614 (custom-button-pressed-face): Likewise.
19615
19616 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19617
19618 * progmodes/etags.el (tags-case-fold-search): New user-option.
19619 (tags-loop-eval): New function. Bind case-fold-search around eval
19620 depending on the value of tags-case-fold-search.
19621 (tags-loop-continue): Use tags-loop-eval.
19622 (find-tag-in-order): Bind case-fold-search depending on the value
19623 of tags-case-fold-search.
19624
19625 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19626
19627 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19628 (diff-end-of-hunk): Return the end position for use in
19629 `easy-mmode-define-navigation'.
19630 (diff-recenter): Remove.
19631 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19632 of `easy-mmode-define-navigation'.
19633 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19634 previous renaming) and fix to use new names.
19635 (diff-merge-strings): Use \n as separator: simpler, faster.
19636 (diff-mode): Use `define-derived-mode'.
19637
19638 * derived.el (define-derived-mode): Don't autoload anymore.
19639 Prefer the macro-only version provided by easy-mmode.el.
19640
19641 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19642 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19643 (easy-mmode-define-navigation): New macro.
19644
19645 * subr.el (combine-run-hooks): New function.
19646
19647 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19648
19649 * term/x-win.el: Fontsets related initialization is simplified.
19650
19651 * international/mule-diag.el (describe-font): Don't refer to
19652 global-fontset-alist, instead call font-list.
19653 (describe-fontset, list-fontsets, mule-diag): Likewise.
19654 (print-fontset): Adjusted for the change of fontset implementation.
19655
19656 * international/fontset.el (x-charset-registries): Variable removed,
19657 instead the corresponding data is stored in the default fontset.
19658 (register-alternate-fontnames): Function removed.
19659 (resolved-ascii-font): Variable removed.
19660 (x-compose-font-name): Ignore the second argument REDOCE.
19661 (x-complement-fontset-spec): Complement only an ASCII font and
19662 element for those charsets than can use that ASCII font.
19663 (generate-fontset-menu): Don't refer to global-fontset-alist,
19664 instead call fontset-list.
19665 (uninstantiated-fontset-alist): Variable removed.
19666 (x-style-funcs-alist): Likewise.
19667 (fontset-default-styles): Likewise.
19668 (x-modify-font-name): Function removed.
19669 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19670 (create-fontset-from-ascii-font): Docsting adjusted for the above
19671 change.
19672 (instantiate-fontset, resolve-fontset-name): Functions removed.
19673 (fontset-list): Now implemented by C code.
19674
19675 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19676 (describe-face): Include `font' attribute in the description.
19677
19678 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19679
19680 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19681
19682 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19683
19684 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19685 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19686 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19687
19688 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19689 about behavior of set-buffer-modified-p wrt redisplay.
19690
19691 2000-03-19 Richard M. Stallman <rms@gnu.org>
19692
19693 * view.el (view-mode-disable): Kill local binding of view-read-only.
19694
19695 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19696
19697 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19698 is a string, convert it to a syntax cell using string-to-syntax.
19699
19700 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19701 (string-to-syntax): New function.
19702
19703 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19704 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19705 try to use passive ftp mode.
19706
19707 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19708
19709 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19710
19711 * simple.el (append-to-buffer): Update point of windows after
19712 insertion.
19713
19714 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19715 forward then moving backward. Reindent.
19716
19717 * frame.el (other-frame): Call x-focus-frame only if
19718 focus-follows-mouse is off.
19719
19720 2000-03-17 Dave Love <fx@gnu.org>
19721
19722 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19723
19724 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19725
19726 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19727 regexp for labels cannot span several lines.
19728
19729 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19730 `(setq :<key> ':<key>)' to the macro expansion.
19731
19732 2000-03-16 Dave Love <fx@gnu.org>
19733
19734 * progmodes/f90.el (f90): Put custom group under `languages', not
19735 `fortran'.
19736 (f90-mode-hook): Customize.
19737 (f90-mode): Set add-log-current-defun-function.
19738 (f90-current-defun): New function.
19739
19740 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19741
19742 * cus-edit.el (custom-variable-tag-face): Handle case that
19743 default face's height is not a number.
19744 (custom-face-tag-face, custom-group-tag-face-1)
19745 (custom-group-tag-face): Ditto.
19746 (custom-group-tag-face-1): Add :group.
19747
19748 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19749
19750 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19751
19752 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19753 requiring easymenu.
19754
19755 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19756
19757 * ps-print.el: PostScript user-defined prologue, PostScript error
19758 handler, doc fix.
19759 (ps-print-version): New version number (5.1).
19760 (ps-user-defined-prologue, ps-error-handler-message)
19761 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19762 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19763 (ps-insert-string): New function.
19764
19765 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19766
19767 * international/ccl.el (ccl-compile-expression): Don't generate
19768 invalid self-assignment code.
19769
19770 2000-03-14 Dave Love <fx@gnu.org>
19771
19772 * subr.el (replace-regexp-in-string): Renamed from
19773 replace-regexps-in-string. Doc fix.
19774
19775 2000-03-12 Dave Love <fx@gnu.org>
19776
19777 * cus-edit.el: Doc fixes.
19778 (customize-set-variable, customize-save-variable): Rename args for doc.
19779 (custom-variable-tag-face, custom-face-tag-face)
19780 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19781 style which user identify as hyperlink.
19782 (hook): Don't add undefined functions to the hook.
19783 (debug-ignored-errors): Transfer message from bindings.el.
19784
19785 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19786
19787 * recentf.el (recentf-keep-non-readable-files-p):
19788 Remove double/nested definition.
19789
19790 2000-03-12 Dave Love <fx@gnu.org>
19791
19792 * facemenu.el (facemenu-get-face): Use display-color-p.
19793 * enriched.el (enriched-decode-foreground): Likewise.
19794 (enriched-decode-background): Likewise.
19795 * isearch.el (isearch-highlight): Likewise.
19796 * info-look.el (info-lookup): Likewise.
19797 * simple.el (completion-setup-function): Likewise.
19798
19799 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19800 :options.
19801
19802 * bindings.el (mode-line-format): Fix line-number and
19803 column-number items. Add help-echo for the background.
19804 (mode-line-mule-info): Modify help-echo.
19805
19806 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19807
19808 * files.el (load-file): Allow completion to .elc.
19809
19810 * man.el: Doc fixes.
19811 (Man-init-defvars): Use display-color-p to set fontification.
19812
19813 * play/hanoi.el (hanoi-internal): Don't use oddp.
19814
19815 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19816
19817 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19818
19819 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19820
19821 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19822
19823 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19824 Fix comment.
19825
19826 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19827
19828 * font-lock.el (font-lock-keywords): Fix the doc now that
19829 regexp-opt-depth is unnecessary.
19830 (save-buffer-state): Set an edebug spec.
19831 (font-lock-fontify-anchored-keywords): Properly handle the case when
19832 the matcher goes past the limit.
19833
19834 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19835 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19836
19837 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19838 dll.el and cookie.el (from Elib) with heavy renaming and other
19839 massaging.
19840
19841 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19842 Autoload the functions used.
19843 (easy-mmode-define-syntax): Fix CL typo.
19844 (easy-mmode-define-derived-mode): Improve the docstring generation.
19845
19846 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19847
19848 * textmodes/texinfo.el (texinfo-version): Variable and function
19849 removed.
19850
19851 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19852
19853 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19854 allow more flexibility.
19855 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19856 (easy-mmode-defmap, easy-mmode-defsyntax)
19857 (easy-mmode-define-derived-mode): New macros.
19858
19859 2000-03-09 Didier Verna <didier@xemacs.org>
19860
19861 * rect.el (replace-rectangle): New function.
19862
19863 2000-03-09 Dave Love <fx@gnu.org>
19864
19865 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19866 (fortran-comment-line-start-skip): Don't match cpp stuff.
19867 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19868 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19869 (fortran-mode): Don't set fortran-comment-line-start-skip,
19870 fortran-comment-line-start here. Set comment-start,
19871 add-log-current-defun.
19872 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19873 (fortran-current-defun): New function.
19874
19875 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19876
19877 * emacs-lisp/re-builder.el: New file.
19878
19879 * mouse.el (mouse-drag-region): Don't run up-event handler
19880 if hscroll has changed.
19881
19882 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19883 builtin operators, use `font-lock-builtin-face' for Emacs and
19884 `font-lock-preprocessor-face' otherwise.
19885
19886 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19887 `(defun (setf foo)' differently.
19888
19889 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19890
19891 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19892 (regexp-opt): Update comment and adapt the code the new meaning of
19893 the `paren' argument of regex-opt-group for shy-groups.
19894 (regexp-opt-depth): Handle shy groups as well as backslashed
19895 backslashes.
19896 (regexp-opt-group): Turn the leading comment into a docstring.
19897 Allow `paren' to be a string (the string to use to open a group).
19898 Remove open-presuf and close-presuf. Instead of checking for `all
19899 one-char' and then later on check for `several one-char', handle
19900 both cases close together. Also apply a more generic algorithm
19901 for suffixes (the mirror image of the algorithm used for
19902 prefixes). Use shy-groups. Use nreverse rather than reverse.
19903 (regexp-opt-try-suffix): Removed.
19904
19905 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19906 from comint-mode-map, so we can just inherit from it. Also, move
19907 the initialization into the `defvar' since there's no docstring
19908 anyway and it's fairly short.
19909 (inferior-scheme-mode): Define it as derived-mode: the code is
19910 shorter and this way we inherit from comint-mode-map rather than
19911 copying it.
19912
19913 * subr.el (replace-regexps-in-string): Properly handle the case
19914 where we match an empty string.
19915
19916 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19917 when the command has a directory component (such as "./testml").
19918 Also fix a typo in the comment.
19919
19920 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19921
19922 * Makefile (compile-files): Compile files one by one because
19923 that's the only way to ensure a clean compilation environment for
19924 each individual file.
19925
19926 * frame.el (other-frame): Call x-focus-frame.
19927
19928 2000-03-07 Dave Love <fx@gnu.org>
19929
19930 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19931 :require to defcustom.
19932
19933 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19934
19935 * files.el (auto-mode-alist): Add configure.in.
19936
19937 * progmodes/autoconf.el: New file.
19938
19939 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19940
19941 * mail/mh-e.el: Change maintainer to `none'.
19942
19943 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19944 to remove-hook and add-hook.
19945
19946 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19947
19948 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19949 it as the default.
19950 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19951 (sendmail-send-it): Conditionally add MIME headers specifying the
19952 used character set.
19953
19954 2000-03-07 Dave Love <fx@gnu.org>
19955
19956 * winner.el: Fix keywords, autoload cookies.
19957 Split eval-when-compile form to avoid compilation failure.
19958
19959 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19960
19961 * international/mule.el: Modify comment about coding system
19962 property `coding-category'.
19963 (make-coding-system): New argument EOL-TYPE. Pay attention to
19964 coding-category property of PROPERTIES.
19965
19966 * international/mule-conf.el (coding-category-utf-8)
19967 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19968 categories. Include them in the argument for set-coding-priority.
19969
19970 * international/mule-cmds.el (reset-language-environment):
19971 Include coding-category-utf-8, coding-category-utf-16-be, and
19972 coding-category-utf-16-le in the argument for set-coding-priority.
19973 (reset-language-environment): Initialize coding-category-utf-8,
19974 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19975
19976 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19977
19978 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19979 code abstracted out of `bookmark-jump-noselect'. Now tries info
19980 extensions as well as compression extensions.
19981 (bookmark-jump-noselect): Use above new func.
19982
19983 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19984
19985 * strokes.el: Change maintainer's mail address.
19986
19987 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19988
19989 * international/mule-diag.el (list-character-sets): Make help-echo
19990 string by substitute-command-keys.
19991 (list-character-sets): Likewise.
19992 (sort-listed-character-sets): Call help-setup-xref.
19993
19994 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19995
19996 * time.el (display-time-mail-file): Add `none' to the list of choices.
19997
19998 2000-03-01 Dave Love <fx@gnu.org>
19999
20000 * help.el (help-xref-go-back): Don't try to set position.
20001
20002 * international/mule-diag.el (list-character-sets):
20003 Call help-setup-xref. Add help-echo to xrefs.
20004 (list-character-sets-1): Add help-echo to xrefs.
20005
20006 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20007
20008 * frame.el (blink-cursor-mode): Switch cursor on when turning
20009 the mode off.
20010
20011 * add-log.el (add-log-current-defun): Add support for
20012 Autoconf mode.
20013
20014 * mail/rmail.el (rmail-quit-hook): New variable.
20015
20016 2000-03-01 Dave Love <fx@gnu.org>
20017
20018 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20019
20020 * help.el (help-xref-button): Add help-echo arg.
20021 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20022
20023 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20024
20025 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20026
20027 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20028
20029 * image.el (defimage): Look for image files in load-path.
20030
20031 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20032
20033 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20034
20035 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20036
20037 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20038
20039 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20040 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20041 action to select/unselect a file.
20042 (recentf-edit-list): Code cleanup and improvement.
20043 (recentf-open-more-files-action): `recentf-open-more-files' button
20044 widget action to open a file.
20045 (recentf-open-more-files): No more use standard completion but widgets.
20046 (recentf-more-collection): Deleted.
20047 (recentf-more-history): Deleted.
20048 (recentf-setup-more-completion): Deleted.
20049
20050 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20051
20052 * recentf.el (recentf-mode): No more needs that Emacs is running
20053 under a window-system.
20054
20055 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20056
20057 * recentf.el (recentf-edit-list): New command to edit the recent
20058 list which allow the user to remove files.
20059 (recentf-edit-selected-items): New global variable, used by
20060 `recentf-edit-list' to hold the list of files to be removed from
20061 the recent list.
20062 (recentf-make-menu-items): Updated to display a "Edit list..."
20063 menu item. Minor code cleanup.
20064
20065 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20066
20067 * recentf.el (recentf-open-more-files): New command to open files
20068 that are not displayed in the menu.
20069 (recentf-more-collection): New global variable holding the set of
20070 permissible completions used by `recentf-open-more-files'.
20071 (recentf-more-history): New global variable holding the history list
20072 used by `recentf-open-more-files' completion.
20073 (recentf-setup-more-completion): New function to setup completion for
20074 `recentf-open-more-files'.
20075 (recentf-make-menu-items): Updated to display a "More..." menu item.
20076
20077 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20078
20079 * recentf.el (recentf-menu-action): Doc fixed.
20080
20081 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20082
20083 * recentf.el (recentf-menu-filter): Doc updated.
20084 (recentf-update-menu-hook): Allow menu filters to force menu update.
20085 (recentf-make-menu-items): New menu filter handling.
20086 (recentf-make-menu-item): New helper function.
20087 (recentf-menu-elements): New menu handling function.
20088 (recentf-sort-ascending): Updated to new menu filter handling.
20089 (recentf-sort-descending): Updated to new menu filter handling.
20090 (recentf-sort-basenames-ascending): New menu filter function.
20091 (recentf-sort-basenames-descending): New menu filter function.
20092 (recentf-show-basenames): New menu filter function.
20093 (recentf-show-basenames-ascending): New menu filter function.
20094 (recentf-show-basenames-descending): New menu filter function.
20095
20096 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20097
20098 * diary-lib.el (list-diary-entries): Don't try to go forward at
20099 the end of the buffer.
20100
20101 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20102
20103 * international/mule-diag.el (list-character-sets):
20104 Completely rewritten.
20105 (sort-listed-character-sets): New function.
20106 (list-character-sets-1): Completely rewritten.
20107 (list-character-sets-2): New function.
20108 (non-iso-charset-alist): New variable.
20109 (decode-codepage-char): New function.
20110 (charset-history): New variable.
20111 (read-charset) (list-block-of-chars)
20112 (list-iso-charset-chars)
20113 (list-non-iso-charset-chars)
20114 (list-charset-chars): New functions.
20115 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20116 (dump-charsets): Likewise.
20117
20118 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20119
20120 * dired-x.el (dired-filename-at-point): Add `@' to valid
20121 file name characters.
20122 (dired-filename-at-point): Handle ange-ftp file names.
20123
20124 * frame.el (frame-notice-user-settings): Use assq-delete-all
20125 instead of assoc-delete-all.
20126 (frame-notice-user-settings): Ditto.
20127
20128 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20129 Don't copy alist.
20130
20131 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20132
20133 * calculator.el (calculator-use-menu): New option.
20134 (calculator-initial-bindings): Changed some bindings to work as macros.
20135 (calculator-forced-input): Removed.
20136 (calculator-restart-other-mode): New variable.
20137 (calculator-mode-map): Set up menu.
20138
20139 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20140
20141 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20142
20143 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20144
20145 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20146 translate all ESC key sequences.
20147 (viper-goto-mark-subr): Restore markers for files for which
20148 they were saved.
20149 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20150 * viper-util.el (viper-set-replace-overlay-glyphs)
20151 (viper-set-replace-overlay): Always check if the replacement
20152 overlay is live.
20153 * viper.el (viper-vi-state-mode-list): Add major modes.
20154 * ediff-wind.el: Minor comment changes.
20155 * ediff.el: Copyright notice date fix.
20156
20157 2000-02-27 Jason Rumney <jasonr@gnu.org>
20158
20159 * faces.el (face-font-family-alternatives): Add arial to helv.
20160 (mode-line, header-line, tool-bar): Same default as x for w32.
20161 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20162 face-font-family-alternatives from working.
20163 * term/w32-win.el (mouse-set-font): Do not build fontset from
20164 chosen font.
20165
20166 2000-02-25 Sam Steingold <sds@goems.com>
20167
20168 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20169 properly.
20170
20171 2000-02-25 Richard M. Stallman <rms@gnu.org>
20172
20173 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20174
20175 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20176
20177 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20178
20179 * frame.el (busy-cursor-delay-seconds): New option.
20180
20181 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20182
20183 * frame.el (show-cursor-in-non-selected-windows): New option.
20184
20185 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20186
20187 * diary-lib.el (include-other-diary-files): Undo the selective
20188 display in any included file and don't kill it.
20189
20190 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20191
20192 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20193 Menu items converted to (menu-item format, help strings added.
20194 [downcase, upcase]: Don't enable on MS-DOS.
20195 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20196 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20197
20198 2000-02-23 Dave Love <fx@gnu.org>
20199
20200 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20201 (backward-kill-word): Revert addition of * to interactive spec --
20202 it's a feature.
20203
20204 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20205 (backward-kill-sentence, kill-sentence): Likewise.
20206
20207 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20208 scratch buffer name.
20209 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20210
20211 * term/w32-win.el (internal-face-interactive): Update prompt for
20212 new read-face-name.
20213
20214 * mail/footnote.el (footnote): Add :version to defgroup.
20215 (footnote-section-tag-regexp): Customize.
20216 (footnote-start-tag, footnote-end-tag): New option.
20217 (footnote-latin-regexp): New variable.
20218 (Footnote-latin): New function.
20219 (footnote-style-alist): Add element for latin style.
20220 (footnote-style): Moved.
20221 (Footnote-goto-footnote): Use eq to test arg.
20222
20223 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20224
20225 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20226 (byte-compile-trueconstp): Include keywords.
20227 (byte-optimize-quote, byte-optimize-lapcode):
20228 Use byte-compile-const-symbol-p.
20229 (byte-optimize-char-before): New optimization.
20230
20231 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20232 (byte-compile-const-symbol-p): New function.
20233 (byte-compile-constp, byte-compile-out-toplevel)
20234 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20235 Use it.
20236
20237 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20238
20239 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20240
20241 * international/encoded-kb.el: Be sure to update minor-mode-alist
20242 and minor-mode-map-alist.
20243 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20244 codes SS2 and SS3 correctly.
20245 (encoded-kbd-self-insert-ccl): New function.
20246 (encoded-kbd-setup-keymap): New function.
20247 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20248 by calling encoded-kbd-setup-keymap.
20249
20250 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20251 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20252
20253 2000-02-22 Dave Love <fx@gnu.org>
20254
20255 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20256 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20257 (lisp-mode-syntax-table): Set up for #|...|# comments.
20258 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20259 classes. Match `defface'.
20260 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20261 (eval-defun-1): Fix for defcustom.
20262 (lisp-indent-region): Doc fix.
20263
20264 * subr.el (when, unless, split-string): Doc fix.
20265 (read-passwd): Move call of clear-this-command-keys to the right place.
20266 (replace-regexps-in-string): New function.
20267
20268 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20269
20270 * help.el (describe-variable): Set syntax table to
20271 emacs-lisp-mode-syntax-table when moving forward over the
20272 symbol's name.
20273
20274 2000-02-22 Dave Love <fx@gnu.org>
20275
20276 * xt-mouse.el: Doc fixes.
20277 (xterm-mouse-position-function): New function, replacing advice of
20278 mouse-position.
20279 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20280
20281 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20282
20283 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20284
20285 * format.el (format-annotate-single-property-change):
20286 Handle properties.with dotted-list values.
20287 (format-proper-list-p): New function.
20288
20289 * enriched.el (enriched-face-ans): Handle '(foreground-color
20290 . COLOR) and (background-color . COLOR).
20291
20292 2000-02-20 Dave Love <fx@gnu.org>
20293
20294 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20295 and assignments to it.
20296 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20297 current local map.
20298 (make-flyspell-overlay): Use it.
20299 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20300
20301 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20302 (lm-get-header-re): Defun, not defsubst.
20303 (lm-get-package-name): Defun, not defsubst. Simplify.
20304 (lm-version): Doc fix. Simplify.
20305 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20306 (lm-crack-address, lm-last-modified-date, lm-commentary)
20307 (lm-verify, lm-synopsis): Simplify.
20308 (lm-report-bug): Require emacsbug. Use compose-mail.
20309
20310 2000-02-20 Gerd Moellmann <gerd@gnu.org>
20311
20312 * dired.el (dired-mode): Call propertized-buffer-identification
20313 to set mode-line-buffer-identification to something having
20314 the right text properties.
20315
20316 * bindings.el (propertized-buffer-identification): New function.
20317
20318 2000-02-20 Dave Love <fx@gnu.org>
20319
20320 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20321 check for t-mouse too.
20322
20323 * cus-start.el: Make echo-keystrokes `number'.
20324
20325 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20326
20327 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20328 Don't call ring-empty-p unless tags-location-ring is bound.
20329 From Noah Friedman <friedman@splode.com>.
20330
20331 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20332
20333 * progmodes/hideshow.el (hs-flag-region): No longer use
20334 `intangible' overlay property.
20335
20336 (hs-toggle-hiding): New command.
20337 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20338
20339 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20340 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20341 and deactivation.
20342
20343 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20344
20345 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20346
20347 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20348
20349 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20350
20351 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20352 of `*' to handle `(* ... *)' comments.
20353
20354 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20355
20356 * faces.el (list-faces-display): Use display-mouse-p instead of
20357 window-system.
20358
20359 * menu-bar.el (global-map): Menu-bar items converted to the new
20360 format (menu-item..., rearranged for better CUA compliance, and
20361 their names changed for better clarity. Help strings added.
20362
20363 * international/mule-cmds.el (mule-menu-keymap)
20364 (describe-language-environment-map, set-coding-system-map)
20365 (setup-language-environment-map): Convert to new (menu-item...
20366 form, add help strings. Change names of menu items for better clarity.
20367 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20368
20369 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20370
20371 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20372 within the code.
20373
20374 2000-02-16 Dave Love <fx@gnu.org>
20375
20376 * faces.el: Don't require custom. Add more specific :groups to
20377 various deffaces.
20378 (set-face-attribute): Purecopy args.
20379 (read-face-name): Default to name at point and use it in prompt.
20380 Remove colon from arg in all callers.
20381 (list-faces-display): Hyperlink to face descriptions and customize
20382 buffers.
20383
20384 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20385
20386 * wid-edit.el (widget-match-inline): An atom never matches a list.
20387
20388 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20389
20390 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20391 at ':' characters by call to split-string.
20392
20393 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20394
20395 * textmodes/bibtex.el: Added RCS version identification.
20396
20397 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20398
20399 * textmodes/bibtex.el: Some temporary comments removed.
20400 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20401 (bibtex-field-const): Allow capital letters.
20402 (bibtex-start-of-string): Deleted because unused.
20403
20404 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20405 use the term 'reference' to describe a bibtex entry as a whole.
20406 Further, reference keys are no longer called 'labels'.
20407 (bibtex-keys): Renamed to bibtex-reference-keys.
20408 (bibtex-reformat-previous-labels): Renamed to
20409 bibtex-reformat-previous-reference-keys.
20410 (bibtex-reference-type): Renamed to bibtex-entry-type.
20411 (bibtex-reference-head): Renamed to bibtex-entry-head.
20412 (bibtex-reference-maybe-empty-head): Renamed to
20413 bibtex-entry-maybe-empty-head.
20414 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20415 (bibtex-search-reference): Renamed to bibtex-search-entry.
20416 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20417 bibtex-enclosing-entry-maybe-empty-head.
20418 (bibtex-entry-field-alist, bibtex-entry-head)
20419 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20420 (bibtex-map-entries, bibtex-search-entry)
20421 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20422 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20423 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20424 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20425 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20426 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20427 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20428
20429 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20430
20431 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20432 comment.
20433 (bibtex-format-field-delimiters): New function, functionality
20434 extracted from bibtex-format-entry.
20435 (bibtex-autokey-get-yearfield-digits): New function, functionality
20436 extracted from bibtex-autokey-get-yearfield.
20437
20438 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20439 entries in order to avoid stack overflow in the regexp matcher if
20440 field contents become large.
20441 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20442 (bibtex-field-string-part-not-braced)
20443 (bibtex-field-string-part-no-inner-braces)
20444 (bibtex-field-string-part-1-inner-brace)
20445 (bibtex-field-string-part-2-inner-braces)
20446 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20447 (bibtex-field-string-quoted, bibtex-field-string)
20448 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20449 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20450 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20451 Deleted as parsing is now performed by the following functions.
20452 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20453 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20454 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20455 (bibtex-parse-association, bibtex-field-name-for-parsing)
20456 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20457 (bibtex-search-forward-field, bibtex-search-backward-field)
20458 (bibtex-start-of-field, bibtex-end-of-field)
20459 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20460 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20461 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20462 (bibtex-parse-string, bibtex-search-forward-string)
20463 (bibtex-search-backward-string, bibtex-start-of-string)
20464 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20465 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20466 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20467 entries. Instead of reporting the results of the parsing by
20468 match-beginning or match-end, these functions return data structures
20469 that hold the corresponding positions.
20470 (bibtex-enclosing-field): Changed to also report field boundaries by
20471 return values rather than by match-beginning or match-end.
20472 The following functions have been adapted to use the new
20473 parsing functions.
20474 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20475 (bibtex-enclosing-field, bibtex-format-entry)
20476 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20477 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20478 (bibtex-print-help-message, bibtex-end-of-entry)
20479 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20480 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20481 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20482 Use the new method for parsing.
20483 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20484 (bibtex-map-entries, bibtex-flash-head)
20485 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20486 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20487 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20488 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20489 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20490 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20491 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20492 order to make the new binding of case-fold-search immediately visible.
20493
20494 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20495
20496 * textmodes/bibtex.el: Copyright notice is up to date.
20497 Added constant 'bibtex-maintainer-salutation.
20498
20499 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20500 than make-temp-name, use match-string-no-properties and eliminate
20501 a quadratic behavior when building bibtex-strings.
20502
20503 * bibtex.el (bibtex-reference-key): Accept string entries whose
20504 reference key contains upper case letters.
20505
20506 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20507
20508 * bibtex.el (bibtex-reference-head): Allow entries to start with
20509 a new line.
20510
20511 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20512
20513 * bibtex.el: Hiding of entry bodies is not longer provided by
20514 bibtex.el directly. Instead the hideshow package can be used.
20515 Added a special bibtex entry to hs-special-modes-alist.
20516 (bibtex-hs-forward-sexp): Added for hideshow.el.
20517
20518 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20519
20520 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20521 proceedings entry type (for cross referencing). Thanks to Wagner
20522 Toledo Correa for the suggestion.
20523
20524 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20525
20526 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20527
20528 * international/characters.el: Setup case table for Vietnamese.
20529
20530 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20531
20532 * uniquify.el (toplevel): Require CL at compile time.
20533 (uniquify-push): Removed.
20534
20535 * shadowfile.el (shadow-when): Removed.
20536
20537 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20538 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20539
20540 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20541 regexp for paragraph-start.
20542
20543 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20544 commas as well.
20545
20546 2000-02-10 Dave Love <fx@gnu.org>
20547
20548 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20549 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20550 Deleted.
20551 (widget-specify-field, widget-specify-button): Don't use
20552 widget-mouse-help as help-echo property.
20553 (default): Use #'ignore for :validate and :mouse-down-action.
20554 (checkbox): Add help-echo.
20555 (widget-sexp-validate): Rewritten to clarify error messages.
20556 (character): Use char-valid-p in :match function.
20557 (widget-color-complete): Use facemenu-color-alist.
20558 (widget-color-action): Use facemenu-read-color.
20559
20560 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20561 set up `caar' &c that we now have.
20562
20563 2000-02-09 Ray Blaak <blaak@gnu.org>
20564
20565 * delphi.el: Make resourcestring a declaration region, like const
20566 and var.
20567
20568 2000-02-09 Dave Love <fx@gnu.org>
20569
20570 * bindings.el (mode-line-input-method-map): New variable.
20571 (mode-line-mule-info): Use it; fix last change.
20572 (mode-line-mode-menu): Move definition.
20573 (mode-line-mouse-sensitive-p): Deleted.
20574 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20575 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20576
20577 * startup.el (command-line-1): Don't call
20578 make-mode-line-mouse-sensitive.
20579
20580 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20581
20582 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20583 before rmail-toggle-header, because the former toggles headers.
20584
20585 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20586
20587 * diff-mode.el (diff-kill-junk): New interactive function.
20588 (diff-reverse-direction): Use delete-and-extract-region.
20589 (diff-post-command-hook): Restrict the area so that the hook also works
20590 outside of any diff hunk. This is necessary for the minor-mode.
20591 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20592 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20593
20594 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20595 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20596 so that it can be used more easily in <foo>-mode-hook. Also make sure
20597 to avoid duplicate entries.
20598 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20599 (font-lock-remove-keywords): Just as was done for `add', allow it to
20600 work even if font-lock-mode is nil. Also make sure we don't modify
20601 any pre-existing list by forcing a copy-sequence. Finally rename
20602 `major-mode' to `mode'.
20603 (font-lock-fontify-syntactic-anchored-keywords)
20604 (font-lock-fontify-anchored-keywords)
20605 (font-lock-fontify-keywords-region): Use line-end-position.
20606 Don't make `font-lock-multiline' local (it's now done in
20607 font-lock-set-defaults).
20608 (font-lock-set-defaults): Make `font-lock-multiline' local.
20609 Move the `font-lock-fontified' creation to inside the `unless'.
20610
20611 2000-02-06 Andrew Innes <andrewi@gnu.org>
20612
20613 * term/w32-win.el (x-handle-args): Comment out call to message,
20614 which occurs before window system is initialized.
20615
20616 * makefile.nt: Add support for recompiling lisp code.
20617
20618 2000-02-04 Dave Love <fx@gnu.org>
20619
20620 * bindings.el (mode-line-mule-info): Fix/extend last change.
20621
20622 * completion.el: Replace completion-dolist with dolist.
20623
20624 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20625
20626 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20627
20628 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20629 environment names before they go into the section regexp.
20630
20631 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20632 char class in regexp.
20633
20634 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20635 Bind `case-fold-search' to nil.
20636
20637 * progmodes/idlwave.el (idlwave-template):
20638 Respect `idlwave-abbrev-change-case'.
20639 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20640 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20641 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20642 (idlwave-rw-case): New function.
20643 (idlwave-statement-match): Fixed problem with assignment regexp.
20644 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20645 (idlwave-surround): New argument LENGTH to support padding of
20646 operators longer than 1 char.
20647
20648 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20649 idlwave-shell-expression-overlay. Implemented printing of
20650 expressions on higher levels of the calling stack.
20651 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20652 (idlwave-retrieve-expression-from-level): New function.
20653 (idlwave-shell-last-calling-stack): Variable removed.
20654 (idlwave-shell-reset): Argument action reversed (`visible' to
20655 `hidden'). Also remove stop-line overlay.
20656 (idlwave-shell-calling-stack-routine): New variable.
20657 (idlwave-shell-parse-stack-and-display): Messages now display
20658 negative level numbers.
20659 (idlwave-shell-mode): Set `modeline-format'.
20660 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20661 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20662 (idlwave-shell-print-expression-function): New option.
20663
20664 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20665 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20666 `tool-bar' instead of `toolbar'.
20667
20668 2000-02-02 Dave Love <fx@gnu.org>
20669
20670 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20671 emacs-lisp-mode-hook. Don't check for defalias being defined.
20672
20673 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20674 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20675 Use the new builtins directly.
20676
20677 * whitespace.el (whitespace): Add :version to defgroup.
20678
20679 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20680 Doc fix.
20681
20682 * thingatpt.el (sexp-at-point, symbol-at-point)
20683 (number-at-point, list-at-point): Add autoload cookie.
20684
20685 * recentf.el (recentf): Add :version to defgroup.
20686
20687 * quickurl.el (quickurl): Add :version to defgroup.
20688
20689 * elide-head.el (elide-head): Use point-marker more.
20690
20691 * bs.el (bs): Add :version to defgroup.
20692
20693 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20694
20695 * progmodes/delphi.el (delphi): Add :version to defgroup.
20696
20697 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20698
20699 * ange-ftp.el (ange-ftp-write-region): Handle case that
20700 succeeding process operation sets a different coding system.
20701
20702 * calculator.el: New file.
20703
20704 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20705
20706 * frame.el (frames-on-display-list, framep-on-display): New functions.
20707 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20708 (display-selections-p, display-screens, display-pixel-width)
20709 (display-pixel-height, display-mm-width, display-mm-height)
20710 (display-backing-store, display-save-under, display-planes)
20711 (display-color-cells, display-visual-class): New functions.
20712
20713 * term/tty-colors.el (tty-color-gray-shades): New function.
20714
20715 * faces.el (display-color-p): Use framep-on-display.
20716 (display-grayscale-p): New function.
20717
20718 2000-01-31 Dave Love <fx@gnu.org>
20719
20720 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20721 (create-fontset-from-x-resource): Don't concat integers.
20722
20723 2000-01-31 Inge Frick <inge@nada.kth.se>
20724
20725 * view.el: Some changes in documentation. Removed some trailing
20726 whitespace. Changed some parameter names to agree with documentation.
20727 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20728 window is not deleted. Modifies change 1998-04-26.
20729
20730 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20731
20732 * windmove.el: New file.
20733
20734 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20735 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20736 progmodes/ebnf-yac.el: Update copyright and license info.
20737
20738 * jit-lock.el (jit-lock-function): Widen before calculating
20739 end position.
20740 (jit-lock-stealth-chunk-start): Rewritten.
20741
20742 * info.el (Info-title-face-alist): Removed.
20743 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20744 (Info-fontify-node): Use these faces.
20745
20746 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20747
20748 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20749 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20750 `&allow-other-keywords'.
20751
20752 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20753 the list of directories scanned heuristically.
20754
20755 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20756
20757 2000-01-30 Jason Rumney <jasonr@gnu.org>
20758
20759 * w32-fns.el: Define w32-tty-standard-colors.
20760
20761 * startup.el (command-line): Use w32-tty-standard-colors when in
20762 w32 console mode.
20763
20764 2000-01-30 Dave Love <fx@gnu.org>
20765
20766 * jka-compr.el (jka-compr-load): Fix up load-history.
20767
20768 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20769
20770 * emacs-lisp/cl-macs.el: Revert previous change.
20771
20772 2000-01-29 Dave Love <fx@gnu.org>
20773
20774 * facemenu.el: Purecopy various strings.
20775
20776 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20777 years. Deal with three-digit years.
20778
20779 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20780 Use defconst, purecopy.
20781 (help-back-label): Purecopy it.
20782
20783 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20784
20785 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20786 variable. If non-nil, order the buffer list according to the
20787 currently selected frame.
20788 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20789 non-nil, pass the selected frame to function buffer-list.
20790
20791 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20792
20793 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20794
20795 2000-01-28 Dave Love <fx@gnu.org>
20796
20797 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20798
20799 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20800 Don't use lisp-indent-hook property.
20801 (cl-abs): Remove.
20802
20803 * subr.el: Move out indent and edebug specs for when and unless.
20804
20805 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20806 when, unless.
20807
20808 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20809 unless, when.
20810
20811 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20812
20813 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20814 `collecting' as synonym for `collect'.
20815
20816 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20817 for the case it contains spaces.
20818
20819 * simple.el (what-cursor-position): Change formatting of messages.
20820
20821 * frame.el (delete-other-frames): New function.
20822 (toplevel): Bind it to C-x 5 1.
20823
20824 * sort.el (sort-numeric-base): New option.
20825 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20826 interpret it as octal or hexadecimal. Use sort-numeric-base
20827 as default base.
20828
20829 * progmodes/glasses.el: New file.
20830
20831 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20832
20833 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20834 userids differently.
20835
20836 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20837 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20838 progmodes/ebnf-yac.el: New files.
20839
20840 2000-01-26 Dave Love <fx@gnu.org>
20841
20842 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20843 on a function with an empty body. [From Eric Ludlam.]
20844
20845 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20846
20847 * vc.el (vc-version-diff): Make sure file name is expanded.
20848
20849 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20850
20851 * scroll-bar.el (scroll-bar-timer): Variable removed.
20852 (scroll-bar-toolkit-scroll): Don't use a timer.
20853
20854 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20855
20856 * language/thai-util.el (thai-composition-function):
20857 Delete superfluous `a'.
20858
20859 2000-01-24 Dave Love <fx@gnu.org>
20860
20861 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20862 end-of-defun-function.
20863
20864 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20865
20866 2000-01-22 Jason Rumney <jasonr@gnu.org>
20867
20868 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20869 conflicts with new face support.
20870
20871 2000-01-22 Richard M. Stallman <rms@gnu.org>
20872
20873 * replace.el (query-replace): Rename last arg to DELIMITED.
20874 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20875 (query-replace-regexp): Likewise.
20876
20877 2000-01-20 Richard M. Stallman <rms@gnu.org>
20878
20879 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20880
20881 * emacs-lisp/lisp.el (beginning-of-defun-function):
20882 Variable renamed from beginning-of-defun.
20883 Do not call make-variable-buffer-local.
20884 (beginning-of-defun-raw): Use new variable name; doc fix.
20885 (beginning-of-defun): Doc fix.
20886 (end-of-defun-function): Variable renamed from end-of-defun.
20887 Do not call make-variable-buffer-local.
20888 (end-of-defun): Use new variable name; doc fix.
20889
20890 * subr.el (dolist, dotimes): Copied from cl-macs.el
20891 and made to work.
20892
20893 * mail/undigest.el (rmail-digest-end-regexps):
20894 Variable replaces rmail-digest-end-regexp.
20895 Allows multiple regexps for detecting the end line.
20896 (undigestify-rmail-message): Corresponding changes.
20897
20898 2000-01-19 Dave Love <fx@gnu.org>
20899
20900 * files.el (user-init-file): Don't declare here -- is primitive.
20901
20902 * startup.el (command-line): Check for compiled user-init-file and
20903 set to uncompiled version if necessary.
20904
20905 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20906
20907 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20908 (undigestify-rmail-message): Use it.
20909
20910 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20911
20912 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20913
20914 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20915 of mini-buffer.
20916
20917 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20918
20919 * emacs-lisp/copyright.el (copyright-update): Removed the
20920 requirement for a trailing space from `copyright-regexp', to
20921 support copyrights with owner specified on a separate line..
20922
20923 * align.el: New file.
20924
20925 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20926
20927 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20928
20929 2000-01-13 Dave Love <fx@gnu.org>
20930
20931 * ph.el: Removed. (Obsoleted by EUDC.)
20932
20933 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20934
20935 * net/eudc.el (toplevel): Remove autoloaded code installing
20936 menu with easymenu, because that causes build problems.
20937
20938 * frame.el (frame-notice-user-settings): New variable.
20939 (frame-notice-user-settings): Don't modify frame parameters
20940 if called a second time.
20941
20942 2000-01-13 Richard M. Stallman <rms@gnu.org>
20943
20944 * frame.el (frame-notice-user-settings):
20945 Notice default-frame-parameters even for non-window frames.
20946
20947 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20948
20949 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20950 for Emacs.
20951 (eudc-bob-can-display-inline-images): Extend for Emacs.
20952 (eudc-bob-toggle-inline-display): Ditto.
20953 (eudc-bob-display-jpeg): Ditto.
20954
20955 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20956
20957 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20958 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20959 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20960
20961 * add-log.el (add-change-log-entry): Fix error trying an
20962 `(insert nil)'.
20963
20964 * subdirs.el: Add `net' directory.
20965
20966 * net: New directory.
20967
20968 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20969 eval-last-sexp. Don't bind debug-on-error here.
20970 (eval-last-sexp): New function. Bind debug-on-error if
20971 eval-expression-debug-on-error is non-nil.
20972 (eval-defun-2, eval-defun): Likewise.
20973
20974 * simple.el (eval-expression): Don't bind debug-on-error if
20975 eval-expression-debug-on-error is nil. Detect changed
20976 debug-on-error, and propagate new value to global binding, if
20977 eval-expression-debug-on-error is non-nil,
20978 (eval-expression-debug-on-error): Change doc string.
20979
20980 2000-01-11 Richard M. Stallman <rms@gnu.org>
20981
20982 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20983
20984 * emacs-lisp/lisp-mode.el (with-syntax-table):
20985 Set up lisp-indent-function property.
20986
20987 * subr.el (with-syntax-table): Moved from simple.el.
20988
20989 * simple.el (with-syntax-table): Moved to subr.el.
20990
20991 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20992
20993 * tmm.el (tmm-shortcut): Delete region after prompt instead
20994 of erasing buffer.
20995
20996 * textmodes/fill.el (fill-common-string-prefix): New function.
20997 (fill-context-prefix): Use the longest common prefix of first
20998 and second line fill prefix, if there is one.
20999
21000 2000-01-11 Richard M. Stallman <rms@gnu.org>
21001
21002 * array.el (array-mode): Don't use make-variable-buffer-local.
21003 Use make-local-variable for `truncate-lines'.
21004
21005 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21006
21007 * add-log.el (add-log-current-defun): Handle user-defined
21008 add-log-current-function returning nil,
21009
21010 * add-log.el (add-change-log-entry): Insert version number
21011 if having found a current function
21012
21013 * add-log.el (add-log-current-defun):
21014 Call `add-log-current-defun-function'. Try matches at level 0 and
21015 level 1. Strip whitespace from defun found.
21016
21017 2000-01-10 John Wiegley <johnw@gnu.org>
21018
21019 * allout.el (isearch-done/outline-provisions): Added `edit'
21020 argument to correspond with the current definition of `isearch-done'.
21021
21022 2000-01-10 Dave Love <fx@gnu.org>
21023
21024 * elide-head.el (elide-head): Use point-marker, not point.
21025
21026 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21027
21028 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21029 before and after the year 2000.
21030
21031 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21032 Add ispell- prefix.
21033
21034 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21035
21036 * ispell.el: Only define dictionaries in menus when they exist.
21037 (version18p): New variable.
21038 (version20p): New variable.
21039 (xemacsp): New variable.
21040 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21041 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21042 (ispell-dictionary-alist6): Russian command lines no longer accept
21043 run-together words.
21044 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21045 (ispell-dictionary-alist): Add koi8-r to customize definition.
21046 (check-ispell-version): Added documentation string. Return library
21047 path when called non-interactively.
21048 (ispell-menu-map-needed): Uses new variables.
21049 (ispell-library-path): New variable.
21050 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21051 (ispell-word): Improved documentation string. Test for valid
21052 character mappings. Correctly check typed in word changes that can
21053 result in single words split into multiple words.
21054 Return replacement word.
21055 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21056 replace in recursive query replace mode. Help message for
21057 recursive edit mode.
21058 (ispell-show-choices): Protect against bad framepop bindings.
21059 (ispell-help): Fix to work with XEmacs.
21060 (ispell-highlight-spelling-error): Use new variables.
21061 (ispell-overlay-window): Fix to work with XEmacs.
21062 (ispell-parse-output): Passed and returns location information
21063 tracking spelling corrections. Doesn't recheck same word on
21064 current line.
21065 (ispell-init-process): Protect against bogus XEmacs variable binding.
21066 Fix call to single argument in sleep-for. Use new variables.
21067 (ispell-region): Passed and returns location information tracking
21068 spelling corrections. Doesn't check same word on current line.
21069 Improved documentation string. Doesn't resend a line already
21070 checked to the ispell process - fixes bug in LaTeX parsing.
21071 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21072 (ispell-skip-region): No longer skips <TT> in SGML.
21073 (ispell-process-line): Tracks location information with spelling
21074 corrections. Added documentation string. Accounts for words
21075 already accepted on this line. Don't allow query-replace on line
21076 starting with math characters. Doesn't resend a line already sent
21077 to ispell process. Fixes alignment error bug.
21078
21079 2000-01-10 Richard M. Stallman <rms@gnu.org>
21080
21081 * dired-x.el (dired-guess-shell-alist-default):
21082 Suggest xloadimage, which is free, not xv, which isn't.
21083
21084 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21085 Don't ever include the host name or user name in the value.
21086
21087 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21088
21089 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21090 of a real newline.
21091
21092 2000-01-09 Stephen Eglen <stephen@gnu.org>
21093
21094 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21095 for .png files.
21096
21097 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21098
21099 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21100
21101 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21102
21103 * progmodes/cperl-mode.el: Replace ^F with ^L.
21104
21105 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21106 `require'ing rmail and mailalias to prevent infinite recursion.
21107
21108 2000-01-08 Dave Love <fx@gnu.org>
21109
21110 * emacs-lisp/backquote.el: Remove inappropriate customization
21111 (allowing custom.el to use backquote).
21112
21113 2000-01-07 Dave Love <fx@gnu.org>
21114
21115 * add-log.el (add-log-debugging): Deleted.
21116 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21117 file. Remove debugging code.
21118 (change-log-get-method-definition, change-log-name): Add doc.
21119 (change-log-sortable-date-at): New function.
21120 (change-log-merge): New command.
21121
21122 * time.el (display-time-string-forms): Make the Mail string active.
21123 (display-time-update): Provide help-echo for load average.
21124
21125 * bindings.el (make-mode-line-mouse2-map): New function.
21126 (mode-line-modified): Use it and simplify.
21127 (mode-line-mule-info): Provide help-echo info.
21128 (minor-mode-alist): Activate the strings.
21129 (make-mode-line-mouse-sensitive): Simplify for
21130 mode-line-buffer-identification.
21131
21132 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21133
21134 * play/pong.el: New file.
21135
21136 2000-01-06 Dave Love <fx@gnu.org>
21137
21138 * array.el: Assorted cleanups for compiler warnings, doc strings,
21139 `array-' prefix for symbols.
21140
21141 2000-01-05 Dave Love <fx@gnu.org>
21142
21143 * textmodes/outline.el (outline-mode-menu-bar-map):
21144 Add outline-headers-as-kill.
21145 (outline-mode): Define imenu-generic-expression.
21146 (outline-headers-as-kill): New command.
21147
21148 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21149 from paragraph-start.
21150 (paragraph-indent-minor-mode): New command.
21151
21152 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21153 M-C-e, M-C-h, C-j, C-xnd, TAB.
21154 (fortran-mode): Set beginning-of-defun, end-of-defun.
21155 (fortran-column-ruler): Simplify.
21156 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21157 (fortran-with-subprogram-narrowing): Likewise.
21158 (fortran-indent-subprogram): Call mark-defun.
21159 (fortran-check-for-matching-do): Change narrowing.
21160
21161 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21162 (cl-lucid-hash-tag): Delete.
21163 (cl-hash-table-p): Correct test for native table.
21164 (cl-hash-table-count): Use hash-table-count.
21165
21166 * browse-url.el (browse-url): Fix case of
21167 browse-url-browser-function being an alist.
21168
21169 2000-01-05 Carsten Dominik <cd@gnu.org>
21170
21171 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21172 (reftex-index-phrase-file-extension): New options.
21173
21174 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21175 Use new option `reftex-index-phrase-file-extension'.
21176
21177 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21178 `reftex-parse-file-extension'.
21179
21180 2000-01-05 Dave Love <fx@gnu.org>
21181
21182 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21183 (beginning-of-defun-raw): Use it.
21184 (end-of-defun): New variable.
21185 (end-of-defun): Use it.
21186 (check-parens): New command.
21187
21188 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21189
21190 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21191 (hs-show-block): Don't use `mapcar' when not accumulating.
21192
21193 Fix buglet in local variables initialization.
21194
21195 2000-01-05 Andreas Schwab <schwab@suse.de>
21196
21197 * hscroll.el (hscroll): Doc fix.
21198
21199 2000-01-05 Carsten Dominik <cd@gnu.org>
21200
21201 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21202 Require idlw-toolbar.
21203
21204 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21205 file idlw-rinfo.el.
21206 (idlwave-customize): Load must read file idlw-shell.el.
21207 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21208
21209 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21210
21211 * progmodes/idlw-shell.el: Also provide idlwave-shell
21212 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21213 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21214
21215 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21216 both reftex-dcr and reftex-vcr.
21217
21218 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21219
21220 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21221
21222 * ps-print.el: PostScript code now is in separate files, doc fix.
21223 (ps-print-version): New version number (5.0.3).
21224 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21225 local.
21226 (ps-spool-config): Initialization fix.
21227 (ps-print-prologue-1, ps-print-prologue-2)
21228 (ps-print-duplex-feature): PostScript code moved to separated file.
21229 (ps-background-image): Little code reformating.
21230 (ps-begin-file, ps-begin-job): Fix code.
21231 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21232 (ps-prologue-file): New fun.
21233
21234 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21235
21236 * ps-vars.el: Eliminated.
21237
21238 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21239 `;;;###autoload'.
21240
21241 * ps-print.el: ps-vars eliminated, doc fix.
21242 (ps-print-version): New version number (5.0.2).
21243 (ps-spool-config): Initialization fix.
21244 (ps-print-customize): New fun.
21245
21246 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21247
21248 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21249
21250 2000-01-04 Dave Love <fx@gnu.org>
21251
21252 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21253 menu items.
21254
21255 2000-01-03 Dave Love <fx@gnu.org>
21256
21257 * elide-head.el (elide-head) [defgroup]: Add :version.
21258
21259 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21260 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21261 Use `cl-hash-table-p', not `hash-table-p'.
21262 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21263
21264 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21265
21266 * faces.el (face-read-integer, read-face-attribute)
21267 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21268
21269 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21270
21271 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21272 at comment end, and re-insert them after filling.
21273
21274 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21275
21276 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21277 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21278 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21279
21280 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21281
21282 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21283 the new name of face-color-supported-p.
21284
21285 * term/w32-win.el (xw-defined-colors): Likewise.
21286
21287 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21288
21289 * simple.el (completion-setup-function): Count completion-size
21290 from minibuffer-prompt-end, not from point-min.
21291
21292 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21293
21294 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21295 Pass the frame to tty-color-* functions.
21296 (display-color-p, frame-set-background-mode): Pass the frame to
21297 tty-display-color-p.
21298
21299 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21300 tty-color-alist.
21301 (tty-color-alist, tty-modify-color-alist): New functions.
21302 (tty-color-define, tty-color-clear, tty-color-approximate)
21303 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21304 optional parameter FRAME.
21305
21306 2000-01-01 Gerd Moellmann <gerd@gnu.org>
21307
21308 * image.el (create-image, defimage): Don't assume image data is
21309 a string.
21310
21311 * image.el (defimage): Handle specifications containing :data
21312 instead of :file.
21313 (image-type-from-data): New function.
21314 (image-type-from-file-header): Use it.
21315 (create-image): Add parameter DATA-P.
21316
21317 See ChangeLog.8 for earlier changes.
21318
21319 ;; Local Variables:
21320 ;; coding: iso-2022-7bit
21321 ;; End:
21322
21323 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21324 Copying and distribution of this file, with or without modification,
21325 are permitted provided the copyright notice and this notice are preserved.