*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * international/mule.el (make-char): Fix last change.
4
5 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6 New defcustoms.
7 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8 autoloading tex-mode; instead, do the same manually. Use
9 texinfo-open-quote and texinfo-close-quote. Insert literal quote
10 with numeric argument. Docstring fix.
11 (toplevel): Require cl when compiling.
12
13 * internat/mule.el (make-char): Doc fix.
14
15 2000-12-02 Jason Rumney <jasonr@gnu.org>
16
17 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
18 the Emacs Lisp manual)
19
20 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23
24 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
25 the Emacs Lisp manual).
26
27 2000-12-02 Gerd Moellmann <gerd@gnu.org>
28
29 * simple.el (next-line-add-newlines): Change default to nil.
30
31 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * files.el (revert-buffer, recover-file): Bind
34 coding-system-for-read to emacs-mule-unix, not to no-conversion.
35
36 2000-12-01 Gerd Moellmann <gerd@gnu.org>
37
38 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
39
40 * play/5x5.el (5x5-play-solution):
41
42 2000-12-01 Miles Bader <miles@gnu.org>
43
44 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
45
46 2000-12-01 Kenichi Handa <handa@etl.go.jp>
47
48 * international/mule-diag.el (describe-char-after): Fix typo.
49 (describe-character-set, non-iso-charset-alist): Fix typo.
50
51 2000-12-01 Miles Bader <miles@gnu.org>
52
53 * image-file.el (image-file-name-regexp): Automatically add
54 upper-case variants of each filename extension in
55 `image-file-name-extensions', since they seem to be common.
56
57 * simple.el (minibuffer-contents)
58 (minibuffer-contents-no-properties, delete-minibuffer-contents):
59 New functions.
60 * filecache.el (file-cache-directory-name)
61 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
62
63 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
64
65 * filecache.el (file-cache-minibuffer-complete): Don't try to
66 delete the minibuffer prompt.
67
68 2000-11-30 Dave Love <fx@gnu.org>
69
70 * cus-start.el: Fix read-buffer-function type.
71
72 2000-11-30 Gerd Moellmann <gerd@gnu.org>
73
74 * md5.el: Removed. There's a built-in function, now.
75
76 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
77
78 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
79 as dummy 0-th char of rmail-deleted-vector.
80
81 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
82
83 * ps-print.el (ps-end-job): Bind case-fold-search only after
84 switching to ps-spool-buffer.
85
86 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
87
88 * ps-print.el: Line number font customization. PostScript: Lines and
89 PageCount are initialized on each page. Doc Fix.
90 (ps-print-version): New version number (6.3.2).
91 (ps-lpr-switches, ps-font-info-database, ps-font-size)
92 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
93 (ps-right-header): Customization fix.
94 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
95 Fix code.
96 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
97 New vars.
98
99 2000-11-30 Gerd Moellmann <gerd@gnu.org>
100
101 * bs.el: Fix typos and spelling errors.
102 (bs-appearance) <defgroup>: Renamed from bs-appearence.
103 (bs-configuration): Doc fix.
104
105 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
106
107 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
108
109 * emulation/tpu-edt.el (tpu-version): New version.
110 (tpu-search-overlay, tpu-replace-overlay): New initial range.
111 (tpu-original-mode-line): Variable deleted.
112 (tpu-mark-flag): New initial value.
113 (tpu-set-mode-line): Don't redefine mode-line-format. Add
114 tpu-mark-flag to minor-mode-alist.
115 (tpu-update-mode-line): New mark flag logic.
116 (tpu-get): Use find-file-wildcards.
117 (tpu-search-highlight): Move overlay less, reset overlay properly.
118 (tpu-unselect): Deactivate mark.
119 (tpu-lm-replace): Reset overlay properly.
120 (tpu-forward-line): Use forward-visible-line.
121 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
122
123 * emulation/tpu-extras.el (tpu-forward-line): Use
124 forward-visible-line.
125
126 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
127
128 * cus-edit.el (custom-face-value-create): Always emphasize tag.
129
130 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
131
132 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
133 and skip whitespace and newlines.
134
135 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
136
137 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
138
139 2000-11-29 Gerd Moellmann <gerd@gnu.org>
140
141 * help.el (describe-function-1): Regexp-quote function name
142 when used as part of a regexp.
143
144 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
145 face-attribute instead of face-foreground and face-background.
146 (tool-bar-add-item): Likewise, and handle unspecified colors.
147
148 * enriched.el (enriched-face-ans): Use face-attribute instead
149 of face-foreground and face-background.
150
151 * faces.el (face-foreground, face-background, face-stipple):
152 Return nil if attribute is unspecified, for backward
153 compatibility.
154
155 * files.el (auto-mode-alist): Add an entry for antlr-mode.
156
157 * play/5x5.el: Remove version info.
158
159 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
160
161 * frame.el (blink-cursor-mode): Doc fix.
162
163 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
164
165 * antlr-mode.el: New commands to run ANTLR from within Emacs and
166 to create Makefile rules.
167 (antlr-tool-command): New user option.
168 (antlr-ask-about-save): New user option.
169 (antlr-makefile-specification): New user option.
170 (antlr-file-formats-alist): New variable.
171 (antlr-special-file-formats): New variable.
172 (antlr-unknown-file-formats): New user option.
173 (antlr-help-unknown-file-text): New variable.
174 (antlr-help-rules-intro): New variable.
175 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
176 (antlr-mode-menu): Add entries.
177 (antlr-file-dependencies): New function.
178 (antlr-directory-dependencies): New function.
179 (antlr-superclasses-glibs): New function.
180 (antlr-run-tool): New command.
181 (antlr-makefile-insert-variable): New function.
182 (antlr-insert-makefile-rules): New function.
183 (antlr-show-makefile-rules): New command.
184
185 * antlr-mode.el: More Emacs/XEmacs stuff.
186 (antlr-no-action-keywords): New constant with value nil.
187 (antlr-font-lock-keywords-alist): Use it. Old value would break
188 syntax highlighting in Emacs-21.0.
189 (antlr-default-directory): Emacs/XEmacs dependend function.
190 (antlr-read-shell-command): Ditto.
191 (antlr-with-displaying-help-buffer): Ditto.
192
193 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
194
195 * antlr-mode.el: imenu, parsing and highlighting changes.
196 (antlr-imenu-create-index-function): Don't create extra submenus
197 for definitions in different grammar classes. It is not necessary
198 for the menu and would make command `imenu' awkward to use.
199 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
200 header actions and more than one.
201 (antlr-font-lock-tokendef-face): Changed color.
202 (antlr-font-lock-tokenref-face): Changed color.
203 (antlr-font-lock-additional-keywords): Also highlight lowercase.
204 (antlr-mode-syntax-table): New variable.
205 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
206 (antlr-with-syntax-table): Don't copy syntax table.
207
208 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
209
210 * antlr-mode.el: Minor changes: language setting.
211 (antlr-language-alist): The value for file option "language" can
212 be both an identifier and a string.
213 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
214 (antlr-language-limit-n-regexp): Change accordingly.
215
216 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
217
218 * antlr-mode.el: Minor changes: tabs, hiding.
219 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
220 (antlr-action-visibility): Also allow value nil to also hide the
221 braces. Renamed from `antlr-tiny-action-length'.
222 Suggested by Jay@aol.com.
223 (antlr-hide-actions): Change accordingly. Hide line if completely
224 hidden action is on a line of its own.
225
226 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
227
228 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
229
230 * sort.el (sort-columns): Don't concat strings with numbers.
231
232 2000-11-29 Dave Love <fx@gnu.org>
233
234 * cus-edit.el (face): Fix :format.
235
236 * mail/feedmail.el: Require smtpmail when compiling.
237 (mail-do-fcc): Autoload.
238 (feedmail) <defgroup>: Fix :link.
239 (feedmail-nuke-body-in-fcc): Fix :type.
240 (feedmail-send-it): Add autoload cookie.
241
242 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
243
244 * newcomment.el (comment-indent): Save excursion around call to
245 comment-indent-function.
246
247 2000-11-29 Miles Bader <miles@gnu.org>
248
249 * subr.el (member-ignore-case): Return the tail of the list who's
250 car matches, like `member', not the matching element itself.
251
252 2000-11-29 Kenichi Handa <handa@etl.go.jp>
253
254 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
255 should not contain `\n'.
256
257 2000-11-28 Gerd Moellmann <gerd@gnu.org>
258
259 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
260
261 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
262
263 * dired-aux.el (dired-do-create-files): Construct default file
264 name for dired-mark-read-file-name so that when the user enters
265 just RET, the target file will end up in the target directory.
266
267 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
268 local-abbrev-table before changing buffers because it might
269 have a buffer-local binding.
270
271 2000-11-28 Miles Bader <miles@gnu.org>
272
273 * simple.el (delete-horizontal-space): Handle fields more generally.
274
275 2000-11-28 Gerd Moellmann <gerd@gnu.org>
276
277 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
278
279 2000-11-28 Dave Love <fx@gnu.org>
280
281 * progmodes/ps-mode.el (ps-mode): Set comment-start and
282 comment-start-skip locally.
283
284 * progmodes/fortran.el (fortran-mode): Don't set
285 fortran-comment-line-start-skip. Set comment-start to
286 fortran-comment-line-start.
287 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
288 (fortran-comment-line-start-skip): Simplify slightly.
289
290 2000-11-28 Gerd Moellmann <gerd@gnu.org>
291
292 * play/5x5.el: Remove RCS keyword.
293
294 * bs.el: Mistaken commit, undone 2000-11-30.
295
296 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
297
298 * textmodes/tildify.el (tildify-string-alist): Add
299 `plain-tex-mode' here.
300
301 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
302
303 * chistory.el (Command-history-setup): Remove extraneous `keymap'
304 reference.
305
306 2000-11-28 Miles Bader <miles@gnu.org>
307
308 * cus-face.el (custom-face-attributes): Add post-filter function
309 for :box. Make pre-filter function for :box handle all cases.
310
311 * wid-edit.el (widget-choose): Make sure pop-up window is large
312 enough to display all the choices, as there's no way to scroll it.
313
314 2000-11-28 Kenichi Handa <handa@etl.go.jp>
315
316 * international/mule-conf.el: Make the coding system no-conversion
317 safe for all characters.
318
319 2000-11-27 Dave Love <fx@gnu.org>
320
321 * net/ldap.el (ldap) <defgroup>: Add :version.
322
323 * tooltip.el (tooltip-use-echo-area): Doc fix.
324
325 * cus-start.el <minibuffer-prompt-properties>: Add version.
326 <read-buffer-function>: Add.
327
328 * apropos.el (apropos-print): Add help-echo to active text.
329
330 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
331
332 2000-11-27 Gerd Moellmann <gerd@gnu.org>
333
334 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
335 type, group and version.
336
337 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
338
339 * select.el (x-get-selection): Docstring fix.
340
341 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
342
343 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
344
345 2000-11-27 Andrew Innes <andrewi@gnu.org>
346
347 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
348
349 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
350
351 2000-11-27 Miles Bader <miles@gnu.org>
352
353 * dired.el (dired-get-filename): Return filename verbatim if
354 LOCALP is `verbatim'.
355 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
356 `verbatim' so that we don't inadvertently delete a non-existant
357 directory name.
358
359 2000-11-27 Kenichi Handa <handa@etl.go.jp>
360
361 * international/characters.el: Specify cases and syntaxes for
362 mule-unicode-0100-24ff.
363
364 2000-11-27 Gerd Moellmann <gerd@gnu.org>
365
366 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
367 that foreground and/or background colors of the face `tool-bar'
368 are unspecified.
369
370 2000-11-27 Miles Bader <miles@gnu.org>
371
372 * wid-edit.el (widget-field-buffer, widget-field-start)
373 (widget-field-end): Handle widget field `pseudo-overlays'.
374 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
375 if it's there instead of in `widget-field-list'.
376
377 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
378 (help-make-xrefs): Delete extraneous newlines at the end of the
379 docstring.
380
381 2000-11-25 Jason Rumney <jasonr@gnu.org>
382
383 * startup.el (command-line): Call set-locale-environment after
384 Window System init file is read, as it can result in a call to
385 redraw-frame.
386
387 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
388
389 * simple.el (shell-command): Mention the effect of the prefix
390 argument in the doc string.
391
392 2000-11-25 Miles Bader <miles@gnu.org>
393
394 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
395
396 * wid-edit.el (widget-field-value-delete): Don't try to delete
397 overlay when it's the `pseudo-overlay' that exists at some points.
398
399 2000-11-24 Jason Rumney <jasonr@gnu.org>
400
401 * international/mule-cmds.el (locale-language-names): Add "jp" as
402 a non-standard alternative for Japanese.
403
404 2000-11-24 Andre Spiegel <spiegel@gnu.org>
405
406 * vc-hooks.el: Require 'cl during compilation.
407
408 2000-11-24 Gerd Moellmann <gerd@gnu.org>
409
410 * faces.el (face-set-after-frame-default): Let face attributes
411 specified for new frames override frame parameters.
412
413 * startup.el (command-line): Fix computation of the source file
414 for user-init-file when user-init-file is a compiled file.
415
416 2000-11-24 Miles Bader <miles@gnu.org>
417
418 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
419 (custom-post-filter-face-spec): New functions.
420 (custom-face-set, custom-face-value-create): Filter the face spec
421 before and after customization.
422 (custom-face-set): If VALUE specifies a null face, pass a
423 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
424 * cus-face.el (custom-face-attributes): Remove SET and GET
425 functions. Add some IN-FILTER and OUT-FILTER functions in the few
426 cases they're needed.
427
428 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
429 that it's distinguishable from the :off-glyph on dark-background
430 displays. Set its background color too.
431
432 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
433 so that people can easily turn it off.
434
435 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
436
437 * ediff-diff.el: Moved variables around to have it compile under NT.
438
439 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
440
441 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
442
443 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
444 redundant skip-small-frames test.
445
446 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
447 (viper-downgrade-to-insert): protect against errors in hooks.
448
449 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
450 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
451 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
452 functions.
453
454 * viper-util.el (viper-memq-char): Bug fixes.
455
456 * viper.el (viper-mode): Fix cursor handling.
457
458 2000-11-24 Kenichi Handa <handa@etl.go.jp>
459
460 * international/mule-diag.el (list-iso-charset-chars): For
461 two-byte charset, fix the `while' condition.
462 (list-non-iso-charset-chars): Fix the `while' condition.
463
464 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
465
466 * subr.el (add-hook, remove-hook): Don't call make-local-hook
467 if the variable is make-variable-buffer-local.
468
469 * progmodes/ada-stmt.el (ada-template-map): Initialize
470 and bind it to C-c t in ada-mode-map.
471 (ada-stmt-mode-hook): New function extracted from old code.
472 Only change the buffer-local side of skeleton-*.
473 (ada-mode-hook): Use it.
474
475 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
476
477 * iswitchb.el (iswitchb-minibuf-depth): New variable.
478 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
479 we expect to be returned by minibuffer-depth once we prompt the
480 user in the minibuffer.
481 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
482 as recorded in iswitchb-minibuf-depth, return non-nil.
483
484 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
485
486 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
487 (hscroll-window-maybe): Docstring fix.
488
489 2000-11-23 Dave Love <fx@gnu.org>
490
491 * rect.el (string-rectangle): Don't test delete-selection-mode.
492
493 2000-11-23 Gerd Moellmann <gerd@gnu.org>
494
495 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
496 is in the tool bar.
497
498 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
499 with `no-dir'; we want the directory part to be able to remove
500 it.
501
502 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
503
504 * textmodes/outline.el (outline-flag-region):
505 Don't bind inhibit-read-only since we don't modify the buffer.
506 (outline-isearch-open-invisible): Don't jump to overlay-start
507 since we're trying to unhide text around point.
508 (outline-discard-overlays): Use dolist.
509
510 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
511
512 2000-11-22 Gerd Moellmann <gerd@gnu.org>
513
514 * mail/rmail.el (rmail-confirm-expunge): Default to
515 y-or-n-p.
516
517 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
518
519 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
520 Fix ARG regexp to skip quoted braces.
521 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
522 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
523 are (correctly) handled separately).
524 Remove `caption' and `footnote' from `citations': they contain text.
525 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
526 (latex-skeleton-end-hook): New function.
527 (latex-mode): Use it.
528 (tex-start-tex-marker): Remove.
529 (tex-send-tex-command): Don't set tex-start-tex-marker.
530 (tex-error-parse-syntax-table): New var.
531 (tex-compilation-parse-errors): Use it.
532 Ignore tex-start-tex-marker. Don't bother with marker-position.
533 (tex-validate-buffer): Don't bother with marker-position.
534
535 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
536 (flyspell-generic-progmode-verify): Use it.
537
538 2000-11-22 Sam Steingold <sds@gnu.org>
539
540 * simple.el (delete-trailing-whitespace): New interactive
541 function.
542
543 * progmodes/ada-mode.el (ada-mode): Use it instead of
544 `ada-remove-trailing-spaces'.
545 (ada-remove-trailing-spaces): Removed.
546
547 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
548
549 * textmodes/picture.el (picture-clean): Removed.
550 (picture-mode-exit): Call it instead of `picture-clean'.
551
552 2000-11-22 Gerd Moellmann <gerd@gnu.org>
553
554 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
555
556 * hi-lock.el (hi-lock-refontify): Don't call non-existent
557 jit-lock-fontify-buffer; it should anyway be unneccessary to
558 do anything special when jit-lock is active.
559 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
560
561 2000-11-22 Dave Love <fx@gnu.org>
562
563 * calendar/todo-mode.el (todo-top-priorities): Use
564 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
565
566 * language/chinese.el, language/cyrillic.el:
567 * language/devanagari.el, language/ethiopic.el, language/greek.el:
568 * language/hebrew.el, language/indian.el, language/japanese.el:
569 * language/korean.el, language/lao.el, language/misc-lang.el:
570 * language/thai.el, language/tibetan.el, language/vietnamese.el:
571 Use provide.
572
573 * cus-edit.el (custom-buffer-create-internal): Save some consing.
574 (custom-variable-set): Improve validation error mesage.
575
576 * rect.el (string-rectangle): Revert last change.
577 (string-rectangle-line): New arg DELETE.
578 (string-rectangle): Check delete-selection-mode.
579
580 * emacs-lisp/edebug.el (edebug-version)
581 (edebug-maintainer-address): Deleted.
582 (edebug-submit-bug-report): Just alias to report-emacs-bug.
583 (edebug-read-function): Account for other `'#' read forms.
584 (edebug-mode-menus): Make some items toggles.
585 (edebug-outside-unread-command-event, unread-command-event):
586 Remove these to avoid warnings.
587
588 2000-11-22 David Ponce <david@dponce.com>
589
590 * recentf.el (recentf-menu-items-for-commands)
591 (recentf-make-menu-items, recentf-make-menu-item)
592 (recentf-filter-changer): Added :help and :active menu-item properties.
593
594 (recentf-build-dir-rules, recentf-dump-variable)
595 (recentf-edit-list, recentf-open-files-item)
596 (recentf-open-files): Replaced unnecessary `mapcar' with new
597 built-in `mapc'.
598
599 2000-11-23 Miles Bader <miles@gnu.org>
600
601 * faces.el (menu): Make inverse-video on ttys too.
602
603 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
604
605 * simple.el (comment-line-break-function): Use the new name
606 indent-new-comment-line -> comment-indent-new-line.
607 (clone-indirect-buffer): Don't ignore NORECORD.
608 (next-completion): Properly handle the case where items are adjacent.
609
610 * mouse.el (popup-menu): Stupid typo.
611
612 2000-11-22 Gerd Moellmann <gerd@gnu.org>
613
614 * emacs-lisp/authors.el: Remove autoload cookies, add author,
615 maintainer, keywords tags.
616
617 * rect.el (replace-rectangle): Don't call string-rectangle-line
618 with too many arguments.
619
620 2000-11-22 Andre Spiegel <spiegel@gnu.org>
621
622 * ediff-util.el (ediff-file-checked-out-p)
623 (ediff-file-checked-in-p): Call vc-state instead of
624 vc-locking-user, which no longer exists.
625
626 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
627
628 2000-11-22 Dave Love <fx@gnu.org>
629
630 * md5.el (md5): Provide.
631 (md5): Fix error call.
632
633 2000-11-22 Miles Bader <miles@gnu.org>
634
635 * textmodes/refill.el (refill-adjust-ignorable-overlay)
636 (refill-fill-paragraph-at): Remove debugging code.
637
638 * calendar/calendar.el (generate-calendar-window): When we don't
639 call `fit-window-to-buffer', make sure the top line is fully visible.
640
641 * image-file.el (insert-image-file): Don't make `read-only'
642 property rear-nonsticky.
643
644 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
645 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
646 stashing away its original value.
647 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
648 in the recursive edit.
649 Bind `isearch-original-minibuffer-message-timeout' to protect it.
650 (isearch-done): Restore `minibuffer-message-timeout'.
651
652 * cus-start.el: Remove entry for `mode-line-inverse-video'.
653
654 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
655
656 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
657
658 * find-lisp.el (find-lisp-find-files-internal):
659 Use dolist, when and file-name-as-directory.
660
661 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
662 (define-derived-mode, define-minor-mode): Add specs.
663
664 * window.el: General comment and spacing fixes.
665 (save-selected-window): Use backquotes.
666 (window-safely-shrinkable-p): New function.
667 (shrink-window-if-larger-than-buffer): Use it.
668
669 * subr.el (make-local-hook): Docstring fix.
670
671 * shell.el (shell-mode): Use define-derived-mode.
672
673 * newcomment.el (comment-indent): Insert comment before calling
674 comment-indent-function. Don't insert in column 0.
675 (comment-dwim): Indent before inserting comment.
676
677 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
678 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
679 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
680 Use mapc rather than map.
681
682 * files.el (find-buffer-visiting): Compare all attributes before
683 declaring two files identical (rather than just their inode-no).
684 (auto-mode-alist): Use \' rather than $.
685
686 * which-func.el: Update maintainer line.
687
688 * pcvs.el (uniquify-buffer-file-name): Remove advice.
689 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
690 (uniquify-buffer-file-name): Use it.
691
692 2000-11-22 Miles Bader <miles@gnu.org>
693
694 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
695 * simple.el (minibuffer-avoid-prompt): New function.
696
697 2000-11-21 Gerd Moellmann <gerd@gnu.org>
698
699 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
700
701 2000-11-21 Miles Bader <miles@gnu.org>
702
703 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
704 inclusion of `track-mouse'.
705
706 * textmodes/refill.el (refill-ignorable-overlay): New variable.
707 (refill-adjust-ignorable-overlay): New function.
708 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
709 only the paragraph's tail if possible.
710 Update `refill-ignorable-overlay'.
711 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
712
713 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
714 point inside the fill-prefix.
715
716 * textmodes/refill.el (refill-post-command-function): Don't reset
717 refill-doit in the case where a self-insertion command doesn't
718 case a refill. Use `refill-fill-paragraph-at', getting position
719 from `refill-doit'.
720 (refill-after-change-function): Set `refill-doit' to END.
721 (refill-fill-paragraph-at): New function, mostly from old
722 refill-fill-paragraph.
723 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
724 (refill-pre-command-function): New function.
725 (refill-mode): Add it to `pre-command-hook'.
726
727 2000-11-20 Gerd Moellmann <gerd@gnu.org>
728
729 * textmodes/artist.el (artist-mode): Fix autoload cookie.
730
731 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
732 javadoc tags.
733
734 2000-11-20 Andre Spiegel <spiegel@gnu.org>
735
736 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
737 vc.el).
738
739 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
740 require vc.
741
742 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
743 checkouts.
744
745 2000-11-20 Dave Love <fx@gnu.org>
746
747 * Makefile.in (DONTCOMPILE): Omit bindings.el.
748
749 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
750
751 * calculator.el (calculator-paste): Use `if' instead of `and'
752 and `or'.
753 (calculator-help): Don't use electric-describe-mode for XEmacs.
754
755 2000-11-19 Gerd Moellmann <gerd@gnu.org>
756
757 * info.el (info-menu-5): Doc fix.
758
759 * textmodes/artist.el: New file.
760
761 2000-11-19 Andre Spiegel <spiegel@gnu.org>
762
763 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
764 and differentiate according to checkout model.
765 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
766 since this function is only concerned with master state.
767
768 * vc-hooks.el (vc-workfile-unchanged-p,
769 vc-default-workfile-unchanged-p): Moved here from vc.el.
770
771 * vc.el (vc-workfile-unchanged-p,
772 vc-default-workfile-unchanged-p): See above.
773
774 2000-11-19 Miles Bader <miles@gnu.org>
775
776 * image-file.el (insert-image-file): Make `intangible' and
777 `read-only' properties rear-nonsticky too.
778
779 2000-11-18 Gerd Moellmann <gerd@gnu.org>
780
781 * ps-print.el: Update copyright notice.
782
783 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
784 (tooltip-show): Use the offsets.
785
786 * bindings.el (mode-line-modified): Fix a typo.
787 (mode-line-toggle-modified, mode-line-widen)
788 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
789
790 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
791
792 * ps-print.el (toplevel): Test for find-coding-system being
793 fboundp before calling ps-x-find-coding-system.
794
795 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
796
797 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
798 (vc-version-backup-file): Docstring fix.
799
800 2000-11-16 Gerd Moellmann <gerd@gnu.org>
801
802 * files.el (basic-save-buffer): Don't add a newline if
803 find-file-literally is non-nil.
804 (find-file-literally): Extend doc string.
805
806 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
807 sort(1) with the `-f' argument.
808
809 2000-11-16 Andre Spiegel <spiegel@gnu.org>
810
811 * vc.el: Updated backend documentation.
812 (vc-default-check-headers): New function.
813
814 * vc-{cvs,rcs,sccs}.el: Functions reordered.
815
816 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
817 up-to-date.
818 (vc-do-command): In the asynchronous case, output messages only if
819 the minibuffer is not active.
820
821 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
822 `vc-cvs-use-edit' is on.
823 (vc-cvs-checkout): When this is used for reverting the workfile,
824 make a backup of the original contents and revert to that in case
825 of error.
826 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
827 remote repositories.
828
829 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
830 for both version and ratio in the minibuffer.
831
832 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
833 Use vc-do-command to perform the annotation, not call-process.
834
835 2000-11-16 Kenichi Handa <handa@etl.go.jp>
836
837 * international/quail.el (quail-start-translation): Don't call
838 `message' before reading key sequence.
839
840 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
841
842 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
843
844 2000-11-16 Kenichi Handa <handa@etl.go.jp>
845
846 * window.el (fit-window-to-buffer): Be sure to acquire at least
847 one text line even if the buffer is empty.
848
849 2000-11-16 Gerd Moellmann <gerd@gnu.org>
850
851 * net/ange-ftp.el (ange-ftp-file-writable-p)
852 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
853 ange-ftp-process-verbose to nil.
854
855 2000-11-15 Dave Love <fx@gnu.org>
856
857 * wid-edit.el (widget-specify-field, widget-specify-button): If
858 :help-echo is a function, set help-echo of overlay to
859 widget-mouse-help.
860 (widget-mouse-help): New function.
861 (widget-echo-help): Rewritten for :help-echo functions only taking
862 a widget arg.
863
864 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
865 display-graphic-p.
866 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
867 and that JPEG is available.
868 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
869
870 * international/mule-cmds.el (locale-charset-language-names):
871 Match @euro.
872
873 2000-11-15 Gerd Moellmann <gerd@gnu.org>
874
875 * faces.el (face-set-after-frame-default): If
876 `inhibit-default-face-x-resources' is bound, don't intialize the
877 default face from X resources.
878
879 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
880
881 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
882 Don't set EMACSLOADPATH.
883
884 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
885
886 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
887 texinfo-insert-@url.
888 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
889 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
890
891 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
892
893 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
894 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
895 (checkdoc-minor-keymap): Backward compatibility.
896 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
897 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
898 (checkdoc-this-string-valid-engine): Be a bit more strict
899 to avoid matching substrings of `...' quoted vars/funs.
900 (checkdoc-defun-info): Only look for `interactive' if alone.
901 (debug-ignored-errors): Add "arg doesn't appear in docstring".
902
903 * progmodes/compile.el (grep): `tag-default' can be nil.
904
905 * newcomment.el (comment-indent): Paren typo.
906
907 2000-11-14 Dave Love <fx@gnu.org>
908
909 * calculator.el: New maintainer version.
910
911 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
912
913 * cmuscheme.el: Doc fixes.
914 (cmuscheme) <defgroup>: Use `scheme' as parent.
915 (cmuscheme-program-name): Remove. Change uses to
916 scheme-program-name.
917
918 * xscheme.el (scheme-program-name): Don't define here.
919
920 * progmodes/scheme.el (scheme-program-name): New variable
921 (originally in cmuscheme).
922
923 2000-11-14 Miles Bader <miles@gnu.org>
924
925 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
926 Handle header-lines. Don't loop forever if we can't enlarge the
927 window anymore. Simplify a bit.
928
929 2000-11-14 Kenichi Handa <handa@etl.go.jp>
930
931 * window.el (fit-window-to-buffer): Don't check
932 window-text-height. Assure that the last line is fully visible.
933
934 * international/quail.el (quail-show-guidance-buf): Call
935 fit-window-to-buffer to assure the enough height of the guidance
936 buffer.
937 (quail-update-guidance): Avoid making the guidance buffer shorter.
938
939 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
940
941 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
942 rather than `prepend' and add an interesting comment.
943 (tex-math-face, tex-font-lock-syntactic-face-function):
944 New face and function to use it.
945 (tex-define-common-keys, tex-mode-map): Use menu-item rather
946 than `menu-enable' symbol property.
947 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
948 (tex-mode): Add some latex-mode commands for auto-selection.
949 Use tex-font-lock-syntactic-face-function.
950 (tex-insert-quote): Simplify.
951 (tex-shell): New mode.
952 (tex-start-shell): Use it.
953 (tex-shell-proc, tex-shell-buf): New functions.
954 (tex-send-command): Use it.
955 (tex-main-file): Fix the meaning of the new arg REALFILE.
956 (tex-send-tex-command): New function split from `tex-start-tex'.
957 Set compilation-last-buffer and compilation-parsing-end.
958
959 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
960 when it follows non-comment text on the line.
961
962 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
963 Set font-lock-defaults.
964 (lisp-mode-shared-map): Init inside the defvar.
965 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
966 Use define-derived-mode.
967
968 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
969
970 * faces.el (header-line): Use `:box nil' for color/gs displays too.
971
972 2000-11-14 Gerd Moellmann <gerd@gnu.org>
973
974 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
975 recursively optimize body because that can lead to infinite
976 recursion; see comment there.
977
978 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
979
980 * faces.el (face-spec-set-match-display): Revert the change from
981 2000-10-24. Add a FIXME for after v21.1.
982
983 2000-11-13 Miles Bader <miles@gnu.org>
984
985 * textmodes/fill.el (skip-line-prefix): New function.
986 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
987 (fill-paragraph): Don't leave point inside the fill-prefix.
988 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
989 point inside the fill-prefix.
990
991 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
992
993 * calendar/calendar.el (generate-calendar-window): Use
994 `fit-window-to-buffer'.
995
996 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
997
998 * gud.el (gud-minor-mode): New var.
999 (gud-symbol, gud-val): New functions.
1000 (gud-find-file): Copy gud-minor-mode to the new buffer.
1001 (gud-menu-map): Include entries for commands that are not always
1002 available, using :enable to (de)activate them.
1003 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1004 (gud-mode-map): New map.
1005 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1006 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1007 Don't set up gud's menu (it's done by the minor-mode).
1008 (gud-minibuffer-local-map): New.
1009 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1010 (gud-query-cmdline): New function.
1011 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1012 (gud-mode): Use define-derived-mode.
1013 Don't set up gud's menu (it's done by the minor-mode).
1014 (gud-chop-words): Remove.
1015 (gud-common-init): Use split-string instead.
1016 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1017
1018 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1019 Add keyword arg :name.
1020
1021 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1022 (diff-count-matches, diff-split-hunk): New functions.
1023 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1024
1025 * pcvs-info.el (cvs-fi-conflict-face): New var.
1026
1027 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1028 Make it into a simple syntax-table, shared among all submodes.
1029 (sh-heredoc-face): Re-introduce.
1030 (sh-font-lock-syntactic-face-function): New function.
1031 (sh-mode): Use it. Also use define-derived-mode.
1032 Remove old bogus setting of indent-region-function.
1033 (sh-set-shell): Don't set the syntax-table any more.
1034 (sh-mode-syntax-table) <defun>: Remove.
1035
1036 2000-11-12 Miles Bader <miles@gnu.org>
1037
1038 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1039 message if interactive.
1040
1041 2000-11-12 Dave Love <fx@gnu.org>
1042
1043 * mail/feedmail.el: Fix header,
1044 (feedmail) <defgroup>: Add :link.
1045
1046 * view.el: Use local-map property, not keymap on mode-line string.
1047
1048 * scroll-all.el (scroll-all-mode): Customize variable. Add
1049 autoload cookie to function.
1050
1051 * lazy-lock.el: Remove compatibility code.
1052
1053 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1054 (finder-help-echo): New variable.
1055 (finder-mouse-face-on-line): Add help-echo stuff.
1056 (finder-list-keywords, finder-list-matches): Use mapc.
1057
1058 * faces.el (face-font-registry-alternatives): Add :version.
1059
1060 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1061 tags-table-list.
1062
1063 * net/browse-url.el (browse-url-browser-function): Update :version.
1064
1065 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1066 (mail-mode): Use [:alnum:] in some regexps.
1067
1068 2000-11-10 Dave Love <fx@gnu.org>
1069
1070 * ediff.el (ediff-regions-internal, ediff-documentation):
1071 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1072 fundamental mode.
1073
1074 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1075 buffer into fundamental mode.
1076 (ediff-set-difference): Use copy-sequence if available.
1077
1078 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1079 ediff-patch-map non-nil.
1080 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1081 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1082 buffer into fundamental mode.
1083
1084 * ediff-merg.el (state-or-merge): Defvar when compiling.
1085
1086 2000-11-10 Jason Rumney <jasonr@gnu.org>
1087
1088 * w32-fns.el (w32-add-charset-info): New function.
1089 (w32-charset-info-alist): Use it.
1090
1091 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1092
1093 * faces.el (face-font-registry-alternatives): New user-option.
1094
1095 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1096
1097 * textmodes/texinfo.el (texinfo-block-default): New var.
1098 (texinfo-insert-block): Use it. Insert a newline if needed.
1099
1100 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1101 (fill-region-as-paragraph): Use it.
1102
1103 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1104 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1105 Tweak paragraph regexps to allow a leading [ \t]*.
1106 (tex-latex-block): Insert a newline if necessary.
1107 (latex-insert-item): Only insert a newline if necessary.
1108 (tex-guess-main-file): New function.
1109 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1110 Set tex-main-file if TeX-master is provided.
1111 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1112
1113 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1114
1115 * startup.el (command-line): Set the default tooltip-mode
1116 to t for graphical displays which implement x-show-tip.
1117
1118 * tooltip.el (tooltip-mode): Add a comment about startup.el
1119 setting the default value of this user-option.
1120
1121 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1122
1123 * font-lock.el (font-lock-*-face) <defvar>: Move.
1124 (font-lock-defaults-alist): Mark obsolete.
1125 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1126 (font-lock-mode): Use define-minor-mode.
1127 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1128 (font-lock-turn-off-thing-lock): Be more explicit.
1129 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1130 (font-lock-syntactic-face-function): New var.
1131 (font-lock-fontify-syntactically-region): Use it.
1132 (font-lock-doc-face): New.
1133
1134 * pcvs.el (cvs-enabledp): Ignore errors.
1135 (cvs-commit-filelist): Never query.
1136 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1137 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1138 (cvs-do-removal): Use cvs-partition rather than delete-if.
1139 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1140 cvs-bury-buffer.
1141
1142 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1143 Allow `next' to jump to after the end of the last match.
1144
1145 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1146
1147 * simple.el (byte-compiling-files-p): New function.
1148
1149 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1150 if it is there.
1151
1152 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1153 nil again.
1154
1155 * textmodes/ispell.el (ispell-library-path): Don't call
1156 check-ispell-version when byte-compiling because that starts
1157 an ispell process, and ispell might not be installed.
1158 (toplevel): Don't set up a menu when byte-compiling.
1159
1160 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1161 it, so that a boundp test can be used to determine if we're
1162 currently byte-compiling.
1163
1164 2000-11-09 Dave Love <fx@gnu.org>
1165
1166 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1167 eval-after-load.
1168
1169 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1170
1171 * ps-print.el: Patch for variable initialization when spooling. Doc
1172 fix.
1173 (ps-output-list): Fun eliminated.
1174 (ps-begin-file, ps-begin-job): Code fix.
1175
1176 2000-11-08 Dave Love <fx@gnu.org>
1177
1178 * ediff-wind.el (ediff-control-frame-parameters): Zero
1179 tool-bar-lines.
1180
1181 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1182
1183 * simple.el (shell-command, display-message-or-buffer)
1184 (shell-command-on-region): Mention resize-mini-windows in the doc
1185 string.
1186 (display-message-or-buffer): Take the value of resize-mini-windows
1187 into account.
1188
1189 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1190
1191 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1192
1193 * dired.el (dired-between-files): Add `^. find' as an alternative
1194 to the regular expression, for find-dired.
1195
1196 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1197
1198 * textmodes/texnfo-upd.el: Require texinfo.
1199 (defmacro, defgroup): Remove.
1200 (texinfo-section-to-generic-alist): Remove.
1201 Use texinfo-section-list instead (i.e. level is changed string->int).
1202 (texinfo-filter): New function.
1203 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1204 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1205 Use it. And use regexp-opt.
1206 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1207 (texinfo-update-menu-region-beginning)
1208 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1209 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1210 (texinfo-update-menu-same-level-regexps): Update.
1211 (texinfo-update-node, texinfo-every-node-update)
1212 (texinfo-sequential-node-update): Remove autoload cookie.
1213
1214 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1215 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1216 (texinfo-chapter-level-regexp): Remove.
1217 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1218
1219 2000-11-06 Dave Love <fx@gnu.org>
1220
1221 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1222
1223 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1224 Match defun*.
1225
1226 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1227
1228 * composite.el (composition-function-table): Variable declaration
1229 moved to src/composite.c.
1230 (compose-chars-after): New optional arg object.
1231
1232 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1233
1234 * bindings.el (mode-line-toggle-read-only)
1235 (mode-line-toggle-modified, mode-line-widen)
1236 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1237 (make-mode-line-mouse2-map): Rewritten.
1238 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1239 functions so that C-h k can show something with a doc string.
1240
1241 * startup.el (fancy-splash-delay): Set to 10 seconds.
1242 (fancy-splash-max-time): New user-option.
1243 (fancy-splash-stop-time): New variable.
1244 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1245 (fancy-splash-screens-1): Throw `stop-splashing' when current
1246 time is greater than fancy-splash-stop-time.
1247
1248 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1249
1250 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1251
1252 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1253 Prompt user for a file rather than raising an error.
1254 (cvs-enabledp): Fix call to cvs-mode-marked.
1255 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1256 (cvs-mode-insert): Use it. Change the init prompt' value.
1257 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1258
1259 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1260 Don't pass default arg to ewoc-locate.
1261 (ewoc-collect): Return result in the right order.
1262
1263 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1264
1265 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1266 (cvs-status-get-tags): Fix regexp.
1267 (cvs-status-trees, cvs-status-cvstrees):
1268 Combine after change hooks and don't sit-for.
1269 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1270 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1271 Use make-char rather than hard-coded cryptic data.
1272 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1273
1274 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1275
1276 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1277 (cvs-insert-strings): New function.
1278
1279 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1280
1281 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1282 `mwheel-scroll-amount'.
1283 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1284 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1285 string-matching against the version string.
1286
1287 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1288
1289 * language/thai.el ("Thai"): Set a lisp form that produces
1290 composed string in `sample-text' language info.
1291
1292 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1293 composed string in `sample-text' language info.
1294
1295 * international/mule-cmds.el (describe-language-environment): Eval
1296 `sample-text' data and insert the result.
1297
1298 * international/mule-conf.el (compound-text): Define this coding
1299 system here. Make x-ctext and ctext aliases of it.
1300
1301 * language/european.el (compound-text, ctext): Moved to
1302 international/mule-conf.el.
1303
1304 2000-11-05 Andrew Innes <andrewi@gnu.org>
1305
1306 * w32-fns.el (w32-version): New function.
1307
1308 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1309
1310 * progmodes/awk-mode.el: Update copyright.
1311 (awk-mode-abbrev-table): Remove.
1312 (awk-font-lock-keywords): Use regexp-opt.
1313 (awk-mode): Use define-derived-mode.
1314
1315 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1316 when extracting a suffix.
1317
1318 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1319
1320 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1321 auto-save-mode.
1322
1323 2000-11-04 Jason Rumney <jasonr@gnu.org>
1324
1325 * language/european.el (decode-mac-roman): Test against r1 not r0.
1326
1327 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1328
1329 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1330 (icon-mode): Define indent-line-function.
1331 (icon-comment-indent): Simplify.
1332 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1333
1334 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1335
1336 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1337 Bind change-log-default-mode to defeat the caching done on it.
1338 Don't bother saving excursion any more.
1339
1340 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1341
1342 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1343 (set-frame-font): Use the new name (and the old for compatibility).
1344
1345 * toolbar/tool-bar.el (tool-bar-mode):
1346 * time.el (display-time-mode):
1347 * recentf.el (recentf-mode):
1348 * paren.el (show-paren-mode):
1349 * mwheel.el (mouse-wheel-mode):
1350 * msb.el (msb-mode):
1351 * jka-compr.el (auto-compression-mode):
1352 * image-file.el (auto-image-file-mode):
1353 * hl-line.el (hl-line-mode):
1354 * delsel.el (delete-selection-mode):
1355 * autoinsert.el (auto-insert-mode):
1356 * complete.el (partial-completion-mode): Drop unneeded positional args.
1357
1358 * info.el (Info-mode):
1359 * comint.el (comint-mode): Don't bother with make-local-hook.
1360
1361 * log-edit.el (log-edit-menu): New menu.
1362
1363 2000-11-03 Miles Bader <miles@gnu.org>
1364
1365 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1366 definition, so that trailing spaces are handled properly.
1367 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1368
1369 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1370
1371 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1372 tab character.
1373 (fancy-splash-screens): Set tab-width to 20.
1374
1375 2000-11-03 Dave Love <fx@gnu.org>
1376
1377 * comint.el (comint-completion-addsuffix): Fix custom type.
1378
1379 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1380
1381 * font-lock.el (font-lock-buffers): Remove.
1382 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1383 (font-lock-change-major-mode): Remove.
1384 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1385 (font-lock-default-fontify-region): Extend the multiline
1386 fontification to whole lines.
1387 (font-lock-fontify-anchored-keywords)
1388 (font-lock-fontify-keywords-region): If matching just one
1389 line (with \n) only mark the \n as multiline.
1390
1391 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1392 Correctly handle the case where several :group args are supplied.
1393 Allow :extra-args.
1394 (easy-mmode-define-global-mode): Allow :extra-args.
1395 Correctly handle the case where several :group args are supplied.
1396
1397 2000-11-02 Miles Bader <miles@gnu.org>
1398
1399 * calendar/calendar.el (diary-face, calendar-today-face)
1400 (holiday-face): Remove dependency on `window-system'.
1401
1402 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1403
1404 * Makefile.in (emacs): Set EMACSLOADPATH always.
1405 (update-authors, .el.elc, compile-files): Don't do it explicitly
1406 here.
1407 (compile-files): Bomb out if compilation of a file fails.
1408
1409 2000-11-02 Dave Love <fx@gnu.org>
1410
1411 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1412
1413 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1414
1415 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1416 punctuation in the warning inserted into the *mail* buffer.
1417
1418 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1419
1420 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1421 (authors-public-domain-p): New function.
1422 (authors-print): Use it.
1423
1424 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1425
1426 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1427
1428 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1429
1430 * ps-print.el: Extension for even/odd printing. Doc fix.
1431 (ps-print-version): New version number (6.3.1).
1432 (ps-even-or-odd-pages): Customization fix.
1433 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1434 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1435 (ps-page-count): Var replaced by `ps-page-column'.
1436 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1437 (ps-print-sheet-p): New fun.
1438
1439 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1440
1441 * tooltip.el (tooltip-gud-tips-setup): New function.
1442 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1443 (tooltip-mode): Call tooltip-gud-tips-setup.
1444 (tooltip-gud-tips): Use `gud-basic-call' instead of
1445 process-send-string, so the prompt gets frobbed appropriately.
1446 Handle nil return value from `tooltip-gud-print-command'.
1447
1448 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1449
1450 * comint.el (comint-add-to-input-history): New function.
1451 (comint-send-input): Use `comint-add-to-input-history'.
1452
1453 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1454
1455 * info.el (info-menu-header): New face.
1456 (Info-fontify-menu-headers): New function.
1457 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1458
1459 * info.el (Info-insert-dir): Don't include blank lines at
1460 beginning of additional dir files (one is added automatically).
1461
1462 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1463
1464 * emacs-lisp/easy-mmode.el (define-minor-mode):
1465 Revert the latest changes.
1466 Allow the three positional arguments to be skipped and replaced
1467 by keyword arguments.
1468 Add a :toggle argument to determine whether a nil arg means toggle
1469 or means turn-on. The default is unchanged.
1470 Add a call to force-mode-line-update.
1471
1472 2000-11-01 Dave Love <fx@gnu.org>
1473
1474 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1475 cookie.
1476
1477 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1478
1479 * calendar/calendar.el (diary-face, holiday-face): Add
1480 dark-background variants.
1481
1482 2000-10-31 Sam Steingold <sds@gnu.org>
1483
1484 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1485 `tex-main-file' does not have directory in it.
1486
1487 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1488
1489 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1490
1491 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1492
1493 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1494 functional change.
1495
1496 2000-10-31 Gerd Moellmann <gerd@gnu.org>
1497
1498 * files.el (find-file-noselect): When we expand a wildcard, return
1499 a list of buffers, as we should do according to the doc string.
1500
1501 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1502
1503 * loadup.el (top level): Adjust load path if program name is
1504 "../src/bootstrap-emacs", in case it's not dumped and thus the
1505 load path adjustment hasn't already been done.
1506
1507 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1508
1509 * ps-print.el: Fix bug on selected pages for printing. Use
1510 `color-values' for Emacs 21. Ensure fontification when jit-lock
1511 is on. Try to avoid warning messages when compiling. Doc Fix.
1512 (ps-print-version): New version number (6.3).
1513 (ps-color-device): Use `color-values' to determine if device
1514 supports color.
1515 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1516 (ps-print-page-p): Changed from defsubst to defun.
1517 (ps-page-number): Changed from defmacro to defun.
1518 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1519 printing.
1520 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1521 (ps-end-file, ps-dummy-page): Funs eliminated.
1522 (ps-print-color-scale): Changed default value.
1523 (ps-page-n-up, ps-print-page-p): New internal vars.
1524 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1525 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1526
1527 * delim-col.el: Little programming improvement.
1528 (delimit-columns-str): New macro.
1529 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1530
1531 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1532
1533 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1534 Moved to european.el.
1535 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1536 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1537 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1538 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1539
1540 2000-10-30 Dave Love <fx@gnu.org>
1541
1542 * progmodes/cc-menus.el (imenu-generic-expression)
1543 (imenu-progress-message): Only defvar when compiling.
1544
1545 * emacs-lisp/elp.el (elp-unload-hook): New function.
1546
1547 * loadhist.el (unload-feature): Call elp-restore-function,
1548 checking for symbols; don't use elp-restore-all.
1549 (loadhist-hook-functions): Doc fix.
1550
1551 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1552
1553 * log-edit.el (log-edit-confirm): Fix the default.
1554
1555 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1556
1557 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1558 delimit-columns-format.
1559 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1560
1561 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1562
1563 * comint.el (comint-replace-by-expanded-history): Don't use
1564 comint-get-old-input (we're not looking at *old* input).
1565 (comint-get-old-input-default): If using fields, signal an error
1566 when the point is not in an input field.
1567
1568 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1569
1570 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1571 and mule-unicode-e000-ffff.
1572
1573 * international/mule.el (decode-char, encode-char): New functions.
1574 (make-coding-system): Accept a symbol of translation table as a
1575 value of property `safe-chars'.
1576
1577 * international/mule-cmds.el (encode-coding-char): Check property
1578 safe-chars instead of safe-charsets.
1579
1580 * international/fontset.el (fontset-default): Modified for
1581 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1582 (x-font-name-charset-alist): Likewise.
1583 (ccl-encode-unicode-font): New CCL program. Record it in
1584 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1585
1586 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1587 New translation tables.
1588 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1589 programs are modified and moved from mac-win.el.
1590 (mac-roman): Definition of this coding system is modified and
1591 moved from mac-win.el.
1592
1593 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1594
1595 * ediff-wind.el (ediff-setup-control-frame): Enclose
1596 face-attribute in condition-case to avoid errors in older emacsen.
1597
1598 2000-10-29 Miles Bader <miles@gnu.org>
1599
1600 * custom.el (custom-add-to-group): Allow multiple entries for a
1601 given value OPTION, as long as their widget types are different.
1602 * cus-edit.el (custom-face-value-create): If face name doesn't end
1603 with "face", add such here (similar to custom group widgets).
1604
1605 * comint.el (comint-highlight-prompt): Add :type.
1606
1607 2000-10-28 John Wiegley <johnw@gnu.org>
1608
1609 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1610 Changed this function to operate on a temporary buffer instead of
1611 the main buffer. This not only keeps flyspell from marking a
1612 buffer as changed that wasn't, but it solves the jumpy cursor
1613 problem when attempts are made to edit incorrect words.
1614 (flyspell-maybe-correct-doubling): Same change as for
1615 `flyspell-maybe-correct-transposition'.
1616
1617 * calendar/timeclock.el (timeclock-log): Doc fix.
1618 (timeclock-last-event): Doc fix.
1619 (timeclock-log): Kill the timelog buffer after appending a new
1620 event.
1621 (timeclock-find-discrep): Use a temp buffer to read in the
1622 timelog, instead of visiting the file.
1623 (timeclock-log-data): A new function, along with a host of helper
1624 functions, for the purpose of making timelog data accessible to
1625 programmers.
1626
1627 * eshell/esh-mode.el (window-height test): Make certain that
1628 `eshell-stringify-t' is non-nil.
1629 (eshell-password-prompt-regexp): Changed to a much simpler
1630 password regexp.
1631 (eshell-send-input): If `eshell-invoke-directly' returns t,
1632 directly invoke the parsed command using `eval'. This improves
1633 turn-around time on simple commands by a factor of three or
1634 greater, such as cd, ls, pwd, etc. -- which get used very often.
1635 It also conserves thousands of cons cells per call (since
1636 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1637 in the Pacific Cookie Company).
1638
1639 * eshell/esh-test.el (eshell-test): Whitespace fix.
1640
1641 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1642 `eshell-ls-initial-args' nil when inserting directory contents.
1643
1644 * eshell/em-script.el (eshell-script-initialize): Add names to
1645 `eshell-complex-commands, since `source' and `.' are complex.
1646
1647 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1648 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1649 `eshell-copy-handles'.
1650 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1651 bodies.
1652 (eshell-separate-commands): Whitespace fix.
1653 (eshell-complex-commands): Added a new list of names, for
1654 determining whether a given command is as simple as it looks.
1655 (eshell-invoke-directly): New function. Returns t if a command
1656 should be invoked directly (using `eval'), rather than indirectly
1657 using `eshell-do-eval'.
1658 (eshell-do-eval): Whitespace fix.
1659
1660 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1661 which provides an emulation of the DOS shell behavior of assuming
1662 that cp/mv/ln should copy/move/link to the current directory.
1663 (eshell-remove-entries): Added a doc string.
1664 (eshell-shuffle-files): Removed the check for `target' being null.
1665 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1666 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1667 it to do a smarter check of whether a destination was provided.
1668 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1669 (eshell/ln): Enable `:preserve-args', and use
1670 `eshell-mvcpln-template' to implement the body of the function.
1671 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1672 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1673 list after flattening it. This makes it possible to cat files
1674 with numerical names.
1675 (eshell-unix-initialize): Added several names to
1676 `eshell-complex-commands.
1677 (eshell-unix-command-complex-p): Return t if a given command name
1678 may result in external processes being invoked.
1679
1680 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1681 variable nil by default, since it slows down glob processing by a
1682 factor of two or more, and increases memory consumption.
1683
1684 * eshell/em-smart.el: Added a note about how memory consumptive
1685 smart display mode can be (at least this is true in Emacs 21).
1686 (eshell-smart-initialize): Whitespace fix.
1687 (eshell-refresh-windows): Use `if' instead of `when'.
1688 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1689 not necessary.
1690 (eshell-currently-handling-window): Added a missing global
1691 variable.
1692
1693 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1694 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1695 Whitespace fix.
1696 (eshell-ls-exclude-hidden): Added this variable in addition to
1697 `eshell-ls-exclude-regexp'. This one prevents files beginning
1698 with . from even being read, which can improve memory consumption
1699 quite a bit.
1700 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1701 read file entries beginning with a dot. In home directories with
1702 lots of hidden files, fully two-thirds of the time spent in ls is
1703 used to read directory entries that are immediately thrown away.
1704 (eshell-ls-initial-args): Added back this configuration variable,
1705 for specifying default initial arguments to every call to ls.
1706 Much faster than using an alias to do the same thing.
1707 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1708 (eshell-ls-dir): Whitespace change.
1709
1710 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1711
1712 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1713 available.
1714 (eshell-stringify-t): Added a customization variable, to indicate
1715 whether `t' should be rendered as a string at all. If not, one
1716 can still determine if the result of an expression is true using
1717 "file-exists-p FILE && echo true".
1718 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1719 stringify t!
1720
1721 * eshell/esh-module.el: Whitespace fix.
1722
1723 * eshell/em-alias.el (eshell-alias-initialize): Added
1724 `eshell-command-aliased-p' to `eshell-complex-commands'.
1725 (eshell-command-aliased-p): New function that returns t if a
1726 command name names an aliased.
1727
1728 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1729
1730 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1731 redrawing the screen when changing cursor color.
1732 (viper-insert-state-pre-command-sentinel)
1733 (viper-replace-state-pre-command-sentinel)
1734 (viper-replace-state-post-command-sentinel):
1735 Use viper-preserve-cursor-color.
1736 Many functions changed to use viper= instead of = when comparing
1737 characters.
1738 * viper-util.el (viper-memq-char,viper=): New functions for
1739 working with characters.
1740 (viper-change-cursor-color): Fixed buglet.
1741 Many functions changed to use viper= instead of = when comparing
1742 characters.
1743 * viper.el (viper-insert-state-mode-list): Added eshell.
1744
1745 * ediff-init.el (ediff-before-setup-hook): New hook.
1746 Several typos fixed in various docstrings.
1747 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1748 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1749 hook.
1750 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1751 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1752 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1753 (ediff-get-selected-buffers): New function.
1754 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1755 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1756 save-window-excursion.
1757 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1758 termination check in while loop.
1759 * ediff.el (ediff-get-default-file-name): Better defaults when in
1760 dired buffer.
1761 (ediff-files,ediff-merge-files,ediff-files3)
1762 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1763
1764 2000-10-28 Dave Love <fx@gnu.org>
1765
1766 * info.el (Info-fontify-node): Add help-echo for menu items.
1767
1768 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1769
1770 * startup.el (normal-top-level): If the value of $TERM indicates
1771 we are running from xterm or one of its work-alikes, default to a
1772 light background mode.
1773
1774 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1775 * faces.el (tty-handle-reverse-video): New function.
1776 (tty-create-frame-with-faces): Call it.
1777
1778 * frame.el (frame-notice-user-settings): Don't apply
1779 default-frame-alist and initial-frame-alist to MS-DOS frames.
1780 Call tty-handle-reverse-video, frame-set-background-mode, and
1781 face-set-after-frame-default for non-MS-DOS frames.
1782
1783 * startup.el (tty-long-option-alist): New variable.
1784 (tty-handle-args): New function.
1785 (command-line): Call tty-handle-args.
1786
1787 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1788 startup.el now does that for all character-terminal frames.
1789
1790 2000-10-28 Miles Bader <miles@gnu.org>
1791
1792 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1793 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1794 global. If :global is followed by a non-nil but non-t value,
1795 make the mode buffer-local, but also generate a `global-MODE'
1796 version using `easy-mmode-define-global-mode'. Add
1797 :conditional-turn-on keyword argument.
1798
1799 2000-10-28 Dave Love <fx@gnu.org>
1800
1801 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1802 use window-system.
1803
1804 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1805
1806 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1807 Don't call find-buffer-file-type-coding-system. Instead, just
1808 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1809 if the file is on an untranslated filesystem.
1810 (add-untranslated-filesystem): Use "D" instead of "f" inside
1811 interactive.
1812
1813 2000-10-27 Dave Love <fx@gnu.org>
1814
1815 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1816 (refill-mode): Use it.
1817
1818 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * international/quail.el (quail-activate): Don't make-local-hook.
1821
1822 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1823
1824 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1825 manual backups and file.~<rev>.~ for automatic ones.
1826 (vc-make-version-backup): Don't do it on MS-DOS without long file
1827 names.
1828
1829 * vc.el (vc-version-other-window): If an automatic backup of the
1830 desired version exists, rename it instead of copying it.
1831
1832 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1833 after command. If there's an unexpected error, signal it instead
1834 of being silent.
1835 (vc-cvs-merge-news): Be prepared for no news at all.
1836
1837 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1838
1839 * shell.el (shell): Add BUFFER argument.
1840 * comint.el (make-comint-in-buffer): New function.
1841 (make-comint): Use it.
1842
1843 * faces.el (face-spec-choose): Change syntax so that the list of
1844 attribute-value pairs is now the cdr of each clause, not the cadr.
1845 Detect old-style entries, and handle them. Use pop.
1846
1847 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1848
1849 * cus-edit.el (custom-mode-map): Use a sparse map.
1850 (custom-mode): Don't bother with make-local-hook.
1851
1852 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1853
1854 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1855
1856 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1857
1858 * ps-print.el: Avoid compilation gripes.
1859 (ps-print-version): New version number (6.2.1).
1860
1861 2000-10-26 Dave Love <fx@gnu.org>
1862
1863 * menu-bar.el: Modify some menu item help strings.
1864 (menu-bar-help-menu): Add link to MORE.STUFF.
1865
1866 * cus-edit.el (custom-mode): Add `special' mode-class property.
1867
1868 * wid-browse.el (widget-browse-mode): Likewise.
1869
1870 * wid-edit.el (widget-specify-field): Revert to using local-map
1871 property, not keymap.
1872
1873 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1874
1875 * wid-edit.el (widget-field-end): When checking for a `boundary'
1876 field, do so in the correct buffer.
1877
1878 * simple.el (undo): Correctly distinguish between numeric and
1879 non-numeric prefix args in non-transient-mark-mode, as per the doc
1880 string. When in transient-mark-mode, treat all prefix-args as
1881 numeric.
1882
1883 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1884 Position point on match. Handle N == 0 correctly.
1885
1886 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1887 (comint-mode-map): Reverse order of `comint-write-output' and
1888 `comint-append-output-to-file'.
1889 (comint-append-output-to-file): Reinstate this function, for the
1890 benefit of the menu.
1891
1892 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1893
1894 * vc.el (vc-version-other-window): Bind `file'.
1895
1896 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1897
1898 * Makefile.in (update-authors): New target for maintenance purposes.
1899
1900 * emacs-lisp/authors.el (batch-update-authors): New function.
1901 (authors-fixed-entries): New defconst.
1902 (authors-add-fixed-entries): New function.
1903 (authors): Call it.: Don't process lispref/.
1904
1905 2000-10-25 Jason Rumney <jasonr@gnu.org>
1906
1907 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1908 Merge x w32 and mac definitions.
1909
1910 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1911
1912 * menu-bar.el (menu-bar-options-menu): Add a help string for
1913 `uniquify'.
1914
1915 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1916
1917 * time-stamp.el (time-stamp-string-preprocess):
1918 Fix a wrong type argument error.
1919
1920 2000-10-25 Miles Bader <miles@gnu.org>
1921
1922 * recentf.el (recentf-mode): Variable removed.
1923 (recentf-mode): Use `define-minor-mode'.
1924
1925 * mwheel.el (mouse-wheel-mode): New global minor mode.
1926 (mwheel-install): Use `mouse-wheel-mode'.
1927
1928 2000-10-25 Dave Love <fx@gnu.org>
1929
1930 * progmodes/cperl-mode.el (cperl-mode):
1931 Set normal-auto-fill-function correctly.
1932
1933 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1934 inherit from global-map and don't nullify menu-bar and tool-bar
1935 bindings.
1936
1937 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1938
1939 * wid-edit.el (widget-field-at): New function.
1940 (widget-at, widget-field-activate): Use it.
1941 (widget-tabable-at): Use `widget-at'.
1942 (widget-specify-field): If the terminating character of the widget
1943 field (which is read-only) is a newline, put it into a special
1944 `boundary' field so that C-n/C-p act more naturally.
1945 (widget-field-end): Also don't subtract one if a special
1946 `boundary' field has been added after the widget field.
1947
1948 * comint.el (comint-output-filter, comint-send-input): Don't
1949 bother adding stickiness fields to overlays to fool the field
1950 code, since it should notice the overlay insertion-types now.
1951
1952 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1953 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1954 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1955
1956 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1957
1958 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1959 (authors): Set file coding system to iso-2022-7bit. Add
1960 file-local variables to output buffer.
1961
1962 * files.el (after-find-file): Don't print any warnings if
1963 WARN is nil.
1964
1965 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1966
1967 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1968
1969 * delim-col.el: Now there is a column formatting mechanism.
1970 Modified to customization mechanisms convention. Doc fix.
1971 (columns): New group for delim-col.
1972 (delimit-columns-before, delimit-columns-after)
1973 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1974 (delimit-columns-end): New vars.
1975 (delimit-columns-customize, delimit-columns-format): New funs.
1976 (delimit-columns-region, delimit-columns-rectangle)
1977 (delimit-columns-rectangle-line): Modified to support column
1978 formatting.
1979
1980 2000-10-24 Dave Love <fx@gnu.org>
1981
1982 * log-edit.el (log-edit): Add :version and a :group for vc.
1983
1984 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1985
1986 * files.el (after-find-file): Don't print a message ``New file''
1987 if WARN is nil.
1988
1989 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1990 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1991 get duplicate tool-bar entries because we'll see the global ones
1992 on more than one path through keymaps.
1993
1994 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1995
1996 * progmodes/cmacexp.el: Change Francesco's email address.
1997
1998 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1999
2000 * window.el (fit-window-to-buffer): Adjust point of the window
2001 buffer, not that of the current buffer.
2002
2003 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * progmodes/cmacexp.el: Update the euthor's email address.
2006
2007 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2008
2009 * faces.el (face-spec-set-match-display): Add `graphic' display
2010 type (the inverse of `tty'). Use `display-graphic-p' instead of
2011 the window-system variable.
2012
2013 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2014
2015 * international/isearch-x.el (isearch-with-input-method): Call
2016 input-method-function with the first event in
2017 unread-command-events.
2018
2019 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2020
2021 * faces.el (face-default-spec, face-user-default-spec): Make
2022 defsubsts.
2023
2024 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2025
2026 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2027 New charsets.
2028
2029 * term/mac-win.el: Remove definitions of mac-roman-lower and
2030 mac-roman-upper, require dired, and define instead of set
2031 mac-ready-for-drag-n-drop to avoid compilation error.
2032
2033 2000-10-23 Andrew Innes <andrewi@gnu.org>
2034
2035 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2036 superfluous calls to subst-char-in-string; instead apply
2037 expand-file-name after convert-standard-filename to ensure
2038 expected directory separators are used.
2039
2040 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2041
2042 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2043
2044 2000-10-23 Dave Love <fx@gnu.org>
2045
2046 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2047 (tool-bar-add-item): Set foreground and background for XBM icons.
2048
2049 * international/latin1-disp.el (latin1-char-displayable-p): New
2050 function (from Handa).
2051 (latin1-display-check-font): Use it.
2052
2053 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2054 using :key-sequence, making it much more usable. Use nconc, not
2055 append.
2056 (imenu--create-keymap-1): Avoid append.
2057
2058 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2059
2060 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2061
2062 [the following changes fix a bug where `define-minor-mode' didn't
2063 correctly generate :require clauses for defcustoms in compiled files]
2064 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2065 (byte-compile-log-file, byte-compile-log-1): Don't set
2066 `byte-compile-current-file' to nil. Instead set
2067 `byte-compile-last-logged-file' to it. Test whether
2068 byte-compile-current-file equals byte-compile-last-logged-file
2069 instead of whether its nil.
2070 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2071
2072 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2073
2074 * textmodes/refill.el: Fix var names in doc.
2075 (refill-mode): Don't bother with make-local-hook anymore.
2076
2077 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2078
2079 * faces.el (face-user-default-spec, face-default-spec): New functions.
2080 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2081 (frame-set-background-mode, face-set-after-frame-default):
2082 Use `face-user-default-spec'. Simplify code slightly.
2083
2084 * woman.el (woman-italic-face, woman-bold-face)
2085 (woman-unknown-face): Add dark-background variants.
2086 (woman-default-faces): Renamed from `woman-colour-faces'.
2087 Set using the stored defaults, rather than using hard-wired colors.
2088 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2089 Just make the foreground `unspecified' rather than "black".
2090 (woman-menu): Rename menu entries accordingly.
2091
2092 * faces.el (header-line): Make more reasonable on mono/grayscale
2093 displays.
2094
2095 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2096
2097 * cus-edit.el (custom-button-face): Use 3D look for mac.
2098 (custom-button-pressed-face): Likewise.
2099
2100 * faces.el (set-face-attributes-from-resources): Handle mac frames
2101 in the same way as x and w32 frames.
2102 (face-valid-attribute-values): Likewise.
2103 (read-face-attribute): Likewise.
2104 (defined-colors): Likewise.
2105 (color-defined-p): Likewise.
2106 (color-values): Likewise.
2107 (display-grayscale-p): Likewise.
2108 (face-set-after-frame-default): Likewise.
2109 (mode-line): Same default face as for x and w32.
2110 (tool-bar): Likewise.
2111
2112 * frame.el: Remove call to frame-notice-user-settings at end of
2113 the file.
2114
2115 * info.el (Info-fontify-node): make underlines invisible for mac
2116 as for x, pc, and w32 frame types.
2117
2118 * term/mac-win.el: New file.
2119
2120 2000-10-22 Dave Love <fx@gnu.org>
2121
2122 * textmodes/refill.el: New file.
2123
2124 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2125
2126 * vc-hooks.el (vc-version-backup-file-name): New optional args
2127 MANUAL and REGEXP.
2128 (vc-delete-automatic-version-backups, vc-make-version-backup):
2129 New functions.
2130 (vc-before-save): Use the latter.
2131 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2132 confusion.
2133
2134 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2135 expected by vc[-hooks].el.
2136
2137 * vc.el (vc-checkout): Added `-p' suffix in call to
2138 vc-make-version-backups-p; use vc-make-version-backup to actually
2139 make the backup.
2140 (vc-version-other-window, vc-version-backup-file): Handle both
2141 automatic and manual backups.
2142 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2143 of all of them.
2144
2145 2000-10-22 Miles Bader <miles@gnu.org>
2146
2147 * comint.el (comint-highlight-input, comint-highlight-prompt):
2148 Renamed, `-face' at end removed.
2149 (comint-send-input, comint-output-filter): Use renamed faces.
2150
2151 * window.el (fit-window-to-buffer): Change defaulting of
2152 MAX-HEIGHT slightly.
2153
2154 * faces.el (color-values, color-defined-p): Use `member', not
2155 `memq', because it works correctly for strings.
2156 (frame-set-background-mode): Actually, "unspecified-fg" and
2157 "unspecified-bg" *are* strings. Use `member', not `memq', and
2158 `equal', not `eq', when a string value is possible.
2159
2160 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2161
2162 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2163
2164 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2165
2166 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2167 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2168 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2169 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2170 (sh-font-lock-syntactic-keywords): Use them.
2171 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2172 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2173 (sh-mode): Don't override font-lock-unfontify-region-function.
2174 Use a copy of sh-font-lock-syntactic-keywords.
2175 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2176 Don't call sh-scan-buffer since font-lock does it on the fly.
2177 (sh-get-indent-info): Use `face' rather than `syntax-table'
2178 text-property to detect here-documents.
2179 Replace sh-special-syntax with sh-st-punc.
2180 (sh-prev-line): Use `face' rather than `syntax-table'
2181 text-property to skip over here-documents.
2182 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2183 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2184 (sh-electric-less, sh-set-here-doc-region)
2185 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2186 (sh-scan-buffer, sh-rescan-buffer): Remove.
2187
2188 2000-10-21 Andrew Innes <andrewi@gnu.org>
2189
2190 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2191 remote (ange-ftp) file names.
2192
2193 2000-10-21 Miles Bader <miles@gnu.org>
2194
2195 * window.el (fit-window-to-buffer): New function.
2196 (shrink-window-if-larger-than-buffer): Use it.
2197 (window-text-height): Don't expect minibuffers to have mode-lines.
2198
2199 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2200 * international/quail.el (quail-update-guidance): Use
2201 `fit-window-to-buffer' instead of `set-window-text-height'.
2202
2203 * international/quail.el (quail-show-guidance-buf): Make sure
2204 guidance window really has enough room.
2205 (quail-update-guidance): If quail-guidance-win is already shown,
2206 make sure its height is OK.
2207
2208 * window.el (window-text-height, set-window-text-height):
2209 New functions.
2210 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2211 instead of `window-height' & `mode-line-window-height-fudge'.
2212 (mode-line-window-height-fudge): Add FACE parameter.
2213 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2214 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2215
2216 2000-10-20 Miles Bader <miles@gnu.org>
2217
2218 * window.el (height-affecting-face-attributes): Use `defconst'.
2219
2220 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2221 New function, conditionally aliased to `mode-line-window-height-fudge'.
2222 (ispell-help): Use it.
2223 (ispell-choices-win-default-height): Don't include mode-line fudge.
2224 (ispell-choices-win-default-height): New function.
2225 (ispell-show-choices, ispell-command-loop): Use function
2226 `ispell-choices-win-default-height' instead of variable.
2227
2228 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2229
2230 * window.el (mode-line-window-height-fudge): New variable.
2231 (height-affecting-face-attributes): New variable.
2232 (mode-line-window-height-fudge): New function.
2233 (shrink-window-if-larger-than-buffer): Use it.
2234 * help.el (resize-temp-buffer-window): Likewise.
2235
2236 * info.el (Info-fontify-node): Add support for @subsubsection
2237 titles, which use `Info-title-4-face'.
2238 (Info-title-4-face): New face.
2239 (Info-title-3-face): Inherit from Info-title-4-face instead of
2240 variable-pitch.
2241
2242 2000-10-19 Jason Rumney <jasonr@gnu.org>
2243
2244 * dired.el (dired-insert-directory): Do not let errors signalled by
2245 attempt to run dired-free-space-program prevent dired from working.
2246
2247 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2248
2249 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2250
2251 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2252
2253 * dirtrack.el (dirtrack): Fix call to run-hooks.
2254
2255 * cmuscheme.el (cmuscheme-program-name): Renamed from
2256 scheme-program-name because xscheme.el contains a defcustom with
2257 the same name. As a consequence, customizing group `cmuscheme'
2258 loaded `xscheme' which redefined run-scheme.
2259 (run-scheme): Use cmuscheme-program-name.
2260
2261 * ps-print.el (ps-print-emacs-type): Move into the
2262 eval-and-compile.
2263
2264 * play/doctor.el (doctor-death): Update the Samaritans'
2265 anonymous address, and add a website for Befrienders International.
2266
2267 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2268
2269 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2270 Avoid compilation gripes. Doc fix.
2271 (ps-print-version): New version number (6.2).
2272 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2273 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2274 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2275 (ps-x-extent-priority, ps-x-extent-start-position)
2276 (ps-x-face-font-instance, ps-x-find-coding-system)
2277 (ps-x-font-instance-properties, ps-x-make-color-instance)
2278 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2279 avoid compilation gripes without defining functions.
2280 (ps-e-find-composition): Alias for function find-composition, to have a
2281 suitable function depending on Emacs version.
2282 (ps-color-device, ps-color-values, ps-face-foreground-name)
2283 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2284 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2285 (ps-print-ensure-fontified): Function definitions surrounded by
2286 `eval-and-compile' to avoid compilation gripes.
2287 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2288 by symbol-value to avoid compilation gripes.
2289 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2290 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2291
2292 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2293
2294 * startup.el (normal-top-level): Call `frame-set-background-mode'
2295 after `frame-notice-user-settings' because the latter doesn't call
2296 the former on a tty.
2297
2298 * faces.el (frame-set-background-mode): `unspecified' &c are
2299 symbols, not strings.
2300
2301 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2302
2303 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2304 why some "light*" colors are deliberately absent from the alist.
2305
2306 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2307 Change colors for tty's, as suggested by Miles Bader.
2308
2309 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2310
2311 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2312 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2313 for ISO10646-1 fonts.
2314 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2315
2316 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * faces.el (frame-set-background-mode): If a tty frame defines a
2319 background color, use that to compute the background mode, instead
2320 of always defaulting to "dark".
2321
2322 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2323
2324 * comint.el (comint-write-output): New function.
2325 (comint-mode-map): Add it to the menu.
2326 Bind `C-c C-s' to comint-write-output.
2327
2328 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2329
2330 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2331 Use fancy-splash-delay.
2332
2333 2000-10-18 Alex Schroeder <alex@gnu.org>
2334
2335 * progmodes/sql.el (sql-sybase-options): New option.
2336 (sql-sybase): Use it. Add sql-database to the list of parameters
2337 provided for login. The options -w 2048 -n are not used any more.
2338
2339 * comint.el (comint-read-input-ring): Bugfix such that the first
2340 and the last entry of the input ring file are not lost.
2341
2342 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2343
2344 * ps-print.el: Internal variable changes to defcustom,
2345 make-local-hook changes to defvar. Doc fix.
2346 (ps-print-version): New version number (6.1).
2347 (ps-setup, ps-do-despool): Code fix.
2348 (ps-printer-name): Customization fix.
2349 (ps-printer-name-option): Now is a defcustom instead of an
2350 internal variable.
2351 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2352 (ps-print-begin-column-hook): Now are defvar instead of
2353 make-local-hook.
2354
2355 2000-10-18 Miles Bader <miles@gnu.org>
2356
2357 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2358 (comint-kill-output): Changed into an alias for `comint-delete-output',
2359 and made obsolete.
2360 (comint-mode-map): Rename references to comint-kill-output.
2361
2362 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2363
2364 * diff-mode.el (diff-header-face, diff-file-header-face)
2365 (diff-changed-face): Add bold and italic attributes to tty faces.
2366 (diff-function-face): New face.
2367 (diff-font-lock-keywords): Use it.
2368
2369 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2370
2371 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2372 Remove commented-out call to force-mode-line-update.
2373 (comint-kill-output): Use `forward-line 0' instead of
2374 beginning-of-line to make sure we get past the prompt.
2375
2376 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2377
2378 * diff-mode.el (diff-header-face, diff-file-header-face):
2379 Add specific setting for dark background.
2380 (diff-context-face): Renamed from diff-comment-face.
2381 Set explicitly rather than inheriting from font-lock-comment-face.
2382
2383 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2384
2385 * startup.el (command-line): Move the code which sets the default
2386 TTY colors to before before-init-hook.
2387
2388 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2389
2390 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2391
2392 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2393
2394 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2395 extensions, for MS-DOS.
2396
2397 * diff-mode.el (diff-header-face, diff-file-header-face)
2398 (diff-changed-face): Define tty-specific colors.
2399
2400 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2401
2402 * startup.el (fancy-splash-text): Realign the text.
2403
2404 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2405
2406 * font-lock.el (font-lock-comment-face): Define a separate default
2407 for dark-background tty's.
2408
2409 2000-10-17 Miles Bader <miles@gnu.org>
2410
2411 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2412 being obscured by whizzy mode-lines on graphics displays.
2413
2414 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * info.el (Info-title-1-face, Info-title-2-face)
2417 (Info-title-3-face): Define colors for tty's.
2418 (info-header-node): Remove unneeded tty-specific definition.
2419
2420 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2421
2422 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2423 reverse from the frame parameters, and don't invert foreground and
2424 background colors.
2425
2426 2000-10-16 Miles Bader <miles@gnu.org>
2427
2428 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2429 string "*Info*". Call propertized-buffer-identification to spruce
2430 up the result.
2431
2432 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2433
2434 * help.el: Provide `help' for the sake of define-minor-mode
2435 which generates defcustoms with requires.
2436
2437 * jit-lock.el (jit-lock-after-change): If we're in text that
2438 matches a multi-line font-lock pattern, make sure the whole text
2439 will be redisplayed.
2440
2441 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2442 author's name is unknown.
2443
2444 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2445 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2446 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2447 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2448 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2449 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2450 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2451 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2452 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2453 Add author information.
2454
2455 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2456
2457 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2458 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2459 full-color version (using the Gimp) to eliminate dithering artifacts.
2460
2461 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2462
2463 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2464
2465 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2466
2467 2000-10-15 Dave Love <fx@gnu.org>
2468
2469 * progmodes/sh-script.el: Require skeleton and comint when
2470 compiling.
2471
2472 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2473
2474 * whitespace.el: Doc fixes.
2475 (top-level): Don't add hooks here.
2476 (whitespace-running-emacs): Deleted.
2477 (timer): Don't require.
2478 (whitespace): Add back :version conditional on xemacs test.
2479 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2480 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2481 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2482 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2483 Avoid specific xemacs test.
2484 (whitespace-global-mode): New option.
2485 (whitespace-global-mode): New command.
2486 (whitespace-unload-hook): New function.
2487
2488 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2489 (Info-fontify-node, Info-goto-node, Info-mode-menu)
2490 (Info-fontify-node): `Goto' goes to `Go to'.
2491 (Info-fontify-node): Add help-echo to xref links.
2492
2493 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2494
2495 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2496
2497 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2498
2499 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2500 Use plist-get and allow :inherit.
2501
2502 * emacs-lisp/cl-macs.el (cl-do-arglist):
2503 Use plist-get and plist-member instead of memq.
2504
2505 * emacs-lisp/ewoc.el (ewoc-location): New function.
2506 (ewoc-enter-after, ewoc-enter-before): Document return value.
2507 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2508 Don't need make-local-hook any more.
2509 (cvs-addto-collection): Return the new tin.
2510 (cvs-mode-insert): Jump to the new line.
2511
2512 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2513
2514 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2515
2516 * font-lock.el (font-lock-syntactically-fontified): New var.
2517 (font-lock-fontify-syntactic-keywords-region): Use it.
2518 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2519
2520 * diff-mode.el (diff-find-file-name): Fix regexp.
2521
2522 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2523 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2524
2525 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2526 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2527 (sh-mode): Don't make all vars local here.
2528 (sh-kw): Reformat.
2529 (sh-set-shell): Use dolist. Don't set indent-region-function.
2530 (sh-mode-syntax-table): Use pop.
2531 (sh-remember-variable): Use push.
2532 (sh-help-string-for-variable): Use memq.
2533 (sh-safe-backward-sexp): Remove.
2534 (sh-safe-forward-sexp): Add ARG.
2535 (sh-get-indent-info, sh-prev-stmt): Use it.
2536 (sh-prev-line): Simplify by using forward-comment.
2537 (sh-this-is-a-continuation): Simplify.
2538 (sh-learn-buffer-indent): Use dolist.
2539 (sh-do-nothing): Remove.
2540 (sh-set-char-syntax, sh-set-here-doc-region):
2541 Use inhibit-modification-hooks.
2542 (sh-name-style): Use mapcar and push.
2543 (sh-load-style): Use dolist.
2544 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2545 (sh-case, sh-while-getopts): Use propertize directly rather
2546 than sh-electric-rparen.
2547
2548 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2549
2550 * textmodes/tex-mode.el: Require CL when compiling.
2551 (tex-mode-syntax-table): Init immediately.
2552 (tex-mode-map): Bind M-RET to latex-insert-item.
2553 (latex-mode): Set indent-line-function to latex-indent.
2554 (tex-common-initialization): Don't setup the syntax-table any more.
2555 (latex-insert-item): New skeleton.
2556 (tex-next-unmatched-end): Fix copy/paste braino.
2557 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2558 (latex-indent, latex-find-indent): New functions.
2559 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2560 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2561 (tex-compilation-parse-errors): Use with-syntax-table.
2562
2563 2000-10-15 Miles Bader <miles@gnu.org>
2564
2565 * font-lock.el (font-lock-comment-face): Change dark-background,
2566 color, non-tty, default to `chocolate1'.
2567
2568 2000-10-13 John Wiegley <johnw@gnu.org>
2569
2570 * eshell/esh-util.el (require): Added a missing `require' form,
2571 needed when compiling (for an ange-ftp macro definition).
2572
2573 2000-10-13 Dave Love <fx@gnu.org>
2574
2575 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2576
2577 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2578
2579 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2580 fix.
2581
2582 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2583 transparent -colors 8).
2584
2585 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2586
2587 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2588 that breaks with old list format timestamps.
2589 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2590 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2591 strings.
2592
2593 2000-10-13 John Wiegley <johnw@gnu.org>
2594
2595 * align.el, pcomplete.el, calendar/timeclock.el,
2596 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2597
2598 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2599 faulty math, where holiday hours were being computing as seconds.
2600
2601 2000-10-13 John Wiegley <johnw@gnu.org>
2602
2603 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2604 specifying what "other" kinds of buffers should be saved. This
2605 used to be hard-coded.
2606 (desktop-buffer-misc-functions): A global for specifying how
2607 auxiliary data should be determined for special buffer types.
2608 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2609 instead of hard-coding the special buffer types.
2610 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2611 auxiliary data, instead of hard-coding for Info buffers and dired.
2612 (desktop-buffer-info-misc-data): Aux function for determining Info
2613 buffer auxiliary info.
2614 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2615 (desktop-buffer-info): Changed this function to use the info
2616 gathered above.
2617 (desktop-create-buffer): Be a little more careful about what
2618 `minor-mode' means before calling it. This is important for some
2619 buffer types.
2620
2621 2000-10-13 John Wiegley <johnw@gnu.org>
2622
2623 * eshell/esh-util.el: Added a global form which declares an
2624 autoload for `parse-time-string', if that function is not already
2625 defined, and if parse-time.el is available on the user's system.
2626
2627 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2628 to be aware of ange-ftp user info.
2629 (eshell-do-ls): Bind `ange-cache'. Also, use
2630 `eshell-file-attributes'.
2631 (eshell-ls-annotate): Use `eshell-file-attributes'.
2632 (eshell-ls-file): Made the user-id printing code a bit smarter.
2633
2634 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2635 allow identification of alias user ids in remote directories.
2636 It's manual, but there's no other way to know when the current
2637 user on the local machine, is also the owning user on the remote
2638 machine.
2639 (fboundp): Bind `ange-cache'.
2640 (eshell-directory-files-and-attributes): Re-organized the logic a
2641 bit to use `eshell-file-attributes' instead of `file-attributes'.
2642 The former is more sensitive to directories that are read via FTP,
2643 and knows how to use ange-ftp to determine full attribute
2644 information, instead of just the name and last modtime.
2645 (eshell-current-ange-uids): Return the current user id when in a
2646 remote directory.
2647 (eshell-parse-ange-ls): Parse a full directory listing that has
2648 been returned by ange-ftp.
2649 (eshell-file-attributes): This beefed up version of
2650 `file-attributes' is only special if the user is currently in a
2651 remote directory, in which case it does a lot of work to find out
2652 what the real attributes of a file are, as they appear on the
2653 remote machine. This makes usage of remote directories (i.e.,
2654 ange-ftp pathnames) much more useful. You can now use Eshell as a
2655 full-fledged FTP client, with much more manipulation ability than
2656 most other clients.
2657
2658 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2659 variable, which means that Eshell's du should always be preferred
2660 in remote directories.
2661 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2662 just `file-attributes'.
2663 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2664 when reading remote directories. This is an Eshell-specific
2665 variable (not part of ange-ftp).
2666 (eshell/ln): Bind `ange-cache'.
2667 (eshell/du): Added some extra logic for determining when to use
2668 Eshell's du (which is slow), and when to use the external version
2669 (which may or may not exist).
2670
2671 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2672 `eshell-interactive-process', rather than using
2673 `get-buffer-process', since backgrounded processes don't count in
2674 the context of this function's logic.
2675
2676 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2677 `forward-char', so that null strings are parsed correctly.
2678
2679 2000-09-13 John Wiegley <johnw@gnu.org>
2680
2681 * eshell/em-pred.el (eshell-pred-file-type,
2682 eshell-pred-file-links, eshell-pred-file-size): Use
2683 `eshell-file-attributes'. This is more correct over ange-ftp.
2684
2685 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2686 that remote file globbing is more efficient.
2687
2688 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2689 gathering the files and attributes within a directory.
2690
2691 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2692 the command line is a special file (not a regular file, directory
2693 or symlink), always attempt to call the external version of cat.
2694
2695 2000-09-13 John Wiegley <johnw@gnu.org>
2696
2697 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2698 Eshell-friendly version of find-tag.
2699
2700 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2701
2702 * image-file.el (image-file-name-extensions)
2703 (image-file-name-regexps): Add autoload cookies.
2704
2705 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2706
2707 * international/mule-cmds.el (select-safe-coding-system): If FROM
2708 is string, show it in *Warning* buffer.
2709
2710 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * startup.el (normal-top-level): Use display-popup-menus-p instead
2713 of window-system.
2714 (command-line): Use display-graphic-p instead of window-system.
2715 (command-line-1): Use display-popup-menus-p and display-mouse-p
2716 instead of window-system.
2717
2718 2000-10-12 Sam Steingold <sds@gnu.org>
2719
2720 * tooltip.el (tooltip-use-echo-area): New user variable.
2721 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2722
2723 2000-10-12 Dave Love <fx@gnu.org>
2724
2725 * recentf.el: Maintainer's checkdoc fixes.
2726
2727 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2728 character class, not ASCII when matching file names.
2729 (fancy-splash-head): Add trailing slash to URL.
2730 (command-line): Don't require XPM support for toolbar.
2731
2732 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2733 (cperl-invalid-face): Revert last change.
2734 (cperl-init-faces): Quote cperl-invalid-face.
2735
2736 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2737
2738 * startup.el (fancy-splash-text): Remove superfluous quote.
2739
2740 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2741
2742 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2743 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2744 (command-line-1): Don't use fancy-splash-pending-command.
2745 (fancy-splash-screens-1): Goto point-min after inserting text.
2746
2747 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2748
2749 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2750 instead of shared-lisp-mode-map.
2751
2752 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2753
2754 * faces.el (header-line): Change tty-variant to use underlining.
2755
2756 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2757 (isearch-highlight): Restore lazy-isearch face properties at old
2758 position, and suppress them at new position.
2759 (isearch-dehighlight): Restore lazy-isearch face properties.
2760 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2761 over the real isearch overlay, but in that case, don't give it a
2762 face property. Use `push'.
2763
2764 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2765
2766 * man.el (Man-getpage-in-background): Fix previous change.
2767 Decode the process output only when we are in multibyte mode.
2768
2769 2000-10-11 Dave Love <fx@gnu.org>
2770
2771 * info.el (Info-mode-menu): Fix some help.
2772 (info-tool-bar-map): Add entry for Info-last.
2773
2774 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2775 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2776 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2777 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2778 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2779 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2780 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2781 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2782 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2783 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2784 Reduce colour requirements to 25 overall. (Probably wants
2785 revisiting from the originals to reduce further.)
2786
2787 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2788
2789 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2790 buffer-file-coding-system, instead of raw-text.
2791 (dehexlify-buffer): Bind coding-system-for-read to
2792 buffer-file-coding-system, instead of raw-text.
2793
2794 2000-10-11 Sam Steingold <sds@gnu.org>
2795
2796 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2797 `underline' - fixes the bug introduced on 2000-09-21.
2798
2799 2000-10-11 Dave Love <fx@gnu.org>
2800
2801 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2802 compiler warnings.
2803 (scheme-mode): Doc fix.
2804 (scheme-font-lock-keywords-1): Match `define-syntax'.
2805
2806 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2807
2808 * faces.el (frame-set-background-mode): Pay attention to saved
2809 face specs as well as default ones. Only do anything if the
2810 bg-mode or display-type has actually changed. Use `dolist'.
2811 (region): Make dark-background `region' face less in-your-face.
2812
2813 2000-10-10 Sam Steingold <sds@gnu.org>
2814
2815 * chistory.el, ielm.el, ledit.el:
2816 * progmodes/inf-lisp.el, progmodes/scheme.el:
2817 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2818
2819 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2820
2821 * textmodes/texinfo.el: Update copyright and fix typo.
2822
2823 * desktop.el (desktop-modes-not-to-save): New var.
2824 (desktop-save-buffer-p): Use it.
2825 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2826 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2827
2828 2000-10-10 Dave Love <fx@gnu.org>
2829
2830 * toolbar/tool-bar.el (tool-bar-add-item)
2831 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2832 display.
2833
2834 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2835 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2836 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2837 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2838 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2839 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2840 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2841 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2842 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2843 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2844 the .xpms; probably need retouching.
2845
2846 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2847
2848 * subr.el (add-to-list): Add optional argument APPEND.
2849 * battery.el (display-battery): Use `add-to-list'.
2850
2851 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2852
2853 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2854 these vars as symbol properties.
2855 (zone, zone-when-idle, zone-leave-me-alone)
2856 (zone-pgm-whack-chars): Use new symbol properties.
2857
2858 * battery.el (display-battery): Doc spelling fix.
2859
2860 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2861 property.
2862
2863 2000-10-09 Dave Love <fx@gnu.org>
2864
2865 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2866 has been initialized before calling tool-bar-setup.
2867 (tool-bar-add-item-from-menu): Add autoload cookie.
2868
2869 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2870
2871 * menu-bar.el (send-mail-item-name): New function.
2872 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2873 of mail-user-agent in the menu. Don't display the "Send Mail"
2874 item if mail-user-agent is nil or its value is ignore.
2875 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2876 if read-mail-command is nil or its value is ignore.
2877
2878 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2879
2880 2000-10-09 Miles Bader <miles@gnu.org>
2881
2882 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2883 Correct image size.
2884 * toolbar/left_arrow.xpm: Correct image size.
2885
2886 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2887 will be done by the definition of `auto-compression-mode' if
2888 necessary. Move code to uninstall existing file-name handler
2889 before definition of `auto-compression-mode'.
2890
2891 * image-file.el (auto-image-file-mode): Move to the end of the
2892 file, because `define-minor-mode' actually calls the mode-function
2893 if the associated variable is non-nil, which requires that all
2894 needed functions be already defined.
2895
2896 * mouse.el (popup-menu): Balance parens.
2897
2898 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2899
2900 * mouse.el (popup-menu): Move the command call outside the loop
2901 so that popup-menu returns whatever the command returns.
2902
2903 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2904 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2905 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2906 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2907
2908 * vc.el (vc-version-diff): diff-switches can be a list.
2909 Use relative filenames for prettier output.
2910
2911 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2912 (vc-post-command-functions): Remove old-VC compatibility code.
2913
2914 * newcomment.el (comment-indent-default): Autoload.
2915
2916 * font-lock.el (font-lock-defaults): Make buffer-local.
2917 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2918 (font-lock-choose-keywords):
2919 Ignore LEVEL unless KEYWORDS is a list of syms.
2920 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2921 Don't wrap regexp-opt things in \(...\) unnecessarily.
2922
2923 * jit-lock.el: Don't require font-lock any more.
2924 (jit-lock-functions): Make buffer-local.
2925 (jit-lock-saved-fontify-buffer-function): Remove.
2926 (jit-lock-mode): Remove autoload cookie.
2927 Remove font-lock specific code.
2928 (jit-lock-unregister): Don't bother handling complex hooks any more.
2929 (jit-lock-refontify): New function.
2930 (jit-lock-fontify-buffer): Use it.
2931 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2932 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2933 Add optional args START and END.
2934 Never call font-lock-fontify-region directly.
2935 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2936
2937 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2938
2939 2000-10-08 Dave Love <fx@gnu.org>
2940
2941 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2942
2943 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2944
2945 * play/studly.el (studlify-region, studlify-word): Add autoload
2946 cookie.
2947
2948 * play/morse.el (morse-region, unmorse-region): Add autoload
2949 cookie.
2950
2951 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2952 concat.
2953
2954 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2955 insist on symbols starting with word syntax.
2956 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2957 (eval-defun-1): Doc fix.
2958 (indent-sexp): Use nconc to build up indent-stack.
2959
2960 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2961 Gnus with little use.
2962 (mail-setup-hook): Add mail-abbrevs-setup to options.
2963
2964 * recentf.el: Doc fixes.
2965
2966 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2967 Clean up remainder.
2968
2969 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2970 without timezone and (8) with timezone to enforce some whitespace.
2971 Simplify code somewhat.
2972
2973 * options.el (list-options): Doc that you should use customize.
2974
2975 * iswitchb.el (iswitchb-mode): Add :require.
2976
2977 * info.el (Info-goto-node, Info-menu): Doc fix.
2978 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2979 (info-tool-bar-map): New variable.
2980 (Info-mode): Use it.
2981 (Info-edit-map): Define all in defvar.
2982 (speedbar-attached-frame): Avoid compiler warning.
2983
2984 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2985 (global-map): Bind [tool-bar] to a filtered map.
2986 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2987 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2988 Allow PBM icons.
2989 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2990
2991 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2992 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2993 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2994 icons, except up_arrow, which is left-arrow rotated.
2995
2996 * imenu.el (imenu-add-to-menubar): Fix last change.
2997
2998 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2999
3000 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3001 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3002
3003 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3004
3005 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3006 typos in doc strings.
3007
3008 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3009 the doc strings how to customize Font Lock faces.
3010
3011 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3012 computing growth when dragging the header line.
3013
3014 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * simple.el (kill-line): Doc fix.
3017
3018 2000-10-08 Miles Bader <miles@gnu.org>
3019
3020 * faces.el (secondary-selection): Make foreground visible on tty.
3021
3022 * jka-compr.el (auto-compression-mode): Move to the end of the
3023 file, because `define-minor-mode' actually calls the mode-function
3024 if the associated variable is non-nil, which requires that all
3025 needed functions be already defined.
3026 (with-auto-compression-mode): Add autoload cookie.
3027
3028 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3029
3030 * files.el (find-backup-file-name) [ms-dos]: If support for long
3031 file names is not available, behave as if version-control were set
3032 to never.
3033
3034 2000-10-07 Dave Love <fx@gnu.org>
3035
3036 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3037 (browse-url-gnome-moz): New function.
3038 (browse-url-browser-function): Use it.
3039 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3040
3041 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3042
3043 * indent.el (tab-always-indent): New var.
3044 (indent-for-tab-command): Use it.
3045
3046 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3047 raise an error. This way it can still default to a sane value.
3048
3049 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3050
3051 * startup.el (fancy-splash-screens): Use local rather than global map.
3052 Don't use `update-menu-bindings' any more.
3053 Get rid of assumptions about keymap representation.
3054
3055 2000-10-06 Dave Love <fx@gnu.org>
3056
3057 * textmodes/fill.el (sentence-end-double-space)
3058 (sentence-end-without-period): Doc fix.
3059 (adaptive-fill-regexp): Purecopy.
3060 (unjustify-current-line): Use line-end-position.
3061 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3062
3063 * net/eudc-vars.el (eudc): Add :version, :link.
3064
3065 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3066
3067 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3068 Fix for define-minor-mode.
3069 (function-at-point): Alias to function-called-at-point.
3070
3071 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3072
3073 * simple.el (backward-word): Doc fix.
3074
3075 * image-file.el (image-file-name-regexp): image-file-regexps ->
3076 image-file-name-regexps.
3077 (image-file-name-extensions): Add pbm.
3078
3079 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3080
3081 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3082 and add filename to the names so that diff-mode can jump to source.
3083
3084 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3085 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3086 (tex-font-lock-keywords-1): Remove.
3087 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3088 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3089 (font-lock-default-fontify-region):
3090 Expand beg..end correctly when just following a multiline region.
3091 (font-lock-fontify-anchored-keywords):
3092 Include the anchor text as part of the multiline.
3093
3094 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3095
3096 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3097 latter needs the autoloaded define-minor-mode macro during the
3098 bootstrap.
3099
3100 * startup.el (command-line): For now, activate tool-bar-mode only
3101 if XPM images are supported.
3102
3103 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3104 window by dragging a header-line at the top of the frame; that's
3105 confusing because the header-line doesn't move.
3106 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3107 of treating the event as a list. Some cleanup.
3108
3109 2000-10-06 Miles Bader <miles@gnu.org>
3110
3111 * simple.el (display-message-or-buffer): New function.
3112 (shell-command-on-region): Use `display-message-or-buffer'.
3113
3114 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3115 docstring parts.
3116
3117 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3118 (smbclient-prompt-regexp): Add usage note to doc string.
3119 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3120 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3121 Use add-hook for adding the comint filter function, and only do so
3122 if it's not already in the global hook list.
3123 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3124 to `make-local-variable'.
3125 (nslookup-font-lock-keywords): Remove prompt entry.
3126 (nslookup): Don't set the process-filter.
3127 (finger): Exit the loop correctly when the regexps list runs out.
3128 (ftp, smbclient, smbclient-list-shares):
3129 Set the real major mode immediately, not after execing.
3130 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3131
3132 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3133
3134 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3135
3136 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3137
3138 * which-func.el (which-func-format): Remove spurious space.
3139 (which-func-mode): Don't make it permanent-local.
3140 (which-func-ff-hook): Allow which-func-maxout to be nil.
3141 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3142 (which-func-mode): Simplify.
3143 Use post-command-idle-hook rather than post-command-hook.
3144 Go through all buffers and update their state.
3145 (which-function): Also try add-log-current-defun-function.
3146
3147 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3148 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3149 Update call to with-vc-properties accordingly.
3150 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3151 (vc-revert-buffer): More careful about window selection and deletion.
3152 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3153
3154 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3155 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3156 (cvs-dired-action): Change the default to quickdir.
3157
3158 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3159 if comment-indent-function returns nil.
3160 (comment-indent-default): New function.
3161 (comment-indent-function): Use it and document the new semantics.
3162
3163 * image-file.el: Docstring fixes.
3164
3165 * help.el (help-xref-on-pp): Use match-string.
3166 (describe-variable): New arg BUFFER.
3167 Store the current buffer in the help-xref-stack.
3168 (temp-buffer-resize-mode): Use define-minor-mode.
3169
3170 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3171 consistently with its docstring.
3172 Set jit-lock-first-unfontify-pos in an idempotent way.
3173 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3174
3175 2000-10-05 Alex Schroeder <alex@gnu.org>
3176
3177 * sql.el (sql-mysql-options): New variable.
3178 (sql-mysql): Use it.
3179
3180 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3181
3182 * image.el (image): New group.
3183
3184 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3185 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3186
3187 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3188
3189 * net/net-utils.el (nslookup-font-lock-keywords)
3190 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3191 Ignore the value of wqindow-system; always define keywords
3192
3193 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3194
3195 * startup.el (fancy-splash-screens): Remove the code for
3196 debugging; `(trace-to-stderr "EXITTT\n")'.
3197
3198 2000-10-05 Miles Bader <miles@gnu.org>
3199
3200 * diff-mode.el (diff-goto-source): Update call to
3201 `diff-hunk-status-msg' to reflect new REV variable.
3202
3203 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * progmodes/icon.el (icon-mode):
3206 Don't gratuitously override the default for comment-column.
3207
3208 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3209
3210 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3211 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3212 (jit-lock-functions): New var.
3213 (jit-lock-function-1): Use it if non-nil.
3214 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3215 Set the `fontified' property before doing the fontification to avoid
3216 repeatedly going through the same error.
3217 Don't turn errors into messages.
3218 (jit-lock-register, jit-lock-unregister): New functions.
3219
3220 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3221 Use with-current-buffer.
3222
3223 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3224 Turn comment into docstring.
3225
3226 * apropos.el (apropos-mode): Use define-derived-mode.
3227
3228 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3229
3230 * startup.el (fancy-splash-pending-command): New variable.
3231 (fancy-splash-pre-command): New function.
3232 (fancy-splash-screens): Rewritten.
3233 (command-line-1): If fancy-splash-pending-command is set, call it
3234 interactively.
3235
3236 2000-10-04 Dave Love <fx@gnu.org>
3237
3238 * toolbar/tool-bar.el (tool-bar-setup): New function.
3239 (tool-bar-mode): Use it.
3240
3241 * subr.el (substitute-key-definition): Doc fix.
3242 (play-sound-file): New command.
3243
3244 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3245
3246 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3247 vc-version-backup-file-name): New functions.
3248
3249 * files.el (basic-save-buffer): Call vc-before-save before saving.
3250
3251 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3252 vc-cvs-stay-local-p.
3253
3254 * vc.el (vc-revert-buffer): Handle empty diff properly.
3255 (vc-version-backup-file): New function.
3256 (vc-checkout): Create a version backup if necessary.
3257 (vc-checkin): If a version backup file exists, delete it.
3258 (vc-version-diff): Diff locally using version backups, if available.
3259 (vc-revert-file): If there's a version backup, revert locally.
3260 (vc-transfer-file): Use version backup for base version, if
3261 available. If not, ask for confirmation whether to get it from the
3262 server. Update mode line before check-in.
3263
3264 2000-10-04 Dave Love <fx@gnu.org>
3265
3266 * toolbar/tool-bar.el (tool-bar-setup): New function.
3267 (tool-bar-mode): Use it.
3268
3269 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3270
3271 * net/net-utils.el (nslookup-font-lock-keywords)
3272 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3273 Only set if window-system is non-nil
3274 (net-utils-run-program): Returns buffer.
3275 (network-connection-reconnect): Added this function.
3276
3277 * generic.el:
3278 Incorporates extensive cleanup and docfixes by
3279 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3280 Uses cl compile-time macros.
3281 (generic-mode-name, generic-comment-list)
3282 (generic-keywords-list, generic-font-lock-expressions)
3283 (generic-mode-function-list, generic-mode-syntax-table):
3284 Removed variables.
3285 (generic-mode-alist): Renamed to generic-mode-list.
3286 (generic-find-file-regexp): Default changed to "^#".
3287 (generic-read-type): Uses completing read on generic-mode-list.
3288 (generic-mode-sanity-check): removed this function.
3289 (generic-add-to-auto-mode): Removed this function
3290 (generic-mode-internal): Bind mode-specific definitions
3291 into function instead of putting them in alist.
3292 (generic-mode-set-comments): Reworked extensively.
3293 (generic-mode-find-file-hook): Simplified regexp searching
3294 (generic-make-keywords-list): Omit extra pair of parens
3295
3296 * find-lisp.el (find-lisp-find-files-internal):
3297 Make sure directory name ends with "/".
3298
3299 * generic-x.el (apache-conf-generic-mode):
3300 Regexp now allows leading whitespace.
3301 (rc-generic-mode): Added eval-when-compile
3302 around generic-make-keywords-list.
3303 Deleted duplicate regexp
3304 (rul-generic-mode): Added eval-when-compile
3305 around generic-make-keywords-list.
3306 (etc-fstab-generic-mode): New generic mode.
3307 (rul-generic-mode): Removed one eval-when-compile
3308 which caused a max-specpdl-size exceeded error.
3309
3310 2000-10-04 Miles Bader <miles@gnu.org>
3311
3312 * simple.el (minibuffer-temporary-goal-position): New variable.
3313 (next-history-element): Try to keep the position of point in the
3314 input string constant.
3315
3316 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3317 (dired-do-create-files): If there's only one file, pass it in as
3318 the DEFAULT arg to dired-mark-read-file-name.
3319
3320 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3321
3322 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3323 (diff-goto-source): Be smarter when choosing REVERSE or not.
3324
3325 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3326 (texinfo-mode-menu): Add an explicit shortcut for update all.
3327
3328 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3329
3330 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3331 factorize backend-specific code cleanly (this was essentially
3332 conceived by Stefan Monnier).
3333 (vc-unregister): Function removed.
3334 (vc-revert-file): New function.
3335 (vc-revert-buffer): Delegate some of the work to it.
3336
3337 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3338 default branch unconditionally.
3339 (vc-rcs-set-default-branch): New function.
3340 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3341 (vc-rcs-checkin): If an appropriate default branch has been set,
3342 force creation of that branch.
3343 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3344 code (as suggested by Stefan Monnier).
3345
3346 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3347
3348 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3349 highlighting overlay with a different face over the overlay
3350 isearch uses to highlight the current match because that can lead
3351 to bad face combinations.
3352
3353 * loadup.el (toplevel): Load faces before isearch.
3354
3355 * isearch.el (isearch-faces): New custom group.
3356 (isearch): New defface; was already tested for in the code.
3357 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3358 (isearch-highlight): Always use face `isearch'.
3359
3360 2000-10-02 Dave Love <fx@gnu.org>
3361
3362 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3363 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3364 comparison of opcode with operand.
3365
3366 2000-10-03 Miles Bader <miles@gnu.org>
3367
3368 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3369 buffer, since the echo area will now grow to accommodate them.
3370
3371 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3372
3373 * vc-hooks.el (vc-registered): If FILE used to be registered under
3374 a certain backend, try that one first.
3375
3376 * vc.el (vc-responsible-backend): Undo the previous change in the
3377 argument list. Handle multiple backends correctly.
3378 (vc-find-new-backend): Function removed.
3379 (vc-register): Use vc-responsible-backend, as before.
3380 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3381
3382 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3383
3384 * startup.el (fancy-splash-head): Change message below the
3385 logo.
3386
3387 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3388
3389 * diff-mode.el (diff-goto-source): Emit a status message.
3390 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3391 (diff-test-hunk): Fix doc string.
3392 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3393 (diff-advance-after-apply-hunk): New variable.
3394 (diff-apply-hunk): Don't return a value.
3395
3396 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3397
3398 * vc.el (vc-editable-p): Minor optimization.
3399 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3400 (vc-find-new-backend): New function split from vc-responsible-backend.
3401 (vc-register): Use it.
3402 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3403 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3404 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3405 (vc-clear-headers): Don't use find-file.
3406 (vc-revert-buffer): Use `and' again (must have been a braino).
3407 (vc-switch-backend): Only prompt if requested.
3408 Short circuit if nothing is to be done.
3409 Don't use vc-resynch-buffer which could lose unsaved editing.
3410 (vc-default-receive-file): Update call to vc-unregister.
3411 (with-vc-file, vc-next-action-on-file):
3412 Use vc-backend rather than vc-registered.
3413 (vc-next-action-on-file): Use intern-soft.
3414 Deal with read-only *vc-diff* buffer.
3415 (vc-transfer-file): Docstring fix.
3416
3417 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3418 (vc-rcs-receive-file): Avoid with-vc-properties.
3419 Update call to vc-unregister.
3420 Use constant `RCS' rather than (dynamically bound) var `backend'.
3421
3422 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3423
3424 * vc.el (vc-next-action-on-file): Update mode line only if file
3425 is visited.
3426 (vc-start-entry): New argument initial-contents. Don't visit the file
3427 if it isn't already visited. Brought documentation up-to-date.
3428 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3429 (vc-checkin): New optional arg initial-contents, which is passed to
3430 vc-start-entry.
3431 (vc-finish-logentry): Make sure to bury log buffer only if there
3432 really is one. Call `vc-resynch-buffer' on log-file, not
3433 buffer-file-name.
3434 (vc-default-comment-history, vc-default-wash-log): New functions.
3435 (vc-index-of): Removed.
3436 (vc-transfer-file): Make do without the above.
3437 (vc-default-receive-file): Call comment-history unconditionally. Pass
3438 the resulting string to vc-checkin, instead of inserting it into the
3439 comment ring.
3440
3441 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3442 unconditionally. Use the comments as initial contents of the log
3443 entry buffer. Document the trick to force branch creation with no
3444 changes.
3445
3446 2000-10-01 Miles Bader <miles@gnu.org>
3447
3448 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3449 `recenter' with an arg to prevent redrawing the display.
3450
3451 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3452
3453 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3454
3455 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3456
3457 * progmodes/c-mode.el (c-mode):
3458 Don't gratuitously override the default for comment-column.
3459
3460 * textmodes/tex-mode.el (latex-metasection-list): New var.
3461 (latex-imenu-create-index): Use it.
3462 Move the regexp construction outside loops (and use push).
3463 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3464 (tex-font-lock-keywords): Moved from font-lock.el.
3465 (tex-comment-indent): Remove.
3466 (tex-common-initialization): Don't set comment-indent-function.
3467 (latex-block-default): New var.
3468 (tex-latex-block): Use it to provide a default choice.
3469 Add any unknown choice to latex-block-names.
3470 Insert [...] after {...}.
3471 (tex-last-unended-begin): Simplify regexp.
3472 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3473 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3474 (latex-mode): Set forward-sexp-function.
3475
3476 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3477 Add regexp for @ignore ... @end ignore.
3478 (texinfo-heading-face): New face.
3479 (texinfo-font-lock-keywords): Use it.
3480 (texinfo-mode-menu): New menu.
3481 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3482 New functions.
3483 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3484 (texinfo-section-types-regexp, texinfo-section-level-regexp)
3485 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3486 Remove declaration.
3487 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3488
3489 * delsel.el (delete-selection-mode): Use define-minor-mode.
3490
3491 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3492
3493 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3494
3495 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3496
3497 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3498
3499 * replace.el (keep-lines-read-args): New function.
3500 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3501 read arguments interactively. Add parameters RSTART and REND.
3502 Operate on the active region in Transient Mark mode.
3503
3504 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3505
3506 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3507 (authors-obsolete-files-regexps): New variable.
3508 (authors-add): Don't record changes in obsolete files.
3509
3510 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3511
3512 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3513
3514 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3515 (comment-indent): Make sure there's a space between code and comment.
3516 Shift comments left to avoid going past fill-column.
3517
3518 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3519
3520 * startup.el (startup-echo-area-message): New function.
3521 (display-startup-echo-area-message): Use it.
3522 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3523 (fancy-splash-default-action): New function.
3524 (fancy-splash-screens-1): New function.
3525 (fancy-splash-head): Put a help-echo and a keymap under the image.
3526
3527 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3528
3529 * diff-mode.el (diff-add-log-file-name): Remove.
3530 (diff-mode): Use add-log-buffer-file-name-function.
3531
3532 * add-log.el (find-change-log): New arg BUFFER-FILE.
3533 (add-log-file-name): Obey add-log-file-name-function.
3534 (add-log-buffer-file-name-function): New var.
3535 (add-change-log-entry): Use it.
3536
3537 2000-09-29 Miles Bader <miles@gnu.org>
3538
3539 * image-file.el (image-file-name-extensions): New variable.
3540 (image-file-name-regexps): Renamed from `image-file-regexps'.
3541 New default value is nil. Call `auto-image-file-mode'.
3542 (image-file-name-regexp): New function.
3543 (auto-image-file-mode): New minor mode.
3544 (insert-image-file): Don't make conditional on the image-file
3545 handler being enabled.
3546 (image-file-handler): Make the call here conditional instead.
3547 (set-image-file-handler-enabled, enable-image-file-handler)
3548 (disable-image-file-handler): Functions removed.
3549
3550 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3551 string.
3552
3553 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3554
3555 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3556 it's a function from CL.
3557 (latex-imenu-create-index): Replace eval-when-compile with progn
3558 because latex-section-alist is not bound while compiling.
3559
3560 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3561
3562 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3563 (outline-mode): Use define-derived-mode.
3564
3565 * progmodes/perl-mode.el (perl-mode):
3566 * progmodes/awk-mode.el (awk-mode):
3567 * progmodes/asm-mode.el (asm-mode):
3568 Don't gratuitously override the default for comment-column.
3569
3570 * emacs-lisp/lisp.el (lisp-complete-symbol):
3571 Distinguish the let-binding case from the funcall case.
3572 (forward-sexp-function): New variable.
3573 (forward-sexp): Use it.
3574
3575 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3576 (easy-mmode-defmap): Remove the now useless autoload.
3577
3578 * time.el (display-time-mode): Use define-minor-mode.
3579
3580 * subr.el (add-minor-mode): Don't eval NAME.
3581 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3582 Use if rather than cond.
3583
3584 * simple.el (read-expression-map): Define more properly.
3585 (comment-indent-hook): Remove.
3586 (string-to-syntax): Bug fix.
3587
3588 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3589 (cvs-ediff-diff): Fix typo.
3590 (cvs-revert-if-needed): Don't bother preserving read-only.
3591
3592 * paren.el (show-paren-mode): Use define-minor-mode.
3593
3594 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3595 (toggle-auto-compression): Remove.
3596 (jka-compr-build-file-regexp): Remove useless grouping.
3597
3598 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3599 Avoid user-reserved bindings.
3600 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3601 (diff-header-face): Revert to grey85.
3602
3603 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3604
3605 * complete.el (partial-completion-mode) <defcustom>: Remove.
3606 (partial-completion-mode): Use define-minor-mode.
3607 (PC-do-completion): Understand `completion-auto-help = delay'
3608 to mean to popup the completion buffer only the second time.
3609 (PC-include-file-all-completions, PC-include-file-all-completions)
3610 (PC-include-file-all-completions): Don't quote lambda.
3611
3612 * comint.el (comint-mode-hook): Docstring fix.
3613 (comint-mode): Use define-derived-mode.
3614 (comint-mode-map): Remove obsolete comment.
3615 (make-comint): Minor stylistic change.
3616 (comint-insert-clicked-input): Be more careful to find the overlay.
3617 Use this-command-keys rather than hardcoding mouse-2.
3618
3619 * font-lock.el: Replace confusing (,@ with ,
3620 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3621 Don't use regexp-opt-depth. Spice up the regexp for args.
3622 Don't distinguish between cmds that can take an opt arg or not.
3623 Use `append' and `prepend' rather than `keep'.
3624
3625 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3626 (latex-outline-regexp): New var.
3627 (latex-outline-level): New fun.
3628 (latex-section-alist): New var.
3629 (latex-imenu-create-index): Use it. Use `push' as well.
3630 (tex-shell-map): Initialize it properly.
3631 (tex-mode): Minor stylistic change.
3632 (plain-tex-mode): Use define-derived-mode.
3633 (latex-mode): Use define-derived-mode.
3634 Construct the paragraph regexps in a more readable way.
3635 Set the buffer-local outline-{level,regexp} vars.
3636 (slitex-mode): Derive from latex-mode.
3637 (tex-common-initialization): Don't kill-all-vars anymore.
3638 Add setting for comment-add and font-lock-defaults.
3639 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3640 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3641 (tex-start-tex): New arg DIR (and send a chdir command for it).
3642 Also display the shell buffer and save it in tex-last-buffer-texed.
3643 (tex-region): Use expand-file-name rather than concat.
3644 Remove code made useless by changes in tex-start-tex.
3645 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3646
3647 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3648
3649 2000-09-28 Dave Love <fx@gnu.org>
3650
3651 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3652
3653 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3654
3655 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3656 `append'.
3657
3658 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3659
3660 * info.el (Info-extract-pointer): Undo last change.
3661 Instead, fix the position of the `bound' arg to re-search-backward.
3662
3663 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3664
3665 * info.el (Info-extract-pointer):
3666 Widen more carefully, to avoid finding pointers in other nodes.
3667 (Info-index): Use push.
3668
3669 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3670
3671 * frame.el (set-frame-font): Remove call to obsolete function
3672 frame-update-faces.
3673 (set-foreground-color, set-background-color): Likewise for
3674 frame-update-face-colors.
3675
3676 2000-09-27 Miles Bader <miles@gnu.org>
3677
3678 * image-file.el: New file.
3679
3680 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3681
3682 * frame.el (frame-notice-user-settings): Don't call
3683 frame-update-faces, which is a no-op now.
3684
3685 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3686 tool-bar-lines.
3687
3688 2000-09-27 Dave Love <fx@gnu.org>
3689
3690 * mouse.el: Fix last change.
3691
3692 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3693
3694 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3695
3696 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3697
3698 * international/quail.el (quail-help): The output message is
3699 improved.
3700
3701 2000-09-26 Dave Love <fx@gnu.org>
3702
3703 * mouse.el (popup-menu): If POSITION is nil, set it using
3704 mouse-position.
3705
3706 2000-09-25 Sam Steingold <sds@gnu.org>
3707
3708 * net/browse-url.el (browse-url-file-url): Check for null maps.
3709
3710 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3711
3712 * frame.el (frame-notice-user-settings): Don't add a
3713 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3714
3715 * frame.el (frame-notice-user-settings):
3716 Make tool-bar-mode and default-frame-alist consistent.
3717
3718 * toolbar/tool-bar.el (tool-bar-help): New function.
3719
3720 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3721
3722 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3723 current-load-list in top-level forms. Else this leaks a cons cell
3724 every time a defun is called.
3725
3726 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3727
3728 2000-09-25 Dave Love <fx@gnu.org>
3729
3730 * startup.el (fancy-splash-head): Check XPM is available.
3731
3732 * autoinsert.el (auto-insert): Doc fix.
3733 (auto-insert-alist): Following GNU notices, don't say `copyright
3734 _by_'. Use line-beginning-position.
3735 (auto-insert): Check buffer-file-name is non-nil before use.
3736
3737 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3738
3739 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3740 starting with `@def' or `@multitable', in addition to ones
3741 specified by the user in auto-fill-inhibit-regexp.
3742
3743 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3744
3745 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3746 rmail-dont-reply-to-names matches the empty string.
3747
3748 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3749
3750 * startup.el (command-line-1, fancy-splash-text): Change the
3751 text to sound more friendly.
3752
3753 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3754
3755 * progmodes/hideshow.el: Update author email address.
3756 Generally, sync w/ maintainer version 5.22.
3757 (hs-hide-all-non-comment-function): New var.
3758 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3759 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3760 (hs-show-region): Delete this command.
3761 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3762
3763 2000-09-22 Dave Love <fx@gnu.org>
3764
3765 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3766 (hl-line-highlight): Specify buffer when moving overlay.
3767
3768 * progmodes/fortran.el (fortran-mode): Locally set
3769 normal-auto-fill-function.
3770 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3771 (fortran-mode-map): Adjust auto-fill menu entry.
3772
3773 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3774
3775 * vc-rcs.el (toplevel): Require `vc' when compiling.
3776
3777 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3778
3779 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3780
3781 * vc.el (vc-switch-backend): Signal an error if the file is not
3782 registered under the new backend.
3783
3784 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3785 without explicit revision number.
3786
3787 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3788
3789 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3790 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3791 (diff-xor): New function.
3792 (diff-find-source-location): Use it. Fix a stupid name clash.
3793 (diff-hunk-status-msg): New function.
3794 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3795 (diff-test-hunk): Use diff-find-source-location.
3796 (diff-goto-source): Favor the `reverse'.
3797 (diff-hunk-text): Properly handle one-sided context diffs.
3798 (diff-apply-hunk): When done, advance to the next hunk.
3799
3800 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3801
3802 * startup.el (command-line): If frame was created with a non-zero
3803 tool-bar-lines parameter, switch tool-bar-mode on.
3804
3805 * add-log.el (change-log-date-face, change-log-name-face)
3806 (change-log-email-face, change-log-file-face)
3807 (change-log-list-face, change-log-conditionals-face)
3808 (change-log-function-face, change-log-acknowledgement-face):
3809 New faces, inheriting from font-lock faces.
3810 (change-log-font-lock-keywords): Use them.
3811
3812 2000-09-21 Dave Love <fx@gnu.org>
3813
3814 * progmodes/cperl-mode.el (top-level): Clean up
3815 `eval-when-compile's and assorted defvars.
3816 (cperl-invalid-face): Don't double-quote value. Change custom
3817 type.
3818 (cperl-mode): Set normal-auto-fill-function and don't zap
3819 auto-fill-function.
3820 (cperl-imenu--function-name-regexp-perl): Renamed from
3821 imenu-example--function-name-regexp-perl.
3822 (cperl-imenu--create-perl-index): Renamed from
3823 imenu-example--create-perl-index.
3824 (cperl-xsub-scan): Don't require cl.
3825
3826 * msb.el (msb-mode-map): Use substitute-key-definition.
3827 (msb-mode): Use msb-mode-map.
3828
3829 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3830
3831 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3832 New functions.
3833 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3834 (vc-switch-backend): New function.
3835 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3836 (vc-register): Fix prompt.
3837 (vc-unregister, vc-default-unregister): New functions.
3838 (vc-version-diff): Handle empty buffer in sentinel.
3839
3840 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3841 (vc-rcs-state-heuristic): Use it to guess the state of files with
3842 non-strict locking.
3843 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3844 been set with -b, but not created yet.
3845 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3846 contents in order to find the state.
3847 (vc-rcs-checkin): Allow creation of branches with no changes.
3848 (vc-rcs-unregister, vc-rcs-receive-file)
3849 (vc-rcs-set-non-strict-locking): New functions.
3850
3851 * vc-hooks.el (vc-name): Force correct computation of the value
3852 in case it is missing.
3853
3854 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3855
3856 * startup.el (fancy-splash-tail): Use a different foreground
3857 color on a dark frame background.
3858
3859 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3860
3861 * info.el: Use the correct capitalization when making Info-mode
3862 and Info-edit-mode `special' modes.
3863
3864 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3865
3866 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3867 (diff-mode): Add support for add-log.el.
3868 (diff-hunk-text): Use char offsets rather than line offsets.
3869 (diff-find-source-location): Replace LINE with line-offset (nil
3870 if not found) and always set POS to a meaningful position.
3871 Adapt to the new char-offsets.
3872 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3873 Adapt to the new diff-find-source-location.
3874 (diff-goto-source): Adapt to the new diff-find-source-location.
3875
3876 * add-log.el (add-log-file-name): New function (split out of
3877 add-change-log-entry).
3878 (add-change-log-entry): Use it.
3879 Call add-log-file-name-function with the changelog file name if
3880 the current buffer is not associated with any file.
3881 Avoid find-file if the selected window is dedicated.
3882
3883 * diff-mode.el (diff-find-source-location):
3884 Move code from diff-apply-hunk. Return buffer rather than file.
3885 (diff-apply-hunk): Use the new result from diff-find-source-location.
3886 (diff-goto-source): Use the new diff-find-source-location.
3887
3888 2000-09-20 Dave Love <fx@gnu.org>
3889
3890 * iswitchb.el: Some doc fixes.
3891 (iswitchb-mode-map): Define completely initially. Inherit
3892 minibuffer-local-map.
3893 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3894 fundamental-mode.
3895 (iswitchb-global-map): New variable.
3896 (iswitchb-summaries-to-end): Amalgamate regexps.
3897 (iswitchb-mode): New.
3898 (iswitchb-mode-hook): New variable.
3899 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3900 `extensions'.
3901
3902 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3903
3904 * ehelp.el (electric-help): New defgroup.
3905 (electric-help-shrink-window): New user-option.
3906 (with-electric-help): Use it.
3907
3908 * window.el (shrink-window-if-larger-than-buffer): If face
3909 `mode-line' has a :box, and we're on a graphical frame, add 1
3910 to the needed window height.
3911
3912 * frame.el (frame-notice-user-settings): Add a last parameter nil
3913 to a call to `append', because the last list passed to `append' is
3914 not copied, and so subsequent calls to assq-delete-all will modify
3915 default-frame-alist.
3916
3917 * startup.el (fancy-splash-image): Change :type.
3918 (fancy-splash-head): Use an XBM image if appropriate.
3919 (command-line-1): Show splash screens in more cases.
3920
3921 * startup.el (fancy-splash-text): Don't quote faces.
3922
3923 * dired.el (dired-font-lock-keywords): Undo last change.
3924 (dired-readin): Bind indent-tabs-mode to nil.
3925
3926 * startup.el (fancy-splash-head): If frame's background mode
3927 is `dark', change the black background of the image to gray.
3928 (fancy-splash-screens): Display startup echo area message.
3929 (display-startup-echo-area-message): New function.
3930
3931 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3932
3933 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3934
3935 * info.el (info-header-node): Tweak for color ttys.
3936
3937 * faces.el (face-valid-attribute-values): Make sure directories we
3938 search for stipples both exist and are readable before trying to
3939 search them.
3940
3941 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3942 in the dry-run case.
3943
3944 * jka-compr.el (with-auto-compression-mode): New macro.
3945
3946 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3947 (custom-group-tag-face, custom-variable-tag-face): Use relative
3948 :height and inherit from `variable-pitch' face instead of
3949 hardwiring :family.
3950 * hi-lock.el (hi-black-hb): Likewise.
3951
3952 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3953 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3954 toolbar-add-item, if image doesn't have a mask add a `:mask
3955 heuristic'.
3956
3957 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * diff-mode.el: Docstring fixes.
3960 (diff-header-face, diff-comment-face): New faces.
3961 (diff-font-lock-keywords): Highlight a bit differently.
3962 (diff-find-source-location): Don't return SPAN any more.
3963 (diff-hunk-text): Don't bother erasing the temp buffer.
3964 (diff-find-text): Drop argument LINE.
3965 (diff-apply-hunk): Update calls to diff-find-text.
3966 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3967
3968 * calendar/calendar.el: Docstring fixes.
3969 (calendar-make-alist): Don't quote lambda.
3970 (calendar-star-date): Use make-local-variable.
3971
3972 2000-09-19 Dave Love <fx@gnu.org>
3973
3974 * toolbar/tool-bar.el: Renamed from toolbar.el.
3975 Change `toolbar' to `tool-bar' generally in symbols.
3976 Make some items invisible in `special' major modes.
3977 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3978 Add arg PROPS.
3979
3980 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3981 Add :version here.
3982 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3983
3984 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3985
3986 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3987
3988 * files.el (find-file-suppress-same-file-warnings): New user-option.
3989 (find-file-noselect): Use it.
3990
3991 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3992 (fancy-splash-screen): Defgroup.
3993
3994 * add-log.el (change-log-font-lock-keywords): Match names
3995 more exactly for the case that font-lock-constant-face is
3996 underlined.
3997
3998 2000-09-19 Richard M. Stallman <rms@gnu.org>
3999
4000 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4001
4002 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4003
4004 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4005
4006 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4007
4008 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4009 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4010 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4011 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4012 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4013 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4014 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4015 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4016 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4017 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4018 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4019 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4020
4021 * startup.el (fancy-splash-text): New variable.
4022 (fancy-splash-delay, fancy-splash-image): New user-options.
4023 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4024 (fancy-splash-screens): New functions.
4025 (command-line-1): If display has a `display' frame parameter, has
4026 colors, and we have XPM support, show more fancy splash screens.
4027
4028 2000-09-19 Dave Love <fx@gnu.org>
4029
4030 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4031 with null `help'. Use modern backquote syntax.
4032
4033 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4034
4035 * font-lock.el (font-lock-mode): Change message telling the user
4036 that ``the buffer is too big''.
4037
4038 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4039 for instance for the case that tab-width is 2.
4040
4041 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4042
4043 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4044 toolbar-add-item, if image doesn't have a mask add a `:mask
4045 heuristic'.
4046
4047 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4048
4049 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4050 and return a cons if it's non-nil.
4051 (diff-apply-hunk): Try to jump to the line in the source text
4052 corresponding to the position of point in the in the hunk.
4053
4054 * info.el (Info-title-3-face, Info-title-2-face)
4055 (Info-title-1-face): Use face inheritance and relative sizes
4056 instead of hard-wiring things.
4057
4058 * faces.el (secondary-selection): Make dark-background variant sane.
4059
4060 2000-09-16 Andrew Innes <andrewi@gnu.org>
4061
4062 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4063 read-only, since they aren't under VC now.
4064
4065 2000-09-17 Dave Love <fx@gnu.org>
4066
4067 * tmm.el: Replace mapcar with mapc in several places.
4068
4069 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4070 ad-unadvise.
4071
4072 * international/latin1-disp.el: New file.
4073
4074 * calendar/cal-move.el (scroll-calendar-left)
4075 (scroll-calendar-right): Make arg optional (for active mode line).
4076
4077 * calendar/calendar.el (calendar-mode-line-format): Make fields
4078 mouse-sensitive.
4079 (calendar-read-date, calendar-read-date, calendar-window-list):
4080 Unquote lambda.
4081 (calendar-month-name): Use aref, not sref.
4082
4083 * view.el (minor-mode-alist): Propertize the string.
4084
4085 * international/characters.el (standard-case-table): Add entries
4086 for Greek.
4087
4088 2000-09-18 Miles Bader <miles@gnu.org>
4089
4090 * info.el (info-node, info-xref): Add dark-background variants.
4091
4092 * faces.el (header-line): Change defaults to be less confusing
4093 when mixed with mode-lines.
4094
4095 * info.el (Info-fontify-node): Make a few cleanups.
4096 Add extra `help-echo' and `local-map' props to node xrefs.
4097 Use header-specific faces for node-names & xrefs.
4098 (Info-use-header-line): New variable.
4099 (info-header-xref, info-header-node): New faces.
4100 (Info-setup-header-line): New function.
4101 (Info-select-node): Call Info-setup-header-line when enabled.
4102 (Info-extract-pointer): Work even if the header line is hidden.
4103 (Info-header-line): New variable.
4104
4105 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4106
4107 * vms-patch.el (print-region-function): Don't quote lambda.
4108
4109 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4110
4111 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4112 (lm-get-header-re): Allow spaces between the header and the colon.
4113 (lm-header): Allow $ in non-RCS headers.
4114 (lm-header-multiline): Put the strings back into order.
4115 Stop at an empty line. Don't require two space chars if the
4116 line is clearly not another header line.
4117
4118 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4119 (popup-menu-popup): Remove.
4120
4121 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4122
4123 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4124 specification if or if not tool-bar item contains an `:enabled'
4125 property.
4126
4127 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4128 current buffer has no file name.
4129
4130 2000-09-15 Dave Love <fx@gnu.org>
4131
4132 * strokes.el: Sync with maintainer's current version with changes
4133 for Emacs, but avoid runtime cl and levents.
4134 (toplevel): Change autoloads and compilation requires.
4135 (strokes-version, strokes-bug-address, strokes-lift): Values
4136 changed.
4137 (strokes-xpm-header, strokes-insinuated): New variable.
4138 (strokes): Add :link.
4139 (strokes-mode): Customized.
4140 (strokes-while-inhibiting-garbage-collector): New macro.
4141 (strokes-remassoc): Avoid remove-if.
4142 (strokes-fix-button2-command): Don't use ad-do-it.
4143 (strokes-insinuate): New function.
4144 (strokes-button-press-event-p, strokes-button-release-event-p):
4145 New functions, used instead of non-`strokes-' versions..
4146 (strokes-mouse-event-p): Rewritten.
4147 (strokes-event-closest-point): Avoid event-point.
4148 (strokes-get-grid-position): Avoid cdadr, caadr
4149 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4150 functions.
4151 (strokes-help): Use with-output-to-temp-buffer.
4152 (strokes-window-configuration-changed-p): New function.
4153 (strokes-update-window-configuration): Use buffer-live-p,
4154 strokes-window-configuration-changed-p.
4155 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4156 (strokes-char-face): New face.
4157 (strokes-char-table, strokes-base64-chars): New variable.
4158 (strokes-xpm-for-stroke, strokes-list-strokes)
4159 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4160 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4161 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4162 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4163 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4164 functions.
4165
4166 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4167
4168 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4169
4170 * image.el (create-image): Doc fix.
4171
4172 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4173 instead of `:heuristic-mask t'.
4174
4175 2000-09-14 Andrew Innes <andrewi@gnu.org>
4176
4177 * makefile.w32-in: Revert to Unix line endings.
4178
4179 2000-09-14 Andrew Innes <andrewi@gnu.org>
4180
4181 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4182 when installing.
4183
4184 * makefile.nt (DONTCOMPILE): Fix typo.
4185
4186 * shell.el (shell-write-history-on-exit): New function.
4187 (shell-dumb-shell-regexp): New custom variable.
4188 (shell-mode): Make shell-write-history-on-exit the process
4189 sentinel if shell name matches shell-dumb-shell-regexp.
4190
4191 * w32-fns.el: Comment out before-init-hook function which resets
4192 source-directory based; this breaks bootstrap.
4193
4194 2000-09-14 Dave Love <fx@gnu.org>
4195
4196 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4197 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4198 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4199 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4200 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4201 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4202 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4203 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4204 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4205
4206 * toolbar/toolbar.el: New.
4207
4208 * subdirs.el: Add toolbar.
4209
4210 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4211
4212 * indent.el (indent-for-tab-command): Doc fix.
4213
4214 2000-09-14 Alex Schroeder <alex@gnu.org>
4215
4216 * ansi-color.el (ansi-colors): Doc change.
4217 (ansi-color-get-face): Simplified regexp.
4218 (ansi-color-faces-vector): Added more faces, doc change.
4219 (ansi-color-names-vector): Doc change.
4220 (ansi-color-regexp): Simplified regexp.
4221 (ansi-color-parameter-regexp): New regexp.
4222 (ansi-color-filter-apply): Doc change.
4223 (ansi-color-filter-region): Doc change.
4224 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4225 deal with zero length parameters.
4226 (ansi-color-apply-on-region): Doc change.
4227 (ansi-color-map): Doc change.
4228 (ansi-color-map-update): Removed debugging message.
4229 (ansi-color-get-face-1): Added condition-case to trap
4230 args-out-of-range errors.
4231 (ansi-color-get-face): Doc change.
4232 (ansi-color-make-face): Removed.
4233 (ansi-color-for-shell-mode): New option.
4234
4235 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4236
4237 * international/quail.el (quail-start-translation): Translate KEY
4238 if necessary even if it doesn't have any mapping in the current
4239 input method.
4240 (quail-start-conversion): Likewise.
4241 (quail-help): The output message is improved.
4242
4243 2000-09-13 Miles Bader <miles@gnu.org>
4244
4245 * comint.el (comint-output-filter): Revert to using
4246 `insert-before-markers'. Add bletcherous hack to undo damage
4247 caused by `insert-before-markers'. Put `front-sticky' property on
4248 overlays created here so that the field code understands how the
4249 overlay works. Use a let when making comint-last-prompt-overlay,
4250 so that the code is easier to read.
4251
4252 2000-09-13 Dave Love <fx@gnu.org>
4253
4254 * wid-edit.el (widget-default-format-handler): DTRT when
4255 doc-property is a function.
4256
4257 2000-09-12 Francesco Potorti` <pot@gnu.org>
4258
4259 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4260 filed name if it's not there.
4261
4262 2000-09-12 Dave Love <fx@gnu.org>
4263
4264 * simple.el (read-mail-command): Doc fix.
4265 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4266
4267 * vc.el (vc-dired-listing-switches): Fix :version.
4268
4269 * vc-hooks.el: Doc fixes.
4270
4271 * subr.el (add-minor-mode): Use toggle-fun arg.
4272
4273 * speedbar.el: Add :version to several defcustoms.
4274
4275 * imenu.el (imenu--truncate-items, imenu--cleanup)
4276 (imenu--generic-function): Avoid mapcar.
4277 (imenu--replace-spaces): Function removed.
4278 (imenu--completion-buffer): Use subst-char-in-string.
4279 (imenu-add-to-menubar): Use keymap inheritance.
4280
4281 2000-09-12 Miles Bader <miles@gnu.org>
4282
4283 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4284 (diff-mode-map): Bind `diff-test-hunk'.
4285 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4286
4287 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4288
4289 * bytecomp.el (byte-compile-defvar): Undo last change
4290 because it breaks '(make-variable-buffer-local (defvar ...)'
4291 which is used at least in dired.
4292
4293 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4294
4295 * international/quail.el (quail-define-package): Docstring
4296 modified.
4297
4298 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4299
4300 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4301 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4302 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4303 docstring of "chinese-py".
4304
4305 * international/quail.el (quail-translation-docstring): New
4306 variable.
4307 (quail-show-keyboard-layout): Docstring modified.
4308 (quail-select-current): Likewise.
4309 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4310 infinite recursive call.
4311 (quail-help): Check quail-translation-docstring. Format of the
4312 output changed.
4313 (quail-help-insert-keymap-description): Adjusted for the above
4314 change.
4315
4316 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4317
4318 * bytecomp.el (byte-compile-defvar): Only cons onto
4319 current-load-list in top-level forms. Else this leaks a cons cell
4320 every time a defun is called.
4321
4322 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4323
4324 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4325 Now understands non-unified diffs. Some functionality moved into
4326 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4327 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4328 modify anything. Only reposition point in the patched file if the
4329 patch succeeds. Only pop up another window if POPUP is true.
4330 Emit a message describing what happened if successful, and at what
4331 line-offset. Automatically detect reversed hunks and do something
4332 appropriate.
4333 (diff-hunk-text, diff-find-text): New functions.
4334 (diff-filter-lines): Function removed.
4335 (diff-test-hunk): New function.
4336 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4337
4338 2000-09-10 Dave Love <fx@gnu.org>
4339
4340 * textmodes/tildify.el: Minor doc/commentary fixes.
4341 (tildify) <defgroup>: Add :version.
4342
4343 * faces.el (face-x-resources): Make custom type more specific.
4344 (frame-background-mode): Use mapc.
4345 (region) <defcustom>: Add :version.
4346
4347 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * vc-sccs.el (vc-sccs-register):
4350 * vc-rcs.el (vc-rcs-register):
4351 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4352 * vc.el (vc-register): Clear file's properties.
4353
4354 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4355
4356 * faces.el (face-spec-set): Only face-spec-reset-face when
4357 ATTRS is non-nil.
4358
4359 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4360
4361 * help.el (help-insert-xref-button): Fix a typo in doc string.
4362
4363 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4366 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4367 methods.
4368
4369 * menu-bar.el (read-mail-item-name): New function.
4370 (menu-bar-tools-menu): Use it to compute and display the package
4371 used to read email.
4372 (menu-bar-tools-menu): Fix typo in GUD's help string.
4373
4374 2000-09-07 Dave Love <fx@gnu.org>
4375
4376 * diff-mode.el (diff-mouse-goto-source): New function.
4377
4378 * vc-sccs.el: Doc fixes.
4379 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4380
4381 * vc-rcs.el: Doc fixes.
4382 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4383 (vc-rcs-checkout-switches, vc-rcs-header)
4384 (vc-rcs-master-templates): Add or change :version.
4385
4386 * vc-cvs.el: Doc fixes.
4387 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4388 (vc-cvs-stay-local): Add :version.
4389
4390 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4391
4392 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4393
4394 * international/quail.el (quail-help): Fix previous change.
4395
4396 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4397
4398 * faces.el (color-values): Doc fix.
4399
4400 * faces.el (frame-set-background-mode): Use frame-parameter
4401 instead of frame-parameters.
4402
4403 * frame.el (filtered-frame-list): Reduce consing.
4404 (frames-on-display-list): Call frame-parameter instead of
4405 frame-parameters.
4406
4407 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4408
4409 * language/devan-util.el (devanagari-to-indian-region): In the
4410 loop, change the following char, not preceding char.
4411
4412 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4413
4414 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4415 instead of frame-parameters.
4416
4417 * faces.el (set-face-attribute): Simplify by calling
4418 internal-set-lisp-face-attribute with FRAME being 0.
4419
4420 * vc.el: Remove `Id' version control keyword.
4421
4422 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4423
4424 * help.el (help-make-xrefs): Adjusted for the change of
4425 help-xref-mule-regexp.
4426 (help-insert-xref-button): New function.
4427
4428 * international/mule-cmds.el (help-xref-mule-regexp-template):
4429 Include the pattern for character set.
4430 (leim): New group.
4431
4432 * international/quail.el: Don't require face.
4433 (quail): New group.
4434 (quail-other-command): Dummy command to make quail-help work better.
4435 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4436 (quail-keyboard-layout-substitution): New variable.
4437 (quail-update-keyboard-layout): New function.
4438 (quail-keyboard-layout-type): New customizable variable.
4439 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4440 (quail-keyboard-translate): Pay attention to
4441 quail-keyboard-layout-substitution.
4442 (quail-insert-kbd-layout): New function.
4443 (quail-show-keyboard-layout): New function.
4444 (quail-get-translation): If the definition is a vector of length
4445 1, and the element is a string of length 1, return the character
4446 in that string.
4447 (quail-update-current-translations): Fix the case of
4448 relative-index out of range.
4449 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4450 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4451 Show key sequences for all available characters.
4452 (quail-help-insert-keymap-description): Don't show such verbose
4453 key bindings as quail-self-insert-command.
4454
4455 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4456 Format changed, and each element now have extra documentations.
4457 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4458 Adjusted for the change of quail-cxterm-package-ext-info.
4459
4460 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4461
4462 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4463 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4464 during bootstrap.
4465
4466 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4467
4468 * vc.el: (toplevel): Don't require `dired' at run-time.
4469 (vc-dired-resynch-file): Remove autoload cookie.
4470
4471 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4472
4473 * vc.el: Made several backend functions optional.
4474 (vc-default-responsible-p): New function.
4475 (vc-merge): Use RET for first version to trigger merge-news, not
4476 prefix arg.
4477 (vc-annotate): Handle backends that do not support annotation.
4478 (vc-default-merge-news): Removed. The existence of a merge-news
4479 implementation is now checked on caller sites.
4480
4481 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4482 case.
4483
4484 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4485 special case that has been removed from the default in vc-hooks.el.
4486
4487 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4490
4491 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4492
4493 * vc-hooks.el: Require vc during compilation.
4494 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4495 macro `with-vc-properties' in vc.el.
4496 (vc-file-getprop): Doc fix.
4497 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4498
4499 * vc.el: Require dired-aux during compilation.
4500 (vc-name-assoc-file): Moved to vc-sccs.el.
4501 (with-vc-properties): New macro.
4502 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4503 vc-finish-steal): Use it.
4504 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4505 to the backend-specific function is now supposed to do the checkout,
4506 too.
4507 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4508
4509 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4510 set file properties; that gets done in the generic code now.
4511
4512 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4513 Changed parameter list, added code from vc.el that does the
4514 checkout, possibly with a double-take.
4515
4516 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4517 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4518 the above under the new name.
4519 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4520 parameter list, added checkout command.
4521 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4522 properties; that gets done in the generic code now.
4523
4524 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4525
4526 * vc.el: Docstring fixes (courtesy of checkdoc).
4527
4528 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4529
4530 * vc.el (vc-checkout-writable-buffer-hook)
4531 (vc-checkout-writable-buffer): Remove.
4532 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4533 (vc-log-mode): Make it into a clean derived major mode.
4534 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4535 vc-log-mode if log-edit is not available.
4536 (vc-dired-mode-map): Don't set-keymap-parent yet.
4537 (vc-dired-mode): Do set-keymap-parent here.
4538 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4539
4540 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4541
4542 * faces.el (set-face-attribute, face-spec-reset-face)
4543 (face-spec-set): Avoid consing by removing calls to `apply'.
4544
4545 * frame.el (frame-parameter): Move to C code.
4546
4547 2000-09-05 Dave Love <fx@gnu.org>
4548
4549 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4550 insert-before-markers-and-inherit. Now checked systematically!
4551
4552 2000-09-05 Alex Schroeder <alex@gnu.org>
4553
4554 * sql.el (sql-postgres): Use sql-postgres-options.
4555 (sql-postgres-options): New variable.
4556
4557 2000-09-05 Alex Schroeder <alex@gnu.org>
4558
4559 * sql.el (sql-mode-menu): Work around missing variable mark-active
4560 in XEmacs.
4561 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4562 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4563 compatibility.
4564
4565 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4566
4567 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4568
4569 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4570
4571 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4572
4573 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4574
4575 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4576 don't support anything else under SCCS yet.
4577
4578 * vc-hooks.el: Minor doc fixes.
4579
4580 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4581
4582 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4583 not necessary. If verbose in state `needs-patch', do the same as
4584 under `up-to-date'. When NOT verbose and `needs-patch', check out
4585 latest version instead of `merge-news'.
4586 (vc-next-action-dired): Don't mess with default-directory here; it
4587 breaks other parts of dired. It is the job of the
4588 backend-specific functions to adjust it temporarily if they need it.
4589 (vc-next-action): Remove a special CVS case.
4590 (vc-clear-headers): New optional arg FILE.
4591 (vc-checkin, vc-checkout): Set properties vc-state and
4592 vc-checkout-time properly.
4593 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4594 (vc-print-log): Use new backend function `show-log-entry'.
4595 (vc-cancel-version): Do the checks in a different order. Added a
4596 FIXME concerning RCS-only code.
4597
4598 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4599 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4600
4601 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4602
4603 * vc-hooks.el (vc-default-mode-line-string): Show state
4604 `needs-patch' as a `-' too.
4605
4606 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4607
4608 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4609 (vc-default-could-register): New function.
4610 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4611 (vc-resynch-buffer): Call vc-dired-resynch-file.
4612 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4613 vc-resynch-buffer instead of vc-resynch-window.
4614 (vc-next-action-dired): Don't redisplay here, that gets done as a
4615 result of the individual file operations.
4616 (vc-retrieve-snapshot): Corrected prompt order.
4617
4618 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4619
4620 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4621 as well.
4622 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4623 hostname regexps. Updated all callers.
4624 (vc-cvs-responsible-p): Handle directories as well.
4625 (vc-cvs-could-register): New function.
4626 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4627 properties up-to-date.
4628
4629 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4630 user whether to create one.
4631
4632 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4633
4634 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4635 check out a non-existing file.
4636
4637 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4638 workfile does not exist.
4639
4640 * vc.el (vc-version-diff): Use `require' to check for existence of
4641 diff-mode.
4642
4643 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4644
4645 * vc-cvs.el (vc-cvs-registered): Use new function
4646 vc-cvs-parse-entry to do the actual work.
4647
4648 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4649
4650 * vc-hooks.el (vc-find-backend-function): If function doesn't
4651 exist, return nil instead of error.
4652 (vc-call-backend): Doc fix.
4653
4654 * vc.el (vc-do-command): Doc fix.
4655 (vc-finish-logentry): When checking in from vc-dired, choose the
4656 right backend for logentry check.
4657 (vc-dired-mode-map): Inherit from dired-mode-map.
4658 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4659 simplified.
4660 (vc-dired-state-info): Removed, updated caller.
4661 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4662 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4663 (vc-dired-listing-switches): New variable.
4664 (vc-directory): Use it, instead of dired-listing-switches.
4665
4666 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4667 (vc-cvs-dir-state): New function.
4668 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4669 (vc-cvs-parse-entry): New function, also to be used in
4670 vc-cvs-registered.
4671
4672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4675 *or* single-window-frames.
4676
4677 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4678
4679 * vc.el (vc-update-changelog): Split into generic part and default
4680 implementation. Doc string adapted.
4681 (vc-default-update-changelog): New function. Call the `rcs2log'
4682 script in exec-directory, to fix a long-standing nuisance.
4683
4684 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4685 simply signals an error.
4686
4687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4688
4689 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4690 control-flow more clear and to avoid running `cvs' twice.
4691
4692 * vc.el (vc-next-action-on-file): Doc fix.
4693 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4694 (vc-print-log): Eval `file' before constructing the continuation.
4695
4696 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4697
4698 * vc.el (vc-next-action-on-file): Corrected several messages.
4699 (vc-merge): Add prefix arg `merge-news'; handle it.
4700
4701 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4702 is not reached. It is.
4703 (vc-cvs-merge): Set state to 'edited after merge.
4704 (vc-cvs-merge-news): Set workfile version to nil if not known.
4705 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4706
4707 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4708 via stdout. (Merge from main line.)
4709
4710 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4711
4712 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4713 detection.
4714
4715 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4716
4717 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4718 against kill-all-local-variables.
4719 (vc-log-edit): Don't save vc-parent-buffer any more.
4720 (vc-last-comment-match): Initialize to an empty string.
4721 (vc-post-command-functions): New hook.
4722 (vc-do-command): Run it.
4723 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4724 (vc-finish-logentry): Only add the comment to the ring if it's
4725 different from the last comment entered.
4726 (vc-new-comment-index): New function.
4727 (vc-previous-comment): Use it. Make the minibuffer message
4728 slightly less terse.
4729 (vc-comment-search-reverse): Make it work forward as well. Don't
4730 set vc-comment-ring-index if no match is found. Use
4731 vc-new-comment-index.
4732 (vc-comment-search-forward): Use vc-comment-search-reverse.
4733 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4734 define-derived-mode will do it for us. Bind `v' to a keymap that
4735 inherits from vc-prefix-map so that we can bind `vt' without
4736 binding C-x v t.
4737 (vc-retrieve-snapshot): Parenthesis typo.
4738
4739 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4740 to 1. Make sure to switch to *vc* before looking for an error
4741 message. Use vc-parse-buffer.
4742
4743 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4744
4745 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4746 and NAME.
4747 (vc-retrieve-snapshot): Split into two parts.
4748 (vc-default-retrieve-snapshot): New function.
4749
4750 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4751 (vc-cvs-retrieve-snapshot): New function (untested).
4752 (vc-cvs-stay-local): Default to t.
4753 (vc-cvs-remote-p): New function and property.
4754 (vc-cvs-state): Stay local only if the above is t.
4755 (vc-handle-cvs): Removed.
4756 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4757 done via vc-handled-backends now.
4758 (vc-cvs-header): Escape Id.
4759
4760 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4761
4762 * vc.el (vc-do-command): Remove unused commands.
4763 (vc-version-diff): Make sure default-directory ends with a slash.
4764 Move the window commands into a vc-exec-after.
4765 (vc-print-log): Move more of the code into the `vc-exec-after'.
4766
4767 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4768
4769 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4770 (vc-print-log): Search current revision from beginning of buffer.
4771 (vc-revert-buffer): Clear echo area after the diff is finished.
4772 (vc-prefix-map): Removed definition of "t" for terse display in vc
4773 dired.
4774 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4775 definition of "vt" for terse display.
4776 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4777
4778 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4779
4780 * vc.el (vc-exec-after): Avoid caddr.
4781
4782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4783
4784 * vc.el (vc-exec-after): New function.
4785 (vc-do-command): Use it to add a termination message for async
4786 procs.
4787 (vc-checkout): Try to handle a missing-backend situation.
4788 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4789 of a directory with a backend using async diffs.
4790 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4791 present.
4792
4793 * vc-sccs.el (vc-sccs-state-heuristic): Use
4794 file-ownership-preserved-p.
4795
4796 * vc-rcs.el (vc-rcs-state-heuristic): Use
4797 file-ownership-preserved-p.
4798 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4799
4800 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4801
4802 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4803 vc-do-command.
4804
4805 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4806 when there are no changes.
4807
4808 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4809
4810 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4811
4812 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4813
4814 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4815
4816 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4817
4818 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4819 the `fset' outside of the defvar so that it works even if
4820 vc-prefix-map was already defined.
4821 (vc-setup-buffer): New function, split out of vc-do-command.
4822 (vc-do-command): Allow BUFFER to be t to mean `just use the
4823 current buffer without any fuss'.
4824 (vc-version-diff): Change the `diff' backend operation to just put
4825 the diff in the current buffer without erasing it. Always use
4826 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4827 shrink-window-if-larger-than-buffer.
4828 (vc-print-log): Change the `print-log' backend operation to just
4829 put the log in the current buffer without erasing it. Protect
4830 shrink-window-if-larger-than-buffer.
4831 (vc-update-change-log): Fix setd typo.
4832
4833 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4834 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4835
4836 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4837 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4838 CMP.
4839
4840 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4841 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4842 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4843
4844 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4845
4846 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4847 not possible, use vc-BACKEND-workfile-unchanged-p.
4848 (vc-default-workfile-unchanged-p): New function. Delegates to a
4849 full vc-BACKEND-diff.
4850
4851 * vc-hooks.el (vc-simple-command): Removed.
4852
4853 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4854 instead of vc-simple-command.
4855 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4856 avoid doing a diff when opening a file.
4857 (vc-rcs-state): Added check for unlocked-changes.
4858 (vc-rcs-header): Escape Id.
4859 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4860 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4861 version.
4862
4863 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4864 (vc-sccs-diff): Remove optional arg CMP.
4865 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4866 SCCS-specific function.
4867
4868 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4869 vc-simple-command.
4870
4871 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4872
4873 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4874 (with-vc-file, vc-merge): Use vc-editable-p.
4875 (vc-do-command): Remove unused var vc-file and fix the
4876 doubly-defined `status' var. Add a user message when starting an
4877 async command.
4878 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4879 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4880 Use with-current-buffer.
4881 (vc-buffer-sync): Use unless.
4882 (vc-next-action-on-file): If the file is 'edited by read-only,
4883 make it read-write instead of trying to commit.
4884 (vc-version-diff, vc-update-change-log): Use `setq
4885 default-directory' rather than `cd'.
4886 (vc-log-edit): Don't forget to set default-directory in the
4887 buffer.
4888
4889 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4890 (vc-sccs-state-heuristic): Use file-writable-p instead of
4891 comparing userids.
4892 (vc-sccs-checkout): Use `unless'.
4893
4894 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4895 of comparing userids.
4896 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4897 Simplify the logic by eliminating unreachable code.
4898 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4899 just do a recursive call if we need to retry.
4900 (vc-rcs-checkout): Handle the case where rcs is missing by making
4901 the buffer read-write if requested and re-signalling the error.
4902
4903 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4904
4905 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4906
4907 * vc-hooks.el (vc-handled-backends): Docstring change.
4908 (vc-ignore-vc-files): Mark obsolete.
4909 (vc-registered): Check vc-ignore-vc-files.
4910 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4911 vc-ignore-vc-files.
4912
4913 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4914
4915 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4916
4917 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4918 files since ange-ftp already has vc-registered return nil.
4919
4920 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4921 (vc-sccs-workfile-version): Use with-temp-buffer and new
4922 vc-parse-buffer and don't bother setting the property.
4923 (vc-sccs-add-triple): Use with-current-buffer and
4924 find-file-noselect.
4925 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4926
4927 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4928 derives from the old vc-parse-buffer but uses the revision number
4929 rather than the date (much easier to compare robustly).
4930 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4931 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4932 locking-user more directly. Check strict locking and set
4933 checkout-model appropriately.
4934 (vc-rcs-parse-locks): Remove.
4935 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4936 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4937 (vc-rcs-system-release): Use with-current-buffer and
4938 vc-parse-buffer.
4939 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4940
4941 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4942 (vc-simple-command): Docstring fix.
4943 (vc-registered): Align the way the file-handler is called with the
4944 way the function itself works.
4945 (vc-file-owner): Remove.
4946
4947 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4948 extraction of fields and call to file-attributes because of a
4949 temporary bug in rcp.el.
4950 (vc-cvs-fetch-status): Use with-current-buffer.
4951
4952 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4953
4954 * vc.el (vc-do-command): Use file-relative-name.
4955 (vc-responsible-backend): Use vc-backend if possible.
4956 (vc-create-snapshot): Improve the `interactive' spec. Add support
4957 for branches and dispatch to backend-specific `create-snapshot'.
4958 (vc-default-create-snapshot): New function, containing the bulk of
4959 the old vc-create-snapshot.
4960 (vc-retrieve-snapshot): Improve the interactive spec.
4961
4962 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4963 (vc-backend-hook-functions): Remove.
4964 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4965 (vc-backend): Reintroduce the test for `file = nil' now that I
4966 know why it was there (and added a comment to better remember).
4967
4968 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4969 code from vc-sccs-hooks.el.
4970 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4971 'vc anymore.
4972 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4973 and file-directory-p instead of file-exists-p.
4974 (vc-sccs-check-headers): Simplify the regexp.
4975
4976 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4977 from vc-rcs-hooks.el. Don't require 'vc anymore.
4978 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4979 file-directory-p instead of file-exists-p.
4980
4981 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4982 from vc-cvs-hooks.el.
4983 (proto vc-cvs-registered): Require 'vc-cvs instead of
4984 'vc-cvs-hooks. Don't require 'vc anymore.
4985 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4986 file-directory-p instead of file-exists-p.
4987 (vc-cvs-create-snapshot): New function, replacing
4988 vc-cvs-assign-name.
4989 (vc-cvs-assign-name): Remove.
4990
4991 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4992
4993 * vc-cvs.el (vc-cvs-header): New var.
4994
4995 * vc-rcs.el (vc-rcs-exists): Remove.
4996 (vc-rcs-header): New var.
4997
4998 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4999 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5000 (vc-sccs-header): New var.
5001
5002 * vc.el (vc-do-command): Get rid of the `last' argument.
5003 (vc-header-alist): Remove, replaced by vc-X-header.
5004 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5005 (vc-dired-hook): Use expand-file-name instead of concat.
5006 (vc-directory): Use file-name-as-directory.
5007 (vc-snapshot-precondition, vc-create-snapshot)
5008 (vc-retrieve-snapshot): Allow the command to operate on any
5009 directory.
5010
5011 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5012 just removing the 'WORKFILE argument or by removing the 'MASTER
5013 argument and replacing `file' with (vc-name file).
5014
5015 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * vc.el: Update Copyright and add a crude list of backend funs.
5018 (vc-writable-p): New function.
5019 (with-vc-file): Use vc-writable-p.
5020 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5021 (vc-register): Avoid vc-name.
5022 (vc-locking-user): Remove.
5023 (vc-steal-lock): Make the `owner' arg non-optional.
5024 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5025 vc-checkout-model.
5026 (vc-default-dired-state-info): Use vc-state instead of
5027 vc-locking-user and return special strings for special states.
5028 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5029 and get rid of one of the special CVS cases.
5030 (vc-cancel-version): prettify error message with \\[...].
5031 (vc-rename-master): New function.
5032 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5033 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5034 the CVS special case generic.
5035 (vc-default-record-rename): Remove.
5036 (vc-file-tree-walk-internal): Only call FUNC for files that are
5037 under control of some VC backend and replace `concat' with
5038 expand-file-name.
5039 (vc-file-tree-walk): Update docstring.
5040 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5041 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5042
5043 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5044 vc-sccs-record-rename. Use `find-file-noselect' rather than
5045 `find-file' and call `vc-rename-master' to do the actual move.
5046 (vc-sccs-diff): Remove unused `backend' variable.
5047
5048 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5049 to delay loading of vc-sccs until it is really used.
5050 (vc-sccs-master-templates): Preload.
5051 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5052 (vc-sccs-project-dir): Remove (merged into
5053 vc-sccs-search-project-dir).
5054 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5055 rather than `concat', make sure it is preloaded and don't bother
5056 to check that the file actually exists.
5057 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5058 `locks' argument (use buffer's content instead) and eliminate n^2
5059 behavior.
5060
5061 * vc-rcs.el: Update Copyright.
5062 (vc-rcs-rename-file): New function.
5063 (vc-rcs-diff): Remove unused `backend' variable.
5064
5065 * vc-hooks.el: Update Copyright.
5066 (vc-backend): Don't accept a nil argument any more.
5067 (vc-up-to-date-p): Turn into a defsubst.
5068 (vc-possible-master): New function.
5069 (vc-check-master-templates): Use `vc-possible-master' and allow
5070 funs in vc-X-master-templates to return a non-existent file.
5071
5072 * vc-cvs.el: Update Copyright.
5073 (vc-cvs-diff): Remove unused `backend' variable.
5074 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5075
5076 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5077
5078 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5079
5080 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5081 since it can be called from vc-rcs.el.
5082 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5083
5084 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5085
5086 * vc.el (vc-version-diff): Expand file name read from the
5087 minibuffer. Handle the case when a previous version number can't
5088 be guessed. Give suitable messages when there were no differences
5089 found.
5090 (vc-clear-headers): Call backend-specific implementation, if one
5091 exists.
5092 (vc-cancel-version): Made error checks generic. When done, clear
5093 headers generically, too.
5094
5095 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5096 from vc-clear-headers in vc.el.
5097
5098 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5099 correctly.
5100 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5101 optional. Handle the case when it's not there.
5102
5103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5104
5105 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5106
5107 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * vc-hooks.el (vc-loadup): Remove.
5110 (vc-find-backend-function): Use `require'. Also, handle the case
5111 where vc-BACKEND-hooks.el doesn't exist.
5112 (vc-call-backend): Cleanup.
5113
5114 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5115
5116 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5117 vc-rcs-grab-templates)
5118 (vc-rcs-registered): Remove. The default function works as well.
5119 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5120 vc-sccs-grab-templates)
5121 (vc-sccs-registered): Remove. The default function works as well.
5122
5123 * vc.el (vc-version-diff): Left out a vc- in call to
5124 vc-call-backend.
5125 (vc-default-dired-state-info, vc-default-record-rename)
5126 (vc-default-merge-news): Update for the new backend argument.
5127
5128 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5129 using the default function.
5130 (vc-call-backend): If calling the default function, pass it the
5131 backend as first argument. Update the docstring accordingly.
5132 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5133 for the new backend argument.
5134 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5135 (vc-find-backend-function): Use the new name.
5136 (vc-default-registered): New function.
5137
5138 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5139
5140 * vc.el (vc-merge): Use vc-find-backend-function.
5141
5142 * vc-hooks.el (vc-backend-functions): Remove.
5143 (vc-loadup): Don't setup 'vc-functions.
5144 (vc-find-backend-function): New function.
5145 (vc-call-backend): Use above fun and populate 'vc-functions
5146 lazily.
5147 (vc-backend-defines): Remove.
5148
5149 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5152 Call vc-call-backend without the leading vc-.
5153 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5154 (vc-check-headers): Call vc-call-backend without the leading vc-.
5155 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5156 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5157 Call vc-call-backend without the leading vc-.
5158
5159 * vc-cvs.el (tail): Provide vc-cvs.
5160 * vc-sccs.el (tail): Provide vc-sccs.
5161 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5162
5163 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5164 (vc-make-backend-function, vc-call): Pass names without leading
5165 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5166 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5167 (vc-call-backend): Always try to load vc-X-hooks.
5168 (vc-registered): Remove vc- in call to vc-call-backend.
5169
5170 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5171
5172 * vc.el (vc-process-filter): New function.
5173 (vc-do-command): Setup `vc-process-filter' for the async process.
5174 (vc-maybe-resolve-conflicts): New function to reduce
5175 code-duplication. Additionally, it puts the buffer in
5176 `smerge-mode' if applicable.
5177 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5178 calling `merge-news'.
5179 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5180 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5181 interfacing to log-edit.el.
5182 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5183 log-edit is available.
5184 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5185
5186 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5187
5188 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5189 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5190 defvar and the initialization.
5191 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5192
5193 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5194 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5195
5196 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5197
5198 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5199
5200 * vc.el (vc-file-clear-masterprops): Removed.
5201 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5202 (vc-version-diff): Use buffer-size without argument.
5203 (vc-register): Heed vc-initial-comment.
5204
5205 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5206 default branch.
5207
5208 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5209 file name and workfile version.
5210 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5211
5212 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5213 vc-file-clear-masterprops.
5214
5215 * vc-sccs.el (vc-sccs-checkout): Removed call to
5216 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5217 rather than user login name.
5218
5219
5220 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5221
5222 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5223 `want-differences-if-changed' and simplify.
5224 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5225 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5226 output (which is invalid for async vc-diff) to decide whether to
5227 do the revert silently or not.
5228
5229 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5230
5231 * vc-hooks.el (vc-loadup): Load files quietly.
5232 (vc-call-backend): Oops, brain fart.
5233
5234 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5235
5236 * vc-cvs.el (vc-cvs-state): Typo.
5237 (vc-cvs-merge-news): Return the status code rather than the error msg.
5238
5239 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5240
5241 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5242 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5243 vc-state or vc-up-to-date-p.
5244 (vc-merge): Use vc-backend-defines to check whether merging is
5245 possible. Set state to 'edited after successful merge.
5246
5247 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5248 return that name. Redocumented.
5249
5250 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5253 new `vc-state' semantics.
5254 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5255 'vc-locking-user to the current user.
5256 (vc-merge): Inline vc-backend-merge. Comment out code that I
5257 don't understand and hence can't adapt to the new `vc-state' and
5258 `vc-locking-user' semantics.
5259 (vc-backend-merge): Remove.
5260
5261 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5262 rather than 'vc-locking-user.
5263
5264 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5265
5266 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5267 (vc-state): Don't use 'reserved any more. Just use the same
5268 convention as the one used for vc-<backend>-state where the
5269 locking user (as a string) is returned.
5270 (vc-locking-user): Update, based on the above convention. The
5271 'vc-locking-user property has disappeared.
5272 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5273
5274 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5275 with a heuristic one.
5276 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5277 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5278 error. That allows us to get to 'needs-merge even in the
5279 stay-local case. There's still no way to detect 'needs-patch in
5280 such a setup (or to force an update for that matter).
5281 (vc-cvs-logentry-check): Remove, the default works as well.
5282
5283 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5284
5285 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5286
5287 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5288 major-mode in which the buffer might have been put earlier. Use
5289 `remove' and `when'. Allow `okstatus' to be `async' and use
5290 `start-process' in this case.
5291 (vc-version-diff): Handle the case where the diff looks empty
5292 because of the use of an async process.
5293
5294 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5295
5296 * vc.el (vc-next-action-on-file): Removed optional parameter
5297 `simple'. Recompute state unconditionally.
5298 (vc-default-toggle-read-only): Removed.
5299
5300 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5301 (vc-toggle-read-only): Undid prev change.
5302
5303 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5304 vc-cvs-simple-toggle. Redocumented.
5305 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5306 (vc-cvs-toggle-read-only): Removed.
5307
5308 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5309
5310 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5311 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5312 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5313 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5314 still is. So maybe it should be removed.
5315 (vc-head-version, vc-find-binary): Remove.
5316 (vc-recompute-state): Move from vc-hooks.el.
5317 (vc-next-action-on-file): Add a `simple' argument to allow
5318 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5319 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5320 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5321 (vc-dired-mode-map): Properly defvar it.
5322 (vc-print-log): Call log-view-mode if available.
5323 (small-temporary-file-directory): defvar instead of use boundp.
5324 (vc-merge-news): Moved to vc-cvs.el.
5325 (vc-default-merge-news): New function.
5326
5327 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5328 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5329 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5330 unknown `vc-latest-version' function. It should probably refer to
5331 vc-workfile-version or somesuch, but it's very unclear to me and I
5332 don't have SCCS to test things.
5333
5334 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5335 (vc-sccs-state-heuristic): Fix typo.
5336 (vc-sccs-workfile-unchanged-p): Add missing argument.
5337
5338 * vc-rcs.el: Require vc and vc-rcs-hooks.
5339 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5340 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5341 (vc-release-greater-or-equal-p): Move from vc.
5342 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5343 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5344 (vc-rcs-checkout): Add a missing `new-version' argument in the
5345 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5346
5347 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5348 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5349 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5350 than the apparently unbound `workfile-version'.
5351
5352 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5353 (vc-file-prop-obarray): Use `make-vector'.
5354 (vc-backend-functions): Add new hookable functions
5355 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5356 (vc-loadup): If neither backend nor default functions exist, use
5357 the backend function rather than nil.
5358 (vc-call-backend): If the function if not bound yet, try to load
5359 the non-hook file to see if it provides it.
5360 (vc-call): New macro plus use it wherever possible.
5361 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5362 nor `vc-find-binary' since it's only called from
5363 vc-mistrust-permission which is only used once the backend is known.
5364 (vc-checkout-model): Fix parenthesis.
5365 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5366
5367 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5368 (vc-cvs-release, vc-cvs-system-release): Remove.
5369 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5370 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5371 status symbols.
5372 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5373 (vc-cvs-toggle-read-only): First cut at a function to allow a
5374 cvs-status-free vc-toggle-read-only.
5375 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5376 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5377 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5378 (vc-cvs-checkout): Modify access rights directly if the user
5379 requested not to use `cvs edit'. And refresh the mode line.
5380
5381 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5382 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5383
5384 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5385
5386 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5387 workfile' that got lost when the code was extracted from vc.el.
5388 And merged the tail with the rest of the code (not possible in the
5389 old vc.el where the tail was shared among all backends). And
5390 explicitly set the state to 'edited if `writable' is set.
5391
5392 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5393 (vc-cvs-state): Be careful to return the value from
5394 vc-cvs-parse-state.
5395 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5396 property but return it instead. Also be careful to handle a nil
5397 or "" `rev' when workfile is non-nil (it was handled properly when
5398 workfile was nil).
5399
5400 * vc.el: Removed those pesky unnecessary `(function' quotes.
5401 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5402 directly in the defvar.
5403 (vc-do-command): Bind inhibit-read-only so as to properly handle
5404 the case where the destination buffer has been made read-only.
5405 (vc-diff): Delegate to vc-version-diff in all cases.
5406 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5407 (vc-annotate-mode-variables): Removed (code moved partly to
5408 defvars and partly to vc-annotate-add-menu).
5409 (vc-annotate-mode): Turned into a derived-mode.
5410 (vc-annotate-add-menu): Moved in code in
5411 vc-annotate-mode-variables.
5412 (vc-update-change-log): Use make-temp-file if available.
5413
5414 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5415
5416 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5417 `vc-checkout-model' updated to `vc-cvs-update-model'.
5418
5419 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5420
5421 * vc.el (vc-next-action-on-file): Added handling of state
5422 `unlocked-changes'.
5423 (vc-checkout-carefully): Is now practically obsolete, unless the
5424 above is too slow to be enabled unconditionally.
5425 (vc-update-change-log): Fixed typo.
5426
5427 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5428
5429 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5430 Now handles state `unlocked-changes'.
5431 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5432
5433 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5434
5435 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5436 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5437 `unlocked-changes'.
5438 (vc-rcs-workfile-unchanged-p): Renamed from
5439 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5440 function yet, but supposed to become one soon.
5441
5442 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5443 `vc-steal-lock'.
5444 (vc-call-backend): Changed error message.
5445 (vc-state): Added description of state `unlocked-changes'.
5446
5447 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5448
5449 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5450 always return t in CVS-controlled directories.
5451
5452 * vc.el (vc-responsible-backend): New function.
5453 (vc-register): Largely rewritten.
5454 (vc-admin): Removed (implementation moved into vc-register).
5455 (vc-checkin): Redocumented.
5456 (vc-finish-logentry): If no backend defined yet (because we are in
5457 the process of registering), use the responsible backend.
5458
5459 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5460 Updated function lists.
5461 (vc-call-backend): Fixed typo.
5462
5463 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5464 New functions.
5465 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5466 Removed query option. Redocumented.
5467
5468 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5469
5470 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5471
5472 * vc.el: Updated callers of `vc-checkout-required' to use
5473 `vc-checkout-model'.
5474
5475 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5476
5477 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5478 stuff updated to reference this function instead of the old
5479 `vc-backend-release-p'.
5480
5481 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5482
5483 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5484 vc-checkout-model. Return appropriate values. Updated callers.
5485
5486 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5487
5488 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5489 (vc-backend-revert): Function moved into `vc-revert';
5490 `vc-next-action' must be updated to accomodate this change.
5491 (vc-backend-steal): Function moved into `vc-finish-steal'.
5492 (vc-backend-logentry-check): Function moved into
5493 `vc-finish-logentry'.
5494 (vc-backend-printlog): Function moved into `vc-print-log'.
5495 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5496 (vc-backend-assign-name): Function moved into
5497 `vc-create-snapshot'.
5498
5499 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5500
5501 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5502 Rename to vc-checkout-model. Return appropriate values.
5503 Update callers.
5504
5505 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5506 to vc-checkout-model.
5507 (vc-checkout-required): Rename to vc-checkout-model.
5508 Re-implement and re-comment.
5509 (vc-after-save): Use vc-checkout-model.
5510
5511 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5512
5513 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5514 Update to use the vc-BACKEND-diff functions instead.
5515 `vc-diff' is now working.
5516
5517 * vc-rcs.el (vc-rcs-logentry-check): New function.
5518
5519 * vc-cvs.el (vc-cvs-logentry-check): New function.
5520
5521 * vc-sccs.el (vc-sccs-diff): Function changed name from
5522 `vc-backend-diff'. This makes `vc-diff' work.
5523
5524 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5525 of functions possibly implemented in a vc-BACKEND library.
5526 (vc-checkout-required): Fix bug that caused an error to be
5527 signaled during `vc-after-save'.
5528
5529 * vc.el: Fix typo.
5530 This checkin is made with our new VC code base for the very first time.
5531 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5532
5533 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5534 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5535
5536 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5537 updated to `vc-uses-locking'.
5538 (vc-checkout-required): Call to backend function.
5539 `vc-checkout-required' updated to `vc-uses-locking' instead.
5540
5541 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5542 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5543
5544 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5545 to match the split into various backends.
5546 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5547 (vc-retrieve-snapshot): Bug fix.
5548
5549 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5550
5551 * vc-sccs.el (vc-sccs-release): Doc fix.
5552
5553 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5554
5555 * vc.el (vc-next-action-on-file): Bug found and fixed.
5556 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5557 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5558
5559 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5560 (vc-rcs-checkout): Name space cleaned up. No more revision number
5561 crunching function names that are not prefixed with vc-rcs.
5562 (vc-rcs-checkout-model): Function added. References to
5563 `vc-checkout-model' replaced.
5564
5565 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5566
5567 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5568 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5569 still need to be split, and implemented for RCS).
5570
5571 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5572
5573 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5574
5575 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5576 required by the vc.el file.
5577
5578 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5579 required by the vc.el file.
5580 (vc-rcs-exists): Function added.
5581
5582 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5583 required by the vc.el file.
5584
5585 * vc.el (vc-admin): Updated to handle selection of appropriate
5586 backend. Current implementation is crufty and need re-thinking.
5587
5588 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5589
5590 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5591
5592 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5593 beginning of annotate buffers correctly.
5594
5595 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5596 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5597 functionality updated quite a lot to support multiple backends.
5598 Variables `vc-annotate-mode', `vc-annotate-buffers',
5599 `vc-annotate-backend' added.
5600
5601 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5602 `vc-annotate-difference' added to supported backend functions.
5603
5604 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5605
5606 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5607 Use with-temp-file instead of /bin/sh. Merged from mainline
5608
5609 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5610
5611 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5612
5613 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5614
5615 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5616
5617 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5618
5619 * vc-hooks.el: vc-state-heuristic added to
5620 vc-backend-hook-functions.
5621
5622 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5623
5624 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5625
5626 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5627 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5628 state to `reserved'.
5629
5630 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5631 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5632
5633 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5634
5635 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5636 untouched.
5637
5638 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5639
5640 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5641 if defined. (Merged from main line, slightly adapted.)
5642
5643 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5644 millenium problem (merged from mainline).
5645
5646 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5647
5648 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5649 part and moved the non-BACKEND stuff to vc.el.
5650
5651 * vc.el: Split the annotate feature into a BACKEND specific part
5652 and moved it from the vc-cvs.el file to this one.
5653
5654 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5655
5656 * vc-hooks.el: Implement new state model.
5657 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5658 (vc-locking-user): Simplify. Now only needed if the file is
5659 locked by somebody else.
5660 (vc-lock-from-permissions): Remove. Functionality is in
5661 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5662 (vc-mode-line-string): New name for former vc-status. Adapted.
5663 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5664
5665 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5666 Various simplifications and adaptations all over the place.
5667
5668 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5669 Simplify and adapt the rest.
5670
5671 * vc.el (vc-resynch-window): Add TODO comment: check for
5672 interaction with view mode according to recent RCS change.
5673 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5674
5675 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5676
5677 * vc.el: Convert the remaining function comments to docstrings.
5678
5679 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5680
5681 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5682 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5683 (vc-minor-part, vc-previous-version): Functions that operate and
5684 compare revision numbers got proper documentation. Comments added
5685 about their possible removal.
5686
5687 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5688
5689 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5690 the vc-backend.el files.
5691
5692 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5693
5694 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5695 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5696 (vc-rcs-previous-version): Functions added.
5697
5698 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5699
5700 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5701
5702 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5703
5704 * vc-hooks.el (vc-master-templates): Is really obsolete.
5705 Comment out the definition for now. What is the right procedure
5706 to get rid of it?
5707 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5708 rewritten.
5709 (vc-default-registered): Remove.
5710 (vc-check-master-templates): New function; does mostly what the
5711 above did before.
5712 (vc-locking-user): Don't rely on the backend to set the property.
5713
5714 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5715 Rewrite documentation.
5716 (vc-rcs-templates-grabbed): New variable.
5717 (vc-rcs-grab-templates): New function.
5718 (vc-rcs-registered): Rewrite to use above mechanism.
5719
5720 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5721 Rewrite documentation.
5722 (vc-sccs-templates-grabbed): New variable.
5723 (vc-sccs-grab-templates): New function.
5724 (vc-sccs-registered): Rewrite to use above mechanism.
5725 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5726 Don't throw the result, simply return it.
5727
5728 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5729 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5730 (vc-cvs-registered): Does the check itself now. Simplify.
5731
5732 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5733 from main line.
5734
5735 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5736
5737 * vc-cvs.el (vc-cvs-diff): New function.
5738
5739 * vc-sccs.el (vc-sccs-diff): New function.
5740
5741 * vc-rcs.el (vc-rcs-diff): New function.
5742 (vc-rcs-checkout): Bug (typo) found and fixed.
5743 (vc-rcs-register-switches): New variable.
5744
5745 * vc.el (vc-backend-diff): Function removed and placed in the
5746 backend files.
5747
5748 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5749
5750 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5751
5752 * vc.el (vc-backend-checkout): Function removed and replaced in
5753 the vc-backend.el files.
5754
5755 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5756
5757 * vc.el (vc-backend-admin): Removed and replaced in the
5758 vc-backend.el files.
5759
5760 * vc.el (Martin): Removed all the annotate functionality since it
5761 is CVS backend specific.
5762
5763 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5764
5765 * spec.txt: Added specification of vc-state.
5766
5767 * vc-sccs-hooks.el (vc-sccs-master-properties):
5768 Remove handling of vc-latest-version and
5769 vc-your-latest-version. What used to be vc-latest-version, is now
5770 returned as vc-workfile-version.
5771 (vc-sccs-workfile-version): Adapt.
5772
5773 2000-09-04 Dave Love <fx@gnu.org>
5774
5775 * vc.el: [Merged from mainline.]
5776 (vc-dired-mode): Make the dired-move-to-filename-regexp
5777 regexp match the date, to avoid treating date as file size.
5778 Add YYYY S option to WESTERN/
5779
5780 2000-09-04 Dave Love <fx@gnu.org>
5781
5782 * vc.el: Require `compile' when compiling.
5783 (vc-logentry-check-hook): New option.
5784 (vc-steal-lock): Use compose-mail.
5785 (vc-dired-mode-map): Defvar when compiling.
5786 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5787 vc-sccs.el and renamed. Callers changed.
5788 (vc-backend-checkout, vc-backend-logentry-check)
5789 (vc-backend-merge-news): Doc fix.
5790 (vc-default-logentry-check): New function.
5791 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5792 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5793 (vc-backend-merge): Doc fix. Use backend functions.
5794 (vc-check-headers): Use backend functions.
5795
5796 * vc-cvs.el: Require vc when compiling.
5797 (vc-cvs-register-switches): Doc fix.
5798 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5799 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5800 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5801 New functions (code from vc.el).
5802 (vc-annotate-display-default): Fix interactive spec.
5803 (vc-annotate-time-span): Doc fix.
5804
5805 * vc-rcs.el: Require vc when compiling.
5806 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5807 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5808 (vc-rcs-checkin): New functions (code from vc.el).
5809 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5810 Doc fix.
5811 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5812
5813 * vc-sccs.el: Require vc when compiling.
5814 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5815 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5816 (vc-sccs-revert)
5817 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5818 from vc.el).
5819 (vc-sccs-add-triple, vc-sccs-record-rename)
5820 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5821 (vc-sccs-admin): Doc fix.
5822
5823 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5824
5825 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5826 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5827 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5828 from vc.el.
5829
5830 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5831
5832 * vc-cvs.el: Moved the annotate functionality from vc.el.
5833 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5834
5835 2000-09-04 Dave Love <fx@gnu.org>
5836
5837 * vc.el (vc-backend-release): Call vc-system-release.
5838
5839 * vc-sccs.el (vc-sccs-system-release):
5840 Renamed from vc-sccs-backend-release.
5841
5842 * vc-rcs.el (vc-rcs-system-release):
5843 Renamed from vc-rcs-backend-release.
5844
5845 * vc-cvs.el (vc-cvs-system-release):
5846 Renamed from vc-cvs-backend-release.
5847
5848 2000-09-04 Dave Love <fx@gnu.org>
5849
5850 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5851 backend files.
5852 (vc-backend-release): Dispatch to backend functions.
5853 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5854 probably needs attention.]
5855
5856 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5857 (vc-sccs-backend-release): New function.
5858
5859 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5860 (vc-cvs-backend-release): New function.
5861
5862 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5863 Doc fix.
5864 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5865 (vc-default-dired-state-info): New function.
5866 (vc-dired-state-info): Dispatch to backends.
5867 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5868
5869 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5870 from vc.el and renamed.
5871
5872 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5873
5874 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5875 (vc-version-other-window, vc-backend-assign-name): Removed
5876 references to vc-latest-version; sometimes changed into
5877 vc-workfile-version.
5878
5879 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5880 vc-rcs-master-workfile-version.
5881 (vc-rcs-workfile-version): Use the above. Don't call
5882 vc-latest-version (that was unreachable code, anyway).
5883 (vc-rcs-fetch-master-properties): Doc fix.
5884
5885 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5886 (vc-backend-hook-functions): Removed them from this list, too.
5887 (vc-fetch-properties): Removed.
5888 (vc-workfile-version): Doc fix.
5889
5890 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5891 (vc-rcs-workfile-version, vc-rcs-locking-user)
5892 (vc-rcs-uses-locking): Use it.
5893
5894 * vc-hooks.el (vc-consult-rcs-headers):
5895 Moved into vc-rcs-hooks.el, under the name
5896 vc-rcs-consult-headers.
5897
5898 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5899 headers.
5900 (vc-cvs-find-master): Use this name only; correct different
5901 versions of the name.
5902
5903 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5904 New functions.
5905 (vc-sccs-locking-user): Use the latter.
5906
5907 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5908 New functions.
5909
5910 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5911 Moved into both
5912 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5913 functions are implementation details of those two backends.
5914
5915 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5916
5917 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5918 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5919
5920 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5921 (vc-sccs-parse-locks): SCCS-specific code moved here from
5922 vc-hooks.
5923
5924 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5925 code moved here from vc-hooks.
5926
5927 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5928 into back-end specific parts and removed. Callers not updated
5929 yet; because I guess these callers will disappear into back-end
5930 specific files anyway.
5931
5932 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5933
5934 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5935 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5936 `vc-uses-locking'.
5937
5938 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5939 Store yes/no in the property, and return t/nil. Updated all
5940 callers.
5941
5942 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5943 vc-sccs-uses-locking. Don't set property.
5944 (vc-sccs-locking-user): Don't set property.
5945
5946 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5947 vc-cvs-uses-locking. Don't set property here; leave that to
5948 vc-hooks.
5949 (vc-cvs-locking-user): Reflect above change. Streamlined.
5950
5951 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5952 vc-rcs-uses-locking.
5953 (vc-rcs-locking-user): Reflect above change.
5954
5955 2000-09-04 Dave Love <fx@gnu.org>
5956
5957 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5958
5959 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5960
5961 * vc-hooks.el (vc-checkout-model): Punt to backends.
5962
5963 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5964
5965 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5966
5967 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5968 New functions.
5969
5970 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5971 New functions.
5972
5973 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5974 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5975
5976 * vc-hooks.el (vc-default-locking-user): New function.
5977 (vc-locking-user, vc-workfile-version): Punt to backends.
5978
5979 2000-09-04 Dave Love <fx@gnu.org>
5980
5981 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5982 (vc-master-workfile-version): Moved from vc-hooks.
5983
5984 * vc-rcs-hooks.el: Fix duplicate code in last change.
5985
5986 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5987 (vc-rcs-master-templates): Improve :type.
5988 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5989 vc-master-workfile-version): Moved from vc-hooks.
5990
5991 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5992 (vc-sccs-master-templates): Improve :type.
5993 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5994
5995 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5996
5997 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5998 (vc-cvs-master-templates): Improve :type. Use
5999 vc-cvs-find-cvs-master.
6000 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6001 from vc-hooks.
6002 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6003
6004 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6005 Moved to vc-cvs-hooks.
6006
6007 * vc-hooks.el: Add doc strings in various places. Simplify the
6008 minor mode setup.
6009 (vc-handled-backends): New user variable.
6010 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6011 simplification.
6012
6013 2000-09-04 Dave Love <fx@gnu.org>
6014
6015 * vc.el: Some doc fixes for autoloaded and interactive functions.
6016 Fix compilation warnings from ediff stuff.
6017 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6018
6019 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6020
6021 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6022
6023 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6024
6025 2000-09-04 Dave Love <fx@gnu.org>
6026
6027 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6028 New variable.
6029 (vc-make-backend-function, vc-loadup, vc-call-backend)
6030 (vc-backend-defines): New functions.
6031
6032 * vc-hooks.el: Various doc fixes.
6033 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6034 (vc-match-substring): Function removed. Callers changed to use
6035 match-string.
6036 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6037 Simplify.
6038
6039 2000-09-04 Dave Love <fx@gnu.org>
6040
6041 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6042 type.
6043 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6044 (vc-sccs-registered): Doc fix.
6045
6046 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6047 (vc-cvs-registered): Doc fix.
6048
6049 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6050 (vc-rcs-registered): Doc fix.
6051
6052 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6053
6054 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6055
6056 * vc-hooks.el: vc-registered has been renamed
6057 vc-default-registered. Some functions have been moved to the
6058 backend specific files. they all support the
6059 vc-BACKEND-registered functions.
6060
6061 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6062
6063 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6064
6065 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6066
6067 2000-09-04 Dave Love <fx@gnu.org>
6068
6069 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6070 menu-bar-update-hook.
6071
6072 * help.el (help-manyarg-func-alist): Add
6073 find-operation-coding-system.
6074
6075 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6076
6077 * custom.el (custom-set-variables): Print message about errors in
6078 setting.
6079
6080 2000-09-03 Andrew Innes <andrewi@gnu.org>
6081
6082 * makefile.w32-in: Change to DOS line endings.
6083
6084 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6087 minor-mode keymaps, if they don't have one.
6088
6089 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6090
6091 * eshell/esh-module.el (eval-when-compile): Don't lose if
6092 esh-module.el's file name is truncated to DOS 8+3 limits.
6093
6094 2000-09-01 John Wiegley <johnw@gnu.org>
6095
6096 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6097 predicate, which caused entries in the completion list to be
6098 doubled.
6099
6100 2000-08-30 John Wiegley <johnw@gnu.org>
6101
6102 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6103 sending to subprocesses. Also, hook pre-command-hook if
6104 `eshell-send-direct-to-subprocesses' is non-nil.
6105 (eshell-send-direct-to-subprocesses): New config variable. If t,
6106 subprocess input is send immediately.
6107 (eshell-toggle-direct-send): New function.
6108 (eshell-self-insert-command): New function.
6109 (eshell-intercept-commands): New function.
6110 (eshell-send-input): If direct subprocess sending is enabled,
6111 don't echo any input to the Eshell buffer. Let the subprocess
6112 handle that. This requires "stty echo" in bash, for example.
6113
6114 2000-08-28 John Wiegley <johnw@gnu.org>
6115
6116 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6117 completion function for Eshell's implementation of `unset'.
6118
6119 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * info.el (Info-directory-list): Doc fix.
6122
6123 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6124
6125 * filecache.el (file-cache-add-directory-using-find): Don't quote
6126 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6127
6128 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6129
6130 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6131 coding systems.
6132
6133 2000-08-30 Andrew Innes <andrewi@gnu.org>
6134
6135 * timer.el (run-with-idle-timer): Undo last change, so that timer
6136 is not activated immediately if Emacs is already idle. Some
6137 existing code relies on this behaviour.
6138
6139 2000-08-30 Miles Bader <miles@gnu.org>
6140
6141 * frame.el (set-frame-font): Do completion of font-name for
6142 interactive use.
6143
6144 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6145
6146 * international/quail.el (quail-start-translation): Bind locally
6147 last-command-event, last-command, and this-command.
6148 (quail-start-conversion): Likewise.
6149 (quail-self-insert-command): Fix docstring.
6150
6151 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6152
6153 * progmodes/executable.el
6154 (executable-make-buffer-file-executable-if-script-p): Check that
6155 buffer contains at least 2 characters.
6156
6157 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6158
6159 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6160
6161 2000-08-29 Dave Love <fx@gnu.org>
6162
6163 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6164 (diff-mode-shared-map): Bind mouse-2.
6165 (diff-imenu-generic-expression): New variable.
6166 (diff-mode): Use it.
6167
6168 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6169 (mouse-popup-menubar): Add minor mode menus.
6170 (popup-menu): Check for lookup-key returning number.
6171
6172 2000-08-29 Miles Bader <miles@gnu.org>
6173
6174 * comint.el (comint-send-input): Create overlays using the proper
6175 front/read-advance arguments.
6176
6177 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6178
6179 * ps-print.el: Even/odd pages printing. Doc fix.
6180 (ps-print-version): New version number (6.0).
6181 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6182 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6183 (ps-print-duplex-feature): Variable eliminated.
6184 (ps-even-or-odd-pages): New variable.
6185
6186 * progmodes/ebnf2ps.el: Doc fix.
6187 (ebnf-version): New version (3.3).
6188 (ebnf-user-arrow): Change variable customization to sexp.
6189 (ebnf-user-arrow): Function eliminated.
6190 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6191
6192 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6193
6194 * help.el (help-xref-mule-regexp): New variable.
6195 (help-make-xrefs): Handle help-xref-mule-regexp.
6196
6197 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6198 variable.
6199 (describe-input-method): Temporarily activate the specfied input
6200 method to display the information.
6201 (describe-language-environment): Hyperlinks to mule related items.
6202
6203 * international/mule-diag.el (charset-multibyte-form-string): New
6204 function.
6205 (list-character-sets-1): Use charset-multibyte-form-string.
6206 (describe-character-set): New function.
6207 (describe-coding-system): Hyperlinks to safe character sets.
6208
6209 * international/quail.el (quail-help): New arg PACKAGE.
6210 Hyperlinks to mule related items.
6211 (quail-help-insert-keymap-description): Use
6212 substitute-command-keys instead of describe-bindings.
6213 (quail-translation-help): Hyperlinks to mule related items.
6214
6215 2000-08-28 John Wiegley <johnw@gnu.org>
6216
6217 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6218 have a defsubst call itself. Made `eshell-flatten-list' back into
6219 a function again.
6220
6221 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6222 catch, in case re-centering point at bottom messes up the display.
6223 This happens frequently in Emacs 21, due I believe to variable
6224 line heights.
6225
6226 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6227 to call `find-tag-interactive'.
6228
6229 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6230 the list of remember directories.
6231
6232 2000-08-28 John Wiegley <johnw@gnu.org>
6233
6234 * align.el: Test align-region-separate to see if it's a symbol.
6235
6236 2000-08-28 John Wiegley <johnw@gnu.org>
6237
6238 * eshell/esh-util.el (eshell-flatten-list): Made this function
6239 into a defsubst form. It gets used very frequently, although
6240 calls don't occur all that often.
6241
6242 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6243 examining it.
6244
6245 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6246 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6247 `eshell-protect'.
6248 (eshell-copy-handles): Created a new macro for duplicating the
6249 current set of open handles. This is needed by the looping
6250 functions.
6251 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6252 is not incorrectly stomped on.
6253
6254 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6255 declaration for pcomplete-use-paring.
6256 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6257 value of eshell-cmpl-use-paring.
6258 * pcomplete.el (pcomplete-use-paring): New config variable, to
6259 indicate whether paring should be used.
6260 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6261 completion alternatives that have already been used.
6262
6263 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6264 bound to C-c C-y, which will repeat the previous N arguments
6265 (based on prefix argument).
6266 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6267
6268 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6269 if there is no *Help* buffer. This is for XEmacs, which renames
6270 its help buffers uniquely. TODO: Find out what the current buffer
6271 name to delete is.
6272
6273 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6274 first entry that correlates to a passwd/group number. Later
6275 entries (used for group/user name aliasing to multiple IDs) are
6276 ignored.
6277
6278 * eshell/em-xtra.el (eshell/expr):
6279 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6280 (eshell-grep, eshell/diff, eshell/locate):
6281 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6282 argument list, before passing it to the system command.
6283
6284 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6285 `find-tag' for use at final position in Eshell buffers (which
6286 otherwise triggers an error on Emacs 21).
6287 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6288 buffer, if it is currently bound to `find-tag'.
6289
6290 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6291 in the list of matched Makefile names.
6292 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6293 directory, prefer its contents to Makefile.
6294
6295 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6296 directory parts (like "cd old new", or "cd =regexp"), are now case
6297 sensitive on non-Windows/DOS platforms.
6298
6299 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6300 types RET after an open delimiter (like "), display a message
6301 indicating that Eshell is waiting for the closing delimiter.
6302
6303 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6304 environment variables.
6305
6306 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6307 gracefully if the user enters incorrect arguments.
6308
6309 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6310 Eshell buffers.
6311
6312 * eshell/esh-var.el (eshell-interpolate-variable):
6313 * eshell/esh-mode.el (eshell-move-argument):
6314 * eshell/em-unix.el (eshell-du-sum-directory):
6315 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6316 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6317 (not (= ...)).
6318
6319 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6320 to ensure the `preserve' flag gets propagated when doing recursive
6321 directory copies.
6322
6323 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6324
6325 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6326 Don't convert \n into \0177 in memory.
6327 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6328 and back again, when reading and writing.
6329
6330 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6331
6332 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6333 testing of `fboundp' on `processp'.
6334
6335 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6336 (eshell/jobs): Don't call process-list if it is not bound.
6337 (eshell-gather-process-output): Support systems where async
6338 subprocesses aren't supported.
6339 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6340 variables.
6341
6342 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6343 eshell-do-eval returns t.
6344 (eshell-do-pipelines-synchronously): New defmacro.
6345 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6346 when async subprocesses aren't supported.
6347 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6348 if async subprocesses aren't supported.
6349 (eshell-resume-command): Don't assume STATUS is a string.
6350
6351 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6352
6353 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6354 (eshell-close-target, eshell-get-target): Use eshell-processp.
6355 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6356 fix.
6357 (eshell-get-target, eshell-create-handles): Doc fix.
6358
6359 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6360
6361 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6362 criterion to include commands that output something, as long as it
6363 leaves both the command and the end-of-buffer visible when the
6364 command has exited.
6365 (eshell-review-quick-commands): Adjust the help doc string
6366 accordingly.
6367
6368 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6369
6370 * locate.el (locate): Cleaned up locate command's interactive prompting
6371 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6372
6373 * filecache.el (file-cache-case-fold-search): New variable
6374 (file-cache-assoc-function): New variable
6375 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6376 Use file-cache-case-fold-search variable
6377 (file-cache-add-file): Use file-cache-assoc-function
6378 (file-cache-delete-file): likewise
6379 (file-cache-directory-name): likewise
6380 (file-cache-debug-read-from-minibuffer): likewise
6381
6382 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6383
6384 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6385 (abbrev-table-name): New function.
6386 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6387 If non-nil list local abbrev, only.
6388
6389 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6390
6391 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6392 from Gnus support code, and use special article copy buffer
6393 `(gnus-original-article-buffer)' instead. This allows to get rid
6394 of article-hide-headers usage (which breaks in the latest Gnus
6395 version). Thanks to Detlev Zundel.
6396
6397 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6398
6399 * international/quail.el (quail-use-package): Hide "... loaded"
6400 message.
6401 (quail-start-translation, quail-start-conversion): Likewise.
6402
6403 * international/kkc.el (kkc-region): Hide "... loaded" message.
6404
6405 2000-08-27 Dave Love <fx@gnu.org>
6406
6407 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6408
6409 2000-08-27 Miles Bader <miles@gnu.org>
6410
6411 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6412
6413 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6414
6415 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6416 'ja-dic-cnv), not (require 'skkdic-cnv).
6417
6418 2000-08-26 Miles Bader <miles@gnu.org>
6419
6420 * faces.el (face-x-resources): Add entry for :inherit.
6421 * cus-face.el (custom-face-attributes): Add support for :inherit
6422 attribute. Add support for relative face heights.
6423 (custom-face-attributes-get): Treat `nil' as being a default value
6424 for :inherit (as well as `unspecified').
6425
6426 * faces.el (set-face-attribute): Update doc string.
6427 (face-attribute-name-alist): Add :inherit.
6428 (face-valid-attribute-values): Handle :inherit.
6429 (face-read-string): Rephrase prompt to be less confusing.
6430 Assume that DEFAULT is a string, since we must return a string.
6431 (face-read-integer): Use `format' to turn DEFAULT into an
6432 acceptable default for face-read-string. Match NEW-VALUE against
6433 the string "unspecified", not the symbol `unspecified', since
6434 that's what face-read-string returns.
6435 (read-face-attribute): Lookup a name for old-value in valid, and
6436 use it as a default if we find one. Treat all values from
6437 face-read-string as strings. If the default is used, don't do any
6438 more processing on the value, just use the old value directly.
6439 (read-face-and-attribute, modify-face): Tweak prompt.
6440 (read-face-name): Don't assume prompt ends with a space.
6441
6442 * faces.el (describe-face): Add support for :inherit attribute.
6443
6444 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6445
6446 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6447 concat doesn't accept interger.
6448
6449 * international/kkc.el: Remove SKK from Keywords. Require
6450 ja-dic-utl instead of skkdic-utl.
6451
6452 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6453 Provide ja-dic-cnv instead of skkdic-cnv.
6454 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6455 (iso-2022-7bit-short): Add safe-charsets property.
6456 (skkdic-convert-postfix): Search Japanese chou-on character in
6457 addition to Hiragana character.
6458 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6459 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6460 (batch-skkdic-convert): Likewise.
6461
6462 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6463 Provide ja-dic-utl instead of skkdic-utl.
6464 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6465
6466 2000-08-24 Dave Love <fx@gnu.org>
6467
6468 * disp-table.el (standard-display-default): Make the test of `l'
6469 useful.
6470
6471 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6472 mod sample text.
6473
6474 * international/iso-ascii.el: Make pilcrow convenient string
6475 consistent with section.
6476 (iso-ascii-display): Set up multibyte characters as well as
6477 unibyte.
6478
6479 2000-08-24 Kenichi Handa <handa@etl.go.jp>
6480
6481 * international/mule-cmds.el (reset-language-environment): Set
6482 default-process-coding-system to '(undecided . iso-latin-1), which
6483 makes process I/O almost consistent with file I/O. Call this
6484 function when mule-cmds.el[c] is loaded.
6485
6486 2000-08-22 Andrew Innes <andrewi@gnu.org>
6487
6488 * makefile.w32-in: New file.
6489
6490 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6491
6492 * comint.el (comint-output-filter): Compare end of
6493 comint-last-output-overlay with the start of the newly inserted
6494 text, not the end, when deciding whether to extend it.
6495 Set saved-point's insertion type to advance after insertion.
6496
6497 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6498 since this is now done independently of font-lock mode.
6499
6500 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6501
6502 * server.el (server-kill-new-buffers): New user option.
6503 (server-existing-buffer): New buffer-local variable.
6504 (server-visit-files): When using an existing buffer, set
6505 server-existing-buffer to t.
6506 (server-buffer-done): If server-kill-new-buffers is t, kill the
6507 buffer, unless it was already present before visiting it with
6508 Emacs server.
6509
6510 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6511
6512 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6513 even if the display doesn't support colors: some displays will
6514 support bold/underline faces.
6515
6516 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6517
6518 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6519
6520 * startup.el (command-line): If user's init file had an error,
6521 add explanatory text to *Messages*.
6522
6523 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6524
6525 * man.el (Man-getpage-in-background): Decode the process output by
6526 the system locale coding system.
6527
6528 2000-08-20 Dave Love <fx@gnu.org>
6529
6530 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6531 Don't test x-popup-menu.
6532 (function) <complete-function>: Complete only fbound symbols.
6533 <validate, value>: New.
6534 (variable) <complete-function>: Complete only bound symbols.
6535 (coding-system): Add :base-only, :complete-function, :validate,
6536 :value, :prompt-match.
6537 (widget-coding-system-prompt-value): Use read-coding-system and
6538 act on :base-only.
6539 (editable-field): Add :help-echo.
6540 (widget-push-button-gui, widget-push-button-cache)
6541 (widget-gui-action, widget-editable-list-gui): COmment out, along
6542 with uses.
6543 (widget-at): Make arg optional.
6544 (widget-echo-help): Adjust for current help-echo calling sequence.
6545 (widget-specify-field, widget-specify-button)
6546 (widget-specify-insert, widget-get-sibling, widget-image-find)
6547 (widget-convert, widget-insert, widget-leave-text)
6548 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6549 (widget-setup, widget-field-find, widget-before-change)
6550 (widget-after-change, widget-default-complete)
6551 (widget-default-create, widget-default-delete)
6552 (widget-push-button-value-create, editable-field)
6553 (widget-field-prompt-value, widget-field-validate)
6554 (widget-choice-value-create, widget-choice-action)
6555 (widget-choice-validate, widget-checklist-add-item)
6556 (widget-radio-add-item, widget-radio-chosen)
6557 (widget-radio-value-inline, widget-editable-list-value-create)
6558 (widget-editable-list-entry-create)
6559 (widget-documentation-link-add)
6560 (widget-documentation-string-value-create)
6561 (widget-regexp-validate, widget-file-complete)
6562 (widget-sexp-validate, widget-plist-convert-widget)
6563 (widget-plist-convert-widget, widget-alist-convert-widget)
6564 (widget-alist-convert-widget, widget-color-complete): Simplify,
6565 particularly to avoid bindings which aren't optimized out.
6566
6567 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6568 Doc fix.
6569 (down-list, backward-up-list, up-list, kill-sexp)
6570 (backward-kill-sexp, mark-sexp): Make arg optional.
6571 (lisp-complete-symbol): Add optional arg PREDICATE.
6572
6573 * cus-start.el: Add display-buffer-reuse-frames,
6574 file-coding-system-alist.
6575
6576 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6577
6578 * startup.el (command-line): Clear realized faces after
6579 modifying TTY color mappings.
6580
6581 2000-08-20 Miles Bader <miles@gnu.org>
6582
6583 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6584 merely a subset of FACE's attributes.
6585
6586 2000-08-19 Miles Bader <miles@gnu.org>
6587
6588 * comint.el (comint-output-filter): Save the point with a marker,
6589 not just a buffer position.
6590
6591 * international/mule.el (set-buffer-process-coding-system): Make
6592 interactive prompt less confusing.
6593
6594 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6595
6596 * hilit-chg.el: General cleanup of doc strings, comments and
6597 code formatting.
6598
6599 2000-08-19 Miles Bader <miles@gnu.org>
6600
6601 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6602 Compiler macro removed; beginning-of-line is no longer always
6603 equivalent to forward-line, in the presence of fields.
6604
6605 * comint.el (comint-output-filter): Remove ad-hoc saving of
6606 restriction, and just use save-restriction, now that it works
6607 correctly. Don't adjust comint-last-input-start to account for
6608 our insertion; it shouldn't have moved because we don't use
6609 insert-before-markers anymore. Comment out call to
6610 `force-mode-line-update'; why is it here?
6611
6612 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6613 while checking for prompt to delete. Use `forward-line 0'
6614 instead of beginning-of-line.
6615 (gud-filter): Temporarily widen gud comint buffer while
6616 examining output.
6617
6618 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6619
6620 * progmodes/sh-script.el: Big bag of typos.
6621
6622 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6623 check since ispell-process is not bound when ispell is not yet loaded.
6624
6625 2000-08-18 Dave Love <fx@gnu.org>
6626
6627 * image.el (find-image): Copy `spec' before using plist-put.
6628
6629 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6630
6631 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6632 `portugues'.
6633
6634 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6635 backward-kill-sexp, analogous to kill-sexp.
6636
6637 * progmodes/icon.el (icon-indent-line)
6638 (icon-is-continuation-line): Handle comments specially.
6639
6640 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6641
6642 * ispell.el: Set to standard author/maintainer/keyword fields.
6643 Fine tuning to menu map appearance and operation, and added help.
6644 Remove `start' and `end' error messages when compiling.
6645 (ispell-choices-win-default-height): Fixed comment string.
6646 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6647 castellano8 dictionaries.
6648 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6649 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6650 dictionary, added italiano dictionary.
6651 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6652 word character
6653 (ispell-tex-skip-alists): Added psfig support.
6654 (ispell-skip-html): Renamed from ispell-skip-sgml.
6655 (ispell-begin-skip-region-regexp, ispell-skip-region)
6656 (ispell-minor-check): Improved html skipping support to skip across
6657 code, and recognize `&' commands without propper `;' syntax;
6658 (ispell-process-line): Fix alignment error when manually
6659 correcting spelling.
6660 (ispell): Fix comment string.
6661 (ispell-add-per-file-word-list): Always put word list on new line.
6662
6663 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6664
6665 * format.el (format-encode-run-method): Fix error message to say
6666 `encode' instead of `decode'. Use save-window-excursion around
6667 shell-command-on-region as in format-decode-run-method because
6668 shell-command-on-region can display a buffer with error output.
6669 (format-decode): Don't record undo information for the decoding.
6670 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6671 that number part of the temporary buffer name so that more than
6672 one decoding using a temporary buffer can happen safely.
6673
6674 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6675 of `A-z' in the regexp.
6676
6677 * hilit-chg.el: Fix typos in commentary.
6678
6679 * help.el (view-emacs-news): Rewritten for new naming scheme
6680 for old NEWS files.
6681
6682 * startup.el (command-line): Pop to *Messages* in case an error
6683 is signaled while loading user-init-file.
6684
6685 2000-08-17 Andreas Schwab <schwab@suse.de>
6686
6687 * files.el (insert-directory): Don't lose original file name,
6688 undoing an undocumented change.
6689
6690 2000-08-17 Alex Schroeder <alex@gnu.org>
6691
6692 * sql.el (sql-magic-go): Use comint-bol.
6693 (sql-copy-column): Use comint-line-beginning-position.
6694 (comint-line-beginning-position): Define a replacement for
6695 comint-line-beginning-position if it is not fboundp.
6696
6697 2000-08-17 Alex Schroeder <alex@gnu.org>
6698
6699 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6700 it didn't have any effect anyway.
6701
6702 2000-08-17 Alex Schroeder <alex@gnu.org>
6703
6704 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6705 --pset and pager=off instead of sending \\o|cat at the beginning
6706 of the session.
6707
6708 2000-08-17 Miles Bader <miles@gnu.org>
6709
6710 * progmodes/octave-inf.el: Add compatibility definition of
6711 comint-line-beginning-position.
6712
6713 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6714
6715 * startup.el (normal-top-level): Look in each dir in load-path for
6716 a leim-list.el file too. This assures of loading leim-list.el
6717 that is created at Emacs installation time even if a user have his
6718 own leim-list.el.
6719
6720 2000-08-17 Miles Bader <miles@gnu.org>
6721
6722 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6723 foreground color to black if the background is dark.
6724
6725 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6726
6727 * loadhist.el (unload-feature): Typo.
6728
6729 * finder.el (finder-compile-keywords):
6730 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6731 to the generated file.
6732
6733 * mail/mh-e.el (mh-make-local-vars):
6734 Replace make-variable-buffer-local with make-local-variable.
6735
6736 * play/landmark.el:
6737 * options.el (Edit-options-{set,toggle,t,nil}):
6738 * mail/mailabbrev.el (mail-abbrevs-mode):
6739 * textmodes/tex-mode.el (tex-expand-files):
6740 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6741
6742 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6743
6744 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6745 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6746 Allow going past the last element.
6747 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6748 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6749 (cvs-mouse-toggle-mark): Don't move point.
6750 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6751
6752 * progmodes/compile.el (grep): Provide a default set of files.
6753 (next-error): Docstring fix.
6754 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6755
6756 * emacs-lisp/easy-mmode.el (define-minor-mode):
6757 Use `symbol-value' to keep the byte-compiler quiet.
6758
6759 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6760 (diff-find-source-location): New fun, extracted from diff-goto-source.
6761 (diff-goto-source): Use it.
6762 (diff-next-complex-hunk, diff-filter-lines): New function.
6763 (diff-apply-hunk): New command.
6764
6765 * smerge-mode.el (smerge-mode-menu): Doc fix.
6766
6767 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6768
6769 2000-08-16 Dave Love <fx@gnu.org>
6770
6771 * windmove.el (windmove) <defgroup>: Add :version.
6772
6773 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6774 (goto-address-fontify-p, goto-address-highlight-p)
6775 (goto-address-url-face, goto-address-url-mouse-face)
6776 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6777 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6778 (goto-address-fontify, goto-address-at-mouse): Simplify,
6779 (goto-address-at-point): browse-url-url-at-point,
6780 goto-address-find-address-at-point can return nil.
6781 (goto-address-find-address-at-point): Return nil on failure.
6782
6783 * align.el (align) <defgroup>: Add :version.
6784
6785 * calculator.el (calculator): Add :version.
6786 (calculator): Use two lines for calculator window if `modeline'
6787 face is boxed.
6788
6789 * play/5x5.el: Doc fixes.
6790 (5x5) <defgroup>: Add :version.
6791
6792 * play/fortune.el (fortune) <defgroup>: Add :version.
6793 (fortune-append): Fix error message.
6794 (fortune-from-region): Doc fix.
6795
6796 * play/pong.el (pong): Doc fix.
6797
6798 * play/morse.el: Keywords, commentary, autoloads.
6799
6800 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6801
6802 * desktop.el (desktop-save): Don't look at symbol-value of a
6803 member of minor-mode-alist, unless it is boundp.
6804
6805 2000-08-16 Sam Steingold <sds@gnu.org>
6806
6807 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6808 `while'; use `with-current-buffer' instead of `save-excursion'.
6809 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6810
6811 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6812
6813 * international/ccl.el (declare-ccl-program): Docstring modified.
6814 (ccl-execute-with-args): Likewise.
6815
6816 2000-08-16 Miles Bader <miles@gnu.org>
6817
6818 * progmodes/sql.el: Add compatibility definition of
6819 comint-line-beginning-position.
6820
6821 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6822
6823 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6824 'buffer-menu' property.
6825 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6826 fails.
6827 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6828 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6829 wasn't killed.
6830
6831 * buff-menu.el (list-buffers-noselect): Don't display the
6832 *Buffer List* buffer.
6833
6834 * font-lock.el: Require jit-lock to prevent a very late
6835 `Loading jit-lock' message.
6836
6837 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6838 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6839 mail address.
6840
6841 2000-08-15 Miles Bader <miles@gnu.org>
6842
6843 * textmodes/ispell.el (ispell-graphic-p): New constant.
6844 (ispell-choices-win-default-height, ispell-help): Use
6845 `ispell-graphic-p' instead of `xemacsp'.
6846
6847 2000-08-15 Dave Love <fx@gnu.org>
6848
6849 * simple.el: Autoload widget-convert when compiling.
6850 (mail-user-agent): Doc fix.
6851
6852 * help.el (function-called-at-point, variable-at-point): Use
6853 with-syntax-table.
6854 (help-manyarg-func-alist): Add insert-and-inherit.
6855
6856 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6857
6858 * delsel.el (delsel-unload-hook): New function.
6859
6860 * find-file.el: Doc fixes. Move provide to end.
6861 (ff) <defgroup>: Add :link.
6862 (ff-goto-click): Deleted.
6863 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6864 Use mouse-set-point.
6865
6866 * textmodes/tildify.el: Doc fixes.
6867 (tildify) <defgroup>: Add:version.
6868
6869 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6870 (glasses-custom-set): Use set-default, not set.
6871 (minor-mode-alist): Propertize the lighter.
6872 (glasses-mode): Provide optional arg.
6873
6874 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6875 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6876 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6877 option. Provide :type.
6878 (cwarn-configuration): Provide :type.
6879 (cwarn-mode): Doc fix.
6880
6881 * add-log.el (change-log-merge): Doc fix.
6882 (change-log-redate): New command.
6883
6884 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6885 Doze and Dog.
6886 (browse-url): Use dolist, not mapcar.
6887 (browse-url-at-point): Check for null url.
6888 (browse-url-event-buffer, browse-url-event-point): Functions
6889 deleted.
6890 (browse-url-at-mouse, browse-url-netscape): Simplify.
6891
6892 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6893 modes.
6894 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6895 Fix previous change to mapcan.
6896 (msb--init-file-alist, msb--add-separators)
6897 (msb--make-keymap-menu): Simplify.
6898 (msb--choose-file-menu): Use copy-sequence.
6899 (msb-mode-map): Add title to keymap.
6900 (msb-unload-hook): New function.
6901
6902 * bs.el: Fix indentation.
6903 (bs) <defgroup>: Add :links.
6904 (bs-show): Doc fix.
6905 (bs-apply-sort-faces): Don't use window-system.
6906 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6907
6908 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6909
6910 * calendar/timeclock.el (timeclock-file): Run .timelog through
6911 convert-standard-filename.
6912
6913 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6914
6915 * emacs-lisp/authors.el: New file.
6916
6917 * paren.el (show-paren-priority): New user option.
6918 (show-paren-function): Set overlay priorities to
6919 show-paren-priority.
6920
6921 2000-08-14 Miles Bader <miles@gnu.org>
6922
6923 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6924 beginning-of-line with inhibit-field-text-motion bound.
6925
6926 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6927
6928 * calendar/timeclock.el: New file.
6929
6930 2000-08-14 David Ponce <david@dponce.com>
6931
6932 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6933 `widget-button-click'. so that one can use left mouse button to
6934 click on dialog buttons.
6935
6936 2000-08-14 Emmanuel Briot <briot@gnat.com>
6937
6938 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6939 identifiers, since XML is case sensitive
6940
6941 2000-08-12 Miles Bader <miles@gnu.org>
6942
6943 * comint.el (comint-output-filter): Don't bother frobbing
6944 window-start, it doesn't seem to be necessary.
6945
6946 * comint.el (comint-send-string, comint-send-region): Make into
6947 real functions. Snapshot the prompt before sending.
6948
6949 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6950
6951 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6952 technique similar to Info-index, instead of relying on specific
6953 names of relevant Index nodes.
6954 (Info-goto-emacs-command-node): Bind Info-history to nil when
6955 going to the first node found by Info-find-emacs-command-nodes.
6956
6957 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6960
6961 2000-08-10 Miles Bader <miles@gnu.org>
6962
6963 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6964
6965 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6966
6967 * info.el (Info-file-list-for-emacs): More elements for the
6968 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6969 and woman manuals.
6970
6971 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6972
6973 * comint.el (comint-send-input): Make the newline boundary overlay
6974 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6975 (comint-output-filter): Use `insert' instead of
6976 `insert-before-markers'. Extend comint-last-output-overlay when
6977 necessary since we can't rely on insert-before-markers to do it.
6978 * gud.el (gud-filter): Use `with-current-buffer' instead of
6979 save-excursion when inserting the output, so that point gets
6980 updated correctly; the old method relied on a rather dodgy
6981 side-effect of comint-output-filter to avoid the effect of
6982 save-excursion.
6983
6984 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6985
6986 * files.el (recover-file): Call insert-directory instead of
6987 invoking `ls' directly.
6988
6989 2000-08-10 Miles Bader <miles@gnu.org>
6990
6991 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6992 (comint-last-prompt-overlay): New variables.
6993 (comint-output-filter): Implement prompt highlighting.
6994 (comint-snapshot-last-prompt): New function.
6995 (comint-send-input): Snapshot the last prompt.
6996 Use comint-highlight-input-face.
6997 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6998 Use defface instead of defcustom.
6999 (send-invisible, comint-send-eof): Snapshot the last prompt.
7000 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7001 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7002
7003 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7004
7005 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7006 (regexp-opt-group): Use a list of chars for `letters'.
7007 (regexp-opt-charset): `chars' is now a list of chars.
7008 Use a char-table rather than a vector so it works for multibyte chars.
7009
7010 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7011 Set cvs-minor-current-files to the selected fileinfo.
7012 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7013 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7014
7015 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7016
7017 * files.el (insert-directory): Don't call access-file on
7018 directories on DOS and Windows.
7019
7020 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7021
7022 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7023 longer if necessary.
7024 (ccl-embed-code): Call ccl-embed-data to store CODE in
7025 ccl-program-vector.
7026
7027 2000-08-09 Miles Bader <miles@gnu.org>
7028
7029 * comint.el (comint-output-filter): Properly handle the case where
7030 the text surrounded by comint-last-output-overlay was deleted.
7031
7032 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7033
7034 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7035 non-nil.
7036 (Info-file-list-for-emacs): Remove "info" from the list because
7037 that leads to trying to use the documentation from file `info'
7038 in various situations where it isn't appropriate, for instance
7039 C-h C-k C-h i.
7040
7041 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7042 DIR and/or STRING are nil.
7043
7044 * progmodes/compile.el (compilation-setup): Make variable
7045 compilation-error-screen-columns buffer-local, as some comment
7046 in the code suggests it should be.
7047
7048 * files.el (auto-mode-interpreter-regexp): New variable.
7049 (set-auto-mode): Use it.
7050
7051 * indent.el (indent-for-tab-command): Doc fix.
7052
7053 * mouse-sel.el (mouse-sel-mode): Doc fix.
7054
7055 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7056 labels.
7057
7058 * help.el (print-help-return-message): When
7059 display-buffer-reuse-frames is set, let the help window been quit,
7060 instead of deleting it, which might delete a reused frame.
7061
7062 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7063
7064 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7065 rename a directory to a name that differs only by its letter case.
7066
7067 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7068
7069 * international/quail.el (quail-define-rules): Handle Quail decode
7070 map correctly. Add code for supporting annotations.
7071 (quail-install-decode-map): New function.
7072 (quail-defrule-internal): New optional arguments decode-map and
7073 props.
7074 (quail-advice): New function.
7075
7076 2000-08-07 Sam Steingold <sds@gnu.org>
7077
7078 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7079 `defconst', `define-condition', `with-slots'.
7080 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7081
7082 2000-08-03 Miles Bader <miles@gnu.org>
7083
7084 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7085 New variable.
7086 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7087 comint-use-prompt-regexp-instead-of-fields.
7088 (comint-send-input): Add `input' field property to stuff we send to
7089 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7090 (comint-output-filter): Add `output' field property to process
7091 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7092 (comint-replace-by-expanded-history)
7093 (comint-get-old-input-default, comint-show-output)
7094 (comint-backward-matching-input, comint-forward-matching-input)
7095 (comint-next-prompt, comint-previous-prompt): Use field
7096 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7097 (comint-line-beginning-position): New function.
7098 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7099 (comint-replace-by-expanded-history-before-point): Use
7100 comint-line-beginning-position and line-end-position.
7101 (comint-last-output-overlay): New variable.
7102 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7103
7104 * shell.el (shell-prompt-pattern): Doc change.
7105 (shell-backward-command): Use line-beginning-position.
7106
7107 * gud.el (gud-gdb-complete-command): Use
7108 comint-line-beginning-position.
7109
7110 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7111 comint-bol doesn't actually go to the beginning of the line.
7112
7113 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7114 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7115 (try-expand-line-all-buffers): Likewise.
7116
7117 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7118 explicitly matching comint-prompt-regexp.
7119 (sql-copy-column): Use comint-line-beginning-position instead of
7120 explicitly matching comint-prompt-regexp.
7121
7122 * progmodes/octave-inf.el (inferior-octave-complete): Use
7123 comint-line-beginning-position.
7124
7125 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7126
7127 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7128 looking for a prompt, use `forward-line 0' instead of
7129 `beginning-of-line', to avoid getting caught by an input field.
7130
7131 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7132
7133 * files.el (shell-quote-wildcard-pattern): Make sure to return
7134 PATTERN, in the Unix case.
7135
7136 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7137
7138 * play/zone.el (zone): Discard any pending input before running
7139 the randomly-chosen pgm.
7140
7141 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7142
7143 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7144 checking the existence of any multibyte characters.
7145
7146 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7147
7148 * help.el (describe-mode): Test minor-mode symbol for being
7149 bound before testing its value for being nil.
7150
7151 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7152 `first', `second', and `third'.
7153
7154 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7155 (second): Make it an alias for `cadr'.
7156
7157 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7158
7159 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7160 types of display support faces now.
7161
7162 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7163
7164 * pcvs.el (require): Require `cl' during compilation, only.
7165
7166 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7167 (toplevel): Remove `remq' and `remove' from autoloads.
7168 (cl-fake-autoloads): New variable. If set, arrange for an error
7169 when CL functions etc. are autoloaded.
7170
7171 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7172
7173 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7174
7175 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7176 popped up, but the user clicks outside the menu, return an empty
7177 regexp (that causes unhighlight-regexp to have no effect).
7178
7179 * menu-bar.el (menu-bar-games-menu): Add Zone.
7180
7181 * hi-lock.el (toplevel): Require font-lock.
7182
7183 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7184
7185 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7186 (ebnf-8-bit-chars): New var for bug fix.
7187 (ebnf-string): Bug fix.
7188
7189 2000-08-03 Sam Steingold <sds@gnu.org>
7190
7191 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7192 instead of `buffer-string'.
7193 (require 'cl): Always, not just when compiling.
7194 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7195 necessary.
7196
7197 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * international/mule-cmds.el (select-safe-coding-system): Make
7200 the message text about selecting a safe coding system more clear.
7201
7202 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7203
7204 * hi-lock.el: New file.
7205
7206 * play/zone.el: New file.
7207
7208 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7209 value of tab-width in the original buffer. Choose a line number
7210 format that's a multiple of the original buffer's tab width, so
7211 that lines appear right.
7212
7213 * textmodes/ispell.el (ispell): New function, replacing an alias.
7214 Spell-check active region if in transient-mark-mode and mark
7215 is active; otherwise spell-check buffer.
7216
7217 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7218
7219 * ps-mule.el: Fix a customization problem on
7220 ps-mule-font-info-database-default.
7221
7222 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7223
7224 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7225 display-mouse-p instead of window-system.
7226 (ebrowse-member-mode-map): Ditto.
7227
7228 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7229
7230 * progmodes/ebnf2ps.el: Update ps-print functions call.
7231 Indentation fix. Doc fix.
7232 (ebnf-version): New version number (3.2).
7233 (ebnf-format-color, ebnf-begin-job): Code fix.
7234
7235 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7236
7237 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7238 font lock support on window-system.
7239 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7240
7241 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7242 display-color-p, if fboundp, instead of window-system.
7243
7244 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7245
7246 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7247 instead of window-system.
7248
7249 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7250 window-system.
7251 (widget-choice-mouse-down-action): Use display-popup-menus-p
7252 instead of window-system.
7253
7254 * strokes.el (strokes-file): Run the file name through
7255 convert-standard-filename.
7256 (strokes-mode): Call display-mouse-p instead of looking at
7257 window-system. Change the error message accordingly.
7258
7259 * progmodes/cpp.el (toplevel): Support faces on tty's.
7260
7261 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7262 (lm-plot-square, lm-init-display): Don't use window-system.
7263
7264 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7265 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7266
7267 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7268 instead of looking at window-system.
7269
7270 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7271
7272 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7273 of testing if iswitchb-prepost-hooks is bound, because the
7274 latter will always be true when invoking a recursive minibuffer
7275 from an active Iswitchb buffer.
7276
7277 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7278
7279 * files.el (shell-quote-wildcard-pattern): New function.
7280 (insert-directory): Call it. Only prepend "\" to command on Unix
7281 and GNU/Linux systems.
7282
7283 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7284
7285 * eshell/esh-groups.el: Change custom :link file names
7286 from `eshell.info' to `eshell'.
7287
7288 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7289
7290 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7291 correctly in recursive ange-ftp listings.
7292
7293 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7294
7295 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7296 ps-header-font-size-internal and
7297 ps-header-title-font-size-internal variables are not set,
7298 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7299 face text property is (foreground-color . COLOR) or
7300 `(background-color . COLOR)', ps-print crashes. Doc fix.
7301 (ps-print-version): New version number (5.2.4).
7302 (ps-plot-region): Code fix.
7303 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7304 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7305 Bug fix 2.
7306
7307 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7308
7309 * glasses.el (glasses-make-readable): Fix uncapitalization of
7310 identifiers like `myXMLDocument'.
7311
7312 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7313
7314 * mail/mail-hist.el (mail-hist-previous-input)
7315 (mail-hist-next-input): Do the obvious code factorization.
7316 (mail-hist-retrieve-and-insert): New func, contains common
7317 code of above two.
7318 If inserting a message body, leave point at top.
7319
7320 2000-07-28 Sam Steingold <sds@gnu.org>
7321
7322 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7323 Use `<=', not `<' to compare times!
7324 (ange-ftp-ls): Remove.
7325
7326 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7327
7328 * play/cookie1.el: Add explanation of how to make cookie.el
7329 compatible with strfile(1) to comment.
7330
7331 * subr.el (remove, remq): New functions.
7332
7333 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7334 escape `*' in regexps.
7335 (midnight-find): Reverse order of arguments in the funcall of
7336 TEST.
7337
7338 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7339 and `.class'.
7340
7341 * play/meese.el: Add Commentary section.
7342
7343 2000-07-27 Alex Schroeder <alex@gnu.org>
7344
7345 * sql.el (sql-ms): Added autoload cookie.
7346 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7347 (sql-oracle): Ditto.
7348 (sql-help): Doc change.
7349
7350 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7351 types and exceptions.
7352
7353 2000-07-27 Alex Schroeder <alex@gnu.org>
7354
7355 * sql.el (sql-placeholder-history): New variable.
7356 (sql-query-placeholders-and-send): New function that will query
7357 the user and replace placeholders with user input.
7358 (sql-oracle): If running on NT, set comint-input-sender to
7359 sql-query-placeholders-and-send.
7360
7361 (sql-stop): If in the SQLi buffer, insert stop notification, else
7362 present it as a message.
7363
7364 2000-07-27 Alex Schroeder <alex@gnu.org>
7365
7366 * sql.el (sql-input-ring-separator): Doc change.
7367 (sql-input-ring-file-name): Doc change.
7368 (sql-interactive-mode): Use `sql-input-ring-separator' and
7369 `sql-input-ring-file-name' to set the comint-mode equivalents
7370 without making them local variables.
7371 (sql-stop): Don't bind `sql-input-ring-separator' and
7372 `sql-input-ring-file-name' dynamically to their comint-mode
7373 equivalents.
7374
7375 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7376
7377 * international/mule.el (register-char-codings): New function.
7378 (make-coding-system): Handle `safe-chars' specification in the arg
7379 PROPERTY.
7380
7381 * international/mule-cmds.el
7382 (find-coding-systems-region-subset-p): This function deleted.
7383 (sort-coding-systems-predicate): New variable.
7384 (sort-coding-systems): New function.
7385 (find-coding-systems-region): Use
7386 find-coding-systems-region-internal.
7387 (find-coding-systems-string): Use find-coding-systems-region.
7388 (find-coding-systems-for-charsets): Check
7389 char-coding-system-table.
7390 (select-safe-coding-system-accept-default-p): New variable.
7391 (select-safe-coding-system): Mostly rewritten. New argument
7392 ACCEPT-DEFAULT-P.
7393 (select-message-coding-system): Call select-safe-coding-system
7394 with ACCEPT-DEFAULT-P arg.
7395 (reset-language-environment): Reset default-sendmail-coding-system
7396 to the default value iso-latin-1.
7397 (set-language-environment): Don't set the obsolete variable
7398 charset-origin-alist.
7399
7400 * international/codepage.el (cp-coding-system-for-codepage-1):
7401 Give `safe-chars' property to make-coding-system.
7402
7403 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7404 calling select-message-coding-system twice.
7405
7406 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7407 instead of `safe-charsets'.
7408 (cyrillic-alternativnyj): Likewise.
7409 (ccl-encode-alternativnyj): Don't check the charset
7410 cyrillic-iso8859-5.
7411
7412 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7413
7414 * composite.el (compose-chars-after): Preserve match data.
7415
7416 2000-07-26 Sam Steingold <sds@gnu.org>
7417
7418 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7419 (ange-ftp-real-file-newer-than-file-p): New function.
7420 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7421 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7422
7423 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7424 * midnight.el (midnight-float-time): Ditto.
7425
7426 2000-07-26 Andreas Schwab <schwab@suse.de>
7427
7428 * files.el (normal-backup-enable-predicate): Correct
7429 interpretation of the return value of compare-strings.
7430
7431 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7432
7433 * isearch.el (isearch-resume): New function.
7434 (isearch-done): Add something to command-history to resume
7435 the search.
7436 (isearch-yank-line, isearch-yank-word): Use
7437 buffer-substring-no-properties instead of buffer-substring.
7438
7439 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7440 of flyspell-mouse-map.
7441
7442 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7443 duplicate definition.
7444 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7445
7446 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7447 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7448
7449 2000-07-25 Sam Steingold <sds@gnu.org>
7450
7451 * net/ange-ftp.el: Get modtime over the net.
7452 (ange-ftp-file-modtime): New function.
7453 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7454 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7455 Use it.
7456 (ange-ftp-dot-to-slash): New function.
7457 (ange-ftp-fix-name-for-vms): Use it.
7458
7459 * midnight.el (midnight-buffer-display-time): Use
7460 `with-current-buffer'.
7461
7462 2000-07-25 Gerd Moellmann <gerd@gnu.org>
7463
7464 * find-dired.el: Update copyright notice.
7465 (find-dired): Offer to kill a running `find'.
7466
7467 * enriched.el (enriched-face-ans): For a `foreground-color'
7468 property, return '(("x-color" COLOR))' so that COLOR will be
7469 output as a parameter of the x-color annotation. Likewise for the
7470 `background-color' property. In the case of normal face
7471 properties, don't return annotations for unspecified foreground
7472 and background face attributes.
7473
7474 2000-07-25 Kenichi Handa <handa@etl.go.jp>
7475
7476 * language/japan-util.el (japanese-katakana-region): Fix handling
7477 HANKAKU argument.
7478
7479 2000-07-25 Miles Bader <miles@gnu.org>
7480
7481 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7482 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7483 constrain-to-field.
7484
7485 2000-07-24 Andrew Innes <andrewi@gnu.org>
7486
7487 * timer.el (timer-activate-when-idle): Add optional parameter
7488 DONT-WAIT. Update docstring.
7489 (run-with-idle-timer): Specify extra parameter to
7490 timer-activate-when-idle, so that timer will be activated
7491 immediately if Emacs is already idle.
7492
7493 * w32-fns.el (w32-using-nt): Fix docstring.
7494
7495 2000-07-24 Dave Love <fx@gnu.org>
7496
7497 * mouse.el (popup-menu): Set last-command-event.
7498 (mouse-major-mode-menu-prefix): Declare.
7499
7500 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7501
7502 * textmodes/flyspell.el: Update to author's version 1.5d.
7503
7504 * progmodes/hideshow.el: Update copyright notice.
7505
7506 * vcursor.el: Set maintainer to FSF, since author cannot
7507 be reached.
7508
7509 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7510
7511 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7512 the prompt.
7513
7514 * mouse.el (popup-menu): Run the keymap through indirect-function,
7515 in case it was defined with define-prefix-key. If the menu is a
7516 list of keymaps, look up the binding of user's choice in each one
7517 of the keymaps.
7518 (mouse-popup-menubar): If the global and local menu-bar keymaps
7519 don't have a prompt string, create one and insert it into the
7520 keymap. Don't barf if current-local-map returns nil.
7521
7522 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7523
7524 * dired.el (dired-sort-R-check): Added to allow recursive listing
7525 to be undone.
7526 (dired-sort-other): Use it.
7527
7528 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7529
7530 * Release of cc-mode 5.27
7531
7532 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7533
7534 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7535 c-beginning-of-statement-1 that caused a bad case of recursion
7536 which could consume a lot of CPU in large classes in languages
7537 that have in-expression classes (i.e. Java and Pike).
7538
7539 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7540 statements before top level constructs (i.e. case 6 is moved
7541 before case 5 and is now case 4) to catch in-expression
7542 classes in top level expressions correctly.
7543
7544 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7545
7546 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7547 objc-method-intro. Case 4 removed and case 5I added.
7548
7549 * cc-langs.el (c-append-paragraph-start): New variable used by
7550 c-common-init to get paragraph-start correct.
7551 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7552 initialize paragraph-start to make it correct both with and
7553 without the javadoc special case.
7554
7555 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7556 initialize paragraph-start for javadoc markup.
7557
7558 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7559 change by defaulting this to t. It's motivated by the
7560 confusing behavior that otherwise arise from the style system
7561 when editing both java and non-java files at the same time
7562 (see the comments about style setting in c-common-init).
7563
7564 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7565
7566 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7567 similar to the one in c-fill-paragraph to check the fill
7568 prefix from the adaptive fill function for sanity.
7569
7570 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7571
7572 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7573 defun block.
7574
7575 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7576
7577 * cc-mode.texi Documented the change of cpp-macro.
7578
7579 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7580
7581 * cc-align.el (c-lineup-multi-inher): Handle lines with
7582 leading comma nicely. Extended to handle member initializers
7583 too.
7584
7585 * cc-engine.el: (c-beginning-of-inheritance-list,
7586 c-guess-basic-syntax): Fixed recognition of inheritance lists
7587 when the lines begins with a comma.
7588
7589 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7590
7591 * cc-vars.el (c-offsets-alist): Changed default for
7592 member-init-cont to c-lineup-multi-inher since it now handles
7593 member initializers and indents better for leading commas.
7594
7595 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7596
7597 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7598 handling that caused class open lines to be recognized as
7599 statement-conts in some cases.
7600
7601 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7602 guessed by the adaptive fill function unless point is on the
7603 first line of a block comment.
7604
7605 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7606 when the buffer ends with a macro continuation char.
7607
7608 * cc-engine.el (c-guess-basic-syntax): Added support for
7609 function definitions as statements in Pike. The first
7610 statement in a lambda block is now labeled defun-block-intro
7611 instead of statement-block-intro.
7612
7613 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7614 so that the class surrounding point is selected, not the one
7615 innermost in the state.
7616
7617 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7618 recognition of switch labels having hanging multiline
7619 statements.
7620
7621 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7622 some code in c-guess-basic-syntax to a separate function.
7623 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7624 recognition of member inits with multiple line arglists.
7625 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7626 member-init-cont when the commas are in funny places.
7627
7628 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7629
7630 * cc-defs.el (c-auto-newline): Removed this macro since it's
7631 not used anymore.
7632
7633 * cc-engine.el (c-looking-at-bos): New helper function.
7634 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7635 inexpr and toplevel classes apart in Pike.
7636
7637 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7638 of case 9A.
7639
7640 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7641 constant, since "class" can introduce an in-expression class
7642 in Pike nowadays.
7643
7644 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7645
7646 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7647 indentation on cpp-macro lines.
7648
7649 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7650 a syntax modifier like comment-intro, to make it possible to
7651 get syntactic indentation for preprocessor directives. It's
7652 incompatible wrt to lineup functions on cpp-macro, but it has
7653 no observable effect in the 99.9% common case where cpp-macro
7654 is set to -1000.
7655
7656 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7657
7658 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7659 member-init-cont when the preceding arglist is several lines.
7660
7661 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7662
7663 * cc-styles.el (c-style-alist): The basic offset for the BSD
7664 style corrected to 8.
7665
7666 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7667
7668 * cc-styles.el (c-style-alist): Adjusted the indentation of
7669 brace list openers in the gnu style.
7670
7671 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7672
7673 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7674
7675 * cc-cmds.el (c-electric-brace, c-electric-slash,
7676 c-electric-star, c-electric-semi&comma, c-electric-colon,
7677 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7678 when c-syntactic-indentation is nil.
7679
7680 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7681 we were left at comments preceding the first statement when
7682 reaching the beginning of the buffer.
7683
7684 * cc-vars.el (c-syntactic-indentation): New variable to turn
7685 off all syntactic indentation.
7686
7687 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7688
7689 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7690 between the text and the block comment ender when it hangs,
7691 depending on how many there are before the fill.
7692
7693 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7694
7695 * cc-engine.el (c-beginning-of-closest-statement): New helper
7696 function to go back to the closest preceding statement start,
7697 which could be inside a conditional statement.
7698 * cc-engine.el (c-guess-basic-syntax): Use
7699 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7700
7701 * cc-engine.el (c-guess-basic-syntax): Better handling of
7702 arglist-intro, arglist-cont-nonempty and arglist-close when
7703 the arglist is nested inside parens. Cases 7A, 7C and 7F
7704 changed.
7705
7706 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7707 up-to-date with javadoc 1.2.
7708
7709 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7710
7711 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7712 multiline Pike type decls.
7713
7714 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7715
7716 * cc-cmds.el (c-indent-new-comment-line): Always break
7717 multiline comments in multiline mode, regardless of
7718 comment-multi-line.
7719
7720 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7721
7722 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7723 fully::qualified::names in C++ member init lists. Preamble in
7724 case 5D changed.
7725
7726 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7727
7728 * cc-langs.el (c-common-init): Handling of obsolete variables
7729 moved to c-initialize-cc-mode. More compatible style override
7730 when using global style variables.
7731 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7732 variables moved here.
7733
7734 * cc-mode.texi: Documented the special behavior of
7735 c-special-indent-hook as a style variable. Don't talk about
7736 doing (c-make-styles-buffer-local t) in a mode hook, since
7737 that's already too late to work right.
7738
7739 * cc-styles.el (c-make-styles-buffer-local): Flag style
7740 variable localness in c-style-variables-are-local-p to make
7741 the compatibility measure in c-common-init work well.
7742
7743 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7744 longer contain set-from-style.
7745 * cc-styles.el (c-initialize-builtin-style): Don't check for
7746 set-from-style on c-special-indent-hook.
7747 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7748 copy-alist is sufficient now.
7749
7750 * cc-styles.el (c-set-style, c-set-style-1,
7751 c-get-style-variables): Fixes to variable initialization so
7752 that duplicate entries in styles have the same effect
7753 regardless of DONT-OVERRIDE.
7754
7755 * cc-styles.el (c-set-style-2): Fixed bug where the
7756 initialization of inheriting styles failed when the
7757 dont-override flag is set.
7758
7759 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7760 on this.
7761
7762 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7763
7764 * cc-defs.el (c-forward-comment): Removed the workaround
7765 introduced in 5.38 since it had worse side-effects. If a line
7766 contains the string "//\"", it regarded the // as a comment
7767 start since the \ temporarily doesn't have escape syntax.
7768
7769 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7770
7771 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7772 ada-xref.el before ada-prj.el, so that the Project menu is created
7773 when ada-prj tries to add to it.
7774 (ada-activate-keys-for-case): Suppress the characters that are not
7775 part of the Ada syntax. Better compatibility with else-mode
7776 (ada-adjust-case-interactive): When auto-casing is not active,
7777 correctly insert newlines (used to insert only ^M). Prevent the
7778 syntax table from being changed in case of an error
7779 (or '_' becomes part of a word and some commands are confused).
7780 Do nothing if ada-auto-case is nil.
7781 (ada-after-keyword-p): Ignore keywords that are also attributes
7782 (ada-batch-reformat): Update usage comment
7783 (ada-call-from-contextual-menu): New function
7784 (ada-case-read-exceptions): Reinitialize the casing exception list
7785 first to nil first, so that the casing exception file can be
7786 shared.
7787 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7788 files.
7789 (ada-compile-goto-error): Fix regexp used to detect a file:line
7790 anywhere in the error message
7791 (ada-contextual-menu-last-point): New variable
7792 (ada-create-keymap): If the variable delete-key-deletes-forward is
7793 t on XEmacs, it means that DEL should delete one character
7794 forward.
7795 (ada-create-menu): Use :included instead of :visible for XEmacs.
7796 New submenu "Options".
7797 (ada-end-stmt-re): Correctly indent "select ... then abort"
7798 statements.
7799 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7800 even if they don't match ada-fill-comment-prefix Fix handling of
7801 paragraphs on the first or last line of a file.
7802 (ada-format-paramlist): Fix handling of default parameter values.
7803 (ada-get-body-name): New function.
7804 (ada-get-current-indent): Optimized by searchling directly for an
7805 existing generic part or a statement outside of it. Handle
7806 ada-indent-align-comments when indenting comments Replaced some
7807 regexps by testing directly the next character. This results in a
7808 huge speedup on some files. New indentation scheme for renames
7809 statements. Stop looking for the 'while' or 'for' associated with
7810 a 'loop' at the first semicolon encountered. A "return" can also
7811 match an anonymous access subprogram declaration.
7812 (ada-get-indent-noindent): Ignore strings and comments when
7813 looking for the keywords "record" and "private".
7814 (ada-goto-matching-decl-start): When matching "if", make sure we
7815 are not in fact seeing "end if". Ignore "when" statements except
7816 when initial keyword was "begin". Fix handling of nested
7817 procedures. Add a recursive call to this function to skip over
7818 other 'end' statmts. Fix indentation for "when .. => begin"
7819 (ada-in-open-paren-p): Fix indentation for complex boolean
7820 expressions, where 'and then', 'or else' and parenthesis
7821 statements are mixed up.
7822 (ada-in-paramlist-p): Skip comments while searching for the
7823 beginning Fix handling of operator declarations.
7824 (ada-indent-align-comments): New variable
7825 (ada-indent-current): Change the syntax table only in the
7826 protected section, so that we are sure it is restored correctly.
7827 (ada-indent-on-previous-lines): Use ada-use-indent and
7828 ada-with-indent Correctly indent "select ... then"
7829 (ada-indent-region): Slight speedup.
7830 (ada-indent-renames): New variable.
7831 (ada-last-which-function-subprog, ada-last-which-function-line):
7832 New variables
7833 (ada-looking-at-semi-private): Correctly indent the 'private'
7834 keyword when it is the first word in a package declaration.
7835 (ada-loose-case-word): Stop searching if at the end of the buffer.
7836 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7837 even if point is not initially at the end of the word.
7838 (ada-matching-decl-start-re): Add "when".
7839 (ada-mode): Add support for abbrev-mode, outline-mode and
7840 which-func-mode Override the old find-file.el entry in
7841 ff-special-constructs since it is using the obsolete
7842 ada-spec-suffix variable
7843 (ada-no-auto-case): New function
7844 (ada-scan-paramlist): When parsing the argument type, accept
7845 spaces (as in "X 'Class", generated by Rational Rose).
7846 (ada-other-file-name): No longer loads the other file.
7847 (ada-popup-menu): Save and restore the current buffer and cursor
7848 position before and after displaying the menu.
7849 (ada-search-ignore-complex-boolean): New function.
7850 (ada-uncomment-region): Emacs21 already knows how to delete
7851 comments not starting in the first column.
7852 (ada-use-indent): New variable
7853 (ada-which-function): New function.
7854 (ada-with-indent): New variable
7855 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7856 can be batch-compiled from the command line.
7857
7858 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7859 Add to the menu when the file is loaded, not in ada-mode-hook.
7860 Add -toolbar to the default ddd command Switches moved from
7861 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7862 ada-prj-default-comp-opt
7863 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7864 Reference Manual to the menu
7865 (ada-check-current): rewritten as a call to ada-compile-current
7866 (ada-compile): Removed.
7867 (ada-compile-application, ada-compile-current, ada-check-current):
7868 Set the compilation-search-path so that compile.el automatically
7869 finds the sources in src_dir. Automatic scrollong of the
7870 compilation buffer. C-uC-cC-c asks for confirmation before
7871 compiling
7872 (ada-compile-current): New parameter, prj-field
7873 (ada-complete-identifier): Load the .ali file before doing
7874 processing
7875 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7876 conform to gnatmake's behavior.
7877 (ada-find-file-in-dir): New function
7878 (ada-find-references): Set the environment variables for gnatfind
7879 (ada-find-src-file-in-dir): New function.
7880 (ada-first-non-nil): Removed
7881 (ada-gdb-application): Add support for jdb, the java debugger.
7882 (ada-get-ada-file-name): Load the original-file first if not done
7883 yet.
7884 (ada-get-all-references): Handles the new ali syntax (parent types
7885 are found between <>).
7886 (ada-initialize-runtime-library): New function
7887 (ada-mode-hook): Always load a project file when a file is opened,
7888 so that the casing exceptions are correctly read.
7889 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7890 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7891 to open the project file, since the latter does not work with
7892 speedbar Get default values before loading the prj file, or the
7893 default executable file name is wrong. Use the absolute value of
7894 src_dir to initialize ada-search-directories and
7895 compilation-search-path,... Add the standard runtime library to
7896 the search path for find-file.
7897 (ada-prj-default-debugger): Was missing an opening '{'
7898 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7899 variables.
7900 (ada-prj-default-gnatmake-opt): New variable
7901 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7902 buffers, the project file is the default one Save the windows
7903 configuration before displaying the menu.
7904 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7905 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7906 ...) regexp-quote identifiers names to support operators +,
7907 -,... in regexps.
7908 (ada-remote): New function.
7909 (ada-run-application): Erase the output buffer before starting the
7910 run Support remote execution of the application. Use
7911 call-process, or the arguments are incorrectly parsed
7912 (ada-set-default-project-file): Reread the content of the active
7913 project file, not the one from the current buffer When a project
7914 file is set as the default project, all directories are
7915 automatically associated with it.
7916 (ada-set-environment): New function
7917 (ada-treat-cmd-string): New special variable ${current}
7918 (ada-treat-cmd-string): Revised. The substitution is now done for
7919 any ${...} substring
7920 (ada-xref-current): If no body was found, compiles the spec
7921 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7922 compiler to get rid of command line length limitations.
7923 (ada-xref-get-project-field): New function
7924 (ada-xref-project-files): New variable
7925 (ada-xref-runtime-library-specs-path)
7926 (ada-xref-runtime-library-ali-path): New variables
7927 (ada-xref-set-default-prj-values): Default run command now does a
7928 cd to the build directory. New field: main_unit Provide a default
7929 file name even if the current buffer has no prj file.
7930
7931 * ada-prj.el:
7932 Rewritten to show a tabbed-dialog.
7933 (ada-prj-add-ada-menu): Remove the map and name parameters.
7934 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7935 New function
7936 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7937 (ada-prj-load-from-file): New function
7938 (ada-prj-save): Always save fields that depend on the current buffer
7939 (ada-prj-show-value): New function
7940
7941 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7942 Ada mode. This will allow us to display the Ada menu in any buffer
7943 we want (for project items).
7944 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7945 number of spaces in the header.
7946
7947 2000-07-24 Dave Love <fx@gnu.org>
7948
7949 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7950
7951 2000-07-23 Noah Friedman <friedman@splode.com>
7952
7953 * type-break.el (type-break): perform autosave.
7954 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7955 (type-break-do-query): Cancel query schedule while performing
7956 actual query, to avoid possibility of a second query being made
7957 while first one is already in progress.
7958 (type-break-time-stamp-format): New variable.
7959 (type-break-time-stamp): New function.
7960 (type-break-time-warning): Use it.
7961 (type-break-keystroke-warning): Use it.
7962 (type-break-noninteractive-query): Use it.
7963
7964 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7965 cookie.
7966 Use add-minor-mode to set minor-mode-alist, if available.
7967 (eldoc-echo-area-use-multiline-p): New user option.
7968 (eldoc-echo-area-multiline-supported-p): New variable.
7969 (eldoc-docstring-format-sym-doc): Use them.
7970 (eldoc-mode): If not using idle timers, append to local post and
7971 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7972 (eldoc-display-message-no-interference-p): Don't interfere with
7973 edebug.
7974 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7975 (eldoc-function-arglist): New function.
7976 (eldoc-function-argstring): Use it.
7977
7978 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7979 auto save directory exists before calling directory-files.
7980
7981 2000-07-23 Dave Love <fx@gnu.org>
7982
7983 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7984 ^o, ^u.
7985
7986 2000-07-21 Dave Love <fx@gnu.org>
7987
7988 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7989 now passed to the function. It now works properly.
7990
7991 * smerge-mode.el (smerge-mode-menu): Fill it out.
7992
7993 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7994
7995 * info-look.el (info-lookup): If *info* is shown in another frame
7996 on the same display, select that frame, instead of switching to
7997 the Info buffer in another window of the selected frame.
7998
7999 * simple.el (universal-argument-map): Bind numeric keypad keys
8000 kp-0 to kp-9 and kp-subtract.
8001 (digit-argument): Handle these keys.
8002
8003 2000-07-20 Dave Love <fx@gnu.org>
8004
8005 * net/goto-addr.el (goto-address-fontify): Don't bother with
8006 buffer-modified and read-only stuff -- irrelevant with overlays.
8007 Put an extra property on the overlays and use it to clean up in
8008 case goto-address is re-run.
8009
8010 2000-07-19 Richard M. Stallman <rms@gnu.org>
8011
8012 * timer.el (run-with-idle-timer): Doc fix.
8013
8014 * mail/mail-utils.el (mail-strip-quoted-names):
8015 Handle case where <...> appears inside "...".
8016 Use replace-match to edit the string more simply.
8017 (rmail-dont-reply-to): Cope with an unmatched ".
8018
8019 2000-07-19 Dave Love <fx@gnu.org>
8020
8021 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8022 implementation.
8023
8024 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8025 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8026 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8027
8028 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8029
8030 * textmodes/refer.el: Correct maintainer's email address.
8031
8032 * progmodes/hideif.el: Correct author's email address.
8033 Fix typo in comment.
8034
8035 * xml.el: New file.
8036
8037 * mail/mailheader.el: Correct author's mail address.
8038
8039 * gnus/parse-time.el: Correct author's mail address.
8040
8041 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8042
8043 * comint.el (comint-highlight-input, comint-highlight-face):
8044 New user options.
8045 (comint-input-ring-file-name): Change custom type.
8046 (comint-mode-map): Bind mouse-2.
8047 (comint-insert-clicked-input): New function.
8048 (comint-send-input): Handle input highlighting.
8049
8050 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8051
8052 * mouse.el (popup-menu): New function.
8053 (mouse-major-mode-menu): Use it.
8054
8055 2000-07-18 Dave Love <fx@gnu.org>
8056
8057 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8058 improvements.
8059
8060 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8061
8062 * faces.el (face-font-selection-order)
8063 (face-font-family-alternatives): Add custom type.
8064
8065 2000-07-18 Dave Love <fx@gnu.org>
8066
8067 * cus-edit.el (custom-variable-reset-saved)
8068 (custom-variable-reset-standard): Remove unused bindings.
8069
8070 * rect.el (open-rectangle-line): Remove unused let.
8071
8072 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8073
8074 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8075
8076 * cdl.el: Fix `Maintainer' keyword.
8077
8078 * play/pong.el: Add author's email address.
8079
8080 2000-07-17 Sam Steingold <sds@gnu.org>
8081
8082 * files.el (insert-directory): Call `split-string' instead of
8083 re-implementing it.
8084
8085 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8086
8087 * mail/vms-pmail.el: Change maintainer to FSF.
8088
8089 * net/goto-addr.el: Change maintainer to FSF.
8090
8091 * recentf.el: Update from author.
8092
8093 * info.el (Info-title-face-alist): Removed.
8094
8095 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8096
8097 * eshell/eshell.el (eshell): Replace links to eshell.info with
8098 links to eshell, to avoid problems on systems where the manual is
8099 installed as `eshell'.
8100 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8101 * eshell/em-smart.el (eshell-smart): Ditto.
8102 * eshell/em-banner.el (eshell-banner): Ditto.
8103 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8104
8105 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8106 same-file check in the MS-DOS version (it does support inodes).
8107
8108 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8109
8110 * eshell/eshell.el (eshell-directory-name):
8111 Run default directory name through convert-standard-filename.
8112
8113 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8114
8115 * international/mule-cmds.el (select-safe-coding-system):
8116 Fix typo in the comment.
8117
8118 * language/european.el (compound-text):
8119 Force katakana-jisx0201 to be designated to G1.
8120
8121 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8122 Don't translate some national variant characters of latin-jisx0201.
8123 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8124
8125 * international/kkc.el (kkc-after-update-conversion-functions):
8126 New variable.
8127 (kkc-update-conversion): Run functions in it at the tail.
8128
8129 2000-07-16 John Wiegley <johnw@gnu.org>
8130
8131 * lisp/align.el (align-newline-and-indent):
8132 Adding new function. for auto-aligning blocks of code on RET.
8133 (align-region): Fixed badly formatted minibuffer message.
8134
8135 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8136
8137 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8138 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8139 the conversion list at first if appropriate.
8140 (kkc-next): Don't update kkc-next-count here.
8141 (kkc-prev): Don't update kkc-prev-count here.
8142 (kkc-show-conversion-list-update): Fix setting up of conversion
8143 list message.
8144
8145 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8146
8147 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8148
8149 2000-07-16 Dave Love <fx@gnu.org>
8150
8151 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8152 function to be more specific.
8153
8154 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8155 non-string help-echo.
8156 (widget-types-convert-widget): Defsubst it.
8157 (widget-echo-help): Try to cope with a help-echo function of two
8158 possible sorts.
8159
8160 2000-07-15 Jason Rumney <jasonr@gnu.org>
8161
8162 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8163 Declare as obsolete.
8164
8165 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8166
8167 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8168
8169 * hilit-chg.el: Fix typo.
8170
8171 2000-07-14 Dave Love <fx@gnu.org>
8172
8173 * info.el (Info-mode-menu): Fix use of :help, :enable.
8174
8175 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8176
8177 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8178
8179 2000-07-13 Dave Love <fx@gnu.org>
8180
8181 * emacs-lisp/easymenu.el: Doc fixes.
8182 (easy-menu-remove): Defalias to ignore.
8183
8184 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8185 Call throw correctly.
8186
8187 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8188
8189 * faces.el (frame-background-mode): Doc fix.
8190
8191 * simple.el (eval-expression-print-length): Change custom type to
8192 allow entering nil as value.
8193
8194 2000-07-13 Dave Love <fx@gnu.org>
8195
8196 * progmodes/fortran.el (fortran-imenu-generic-expression):
8197 Change definition layout.
8198 (fortran-mode-menu): Reinstate customize entries.
8199
8200 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8201 Use :filter, per old XEmacs code.
8202
8203 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8204
8205 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8206 event when deciding what to send to the terminal.
8207
8208 2000-07-12 Dave Love <fx@gnu.org>
8209
8210 * cus-start.el: Add optional version as 4th element of specs and
8211 use it for several things new in v21. Remove load-path. Fix type
8212 of line-number-display-limit.
8213
8214 2000-07-11 Dave Love <fx@gnu.org>
8215
8216 * progmodes/fortran.el: Don't require easymenu.
8217 Use repeat counts in various regexps.
8218 (fortran-mode-syntax-table): Defvar directly.
8219 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8220 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8221 Use defvar, not defconst.
8222 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8223 (fortran-mode): Set fortran-comment-line-start-skip,
8224 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8225 (fortran-comment-indent): Use defsubst.
8226 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8227 Use fortran-comment-indent, not fortran-comment-indent-function.
8228 (fortran-comment-region, fortran-electric-line-number): Simplify.
8229 (fortran-auto-fill): New function.
8230 (fortran-do-auto-fill): Deleted.
8231 (fortran-find-comment-start-skip):
8232 Check for non-null comment-start-skip.
8233 (fortran-auto-fill-mode, fortran-fill-statement):
8234 Use fortran-auto-fill.
8235 (fortran-fill): Use fortran-auto-fill. Check for null
8236 comment-start-skip. Simplify final clause and use end-of-line finally.
8237
8238 * widget.el (widget-plist-member): New alias.
8239
8240 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8241
8242 * eshell/esh-module.el (toplevel): Reference
8243 byte-compile-current-file only if it is bound.
8244
8245 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8246
8247 * dired.el: Don't require `dired-aux'.
8248
8249 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8250
8251 * dired-aux.el (dired-show-file-type): New function.
8252 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8253 (dired-show-file-type): Add autoload.
8254
8255 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8256
8257 * international/mule-diag.el (describe-font): Adjusted for the
8258 change of fontset-info.
8259 (print-fontset): Likewise.
8260
8261 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8262
8263 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8264
8265 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8266
8267 * bindings.el: Bind `[delete]' to delete-char.
8268
8269 * dired.el (dired-find-alternate-file): New function.
8270 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8271 (toplevel): Require dired-aux when compiling.
8272 (dired-buffers): Move defvar within file to avoid compiler warning.
8273
8274 * info.el (Info-last-search): Variable removed.
8275 (Info-search-history): New variable.
8276 (Info-search): New Info-search-history.
8277
8278 * battery.el, info-look.el: Change author's mail address.
8279
8280 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8281
8282 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8283 if rmail-ignored-headers is nil.
8284 (rmail-retry-failure): Bind rmail-ignored-headers and
8285 rmail-displayed-headers to nil.
8286
8287 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8288
8289 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8290 (print-region-1): Don't hard code `-h' here.
8291
8292 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8293
8294 2000-07-01 Francesco Potorti` <pot@gnu.org>
8295
8296 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8297 exim can use "your message" instead of "the message".
8298
8299 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8300
8301 * facemenu.el: Docstrings fixes.
8302 (facemenu-get-face): Don't use internal-find-face.
8303 (facemenu-iterate): Rename arg to match the docstring.
8304
8305 * newcomment.el (uncomment-region): Be more careful when skipping
8306 backwards over `=' not to bump into BOBP.
8307
8308 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8309
8310 * ediff-diff.el (ediff-wordify): Use syntax table.
8311 * ediff-init.el (ediff-has-face-support-p): Use
8312 ediff-color-display-p.
8313 (ediff-color-display-p): Use display-color-p, changed to defun
8314 from defsubst.
8315 Got rid of special cases for NeXT and OS/2.
8316 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8317 face.
8318
8319 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8320
8321 * emacs-lisp/lucid.el: Require CL.
8322 (copy-tree, remprop): Remove, it's provided by CL.
8323 (map-keymap): Define in terms of cl-map-keymap.
8324 (extent-property, set-extent-end-glyph): New functions.
8325
8326 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8327
8328 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8329
8330 * Makefile.in (DONTCOMPILE): Add comment that the name may
8331 not be changed without changing the make-dist script.
8332
8333 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8334 (cl-mapc): Use mapc instead of cl-old-mapc.
8335
8336 2000-07-05 Andrew Innes <andrewi@gnu.org>
8337
8338 * makefile.nt: Add support for `bootstrap' and related targets.
8339
8340 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8341
8342 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8343 (easy-menu-do-define): Use `menu-item' format.
8344 Handle case where easy-menu-create-menu returns a symbol.
8345 Manually call the potential top-level filter in the function binding.
8346 (easy-menu-filter-return): New arg NAME.
8347 Convert to a keymap if MENU is an XEmacs menu.
8348 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8349 (easy-menu-converted-items-table, easy-menu-convert-item):
8350 New var and fun to memoize easy-menu-convert-item-1.
8351 (easy-menu-do-add-item): Use it.
8352 (easy-menu-create-menu): Use easy-menu-convert-item.
8353 Wrap easy-menu-filter-return around any :filter specification.
8354 Don't convert the menu if a filter was specified.
8355 Tell easy-menu-make-symbol not to check for MENU being an expression.
8356 (easy-menu-make-symbol): New arg NOEXP.
8357
8358 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8359
8360 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8361 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8362 (eval-defun): If called with prefix arg, instrument code for
8363 Edebug.
8364
8365 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8366 similar to that of eval-defun.
8367
8368 2000-07-04 Dave Love <fx@gnu.org>
8369
8370 * hl-line.el (hl-line-overlay): Make it permanent-local.
8371
8372 * calendar/todo-mode.el: Replaced with a working version, based on
8373 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8374
8375 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8376
8377 * paths.el (prune-directory-list): New function.
8378 (Info-default-directory-list): Rewritten to more methodically
8379 enumerate a big list of possible info directories (based on the
8380 list used by the standalone info reader).
8381
8382 * info.el (info-initialize): Use prune-directory-list to remove
8383 non-existent directories from Info-directory-list.
8384
8385 * paths.el (Info-default-directory-list): Try a list of possible
8386 info-directories instead of a single one. Add the possible
8387 info directory "/usr/share/info".
8388
8389 * woman.el (woman-man.conf-path): Explicitly include the debian
8390 man-db config file "/etc/manpath.config".
8391 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8392 are present in `manpath.config'.
8393 (woman-manpath): Include "/usr/share/man".
8394
8395 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8396
8397 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8398
8399 * startup.el (command-line): Initialize blink-cursor based
8400 on window-system.
8401
8402 * frame.el (blink-cursor): Default to nil if not running under
8403 a window-system.
8404
8405 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8406 (face-x-resources): Remove duplicate entry for :font.
8407
8408 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8409 instead of cycling through windows with next-window.
8410
8411 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8412 of cycling through windows with next-window.
8413
8414 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8415 of cycling through windows with next-window.
8416
8417 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8418 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8419 instead of cycling through windows with next-window.
8420
8421 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8422 instead of cycling through windows with next-window.
8423
8424 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8425 of cycling through windows with next-window.
8426
8427 * terminal.el (te-process-output): Use walk-windows instead of
8428 cycling through windows with next-window.
8429
8430 * server.el (server-switch-buffer): Use some-window instead of
8431 cycling through windows with next-window.
8432
8433 * window.el (some-window): New function.
8434 (walk-windows): Remove reference to walk-windows-start.
8435
8436 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8437
8438 2000-07-03 Richard Stallman <rms@gnu.org>
8439
8440 * window.el (walk-windows): Guarantee termination by keeping a list
8441 of all the windows already handled.
8442
8443 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8444
8445 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8446 window-system.
8447
8448 * man.el (Man-notify-when-ready): Don't use window-system. If
8449 Man-notify-method is newframe, and the display is not
8450 multi-frame, select the frame created for the man page.
8451 (Man-init-defvars): Doc fix.
8452
8453 2000-06-28 Gerd Moellmann <gerd@gnu.org>
8454
8455 * faces.el (region): Change background color for light background.
8456
8457 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8458 attribute from mode-line face of Ediff control frame.
8459
8460 * replace.el (query-replace-map): Bind `e' like `E'.
8461
8462 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8463
8464 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8465 Change name to "Select All".
8466
8467 * dos-fns.el (convert-standard-filename): Fix last change.
8468
8469 2000-06-27 Gerd Moellmann <gerd@gnu.org>
8470
8471 * help.el (describe-variable): Don't insert a second `'s' in front
8472 of the string `value is shown below'. Since the syntax-table is
8473 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8474 an existing `'s', so that this won't be deleted.
8475
8476 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8477 * pcmpl-unix.el: New files.
8478
8479 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8480
8481 * wid-edit.el (widget-member): Use the new plist-member.
8482
8483 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8484
8485 * replace.el (perform-replace): Undo change of 2000-04-04.
8486 Instead, move backward 1 character at the end of the loop when
8487 necessary.
8488
8489 * faces.el (fringe): Change face for different backgrounds.
8490
8491 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8492 patch from John.
8493
8494 * eshell/*.el: Change spelling of the Free Software Foundation.
8495
8496 * eshell/esh-toggle.el: Removed.
8497
8498 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8499
8500 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8501 interactively.
8502
8503 2000-06-26 Alex Schroeder <alex@gnu.org>
8504
8505 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8506 `define-key'; instead of checking `(emacs-version)' check for
8507 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8508 for `;' and `o' which might be electric.
8509
8510 (sql-electric-stuff): New user option.
8511 (sql-magic-go): New function which uses `sql-electric-stuff'.
8512 (sql-magic-semicolon): New function which uses
8513 `sql-electric-stuff'.
8514
8515 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8516 is not fboundp.
8517
8518 (sql-oracle-options): New variable.
8519 (sql-oracle): Use it.
8520
8521 (sql-imenu-generic-expression): Doc change.
8522 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8523 is used.
8524
8525 (sql-informix): Added command line parameter "-" to force
8526 sql-informix-program to use stdout.
8527
8528 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8529
8530 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8531 (cp864-decode-table): Doc fix.
8532 (cp720-decode-table): New variable, supports the Arabic OEM
8533 codepage used by Windows.
8534 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8535
8536 2000-06-23 Dave Love <fx@gnu.org>
8537
8538 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8539 (font-lock-fontify-anchored-keywords): Use
8540 line-beginning-position.
8541 (global-font-lock-mode): Use mapc.
8542
8543 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8544
8545 * eshell/esh-module.el: Require CL when compiling.
8546
8547 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8548
8549 * comint.el (comint-substitute-in-file-name): Call replace-match
8550 with second and third arg t.
8551
8552 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8553 Specify foreground color.
8554
8555 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8556 color.
8557
8558 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8559
8560 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8561 cddr instead of cdddr.
8562
8563 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8564 instead of copy-list.
8565
8566 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8567 of copy-list.
8568
8569 * subdirs.el: Add eshell subdirectory.
8570
8571 * eshell: New subdirectory containing the Eshell package.
8572
8573 * pcomplete.el: New file.
8574
8575 2000-06-23 Paul Eggert <eggert@twinsun.com>
8576
8577 * mail/mailpost.el (post-mail-send-it): Make sure file has
8578 proper permissions from birth.
8579
8580 * files.el (basic-save-buffer-2): When temporarily setting
8581 file modes, set them to current modes plus 0200, not to 0777.
8582
8583 * emerge.el (emerge-make-temp-file): Make sure file has proper
8584 permissions from birth.
8585
8586 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8587
8588 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8589 backup file name through convert-standard-filename.
8590
8591 * dos-fns.el (convert-standard-filename): Convert leading
8592 directories as well. When long file names are supported, convert
8593 characters that are invalid in Windows file names.
8594
8595 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8596
8597 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8598 ps-print crashes. New feature: page selection for printing. Create
8599 raw-text-unix coding system for XEmacs. Doc fix.
8600 (ps-print-version): New version number (5.2.3).
8601 (ps-plot-region): Bug fix.
8602 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8603 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8604 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8605 funs.
8606 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8607 (ps-last-page): New vars.
8608
8609 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8610
8611 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8612 empty option string.
8613
8614 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8615
8616 * man.el (man): Doc fix.
8617
8618 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8619
8620 * international/mule-cmds.el (set-language-info-alist): Docstring
8621 fixed.
8622
8623 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8624
8625 * version.el (emacs-version): Use ISO date format.
8626
8627 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8628 instead of `M-backspace'.
8629
8630 * simple.el (turn-off-auto-fill): New function.
8631
8632 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8633
8634 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8635 Renamed from with-buffer-prepared-for-font-lock and use
8636 inhibit-modification-hooks rather than setting *-change-functions.
8637 Update all functions to use the new name.
8638 (jit-lock-first-unfontify-pos): New semantics (and doc).
8639 (jit-lock-mode): Make non-interactive.
8640 Don't automatically turn on font-lock.
8641 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8642 Always use jit-lock-after-change.
8643 Remove and restore font-lock-after-change-function.
8644 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8645 (jit-lock-after-unfontify-buffer): Remove.
8646 (jit-lock-stealth-fontify):
8647 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8648 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8649
8650 2000-06-20 Sam Steingold <sds@gnu.org>
8651
8652 * emacs-lisp/cl-indent.el (toplevel): Indent
8653 `print-unreadable-object' properly. Untabify.
8654
8655 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8656
8657 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8658 Support for bibentry.
8659 (reftex-compile-variables): Fixed problem with end of section-re.
8660
8661 * texmodes/reftex-dcr.el (reftex-view-crossref,
8662 reftex-view-crossref-from-bibtex):
8663 Deal with changed `reftex-find-citation-regexp-format'.
8664 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8665 Replaced `remprop' with `put'.
8666 (reftex-view-crossref, reftex-view-crossref-when-idle):
8667 Support for bibentry.
8668
8669 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8670 New entry for bibentry package.
8671
8672 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8673 Regexp also matches "\nobibliography".
8674
8675 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8676 Call `reftex-ensure-write-access' before doing anything.
8677 (reftex-ensure-write-access): New function.
8678
8679 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8680
8681 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8682
8683 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8684
8685 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8686
8687 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8688
8689
8690 2000-06-20 Dave Love <fx@gnu.org>
8691
8692 * faces.el (frame-background-mode): Use set-default, not set, in
8693 setter.
8694 (frame-update-faces, frame-update-face-colors): Define with
8695 defalias.
8696
8697 * enriched.el (enriched-decode-foreground)
8698 (enriched-decode-background): Don't use internal-find-face.
8699
8700 * apropos.el: Doc fixes.
8701
8702 * cus-edit.el (customize-changed-options): Check arg.
8703 (customize-version-lessp): Don't require decimal point.
8704
8705 * custom.el (defcustom, defgroup): Doc fix.
8706
8707 * newcomment.el (comment) <defgroup>: Add :version.
8708 (comment-multi-line): Doc fix.
8709
8710 * emulation/mlsupport.el (define-hooked-local-abbrev,
8711 define-hooked-global-abbrev): Fix, using define-abbrev.
8712
8713 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8714
8715 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8716 the whole buffer.
8717
8718 2000-06-19 Dave Love <fx@gnu.org>
8719
8720 * menu-bar.el (menu-bar-options-save): New function.
8721 (menu-bar-options-menu): Use it.
8722 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8723 Simplify.
8724
8725 2000-06-19 Andreas Schwab <schwab@suse.de>
8726
8727 * progmodes/etags.el (tags-query-replace): Put new parameters
8728 START and END at the end, for backward compatibility.
8729
8730 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8731
8732 * international/codepage.el:
8733 (cp-coding-system-for-codepage-1): Delete special codes for
8734 generating xxx-dos coding system because now a CCL based coding
8735 system can handle EOL conversion by default.
8736
8737 * international/mule.el (make-coding-system): Generate subsidiary
8738 coding systems for EOL handling variants even for a CCL based
8739 coding system.
8740
8741 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8742
8743 * international/isearch-x.el (isearch-minibuffer-input-method)
8744 (isearch-minibuffer-input-method-function): These variables
8745 deleted.
8746 (isearch-with-input-method): Don't use the above variables.
8747 (isearch-process-search-multibyte-characters): Likewise. Call
8748 read-string with the arg INHERIT-INPUT-METHOD t.
8749
8750 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8751
8752 * font-lock.el (font-lock-after-fontify-buffer)
8753 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8754
8755 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8756 Use consistent make-local-variable style for font-lock-fontified.
8757 (jit-lock-fontify-buffer):
8758 Don't bother checking for font-lock-mode and jit-lock-mode.
8759
8760 * time.el: Remove trailing ^M that prevent CVS-merging.
8761
8762 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8763
8764 * Makefile.in (distclean): New target.
8765
8766 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8767
8768 * Makefile.in (srcdir): Define for update-subdirs.
8769
8770 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8771
8772 * find-lisp.el: New file.
8773
8774 2000-06-16 Andrew Innes <andrewi@gnu.org>
8775
8776 * time.el (display-time-mail-function): New variable, to allow
8777 external packages to indicate when new mail is available.
8778 (display-time-update): Use it.
8779
8780 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8781
8782 * international/mule.el (mule-version): Change version name to
8783 SAKAKI. AOI has already been used by Meadow.
8784
8785 * international/quail.el (quail-show-guidance-buf): To find the
8786 bottom window (but minibuffer), pay attention to the height of
8787 minibuffer.
8788
8789 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8792 menu-bar menus. Add help strings. Don't remove the Edit menu
8793 from the menu bar, as the menu bar has enough space now.
8794
8795 * Makefile.in (SHELL): Make sure /bin/sh is used.
8796
8797 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8798 characters, which use series of two ^H characters instead of one.
8799
8800 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8801
8802 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8803 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8804 functions.
8805 (Info-find-node-2): Try a case-sensitive search first, then
8806 do a case-insensitive search.
8807
8808 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8809 tutorials.
8810
8811 * complete.el (PC-env-vars-alist): New variable.
8812 (PC-complete-as-file-name): New function.
8813 (partial-completion-mode): Initialize PC-env-vars-alist from
8814 process-environment.
8815 (PC-do-completion): Handle completion of env vars.
8816
8817 * info.el (Info-set-mode-line): Show file name in mode line,
8818 use `*Info*' instead of `Info:'.
8819
8820 * startup.el (command-line-1): Change copyright messages to year
8821 2000.
8822
8823 2000-06-15 Dave Love <fx@gnu.org>
8824
8825 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8826 not local-map.
8827
8828 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8829
8830 * international/mule.el (set-buffer-file-coding-system): Almost
8831 rewritten to handle `undecided' as no-op.
8832
8833 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8834
8835 * Makefile.in: New file.
8836
8837 * Makefile: Removed.
8838
8839 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8840 (goto-address-highlight-keymap): Bind C-c RET.
8841
8842 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8843
8844 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8845 inherits buffer-file-coding-system of the current buffer.
8846
8847 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8848 0. Give correct argument to set-auto-coding-function.
8849 (tar-expunge): For goto-char, use (point-min), not 0.
8850 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8851 (tar-subfile-save-buffer): Likewize.
8852
8853 * international/mule.el
8854 (after-insert-file-set-buffer-file-coding-system): Call
8855 set-buffer-file-coding-system with the arg FORCE t.
8856
8857 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8858
8859 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8860 nil. Contemporary sendmails issue an X-Authentication-Warning if
8861 the sender is set with `-f'.
8862
8863 2000-06-13 Dave Love <fx@gnu.org>
8864
8865 * help.el (describe-function-1): Kluge around cases of functions
8866 fset to subrs whose doc doesn't match their symbol-name.
8867
8868 * image.el (insert-image): Default STRING to a space.
8869
8870 * info.el Doc fixes.
8871 (Info-build-node-completions): Match Ref tags.
8872
8873 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8874
8875 * frame.el (display-multi-frame-p, display-multi-font-p): New
8876 defaliases for display-graphic-p.
8877
8878 * hl-line.el: Fixed a typo in commentary.
8879
8880 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8881
8882 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8883 fixed.
8884
8885 2000-06-12 Dave Love <fx@gnu.org>
8886
8887 * image.el (insert-image): Save a little consing.
8888
8889 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8890
8891 * language/tibet-util.el: Convert all tibetan-1-column characters
8892 to the corresponding tibetan characters.
8893 (tibetan-add-components): Delete code for the special treatment of
8894 'a chung.
8895
8896 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8897 change.
8898 (tibetan-vowel-transcription-alist): More rules added.
8899 (tibetan-composite-vowel-alist): New variable.
8900 (tibetan-precomposition-rule-alist): More rules added.
8901
8902 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8903
8904 * startup.el (command-line): Only call menu-bar-mode if interactive.
8905
8906 * thingatpt.el (toplevel symbol-properties):
8907 * textmodes/makeinfo.el (makeinfo-compile):
8908 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8909 * progmodes/hideif.el (hif-compress-define-list)
8910 (hide-ifdef-use-define-alist):
8911 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8912 (ange-ftp-vms-add-file-entry):
8913 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8914 * man.el (Man-build-man-command):
8915 * mail/rnewspost.el (news-reply-header-hook):
8916 * info.el (Info-insert-dir):
8917 * emulation/mlconvert.el (backward-word, forward-word, setq):
8918 * emacs-lisp/gulp.el (gulp-send-requests):
8919 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8920 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8921 (byte-optimize-apply, end of file):
8922 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8923 (ad-make-freeze-definition):
8924 * startup.el (command-line, command-line-1): Don't quote lambdas.
8925
8926 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8927 (cvs-cleanup-removed): New function.
8928 (cvs-cleanup-functions): New var.
8929 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8930 some flexibility in specifying additional entries to auto-cleanup.
8931 (cvs-quickdir): New function.
8932 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8933 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8934 (cvs-mode-find-file): Check that we are on a filename or dirname
8935 when invoked through a mouse-click.
8936 (cvs-full-path): Remove.
8937 (cvs-dired-action): Re-introduced.
8938 (cvs-dired-noselect): Use it.
8939 (vc-post-command-functions): use this new hook if available.
8940
8941 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8942 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8943 (cvs-filename-map, cvs-dirname-map): Remove.
8944 (cvs-default-action): Remove.
8945 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8946 if the arg is really a keymap.
8947 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8948 Don't hardcode the mapping from state (aka type) to face, but check
8949 the var cvs-fi-<type>-face instead.
8950 (cvs-fileinfo-from-entries): New function.
8951
8952 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8953 Docstring fix.
8954 (cvs-find-file-and-jump): Change default to be safer.
8955 (cvs-mode-diff-map): Define it as a function as well.
8956 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8957 Bind mouse-2 in this global map rather than with text-properties.
8958
8959 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8960 file to resolve the ambiguity between C(conflict) and C(need-merge).
8961
8962 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8963
8964 * international/mule.el (set-buffer-file-coding-system): If
8965 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8966 unconditionally.
8967
8968 2000-06-12 Dave Love <fx@gnu.org>
8969
8970 * wid-edit.el (widget-specify-button): Really suppress the face if
8971 required.
8972
8973 2000-06-11 Gerd Moellmann <gerd@gnu.org>
8974
8975 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8976
8977 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8978
8979 * imenu.el (imenu-generic-expression): Docstring fix.
8980
8981 * composite.el (composition-function-table): Move the `put'
8982 below the autoload cookie so we can load the file before loaddefs.
8983
8984 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8985
8986 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8987 Handle easy-mmode-define-global-mode.
8988 For complex macros like define-minor-mode that can generate
8989 several autoload entries, try to autoload entries in the
8990 macroexpanded code.
8991
8992 * emacs-lisp/easy-mmode.el (define-minor-mode):
8993 If KEYMAP is a symbol, just use it.
8994 Use byte-compile-current-file and load-file-name to infer the
8995 proper :require to pass to defcustom.
8996 Wrap the hook var into `progn' so as not to autoload it.
8997 Add a :autoload-end cookie.
8998 Be more careful about the evaluation of KEYMAP.
8999 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9000 (define-derived-mode): Move define-abbrev-table outside of defvar.
9001
9002 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9003
9004 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9005 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9006 (backup-compiled-files): Ignore errors during `tar'.
9007 (bootstrap): Make autoloads before elc files.
9008
9009 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9010
9011 * international/mule.el (set-buffer-file-coding-system): If one of
9012 undecided-XXX is specified, change only EOL conversion.
9013
9014 * international/mule-conf.el (unix): New alias for the coding
9015 system undecided-unix.
9016
9017 2000-06-09 Dave Love <fx@gnu.org>
9018
9019 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9020
9021 * progmodes/executable.el: Byte compile dynamic.
9022 (executable-insert): Change custom type.
9023 (executable-find): Add autoload cookie.
9024 (executable-make-buffer-file-executable-if-script-p): New
9025 function. After Noah Friedman.
9026
9027 * files.el (after-save-hook): Customize, with
9028 executable-make-buffer-file-executable-if-script-p as an option.
9029
9030 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9031
9032 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9033 "tib24p-mule.bdf" for Tibetan.
9034
9035 * composite.el (decompose-composite-char): Declare it as obsolete.
9036
9037 * man.el (Man-fontify-manpage): Pay attention to underline and
9038 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9039
9040 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9041
9042 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9043 Set maintainer to FSF since author isn't reachable.
9044
9045 2000-06-08 Dave Love <fx@gnu.org>
9046
9047 * international/mule-cmds.el (select-safe-coding-system): If
9048 DEFAULT-CODING-SYSTEM is not specified, also check the most
9049 preferred coding-system if buffer-file-coding-system is
9050 `undecided'. From Handa.
9051
9052 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9053
9054 * international/mule.el
9055 (after-insert-file-set-buffer-file-coding-system): If the buffer
9056 size is greater than INSERTED, judget that we are not visiting.
9057
9058 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9059
9060 * whitespace.el (defgroup whitespace): Comment out `:version'.
9061 XEmacs 20.4 has problems defining the group with this present.
9062 We'll have this commented out till get resolve the problem.
9063
9064 2000-06-07 John Wiegley <johnw@gnu.org>
9065
9066 * align.el (align-dq-string-modes, align-sq-string-modes)
9067 (align-open-comment-modes): Add pyhton-mode.
9068 (align-rules-list): Use get-text-property instead of
9069 text-properties-at.
9070 (align-rules-list): Add python-assignment.
9071 (align-rules-list): Change perl-comma-delimiter to
9072 basic-comma-delimiter. Use if for Perl modes and python-mode.
9073 (align-rules-list): Add python-chain-logic and
9074 basic-line-continuation.
9075
9076 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9077
9078 * apropos.el (apropos-mode-hook): New user variable.
9079 (apropos-mode): Run apropos-mode-hook.
9080
9081 2000-06-07 David Ponce <david@dponce.com>
9082
9083 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9084 commands. Require `wid-edit' at run-time.
9085
9086 2000-06-07 David Ponce <david@dponce.com>
9087
9088 * recentf.el: Added some "Commentary".
9089 (recentf-open-more-files, recentf-edit-list): Minor changes to
9090 move the point at the top of the file list. This behaviour is
9091 consistent with the menu one when the list contains a lot of
9092 files.
9093 (recentf-cleanup): Now displays the number of items removed from
9094 the list.
9095 (recentf-relative-filter) New menu filter to show filenames
9096 relative to `default-directory'.
9097
9098 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9099
9100 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9101 with/without giving an error if PostScript printer doesn't have this
9102 kind of page size. Zebra Stripe continues or restarts on next page.
9103 Manual/automatic paper feeding. Switch or not the header.
9104 (ps-print-version): New version number (5.2.2).
9105 (ps-windows-system): Include emx as a Windows system.
9106 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9107 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9108 (ps-background-text): Code fix.
9109 (ps-error-handler-message, ps-user-defined-prologue)
9110 (ps-print-prologue-header, ps-printer-name)
9111 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9112 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9113 (ps-use-face-background): Customization fix.
9114 (ps-n-up-database): Data fix.
9115 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9116 (ps-switch-header): New vars.
9117 (ps-xemacs-color-name, ps-face-foreground-name)
9118 (ps-face-background-name, ps-boolean-constant): New funs.
9119
9120 2000-06-07 Dave Love <fx@gnu.org>
9121
9122 * allout.el: New version from Manheimer.
9123
9124 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9125
9126 * textmodes/fill.el (fill-find-break-point): Check the validity of
9127 charset.
9128
9129 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9130
9131 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9132 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9133 Call display-color-p and display-mouse-p instead of looking at
9134 window-system.
9135
9136 2000-06-06 Dave Love <fx@gnu.org>
9137
9138 * image.el (find-image): Doc fix. Return nil if image not found.
9139 (put-image, insert-image): Make STRING arg optional.
9140
9141 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9142
9143 * language/vietnamese.el: Remove eval-when-compile.
9144 (viet-viscii-nonascii-translation-table): Define it as a
9145 translation table made from viet-viscii-decode-table.
9146 (viet-viscii-encode-table): Define it as a translation table made
9147 from the reverse map of above.
9148 (viet-vscii-nonascii-translation-table): Define it as a
9149 translation table made from viet-vscii-decode-table.
9150 (viet-vscii-encode-table): Define it as a translation table made
9151 from the reverse map of above.
9152 (ccl-decode-viscii): Use translate-character.
9153 (ccl-encode-viscii, ccl-encode-viscii-font)
9154 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9155 Likewize.
9156
9157 * language/cyrillic.el: Remove eval-when-compile.
9158 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9159 translation table made from cyrillic-koi8-r-decode-table.
9160 (cyrillic-koi8-r-encode-table): Define it as a translation table
9161 made from the reverse map of above.
9162 (ccl-decode-koi8): Use translate-character.
9163 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9164 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9165 a translation table made from cyrillic-alternativnyj-decode-table.
9166 (cyrillic-alternativnyj-encode-table): Define it as a translation
9167 table made from the reverse map of above.
9168 (ccl-decode-alternativnyj): Use translate-character.
9169 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9170 Likewize
9171
9172 * international/mule-diag.el (non-iso-charset-alist): Specify
9173 translation table symbol instead of translation table itself.
9174 (list-block-of-chars): CHARSET may be a translation table symbol.
9175
9176 * international/mule.el (make-coding-system): If CODING-SYSTEM
9177 already exists, override it.
9178
9179 * international/fontset.el: Use family `proportional' for Tibetan
9180 fonts.
9181
9182 * international/ccl.el (ccl-compile-translate-character): Don't
9183 check if Rrr has property translation-table.
9184 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9185
9186 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9187
9188 * info.el: Bind case-fold-search to t when searching in case
9189 a user sets it to nil in a hook.
9190
9191 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9192
9193 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9194 * hl-line.el (hl-line-mode): Use the new :global key argument.
9195
9196 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9197 (tar-clip-time-string): Prepend a space.
9198 (tar-grind-file-mode): Construct a string rather than modifying one.
9199 (tar-header-block-summarize): Fix docstring.
9200 Use `format' rather than an error-prone set of copy-loops.
9201
9202 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9203 (diff-goto-source, diff-unified->context, diff-context->unified)
9204 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9205 understand the format output by the `-p' argument to diff.
9206
9207 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9208 (sh-re-done): Use defconst.
9209 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9210 (sh-help-string-for-variable, sh-guess-basic-offset):
9211 Don't quote lambdas.
9212 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9213 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9214
9215 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9216 (mh-letter-mode): Derive from text-mode.
9217 This implicitly means that it now calls kill-all-local-variables.
9218 Also remove the Emacs-18 compatibility code.
9219
9220 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9221 Make use of symbol-property doc-string-elt.
9222 Use memq rather than a sequence of eq.
9223 (doc-string-elt): Fix the wrong or missing previously unused values.
9224 (autoload-print-form): New function extracted from
9225 generate-file-autoloads to allow recursion when handling progn
9226 so that defvar's and defun's docstrings are properly printed.
9227 (generate-file-autoloads): Use it.
9228
9229 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9230 Use find-file-hooks in the minor-mode function.
9231 Be careful not to loop indefinitely in the post-command-hook function.
9232
9233 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9234
9235 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9236 tty's.
9237 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9238 differences whenever appropriate.
9239 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9240 * viper.el (find-file, find-file-other-window): Get viper to do
9241 wildcards.
9242
9243 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9244
9245 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9246 (jit-lock-fontify-buffer): New function for JIT refontification.
9247 (jit-lock-mode): Fix docstring.
9248 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9249 Remove jit-lock-after-change from the _local_ hook.
9250 (jit-lock-function-1): Fix docstring.
9251
9252 * info.el (Info-on-current-buffer): Initialize info.
9253
9254 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9255
9256 * progmodes/tcl.el (tcl-indent-for-comment):
9257 Ignore comment-indent-hook.
9258
9259 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9260 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9261 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9262 and improve to use the lighter to guess the capitalization.
9263 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9264 Add keyword arguments to specify global-ness or the custom group.
9265 Add local-map and help-echo properties to the lighter.
9266 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9267 (easy-mmode-define-global-mode): New macro.
9268
9269 2000-06-02 Dave Love <fx@gnu.org>
9270
9271 * wid-edit.el: byte-compile-dynamic since we typically don't use
9272 all the widgets. Don't require cl or widget. Remove
9273 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9274 (widget-read-event): Removed. Callers changed to use read-event.
9275 (widget-button-release-event-p): Renamed from
9276 button-release-event-p.
9277 (widget-field-add-space, widget-field-use-before-change):
9278 Uncustomize.
9279 (widget-specify-field): Use keymap property, not local-map.
9280 (widget-specify-button): Obey :suppress-face.
9281 (widget-specify-insert): Use modern backquote syntax.
9282 (widget-image-directory): Renamed from widget-glyph-directory.
9283 (widget-image-enable): Renamed from widget-glyph-enable.
9284 (widget-image-find): Replaces widget-glyph-find.
9285 (widget-button-pressed-face): Move defvar.
9286 (widget-image-insert): Replaces widget-glyph-insert.
9287 (widget-convert): Use keywordp.
9288 (widget-leave-text, widget-children-value-delete): Use mapc.
9289 (widget-keymap): Remove XEmacs stuff.
9290 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9291 (widget-button-click): Don't set point at the click, but re-centre
9292 if we scroll out of window. Rewritten for images v. glyphs &c.
9293 (widget-tabable-at): Use POS arg, not point.
9294 (widget-beginning-of-line, widget-end-of-line)
9295 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9296 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9297 (widget-default-create): Use widget-image-insert; some rewriting.
9298 (widget-visibility-value-create)
9299 (widget-push-button-value-create, widget-toggle-value-create): Use
9300 widget-image-insert.
9301 (checkbox): Create on and off images dynamically.
9302 (documentation-link): Change :help-echo.
9303 (widget-documentation-link-echo-help): Remove.
9304
9305 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9306
9307 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9308
9309 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9310 (easy-mmode-define-toggle, define-minor-mode): Use it.
9311 (easy-mmode-define-keymap): Docstring fix.
9312 (define-derived-mode): Default PARENT to fundamental-mode.
9313 Add the derived-mode-parent symbol-property.
9314 (easy-mmode-derived-mode-p): New function.
9315
9316 2000-06-02 Dave Love <fx@gnu.org>
9317
9318 * files.el (convert-standard-filename): Doc fix.
9319 (normal-backup-enable-predicate): New function.
9320 (backup-enable-predicate): Use it to replace the lambda form.
9321
9322 * calendar/todo-mode.el: [This needs more work on the outline
9323 stuff.] Doc fixes.
9324 (todo) <defgroup>: Add :version.
9325 (todo-add-category): Don't use pushnew.
9326 (todo-cmd-raise): Fix typo.
9327 (todo-top-priorities): Change temp buffer name.
9328 (todo-category-alist): Avoid redundant lambda.
9329 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9330 Use outline-next-heading.
9331
9332 * autoarg.el: Rewritten to use define-minor-mode.
9333 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9334 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9335
9336 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9337
9338 * isearch.el (isearch-other-meta-char): Fix previous change.
9339
9340 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9341
9342 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9343 (log-edit-done): Only add the comment to the ring if it's different
9344 from the last comment entered.
9345
9346 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9347
9348 2000-06-01 Dave Love <fx@gnu.org>
9349
9350 * hl-line.el: Rewritten using define-minor-mode.
9351
9352 * help.el (describe-function-1): Distinguish special form from
9353 builtin function. Sanity-check presence of arglist for builtins.
9354
9355 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9356
9357 * international/characters.el: Fix syntax/category setting of
9358 Tibetan characters.
9359
9360 * language/tibet-util.el (tibetan-add-components): Fixes for new
9361 encoding of Tibetan characters.
9362 (tibetan-decompose-precomposition-alist): New variable.
9363 (tibetan-decompose-region): Convert precomposed characters to
9364 non-precomposed characters.
9365 (tibetan-decompose-string): Likewise.
9366 (tibetan-composition-function): Fix args to
9367 thibetan-compose-string.
9368
9369 * language/tibetan.el (tibetan-composable-pattern): More
9370 characters included.
9371 (tibetan-consonant-transcription-alist): Rule for "R" added.
9372 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9373 "+R" added.
9374 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9375
9376 * language/lao-util.el (lao-composition-function): Fix args to
9377 compose-string.
9378
9379 * language/thai-util.el (thai-composition-function): Fix args to
9380 compose-string.
9381
9382 * isearch.el (isearch-update): Set disable-point-adjustment to t
9383 to prevent the point moving to the end of a composition when a
9384 part of a composition is searched.
9385 (isearch-other-meta-char): If the key invoking this command can be
9386 mapped by function-key-map to a printing char, call
9387 isearch-process-search-char directly.
9388
9389 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * emacs-lisp/bytecomp.el:
9392 * frame.el:
9393 * international/mule-cmds.el:
9394 * international/mule-util.el:
9395 * international/mule.el:
9396 * mouse.el:
9397 * subr.el:
9398 * faces.el: Update calls to make-obsolete with a WHEN argument.
9399
9400 * byte-run.el (make-obsolete, make-obsolete-variable):
9401 Add an optional WHEN argument and change the format of the
9402 symbol-property information.
9403 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9404 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9405 new obsolete-symbol-property format and print WHEN if it is provided.
9406
9407 2000-05-31 Dave Love <fx@gnu.org>
9408
9409 * loadhist.el (loadhist-hook-functions): Remove
9410 before-change-function, after-change-function.
9411 (unload-feature): Deal with symbols which are both bound and
9412 fbound.
9413
9414 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9415 before-change-function, after-change-function.
9416
9417 * simple.el (newline): Don't bind before-change-function,
9418 after-change-function.
9419
9420 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9421
9422 * whitespace.el (whitespace-rescan-timer-time): Update interval
9423 set to 600 seconds (10 minutes) instead of 60 seconds since
9424 a large number of whitespace buffers causes emacs to `freeze'
9425 for a considerable amount of time.
9426
9427 * whitespace.el: Updated email address
9428
9429 2000-05-31 Dave Love <fx@gnu.org>
9430
9431 * add-log.el (change-log-font-lock-keywords) <function>: Add
9432 pattern for function of change.
9433 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9434 acknowledgements patterns.
9435
9436 2000-05-31 Kenichi Handa <handa@etl.go.jp>
9437
9438 * isearch.el (isearch-printing-char): If keyboard coding system is
9439 being used, call isearch-process-search-multibyte-characters.
9440
9441 * international/isearch-x.el: Mostly rewritten.
9442
9443 * international/quail.el (quail-start-conversion): Don't include
9444 unhandled events in the returned events, but set them in
9445 unread-command-events. Exit if all inputs are deleted.
9446
9447 2000-05-30 Jason Rumney <jasonr@gnu.org>
9448
9449 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9450
9451 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9452 Reenable code to create initial fontsets.
9453 Use set-fontset-font in place of put-charset-property.
9454
9455 2000-05-30 Gerd Moellmann <gerd@gnu.org>
9456
9457 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9458 label, ensure that the first colon isn't followed by another.
9459
9460 * paths.el (Info-default-directory-list): Doc fix.
9461
9462 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9463 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9464 send a query containing USER only, not USER@HOST.
9465
9466 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9467 and rmail-msgend to compute the restriction at the end, instead of
9468 computing it.
9469
9470 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9471
9472 * dabbrev.el (dabbrev-expand): Don't display messages in the
9473 echo area if the minibuffer window is active.
9474
9475 * jit-lock.el (jit-lock-mode): Add after change function to
9476 local hook.
9477
9478 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9479
9480 * antlr-mode.el: New commands: hide/unhide actions,
9481 upcase/downcase literals.
9482 (antlr-tiny-action-length): New user option.
9483 (antlr-hide-actions): New command. Suggested by
9484 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9485 (antlr-mode-map): New binding [C-c C-v].
9486 (antlr-mode-menu): New entries.
9487 (antlr-downcase-literals): New command.
9488 (antlr-upcase-literals): Ditto.
9489
9490 * antlr-mode.el: Minor changes: indendation, mode-name.
9491 (antlr-indent-line): Indent cpp directive at column 0.
9492 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9493
9494 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9495 (antlr-font-lock-additional-keywords): Workaround for intentional
9496 bug in XEmacs version of font-lock.
9497 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9498 be used by a smarter version of `buffers-menu-grouping-function'.
9499
9500 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9501
9502 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9503 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9504
9505 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9506
9507 * international/encoded-kb.el
9508 (encoded-kbd-iso2022-designation-map): Pay attention to that
9509 charset-iso-final-char return -1 for eight-bit-control and
9510 eight-bit-graphic.
9511
9512 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9513
9514 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9515 (speedbar-easymenu-definition-base): Use display-graphic-p where
9516 available, instead of window-system.
9517
9518 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9519
9520 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9521 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9522 coding systems.
9523
9524 2000-05-26 Dave Love <fx@gnu.org>
9525
9526 * disp-table.el (standard-display-underline): Don't use
9527 internal-find-face.
9528
9529 * mail/reporter.el: Maintainer change. Doc fixes.
9530 (reporter-version): Deleted.
9531
9532 * emacs-lisp/elp.el: Maintainer change.
9533 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9534
9535 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9536
9537 * add-log.el (add-change-log-entry): Merge the current entry with the
9538 previous one if the previous one is empty.
9539
9540 2000-05-26 Dave Love <fx@gnu.org>
9541
9542 * loadhist.el (unload-feature): Fix interactive spec [from
9543 lijnzaad@ebi.ac.uk].
9544
9545 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9546 subr-arity to check primitives.
9547 (byte-compile-flush-pending, byte-compile-file-form-progn)
9548 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9549 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9550 mapcar.
9551
9552 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9553
9554 * international/fontset.el: Set family names of non-latin charsets
9555 in default fontset to "*".
9556
9557 * international/mule-diag.el (print-fontset): Combine family part
9558 and registry part of the fontname by "-*-" instead of "-".
9559
9560 * international/mule-cmds.el (encode-coding-char): Make strings
9561 multibyte before calling encode-coding-string.
9562
9563 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9564
9565 * derived.el: Fix keywords.
9566 (define-derived-mode): Only define if needed.
9567
9568 * simple.el (fill-comment, comment-column, comment-start)
9569 (comment-start-skip, comment-end, comment-indent-function)
9570 (block-comment-start, block-comment-end, indent-for-comment)
9571 (set-comment-column, kill-comment, comment-padding, comment-region)
9572 (comment-multi-line, indent-new-comment-line): Remove.
9573
9574 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9575 function names for comment operations.
9576
9577 * newcomment.el: Add abundant autoload cookies.
9578 (comment-style): Don't depend on runtime data at compile-time.
9579 (comment-indent-hook): Remove.
9580 (comment-indent): Check if comment-indent-hook is bound.
9581 (comment-region): Docstring fix.
9582
9583 2000-05-25 Dave Love <fx@gnu.org>
9584
9585 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9586 byte-code-function-p.
9587
9588 * mail/rmailsum.el: Add provide.
9589
9590 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9591
9592 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9593 defcustom.
9594
9595 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9596
9597 * ediff-diff.el (ediff-exec-process): delete --binary option from
9598 non-buffer ediff jobs.
9599
9600 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9601
9602 * hilit-chg.el (highlight-changes-mode): Ask about color or
9603 grayscale support, not about window-system.
9604
9605 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9606 window-system.
9607 (ffap-highlight): Always default to t.
9608
9609 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9610 display-popup-menus-p instead of looking at window-system.
9611
9612 * disp-table.el (standard-display-g1, standard-display-graphic):
9613 Only refuse to use string glyphs on X and MS-Windows.
9614
9615 * avoid.el: Remove window-system from commentary, suggest to use
9616 display-*-p instead.
9617
9618 * apropos.el (apropos-print): Use display-mouse-p instead of
9619 window-system.
9620
9621 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9622
9623 * international/codepage.el (cp-decoding-vector-for-codepage):
9624 Fill up unsupported characters with their own codes. From Kenichi
9625 Handa.
9626
9627 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 * international/mule-diag.el (describe-char-after): Use
9630 display-graphic-p instead of window-system, so that this function
9631 works on MS-DOS.
9632
9633 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9634
9635 * international/codepage.el (cp-make-coding-systems-for-codepage):
9636 Remove the eight-bit-graphic and eight-bit-control charsets from
9637 the list of charsets which we convert into `?'.
9638
9639 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9640
9641 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9642 private charsets.
9643 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9644 japanese-jisx0213-2): New charsets.
9645
9646 * international/fontset.el: Setup default fontset for new charsets.
9647
9648 2000-05-24 Dave Love <fx@gnu.org>
9649
9650 * info.el (Info-find-node-2): Restructure [following "Vadim
9651 S. Solomin" <sovs@uic.nnov.ru>].
9652
9653 * icomplete.el: Fix header for Finder.
9654
9655 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9656
9657 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9658 STAY.
9659
9660 * rmail.el (rmail-automatic-folder-directives): New user variable.
9661 (rmail-show-message): Add call to `rmail-auto-file' during
9662 display.
9663 (rmail-auto-file): New function.
9664
9665 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9666
9667 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9668 account.
9669 (ediff-test-utility,ediff-diff-mandatory-option)
9670 (ediff-reset-diff-options): Utilities for proper initialization of
9671 ediff-diff-options and ediff-diff3-options on Windows.
9672
9673 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9674 variable.
9675
9676 * ediff-mult.el (ediff-filegroup-action): Use
9677 ediff-merge-filename-prefix.
9678
9679 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9680
9681 * viper-ex.el (ex-write): Set selective display to nil.
9682
9683 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9684
9685 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9686 aliases for hebrew-iso-8bit.
9687
9688 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9689
9690 * woman.el: New version from Francis J. Wright
9691 <F.J.Wright@Maths.QMW.ac.uk>.
9692 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9693 names in environment variables regardless of the path separator.
9694 (woman-topic-all-completions-1): Don't call file-name-directory-p
9695 on all files, since woman-file-regexp already filters out any
9696 directories.
9697
9698 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9699
9700 * international/quail.el (quail-start-translation): Don't change
9701 modified-p of the current buffer.
9702 (quail-start-conversion): Likewise.
9703
9704 * international/kkc.el (kkc-region): Don't change modified-p of
9705 the current buffer.
9706
9707 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9708 conform to RFC1468.
9709 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9710
9711 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9712
9713 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9714 (speedbar-insert-button): Invisible text property fix.
9715 (speedbar-directory-plus): Renamed from speedbar-directory-+
9716 (speedbar-directory-minus): Renamed from speedbar-directory--
9717 (speedbar-page-plus): Renamed from speedbar-file-+
9718 (speedbar-page-minus): Renamed from speedbar-file--
9719 (speedbar-page): Renamed from speedbar-file-
9720 (speedbar-tag): Renamed from speedbar-tag-
9721 (speedbar-tag-plus): Renamed from speedbar-tag-+
9722 (speedbar-tag-minus): Renamed from speedbar-tag--
9723 (speedbar-expand-image-button-alist): Use above renames.
9724
9725 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9726 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9727 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9728 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9729 * sb-pg.xpm: Renamed from sb-file.xpm
9730 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9731 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9732
9733 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9734
9735 * international/quail.el (quail-show-guidance-buf): Set
9736 current-input-method of the guidance buffer to the name of the
9737 curren input method.
9738
9739 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9740
9741 * progmodes/compile.el (compile-internal): Style typo.
9742
9743 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9744 quote vars and functions in the docstring.
9745
9746 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9747
9748 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9749 Don't quote lambdas.
9750
9751 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9752
9753 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9754
9755 * startup.el (command-line): Determine source file of compiled
9756 user init file differently. Warn if compiled user init file
9757 is older than its source file.
9758
9759 * ffap.el (ffap-url-regexp): Add `https'.
9760
9761 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9762
9763 * files.el (make-backup-file-name-1): Replace slashes with `!'
9764 rather than `|' (which is not allowed on Windows). Replace the
9765 drive letters with a string "drive_X".
9766
9767 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9768
9769 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9770
9771 * files.el (interpreter-mode-alist): Add `bash2'.
9772
9773 2000-05-22 Dave Love <fx@gnu.org>
9774
9775 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9776 mapc.
9777 (feature-file): Avoid calling symbol-name. Doc fix.
9778 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9779 (loadhist-hook-functions): Add mouse-position-function.
9780 (unload-feature): Change uses of mapcar.
9781
9782 * files.el (parse-colon-path): Doc fix.
9783 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9784 (set-auto-mode): Use mapc.
9785
9786 * complete.el (PC-look-for-include-file): Use :alnum: character
9787 class.
9788 (partial-completion-mode): Add autoload cookie.
9789
9790 2000-05-22 Sam Steingold <sds@gnu.org>
9791
9792 * info.el (Info-fontify-node): Fixed the call to
9793 `add-text-properties' (bug introduced on 2000-05-18).
9794
9795 2000-05-22 Dave Love <fx@gnu.org>
9796
9797 * bindings.el: Remove debug-ignored-errors set in other files.
9798
9799 * progmodes/etags.el: Add to debug-ignored-errors.
9800 (visit-tags-table-buffer): Clear out buffers holding old tables
9801 when making a new list.
9802 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9803 mapc.
9804
9805 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9806 quote keywords.
9807 (cmpl-string-case-type): Use character classes.
9808
9809 * comint.el:
9810 * textmodes/ispell.el:
9811 * imenu.el:
9812 * mail/mh-e.el:
9813 * progmodes/compile.el: Add to debug-ignored-errors.
9814
9815 * dabbrev.el: Add to debug-ignored-errors.
9816 (dabbrev-completion): Use mapc.
9817
9818 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9819
9820 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9821 (woman-mapcan, woman-parse-man.conf)
9822 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9823 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9824 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9825 path syntax better.
9826 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9827 (woman-manpath): Call woman-parse-man.conf.
9828 (woman-emulation): New defcustom, defaults to nroff.
9829 (woman-font-support): New defconst.
9830 (woman-use-symbol-font): New defcustom.
9831 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9832 "Emulation".
9833 Many functions: Doc fix.
9834
9835 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9836
9837 * international/quail.el (quail-simple-translation-keymap): Map
9838 128..255 to quail-self-insert-command.
9839 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9840
9841 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9842
9843 * help.el (help-manyarg-func-alist): Typo.
9844
9845 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9846 intervals which makes it heaps simpler.
9847
9848 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9849 the nested comment markers.
9850
9851 * subr.el (remove-hook): Don't turn the hook's value into a list.
9852
9853 2000-05-21 Dave Love <fx@gnu.org>
9854
9855 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9856 are invalid characters.
9857
9858 * international/mule-util.el (detect-coding-with-priority): Use
9859 mapc. Remove redundant lambda.
9860
9861 * international/mule-diag.el (list-non-iso-charset-chars)
9862 (describe-fontset): Remove redundant lambda.
9863
9864 * emulation/crisp.el (brief-mode): New alias.
9865
9866 * emacs-lisp/ring.el (ring-elements): New function.
9867
9868 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9869 (easy-menu-do-add-item): Use keywordp.
9870
9871 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9872
9873 * replace.el: Doc and error message fixes.
9874 (replace-highlight): Use facep, not internal-find-face.
9875
9876 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9877
9878 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9879
9880 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9881 (log-edit-insert-changelog): Drop `:' as well.
9882
9883 * log-view.el: Fix file description.
9884 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9885 available.
9886 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9887 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9888
9889 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9890 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9891 Print a status message if the toggle is called interactively.
9892 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9893 for global minor modes and use `defcustom' for them.
9894 Use add-minor-mode.
9895 (easy-mmode-define-derived-mode): Remove.
9896 (define-derived-mode): Fancier default docstring.
9897 (easy-mmode-define-navigation): Signal an error rather than (ding).
9898
9899 * newcomment.el (comment-styles): New `box-multi'.
9900 (comment-normalize-vars): Better default for comment-continue to
9901 avoid whitespace-only continuations.
9902 (comment-search-forward): Always move even in the no-syntax case.
9903 (comment-padright): Only obey N if it's only obeyed for padleft.
9904 (comment-make-extra-lines): Better handling of empty continuations.
9905 Use `=' for the filler if comment-start has only one character.
9906 (uncomment-region): Try handling the special `=' filler.
9907 (comment-region): Allow LINES even if MULTI is nil.
9908 (comment-box): Choose box style based on comment-style.
9909
9910 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9911
9912 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9913 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9914
9915 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9916
9917 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9918 and insert, not subst-char-in-region.
9919
9920 * international/mule-diag.el (list-character-sets-1): Handle
9921 charsets eight-bit-control and eight-bit-graphic.
9922 (list-iso-charset-chars): Likewise.
9923 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9924 charactes as is. Use indent-to to align characters.
9925
9926 * international/mule-cmds.el (find-multibyte-characters): Never
9927 exclude charsets eight-bit-control and eight-bit-graphic.
9928
9929 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9930
9931 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9932 Don't quote lambdas.
9933
9934 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9935
9936 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9937
9938 * gud.el (gud-jdb-directories): Doc fix.
9939
9940 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9941
9942 * newcomment.el: New file.
9943
9944 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9945
9946 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9947
9948 2000-05-18 Andreas Schwab <schwab@suse.de>
9949
9950 * dired.el (dired-between-files): Also skip lines beginning with
9951 `used'.
9952
9953 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9954
9955 * msb.el (msb-menu-cond): Add choice `user'.
9956
9957 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9958
9959 * ps-print.el: Compatibility, customization and doc fix.
9960 (ps-printer-name-option): Replace defconst by defvar.
9961 (ps-postscript-code-directory): XEmacs compatibility.
9962 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9963 fix.
9964 (ps-user-defined-prologue, ps-print-prologue-header)
9965 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9966 compatibility and code fix.
9967 (ps-print-background-image, ps-print-background-text):
9968 Customization fix.
9969 (ps-line-number-start, ps-n-up-on): New vars.
9970
9971 2000-05-18 Espen Skoglund <esk@ira.uka.de>
9972
9973 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9974 the indent-comment function to just return the appropriate indent.
9975
9976 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9977
9978 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9979 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9980 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9981
9982 2000-05-18 Dave Love <fx@gnu.org>
9983
9984 * info.el (Info-fontify-node): Add intangible property as well as
9985 invisible.
9986
9987 * calendar/appt.el (appt-make-list): Match all lines of entry.
9988 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9989
9990 2000-05-18 Kenichi Handa <handa@etl.go.jp>
9991
9992 * international/mule-diag.el (describe-char-after): Call
9993 internal-char-font, not char-font. If internal-char-font returns
9994 nil, display "-- none --".
9995
9996 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9997
9998 * image.el (image-type-available-p): Don't reference image-types
9999 if it isn't bound.
10000
10001 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * autoarg.el (autoarg-mode): Typo in the :set argument.
10004
10005 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10006
10007 * startup.el (command-line-1): Don't signal an error if the
10008 directory for auto-save-list files does not yet exist.
10009
10010 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10011
10012 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10013
10014 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10015
10016 * subr.el (remove-hook): `setq' hook-value, not `set'.
10017
10018 2000-05-16 Sam Steingold <sds@gnu.org>
10019
10020 * info.el (debug-ignored-errors): More errors to ignore.
10021
10022 2000-05-16 Dave Love <fx@gnu.org>
10023
10024 * cus-edit.el: Don't require cl or easymenu.
10025 (custom-variable-prompt): Test standard-value property, not
10026 user-variable-p.
10027
10028 2000-05-16 Sam Steingold <sds@gnu.org>
10029
10030 * subr.el (add-hook): `setq' hook-value, not `set'.
10031
10032 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10033
10034 * startup.el (command-line-1): Mention the FAQ in the startup
10035 message.
10036
10037 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10038
10039 * progmodes/compile.el (compilation-parse-errors): Collect
10040 `nomessage' regexps last.
10041
10042 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10043
10044 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10045 to the function name.
10046
10047 2000-05-15 Dave Love <fx@gnu.org>
10048
10049 * speedbar.el (speedbar-recenter): Typo.
10050 (speedbar-expand-line): Make arg optional.
10051 (speedbar-mode): Avoid a compiler warning.
10052
10053 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10054
10055 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10056 user-specified option string is empty.
10057
10058 * mouse.el (mouse-yank-at-click): Doc fix.
10059
10060 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * term/internal.el (IT-character-translations): More updates of
10063 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10064 documents.
10065
10066 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10067
10068 * env.el (getenv): New function, interactively callable.
10069 (setenv, getenv): Remove autoload cookies.
10070
10071 * loadup.el: Load `env'.
10072
10073 * progmodes/f90.el: Change author's mail address.
10074
10075 2000-05-14 Dave Love <fx@gnu.org>
10076
10077 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10078 goto-addr as an option.
10079
10080 * help.el (help-xref-stack): Doc fix.
10081 (help-xref-following): New variable.
10082 (help-make-xrefs): Use it.
10083 (help-xref-go-back): Use position information from stack element.
10084 (help-follow): Make position in stack element a pair. Use
10085 help-xref-following.
10086
10087 * autoarg.el: New file.
10088
10089 * faces.el: Declare more functions obsolete.
10090
10091 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10092 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10093 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10094 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10095 Remove all the setup-...-environment functions.
10096
10097 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10098
10099 * speedbar.el: Updated the commentary section. xemacs20p now uses
10100 >= when detecting. Require `defimage' safely.
10101 (speedbar-easymenu-definition-base): Add toggle for images.
10102 (speedbar-easymenu-definition-special): Add flush cache & expand.
10103 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10104 (speedbar-reconfigure-keymaps-hook): New variable.
10105 (speedbar-frame-parameters): Updated documentation.
10106 (speedbar-use-imenu-flag): Updated custom tag
10107 (speedbar-dynamic-tags-function-list): New variable.
10108 (speedbar-tag-hierarchy-method): Updated doc & custom.
10109 (speedbar-indentation-width, speedbar-indentation-width) New
10110 variables.
10111 (speedbar-hide-button-brackets-flag): Customizable.
10112 (speedbar-vc-indicator): Doc update.
10113 (speedbar-ignored-path-expressions): Updated default value.
10114 (speedbar-supported-extension-expressions): Updated default value.
10115 (speedbar-syntax-table): Remove {} paren status.
10116 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10117 as "+". Added overlay aliases.
10118 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10119 `force-mode-line-update'.
10120 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10121 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10122 `mouse-set-point'
10123 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10124 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10125 of arbitrary text, and new helper functions.
10126 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10127 filename finder.
10128 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10129 (speedbar-directory-buttons): Update path search/expansion.
10130 (speedbar-make-tag-line): Pay attention to
10131 `speedbar-indentation-width'. Use more care w/ invisible
10132 properties.
10133 (speedbar-change-expand-button-char): Call
10134 `speedbar-insert-image-button-maybe'.
10135 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10136 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10137 (speedbar-trim-words-tag-hierarchy)
10138 (speedbar-simple-group-tag-hierarchy): New functions
10139 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10140 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10141 functions.
10142 (speedbar-mouse-set-point): New function
10143 (speedbar-power-click): Updated documentation.
10144 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10145 of tag prefix text.
10146 (speedbar-expand-line, speedbar-contract-line): Make more robust
10147 to strange text.
10148 (speedbar-expand-line): Takes universal argument to flush the
10149 cache.
10150 (speedbar-flush-expand-line): New function.
10151 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10152 Use new generator insertion method.
10153 (speedbar-fetch-dynamic-tags): New function.
10154 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10155 `speedbar-fetch-dynamic-imenu'.
10156 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10157 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10158 "Revert Buffer" menu items.
10159 (speedbar-buffer-buttons-engine): Be smarter when creating a
10160 filename tag (for expansion purposes.).
10161 (speedbar-highlight-one-tag-line,
10162 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10163 (speedbar-recenter): New functions.
10164 (defimage-speedbar): Image loading abstraction.
10165 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10166 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10167 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10168 (speedbar-tag-type, speedbar-tag-mail): New images.
10169 (speedbar-expand-image-button-alist): New variable.
10170 (speedbar-insert-image-button-maybe): Insert an image over some
10171 buttons.
10172
10173 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10174
10175 * international/mule-cmds.el (encode-coding-char): An ASCII
10176 character is always encodable.
10177
10178 * international/mule-conf.el: Add more information in descriptions
10179 of character sets.
10180
10181 * international/mule-diag.el (describe-char-after): New function.
10182 (describe-font-internal): Adjusted for the change of font-info.
10183 (describe-font): Likewise.
10184 (print-fontset): Rewritten for the new fontset implementation.
10185 (describe-fontset): Include fontset alias names in completion.
10186 (list-fontsets): Adjusted for the change of print-fontset.
10187
10188 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10189 describe-char-after instead of displaying the detail in the echo
10190 area.
10191 (syntax-code-table): Format changed.
10192 (string-to-syntax): Adjusted for the above change.
10193
10194 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10195
10196 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10197
10198 2000-05-12 Dave Love <fx@gnu.org>
10199
10200 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10201 dependence. Use line-{beginning,end}-position, not
10202 point-at{b,e}ol. Some doc fixes.
10203 (todo-position): New function. Fix callers of position to use it.
10204 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10205
10206 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10207
10208 * time.el (display-time-mail-icon): Use `:ascent center'.
10209
10210 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10211 handling FTP security extensions.
10212
10213 2000-05-11 Dave Love <fx@gnu.org>
10214
10215 * calendar/todo-mode.el: New file.
10216
10217 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10218
10219 * comint.el (comint-read-input-ring): Move reference to
10220 comint-input-ring-size outside of the save-excursion. It was
10221 causing the default value to be the only one ever seen.
10222
10223 * font-lock.el: Update copyright. Remove Simon Marshall's email
10224 address on request from him.
10225
10226 * subr.el (substitute-key-definition): Add comment describing
10227 the meaning of PREFIX.
10228
10229 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10230
10231 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10232
10233 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10234 (add-minor-mode): Don't make the variable buffer-local and add a
10235 reference to define-minor-mode in the docstring.
10236
10237 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10238 HEADER/FOOTER and fix bug with trailing empty directory.
10239 (cvs-append-to-ignore): Use vc-editable-p if available.
10240 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10241 (vc-do-command): Tweak advice to handle the new VC.
10242
10243 * log-view.el (log-view-goto-rev): New function for the new VC.
10244 (log-view-minor-wrap): Use mark-active.
10245
10246 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10247 (log-edit-changelog-full-paragraphs): New var.
10248 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10249 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10250 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10251 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10252 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10253 Replace the `cvs' prefix with `log-edit'.
10254
10255 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10256
10257 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10258 (diff-font-lock-defaults): Explicitly turn off multiline.
10259 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10260 (diff-ediff-patch): Fix call to ediff-patch-file.
10261 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10262 Handle comments.
10263
10264 * frame.el (automatic-hscrolling): Typo.
10265
10266 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10267
10268 2000-05-09 Sam Steingold <sds@goems.com>
10269
10270 * apropos.el (apropos-print): use `describe-face' instead of
10271 `customize-face-other-window'.
10272
10273 2000-05-09 Dave Love <fx@gnu.org>
10274
10275 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10276
10277 * help.el (describe-variable): Have customize button pop the
10278 help-xref stack when invoked.
10279 (help-xref-symbol-regexp): Add `face'.
10280 (help-make-xrefs): Check for quoted face names and adapt regexp
10281 submatch numbers to cope.
10282 (help-xref-interned): Maybe insert face doc too. Separate
10283 sections with a line of hyphens.
10284
10285 * faces.el: Some doc fixes. Declare some functions obsolete.
10286 (describe-face): Add customize button. Return the help
10287 text. Fix prompt.
10288
10289 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10290
10291 * term/internal.el (IT-character-translations): Fix last change.
10292
10293 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10294
10295 * woman.el: New file
10296 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10297
10298 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10299
10300 * term/internal.el (IT-character-translations): Update ASCII
10301 simulations for greek-iso8859-7, add latin-iso8859-14 and
10302 latin-iso8859-15.
10303
10304 * international/mule-cmds.el (set-language-info-alist): Call
10305 define-prefix-command with 3 arguments, to make the map suitable
10306 for a menu.
10307
10308 2000-05-07 Dave Love <fx@gnu.org>
10309
10310 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10311
10312 2000-05-05 Dave Love <fx@gnu.org>
10313
10314 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10315 list in doc string. Don't quote keyword symbols.
10316 * emacs-lisp/cl.el: Likewise
10317 * emacs-lisp/cl-seq.el: Likewise
10318
10319 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10320
10321 * abbrev.el (abbrev-mode): Make ARG optional.
10322
10323 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10324
10325 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10326
10327 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10328
10329 * subr.el (substitute-key-definition): Clarify documentation.
10330
10331 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10332
10333 * glasses.el (glasses-convert-to-unreadable): Use
10334 `glasses-separator' instead of the hard-wired "_".
10335 (glasses-mode): Call `glasses-make-unreadable' only in a single
10336 place.
10337
10338 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10339
10340 * term/internal.el (cjk-codepages-alist): Add associations for
10341 Chinese and Korean codepages. Remove FIXME comment.
10342
10343 2000-05-03 Dave Love <fx@gnu.org>
10344
10345 * time.el (display-time-mail-face, display-time-use-mail-icon):
10346 New option.
10347 (display-time-mail-icon): New variable.
10348 (display-time-string-forms): Use the above. Fix the local-map.
10349
10350 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10351
10352 * replace.el (query-replace-map): Add binding for `E'.
10353 (query-replace-help): Extend help text.
10354 (perform-replace): Allow editing the replacement string.
10355
10356 * make-mode.el (makefile-mode-abbrev-table): New variable.
10357 (makefile-mode): Set local abbrev table to
10358 makefile-mode-abbrev-table.
10359 (makefile-font-lock-keywords): Fontify includes and conditionals.
10360
10361 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10362 set TOGGLE's value.
10363
10364 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10365 mail-interactive-insert-alias.
10366 (mail-abbrev-complete-alias): New command.
10367 (mail-mode-map): Bind it to `M-TAB'.
10368
10369 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10370
10371 * language/lao-util.el (lao-compose-region): New function.
10372
10373 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10374
10375 * files.el (recover-session): Make directories as necessary
10376 if they don't exist yet.
10377
10378 * calendar/cal-french.el
10379 (french-calendar-multibyte-special-days-array)
10380 (french-calendar-special-days-array): Change French text.
10381 (calendar-french-date-string): Change output.
10382 (calendar-goto-french-date): Likewise.
10383
10384 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10385
10386 * wid-edit.el (widget-default-active): Obey `:always-active'.
10387 (widget-documentation-string-value-create): Set `:always-active'.
10388
10389 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10390
10391 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10392 default prefix to `~/_emacs.d/auto-save.list/_s'.
10393 (normal-top-level): Create the directory for auto-save files, if
10394 it doesn't already exist (in the ms-dos case only).
10395
10396 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10397
10398 * international/mule-cmds.el (set-language-environment): Don't
10399 concat an integer (dos-codepage), use format instead.
10400
10401 2000-05-02 Dave Love <fx@gnu.org>
10402
10403 * help.el (help-xref-on-pp): Check for constant symbols.
10404
10405 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10406
10407 * startup.el (normal-top-level): Put a condition-case around
10408 the code loading subdirs.el.
10409
10410 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10411
10412 * ps-print.el: Upside-down and face background color printing,
10413 line number step, doc fix.
10414 (ps-print-version): New version number (5.2).
10415 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10416 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10417 (ps-spool-config): Var fix.
10418 (ps-printer-name-option): Const fix.
10419 (ps-print-upside-down, ps-use-face-background)
10420 (ps-line-number-step): New vars.
10421 (ps-window-system, ps-lp-system): New consts.
10422 (ps-face-background): New fun.
10423
10424 2000-04-28 Richard Stallman <rms@gnu.org>
10425
10426 * files.el (make-auto-save-file-name):
10427 Apply auto-save-file-name-transforms to visited file name
10428 before generating auto save file name.
10429 (auto-save-file-name-transforms): New variable.
10430
10431 * files.el (backup-enable-predicate):
10432 Correctly test for a file under a temporary directory.
10433
10434 2000-04-28 Gerd Moellmann <gerd@gnu.org>
10435
10436 * subr.el (add-minor-mode): Rewritten.
10437
10438 2000-04-28 Kenichi Handa <handa@etl.go.jp>
10439
10440 * mail/sendmail.el (sendmail-send-it): Set
10441 buffer-file-coding-system to the selected coding system for MIME
10442 header.
10443
10444 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10445
10446 * dired.el (dired-move-to-filename-regexp): Allow format where
10447 YYYY is followed by two spaces.
10448
10449 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10450 in the second character class of the regexp.
10451
10452 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10453 mh-etc, too.
10454
10455 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10456 nil.
10457
10458 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10459
10460 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10461 argument.
10462
10463 2000-04-27 Sen Nagata <sen@eccosys.com>
10464
10465 * emacs-lisp/crm.el (crm-completion-table): New variable.
10466 (crm-collection-fn, crm-test-completion)
10467 (completing-read-multiple): Use it.
10468
10469 2000-04-27 Dave Love <fx@gnu.org>
10470
10471 * help.el (locate-library): Use mapc.
10472 (help-manyarg-func-alist): Add call-process-region.
10473
10474 2000-04-26 Gerd Moellmann <gerd@gnu.org>
10475
10476 * subr.el (add-minor-mode): Make argument MAP optional.
10477
10478 * desktop.el (desktop-save): Save list of minor modes.
10479 (desktop-create-buffer): Restore minor modes.
10480 (desktop-minor-mode-table): New user-option.
10481
10482 * subr.el (add-minor-mode): New function.
10483
10484 * image.el (find-image): New function.
10485 (defimage): Rewritten to find image at load time.
10486
10487 * startup.el (normal-top-level-add-to-load-path): Handle
10488 case that the default directory is not in load-path.
10489
10490 * help.el: Old patch from Stefan Monnier.
10491 (help-xref-on-pp): New function.
10492 (describe-variable): Use it to display xrefs in a symbol's value.
10493
10494 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10495
10496 * cus-edit.el (custom-face): Fix parenthesis.
10497
10498 2000-04-26 Kenichi Handa <handa@etl.go.jp>
10499
10500 * mail/rmail.el (rmail-expunge): When there are no deleted
10501 messages, do nothing.
10502
10503 2000-04-26 Dave Love <fx@gnu.org>
10504
10505 * international/mule-cmds.el (locale-translation-file-name):
10506 Defvar to nil.
10507 (set-locale-environment): Set it here (at runtime).
10508
10509 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10510
10511 * replace.el (perform-replace): Add parameters START and END. Use
10512 them instead of the check for a region in Transient Mark mode.
10513 (query-replace-read-args): Return two more list elements for the
10514 start and end of the region in Transient Mark mode.
10515 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10516 (map-query-replace-regexp, replace-string, replace-regexp): Add
10517 optional last arguments START and END and pass them to
10518 perform-replace.
10519
10520 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10521 form with additional arguments for perform-replace.
10522
10523 * progmodes/etags.el (tags-query-replace): Add parameters START
10524 and END. Construct a form with additional arguments for
10525 perform-replace.
10526
10527 * simple.el (shell-command): Set default directory for "*Shell
10528 Command Output" buffer.
10529
10530 * language/european.el (iso-latin-4): Fix typo.
10531
10532 * emacs-lisp/crm.el: New file.
10533
10534 2000-04-24 Dave Love <fx@gnu.org>
10535
10536 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10537 (Custom-reset-saved, Custom-reset-standard)
10538 (custom-group-value-create, custom-group-set, custom-group-save)
10539 (custom-group-reset-current, custom-group-reset-saved)
10540 (custom-group-reset-standard): Use mapc.
10541 (custom-buffer-create-internal): Disable undo when creating items.
10542 Use mapc.
10543 (custom-face): Avoid redundant lambda.
10544
10545 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10546
10547 * startup.el (auto-save-list-file-prefix): Set default to
10548 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10549
10550 2000-04-24 Sam Steingold <sds@gnu.org>
10551
10552 * time-stamp.el (time-stamp-string-preprocess): Always convert
10553 `field-result' to a string.
10554
10555 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10556
10557 * frame.el (scrolling): New group.
10558 (automatic-hscrolling): New user-option.
10559
10560 * startup.el (command-line-x-option-alist): Add `-lsp' and
10561 `--line-spacing'.
10562
10563 2000-04-19 Dave Love <fx@gnu.org>
10564
10565 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10566 (cl-mapc): Rename from mapc. Fix the funcall.
10567
10568 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10569
10570 * simple.el (clone-indirect-buffer-other-window): New command.
10571 (clone-indirect-buffer): Add optional arg NORECROD.
10572 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10573
10574 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10575
10576 * window.el (count-screen-lines): New function.
10577 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10578 instead of window-buffer-height.
10579
10580 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10581 non-existing variable comint-input-sentinel.
10582 (inferior-lisp-args-to-list): Removed.
10583 (inferior-lisp): Use split-string instead of
10584 inferior-lisp-args-to-list.
10585
10586 * hexl.el (hexl-insert-hex-string): New command.
10587
10588 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10589 instead of concat.
10590
10591 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10592
10593 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10594 at the start of an existing but empty folder.
10595
10596 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10597
10598 * ps-mule.el: Customization fix, doc fix.
10599 (ps-multibyte-buffer): Customization fix.
10600
10601 2000-04-17 Richard M. Stallman <rms@gnu.org>
10602
10603 * subr.el (read-passwd): Use read-char-exclusive.
10604
10605 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10606
10607 * textmodes/texinfo.el (texinfo-insert-@email)
10608 (texinfo-insert-@emph, texinfo-insert-@quotation)
10609 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10610 (texinfo-mode-map): Add key bindings for them.
10611
10612 * files.el (basic-save-buffer-2): Use a template with `$'
10613 instead of `#' for VMS.
10614
10615 * simple.el (clone-indirect-buffer): New function.
10616
10617 2000-04-16 Stephen Eglen <stephen@gnu.org>
10618
10619 * iswitchb.el (iswitchb-case): New function. If the user input
10620 contains any upper-case characters, the search is made
10621 case-sensitive.
10622
10623 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10626 comment-end.
10627 (texinfo-font-lock-syntactic-keywords): New var.
10628 (texinfo-font-lock-keywords): Remove comment regexp.
10629 (texinfo-insert-block): New function.
10630 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10631 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10632 and font-lock-defaults. Use regexp-opt for outline-regexp.
10633 (texinfo-environments): New var.
10634 (texinfo-environment-regexp): Use regexp-opt and
10635 texinfo-environments.
10636
10637 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10638 ispell-process is bound since this might be eval'd before ispell
10639 is loaded.
10640 (ispell-message): Use a tiny bit less magic and a bit more hard
10641 data to figure out what kind of sc-cite-regexp to use.
10642
10643 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10644
10645 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10646 (insert-cyclic-diary-entry): Unquote the lambda.
10647
10648 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10649
10650 * files.el (backup-enable-predicate): Unquote the lambda.
10651
10652 * cus-edit.el (custom-face, face): Unquote the lambda.
10653
10654 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10655
10656 * ps-print.el: Check for line-beginning-position definition.
10657
10658 * ps-print.el: Fix counting lines in a region.
10659 (ps-print-version): New version number (5.1.5).
10660 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10661 (ps-printing-region): Fun code fix.
10662
10663 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10664
10665 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10666 to file-directory-p.
10667
10668 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10669
10670 * gud.el (gud-jdb-build-source-files-list): Check that directory
10671 exists before calling directory-files.
10672
10673 2000-04-13 Dave Love <fx@gnu.org>
10674
10675 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10676 syntax.
10677
10678 * emacs-lisp/cl-specs.el: Remove when, unless.
10679
10680 * emacs-lisp/cl-extra.el: Don't quote keywords.
10681 (cl-old-mapc): New variable.
10682 (mapc): Use it.
10683 (cl-map-intervals): Use with-current-buffer. Don't check for
10684 next-property-change.
10685 (cl-map-overlays): Use with-current-buffer.
10686 (cl-expt): Remove.
10687 (copy-tree, remprop): Define unconditionally.
10688
10689 * emacs-lisp/cl-compat.el (keywordp): Remove.
10690
10691 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10692 to use keywordp.
10693 (edebug-spec): Enable keywordp.
10694
10695 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10696 string-lessp.
10697
10698 * cus-start.el: Use keywordp.
10699
10700 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10701
10702 * diary-lib.el (include-other-diary-files): Fix the fix of
10703 2000-02-18 by doing a save-excursion.
10704
10705 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10706
10707 * ps-print.el: Customization fix, doc fix.
10708 (ps-print-version): New version number (5.1.4).
10709 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10710 (ps-print-preprint): Adjust code.
10711 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10712 (ps-print-prologue-header, ps-print-control-characters)
10713 (ps-spool-config): Customization fix.
10714
10715 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10716
10717 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10718 converted to the new menu-item format, names silightly changed,
10719 help strings added.
10720
10721 Support for spelling without async subprocesses:
10722
10723 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10724 (ispell-session-buffer): New variables.
10725 (ispell-start-process, ispell-process-status,
10726 ispell-accept-output, ispell-send-string): New functions, for
10727 Ispell invocation when async subprocesses aren't supported.
10728 (ispell-word, ispell-pdict-save, ispell-command-loop,
10729 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10730 to process-send-string with calls to ispell-send-string, and
10731 accept-process-output with ispell-accept-output.
10732 (ispell-init-process): Call ispell-process-status instead of
10733 process-status with.
10734 (ispell-init-process): Call ispell-start-process. Call
10735 ispell-accept-output and ispell-send-string. Don't call
10736 process-kill-without-query and kill-process if they are unbound.
10737 (ispell-async-processp): New function.
10738
10739 2000-04-12 Dave Love <fx@gnu.org>
10740
10741 * info.el: Add debug-ignored-errors.
10742 (Info-mode-menu): Add some items.
10743 (Info-directory): Add autoload cookie.
10744
10745 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10746 Modify `truncate-lines'. Make `describe-language-environment'
10747 always visible and add help. Modify `describe-key' help. Invoke
10748 Info-directory from `info'. New entry `emacs-manual'.
10749
10750 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10751
10752 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10753 propertized-buffer-identification.
10754 (ebrowse-update-member-buffer-mode-line): Likewise.
10755 (ebrowse--mode-strings): Removed.
10756 (ebrowse--mode-line-props): Removed.
10757
10758 * files.el (auto-mode-alist): Add `EBROWSE'.
10759
10760 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10761 space before testing for end of buffer.
10762 (ebrowse-load): Removed.
10763 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10764 (ebrowse-create-tree-buffer): Rewritten.
10765 (ebrowse-tree-mode): Read tree from buffer.
10766
10767 * progmodes/ebrowse-ffh.el: Removed.
10768
10769 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10770
10771 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10772
10773 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10774
10775 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10776 at the wrong place.
10777
10778 2000-04-09 Dave Love <fx@gnu.org>
10779
10780 * files.el (backup-enable-predicate): Use
10781 temporary-file-directory, small-temporary-file-directory.
10782 (make-backup-file-name-function, backup-directory-alist): New
10783 variables.
10784 (make-backup-file-name-1): New function.
10785 (make-backup-file-name): Use it.
10786 (find-backup-file-name): Likewise. Use format for clarity, not
10787 concat.
10788 (file-newest-backup): Use make-backup-file-name.
10789
10790 2000-04-09 Gerd Moellmann <gerd@gnu.org>
10791
10792 * progmodes/ebrowse-ffh.el: New file.
10793
10794 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10795 to ebrowse-ffh.el.
10796 (ebrowse-load): Add autoload.
10797
10798 * finder.el (finder-commentary): Add autoload cookie.
10799
10800 * mail/rfc2368.el: Correct author's email address.
10801
10802 * progmodes/ebrowse.el: New file.
10803
10804 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10805 item help string.
10806 (easy-menu-do-add-item): Ditto.
10807 (easy-menu-define): Extend doc string.
10808
10809 * jit-lock.el (with-buffer-unmodified): Use
10810 restore-buffer-modified-p.
10811 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10812 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10813 with-buffer-unmodified.
10814
10815 2000-04-08 Dave Love <fx@gnu.org>
10816
10817 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10818 unless, when.
10819
10820 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10821
10822 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10823 (viper-flash-search-pattern): No operation when using Emacs
10824 doesn't support face.
10825 Use `viper-put-on-search-overlay'.
10826
10827 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10828
10829 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10830 like C-r.
10831
10832 * progmodes/make-mode.el: Some doc fixes.
10833 (makefile-mode-abbrev-table): New variable.
10834 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10835 (makefile-font-lock-keywords): Fontify includes and conditionals.
10836 (toplevel): Require `dabbrev' and `add-log' when compiling.
10837
10838 * replace.el (perform-replace): Don't move forward one char
10839 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10840 to do that because it leaves point 1 position after the last
10841 replacement, after everything has been replaced.
10842
10843 * jit-lock.el (with-buffer-unmodified): New macro.
10844 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10845 modified state.
10846 (jit-lock-function-1): Extracted from jit-lock-function; not
10847 preserving buffer's modified state.
10848 (jit-lock-function, jit-lock-stealth-fontify): Call
10849 jit-lock-function-1.
10850
10851 * mail/rfc2368.el: Remove supernumerary copyright line.
10852
10853 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10854
10855 * glasses.el: Provide facilities for inserting space before left
10856 parentheses and uncapitalization of identifiers.
10857 (glasses-mode): Try to remove old overlays in all cases.
10858
10859 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10860
10861 * progmodes/compile.el (compile-internal): Display the compilation
10862 buffer in a different frame, if it's already displayed there.
10863
10864 * mail/rfc2368.el: New file.
10865
10866 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10867 header and insert its value as mail body.
10868
10869 * subr.el (member-ignore-case): New function.
10870
10871 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10872 (dabbrev--find-expansion): Ignore buffers matching a regexp
10873 from dabbrev-ignored-regexps.
10874
10875 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10876 to extensions handled by gzip.
10877
10878 2000-04-03 Richard M. Stallman <rms@gnu.org>
10879
10880 * files.el (insert-directory): List the total free space
10881 along with the used space.
10882
10883 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10884 line is followed by one that matches CITATION-REGEXP, end the
10885 paragraph.
10886
10887 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10888
10889 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10890 (rmail-make-basic-summary-line): Use that option.
10891
10892 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10893
10894 * international/mule-cmds.el (encoded-string-description):
10895 Rewritten. Try pretty description for ISO 2022 escape sequences
10896 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10897 for hexadecimal format.
10898
10899 2000-04-01 Dave Love <fx@gnu.org>
10900
10901 * cpp.el: Change customization group to `c' from `C'.
10902
10903 * vcursor.el (vcursor-move): Use display-color-p.
10904
10905 * international/mule-util.el: Provide mule-utils.
10906 (string-to-sequence): Simplify and speed up.
10907
10908 * international/mule.el (make-coding-system): Purecopy doc-string.
10909
10910 * international/mule-cmds.el: Various menu changes.
10911 (describe-specified-language-support): Handle `Default'.
10912 (set-language-info): Purecopy `info'.
10913
10914 2000-03-31 Andrew Innes <andrewi@gnu.org>
10915
10916 * vc.el (vc-backend-diff): Return the correct status if we had to
10917 retry the rcsdiff command without the --brief option.
10918
10919 2000-03-31 Dave Love <fx@gnu.org>
10920
10921 * help.el (help-manyarg-func-alist): Correct several omissions.
10922
10923 * add-log.el: Don't require cl, fortran.
10924 (add-log-current-defun-function): Doc fix.
10925 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10926 fix.
10927 (change-log-version-rcs): Function deleted.
10928 (change-log-version-number-search): Doc fix. Use
10929 vc-workfile-version. Avoid CL dolist.
10930 (add-change-log-entry): Just call add-log-current-defun to get
10931 defun. Simplify somewhat.
10932 (change-log-get-method-definition-1): Likewise.
10933 (add-log-current-defun): Return nil if calling
10934 add-log-current-defun-function does so. Move Fortran stuff to
10935 fortran.el. Return string without properties.
10936
10937 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10938 and :alpha: char classes.
10939
10940 * mail/supercite.el: Defvar curline when compiling.
10941 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10942 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10943 rather than a-zA-Z0-9 to allow non-ASCII characters.
10944
10945 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10946
10947 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10948
10949 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10950 Re-enable new code.
10951
10952 * lpr.el (print-region-1): Use -d to specify printer name for
10953 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10954
10955 2000-03-31 Dave Love <fx@gnu.org>
10956
10957 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10958 for function definition in symbol's function value slot first
10959 instead of first consulting byte-compile-function-environment.
10960
10961 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10962
10963 * language/european.el ("Polish"): New language environment.
10964 (setup-polish-environment): New function.
10965
10966 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10967
10968 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10969 Disable new code.
10970
10971 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10972 trying to `load' the symbol of an autoload instead of the file
10973 recorded in the autoload. Fix error messages.
10974
10975 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10976
10977 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10978 (ps-print-version): New version number (5.1.3).
10979 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10980 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10981 (ps-generate-postscript-with-faces): Code fix.
10982 (ps-color-values): XEmacs compatibility.
10983 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10984 (ps-default-fg, ps-default-bg): Adjust customization.
10985 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10986 (ps-color-scale): Renaming old ps-color-value fun.
10987 (ps-print-headers): Replace ps-print-header group to avoid conflict
10988 with ps-print-header variable.
10989 (ps-print-miscellany): New group.
10990 (ps-format-color, ps-rgb-color): New funs.
10991 (ps-default-foreground): New var.
10992 (ps-printer-name-option): New const.
10993
10994 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10995
10996 * net/net-utils.el:
10997 (network-connection-host, network-connection-service): New variables
10998 (network-connection-mode): New mode, derived from comint-mode
10999 (network-connection-mode-setup): New function, saves host and
11000 service information in local variables.
11001
11002 * lisp/locate.el:
11003 (locate-word-at-point): Added this function
11004 (locate): Default to using locate-word-at-point as input
11005 Run dired-mode-hook
11006
11007 2000-03-29 Dave Love <fx@gnu.org>
11008
11009 * calendar/appt.el: Doc fixes.
11010 (appt-check): Convert min-to-app to a string before passing to
11011 appt-disp-window-function or concat.
11012 (appt-delete-window): Remove test for frame-root-window.
11013 (appt-select-lowest-window, appt-convert-time): Simplify.
11014
11015 * emacs-lisp/bytecomp.el: Doc fixes.
11016 (byte-compile-file-form-autoload): Update
11017 byte-compile-function-environment.
11018
11019 2000-03-29 Andreas Schwab <schwab@suse.de>
11020
11021 * emacs-lisp/autoload.el: Also print defsubst doc string
11022 specially.
11023
11024 * dired.el (dired-insert-directory): If dired-free-space-program
11025 failed just delete its output.
11026
11027 2000-03-29 Dave Love <fx@gnu.org>
11028
11029 * international/iso-cvt.el: Move provide to end. Doc fixes.
11030 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11031 (iso-iso2sgml, iso-sgml2iso): New functions.
11032 (iso-cvt-define-menu): Fix some entries and use backquote for
11033 clarity.
11034
11035 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11036
11037 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11038
11039 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11040 ISO-DATE. If non-nil, return date in ISO 8601 format.
11041
11042 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11043
11044 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11045 if it ever becomes used.
11046 (log-edit-mode-hook): Default to vc-log-mode-hook.
11047 (log-edit-mode): Fix the docstring.
11048
11049 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11050 the code.
11051
11052 2000-03-26 Dave Love <fx@gnu.org>
11053
11054 * net/browse-url.el (browse-url): Re-fix case of
11055 browse-url-browser-function being an alist.
11056 (browse-url): Add :link to defgroup.
11057
11058 * files.el: Doc fixes.
11059 (file-truename): Include `[' in wildcard characters.
11060 (automount-dir-prefix): Customize.
11061 (find-file-wildcards): Add :version.
11062 (find-file-noselect): Simplify a mapcar call.
11063
11064 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11065 compatible with inf-lisp version.
11066 (eval-defun-1): Fix custom-declare-variable case.
11067
11068 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11069
11070 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11071
11072 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11073
11074 * Makefile (COMPILE_FIRST): New macro.
11075 (compile-files): Compile files from COMPILE_FIRST first.
11076
11077 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11078 code.
11079
11080 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11081 matching open parenthesis in column 0 to defun-prompt-regexp
11082 only if open-paren-in-column-0-is-defun-start is set.
11083
11084 * sun-curs.el: Require CL at compile-time only.
11085
11086 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11087 instead of copy-list which is a function from CL.
11088 (msb--choose-menu, msb--mode-menu-cond)
11089 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11090 (msb--init-file-alist): Use mapcar instead of mapcan.
11091 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11092 `(' in column 0 in doc string.
11093 (msb--add-separators): Use mapcar instead of mapcan.
11094
11095 * cus-dep.el: Require CL at compile-time only.
11096
11097 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11100 (byte-compile-warnings): New warning `noruntime'.
11101 (byte-compile-constants, byte-compile-variables): Fix docstring.
11102 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11103 execute `eval-whenc-compile's body.
11104 (byte-compile-unresolved-functions): Fix docstring.
11105 (byte-compile-eval): New function.
11106 (byte-compile-callargs-warn): Check if the function will be available
11107 at runtime (via property `byte-compile-noruntime').
11108 (byte-compile-print-syms): New function.
11109 (byte-compile-warn-about-unresolved-functions): Also warn about
11110 `noruntime' functions (and use `byte-compile-print-syms').
11111 (byte-compile-file): Capitalize the message.
11112
11113 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11114
11115 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11116 (rmail-expunge): Ask for confirmation depending on the setting
11117 of rmail-confirm-expunge.
11118
11119 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11120
11121 * Makefile (bootstrap-clean): If $(emacs) exists, build
11122 loaddefs.el first. A loaddefs.el that's not up-to-date might
11123 cause a bootstrap failure because things don't autoload as
11124 expected.
11125
11126 2000-03-23 Dave Love <fx@gnu.org>
11127
11128 * net/browse-url.el: Restore previous use of
11129 browse-url-maybe-new-window.
11130
11131 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11132
11133 * ps-print.el: Skip banner page fix.
11134 (ps-print-version): New version number (5.1.2).
11135 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11136
11137 2000-03-23 Dave Pearson <davep@davep.org>
11138
11139 * net/quickurl.el Changed the type of parameter passed to the
11140 function defined by `quickurl-format-function'. Before only the
11141 text of the URL was passed. Now the whole URL structure is passed
11142 and the function is responsible for extracting the parts it
11143 requires. Changed the default of `quickurl-format-function'
11144 accordingly.
11145 (quickurl-insert): Changed the `funcall' of
11146 `quickurl-format-function' to match the above change.
11147 (quickurl-list-insert): Changed the `url' case so that it makes
11148 use of `quickurl-format-function', previous to this the format was
11149 hard wired.
11150
11151 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11152
11153 * startup.el: Change some spellings for the X Window System.
11154
11155 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11156
11157 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11158 up the code and the regexp and make sure the cursor is temporarily
11159 moved to the suspicious line while querying the user.
11160
11161 2000-03-22 Jason Rumney <jasonr@gnu.org>
11162
11163 * w32-fns.el (w32-charset-info-alist): Initialize.
11164
11165 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11166
11167 * ps-print.el: N-up last page fix.
11168 (ps-print-version): New version number (5.1.1).
11169 (ps-end-file, ps-end-job, ps-generate): Code fix.
11170
11171 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11172
11173 * files.el (find-file-run-dired): Update docstring.
11174 (find-directory-functions): New hook.
11175 (find-file-noselect): Run find-directory-functions rather than
11176 calling dired directly.
11177
11178 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11179
11180 * pcvs.el: Add a minimal leading commentary.
11181 (cvs-make-cvs-buffer): Change the header part by removing the startup
11182 message and adding a `Module' entry. Also replace the FOOTER and
11183 HEADER special fileinfos with the new support in ewoc for updating
11184 its own footer and header.
11185 (cvs-update-header): Update to use the header/footer of the ewoc.
11186 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11187 (cvs-is-within-p): New function.
11188 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11189 to only examine some subset of the buffers.
11190
11191 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11192 `format' instead of our own ad-hoc functions.
11193 Remove HEADER and FOOTER cases, now handled in the EWOC.
11194 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11195
11196 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11197 output to avoid scaring the user.
11198 (cvs-parse-table): Catch message for non-up-to-date commits.
11199
11200 * pcvs-defs.el (cvs-startup-message): Remove.
11201 (cvs-global-menu): New autoloaded menu.
11202
11203 * pcvs-util.el (cvs-string-fill): Remove.
11204
11205 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11206 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11207 PP part of it and also make it work for footers and headers.
11208 (ewoc-create): Drop POS and BUFFER arguments.
11209 Use the DLL's dummy node to store the end-of-footer position.
11210 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11211 (ewoc-refresh): Remove unused `header' variable.
11212 (ewoc-(get|set)-hf): New functions.
11213
11214 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11215 log-view-*-(message|file) and use easy-mmode-define-navigation.
11216 (log-view-message-re): Match SCCS format as well.
11217 And match the revision line rather than the dashed separator line.
11218 (log-view-mode): Use the new define-derived-mode.
11219 (log-view-current-tag): Fill in with an actual implementation.
11220
11221 * cvs-status.el (cvs-status-(prev|next)): Rename from
11222 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11223 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11224 to let the output "breathe" a little more (more readable).
11225 (cvs-status-mode): Use the new define-derived-mode.
11226
11227 * smerge-mode.el (smerge-auto-leave): New function and variable.
11228 (smerge-basic-map): Rename from smerge-basic-keymap.
11229 Change the bindings for smerge-diff-*.
11230 (smerge-*-map): Use easy-mmode-defmap.
11231 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11232 (smerge-keep-*): Use smerge-auto-leave.
11233
11234 2000-03-21 Jason Rumney <jasonr@gnu.org>
11235
11236 * cus-edit.el (custom-button-face): Use 3D look for w32.
11237 (custom-button-pressed-face): Likewise.
11238
11239 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11240
11241 * progmodes/etags.el (tags-case-fold-search): New user-option.
11242 (tags-loop-eval): New function. Bind case-fold-search around eval
11243 depending on the value of tags-case-fold-search.
11244 (tags-loop-continue): Use tags-loop-eval.
11245 (find-tag-in-order): Bind case-fold-search depending on the value
11246 of tags-case-fold-search.
11247
11248 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11249
11250 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11251 (diff-end-of-hunk): Return the end position for use in
11252 `easy-mmode-define-navigation'.
11253 (diff-recenter): Remove.
11254 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11255 of `easy-mmode-define-navigation'.
11256 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11257 previous renaming) and fix to use new names.
11258 (diff-merge-strings): Use \n as separator: simpler, faster.
11259 (diff-mode): Use `define-derived-mode'.
11260
11261 * derived.el (define-derived-mode): Don't autoload anymore.
11262 Prefer the macro-only version provided by easy-mmode.el.
11263
11264 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11265 `easy-mmode-define-derived-mode'.
11266 Use `combine-run-hooks'.
11267 (easy-mmode-define-navigation): New macro.
11268
11269 * subr.el (combine-run-hooks): New function.
11270
11271 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11272
11273 * term/x-win.el: Fontsets related initialization is simplified.
11274
11275 * international/mule-diag.el (describe-font): Don't refer to
11276 global-fontset-alist, instead call font-list.
11277 (describe-fontset, list-fontsets, mule-diag): Likewise.
11278 (print-fontset): Adjusted for the change of fontset
11279 implementation.
11280
11281 * international/fontset.el (x-charset-registries): Variable
11282 removed, instead the corresponding data is stored in the default
11283 fontset.
11284 (register-alternate-fontnames): Function removed.
11285 (resolved-ascii-font): Variable removed.
11286 (x-compose-font-name): Ignore the second argument REDOCE.
11287 (x-complement-fontset-spec): Complement only an ASCII font and
11288 element for those charsets than can use that ASCII font.
11289 (generate-fontset-menu): Don't refer to global-fontset-alist,
11290 instead call fontset-list.
11291 (uninstantiated-fontset-alist): Variable removed.
11292 (x-style-funcs-alist): Likewise.
11293 (fontset-default-styles): Likewise.
11294 (x-modify-font-name): Function removed.
11295 (create-fontset-from-fontset-spec): Ignore the argument
11296 STYLE-VARIANT.
11297 (create-fontset-from-ascii-font): Docsting adjusted for the above
11298 change.
11299 (instantiate-fontset, resolve-fontset-name): Functions removed.
11300 (fontset-list): Now implemented by C code.
11301
11302 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11303 (describe-face): Include `font' attribute in the description.
11304
11305 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11306
11307 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11308
11309 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11310
11311 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11312 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11313 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11314
11315 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11316 about behavior of set-buffer-modified-p wrt redisplay.
11317
11318 2000-03-19 Richard M. Stallman <rms@gnu.org>
11319
11320 * view.el (view-mode-disable): Kill local binding of view-read-only.
11321
11322 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11323
11324 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11325 is a string, convert it to a syntax cell using string-to-syntax.
11326
11327 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11328 (string-to-syntax): New function.
11329
11330 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11331 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11332 try to use passive ftp mode.
11333
11334 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11335
11336 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11337
11338 * simple.el (append-to-buffer): Update point of windows after
11339 insertion.
11340
11341 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11342 forward then moving backward. Reindent.
11343
11344 * frame.el (other-frame): Call x-focus-frame only if
11345 focus-follows-mouse is off.
11346
11347 2000-03-17 Dave Love <fx@gnu.org>
11348
11349 * pcvs-util.el (cvs-strings->string): Rename
11350 replace-regexps-in-string.
11351
11352 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11353
11354 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11355 regexp for labels cannot span several lines.
11356
11357 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11358 `(setq :<key> ':<key>)' to the macro expansion.
11359
11360 2000-03-16 Dave Love <fx@gnu.org>
11361
11362 * progmodes/f90.el (f90): Put custom group under `languages', not
11363 `fortran'.
11364 (f90-mode-hook): Customize.
11365 (f90-mode): Set add-log-current-defun-function.
11366 (f90-current-defun): New function.
11367
11368 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11369
11370 * cus-edit.el (custom-variable-tag-face): Handle case that
11371 default face's height is not a number.
11372 (custom-face-tag-face, custom-group-tag-face-1)
11373 (custom-group-tag-face): Ditto.
11374 (custom-group-tag-face-1): Add :group.
11375
11376 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11377
11378 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11379
11380 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11381 requiring easymenu.
11382
11383 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11384
11385 * ps-print.el: PostScript user-defined prologue, PostScript error
11386 handler, doc fix.
11387 (ps-print-version): New version number (5.1).
11388 (ps-user-defined-prologue, ps-error-handler-message)
11389 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11390 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11391 (ps-insert-string): New function.
11392
11393 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11394
11395 * international/ccl.el (ccl-compile-expression): Don't generate
11396 invalid self-assignment code.
11397
11398 2000-03-14 Dave Love <fx@gnu.org>
11399
11400 * subr.el (replace-regexp-in-string): Renamed from
11401 replace-regexps-in-string. Doc fix.
11402
11403 2000-03-12 Dave Love <fx@gnu.org>
11404
11405 * cus-edit.el: Doc fixes.
11406 (customize-set-variable, customize-save-variable): Rename args for
11407 doc.
11408 (custom-variable-tag-face, custom-face-tag-face)
11409 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11410 style which user identify as hyperlink.
11411 (hook): Don't add undefined functions to the hook.
11412 (debug-ignored-errors): Transfer message from bindings.el.
11413
11414 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11415
11416 * recentf.el (recentf-keep-non-readable-files-p): Remove
11417 double/nested definition.
11418
11419 2000-03-12 Dave Love <fx@gnu.org>
11420
11421 * facemenu.el (facemenu-get-face): Use display-color-p.
11422 * enriched.el (enriched-decode-foreground): Likewise.
11423 (enriched-decode-background): Likewise.
11424 * isearch.el (isearch-highlight): Likewise.
11425 * info-look.el (info-lookup): Likewise.
11426 * simple.el (completion-setup-function): Likewise.
11427
11428 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11429 :options.
11430
11431 * bindings.el (mode-line-format): Fix line-number and
11432 column-number items. Add help-echo for the background.
11433 (mode-line-mule-info): Modify help-echo.
11434
11435 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11436
11437 * files.el (load-file): Allow completion to .elc.
11438
11439 * man.el: Doc fixes.
11440 (Man-init-defvars): Use display-color-p to set fontification.
11441
11442 * play/hanoi.el (hanoi-internal): Don't use oddp.
11443
11444 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11445
11446 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11447
11448 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11449
11450 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11451
11452 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11453 Fix comment.
11454
11455 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11456
11457 * font-lock.el (font-lock-keywords): Fix the doc now that
11458 regexp-opt-depth is unnecessary.
11459 (save-buffer-state): Set an edebug spec.
11460 (font-lock-fontify-anchored-keywords): Properly handle the case when
11461 the matcher goes past the limit.
11462
11463 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11464 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11465
11466 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11467 dll.el and cookie.el (from Elib) with heavy renaming and other
11468 massaging.
11469
11470 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11471 Autoload the functions used.
11472 (easy-mmode-define-syntax): Fix CL typo.
11473 (easy-mmode-define-derived-mode): Improve the docstring generation.
11474
11475 2000-03-10 Gerd Moellmann <gerd@gnu.org>
11476
11477 * textmodes/texinfo.el (texinfo-version): Variable and function
11478 removed.
11479
11480 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11481
11482 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11483 allow more flexibility.
11484 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11485 fns.
11486 (easy-mmode-defmap, easy-mmode-defsyntax)
11487 (easy-mmode-define-derived-mode): New macros.
11488
11489 2000-03-09 Didier Verna <didier@xemacs.org>
11490
11491 * rect.el (replace-rectangle): New function.
11492
11493 2000-03-09 Dave Love <fx@gnu.org>
11494
11495 * progmodes/fortran.el (fortran-comment-line-start): Define as
11496 "C".
11497 (fortran-comment-line-start-skip): Don't match cpp stuff.
11498 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11499 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11500 (fortran-mode): Don't set fortran-comment-line-start-skip,
11501 fortran-comment-line-start here. Set comment-start,
11502 add-log-current-defun.
11503 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11504 (fortran-current-defun): New function.
11505
11506 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11507
11508 * emacs-lisp/re-builder.el: New file.
11509
11510 * mouse.el (mouse-drag-region): Don't run up-event handler
11511 if hscroll has changed.
11512
11513 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11514 builtin operators, use `font-lock-builtin-face' for Emacs and
11515 `font-lock-preprocessor-face' otherwise.
11516
11517 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11518 `(defun (setf foo)' differently.
11519
11520 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11521
11522 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11523 (regexp-opt): Update comment and adapt the code the new meaning of
11524 the `paren' argument of regex-opt-group for shy-groups.
11525 (regexp-opt-depth): Handle shy groups as well as backslashed
11526 backslashes.
11527 (regexp-opt-group): Turn the leading comment into a docstring.
11528 Allow `paren' to be a string (the string to use to open a group).
11529 Remove open-presuf and close-presuf. Instead of checking for `all
11530 one-char' and then later on check for `several one-char', handle
11531 both cases close together. Also apply a more generic algorithm
11532 for suffixes (the mirror image of the algorithm used for
11533 prefixes). Use shy-groups. Use nreverse rather than reverse.
11534 (regexp-opt-try-suffix): Removed.
11535
11536 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11537 from comint-mode-map, so we can just inherit from it. Also, move
11538 the initialization into the `defvar' since there's no docstring
11539 anyway and it's fairly short.
11540 (inferior-scheme-mode): Define it as derived-mode: the code is
11541 shorter and this way we inherit from comint-mode-map rather than
11542 copying it.
11543
11544 * subr.el (replace-regexps-in-string): Properly handle the case
11545 where we match an empty string.
11546
11547 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11548 when the command has a directory component (such as "./testml").
11549 Also fix a typo in the comment.
11550
11551 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11552
11553 * Makefile (compile-files): Compile files one by one because
11554 that's the only way to ensure a clean compilation environment for
11555 each individual file.
11556
11557 * frame.el (other-frame): Call x-focus-frame.
11558
11559 2000-03-07 Dave Love <fx@gnu.org>
11560
11561 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11562 :require to defcustom.
11563
11564 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11565 lists.
11566
11567 * files.el (auto-mode-alist): Add configure.in.
11568
11569 * progmodes/autoconf.el: New file.
11570
11571 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11572
11573 * mail/mh-e.el: Change maintainer to `none'.
11574
11575 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11576 to remove-hook and add-hook.
11577
11578 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11579
11580 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11581 it as the default.
11582 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11583 (sendmail-send-it): Conditionally add MIME headers specifying the
11584 used character set.
11585
11586 2000-03-07 Dave Love <fx@gnu.org>
11587
11588 * winner.el: Fix keywords, autoload cookies. Split
11589 eval-when-compile form to avoid compilation failure.
11590
11591 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11592
11593 * international/mule.el: Modify comment about coding system
11594 property `coding-category'.
11595 (make-coding-system): New argument EOL-TYPE. Pay attention to
11596 coding-category property of PROPERTIES.
11597
11598 * international/mule-conf.el (coding-category-utf-8,
11599 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11600 categories. Include them in the argument for set-coding-priority.
11601
11602 * international/mule-cmds.el (reset-language-environment): Include
11603 coding-category-utf-8, coding-category-utf-16-be, and
11604 coding-category-utf-16-le in the argument for set-coding-priority.
11605 (reset-language-environment): Initialize coding-category-utf-8,
11606 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11607
11608 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11609
11610 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11611 code abstracted out of `bookmark-jump-noselect'. Now tries info
11612 extensions as well as compression extensions.
11613 (bookmark-jump-noselect): Use above new func.
11614
11615 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11616
11617 * strokes.el: Change maintainer's mail address.
11618
11619 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11620
11621 * international/mule-diag.el (list-character-sets): Make help-echo
11622 string by substitute-command-keys.
11623 (list-character-sets): Likewise.
11624 (sort-listed-character-sets): Call help-setup-xref.
11625
11626 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11627
11628 * time.el (display-time-mail-file): Add `none' to the list of
11629 choices.
11630
11631 2000-03-01 Dave Love <fx@gnu.org>
11632
11633 * help.el (help-xref-go-back): Don't try to set position.
11634
11635 * international/mule-diag.el (list-character-sets): Call
11636 help-setup-xref. Add help-echo to xrefs.
11637 (list-character-sets-1): Add help-echo to xrefs.
11638
11639 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11640
11641 * frame.el (blink-cursor-mode): Switch cursor on when turning
11642 the mode off.
11643
11644 * add-log.el (add-log-current-defun): Add support for
11645 Autoconf mode.
11646
11647 * mail/rmail.el (rmail-quit-hook): New variable.
11648
11649 2000-03-01 Dave Love <fx@gnu.org>
11650
11651 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11652
11653 * help.el (help-xref-button): Add help-echo arg.
11654 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11655
11656 * faces.el (list-faces-display): Supply help-echo with
11657 help-make-xrefs.
11658
11659 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11660 nil.
11661
11662 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11663
11664 * image.el (defimage): Look for image files in load-path.
11665
11666 * frame.el (busy-cursor-delay-seconds): Change type to
11667 `number'.
11668
11669 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11670
11671 * recentf.el (recentf): Added version tag to the defgroup of
11672 recentf.
11673
11674 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11675
11676 * recentf.el (recentf-cleanup): Changed to remove excluded file
11677 too.
11678 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11679 action to select/unselect a file.
11680 (recentf-edit-list): Code cleanup and improvement.
11681 (recentf-open-more-files-action): `recentf-open-more-files' button
11682 widget action to open a file.
11683 (recentf-open-more-files): No more use standard completion but
11684 widgets.
11685 (recentf-more-collection): Deleted.
11686 (recentf-more-history): Deleted.
11687 (recentf-setup-more-completion): Deleted.
11688
11689 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11690
11691 * recentf.el (recentf-mode): No more needs that Emacs is running
11692 under a window-system.
11693
11694 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11695
11696 * recentf.el (recentf-edit-list): New command to edit the recent
11697 list which allow the user to remove files.
11698 (recentf-edit-selected-items): New global variable, used by
11699 `recentf-edit-list' to hold the list of files to be removed from
11700 the recent list.
11701 (recentf-make-menu-items): Updated to display a "Edit list..."
11702 menu item. Minor code cleanup.
11703
11704 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11705
11706 * recentf.el (recentf-open-more-files): New command to open files
11707 that are not displayed in the menu.
11708 (recentf-more-collection): New global variable holding the set of
11709 permissible completions used by `recentf-open-more-files'.
11710 (recentf-more-history): New global variable holding the history list
11711 used by `recentf-open-more-files' completion.
11712 (recentf-setup-more-completion): New function to setup completion for
11713 `recentf-open-more-files'.
11714 (recentf-make-menu-items): Updated to display a "More..." menu item.
11715
11716 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11717
11718 * recentf.el (recentf-menu-action): Doc fixed.
11719
11720 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11721
11722 * recentf.el (recentf-menu-filter): Doc updated.
11723 (recentf-update-menu-hook): Allow menu filters to force menu update.
11724 (recentf-make-menu-items): New menu filter handling.
11725 (recentf-make-menu-item): New helper function.
11726 (recentf-menu-elements): New menu handling function.
11727 (recentf-sort-ascending): Updated to new menu filter handling.
11728 (recentf-sort-descending): Updated to new menu filter handling.
11729 (recentf-sort-basenames-ascending): New menu filter function.
11730 (recentf-sort-basenames-descending): New menu filter function.
11731 (recentf-show-basenames): New menu filter function.
11732 (recentf-show-basenames-ascending): New menu filter function.
11733 (recentf-show-basenames-descending): New menu filter function.
11734
11735 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11736
11737 * diary-lib.el (list-diary-entries): Don't try to go forward at
11738 the end of the buffer.
11739
11740 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11741
11742 * international/mule-diag.el (list-character-sets): Completely
11743 rewritten.
11744 (sort-listed-character-sets): New function.
11745 (list-character-sets-1): Completely rewritten.
11746 (list-character-sets-2): New function.
11747 (non-iso-charset-alist): New variable.
11748 (decode-codepage-char): New function.
11749 (charset-history): New variable.
11750 (read-charset) (list-block-of-chars)
11751 (list-iso-charset-chars)
11752 (list-non-iso-charset-chars)
11753 (list-charset-chars): New functions.
11754 (mule-diag): Call list-character-sets-2, not
11755 list-character-sets-2.
11756 (dump-charsets): Likewise.
11757
11758 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11759
11760 * dired-x.el (dired-filename-at-point): Add `@' to valid
11761 file name characters.
11762 (dired-filename-at-point): Handle ange-ftp file names.
11763
11764 * frame.el (frame-notice-user-settings): Use assq-delete-all
11765 instead of assoc-delete-all.
11766 (frame-notice-user-settings): Ditto.
11767
11768 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11769 Don't copy alist.
11770
11771 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11772
11773 * calculator.el (calculator-use-menu): New option.
11774 (calculator-initial-bindings): Changed some bindings to work as
11775 macros.
11776 (calculator-forced-input): Removed.
11777 (calculator-restart-other-mode): New variable.
11778 (calculator-mode-map): Set up menu.
11779
11780 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11781
11782 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11783 tags.
11784
11785 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
11786
11787 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11788 translate all ESC key sequences.
11789 (viper-goto-mark-subr): restore markers for files for which
11790 they were saved.
11791 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11792 * viper-util.el (viper-set-replace-overlay-glyphs,
11793 viper-set-replace-overlay): always check if the replacement
11794 overlay is live.
11795 * viper.el (viper-vi-state-mode-list): added major modes.
11796 * ediff-wind.el: minor comment changes.
11797 * ediff.el: copyright notice date fix.
11798
11799 2000-02-27 Jason Rumney <jasonr@gnu.org>
11800
11801 * faces.el (face-font-family-alternatives): Add arial to helv.
11802 (mode-line, header-line, tool-bar): Same default as x for w32.
11803 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11804 face-font-family-alternatives from working.
11805 * term/w32-win.el (mouse-set-font): Do not build fontset from
11806 chosen font.
11807
11808 2000-02-25 Sam Steingold <sds@goems.com>
11809
11810 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11811 properly.
11812
11813 2000-02-25 Richard M. Stallman <rms@gnu.org>
11814
11815 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11816
11817 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11818
11819 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11820 writable.
11821
11822 * frame.el (busy-cursor-delay-seconds): New option.
11823
11824 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11825
11826 * frame.el (show-cursor-in-non-selected-windows): New option.
11827
11828 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11829
11830 * diary-lib.el (include-other-diary-files): Undo the selective
11831 display in any included file and don't kill it.
11832
11833 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11834
11835 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11836 bar. Menu items converted to (menu-item format, help strings
11837 added.
11838 [downcase, upcase]: Don't enable on MS-DOS.
11839 [symlink, symlinks]: Don't show if make-symbolic-link is not
11840 bound.
11841 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11842
11843 2000-02-23 Dave Love <fx@gnu.org>
11844
11845 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11846 (backward-kill-word): Revert addition of * to interactive spec --
11847 it's a feature.
11848
11849 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11850 (backward-kill-sentence, kill-sentence): Likewise.
11851
11852 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11853 scratch buffer name.
11854 (gud-format-command): Use int-to-string in ?l case. Simplify
11855 slightly.
11856
11857 * term/w32-win.el (internal-face-interactive): Update prompt for
11858 new read-face-name.
11859
11860 * mail/footnote.el (footnote): Add :version to defgroup.
11861 (footnote-section-tag-regexp): Customize.
11862 (footnote-start-tag, footnote-end-tag): New option.
11863 (footnote-latin-regexp): New variable.
11864 (Footnote-latin): New function.
11865 (footnote-style-alist): Add element for latin style.
11866 (footnote-style): Moved.
11867 (Footnote-goto-footnote): Use eq to test arg.
11868
11869 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11870
11871 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11872 (byte-compile-trueconstp): Include keywords.
11873 (byte-optimize-quote, byte-optimize-lapcode): Use
11874 byte-compile-const-symbol-p.
11875 (byte-optimize-char-before): New optimization.
11876
11877 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11878 (byte-compile-const-symbol-p): New function.
11879 (byte-compile-constp, byte-compile-out-toplevel)
11880 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11881 Use it.
11882
11883 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11884
11885 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11886
11887 * international/encoded-kb.el: Be sure to update minor-mode-alist
11888 and minor-mode-map-alist.
11889 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11890 codes SS2 and SS3 correctly.
11891 (encoded-kbd-self-insert-ccl): New function.
11892 (encoded-kbd-setup-keymap): New function.
11893 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11894 by calling encoded-kbd-setup-keymap.
11895
11896 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11897 characters.
11898 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11899 locally.
11900
11901 2000-02-22 Dave Love <fx@gnu.org>
11902
11903 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11904 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11905 defvar.
11906 (lisp-mode-syntax-table): Set up for #|...|# comments.
11907 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11908 classes. Match `defface'.
11909 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11910 (eval-defun-1): Fix for defcustom.
11911 (lisp-indent-region): Doc fix.
11912
11913 * subr.el (when, unless, split-string): Doc fix.
11914 (read-passwd): Move call of clear-this-command-keys to the right
11915 place.
11916 (replace-regexps-in-string): New function.
11917
11918 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11919
11920 * help.el (describe-variable): Set syntax table to
11921 emacs-lisp-mode-syntax-table when moving forward over the
11922 symbol's name.
11923
11924 2000-02-22 Dave Love <fx@gnu.org>
11925
11926 * xt-mouse.el: Doc fixes.
11927 (xterm-mouse-position-function): New function, replacing advice of
11928 mouse-position.
11929 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11930
11931 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11932
11933 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11934
11935 * format.el (format-annotate-single-property-change): Handle
11936 properties.with dotted-list values.
11937 (format-proper-list-p): New function.
11938
11939 * enriched.el (enriched-face-ans): Handle '(foreground-color
11940 . COLOR) and (background-color . COLOR).
11941
11942 2000-02-20 Dave Love <fx@gnu.org>
11943
11944 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11945 and assignments to it.
11946 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11947 current local map.
11948 (make-flyspell-overlay): Use it.
11949 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11950
11951 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11952 (lm-get-header-re): Defun, not defsubst.
11953 (lm-get-package-name): Defun, not defsubst. Simplify.
11954 (lm-version): Doc fix. Simplify.
11955 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11956 (lm-crack-address, lm-last-modified-date, lm-commentary)
11957 (lm-verify, lm-synopsis): Simplify.
11958 (lm-report-bug): Require emacsbug. Use compose-mail.
11959
11960 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11961
11962 * dired.el (dired-mode): Call propertized-buffer-identification
11963 to set mode-line-buffer-identification to something having
11964 the right text properties.
11965
11966 * bindings.el (propertized-buffer-identification): New function.
11967
11968 2000-02-20 Dave Love <fx@gnu.org>
11969
11970 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11971 check for t-mouse too.
11972
11973 * cus-start.el: Make echo-keystrokes `number'.
11974
11975 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11976
11977 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11978 Don't call ring-empty-p unless tags-location-ring is bound.
11979 From Noah Friedman <friedman@splode.com>.
11980
11981 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11982
11983 * progmodes/hideshow.el (hs-flag-region): No longer use
11984 `intangible' overlay property.
11985
11986 (hs-toggle-hiding): New command.
11987 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11988
11989 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11990 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11991 and deactivation.
11992
11993 2000-02-18 Gerd Moellmann <gerd@gnu.org>
11994
11995 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11996
11997 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11998
11999 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12000
12001 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12002 of `*' to handle `(* ... *)' comments.
12003
12004 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12005
12006 * faces.el (list-faces-display): Use display-mouse-p instead of
12007 window-system.
12008
12009 * menu-bar.el (global-map): Menu-bar items converted to the new
12010 format (menu-item..., rearranged for better CUA compliance, and
12011 their names changed for better clarity. Help strings added.
12012
12013 * international/mule-cmds.el (mule-menu-keymap)
12014 (describe-language-environment-map, set-coding-system-map)
12015 (setup-language-environment-map): Convert to new (menu-item...
12016 form, add help strings. Change names of menu items for better
12017 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12018 submenu).
12019
12020 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12021
12022 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12023 within the code.
12024
12025 2000-02-16 Dave Love <fx@gnu.org>
12026
12027 * faces.el: Don't require custom. Add more specific :groups to
12028 various deffaces.
12029 (set-face-attribute): Purecopy args.
12030 (read-face-name): Default to name at point and use it in prompt.
12031 Remove colon from arg in all callers.
12032 (list-faces-display): Hyperlink to face descriptions and customize
12033 buffers.
12034
12035 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12036
12037 * wid-edit.el (widget-match-inline): An atom never matches a
12038 list.
12039
12040 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12041
12042 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12043 at ':' characters by call to split-string.
12044
12045 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12046
12047 * textmodes/bibtex.el: Added RCS version identification.
12048
12049 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12050
12051 * textmodes/bibtex.el: Some temporary comments removed.
12052 (bibtex-field-name, bibtex-entry-type): Made the relationship
12053 explicit.
12054 (bibtex-field-const): Allow capital letters.
12055 (bibtex-start-of-string): Deleted because unused.
12056
12057 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12058 use the term 'reference' to describe a bibtex entry as a whole.
12059 Further, reference keys are no longer called 'labels'.
12060 (bibtex-keys): Renamed to bibtex-reference-keys.
12061 (bibtex-reformat-previous-labels): Renamed to
12062 bibtex-reformat-previous-reference-keys.
12063 (bibtex-reference-type): Renamed to bibtex-entry-type.
12064 (bibtex-reference-head): Renamed to bibtex-entry-head.
12065 (bibtex-reference-maybe-empty-head): Renamed to
12066 bibtex-entry-maybe-empty-head.
12067 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12068 (bibtex-search-reference): Renamed to bibtex-search-entry.
12069 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12070 bibtex-enclosing-entry-maybe-empty-head.
12071 (bibtex-entry-field-alist, bibtex-entry-head,
12072 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12073 bibtex-map-entries, bibtex-search-entry,
12074 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12075 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12076 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12077 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12078 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12079 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12080 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12081
12082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12083
12084 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12085 comment.
12086 (bibtex-format-field-delimiters): New function, functionality
12087 extracted from bibtex-format-entry.
12088 (bibtex-autokey-get-yearfield-digits): New function, functionality
12089 extracted from bibtex-autokey-get-yearfield.
12090
12091 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12092 entries in order to avoid stack overflow in the regexp matcher if
12093 field contents become large.
12094 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12095 bibtex-field-string-part-not-braced,
12096 bibtex-field-string-part-no-inner-braces,
12097 bibtex-field-string-part-1-inner-brace,
12098 bibtex-field-string-part-2-inner-braces,
12099 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12100 bibtex-field-string-quoted, bibtex-field-string,
12101 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12102 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12103 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12104 as parsing is now performed by the following functions.
12105 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12106 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12107 bibtex-parse-field-string, bibtex-search-forward-field-string,
12108 bibtex-parse-association, bibtex-field-name-for-parsing,
12109 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12110 bibtex-search-forward-field, bibtex-search-backward-field,
12111 bibtex-start-of-field, bibtex-end-of-field,
12112 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12113 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12114 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12115 bibtex-parse-string, bibtex-search-forward-string,
12116 bibtex-search-backward-string, bibtex-start-of-string,
12117 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12118 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12119 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12120 entries. Instead of reporting the results of the parsing by
12121 match-beginning or match-end, these functions return data structures
12122 that hold the corresponding positions.
12123 (bibtex-enclosing-field): Changed to also report field boundaries by
12124 return values rather than by match-beginning or match-end. The
12125 following functions have been adapted to use the new parsing
12126 functions.
12127 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12128 bibtex-enclosing-field, bibtex-format-entry,
12129 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12130 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12131 bibtex-print-help-message, bibtex-end-of-entry,
12132 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12133 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12134 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12135 method for parsing.
12136 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12137 bibtex-map-entries, bibtex-flash-head,
12138 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12139 bibtex-autokey-change, bibtex-autokey-get-namefield,
12140 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12141 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12142 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12143 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12144 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12145 order to make the new binding of case-fold-search immediately
12146 visible.
12147
12148 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12149
12150 * textmodes/bibtex.el: Copyright notice is up to date.
12151 Added constant 'bibtex-maintainer-salutation.
12152
12153 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12154 than make-temp-name, use match-string-no-properties and eliminate
12155 a quadratic behavior when building bibtex-strings.
12156
12157 * bibtex.el (bibtex-reference-key): Accept string entries whose
12158 reference key contains upper case letters.
12159
12160 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12161
12162 * bibtex.el (bibtex-reference-head): Allow entries to start with
12163 a new line.
12164
12165 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12166
12167 * bibtex.el: Hiding of entry bodies is not longer provided by
12168 bibtex.el directly. Instead the hideshow package can be used.
12169 Added a special bibtex entry to hs-special-modes-alist.
12170 (bibtex-hs-forward-sexp): Added for hideshow.el.
12171
12172 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12173
12174 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12175 at ':' characters by call to split-string.
12176
12177 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12178
12179 * textmodes/bibtex.el: Added RCS version identification.
12180
12181 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12182
12183 * textmodes/bibtex.el: Some temporary comments removed.
12184 (bibtex-field-name, bibtex-entry-type): Made the relationship
12185 explicit.
12186 (bibtex-field-const): Allow capital letters.
12187 (bibtex-start-of-string): Deleted because unused.
12188
12189 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12190 use the term 'reference' to describe a bibtex entry as a whole.
12191 Further, reference keys are no longer called 'labels'.
12192 (bibtex-keys): Renamed to bibtex-reference-keys.
12193 (bibtex-reformat-previous-labels): Renamed to
12194 bibtex-reformat-previous-reference-keys.
12195 (bibtex-reference-type): Renamed to bibtex-entry-type.
12196 (bibtex-reference-head): Renamed to bibtex-entry-head.
12197 (bibtex-reference-maybe-empty-head): Renamed to
12198 bibtex-entry-maybe-empty-head.
12199 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12200 (bibtex-search-reference): Renamed to bibtex-search-entry.
12201 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12202 bibtex-enclosing-entry-maybe-empty-head.
12203 (bibtex-entry-field-alist, bibtex-entry-head,
12204 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12205 bibtex-map-entries, bibtex-search-entry,
12206 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12207 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12208 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12209 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12210 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12211 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12212 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12213
12214 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12215
12216 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12217 comment.
12218 (bibtex-format-field-delimiters): New function, functionality
12219 extracted from bibtex-format-entry.
12220 (bibtex-autokey-get-yearfield-digits): New function, functionality
12221 extracted from bibtex-autokey-get-yearfield.
12222
12223 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12224 entries in order to avoid stack overflow in the regexp matcher if
12225 field contents become large.
12226 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12227 bibtex-field-string-part-not-braced,
12228 bibtex-field-string-part-no-inner-braces,
12229 bibtex-field-string-part-1-inner-brace,
12230 bibtex-field-string-part-2-inner-braces,
12231 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12232 bibtex-field-string-quoted, bibtex-field-string,
12233 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12234 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12235 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12236 as parsing is now performed by the following functions.
12237 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12238 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12239 bibtex-parse-field-string, bibtex-search-forward-field-string,
12240 bibtex-parse-association, bibtex-field-name-for-parsing,
12241 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12242 bibtex-search-forward-field, bibtex-search-backward-field,
12243 bibtex-start-of-field, bibtex-end-of-field,
12244 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12245 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12246 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12247 bibtex-parse-string, bibtex-search-forward-string,
12248 bibtex-search-backward-string, bibtex-start-of-string,
12249 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12250 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12251 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12252 entries. Instead of reporting the results of the parsing by
12253 match-beginning or match-end, these functions return data structures
12254 that hold the corresponding positions.
12255 (bibtex-enclosing-field): Changed to also report field boundaries by
12256 return values rather than by match-beginning or match-end. The
12257 following functions have been adapted to use the new parsing
12258 functions.
12259 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12260 bibtex-enclosing-field, bibtex-format-entry,
12261 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12262 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12263 bibtex-print-help-message, bibtex-end-of-entry,
12264 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12265 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12266 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12267 method for parsing.
12268 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12269 bibtex-map-entries, bibtex-flash-head,
12270 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12271 bibtex-autokey-change, bibtex-autokey-get-namefield,
12272 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12273 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12274 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12275 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12276 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12277 order to make the new binding of case-fold-search immediately
12278 visible.
12279
12280 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12281
12282 * textmodes/bibtex.el: Copyright notice is up to date.
12283 Added constant 'bibtex-maintainer-salutation.
12284
12285 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12286 than make-temp-name, use match-string-no-properties and eliminate
12287 a quadratic behavior when building bibtex-strings.
12288
12289 * bibtex.el (bibtex-reference-key): Accept string entries whose
12290 reference key contains upper case letters.
12291
12292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12293
12294 * bibtex.el (bibtex-reference-head): Allow entries to start with
12295 a new line.
12296
12297 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12298
12299 * bibtex.el: Hiding of entry bodies is not longer provided by
12300 bibtex.el directly. Instead the hideshow package can be used.
12301 Added a special bibtex entry to hs-special-modes-alist.
12302 (bibtex-hs-forward-sexp): Added for hideshow.el.
12303
12304 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12305
12306 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12307 proceedings entry type (for cross referencing). Thanks to Wagner
12308 Toledo Correa for the suggestion.
12309
12310 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12311
12312 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12313
12314 * international/characters.el: Setup case table for Vietnamese.
12315
12316 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12317
12318 * uniquify.el (toplevel): Require CL at compile time.
12319 (uniquify-push): Removed.
12320
12321 * shadowfile.el (shadow-when): Removed.
12322
12323 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12324 (tempo-process-and-insert-string): Use dolist instead of
12325 tempo-dolist.
12326
12327 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12328 regexp for paragraph-start.
12329
12330 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12331 commas as well.
12332
12333 2000-02-10 Dave Love <fx@gnu.org>
12334
12335 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12336 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12337 Deleted.
12338 (widget-specify-field, widget-specify-button): Don't use
12339 widget-mouse-help as help-echo property.
12340 (default): Use #'ignore for :validate and :mouse-down-action.
12341 (checkbox): Add help-echo.
12342 (widget-sexp-validate): Rewritten to clarify error messages.
12343 (character): Use char-valid-p in :match function.
12344 (widget-color-complete): Use facemenu-color-alist.
12345 (widget-color-action): Use facemenu-read-color.
12346
12347 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12348 set up `caar' &c that we now have.
12349
12350 2000-02-09 Ray Blaak <blaak@gnu.org>
12351
12352 * delphi.el: Make resourcestring a declaration region, like const
12353 and var.
12354
12355 2000-02-09 Dave Love <fx@gnu.org>
12356
12357 * bindings.el (mode-line-input-method-map): New variable.
12358 (mode-line-mule-info): Use it; fix last change.
12359 (mode-line-mode-menu): Move definition.
12360 (mode-line-mouse-sensitive-p): Deleted.
12361 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12362 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12363 level.
12364
12365 * startup.el (command-line-1): Don't call
12366 make-mode-line-mouse-sensitive.
12367
12368 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12369
12370 * mail/rmail.el (rmail-retry-failure): Use
12371 rmail-beginning-of-message before rmail-toggle-header, because the
12372 former toggles headers.
12373
12374 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12375
12376 * diff-mode.el (diff-kill-junk): New interactive function.
12377 (diff-reverse-direction): Use delete-and-extract-region.
12378 (diff-post-command-hook): Restrict the area so that the hook also works
12379 outside of any diff hunk. This is necessary for the minor-mode.
12380 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12381 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12382
12383 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12384 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12385 so that it can be used more easily in <foo>-mode-hook. Also make sure
12386 to avoid duplicate entries.
12387 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12388 (font-lock-remove-keywords): Just as was done for `add', allow it to
12389 work even if font-lock-mode is nil. Also make sure we don't modify
12390 any pre-existing list by forcing a copy-sequence. Finally rename
12391 `major-mode' to `mode'.
12392 (font-lock-fontify-syntactic-anchored-keywords)
12393 (font-lock-fontify-anchored-keywords)
12394 (font-lock-fontify-keywords-region): Use line-end-position.
12395 Don't make `font-lock-multiline' local (it's now done in
12396 font-lock-set-defaults).
12397 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12398 move the `font-lock-fontified' creation to inside the `unless'.
12399
12400 2000-02-06 Andrew Innes <andrewi@gnu.org>
12401
12402 * term/w32-win.el (x-handle-args): Comment out call to message,
12403 which occurs before window system is initialized.
12404
12405 * makefile.nt: Add support for recompiling lisp code.
12406
12407 2000-02-04 Dave Love <fx@gnu.org>
12408
12409 * bindings.el (mode-line-mule-info): Fix/extend last change.
12410
12411 * completion.el: Replace completion-dolist with dolist.
12412
12413 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12414 dotimes.
12415
12416 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12417
12418 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12419 environment names before they go into the section regexp.
12420
12421 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12422 char class in regexp.
12423
12424 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12425 `case-fold-search' to nil.
12426
12427 * progmodes/idlwave.el (idlwave-template): Respect
12428 `idlwave-abbrev-change-case'.
12429 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12430 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12431 idlwave-while): respect `idlwave-reserved-word-upcase'.
12432 (idlwave-rw-case): New function.
12433 (idlwave-statement-match): Fixed problem with assignment regexp.
12434 (idlwave-font-lock-keywords): Improved regexp for keyword
12435 parameters.
12436 (idlwave-surround): New argument LENGTH to support padding of
12437 operators longer than 1 char.
12438
12439 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12440 idlwave-shell-expression-overlay. Implemented printing of
12441 expressions on higher levels of the calling stack.
12442 (idlwave-shell-display-level-in-calling-stack): Restore stack
12443 level.
12444 (idlwave-retrieve-expression-from-level): New function.
12445 (idlwave-shell-last-calling-stack): Variable removed.
12446 (idlwave-shell-reset): Argument action reversed (`visible' to
12447 `hidden'). Also remove stop-line overlay.
12448 (idlwave-shell-calling-stack-routine): New variable.
12449 (idlwave-shell-parse-stack-and-display): Messages now display
12450 negative level numbers.
12451 (idlwave-shell-mode): Set `modeline-format'.
12452 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12453 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12454 21.
12455 (idlwave-shell-print-expression-function): New option.
12456
12457 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12458 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12459 `tool-bar' instead of `toolbar'.
12460
12461 2000-02-02 Dave Love <fx@gnu.org>
12462
12463 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12464 emacs-lisp-mode-hook. Don't check for defalias being defined.
12465
12466 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12467 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12468 the new builtins directly.
12469
12470 * whitespace.el (whitespace): Add :version to defgroup.
12471
12472 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12473 Doc fix.
12474
12475 * thingatpt.el (sexp-at-point, symbol-at-point)
12476 (number-at-point, list-at-point): Add autoload cookie.
12477
12478 * recentf.el (recentf): Add :version to defgroup.
12479
12480 * quickurl.el (quickurl): Add :version to defgroup.
12481
12482 * elide-head.el (elide-head): Use point-marker more.
12483
12484 * bs.el (bs): Add :version to defgroup.
12485
12486 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12487
12488 * progmodes/delphi.el (delphi): Add :version to defgroup.
12489
12490 2000-02-02 Gerd Moellmann <gerd@gnu.org>
12491
12492 * ange-ftp.el (ange-ftp-write-region): Handle case that
12493 succeeding process operation sets a different coding system.
12494
12495 * calculator.el: New file.
12496
12497 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12498
12499 * frame.el (frames-on-display-list, framep-on-display): New
12500 functions.
12501 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12502 (display-selections-p, display-screens, display-pixel-width)
12503 (display-pixel-height, display-mm-width, display-mm-height)
12504 (display-backing-store, display-save-under, display-planes)
12505 (display-color-cells, display-visual-class): New functions.
12506
12507 * term/tty-colors.el (tty-color-gray-shades): New function.
12508
12509 * faces.el (display-color-p): Use framep-on-display.
12510 (display-grayscale-p): New function.
12511
12512 2000-01-31 Dave Love <fx@gnu.org>
12513
12514 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12515 (create-fontset-from-x-resource): Don't concat integers.
12516
12517 2000-01-31 Inge Frick <inge@nada.kth.se>
12518
12519 * view.el: Some changes in documentation. Removed some trailing
12520 whitespace. Changed some parameter names to agree with
12521 documentation.
12522 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12523 window is not deleted. Modifies change 1998-04-26.
12524
12525 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12526
12527 * windmove.el: New file.
12528
12529 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12530 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12531 progmodes/ebnf-yac.el: Update copyright and license info.
12532
12533 * jit-lock.el (jit-lock-function): Widen before calculating end
12534 position.
12535 (jit-lock-stealth-chunk-start): Rewritten.
12536
12537 * info.el (Info-title-face-alist): Removed.
12538 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12539 faces.
12540 (Info-fontify-node): Use these faces.
12541
12542 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12543
12544 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12545 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12546 `&allow-other-keywords'.
12547
12548 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12549 the list of directories scanned heuristically.
12550
12551 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12552 exist.
12553
12554 2000-01-30 Jason Rumney <jasonr@gnu.org>
12555
12556 * w32-fns.el: Define w32-tty-standard-colors.
12557
12558 * startup.el (command-line): Use w32-tty-standard-colors when in
12559 w32 console mode.
12560
12561 2000-01-30 Dave Love <fx@gnu.org>
12562
12563 * jka-compr.el (jka-compr-load): Fix up load-history.
12564
12565 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12566
12567 * emacs-lisp/cl-macs.el: Revert previous change.
12568
12569 2000-01-29 Dave Love <fx@gnu.org>
12570
12571 * facemenu.el: Purecopy various strings.
12572
12573 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12574 years. Deal with three-digit years.
12575
12576 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12577 defconst, purecopy.
12578 (help-back-label): Purecopy it.
12579
12580 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12581
12582 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12583 variable. If non-nil, order the buffer list according to the
12584 currently selected frame.
12585 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12586 non-nil, pass the selected frame to function buffer-list.
12587
12588 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12589
12590 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12591
12592 2000-01-28 Dave Love <fx@gnu.org>
12593
12594 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12595
12596 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12597 Don't use lisp-indent-hook property.
12598 (cl-abs): Remove.
12599
12600 * subr.el: Move out indent and edebug specs for when and unless.
12601
12602 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12603 when, unless.
12604
12605 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12606 unless, when.
12607
12608 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12609
12610 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12611 `collecting' as synonym for `collect'.
12612
12613 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12614 for the case it contains spaces.
12615
12616 * simple.el (what-cursor-position): Change formatting of
12617 messages.
12618
12619 * frame.el (delete-other-frames): New function.
12620 (toplevel): Bind it to C-x 5 1.
12621
12622 * sort.el (sort-numeric-base): New option.
12623 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12624 interpret it as octal or hexadecimal. Use sort-numeric-base
12625 as default base.
12626
12627 * progmodes/glasses.el: New file.
12628
12629 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12630
12631 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12632 userids differently.
12633
12634 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12635 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12636 progmodes/ebnf-yac.el: New files.
12637
12638 2000-01-26 Dave Love <fx@gnu.org>
12639
12640 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12641 on a function with an empty body. [From Eric Ludlam.]
12642
12643 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12644
12645 * vc.el (vc-version-diff): Make sure file name is expanded.
12646
12647 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12648
12649 * scroll-bar.el (scroll-bar-timer): Variable removed.
12650 (scroll-bar-toolkit-scroll): Don't use a timer.
12651
12652 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12653
12654 * language/thai-util.el (thai-composition-function): Delete
12655 superfluous `a'.
12656
12657 2000-01-24 Dave Love <fx@gnu.org>
12658
12659 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12660 end-of-defun-function.
12661
12662 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12663 &c.
12664
12665 2000-01-22 Jason Rumney <jasonr@gnu.org>
12666
12667 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12668 conflicts with new face support.
12669
12670 2000-01-22 Richard M. Stallman <rms@gnu.org>
12671
12672 * replace.el (query-replace): Rename last arg to DELIMITED.
12673 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12674 (query-replace-regexp): Likewise.
12675
12676 2000-01-20 Richard M. Stallman <rms@gnu.org>
12677
12678 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12679
12680 * emacs-lisp/lisp.el (beginning-of-defun-function):
12681 Variable renamed from beginning-of-defun.
12682 Do not call make-variable-buffer-local.
12683 (beginning-of-defun-raw): Use new variable name; doc fix.
12684 (beginning-of-defun): Doc fix.
12685 (end-of-defun-function): Variable renamed from end-of-defun.
12686 Do not call make-variable-buffer-local.
12687 (end-of-defun): Use new variable name; doc fix.
12688
12689 * subr.el (dolist, dotimes): Copied from cl-macs.el
12690 and made to work.
12691
12692 * mail/undigest.el (rmail-digest-end-regexps):
12693 Variable replaces rmail-digest-end-regexp.
12694 Allows multiple regexps for detecting the end line.
12695 (undigestify-rmail-message): Corresponding changes.
12696
12697 2000-01-19 Dave Love <fx@gnu.org>
12698
12699 * files.el (user-init-file): Don't declare here -- is primitive.
12700
12701 * startup.el (command-line): Check for compiled user-init-file and
12702 set to uncompiled version if necessary.
12703
12704 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12705
12706 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12707 (undigestify-rmail-message): Use it.
12708
12709 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12710
12711 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12712
12713 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12714 of mini-buffer.
12715
12716 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12717
12718 * emacs-lisp/copyright.el (copyright-update): Removed the
12719 requirement for a trailing space from `copyright-regexp', to
12720 support copyrights with owner specified on a separate line..
12721
12722 * align.el: New file.
12723
12724 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12725
12726 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12727
12728 2000-01-13 Dave Love <fx@gnu.org>
12729
12730 * ph.el: Removed. (Obsoleted by EUDC.)
12731
12732 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12733
12734 * net/eudc.el (toplevel): Remove autoloaded code installing
12735 menu with easymenu, because that causes build problems.
12736
12737 * frame.el (frame-notice-user-settings): New variable.
12738 (frame-notice-user-settings): Don't modify frame parameters
12739 if called a second time.
12740
12741 2000-01-13 Richard M. Stallman <rms@gnu.org>
12742
12743 * frame.el (frame-notice-user-settings):
12744 Notice default-frame-parameters even for non-window frames.
12745
12746 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12747
12748 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12749 for Emacs.
12750 (eudc-bob-can-display-inline-images): Extend for Emacs.
12751 (eudc-bob-toggle-inline-display): Ditto.
12752 (eudc-bob-display-jpeg): Ditto.
12753
12754 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12755
12756 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12757 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12758 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12759
12760 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12761 nil)'.
12762
12763 * subdirs.el: Add `net' directory.
12764
12765 * net: New directory.
12766
12767 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12768 eval-last-sexp. Don't bind debug-on-error here.
12769 (eval-last-sexp): New function. Bind debug-on-error if
12770 eval-expression-debug-on-error is non-nil.
12771 (eval-defun-2, eval-defun): Likewise.
12772
12773 * simple.el (eval-expression): Don't bind debug-on-error if
12774 eval-expression-debug-on-error is nil. Detect changed
12775 debug-on-error, and propagate new value to global binding, if
12776 eval-expression-debug-on-error is non-nil,
12777 (eval-expression-debug-on-error): Change doc string.
12778
12779 2000-01-11 Richard M. Stallman <rms@gnu.org>
12780
12781 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12782
12783 * emacs-lisp/lisp-mode.el (with-syntax-table):
12784 Set up lisp-indent-function property.
12785
12786 * subr.el (with-syntax-table): Moved from simple.el.
12787
12788 * simple.el (with-syntax-table): Moved to subr.el.
12789
12790 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12791
12792 * tmm.el (tmm-shortcut): Delete region after prompt instead
12793 of erasing buffer.
12794
12795 * textmodes/fill.el (fill-common-string-prefix): New function.
12796 (fill-context-prefix): Use the longest common prefix of first
12797 and second line fill prefix, if there is one.
12798
12799 2000-01-11 Richard M. Stallman <rms@gnu.org>
12800
12801 * array.el (array-mode): Don't use make-variable-buffer-local.
12802 Use make-local-variable for `truncate-lines'.
12803
12804 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12805
12806 * add-log.el (add-log-current-defun): Handle user-defined
12807 add-log-current-function returning nil,
12808
12809 * add-log.el (add-change-log-entry): Insert version number
12810 if having found a current function
12811
12812 * add-log.el (add-log-current-defun): Call
12813 `add-log-current-defun-function'. Try matches at level 0 and
12814 level 1. Strip whitespace from defun found.
12815
12816 2000-01-10 John Wiegley <johnw@gnu.org>
12817
12818 * allout.el (isearch-done/outline-provisions): Added `edit'
12819 argument to correspond with the current definition of
12820 `isearch-done'.
12821
12822 2000-01-10 Dave Love <fx@gnu.org>
12823
12824 * elide-head.el (elide-head): Use point-marker, not point.
12825
12826 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12827
12828 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12829 before and after the year 2000.
12830
12831 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12832 Add ispell- prefix.
12833
12834 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12835
12836 * ispell.el: Only define dictionaries in menus when they exist.
12837 (version18p): New variable.
12838 (version20p): New variable.
12839 (xemacsp): New variable.
12840 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12841 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12842 (ispell-dictionary-alist6): Russian command lines no longer accept
12843 run-together words.
12844 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12845 (ispell-dictionary-alist): Add koi8-r to customize definition.
12846 (check-ispell-version): Added documentation string. Returns
12847 library path when called non-interactively.
12848 (ispell-menu-map-needed): Uses new variables.
12849 (ispell-library-path): New variable.
12850 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12851 (ispell-word): Improved documentation string. Test for valid
12852 character mappings. Correctly check typed in word changes that can
12853 result in single words split into multiple words. Returns
12854 replacement word.
12855 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12856 replace in recursive query replace mode. Help message for
12857 recursive edit mode.
12858 (ispell-show-choices): Protect against bad framepop bindings.
12859 (ispell-help): Fix to work with XEmacs.
12860 (ispell-highlight-spelling-error): Use new variables.
12861 (ispell-overlay-window): Fix to work with XEmacs.
12862 (ispell-parse-output): Passed and returns location information
12863 tracking spelling corrections. Doesn't recheck same word on
12864 current line.
12865 (ispell-init-process): Protect against bogus XEmacs variable binding.
12866 Fix call to single argument in sleep-for. Use new variables.
12867 (ispell-region): Passed and returns location information tracking
12868 spelling corrections. Doesn't check same word on current line.
12869 Improved documentation string. Doesn't resend a line already
12870 checked to the ispell process - fixes bug in LaTeX parsing.
12871 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12872 (ispell-skip-region): No longer skips <TT> in SGML.
12873 (ispell-process-line): Tracks location information with spelling
12874 corrections. Added documentation string. Accounts for words
12875 already accepted on this line. Don't allow query-replace on line
12876 starting with math characters. Doesn't resend a line already sent
12877 to ispell process. Fixes alignment error bug.
12878
12879 2000-01-10 Richard M. Stallman <rms@gnu.org>
12880
12881 * dired-x.el (dired-guess-shell-alist-default):
12882 Suggest xloadimage, which is free, not xv, which isn't.
12883
12884 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12885 Don't ever include the host name or user name in the value.
12886
12887 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12888
12889 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12890 of a real newline.
12891
12892 2000-01-09 Stephen Eglen <stephen@gnu.org>
12893
12894 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12895 for .png files.
12896
12897 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12898
12899 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12900
12901 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12902
12903 * progmodes/cperl-mode.el: Replace ^F with ^L.
12904
12905 * sendmail.el (toplevel): Provide `sendmail' when compiling
12906 before `require'ing rmail and mailalias to prevent infinite
12907 recursion.
12908
12909 2000-01-08 Dave Love <fx@gnu.org>
12910
12911 * emacs-lisp/backquote.el: Remove inappropriate customization
12912 (allowing custom.el to use backquote).
12913
12914 2000-01-07 Dave Love <fx@gnu.org>
12915
12916 * add-log.el (add-log-debugging): Deleted.
12917 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12918 file. Remove debugging code.
12919 (change-log-get-method-definition, change-log-name): Add doc.
12920 (change-log-sortable-date-at): New function.
12921 (change-log-merge): New command.
12922
12923 * time.el (display-time-string-forms): Make the Mail string active.
12924 (display-time-update): Provide help-echo for load average.
12925
12926 * bindings.el (make-mode-line-mouse2-map): New function.
12927 (mode-line-modified): Use it and simplify.
12928 (mode-line-mule-info): Provide help-echo info.
12929 (minor-mode-alist): Activate the strings.
12930 (make-mode-line-mouse-sensitive): Simplify for
12931 mode-line-buffer-identification.
12932
12933 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12934
12935 * play/pong.el: New file.
12936
12937 2000-01-06 Dave Love <fx@gnu.org>
12938
12939 * array.el: Assorted cleanups for compiler warnings, doc strings,
12940 `array-' prefix for symbols.
12941
12942 2000-01-05 Dave Love <fx@gnu.org>
12943
12944 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12945 outline-headers-as-kill.
12946 (outline-mode): Define imenu-generic-expression.
12947 (outline-headers-as-kill): New command.
12948
12949 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12950 from paragraph-start.
12951 (paragraph-indent-minor-mode): New command.
12952
12953 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12954 M-C-e, M-C-h, C-j, C-xnd, TAB.
12955 (fortran-mode): Set beginning-of-defun, end-of-defun.
12956 (fortran-column-ruler): Simplify.
12957 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12958 (fortran-with-subprogram-narrowing): Likewise.
12959 (fortran-indent-subprogram): Call mark-defun.
12960 (fortran-check-for-matching-do): Change narrowing.
12961
12962 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12963 (cl-lucid-hash-tag): Delete.
12964 (cl-hash-table-p): Correct test for native table.
12965 (cl-hash-table-count): Use hash-table-count.
12966
12967 * browse-url.el (browse-url): Fix case of
12968 browse-url-browser-function being an alist.
12969
12970 2000-01-05 Carsten Dominik <cd@gnu.org>
12971
12972 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12973 (reftex-index-phrase-file-extension): New options.
12974
12975 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12976 Use new option `reftex-index-phrase-file-extension'.
12977
12978 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12979 `reftex-parse-file-extension'.
12980
12981 2000-01-05 Dave Love <fx@gnu.org>
12982
12983 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12984 (beginning-of-defun-raw): Use it.
12985 (end-of-defun): New variable.
12986 (end-of-defun): Use it.
12987 (check-parens): New command.
12988
12989 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12990
12991 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12992 (hs-show-block): Don't use `mapcar' when not accumulating.
12993
12994 Fix buglet in local variables initialization.
12995
12996 2000-01-05 Andreas Schwab <schwab@suse.de>
12997
12998 * hscroll.el (hscroll): Doc fix.
12999
13000 2000-01-05 Carsten Dominik <cd@gnu.org>
13001
13002 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13003 idlw-toolbar.
13004
13005 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13006 file idlw-rinfo.el.
13007 (idlwave-customize): load must read file idlw-shell.el.
13008 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13009
13010 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13011
13012 * progmodes/idlw-shell.el: Also provide idlwave-shell
13013 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13014 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13015
13016 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13017 both reftex-dcr and reftex-vcr.
13018
13019 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13020
13021 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13022
13023 * ps-print.el: PostScript code now is in separate files, doc fix.
13024 (ps-print-version): New version number (5.0.3).
13025 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13026 local.
13027 (ps-spool-config): Initialization fix.
13028 (ps-print-prologue-1, ps-print-prologue-2)
13029 (ps-print-duplex-feature): PostScript code moved to separated file.
13030 (ps-background-image): Little code reformating.
13031 (ps-begin-file, ps-begin-job): Fix code.
13032 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13033 (ps-prologue-file): New fun.
13034
13035 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13036
13037 * ps-vars.el: Eliminated.
13038
13039 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13040 `;;;###autoload'.
13041
13042 * ps-print.el: ps-vars eliminated, doc fix.
13043 (ps-print-version): New version number (5.0.2).
13044 (ps-spool-config): Initialization fix.
13045 (ps-print-customize): New fun.
13046
13047 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13048
13049 * autorevert.el (auto-revert-mode): Return value of
13050 auto-revert-mode.
13051
13052 2000-01-04 Dave Love <fx@gnu.org>
13053
13054 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13055 menu items.
13056
13057 2000-01-03 Dave Love <fx@gnu.org>
13058
13059 * elide-head.el (elide-head) [defgroup]: Add :version.
13060
13061 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13062 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13063 `cl-hash-table-p', not `hash-table-p'.
13064 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13065
13066 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13067
13068 * faces.el (face-read-integer, read-face-attribute)
13069 (color-defined-p, color-values): unspecified-{f,b}g are now
13070 strings.
13071
13072 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13073
13074 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13075 at comment end, and re-insert them after filling.
13076
13077 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13078
13079 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13080 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13081 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13082
13083 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13084
13085 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13086 the new name of face-color-supported-p.
13087
13088 * term/w32-win.el (xw-defined-colors): Likewise.
13089
13090 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13091
13092 * simple.el (completion-setup-function): Count completion-size
13093 from minibuffer-prompt-end, not from point-min.
13094
13095 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13096
13097 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13098 Pass the frame to tty-color-* functions.
13099 (display-color-p, frame-set-background-mode): Pass the frame to
13100 tty-display-color-p.
13101
13102 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13103 tty-color-alist.
13104 (tty-color-alist, tty-modify-color-alist): New functions.
13105 (tty-color-define, tty-color-clear, tty-color-approximate)
13106 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13107 an optional parameter FRAME.
13108
13109 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13110
13111 * image.el (create-image, defimage): Don't assume image data is a
13112 string.
13113
13114 * image.el (defimage): Handle specifications containing :data
13115 instead of :file.
13116 (image-type-from-data): New function.
13117 (image-type-from-file-header): Use it.
13118 (create-image): Add parameter DATA-P.
13119
13120 See ChangeLog.8 for earlier changes.
13121
13122 ;; Local Variables:
13123 ;; coding: iso-2022-7bit
13124 ;; End: