]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
.
[gnu-emacs] / lisp / ChangeLog
1 2000-12-02 Andreas Schwab <schwab@suse.de>
2
3 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4
5 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6
7 * international/mule.el (make-char): Fix last change.
8
9 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10 New defcustoms.
11 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12 autoloading tex-mode; instead, do the same manually. Use
13 texinfo-open-quote and texinfo-close-quote. Insert literal quote
14 with numeric argument. Docstring fix.
15 (toplevel): Require cl when compiling.
16
17 * internat/mule.el (make-char): Doc fix.
18
19 2000-12-02 Jason Rumney <jasonr@gnu.org>
20
21 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
22 the Emacs Lisp manual)
23
24 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
25
26 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
27
28 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
29 the Emacs Lisp manual).
30
31 2000-12-02 Gerd Moellmann <gerd@gnu.org>
32
33 * simple.el (next-line-add-newlines): Change default to nil.
34
35 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * files.el (revert-buffer, recover-file): Bind
38 coding-system-for-read to emacs-mule-unix, not to no-conversion.
39
40 2000-12-01 Gerd Moellmann <gerd@gnu.org>
41
42 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
43
44 * play/5x5.el (5x5-play-solution):
45
46 2000-12-01 Miles Bader <miles@gnu.org>
47
48 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
49
50 2000-12-01 Kenichi Handa <handa@etl.go.jp>
51
52 * international/mule-diag.el (describe-char-after): Fix typo.
53 (describe-character-set, non-iso-charset-alist): Fix typo.
54
55 2000-12-01 Miles Bader <miles@gnu.org>
56
57 * image-file.el (image-file-name-regexp): Automatically add
58 upper-case variants of each filename extension in
59 `image-file-name-extensions', since they seem to be common.
60
61 * simple.el (minibuffer-contents)
62 (minibuffer-contents-no-properties, delete-minibuffer-contents):
63 New functions.
64 * filecache.el (file-cache-directory-name)
65 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
66
67 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
68
69 * filecache.el (file-cache-minibuffer-complete): Don't try to
70 delete the minibuffer prompt.
71
72 2000-11-30 Dave Love <fx@gnu.org>
73
74 * cus-start.el: Fix read-buffer-function type.
75
76 2000-11-30 Gerd Moellmann <gerd@gnu.org>
77
78 * md5.el: Removed. There's a built-in function, now.
79
80 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
81
82 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
83 as dummy 0-th char of rmail-deleted-vector.
84
85 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
86
87 * ps-print.el (ps-end-job): Bind case-fold-search only after
88 switching to ps-spool-buffer.
89
90 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
91
92 * ps-print.el: Line number font customization. PostScript: Lines and
93 PageCount are initialized on each page. Doc Fix.
94 (ps-print-version): New version number (6.3.2).
95 (ps-lpr-switches, ps-font-info-database, ps-font-size)
96 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
97 (ps-right-header): Customization fix.
98 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
99 Fix code.
100 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
101 New vars.
102
103 2000-11-30 Gerd Moellmann <gerd@gnu.org>
104
105 * bs.el: Fix typos and spelling errors.
106 (bs-appearance) <defgroup>: Renamed from bs-appearence.
107 (bs-configuration): Doc fix.
108
109 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
110
111 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
112
113 * emulation/tpu-edt.el (tpu-version): New version.
114 (tpu-search-overlay, tpu-replace-overlay): New initial range.
115 (tpu-original-mode-line): Variable deleted.
116 (tpu-mark-flag): New initial value.
117 (tpu-set-mode-line): Don't redefine mode-line-format. Add
118 tpu-mark-flag to minor-mode-alist.
119 (tpu-update-mode-line): New mark flag logic.
120 (tpu-get): Use find-file-wildcards.
121 (tpu-search-highlight): Move overlay less, reset overlay properly.
122 (tpu-unselect): Deactivate mark.
123 (tpu-lm-replace): Reset overlay properly.
124 (tpu-forward-line): Use forward-visible-line.
125 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
126
127 * emulation/tpu-extras.el (tpu-forward-line): Use
128 forward-visible-line.
129
130 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
131
132 * cus-edit.el (custom-face-value-create): Always emphasize tag.
133
134 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
135
136 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
137 and skip whitespace and newlines.
138
139 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
140
141 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
142
143 2000-11-29 Gerd Moellmann <gerd@gnu.org>
144
145 * help.el (describe-function-1): Regexp-quote function name
146 when used as part of a regexp.
147
148 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
149 face-attribute instead of face-foreground and face-background.
150 (tool-bar-add-item): Likewise, and handle unspecified colors.
151
152 * enriched.el (enriched-face-ans): Use face-attribute instead
153 of face-foreground and face-background.
154
155 * faces.el (face-foreground, face-background, face-stipple):
156 Return nil if attribute is unspecified, for backward
157 compatibility.
158
159 * files.el (auto-mode-alist): Add an entry for antlr-mode.
160
161 * play/5x5.el: Remove version info.
162
163 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
164
165 * frame.el (blink-cursor-mode): Doc fix.
166
167 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
168
169 * antlr-mode.el: New commands to run ANTLR from within Emacs and
170 to create Makefile rules.
171 (antlr-tool-command): New user option.
172 (antlr-ask-about-save): New user option.
173 (antlr-makefile-specification): New user option.
174 (antlr-file-formats-alist): New variable.
175 (antlr-special-file-formats): New variable.
176 (antlr-unknown-file-formats): New user option.
177 (antlr-help-unknown-file-text): New variable.
178 (antlr-help-rules-intro): New variable.
179 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
180 (antlr-mode-menu): Add entries.
181 (antlr-file-dependencies): New function.
182 (antlr-directory-dependencies): New function.
183 (antlr-superclasses-glibs): New function.
184 (antlr-run-tool): New command.
185 (antlr-makefile-insert-variable): New function.
186 (antlr-insert-makefile-rules): New function.
187 (antlr-show-makefile-rules): New command.
188
189 * antlr-mode.el: More Emacs/XEmacs stuff.
190 (antlr-no-action-keywords): New constant with value nil.
191 (antlr-font-lock-keywords-alist): Use it. Old value would break
192 syntax highlighting in Emacs-21.0.
193 (antlr-default-directory): Emacs/XEmacs dependend function.
194 (antlr-read-shell-command): Ditto.
195 (antlr-with-displaying-help-buffer): Ditto.
196
197 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
198
199 * antlr-mode.el: imenu, parsing and highlighting changes.
200 (antlr-imenu-create-index-function): Don't create extra submenus
201 for definitions in different grammar classes. It is not necessary
202 for the menu and would make command `imenu' awkward to use.
203 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
204 header actions and more than one.
205 (antlr-font-lock-tokendef-face): Changed color.
206 (antlr-font-lock-tokenref-face): Changed color.
207 (antlr-font-lock-additional-keywords): Also highlight lowercase.
208 (antlr-mode-syntax-table): New variable.
209 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
210 (antlr-with-syntax-table): Don't copy syntax table.
211
212 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
213
214 * antlr-mode.el: Minor changes: language setting.
215 (antlr-language-alist): The value for file option "language" can
216 be both an identifier and a string.
217 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
218 (antlr-language-limit-n-regexp): Change accordingly.
219
220 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
221
222 * antlr-mode.el: Minor changes: tabs, hiding.
223 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
224 (antlr-action-visibility): Also allow value nil to also hide the
225 braces. Renamed from `antlr-tiny-action-length'.
226 Suggested by Jay@aol.com.
227 (antlr-hide-actions): Change accordingly. Hide line if completely
228 hidden action is on a line of its own.
229
230 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
231
232 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
233
234 * sort.el (sort-columns): Don't concat strings with numbers.
235
236 2000-11-29 Dave Love <fx@gnu.org>
237
238 * cus-edit.el (face): Fix :format.
239
240 * mail/feedmail.el: Require smtpmail when compiling.
241 (mail-do-fcc): Autoload.
242 (feedmail) <defgroup>: Fix :link.
243 (feedmail-nuke-body-in-fcc): Fix :type.
244 (feedmail-send-it): Add autoload cookie.
245
246 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
247
248 * newcomment.el (comment-indent): Save excursion around call to
249 comment-indent-function.
250
251 2000-11-29 Miles Bader <miles@gnu.org>
252
253 * subr.el (member-ignore-case): Return the tail of the list who's
254 car matches, like `member', not the matching element itself.
255
256 2000-11-29 Kenichi Handa <handa@etl.go.jp>
257
258 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
259 should not contain `\n'.
260
261 2000-11-28 Gerd Moellmann <gerd@gnu.org>
262
263 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
264
265 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
266
267 * dired-aux.el (dired-do-create-files): Construct default file
268 name for dired-mark-read-file-name so that when the user enters
269 just RET, the target file will end up in the target directory.
270
271 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
272 local-abbrev-table before changing buffers because it might
273 have a buffer-local binding.
274
275 2000-11-28 Miles Bader <miles@gnu.org>
276
277 * simple.el (delete-horizontal-space): Handle fields more generally.
278
279 2000-11-28 Gerd Moellmann <gerd@gnu.org>
280
281 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
282
283 2000-11-28 Dave Love <fx@gnu.org>
284
285 * progmodes/ps-mode.el (ps-mode): Set comment-start and
286 comment-start-skip locally.
287
288 * progmodes/fortran.el (fortran-mode): Don't set
289 fortran-comment-line-start-skip. Set comment-start to
290 fortran-comment-line-start.
291 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
292 (fortran-comment-line-start-skip): Simplify slightly.
293
294 2000-11-28 Gerd Moellmann <gerd@gnu.org>
295
296 * play/5x5.el: Remove RCS keyword.
297
298 * bs.el: Mistaken commit, undone 2000-11-30.
299
300 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
301
302 * textmodes/tildify.el (tildify-string-alist): Add
303 `plain-tex-mode' here.
304
305 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
306
307 * chistory.el (Command-history-setup): Remove extraneous `keymap'
308 reference.
309
310 2000-11-28 Miles Bader <miles@gnu.org>
311
312 * cus-face.el (custom-face-attributes): Add post-filter function
313 for :box. Make pre-filter function for :box handle all cases.
314
315 * wid-edit.el (widget-choose): Make sure pop-up window is large
316 enough to display all the choices, as there's no way to scroll it.
317
318 2000-11-28 Kenichi Handa <handa@etl.go.jp>
319
320 * international/mule-conf.el: Make the coding system no-conversion
321 safe for all characters.
322
323 2000-11-27 Dave Love <fx@gnu.org>
324
325 * net/ldap.el (ldap) <defgroup>: Add :version.
326
327 * tooltip.el (tooltip-use-echo-area): Doc fix.
328
329 * cus-start.el <minibuffer-prompt-properties>: Add version.
330 <read-buffer-function>: Add.
331
332 * apropos.el (apropos-print): Add help-echo to active text.
333
334 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
335
336 2000-11-27 Gerd Moellmann <gerd@gnu.org>
337
338 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
339 type, group and version.
340
341 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
342
343 * select.el (x-get-selection): Docstring fix.
344
345 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
346
347 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
348
349 2000-11-27 Andrew Innes <andrewi@gnu.org>
350
351 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
352
353 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
354
355 2000-11-27 Miles Bader <miles@gnu.org>
356
357 * dired.el (dired-get-filename): Return filename verbatim if
358 LOCALP is `verbatim'.
359 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
360 `verbatim' so that we don't inadvertently delete a non-existant
361 directory name.
362
363 2000-11-27 Kenichi Handa <handa@etl.go.jp>
364
365 * international/characters.el: Specify cases and syntaxes for
366 mule-unicode-0100-24ff.
367
368 2000-11-27 Gerd Moellmann <gerd@gnu.org>
369
370 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
371 that foreground and/or background colors of the face `tool-bar'
372 are unspecified.
373
374 2000-11-27 Miles Bader <miles@gnu.org>
375
376 * wid-edit.el (widget-field-buffer, widget-field-start)
377 (widget-field-end): Handle widget field `pseudo-overlays'.
378 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
379 if it's there instead of in `widget-field-list'.
380
381 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
382 (help-make-xrefs): Delete extraneous newlines at the end of the
383 docstring.
384
385 2000-11-25 Jason Rumney <jasonr@gnu.org>
386
387 * startup.el (command-line): Call set-locale-environment after
388 Window System init file is read, as it can result in a call to
389 redraw-frame.
390
391 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * simple.el (shell-command): Mention the effect of the prefix
394 argument in the doc string.
395
396 2000-11-25 Miles Bader <miles@gnu.org>
397
398 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
399
400 * wid-edit.el (widget-field-value-delete): Don't try to delete
401 overlay when it's the `pseudo-overlay' that exists at some points.
402
403 2000-11-24 Jason Rumney <jasonr@gnu.org>
404
405 * international/mule-cmds.el (locale-language-names): Add "jp" as
406 a non-standard alternative for Japanese.
407
408 2000-11-24 Andre Spiegel <spiegel@gnu.org>
409
410 * vc-hooks.el: Require 'cl during compilation.
411
412 2000-11-24 Gerd Moellmann <gerd@gnu.org>
413
414 * faces.el (face-set-after-frame-default): Let face attributes
415 specified for new frames override frame parameters.
416
417 * startup.el (command-line): Fix computation of the source file
418 for user-init-file when user-init-file is a compiled file.
419
420 2000-11-24 Miles Bader <miles@gnu.org>
421
422 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
423 (custom-post-filter-face-spec): New functions.
424 (custom-face-set, custom-face-value-create): Filter the face spec
425 before and after customization.
426 (custom-face-set): If VALUE specifies a null face, pass a
427 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
428 * cus-face.el (custom-face-attributes): Remove SET and GET
429 functions. Add some IN-FILTER and OUT-FILTER functions in the few
430 cases they're needed.
431
432 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
433 that it's distinguishable from the :off-glyph on dark-background
434 displays. Set its background color too.
435
436 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
437 so that people can easily turn it off.
438
439 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
440
441 * ediff-diff.el: Moved variables around to have it compile under NT.
442
443 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
444
445 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
446
447 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
448 redundant skip-small-frames test.
449
450 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
451 (viper-downgrade-to-insert): protect against errors in hooks.
452
453 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
454 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
455 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
456 functions.
457
458 * viper-util.el (viper-memq-char): Bug fixes.
459
460 * viper.el (viper-mode): Fix cursor handling.
461
462 2000-11-24 Kenichi Handa <handa@etl.go.jp>
463
464 * international/mule-diag.el (list-iso-charset-chars): For
465 two-byte charset, fix the `while' condition.
466 (list-non-iso-charset-chars): Fix the `while' condition.
467
468 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
469
470 * subr.el (add-hook, remove-hook): Don't call make-local-hook
471 if the variable is make-variable-buffer-local.
472
473 * progmodes/ada-stmt.el (ada-template-map): Initialize
474 and bind it to C-c t in ada-mode-map.
475 (ada-stmt-mode-hook): New function extracted from old code.
476 Only change the buffer-local side of skeleton-*.
477 (ada-mode-hook): Use it.
478
479 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * iswitchb.el (iswitchb-minibuf-depth): New variable.
482 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
483 we expect to be returned by minibuffer-depth once we prompt the
484 user in the minibuffer.
485 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
486 as recorded in iswitchb-minibuf-depth, return non-nil.
487
488 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
491 (hscroll-window-maybe): Docstring fix.
492
493 2000-11-23 Dave Love <fx@gnu.org>
494
495 * rect.el (string-rectangle): Don't test delete-selection-mode.
496
497 2000-11-23 Gerd Moellmann <gerd@gnu.org>
498
499 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
500 is in the tool bar.
501
502 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
503 with `no-dir'; we want the directory part to be able to remove
504 it.
505
506 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
507
508 * textmodes/outline.el (outline-flag-region):
509 Don't bind inhibit-read-only since we don't modify the buffer.
510 (outline-isearch-open-invisible): Don't jump to overlay-start
511 since we're trying to unhide text around point.
512 (outline-discard-overlays): Use dolist.
513
514 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
515
516 2000-11-22 Gerd Moellmann <gerd@gnu.org>
517
518 * mail/rmail.el (rmail-confirm-expunge): Default to
519 y-or-n-p.
520
521 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
522
523 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
524 Fix ARG regexp to skip quoted braces.
525 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
526 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
527 are (correctly) handled separately).
528 Remove `caption' and `footnote' from `citations': they contain text.
529 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
530 (latex-skeleton-end-hook): New function.
531 (latex-mode): Use it.
532 (tex-start-tex-marker): Remove.
533 (tex-send-tex-command): Don't set tex-start-tex-marker.
534 (tex-error-parse-syntax-table): New var.
535 (tex-compilation-parse-errors): Use it.
536 Ignore tex-start-tex-marker. Don't bother with marker-position.
537 (tex-validate-buffer): Don't bother with marker-position.
538
539 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
540 (flyspell-generic-progmode-verify): Use it.
541
542 2000-11-22 Sam Steingold <sds@gnu.org>
543
544 * simple.el (delete-trailing-whitespace): New interactive
545 function.
546
547 * progmodes/ada-mode.el (ada-mode): Use it instead of
548 `ada-remove-trailing-spaces'.
549 (ada-remove-trailing-spaces): Removed.
550
551 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
552
553 * textmodes/picture.el (picture-clean): Removed.
554 (picture-mode-exit): Call it instead of `picture-clean'.
555
556 2000-11-22 Gerd Moellmann <gerd@gnu.org>
557
558 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
559
560 * hi-lock.el (hi-lock-refontify): Don't call non-existent
561 jit-lock-fontify-buffer; it should anyway be unneccessary to
562 do anything special when jit-lock is active.
563 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
564
565 2000-11-22 Dave Love <fx@gnu.org>
566
567 * calendar/todo-mode.el (todo-top-priorities): Use
568 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
569
570 * language/chinese.el, language/cyrillic.el:
571 * language/devanagari.el, language/ethiopic.el, language/greek.el:
572 * language/hebrew.el, language/indian.el, language/japanese.el:
573 * language/korean.el, language/lao.el, language/misc-lang.el:
574 * language/thai.el, language/tibetan.el, language/vietnamese.el:
575 Use provide.
576
577 * cus-edit.el (custom-buffer-create-internal): Save some consing.
578 (custom-variable-set): Improve validation error mesage.
579
580 * rect.el (string-rectangle): Revert last change.
581 (string-rectangle-line): New arg DELETE.
582 (string-rectangle): Check delete-selection-mode.
583
584 * emacs-lisp/edebug.el (edebug-version)
585 (edebug-maintainer-address): Deleted.
586 (edebug-submit-bug-report): Just alias to report-emacs-bug.
587 (edebug-read-function): Account for other `'#' read forms.
588 (edebug-mode-menus): Make some items toggles.
589 (edebug-outside-unread-command-event, unread-command-event):
590 Remove these to avoid warnings.
591
592 2000-11-22 David Ponce <david@dponce.com>
593
594 * recentf.el (recentf-menu-items-for-commands)
595 (recentf-make-menu-items, recentf-make-menu-item)
596 (recentf-filter-changer): Added :help and :active menu-item properties.
597
598 (recentf-build-dir-rules, recentf-dump-variable)
599 (recentf-edit-list, recentf-open-files-item)
600 (recentf-open-files): Replaced unnecessary `mapcar' with new
601 built-in `mapc'.
602
603 2000-11-23 Miles Bader <miles@gnu.org>
604
605 * faces.el (menu): Make inverse-video on ttys too.
606
607 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
608
609 * simple.el (comment-line-break-function): Use the new name
610 indent-new-comment-line -> comment-indent-new-line.
611 (clone-indirect-buffer): Don't ignore NORECORD.
612 (next-completion): Properly handle the case where items are adjacent.
613
614 * mouse.el (popup-menu): Stupid typo.
615
616 2000-11-22 Gerd Moellmann <gerd@gnu.org>
617
618 * emacs-lisp/authors.el: Remove autoload cookies, add author,
619 maintainer, keywords tags.
620
621 * rect.el (replace-rectangle): Don't call string-rectangle-line
622 with too many arguments.
623
624 2000-11-22 Andre Spiegel <spiegel@gnu.org>
625
626 * ediff-util.el (ediff-file-checked-out-p)
627 (ediff-file-checked-in-p): Call vc-state instead of
628 vc-locking-user, which no longer exists.
629
630 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
631
632 2000-11-22 Dave Love <fx@gnu.org>
633
634 * md5.el (md5): Provide.
635 (md5): Fix error call.
636
637 2000-11-22 Miles Bader <miles@gnu.org>
638
639 * textmodes/refill.el (refill-adjust-ignorable-overlay)
640 (refill-fill-paragraph-at): Remove debugging code.
641
642 * calendar/calendar.el (generate-calendar-window): When we don't
643 call `fit-window-to-buffer', make sure the top line is fully visible.
644
645 * image-file.el (insert-image-file): Don't make `read-only'
646 property rear-nonsticky.
647
648 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
649 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
650 stashing away its original value.
651 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
652 in the recursive edit.
653 Bind `isearch-original-minibuffer-message-timeout' to protect it.
654 (isearch-done): Restore `minibuffer-message-timeout'.
655
656 * cus-start.el: Remove entry for `mode-line-inverse-video'.
657
658 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
659
660 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
661
662 * find-lisp.el (find-lisp-find-files-internal):
663 Use dolist, when and file-name-as-directory.
664
665 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
666 (define-derived-mode, define-minor-mode): Add specs.
667
668 * window.el: General comment and spacing fixes.
669 (save-selected-window): Use backquotes.
670 (window-safely-shrinkable-p): New function.
671 (shrink-window-if-larger-than-buffer): Use it.
672
673 * subr.el (make-local-hook): Docstring fix.
674
675 * shell.el (shell-mode): Use define-derived-mode.
676
677 * newcomment.el (comment-indent): Insert comment before calling
678 comment-indent-function. Don't insert in column 0.
679 (comment-dwim): Indent before inserting comment.
680
681 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
682 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
683 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
684 Use mapc rather than map.
685
686 * files.el (find-buffer-visiting): Compare all attributes before
687 declaring two files identical (rather than just their inode-no).
688 (auto-mode-alist): Use \' rather than $.
689
690 * which-func.el: Update maintainer line.
691
692 * pcvs.el (uniquify-buffer-file-name): Remove advice.
693 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
694 (uniquify-buffer-file-name): Use it.
695
696 2000-11-22 Miles Bader <miles@gnu.org>
697
698 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
699 * simple.el (minibuffer-avoid-prompt): New function.
700
701 2000-11-21 Gerd Moellmann <gerd@gnu.org>
702
703 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
704
705 2000-11-21 Miles Bader <miles@gnu.org>
706
707 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
708 inclusion of `track-mouse'.
709
710 * textmodes/refill.el (refill-ignorable-overlay): New variable.
711 (refill-adjust-ignorable-overlay): New function.
712 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
713 only the paragraph's tail if possible.
714 Update `refill-ignorable-overlay'.
715 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
716
717 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
718 point inside the fill-prefix.
719
720 * textmodes/refill.el (refill-post-command-function): Don't reset
721 refill-doit in the case where a self-insertion command doesn't
722 case a refill. Use `refill-fill-paragraph-at', getting position
723 from `refill-doit'.
724 (refill-after-change-function): Set `refill-doit' to END.
725 (refill-fill-paragraph-at): New function, mostly from old
726 refill-fill-paragraph.
727 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
728 (refill-pre-command-function): New function.
729 (refill-mode): Add it to `pre-command-hook'.
730
731 2000-11-20 Gerd Moellmann <gerd@gnu.org>
732
733 * textmodes/artist.el (artist-mode): Fix autoload cookie.
734
735 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
736 javadoc tags.
737
738 2000-11-20 Andre Spiegel <spiegel@gnu.org>
739
740 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
741 vc.el).
742
743 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
744 require vc.
745
746 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
747 checkouts.
748
749 2000-11-20 Dave Love <fx@gnu.org>
750
751 * Makefile.in (DONTCOMPILE): Omit bindings.el.
752
753 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
754
755 * calculator.el (calculator-paste): Use `if' instead of `and'
756 and `or'.
757 (calculator-help): Don't use electric-describe-mode for XEmacs.
758
759 2000-11-19 Gerd Moellmann <gerd@gnu.org>
760
761 * info.el (info-menu-5): Doc fix.
762
763 * textmodes/artist.el: New file.
764
765 2000-11-19 Andre Spiegel <spiegel@gnu.org>
766
767 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
768 and differentiate according to checkout model.
769 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
770 since this function is only concerned with master state.
771
772 * vc-hooks.el (vc-workfile-unchanged-p,
773 vc-default-workfile-unchanged-p): Moved here from vc.el.
774
775 * vc.el (vc-workfile-unchanged-p,
776 vc-default-workfile-unchanged-p): See above.
777
778 2000-11-19 Miles Bader <miles@gnu.org>
779
780 * image-file.el (insert-image-file): Make `intangible' and
781 `read-only' properties rear-nonsticky too.
782
783 2000-11-18 Gerd Moellmann <gerd@gnu.org>
784
785 * ps-print.el: Update copyright notice.
786
787 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
788 (tooltip-show): Use the offsets.
789
790 * bindings.el (mode-line-modified): Fix a typo.
791 (mode-line-toggle-modified, mode-line-widen)
792 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
793
794 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
795
796 * ps-print.el (toplevel): Test for find-coding-system being
797 fboundp before calling ps-x-find-coding-system.
798
799 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
800
801 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
802 (vc-version-backup-file): Docstring fix.
803
804 2000-11-16 Gerd Moellmann <gerd@gnu.org>
805
806 * files.el (basic-save-buffer): Don't add a newline if
807 find-file-literally is non-nil.
808 (find-file-literally): Extend doc string.
809
810 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
811 sort(1) with the `-f' argument.
812
813 2000-11-16 Andre Spiegel <spiegel@gnu.org>
814
815 * vc.el: Updated backend documentation.
816 (vc-default-check-headers): New function.
817
818 * vc-{cvs,rcs,sccs}.el: Functions reordered.
819
820 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
821 up-to-date.
822 (vc-do-command): In the asynchronous case, output messages only if
823 the minibuffer is not active.
824
825 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
826 `vc-cvs-use-edit' is on.
827 (vc-cvs-checkout): When this is used for reverting the workfile,
828 make a backup of the original contents and revert to that in case
829 of error.
830 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
831 remote repositories.
832
833 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
834 for both version and ratio in the minibuffer.
835
836 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
837 Use vc-do-command to perform the annotation, not call-process.
838
839 2000-11-16 Kenichi Handa <handa@etl.go.jp>
840
841 * international/quail.el (quail-start-translation): Don't call
842 `message' before reading key sequence.
843
844 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
845
846 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
847
848 2000-11-16 Kenichi Handa <handa@etl.go.jp>
849
850 * window.el (fit-window-to-buffer): Be sure to acquire at least
851 one text line even if the buffer is empty.
852
853 2000-11-16 Gerd Moellmann <gerd@gnu.org>
854
855 * net/ange-ftp.el (ange-ftp-file-writable-p)
856 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
857 ange-ftp-process-verbose to nil.
858
859 2000-11-15 Dave Love <fx@gnu.org>
860
861 * wid-edit.el (widget-specify-field, widget-specify-button): If
862 :help-echo is a function, set help-echo of overlay to
863 widget-mouse-help.
864 (widget-mouse-help): New function.
865 (widget-echo-help): Rewritten for :help-echo functions only taking
866 a widget arg.
867
868 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
869 display-graphic-p.
870 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
871 and that JPEG is available.
872 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
873
874 * international/mule-cmds.el (locale-charset-language-names):
875 Match @euro.
876
877 2000-11-15 Gerd Moellmann <gerd@gnu.org>
878
879 * faces.el (face-set-after-frame-default): If
880 `inhibit-default-face-x-resources' is bound, don't intialize the
881 default face from X resources.
882
883 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
884
885 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
886 Don't set EMACSLOADPATH.
887
888 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
889
890 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
891 texinfo-insert-@url.
892 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
893 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
894
895 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
896
897 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
898 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
899 (checkdoc-minor-keymap): Backward compatibility.
900 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
901 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
902 (checkdoc-this-string-valid-engine): Be a bit more strict
903 to avoid matching substrings of `...' quoted vars/funs.
904 (checkdoc-defun-info): Only look for `interactive' if alone.
905 (debug-ignored-errors): Add "arg doesn't appear in docstring".
906
907 * progmodes/compile.el (grep): `tag-default' can be nil.
908
909 * newcomment.el (comment-indent): Paren typo.
910
911 2000-11-14 Dave Love <fx@gnu.org>
912
913 * calculator.el: New maintainer version.
914
915 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
916
917 * cmuscheme.el: Doc fixes.
918 (cmuscheme) <defgroup>: Use `scheme' as parent.
919 (cmuscheme-program-name): Remove. Change uses to
920 scheme-program-name.
921
922 * xscheme.el (scheme-program-name): Don't define here.
923
924 * progmodes/scheme.el (scheme-program-name): New variable
925 (originally in cmuscheme).
926
927 2000-11-14 Miles Bader <miles@gnu.org>
928
929 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
930 Handle header-lines. Don't loop forever if we can't enlarge the
931 window anymore. Simplify a bit.
932
933 2000-11-14 Kenichi Handa <handa@etl.go.jp>
934
935 * window.el (fit-window-to-buffer): Don't check
936 window-text-height. Assure that the last line is fully visible.
937
938 * international/quail.el (quail-show-guidance-buf): Call
939 fit-window-to-buffer to assure the enough height of the guidance
940 buffer.
941 (quail-update-guidance): Avoid making the guidance buffer shorter.
942
943 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
944
945 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
946 rather than `prepend' and add an interesting comment.
947 (tex-math-face, tex-font-lock-syntactic-face-function):
948 New face and function to use it.
949 (tex-define-common-keys, tex-mode-map): Use menu-item rather
950 than `menu-enable' symbol property.
951 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
952 (tex-mode): Add some latex-mode commands for auto-selection.
953 Use tex-font-lock-syntactic-face-function.
954 (tex-insert-quote): Simplify.
955 (tex-shell): New mode.
956 (tex-start-shell): Use it.
957 (tex-shell-proc, tex-shell-buf): New functions.
958 (tex-send-command): Use it.
959 (tex-main-file): Fix the meaning of the new arg REALFILE.
960 (tex-send-tex-command): New function split from `tex-start-tex'.
961 Set compilation-last-buffer and compilation-parsing-end.
962
963 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
964 when it follows non-comment text on the line.
965
966 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
967 Set font-lock-defaults.
968 (lisp-mode-shared-map): Init inside the defvar.
969 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
970 Use define-derived-mode.
971
972 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
973
974 * faces.el (header-line): Use `:box nil' for color/gs displays too.
975
976 2000-11-14 Gerd Moellmann <gerd@gnu.org>
977
978 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
979 recursively optimize body because that can lead to infinite
980 recursion; see comment there.
981
982 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * faces.el (face-spec-set-match-display): Revert the change from
985 2000-10-24. Add a FIXME for after v21.1.
986
987 2000-11-13 Miles Bader <miles@gnu.org>
988
989 * textmodes/fill.el (skip-line-prefix): New function.
990 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
991 (fill-paragraph): Don't leave point inside the fill-prefix.
992 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
993 point inside the fill-prefix.
994
995 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
996
997 * calendar/calendar.el (generate-calendar-window): Use
998 `fit-window-to-buffer'.
999
1000 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1001
1002 * gud.el (gud-minor-mode): New var.
1003 (gud-symbol, gud-val): New functions.
1004 (gud-find-file): Copy gud-minor-mode to the new buffer.
1005 (gud-menu-map): Include entries for commands that are not always
1006 available, using :enable to (de)activate them.
1007 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1008 (gud-mode-map): New map.
1009 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1010 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1011 Don't set up gud's menu (it's done by the minor-mode).
1012 (gud-minibuffer-local-map): New.
1013 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1014 (gud-query-cmdline): New function.
1015 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1016 (gud-mode): Use define-derived-mode.
1017 Don't set up gud's menu (it's done by the minor-mode).
1018 (gud-chop-words): Remove.
1019 (gud-common-init): Use split-string instead.
1020 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1021
1022 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1023 Add keyword arg :name.
1024
1025 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1026 (diff-count-matches, diff-split-hunk): New functions.
1027 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1028
1029 * pcvs-info.el (cvs-fi-conflict-face): New var.
1030
1031 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1032 Make it into a simple syntax-table, shared among all submodes.
1033 (sh-heredoc-face): Re-introduce.
1034 (sh-font-lock-syntactic-face-function): New function.
1035 (sh-mode): Use it. Also use define-derived-mode.
1036 Remove old bogus setting of indent-region-function.
1037 (sh-set-shell): Don't set the syntax-table any more.
1038 (sh-mode-syntax-table) <defun>: Remove.
1039
1040 2000-11-12 Miles Bader <miles@gnu.org>
1041
1042 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1043 message if interactive.
1044
1045 2000-11-12 Dave Love <fx@gnu.org>
1046
1047 * mail/feedmail.el: Fix header,
1048 (feedmail) <defgroup>: Add :link.
1049
1050 * view.el: Use local-map property, not keymap on mode-line string.
1051
1052 * scroll-all.el (scroll-all-mode): Customize variable. Add
1053 autoload cookie to function.
1054
1055 * lazy-lock.el: Remove compatibility code.
1056
1057 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1058 (finder-help-echo): New variable.
1059 (finder-mouse-face-on-line): Add help-echo stuff.
1060 (finder-list-keywords, finder-list-matches): Use mapc.
1061
1062 * faces.el (face-font-registry-alternatives): Add :version.
1063
1064 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1065 tags-table-list.
1066
1067 * net/browse-url.el (browse-url-browser-function): Update :version.
1068
1069 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1070 (mail-mode): Use [:alnum:] in some regexps.
1071
1072 2000-11-10 Dave Love <fx@gnu.org>
1073
1074 * ediff.el (ediff-regions-internal, ediff-documentation):
1075 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1076 fundamental mode.
1077
1078 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1079 buffer into fundamental mode.
1080 (ediff-set-difference): Use copy-sequence if available.
1081
1082 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1083 ediff-patch-map non-nil.
1084 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1085 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1086 buffer into fundamental mode.
1087
1088 * ediff-merg.el (state-or-merge): Defvar when compiling.
1089
1090 2000-11-10 Jason Rumney <jasonr@gnu.org>
1091
1092 * w32-fns.el (w32-add-charset-info): New function.
1093 (w32-charset-info-alist): Use it.
1094
1095 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1096
1097 * faces.el (face-font-registry-alternatives): New user-option.
1098
1099 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * textmodes/texinfo.el (texinfo-block-default): New var.
1102 (texinfo-insert-block): Use it. Insert a newline if needed.
1103
1104 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1105 (fill-region-as-paragraph): Use it.
1106
1107 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1108 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1109 Tweak paragraph regexps to allow a leading [ \t]*.
1110 (tex-latex-block): Insert a newline if necessary.
1111 (latex-insert-item): Only insert a newline if necessary.
1112 (tex-guess-main-file): New function.
1113 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1114 Set tex-main-file if TeX-master is provided.
1115 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1116
1117 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1118
1119 * startup.el (command-line): Set the default tooltip-mode
1120 to t for graphical displays which implement x-show-tip.
1121
1122 * tooltip.el (tooltip-mode): Add a comment about startup.el
1123 setting the default value of this user-option.
1124
1125 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1126
1127 * font-lock.el (font-lock-*-face) <defvar>: Move.
1128 (font-lock-defaults-alist): Mark obsolete.
1129 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1130 (font-lock-mode): Use define-minor-mode.
1131 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1132 (font-lock-turn-off-thing-lock): Be more explicit.
1133 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1134 (font-lock-syntactic-face-function): New var.
1135 (font-lock-fontify-syntactically-region): Use it.
1136 (font-lock-doc-face): New.
1137
1138 * pcvs.el (cvs-enabledp): Ignore errors.
1139 (cvs-commit-filelist): Never query.
1140 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1141 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1142 (cvs-do-removal): Use cvs-partition rather than delete-if.
1143 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1144 cvs-bury-buffer.
1145
1146 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1147 Allow `next' to jump to after the end of the last match.
1148
1149 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1150
1151 * simple.el (byte-compiling-files-p): New function.
1152
1153 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1154 if it is there.
1155
1156 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1157 nil again.
1158
1159 * textmodes/ispell.el (ispell-library-path): Don't call
1160 check-ispell-version when byte-compiling because that starts
1161 an ispell process, and ispell might not be installed.
1162 (toplevel): Don't set up a menu when byte-compiling.
1163
1164 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1165 it, so that a boundp test can be used to determine if we're
1166 currently byte-compiling.
1167
1168 2000-11-09 Dave Love <fx@gnu.org>
1169
1170 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1171 eval-after-load.
1172
1173 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1174
1175 * ps-print.el: Patch for variable initialization when spooling. Doc
1176 fix.
1177 (ps-output-list): Fun eliminated.
1178 (ps-begin-file, ps-begin-job): Code fix.
1179
1180 2000-11-08 Dave Love <fx@gnu.org>
1181
1182 * ediff-wind.el (ediff-control-frame-parameters): Zero
1183 tool-bar-lines.
1184
1185 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1186
1187 * simple.el (shell-command, display-message-or-buffer)
1188 (shell-command-on-region): Mention resize-mini-windows in the doc
1189 string.
1190 (display-message-or-buffer): Take the value of resize-mini-windows
1191 into account.
1192
1193 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1194
1195 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1196
1197 * dired.el (dired-between-files): Add `^. find' as an alternative
1198 to the regular expression, for find-dired.
1199
1200 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1201
1202 * textmodes/texnfo-upd.el: Require texinfo.
1203 (defmacro, defgroup): Remove.
1204 (texinfo-section-to-generic-alist): Remove.
1205 Use texinfo-section-list instead (i.e. level is changed string->int).
1206 (texinfo-filter): New function.
1207 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1208 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1209 Use it. And use regexp-opt.
1210 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1211 (texinfo-update-menu-region-beginning)
1212 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1213 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1214 (texinfo-update-menu-same-level-regexps): Update.
1215 (texinfo-update-node, texinfo-every-node-update)
1216 (texinfo-sequential-node-update): Remove autoload cookie.
1217
1218 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1219 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1220 (texinfo-chapter-level-regexp): Remove.
1221 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1222
1223 2000-11-06 Dave Love <fx@gnu.org>
1224
1225 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1226
1227 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1228 Match defun*.
1229
1230 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1231
1232 * composite.el (composition-function-table): Variable declaration
1233 moved to src/composite.c.
1234 (compose-chars-after): New optional arg object.
1235
1236 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1237
1238 * bindings.el (mode-line-toggle-read-only)
1239 (mode-line-toggle-modified, mode-line-widen)
1240 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1241 (make-mode-line-mouse2-map): Rewritten.
1242 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1243 functions so that C-h k can show something with a doc string.
1244
1245 * startup.el (fancy-splash-delay): Set to 10 seconds.
1246 (fancy-splash-max-time): New user-option.
1247 (fancy-splash-stop-time): New variable.
1248 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1249 (fancy-splash-screens-1): Throw `stop-splashing' when current
1250 time is greater than fancy-splash-stop-time.
1251
1252 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1253
1254 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1255
1256 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1257 Prompt user for a file rather than raising an error.
1258 (cvs-enabledp): Fix call to cvs-mode-marked.
1259 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1260 (cvs-mode-insert): Use it. Change the init prompt' value.
1261 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1262
1263 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1264 Don't pass default arg to ewoc-locate.
1265 (ewoc-collect): Return result in the right order.
1266
1267 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1268
1269 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1270 (cvs-status-get-tags): Fix regexp.
1271 (cvs-status-trees, cvs-status-cvstrees):
1272 Combine after change hooks and don't sit-for.
1273 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1274 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1275 Use make-char rather than hard-coded cryptic data.
1276 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1277
1278 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1279
1280 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1281 (cvs-insert-strings): New function.
1282
1283 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1284
1285 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1286 `mwheel-scroll-amount'.
1287 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1288 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1289 string-matching against the version string.
1290
1291 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1292
1293 * language/thai.el ("Thai"): Set a lisp form that produces
1294 composed string in `sample-text' language info.
1295
1296 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1297 composed string in `sample-text' language info.
1298
1299 * international/mule-cmds.el (describe-language-environment): Eval
1300 `sample-text' data and insert the result.
1301
1302 * international/mule-conf.el (compound-text): Define this coding
1303 system here. Make x-ctext and ctext aliases of it.
1304
1305 * language/european.el (compound-text, ctext): Moved to
1306 international/mule-conf.el.
1307
1308 2000-11-05 Andrew Innes <andrewi@gnu.org>
1309
1310 * w32-fns.el (w32-version): New function.
1311
1312 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1313
1314 * progmodes/awk-mode.el: Update copyright.
1315 (awk-mode-abbrev-table): Remove.
1316 (awk-font-lock-keywords): Use regexp-opt.
1317 (awk-mode): Use define-derived-mode.
1318
1319 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1320 when extracting a suffix.
1321
1322 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1323
1324 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1325 auto-save-mode.
1326
1327 2000-11-04 Jason Rumney <jasonr@gnu.org>
1328
1329 * language/european.el (decode-mac-roman): Test against r1 not r0.
1330
1331 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1332
1333 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1334 (icon-mode): Define indent-line-function.
1335 (icon-comment-indent): Simplify.
1336 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1337
1338 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1339
1340 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1341 Bind change-log-default-mode to defeat the caching done on it.
1342 Don't bother saving excursion any more.
1343
1344 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1345
1346 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1347 (set-frame-font): Use the new name (and the old for compatibility).
1348
1349 * toolbar/tool-bar.el (tool-bar-mode):
1350 * time.el (display-time-mode):
1351 * recentf.el (recentf-mode):
1352 * paren.el (show-paren-mode):
1353 * mwheel.el (mouse-wheel-mode):
1354 * msb.el (msb-mode):
1355 * jka-compr.el (auto-compression-mode):
1356 * image-file.el (auto-image-file-mode):
1357 * hl-line.el (hl-line-mode):
1358 * delsel.el (delete-selection-mode):
1359 * autoinsert.el (auto-insert-mode):
1360 * complete.el (partial-completion-mode): Drop unneeded positional args.
1361
1362 * info.el (Info-mode):
1363 * comint.el (comint-mode): Don't bother with make-local-hook.
1364
1365 * log-edit.el (log-edit-menu): New menu.
1366
1367 2000-11-03 Miles Bader <miles@gnu.org>
1368
1369 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1370 definition, so that trailing spaces are handled properly.
1371 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1372
1373 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1374
1375 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1376 tab character.
1377 (fancy-splash-screens): Set tab-width to 20.
1378
1379 2000-11-03 Dave Love <fx@gnu.org>
1380
1381 * comint.el (comint-completion-addsuffix): Fix custom type.
1382
1383 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1384
1385 * font-lock.el (font-lock-buffers): Remove.
1386 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1387 (font-lock-change-major-mode): Remove.
1388 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1389 (font-lock-default-fontify-region): Extend the multiline
1390 fontification to whole lines.
1391 (font-lock-fontify-anchored-keywords)
1392 (font-lock-fontify-keywords-region): If matching just one
1393 line (with \n) only mark the \n as multiline.
1394
1395 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1396 Correctly handle the case where several :group args are supplied.
1397 Allow :extra-args.
1398 (easy-mmode-define-global-mode): Allow :extra-args.
1399 Correctly handle the case where several :group args are supplied.
1400
1401 2000-11-02 Miles Bader <miles@gnu.org>
1402
1403 * calendar/calendar.el (diary-face, calendar-today-face)
1404 (holiday-face): Remove dependency on `window-system'.
1405
1406 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1407
1408 * Makefile.in (emacs): Set EMACSLOADPATH always.
1409 (update-authors, .el.elc, compile-files): Don't do it explicitly
1410 here.
1411 (compile-files): Bomb out if compilation of a file fails.
1412
1413 2000-11-02 Dave Love <fx@gnu.org>
1414
1415 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1416
1417 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1418
1419 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1420 punctuation in the warning inserted into the *mail* buffer.
1421
1422 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1423
1424 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1425 (authors-public-domain-p): New function.
1426 (authors-print): Use it.
1427
1428 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1429
1430 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1431
1432 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1433
1434 * ps-print.el: Extension for even/odd printing. Doc fix.
1435 (ps-print-version): New version number (6.3.1).
1436 (ps-even-or-odd-pages): Customization fix.
1437 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1438 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1439 (ps-page-count): Var replaced by `ps-page-column'.
1440 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1441 (ps-print-sheet-p): New fun.
1442
1443 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1444
1445 * tooltip.el (tooltip-gud-tips-setup): New function.
1446 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1447 (tooltip-mode): Call tooltip-gud-tips-setup.
1448 (tooltip-gud-tips): Use `gud-basic-call' instead of
1449 process-send-string, so the prompt gets frobbed appropriately.
1450 Handle nil return value from `tooltip-gud-print-command'.
1451
1452 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1453
1454 * comint.el (comint-add-to-input-history): New function.
1455 (comint-send-input): Use `comint-add-to-input-history'.
1456
1457 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1458
1459 * info.el (info-menu-header): New face.
1460 (Info-fontify-menu-headers): New function.
1461 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1462
1463 * info.el (Info-insert-dir): Don't include blank lines at
1464 beginning of additional dir files (one is added automatically).
1465
1466 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1467
1468 * emacs-lisp/easy-mmode.el (define-minor-mode):
1469 Revert the latest changes.
1470 Allow the three positional arguments to be skipped and replaced
1471 by keyword arguments.
1472 Add a :toggle argument to determine whether a nil arg means toggle
1473 or means turn-on. The default is unchanged.
1474 Add a call to force-mode-line-update.
1475
1476 2000-11-01 Dave Love <fx@gnu.org>
1477
1478 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1479 cookie.
1480
1481 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1482
1483 * calendar/calendar.el (diary-face, holiday-face): Add
1484 dark-background variants.
1485
1486 2000-10-31 Sam Steingold <sds@gnu.org>
1487
1488 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1489 `tex-main-file' does not have directory in it.
1490
1491 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1494
1495 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1496
1497 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1498 functional change.
1499
1500 2000-10-31 Gerd Moellmann <gerd@gnu.org>
1501
1502 * files.el (find-file-noselect): When we expand a wildcard, return
1503 a list of buffers, as we should do according to the doc string.
1504
1505 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1506
1507 * loadup.el (top level): Adjust load path if program name is
1508 "../src/bootstrap-emacs", in case it's not dumped and thus the
1509 load path adjustment hasn't already been done.
1510
1511 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1512
1513 * ps-print.el: Fix bug on selected pages for printing. Use
1514 `color-values' for Emacs 21. Ensure fontification when jit-lock
1515 is on. Try to avoid warning messages when compiling. Doc Fix.
1516 (ps-print-version): New version number (6.3).
1517 (ps-color-device): Use `color-values' to determine if device
1518 supports color.
1519 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1520 (ps-print-page-p): Changed from defsubst to defun.
1521 (ps-page-number): Changed from defmacro to defun.
1522 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1523 printing.
1524 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1525 (ps-end-file, ps-dummy-page): Funs eliminated.
1526 (ps-print-color-scale): Changed default value.
1527 (ps-page-n-up, ps-print-page-p): New internal vars.
1528 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1529 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1530
1531 * delim-col.el: Little programming improvement.
1532 (delimit-columns-str): New macro.
1533 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1534
1535 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1536
1537 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1538 Moved to european.el.
1539 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1540 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1541 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1542 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1543
1544 2000-10-30 Dave Love <fx@gnu.org>
1545
1546 * progmodes/cc-menus.el (imenu-generic-expression)
1547 (imenu-progress-message): Only defvar when compiling.
1548
1549 * emacs-lisp/elp.el (elp-unload-hook): New function.
1550
1551 * loadhist.el (unload-feature): Call elp-restore-function,
1552 checking for symbols; don't use elp-restore-all.
1553 (loadhist-hook-functions): Doc fix.
1554
1555 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1556
1557 * log-edit.el (log-edit-confirm): Fix the default.
1558
1559 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1560
1561 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1562 delimit-columns-format.
1563 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1564
1565 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1566
1567 * comint.el (comint-replace-by-expanded-history): Don't use
1568 comint-get-old-input (we're not looking at *old* input).
1569 (comint-get-old-input-default): If using fields, signal an error
1570 when the point is not in an input field.
1571
1572 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1573
1574 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1575 and mule-unicode-e000-ffff.
1576
1577 * international/mule.el (decode-char, encode-char): New functions.
1578 (make-coding-system): Accept a symbol of translation table as a
1579 value of property `safe-chars'.
1580
1581 * international/mule-cmds.el (encode-coding-char): Check property
1582 safe-chars instead of safe-charsets.
1583
1584 * international/fontset.el (fontset-default): Modified for
1585 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1586 (x-font-name-charset-alist): Likewise.
1587 (ccl-encode-unicode-font): New CCL program. Record it in
1588 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1589
1590 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1591 New translation tables.
1592 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1593 programs are modified and moved from mac-win.el.
1594 (mac-roman): Definition of this coding system is modified and
1595 moved from mac-win.el.
1596
1597 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1598
1599 * ediff-wind.el (ediff-setup-control-frame): Enclose
1600 face-attribute in condition-case to avoid errors in older emacsen.
1601
1602 2000-10-29 Miles Bader <miles@gnu.org>
1603
1604 * custom.el (custom-add-to-group): Allow multiple entries for a
1605 given value OPTION, as long as their widget types are different.
1606 * cus-edit.el (custom-face-value-create): If face name doesn't end
1607 with "face", add such here (similar to custom group widgets).
1608
1609 * comint.el (comint-highlight-prompt): Add :type.
1610
1611 2000-10-28 John Wiegley <johnw@gnu.org>
1612
1613 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1614 Changed this function to operate on a temporary buffer instead of
1615 the main buffer. This not only keeps flyspell from marking a
1616 buffer as changed that wasn't, but it solves the jumpy cursor
1617 problem when attempts are made to edit incorrect words.
1618 (flyspell-maybe-correct-doubling): Same change as for
1619 `flyspell-maybe-correct-transposition'.
1620
1621 * calendar/timeclock.el (timeclock-log): Doc fix.
1622 (timeclock-last-event): Doc fix.
1623 (timeclock-log): Kill the timelog buffer after appending a new
1624 event.
1625 (timeclock-find-discrep): Use a temp buffer to read in the
1626 timelog, instead of visiting the file.
1627 (timeclock-log-data): A new function, along with a host of helper
1628 functions, for the purpose of making timelog data accessible to
1629 programmers.
1630
1631 * eshell/esh-mode.el (window-height test): Make certain that
1632 `eshell-stringify-t' is non-nil.
1633 (eshell-password-prompt-regexp): Changed to a much simpler
1634 password regexp.
1635 (eshell-send-input): If `eshell-invoke-directly' returns t,
1636 directly invoke the parsed command using `eval'. This improves
1637 turn-around time on simple commands by a factor of three or
1638 greater, such as cd, ls, pwd, etc. -- which get used very often.
1639 It also conserves thousands of cons cells per call (since
1640 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1641 in the Pacific Cookie Company).
1642
1643 * eshell/esh-test.el (eshell-test): Whitespace fix.
1644
1645 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1646 `eshell-ls-initial-args' nil when inserting directory contents.
1647
1648 * eshell/em-script.el (eshell-script-initialize): Add names to
1649 `eshell-complex-commands, since `source' and `.' are complex.
1650
1651 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1652 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1653 `eshell-copy-handles'.
1654 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1655 bodies.
1656 (eshell-separate-commands): Whitespace fix.
1657 (eshell-complex-commands): Added a new list of names, for
1658 determining whether a given command is as simple as it looks.
1659 (eshell-invoke-directly): New function. Returns t if a command
1660 should be invoked directly (using `eval'), rather than indirectly
1661 using `eshell-do-eval'.
1662 (eshell-do-eval): Whitespace fix.
1663
1664 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1665 which provides an emulation of the DOS shell behavior of assuming
1666 that cp/mv/ln should copy/move/link to the current directory.
1667 (eshell-remove-entries): Added a doc string.
1668 (eshell-shuffle-files): Removed the check for `target' being null.
1669 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1670 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1671 it to do a smarter check of whether a destination was provided.
1672 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1673 (eshell/ln): Enable `:preserve-args', and use
1674 `eshell-mvcpln-template' to implement the body of the function.
1675 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1676 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1677 list after flattening it. This makes it possible to cat files
1678 with numerical names.
1679 (eshell-unix-initialize): Added several names to
1680 `eshell-complex-commands.
1681 (eshell-unix-command-complex-p): Return t if a given command name
1682 may result in external processes being invoked.
1683
1684 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1685 variable nil by default, since it slows down glob processing by a
1686 factor of two or more, and increases memory consumption.
1687
1688 * eshell/em-smart.el: Added a note about how memory consumptive
1689 smart display mode can be (at least this is true in Emacs 21).
1690 (eshell-smart-initialize): Whitespace fix.
1691 (eshell-refresh-windows): Use `if' instead of `when'.
1692 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1693 not necessary.
1694 (eshell-currently-handling-window): Added a missing global
1695 variable.
1696
1697 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1698 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1699 Whitespace fix.
1700 (eshell-ls-exclude-hidden): Added this variable in addition to
1701 `eshell-ls-exclude-regexp'. This one prevents files beginning
1702 with . from even being read, which can improve memory consumption
1703 quite a bit.
1704 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1705 read file entries beginning with a dot. In home directories with
1706 lots of hidden files, fully two-thirds of the time spent in ls is
1707 used to read directory entries that are immediately thrown away.
1708 (eshell-ls-initial-args): Added back this configuration variable,
1709 for specifying default initial arguments to every call to ls.
1710 Much faster than using an alias to do the same thing.
1711 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1712 (eshell-ls-dir): Whitespace change.
1713
1714 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1715
1716 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1717 available.
1718 (eshell-stringify-t): Added a customization variable, to indicate
1719 whether `t' should be rendered as a string at all. If not, one
1720 can still determine if the result of an expression is true using
1721 "file-exists-p FILE && echo true".
1722 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1723 stringify t!
1724
1725 * eshell/esh-module.el: Whitespace fix.
1726
1727 * eshell/em-alias.el (eshell-alias-initialize): Added
1728 `eshell-command-aliased-p' to `eshell-complex-commands'.
1729 (eshell-command-aliased-p): New function that returns t if a
1730 command name names an aliased.
1731
1732 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1733
1734 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1735 redrawing the screen when changing cursor color.
1736 (viper-insert-state-pre-command-sentinel)
1737 (viper-replace-state-pre-command-sentinel)
1738 (viper-replace-state-post-command-sentinel):
1739 Use viper-preserve-cursor-color.
1740 Many functions changed to use viper= instead of = when comparing
1741 characters.
1742 * viper-util.el (viper-memq-char,viper=): New functions for
1743 working with characters.
1744 (viper-change-cursor-color): Fixed buglet.
1745 Many functions changed to use viper= instead of = when comparing
1746 characters.
1747 * viper.el (viper-insert-state-mode-list): Added eshell.
1748
1749 * ediff-init.el (ediff-before-setup-hook): New hook.
1750 Several typos fixed in various docstrings.
1751 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1752 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1753 hook.
1754 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1755 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1756 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1757 (ediff-get-selected-buffers): New function.
1758 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1759 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1760 save-window-excursion.
1761 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1762 termination check in while loop.
1763 * ediff.el (ediff-get-default-file-name): Better defaults when in
1764 dired buffer.
1765 (ediff-files,ediff-merge-files,ediff-files3)
1766 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1767
1768 2000-10-28 Dave Love <fx@gnu.org>
1769
1770 * info.el (Info-fontify-node): Add help-echo for menu items.
1771
1772 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1773
1774 * startup.el (normal-top-level): If the value of $TERM indicates
1775 we are running from xterm or one of its work-alikes, default to a
1776 light background mode.
1777
1778 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1779 * faces.el (tty-handle-reverse-video): New function.
1780 (tty-create-frame-with-faces): Call it.
1781
1782 * frame.el (frame-notice-user-settings): Don't apply
1783 default-frame-alist and initial-frame-alist to MS-DOS frames.
1784 Call tty-handle-reverse-video, frame-set-background-mode, and
1785 face-set-after-frame-default for non-MS-DOS frames.
1786
1787 * startup.el (tty-long-option-alist): New variable.
1788 (tty-handle-args): New function.
1789 (command-line): Call tty-handle-args.
1790
1791 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1792 startup.el now does that for all character-terminal frames.
1793
1794 2000-10-28 Miles Bader <miles@gnu.org>
1795
1796 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1797 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1798 global. If :global is followed by a non-nil but non-t value,
1799 make the mode buffer-local, but also generate a `global-MODE'
1800 version using `easy-mmode-define-global-mode'. Add
1801 :conditional-turn-on keyword argument.
1802
1803 2000-10-28 Dave Love <fx@gnu.org>
1804
1805 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1806 use window-system.
1807
1808 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1811 Don't call find-buffer-file-type-coding-system. Instead, just
1812 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1813 if the file is on an untranslated filesystem.
1814 (add-untranslated-filesystem): Use "D" instead of "f" inside
1815 interactive.
1816
1817 2000-10-27 Dave Love <fx@gnu.org>
1818
1819 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1820 (refill-mode): Use it.
1821
1822 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1823
1824 * international/quail.el (quail-activate): Don't make-local-hook.
1825
1826 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1827
1828 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1829 manual backups and file.~<rev>.~ for automatic ones.
1830 (vc-make-version-backup): Don't do it on MS-DOS without long file
1831 names.
1832
1833 * vc.el (vc-version-other-window): If an automatic backup of the
1834 desired version exists, rename it instead of copying it.
1835
1836 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1837 after command. If there's an unexpected error, signal it instead
1838 of being silent.
1839 (vc-cvs-merge-news): Be prepared for no news at all.
1840
1841 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1842
1843 * shell.el (shell): Add BUFFER argument.
1844 * comint.el (make-comint-in-buffer): New function.
1845 (make-comint): Use it.
1846
1847 * faces.el (face-spec-choose): Change syntax so that the list of
1848 attribute-value pairs is now the cdr of each clause, not the cadr.
1849 Detect old-style entries, and handle them. Use pop.
1850
1851 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1852
1853 * cus-edit.el (custom-mode-map): Use a sparse map.
1854 (custom-mode): Don't bother with make-local-hook.
1855
1856 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1857
1858 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1859
1860 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1861
1862 * ps-print.el: Avoid compilation gripes.
1863 (ps-print-version): New version number (6.2.1).
1864
1865 2000-10-26 Dave Love <fx@gnu.org>
1866
1867 * menu-bar.el: Modify some menu item help strings.
1868 (menu-bar-help-menu): Add link to MORE.STUFF.
1869
1870 * cus-edit.el (custom-mode): Add `special' mode-class property.
1871
1872 * wid-browse.el (widget-browse-mode): Likewise.
1873
1874 * wid-edit.el (widget-specify-field): Revert to using local-map
1875 property, not keymap.
1876
1877 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1878
1879 * wid-edit.el (widget-field-end): When checking for a `boundary'
1880 field, do so in the correct buffer.
1881
1882 * simple.el (undo): Correctly distinguish between numeric and
1883 non-numeric prefix args in non-transient-mark-mode, as per the doc
1884 string. When in transient-mark-mode, treat all prefix-args as
1885 numeric.
1886
1887 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1888 Position point on match. Handle N == 0 correctly.
1889
1890 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1891 (comint-mode-map): Reverse order of `comint-write-output' and
1892 `comint-append-output-to-file'.
1893 (comint-append-output-to-file): Reinstate this function, for the
1894 benefit of the menu.
1895
1896 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * vc.el (vc-version-other-window): Bind `file'.
1899
1900 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1901
1902 * Makefile.in (update-authors): New target for maintenance purposes.
1903
1904 * emacs-lisp/authors.el (batch-update-authors): New function.
1905 (authors-fixed-entries): New defconst.
1906 (authors-add-fixed-entries): New function.
1907 (authors): Call it.: Don't process lispref/.
1908
1909 2000-10-25 Jason Rumney <jasonr@gnu.org>
1910
1911 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1912 Merge x w32 and mac definitions.
1913
1914 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1915
1916 * menu-bar.el (menu-bar-options-menu): Add a help string for
1917 `uniquify'.
1918
1919 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1920
1921 * time-stamp.el (time-stamp-string-preprocess):
1922 Fix a wrong type argument error.
1923
1924 2000-10-25 Miles Bader <miles@gnu.org>
1925
1926 * recentf.el (recentf-mode): Variable removed.
1927 (recentf-mode): Use `define-minor-mode'.
1928
1929 * mwheel.el (mouse-wheel-mode): New global minor mode.
1930 (mwheel-install): Use `mouse-wheel-mode'.
1931
1932 2000-10-25 Dave Love <fx@gnu.org>
1933
1934 * progmodes/cperl-mode.el (cperl-mode):
1935 Set normal-auto-fill-function correctly.
1936
1937 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1938 inherit from global-map and don't nullify menu-bar and tool-bar
1939 bindings.
1940
1941 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1942
1943 * wid-edit.el (widget-field-at): New function.
1944 (widget-at, widget-field-activate): Use it.
1945 (widget-tabable-at): Use `widget-at'.
1946 (widget-specify-field): If the terminating character of the widget
1947 field (which is read-only) is a newline, put it into a special
1948 `boundary' field so that C-n/C-p act more naturally.
1949 (widget-field-end): Also don't subtract one if a special
1950 `boundary' field has been added after the widget field.
1951
1952 * comint.el (comint-output-filter, comint-send-input): Don't
1953 bother adding stickiness fields to overlays to fool the field
1954 code, since it should notice the overlay insertion-types now.
1955
1956 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1957 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1958 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1959
1960 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1961
1962 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1963 (authors): Set file coding system to iso-2022-7bit. Add
1964 file-local variables to output buffer.
1965
1966 * files.el (after-find-file): Don't print any warnings if
1967 WARN is nil.
1968
1969 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1970
1971 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1972
1973 * delim-col.el: Now there is a column formatting mechanism.
1974 Modified to customization mechanisms convention. Doc fix.
1975 (columns): New group for delim-col.
1976 (delimit-columns-before, delimit-columns-after)
1977 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1978 (delimit-columns-end): New vars.
1979 (delimit-columns-customize, delimit-columns-format): New funs.
1980 (delimit-columns-region, delimit-columns-rectangle)
1981 (delimit-columns-rectangle-line): Modified to support column
1982 formatting.
1983
1984 2000-10-24 Dave Love <fx@gnu.org>
1985
1986 * log-edit.el (log-edit): Add :version and a :group for vc.
1987
1988 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1989
1990 * files.el (after-find-file): Don't print a message ``New file''
1991 if WARN is nil.
1992
1993 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1994 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1995 get duplicate tool-bar entries because we'll see the global ones
1996 on more than one path through keymaps.
1997
1998 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1999
2000 * progmodes/cmacexp.el: Change Francesco's email address.
2001
2002 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2003
2004 * window.el (fit-window-to-buffer): Adjust point of the window
2005 buffer, not that of the current buffer.
2006
2007 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * progmodes/cmacexp.el: Update the euthor's email address.
2010
2011 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2012
2013 * faces.el (face-spec-set-match-display): Add `graphic' display
2014 type (the inverse of `tty'). Use `display-graphic-p' instead of
2015 the window-system variable.
2016
2017 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2018
2019 * international/isearch-x.el (isearch-with-input-method): Call
2020 input-method-function with the first event in
2021 unread-command-events.
2022
2023 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2024
2025 * faces.el (face-default-spec, face-user-default-spec): Make
2026 defsubsts.
2027
2028 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2029
2030 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2031 New charsets.
2032
2033 * term/mac-win.el: Remove definitions of mac-roman-lower and
2034 mac-roman-upper, require dired, and define instead of set
2035 mac-ready-for-drag-n-drop to avoid compilation error.
2036
2037 2000-10-23 Andrew Innes <andrewi@gnu.org>
2038
2039 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2040 superfluous calls to subst-char-in-string; instead apply
2041 expand-file-name after convert-standard-filename to ensure
2042 expected directory separators are used.
2043
2044 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2045
2046 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2047
2048 2000-10-23 Dave Love <fx@gnu.org>
2049
2050 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2051 (tool-bar-add-item): Set foreground and background for XBM icons.
2052
2053 * international/latin1-disp.el (latin1-char-displayable-p): New
2054 function (from Handa).
2055 (latin1-display-check-font): Use it.
2056
2057 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2058 using :key-sequence, making it much more usable. Use nconc, not
2059 append.
2060 (imenu--create-keymap-1): Avoid append.
2061
2062 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2063
2064 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2065
2066 [the following changes fix a bug where `define-minor-mode' didn't
2067 correctly generate :require clauses for defcustoms in compiled files]
2068 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2069 (byte-compile-log-file, byte-compile-log-1): Don't set
2070 `byte-compile-current-file' to nil. Instead set
2071 `byte-compile-last-logged-file' to it. Test whether
2072 byte-compile-current-file equals byte-compile-last-logged-file
2073 instead of whether its nil.
2074 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2075
2076 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2077
2078 * textmodes/refill.el: Fix var names in doc.
2079 (refill-mode): Don't bother with make-local-hook anymore.
2080
2081 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2082
2083 * faces.el (face-user-default-spec, face-default-spec): New functions.
2084 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2085 (frame-set-background-mode, face-set-after-frame-default):
2086 Use `face-user-default-spec'. Simplify code slightly.
2087
2088 * woman.el (woman-italic-face, woman-bold-face)
2089 (woman-unknown-face): Add dark-background variants.
2090 (woman-default-faces): Renamed from `woman-colour-faces'.
2091 Set using the stored defaults, rather than using hard-wired colors.
2092 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2093 Just make the foreground `unspecified' rather than "black".
2094 (woman-menu): Rename menu entries accordingly.
2095
2096 * faces.el (header-line): Make more reasonable on mono/grayscale
2097 displays.
2098
2099 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2100
2101 * cus-edit.el (custom-button-face): Use 3D look for mac.
2102 (custom-button-pressed-face): Likewise.
2103
2104 * faces.el (set-face-attributes-from-resources): Handle mac frames
2105 in the same way as x and w32 frames.
2106 (face-valid-attribute-values): Likewise.
2107 (read-face-attribute): Likewise.
2108 (defined-colors): Likewise.
2109 (color-defined-p): Likewise.
2110 (color-values): Likewise.
2111 (display-grayscale-p): Likewise.
2112 (face-set-after-frame-default): Likewise.
2113 (mode-line): Same default face as for x and w32.
2114 (tool-bar): Likewise.
2115
2116 * frame.el: Remove call to frame-notice-user-settings at end of
2117 the file.
2118
2119 * info.el (Info-fontify-node): make underlines invisible for mac
2120 as for x, pc, and w32 frame types.
2121
2122 * term/mac-win.el: New file.
2123
2124 2000-10-22 Dave Love <fx@gnu.org>
2125
2126 * textmodes/refill.el: New file.
2127
2128 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2129
2130 * vc-hooks.el (vc-version-backup-file-name): New optional args
2131 MANUAL and REGEXP.
2132 (vc-delete-automatic-version-backups, vc-make-version-backup):
2133 New functions.
2134 (vc-before-save): Use the latter.
2135 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2136 confusion.
2137
2138 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2139 expected by vc[-hooks].el.
2140
2141 * vc.el (vc-checkout): Added `-p' suffix in call to
2142 vc-make-version-backups-p; use vc-make-version-backup to actually
2143 make the backup.
2144 (vc-version-other-window, vc-version-backup-file): Handle both
2145 automatic and manual backups.
2146 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2147 of all of them.
2148
2149 2000-10-22 Miles Bader <miles@gnu.org>
2150
2151 * comint.el (comint-highlight-input, comint-highlight-prompt):
2152 Renamed, `-face' at end removed.
2153 (comint-send-input, comint-output-filter): Use renamed faces.
2154
2155 * window.el (fit-window-to-buffer): Change defaulting of
2156 MAX-HEIGHT slightly.
2157
2158 * faces.el (color-values, color-defined-p): Use `member', not
2159 `memq', because it works correctly for strings.
2160 (frame-set-background-mode): Actually, "unspecified-fg" and
2161 "unspecified-bg" *are* strings. Use `member', not `memq', and
2162 `equal', not `eq', when a string value is possible.
2163
2164 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2165
2166 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2167
2168 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2169
2170 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2171 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2172 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2173 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2174 (sh-font-lock-syntactic-keywords): Use them.
2175 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2176 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2177 (sh-mode): Don't override font-lock-unfontify-region-function.
2178 Use a copy of sh-font-lock-syntactic-keywords.
2179 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2180 Don't call sh-scan-buffer since font-lock does it on the fly.
2181 (sh-get-indent-info): Use `face' rather than `syntax-table'
2182 text-property to detect here-documents.
2183 Replace sh-special-syntax with sh-st-punc.
2184 (sh-prev-line): Use `face' rather than `syntax-table'
2185 text-property to skip over here-documents.
2186 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2187 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2188 (sh-electric-less, sh-set-here-doc-region)
2189 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2190 (sh-scan-buffer, sh-rescan-buffer): Remove.
2191
2192 2000-10-21 Andrew Innes <andrewi@gnu.org>
2193
2194 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2195 remote (ange-ftp) file names.
2196
2197 2000-10-21 Miles Bader <miles@gnu.org>
2198
2199 * window.el (fit-window-to-buffer): New function.
2200 (shrink-window-if-larger-than-buffer): Use it.
2201 (window-text-height): Don't expect minibuffers to have mode-lines.
2202
2203 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2204 * international/quail.el (quail-update-guidance): Use
2205 `fit-window-to-buffer' instead of `set-window-text-height'.
2206
2207 * international/quail.el (quail-show-guidance-buf): Make sure
2208 guidance window really has enough room.
2209 (quail-update-guidance): If quail-guidance-win is already shown,
2210 make sure its height is OK.
2211
2212 * window.el (window-text-height, set-window-text-height):
2213 New functions.
2214 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2215 instead of `window-height' & `mode-line-window-height-fudge'.
2216 (mode-line-window-height-fudge): Add FACE parameter.
2217 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2218 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2219
2220 2000-10-20 Miles Bader <miles@gnu.org>
2221
2222 * window.el (height-affecting-face-attributes): Use `defconst'.
2223
2224 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2225 New function, conditionally aliased to `mode-line-window-height-fudge'.
2226 (ispell-help): Use it.
2227 (ispell-choices-win-default-height): Don't include mode-line fudge.
2228 (ispell-choices-win-default-height): New function.
2229 (ispell-show-choices, ispell-command-loop): Use function
2230 `ispell-choices-win-default-height' instead of variable.
2231
2232 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2233
2234 * window.el (mode-line-window-height-fudge): New variable.
2235 (height-affecting-face-attributes): New variable.
2236 (mode-line-window-height-fudge): New function.
2237 (shrink-window-if-larger-than-buffer): Use it.
2238 * help.el (resize-temp-buffer-window): Likewise.
2239
2240 * info.el (Info-fontify-node): Add support for @subsubsection
2241 titles, which use `Info-title-4-face'.
2242 (Info-title-4-face): New face.
2243 (Info-title-3-face): Inherit from Info-title-4-face instead of
2244 variable-pitch.
2245
2246 2000-10-19 Jason Rumney <jasonr@gnu.org>
2247
2248 * dired.el (dired-insert-directory): Do not let errors signalled by
2249 attempt to run dired-free-space-program prevent dired from working.
2250
2251 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2252
2253 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2254
2255 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2256
2257 * dirtrack.el (dirtrack): Fix call to run-hooks.
2258
2259 * cmuscheme.el (cmuscheme-program-name): Renamed from
2260 scheme-program-name because xscheme.el contains a defcustom with
2261 the same name. As a consequence, customizing group `cmuscheme'
2262 loaded `xscheme' which redefined run-scheme.
2263 (run-scheme): Use cmuscheme-program-name.
2264
2265 * ps-print.el (ps-print-emacs-type): Move into the
2266 eval-and-compile.
2267
2268 * play/doctor.el (doctor-death): Update the Samaritans'
2269 anonymous address, and add a website for Befrienders International.
2270
2271 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2272
2273 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2274 Avoid compilation gripes. Doc fix.
2275 (ps-print-version): New version number (6.2).
2276 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2277 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2278 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2279 (ps-x-extent-priority, ps-x-extent-start-position)
2280 (ps-x-face-font-instance, ps-x-find-coding-system)
2281 (ps-x-font-instance-properties, ps-x-make-color-instance)
2282 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2283 avoid compilation gripes without defining functions.
2284 (ps-e-find-composition): Alias for function find-composition, to have a
2285 suitable function depending on Emacs version.
2286 (ps-color-device, ps-color-values, ps-face-foreground-name)
2287 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2288 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2289 (ps-print-ensure-fontified): Function definitions surrounded by
2290 `eval-and-compile' to avoid compilation gripes.
2291 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2292 by symbol-value to avoid compilation gripes.
2293 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2294 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2295
2296 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2297
2298 * startup.el (normal-top-level): Call `frame-set-background-mode'
2299 after `frame-notice-user-settings' because the latter doesn't call
2300 the former on a tty.
2301
2302 * faces.el (frame-set-background-mode): `unspecified' &c are
2303 symbols, not strings.
2304
2305 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2306
2307 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2308 why some "light*" colors are deliberately absent from the alist.
2309
2310 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2311 Change colors for tty's, as suggested by Miles Bader.
2312
2313 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2314
2315 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2316 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2317 for ISO10646-1 fonts.
2318 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2319
2320 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2321
2322 * faces.el (frame-set-background-mode): If a tty frame defines a
2323 background color, use that to compute the background mode, instead
2324 of always defaulting to "dark".
2325
2326 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2327
2328 * comint.el (comint-write-output): New function.
2329 (comint-mode-map): Add it to the menu.
2330 Bind `C-c C-s' to comint-write-output.
2331
2332 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2333
2334 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2335 Use fancy-splash-delay.
2336
2337 2000-10-18 Alex Schroeder <alex@gnu.org>
2338
2339 * progmodes/sql.el (sql-sybase-options): New option.
2340 (sql-sybase): Use it. Add sql-database to the list of parameters
2341 provided for login. The options -w 2048 -n are not used any more.
2342
2343 * comint.el (comint-read-input-ring): Bugfix such that the first
2344 and the last entry of the input ring file are not lost.
2345
2346 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2347
2348 * ps-print.el: Internal variable changes to defcustom,
2349 make-local-hook changes to defvar. Doc fix.
2350 (ps-print-version): New version number (6.1).
2351 (ps-setup, ps-do-despool): Code fix.
2352 (ps-printer-name): Customization fix.
2353 (ps-printer-name-option): Now is a defcustom instead of an
2354 internal variable.
2355 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2356 (ps-print-begin-column-hook): Now are defvar instead of
2357 make-local-hook.
2358
2359 2000-10-18 Miles Bader <miles@gnu.org>
2360
2361 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2362 (comint-kill-output): Changed into an alias for `comint-delete-output',
2363 and made obsolete.
2364 (comint-mode-map): Rename references to comint-kill-output.
2365
2366 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2367
2368 * diff-mode.el (diff-header-face, diff-file-header-face)
2369 (diff-changed-face): Add bold and italic attributes to tty faces.
2370 (diff-function-face): New face.
2371 (diff-font-lock-keywords): Use it.
2372
2373 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2374
2375 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2376 Remove commented-out call to force-mode-line-update.
2377 (comint-kill-output): Use `forward-line 0' instead of
2378 beginning-of-line to make sure we get past the prompt.
2379
2380 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2381
2382 * diff-mode.el (diff-header-face, diff-file-header-face):
2383 Add specific setting for dark background.
2384 (diff-context-face): Renamed from diff-comment-face.
2385 Set explicitly rather than inheriting from font-lock-comment-face.
2386
2387 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2388
2389 * startup.el (command-line): Move the code which sets the default
2390 TTY colors to before before-init-hook.
2391
2392 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2393
2394 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2395
2396 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2399 extensions, for MS-DOS.
2400
2401 * diff-mode.el (diff-header-face, diff-file-header-face)
2402 (diff-changed-face): Define tty-specific colors.
2403
2404 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2405
2406 * startup.el (fancy-splash-text): Realign the text.
2407
2408 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2409
2410 * font-lock.el (font-lock-comment-face): Define a separate default
2411 for dark-background tty's.
2412
2413 2000-10-17 Miles Bader <miles@gnu.org>
2414
2415 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2416 being obscured by whizzy mode-lines on graphics displays.
2417
2418 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2419
2420 * info.el (Info-title-1-face, Info-title-2-face)
2421 (Info-title-3-face): Define colors for tty's.
2422 (info-header-node): Remove unneeded tty-specific definition.
2423
2424 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2425
2426 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2427 reverse from the frame parameters, and don't invert foreground and
2428 background colors.
2429
2430 2000-10-16 Miles Bader <miles@gnu.org>
2431
2432 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2433 string "*Info*". Call propertized-buffer-identification to spruce
2434 up the result.
2435
2436 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2437
2438 * help.el: Provide `help' for the sake of define-minor-mode
2439 which generates defcustoms with requires.
2440
2441 * jit-lock.el (jit-lock-after-change): If we're in text that
2442 matches a multi-line font-lock pattern, make sure the whole text
2443 will be redisplayed.
2444
2445 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2446 author's name is unknown.
2447
2448 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2449 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2450 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2451 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2452 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2453 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2454 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2455 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2456 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2457 Add author information.
2458
2459 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2460
2461 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2462 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2463 full-color version (using the Gimp) to eliminate dithering artifacts.
2464
2465 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2468
2469 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2470
2471 2000-10-15 Dave Love <fx@gnu.org>
2472
2473 * progmodes/sh-script.el: Require skeleton and comint when
2474 compiling.
2475
2476 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2477
2478 * whitespace.el: Doc fixes.
2479 (top-level): Don't add hooks here.
2480 (whitespace-running-emacs): Deleted.
2481 (timer): Don't require.
2482 (whitespace): Add back :version conditional on xemacs test.
2483 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2484 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2485 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2486 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2487 Avoid specific xemacs test.
2488 (whitespace-global-mode): New option.
2489 (whitespace-global-mode): New command.
2490 (whitespace-unload-hook): New function.
2491
2492 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2493 (Info-fontify-node, Info-goto-node, Info-mode-menu)
2494 (Info-fontify-node): `Goto' goes to `Go to'.
2495 (Info-fontify-node): Add help-echo to xref links.
2496
2497 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2498
2499 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2500
2501 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2502
2503 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2504 Use plist-get and allow :inherit.
2505
2506 * emacs-lisp/cl-macs.el (cl-do-arglist):
2507 Use plist-get and plist-member instead of memq.
2508
2509 * emacs-lisp/ewoc.el (ewoc-location): New function.
2510 (ewoc-enter-after, ewoc-enter-before): Document return value.
2511 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2512 Don't need make-local-hook any more.
2513 (cvs-addto-collection): Return the new tin.
2514 (cvs-mode-insert): Jump to the new line.
2515
2516 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2517
2518 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2519
2520 * font-lock.el (font-lock-syntactically-fontified): New var.
2521 (font-lock-fontify-syntactic-keywords-region): Use it.
2522 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2523
2524 * diff-mode.el (diff-find-file-name): Fix regexp.
2525
2526 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2527 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2528
2529 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2530 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2531 (sh-mode): Don't make all vars local here.
2532 (sh-kw): Reformat.
2533 (sh-set-shell): Use dolist. Don't set indent-region-function.
2534 (sh-mode-syntax-table): Use pop.
2535 (sh-remember-variable): Use push.
2536 (sh-help-string-for-variable): Use memq.
2537 (sh-safe-backward-sexp): Remove.
2538 (sh-safe-forward-sexp): Add ARG.
2539 (sh-get-indent-info, sh-prev-stmt): Use it.
2540 (sh-prev-line): Simplify by using forward-comment.
2541 (sh-this-is-a-continuation): Simplify.
2542 (sh-learn-buffer-indent): Use dolist.
2543 (sh-do-nothing): Remove.
2544 (sh-set-char-syntax, sh-set-here-doc-region):
2545 Use inhibit-modification-hooks.
2546 (sh-name-style): Use mapcar and push.
2547 (sh-load-style): Use dolist.
2548 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2549 (sh-case, sh-while-getopts): Use propertize directly rather
2550 than sh-electric-rparen.
2551
2552 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2553
2554 * textmodes/tex-mode.el: Require CL when compiling.
2555 (tex-mode-syntax-table): Init immediately.
2556 (tex-mode-map): Bind M-RET to latex-insert-item.
2557 (latex-mode): Set indent-line-function to latex-indent.
2558 (tex-common-initialization): Don't setup the syntax-table any more.
2559 (latex-insert-item): New skeleton.
2560 (tex-next-unmatched-end): Fix copy/paste braino.
2561 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2562 (latex-indent, latex-find-indent): New functions.
2563 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2564 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2565 (tex-compilation-parse-errors): Use with-syntax-table.
2566
2567 2000-10-15 Miles Bader <miles@gnu.org>
2568
2569 * font-lock.el (font-lock-comment-face): Change dark-background,
2570 color, non-tty, default to `chocolate1'.
2571
2572 2000-10-13 John Wiegley <johnw@gnu.org>
2573
2574 * eshell/esh-util.el (require): Added a missing `require' form,
2575 needed when compiling (for an ange-ftp macro definition).
2576
2577 2000-10-13 Dave Love <fx@gnu.org>
2578
2579 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2580
2581 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2582
2583 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2584 fix.
2585
2586 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2587 transparent -colors 8).
2588
2589 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2590
2591 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2592 that breaks with old list format timestamps.
2593 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2594 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2595 strings.
2596
2597 2000-10-13 John Wiegley <johnw@gnu.org>
2598
2599 * align.el, pcomplete.el, calendar/timeclock.el,
2600 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2601
2602 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2603 faulty math, where holiday hours were being computing as seconds.
2604
2605 2000-10-13 John Wiegley <johnw@gnu.org>
2606
2607 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2608 specifying what "other" kinds of buffers should be saved. This
2609 used to be hard-coded.
2610 (desktop-buffer-misc-functions): A global for specifying how
2611 auxiliary data should be determined for special buffer types.
2612 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2613 instead of hard-coding the special buffer types.
2614 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2615 auxiliary data, instead of hard-coding for Info buffers and dired.
2616 (desktop-buffer-info-misc-data): Aux function for determining Info
2617 buffer auxiliary info.
2618 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2619 (desktop-buffer-info): Changed this function to use the info
2620 gathered above.
2621 (desktop-create-buffer): Be a little more careful about what
2622 `minor-mode' means before calling it. This is important for some
2623 buffer types.
2624
2625 2000-10-13 John Wiegley <johnw@gnu.org>
2626
2627 * eshell/esh-util.el: Added a global form which declares an
2628 autoload for `parse-time-string', if that function is not already
2629 defined, and if parse-time.el is available on the user's system.
2630
2631 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2632 to be aware of ange-ftp user info.
2633 (eshell-do-ls): Bind `ange-cache'. Also, use
2634 `eshell-file-attributes'.
2635 (eshell-ls-annotate): Use `eshell-file-attributes'.
2636 (eshell-ls-file): Made the user-id printing code a bit smarter.
2637
2638 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2639 allow identification of alias user ids in remote directories.
2640 It's manual, but there's no other way to know when the current
2641 user on the local machine, is also the owning user on the remote
2642 machine.
2643 (fboundp): Bind `ange-cache'.
2644 (eshell-directory-files-and-attributes): Re-organized the logic a
2645 bit to use `eshell-file-attributes' instead of `file-attributes'.
2646 The former is more sensitive to directories that are read via FTP,
2647 and knows how to use ange-ftp to determine full attribute
2648 information, instead of just the name and last modtime.
2649 (eshell-current-ange-uids): Return the current user id when in a
2650 remote directory.
2651 (eshell-parse-ange-ls): Parse a full directory listing that has
2652 been returned by ange-ftp.
2653 (eshell-file-attributes): This beefed up version of
2654 `file-attributes' is only special if the user is currently in a
2655 remote directory, in which case it does a lot of work to find out
2656 what the real attributes of a file are, as they appear on the
2657 remote machine. This makes usage of remote directories (i.e.,
2658 ange-ftp pathnames) much more useful. You can now use Eshell as a
2659 full-fledged FTP client, with much more manipulation ability than
2660 most other clients.
2661
2662 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2663 variable, which means that Eshell's du should always be preferred
2664 in remote directories.
2665 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2666 just `file-attributes'.
2667 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2668 when reading remote directories. This is an Eshell-specific
2669 variable (not part of ange-ftp).
2670 (eshell/ln): Bind `ange-cache'.
2671 (eshell/du): Added some extra logic for determining when to use
2672 Eshell's du (which is slow), and when to use the external version
2673 (which may or may not exist).
2674
2675 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2676 `eshell-interactive-process', rather than using
2677 `get-buffer-process', since backgrounded processes don't count in
2678 the context of this function's logic.
2679
2680 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2681 `forward-char', so that null strings are parsed correctly.
2682
2683 2000-09-13 John Wiegley <johnw@gnu.org>
2684
2685 * eshell/em-pred.el (eshell-pred-file-type,
2686 eshell-pred-file-links, eshell-pred-file-size): Use
2687 `eshell-file-attributes'. This is more correct over ange-ftp.
2688
2689 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2690 that remote file globbing is more efficient.
2691
2692 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2693 gathering the files and attributes within a directory.
2694
2695 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2696 the command line is a special file (not a regular file, directory
2697 or symlink), always attempt to call the external version of cat.
2698
2699 2000-09-13 John Wiegley <johnw@gnu.org>
2700
2701 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2702 Eshell-friendly version of find-tag.
2703
2704 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2705
2706 * image-file.el (image-file-name-extensions)
2707 (image-file-name-regexps): Add autoload cookies.
2708
2709 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2710
2711 * international/mule-cmds.el (select-safe-coding-system): If FROM
2712 is string, show it in *Warning* buffer.
2713
2714 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2715
2716 * startup.el (normal-top-level): Use display-popup-menus-p instead
2717 of window-system.
2718 (command-line): Use display-graphic-p instead of window-system.
2719 (command-line-1): Use display-popup-menus-p and display-mouse-p
2720 instead of window-system.
2721
2722 2000-10-12 Sam Steingold <sds@gnu.org>
2723
2724 * tooltip.el (tooltip-use-echo-area): New user variable.
2725 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2726
2727 2000-10-12 Dave Love <fx@gnu.org>
2728
2729 * recentf.el: Maintainer's checkdoc fixes.
2730
2731 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2732 character class, not ASCII when matching file names.
2733 (fancy-splash-head): Add trailing slash to URL.
2734 (command-line): Don't require XPM support for toolbar.
2735
2736 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2737 (cperl-invalid-face): Revert last change.
2738 (cperl-init-faces): Quote cperl-invalid-face.
2739
2740 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2741
2742 * startup.el (fancy-splash-text): Remove superfluous quote.
2743
2744 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2745
2746 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2747 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2748 (command-line-1): Don't use fancy-splash-pending-command.
2749 (fancy-splash-screens-1): Goto point-min after inserting text.
2750
2751 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2752
2753 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2754 instead of shared-lisp-mode-map.
2755
2756 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2757
2758 * faces.el (header-line): Change tty-variant to use underlining.
2759
2760 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2761 (isearch-highlight): Restore lazy-isearch face properties at old
2762 position, and suppress them at new position.
2763 (isearch-dehighlight): Restore lazy-isearch face properties.
2764 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2765 over the real isearch overlay, but in that case, don't give it a
2766 face property. Use `push'.
2767
2768 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2769
2770 * man.el (Man-getpage-in-background): Fix previous change.
2771 Decode the process output only when we are in multibyte mode.
2772
2773 2000-10-11 Dave Love <fx@gnu.org>
2774
2775 * info.el (Info-mode-menu): Fix some help.
2776 (info-tool-bar-map): Add entry for Info-last.
2777
2778 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2779 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2780 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2781 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2782 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2783 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2784 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2785 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2786 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2787 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2788 Reduce colour requirements to 25 overall. (Probably wants
2789 revisiting from the originals to reduce further.)
2790
2791 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2792
2793 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2794 buffer-file-coding-system, instead of raw-text.
2795 (dehexlify-buffer): Bind coding-system-for-read to
2796 buffer-file-coding-system, instead of raw-text.
2797
2798 2000-10-11 Sam Steingold <sds@gnu.org>
2799
2800 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2801 `underline' - fixes the bug introduced on 2000-09-21.
2802
2803 2000-10-11 Dave Love <fx@gnu.org>
2804
2805 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2806 compiler warnings.
2807 (scheme-mode): Doc fix.
2808 (scheme-font-lock-keywords-1): Match `define-syntax'.
2809
2810 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2811
2812 * faces.el (frame-set-background-mode): Pay attention to saved
2813 face specs as well as default ones. Only do anything if the
2814 bg-mode or display-type has actually changed. Use `dolist'.
2815 (region): Make dark-background `region' face less in-your-face.
2816
2817 2000-10-10 Sam Steingold <sds@gnu.org>
2818
2819 * chistory.el, ielm.el, ledit.el:
2820 * progmodes/inf-lisp.el, progmodes/scheme.el:
2821 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2822
2823 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2824
2825 * textmodes/texinfo.el: Update copyright and fix typo.
2826
2827 * desktop.el (desktop-modes-not-to-save): New var.
2828 (desktop-save-buffer-p): Use it.
2829 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2830 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2831
2832 2000-10-10 Dave Love <fx@gnu.org>
2833
2834 * toolbar/tool-bar.el (tool-bar-add-item)
2835 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2836 display.
2837
2838 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2839 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2840 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2841 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2842 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2843 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2844 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2845 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2846 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2847 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2848 the .xpms; probably need retouching.
2849
2850 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2851
2852 * subr.el (add-to-list): Add optional argument APPEND.
2853 * battery.el (display-battery): Use `add-to-list'.
2854
2855 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2856
2857 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2858 these vars as symbol properties.
2859 (zone, zone-when-idle, zone-leave-me-alone)
2860 (zone-pgm-whack-chars): Use new symbol properties.
2861
2862 * battery.el (display-battery): Doc spelling fix.
2863
2864 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2865 property.
2866
2867 2000-10-09 Dave Love <fx@gnu.org>
2868
2869 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2870 has been initialized before calling tool-bar-setup.
2871 (tool-bar-add-item-from-menu): Add autoload cookie.
2872
2873 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2874
2875 * menu-bar.el (send-mail-item-name): New function.
2876 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2877 of mail-user-agent in the menu. Don't display the "Send Mail"
2878 item if mail-user-agent is nil or its value is ignore.
2879 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2880 if read-mail-command is nil or its value is ignore.
2881
2882 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2883
2884 2000-10-09 Miles Bader <miles@gnu.org>
2885
2886 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2887 Correct image size.
2888 * toolbar/left_arrow.xpm: Correct image size.
2889
2890 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2891 will be done by the definition of `auto-compression-mode' if
2892 necessary. Move code to uninstall existing file-name handler
2893 before definition of `auto-compression-mode'.
2894
2895 * image-file.el (auto-image-file-mode): Move to the end of the
2896 file, because `define-minor-mode' actually calls the mode-function
2897 if the associated variable is non-nil, which requires that all
2898 needed functions be already defined.
2899
2900 * mouse.el (popup-menu): Balance parens.
2901
2902 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2903
2904 * mouse.el (popup-menu): Move the command call outside the loop
2905 so that popup-menu returns whatever the command returns.
2906
2907 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2908 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2909 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2910 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2911
2912 * vc.el (vc-version-diff): diff-switches can be a list.
2913 Use relative filenames for prettier output.
2914
2915 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2916 (vc-post-command-functions): Remove old-VC compatibility code.
2917
2918 * newcomment.el (comment-indent-default): Autoload.
2919
2920 * font-lock.el (font-lock-defaults): Make buffer-local.
2921 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2922 (font-lock-choose-keywords):
2923 Ignore LEVEL unless KEYWORDS is a list of syms.
2924 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2925 Don't wrap regexp-opt things in \(...\) unnecessarily.
2926
2927 * jit-lock.el: Don't require font-lock any more.
2928 (jit-lock-functions): Make buffer-local.
2929 (jit-lock-saved-fontify-buffer-function): Remove.
2930 (jit-lock-mode): Remove autoload cookie.
2931 Remove font-lock specific code.
2932 (jit-lock-unregister): Don't bother handling complex hooks any more.
2933 (jit-lock-refontify): New function.
2934 (jit-lock-fontify-buffer): Use it.
2935 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2936 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2937 Add optional args START and END.
2938 Never call font-lock-fontify-region directly.
2939 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2940
2941 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2942
2943 2000-10-08 Dave Love <fx@gnu.org>
2944
2945 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2946
2947 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2948
2949 * play/studly.el (studlify-region, studlify-word): Add autoload
2950 cookie.
2951
2952 * play/morse.el (morse-region, unmorse-region): Add autoload
2953 cookie.
2954
2955 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2956 concat.
2957
2958 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2959 insist on symbols starting with word syntax.
2960 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2961 (eval-defun-1): Doc fix.
2962 (indent-sexp): Use nconc to build up indent-stack.
2963
2964 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2965 Gnus with little use.
2966 (mail-setup-hook): Add mail-abbrevs-setup to options.
2967
2968 * recentf.el: Doc fixes.
2969
2970 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2971 Clean up remainder.
2972
2973 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2974 without timezone and (8) with timezone to enforce some whitespace.
2975 Simplify code somewhat.
2976
2977 * options.el (list-options): Doc that you should use customize.
2978
2979 * iswitchb.el (iswitchb-mode): Add :require.
2980
2981 * info.el (Info-goto-node, Info-menu): Doc fix.
2982 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2983 (info-tool-bar-map): New variable.
2984 (Info-mode): Use it.
2985 (Info-edit-map): Define all in defvar.
2986 (speedbar-attached-frame): Avoid compiler warning.
2987
2988 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2989 (global-map): Bind [tool-bar] to a filtered map.
2990 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2991 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2992 Allow PBM icons.
2993 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2994
2995 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2996 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2997 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2998 icons, except up_arrow, which is left-arrow rotated.
2999
3000 * imenu.el (imenu-add-to-menubar): Fix last change.
3001
3002 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3003
3004 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3005 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3006
3007 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3008
3009 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3010 typos in doc strings.
3011
3012 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3013 the doc strings how to customize Font Lock faces.
3014
3015 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3016 computing growth when dragging the header line.
3017
3018 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * simple.el (kill-line): Doc fix.
3021
3022 2000-10-08 Miles Bader <miles@gnu.org>
3023
3024 * faces.el (secondary-selection): Make foreground visible on tty.
3025
3026 * jka-compr.el (auto-compression-mode): Move to the end of the
3027 file, because `define-minor-mode' actually calls the mode-function
3028 if the associated variable is non-nil, which requires that all
3029 needed functions be already defined.
3030 (with-auto-compression-mode): Add autoload cookie.
3031
3032 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3033
3034 * files.el (find-backup-file-name) [ms-dos]: If support for long
3035 file names is not available, behave as if version-control were set
3036 to never.
3037
3038 2000-10-07 Dave Love <fx@gnu.org>
3039
3040 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3041 (browse-url-gnome-moz): New function.
3042 (browse-url-browser-function): Use it.
3043 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3044
3045 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3046
3047 * indent.el (tab-always-indent): New var.
3048 (indent-for-tab-command): Use it.
3049
3050 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3051 raise an error. This way it can still default to a sane value.
3052
3053 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3054
3055 * startup.el (fancy-splash-screens): Use local rather than global map.
3056 Don't use `update-menu-bindings' any more.
3057 Get rid of assumptions about keymap representation.
3058
3059 2000-10-06 Dave Love <fx@gnu.org>
3060
3061 * textmodes/fill.el (sentence-end-double-space)
3062 (sentence-end-without-period): Doc fix.
3063 (adaptive-fill-regexp): Purecopy.
3064 (unjustify-current-line): Use line-end-position.
3065 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3066
3067 * net/eudc-vars.el (eudc): Add :version, :link.
3068
3069 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3070
3071 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3072 Fix for define-minor-mode.
3073 (function-at-point): Alias to function-called-at-point.
3074
3075 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3076
3077 * simple.el (backward-word): Doc fix.
3078
3079 * image-file.el (image-file-name-regexp): image-file-regexps ->
3080 image-file-name-regexps.
3081 (image-file-name-extensions): Add pbm.
3082
3083 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3086 and add filename to the names so that diff-mode can jump to source.
3087
3088 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3089 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3090 (tex-font-lock-keywords-1): Remove.
3091 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3092 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3093 (font-lock-default-fontify-region):
3094 Expand beg..end correctly when just following a multiline region.
3095 (font-lock-fontify-anchored-keywords):
3096 Include the anchor text as part of the multiline.
3097
3098 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3099
3100 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3101 latter needs the autoloaded define-minor-mode macro during the
3102 bootstrap.
3103
3104 * startup.el (command-line): For now, activate tool-bar-mode only
3105 if XPM images are supported.
3106
3107 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3108 window by dragging a header-line at the top of the frame; that's
3109 confusing because the header-line doesn't move.
3110 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3111 of treating the event as a list. Some cleanup.
3112
3113 2000-10-06 Miles Bader <miles@gnu.org>
3114
3115 * simple.el (display-message-or-buffer): New function.
3116 (shell-command-on-region): Use `display-message-or-buffer'.
3117
3118 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3119 docstring parts.
3120
3121 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3122 (smbclient-prompt-regexp): Add usage note to doc string.
3123 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3124 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3125 Use add-hook for adding the comint filter function, and only do so
3126 if it's not already in the global hook list.
3127 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3128 to `make-local-variable'.
3129 (nslookup-font-lock-keywords): Remove prompt entry.
3130 (nslookup): Don't set the process-filter.
3131 (finger): Exit the loop correctly when the regexps list runs out.
3132 (ftp, smbclient, smbclient-list-shares):
3133 Set the real major mode immediately, not after execing.
3134 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3135
3136 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3137
3138 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3139
3140 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3141
3142 * which-func.el (which-func-format): Remove spurious space.
3143 (which-func-mode): Don't make it permanent-local.
3144 (which-func-ff-hook): Allow which-func-maxout to be nil.
3145 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3146 (which-func-mode): Simplify.
3147 Use post-command-idle-hook rather than post-command-hook.
3148 Go through all buffers and update their state.
3149 (which-function): Also try add-log-current-defun-function.
3150
3151 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3152 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3153 Update call to with-vc-properties accordingly.
3154 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3155 (vc-revert-buffer): More careful about window selection and deletion.
3156 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3157
3158 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3159 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3160 (cvs-dired-action): Change the default to quickdir.
3161
3162 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3163 if comment-indent-function returns nil.
3164 (comment-indent-default): New function.
3165 (comment-indent-function): Use it and document the new semantics.
3166
3167 * image-file.el: Docstring fixes.
3168
3169 * help.el (help-xref-on-pp): Use match-string.
3170 (describe-variable): New arg BUFFER.
3171 Store the current buffer in the help-xref-stack.
3172 (temp-buffer-resize-mode): Use define-minor-mode.
3173
3174 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3175 consistently with its docstring.
3176 Set jit-lock-first-unfontify-pos in an idempotent way.
3177 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3178
3179 2000-10-05 Alex Schroeder <alex@gnu.org>
3180
3181 * sql.el (sql-mysql-options): New variable.
3182 (sql-mysql): Use it.
3183
3184 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3185
3186 * image.el (image): New group.
3187
3188 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3189 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3190
3191 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3192
3193 * net/net-utils.el (nslookup-font-lock-keywords)
3194 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3195 Ignore the value of wqindow-system; always define keywords
3196
3197 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3198
3199 * startup.el (fancy-splash-screens): Remove the code for
3200 debugging; `(trace-to-stderr "EXITTT\n")'.
3201
3202 2000-10-05 Miles Bader <miles@gnu.org>
3203
3204 * diff-mode.el (diff-goto-source): Update call to
3205 `diff-hunk-status-msg' to reflect new REV variable.
3206
3207 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3208
3209 * progmodes/icon.el (icon-mode):
3210 Don't gratuitously override the default for comment-column.
3211
3212 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3213
3214 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3215 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3216 (jit-lock-functions): New var.
3217 (jit-lock-function-1): Use it if non-nil.
3218 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3219 Set the `fontified' property before doing the fontification to avoid
3220 repeatedly going through the same error.
3221 Don't turn errors into messages.
3222 (jit-lock-register, jit-lock-unregister): New functions.
3223
3224 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3225 Use with-current-buffer.
3226
3227 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3228 Turn comment into docstring.
3229
3230 * apropos.el (apropos-mode): Use define-derived-mode.
3231
3232 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3233
3234 * startup.el (fancy-splash-pending-command): New variable.
3235 (fancy-splash-pre-command): New function.
3236 (fancy-splash-screens): Rewritten.
3237 (command-line-1): If fancy-splash-pending-command is set, call it
3238 interactively.
3239
3240 2000-10-04 Dave Love <fx@gnu.org>
3241
3242 * toolbar/tool-bar.el (tool-bar-setup): New function.
3243 (tool-bar-mode): Use it.
3244
3245 * subr.el (substitute-key-definition): Doc fix.
3246 (play-sound-file): New command.
3247
3248 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3249
3250 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3251 vc-version-backup-file-name): New functions.
3252
3253 * files.el (basic-save-buffer): Call vc-before-save before saving.
3254
3255 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3256 vc-cvs-stay-local-p.
3257
3258 * vc.el (vc-revert-buffer): Handle empty diff properly.
3259 (vc-version-backup-file): New function.
3260 (vc-checkout): Create a version backup if necessary.
3261 (vc-checkin): If a version backup file exists, delete it.
3262 (vc-version-diff): Diff locally using version backups, if available.
3263 (vc-revert-file): If there's a version backup, revert locally.
3264 (vc-transfer-file): Use version backup for base version, if
3265 available. If not, ask for confirmation whether to get it from the
3266 server. Update mode line before check-in.
3267
3268 2000-10-04 Dave Love <fx@gnu.org>
3269
3270 * toolbar/tool-bar.el (tool-bar-setup): New function.
3271 (tool-bar-mode): Use it.
3272
3273 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3274
3275 * net/net-utils.el (nslookup-font-lock-keywords)
3276 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3277 Only set if window-system is non-nil
3278 (net-utils-run-program): Returns buffer.
3279 (network-connection-reconnect): Added this function.
3280
3281 * generic.el:
3282 Incorporates extensive cleanup and docfixes by
3283 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3284 Uses cl compile-time macros.
3285 (generic-mode-name, generic-comment-list)
3286 (generic-keywords-list, generic-font-lock-expressions)
3287 (generic-mode-function-list, generic-mode-syntax-table):
3288 Removed variables.
3289 (generic-mode-alist): Renamed to generic-mode-list.
3290 (generic-find-file-regexp): Default changed to "^#".
3291 (generic-read-type): Uses completing read on generic-mode-list.
3292 (generic-mode-sanity-check): removed this function.
3293 (generic-add-to-auto-mode): Removed this function
3294 (generic-mode-internal): Bind mode-specific definitions
3295 into function instead of putting them in alist.
3296 (generic-mode-set-comments): Reworked extensively.
3297 (generic-mode-find-file-hook): Simplified regexp searching
3298 (generic-make-keywords-list): Omit extra pair of parens
3299
3300 * find-lisp.el (find-lisp-find-files-internal):
3301 Make sure directory name ends with "/".
3302
3303 * generic-x.el (apache-conf-generic-mode):
3304 Regexp now allows leading whitespace.
3305 (rc-generic-mode): Added eval-when-compile
3306 around generic-make-keywords-list.
3307 Deleted duplicate regexp
3308 (rul-generic-mode): Added eval-when-compile
3309 around generic-make-keywords-list.
3310 (etc-fstab-generic-mode): New generic mode.
3311 (rul-generic-mode): Removed one eval-when-compile
3312 which caused a max-specpdl-size exceeded error.
3313
3314 2000-10-04 Miles Bader <miles@gnu.org>
3315
3316 * simple.el (minibuffer-temporary-goal-position): New variable.
3317 (next-history-element): Try to keep the position of point in the
3318 input string constant.
3319
3320 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3321 (dired-do-create-files): If there's only one file, pass it in as
3322 the DEFAULT arg to dired-mark-read-file-name.
3323
3324 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3325
3326 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3327 (diff-goto-source): Be smarter when choosing REVERSE or not.
3328
3329 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3330 (texinfo-mode-menu): Add an explicit shortcut for update all.
3331
3332 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3333
3334 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3335 factorize backend-specific code cleanly (this was essentially
3336 conceived by Stefan Monnier).
3337 (vc-unregister): Function removed.
3338 (vc-revert-file): New function.
3339 (vc-revert-buffer): Delegate some of the work to it.
3340
3341 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3342 default branch unconditionally.
3343 (vc-rcs-set-default-branch): New function.
3344 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3345 (vc-rcs-checkin): If an appropriate default branch has been set,
3346 force creation of that branch.
3347 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3348 code (as suggested by Stefan Monnier).
3349
3350 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3351
3352 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3353 highlighting overlay with a different face over the overlay
3354 isearch uses to highlight the current match because that can lead
3355 to bad face combinations.
3356
3357 * loadup.el (toplevel): Load faces before isearch.
3358
3359 * isearch.el (isearch-faces): New custom group.
3360 (isearch): New defface; was already tested for in the code.
3361 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3362 (isearch-highlight): Always use face `isearch'.
3363
3364 2000-10-02 Dave Love <fx@gnu.org>
3365
3366 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3367 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3368 comparison of opcode with operand.
3369
3370 2000-10-03 Miles Bader <miles@gnu.org>
3371
3372 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3373 buffer, since the echo area will now grow to accommodate them.
3374
3375 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3376
3377 * vc-hooks.el (vc-registered): If FILE used to be registered under
3378 a certain backend, try that one first.
3379
3380 * vc.el (vc-responsible-backend): Undo the previous change in the
3381 argument list. Handle multiple backends correctly.
3382 (vc-find-new-backend): Function removed.
3383 (vc-register): Use vc-responsible-backend, as before.
3384 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3385
3386 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3387
3388 * startup.el (fancy-splash-head): Change message below the
3389 logo.
3390
3391 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3392
3393 * diff-mode.el (diff-goto-source): Emit a status message.
3394 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3395 (diff-test-hunk): Fix doc string.
3396 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3397 (diff-advance-after-apply-hunk): New variable.
3398 (diff-apply-hunk): Don't return a value.
3399
3400 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3401
3402 * vc.el (vc-editable-p): Minor optimization.
3403 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3404 (vc-find-new-backend): New function split from vc-responsible-backend.
3405 (vc-register): Use it.
3406 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3407 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3408 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3409 (vc-clear-headers): Don't use find-file.
3410 (vc-revert-buffer): Use `and' again (must have been a braino).
3411 (vc-switch-backend): Only prompt if requested.
3412 Short circuit if nothing is to be done.
3413 Don't use vc-resynch-buffer which could lose unsaved editing.
3414 (vc-default-receive-file): Update call to vc-unregister.
3415 (with-vc-file, vc-next-action-on-file):
3416 Use vc-backend rather than vc-registered.
3417 (vc-next-action-on-file): Use intern-soft.
3418 Deal with read-only *vc-diff* buffer.
3419 (vc-transfer-file): Docstring fix.
3420
3421 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3422 (vc-rcs-receive-file): Avoid with-vc-properties.
3423 Update call to vc-unregister.
3424 Use constant `RCS' rather than (dynamically bound) var `backend'.
3425
3426 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3427
3428 * vc.el (vc-next-action-on-file): Update mode line only if file
3429 is visited.
3430 (vc-start-entry): New argument initial-contents. Don't visit the file
3431 if it isn't already visited. Brought documentation up-to-date.
3432 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3433 (vc-checkin): New optional arg initial-contents, which is passed to
3434 vc-start-entry.
3435 (vc-finish-logentry): Make sure to bury log buffer only if there
3436 really is one. Call `vc-resynch-buffer' on log-file, not
3437 buffer-file-name.
3438 (vc-default-comment-history, vc-default-wash-log): New functions.
3439 (vc-index-of): Removed.
3440 (vc-transfer-file): Make do without the above.
3441 (vc-default-receive-file): Call comment-history unconditionally. Pass
3442 the resulting string to vc-checkin, instead of inserting it into the
3443 comment ring.
3444
3445 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3446 unconditionally. Use the comments as initial contents of the log
3447 entry buffer. Document the trick to force branch creation with no
3448 changes.
3449
3450 2000-10-01 Miles Bader <miles@gnu.org>
3451
3452 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3453 `recenter' with an arg to prevent redrawing the display.
3454
3455 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3456
3457 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3458
3459 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3460
3461 * progmodes/c-mode.el (c-mode):
3462 Don't gratuitously override the default for comment-column.
3463
3464 * textmodes/tex-mode.el (latex-metasection-list): New var.
3465 (latex-imenu-create-index): Use it.
3466 Move the regexp construction outside loops (and use push).
3467 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3468 (tex-font-lock-keywords): Moved from font-lock.el.
3469 (tex-comment-indent): Remove.
3470 (tex-common-initialization): Don't set comment-indent-function.
3471 (latex-block-default): New var.
3472 (tex-latex-block): Use it to provide a default choice.
3473 Add any unknown choice to latex-block-names.
3474 Insert [...] after {...}.
3475 (tex-last-unended-begin): Simplify regexp.
3476 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3477 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3478 (latex-mode): Set forward-sexp-function.
3479
3480 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3481 Add regexp for @ignore ... @end ignore.
3482 (texinfo-heading-face): New face.
3483 (texinfo-font-lock-keywords): Use it.
3484 (texinfo-mode-menu): New menu.
3485 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3486 New functions.
3487 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3488 (texinfo-section-types-regexp, texinfo-section-level-regexp)
3489 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3490 Remove declaration.
3491 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3492
3493 * delsel.el (delete-selection-mode): Use define-minor-mode.
3494
3495 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3496
3497 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3498
3499 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3500
3501 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3502
3503 * replace.el (keep-lines-read-args): New function.
3504 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3505 read arguments interactively. Add parameters RSTART and REND.
3506 Operate on the active region in Transient Mark mode.
3507
3508 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3509
3510 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3511 (authors-obsolete-files-regexps): New variable.
3512 (authors-add): Don't record changes in obsolete files.
3513
3514 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3515
3516 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3517
3518 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3519 (comment-indent): Make sure there's a space between code and comment.
3520 Shift comments left to avoid going past fill-column.
3521
3522 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3523
3524 * startup.el (startup-echo-area-message): New function.
3525 (display-startup-echo-area-message): Use it.
3526 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3527 (fancy-splash-default-action): New function.
3528 (fancy-splash-screens-1): New function.
3529 (fancy-splash-head): Put a help-echo and a keymap under the image.
3530
3531 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3532
3533 * diff-mode.el (diff-add-log-file-name): Remove.
3534 (diff-mode): Use add-log-buffer-file-name-function.
3535
3536 * add-log.el (find-change-log): New arg BUFFER-FILE.
3537 (add-log-file-name): Obey add-log-file-name-function.
3538 (add-log-buffer-file-name-function): New var.
3539 (add-change-log-entry): Use it.
3540
3541 2000-09-29 Miles Bader <miles@gnu.org>
3542
3543 * image-file.el (image-file-name-extensions): New variable.
3544 (image-file-name-regexps): Renamed from `image-file-regexps'.
3545 New default value is nil. Call `auto-image-file-mode'.
3546 (image-file-name-regexp): New function.
3547 (auto-image-file-mode): New minor mode.
3548 (insert-image-file): Don't make conditional on the image-file
3549 handler being enabled.
3550 (image-file-handler): Make the call here conditional instead.
3551 (set-image-file-handler-enabled, enable-image-file-handler)
3552 (disable-image-file-handler): Functions removed.
3553
3554 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3555 string.
3556
3557 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3558
3559 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3560 it's a function from CL.
3561 (latex-imenu-create-index): Replace eval-when-compile with progn
3562 because latex-section-alist is not bound while compiling.
3563
3564 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3565
3566 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3567 (outline-mode): Use define-derived-mode.
3568
3569 * progmodes/perl-mode.el (perl-mode):
3570 * progmodes/awk-mode.el (awk-mode):
3571 * progmodes/asm-mode.el (asm-mode):
3572 Don't gratuitously override the default for comment-column.
3573
3574 * emacs-lisp/lisp.el (lisp-complete-symbol):
3575 Distinguish the let-binding case from the funcall case.
3576 (forward-sexp-function): New variable.
3577 (forward-sexp): Use it.
3578
3579 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3580 (easy-mmode-defmap): Remove the now useless autoload.
3581
3582 * time.el (display-time-mode): Use define-minor-mode.
3583
3584 * subr.el (add-minor-mode): Don't eval NAME.
3585 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3586 Use if rather than cond.
3587
3588 * simple.el (read-expression-map): Define more properly.
3589 (comment-indent-hook): Remove.
3590 (string-to-syntax): Bug fix.
3591
3592 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3593 (cvs-ediff-diff): Fix typo.
3594 (cvs-revert-if-needed): Don't bother preserving read-only.
3595
3596 * paren.el (show-paren-mode): Use define-minor-mode.
3597
3598 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3599 (toggle-auto-compression): Remove.
3600 (jka-compr-build-file-regexp): Remove useless grouping.
3601
3602 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3603 Avoid user-reserved bindings.
3604 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3605 (diff-header-face): Revert to grey85.
3606
3607 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3608
3609 * complete.el (partial-completion-mode) <defcustom>: Remove.
3610 (partial-completion-mode): Use define-minor-mode.
3611 (PC-do-completion): Understand `completion-auto-help = delay'
3612 to mean to popup the completion buffer only the second time.
3613 (PC-include-file-all-completions, PC-include-file-all-completions)
3614 (PC-include-file-all-completions): Don't quote lambda.
3615
3616 * comint.el (comint-mode-hook): Docstring fix.
3617 (comint-mode): Use define-derived-mode.
3618 (comint-mode-map): Remove obsolete comment.
3619 (make-comint): Minor stylistic change.
3620 (comint-insert-clicked-input): Be more careful to find the overlay.
3621 Use this-command-keys rather than hardcoding mouse-2.
3622
3623 * font-lock.el: Replace confusing (,@ with ,
3624 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3625 Don't use regexp-opt-depth. Spice up the regexp for args.
3626 Don't distinguish between cmds that can take an opt arg or not.
3627 Use `append' and `prepend' rather than `keep'.
3628
3629 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3630 (latex-outline-regexp): New var.
3631 (latex-outline-level): New fun.
3632 (latex-section-alist): New var.
3633 (latex-imenu-create-index): Use it. Use `push' as well.
3634 (tex-shell-map): Initialize it properly.
3635 (tex-mode): Minor stylistic change.
3636 (plain-tex-mode): Use define-derived-mode.
3637 (latex-mode): Use define-derived-mode.
3638 Construct the paragraph regexps in a more readable way.
3639 Set the buffer-local outline-{level,regexp} vars.
3640 (slitex-mode): Derive from latex-mode.
3641 (tex-common-initialization): Don't kill-all-vars anymore.
3642 Add setting for comment-add and font-lock-defaults.
3643 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3644 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3645 (tex-start-tex): New arg DIR (and send a chdir command for it).
3646 Also display the shell buffer and save it in tex-last-buffer-texed.
3647 (tex-region): Use expand-file-name rather than concat.
3648 Remove code made useless by changes in tex-start-tex.
3649 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3650
3651 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3652
3653 2000-09-28 Dave Love <fx@gnu.org>
3654
3655 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3656
3657 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3658
3659 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3660 `append'.
3661
3662 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3663
3664 * info.el (Info-extract-pointer): Undo last change.
3665 Instead, fix the position of the `bound' arg to re-search-backward.
3666
3667 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3668
3669 * info.el (Info-extract-pointer):
3670 Widen more carefully, to avoid finding pointers in other nodes.
3671 (Info-index): Use push.
3672
3673 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3674
3675 * frame.el (set-frame-font): Remove call to obsolete function
3676 frame-update-faces.
3677 (set-foreground-color, set-background-color): Likewise for
3678 frame-update-face-colors.
3679
3680 2000-09-27 Miles Bader <miles@gnu.org>
3681
3682 * image-file.el: New file.
3683
3684 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3685
3686 * frame.el (frame-notice-user-settings): Don't call
3687 frame-update-faces, which is a no-op now.
3688
3689 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3690 tool-bar-lines.
3691
3692 2000-09-27 Dave Love <fx@gnu.org>
3693
3694 * mouse.el: Fix last change.
3695
3696 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3697
3698 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3699
3700 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3701
3702 * international/quail.el (quail-help): The output message is
3703 improved.
3704
3705 2000-09-26 Dave Love <fx@gnu.org>
3706
3707 * mouse.el (popup-menu): If POSITION is nil, set it using
3708 mouse-position.
3709
3710 2000-09-25 Sam Steingold <sds@gnu.org>
3711
3712 * net/browse-url.el (browse-url-file-url): Check for null maps.
3713
3714 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3715
3716 * frame.el (frame-notice-user-settings): Don't add a
3717 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3718
3719 * frame.el (frame-notice-user-settings):
3720 Make tool-bar-mode and default-frame-alist consistent.
3721
3722 * toolbar/tool-bar.el (tool-bar-help): New function.
3723
3724 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3725
3726 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3727 current-load-list in top-level forms. Else this leaks a cons cell
3728 every time a defun is called.
3729
3730 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3731
3732 2000-09-25 Dave Love <fx@gnu.org>
3733
3734 * startup.el (fancy-splash-head): Check XPM is available.
3735
3736 * autoinsert.el (auto-insert): Doc fix.
3737 (auto-insert-alist): Following GNU notices, don't say `copyright
3738 _by_'. Use line-beginning-position.
3739 (auto-insert): Check buffer-file-name is non-nil before use.
3740
3741 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3742
3743 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3744 starting with `@def' or `@multitable', in addition to ones
3745 specified by the user in auto-fill-inhibit-regexp.
3746
3747 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3748
3749 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3750 rmail-dont-reply-to-names matches the empty string.
3751
3752 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3753
3754 * startup.el (command-line-1, fancy-splash-text): Change the
3755 text to sound more friendly.
3756
3757 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3758
3759 * progmodes/hideshow.el: Update author email address.
3760 Generally, sync w/ maintainer version 5.22.
3761 (hs-hide-all-non-comment-function): New var.
3762 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3763 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3764 (hs-show-region): Delete this command.
3765 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3766
3767 2000-09-22 Dave Love <fx@gnu.org>
3768
3769 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3770 (hl-line-highlight): Specify buffer when moving overlay.
3771
3772 * progmodes/fortran.el (fortran-mode): Locally set
3773 normal-auto-fill-function.
3774 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3775 (fortran-mode-map): Adjust auto-fill menu entry.
3776
3777 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3778
3779 * vc-rcs.el (toplevel): Require `vc' when compiling.
3780
3781 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3782
3783 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3784
3785 * vc.el (vc-switch-backend): Signal an error if the file is not
3786 registered under the new backend.
3787
3788 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3789 without explicit revision number.
3790
3791 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3792
3793 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3794 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3795 (diff-xor): New function.
3796 (diff-find-source-location): Use it. Fix a stupid name clash.
3797 (diff-hunk-status-msg): New function.
3798 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3799 (diff-test-hunk): Use diff-find-source-location.
3800 (diff-goto-source): Favor the `reverse'.
3801 (diff-hunk-text): Properly handle one-sided context diffs.
3802 (diff-apply-hunk): When done, advance to the next hunk.
3803
3804 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3805
3806 * startup.el (command-line): If frame was created with a non-zero
3807 tool-bar-lines parameter, switch tool-bar-mode on.
3808
3809 * add-log.el (change-log-date-face, change-log-name-face)
3810 (change-log-email-face, change-log-file-face)
3811 (change-log-list-face, change-log-conditionals-face)
3812 (change-log-function-face, change-log-acknowledgement-face):
3813 New faces, inheriting from font-lock faces.
3814 (change-log-font-lock-keywords): Use them.
3815
3816 2000-09-21 Dave Love <fx@gnu.org>
3817
3818 * progmodes/cperl-mode.el (top-level): Clean up
3819 `eval-when-compile's and assorted defvars.
3820 (cperl-invalid-face): Don't double-quote value. Change custom
3821 type.
3822 (cperl-mode): Set normal-auto-fill-function and don't zap
3823 auto-fill-function.
3824 (cperl-imenu--function-name-regexp-perl): Renamed from
3825 imenu-example--function-name-regexp-perl.
3826 (cperl-imenu--create-perl-index): Renamed from
3827 imenu-example--create-perl-index.
3828 (cperl-xsub-scan): Don't require cl.
3829
3830 * msb.el (msb-mode-map): Use substitute-key-definition.
3831 (msb-mode): Use msb-mode-map.
3832
3833 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3834
3835 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3836 New functions.
3837 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3838 (vc-switch-backend): New function.
3839 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3840 (vc-register): Fix prompt.
3841 (vc-unregister, vc-default-unregister): New functions.
3842 (vc-version-diff): Handle empty buffer in sentinel.
3843
3844 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3845 (vc-rcs-state-heuristic): Use it to guess the state of files with
3846 non-strict locking.
3847 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3848 been set with -b, but not created yet.
3849 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3850 contents in order to find the state.
3851 (vc-rcs-checkin): Allow creation of branches with no changes.
3852 (vc-rcs-unregister, vc-rcs-receive-file)
3853 (vc-rcs-set-non-strict-locking): New functions.
3854
3855 * vc-hooks.el (vc-name): Force correct computation of the value
3856 in case it is missing.
3857
3858 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3859
3860 * startup.el (fancy-splash-tail): Use a different foreground
3861 color on a dark frame background.
3862
3863 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3864
3865 * info.el: Use the correct capitalization when making Info-mode
3866 and Info-edit-mode `special' modes.
3867
3868 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3869
3870 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3871 (diff-mode): Add support for add-log.el.
3872 (diff-hunk-text): Use char offsets rather than line offsets.
3873 (diff-find-source-location): Replace LINE with line-offset (nil
3874 if not found) and always set POS to a meaningful position.
3875 Adapt to the new char-offsets.
3876 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3877 Adapt to the new diff-find-source-location.
3878 (diff-goto-source): Adapt to the new diff-find-source-location.
3879
3880 * add-log.el (add-log-file-name): New function (split out of
3881 add-change-log-entry).
3882 (add-change-log-entry): Use it.
3883 Call add-log-file-name-function with the changelog file name if
3884 the current buffer is not associated with any file.
3885 Avoid find-file if the selected window is dedicated.
3886
3887 * diff-mode.el (diff-find-source-location):
3888 Move code from diff-apply-hunk. Return buffer rather than file.
3889 (diff-apply-hunk): Use the new result from diff-find-source-location.
3890 (diff-goto-source): Use the new diff-find-source-location.
3891
3892 2000-09-20 Dave Love <fx@gnu.org>
3893
3894 * iswitchb.el: Some doc fixes.
3895 (iswitchb-mode-map): Define completely initially. Inherit
3896 minibuffer-local-map.
3897 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3898 fundamental-mode.
3899 (iswitchb-global-map): New variable.
3900 (iswitchb-summaries-to-end): Amalgamate regexps.
3901 (iswitchb-mode): New.
3902 (iswitchb-mode-hook): New variable.
3903 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3904 `extensions'.
3905
3906 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3907
3908 * ehelp.el (electric-help): New defgroup.
3909 (electric-help-shrink-window): New user-option.
3910 (with-electric-help): Use it.
3911
3912 * window.el (shrink-window-if-larger-than-buffer): If face
3913 `mode-line' has a :box, and we're on a graphical frame, add 1
3914 to the needed window height.
3915
3916 * frame.el (frame-notice-user-settings): Add a last parameter nil
3917 to a call to `append', because the last list passed to `append' is
3918 not copied, and so subsequent calls to assq-delete-all will modify
3919 default-frame-alist.
3920
3921 * startup.el (fancy-splash-image): Change :type.
3922 (fancy-splash-head): Use an XBM image if appropriate.
3923 (command-line-1): Show splash screens in more cases.
3924
3925 * startup.el (fancy-splash-text): Don't quote faces.
3926
3927 * dired.el (dired-font-lock-keywords): Undo last change.
3928 (dired-readin): Bind indent-tabs-mode to nil.
3929
3930 * startup.el (fancy-splash-head): If frame's background mode
3931 is `dark', change the black background of the image to gray.
3932 (fancy-splash-screens): Display startup echo area message.
3933 (display-startup-echo-area-message): New function.
3934
3935 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3936
3937 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3938
3939 * info.el (info-header-node): Tweak for color ttys.
3940
3941 * faces.el (face-valid-attribute-values): Make sure directories we
3942 search for stipples both exist and are readable before trying to
3943 search them.
3944
3945 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3946 in the dry-run case.
3947
3948 * jka-compr.el (with-auto-compression-mode): New macro.
3949
3950 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3951 (custom-group-tag-face, custom-variable-tag-face): Use relative
3952 :height and inherit from `variable-pitch' face instead of
3953 hardwiring :family.
3954 * hi-lock.el (hi-black-hb): Likewise.
3955
3956 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3957 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3958 toolbar-add-item, if image doesn't have a mask add a `:mask
3959 heuristic'.
3960
3961 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3962
3963 * diff-mode.el: Docstring fixes.
3964 (diff-header-face, diff-comment-face): New faces.
3965 (diff-font-lock-keywords): Highlight a bit differently.
3966 (diff-find-source-location): Don't return SPAN any more.
3967 (diff-hunk-text): Don't bother erasing the temp buffer.
3968 (diff-find-text): Drop argument LINE.
3969 (diff-apply-hunk): Update calls to diff-find-text.
3970 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3971
3972 * calendar/calendar.el: Docstring fixes.
3973 (calendar-make-alist): Don't quote lambda.
3974 (calendar-star-date): Use make-local-variable.
3975
3976 2000-09-19 Dave Love <fx@gnu.org>
3977
3978 * toolbar/tool-bar.el: Renamed from toolbar.el.
3979 Change `toolbar' to `tool-bar' generally in symbols.
3980 Make some items invisible in `special' major modes.
3981 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3982 Add arg PROPS.
3983
3984 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3985 Add :version here.
3986 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3987
3988 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3989
3990 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3991
3992 * files.el (find-file-suppress-same-file-warnings): New user-option.
3993 (find-file-noselect): Use it.
3994
3995 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3996 (fancy-splash-screen): Defgroup.
3997
3998 * add-log.el (change-log-font-lock-keywords): Match names
3999 more exactly for the case that font-lock-constant-face is
4000 underlined.
4001
4002 2000-09-19 Richard M. Stallman <rms@gnu.org>
4003
4004 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4005
4006 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4007
4008 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4009
4010 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4011
4012 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4013 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4014 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4015 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4016 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4017 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4018 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4019 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4020 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4021 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4022 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4023 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4024
4025 * startup.el (fancy-splash-text): New variable.
4026 (fancy-splash-delay, fancy-splash-image): New user-options.
4027 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4028 (fancy-splash-screens): New functions.
4029 (command-line-1): If display has a `display' frame parameter, has
4030 colors, and we have XPM support, show more fancy splash screens.
4031
4032 2000-09-19 Dave Love <fx@gnu.org>
4033
4034 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4035 with null `help'. Use modern backquote syntax.
4036
4037 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4038
4039 * font-lock.el (font-lock-mode): Change message telling the user
4040 that ``the buffer is too big''.
4041
4042 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4043 for instance for the case that tab-width is 2.
4044
4045 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4046
4047 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4048 toolbar-add-item, if image doesn't have a mask add a `:mask
4049 heuristic'.
4050
4051 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4052
4053 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4054 and return a cons if it's non-nil.
4055 (diff-apply-hunk): Try to jump to the line in the source text
4056 corresponding to the position of point in the in the hunk.
4057
4058 * info.el (Info-title-3-face, Info-title-2-face)
4059 (Info-title-1-face): Use face inheritance and relative sizes
4060 instead of hard-wiring things.
4061
4062 * faces.el (secondary-selection): Make dark-background variant sane.
4063
4064 2000-09-16 Andrew Innes <andrewi@gnu.org>
4065
4066 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4067 read-only, since they aren't under VC now.
4068
4069 2000-09-17 Dave Love <fx@gnu.org>
4070
4071 * tmm.el: Replace mapcar with mapc in several places.
4072
4073 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4074 ad-unadvise.
4075
4076 * international/latin1-disp.el: New file.
4077
4078 * calendar/cal-move.el (scroll-calendar-left)
4079 (scroll-calendar-right): Make arg optional (for active mode line).
4080
4081 * calendar/calendar.el (calendar-mode-line-format): Make fields
4082 mouse-sensitive.
4083 (calendar-read-date, calendar-read-date, calendar-window-list):
4084 Unquote lambda.
4085 (calendar-month-name): Use aref, not sref.
4086
4087 * view.el (minor-mode-alist): Propertize the string.
4088
4089 * international/characters.el (standard-case-table): Add entries
4090 for Greek.
4091
4092 2000-09-18 Miles Bader <miles@gnu.org>
4093
4094 * info.el (info-node, info-xref): Add dark-background variants.
4095
4096 * faces.el (header-line): Change defaults to be less confusing
4097 when mixed with mode-lines.
4098
4099 * info.el (Info-fontify-node): Make a few cleanups.
4100 Add extra `help-echo' and `local-map' props to node xrefs.
4101 Use header-specific faces for node-names & xrefs.
4102 (Info-use-header-line): New variable.
4103 (info-header-xref, info-header-node): New faces.
4104 (Info-setup-header-line): New function.
4105 (Info-select-node): Call Info-setup-header-line when enabled.
4106 (Info-extract-pointer): Work even if the header line is hidden.
4107 (Info-header-line): New variable.
4108
4109 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4110
4111 * vms-patch.el (print-region-function): Don't quote lambda.
4112
4113 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4114
4115 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4116 (lm-get-header-re): Allow spaces between the header and the colon.
4117 (lm-header): Allow $ in non-RCS headers.
4118 (lm-header-multiline): Put the strings back into order.
4119 Stop at an empty line. Don't require two space chars if the
4120 line is clearly not another header line.
4121
4122 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4123 (popup-menu-popup): Remove.
4124
4125 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4126
4127 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4128 specification if or if not tool-bar item contains an `:enabled'
4129 property.
4130
4131 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4132 current buffer has no file name.
4133
4134 2000-09-15 Dave Love <fx@gnu.org>
4135
4136 * strokes.el: Sync with maintainer's current version with changes
4137 for Emacs, but avoid runtime cl and levents.
4138 (toplevel): Change autoloads and compilation requires.
4139 (strokes-version, strokes-bug-address, strokes-lift): Values
4140 changed.
4141 (strokes-xpm-header, strokes-insinuated): New variable.
4142 (strokes): Add :link.
4143 (strokes-mode): Customized.
4144 (strokes-while-inhibiting-garbage-collector): New macro.
4145 (strokes-remassoc): Avoid remove-if.
4146 (strokes-fix-button2-command): Don't use ad-do-it.
4147 (strokes-insinuate): New function.
4148 (strokes-button-press-event-p, strokes-button-release-event-p):
4149 New functions, used instead of non-`strokes-' versions..
4150 (strokes-mouse-event-p): Rewritten.
4151 (strokes-event-closest-point): Avoid event-point.
4152 (strokes-get-grid-position): Avoid cdadr, caadr
4153 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4154 functions.
4155 (strokes-help): Use with-output-to-temp-buffer.
4156 (strokes-window-configuration-changed-p): New function.
4157 (strokes-update-window-configuration): Use buffer-live-p,
4158 strokes-window-configuration-changed-p.
4159 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4160 (strokes-char-face): New face.
4161 (strokes-char-table, strokes-base64-chars): New variable.
4162 (strokes-xpm-for-stroke, strokes-list-strokes)
4163 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4164 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4165 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4166 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4167 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4168 functions.
4169
4170 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4171
4172 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4173
4174 * image.el (create-image): Doc fix.
4175
4176 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4177 instead of `:heuristic-mask t'.
4178
4179 2000-09-14 Andrew Innes <andrewi@gnu.org>
4180
4181 * makefile.w32-in: Revert to Unix line endings.
4182
4183 2000-09-14 Andrew Innes <andrewi@gnu.org>
4184
4185 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4186 when installing.
4187
4188 * makefile.nt (DONTCOMPILE): Fix typo.
4189
4190 * shell.el (shell-write-history-on-exit): New function.
4191 (shell-dumb-shell-regexp): New custom variable.
4192 (shell-mode): Make shell-write-history-on-exit the process
4193 sentinel if shell name matches shell-dumb-shell-regexp.
4194
4195 * w32-fns.el: Comment out before-init-hook function which resets
4196 source-directory based; this breaks bootstrap.
4197
4198 2000-09-14 Dave Love <fx@gnu.org>
4199
4200 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4201 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4202 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4203 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4204 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4205 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4206 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4207 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4208 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4209
4210 * toolbar/toolbar.el: New.
4211
4212 * subdirs.el: Add toolbar.
4213
4214 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4215
4216 * indent.el (indent-for-tab-command): Doc fix.
4217
4218 2000-09-14 Alex Schroeder <alex@gnu.org>
4219
4220 * ansi-color.el (ansi-colors): Doc change.
4221 (ansi-color-get-face): Simplified regexp.
4222 (ansi-color-faces-vector): Added more faces, doc change.
4223 (ansi-color-names-vector): Doc change.
4224 (ansi-color-regexp): Simplified regexp.
4225 (ansi-color-parameter-regexp): New regexp.
4226 (ansi-color-filter-apply): Doc change.
4227 (ansi-color-filter-region): Doc change.
4228 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4229 deal with zero length parameters.
4230 (ansi-color-apply-on-region): Doc change.
4231 (ansi-color-map): Doc change.
4232 (ansi-color-map-update): Removed debugging message.
4233 (ansi-color-get-face-1): Added condition-case to trap
4234 args-out-of-range errors.
4235 (ansi-color-get-face): Doc change.
4236 (ansi-color-make-face): Removed.
4237 (ansi-color-for-shell-mode): New option.
4238
4239 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4240
4241 * international/quail.el (quail-start-translation): Translate KEY
4242 if necessary even if it doesn't have any mapping in the current
4243 input method.
4244 (quail-start-conversion): Likewise.
4245 (quail-help): The output message is improved.
4246
4247 2000-09-13 Miles Bader <miles@gnu.org>
4248
4249 * comint.el (comint-output-filter): Revert to using
4250 `insert-before-markers'. Add bletcherous hack to undo damage
4251 caused by `insert-before-markers'. Put `front-sticky' property on
4252 overlays created here so that the field code understands how the
4253 overlay works. Use a let when making comint-last-prompt-overlay,
4254 so that the code is easier to read.
4255
4256 2000-09-13 Dave Love <fx@gnu.org>
4257
4258 * wid-edit.el (widget-default-format-handler): DTRT when
4259 doc-property is a function.
4260
4261 2000-09-12 Francesco Potorti` <pot@gnu.org>
4262
4263 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4264 filed name if it's not there.
4265
4266 2000-09-12 Dave Love <fx@gnu.org>
4267
4268 * simple.el (read-mail-command): Doc fix.
4269 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4270
4271 * vc.el (vc-dired-listing-switches): Fix :version.
4272
4273 * vc-hooks.el: Doc fixes.
4274
4275 * subr.el (add-minor-mode): Use toggle-fun arg.
4276
4277 * speedbar.el: Add :version to several defcustoms.
4278
4279 * imenu.el (imenu--truncate-items, imenu--cleanup)
4280 (imenu--generic-function): Avoid mapcar.
4281 (imenu--replace-spaces): Function removed.
4282 (imenu--completion-buffer): Use subst-char-in-string.
4283 (imenu-add-to-menubar): Use keymap inheritance.
4284
4285 2000-09-12 Miles Bader <miles@gnu.org>
4286
4287 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4288 (diff-mode-map): Bind `diff-test-hunk'.
4289 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4290
4291 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4292
4293 * bytecomp.el (byte-compile-defvar): Undo last change
4294 because it breaks '(make-variable-buffer-local (defvar ...)'
4295 which is used at least in dired.
4296
4297 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4298
4299 * international/quail.el (quail-define-package): Docstring
4300 modified.
4301
4302 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4303
4304 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4305 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4306 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4307 docstring of "chinese-py".
4308
4309 * international/quail.el (quail-translation-docstring): New
4310 variable.
4311 (quail-show-keyboard-layout): Docstring modified.
4312 (quail-select-current): Likewise.
4313 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4314 infinite recursive call.
4315 (quail-help): Check quail-translation-docstring. Format of the
4316 output changed.
4317 (quail-help-insert-keymap-description): Adjusted for the above
4318 change.
4319
4320 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4321
4322 * bytecomp.el (byte-compile-defvar): Only cons onto
4323 current-load-list in top-level forms. Else this leaks a cons cell
4324 every time a defun is called.
4325
4326 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4327
4328 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4329 Now understands non-unified diffs. Some functionality moved into
4330 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4331 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4332 modify anything. Only reposition point in the patched file if the
4333 patch succeeds. Only pop up another window if POPUP is true.
4334 Emit a message describing what happened if successful, and at what
4335 line-offset. Automatically detect reversed hunks and do something
4336 appropriate.
4337 (diff-hunk-text, diff-find-text): New functions.
4338 (diff-filter-lines): Function removed.
4339 (diff-test-hunk): New function.
4340 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4341
4342 2000-09-10 Dave Love <fx@gnu.org>
4343
4344 * textmodes/tildify.el: Minor doc/commentary fixes.
4345 (tildify) <defgroup>: Add :version.
4346
4347 * faces.el (face-x-resources): Make custom type more specific.
4348 (frame-background-mode): Use mapc.
4349 (region) <defcustom>: Add :version.
4350
4351 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * vc-sccs.el (vc-sccs-register):
4354 * vc-rcs.el (vc-rcs-register):
4355 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4356 * vc.el (vc-register): Clear file's properties.
4357
4358 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4359
4360 * faces.el (face-spec-set): Only face-spec-reset-face when
4361 ATTRS is non-nil.
4362
4363 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 * help.el (help-insert-xref-button): Fix a typo in doc string.
4366
4367 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4368
4369 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4370 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4371 methods.
4372
4373 * menu-bar.el (read-mail-item-name): New function.
4374 (menu-bar-tools-menu): Use it to compute and display the package
4375 used to read email.
4376 (menu-bar-tools-menu): Fix typo in GUD's help string.
4377
4378 2000-09-07 Dave Love <fx@gnu.org>
4379
4380 * diff-mode.el (diff-mouse-goto-source): New function.
4381
4382 * vc-sccs.el: Doc fixes.
4383 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4384
4385 * vc-rcs.el: Doc fixes.
4386 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4387 (vc-rcs-checkout-switches, vc-rcs-header)
4388 (vc-rcs-master-templates): Add or change :version.
4389
4390 * vc-cvs.el: Doc fixes.
4391 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4392 (vc-cvs-stay-local): Add :version.
4393
4394 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4395
4396 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4397
4398 * international/quail.el (quail-help): Fix previous change.
4399
4400 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4401
4402 * faces.el (color-values): Doc fix.
4403
4404 * faces.el (frame-set-background-mode): Use frame-parameter
4405 instead of frame-parameters.
4406
4407 * frame.el (filtered-frame-list): Reduce consing.
4408 (frames-on-display-list): Call frame-parameter instead of
4409 frame-parameters.
4410
4411 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4412
4413 * language/devan-util.el (devanagari-to-indian-region): In the
4414 loop, change the following char, not preceding char.
4415
4416 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4417
4418 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4419 instead of frame-parameters.
4420
4421 * faces.el (set-face-attribute): Simplify by calling
4422 internal-set-lisp-face-attribute with FRAME being 0.
4423
4424 * vc.el: Remove `Id' version control keyword.
4425
4426 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4427
4428 * help.el (help-make-xrefs): Adjusted for the change of
4429 help-xref-mule-regexp.
4430 (help-insert-xref-button): New function.
4431
4432 * international/mule-cmds.el (help-xref-mule-regexp-template):
4433 Include the pattern for character set.
4434 (leim): New group.
4435
4436 * international/quail.el: Don't require face.
4437 (quail): New group.
4438 (quail-other-command): Dummy command to make quail-help work better.
4439 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4440 (quail-keyboard-layout-substitution): New variable.
4441 (quail-update-keyboard-layout): New function.
4442 (quail-keyboard-layout-type): New customizable variable.
4443 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4444 (quail-keyboard-translate): Pay attention to
4445 quail-keyboard-layout-substitution.
4446 (quail-insert-kbd-layout): New function.
4447 (quail-show-keyboard-layout): New function.
4448 (quail-get-translation): If the definition is a vector of length
4449 1, and the element is a string of length 1, return the character
4450 in that string.
4451 (quail-update-current-translations): Fix the case of
4452 relative-index out of range.
4453 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4454 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4455 Show key sequences for all available characters.
4456 (quail-help-insert-keymap-description): Don't show such verbose
4457 key bindings as quail-self-insert-command.
4458
4459 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4460 Format changed, and each element now have extra documentations.
4461 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4462 Adjusted for the change of quail-cxterm-package-ext-info.
4463
4464 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4465
4466 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4467 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4468 during bootstrap.
4469
4470 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4471
4472 * vc.el: (toplevel): Don't require `dired' at run-time.
4473 (vc-dired-resynch-file): Remove autoload cookie.
4474
4475 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4476
4477 * vc.el: Made several backend functions optional.
4478 (vc-default-responsible-p): New function.
4479 (vc-merge): Use RET for first version to trigger merge-news, not
4480 prefix arg.
4481 (vc-annotate): Handle backends that do not support annotation.
4482 (vc-default-merge-news): Removed. The existence of a merge-news
4483 implementation is now checked on caller sites.
4484
4485 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4486 case.
4487
4488 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4489 special case that has been removed from the default in vc-hooks.el.
4490
4491 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4492
4493 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4494
4495 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4496
4497 * vc-hooks.el: Require vc during compilation.
4498 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4499 macro `with-vc-properties' in vc.el.
4500 (vc-file-getprop): Doc fix.
4501 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4502
4503 * vc.el: Require dired-aux during compilation.
4504 (vc-name-assoc-file): Moved to vc-sccs.el.
4505 (with-vc-properties): New macro.
4506 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4507 vc-finish-steal): Use it.
4508 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4509 to the backend-specific function is now supposed to do the checkout,
4510 too.
4511 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4512
4513 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4514 set file properties; that gets done in the generic code now.
4515
4516 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4517 Changed parameter list, added code from vc.el that does the
4518 checkout, possibly with a double-take.
4519
4520 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4521 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4522 the above under the new name.
4523 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4524 parameter list, added checkout command.
4525 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4526 properties; that gets done in the generic code now.
4527
4528 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4529
4530 * vc.el: Docstring fixes (courtesy of checkdoc).
4531
4532 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4533
4534 * vc.el (vc-checkout-writable-buffer-hook)
4535 (vc-checkout-writable-buffer): Remove.
4536 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4537 (vc-log-mode): Make it into a clean derived major mode.
4538 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4539 vc-log-mode if log-edit is not available.
4540 (vc-dired-mode-map): Don't set-keymap-parent yet.
4541 (vc-dired-mode): Do set-keymap-parent here.
4542 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4543
4544 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4545
4546 * faces.el (set-face-attribute, face-spec-reset-face)
4547 (face-spec-set): Avoid consing by removing calls to `apply'.
4548
4549 * frame.el (frame-parameter): Move to C code.
4550
4551 2000-09-05 Dave Love <fx@gnu.org>
4552
4553 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4554 insert-before-markers-and-inherit. Now checked systematically!
4555
4556 2000-09-05 Alex Schroeder <alex@gnu.org>
4557
4558 * sql.el (sql-postgres): Use sql-postgres-options.
4559 (sql-postgres-options): New variable.
4560
4561 2000-09-05 Alex Schroeder <alex@gnu.org>
4562
4563 * sql.el (sql-mode-menu): Work around missing variable mark-active
4564 in XEmacs.
4565 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4566 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4567 compatibility.
4568
4569 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4570
4571 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4572
4573 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4574
4575 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4576
4577 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4578
4579 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4580 don't support anything else under SCCS yet.
4581
4582 * vc-hooks.el: Minor doc fixes.
4583
4584 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4585
4586 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4587 not necessary. If verbose in state `needs-patch', do the same as
4588 under `up-to-date'. When NOT verbose and `needs-patch', check out
4589 latest version instead of `merge-news'.
4590 (vc-next-action-dired): Don't mess with default-directory here; it
4591 breaks other parts of dired. It is the job of the
4592 backend-specific functions to adjust it temporarily if they need it.
4593 (vc-next-action): Remove a special CVS case.
4594 (vc-clear-headers): New optional arg FILE.
4595 (vc-checkin, vc-checkout): Set properties vc-state and
4596 vc-checkout-time properly.
4597 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4598 (vc-print-log): Use new backend function `show-log-entry'.
4599 (vc-cancel-version): Do the checks in a different order. Added a
4600 FIXME concerning RCS-only code.
4601
4602 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4603 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4604
4605 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4606
4607 * vc-hooks.el (vc-default-mode-line-string): Show state
4608 `needs-patch' as a `-' too.
4609
4610 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4611
4612 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4613 (vc-default-could-register): New function.
4614 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4615 (vc-resynch-buffer): Call vc-dired-resynch-file.
4616 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4617 vc-resynch-buffer instead of vc-resynch-window.
4618 (vc-next-action-dired): Don't redisplay here, that gets done as a
4619 result of the individual file operations.
4620 (vc-retrieve-snapshot): Corrected prompt order.
4621
4622 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4623
4624 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4625 as well.
4626 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4627 hostname regexps. Updated all callers.
4628 (vc-cvs-responsible-p): Handle directories as well.
4629 (vc-cvs-could-register): New function.
4630 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4631 properties up-to-date.
4632
4633 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4634 user whether to create one.
4635
4636 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4637
4638 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4639 check out a non-existing file.
4640
4641 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4642 workfile does not exist.
4643
4644 * vc.el (vc-version-diff): Use `require' to check for existence of
4645 diff-mode.
4646
4647 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4648
4649 * vc-cvs.el (vc-cvs-registered): Use new function
4650 vc-cvs-parse-entry to do the actual work.
4651
4652 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4653
4654 * vc-hooks.el (vc-find-backend-function): If function doesn't
4655 exist, return nil instead of error.
4656 (vc-call-backend): Doc fix.
4657
4658 * vc.el (vc-do-command): Doc fix.
4659 (vc-finish-logentry): When checking in from vc-dired, choose the
4660 right backend for logentry check.
4661 (vc-dired-mode-map): Inherit from dired-mode-map.
4662 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4663 simplified.
4664 (vc-dired-state-info): Removed, updated caller.
4665 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4666 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4667 (vc-dired-listing-switches): New variable.
4668 (vc-directory): Use it, instead of dired-listing-switches.
4669
4670 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4671 (vc-cvs-dir-state): New function.
4672 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4673 (vc-cvs-parse-entry): New function, also to be used in
4674 vc-cvs-registered.
4675
4676 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4677
4678 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4679 *or* single-window-frames.
4680
4681 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4682
4683 * vc.el (vc-update-changelog): Split into generic part and default
4684 implementation. Doc string adapted.
4685 (vc-default-update-changelog): New function. Call the `rcs2log'
4686 script in exec-directory, to fix a long-standing nuisance.
4687
4688 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4689 simply signals an error.
4690
4691 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4692
4693 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4694 control-flow more clear and to avoid running `cvs' twice.
4695
4696 * vc.el (vc-next-action-on-file): Doc fix.
4697 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4698 (vc-print-log): Eval `file' before constructing the continuation.
4699
4700 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4701
4702 * vc.el (vc-next-action-on-file): Corrected several messages.
4703 (vc-merge): Add prefix arg `merge-news'; handle it.
4704
4705 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4706 is not reached. It is.
4707 (vc-cvs-merge): Set state to 'edited after merge.
4708 (vc-cvs-merge-news): Set workfile version to nil if not known.
4709 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4710
4711 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4712 via stdout. (Merge from main line.)
4713
4714 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4715
4716 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4717 detection.
4718
4719 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4720
4721 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4722 against kill-all-local-variables.
4723 (vc-log-edit): Don't save vc-parent-buffer any more.
4724 (vc-last-comment-match): Initialize to an empty string.
4725 (vc-post-command-functions): New hook.
4726 (vc-do-command): Run it.
4727 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4728 (vc-finish-logentry): Only add the comment to the ring if it's
4729 different from the last comment entered.
4730 (vc-new-comment-index): New function.
4731 (vc-previous-comment): Use it. Make the minibuffer message
4732 slightly less terse.
4733 (vc-comment-search-reverse): Make it work forward as well. Don't
4734 set vc-comment-ring-index if no match is found. Use
4735 vc-new-comment-index.
4736 (vc-comment-search-forward): Use vc-comment-search-reverse.
4737 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4738 define-derived-mode will do it for us. Bind `v' to a keymap that
4739 inherits from vc-prefix-map so that we can bind `vt' without
4740 binding C-x v t.
4741 (vc-retrieve-snapshot): Parenthesis typo.
4742
4743 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4744 to 1. Make sure to switch to *vc* before looking for an error
4745 message. Use vc-parse-buffer.
4746
4747 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4748
4749 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4750 and NAME.
4751 (vc-retrieve-snapshot): Split into two parts.
4752 (vc-default-retrieve-snapshot): New function.
4753
4754 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4755 (vc-cvs-retrieve-snapshot): New function (untested).
4756 (vc-cvs-stay-local): Default to t.
4757 (vc-cvs-remote-p): New function and property.
4758 (vc-cvs-state): Stay local only if the above is t.
4759 (vc-handle-cvs): Removed.
4760 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4761 done via vc-handled-backends now.
4762 (vc-cvs-header): Escape Id.
4763
4764 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4765
4766 * vc.el (vc-do-command): Remove unused commands.
4767 (vc-version-diff): Make sure default-directory ends with a slash.
4768 Move the window commands into a vc-exec-after.
4769 (vc-print-log): Move more of the code into the `vc-exec-after'.
4770
4771 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4772
4773 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4774 (vc-print-log): Search current revision from beginning of buffer.
4775 (vc-revert-buffer): Clear echo area after the diff is finished.
4776 (vc-prefix-map): Removed definition of "t" for terse display in vc
4777 dired.
4778 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4779 definition of "vt" for terse display.
4780 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4781
4782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4783
4784 * vc.el (vc-exec-after): Avoid caddr.
4785
4786 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4787
4788 * vc.el (vc-exec-after): New function.
4789 (vc-do-command): Use it to add a termination message for async
4790 procs.
4791 (vc-checkout): Try to handle a missing-backend situation.
4792 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4793 of a directory with a backend using async diffs.
4794 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4795 present.
4796
4797 * vc-sccs.el (vc-sccs-state-heuristic): Use
4798 file-ownership-preserved-p.
4799
4800 * vc-rcs.el (vc-rcs-state-heuristic): Use
4801 file-ownership-preserved-p.
4802 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4803
4804 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4805
4806 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4807 vc-do-command.
4808
4809 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4810 when there are no changes.
4811
4812 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4813
4814 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4815
4816 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4817
4818 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4819
4820 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4821
4822 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4823 the `fset' outside of the defvar so that it works even if
4824 vc-prefix-map was already defined.
4825 (vc-setup-buffer): New function, split out of vc-do-command.
4826 (vc-do-command): Allow BUFFER to be t to mean `just use the
4827 current buffer without any fuss'.
4828 (vc-version-diff): Change the `diff' backend operation to just put
4829 the diff in the current buffer without erasing it. Always use
4830 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4831 shrink-window-if-larger-than-buffer.
4832 (vc-print-log): Change the `print-log' backend operation to just
4833 put the log in the current buffer without erasing it. Protect
4834 shrink-window-if-larger-than-buffer.
4835 (vc-update-change-log): Fix setd typo.
4836
4837 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4838 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4839
4840 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4841 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4842 CMP.
4843
4844 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4845 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4846 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4847
4848 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4849
4850 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4851 not possible, use vc-BACKEND-workfile-unchanged-p.
4852 (vc-default-workfile-unchanged-p): New function. Delegates to a
4853 full vc-BACKEND-diff.
4854
4855 * vc-hooks.el (vc-simple-command): Removed.
4856
4857 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4858 instead of vc-simple-command.
4859 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4860 avoid doing a diff when opening a file.
4861 (vc-rcs-state): Added check for unlocked-changes.
4862 (vc-rcs-header): Escape Id.
4863 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4864 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4865 version.
4866
4867 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4868 (vc-sccs-diff): Remove optional arg CMP.
4869 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4870 SCCS-specific function.
4871
4872 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4873 vc-simple-command.
4874
4875 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4876
4877 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4878 (with-vc-file, vc-merge): Use vc-editable-p.
4879 (vc-do-command): Remove unused var vc-file and fix the
4880 doubly-defined `status' var. Add a user message when starting an
4881 async command.
4882 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4883 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4884 Use with-current-buffer.
4885 (vc-buffer-sync): Use unless.
4886 (vc-next-action-on-file): If the file is 'edited by read-only,
4887 make it read-write instead of trying to commit.
4888 (vc-version-diff, vc-update-change-log): Use `setq
4889 default-directory' rather than `cd'.
4890 (vc-log-edit): Don't forget to set default-directory in the
4891 buffer.
4892
4893 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4894 (vc-sccs-state-heuristic): Use file-writable-p instead of
4895 comparing userids.
4896 (vc-sccs-checkout): Use `unless'.
4897
4898 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4899 of comparing userids.
4900 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4901 Simplify the logic by eliminating unreachable code.
4902 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4903 just do a recursive call if we need to retry.
4904 (vc-rcs-checkout): Handle the case where rcs is missing by making
4905 the buffer read-write if requested and re-signalling the error.
4906
4907 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4908
4909 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4910
4911 * vc-hooks.el (vc-handled-backends): Docstring change.
4912 (vc-ignore-vc-files): Mark obsolete.
4913 (vc-registered): Check vc-ignore-vc-files.
4914 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4915 vc-ignore-vc-files.
4916
4917 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4918
4919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4920
4921 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4922 files since ange-ftp already has vc-registered return nil.
4923
4924 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4925 (vc-sccs-workfile-version): Use with-temp-buffer and new
4926 vc-parse-buffer and don't bother setting the property.
4927 (vc-sccs-add-triple): Use with-current-buffer and
4928 find-file-noselect.
4929 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4930
4931 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4932 derives from the old vc-parse-buffer but uses the revision number
4933 rather than the date (much easier to compare robustly).
4934 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4935 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4936 locking-user more directly. Check strict locking and set
4937 checkout-model appropriately.
4938 (vc-rcs-parse-locks): Remove.
4939 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4940 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4941 (vc-rcs-system-release): Use with-current-buffer and
4942 vc-parse-buffer.
4943 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4944
4945 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4946 (vc-simple-command): Docstring fix.
4947 (vc-registered): Align the way the file-handler is called with the
4948 way the function itself works.
4949 (vc-file-owner): Remove.
4950
4951 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4952 extraction of fields and call to file-attributes because of a
4953 temporary bug in rcp.el.
4954 (vc-cvs-fetch-status): Use with-current-buffer.
4955
4956 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4957
4958 * vc.el (vc-do-command): Use file-relative-name.
4959 (vc-responsible-backend): Use vc-backend if possible.
4960 (vc-create-snapshot): Improve the `interactive' spec. Add support
4961 for branches and dispatch to backend-specific `create-snapshot'.
4962 (vc-default-create-snapshot): New function, containing the bulk of
4963 the old vc-create-snapshot.
4964 (vc-retrieve-snapshot): Improve the interactive spec.
4965
4966 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4967 (vc-backend-hook-functions): Remove.
4968 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4969 (vc-backend): Reintroduce the test for `file = nil' now that I
4970 know why it was there (and added a comment to better remember).
4971
4972 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4973 code from vc-sccs-hooks.el.
4974 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4975 'vc anymore.
4976 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4977 and file-directory-p instead of file-exists-p.
4978 (vc-sccs-check-headers): Simplify the regexp.
4979
4980 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4981 from vc-rcs-hooks.el. Don't require 'vc anymore.
4982 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4983 file-directory-p instead of file-exists-p.
4984
4985 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4986 from vc-cvs-hooks.el.
4987 (proto vc-cvs-registered): Require 'vc-cvs instead of
4988 'vc-cvs-hooks. Don't require 'vc anymore.
4989 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4990 file-directory-p instead of file-exists-p.
4991 (vc-cvs-create-snapshot): New function, replacing
4992 vc-cvs-assign-name.
4993 (vc-cvs-assign-name): Remove.
4994
4995 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4996
4997 * vc-cvs.el (vc-cvs-header): New var.
4998
4999 * vc-rcs.el (vc-rcs-exists): Remove.
5000 (vc-rcs-header): New var.
5001
5002 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5003 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5004 (vc-sccs-header): New var.
5005
5006 * vc.el (vc-do-command): Get rid of the `last' argument.
5007 (vc-header-alist): Remove, replaced by vc-X-header.
5008 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5009 (vc-dired-hook): Use expand-file-name instead of concat.
5010 (vc-directory): Use file-name-as-directory.
5011 (vc-snapshot-precondition, vc-create-snapshot)
5012 (vc-retrieve-snapshot): Allow the command to operate on any
5013 directory.
5014
5015 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5016 just removing the 'WORKFILE argument or by removing the 'MASTER
5017 argument and replacing `file' with (vc-name file).
5018
5019 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5020
5021 * vc.el: Update Copyright and add a crude list of backend funs.
5022 (vc-writable-p): New function.
5023 (with-vc-file): Use vc-writable-p.
5024 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5025 (vc-register): Avoid vc-name.
5026 (vc-locking-user): Remove.
5027 (vc-steal-lock): Make the `owner' arg non-optional.
5028 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5029 vc-checkout-model.
5030 (vc-default-dired-state-info): Use vc-state instead of
5031 vc-locking-user and return special strings for special states.
5032 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5033 and get rid of one of the special CVS cases.
5034 (vc-cancel-version): prettify error message with \\[...].
5035 (vc-rename-master): New function.
5036 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5037 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5038 the CVS special case generic.
5039 (vc-default-record-rename): Remove.
5040 (vc-file-tree-walk-internal): Only call FUNC for files that are
5041 under control of some VC backend and replace `concat' with
5042 expand-file-name.
5043 (vc-file-tree-walk): Update docstring.
5044 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5045 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5046
5047 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5048 vc-sccs-record-rename. Use `find-file-noselect' rather than
5049 `find-file' and call `vc-rename-master' to do the actual move.
5050 (vc-sccs-diff): Remove unused `backend' variable.
5051
5052 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5053 to delay loading of vc-sccs until it is really used.
5054 (vc-sccs-master-templates): Preload.
5055 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5056 (vc-sccs-project-dir): Remove (merged into
5057 vc-sccs-search-project-dir).
5058 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5059 rather than `concat', make sure it is preloaded and don't bother
5060 to check that the file actually exists.
5061 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5062 `locks' argument (use buffer's content instead) and eliminate n^2
5063 behavior.
5064
5065 * vc-rcs.el: Update Copyright.
5066 (vc-rcs-rename-file): New function.
5067 (vc-rcs-diff): Remove unused `backend' variable.
5068
5069 * vc-hooks.el: Update Copyright.
5070 (vc-backend): Don't accept a nil argument any more.
5071 (vc-up-to-date-p): Turn into a defsubst.
5072 (vc-possible-master): New function.
5073 (vc-check-master-templates): Use `vc-possible-master' and allow
5074 funs in vc-X-master-templates to return a non-existent file.
5075
5076 * vc-cvs.el: Update Copyright.
5077 (vc-cvs-diff): Remove unused `backend' variable.
5078 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5079
5080 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5081
5082 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5083
5084 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5085 since it can be called from vc-rcs.el.
5086 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5087
5088 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5089
5090 * vc.el (vc-version-diff): Expand file name read from the
5091 minibuffer. Handle the case when a previous version number can't
5092 be guessed. Give suitable messages when there were no differences
5093 found.
5094 (vc-clear-headers): Call backend-specific implementation, if one
5095 exists.
5096 (vc-cancel-version): Made error checks generic. When done, clear
5097 headers generically, too.
5098
5099 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5100 from vc-clear-headers in vc.el.
5101
5102 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5103 correctly.
5104 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5105 optional. Handle the case when it's not there.
5106
5107 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5110
5111 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * vc-hooks.el (vc-loadup): Remove.
5114 (vc-find-backend-function): Use `require'. Also, handle the case
5115 where vc-BACKEND-hooks.el doesn't exist.
5116 (vc-call-backend): Cleanup.
5117
5118 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5119
5120 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5121 vc-rcs-grab-templates)
5122 (vc-rcs-registered): Remove. The default function works as well.
5123 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5124 vc-sccs-grab-templates)
5125 (vc-sccs-registered): Remove. The default function works as well.
5126
5127 * vc.el (vc-version-diff): Left out a vc- in call to
5128 vc-call-backend.
5129 (vc-default-dired-state-info, vc-default-record-rename)
5130 (vc-default-merge-news): Update for the new backend argument.
5131
5132 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5133 using the default function.
5134 (vc-call-backend): If calling the default function, pass it the
5135 backend as first argument. Update the docstring accordingly.
5136 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5137 for the new backend argument.
5138 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5139 (vc-find-backend-function): Use the new name.
5140 (vc-default-registered): New function.
5141
5142 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5143
5144 * vc.el (vc-merge): Use vc-find-backend-function.
5145
5146 * vc-hooks.el (vc-backend-functions): Remove.
5147 (vc-loadup): Don't setup 'vc-functions.
5148 (vc-find-backend-function): New function.
5149 (vc-call-backend): Use above fun and populate 'vc-functions
5150 lazily.
5151 (vc-backend-defines): Remove.
5152
5153 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5154
5155 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5156 Call vc-call-backend without the leading vc-.
5157 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5158 (vc-check-headers): Call vc-call-backend without the leading vc-.
5159 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5160 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5161 Call vc-call-backend without the leading vc-.
5162
5163 * vc-cvs.el (tail): Provide vc-cvs.
5164 * vc-sccs.el (tail): Provide vc-sccs.
5165 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5166
5167 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5168 (vc-make-backend-function, vc-call): Pass names without leading
5169 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5170 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5171 (vc-call-backend): Always try to load vc-X-hooks.
5172 (vc-registered): Remove vc- in call to vc-call-backend.
5173
5174 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5175
5176 * vc.el (vc-process-filter): New function.
5177 (vc-do-command): Setup `vc-process-filter' for the async process.
5178 (vc-maybe-resolve-conflicts): New function to reduce
5179 code-duplication. Additionally, it puts the buffer in
5180 `smerge-mode' if applicable.
5181 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5182 calling `merge-news'.
5183 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5184 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5185 interfacing to log-edit.el.
5186 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5187 log-edit is available.
5188 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5189
5190 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5193 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5194 defvar and the initialization.
5195 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5196
5197 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5198 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5199
5200 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5201
5202 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5203
5204 * vc.el (vc-file-clear-masterprops): Removed.
5205 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5206 (vc-version-diff): Use buffer-size without argument.
5207 (vc-register): Heed vc-initial-comment.
5208
5209 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5210 default branch.
5211
5212 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5213 file name and workfile version.
5214 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5215
5216 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5217 vc-file-clear-masterprops.
5218
5219 * vc-sccs.el (vc-sccs-checkout): Removed call to
5220 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5221 rather than user login name.
5222
5223
5224 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5225
5226 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5227 `want-differences-if-changed' and simplify.
5228 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5229 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5230 output (which is invalid for async vc-diff) to decide whether to
5231 do the revert silently or not.
5232
5233 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * vc-hooks.el (vc-loadup): Load files quietly.
5236 (vc-call-backend): Oops, brain fart.
5237
5238 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5239
5240 * vc-cvs.el (vc-cvs-state): Typo.
5241 (vc-cvs-merge-news): Return the status code rather than the error msg.
5242
5243 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5244
5245 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5246 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5247 vc-state or vc-up-to-date-p.
5248 (vc-merge): Use vc-backend-defines to check whether merging is
5249 possible. Set state to 'edited after successful merge.
5250
5251 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5252 return that name. Redocumented.
5253
5254 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5255
5256 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5257 new `vc-state' semantics.
5258 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5259 'vc-locking-user to the current user.
5260 (vc-merge): Inline vc-backend-merge. Comment out code that I
5261 don't understand and hence can't adapt to the new `vc-state' and
5262 `vc-locking-user' semantics.
5263 (vc-backend-merge): Remove.
5264
5265 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5266 rather than 'vc-locking-user.
5267
5268 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5269
5270 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5271 (vc-state): Don't use 'reserved any more. Just use the same
5272 convention as the one used for vc-<backend>-state where the
5273 locking user (as a string) is returned.
5274 (vc-locking-user): Update, based on the above convention. The
5275 'vc-locking-user property has disappeared.
5276 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5277
5278 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5279 with a heuristic one.
5280 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5281 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5282 error. That allows us to get to 'needs-merge even in the
5283 stay-local case. There's still no way to detect 'needs-patch in
5284 such a setup (or to force an update for that matter).
5285 (vc-cvs-logentry-check): Remove, the default works as well.
5286
5287 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5288
5289 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5290
5291 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5292 major-mode in which the buffer might have been put earlier. Use
5293 `remove' and `when'. Allow `okstatus' to be `async' and use
5294 `start-process' in this case.
5295 (vc-version-diff): Handle the case where the diff looks empty
5296 because of the use of an async process.
5297
5298 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5299
5300 * vc.el (vc-next-action-on-file): Removed optional parameter
5301 `simple'. Recompute state unconditionally.
5302 (vc-default-toggle-read-only): Removed.
5303
5304 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5305 (vc-toggle-read-only): Undid prev change.
5306
5307 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5308 vc-cvs-simple-toggle. Redocumented.
5309 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5310 (vc-cvs-toggle-read-only): Removed.
5311
5312 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5313
5314 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5315 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5316 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5317 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5318 still is. So maybe it should be removed.
5319 (vc-head-version, vc-find-binary): Remove.
5320 (vc-recompute-state): Move from vc-hooks.el.
5321 (vc-next-action-on-file): Add a `simple' argument to allow
5322 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5323 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5324 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5325 (vc-dired-mode-map): Properly defvar it.
5326 (vc-print-log): Call log-view-mode if available.
5327 (small-temporary-file-directory): defvar instead of use boundp.
5328 (vc-merge-news): Moved to vc-cvs.el.
5329 (vc-default-merge-news): New function.
5330
5331 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5332 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5333 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5334 unknown `vc-latest-version' function. It should probably refer to
5335 vc-workfile-version or somesuch, but it's very unclear to me and I
5336 don't have SCCS to test things.
5337
5338 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5339 (vc-sccs-state-heuristic): Fix typo.
5340 (vc-sccs-workfile-unchanged-p): Add missing argument.
5341
5342 * vc-rcs.el: Require vc and vc-rcs-hooks.
5343 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5344 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5345 (vc-release-greater-or-equal-p): Move from vc.
5346 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5347 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5348 (vc-rcs-checkout): Add a missing `new-version' argument in the
5349 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5350
5351 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5352 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5353 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5354 than the apparently unbound `workfile-version'.
5355
5356 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5357 (vc-file-prop-obarray): Use `make-vector'.
5358 (vc-backend-functions): Add new hookable functions
5359 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5360 (vc-loadup): If neither backend nor default functions exist, use
5361 the backend function rather than nil.
5362 (vc-call-backend): If the function if not bound yet, try to load
5363 the non-hook file to see if it provides it.
5364 (vc-call): New macro plus use it wherever possible.
5365 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5366 nor `vc-find-binary' since it's only called from
5367 vc-mistrust-permission which is only used once the backend is known.
5368 (vc-checkout-model): Fix parenthesis.
5369 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5370
5371 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5372 (vc-cvs-release, vc-cvs-system-release): Remove.
5373 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5374 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5375 status symbols.
5376 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5377 (vc-cvs-toggle-read-only): First cut at a function to allow a
5378 cvs-status-free vc-toggle-read-only.
5379 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5380 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5381 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5382 (vc-cvs-checkout): Modify access rights directly if the user
5383 requested not to use `cvs edit'. And refresh the mode line.
5384
5385 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5386 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5387
5388 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5389
5390 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5391 workfile' that got lost when the code was extracted from vc.el.
5392 And merged the tail with the rest of the code (not possible in the
5393 old vc.el where the tail was shared among all backends). And
5394 explicitly set the state to 'edited if `writable' is set.
5395
5396 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5397 (vc-cvs-state): Be careful to return the value from
5398 vc-cvs-parse-state.
5399 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5400 property but return it instead. Also be careful to handle a nil
5401 or "" `rev' when workfile is non-nil (it was handled properly when
5402 workfile was nil).
5403
5404 * vc.el: Removed those pesky unnecessary `(function' quotes.
5405 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5406 directly in the defvar.
5407 (vc-do-command): Bind inhibit-read-only so as to properly handle
5408 the case where the destination buffer has been made read-only.
5409 (vc-diff): Delegate to vc-version-diff in all cases.
5410 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5411 (vc-annotate-mode-variables): Removed (code moved partly to
5412 defvars and partly to vc-annotate-add-menu).
5413 (vc-annotate-mode): Turned into a derived-mode.
5414 (vc-annotate-add-menu): Moved in code in
5415 vc-annotate-mode-variables.
5416 (vc-update-change-log): Use make-temp-file if available.
5417
5418 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5419
5420 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5421 `vc-checkout-model' updated to `vc-cvs-update-model'.
5422
5423 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5424
5425 * vc.el (vc-next-action-on-file): Added handling of state
5426 `unlocked-changes'.
5427 (vc-checkout-carefully): Is now practically obsolete, unless the
5428 above is too slow to be enabled unconditionally.
5429 (vc-update-change-log): Fixed typo.
5430
5431 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5432
5433 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5434 Now handles state `unlocked-changes'.
5435 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5436
5437 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5438
5439 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5440 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5441 `unlocked-changes'.
5442 (vc-rcs-workfile-unchanged-p): Renamed from
5443 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5444 function yet, but supposed to become one soon.
5445
5446 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5447 `vc-steal-lock'.
5448 (vc-call-backend): Changed error message.
5449 (vc-state): Added description of state `unlocked-changes'.
5450
5451 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5452
5453 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5454 always return t in CVS-controlled directories.
5455
5456 * vc.el (vc-responsible-backend): New function.
5457 (vc-register): Largely rewritten.
5458 (vc-admin): Removed (implementation moved into vc-register).
5459 (vc-checkin): Redocumented.
5460 (vc-finish-logentry): If no backend defined yet (because we are in
5461 the process of registering), use the responsible backend.
5462
5463 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5464 Updated function lists.
5465 (vc-call-backend): Fixed typo.
5466
5467 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5468 New functions.
5469 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5470 Removed query option. Redocumented.
5471
5472 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5473
5474 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5475
5476 * vc.el: Updated callers of `vc-checkout-required' to use
5477 `vc-checkout-model'.
5478
5479 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5480
5481 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5482 stuff updated to reference this function instead of the old
5483 `vc-backend-release-p'.
5484
5485 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5486
5487 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5488 vc-checkout-model. Return appropriate values. Updated callers.
5489
5490 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5491
5492 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5493 (vc-backend-revert): Function moved into `vc-revert';
5494 `vc-next-action' must be updated to accomodate this change.
5495 (vc-backend-steal): Function moved into `vc-finish-steal'.
5496 (vc-backend-logentry-check): Function moved into
5497 `vc-finish-logentry'.
5498 (vc-backend-printlog): Function moved into `vc-print-log'.
5499 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5500 (vc-backend-assign-name): Function moved into
5501 `vc-create-snapshot'.
5502
5503 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5504
5505 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5506 Rename to vc-checkout-model. Return appropriate values.
5507 Update callers.
5508
5509 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5510 to vc-checkout-model.
5511 (vc-checkout-required): Rename to vc-checkout-model.
5512 Re-implement and re-comment.
5513 (vc-after-save): Use vc-checkout-model.
5514
5515 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5516
5517 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5518 Update to use the vc-BACKEND-diff functions instead.
5519 `vc-diff' is now working.
5520
5521 * vc-rcs.el (vc-rcs-logentry-check): New function.
5522
5523 * vc-cvs.el (vc-cvs-logentry-check): New function.
5524
5525 * vc-sccs.el (vc-sccs-diff): Function changed name from
5526 `vc-backend-diff'. This makes `vc-diff' work.
5527
5528 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5529 of functions possibly implemented in a vc-BACKEND library.
5530 (vc-checkout-required): Fix bug that caused an error to be
5531 signaled during `vc-after-save'.
5532
5533 * vc.el: Fix typo.
5534 This checkin is made with our new VC code base for the very first time.
5535 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5536
5537 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5538 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5539
5540 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5541 updated to `vc-uses-locking'.
5542 (vc-checkout-required): Call to backend function.
5543 `vc-checkout-required' updated to `vc-uses-locking' instead.
5544
5545 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5546 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5547
5548 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5549 to match the split into various backends.
5550 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5551 (vc-retrieve-snapshot): Bug fix.
5552
5553 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5554
5555 * vc-sccs.el (vc-sccs-release): Doc fix.
5556
5557 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5558
5559 * vc.el (vc-next-action-on-file): Bug found and fixed.
5560 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5561 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5562
5563 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5564 (vc-rcs-checkout): Name space cleaned up. No more revision number
5565 crunching function names that are not prefixed with vc-rcs.
5566 (vc-rcs-checkout-model): Function added. References to
5567 `vc-checkout-model' replaced.
5568
5569 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5570
5571 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5572 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5573 still need to be split, and implemented for RCS).
5574
5575 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5576
5577 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5578
5579 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5580 required by the vc.el file.
5581
5582 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5583 required by the vc.el file.
5584 (vc-rcs-exists): Function added.
5585
5586 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5587 required by the vc.el file.
5588
5589 * vc.el (vc-admin): Updated to handle selection of appropriate
5590 backend. Current implementation is crufty and need re-thinking.
5591
5592 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5593
5594 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5595
5596 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5597 beginning of annotate buffers correctly.
5598
5599 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5600 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5601 functionality updated quite a lot to support multiple backends.
5602 Variables `vc-annotate-mode', `vc-annotate-buffers',
5603 `vc-annotate-backend' added.
5604
5605 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5606 `vc-annotate-difference' added to supported backend functions.
5607
5608 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5609
5610 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5611 Use with-temp-file instead of /bin/sh. Merged from mainline
5612
5613 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5614
5615 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5616
5617 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5618
5619 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5620
5621 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5622
5623 * vc-hooks.el: vc-state-heuristic added to
5624 vc-backend-hook-functions.
5625
5626 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5627
5628 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5629
5630 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5631 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5632 state to `reserved'.
5633
5634 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5635 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5636
5637 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5638
5639 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5640 untouched.
5641
5642 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5643
5644 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5645 if defined. (Merged from main line, slightly adapted.)
5646
5647 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5648 millenium problem (merged from mainline).
5649
5650 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5651
5652 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5653 part and moved the non-BACKEND stuff to vc.el.
5654
5655 * vc.el: Split the annotate feature into a BACKEND specific part
5656 and moved it from the vc-cvs.el file to this one.
5657
5658 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5659
5660 * vc-hooks.el: Implement new state model.
5661 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5662 (vc-locking-user): Simplify. Now only needed if the file is
5663 locked by somebody else.
5664 (vc-lock-from-permissions): Remove. Functionality is in
5665 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5666 (vc-mode-line-string): New name for former vc-status. Adapted.
5667 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5668
5669 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5670 Various simplifications and adaptations all over the place.
5671
5672 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5673 Simplify and adapt the rest.
5674
5675 * vc.el (vc-resynch-window): Add TODO comment: check for
5676 interaction with view mode according to recent RCS change.
5677 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5678
5679 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5680
5681 * vc.el: Convert the remaining function comments to docstrings.
5682
5683 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5684
5685 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5686 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5687 (vc-minor-part, vc-previous-version): Functions that operate and
5688 compare revision numbers got proper documentation. Comments added
5689 about their possible removal.
5690
5691 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5692
5693 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5694 the vc-backend.el files.
5695
5696 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5697
5698 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5699 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5700 (vc-rcs-previous-version): Functions added.
5701
5702 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5703
5704 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5705
5706 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5707
5708 * vc-hooks.el (vc-master-templates): Is really obsolete.
5709 Comment out the definition for now. What is the right procedure
5710 to get rid of it?
5711 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5712 rewritten.
5713 (vc-default-registered): Remove.
5714 (vc-check-master-templates): New function; does mostly what the
5715 above did before.
5716 (vc-locking-user): Don't rely on the backend to set the property.
5717
5718 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5719 Rewrite documentation.
5720 (vc-rcs-templates-grabbed): New variable.
5721 (vc-rcs-grab-templates): New function.
5722 (vc-rcs-registered): Rewrite to use above mechanism.
5723
5724 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5725 Rewrite documentation.
5726 (vc-sccs-templates-grabbed): New variable.
5727 (vc-sccs-grab-templates): New function.
5728 (vc-sccs-registered): Rewrite to use above mechanism.
5729 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5730 Don't throw the result, simply return it.
5731
5732 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5733 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5734 (vc-cvs-registered): Does the check itself now. Simplify.
5735
5736 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5737 from main line.
5738
5739 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5740
5741 * vc-cvs.el (vc-cvs-diff): New function.
5742
5743 * vc-sccs.el (vc-sccs-diff): New function.
5744
5745 * vc-rcs.el (vc-rcs-diff): New function.
5746 (vc-rcs-checkout): Bug (typo) found and fixed.
5747 (vc-rcs-register-switches): New variable.
5748
5749 * vc.el (vc-backend-diff): Function removed and placed in the
5750 backend files.
5751
5752 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5753
5754 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5755
5756 * vc.el (vc-backend-checkout): Function removed and replaced in
5757 the vc-backend.el files.
5758
5759 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5760
5761 * vc.el (vc-backend-admin): Removed and replaced in the
5762 vc-backend.el files.
5763
5764 * vc.el (Martin): Removed all the annotate functionality since it
5765 is CVS backend specific.
5766
5767 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5768
5769 * spec.txt: Added specification of vc-state.
5770
5771 * vc-sccs-hooks.el (vc-sccs-master-properties):
5772 Remove handling of vc-latest-version and
5773 vc-your-latest-version. What used to be vc-latest-version, is now
5774 returned as vc-workfile-version.
5775 (vc-sccs-workfile-version): Adapt.
5776
5777 2000-09-04 Dave Love <fx@gnu.org>
5778
5779 * vc.el: [Merged from mainline.]
5780 (vc-dired-mode): Make the dired-move-to-filename-regexp
5781 regexp match the date, to avoid treating date as file size.
5782 Add YYYY S option to WESTERN/
5783
5784 2000-09-04 Dave Love <fx@gnu.org>
5785
5786 * vc.el: Require `compile' when compiling.
5787 (vc-logentry-check-hook): New option.
5788 (vc-steal-lock): Use compose-mail.
5789 (vc-dired-mode-map): Defvar when compiling.
5790 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5791 vc-sccs.el and renamed. Callers changed.
5792 (vc-backend-checkout, vc-backend-logentry-check)
5793 (vc-backend-merge-news): Doc fix.
5794 (vc-default-logentry-check): New function.
5795 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5796 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5797 (vc-backend-merge): Doc fix. Use backend functions.
5798 (vc-check-headers): Use backend functions.
5799
5800 * vc-cvs.el: Require vc when compiling.
5801 (vc-cvs-register-switches): Doc fix.
5802 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5803 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5804 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5805 New functions (code from vc.el).
5806 (vc-annotate-display-default): Fix interactive spec.
5807 (vc-annotate-time-span): Doc fix.
5808
5809 * vc-rcs.el: Require vc when compiling.
5810 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5811 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5812 (vc-rcs-checkin): New functions (code from vc.el).
5813 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5814 Doc fix.
5815 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5816
5817 * vc-sccs.el: Require vc when compiling.
5818 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5819 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5820 (vc-sccs-revert)
5821 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5822 from vc.el).
5823 (vc-sccs-add-triple, vc-sccs-record-rename)
5824 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5825 (vc-sccs-admin): Doc fix.
5826
5827 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5828
5829 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5830 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5831 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5832 from vc.el.
5833
5834 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5835
5836 * vc-cvs.el: Moved the annotate functionality from vc.el.
5837 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5838
5839 2000-09-04 Dave Love <fx@gnu.org>
5840
5841 * vc.el (vc-backend-release): Call vc-system-release.
5842
5843 * vc-sccs.el (vc-sccs-system-release):
5844 Renamed from vc-sccs-backend-release.
5845
5846 * vc-rcs.el (vc-rcs-system-release):
5847 Renamed from vc-rcs-backend-release.
5848
5849 * vc-cvs.el (vc-cvs-system-release):
5850 Renamed from vc-cvs-backend-release.
5851
5852 2000-09-04 Dave Love <fx@gnu.org>
5853
5854 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5855 backend files.
5856 (vc-backend-release): Dispatch to backend functions.
5857 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5858 probably needs attention.]
5859
5860 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5861 (vc-sccs-backend-release): New function.
5862
5863 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5864 (vc-cvs-backend-release): New function.
5865
5866 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5867 Doc fix.
5868 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5869 (vc-default-dired-state-info): New function.
5870 (vc-dired-state-info): Dispatch to backends.
5871 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5872
5873 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5874 from vc.el and renamed.
5875
5876 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5877
5878 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5879 (vc-version-other-window, vc-backend-assign-name): Removed
5880 references to vc-latest-version; sometimes changed into
5881 vc-workfile-version.
5882
5883 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5884 vc-rcs-master-workfile-version.
5885 (vc-rcs-workfile-version): Use the above. Don't call
5886 vc-latest-version (that was unreachable code, anyway).
5887 (vc-rcs-fetch-master-properties): Doc fix.
5888
5889 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5890 (vc-backend-hook-functions): Removed them from this list, too.
5891 (vc-fetch-properties): Removed.
5892 (vc-workfile-version): Doc fix.
5893
5894 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5895 (vc-rcs-workfile-version, vc-rcs-locking-user)
5896 (vc-rcs-uses-locking): Use it.
5897
5898 * vc-hooks.el (vc-consult-rcs-headers):
5899 Moved into vc-rcs-hooks.el, under the name
5900 vc-rcs-consult-headers.
5901
5902 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5903 headers.
5904 (vc-cvs-find-master): Use this name only; correct different
5905 versions of the name.
5906
5907 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5908 New functions.
5909 (vc-sccs-locking-user): Use the latter.
5910
5911 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5912 New functions.
5913
5914 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5915 Moved into both
5916 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5917 functions are implementation details of those two backends.
5918
5919 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5920
5921 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5922 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5923
5924 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5925 (vc-sccs-parse-locks): SCCS-specific code moved here from
5926 vc-hooks.
5927
5928 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5929 code moved here from vc-hooks.
5930
5931 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5932 into back-end specific parts and removed. Callers not updated
5933 yet; because I guess these callers will disappear into back-end
5934 specific files anyway.
5935
5936 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5937
5938 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5939 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5940 `vc-uses-locking'.
5941
5942 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5943 Store yes/no in the property, and return t/nil. Updated all
5944 callers.
5945
5946 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5947 vc-sccs-uses-locking. Don't set property.
5948 (vc-sccs-locking-user): Don't set property.
5949
5950 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5951 vc-cvs-uses-locking. Don't set property here; leave that to
5952 vc-hooks.
5953 (vc-cvs-locking-user): Reflect above change. Streamlined.
5954
5955 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5956 vc-rcs-uses-locking.
5957 (vc-rcs-locking-user): Reflect above change.
5958
5959 2000-09-04 Dave Love <fx@gnu.org>
5960
5961 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5962
5963 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5964
5965 * vc-hooks.el (vc-checkout-model): Punt to backends.
5966
5967 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5968
5969 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5970
5971 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5972 New functions.
5973
5974 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5975 New functions.
5976
5977 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5978 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5979
5980 * vc-hooks.el (vc-default-locking-user): New function.
5981 (vc-locking-user, vc-workfile-version): Punt to backends.
5982
5983 2000-09-04 Dave Love <fx@gnu.org>
5984
5985 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5986 (vc-master-workfile-version): Moved from vc-hooks.
5987
5988 * vc-rcs-hooks.el: Fix duplicate code in last change.
5989
5990 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5991 (vc-rcs-master-templates): Improve :type.
5992 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5993 vc-master-workfile-version): Moved from vc-hooks.
5994
5995 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5996 (vc-sccs-master-templates): Improve :type.
5997 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5998
5999 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6000
6001 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6002 (vc-cvs-master-templates): Improve :type. Use
6003 vc-cvs-find-cvs-master.
6004 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6005 from vc-hooks.
6006 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6007
6008 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6009 Moved to vc-cvs-hooks.
6010
6011 * vc-hooks.el: Add doc strings in various places. Simplify the
6012 minor mode setup.
6013 (vc-handled-backends): New user variable.
6014 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6015 simplification.
6016
6017 2000-09-04 Dave Love <fx@gnu.org>
6018
6019 * vc.el: Some doc fixes for autoloaded and interactive functions.
6020 Fix compilation warnings from ediff stuff.
6021 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6022
6023 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6024
6025 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6026
6027 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6028
6029 2000-09-04 Dave Love <fx@gnu.org>
6030
6031 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6032 New variable.
6033 (vc-make-backend-function, vc-loadup, vc-call-backend)
6034 (vc-backend-defines): New functions.
6035
6036 * vc-hooks.el: Various doc fixes.
6037 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6038 (vc-match-substring): Function removed. Callers changed to use
6039 match-string.
6040 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6041 Simplify.
6042
6043 2000-09-04 Dave Love <fx@gnu.org>
6044
6045 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6046 type.
6047 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6048 (vc-sccs-registered): Doc fix.
6049
6050 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6051 (vc-cvs-registered): Doc fix.
6052
6053 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6054 (vc-rcs-registered): Doc fix.
6055
6056 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6057
6058 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6059
6060 * vc-hooks.el: vc-registered has been renamed
6061 vc-default-registered. Some functions have been moved to the
6062 backend specific files. they all support the
6063 vc-BACKEND-registered functions.
6064
6065 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6066
6067 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6068
6069 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6070
6071 2000-09-04 Dave Love <fx@gnu.org>
6072
6073 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6074 menu-bar-update-hook.
6075
6076 * help.el (help-manyarg-func-alist): Add
6077 find-operation-coding-system.
6078
6079 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6080
6081 * custom.el (custom-set-variables): Print message about errors in
6082 setting.
6083
6084 2000-09-03 Andrew Innes <andrewi@gnu.org>
6085
6086 * makefile.w32-in: Change to DOS line endings.
6087
6088 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6089
6090 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6091 minor-mode keymaps, if they don't have one.
6092
6093 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6094
6095 * eshell/esh-module.el (eval-when-compile): Don't lose if
6096 esh-module.el's file name is truncated to DOS 8+3 limits.
6097
6098 2000-09-01 John Wiegley <johnw@gnu.org>
6099
6100 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6101 predicate, which caused entries in the completion list to be
6102 doubled.
6103
6104 2000-08-30 John Wiegley <johnw@gnu.org>
6105
6106 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6107 sending to subprocesses. Also, hook pre-command-hook if
6108 `eshell-send-direct-to-subprocesses' is non-nil.
6109 (eshell-send-direct-to-subprocesses): New config variable. If t,
6110 subprocess input is send immediately.
6111 (eshell-toggle-direct-send): New function.
6112 (eshell-self-insert-command): New function.
6113 (eshell-intercept-commands): New function.
6114 (eshell-send-input): If direct subprocess sending is enabled,
6115 don't echo any input to the Eshell buffer. Let the subprocess
6116 handle that. This requires "stty echo" in bash, for example.
6117
6118 2000-08-28 John Wiegley <johnw@gnu.org>
6119
6120 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6121 completion function for Eshell's implementation of `unset'.
6122
6123 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * info.el (Info-directory-list): Doc fix.
6126
6127 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6128
6129 * filecache.el (file-cache-add-directory-using-find): Don't quote
6130 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6131
6132 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6133
6134 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6135 coding systems.
6136
6137 2000-08-30 Andrew Innes <andrewi@gnu.org>
6138
6139 * timer.el (run-with-idle-timer): Undo last change, so that timer
6140 is not activated immediately if Emacs is already idle. Some
6141 existing code relies on this behaviour.
6142
6143 2000-08-30 Miles Bader <miles@gnu.org>
6144
6145 * frame.el (set-frame-font): Do completion of font-name for
6146 interactive use.
6147
6148 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6149
6150 * international/quail.el (quail-start-translation): Bind locally
6151 last-command-event, last-command, and this-command.
6152 (quail-start-conversion): Likewise.
6153 (quail-self-insert-command): Fix docstring.
6154
6155 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6156
6157 * progmodes/executable.el
6158 (executable-make-buffer-file-executable-if-script-p): Check that
6159 buffer contains at least 2 characters.
6160
6161 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6162
6163 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6164
6165 2000-08-29 Dave Love <fx@gnu.org>
6166
6167 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6168 (diff-mode-shared-map): Bind mouse-2.
6169 (diff-imenu-generic-expression): New variable.
6170 (diff-mode): Use it.
6171
6172 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6173 (mouse-popup-menubar): Add minor mode menus.
6174 (popup-menu): Check for lookup-key returning number.
6175
6176 2000-08-29 Miles Bader <miles@gnu.org>
6177
6178 * comint.el (comint-send-input): Create overlays using the proper
6179 front/read-advance arguments.
6180
6181 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6182
6183 * ps-print.el: Even/odd pages printing. Doc fix.
6184 (ps-print-version): New version number (6.0).
6185 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6186 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6187 (ps-print-duplex-feature): Variable eliminated.
6188 (ps-even-or-odd-pages): New variable.
6189
6190 * progmodes/ebnf2ps.el: Doc fix.
6191 (ebnf-version): New version (3.3).
6192 (ebnf-user-arrow): Change variable customization to sexp.
6193 (ebnf-user-arrow): Function eliminated.
6194 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6195
6196 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6197
6198 * help.el (help-xref-mule-regexp): New variable.
6199 (help-make-xrefs): Handle help-xref-mule-regexp.
6200
6201 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6202 variable.
6203 (describe-input-method): Temporarily activate the specfied input
6204 method to display the information.
6205 (describe-language-environment): Hyperlinks to mule related items.
6206
6207 * international/mule-diag.el (charset-multibyte-form-string): New
6208 function.
6209 (list-character-sets-1): Use charset-multibyte-form-string.
6210 (describe-character-set): New function.
6211 (describe-coding-system): Hyperlinks to safe character sets.
6212
6213 * international/quail.el (quail-help): New arg PACKAGE.
6214 Hyperlinks to mule related items.
6215 (quail-help-insert-keymap-description): Use
6216 substitute-command-keys instead of describe-bindings.
6217 (quail-translation-help): Hyperlinks to mule related items.
6218
6219 2000-08-28 John Wiegley <johnw@gnu.org>
6220
6221 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6222 have a defsubst call itself. Made `eshell-flatten-list' back into
6223 a function again.
6224
6225 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6226 catch, in case re-centering point at bottom messes up the display.
6227 This happens frequently in Emacs 21, due I believe to variable
6228 line heights.
6229
6230 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6231 to call `find-tag-interactive'.
6232
6233 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6234 the list of remember directories.
6235
6236 2000-08-28 John Wiegley <johnw@gnu.org>
6237
6238 * align.el: Test align-region-separate to see if it's a symbol.
6239
6240 2000-08-28 John Wiegley <johnw@gnu.org>
6241
6242 * eshell/esh-util.el (eshell-flatten-list): Made this function
6243 into a defsubst form. It gets used very frequently, although
6244 calls don't occur all that often.
6245
6246 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6247 examining it.
6248
6249 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6250 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6251 `eshell-protect'.
6252 (eshell-copy-handles): Created a new macro for duplicating the
6253 current set of open handles. This is needed by the looping
6254 functions.
6255 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6256 is not incorrectly stomped on.
6257
6258 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6259 declaration for pcomplete-use-paring.
6260 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6261 value of eshell-cmpl-use-paring.
6262 * pcomplete.el (pcomplete-use-paring): New config variable, to
6263 indicate whether paring should be used.
6264 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6265 completion alternatives that have already been used.
6266
6267 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6268 bound to C-c C-y, which will repeat the previous N arguments
6269 (based on prefix argument).
6270 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6271
6272 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6273 if there is no *Help* buffer. This is for XEmacs, which renames
6274 its help buffers uniquely. TODO: Find out what the current buffer
6275 name to delete is.
6276
6277 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6278 first entry that correlates to a passwd/group number. Later
6279 entries (used for group/user name aliasing to multiple IDs) are
6280 ignored.
6281
6282 * eshell/em-xtra.el (eshell/expr):
6283 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6284 (eshell-grep, eshell/diff, eshell/locate):
6285 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6286 argument list, before passing it to the system command.
6287
6288 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6289 `find-tag' for use at final position in Eshell buffers (which
6290 otherwise triggers an error on Emacs 21).
6291 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6292 buffer, if it is currently bound to `find-tag'.
6293
6294 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6295 in the list of matched Makefile names.
6296 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6297 directory, prefer its contents to Makefile.
6298
6299 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6300 directory parts (like "cd old new", or "cd =regexp"), are now case
6301 sensitive on non-Windows/DOS platforms.
6302
6303 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6304 types RET after an open delimiter (like "), display a message
6305 indicating that Eshell is waiting for the closing delimiter.
6306
6307 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6308 environment variables.
6309
6310 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6311 gracefully if the user enters incorrect arguments.
6312
6313 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6314 Eshell buffers.
6315
6316 * eshell/esh-var.el (eshell-interpolate-variable):
6317 * eshell/esh-mode.el (eshell-move-argument):
6318 * eshell/em-unix.el (eshell-du-sum-directory):
6319 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6320 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6321 (not (= ...)).
6322
6323 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6324 to ensure the `preserve' flag gets propagated when doing recursive
6325 directory copies.
6326
6327 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6328
6329 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6330 Don't convert \n into \0177 in memory.
6331 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6332 and back again, when reading and writing.
6333
6334 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6335
6336 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6337 testing of `fboundp' on `processp'.
6338
6339 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6340 (eshell/jobs): Don't call process-list if it is not bound.
6341 (eshell-gather-process-output): Support systems where async
6342 subprocesses aren't supported.
6343 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6344 variables.
6345
6346 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6347 eshell-do-eval returns t.
6348 (eshell-do-pipelines-synchronously): New defmacro.
6349 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6350 when async subprocesses aren't supported.
6351 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6352 if async subprocesses aren't supported.
6353 (eshell-resume-command): Don't assume STATUS is a string.
6354
6355 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6356
6357 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6358 (eshell-close-target, eshell-get-target): Use eshell-processp.
6359 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6360 fix.
6361 (eshell-get-target, eshell-create-handles): Doc fix.
6362
6363 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6364
6365 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6366 criterion to include commands that output something, as long as it
6367 leaves both the command and the end-of-buffer visible when the
6368 command has exited.
6369 (eshell-review-quick-commands): Adjust the help doc string
6370 accordingly.
6371
6372 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6373
6374 * locate.el (locate): Cleaned up locate command's interactive prompting
6375 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6376
6377 * filecache.el (file-cache-case-fold-search): New variable
6378 (file-cache-assoc-function): New variable
6379 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6380 Use file-cache-case-fold-search variable
6381 (file-cache-add-file): Use file-cache-assoc-function
6382 (file-cache-delete-file): likewise
6383 (file-cache-directory-name): likewise
6384 (file-cache-debug-read-from-minibuffer): likewise
6385
6386 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6387
6388 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6389 (abbrev-table-name): New function.
6390 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6391 If non-nil list local abbrev, only.
6392
6393 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6394
6395 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6396 from Gnus support code, and use special article copy buffer
6397 `(gnus-original-article-buffer)' instead. This allows to get rid
6398 of article-hide-headers usage (which breaks in the latest Gnus
6399 version). Thanks to Detlev Zundel.
6400
6401 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6402
6403 * international/quail.el (quail-use-package): Hide "... loaded"
6404 message.
6405 (quail-start-translation, quail-start-conversion): Likewise.
6406
6407 * international/kkc.el (kkc-region): Hide "... loaded" message.
6408
6409 2000-08-27 Dave Love <fx@gnu.org>
6410
6411 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6412
6413 2000-08-27 Miles Bader <miles@gnu.org>
6414
6415 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6416
6417 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6418
6419 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6420 'ja-dic-cnv), not (require 'skkdic-cnv).
6421
6422 2000-08-26 Miles Bader <miles@gnu.org>
6423
6424 * faces.el (face-x-resources): Add entry for :inherit.
6425 * cus-face.el (custom-face-attributes): Add support for :inherit
6426 attribute. Add support for relative face heights.
6427 (custom-face-attributes-get): Treat `nil' as being a default value
6428 for :inherit (as well as `unspecified').
6429
6430 * faces.el (set-face-attribute): Update doc string.
6431 (face-attribute-name-alist): Add :inherit.
6432 (face-valid-attribute-values): Handle :inherit.
6433 (face-read-string): Rephrase prompt to be less confusing.
6434 Assume that DEFAULT is a string, since we must return a string.
6435 (face-read-integer): Use `format' to turn DEFAULT into an
6436 acceptable default for face-read-string. Match NEW-VALUE against
6437 the string "unspecified", not the symbol `unspecified', since
6438 that's what face-read-string returns.
6439 (read-face-attribute): Lookup a name for old-value in valid, and
6440 use it as a default if we find one. Treat all values from
6441 face-read-string as strings. If the default is used, don't do any
6442 more processing on the value, just use the old value directly.
6443 (read-face-and-attribute, modify-face): Tweak prompt.
6444 (read-face-name): Don't assume prompt ends with a space.
6445
6446 * faces.el (describe-face): Add support for :inherit attribute.
6447
6448 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6449
6450 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6451 concat doesn't accept interger.
6452
6453 * international/kkc.el: Remove SKK from Keywords. Require
6454 ja-dic-utl instead of skkdic-utl.
6455
6456 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6457 Provide ja-dic-cnv instead of skkdic-cnv.
6458 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6459 (iso-2022-7bit-short): Add safe-charsets property.
6460 (skkdic-convert-postfix): Search Japanese chou-on character in
6461 addition to Hiragana character.
6462 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6463 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6464 (batch-skkdic-convert): Likewise.
6465
6466 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6467 Provide ja-dic-utl instead of skkdic-utl.
6468 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6469
6470 2000-08-24 Dave Love <fx@gnu.org>
6471
6472 * disp-table.el (standard-display-default): Make the test of `l'
6473 useful.
6474
6475 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6476 mod sample text.
6477
6478 * international/iso-ascii.el: Make pilcrow convenient string
6479 consistent with section.
6480 (iso-ascii-display): Set up multibyte characters as well as
6481 unibyte.
6482
6483 2000-08-24 Kenichi Handa <handa@etl.go.jp>
6484
6485 * international/mule-cmds.el (reset-language-environment): Set
6486 default-process-coding-system to '(undecided . iso-latin-1), which
6487 makes process I/O almost consistent with file I/O. Call this
6488 function when mule-cmds.el[c] is loaded.
6489
6490 2000-08-22 Andrew Innes <andrewi@gnu.org>
6491
6492 * makefile.w32-in: New file.
6493
6494 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6495
6496 * comint.el (comint-output-filter): Compare end of
6497 comint-last-output-overlay with the start of the newly inserted
6498 text, not the end, when deciding whether to extend it.
6499 Set saved-point's insertion type to advance after insertion.
6500
6501 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6502 since this is now done independently of font-lock mode.
6503
6504 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6505
6506 * server.el (server-kill-new-buffers): New user option.
6507 (server-existing-buffer): New buffer-local variable.
6508 (server-visit-files): When using an existing buffer, set
6509 server-existing-buffer to t.
6510 (server-buffer-done): If server-kill-new-buffers is t, kill the
6511 buffer, unless it was already present before visiting it with
6512 Emacs server.
6513
6514 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6515
6516 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6517 even if the display doesn't support colors: some displays will
6518 support bold/underline faces.
6519
6520 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6521
6522 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6523
6524 * startup.el (command-line): If user's init file had an error,
6525 add explanatory text to *Messages*.
6526
6527 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6528
6529 * man.el (Man-getpage-in-background): Decode the process output by
6530 the system locale coding system.
6531
6532 2000-08-20 Dave Love <fx@gnu.org>
6533
6534 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6535 Don't test x-popup-menu.
6536 (function) <complete-function>: Complete only fbound symbols.
6537 <validate, value>: New.
6538 (variable) <complete-function>: Complete only bound symbols.
6539 (coding-system): Add :base-only, :complete-function, :validate,
6540 :value, :prompt-match.
6541 (widget-coding-system-prompt-value): Use read-coding-system and
6542 act on :base-only.
6543 (editable-field): Add :help-echo.
6544 (widget-push-button-gui, widget-push-button-cache)
6545 (widget-gui-action, widget-editable-list-gui): COmment out, along
6546 with uses.
6547 (widget-at): Make arg optional.
6548 (widget-echo-help): Adjust for current help-echo calling sequence.
6549 (widget-specify-field, widget-specify-button)
6550 (widget-specify-insert, widget-get-sibling, widget-image-find)
6551 (widget-convert, widget-insert, widget-leave-text)
6552 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6553 (widget-setup, widget-field-find, widget-before-change)
6554 (widget-after-change, widget-default-complete)
6555 (widget-default-create, widget-default-delete)
6556 (widget-push-button-value-create, editable-field)
6557 (widget-field-prompt-value, widget-field-validate)
6558 (widget-choice-value-create, widget-choice-action)
6559 (widget-choice-validate, widget-checklist-add-item)
6560 (widget-radio-add-item, widget-radio-chosen)
6561 (widget-radio-value-inline, widget-editable-list-value-create)
6562 (widget-editable-list-entry-create)
6563 (widget-documentation-link-add)
6564 (widget-documentation-string-value-create)
6565 (widget-regexp-validate, widget-file-complete)
6566 (widget-sexp-validate, widget-plist-convert-widget)
6567 (widget-plist-convert-widget, widget-alist-convert-widget)
6568 (widget-alist-convert-widget, widget-color-complete): Simplify,
6569 particularly to avoid bindings which aren't optimized out.
6570
6571 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6572 Doc fix.
6573 (down-list, backward-up-list, up-list, kill-sexp)
6574 (backward-kill-sexp, mark-sexp): Make arg optional.
6575 (lisp-complete-symbol): Add optional arg PREDICATE.
6576
6577 * cus-start.el: Add display-buffer-reuse-frames,
6578 file-coding-system-alist.
6579
6580 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6581
6582 * startup.el (command-line): Clear realized faces after
6583 modifying TTY color mappings.
6584
6585 2000-08-20 Miles Bader <miles@gnu.org>
6586
6587 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6588 merely a subset of FACE's attributes.
6589
6590 2000-08-19 Miles Bader <miles@gnu.org>
6591
6592 * comint.el (comint-output-filter): Save the point with a marker,
6593 not just a buffer position.
6594
6595 * international/mule.el (set-buffer-process-coding-system): Make
6596 interactive prompt less confusing.
6597
6598 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6599
6600 * hilit-chg.el: General cleanup of doc strings, comments and
6601 code formatting.
6602
6603 2000-08-19 Miles Bader <miles@gnu.org>
6604
6605 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6606 Compiler macro removed; beginning-of-line is no longer always
6607 equivalent to forward-line, in the presence of fields.
6608
6609 * comint.el (comint-output-filter): Remove ad-hoc saving of
6610 restriction, and just use save-restriction, now that it works
6611 correctly. Don't adjust comint-last-input-start to account for
6612 our insertion; it shouldn't have moved because we don't use
6613 insert-before-markers anymore. Comment out call to
6614 `force-mode-line-update'; why is it here?
6615
6616 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6617 while checking for prompt to delete. Use `forward-line 0'
6618 instead of beginning-of-line.
6619 (gud-filter): Temporarily widen gud comint buffer while
6620 examining output.
6621
6622 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6623
6624 * progmodes/sh-script.el: Big bag of typos.
6625
6626 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6627 check since ispell-process is not bound when ispell is not yet loaded.
6628
6629 2000-08-18 Dave Love <fx@gnu.org>
6630
6631 * image.el (find-image): Copy `spec' before using plist-put.
6632
6633 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6634
6635 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6636 `portugues'.
6637
6638 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6639 backward-kill-sexp, analogous to kill-sexp.
6640
6641 * progmodes/icon.el (icon-indent-line)
6642 (icon-is-continuation-line): Handle comments specially.
6643
6644 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6645
6646 * ispell.el: Set to standard author/maintainer/keyword fields.
6647 Fine tuning to menu map appearance and operation, and added help.
6648 Remove `start' and `end' error messages when compiling.
6649 (ispell-choices-win-default-height): Fixed comment string.
6650 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6651 castellano8 dictionaries.
6652 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6653 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6654 dictionary, added italiano dictionary.
6655 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6656 word character
6657 (ispell-tex-skip-alists): Added psfig support.
6658 (ispell-skip-html): Renamed from ispell-skip-sgml.
6659 (ispell-begin-skip-region-regexp, ispell-skip-region)
6660 (ispell-minor-check): Improved html skipping support to skip across
6661 code, and recognize `&' commands without propper `;' syntax;
6662 (ispell-process-line): Fix alignment error when manually
6663 correcting spelling.
6664 (ispell): Fix comment string.
6665 (ispell-add-per-file-word-list): Always put word list on new line.
6666
6667 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6668
6669 * format.el (format-encode-run-method): Fix error message to say
6670 `encode' instead of `decode'. Use save-window-excursion around
6671 shell-command-on-region as in format-decode-run-method because
6672 shell-command-on-region can display a buffer with error output.
6673 (format-decode): Don't record undo information for the decoding.
6674 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6675 that number part of the temporary buffer name so that more than
6676 one decoding using a temporary buffer can happen safely.
6677
6678 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6679 of `A-z' in the regexp.
6680
6681 * hilit-chg.el: Fix typos in commentary.
6682
6683 * help.el (view-emacs-news): Rewritten for new naming scheme
6684 for old NEWS files.
6685
6686 * startup.el (command-line): Pop to *Messages* in case an error
6687 is signaled while loading user-init-file.
6688
6689 2000-08-17 Andreas Schwab <schwab@suse.de>
6690
6691 * files.el (insert-directory): Don't lose original file name,
6692 undoing an undocumented change.
6693
6694 2000-08-17 Alex Schroeder <alex@gnu.org>
6695
6696 * sql.el (sql-magic-go): Use comint-bol.
6697 (sql-copy-column): Use comint-line-beginning-position.
6698 (comint-line-beginning-position): Define a replacement for
6699 comint-line-beginning-position if it is not fboundp.
6700
6701 2000-08-17 Alex Schroeder <alex@gnu.org>
6702
6703 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6704 it didn't have any effect anyway.
6705
6706 2000-08-17 Alex Schroeder <alex@gnu.org>
6707
6708 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6709 --pset and pager=off instead of sending \\o|cat at the beginning
6710 of the session.
6711
6712 2000-08-17 Miles Bader <miles@gnu.org>
6713
6714 * progmodes/octave-inf.el: Add compatibility definition of
6715 comint-line-beginning-position.
6716
6717 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6718
6719 * startup.el (normal-top-level): Look in each dir in load-path for
6720 a leim-list.el file too. This assures of loading leim-list.el
6721 that is created at Emacs installation time even if a user have his
6722 own leim-list.el.
6723
6724 2000-08-17 Miles Bader <miles@gnu.org>
6725
6726 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6727 foreground color to black if the background is dark.
6728
6729 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6730
6731 * loadhist.el (unload-feature): Typo.
6732
6733 * finder.el (finder-compile-keywords):
6734 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6735 to the generated file.
6736
6737 * mail/mh-e.el (mh-make-local-vars):
6738 Replace make-variable-buffer-local with make-local-variable.
6739
6740 * play/landmark.el:
6741 * options.el (Edit-options-{set,toggle,t,nil}):
6742 * mail/mailabbrev.el (mail-abbrevs-mode):
6743 * textmodes/tex-mode.el (tex-expand-files):
6744 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6745
6746 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6747
6748 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6749 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6750 Allow going past the last element.
6751 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6752 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6753 (cvs-mouse-toggle-mark): Don't move point.
6754 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6755
6756 * progmodes/compile.el (grep): Provide a default set of files.
6757 (next-error): Docstring fix.
6758 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6759
6760 * emacs-lisp/easy-mmode.el (define-minor-mode):
6761 Use `symbol-value' to keep the byte-compiler quiet.
6762
6763 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6764 (diff-find-source-location): New fun, extracted from diff-goto-source.
6765 (diff-goto-source): Use it.
6766 (diff-next-complex-hunk, diff-filter-lines): New function.
6767 (diff-apply-hunk): New command.
6768
6769 * smerge-mode.el (smerge-mode-menu): Doc fix.
6770
6771 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6772
6773 2000-08-16 Dave Love <fx@gnu.org>
6774
6775 * windmove.el (windmove) <defgroup>: Add :version.
6776
6777 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6778 (goto-address-fontify-p, goto-address-highlight-p)
6779 (goto-address-url-face, goto-address-url-mouse-face)
6780 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6781 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6782 (goto-address-fontify, goto-address-at-mouse): Simplify,
6783 (goto-address-at-point): browse-url-url-at-point,
6784 goto-address-find-address-at-point can return nil.
6785 (goto-address-find-address-at-point): Return nil on failure.
6786
6787 * align.el (align) <defgroup>: Add :version.
6788
6789 * calculator.el (calculator): Add :version.
6790 (calculator): Use two lines for calculator window if `modeline'
6791 face is boxed.
6792
6793 * play/5x5.el: Doc fixes.
6794 (5x5) <defgroup>: Add :version.
6795
6796 * play/fortune.el (fortune) <defgroup>: Add :version.
6797 (fortune-append): Fix error message.
6798 (fortune-from-region): Doc fix.
6799
6800 * play/pong.el (pong): Doc fix.
6801
6802 * play/morse.el: Keywords, commentary, autoloads.
6803
6804 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6805
6806 * desktop.el (desktop-save): Don't look at symbol-value of a
6807 member of minor-mode-alist, unless it is boundp.
6808
6809 2000-08-16 Sam Steingold <sds@gnu.org>
6810
6811 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6812 `while'; use `with-current-buffer' instead of `save-excursion'.
6813 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6814
6815 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6816
6817 * international/ccl.el (declare-ccl-program): Docstring modified.
6818 (ccl-execute-with-args): Likewise.
6819
6820 2000-08-16 Miles Bader <miles@gnu.org>
6821
6822 * progmodes/sql.el: Add compatibility definition of
6823 comint-line-beginning-position.
6824
6825 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6826
6827 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6828 'buffer-menu' property.
6829 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6830 fails.
6831 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6832 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6833 wasn't killed.
6834
6835 * buff-menu.el (list-buffers-noselect): Don't display the
6836 *Buffer List* buffer.
6837
6838 * font-lock.el: Require jit-lock to prevent a very late
6839 `Loading jit-lock' message.
6840
6841 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6842 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6843 mail address.
6844
6845 2000-08-15 Miles Bader <miles@gnu.org>
6846
6847 * textmodes/ispell.el (ispell-graphic-p): New constant.
6848 (ispell-choices-win-default-height, ispell-help): Use
6849 `ispell-graphic-p' instead of `xemacsp'.
6850
6851 2000-08-15 Dave Love <fx@gnu.org>
6852
6853 * simple.el: Autoload widget-convert when compiling.
6854 (mail-user-agent): Doc fix.
6855
6856 * help.el (function-called-at-point, variable-at-point): Use
6857 with-syntax-table.
6858 (help-manyarg-func-alist): Add insert-and-inherit.
6859
6860 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6861
6862 * delsel.el (delsel-unload-hook): New function.
6863
6864 * find-file.el: Doc fixes. Move provide to end.
6865 (ff) <defgroup>: Add :link.
6866 (ff-goto-click): Deleted.
6867 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6868 Use mouse-set-point.
6869
6870 * textmodes/tildify.el: Doc fixes.
6871 (tildify) <defgroup>: Add:version.
6872
6873 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6874 (glasses-custom-set): Use set-default, not set.
6875 (minor-mode-alist): Propertize the lighter.
6876 (glasses-mode): Provide optional arg.
6877
6878 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6879 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6880 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6881 option. Provide :type.
6882 (cwarn-configuration): Provide :type.
6883 (cwarn-mode): Doc fix.
6884
6885 * add-log.el (change-log-merge): Doc fix.
6886 (change-log-redate): New command.
6887
6888 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6889 Doze and Dog.
6890 (browse-url): Use dolist, not mapcar.
6891 (browse-url-at-point): Check for null url.
6892 (browse-url-event-buffer, browse-url-event-point): Functions
6893 deleted.
6894 (browse-url-at-mouse, browse-url-netscape): Simplify.
6895
6896 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6897 modes.
6898 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6899 Fix previous change to mapcan.
6900 (msb--init-file-alist, msb--add-separators)
6901 (msb--make-keymap-menu): Simplify.
6902 (msb--choose-file-menu): Use copy-sequence.
6903 (msb-mode-map): Add title to keymap.
6904 (msb-unload-hook): New function.
6905
6906 * bs.el: Fix indentation.
6907 (bs) <defgroup>: Add :links.
6908 (bs-show): Doc fix.
6909 (bs-apply-sort-faces): Don't use window-system.
6910 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6911
6912 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6913
6914 * calendar/timeclock.el (timeclock-file): Run .timelog through
6915 convert-standard-filename.
6916
6917 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6918
6919 * emacs-lisp/authors.el: New file.
6920
6921 * paren.el (show-paren-priority): New user option.
6922 (show-paren-function): Set overlay priorities to
6923 show-paren-priority.
6924
6925 2000-08-14 Miles Bader <miles@gnu.org>
6926
6927 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6928 beginning-of-line with inhibit-field-text-motion bound.
6929
6930 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6931
6932 * calendar/timeclock.el: New file.
6933
6934 2000-08-14 David Ponce <david@dponce.com>
6935
6936 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6937 `widget-button-click'. so that one can use left mouse button to
6938 click on dialog buttons.
6939
6940 2000-08-14 Emmanuel Briot <briot@gnat.com>
6941
6942 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6943 identifiers, since XML is case sensitive
6944
6945 2000-08-12 Miles Bader <miles@gnu.org>
6946
6947 * comint.el (comint-output-filter): Don't bother frobbing
6948 window-start, it doesn't seem to be necessary.
6949
6950 * comint.el (comint-send-string, comint-send-region): Make into
6951 real functions. Snapshot the prompt before sending.
6952
6953 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6954
6955 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6956 technique similar to Info-index, instead of relying on specific
6957 names of relevant Index nodes.
6958 (Info-goto-emacs-command-node): Bind Info-history to nil when
6959 going to the first node found by Info-find-emacs-command-nodes.
6960
6961 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6962
6963 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6964
6965 2000-08-10 Miles Bader <miles@gnu.org>
6966
6967 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6968
6969 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6970
6971 * info.el (Info-file-list-for-emacs): More elements for the
6972 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6973 and woman manuals.
6974
6975 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6976
6977 * comint.el (comint-send-input): Make the newline boundary overlay
6978 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6979 (comint-output-filter): Use `insert' instead of
6980 `insert-before-markers'. Extend comint-last-output-overlay when
6981 necessary since we can't rely on insert-before-markers to do it.
6982 * gud.el (gud-filter): Use `with-current-buffer' instead of
6983 save-excursion when inserting the output, so that point gets
6984 updated correctly; the old method relied on a rather dodgy
6985 side-effect of comint-output-filter to avoid the effect of
6986 save-excursion.
6987
6988 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6989
6990 * files.el (recover-file): Call insert-directory instead of
6991 invoking `ls' directly.
6992
6993 2000-08-10 Miles Bader <miles@gnu.org>
6994
6995 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6996 (comint-last-prompt-overlay): New variables.
6997 (comint-output-filter): Implement prompt highlighting.
6998 (comint-snapshot-last-prompt): New function.
6999 (comint-send-input): Snapshot the last prompt.
7000 Use comint-highlight-input-face.
7001 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7002 Use defface instead of defcustom.
7003 (send-invisible, comint-send-eof): Snapshot the last prompt.
7004 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7005 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7006
7007 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7008
7009 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7010 (regexp-opt-group): Use a list of chars for `letters'.
7011 (regexp-opt-charset): `chars' is now a list of chars.
7012 Use a char-table rather than a vector so it works for multibyte chars.
7013
7014 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7015 Set cvs-minor-current-files to the selected fileinfo.
7016 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7017 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7018
7019 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7020
7021 * files.el (insert-directory): Don't call access-file on
7022 directories on DOS and Windows.
7023
7024 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7025
7026 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7027 longer if necessary.
7028 (ccl-embed-code): Call ccl-embed-data to store CODE in
7029 ccl-program-vector.
7030
7031 2000-08-09 Miles Bader <miles@gnu.org>
7032
7033 * comint.el (comint-output-filter): Properly handle the case where
7034 the text surrounded by comint-last-output-overlay was deleted.
7035
7036 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7037
7038 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7039 non-nil.
7040 (Info-file-list-for-emacs): Remove "info" from the list because
7041 that leads to trying to use the documentation from file `info'
7042 in various situations where it isn't appropriate, for instance
7043 C-h C-k C-h i.
7044
7045 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7046 DIR and/or STRING are nil.
7047
7048 * progmodes/compile.el (compilation-setup): Make variable
7049 compilation-error-screen-columns buffer-local, as some comment
7050 in the code suggests it should be.
7051
7052 * files.el (auto-mode-interpreter-regexp): New variable.
7053 (set-auto-mode): Use it.
7054
7055 * indent.el (indent-for-tab-command): Doc fix.
7056
7057 * mouse-sel.el (mouse-sel-mode): Doc fix.
7058
7059 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7060 labels.
7061
7062 * help.el (print-help-return-message): When
7063 display-buffer-reuse-frames is set, let the help window been quit,
7064 instead of deleting it, which might delete a reused frame.
7065
7066 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7067
7068 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7069 rename a directory to a name that differs only by its letter case.
7070
7071 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7072
7073 * international/quail.el (quail-define-rules): Handle Quail decode
7074 map correctly. Add code for supporting annotations.
7075 (quail-install-decode-map): New function.
7076 (quail-defrule-internal): New optional arguments decode-map and
7077 props.
7078 (quail-advice): New function.
7079
7080 2000-08-07 Sam Steingold <sds@gnu.org>
7081
7082 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7083 `defconst', `define-condition', `with-slots'.
7084 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7085
7086 2000-08-03 Miles Bader <miles@gnu.org>
7087
7088 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7089 New variable.
7090 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7091 comint-use-prompt-regexp-instead-of-fields.
7092 (comint-send-input): Add `input' field property to stuff we send to
7093 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7094 (comint-output-filter): Add `output' field property to process
7095 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7096 (comint-replace-by-expanded-history)
7097 (comint-get-old-input-default, comint-show-output)
7098 (comint-backward-matching-input, comint-forward-matching-input)
7099 (comint-next-prompt, comint-previous-prompt): Use field
7100 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7101 (comint-line-beginning-position): New function.
7102 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7103 (comint-replace-by-expanded-history-before-point): Use
7104 comint-line-beginning-position and line-end-position.
7105 (comint-last-output-overlay): New variable.
7106 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7107
7108 * shell.el (shell-prompt-pattern): Doc change.
7109 (shell-backward-command): Use line-beginning-position.
7110
7111 * gud.el (gud-gdb-complete-command): Use
7112 comint-line-beginning-position.
7113
7114 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7115 comint-bol doesn't actually go to the beginning of the line.
7116
7117 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7118 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7119 (try-expand-line-all-buffers): Likewise.
7120
7121 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7122 explicitly matching comint-prompt-regexp.
7123 (sql-copy-column): Use comint-line-beginning-position instead of
7124 explicitly matching comint-prompt-regexp.
7125
7126 * progmodes/octave-inf.el (inferior-octave-complete): Use
7127 comint-line-beginning-position.
7128
7129 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7130
7131 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7132 looking for a prompt, use `forward-line 0' instead of
7133 `beginning-of-line', to avoid getting caught by an input field.
7134
7135 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7136
7137 * files.el (shell-quote-wildcard-pattern): Make sure to return
7138 PATTERN, in the Unix case.
7139
7140 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7141
7142 * play/zone.el (zone): Discard any pending input before running
7143 the randomly-chosen pgm.
7144
7145 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7146
7147 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7148 checking the existence of any multibyte characters.
7149
7150 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7151
7152 * help.el (describe-mode): Test minor-mode symbol for being
7153 bound before testing its value for being nil.
7154
7155 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7156 `first', `second', and `third'.
7157
7158 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7159 (second): Make it an alias for `cadr'.
7160
7161 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7164 types of display support faces now.
7165
7166 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7167
7168 * pcvs.el (require): Require `cl' during compilation, only.
7169
7170 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7171 (toplevel): Remove `remq' and `remove' from autoloads.
7172 (cl-fake-autoloads): New variable. If set, arrange for an error
7173 when CL functions etc. are autoloaded.
7174
7175 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7176
7177 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7178
7179 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7180 popped up, but the user clicks outside the menu, return an empty
7181 regexp (that causes unhighlight-regexp to have no effect).
7182
7183 * menu-bar.el (menu-bar-games-menu): Add Zone.
7184
7185 * hi-lock.el (toplevel): Require font-lock.
7186
7187 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7188
7189 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7190 (ebnf-8-bit-chars): New var for bug fix.
7191 (ebnf-string): Bug fix.
7192
7193 2000-08-03 Sam Steingold <sds@gnu.org>
7194
7195 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7196 instead of `buffer-string'.
7197 (require 'cl): Always, not just when compiling.
7198 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7199 necessary.
7200
7201 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7202
7203 * international/mule-cmds.el (select-safe-coding-system): Make
7204 the message text about selecting a safe coding system more clear.
7205
7206 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7207
7208 * hi-lock.el: New file.
7209
7210 * play/zone.el: New file.
7211
7212 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7213 value of tab-width in the original buffer. Choose a line number
7214 format that's a multiple of the original buffer's tab width, so
7215 that lines appear right.
7216
7217 * textmodes/ispell.el (ispell): New function, replacing an alias.
7218 Spell-check active region if in transient-mark-mode and mark
7219 is active; otherwise spell-check buffer.
7220
7221 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7222
7223 * ps-mule.el: Fix a customization problem on
7224 ps-mule-font-info-database-default.
7225
7226 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7227
7228 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7229 display-mouse-p instead of window-system.
7230 (ebrowse-member-mode-map): Ditto.
7231
7232 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7233
7234 * progmodes/ebnf2ps.el: Update ps-print functions call.
7235 Indentation fix. Doc fix.
7236 (ebnf-version): New version number (3.2).
7237 (ebnf-format-color, ebnf-begin-job): Code fix.
7238
7239 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7240
7241 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7242 font lock support on window-system.
7243 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7244
7245 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7246 display-color-p, if fboundp, instead of window-system.
7247
7248 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7251 instead of window-system.
7252
7253 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7254 window-system.
7255 (widget-choice-mouse-down-action): Use display-popup-menus-p
7256 instead of window-system.
7257
7258 * strokes.el (strokes-file): Run the file name through
7259 convert-standard-filename.
7260 (strokes-mode): Call display-mouse-p instead of looking at
7261 window-system. Change the error message accordingly.
7262
7263 * progmodes/cpp.el (toplevel): Support faces on tty's.
7264
7265 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7266 (lm-plot-square, lm-init-display): Don't use window-system.
7267
7268 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7269 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7270
7271 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7272 instead of looking at window-system.
7273
7274 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7275
7276 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7277 of testing if iswitchb-prepost-hooks is bound, because the
7278 latter will always be true when invoking a recursive minibuffer
7279 from an active Iswitchb buffer.
7280
7281 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7282
7283 * files.el (shell-quote-wildcard-pattern): New function.
7284 (insert-directory): Call it. Only prepend "\" to command on Unix
7285 and GNU/Linux systems.
7286
7287 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7288
7289 * eshell/esh-groups.el: Change custom :link file names
7290 from `eshell.info' to `eshell'.
7291
7292 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7293
7294 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7295 correctly in recursive ange-ftp listings.
7296
7297 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7298
7299 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7300 ps-header-font-size-internal and
7301 ps-header-title-font-size-internal variables are not set,
7302 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7303 face text property is (foreground-color . COLOR) or
7304 `(background-color . COLOR)', ps-print crashes. Doc fix.
7305 (ps-print-version): New version number (5.2.4).
7306 (ps-plot-region): Code fix.
7307 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7308 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7309 Bug fix 2.
7310
7311 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7312
7313 * glasses.el (glasses-make-readable): Fix uncapitalization of
7314 identifiers like `myXMLDocument'.
7315
7316 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7317
7318 * mail/mail-hist.el (mail-hist-previous-input)
7319 (mail-hist-next-input): Do the obvious code factorization.
7320 (mail-hist-retrieve-and-insert): New func, contains common
7321 code of above two.
7322 If inserting a message body, leave point at top.
7323
7324 2000-07-28 Sam Steingold <sds@gnu.org>
7325
7326 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7327 Use `<=', not `<' to compare times!
7328 (ange-ftp-ls): Remove.
7329
7330 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7331
7332 * play/cookie1.el: Add explanation of how to make cookie.el
7333 compatible with strfile(1) to comment.
7334
7335 * subr.el (remove, remq): New functions.
7336
7337 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7338 escape `*' in regexps.
7339 (midnight-find): Reverse order of arguments in the funcall of
7340 TEST.
7341
7342 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7343 and `.class'.
7344
7345 * play/meese.el: Add Commentary section.
7346
7347 2000-07-27 Alex Schroeder <alex@gnu.org>
7348
7349 * sql.el (sql-ms): Added autoload cookie.
7350 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7351 (sql-oracle): Ditto.
7352 (sql-help): Doc change.
7353
7354 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7355 types and exceptions.
7356
7357 2000-07-27 Alex Schroeder <alex@gnu.org>
7358
7359 * sql.el (sql-placeholder-history): New variable.
7360 (sql-query-placeholders-and-send): New function that will query
7361 the user and replace placeholders with user input.
7362 (sql-oracle): If running on NT, set comint-input-sender to
7363 sql-query-placeholders-and-send.
7364
7365 (sql-stop): If in the SQLi buffer, insert stop notification, else
7366 present it as a message.
7367
7368 2000-07-27 Alex Schroeder <alex@gnu.org>
7369
7370 * sql.el (sql-input-ring-separator): Doc change.
7371 (sql-input-ring-file-name): Doc change.
7372 (sql-interactive-mode): Use `sql-input-ring-separator' and
7373 `sql-input-ring-file-name' to set the comint-mode equivalents
7374 without making them local variables.
7375 (sql-stop): Don't bind `sql-input-ring-separator' and
7376 `sql-input-ring-file-name' dynamically to their comint-mode
7377 equivalents.
7378
7379 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7380
7381 * international/mule.el (register-char-codings): New function.
7382 (make-coding-system): Handle `safe-chars' specification in the arg
7383 PROPERTY.
7384
7385 * international/mule-cmds.el
7386 (find-coding-systems-region-subset-p): This function deleted.
7387 (sort-coding-systems-predicate): New variable.
7388 (sort-coding-systems): New function.
7389 (find-coding-systems-region): Use
7390 find-coding-systems-region-internal.
7391 (find-coding-systems-string): Use find-coding-systems-region.
7392 (find-coding-systems-for-charsets): Check
7393 char-coding-system-table.
7394 (select-safe-coding-system-accept-default-p): New variable.
7395 (select-safe-coding-system): Mostly rewritten. New argument
7396 ACCEPT-DEFAULT-P.
7397 (select-message-coding-system): Call select-safe-coding-system
7398 with ACCEPT-DEFAULT-P arg.
7399 (reset-language-environment): Reset default-sendmail-coding-system
7400 to the default value iso-latin-1.
7401 (set-language-environment): Don't set the obsolete variable
7402 charset-origin-alist.
7403
7404 * international/codepage.el (cp-coding-system-for-codepage-1):
7405 Give `safe-chars' property to make-coding-system.
7406
7407 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7408 calling select-message-coding-system twice.
7409
7410 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7411 instead of `safe-charsets'.
7412 (cyrillic-alternativnyj): Likewise.
7413 (ccl-encode-alternativnyj): Don't check the charset
7414 cyrillic-iso8859-5.
7415
7416 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7417
7418 * composite.el (compose-chars-after): Preserve match data.
7419
7420 2000-07-26 Sam Steingold <sds@gnu.org>
7421
7422 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7423 (ange-ftp-real-file-newer-than-file-p): New function.
7424 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7425 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7426
7427 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7428 * midnight.el (midnight-float-time): Ditto.
7429
7430 2000-07-26 Andreas Schwab <schwab@suse.de>
7431
7432 * files.el (normal-backup-enable-predicate): Correct
7433 interpretation of the return value of compare-strings.
7434
7435 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7436
7437 * isearch.el (isearch-resume): New function.
7438 (isearch-done): Add something to command-history to resume
7439 the search.
7440 (isearch-yank-line, isearch-yank-word): Use
7441 buffer-substring-no-properties instead of buffer-substring.
7442
7443 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7444 of flyspell-mouse-map.
7445
7446 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7447 duplicate definition.
7448 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7449
7450 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7451 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7452
7453 2000-07-25 Sam Steingold <sds@gnu.org>
7454
7455 * net/ange-ftp.el: Get modtime over the net.
7456 (ange-ftp-file-modtime): New function.
7457 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7458 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7459 Use it.
7460 (ange-ftp-dot-to-slash): New function.
7461 (ange-ftp-fix-name-for-vms): Use it.
7462
7463 * midnight.el (midnight-buffer-display-time): Use
7464 `with-current-buffer'.
7465
7466 2000-07-25 Gerd Moellmann <gerd@gnu.org>
7467
7468 * find-dired.el: Update copyright notice.
7469 (find-dired): Offer to kill a running `find'.
7470
7471 * enriched.el (enriched-face-ans): For a `foreground-color'
7472 property, return '(("x-color" COLOR))' so that COLOR will be
7473 output as a parameter of the x-color annotation. Likewise for the
7474 `background-color' property. In the case of normal face
7475 properties, don't return annotations for unspecified foreground
7476 and background face attributes.
7477
7478 2000-07-25 Kenichi Handa <handa@etl.go.jp>
7479
7480 * language/japan-util.el (japanese-katakana-region): Fix handling
7481 HANKAKU argument.
7482
7483 2000-07-25 Miles Bader <miles@gnu.org>
7484
7485 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7486 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7487 constrain-to-field.
7488
7489 2000-07-24 Andrew Innes <andrewi@gnu.org>
7490
7491 * timer.el (timer-activate-when-idle): Add optional parameter
7492 DONT-WAIT. Update docstring.
7493 (run-with-idle-timer): Specify extra parameter to
7494 timer-activate-when-idle, so that timer will be activated
7495 immediately if Emacs is already idle.
7496
7497 * w32-fns.el (w32-using-nt): Fix docstring.
7498
7499 2000-07-24 Dave Love <fx@gnu.org>
7500
7501 * mouse.el (popup-menu): Set last-command-event.
7502 (mouse-major-mode-menu-prefix): Declare.
7503
7504 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7505
7506 * textmodes/flyspell.el: Update to author's version 1.5d.
7507
7508 * progmodes/hideshow.el: Update copyright notice.
7509
7510 * vcursor.el: Set maintainer to FSF, since author cannot
7511 be reached.
7512
7513 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7516 the prompt.
7517
7518 * mouse.el (popup-menu): Run the keymap through indirect-function,
7519 in case it was defined with define-prefix-key. If the menu is a
7520 list of keymaps, look up the binding of user's choice in each one
7521 of the keymaps.
7522 (mouse-popup-menubar): If the global and local menu-bar keymaps
7523 don't have a prompt string, create one and insert it into the
7524 keymap. Don't barf if current-local-map returns nil.
7525
7526 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7527
7528 * dired.el (dired-sort-R-check): Added to allow recursive listing
7529 to be undone.
7530 (dired-sort-other): Use it.
7531
7532 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7533
7534 * Release of cc-mode 5.27
7535
7536 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7537
7538 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7539 c-beginning-of-statement-1 that caused a bad case of recursion
7540 which could consume a lot of CPU in large classes in languages
7541 that have in-expression classes (i.e. Java and Pike).
7542
7543 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7544 statements before top level constructs (i.e. case 6 is moved
7545 before case 5 and is now case 4) to catch in-expression
7546 classes in top level expressions correctly.
7547
7548 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7549
7550 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7551 objc-method-intro. Case 4 removed and case 5I added.
7552
7553 * cc-langs.el (c-append-paragraph-start): New variable used by
7554 c-common-init to get paragraph-start correct.
7555 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7556 initialize paragraph-start to make it correct both with and
7557 without the javadoc special case.
7558
7559 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7560 initialize paragraph-start for javadoc markup.
7561
7562 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7563 change by defaulting this to t. It's motivated by the
7564 confusing behavior that otherwise arise from the style system
7565 when editing both java and non-java files at the same time
7566 (see the comments about style setting in c-common-init).
7567
7568 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7569
7570 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7571 similar to the one in c-fill-paragraph to check the fill
7572 prefix from the adaptive fill function for sanity.
7573
7574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7575
7576 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7577 defun block.
7578
7579 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7580
7581 * cc-mode.texi Documented the change of cpp-macro.
7582
7583 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7584
7585 * cc-align.el (c-lineup-multi-inher): Handle lines with
7586 leading comma nicely. Extended to handle member initializers
7587 too.
7588
7589 * cc-engine.el: (c-beginning-of-inheritance-list,
7590 c-guess-basic-syntax): Fixed recognition of inheritance lists
7591 when the lines begins with a comma.
7592
7593 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7594
7595 * cc-vars.el (c-offsets-alist): Changed default for
7596 member-init-cont to c-lineup-multi-inher since it now handles
7597 member initializers and indents better for leading commas.
7598
7599 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7600
7601 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7602 handling that caused class open lines to be recognized as
7603 statement-conts in some cases.
7604
7605 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7606 guessed by the adaptive fill function unless point is on the
7607 first line of a block comment.
7608
7609 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7610 when the buffer ends with a macro continuation char.
7611
7612 * cc-engine.el (c-guess-basic-syntax): Added support for
7613 function definitions as statements in Pike. The first
7614 statement in a lambda block is now labeled defun-block-intro
7615 instead of statement-block-intro.
7616
7617 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7618 so that the class surrounding point is selected, not the one
7619 innermost in the state.
7620
7621 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7622 recognition of switch labels having hanging multiline
7623 statements.
7624
7625 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7626 some code in c-guess-basic-syntax to a separate function.
7627 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7628 recognition of member inits with multiple line arglists.
7629 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7630 member-init-cont when the commas are in funny places.
7631
7632 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7633
7634 * cc-defs.el (c-auto-newline): Removed this macro since it's
7635 not used anymore.
7636
7637 * cc-engine.el (c-looking-at-bos): New helper function.
7638 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7639 inexpr and toplevel classes apart in Pike.
7640
7641 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7642 of case 9A.
7643
7644 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7645 constant, since "class" can introduce an in-expression class
7646 in Pike nowadays.
7647
7648 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7649
7650 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7651 indentation on cpp-macro lines.
7652
7653 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7654 a syntax modifier like comment-intro, to make it possible to
7655 get syntactic indentation for preprocessor directives. It's
7656 incompatible wrt to lineup functions on cpp-macro, but it has
7657 no observable effect in the 99.9% common case where cpp-macro
7658 is set to -1000.
7659
7660 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7661
7662 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7663 member-init-cont when the preceding arglist is several lines.
7664
7665 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7666
7667 * cc-styles.el (c-style-alist): The basic offset for the BSD
7668 style corrected to 8.
7669
7670 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7671
7672 * cc-styles.el (c-style-alist): Adjusted the indentation of
7673 brace list openers in the gnu style.
7674
7675 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7676
7677 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7678
7679 * cc-cmds.el (c-electric-brace, c-electric-slash,
7680 c-electric-star, c-electric-semi&comma, c-electric-colon,
7681 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7682 when c-syntactic-indentation is nil.
7683
7684 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7685 we were left at comments preceding the first statement when
7686 reaching the beginning of the buffer.
7687
7688 * cc-vars.el (c-syntactic-indentation): New variable to turn
7689 off all syntactic indentation.
7690
7691 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7692
7693 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7694 between the text and the block comment ender when it hangs,
7695 depending on how many there are before the fill.
7696
7697 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7698
7699 * cc-engine.el (c-beginning-of-closest-statement): New helper
7700 function to go back to the closest preceding statement start,
7701 which could be inside a conditional statement.
7702 * cc-engine.el (c-guess-basic-syntax): Use
7703 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7704
7705 * cc-engine.el (c-guess-basic-syntax): Better handling of
7706 arglist-intro, arglist-cont-nonempty and arglist-close when
7707 the arglist is nested inside parens. Cases 7A, 7C and 7F
7708 changed.
7709
7710 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7711 up-to-date with javadoc 1.2.
7712
7713 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7714
7715 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7716 multiline Pike type decls.
7717
7718 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7719
7720 * cc-cmds.el (c-indent-new-comment-line): Always break
7721 multiline comments in multiline mode, regardless of
7722 comment-multi-line.
7723
7724 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7725
7726 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7727 fully::qualified::names in C++ member init lists. Preamble in
7728 case 5D changed.
7729
7730 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7731
7732 * cc-langs.el (c-common-init): Handling of obsolete variables
7733 moved to c-initialize-cc-mode. More compatible style override
7734 when using global style variables.
7735 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7736 variables moved here.
7737
7738 * cc-mode.texi: Documented the special behavior of
7739 c-special-indent-hook as a style variable. Don't talk about
7740 doing (c-make-styles-buffer-local t) in a mode hook, since
7741 that's already too late to work right.
7742
7743 * cc-styles.el (c-make-styles-buffer-local): Flag style
7744 variable localness in c-style-variables-are-local-p to make
7745 the compatibility measure in c-common-init work well.
7746
7747 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7748 longer contain set-from-style.
7749 * cc-styles.el (c-initialize-builtin-style): Don't check for
7750 set-from-style on c-special-indent-hook.
7751 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7752 copy-alist is sufficient now.
7753
7754 * cc-styles.el (c-set-style, c-set-style-1,
7755 c-get-style-variables): Fixes to variable initialization so
7756 that duplicate entries in styles have the same effect
7757 regardless of DONT-OVERRIDE.
7758
7759 * cc-styles.el (c-set-style-2): Fixed bug where the
7760 initialization of inheriting styles failed when the
7761 dont-override flag is set.
7762
7763 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7764 on this.
7765
7766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7767
7768 * cc-defs.el (c-forward-comment): Removed the workaround
7769 introduced in 5.38 since it had worse side-effects. If a line
7770 contains the string "//\"", it regarded the // as a comment
7771 start since the \ temporarily doesn't have escape syntax.
7772
7773 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7774
7775 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7776 ada-xref.el before ada-prj.el, so that the Project menu is created
7777 when ada-prj tries to add to it.
7778 (ada-activate-keys-for-case): Suppress the characters that are not
7779 part of the Ada syntax. Better compatibility with else-mode
7780 (ada-adjust-case-interactive): When auto-casing is not active,
7781 correctly insert newlines (used to insert only ^M). Prevent the
7782 syntax table from being changed in case of an error
7783 (or '_' becomes part of a word and some commands are confused).
7784 Do nothing if ada-auto-case is nil.
7785 (ada-after-keyword-p): Ignore keywords that are also attributes
7786 (ada-batch-reformat): Update usage comment
7787 (ada-call-from-contextual-menu): New function
7788 (ada-case-read-exceptions): Reinitialize the casing exception list
7789 first to nil first, so that the casing exception file can be
7790 shared.
7791 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7792 files.
7793 (ada-compile-goto-error): Fix regexp used to detect a file:line
7794 anywhere in the error message
7795 (ada-contextual-menu-last-point): New variable
7796 (ada-create-keymap): If the variable delete-key-deletes-forward is
7797 t on XEmacs, it means that DEL should delete one character
7798 forward.
7799 (ada-create-menu): Use :included instead of :visible for XEmacs.
7800 New submenu "Options".
7801 (ada-end-stmt-re): Correctly indent "select ... then abort"
7802 statements.
7803 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7804 even if they don't match ada-fill-comment-prefix Fix handling of
7805 paragraphs on the first or last line of a file.
7806 (ada-format-paramlist): Fix handling of default parameter values.
7807 (ada-get-body-name): New function.
7808 (ada-get-current-indent): Optimized by searchling directly for an
7809 existing generic part or a statement outside of it. Handle
7810 ada-indent-align-comments when indenting comments Replaced some
7811 regexps by testing directly the next character. This results in a
7812 huge speedup on some files. New indentation scheme for renames
7813 statements. Stop looking for the 'while' or 'for' associated with
7814 a 'loop' at the first semicolon encountered. A "return" can also
7815 match an anonymous access subprogram declaration.
7816 (ada-get-indent-noindent): Ignore strings and comments when
7817 looking for the keywords "record" and "private".
7818 (ada-goto-matching-decl-start): When matching "if", make sure we
7819 are not in fact seeing "end if". Ignore "when" statements except
7820 when initial keyword was "begin". Fix handling of nested
7821 procedures. Add a recursive call to this function to skip over
7822 other 'end' statmts. Fix indentation for "when .. => begin"
7823 (ada-in-open-paren-p): Fix indentation for complex boolean
7824 expressions, where 'and then', 'or else' and parenthesis
7825 statements are mixed up.
7826 (ada-in-paramlist-p): Skip comments while searching for the
7827 beginning Fix handling of operator declarations.
7828 (ada-indent-align-comments): New variable
7829 (ada-indent-current): Change the syntax table only in the
7830 protected section, so that we are sure it is restored correctly.
7831 (ada-indent-on-previous-lines): Use ada-use-indent and
7832 ada-with-indent Correctly indent "select ... then"
7833 (ada-indent-region): Slight speedup.
7834 (ada-indent-renames): New variable.
7835 (ada-last-which-function-subprog, ada-last-which-function-line):
7836 New variables
7837 (ada-looking-at-semi-private): Correctly indent the 'private'
7838 keyword when it is the first word in a package declaration.
7839 (ada-loose-case-word): Stop searching if at the end of the buffer.
7840 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7841 even if point is not initially at the end of the word.
7842 (ada-matching-decl-start-re): Add "when".
7843 (ada-mode): Add support for abbrev-mode, outline-mode and
7844 which-func-mode Override the old find-file.el entry in
7845 ff-special-constructs since it is using the obsolete
7846 ada-spec-suffix variable
7847 (ada-no-auto-case): New function
7848 (ada-scan-paramlist): When parsing the argument type, accept
7849 spaces (as in "X 'Class", generated by Rational Rose).
7850 (ada-other-file-name): No longer loads the other file.
7851 (ada-popup-menu): Save and restore the current buffer and cursor
7852 position before and after displaying the menu.
7853 (ada-search-ignore-complex-boolean): New function.
7854 (ada-uncomment-region): Emacs21 already knows how to delete
7855 comments not starting in the first column.
7856 (ada-use-indent): New variable
7857 (ada-which-function): New function.
7858 (ada-with-indent): New variable
7859 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7860 can be batch-compiled from the command line.
7861
7862 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7863 Add to the menu when the file is loaded, not in ada-mode-hook.
7864 Add -toolbar to the default ddd command Switches moved from
7865 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7866 ada-prj-default-comp-opt
7867 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7868 Reference Manual to the menu
7869 (ada-check-current): rewritten as a call to ada-compile-current
7870 (ada-compile): Removed.
7871 (ada-compile-application, ada-compile-current, ada-check-current):
7872 Set the compilation-search-path so that compile.el automatically
7873 finds the sources in src_dir. Automatic scrollong of the
7874 compilation buffer. C-uC-cC-c asks for confirmation before
7875 compiling
7876 (ada-compile-current): New parameter, prj-field
7877 (ada-complete-identifier): Load the .ali file before doing
7878 processing
7879 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7880 conform to gnatmake's behavior.
7881 (ada-find-file-in-dir): New function
7882 (ada-find-references): Set the environment variables for gnatfind
7883 (ada-find-src-file-in-dir): New function.
7884 (ada-first-non-nil): Removed
7885 (ada-gdb-application): Add support for jdb, the java debugger.
7886 (ada-get-ada-file-name): Load the original-file first if not done
7887 yet.
7888 (ada-get-all-references): Handles the new ali syntax (parent types
7889 are found between <>).
7890 (ada-initialize-runtime-library): New function
7891 (ada-mode-hook): Always load a project file when a file is opened,
7892 so that the casing exceptions are correctly read.
7893 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7894 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7895 to open the project file, since the latter does not work with
7896 speedbar Get default values before loading the prj file, or the
7897 default executable file name is wrong. Use the absolute value of
7898 src_dir to initialize ada-search-directories and
7899 compilation-search-path,... Add the standard runtime library to
7900 the search path for find-file.
7901 (ada-prj-default-debugger): Was missing an opening '{'
7902 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7903 variables.
7904 (ada-prj-default-gnatmake-opt): New variable
7905 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7906 buffers, the project file is the default one Save the windows
7907 configuration before displaying the menu.
7908 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7909 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7910 ...) regexp-quote identifiers names to support operators +,
7911 -,... in regexps.
7912 (ada-remote): New function.
7913 (ada-run-application): Erase the output buffer before starting the
7914 run Support remote execution of the application. Use
7915 call-process, or the arguments are incorrectly parsed
7916 (ada-set-default-project-file): Reread the content of the active
7917 project file, not the one from the current buffer When a project
7918 file is set as the default project, all directories are
7919 automatically associated with it.
7920 (ada-set-environment): New function
7921 (ada-treat-cmd-string): New special variable ${current}
7922 (ada-treat-cmd-string): Revised. The substitution is now done for
7923 any ${...} substring
7924 (ada-xref-current): If no body was found, compiles the spec
7925 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7926 compiler to get rid of command line length limitations.
7927 (ada-xref-get-project-field): New function
7928 (ada-xref-project-files): New variable
7929 (ada-xref-runtime-library-specs-path)
7930 (ada-xref-runtime-library-ali-path): New variables
7931 (ada-xref-set-default-prj-values): Default run command now does a
7932 cd to the build directory. New field: main_unit Provide a default
7933 file name even if the current buffer has no prj file.
7934
7935 * ada-prj.el:
7936 Rewritten to show a tabbed-dialog.
7937 (ada-prj-add-ada-menu): Remove the map and name parameters.
7938 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7939 New function
7940 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7941 (ada-prj-load-from-file): New function
7942 (ada-prj-save): Always save fields that depend on the current buffer
7943 (ada-prj-show-value): New function
7944
7945 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7946 Ada mode. This will allow us to display the Ada menu in any buffer
7947 we want (for project items).
7948 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7949 number of spaces in the header.
7950
7951 2000-07-24 Dave Love <fx@gnu.org>
7952
7953 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7954
7955 2000-07-23 Noah Friedman <friedman@splode.com>
7956
7957 * type-break.el (type-break): perform autosave.
7958 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7959 (type-break-do-query): Cancel query schedule while performing
7960 actual query, to avoid possibility of a second query being made
7961 while first one is already in progress.
7962 (type-break-time-stamp-format): New variable.
7963 (type-break-time-stamp): New function.
7964 (type-break-time-warning): Use it.
7965 (type-break-keystroke-warning): Use it.
7966 (type-break-noninteractive-query): Use it.
7967
7968 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7969 cookie.
7970 Use add-minor-mode to set minor-mode-alist, if available.
7971 (eldoc-echo-area-use-multiline-p): New user option.
7972 (eldoc-echo-area-multiline-supported-p): New variable.
7973 (eldoc-docstring-format-sym-doc): Use them.
7974 (eldoc-mode): If not using idle timers, append to local post and
7975 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7976 (eldoc-display-message-no-interference-p): Don't interfere with
7977 edebug.
7978 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7979 (eldoc-function-arglist): New function.
7980 (eldoc-function-argstring): Use it.
7981
7982 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7983 auto save directory exists before calling directory-files.
7984
7985 2000-07-23 Dave Love <fx@gnu.org>
7986
7987 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7988 ^o, ^u.
7989
7990 2000-07-21 Dave Love <fx@gnu.org>
7991
7992 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7993 now passed to the function. It now works properly.
7994
7995 * smerge-mode.el (smerge-mode-menu): Fill it out.
7996
7997 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7998
7999 * info-look.el (info-lookup): If *info* is shown in another frame
8000 on the same display, select that frame, instead of switching to
8001 the Info buffer in another window of the selected frame.
8002
8003 * simple.el (universal-argument-map): Bind numeric keypad keys
8004 kp-0 to kp-9 and kp-subtract.
8005 (digit-argument): Handle these keys.
8006
8007 2000-07-20 Dave Love <fx@gnu.org>
8008
8009 * net/goto-addr.el (goto-address-fontify): Don't bother with
8010 buffer-modified and read-only stuff -- irrelevant with overlays.
8011 Put an extra property on the overlays and use it to clean up in
8012 case goto-address is re-run.
8013
8014 2000-07-19 Richard M. Stallman <rms@gnu.org>
8015
8016 * timer.el (run-with-idle-timer): Doc fix.
8017
8018 * mail/mail-utils.el (mail-strip-quoted-names):
8019 Handle case where <...> appears inside "...".
8020 Use replace-match to edit the string more simply.
8021 (rmail-dont-reply-to): Cope with an unmatched ".
8022
8023 2000-07-19 Dave Love <fx@gnu.org>
8024
8025 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8026 implementation.
8027
8028 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8029 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8030 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8031
8032 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8033
8034 * textmodes/refer.el: Correct maintainer's email address.
8035
8036 * progmodes/hideif.el: Correct author's email address.
8037 Fix typo in comment.
8038
8039 * xml.el: New file.
8040
8041 * mail/mailheader.el: Correct author's mail address.
8042
8043 * gnus/parse-time.el: Correct author's mail address.
8044
8045 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8046
8047 * comint.el (comint-highlight-input, comint-highlight-face):
8048 New user options.
8049 (comint-input-ring-file-name): Change custom type.
8050 (comint-mode-map): Bind mouse-2.
8051 (comint-insert-clicked-input): New function.
8052 (comint-send-input): Handle input highlighting.
8053
8054 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8055
8056 * mouse.el (popup-menu): New function.
8057 (mouse-major-mode-menu): Use it.
8058
8059 2000-07-18 Dave Love <fx@gnu.org>
8060
8061 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8062 improvements.
8063
8064 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8065
8066 * faces.el (face-font-selection-order)
8067 (face-font-family-alternatives): Add custom type.
8068
8069 2000-07-18 Dave Love <fx@gnu.org>
8070
8071 * cus-edit.el (custom-variable-reset-saved)
8072 (custom-variable-reset-standard): Remove unused bindings.
8073
8074 * rect.el (open-rectangle-line): Remove unused let.
8075
8076 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8077
8078 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8079
8080 * cdl.el: Fix `Maintainer' keyword.
8081
8082 * play/pong.el: Add author's email address.
8083
8084 2000-07-17 Sam Steingold <sds@gnu.org>
8085
8086 * files.el (insert-directory): Call `split-string' instead of
8087 re-implementing it.
8088
8089 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8090
8091 * mail/vms-pmail.el: Change maintainer to FSF.
8092
8093 * net/goto-addr.el: Change maintainer to FSF.
8094
8095 * info.el (Info-title-face-alist): Removed.
8096
8097 2000-07-18 David Ponce <david@dponce.com>
8098
8099 * recentf.el (recentf-open-files): New command that works like
8100 `recentf-open-more-files', but shows the whole list of files (not just
8101 those omitted from the menu). Useful if you don't use a menu-bar!
8102 (recentf-open-more-files) Modified to use `recentf-open-files'.
8103
8104 (recentf-open-files, recentf-open-more-files)
8105 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8106
8107 (recentf-dialog-mode): New mode for dialogs. You can now just type
8108 "q" to cancel the dialogs.
8109
8110 2000-07-18 David Ponce <david@dponce.com>
8111
8112 * recentf.el: This is a major update of recentf.el. It adds new
8113 features to better organize the recentf menu and "More..." buffer.
8114
8115 Using new provided menu filtering functions you can now organize the
8116 recent files list:
8117
8118 - by major modes
8119 - by directories
8120 - by user defined rules
8121
8122 Finally, with the new `recentf-filter-changer' customizable filter you
8123 can define a ring of filters and dynamically (via the menu) cycle on
8124 each menu organization in the ring (a la msb).
8125
8126 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8127
8128 * eshell/eshell.el (eshell): Replace links to eshell.info with
8129 links to eshell, to avoid problems on systems where the manual is
8130 installed as `eshell'.
8131 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8132 * eshell/em-smart.el (eshell-smart): Ditto.
8133 * eshell/em-banner.el (eshell-banner): Ditto.
8134 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8135
8136 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8137 same-file check in the MS-DOS version (it does support inodes).
8138
8139 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8140
8141 * eshell/eshell.el (eshell-directory-name):
8142 Run default directory name through convert-standard-filename.
8143
8144 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8145
8146 * international/mule-cmds.el (select-safe-coding-system):
8147 Fix typo in the comment.
8148
8149 * language/european.el (compound-text):
8150 Force katakana-jisx0201 to be designated to G1.
8151
8152 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8153 Don't translate some national variant characters of latin-jisx0201.
8154 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8155
8156 * international/kkc.el (kkc-after-update-conversion-functions):
8157 New variable.
8158 (kkc-update-conversion): Run functions in it at the tail.
8159
8160 2000-07-16 John Wiegley <johnw@gnu.org>
8161
8162 * lisp/align.el (align-newline-and-indent):
8163 Adding new function. for auto-aligning blocks of code on RET.
8164 (align-region): Fixed badly formatted minibuffer message.
8165
8166 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8167
8168 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8169 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8170 the conversion list at first if appropriate.
8171 (kkc-next): Don't update kkc-next-count here.
8172 (kkc-prev): Don't update kkc-prev-count here.
8173 (kkc-show-conversion-list-update): Fix setting up of conversion
8174 list message.
8175
8176 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8177
8178 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8179
8180 2000-07-16 Dave Love <fx@gnu.org>
8181
8182 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8183 function to be more specific.
8184
8185 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8186 non-string help-echo.
8187 (widget-types-convert-widget): Defsubst it.
8188 (widget-echo-help): Try to cope with a help-echo function of two
8189 possible sorts.
8190
8191 2000-07-15 Jason Rumney <jasonr@gnu.org>
8192
8193 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8194 Declare as obsolete.
8195
8196 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8197
8198 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8199
8200 * hilit-chg.el: Fix typo.
8201
8202 2000-07-14 Dave Love <fx@gnu.org>
8203
8204 * info.el (Info-mode-menu): Fix use of :help, :enable.
8205
8206 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8207
8208 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8209
8210 2000-07-13 Dave Love <fx@gnu.org>
8211
8212 * emacs-lisp/easymenu.el: Doc fixes.
8213 (easy-menu-remove): Defalias to ignore.
8214
8215 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8216 Call throw correctly.
8217
8218 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8219
8220 * faces.el (frame-background-mode): Doc fix.
8221
8222 * simple.el (eval-expression-print-length): Change custom type to
8223 allow entering nil as value.
8224
8225 2000-07-13 Dave Love <fx@gnu.org>
8226
8227 * progmodes/fortran.el (fortran-imenu-generic-expression):
8228 Change definition layout.
8229 (fortran-mode-menu): Reinstate customize entries.
8230
8231 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8232 Use :filter, per old XEmacs code.
8233
8234 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8235
8236 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8237 event when deciding what to send to the terminal.
8238
8239 2000-07-12 Dave Love <fx@gnu.org>
8240
8241 * cus-start.el: Add optional version as 4th element of specs and
8242 use it for several things new in v21. Remove load-path. Fix type
8243 of line-number-display-limit.
8244
8245 2000-07-11 Dave Love <fx@gnu.org>
8246
8247 * progmodes/fortran.el: Don't require easymenu.
8248 Use repeat counts in various regexps.
8249 (fortran-mode-syntax-table): Defvar directly.
8250 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8251 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8252 Use defvar, not defconst.
8253 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8254 (fortran-mode): Set fortran-comment-line-start-skip,
8255 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8256 (fortran-comment-indent): Use defsubst.
8257 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8258 Use fortran-comment-indent, not fortran-comment-indent-function.
8259 (fortran-comment-region, fortran-electric-line-number): Simplify.
8260 (fortran-auto-fill): New function.
8261 (fortran-do-auto-fill): Deleted.
8262 (fortran-find-comment-start-skip):
8263 Check for non-null comment-start-skip.
8264 (fortran-auto-fill-mode, fortran-fill-statement):
8265 Use fortran-auto-fill.
8266 (fortran-fill): Use fortran-auto-fill. Check for null
8267 comment-start-skip. Simplify final clause and use end-of-line finally.
8268
8269 * widget.el (widget-plist-member): New alias.
8270
8271 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * eshell/esh-module.el (toplevel): Reference
8274 byte-compile-current-file only if it is bound.
8275
8276 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8277
8278 * dired.el: Don't require `dired-aux'.
8279
8280 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8281
8282 * dired-aux.el (dired-show-file-type): New function.
8283 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8284 (dired-show-file-type): Add autoload.
8285
8286 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8287
8288 * international/mule-diag.el (describe-font): Adjusted for the
8289 change of fontset-info.
8290 (print-fontset): Likewise.
8291
8292 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8293
8294 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8295
8296 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8297
8298 * bindings.el: Bind `[delete]' to delete-char.
8299
8300 * dired.el (dired-find-alternate-file): New function.
8301 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8302 (toplevel): Require dired-aux when compiling.
8303 (dired-buffers): Move defvar within file to avoid compiler warning.
8304
8305 * info.el (Info-last-search): Variable removed.
8306 (Info-search-history): New variable.
8307 (Info-search): New Info-search-history.
8308
8309 * battery.el, info-look.el: Change author's mail address.
8310
8311 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8312
8313 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8314 if rmail-ignored-headers is nil.
8315 (rmail-retry-failure): Bind rmail-ignored-headers and
8316 rmail-displayed-headers to nil.
8317
8318 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8319
8320 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8321 (print-region-1): Don't hard code `-h' here.
8322
8323 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8324
8325 2000-07-01 Francesco Potorti` <pot@gnu.org>
8326
8327 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8328 exim can use "your message" instead of "the message".
8329
8330 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8331
8332 * facemenu.el: Docstrings fixes.
8333 (facemenu-get-face): Don't use internal-find-face.
8334 (facemenu-iterate): Rename arg to match the docstring.
8335
8336 * newcomment.el (uncomment-region): Be more careful when skipping
8337 backwards over `=' not to bump into BOBP.
8338
8339 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8340
8341 * ediff-diff.el (ediff-wordify): Use syntax table.
8342 * ediff-init.el (ediff-has-face-support-p): Use
8343 ediff-color-display-p.
8344 (ediff-color-display-p): Use display-color-p, changed to defun
8345 from defsubst.
8346 Got rid of special cases for NeXT and OS/2.
8347 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8348 face.
8349
8350 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8351
8352 * emacs-lisp/lucid.el: Require CL.
8353 (copy-tree, remprop): Remove, it's provided by CL.
8354 (map-keymap): Define in terms of cl-map-keymap.
8355 (extent-property, set-extent-end-glyph): New functions.
8356
8357 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8358
8359 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8360
8361 * Makefile.in (DONTCOMPILE): Add comment that the name may
8362 not be changed without changing the make-dist script.
8363
8364 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8365 (cl-mapc): Use mapc instead of cl-old-mapc.
8366
8367 2000-07-05 Andrew Innes <andrewi@gnu.org>
8368
8369 * makefile.nt: Add support for `bootstrap' and related targets.
8370
8371 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8372
8373 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8374 (easy-menu-do-define): Use `menu-item' format.
8375 Handle case where easy-menu-create-menu returns a symbol.
8376 Manually call the potential top-level filter in the function binding.
8377 (easy-menu-filter-return): New arg NAME.
8378 Convert to a keymap if MENU is an XEmacs menu.
8379 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8380 (easy-menu-converted-items-table, easy-menu-convert-item):
8381 New var and fun to memoize easy-menu-convert-item-1.
8382 (easy-menu-do-add-item): Use it.
8383 (easy-menu-create-menu): Use easy-menu-convert-item.
8384 Wrap easy-menu-filter-return around any :filter specification.
8385 Don't convert the menu if a filter was specified.
8386 Tell easy-menu-make-symbol not to check for MENU being an expression.
8387 (easy-menu-make-symbol): New arg NOEXP.
8388
8389 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8390
8391 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8392 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8393 (eval-defun): If called with prefix arg, instrument code for
8394 Edebug.
8395
8396 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8397 similar to that of eval-defun.
8398
8399 2000-07-04 Dave Love <fx@gnu.org>
8400
8401 * hl-line.el (hl-line-overlay): Make it permanent-local.
8402
8403 * calendar/todo-mode.el: Replaced with a working version, based on
8404 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8405
8406 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8407
8408 * paths.el (prune-directory-list): New function.
8409 (Info-default-directory-list): Rewritten to more methodically
8410 enumerate a big list of possible info directories (based on the
8411 list used by the standalone info reader).
8412
8413 * info.el (info-initialize): Use prune-directory-list to remove
8414 non-existent directories from Info-directory-list.
8415
8416 * paths.el (Info-default-directory-list): Try a list of possible
8417 info-directories instead of a single one. Add the possible
8418 info directory "/usr/share/info".
8419
8420 * woman.el (woman-man.conf-path): Explicitly include the debian
8421 man-db config file "/etc/manpath.config".
8422 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8423 are present in `manpath.config'.
8424 (woman-manpath): Include "/usr/share/man".
8425
8426 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8427
8428 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8429
8430 * startup.el (command-line): Initialize blink-cursor based
8431 on window-system.
8432
8433 * frame.el (blink-cursor): Default to nil if not running under
8434 a window-system.
8435
8436 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8437 (face-x-resources): Remove duplicate entry for :font.
8438
8439 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8440 instead of cycling through windows with next-window.
8441
8442 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8443 of cycling through windows with next-window.
8444
8445 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8446 of cycling through windows with next-window.
8447
8448 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8449 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8450 instead of cycling through windows with next-window.
8451
8452 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8453 instead of cycling through windows with next-window.
8454
8455 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8456 of cycling through windows with next-window.
8457
8458 * terminal.el (te-process-output): Use walk-windows instead of
8459 cycling through windows with next-window.
8460
8461 * server.el (server-switch-buffer): Use some-window instead of
8462 cycling through windows with next-window.
8463
8464 * window.el (some-window): New function.
8465 (walk-windows): Remove reference to walk-windows-start.
8466
8467 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8468
8469 2000-07-03 Richard Stallman <rms@gnu.org>
8470
8471 * window.el (walk-windows): Guarantee termination by keeping a list
8472 of all the windows already handled.
8473
8474 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8475
8476 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8477 window-system.
8478
8479 * man.el (Man-notify-when-ready): Don't use window-system. If
8480 Man-notify-method is newframe, and the display is not
8481 multi-frame, select the frame created for the man page.
8482 (Man-init-defvars): Doc fix.
8483
8484 2000-06-28 Gerd Moellmann <gerd@gnu.org>
8485
8486 * faces.el (region): Change background color for light background.
8487
8488 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8489 attribute from mode-line face of Ediff control frame.
8490
8491 * replace.el (query-replace-map): Bind `e' like `E'.
8492
8493 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8494
8495 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8496 Change name to "Select All".
8497
8498 * dos-fns.el (convert-standard-filename): Fix last change.
8499
8500 2000-06-27 Gerd Moellmann <gerd@gnu.org>
8501
8502 * help.el (describe-variable): Don't insert a second `'s' in front
8503 of the string `value is shown below'. Since the syntax-table is
8504 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8505 an existing `'s', so that this won't be deleted.
8506
8507 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8508 * pcmpl-unix.el: New files.
8509
8510 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8511
8512 * wid-edit.el (widget-member): Use the new plist-member.
8513
8514 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8515
8516 * replace.el (perform-replace): Undo change of 2000-04-04.
8517 Instead, move backward 1 character at the end of the loop when
8518 necessary.
8519
8520 * faces.el (fringe): Change face for different backgrounds.
8521
8522 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8523 patch from John.
8524
8525 * eshell/*.el: Change spelling of the Free Software Foundation.
8526
8527 * eshell/esh-toggle.el: Removed.
8528
8529 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8530
8531 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8532 interactively.
8533
8534 2000-06-26 Alex Schroeder <alex@gnu.org>
8535
8536 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8537 `define-key'; instead of checking `(emacs-version)' check for
8538 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8539 for `;' and `o' which might be electric.
8540
8541 (sql-electric-stuff): New user option.
8542 (sql-magic-go): New function which uses `sql-electric-stuff'.
8543 (sql-magic-semicolon): New function which uses
8544 `sql-electric-stuff'.
8545
8546 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8547 is not fboundp.
8548
8549 (sql-oracle-options): New variable.
8550 (sql-oracle): Use it.
8551
8552 (sql-imenu-generic-expression): Doc change.
8553 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8554 is used.
8555
8556 (sql-informix): Added command line parameter "-" to force
8557 sql-informix-program to use stdout.
8558
8559 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8560
8561 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8562 (cp864-decode-table): Doc fix.
8563 (cp720-decode-table): New variable, supports the Arabic OEM
8564 codepage used by Windows.
8565 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8566
8567 2000-06-23 Dave Love <fx@gnu.org>
8568
8569 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8570 (font-lock-fontify-anchored-keywords): Use
8571 line-beginning-position.
8572 (global-font-lock-mode): Use mapc.
8573
8574 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8575
8576 * eshell/esh-module.el: Require CL when compiling.
8577
8578 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8579
8580 * comint.el (comint-substitute-in-file-name): Call replace-match
8581 with second and third arg t.
8582
8583 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8584 Specify foreground color.
8585
8586 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8587 color.
8588
8589 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8590
8591 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8592 cddr instead of cdddr.
8593
8594 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8595 instead of copy-list.
8596
8597 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8598 of copy-list.
8599
8600 * subdirs.el: Add eshell subdirectory.
8601
8602 * eshell: New subdirectory containing the Eshell package.
8603
8604 * pcomplete.el: New file.
8605
8606 2000-06-23 Paul Eggert <eggert@twinsun.com>
8607
8608 * mail/mailpost.el (post-mail-send-it): Make sure file has
8609 proper permissions from birth.
8610
8611 * files.el (basic-save-buffer-2): When temporarily setting
8612 file modes, set them to current modes plus 0200, not to 0777.
8613
8614 * emerge.el (emerge-make-temp-file): Make sure file has proper
8615 permissions from birth.
8616
8617 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8618
8619 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8620 backup file name through convert-standard-filename.
8621
8622 * dos-fns.el (convert-standard-filename): Convert leading
8623 directories as well. When long file names are supported, convert
8624 characters that are invalid in Windows file names.
8625
8626 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8627
8628 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8629 ps-print crashes. New feature: page selection for printing. Create
8630 raw-text-unix coding system for XEmacs. Doc fix.
8631 (ps-print-version): New version number (5.2.3).
8632 (ps-plot-region): Bug fix.
8633 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8634 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8635 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8636 funs.
8637 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8638 (ps-last-page): New vars.
8639
8640 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8641
8642 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8643 empty option string.
8644
8645 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8646
8647 * man.el (man): Doc fix.
8648
8649 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8650
8651 * international/mule-cmds.el (set-language-info-alist): Docstring
8652 fixed.
8653
8654 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8655
8656 * version.el (emacs-version): Use ISO date format.
8657
8658 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8659 instead of `M-backspace'.
8660
8661 * simple.el (turn-off-auto-fill): New function.
8662
8663 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8664
8665 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8666 Renamed from with-buffer-prepared-for-font-lock and use
8667 inhibit-modification-hooks rather than setting *-change-functions.
8668 Update all functions to use the new name.
8669 (jit-lock-first-unfontify-pos): New semantics (and doc).
8670 (jit-lock-mode): Make non-interactive.
8671 Don't automatically turn on font-lock.
8672 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8673 Always use jit-lock-after-change.
8674 Remove and restore font-lock-after-change-function.
8675 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8676 (jit-lock-after-unfontify-buffer): Remove.
8677 (jit-lock-stealth-fontify):
8678 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8679 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8680
8681 2000-06-20 Sam Steingold <sds@gnu.org>
8682
8683 * emacs-lisp/cl-indent.el (toplevel): Indent
8684 `print-unreadable-object' properly. Untabify.
8685
8686 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8687
8688 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8689 Support for bibentry.
8690 (reftex-compile-variables): Fixed problem with end of section-re.
8691
8692 * texmodes/reftex-dcr.el (reftex-view-crossref,
8693 reftex-view-crossref-from-bibtex):
8694 Deal with changed `reftex-find-citation-regexp-format'.
8695 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8696 Replaced `remprop' with `put'.
8697 (reftex-view-crossref, reftex-view-crossref-when-idle):
8698 Support for bibentry.
8699
8700 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8701 New entry for bibentry package.
8702
8703 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8704 Regexp also matches "\nobibliography".
8705
8706 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8707 Call `reftex-ensure-write-access' before doing anything.
8708 (reftex-ensure-write-access): New function.
8709
8710 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8711
8712 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8713
8714 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8715
8716 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8717
8718 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8719
8720
8721 2000-06-20 Dave Love <fx@gnu.org>
8722
8723 * faces.el (frame-background-mode): Use set-default, not set, in
8724 setter.
8725 (frame-update-faces, frame-update-face-colors): Define with
8726 defalias.
8727
8728 * enriched.el (enriched-decode-foreground)
8729 (enriched-decode-background): Don't use internal-find-face.
8730
8731 * apropos.el: Doc fixes.
8732
8733 * cus-edit.el (customize-changed-options): Check arg.
8734 (customize-version-lessp): Don't require decimal point.
8735
8736 * custom.el (defcustom, defgroup): Doc fix.
8737
8738 * newcomment.el (comment) <defgroup>: Add :version.
8739 (comment-multi-line): Doc fix.
8740
8741 * emulation/mlsupport.el (define-hooked-local-abbrev,
8742 define-hooked-global-abbrev): Fix, using define-abbrev.
8743
8744 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8745
8746 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8747 the whole buffer.
8748
8749 2000-06-19 Dave Love <fx@gnu.org>
8750
8751 * menu-bar.el (menu-bar-options-save): New function.
8752 (menu-bar-options-menu): Use it.
8753 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8754 Simplify.
8755
8756 2000-06-19 Andreas Schwab <schwab@suse.de>
8757
8758 * progmodes/etags.el (tags-query-replace): Put new parameters
8759 START and END at the end, for backward compatibility.
8760
8761 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8762
8763 * international/codepage.el:
8764 (cp-coding-system-for-codepage-1): Delete special codes for
8765 generating xxx-dos coding system because now a CCL based coding
8766 system can handle EOL conversion by default.
8767
8768 * international/mule.el (make-coding-system): Generate subsidiary
8769 coding systems for EOL handling variants even for a CCL based
8770 coding system.
8771
8772 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8773
8774 * international/isearch-x.el (isearch-minibuffer-input-method)
8775 (isearch-minibuffer-input-method-function): These variables
8776 deleted.
8777 (isearch-with-input-method): Don't use the above variables.
8778 (isearch-process-search-multibyte-characters): Likewise. Call
8779 read-string with the arg INHERIT-INPUT-METHOD t.
8780
8781 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8782
8783 * font-lock.el (font-lock-after-fontify-buffer)
8784 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8785
8786 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8787 Use consistent make-local-variable style for font-lock-fontified.
8788 (jit-lock-fontify-buffer):
8789 Don't bother checking for font-lock-mode and jit-lock-mode.
8790
8791 * time.el: Remove trailing ^M that prevent CVS-merging.
8792
8793 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8794
8795 * Makefile.in (distclean): New target.
8796
8797 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8798
8799 * Makefile.in (srcdir): Define for update-subdirs.
8800
8801 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8802
8803 * find-lisp.el: New file.
8804
8805 2000-06-16 Andrew Innes <andrewi@gnu.org>
8806
8807 * time.el (display-time-mail-function): New variable, to allow
8808 external packages to indicate when new mail is available.
8809 (display-time-update): Use it.
8810
8811 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8812
8813 * international/mule.el (mule-version): Change version name to
8814 SAKAKI. AOI has already been used by Meadow.
8815
8816 * international/quail.el (quail-show-guidance-buf): To find the
8817 bottom window (but minibuffer), pay attention to the height of
8818 minibuffer.
8819
8820 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8821
8822 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8823 menu-bar menus. Add help strings. Don't remove the Edit menu
8824 from the menu bar, as the menu bar has enough space now.
8825
8826 * Makefile.in (SHELL): Make sure /bin/sh is used.
8827
8828 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8829 characters, which use series of two ^H characters instead of one.
8830
8831 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8832
8833 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8834 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8835 functions.
8836 (Info-find-node-2): Try a case-sensitive search first, then
8837 do a case-insensitive search.
8838
8839 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8840 tutorials.
8841
8842 * complete.el (PC-env-vars-alist): New variable.
8843 (PC-complete-as-file-name): New function.
8844 (partial-completion-mode): Initialize PC-env-vars-alist from
8845 process-environment.
8846 (PC-do-completion): Handle completion of env vars.
8847
8848 * info.el (Info-set-mode-line): Show file name in mode line,
8849 use `*Info*' instead of `Info:'.
8850
8851 * startup.el (command-line-1): Change copyright messages to year
8852 2000.
8853
8854 2000-06-15 Dave Love <fx@gnu.org>
8855
8856 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8857 not local-map.
8858
8859 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8860
8861 * international/mule.el (set-buffer-file-coding-system): Almost
8862 rewritten to handle `undecided' as no-op.
8863
8864 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8865
8866 * Makefile.in: New file.
8867
8868 * Makefile: Removed.
8869
8870 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8871 (goto-address-highlight-keymap): Bind C-c RET.
8872
8873 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8874
8875 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8876 inherits buffer-file-coding-system of the current buffer.
8877
8878 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8879 0. Give correct argument to set-auto-coding-function.
8880 (tar-expunge): For goto-char, use (point-min), not 0.
8881 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8882 (tar-subfile-save-buffer): Likewize.
8883
8884 * international/mule.el
8885 (after-insert-file-set-buffer-file-coding-system): Call
8886 set-buffer-file-coding-system with the arg FORCE t.
8887
8888 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8889
8890 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8891 nil. Contemporary sendmails issue an X-Authentication-Warning if
8892 the sender is set with `-f'.
8893
8894 2000-06-13 Dave Love <fx@gnu.org>
8895
8896 * help.el (describe-function-1): Kluge around cases of functions
8897 fset to subrs whose doc doesn't match their symbol-name.
8898
8899 * image.el (insert-image): Default STRING to a space.
8900
8901 * info.el Doc fixes.
8902 (Info-build-node-completions): Match Ref tags.
8903
8904 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8905
8906 * frame.el (display-multi-frame-p, display-multi-font-p): New
8907 defaliases for display-graphic-p.
8908
8909 * hl-line.el: Fixed a typo in commentary.
8910
8911 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8912
8913 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8914 fixed.
8915
8916 2000-06-12 Dave Love <fx@gnu.org>
8917
8918 * image.el (insert-image): Save a little consing.
8919
8920 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8921
8922 * language/tibet-util.el: Convert all tibetan-1-column characters
8923 to the corresponding tibetan characters.
8924 (tibetan-add-components): Delete code for the special treatment of
8925 'a chung.
8926
8927 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8928 change.
8929 (tibetan-vowel-transcription-alist): More rules added.
8930 (tibetan-composite-vowel-alist): New variable.
8931 (tibetan-precomposition-rule-alist): More rules added.
8932
8933 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8934
8935 * startup.el (command-line): Only call menu-bar-mode if interactive.
8936
8937 * thingatpt.el (toplevel symbol-properties):
8938 * textmodes/makeinfo.el (makeinfo-compile):
8939 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8940 * progmodes/hideif.el (hif-compress-define-list)
8941 (hide-ifdef-use-define-alist):
8942 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8943 (ange-ftp-vms-add-file-entry):
8944 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8945 * man.el (Man-build-man-command):
8946 * mail/rnewspost.el (news-reply-header-hook):
8947 * info.el (Info-insert-dir):
8948 * emulation/mlconvert.el (backward-word, forward-word, setq):
8949 * emacs-lisp/gulp.el (gulp-send-requests):
8950 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8951 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8952 (byte-optimize-apply, end of file):
8953 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8954 (ad-make-freeze-definition):
8955 * startup.el (command-line, command-line-1): Don't quote lambdas.
8956
8957 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8958 (cvs-cleanup-removed): New function.
8959 (cvs-cleanup-functions): New var.
8960 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8961 some flexibility in specifying additional entries to auto-cleanup.
8962 (cvs-quickdir): New function.
8963 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8964 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8965 (cvs-mode-find-file): Check that we are on a filename or dirname
8966 when invoked through a mouse-click.
8967 (cvs-full-path): Remove.
8968 (cvs-dired-action): Re-introduced.
8969 (cvs-dired-noselect): Use it.
8970 (vc-post-command-functions): use this new hook if available.
8971
8972 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8973 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8974 (cvs-filename-map, cvs-dirname-map): Remove.
8975 (cvs-default-action): Remove.
8976 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8977 if the arg is really a keymap.
8978 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8979 Don't hardcode the mapping from state (aka type) to face, but check
8980 the var cvs-fi-<type>-face instead.
8981 (cvs-fileinfo-from-entries): New function.
8982
8983 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8984 Docstring fix.
8985 (cvs-find-file-and-jump): Change default to be safer.
8986 (cvs-mode-diff-map): Define it as a function as well.
8987 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8988 Bind mouse-2 in this global map rather than with text-properties.
8989
8990 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8991 file to resolve the ambiguity between C(conflict) and C(need-merge).
8992
8993 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8994
8995 * international/mule.el (set-buffer-file-coding-system): If
8996 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8997 unconditionally.
8998
8999 2000-06-12 Dave Love <fx@gnu.org>
9000
9001 * wid-edit.el (widget-specify-button): Really suppress the face if
9002 required.
9003
9004 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9005
9006 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9007
9008 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9009
9010 * imenu.el (imenu-generic-expression): Docstring fix.
9011
9012 * composite.el (composition-function-table): Move the `put'
9013 below the autoload cookie so we can load the file before loaddefs.
9014
9015 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9016
9017 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9018 Handle easy-mmode-define-global-mode.
9019 For complex macros like define-minor-mode that can generate
9020 several autoload entries, try to autoload entries in the
9021 macroexpanded code.
9022
9023 * emacs-lisp/easy-mmode.el (define-minor-mode):
9024 If KEYMAP is a symbol, just use it.
9025 Use byte-compile-current-file and load-file-name to infer the
9026 proper :require to pass to defcustom.
9027 Wrap the hook var into `progn' so as not to autoload it.
9028 Add a :autoload-end cookie.
9029 Be more careful about the evaluation of KEYMAP.
9030 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9031 (define-derived-mode): Move define-abbrev-table outside of defvar.
9032
9033 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9034
9035 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9036 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9037 (backup-compiled-files): Ignore errors during `tar'.
9038 (bootstrap): Make autoloads before elc files.
9039
9040 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9041
9042 * international/mule.el (set-buffer-file-coding-system): If one of
9043 undecided-XXX is specified, change only EOL conversion.
9044
9045 * international/mule-conf.el (unix): New alias for the coding
9046 system undecided-unix.
9047
9048 2000-06-09 Dave Love <fx@gnu.org>
9049
9050 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9051
9052 * progmodes/executable.el: Byte compile dynamic.
9053 (executable-insert): Change custom type.
9054 (executable-find): Add autoload cookie.
9055 (executable-make-buffer-file-executable-if-script-p): New
9056 function. After Noah Friedman.
9057
9058 * files.el (after-save-hook): Customize, with
9059 executable-make-buffer-file-executable-if-script-p as an option.
9060
9061 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9062
9063 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9064 "tib24p-mule.bdf" for Tibetan.
9065
9066 * composite.el (decompose-composite-char): Declare it as obsolete.
9067
9068 * man.el (Man-fontify-manpage): Pay attention to underline and
9069 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9070
9071 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9072
9073 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9074 Set maintainer to FSF since author isn't reachable.
9075
9076 2000-06-08 Dave Love <fx@gnu.org>
9077
9078 * international/mule-cmds.el (select-safe-coding-system): If
9079 DEFAULT-CODING-SYSTEM is not specified, also check the most
9080 preferred coding-system if buffer-file-coding-system is
9081 `undecided'. From Handa.
9082
9083 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9084
9085 * international/mule.el
9086 (after-insert-file-set-buffer-file-coding-system): If the buffer
9087 size is greater than INSERTED, judget that we are not visiting.
9088
9089 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9090
9091 * whitespace.el (defgroup whitespace): Comment out `:version'.
9092 XEmacs 20.4 has problems defining the group with this present.
9093 We'll have this commented out till get resolve the problem.
9094
9095 2000-06-07 John Wiegley <johnw@gnu.org>
9096
9097 * align.el (align-dq-string-modes, align-sq-string-modes)
9098 (align-open-comment-modes): Add pyhton-mode.
9099 (align-rules-list): Use get-text-property instead of
9100 text-properties-at.
9101 (align-rules-list): Add python-assignment.
9102 (align-rules-list): Change perl-comma-delimiter to
9103 basic-comma-delimiter. Use if for Perl modes and python-mode.
9104 (align-rules-list): Add python-chain-logic and
9105 basic-line-continuation.
9106
9107 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9108
9109 * apropos.el (apropos-mode-hook): New user variable.
9110 (apropos-mode): Run apropos-mode-hook.
9111
9112 2000-06-07 David Ponce <david@dponce.com>
9113
9114 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9115 commands. Require `wid-edit' at run-time.
9116
9117 2000-06-07 David Ponce <david@dponce.com>
9118
9119 * recentf.el: Added some "Commentary".
9120 (recentf-open-more-files, recentf-edit-list): Minor changes to
9121 move the point at the top of the file list. This behaviour is
9122 consistent with the menu one when the list contains a lot of
9123 files.
9124 (recentf-cleanup): Now displays the number of items removed from
9125 the list.
9126 (recentf-relative-filter) New menu filter to show filenames
9127 relative to `default-directory'.
9128
9129 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9130
9131 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9132 with/without giving an error if PostScript printer doesn't have this
9133 kind of page size. Zebra Stripe continues or restarts on next page.
9134 Manual/automatic paper feeding. Switch or not the header.
9135 (ps-print-version): New version number (5.2.2).
9136 (ps-windows-system): Include emx as a Windows system.
9137 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9138 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9139 (ps-background-text): Code fix.
9140 (ps-error-handler-message, ps-user-defined-prologue)
9141 (ps-print-prologue-header, ps-printer-name)
9142 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9143 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9144 (ps-use-face-background): Customization fix.
9145 (ps-n-up-database): Data fix.
9146 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9147 (ps-switch-header): New vars.
9148 (ps-xemacs-color-name, ps-face-foreground-name)
9149 (ps-face-background-name, ps-boolean-constant): New funs.
9150
9151 2000-06-07 Dave Love <fx@gnu.org>
9152
9153 * allout.el: New version from Manheimer.
9154
9155 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9156
9157 * textmodes/fill.el (fill-find-break-point): Check the validity of
9158 charset.
9159
9160 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9161
9162 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9163 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9164 Call display-color-p and display-mouse-p instead of looking at
9165 window-system.
9166
9167 2000-06-06 Dave Love <fx@gnu.org>
9168
9169 * image.el (find-image): Doc fix. Return nil if image not found.
9170 (put-image, insert-image): Make STRING arg optional.
9171
9172 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9173
9174 * language/vietnamese.el: Remove eval-when-compile.
9175 (viet-viscii-nonascii-translation-table): Define it as a
9176 translation table made from viet-viscii-decode-table.
9177 (viet-viscii-encode-table): Define it as a translation table made
9178 from the reverse map of above.
9179 (viet-vscii-nonascii-translation-table): Define it as a
9180 translation table made from viet-vscii-decode-table.
9181 (viet-vscii-encode-table): Define it as a translation table made
9182 from the reverse map of above.
9183 (ccl-decode-viscii): Use translate-character.
9184 (ccl-encode-viscii, ccl-encode-viscii-font)
9185 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9186 Likewize.
9187
9188 * language/cyrillic.el: Remove eval-when-compile.
9189 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9190 translation table made from cyrillic-koi8-r-decode-table.
9191 (cyrillic-koi8-r-encode-table): Define it as a translation table
9192 made from the reverse map of above.
9193 (ccl-decode-koi8): Use translate-character.
9194 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9195 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9196 a translation table made from cyrillic-alternativnyj-decode-table.
9197 (cyrillic-alternativnyj-encode-table): Define it as a translation
9198 table made from the reverse map of above.
9199 (ccl-decode-alternativnyj): Use translate-character.
9200 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9201 Likewize
9202
9203 * international/mule-diag.el (non-iso-charset-alist): Specify
9204 translation table symbol instead of translation table itself.
9205 (list-block-of-chars): CHARSET may be a translation table symbol.
9206
9207 * international/mule.el (make-coding-system): If CODING-SYSTEM
9208 already exists, override it.
9209
9210 * international/fontset.el: Use family `proportional' for Tibetan
9211 fonts.
9212
9213 * international/ccl.el (ccl-compile-translate-character): Don't
9214 check if Rrr has property translation-table.
9215 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9216
9217 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9218
9219 * info.el: Bind case-fold-search to t when searching in case
9220 a user sets it to nil in a hook.
9221
9222 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9223
9224 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9225 * hl-line.el (hl-line-mode): Use the new :global key argument.
9226
9227 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9228 (tar-clip-time-string): Prepend a space.
9229 (tar-grind-file-mode): Construct a string rather than modifying one.
9230 (tar-header-block-summarize): Fix docstring.
9231 Use `format' rather than an error-prone set of copy-loops.
9232
9233 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9234 (diff-goto-source, diff-unified->context, diff-context->unified)
9235 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9236 understand the format output by the `-p' argument to diff.
9237
9238 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9239 (sh-re-done): Use defconst.
9240 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9241 (sh-help-string-for-variable, sh-guess-basic-offset):
9242 Don't quote lambdas.
9243 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9244 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9245
9246 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9247 (mh-letter-mode): Derive from text-mode.
9248 This implicitly means that it now calls kill-all-local-variables.
9249 Also remove the Emacs-18 compatibility code.
9250
9251 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9252 Make use of symbol-property doc-string-elt.
9253 Use memq rather than a sequence of eq.
9254 (doc-string-elt): Fix the wrong or missing previously unused values.
9255 (autoload-print-form): New function extracted from
9256 generate-file-autoloads to allow recursion when handling progn
9257 so that defvar's and defun's docstrings are properly printed.
9258 (generate-file-autoloads): Use it.
9259
9260 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9261 Use find-file-hooks in the minor-mode function.
9262 Be careful not to loop indefinitely in the post-command-hook function.
9263
9264 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9265
9266 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9267 tty's.
9268 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9269 differences whenever appropriate.
9270 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9271 * viper.el (find-file, find-file-other-window): Get viper to do
9272 wildcards.
9273
9274 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9275
9276 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9277 (jit-lock-fontify-buffer): New function for JIT refontification.
9278 (jit-lock-mode): Fix docstring.
9279 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9280 Remove jit-lock-after-change from the _local_ hook.
9281 (jit-lock-function-1): Fix docstring.
9282
9283 * info.el (Info-on-current-buffer): Initialize info.
9284
9285 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9286
9287 * progmodes/tcl.el (tcl-indent-for-comment):
9288 Ignore comment-indent-hook.
9289
9290 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9291 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9292 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9293 and improve to use the lighter to guess the capitalization.
9294 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9295 Add keyword arguments to specify global-ness or the custom group.
9296 Add local-map and help-echo properties to the lighter.
9297 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9298 (easy-mmode-define-global-mode): New macro.
9299
9300 2000-06-02 Dave Love <fx@gnu.org>
9301
9302 * wid-edit.el: byte-compile-dynamic since we typically don't use
9303 all the widgets. Don't require cl or widget. Remove
9304 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9305 (widget-read-event): Removed. Callers changed to use read-event.
9306 (widget-button-release-event-p): Renamed from
9307 button-release-event-p.
9308 (widget-field-add-space, widget-field-use-before-change):
9309 Uncustomize.
9310 (widget-specify-field): Use keymap property, not local-map.
9311 (widget-specify-button): Obey :suppress-face.
9312 (widget-specify-insert): Use modern backquote syntax.
9313 (widget-image-directory): Renamed from widget-glyph-directory.
9314 (widget-image-enable): Renamed from widget-glyph-enable.
9315 (widget-image-find): Replaces widget-glyph-find.
9316 (widget-button-pressed-face): Move defvar.
9317 (widget-image-insert): Replaces widget-glyph-insert.
9318 (widget-convert): Use keywordp.
9319 (widget-leave-text, widget-children-value-delete): Use mapc.
9320 (widget-keymap): Remove XEmacs stuff.
9321 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9322 (widget-button-click): Don't set point at the click, but re-centre
9323 if we scroll out of window. Rewritten for images v. glyphs &c.
9324 (widget-tabable-at): Use POS arg, not point.
9325 (widget-beginning-of-line, widget-end-of-line)
9326 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9327 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9328 (widget-default-create): Use widget-image-insert; some rewriting.
9329 (widget-visibility-value-create)
9330 (widget-push-button-value-create, widget-toggle-value-create): Use
9331 widget-image-insert.
9332 (checkbox): Create on and off images dynamically.
9333 (documentation-link): Change :help-echo.
9334 (widget-documentation-link-echo-help): Remove.
9335
9336 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9337
9338 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9339
9340 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9341 (easy-mmode-define-toggle, define-minor-mode): Use it.
9342 (easy-mmode-define-keymap): Docstring fix.
9343 (define-derived-mode): Default PARENT to fundamental-mode.
9344 Add the derived-mode-parent symbol-property.
9345 (easy-mmode-derived-mode-p): New function.
9346
9347 2000-06-02 Dave Love <fx@gnu.org>
9348
9349 * files.el (convert-standard-filename): Doc fix.
9350 (normal-backup-enable-predicate): New function.
9351 (backup-enable-predicate): Use it to replace the lambda form.
9352
9353 * calendar/todo-mode.el: [This needs more work on the outline
9354 stuff.] Doc fixes.
9355 (todo) <defgroup>: Add :version.
9356 (todo-add-category): Don't use pushnew.
9357 (todo-cmd-raise): Fix typo.
9358 (todo-top-priorities): Change temp buffer name.
9359 (todo-category-alist): Avoid redundant lambda.
9360 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9361 Use outline-next-heading.
9362
9363 * autoarg.el: Rewritten to use define-minor-mode.
9364 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9365 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9366
9367 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9368
9369 * isearch.el (isearch-other-meta-char): Fix previous change.
9370
9371 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9372
9373 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9374 (log-edit-done): Only add the comment to the ring if it's different
9375 from the last comment entered.
9376
9377 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9378
9379 2000-06-01 Dave Love <fx@gnu.org>
9380
9381 * hl-line.el: Rewritten using define-minor-mode.
9382
9383 * help.el (describe-function-1): Distinguish special form from
9384 builtin function. Sanity-check presence of arglist for builtins.
9385
9386 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9387
9388 * international/characters.el: Fix syntax/category setting of
9389 Tibetan characters.
9390
9391 * language/tibet-util.el (tibetan-add-components): Fixes for new
9392 encoding of Tibetan characters.
9393 (tibetan-decompose-precomposition-alist): New variable.
9394 (tibetan-decompose-region): Convert precomposed characters to
9395 non-precomposed characters.
9396 (tibetan-decompose-string): Likewise.
9397 (tibetan-composition-function): Fix args to
9398 thibetan-compose-string.
9399
9400 * language/tibetan.el (tibetan-composable-pattern): More
9401 characters included.
9402 (tibetan-consonant-transcription-alist): Rule for "R" added.
9403 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9404 "+R" added.
9405 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9406
9407 * language/lao-util.el (lao-composition-function): Fix args to
9408 compose-string.
9409
9410 * language/thai-util.el (thai-composition-function): Fix args to
9411 compose-string.
9412
9413 * isearch.el (isearch-update): Set disable-point-adjustment to t
9414 to prevent the point moving to the end of a composition when a
9415 part of a composition is searched.
9416 (isearch-other-meta-char): If the key invoking this command can be
9417 mapped by function-key-map to a printing char, call
9418 isearch-process-search-char directly.
9419
9420 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9421
9422 * emacs-lisp/bytecomp.el:
9423 * frame.el:
9424 * international/mule-cmds.el:
9425 * international/mule-util.el:
9426 * international/mule.el:
9427 * mouse.el:
9428 * subr.el:
9429 * faces.el: Update calls to make-obsolete with a WHEN argument.
9430
9431 * byte-run.el (make-obsolete, make-obsolete-variable):
9432 Add an optional WHEN argument and change the format of the
9433 symbol-property information.
9434 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9435 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9436 new obsolete-symbol-property format and print WHEN if it is provided.
9437
9438 2000-05-31 Dave Love <fx@gnu.org>
9439
9440 * loadhist.el (loadhist-hook-functions): Remove
9441 before-change-function, after-change-function.
9442 (unload-feature): Deal with symbols which are both bound and
9443 fbound.
9444
9445 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9446 before-change-function, after-change-function.
9447
9448 * simple.el (newline): Don't bind before-change-function,
9449 after-change-function.
9450
9451 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9452
9453 * whitespace.el (whitespace-rescan-timer-time): Update interval
9454 set to 600 seconds (10 minutes) instead of 60 seconds since
9455 a large number of whitespace buffers causes emacs to `freeze'
9456 for a considerable amount of time.
9457
9458 * whitespace.el: Updated email address
9459
9460 2000-05-31 Dave Love <fx@gnu.org>
9461
9462 * add-log.el (change-log-font-lock-keywords) <function>: Add
9463 pattern for function of change.
9464 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9465 acknowledgements patterns.
9466
9467 2000-05-31 Kenichi Handa <handa@etl.go.jp>
9468
9469 * isearch.el (isearch-printing-char): If keyboard coding system is
9470 being used, call isearch-process-search-multibyte-characters.
9471
9472 * international/isearch-x.el: Mostly rewritten.
9473
9474 * international/quail.el (quail-start-conversion): Don't include
9475 unhandled events in the returned events, but set them in
9476 unread-command-events. Exit if all inputs are deleted.
9477
9478 2000-05-30 Jason Rumney <jasonr@gnu.org>
9479
9480 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9481
9482 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9483 Reenable code to create initial fontsets.
9484 Use set-fontset-font in place of put-charset-property.
9485
9486 2000-05-30 Gerd Moellmann <gerd@gnu.org>
9487
9488 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9489 label, ensure that the first colon isn't followed by another.
9490
9491 * paths.el (Info-default-directory-list): Doc fix.
9492
9493 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9494 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9495 send a query containing USER only, not USER@HOST.
9496
9497 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9498 and rmail-msgend to compute the restriction at the end, instead of
9499 computing it.
9500
9501 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9502
9503 * dabbrev.el (dabbrev-expand): Don't display messages in the
9504 echo area if the minibuffer window is active.
9505
9506 * jit-lock.el (jit-lock-mode): Add after change function to
9507 local hook.
9508
9509 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9510
9511 * antlr-mode.el: New commands: hide/unhide actions,
9512 upcase/downcase literals.
9513 (antlr-tiny-action-length): New user option.
9514 (antlr-hide-actions): New command. Suggested by
9515 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9516 (antlr-mode-map): New binding [C-c C-v].
9517 (antlr-mode-menu): New entries.
9518 (antlr-downcase-literals): New command.
9519 (antlr-upcase-literals): Ditto.
9520
9521 * antlr-mode.el: Minor changes: indendation, mode-name.
9522 (antlr-indent-line): Indent cpp directive at column 0.
9523 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9524
9525 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9526 (antlr-font-lock-additional-keywords): Workaround for intentional
9527 bug in XEmacs version of font-lock.
9528 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9529 be used by a smarter version of `buffers-menu-grouping-function'.
9530
9531 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9532
9533 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9534 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9535
9536 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9537
9538 * international/encoded-kb.el
9539 (encoded-kbd-iso2022-designation-map): Pay attention to that
9540 charset-iso-final-char return -1 for eight-bit-control and
9541 eight-bit-graphic.
9542
9543 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9544
9545 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9546 (speedbar-easymenu-definition-base): Use display-graphic-p where
9547 available, instead of window-system.
9548
9549 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9550
9551 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9552 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9553 coding systems.
9554
9555 2000-05-26 Dave Love <fx@gnu.org>
9556
9557 * disp-table.el (standard-display-underline): Don't use
9558 internal-find-face.
9559
9560 * mail/reporter.el: Maintainer change. Doc fixes.
9561 (reporter-version): Deleted.
9562
9563 * emacs-lisp/elp.el: Maintainer change.
9564 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9565
9566 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9567
9568 * add-log.el (add-change-log-entry): Merge the current entry with the
9569 previous one if the previous one is empty.
9570
9571 2000-05-26 Dave Love <fx@gnu.org>
9572
9573 * loadhist.el (unload-feature): Fix interactive spec [from
9574 lijnzaad@ebi.ac.uk].
9575
9576 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9577 subr-arity to check primitives.
9578 (byte-compile-flush-pending, byte-compile-file-form-progn)
9579 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9580 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9581 mapcar.
9582
9583 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9584
9585 * international/fontset.el: Set family names of non-latin charsets
9586 in default fontset to "*".
9587
9588 * international/mule-diag.el (print-fontset): Combine family part
9589 and registry part of the fontname by "-*-" instead of "-".
9590
9591 * international/mule-cmds.el (encode-coding-char): Make strings
9592 multibyte before calling encode-coding-string.
9593
9594 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9595
9596 * derived.el: Fix keywords.
9597 (define-derived-mode): Only define if needed.
9598
9599 * simple.el (fill-comment, comment-column, comment-start)
9600 (comment-start-skip, comment-end, comment-indent-function)
9601 (block-comment-start, block-comment-end, indent-for-comment)
9602 (set-comment-column, kill-comment, comment-padding, comment-region)
9603 (comment-multi-line, indent-new-comment-line): Remove.
9604
9605 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9606 function names for comment operations.
9607
9608 * newcomment.el: Add abundant autoload cookies.
9609 (comment-style): Don't depend on runtime data at compile-time.
9610 (comment-indent-hook): Remove.
9611 (comment-indent): Check if comment-indent-hook is bound.
9612 (comment-region): Docstring fix.
9613
9614 2000-05-25 Dave Love <fx@gnu.org>
9615
9616 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9617 byte-code-function-p.
9618
9619 * mail/rmailsum.el: Add provide.
9620
9621 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9622
9623 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9624 defcustom.
9625
9626 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9627
9628 * ediff-diff.el (ediff-exec-process): delete --binary option from
9629 non-buffer ediff jobs.
9630
9631 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9632
9633 * hilit-chg.el (highlight-changes-mode): Ask about color or
9634 grayscale support, not about window-system.
9635
9636 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9637 window-system.
9638 (ffap-highlight): Always default to t.
9639
9640 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9641 display-popup-menus-p instead of looking at window-system.
9642
9643 * disp-table.el (standard-display-g1, standard-display-graphic):
9644 Only refuse to use string glyphs on X and MS-Windows.
9645
9646 * avoid.el: Remove window-system from commentary, suggest to use
9647 display-*-p instead.
9648
9649 * apropos.el (apropos-print): Use display-mouse-p instead of
9650 window-system.
9651
9652 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9653
9654 * international/codepage.el (cp-decoding-vector-for-codepage):
9655 Fill up unsupported characters with their own codes. From Kenichi
9656 Handa.
9657
9658 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9659
9660 * international/mule-diag.el (describe-char-after): Use
9661 display-graphic-p instead of window-system, so that this function
9662 works on MS-DOS.
9663
9664 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9665
9666 * international/codepage.el (cp-make-coding-systems-for-codepage):
9667 Remove the eight-bit-graphic and eight-bit-control charsets from
9668 the list of charsets which we convert into `?'.
9669
9670 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9671
9672 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9673 private charsets.
9674 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9675 japanese-jisx0213-2): New charsets.
9676
9677 * international/fontset.el: Setup default fontset for new charsets.
9678
9679 2000-05-24 Dave Love <fx@gnu.org>
9680
9681 * info.el (Info-find-node-2): Restructure [following "Vadim
9682 S. Solomin" <sovs@uic.nnov.ru>].
9683
9684 * icomplete.el: Fix header for Finder.
9685
9686 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9687
9688 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9689 STAY.
9690
9691 * rmail.el (rmail-automatic-folder-directives): New user variable.
9692 (rmail-show-message): Add call to `rmail-auto-file' during
9693 display.
9694 (rmail-auto-file): New function.
9695
9696 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9697
9698 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9699 account.
9700 (ediff-test-utility,ediff-diff-mandatory-option)
9701 (ediff-reset-diff-options): Utilities for proper initialization of
9702 ediff-diff-options and ediff-diff3-options on Windows.
9703
9704 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9705 variable.
9706
9707 * ediff-mult.el (ediff-filegroup-action): Use
9708 ediff-merge-filename-prefix.
9709
9710 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9711
9712 * viper-ex.el (ex-write): Set selective display to nil.
9713
9714 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9715
9716 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9717 aliases for hebrew-iso-8bit.
9718
9719 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9720
9721 * woman.el: New version from Francis J. Wright
9722 <F.J.Wright@Maths.QMW.ac.uk>.
9723 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9724 names in environment variables regardless of the path separator.
9725 (woman-topic-all-completions-1): Don't call file-name-directory-p
9726 on all files, since woman-file-regexp already filters out any
9727 directories.
9728
9729 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9730
9731 * international/quail.el (quail-start-translation): Don't change
9732 modified-p of the current buffer.
9733 (quail-start-conversion): Likewise.
9734
9735 * international/kkc.el (kkc-region): Don't change modified-p of
9736 the current buffer.
9737
9738 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9739 conform to RFC1468.
9740 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9741
9742 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9743
9744 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9745 (speedbar-insert-button): Invisible text property fix.
9746 (speedbar-directory-plus): Renamed from speedbar-directory-+
9747 (speedbar-directory-minus): Renamed from speedbar-directory--
9748 (speedbar-page-plus): Renamed from speedbar-file-+
9749 (speedbar-page-minus): Renamed from speedbar-file--
9750 (speedbar-page): Renamed from speedbar-file-
9751 (speedbar-tag): Renamed from speedbar-tag-
9752 (speedbar-tag-plus): Renamed from speedbar-tag-+
9753 (speedbar-tag-minus): Renamed from speedbar-tag--
9754 (speedbar-expand-image-button-alist): Use above renames.
9755
9756 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9757 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9758 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9759 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9760 * sb-pg.xpm: Renamed from sb-file.xpm
9761 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9762 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9763
9764 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9765
9766 * international/quail.el (quail-show-guidance-buf): Set
9767 current-input-method of the guidance buffer to the name of the
9768 curren input method.
9769
9770 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9771
9772 * progmodes/compile.el (compile-internal): Style typo.
9773
9774 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9775 quote vars and functions in the docstring.
9776
9777 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9778
9779 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9780 Don't quote lambdas.
9781
9782 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9783
9784 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9785
9786 * startup.el (command-line): Determine source file of compiled
9787 user init file differently. Warn if compiled user init file
9788 is older than its source file.
9789
9790 * ffap.el (ffap-url-regexp): Add `https'.
9791
9792 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * files.el (make-backup-file-name-1): Replace slashes with `!'
9795 rather than `|' (which is not allowed on Windows). Replace the
9796 drive letters with a string "drive_X".
9797
9798 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9799
9800 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9801
9802 * files.el (interpreter-mode-alist): Add `bash2'.
9803
9804 2000-05-22 Dave Love <fx@gnu.org>
9805
9806 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9807 mapc.
9808 (feature-file): Avoid calling symbol-name. Doc fix.
9809 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9810 (loadhist-hook-functions): Add mouse-position-function.
9811 (unload-feature): Change uses of mapcar.
9812
9813 * files.el (parse-colon-path): Doc fix.
9814 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9815 (set-auto-mode): Use mapc.
9816
9817 * complete.el (PC-look-for-include-file): Use :alnum: character
9818 class.
9819 (partial-completion-mode): Add autoload cookie.
9820
9821 2000-05-22 Sam Steingold <sds@gnu.org>
9822
9823 * info.el (Info-fontify-node): Fixed the call to
9824 `add-text-properties' (bug introduced on 2000-05-18).
9825
9826 2000-05-22 Dave Love <fx@gnu.org>
9827
9828 * bindings.el: Remove debug-ignored-errors set in other files.
9829
9830 * progmodes/etags.el: Add to debug-ignored-errors.
9831 (visit-tags-table-buffer): Clear out buffers holding old tables
9832 when making a new list.
9833 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9834 mapc.
9835
9836 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9837 quote keywords.
9838 (cmpl-string-case-type): Use character classes.
9839
9840 * comint.el:
9841 * textmodes/ispell.el:
9842 * imenu.el:
9843 * mail/mh-e.el:
9844 * progmodes/compile.el: Add to debug-ignored-errors.
9845
9846 * dabbrev.el: Add to debug-ignored-errors.
9847 (dabbrev-completion): Use mapc.
9848
9849 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9850
9851 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9852 (woman-mapcan, woman-parse-man.conf)
9853 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9854 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9855 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9856 path syntax better.
9857 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9858 (woman-manpath): Call woman-parse-man.conf.
9859 (woman-emulation): New defcustom, defaults to nroff.
9860 (woman-font-support): New defconst.
9861 (woman-use-symbol-font): New defcustom.
9862 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9863 "Emulation".
9864 Many functions: Doc fix.
9865
9866 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9867
9868 * international/quail.el (quail-simple-translation-keymap): Map
9869 128..255 to quail-self-insert-command.
9870 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9871
9872 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9873
9874 * help.el (help-manyarg-func-alist): Typo.
9875
9876 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9877 intervals which makes it heaps simpler.
9878
9879 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9880 the nested comment markers.
9881
9882 * subr.el (remove-hook): Don't turn the hook's value into a list.
9883
9884 2000-05-21 Dave Love <fx@gnu.org>
9885
9886 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9887 are invalid characters.
9888
9889 * international/mule-util.el (detect-coding-with-priority): Use
9890 mapc. Remove redundant lambda.
9891
9892 * international/mule-diag.el (list-non-iso-charset-chars)
9893 (describe-fontset): Remove redundant lambda.
9894
9895 * emulation/crisp.el (brief-mode): New alias.
9896
9897 * emacs-lisp/ring.el (ring-elements): New function.
9898
9899 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9900 (easy-menu-do-add-item): Use keywordp.
9901
9902 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9903
9904 * replace.el: Doc and error message fixes.
9905 (replace-highlight): Use facep, not internal-find-face.
9906
9907 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9908
9909 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9910
9911 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9912 (log-edit-insert-changelog): Drop `:' as well.
9913
9914 * log-view.el: Fix file description.
9915 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9916 available.
9917 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9918 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9919
9920 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9921 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9922 Print a status message if the toggle is called interactively.
9923 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9924 for global minor modes and use `defcustom' for them.
9925 Use add-minor-mode.
9926 (easy-mmode-define-derived-mode): Remove.
9927 (define-derived-mode): Fancier default docstring.
9928 (easy-mmode-define-navigation): Signal an error rather than (ding).
9929
9930 * newcomment.el (comment-styles): New `box-multi'.
9931 (comment-normalize-vars): Better default for comment-continue to
9932 avoid whitespace-only continuations.
9933 (comment-search-forward): Always move even in the no-syntax case.
9934 (comment-padright): Only obey N if it's only obeyed for padleft.
9935 (comment-make-extra-lines): Better handling of empty continuations.
9936 Use `=' for the filler if comment-start has only one character.
9937 (uncomment-region): Try handling the special `=' filler.
9938 (comment-region): Allow LINES even if MULTI is nil.
9939 (comment-box): Choose box style based on comment-style.
9940
9941 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9942
9943 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9944 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9945
9946 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9947
9948 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9949 and insert, not subst-char-in-region.
9950
9951 * international/mule-diag.el (list-character-sets-1): Handle
9952 charsets eight-bit-control and eight-bit-graphic.
9953 (list-iso-charset-chars): Likewise.
9954 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9955 charactes as is. Use indent-to to align characters.
9956
9957 * international/mule-cmds.el (find-multibyte-characters): Never
9958 exclude charsets eight-bit-control and eight-bit-graphic.
9959
9960 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9961
9962 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9963 Don't quote lambdas.
9964
9965 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9966
9967 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9968
9969 * gud.el (gud-jdb-directories): Doc fix.
9970
9971 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9972
9973 * newcomment.el: New file.
9974
9975 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9976
9977 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9978
9979 2000-05-18 Andreas Schwab <schwab@suse.de>
9980
9981 * dired.el (dired-between-files): Also skip lines beginning with
9982 `used'.
9983
9984 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9985
9986 * msb.el (msb-menu-cond): Add choice `user'.
9987
9988 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9989
9990 * ps-print.el: Compatibility, customization and doc fix.
9991 (ps-printer-name-option): Replace defconst by defvar.
9992 (ps-postscript-code-directory): XEmacs compatibility.
9993 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9994 fix.
9995 (ps-user-defined-prologue, ps-print-prologue-header)
9996 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9997 compatibility and code fix.
9998 (ps-print-background-image, ps-print-background-text):
9999 Customization fix.
10000 (ps-line-number-start, ps-n-up-on): New vars.
10001
10002 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10003
10004 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10005 the indent-comment function to just return the appropriate indent.
10006
10007 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10008
10009 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10010 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10011 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10012
10013 2000-05-18 Dave Love <fx@gnu.org>
10014
10015 * info.el (Info-fontify-node): Add intangible property as well as
10016 invisible.
10017
10018 * calendar/appt.el (appt-make-list): Match all lines of entry.
10019 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10020
10021 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10022
10023 * international/mule-diag.el (describe-char-after): Call
10024 internal-char-font, not char-font. If internal-char-font returns
10025 nil, display "-- none --".
10026
10027 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10028
10029 * image.el (image-type-available-p): Don't reference image-types
10030 if it isn't bound.
10031
10032 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10033
10034 * autoarg.el (autoarg-mode): Typo in the :set argument.
10035
10036 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * startup.el (command-line-1): Don't signal an error if the
10039 directory for auto-save-list files does not yet exist.
10040
10041 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10042
10043 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10044
10045 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10046
10047 * subr.el (remove-hook): `setq' hook-value, not `set'.
10048
10049 2000-05-16 Sam Steingold <sds@gnu.org>
10050
10051 * info.el (debug-ignored-errors): More errors to ignore.
10052
10053 2000-05-16 Dave Love <fx@gnu.org>
10054
10055 * cus-edit.el: Don't require cl or easymenu.
10056 (custom-variable-prompt): Test standard-value property, not
10057 user-variable-p.
10058
10059 2000-05-16 Sam Steingold <sds@gnu.org>
10060
10061 * subr.el (add-hook): `setq' hook-value, not `set'.
10062
10063 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10064
10065 * startup.el (command-line-1): Mention the FAQ in the startup
10066 message.
10067
10068 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10069
10070 * progmodes/compile.el (compilation-parse-errors): Collect
10071 `nomessage' regexps last.
10072
10073 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10074
10075 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10076 to the function name.
10077
10078 2000-05-15 Dave Love <fx@gnu.org>
10079
10080 * speedbar.el (speedbar-recenter): Typo.
10081 (speedbar-expand-line): Make arg optional.
10082 (speedbar-mode): Avoid a compiler warning.
10083
10084 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10085
10086 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10087 user-specified option string is empty.
10088
10089 * mouse.el (mouse-yank-at-click): Doc fix.
10090
10091 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10092
10093 * term/internal.el (IT-character-translations): More updates of
10094 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10095 documents.
10096
10097 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10098
10099 * env.el (getenv): New function, interactively callable.
10100 (setenv, getenv): Remove autoload cookies.
10101
10102 * loadup.el: Load `env'.
10103
10104 * progmodes/f90.el: Change author's mail address.
10105
10106 2000-05-14 Dave Love <fx@gnu.org>
10107
10108 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10109 goto-addr as an option.
10110
10111 * help.el (help-xref-stack): Doc fix.
10112 (help-xref-following): New variable.
10113 (help-make-xrefs): Use it.
10114 (help-xref-go-back): Use position information from stack element.
10115 (help-follow): Make position in stack element a pair. Use
10116 help-xref-following.
10117
10118 * autoarg.el: New file.
10119
10120 * faces.el: Declare more functions obsolete.
10121
10122 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10123 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10124 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10125 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10126 Remove all the setup-...-environment functions.
10127
10128 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10129
10130 * speedbar.el: Updated the commentary section. xemacs20p now uses
10131 >= when detecting. Require `defimage' safely.
10132 (speedbar-easymenu-definition-base): Add toggle for images.
10133 (speedbar-easymenu-definition-special): Add flush cache & expand.
10134 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10135 (speedbar-reconfigure-keymaps-hook): New variable.
10136 (speedbar-frame-parameters): Updated documentation.
10137 (speedbar-use-imenu-flag): Updated custom tag
10138 (speedbar-dynamic-tags-function-list): New variable.
10139 (speedbar-tag-hierarchy-method): Updated doc & custom.
10140 (speedbar-indentation-width, speedbar-indentation-width) New
10141 variables.
10142 (speedbar-hide-button-brackets-flag): Customizable.
10143 (speedbar-vc-indicator): Doc update.
10144 (speedbar-ignored-path-expressions): Updated default value.
10145 (speedbar-supported-extension-expressions): Updated default value.
10146 (speedbar-syntax-table): Remove {} paren status.
10147 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10148 as "+". Added overlay aliases.
10149 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10150 `force-mode-line-update'.
10151 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10152 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10153 `mouse-set-point'
10154 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10155 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10156 of arbitrary text, and new helper functions.
10157 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10158 filename finder.
10159 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10160 (speedbar-directory-buttons): Update path search/expansion.
10161 (speedbar-make-tag-line): Pay attention to
10162 `speedbar-indentation-width'. Use more care w/ invisible
10163 properties.
10164 (speedbar-change-expand-button-char): Call
10165 `speedbar-insert-image-button-maybe'.
10166 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10167 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10168 (speedbar-trim-words-tag-hierarchy)
10169 (speedbar-simple-group-tag-hierarchy): New functions
10170 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10171 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10172 functions.
10173 (speedbar-mouse-set-point): New function
10174 (speedbar-power-click): Updated documentation.
10175 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10176 of tag prefix text.
10177 (speedbar-expand-line, speedbar-contract-line): Make more robust
10178 to strange text.
10179 (speedbar-expand-line): Takes universal argument to flush the
10180 cache.
10181 (speedbar-flush-expand-line): New function.
10182 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10183 Use new generator insertion method.
10184 (speedbar-fetch-dynamic-tags): New function.
10185 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10186 `speedbar-fetch-dynamic-imenu'.
10187 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10188 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10189 "Revert Buffer" menu items.
10190 (speedbar-buffer-buttons-engine): Be smarter when creating a
10191 filename tag (for expansion purposes.).
10192 (speedbar-highlight-one-tag-line,
10193 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10194 (speedbar-recenter): New functions.
10195 (defimage-speedbar): Image loading abstraction.
10196 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10197 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10198 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10199 (speedbar-tag-type, speedbar-tag-mail): New images.
10200 (speedbar-expand-image-button-alist): New variable.
10201 (speedbar-insert-image-button-maybe): Insert an image over some
10202 buttons.
10203
10204 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10205
10206 * international/mule-cmds.el (encode-coding-char): An ASCII
10207 character is always encodable.
10208
10209 * international/mule-conf.el: Add more information in descriptions
10210 of character sets.
10211
10212 * international/mule-diag.el (describe-char-after): New function.
10213 (describe-font-internal): Adjusted for the change of font-info.
10214 (describe-font): Likewise.
10215 (print-fontset): Rewritten for the new fontset implementation.
10216 (describe-fontset): Include fontset alias names in completion.
10217 (list-fontsets): Adjusted for the change of print-fontset.
10218
10219 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10220 describe-char-after instead of displaying the detail in the echo
10221 area.
10222 (syntax-code-table): Format changed.
10223 (string-to-syntax): Adjusted for the above change.
10224
10225 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10226
10227 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10228
10229 2000-05-12 Dave Love <fx@gnu.org>
10230
10231 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10232 dependence. Use line-{beginning,end}-position, not
10233 point-at{b,e}ol. Some doc fixes.
10234 (todo-position): New function. Fix callers of position to use it.
10235 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10236
10237 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10238
10239 * time.el (display-time-mail-icon): Use `:ascent center'.
10240
10241 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10242 handling FTP security extensions.
10243
10244 2000-05-11 Dave Love <fx@gnu.org>
10245
10246 * calendar/todo-mode.el: New file.
10247
10248 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10249
10250 * comint.el (comint-read-input-ring): Move reference to
10251 comint-input-ring-size outside of the save-excursion. It was
10252 causing the default value to be the only one ever seen.
10253
10254 * font-lock.el: Update copyright. Remove Simon Marshall's email
10255 address on request from him.
10256
10257 * subr.el (substitute-key-definition): Add comment describing
10258 the meaning of PREFIX.
10259
10260 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10261
10262 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10263
10264 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10265 (add-minor-mode): Don't make the variable buffer-local and add a
10266 reference to define-minor-mode in the docstring.
10267
10268 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10269 HEADER/FOOTER and fix bug with trailing empty directory.
10270 (cvs-append-to-ignore): Use vc-editable-p if available.
10271 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10272 (vc-do-command): Tweak advice to handle the new VC.
10273
10274 * log-view.el (log-view-goto-rev): New function for the new VC.
10275 (log-view-minor-wrap): Use mark-active.
10276
10277 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10278 (log-edit-changelog-full-paragraphs): New var.
10279 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10280 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10281 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10282 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10283 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10284 Replace the `cvs' prefix with `log-edit'.
10285
10286 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10287
10288 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10289 (diff-font-lock-defaults): Explicitly turn off multiline.
10290 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10291 (diff-ediff-patch): Fix call to ediff-patch-file.
10292 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10293 Handle comments.
10294
10295 * frame.el (automatic-hscrolling): Typo.
10296
10297 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10298
10299 2000-05-09 Sam Steingold <sds@goems.com>
10300
10301 * apropos.el (apropos-print): use `describe-face' instead of
10302 `customize-face-other-window'.
10303
10304 2000-05-09 Dave Love <fx@gnu.org>
10305
10306 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10307
10308 * help.el (describe-variable): Have customize button pop the
10309 help-xref stack when invoked.
10310 (help-xref-symbol-regexp): Add `face'.
10311 (help-make-xrefs): Check for quoted face names and adapt regexp
10312 submatch numbers to cope.
10313 (help-xref-interned): Maybe insert face doc too. Separate
10314 sections with a line of hyphens.
10315
10316 * faces.el: Some doc fixes. Declare some functions obsolete.
10317 (describe-face): Add customize button. Return the help
10318 text. Fix prompt.
10319
10320 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10321
10322 * term/internal.el (IT-character-translations): Fix last change.
10323
10324 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10325
10326 * woman.el: New file
10327 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10328
10329 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10330
10331 * term/internal.el (IT-character-translations): Update ASCII
10332 simulations for greek-iso8859-7, add latin-iso8859-14 and
10333 latin-iso8859-15.
10334
10335 * international/mule-cmds.el (set-language-info-alist): Call
10336 define-prefix-command with 3 arguments, to make the map suitable
10337 for a menu.
10338
10339 2000-05-07 Dave Love <fx@gnu.org>
10340
10341 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10342
10343 2000-05-05 Dave Love <fx@gnu.org>
10344
10345 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10346 list in doc string. Don't quote keyword symbols.
10347 * emacs-lisp/cl.el: Likewise
10348 * emacs-lisp/cl-seq.el: Likewise
10349
10350 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10351
10352 * abbrev.el (abbrev-mode): Make ARG optional.
10353
10354 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10355
10356 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10357
10358 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10359
10360 * subr.el (substitute-key-definition): Clarify documentation.
10361
10362 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10363
10364 * glasses.el (glasses-convert-to-unreadable): Use
10365 `glasses-separator' instead of the hard-wired "_".
10366 (glasses-mode): Call `glasses-make-unreadable' only in a single
10367 place.
10368
10369 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10370
10371 * term/internal.el (cjk-codepages-alist): Add associations for
10372 Chinese and Korean codepages. Remove FIXME comment.
10373
10374 2000-05-03 Dave Love <fx@gnu.org>
10375
10376 * time.el (display-time-mail-face, display-time-use-mail-icon):
10377 New option.
10378 (display-time-mail-icon): New variable.
10379 (display-time-string-forms): Use the above. Fix the local-map.
10380
10381 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10382
10383 * replace.el (query-replace-map): Add binding for `E'.
10384 (query-replace-help): Extend help text.
10385 (perform-replace): Allow editing the replacement string.
10386
10387 * make-mode.el (makefile-mode-abbrev-table): New variable.
10388 (makefile-mode): Set local abbrev table to
10389 makefile-mode-abbrev-table.
10390 (makefile-font-lock-keywords): Fontify includes and conditionals.
10391
10392 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10393 set TOGGLE's value.
10394
10395 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10396 mail-interactive-insert-alias.
10397 (mail-abbrev-complete-alias): New command.
10398 (mail-mode-map): Bind it to `M-TAB'.
10399
10400 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10401
10402 * language/lao-util.el (lao-compose-region): New function.
10403
10404 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10405
10406 * files.el (recover-session): Make directories as necessary
10407 if they don't exist yet.
10408
10409 * calendar/cal-french.el
10410 (french-calendar-multibyte-special-days-array)
10411 (french-calendar-special-days-array): Change French text.
10412 (calendar-french-date-string): Change output.
10413 (calendar-goto-french-date): Likewise.
10414
10415 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10416
10417 * wid-edit.el (widget-default-active): Obey `:always-active'.
10418 (widget-documentation-string-value-create): Set `:always-active'.
10419
10420 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10421
10422 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10423 default prefix to `~/_emacs.d/auto-save.list/_s'.
10424 (normal-top-level): Create the directory for auto-save files, if
10425 it doesn't already exist (in the ms-dos case only).
10426
10427 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10428
10429 * international/mule-cmds.el (set-language-environment): Don't
10430 concat an integer (dos-codepage), use format instead.
10431
10432 2000-05-02 Dave Love <fx@gnu.org>
10433
10434 * help.el (help-xref-on-pp): Check for constant symbols.
10435
10436 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10437
10438 * startup.el (normal-top-level): Put a condition-case around
10439 the code loading subdirs.el.
10440
10441 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10442
10443 * ps-print.el: Upside-down and face background color printing,
10444 line number step, doc fix.
10445 (ps-print-version): New version number (5.2).
10446 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10447 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10448 (ps-spool-config): Var fix.
10449 (ps-printer-name-option): Const fix.
10450 (ps-print-upside-down, ps-use-face-background)
10451 (ps-line-number-step): New vars.
10452 (ps-window-system, ps-lp-system): New consts.
10453 (ps-face-background): New fun.
10454
10455 2000-04-28 Richard Stallman <rms@gnu.org>
10456
10457 * files.el (make-auto-save-file-name):
10458 Apply auto-save-file-name-transforms to visited file name
10459 before generating auto save file name.
10460 (auto-save-file-name-transforms): New variable.
10461
10462 * files.el (backup-enable-predicate):
10463 Correctly test for a file under a temporary directory.
10464
10465 2000-04-28 Gerd Moellmann <gerd@gnu.org>
10466
10467 * subr.el (add-minor-mode): Rewritten.
10468
10469 2000-04-28 Kenichi Handa <handa@etl.go.jp>
10470
10471 * mail/sendmail.el (sendmail-send-it): Set
10472 buffer-file-coding-system to the selected coding system for MIME
10473 header.
10474
10475 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10476
10477 * dired.el (dired-move-to-filename-regexp): Allow format where
10478 YYYY is followed by two spaces.
10479
10480 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10481 in the second character class of the regexp.
10482
10483 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10484 mh-etc, too.
10485
10486 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10487 nil.
10488
10489 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10490
10491 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10492 argument.
10493
10494 2000-04-27 Sen Nagata <sen@eccosys.com>
10495
10496 * emacs-lisp/crm.el (crm-completion-table): New variable.
10497 (crm-collection-fn, crm-test-completion)
10498 (completing-read-multiple): Use it.
10499
10500 2000-04-27 Dave Love <fx@gnu.org>
10501
10502 * help.el (locate-library): Use mapc.
10503 (help-manyarg-func-alist): Add call-process-region.
10504
10505 2000-04-26 Gerd Moellmann <gerd@gnu.org>
10506
10507 * subr.el (add-minor-mode): Make argument MAP optional.
10508
10509 * desktop.el (desktop-save): Save list of minor modes.
10510 (desktop-create-buffer): Restore minor modes.
10511 (desktop-minor-mode-table): New user-option.
10512
10513 * subr.el (add-minor-mode): New function.
10514
10515 * image.el (find-image): New function.
10516 (defimage): Rewritten to find image at load time.
10517
10518 * startup.el (normal-top-level-add-to-load-path): Handle
10519 case that the default directory is not in load-path.
10520
10521 * help.el: Old patch from Stefan Monnier.
10522 (help-xref-on-pp): New function.
10523 (describe-variable): Use it to display xrefs in a symbol's value.
10524
10525 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10526
10527 * cus-edit.el (custom-face): Fix parenthesis.
10528
10529 2000-04-26 Kenichi Handa <handa@etl.go.jp>
10530
10531 * mail/rmail.el (rmail-expunge): When there are no deleted
10532 messages, do nothing.
10533
10534 2000-04-26 Dave Love <fx@gnu.org>
10535
10536 * international/mule-cmds.el (locale-translation-file-name):
10537 Defvar to nil.
10538 (set-locale-environment): Set it here (at runtime).
10539
10540 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10541
10542 * replace.el (perform-replace): Add parameters START and END. Use
10543 them instead of the check for a region in Transient Mark mode.
10544 (query-replace-read-args): Return two more list elements for the
10545 start and end of the region in Transient Mark mode.
10546 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10547 (map-query-replace-regexp, replace-string, replace-regexp): Add
10548 optional last arguments START and END and pass them to
10549 perform-replace.
10550
10551 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10552 form with additional arguments for perform-replace.
10553
10554 * progmodes/etags.el (tags-query-replace): Add parameters START
10555 and END. Construct a form with additional arguments for
10556 perform-replace.
10557
10558 * simple.el (shell-command): Set default directory for "*Shell
10559 Command Output" buffer.
10560
10561 * language/european.el (iso-latin-4): Fix typo.
10562
10563 * emacs-lisp/crm.el: New file.
10564
10565 2000-04-24 Dave Love <fx@gnu.org>
10566
10567 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10568 (Custom-reset-saved, Custom-reset-standard)
10569 (custom-group-value-create, custom-group-set, custom-group-save)
10570 (custom-group-reset-current, custom-group-reset-saved)
10571 (custom-group-reset-standard): Use mapc.
10572 (custom-buffer-create-internal): Disable undo when creating items.
10573 Use mapc.
10574 (custom-face): Avoid redundant lambda.
10575
10576 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10577
10578 * startup.el (auto-save-list-file-prefix): Set default to
10579 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10580
10581 2000-04-24 Sam Steingold <sds@gnu.org>
10582
10583 * time-stamp.el (time-stamp-string-preprocess): Always convert
10584 `field-result' to a string.
10585
10586 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10587
10588 * frame.el (scrolling): New group.
10589 (automatic-hscrolling): New user-option.
10590
10591 * startup.el (command-line-x-option-alist): Add `-lsp' and
10592 `--line-spacing'.
10593
10594 2000-04-19 Dave Love <fx@gnu.org>
10595
10596 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10597 (cl-mapc): Rename from mapc. Fix the funcall.
10598
10599 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10600
10601 * simple.el (clone-indirect-buffer-other-window): New command.
10602 (clone-indirect-buffer): Add optional arg NORECROD.
10603 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10604
10605 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10606
10607 * window.el (count-screen-lines): New function.
10608 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10609 instead of window-buffer-height.
10610
10611 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10612 non-existing variable comint-input-sentinel.
10613 (inferior-lisp-args-to-list): Removed.
10614 (inferior-lisp): Use split-string instead of
10615 inferior-lisp-args-to-list.
10616
10617 * hexl.el (hexl-insert-hex-string): New command.
10618
10619 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10620 instead of concat.
10621
10622 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10623
10624 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10625 at the start of an existing but empty folder.
10626
10627 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10628
10629 * ps-mule.el: Customization fix, doc fix.
10630 (ps-multibyte-buffer): Customization fix.
10631
10632 2000-04-17 Richard M. Stallman <rms@gnu.org>
10633
10634 * subr.el (read-passwd): Use read-char-exclusive.
10635
10636 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10637
10638 * textmodes/texinfo.el (texinfo-insert-@email)
10639 (texinfo-insert-@emph, texinfo-insert-@quotation)
10640 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10641 (texinfo-mode-map): Add key bindings for them.
10642
10643 * files.el (basic-save-buffer-2): Use a template with `$'
10644 instead of `#' for VMS.
10645
10646 * simple.el (clone-indirect-buffer): New function.
10647
10648 2000-04-16 Stephen Eglen <stephen@gnu.org>
10649
10650 * iswitchb.el (iswitchb-case): New function. If the user input
10651 contains any upper-case characters, the search is made
10652 case-sensitive.
10653
10654 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10655
10656 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10657 comment-end.
10658 (texinfo-font-lock-syntactic-keywords): New var.
10659 (texinfo-font-lock-keywords): Remove comment regexp.
10660 (texinfo-insert-block): New function.
10661 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10662 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10663 and font-lock-defaults. Use regexp-opt for outline-regexp.
10664 (texinfo-environments): New var.
10665 (texinfo-environment-regexp): Use regexp-opt and
10666 texinfo-environments.
10667
10668 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10669 ispell-process is bound since this might be eval'd before ispell
10670 is loaded.
10671 (ispell-message): Use a tiny bit less magic and a bit more hard
10672 data to figure out what kind of sc-cite-regexp to use.
10673
10674 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10675
10676 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10677 (insert-cyclic-diary-entry): Unquote the lambda.
10678
10679 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10680
10681 * files.el (backup-enable-predicate): Unquote the lambda.
10682
10683 * cus-edit.el (custom-face, face): Unquote the lambda.
10684
10685 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10686
10687 * ps-print.el: Check for line-beginning-position definition.
10688
10689 * ps-print.el: Fix counting lines in a region.
10690 (ps-print-version): New version number (5.1.5).
10691 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10692 (ps-printing-region): Fun code fix.
10693
10694 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10695
10696 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10697 to file-directory-p.
10698
10699 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10700
10701 * gud.el (gud-jdb-build-source-files-list): Check that directory
10702 exists before calling directory-files.
10703
10704 2000-04-13 Dave Love <fx@gnu.org>
10705
10706 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10707 syntax.
10708
10709 * emacs-lisp/cl-specs.el: Remove when, unless.
10710
10711 * emacs-lisp/cl-extra.el: Don't quote keywords.
10712 (cl-old-mapc): New variable.
10713 (mapc): Use it.
10714 (cl-map-intervals): Use with-current-buffer. Don't check for
10715 next-property-change.
10716 (cl-map-overlays): Use with-current-buffer.
10717 (cl-expt): Remove.
10718 (copy-tree, remprop): Define unconditionally.
10719
10720 * emacs-lisp/cl-compat.el (keywordp): Remove.
10721
10722 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10723 to use keywordp.
10724 (edebug-spec): Enable keywordp.
10725
10726 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10727 string-lessp.
10728
10729 * cus-start.el: Use keywordp.
10730
10731 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10732
10733 * diary-lib.el (include-other-diary-files): Fix the fix of
10734 2000-02-18 by doing a save-excursion.
10735
10736 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10737
10738 * ps-print.el: Customization fix, doc fix.
10739 (ps-print-version): New version number (5.1.4).
10740 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10741 (ps-print-preprint): Adjust code.
10742 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10743 (ps-print-prologue-header, ps-print-control-characters)
10744 (ps-spool-config): Customization fix.
10745
10746 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10747
10748 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10749 converted to the new menu-item format, names silightly changed,
10750 help strings added.
10751
10752 Support for spelling without async subprocesses:
10753
10754 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10755 (ispell-session-buffer): New variables.
10756 (ispell-start-process, ispell-process-status,
10757 ispell-accept-output, ispell-send-string): New functions, for
10758 Ispell invocation when async subprocesses aren't supported.
10759 (ispell-word, ispell-pdict-save, ispell-command-loop,
10760 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10761 to process-send-string with calls to ispell-send-string, and
10762 accept-process-output with ispell-accept-output.
10763 (ispell-init-process): Call ispell-process-status instead of
10764 process-status with.
10765 (ispell-init-process): Call ispell-start-process. Call
10766 ispell-accept-output and ispell-send-string. Don't call
10767 process-kill-without-query and kill-process if they are unbound.
10768 (ispell-async-processp): New function.
10769
10770 2000-04-12 Dave Love <fx@gnu.org>
10771
10772 * info.el: Add debug-ignored-errors.
10773 (Info-mode-menu): Add some items.
10774 (Info-directory): Add autoload cookie.
10775
10776 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10777 Modify `truncate-lines'. Make `describe-language-environment'
10778 always visible and add help. Modify `describe-key' help. Invoke
10779 Info-directory from `info'. New entry `emacs-manual'.
10780
10781 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10782
10783 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10784 propertized-buffer-identification.
10785 (ebrowse-update-member-buffer-mode-line): Likewise.
10786 (ebrowse--mode-strings): Removed.
10787 (ebrowse--mode-line-props): Removed.
10788
10789 * files.el (auto-mode-alist): Add `EBROWSE'.
10790
10791 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10792 space before testing for end of buffer.
10793 (ebrowse-load): Removed.
10794 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10795 (ebrowse-create-tree-buffer): Rewritten.
10796 (ebrowse-tree-mode): Read tree from buffer.
10797
10798 * progmodes/ebrowse-ffh.el: Removed.
10799
10800 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10801
10802 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10803
10804 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10805
10806 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10807 at the wrong place.
10808
10809 2000-04-09 Dave Love <fx@gnu.org>
10810
10811 * files.el (backup-enable-predicate): Use
10812 temporary-file-directory, small-temporary-file-directory.
10813 (make-backup-file-name-function, backup-directory-alist): New
10814 variables.
10815 (make-backup-file-name-1): New function.
10816 (make-backup-file-name): Use it.
10817 (find-backup-file-name): Likewise. Use format for clarity, not
10818 concat.
10819 (file-newest-backup): Use make-backup-file-name.
10820
10821 2000-04-09 Gerd Moellmann <gerd@gnu.org>
10822
10823 * progmodes/ebrowse-ffh.el: New file.
10824
10825 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10826 to ebrowse-ffh.el.
10827 (ebrowse-load): Add autoload.
10828
10829 * finder.el (finder-commentary): Add autoload cookie.
10830
10831 * mail/rfc2368.el: Correct author's email address.
10832
10833 * progmodes/ebrowse.el: New file.
10834
10835 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10836 item help string.
10837 (easy-menu-do-add-item): Ditto.
10838 (easy-menu-define): Extend doc string.
10839
10840 * jit-lock.el (with-buffer-unmodified): Use
10841 restore-buffer-modified-p.
10842 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10843 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10844 with-buffer-unmodified.
10845
10846 2000-04-08 Dave Love <fx@gnu.org>
10847
10848 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10849 unless, when.
10850
10851 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10852
10853 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10854 (viper-flash-search-pattern): No operation when using Emacs
10855 doesn't support face.
10856 Use `viper-put-on-search-overlay'.
10857
10858 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10859
10860 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10861 like C-r.
10862
10863 * progmodes/make-mode.el: Some doc fixes.
10864 (makefile-mode-abbrev-table): New variable.
10865 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10866 (makefile-font-lock-keywords): Fontify includes and conditionals.
10867 (toplevel): Require `dabbrev' and `add-log' when compiling.
10868
10869 * replace.el (perform-replace): Don't move forward one char
10870 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10871 to do that because it leaves point 1 position after the last
10872 replacement, after everything has been replaced.
10873
10874 * jit-lock.el (with-buffer-unmodified): New macro.
10875 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10876 modified state.
10877 (jit-lock-function-1): Extracted from jit-lock-function; not
10878 preserving buffer's modified state.
10879 (jit-lock-function, jit-lock-stealth-fontify): Call
10880 jit-lock-function-1.
10881
10882 * mail/rfc2368.el: Remove supernumerary copyright line.
10883
10884 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10885
10886 * glasses.el: Provide facilities for inserting space before left
10887 parentheses and uncapitalization of identifiers.
10888 (glasses-mode): Try to remove old overlays in all cases.
10889
10890 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10891
10892 * progmodes/compile.el (compile-internal): Display the compilation
10893 buffer in a different frame, if it's already displayed there.
10894
10895 * mail/rfc2368.el: New file.
10896
10897 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10898 header and insert its value as mail body.
10899
10900 * subr.el (member-ignore-case): New function.
10901
10902 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10903 (dabbrev--find-expansion): Ignore buffers matching a regexp
10904 from dabbrev-ignored-regexps.
10905
10906 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10907 to extensions handled by gzip.
10908
10909 2000-04-03 Richard M. Stallman <rms@gnu.org>
10910
10911 * files.el (insert-directory): List the total free space
10912 along with the used space.
10913
10914 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10915 line is followed by one that matches CITATION-REGEXP, end the
10916 paragraph.
10917
10918 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10919
10920 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10921 (rmail-make-basic-summary-line): Use that option.
10922
10923 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10924
10925 * international/mule-cmds.el (encoded-string-description):
10926 Rewritten. Try pretty description for ISO 2022 escape sequences
10927 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10928 for hexadecimal format.
10929
10930 2000-04-01 Dave Love <fx@gnu.org>
10931
10932 * cpp.el: Change customization group to `c' from `C'.
10933
10934 * vcursor.el (vcursor-move): Use display-color-p.
10935
10936 * international/mule-util.el: Provide mule-utils.
10937 (string-to-sequence): Simplify and speed up.
10938
10939 * international/mule.el (make-coding-system): Purecopy doc-string.
10940
10941 * international/mule-cmds.el: Various menu changes.
10942 (describe-specified-language-support): Handle `Default'.
10943 (set-language-info): Purecopy `info'.
10944
10945 2000-03-31 Andrew Innes <andrewi@gnu.org>
10946
10947 * vc.el (vc-backend-diff): Return the correct status if we had to
10948 retry the rcsdiff command without the --brief option.
10949
10950 2000-03-31 Dave Love <fx@gnu.org>
10951
10952 * help.el (help-manyarg-func-alist): Correct several omissions.
10953
10954 * add-log.el: Don't require cl, fortran.
10955 (add-log-current-defun-function): Doc fix.
10956 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10957 fix.
10958 (change-log-version-rcs): Function deleted.
10959 (change-log-version-number-search): Doc fix. Use
10960 vc-workfile-version. Avoid CL dolist.
10961 (add-change-log-entry): Just call add-log-current-defun to get
10962 defun. Simplify somewhat.
10963 (change-log-get-method-definition-1): Likewise.
10964 (add-log-current-defun): Return nil if calling
10965 add-log-current-defun-function does so. Move Fortran stuff to
10966 fortran.el. Return string without properties.
10967
10968 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10969 and :alpha: char classes.
10970
10971 * mail/supercite.el: Defvar curline when compiling.
10972 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10973 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10974 rather than a-zA-Z0-9 to allow non-ASCII characters.
10975
10976 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10977
10978 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10979
10980 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10981 Re-enable new code.
10982
10983 * lpr.el (print-region-1): Use -d to specify printer name for
10984 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10985
10986 2000-03-31 Dave Love <fx@gnu.org>
10987
10988 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10989 for function definition in symbol's function value slot first
10990 instead of first consulting byte-compile-function-environment.
10991
10992 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10993
10994 * language/european.el ("Polish"): New language environment.
10995 (setup-polish-environment): New function.
10996
10997 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10998
10999 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11000 Disable new code.
11001
11002 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11003 trying to `load' the symbol of an autoload instead of the file
11004 recorded in the autoload. Fix error messages.
11005
11006 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11007
11008 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11009 (ps-print-version): New version number (5.1.3).
11010 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11011 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11012 (ps-generate-postscript-with-faces): Code fix.
11013 (ps-color-values): XEmacs compatibility.
11014 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11015 (ps-default-fg, ps-default-bg): Adjust customization.
11016 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11017 (ps-color-scale): Renaming old ps-color-value fun.
11018 (ps-print-headers): Replace ps-print-header group to avoid conflict
11019 with ps-print-header variable.
11020 (ps-print-miscellany): New group.
11021 (ps-format-color, ps-rgb-color): New funs.
11022 (ps-default-foreground): New var.
11023 (ps-printer-name-option): New const.
11024
11025 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11026
11027 * net/net-utils.el:
11028 (network-connection-host, network-connection-service): New variables
11029 (network-connection-mode): New mode, derived from comint-mode
11030 (network-connection-mode-setup): New function, saves host and
11031 service information in local variables.
11032
11033 * lisp/locate.el:
11034 (locate-word-at-point): Added this function
11035 (locate): Default to using locate-word-at-point as input
11036 Run dired-mode-hook
11037
11038 2000-03-29 Dave Love <fx@gnu.org>
11039
11040 * calendar/appt.el: Doc fixes.
11041 (appt-check): Convert min-to-app to a string before passing to
11042 appt-disp-window-function or concat.
11043 (appt-delete-window): Remove test for frame-root-window.
11044 (appt-select-lowest-window, appt-convert-time): Simplify.
11045
11046 * emacs-lisp/bytecomp.el: Doc fixes.
11047 (byte-compile-file-form-autoload): Update
11048 byte-compile-function-environment.
11049
11050 2000-03-29 Andreas Schwab <schwab@suse.de>
11051
11052 * emacs-lisp/autoload.el: Also print defsubst doc string
11053 specially.
11054
11055 * dired.el (dired-insert-directory): If dired-free-space-program
11056 failed just delete its output.
11057
11058 2000-03-29 Dave Love <fx@gnu.org>
11059
11060 * international/iso-cvt.el: Move provide to end. Doc fixes.
11061 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11062 (iso-iso2sgml, iso-sgml2iso): New functions.
11063 (iso-cvt-define-menu): Fix some entries and use backquote for
11064 clarity.
11065
11066 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11067
11068 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11069
11070 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11071 ISO-DATE. If non-nil, return date in ISO 8601 format.
11072
11073 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11074
11075 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11076 if it ever becomes used.
11077 (log-edit-mode-hook): Default to vc-log-mode-hook.
11078 (log-edit-mode): Fix the docstring.
11079
11080 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11081 the code.
11082
11083 2000-03-26 Dave Love <fx@gnu.org>
11084
11085 * net/browse-url.el (browse-url): Re-fix case of
11086 browse-url-browser-function being an alist.
11087 (browse-url): Add :link to defgroup.
11088
11089 * files.el: Doc fixes.
11090 (file-truename): Include `[' in wildcard characters.
11091 (automount-dir-prefix): Customize.
11092 (find-file-wildcards): Add :version.
11093 (find-file-noselect): Simplify a mapcar call.
11094
11095 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11096 compatible with inf-lisp version.
11097 (eval-defun-1): Fix custom-declare-variable case.
11098
11099 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11100
11101 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11102
11103 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11104
11105 * Makefile (COMPILE_FIRST): New macro.
11106 (compile-files): Compile files from COMPILE_FIRST first.
11107
11108 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11109 code.
11110
11111 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11112 matching open parenthesis in column 0 to defun-prompt-regexp
11113 only if open-paren-in-column-0-is-defun-start is set.
11114
11115 * sun-curs.el: Require CL at compile-time only.
11116
11117 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11118 instead of copy-list which is a function from CL.
11119 (msb--choose-menu, msb--mode-menu-cond)
11120 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11121 (msb--init-file-alist): Use mapcar instead of mapcan.
11122 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11123 `(' in column 0 in doc string.
11124 (msb--add-separators): Use mapcar instead of mapcan.
11125
11126 * cus-dep.el: Require CL at compile-time only.
11127
11128 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11129
11130 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11131 (byte-compile-warnings): New warning `noruntime'.
11132 (byte-compile-constants, byte-compile-variables): Fix docstring.
11133 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11134 execute `eval-whenc-compile's body.
11135 (byte-compile-unresolved-functions): Fix docstring.
11136 (byte-compile-eval): New function.
11137 (byte-compile-callargs-warn): Check if the function will be available
11138 at runtime (via property `byte-compile-noruntime').
11139 (byte-compile-print-syms): New function.
11140 (byte-compile-warn-about-unresolved-functions): Also warn about
11141 `noruntime' functions (and use `byte-compile-print-syms').
11142 (byte-compile-file): Capitalize the message.
11143
11144 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11145
11146 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11147 (rmail-expunge): Ask for confirmation depending on the setting
11148 of rmail-confirm-expunge.
11149
11150 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11151
11152 * Makefile (bootstrap-clean): If $(emacs) exists, build
11153 loaddefs.el first. A loaddefs.el that's not up-to-date might
11154 cause a bootstrap failure because things don't autoload as
11155 expected.
11156
11157 2000-03-23 Dave Love <fx@gnu.org>
11158
11159 * net/browse-url.el: Restore previous use of
11160 browse-url-maybe-new-window.
11161
11162 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11163
11164 * ps-print.el: Skip banner page fix.
11165 (ps-print-version): New version number (5.1.2).
11166 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11167
11168 2000-03-23 Dave Pearson <davep@davep.org>
11169
11170 * net/quickurl.el Changed the type of parameter passed to the
11171 function defined by `quickurl-format-function'. Before only the
11172 text of the URL was passed. Now the whole URL structure is passed
11173 and the function is responsible for extracting the parts it
11174 requires. Changed the default of `quickurl-format-function'
11175 accordingly.
11176 (quickurl-insert): Changed the `funcall' of
11177 `quickurl-format-function' to match the above change.
11178 (quickurl-list-insert): Changed the `url' case so that it makes
11179 use of `quickurl-format-function', previous to this the format was
11180 hard wired.
11181
11182 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11183
11184 * startup.el: Change some spellings for the X Window System.
11185
11186 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11187
11188 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11189 up the code and the regexp and make sure the cursor is temporarily
11190 moved to the suspicious line while querying the user.
11191
11192 2000-03-22 Jason Rumney <jasonr@gnu.org>
11193
11194 * w32-fns.el (w32-charset-info-alist): Initialize.
11195
11196 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11197
11198 * ps-print.el: N-up last page fix.
11199 (ps-print-version): New version number (5.1.1).
11200 (ps-end-file, ps-end-job, ps-generate): Code fix.
11201
11202 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11203
11204 * files.el (find-file-run-dired): Update docstring.
11205 (find-directory-functions): New hook.
11206 (find-file-noselect): Run find-directory-functions rather than
11207 calling dired directly.
11208
11209 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11210
11211 * pcvs.el: Add a minimal leading commentary.
11212 (cvs-make-cvs-buffer): Change the header part by removing the startup
11213 message and adding a `Module' entry. Also replace the FOOTER and
11214 HEADER special fileinfos with the new support in ewoc for updating
11215 its own footer and header.
11216 (cvs-update-header): Update to use the header/footer of the ewoc.
11217 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11218 (cvs-is-within-p): New function.
11219 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11220 to only examine some subset of the buffers.
11221
11222 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11223 `format' instead of our own ad-hoc functions.
11224 Remove HEADER and FOOTER cases, now handled in the EWOC.
11225 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11226
11227 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11228 output to avoid scaring the user.
11229 (cvs-parse-table): Catch message for non-up-to-date commits.
11230
11231 * pcvs-defs.el (cvs-startup-message): Remove.
11232 (cvs-global-menu): New autoloaded menu.
11233
11234 * pcvs-util.el (cvs-string-fill): Remove.
11235
11236 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11237 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11238 PP part of it and also make it work for footers and headers.
11239 (ewoc-create): Drop POS and BUFFER arguments.
11240 Use the DLL's dummy node to store the end-of-footer position.
11241 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11242 (ewoc-refresh): Remove unused `header' variable.
11243 (ewoc-(get|set)-hf): New functions.
11244
11245 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11246 log-view-*-(message|file) and use easy-mmode-define-navigation.
11247 (log-view-message-re): Match SCCS format as well.
11248 And match the revision line rather than the dashed separator line.
11249 (log-view-mode): Use the new define-derived-mode.
11250 (log-view-current-tag): Fill in with an actual implementation.
11251
11252 * cvs-status.el (cvs-status-(prev|next)): Rename from
11253 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11254 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11255 to let the output "breathe" a little more (more readable).
11256 (cvs-status-mode): Use the new define-derived-mode.
11257
11258 * smerge-mode.el (smerge-auto-leave): New function and variable.
11259 (smerge-basic-map): Rename from smerge-basic-keymap.
11260 Change the bindings for smerge-diff-*.
11261 (smerge-*-map): Use easy-mmode-defmap.
11262 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11263 (smerge-keep-*): Use smerge-auto-leave.
11264
11265 2000-03-21 Jason Rumney <jasonr@gnu.org>
11266
11267 * cus-edit.el (custom-button-face): Use 3D look for w32.
11268 (custom-button-pressed-face): Likewise.
11269
11270 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11271
11272 * progmodes/etags.el (tags-case-fold-search): New user-option.
11273 (tags-loop-eval): New function. Bind case-fold-search around eval
11274 depending on the value of tags-case-fold-search.
11275 (tags-loop-continue): Use tags-loop-eval.
11276 (find-tag-in-order): Bind case-fold-search depending on the value
11277 of tags-case-fold-search.
11278
11279 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11280
11281 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11282 (diff-end-of-hunk): Return the end position for use in
11283 `easy-mmode-define-navigation'.
11284 (diff-recenter): Remove.
11285 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11286 of `easy-mmode-define-navigation'.
11287 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11288 previous renaming) and fix to use new names.
11289 (diff-merge-strings): Use \n as separator: simpler, faster.
11290 (diff-mode): Use `define-derived-mode'.
11291
11292 * derived.el (define-derived-mode): Don't autoload anymore.
11293 Prefer the macro-only version provided by easy-mmode.el.
11294
11295 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11296 `easy-mmode-define-derived-mode'.
11297 Use `combine-run-hooks'.
11298 (easy-mmode-define-navigation): New macro.
11299
11300 * subr.el (combine-run-hooks): New function.
11301
11302 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11303
11304 * term/x-win.el: Fontsets related initialization is simplified.
11305
11306 * international/mule-diag.el (describe-font): Don't refer to
11307 global-fontset-alist, instead call font-list.
11308 (describe-fontset, list-fontsets, mule-diag): Likewise.
11309 (print-fontset): Adjusted for the change of fontset
11310 implementation.
11311
11312 * international/fontset.el (x-charset-registries): Variable
11313 removed, instead the corresponding data is stored in the default
11314 fontset.
11315 (register-alternate-fontnames): Function removed.
11316 (resolved-ascii-font): Variable removed.
11317 (x-compose-font-name): Ignore the second argument REDOCE.
11318 (x-complement-fontset-spec): Complement only an ASCII font and
11319 element for those charsets than can use that ASCII font.
11320 (generate-fontset-menu): Don't refer to global-fontset-alist,
11321 instead call fontset-list.
11322 (uninstantiated-fontset-alist): Variable removed.
11323 (x-style-funcs-alist): Likewise.
11324 (fontset-default-styles): Likewise.
11325 (x-modify-font-name): Function removed.
11326 (create-fontset-from-fontset-spec): Ignore the argument
11327 STYLE-VARIANT.
11328 (create-fontset-from-ascii-font): Docsting adjusted for the above
11329 change.
11330 (instantiate-fontset, resolve-fontset-name): Functions removed.
11331 (fontset-list): Now implemented by C code.
11332
11333 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11334 (describe-face): Include `font' attribute in the description.
11335
11336 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11337
11338 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11339
11340 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11341
11342 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11343 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11344 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11345
11346 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11347 about behavior of set-buffer-modified-p wrt redisplay.
11348
11349 2000-03-19 Richard M. Stallman <rms@gnu.org>
11350
11351 * view.el (view-mode-disable): Kill local binding of view-read-only.
11352
11353 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11354
11355 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11356 is a string, convert it to a syntax cell using string-to-syntax.
11357
11358 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11359 (string-to-syntax): New function.
11360
11361 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11362 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11363 try to use passive ftp mode.
11364
11365 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11366
11367 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11368
11369 * simple.el (append-to-buffer): Update point of windows after
11370 insertion.
11371
11372 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11373 forward then moving backward. Reindent.
11374
11375 * frame.el (other-frame): Call x-focus-frame only if
11376 focus-follows-mouse is off.
11377
11378 2000-03-17 Dave Love <fx@gnu.org>
11379
11380 * pcvs-util.el (cvs-strings->string): Rename
11381 replace-regexps-in-string.
11382
11383 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11384
11385 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11386 regexp for labels cannot span several lines.
11387
11388 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11389 `(setq :<key> ':<key>)' to the macro expansion.
11390
11391 2000-03-16 Dave Love <fx@gnu.org>
11392
11393 * progmodes/f90.el (f90): Put custom group under `languages', not
11394 `fortran'.
11395 (f90-mode-hook): Customize.
11396 (f90-mode): Set add-log-current-defun-function.
11397 (f90-current-defun): New function.
11398
11399 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11400
11401 * cus-edit.el (custom-variable-tag-face): Handle case that
11402 default face's height is not a number.
11403 (custom-face-tag-face, custom-group-tag-face-1)
11404 (custom-group-tag-face): Ditto.
11405 (custom-group-tag-face-1): Add :group.
11406
11407 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11408
11409 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11410
11411 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11412 requiring easymenu.
11413
11414 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11415
11416 * ps-print.el: PostScript user-defined prologue, PostScript error
11417 handler, doc fix.
11418 (ps-print-version): New version number (5.1).
11419 (ps-user-defined-prologue, ps-error-handler-message)
11420 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11421 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11422 (ps-insert-string): New function.
11423
11424 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11425
11426 * international/ccl.el (ccl-compile-expression): Don't generate
11427 invalid self-assignment code.
11428
11429 2000-03-14 Dave Love <fx@gnu.org>
11430
11431 * subr.el (replace-regexp-in-string): Renamed from
11432 replace-regexps-in-string. Doc fix.
11433
11434 2000-03-12 Dave Love <fx@gnu.org>
11435
11436 * cus-edit.el: Doc fixes.
11437 (customize-set-variable, customize-save-variable): Rename args for
11438 doc.
11439 (custom-variable-tag-face, custom-face-tag-face)
11440 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11441 style which user identify as hyperlink.
11442 (hook): Don't add undefined functions to the hook.
11443 (debug-ignored-errors): Transfer message from bindings.el.
11444
11445 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11446
11447 * recentf.el (recentf-keep-non-readable-files-p): Remove
11448 double/nested definition.
11449
11450 2000-03-12 Dave Love <fx@gnu.org>
11451
11452 * facemenu.el (facemenu-get-face): Use display-color-p.
11453 * enriched.el (enriched-decode-foreground): Likewise.
11454 (enriched-decode-background): Likewise.
11455 * isearch.el (isearch-highlight): Likewise.
11456 * info-look.el (info-lookup): Likewise.
11457 * simple.el (completion-setup-function): Likewise.
11458
11459 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11460 :options.
11461
11462 * bindings.el (mode-line-format): Fix line-number and
11463 column-number items. Add help-echo for the background.
11464 (mode-line-mule-info): Modify help-echo.
11465
11466 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11467
11468 * files.el (load-file): Allow completion to .elc.
11469
11470 * man.el: Doc fixes.
11471 (Man-init-defvars): Use display-color-p to set fontification.
11472
11473 * play/hanoi.el (hanoi-internal): Don't use oddp.
11474
11475 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11476
11477 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11478
11479 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11480
11481 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11482
11483 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11484 Fix comment.
11485
11486 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11487
11488 * font-lock.el (font-lock-keywords): Fix the doc now that
11489 regexp-opt-depth is unnecessary.
11490 (save-buffer-state): Set an edebug spec.
11491 (font-lock-fontify-anchored-keywords): Properly handle the case when
11492 the matcher goes past the limit.
11493
11494 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11495 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11496
11497 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11498 dll.el and cookie.el (from Elib) with heavy renaming and other
11499 massaging.
11500
11501 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11502 Autoload the functions used.
11503 (easy-mmode-define-syntax): Fix CL typo.
11504 (easy-mmode-define-derived-mode): Improve the docstring generation.
11505
11506 2000-03-10 Gerd Moellmann <gerd@gnu.org>
11507
11508 * textmodes/texinfo.el (texinfo-version): Variable and function
11509 removed.
11510
11511 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11512
11513 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11514 allow more flexibility.
11515 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11516 fns.
11517 (easy-mmode-defmap, easy-mmode-defsyntax)
11518 (easy-mmode-define-derived-mode): New macros.
11519
11520 2000-03-09 Didier Verna <didier@xemacs.org>
11521
11522 * rect.el (replace-rectangle): New function.
11523
11524 2000-03-09 Dave Love <fx@gnu.org>
11525
11526 * progmodes/fortran.el (fortran-comment-line-start): Define as
11527 "C".
11528 (fortran-comment-line-start-skip): Don't match cpp stuff.
11529 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11530 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11531 (fortran-mode): Don't set fortran-comment-line-start-skip,
11532 fortran-comment-line-start here. Set comment-start,
11533 add-log-current-defun.
11534 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11535 (fortran-current-defun): New function.
11536
11537 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11538
11539 * emacs-lisp/re-builder.el: New file.
11540
11541 * mouse.el (mouse-drag-region): Don't run up-event handler
11542 if hscroll has changed.
11543
11544 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11545 builtin operators, use `font-lock-builtin-face' for Emacs and
11546 `font-lock-preprocessor-face' otherwise.
11547
11548 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11549 `(defun (setf foo)' differently.
11550
11551 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11552
11553 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11554 (regexp-opt): Update comment and adapt the code the new meaning of
11555 the `paren' argument of regex-opt-group for shy-groups.
11556 (regexp-opt-depth): Handle shy groups as well as backslashed
11557 backslashes.
11558 (regexp-opt-group): Turn the leading comment into a docstring.
11559 Allow `paren' to be a string (the string to use to open a group).
11560 Remove open-presuf and close-presuf. Instead of checking for `all
11561 one-char' and then later on check for `several one-char', handle
11562 both cases close together. Also apply a more generic algorithm
11563 for suffixes (the mirror image of the algorithm used for
11564 prefixes). Use shy-groups. Use nreverse rather than reverse.
11565 (regexp-opt-try-suffix): Removed.
11566
11567 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11568 from comint-mode-map, so we can just inherit from it. Also, move
11569 the initialization into the `defvar' since there's no docstring
11570 anyway and it's fairly short.
11571 (inferior-scheme-mode): Define it as derived-mode: the code is
11572 shorter and this way we inherit from comint-mode-map rather than
11573 copying it.
11574
11575 * subr.el (replace-regexps-in-string): Properly handle the case
11576 where we match an empty string.
11577
11578 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11579 when the command has a directory component (such as "./testml").
11580 Also fix a typo in the comment.
11581
11582 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11583
11584 * Makefile (compile-files): Compile files one by one because
11585 that's the only way to ensure a clean compilation environment for
11586 each individual file.
11587
11588 * frame.el (other-frame): Call x-focus-frame.
11589
11590 2000-03-07 Dave Love <fx@gnu.org>
11591
11592 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11593 :require to defcustom.
11594
11595 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11596 lists.
11597
11598 * files.el (auto-mode-alist): Add configure.in.
11599
11600 * progmodes/autoconf.el: New file.
11601
11602 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11603
11604 * mail/mh-e.el: Change maintainer to `none'.
11605
11606 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11607 to remove-hook and add-hook.
11608
11609 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11610
11611 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11612 it as the default.
11613 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11614 (sendmail-send-it): Conditionally add MIME headers specifying the
11615 used character set.
11616
11617 2000-03-07 Dave Love <fx@gnu.org>
11618
11619 * winner.el: Fix keywords, autoload cookies. Split
11620 eval-when-compile form to avoid compilation failure.
11621
11622 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11623
11624 * international/mule.el: Modify comment about coding system
11625 property `coding-category'.
11626 (make-coding-system): New argument EOL-TYPE. Pay attention to
11627 coding-category property of PROPERTIES.
11628
11629 * international/mule-conf.el (coding-category-utf-8,
11630 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11631 categories. Include them in the argument for set-coding-priority.
11632
11633 * international/mule-cmds.el (reset-language-environment): Include
11634 coding-category-utf-8, coding-category-utf-16-be, and
11635 coding-category-utf-16-le in the argument for set-coding-priority.
11636 (reset-language-environment): Initialize coding-category-utf-8,
11637 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11638
11639 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11640
11641 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11642 code abstracted out of `bookmark-jump-noselect'. Now tries info
11643 extensions as well as compression extensions.
11644 (bookmark-jump-noselect): Use above new func.
11645
11646 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11647
11648 * strokes.el: Change maintainer's mail address.
11649
11650 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11651
11652 * international/mule-diag.el (list-character-sets): Make help-echo
11653 string by substitute-command-keys.
11654 (list-character-sets): Likewise.
11655 (sort-listed-character-sets): Call help-setup-xref.
11656
11657 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11658
11659 * time.el (display-time-mail-file): Add `none' to the list of
11660 choices.
11661
11662 2000-03-01 Dave Love <fx@gnu.org>
11663
11664 * help.el (help-xref-go-back): Don't try to set position.
11665
11666 * international/mule-diag.el (list-character-sets): Call
11667 help-setup-xref. Add help-echo to xrefs.
11668 (list-character-sets-1): Add help-echo to xrefs.
11669
11670 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11671
11672 * frame.el (blink-cursor-mode): Switch cursor on when turning
11673 the mode off.
11674
11675 * add-log.el (add-log-current-defun): Add support for
11676 Autoconf mode.
11677
11678 * mail/rmail.el (rmail-quit-hook): New variable.
11679
11680 2000-03-01 Dave Love <fx@gnu.org>
11681
11682 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11683
11684 * help.el (help-xref-button): Add help-echo arg.
11685 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11686
11687 * faces.el (list-faces-display): Supply help-echo with
11688 help-make-xrefs.
11689
11690 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11691 nil.
11692
11693 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11694
11695 * image.el (defimage): Look for image files in load-path.
11696
11697 * frame.el (busy-cursor-delay-seconds): Change type to
11698 `number'.
11699
11700 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11701
11702 * recentf.el (recentf): Added version tag to the defgroup of
11703 recentf.
11704
11705 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11706
11707 * recentf.el (recentf-cleanup): Changed to remove excluded file
11708 too.
11709 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11710 action to select/unselect a file.
11711 (recentf-edit-list): Code cleanup and improvement.
11712 (recentf-open-more-files-action): `recentf-open-more-files' button
11713 widget action to open a file.
11714 (recentf-open-more-files): No more use standard completion but
11715 widgets.
11716 (recentf-more-collection): Deleted.
11717 (recentf-more-history): Deleted.
11718 (recentf-setup-more-completion): Deleted.
11719
11720 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11721
11722 * recentf.el (recentf-mode): No more needs that Emacs is running
11723 under a window-system.
11724
11725 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11726
11727 * recentf.el (recentf-edit-list): New command to edit the recent
11728 list which allow the user to remove files.
11729 (recentf-edit-selected-items): New global variable, used by
11730 `recentf-edit-list' to hold the list of files to be removed from
11731 the recent list.
11732 (recentf-make-menu-items): Updated to display a "Edit list..."
11733 menu item. Minor code cleanup.
11734
11735 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11736
11737 * recentf.el (recentf-open-more-files): New command to open files
11738 that are not displayed in the menu.
11739 (recentf-more-collection): New global variable holding the set of
11740 permissible completions used by `recentf-open-more-files'.
11741 (recentf-more-history): New global variable holding the history list
11742 used by `recentf-open-more-files' completion.
11743 (recentf-setup-more-completion): New function to setup completion for
11744 `recentf-open-more-files'.
11745 (recentf-make-menu-items): Updated to display a "More..." menu item.
11746
11747 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11748
11749 * recentf.el (recentf-menu-action): Doc fixed.
11750
11751 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11752
11753 * recentf.el (recentf-menu-filter): Doc updated.
11754 (recentf-update-menu-hook): Allow menu filters to force menu update.
11755 (recentf-make-menu-items): New menu filter handling.
11756 (recentf-make-menu-item): New helper function.
11757 (recentf-menu-elements): New menu handling function.
11758 (recentf-sort-ascending): Updated to new menu filter handling.
11759 (recentf-sort-descending): Updated to new menu filter handling.
11760 (recentf-sort-basenames-ascending): New menu filter function.
11761 (recentf-sort-basenames-descending): New menu filter function.
11762 (recentf-show-basenames): New menu filter function.
11763 (recentf-show-basenames-ascending): New menu filter function.
11764 (recentf-show-basenames-descending): New menu filter function.
11765
11766 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11767
11768 * diary-lib.el (list-diary-entries): Don't try to go forward at
11769 the end of the buffer.
11770
11771 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11772
11773 * international/mule-diag.el (list-character-sets): Completely
11774 rewritten.
11775 (sort-listed-character-sets): New function.
11776 (list-character-sets-1): Completely rewritten.
11777 (list-character-sets-2): New function.
11778 (non-iso-charset-alist): New variable.
11779 (decode-codepage-char): New function.
11780 (charset-history): New variable.
11781 (read-charset) (list-block-of-chars)
11782 (list-iso-charset-chars)
11783 (list-non-iso-charset-chars)
11784 (list-charset-chars): New functions.
11785 (mule-diag): Call list-character-sets-2, not
11786 list-character-sets-2.
11787 (dump-charsets): Likewise.
11788
11789 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11790
11791 * dired-x.el (dired-filename-at-point): Add `@' to valid
11792 file name characters.
11793 (dired-filename-at-point): Handle ange-ftp file names.
11794
11795 * frame.el (frame-notice-user-settings): Use assq-delete-all
11796 instead of assoc-delete-all.
11797 (frame-notice-user-settings): Ditto.
11798
11799 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11800 Don't copy alist.
11801
11802 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11803
11804 * calculator.el (calculator-use-menu): New option.
11805 (calculator-initial-bindings): Changed some bindings to work as
11806 macros.
11807 (calculator-forced-input): Removed.
11808 (calculator-restart-other-mode): New variable.
11809 (calculator-mode-map): Set up menu.
11810
11811 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11812
11813 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11814 tags.
11815
11816 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
11817
11818 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11819 translate all ESC key sequences.
11820 (viper-goto-mark-subr): restore markers for files for which
11821 they were saved.
11822 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11823 * viper-util.el (viper-set-replace-overlay-glyphs,
11824 viper-set-replace-overlay): always check if the replacement
11825 overlay is live.
11826 * viper.el (viper-vi-state-mode-list): added major modes.
11827 * ediff-wind.el: minor comment changes.
11828 * ediff.el: copyright notice date fix.
11829
11830 2000-02-27 Jason Rumney <jasonr@gnu.org>
11831
11832 * faces.el (face-font-family-alternatives): Add arial to helv.
11833 (mode-line, header-line, tool-bar): Same default as x for w32.
11834 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11835 face-font-family-alternatives from working.
11836 * term/w32-win.el (mouse-set-font): Do not build fontset from
11837 chosen font.
11838
11839 2000-02-25 Sam Steingold <sds@goems.com>
11840
11841 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11842 properly.
11843
11844 2000-02-25 Richard M. Stallman <rms@gnu.org>
11845
11846 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11847
11848 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11849
11850 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11851 writable.
11852
11853 * frame.el (busy-cursor-delay-seconds): New option.
11854
11855 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11856
11857 * frame.el (show-cursor-in-non-selected-windows): New option.
11858
11859 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11860
11861 * diary-lib.el (include-other-diary-files): Undo the selective
11862 display in any included file and don't kill it.
11863
11864 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11865
11866 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11867 bar. Menu items converted to (menu-item format, help strings
11868 added.
11869 [downcase, upcase]: Don't enable on MS-DOS.
11870 [symlink, symlinks]: Don't show if make-symbolic-link is not
11871 bound.
11872 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11873
11874 2000-02-23 Dave Love <fx@gnu.org>
11875
11876 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11877 (backward-kill-word): Revert addition of * to interactive spec --
11878 it's a feature.
11879
11880 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11881 (backward-kill-sentence, kill-sentence): Likewise.
11882
11883 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11884 scratch buffer name.
11885 (gud-format-command): Use int-to-string in ?l case. Simplify
11886 slightly.
11887
11888 * term/w32-win.el (internal-face-interactive): Update prompt for
11889 new read-face-name.
11890
11891 * mail/footnote.el (footnote): Add :version to defgroup.
11892 (footnote-section-tag-regexp): Customize.
11893 (footnote-start-tag, footnote-end-tag): New option.
11894 (footnote-latin-regexp): New variable.
11895 (Footnote-latin): New function.
11896 (footnote-style-alist): Add element for latin style.
11897 (footnote-style): Moved.
11898 (Footnote-goto-footnote): Use eq to test arg.
11899
11900 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11901
11902 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11903 (byte-compile-trueconstp): Include keywords.
11904 (byte-optimize-quote, byte-optimize-lapcode): Use
11905 byte-compile-const-symbol-p.
11906 (byte-optimize-char-before): New optimization.
11907
11908 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11909 (byte-compile-const-symbol-p): New function.
11910 (byte-compile-constp, byte-compile-out-toplevel)
11911 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11912 Use it.
11913
11914 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11915
11916 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11917
11918 * international/encoded-kb.el: Be sure to update minor-mode-alist
11919 and minor-mode-map-alist.
11920 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11921 codes SS2 and SS3 correctly.
11922 (encoded-kbd-self-insert-ccl): New function.
11923 (encoded-kbd-setup-keymap): New function.
11924 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11925 by calling encoded-kbd-setup-keymap.
11926
11927 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11928 characters.
11929 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11930 locally.
11931
11932 2000-02-22 Dave Love <fx@gnu.org>
11933
11934 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11935 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11936 defvar.
11937 (lisp-mode-syntax-table): Set up for #|...|# comments.
11938 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11939 classes. Match `defface'.
11940 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11941 (eval-defun-1): Fix for defcustom.
11942 (lisp-indent-region): Doc fix.
11943
11944 * subr.el (when, unless, split-string): Doc fix.
11945 (read-passwd): Move call of clear-this-command-keys to the right
11946 place.
11947 (replace-regexps-in-string): New function.
11948
11949 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11950
11951 * help.el (describe-variable): Set syntax table to
11952 emacs-lisp-mode-syntax-table when moving forward over the
11953 symbol's name.
11954
11955 2000-02-22 Dave Love <fx@gnu.org>
11956
11957 * xt-mouse.el: Doc fixes.
11958 (xterm-mouse-position-function): New function, replacing advice of
11959 mouse-position.
11960 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11961
11962 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11963
11964 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11965
11966 * format.el (format-annotate-single-property-change): Handle
11967 properties.with dotted-list values.
11968 (format-proper-list-p): New function.
11969
11970 * enriched.el (enriched-face-ans): Handle '(foreground-color
11971 . COLOR) and (background-color . COLOR).
11972
11973 2000-02-20 Dave Love <fx@gnu.org>
11974
11975 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11976 and assignments to it.
11977 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11978 current local map.
11979 (make-flyspell-overlay): Use it.
11980 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11981
11982 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11983 (lm-get-header-re): Defun, not defsubst.
11984 (lm-get-package-name): Defun, not defsubst. Simplify.
11985 (lm-version): Doc fix. Simplify.
11986 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11987 (lm-crack-address, lm-last-modified-date, lm-commentary)
11988 (lm-verify, lm-synopsis): Simplify.
11989 (lm-report-bug): Require emacsbug. Use compose-mail.
11990
11991 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11992
11993 * dired.el (dired-mode): Call propertized-buffer-identification
11994 to set mode-line-buffer-identification to something having
11995 the right text properties.
11996
11997 * bindings.el (propertized-buffer-identification): New function.
11998
11999 2000-02-20 Dave Love <fx@gnu.org>
12000
12001 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12002 check for t-mouse too.
12003
12004 * cus-start.el: Make echo-keystrokes `number'.
12005
12006 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12007
12008 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12009 Don't call ring-empty-p unless tags-location-ring is bound.
12010 From Noah Friedman <friedman@splode.com>.
12011
12012 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12013
12014 * progmodes/hideshow.el (hs-flag-region): No longer use
12015 `intangible' overlay property.
12016
12017 (hs-toggle-hiding): New command.
12018 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12019
12020 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12021 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12022 and deactivation.
12023
12024 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12025
12026 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12027
12028 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12029
12030 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12031
12032 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12033 of `*' to handle `(* ... *)' comments.
12034
12035 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12036
12037 * faces.el (list-faces-display): Use display-mouse-p instead of
12038 window-system.
12039
12040 * menu-bar.el (global-map): Menu-bar items converted to the new
12041 format (menu-item..., rearranged for better CUA compliance, and
12042 their names changed for better clarity. Help strings added.
12043
12044 * international/mule-cmds.el (mule-menu-keymap)
12045 (describe-language-environment-map, set-coding-system-map)
12046 (setup-language-environment-map): Convert to new (menu-item...
12047 form, add help strings. Change names of menu items for better
12048 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12049 submenu).
12050
12051 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12052
12053 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12054 within the code.
12055
12056 2000-02-16 Dave Love <fx@gnu.org>
12057
12058 * faces.el: Don't require custom. Add more specific :groups to
12059 various deffaces.
12060 (set-face-attribute): Purecopy args.
12061 (read-face-name): Default to name at point and use it in prompt.
12062 Remove colon from arg in all callers.
12063 (list-faces-display): Hyperlink to face descriptions and customize
12064 buffers.
12065
12066 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12067
12068 * wid-edit.el (widget-match-inline): An atom never matches a
12069 list.
12070
12071 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12072
12073 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12074 at ':' characters by call to split-string.
12075
12076 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12077
12078 * textmodes/bibtex.el: Added RCS version identification.
12079
12080 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12081
12082 * textmodes/bibtex.el: Some temporary comments removed.
12083 (bibtex-field-name, bibtex-entry-type): Made the relationship
12084 explicit.
12085 (bibtex-field-const): Allow capital letters.
12086 (bibtex-start-of-string): Deleted because unused.
12087
12088 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12089 use the term 'reference' to describe a bibtex entry as a whole.
12090 Further, reference keys are no longer called 'labels'.
12091 (bibtex-keys): Renamed to bibtex-reference-keys.
12092 (bibtex-reformat-previous-labels): Renamed to
12093 bibtex-reformat-previous-reference-keys.
12094 (bibtex-reference-type): Renamed to bibtex-entry-type.
12095 (bibtex-reference-head): Renamed to bibtex-entry-head.
12096 (bibtex-reference-maybe-empty-head): Renamed to
12097 bibtex-entry-maybe-empty-head.
12098 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12099 (bibtex-search-reference): Renamed to bibtex-search-entry.
12100 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12101 bibtex-enclosing-entry-maybe-empty-head.
12102 (bibtex-entry-field-alist, bibtex-entry-head,
12103 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12104 bibtex-map-entries, bibtex-search-entry,
12105 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12106 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12107 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12108 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12109 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12110 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12111 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12112
12113 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12114
12115 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12116 comment.
12117 (bibtex-format-field-delimiters): New function, functionality
12118 extracted from bibtex-format-entry.
12119 (bibtex-autokey-get-yearfield-digits): New function, functionality
12120 extracted from bibtex-autokey-get-yearfield.
12121
12122 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12123 entries in order to avoid stack overflow in the regexp matcher if
12124 field contents become large.
12125 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12126 bibtex-field-string-part-not-braced,
12127 bibtex-field-string-part-no-inner-braces,
12128 bibtex-field-string-part-1-inner-brace,
12129 bibtex-field-string-part-2-inner-braces,
12130 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12131 bibtex-field-string-quoted, bibtex-field-string,
12132 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12133 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12134 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12135 as parsing is now performed by the following functions.
12136 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12137 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12138 bibtex-parse-field-string, bibtex-search-forward-field-string,
12139 bibtex-parse-association, bibtex-field-name-for-parsing,
12140 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12141 bibtex-search-forward-field, bibtex-search-backward-field,
12142 bibtex-start-of-field, bibtex-end-of-field,
12143 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12144 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12145 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12146 bibtex-parse-string, bibtex-search-forward-string,
12147 bibtex-search-backward-string, bibtex-start-of-string,
12148 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12149 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12150 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12151 entries. Instead of reporting the results of the parsing by
12152 match-beginning or match-end, these functions return data structures
12153 that hold the corresponding positions.
12154 (bibtex-enclosing-field): Changed to also report field boundaries by
12155 return values rather than by match-beginning or match-end. The
12156 following functions have been adapted to use the new parsing
12157 functions.
12158 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12159 bibtex-enclosing-field, bibtex-format-entry,
12160 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12161 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12162 bibtex-print-help-message, bibtex-end-of-entry,
12163 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12164 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12165 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12166 method for parsing.
12167 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12168 bibtex-map-entries, bibtex-flash-head,
12169 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12170 bibtex-autokey-change, bibtex-autokey-get-namefield,
12171 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12172 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12173 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12174 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12175 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12176 order to make the new binding of case-fold-search immediately
12177 visible.
12178
12179 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12180
12181 * textmodes/bibtex.el: Copyright notice is up to date.
12182 Added constant 'bibtex-maintainer-salutation.
12183
12184 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12185 than make-temp-name, use match-string-no-properties and eliminate
12186 a quadratic behavior when building bibtex-strings.
12187
12188 * bibtex.el (bibtex-reference-key): Accept string entries whose
12189 reference key contains upper case letters.
12190
12191 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12192
12193 * bibtex.el (bibtex-reference-head): Allow entries to start with
12194 a new line.
12195
12196 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12197
12198 * bibtex.el: Hiding of entry bodies is not longer provided by
12199 bibtex.el directly. Instead the hideshow package can be used.
12200 Added a special bibtex entry to hs-special-modes-alist.
12201 (bibtex-hs-forward-sexp): Added for hideshow.el.
12202
12203 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12204
12205 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12206 at ':' characters by call to split-string.
12207
12208 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12209
12210 * textmodes/bibtex.el: Added RCS version identification.
12211
12212 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12213
12214 * textmodes/bibtex.el: Some temporary comments removed.
12215 (bibtex-field-name, bibtex-entry-type): Made the relationship
12216 explicit.
12217 (bibtex-field-const): Allow capital letters.
12218 (bibtex-start-of-string): Deleted because unused.
12219
12220 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12221 use the term 'reference' to describe a bibtex entry as a whole.
12222 Further, reference keys are no longer called 'labels'.
12223 (bibtex-keys): Renamed to bibtex-reference-keys.
12224 (bibtex-reformat-previous-labels): Renamed to
12225 bibtex-reformat-previous-reference-keys.
12226 (bibtex-reference-type): Renamed to bibtex-entry-type.
12227 (bibtex-reference-head): Renamed to bibtex-entry-head.
12228 (bibtex-reference-maybe-empty-head): Renamed to
12229 bibtex-entry-maybe-empty-head.
12230 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12231 (bibtex-search-reference): Renamed to bibtex-search-entry.
12232 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12233 bibtex-enclosing-entry-maybe-empty-head.
12234 (bibtex-entry-field-alist, bibtex-entry-head,
12235 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12236 bibtex-map-entries, bibtex-search-entry,
12237 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12238 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12239 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12240 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12241 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12242 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12243 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12244
12245 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12246
12247 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12248 comment.
12249 (bibtex-format-field-delimiters): New function, functionality
12250 extracted from bibtex-format-entry.
12251 (bibtex-autokey-get-yearfield-digits): New function, functionality
12252 extracted from bibtex-autokey-get-yearfield.
12253
12254 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12255 entries in order to avoid stack overflow in the regexp matcher if
12256 field contents become large.
12257 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12258 bibtex-field-string-part-not-braced,
12259 bibtex-field-string-part-no-inner-braces,
12260 bibtex-field-string-part-1-inner-brace,
12261 bibtex-field-string-part-2-inner-braces,
12262 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12263 bibtex-field-string-quoted, bibtex-field-string,
12264 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12265 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12266 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12267 as parsing is now performed by the following functions.
12268 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12269 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12270 bibtex-parse-field-string, bibtex-search-forward-field-string,
12271 bibtex-parse-association, bibtex-field-name-for-parsing,
12272 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12273 bibtex-search-forward-field, bibtex-search-backward-field,
12274 bibtex-start-of-field, bibtex-end-of-field,
12275 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12276 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12277 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12278 bibtex-parse-string, bibtex-search-forward-string,
12279 bibtex-search-backward-string, bibtex-start-of-string,
12280 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12281 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12282 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12283 entries. Instead of reporting the results of the parsing by
12284 match-beginning or match-end, these functions return data structures
12285 that hold the corresponding positions.
12286 (bibtex-enclosing-field): Changed to also report field boundaries by
12287 return values rather than by match-beginning or match-end. The
12288 following functions have been adapted to use the new parsing
12289 functions.
12290 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12291 bibtex-enclosing-field, bibtex-format-entry,
12292 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12293 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12294 bibtex-print-help-message, bibtex-end-of-entry,
12295 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12296 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12297 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12298 method for parsing.
12299 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12300 bibtex-map-entries, bibtex-flash-head,
12301 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12302 bibtex-autokey-change, bibtex-autokey-get-namefield,
12303 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12304 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12305 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12306 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12307 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12308 order to make the new binding of case-fold-search immediately
12309 visible.
12310
12311 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12312
12313 * textmodes/bibtex.el: Copyright notice is up to date.
12314 Added constant 'bibtex-maintainer-salutation.
12315
12316 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12317 than make-temp-name, use match-string-no-properties and eliminate
12318 a quadratic behavior when building bibtex-strings.
12319
12320 * bibtex.el (bibtex-reference-key): Accept string entries whose
12321 reference key contains upper case letters.
12322
12323 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12324
12325 * bibtex.el (bibtex-reference-head): Allow entries to start with
12326 a new line.
12327
12328 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12329
12330 * bibtex.el: Hiding of entry bodies is not longer provided by
12331 bibtex.el directly. Instead the hideshow package can be used.
12332 Added a special bibtex entry to hs-special-modes-alist.
12333 (bibtex-hs-forward-sexp): Added for hideshow.el.
12334
12335 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12336
12337 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12338 proceedings entry type (for cross referencing). Thanks to Wagner
12339 Toledo Correa for the suggestion.
12340
12341 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12342
12343 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12344
12345 * international/characters.el: Setup case table for Vietnamese.
12346
12347 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12348
12349 * uniquify.el (toplevel): Require CL at compile time.
12350 (uniquify-push): Removed.
12351
12352 * shadowfile.el (shadow-when): Removed.
12353
12354 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12355 (tempo-process-and-insert-string): Use dolist instead of
12356 tempo-dolist.
12357
12358 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12359 regexp for paragraph-start.
12360
12361 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12362 commas as well.
12363
12364 2000-02-10 Dave Love <fx@gnu.org>
12365
12366 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12367 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12368 Deleted.
12369 (widget-specify-field, widget-specify-button): Don't use
12370 widget-mouse-help as help-echo property.
12371 (default): Use #'ignore for :validate and :mouse-down-action.
12372 (checkbox): Add help-echo.
12373 (widget-sexp-validate): Rewritten to clarify error messages.
12374 (character): Use char-valid-p in :match function.
12375 (widget-color-complete): Use facemenu-color-alist.
12376 (widget-color-action): Use facemenu-read-color.
12377
12378 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12379 set up `caar' &c that we now have.
12380
12381 2000-02-09 Ray Blaak <blaak@gnu.org>
12382
12383 * delphi.el: Make resourcestring a declaration region, like const
12384 and var.
12385
12386 2000-02-09 Dave Love <fx@gnu.org>
12387
12388 * bindings.el (mode-line-input-method-map): New variable.
12389 (mode-line-mule-info): Use it; fix last change.
12390 (mode-line-mode-menu): Move definition.
12391 (mode-line-mouse-sensitive-p): Deleted.
12392 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12393 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12394 level.
12395
12396 * startup.el (command-line-1): Don't call
12397 make-mode-line-mouse-sensitive.
12398
12399 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12400
12401 * mail/rmail.el (rmail-retry-failure): Use
12402 rmail-beginning-of-message before rmail-toggle-header, because the
12403 former toggles headers.
12404
12405 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12406
12407 * diff-mode.el (diff-kill-junk): New interactive function.
12408 (diff-reverse-direction): Use delete-and-extract-region.
12409 (diff-post-command-hook): Restrict the area so that the hook also works
12410 outside of any diff hunk. This is necessary for the minor-mode.
12411 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12412 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12413
12414 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12415 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12416 so that it can be used more easily in <foo>-mode-hook. Also make sure
12417 to avoid duplicate entries.
12418 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12419 (font-lock-remove-keywords): Just as was done for `add', allow it to
12420 work even if font-lock-mode is nil. Also make sure we don't modify
12421 any pre-existing list by forcing a copy-sequence. Finally rename
12422 `major-mode' to `mode'.
12423 (font-lock-fontify-syntactic-anchored-keywords)
12424 (font-lock-fontify-anchored-keywords)
12425 (font-lock-fontify-keywords-region): Use line-end-position.
12426 Don't make `font-lock-multiline' local (it's now done in
12427 font-lock-set-defaults).
12428 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12429 move the `font-lock-fontified' creation to inside the `unless'.
12430
12431 2000-02-06 Andrew Innes <andrewi@gnu.org>
12432
12433 * term/w32-win.el (x-handle-args): Comment out call to message,
12434 which occurs before window system is initialized.
12435
12436 * makefile.nt: Add support for recompiling lisp code.
12437
12438 2000-02-04 Dave Love <fx@gnu.org>
12439
12440 * bindings.el (mode-line-mule-info): Fix/extend last change.
12441
12442 * completion.el: Replace completion-dolist with dolist.
12443
12444 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12445 dotimes.
12446
12447 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12448
12449 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12450 environment names before they go into the section regexp.
12451
12452 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12453 char class in regexp.
12454
12455 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12456 `case-fold-search' to nil.
12457
12458 * progmodes/idlwave.el (idlwave-template): Respect
12459 `idlwave-abbrev-change-case'.
12460 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12461 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12462 idlwave-while): respect `idlwave-reserved-word-upcase'.
12463 (idlwave-rw-case): New function.
12464 (idlwave-statement-match): Fixed problem with assignment regexp.
12465 (idlwave-font-lock-keywords): Improved regexp for keyword
12466 parameters.
12467 (idlwave-surround): New argument LENGTH to support padding of
12468 operators longer than 1 char.
12469
12470 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12471 idlwave-shell-expression-overlay. Implemented printing of
12472 expressions on higher levels of the calling stack.
12473 (idlwave-shell-display-level-in-calling-stack): Restore stack
12474 level.
12475 (idlwave-retrieve-expression-from-level): New function.
12476 (idlwave-shell-last-calling-stack): Variable removed.
12477 (idlwave-shell-reset): Argument action reversed (`visible' to
12478 `hidden'). Also remove stop-line overlay.
12479 (idlwave-shell-calling-stack-routine): New variable.
12480 (idlwave-shell-parse-stack-and-display): Messages now display
12481 negative level numbers.
12482 (idlwave-shell-mode): Set `modeline-format'.
12483 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12484 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12485 21.
12486 (idlwave-shell-print-expression-function): New option.
12487
12488 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12489 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12490 `tool-bar' instead of `toolbar'.
12491
12492 2000-02-02 Dave Love <fx@gnu.org>
12493
12494 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12495 emacs-lisp-mode-hook. Don't check for defalias being defined.
12496
12497 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12498 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12499 the new builtins directly.
12500
12501 * whitespace.el (whitespace): Add :version to defgroup.
12502
12503 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12504 Doc fix.
12505
12506 * thingatpt.el (sexp-at-point, symbol-at-point)
12507 (number-at-point, list-at-point): Add autoload cookie.
12508
12509 * recentf.el (recentf): Add :version to defgroup.
12510
12511 * quickurl.el (quickurl): Add :version to defgroup.
12512
12513 * elide-head.el (elide-head): Use point-marker more.
12514
12515 * bs.el (bs): Add :version to defgroup.
12516
12517 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12518
12519 * progmodes/delphi.el (delphi): Add :version to defgroup.
12520
12521 2000-02-02 Gerd Moellmann <gerd@gnu.org>
12522
12523 * ange-ftp.el (ange-ftp-write-region): Handle case that
12524 succeeding process operation sets a different coding system.
12525
12526 * calculator.el: New file.
12527
12528 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12529
12530 * frame.el (frames-on-display-list, framep-on-display): New
12531 functions.
12532 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12533 (display-selections-p, display-screens, display-pixel-width)
12534 (display-pixel-height, display-mm-width, display-mm-height)
12535 (display-backing-store, display-save-under, display-planes)
12536 (display-color-cells, display-visual-class): New functions.
12537
12538 * term/tty-colors.el (tty-color-gray-shades): New function.
12539
12540 * faces.el (display-color-p): Use framep-on-display.
12541 (display-grayscale-p): New function.
12542
12543 2000-01-31 Dave Love <fx@gnu.org>
12544
12545 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12546 (create-fontset-from-x-resource): Don't concat integers.
12547
12548 2000-01-31 Inge Frick <inge@nada.kth.se>
12549
12550 * view.el: Some changes in documentation. Removed some trailing
12551 whitespace. Changed some parameter names to agree with
12552 documentation.
12553 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12554 window is not deleted. Modifies change 1998-04-26.
12555
12556 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12557
12558 * windmove.el: New file.
12559
12560 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12561 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12562 progmodes/ebnf-yac.el: Update copyright and license info.
12563
12564 * jit-lock.el (jit-lock-function): Widen before calculating end
12565 position.
12566 (jit-lock-stealth-chunk-start): Rewritten.
12567
12568 * info.el (Info-title-face-alist): Removed.
12569 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12570 faces.
12571 (Info-fontify-node): Use these faces.
12572
12573 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12574
12575 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12576 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12577 `&allow-other-keywords'.
12578
12579 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12580 the list of directories scanned heuristically.
12581
12582 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12583 exist.
12584
12585 2000-01-30 Jason Rumney <jasonr@gnu.org>
12586
12587 * w32-fns.el: Define w32-tty-standard-colors.
12588
12589 * startup.el (command-line): Use w32-tty-standard-colors when in
12590 w32 console mode.
12591
12592 2000-01-30 Dave Love <fx@gnu.org>
12593
12594 * jka-compr.el (jka-compr-load): Fix up load-history.
12595
12596 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12597
12598 * emacs-lisp/cl-macs.el: Revert previous change.
12599
12600 2000-01-29 Dave Love <fx@gnu.org>
12601
12602 * facemenu.el: Purecopy various strings.
12603
12604 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12605 years. Deal with three-digit years.
12606
12607 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12608 defconst, purecopy.
12609 (help-back-label): Purecopy it.
12610
12611 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12612
12613 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12614 variable. If non-nil, order the buffer list according to the
12615 currently selected frame.
12616 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12617 non-nil, pass the selected frame to function buffer-list.
12618
12619 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12620
12621 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12622
12623 2000-01-28 Dave Love <fx@gnu.org>
12624
12625 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12626
12627 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12628 Don't use lisp-indent-hook property.
12629 (cl-abs): Remove.
12630
12631 * subr.el: Move out indent and edebug specs for when and unless.
12632
12633 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12634 when, unless.
12635
12636 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12637 unless, when.
12638
12639 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12640
12641 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12642 `collecting' as synonym for `collect'.
12643
12644 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12645 for the case it contains spaces.
12646
12647 * simple.el (what-cursor-position): Change formatting of
12648 messages.
12649
12650 * frame.el (delete-other-frames): New function.
12651 (toplevel): Bind it to C-x 5 1.
12652
12653 * sort.el (sort-numeric-base): New option.
12654 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12655 interpret it as octal or hexadecimal. Use sort-numeric-base
12656 as default base.
12657
12658 * progmodes/glasses.el: New file.
12659
12660 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12661
12662 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12663 userids differently.
12664
12665 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12666 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12667 progmodes/ebnf-yac.el: New files.
12668
12669 2000-01-26 Dave Love <fx@gnu.org>
12670
12671 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12672 on a function with an empty body. [From Eric Ludlam.]
12673
12674 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12675
12676 * vc.el (vc-version-diff): Make sure file name is expanded.
12677
12678 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12679
12680 * scroll-bar.el (scroll-bar-timer): Variable removed.
12681 (scroll-bar-toolkit-scroll): Don't use a timer.
12682
12683 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12684
12685 * language/thai-util.el (thai-composition-function): Delete
12686 superfluous `a'.
12687
12688 2000-01-24 Dave Love <fx@gnu.org>
12689
12690 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12691 end-of-defun-function.
12692
12693 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12694 &c.
12695
12696 2000-01-22 Jason Rumney <jasonr@gnu.org>
12697
12698 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12699 conflicts with new face support.
12700
12701 2000-01-22 Richard M. Stallman <rms@gnu.org>
12702
12703 * replace.el (query-replace): Rename last arg to DELIMITED.
12704 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12705 (query-replace-regexp): Likewise.
12706
12707 2000-01-20 Richard M. Stallman <rms@gnu.org>
12708
12709 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12710
12711 * emacs-lisp/lisp.el (beginning-of-defun-function):
12712 Variable renamed from beginning-of-defun.
12713 Do not call make-variable-buffer-local.
12714 (beginning-of-defun-raw): Use new variable name; doc fix.
12715 (beginning-of-defun): Doc fix.
12716 (end-of-defun-function): Variable renamed from end-of-defun.
12717 Do not call make-variable-buffer-local.
12718 (end-of-defun): Use new variable name; doc fix.
12719
12720 * subr.el (dolist, dotimes): Copied from cl-macs.el
12721 and made to work.
12722
12723 * mail/undigest.el (rmail-digest-end-regexps):
12724 Variable replaces rmail-digest-end-regexp.
12725 Allows multiple regexps for detecting the end line.
12726 (undigestify-rmail-message): Corresponding changes.
12727
12728 2000-01-19 Dave Love <fx@gnu.org>
12729
12730 * files.el (user-init-file): Don't declare here -- is primitive.
12731
12732 * startup.el (command-line): Check for compiled user-init-file and
12733 set to uncompiled version if necessary.
12734
12735 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12736
12737 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12738 (undigestify-rmail-message): Use it.
12739
12740 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12741
12742 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12743
12744 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12745 of mini-buffer.
12746
12747 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12748
12749 * emacs-lisp/copyright.el (copyright-update): Removed the
12750 requirement for a trailing space from `copyright-regexp', to
12751 support copyrights with owner specified on a separate line..
12752
12753 * align.el: New file.
12754
12755 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12756
12757 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12758
12759 2000-01-13 Dave Love <fx@gnu.org>
12760
12761 * ph.el: Removed. (Obsoleted by EUDC.)
12762
12763 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12764
12765 * net/eudc.el (toplevel): Remove autoloaded code installing
12766 menu with easymenu, because that causes build problems.
12767
12768 * frame.el (frame-notice-user-settings): New variable.
12769 (frame-notice-user-settings): Don't modify frame parameters
12770 if called a second time.
12771
12772 2000-01-13 Richard M. Stallman <rms@gnu.org>
12773
12774 * frame.el (frame-notice-user-settings):
12775 Notice default-frame-parameters even for non-window frames.
12776
12777 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12778
12779 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12780 for Emacs.
12781 (eudc-bob-can-display-inline-images): Extend for Emacs.
12782 (eudc-bob-toggle-inline-display): Ditto.
12783 (eudc-bob-display-jpeg): Ditto.
12784
12785 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12786
12787 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12788 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12789 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12790
12791 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12792 nil)'.
12793
12794 * subdirs.el: Add `net' directory.
12795
12796 * net: New directory.
12797
12798 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12799 eval-last-sexp. Don't bind debug-on-error here.
12800 (eval-last-sexp): New function. Bind debug-on-error if
12801 eval-expression-debug-on-error is non-nil.
12802 (eval-defun-2, eval-defun): Likewise.
12803
12804 * simple.el (eval-expression): Don't bind debug-on-error if
12805 eval-expression-debug-on-error is nil. Detect changed
12806 debug-on-error, and propagate new value to global binding, if
12807 eval-expression-debug-on-error is non-nil,
12808 (eval-expression-debug-on-error): Change doc string.
12809
12810 2000-01-11 Richard M. Stallman <rms@gnu.org>
12811
12812 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12813
12814 * emacs-lisp/lisp-mode.el (with-syntax-table):
12815 Set up lisp-indent-function property.
12816
12817 * subr.el (with-syntax-table): Moved from simple.el.
12818
12819 * simple.el (with-syntax-table): Moved to subr.el.
12820
12821 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12822
12823 * tmm.el (tmm-shortcut): Delete region after prompt instead
12824 of erasing buffer.
12825
12826 * textmodes/fill.el (fill-common-string-prefix): New function.
12827 (fill-context-prefix): Use the longest common prefix of first
12828 and second line fill prefix, if there is one.
12829
12830 2000-01-11 Richard M. Stallman <rms@gnu.org>
12831
12832 * array.el (array-mode): Don't use make-variable-buffer-local.
12833 Use make-local-variable for `truncate-lines'.
12834
12835 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12836
12837 * add-log.el (add-log-current-defun): Handle user-defined
12838 add-log-current-function returning nil,
12839
12840 * add-log.el (add-change-log-entry): Insert version number
12841 if having found a current function
12842
12843 * add-log.el (add-log-current-defun): Call
12844 `add-log-current-defun-function'. Try matches at level 0 and
12845 level 1. Strip whitespace from defun found.
12846
12847 2000-01-10 John Wiegley <johnw@gnu.org>
12848
12849 * allout.el (isearch-done/outline-provisions): Added `edit'
12850 argument to correspond with the current definition of
12851 `isearch-done'.
12852
12853 2000-01-10 Dave Love <fx@gnu.org>
12854
12855 * elide-head.el (elide-head): Use point-marker, not point.
12856
12857 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12858
12859 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12860 before and after the year 2000.
12861
12862 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12863 Add ispell- prefix.
12864
12865 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12866
12867 * ispell.el: Only define dictionaries in menus when they exist.
12868 (version18p): New variable.
12869 (version20p): New variable.
12870 (xemacsp): New variable.
12871 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12872 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12873 (ispell-dictionary-alist6): Russian command lines no longer accept
12874 run-together words.
12875 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12876 (ispell-dictionary-alist): Add koi8-r to customize definition.
12877 (check-ispell-version): Added documentation string. Returns
12878 library path when called non-interactively.
12879 (ispell-menu-map-needed): Uses new variables.
12880 (ispell-library-path): New variable.
12881 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12882 (ispell-word): Improved documentation string. Test for valid
12883 character mappings. Correctly check typed in word changes that can
12884 result in single words split into multiple words. Returns
12885 replacement word.
12886 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12887 replace in recursive query replace mode. Help message for
12888 recursive edit mode.
12889 (ispell-show-choices): Protect against bad framepop bindings.
12890 (ispell-help): Fix to work with XEmacs.
12891 (ispell-highlight-spelling-error): Use new variables.
12892 (ispell-overlay-window): Fix to work with XEmacs.
12893 (ispell-parse-output): Passed and returns location information
12894 tracking spelling corrections. Doesn't recheck same word on
12895 current line.
12896 (ispell-init-process): Protect against bogus XEmacs variable binding.
12897 Fix call to single argument in sleep-for. Use new variables.
12898 (ispell-region): Passed and returns location information tracking
12899 spelling corrections. Doesn't check same word on current line.
12900 Improved documentation string. Doesn't resend a line already
12901 checked to the ispell process - fixes bug in LaTeX parsing.
12902 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12903 (ispell-skip-region): No longer skips <TT> in SGML.
12904 (ispell-process-line): Tracks location information with spelling
12905 corrections. Added documentation string. Accounts for words
12906 already accepted on this line. Don't allow query-replace on line
12907 starting with math characters. Doesn't resend a line already sent
12908 to ispell process. Fixes alignment error bug.
12909
12910 2000-01-10 Richard M. Stallman <rms@gnu.org>
12911
12912 * dired-x.el (dired-guess-shell-alist-default):
12913 Suggest xloadimage, which is free, not xv, which isn't.
12914
12915 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12916 Don't ever include the host name or user name in the value.
12917
12918 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12919
12920 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12921 of a real newline.
12922
12923 2000-01-09 Stephen Eglen <stephen@gnu.org>
12924
12925 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12926 for .png files.
12927
12928 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12929
12930 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12931
12932 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12933
12934 * progmodes/cperl-mode.el: Replace ^F with ^L.
12935
12936 * sendmail.el (toplevel): Provide `sendmail' when compiling
12937 before `require'ing rmail and mailalias to prevent infinite
12938 recursion.
12939
12940 2000-01-08 Dave Love <fx@gnu.org>
12941
12942 * emacs-lisp/backquote.el: Remove inappropriate customization
12943 (allowing custom.el to use backquote).
12944
12945 2000-01-07 Dave Love <fx@gnu.org>
12946
12947 * add-log.el (add-log-debugging): Deleted.
12948 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12949 file. Remove debugging code.
12950 (change-log-get-method-definition, change-log-name): Add doc.
12951 (change-log-sortable-date-at): New function.
12952 (change-log-merge): New command.
12953
12954 * time.el (display-time-string-forms): Make the Mail string active.
12955 (display-time-update): Provide help-echo for load average.
12956
12957 * bindings.el (make-mode-line-mouse2-map): New function.
12958 (mode-line-modified): Use it and simplify.
12959 (mode-line-mule-info): Provide help-echo info.
12960 (minor-mode-alist): Activate the strings.
12961 (make-mode-line-mouse-sensitive): Simplify for
12962 mode-line-buffer-identification.
12963
12964 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12965
12966 * play/pong.el: New file.
12967
12968 2000-01-06 Dave Love <fx@gnu.org>
12969
12970 * array.el: Assorted cleanups for compiler warnings, doc strings,
12971 `array-' prefix for symbols.
12972
12973 2000-01-05 Dave Love <fx@gnu.org>
12974
12975 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12976 outline-headers-as-kill.
12977 (outline-mode): Define imenu-generic-expression.
12978 (outline-headers-as-kill): New command.
12979
12980 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12981 from paragraph-start.
12982 (paragraph-indent-minor-mode): New command.
12983
12984 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12985 M-C-e, M-C-h, C-j, C-xnd, TAB.
12986 (fortran-mode): Set beginning-of-defun, end-of-defun.
12987 (fortran-column-ruler): Simplify.
12988 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12989 (fortran-with-subprogram-narrowing): Likewise.
12990 (fortran-indent-subprogram): Call mark-defun.
12991 (fortran-check-for-matching-do): Change narrowing.
12992
12993 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12994 (cl-lucid-hash-tag): Delete.
12995 (cl-hash-table-p): Correct test for native table.
12996 (cl-hash-table-count): Use hash-table-count.
12997
12998 * browse-url.el (browse-url): Fix case of
12999 browse-url-browser-function being an alist.
13000
13001 2000-01-05 Carsten Dominik <cd@gnu.org>
13002
13003 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13004 (reftex-index-phrase-file-extension): New options.
13005
13006 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13007 Use new option `reftex-index-phrase-file-extension'.
13008
13009 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13010 `reftex-parse-file-extension'.
13011
13012 2000-01-05 Dave Love <fx@gnu.org>
13013
13014 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13015 (beginning-of-defun-raw): Use it.
13016 (end-of-defun): New variable.
13017 (end-of-defun): Use it.
13018 (check-parens): New command.
13019
13020 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13021
13022 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13023 (hs-show-block): Don't use `mapcar' when not accumulating.
13024
13025 Fix buglet in local variables initialization.
13026
13027 2000-01-05 Andreas Schwab <schwab@suse.de>
13028
13029 * hscroll.el (hscroll): Doc fix.
13030
13031 2000-01-05 Carsten Dominik <cd@gnu.org>
13032
13033 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13034 idlw-toolbar.
13035
13036 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13037 file idlw-rinfo.el.
13038 (idlwave-customize): load must read file idlw-shell.el.
13039 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13040
13041 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13042
13043 * progmodes/idlw-shell.el: Also provide idlwave-shell
13044 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13045 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13046
13047 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13048 both reftex-dcr and reftex-vcr.
13049
13050 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13051
13052 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13053
13054 * ps-print.el: PostScript code now is in separate files, doc fix.
13055 (ps-print-version): New version number (5.0.3).
13056 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13057 local.
13058 (ps-spool-config): Initialization fix.
13059 (ps-print-prologue-1, ps-print-prologue-2)
13060 (ps-print-duplex-feature): PostScript code moved to separated file.
13061 (ps-background-image): Little code reformating.
13062 (ps-begin-file, ps-begin-job): Fix code.
13063 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13064 (ps-prologue-file): New fun.
13065
13066 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13067
13068 * ps-vars.el: Eliminated.
13069
13070 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13071 `;;;###autoload'.
13072
13073 * ps-print.el: ps-vars eliminated, doc fix.
13074 (ps-print-version): New version number (5.0.2).
13075 (ps-spool-config): Initialization fix.
13076 (ps-print-customize): New fun.
13077
13078 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13079
13080 * autorevert.el (auto-revert-mode): Return value of
13081 auto-revert-mode.
13082
13083 2000-01-04 Dave Love <fx@gnu.org>
13084
13085 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13086 menu items.
13087
13088 2000-01-03 Dave Love <fx@gnu.org>
13089
13090 * elide-head.el (elide-head) [defgroup]: Add :version.
13091
13092 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13093 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13094 `cl-hash-table-p', not `hash-table-p'.
13095 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13096
13097 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13098
13099 * faces.el (face-read-integer, read-face-attribute)
13100 (color-defined-p, color-values): unspecified-{f,b}g are now
13101 strings.
13102
13103 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13104
13105 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13106 at comment end, and re-insert them after filling.
13107
13108 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13109
13110 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13111 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13112 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13113
13114 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13115
13116 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13117 the new name of face-color-supported-p.
13118
13119 * term/w32-win.el (xw-defined-colors): Likewise.
13120
13121 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13122
13123 * simple.el (completion-setup-function): Count completion-size
13124 from minibuffer-prompt-end, not from point-min.
13125
13126 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13127
13128 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13129 Pass the frame to tty-color-* functions.
13130 (display-color-p, frame-set-background-mode): Pass the frame to
13131 tty-display-color-p.
13132
13133 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13134 tty-color-alist.
13135 (tty-color-alist, tty-modify-color-alist): New functions.
13136 (tty-color-define, tty-color-clear, tty-color-approximate)
13137 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13138 an optional parameter FRAME.
13139
13140 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13141
13142 * image.el (create-image, defimage): Don't assume image data is a
13143 string.
13144
13145 * image.el (defimage): Handle specifications containing :data
13146 instead of :file.
13147 (image-type-from-data): New function.
13148 (image-type-from-file-header): Use it.
13149 (create-image): Add parameter DATA-P.
13150
13151 See ChangeLog.8 for earlier changes.
13152
13153 ;; Local Variables:
13154 ;; coding: iso-2022-7bit
13155 ;; End: