]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(use-fancy-splash-screens-p): New function.
[gnu-emacs] / lisp / ChangeLog
1 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el (use-fancy-splash-screens-p): New function.
4 (command-line-1): Use it to determine whether or not to use
5 a fancy splash screen.
6
7 2000-12-02 Andreas Schwab <schwab@suse.de>
8
9 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10
11 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * international/mule.el (make-char): Fix last change.
14
15 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16 New defcustoms.
17 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
18 autoloading tex-mode; instead, do the same manually. Use
19 texinfo-open-quote and texinfo-close-quote. Insert literal quote
20 with numeric argument. Docstring fix.
21 (toplevel): Require cl when compiling.
22
23 * international/mule.el (make-char): Doc fix.
24
25 2000-12-02 Jason Rumney <jasonr@gnu.org>
26
27 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
28 the Emacs Lisp manual)
29
30 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
31
32 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
33
34 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
35 the Emacs Lisp manual).
36
37 2000-12-02 Gerd Moellmann <gerd@gnu.org>
38
39 * simple.el (next-line-add-newlines): Change default to nil.
40
41 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
42
43 * files.el (revert-buffer, recover-file): Bind
44 coding-system-for-read to emacs-mule-unix, not to no-conversion.
45
46 2000-12-01 Gerd Moellmann <gerd@gnu.org>
47
48 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
49
50 * play/5x5.el (5x5-play-solution):
51
52 2000-12-01 Miles Bader <miles@gnu.org>
53
54 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
55
56 2000-12-01 Kenichi Handa <handa@etl.go.jp>
57
58 * international/mule-diag.el (describe-char-after): Fix typo.
59 (describe-character-set, non-iso-charset-alist): Fix typo.
60
61 2000-12-01 Miles Bader <miles@gnu.org>
62
63 * image-file.el (image-file-name-regexp): Automatically add
64 upper-case variants of each filename extension in
65 `image-file-name-extensions', since they seem to be common.
66
67 * simple.el (minibuffer-contents)
68 (minibuffer-contents-no-properties, delete-minibuffer-contents):
69 New functions.
70 * filecache.el (file-cache-directory-name)
71 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
72
73 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
74
75 * filecache.el (file-cache-minibuffer-complete): Don't try to
76 delete the minibuffer prompt.
77
78 2000-11-30 Dave Love <fx@gnu.org>
79
80 * cus-start.el: Fix read-buffer-function type.
81
82 2000-11-30 Gerd Moellmann <gerd@gnu.org>
83
84 * md5.el: Removed. There's a built-in function, now.
85
86 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
87
88 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
89 as dummy 0-th char of rmail-deleted-vector.
90
91 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
92
93 * ps-print.el (ps-end-job): Bind case-fold-search only after
94 switching to ps-spool-buffer.
95
96 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
97
98 * ps-print.el: Line number font customization. PostScript: Lines and
99 PageCount are initialized on each page. Doc Fix.
100 (ps-print-version): New version number (6.3.2).
101 (ps-lpr-switches, ps-font-info-database, ps-font-size)
102 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
103 (ps-right-header): Customization fix.
104 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
105 Fix code.
106 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
107 New vars.
108
109 2000-11-30 Gerd Moellmann <gerd@gnu.org>
110
111 * bs.el: Fix typos and spelling errors.
112 (bs-appearance) <defgroup>: Renamed from bs-appearence.
113 (bs-configuration): Doc fix.
114
115 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
116
117 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
118
119 * emulation/tpu-edt.el (tpu-version): New version.
120 (tpu-search-overlay, tpu-replace-overlay): New initial range.
121 (tpu-original-mode-line): Variable deleted.
122 (tpu-mark-flag): New initial value.
123 (tpu-set-mode-line): Don't redefine mode-line-format. Add
124 tpu-mark-flag to minor-mode-alist.
125 (tpu-update-mode-line): New mark flag logic.
126 (tpu-get): Use find-file-wildcards.
127 (tpu-search-highlight): Move overlay less, reset overlay properly.
128 (tpu-unselect): Deactivate mark.
129 (tpu-lm-replace): Reset overlay properly.
130 (tpu-forward-line): Use forward-visible-line.
131 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
132
133 * emulation/tpu-extras.el (tpu-forward-line): Use
134 forward-visible-line.
135
136 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
137
138 * cus-edit.el (custom-face-value-create): Always emphasize tag.
139
140 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
141
142 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
143 and skip whitespace and newlines.
144
145 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
146
147 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
148
149 2000-11-29 Gerd Moellmann <gerd@gnu.org>
150
151 * help.el (describe-function-1): Regexp-quote function name
152 when used as part of a regexp.
153
154 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
155 face-attribute instead of face-foreground and face-background.
156 (tool-bar-add-item): Likewise, and handle unspecified colors.
157
158 * enriched.el (enriched-face-ans): Use face-attribute instead
159 of face-foreground and face-background.
160
161 * faces.el (face-foreground, face-background, face-stipple):
162 Return nil if attribute is unspecified, for backward
163 compatibility.
164
165 * files.el (auto-mode-alist): Add an entry for antlr-mode.
166
167 * play/5x5.el: Remove version info.
168
169 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
170
171 * frame.el (blink-cursor-mode): Doc fix.
172
173 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
174
175 * antlr-mode.el: New commands to run ANTLR from within Emacs and
176 to create Makefile rules.
177 (antlr-tool-command): New user option.
178 (antlr-ask-about-save): New user option.
179 (antlr-makefile-specification): New user option.
180 (antlr-file-formats-alist): New variable.
181 (antlr-special-file-formats): New variable.
182 (antlr-unknown-file-formats): New user option.
183 (antlr-help-unknown-file-text): New variable.
184 (antlr-help-rules-intro): New variable.
185 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
186 (antlr-mode-menu): Add entries.
187 (antlr-file-dependencies): New function.
188 (antlr-directory-dependencies): New function.
189 (antlr-superclasses-glibs): New function.
190 (antlr-run-tool): New command.
191 (antlr-makefile-insert-variable): New function.
192 (antlr-insert-makefile-rules): New function.
193 (antlr-show-makefile-rules): New command.
194
195 * antlr-mode.el: More Emacs/XEmacs stuff.
196 (antlr-no-action-keywords): New constant with value nil.
197 (antlr-font-lock-keywords-alist): Use it. Old value would break
198 syntax highlighting in Emacs-21.0.
199 (antlr-default-directory): Emacs/XEmacs dependend function.
200 (antlr-read-shell-command): Ditto.
201 (antlr-with-displaying-help-buffer): Ditto.
202
203 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
204
205 * antlr-mode.el: imenu, parsing and highlighting changes.
206 (antlr-imenu-create-index-function): Don't create extra submenus
207 for definitions in different grammar classes. It is not necessary
208 for the menu and would make command `imenu' awkward to use.
209 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
210 header actions and more than one.
211 (antlr-font-lock-tokendef-face): Changed color.
212 (antlr-font-lock-tokenref-face): Changed color.
213 (antlr-font-lock-additional-keywords): Also highlight lowercase.
214 (antlr-mode-syntax-table): New variable.
215 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
216 (antlr-with-syntax-table): Don't copy syntax table.
217
218 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
219
220 * antlr-mode.el: Minor changes: language setting.
221 (antlr-language-alist): The value for file option "language" can
222 be both an identifier and a string.
223 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
224 (antlr-language-limit-n-regexp): Change accordingly.
225
226 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
227
228 * antlr-mode.el: Minor changes: tabs, hiding.
229 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
230 (antlr-action-visibility): Also allow value nil to also hide the
231 braces. Renamed from `antlr-tiny-action-length'.
232 Suggested by Jay@aol.com.
233 (antlr-hide-actions): Change accordingly. Hide line if completely
234 hidden action is on a line of its own.
235
236 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
237
238 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
239
240 * sort.el (sort-columns): Don't concat strings with numbers.
241
242 2000-11-29 Dave Love <fx@gnu.org>
243
244 * cus-edit.el (face): Fix :format.
245
246 * mail/feedmail.el: Require smtpmail when compiling.
247 (mail-do-fcc): Autoload.
248 (feedmail) <defgroup>: Fix :link.
249 (feedmail-nuke-body-in-fcc): Fix :type.
250 (feedmail-send-it): Add autoload cookie.
251
252 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
253
254 * newcomment.el (comment-indent): Save excursion around call to
255 comment-indent-function.
256
257 2000-11-29 Miles Bader <miles@gnu.org>
258
259 * subr.el (member-ignore-case): Return the tail of the list who's
260 car matches, like `member', not the matching element itself.
261
262 2000-11-29 Kenichi Handa <handa@etl.go.jp>
263
264 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
265 should not contain `\n'.
266
267 2000-11-28 Gerd Moellmann <gerd@gnu.org>
268
269 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
270
271 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
272
273 * dired-aux.el (dired-do-create-files): Construct default file
274 name for dired-mark-read-file-name so that when the user enters
275 just RET, the target file will end up in the target directory.
276
277 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
278 local-abbrev-table before changing buffers because it might
279 have a buffer-local binding.
280
281 2000-11-28 Miles Bader <miles@gnu.org>
282
283 * simple.el (delete-horizontal-space): Handle fields more generally.
284
285 2000-11-28 Gerd Moellmann <gerd@gnu.org>
286
287 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
288
289 2000-11-28 Dave Love <fx@gnu.org>
290
291 * progmodes/ps-mode.el (ps-mode): Set comment-start and
292 comment-start-skip locally.
293
294 * progmodes/fortran.el (fortran-mode): Don't set
295 fortran-comment-line-start-skip. Set comment-start to
296 fortran-comment-line-start.
297 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
298 (fortran-comment-line-start-skip): Simplify slightly.
299
300 2000-11-28 Gerd Moellmann <gerd@gnu.org>
301
302 * play/5x5.el: Remove RCS keyword.
303
304 * bs.el: Mistaken commit, undone 2000-11-30.
305
306 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
307
308 * textmodes/tildify.el (tildify-string-alist): Add
309 `plain-tex-mode' here.
310
311 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
312
313 * chistory.el (Command-history-setup): Remove extraneous `keymap'
314 reference.
315
316 2000-11-28 Miles Bader <miles@gnu.org>
317
318 * cus-face.el (custom-face-attributes): Add post-filter function
319 for :box. Make pre-filter function for :box handle all cases.
320
321 * wid-edit.el (widget-choose): Make sure pop-up window is large
322 enough to display all the choices, as there's no way to scroll it.
323
324 2000-11-28 Kenichi Handa <handa@etl.go.jp>
325
326 * international/mule-conf.el: Make the coding system no-conversion
327 safe for all characters.
328
329 2000-11-27 Dave Love <fx@gnu.org>
330
331 * net/ldap.el (ldap) <defgroup>: Add :version.
332
333 * tooltip.el (tooltip-use-echo-area): Doc fix.
334
335 * cus-start.el <minibuffer-prompt-properties>: Add version.
336 <read-buffer-function>: Add.
337
338 * apropos.el (apropos-print): Add help-echo to active text.
339
340 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
341
342 2000-11-27 Gerd Moellmann <gerd@gnu.org>
343
344 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
345 type, group and version.
346
347 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
348
349 * select.el (x-get-selection): Docstring fix.
350
351 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
352
353 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
354
355 2000-11-27 Andrew Innes <andrewi@gnu.org>
356
357 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
358
359 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
360
361 2000-11-27 Miles Bader <miles@gnu.org>
362
363 * dired.el (dired-get-filename): Return filename verbatim if
364 LOCALP is `verbatim'.
365 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
366 `verbatim' so that we don't inadvertently delete a non-existant
367 directory name.
368
369 2000-11-27 Kenichi Handa <handa@etl.go.jp>
370
371 * international/characters.el: Specify cases and syntaxes for
372 mule-unicode-0100-24ff.
373
374 2000-11-27 Gerd Moellmann <gerd@gnu.org>
375
376 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
377 that foreground and/or background colors of the face `tool-bar'
378 are unspecified.
379
380 2000-11-27 Miles Bader <miles@gnu.org>
381
382 * wid-edit.el (widget-field-buffer, widget-field-start)
383 (widget-field-end): Handle widget field `pseudo-overlays'.
384 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
385 if it's there instead of in `widget-field-list'.
386
387 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
388 (help-make-xrefs): Delete extraneous newlines at the end of the
389 docstring.
390
391 2000-11-25 Jason Rumney <jasonr@gnu.org>
392
393 * startup.el (command-line): Call set-locale-environment after
394 Window System init file is read, as it can result in a call to
395 redraw-frame.
396
397 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
398
399 * simple.el (shell-command): Mention the effect of the prefix
400 argument in the doc string.
401
402 2000-11-25 Miles Bader <miles@gnu.org>
403
404 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
405
406 * wid-edit.el (widget-field-value-delete): Don't try to delete
407 overlay when it's the `pseudo-overlay' that exists at some points.
408
409 2000-11-24 Jason Rumney <jasonr@gnu.org>
410
411 * international/mule-cmds.el (locale-language-names): Add "jp" as
412 a non-standard alternative for Japanese.
413
414 2000-11-24 Andre Spiegel <spiegel@gnu.org>
415
416 * vc-hooks.el: Require 'cl during compilation.
417
418 2000-11-24 Gerd Moellmann <gerd@gnu.org>
419
420 * faces.el (face-set-after-frame-default): Let face attributes
421 specified for new frames override frame parameters.
422
423 * startup.el (command-line): Fix computation of the source file
424 for user-init-file when user-init-file is a compiled file.
425
426 2000-11-24 Miles Bader <miles@gnu.org>
427
428 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
429 (custom-post-filter-face-spec): New functions.
430 (custom-face-set, custom-face-value-create): Filter the face spec
431 before and after customization.
432 (custom-face-set): If VALUE specifies a null face, pass a
433 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
434 * cus-face.el (custom-face-attributes): Remove SET and GET
435 functions. Add some IN-FILTER and OUT-FILTER functions in the few
436 cases they're needed.
437
438 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
439 that it's distinguishable from the :off-glyph on dark-background
440 displays. Set its background color too.
441
442 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
443 so that people can easily turn it off.
444
445 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
446
447 * ediff-diff.el: Moved variables around to have it compile under NT.
448
449 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
450
451 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
452
453 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
454 redundant skip-small-frames test.
455
456 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
457 (viper-downgrade-to-insert): protect against errors in hooks.
458
459 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
460 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
461 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
462 functions.
463
464 * viper-util.el (viper-memq-char): Bug fixes.
465
466 * viper.el (viper-mode): Fix cursor handling.
467
468 2000-11-24 Kenichi Handa <handa@etl.go.jp>
469
470 * international/mule-diag.el (list-iso-charset-chars): For
471 two-byte charset, fix the `while' condition.
472 (list-non-iso-charset-chars): Fix the `while' condition.
473
474 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
475
476 * subr.el (add-hook, remove-hook): Don't call make-local-hook
477 if the variable is make-variable-buffer-local.
478
479 * progmodes/ada-stmt.el (ada-template-map): Initialize
480 and bind it to C-c t in ada-mode-map.
481 (ada-stmt-mode-hook): New function extracted from old code.
482 Only change the buffer-local side of skeleton-*.
483 (ada-mode-hook): Use it.
484
485 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
486
487 * iswitchb.el (iswitchb-minibuf-depth): New variable.
488 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
489 we expect to be returned by minibuffer-depth once we prompt the
490 user in the minibuffer.
491 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
492 as recorded in iswitchb-minibuf-depth, return non-nil.
493
494 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
497 (hscroll-window-maybe): Docstring fix.
498
499 2000-11-23 Dave Love <fx@gnu.org>
500
501 * rect.el (string-rectangle): Don't test delete-selection-mode.
502
503 2000-11-23 Gerd Moellmann <gerd@gnu.org>
504
505 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
506 is in the tool bar.
507
508 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
509 with `no-dir'; we want the directory part to be able to remove
510 it.
511
512 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
513
514 * textmodes/outline.el (outline-flag-region):
515 Don't bind inhibit-read-only since we don't modify the buffer.
516 (outline-isearch-open-invisible): Don't jump to overlay-start
517 since we're trying to unhide text around point.
518 (outline-discard-overlays): Use dolist.
519
520 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
521
522 2000-11-22 Gerd Moellmann <gerd@gnu.org>
523
524 * mail/rmail.el (rmail-confirm-expunge): Default to
525 y-or-n-p.
526
527 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
528
529 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
530 Fix ARG regexp to skip quoted braces.
531 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
532 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
533 are (correctly) handled separately).
534 Remove `caption' and `footnote' from `citations': they contain text.
535 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
536 (latex-skeleton-end-hook): New function.
537 (latex-mode): Use it.
538 (tex-start-tex-marker): Remove.
539 (tex-send-tex-command): Don't set tex-start-tex-marker.
540 (tex-error-parse-syntax-table): New var.
541 (tex-compilation-parse-errors): Use it.
542 Ignore tex-start-tex-marker. Don't bother with marker-position.
543 (tex-validate-buffer): Don't bother with marker-position.
544
545 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
546 (flyspell-generic-progmode-verify): Use it.
547
548 2000-11-22 Sam Steingold <sds@gnu.org>
549
550 * simple.el (delete-trailing-whitespace): New interactive
551 function.
552
553 * progmodes/ada-mode.el (ada-mode): Use it instead of
554 `ada-remove-trailing-spaces'.
555 (ada-remove-trailing-spaces): Removed.
556
557 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
558
559 * textmodes/picture.el (picture-clean): Removed.
560 (picture-mode-exit): Call it instead of `picture-clean'.
561
562 2000-11-22 Gerd Moellmann <gerd@gnu.org>
563
564 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
565
566 * hi-lock.el (hi-lock-refontify): Don't call non-existent
567 jit-lock-fontify-buffer; it should anyway be unneccessary to
568 do anything special when jit-lock is active.
569 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
570
571 2000-11-22 Dave Love <fx@gnu.org>
572
573 * calendar/todo-mode.el (todo-top-priorities): Use
574 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
575
576 * language/chinese.el, language/cyrillic.el:
577 * language/devanagari.el, language/ethiopic.el, language/greek.el:
578 * language/hebrew.el, language/indian.el, language/japanese.el:
579 * language/korean.el, language/lao.el, language/misc-lang.el:
580 * language/thai.el, language/tibetan.el, language/vietnamese.el:
581 Use provide.
582
583 * cus-edit.el (custom-buffer-create-internal): Save some consing.
584 (custom-variable-set): Improve validation error mesage.
585
586 * rect.el (string-rectangle): Revert last change.
587 (string-rectangle-line): New arg DELETE.
588 (string-rectangle): Check delete-selection-mode.
589
590 * emacs-lisp/edebug.el (edebug-version)
591 (edebug-maintainer-address): Deleted.
592 (edebug-submit-bug-report): Just alias to report-emacs-bug.
593 (edebug-read-function): Account for other `'#' read forms.
594 (edebug-mode-menus): Make some items toggles.
595 (edebug-outside-unread-command-event, unread-command-event):
596 Remove these to avoid warnings.
597
598 2000-11-22 David Ponce <david@dponce.com>
599
600 * recentf.el (recentf-menu-items-for-commands)
601 (recentf-make-menu-items, recentf-make-menu-item)
602 (recentf-filter-changer): Added :help and :active menu-item properties.
603
604 (recentf-build-dir-rules, recentf-dump-variable)
605 (recentf-edit-list, recentf-open-files-item)
606 (recentf-open-files): Replaced unnecessary `mapcar' with new
607 built-in `mapc'.
608
609 2000-11-23 Miles Bader <miles@gnu.org>
610
611 * faces.el (menu): Make inverse-video on ttys too.
612
613 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
614
615 * simple.el (comment-line-break-function): Use the new name
616 indent-new-comment-line -> comment-indent-new-line.
617 (clone-indirect-buffer): Don't ignore NORECORD.
618 (next-completion): Properly handle the case where items are adjacent.
619
620 * mouse.el (popup-menu): Stupid typo.
621
622 2000-11-22 Gerd Moellmann <gerd@gnu.org>
623
624 * emacs-lisp/authors.el: Remove autoload cookies, add author,
625 maintainer, keywords tags.
626
627 * rect.el (replace-rectangle): Don't call string-rectangle-line
628 with too many arguments.
629
630 2000-11-22 Andre Spiegel <spiegel@gnu.org>
631
632 * ediff-util.el (ediff-file-checked-out-p)
633 (ediff-file-checked-in-p): Call vc-state instead of
634 vc-locking-user, which no longer exists.
635
636 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
637
638 2000-11-22 Dave Love <fx@gnu.org>
639
640 * md5.el (md5): Provide.
641 (md5): Fix error call.
642
643 2000-11-22 Miles Bader <miles@gnu.org>
644
645 * textmodes/refill.el (refill-adjust-ignorable-overlay)
646 (refill-fill-paragraph-at): Remove debugging code.
647
648 * calendar/calendar.el (generate-calendar-window): When we don't
649 call `fit-window-to-buffer', make sure the top line is fully visible.
650
651 * image-file.el (insert-image-file): Don't make `read-only'
652 property rear-nonsticky.
653
654 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
655 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
656 stashing away its original value.
657 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
658 in the recursive edit.
659 Bind `isearch-original-minibuffer-message-timeout' to protect it.
660 (isearch-done): Restore `minibuffer-message-timeout'.
661
662 * cus-start.el: Remove entry for `mode-line-inverse-video'.
663
664 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
665
666 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
667
668 * find-lisp.el (find-lisp-find-files-internal):
669 Use dolist, when and file-name-as-directory.
670
671 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
672 (define-derived-mode, define-minor-mode): Add specs.
673
674 * window.el: General comment and spacing fixes.
675 (save-selected-window): Use backquotes.
676 (window-safely-shrinkable-p): New function.
677 (shrink-window-if-larger-than-buffer): Use it.
678
679 * subr.el (make-local-hook): Docstring fix.
680
681 * shell.el (shell-mode): Use define-derived-mode.
682
683 * newcomment.el (comment-indent): Insert comment before calling
684 comment-indent-function. Don't insert in column 0.
685 (comment-dwim): Indent before inserting comment.
686
687 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
688 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
689 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
690 Use mapc rather than map.
691
692 * files.el (find-buffer-visiting): Compare all attributes before
693 declaring two files identical (rather than just their inode-no).
694 (auto-mode-alist): Use \' rather than $.
695
696 * which-func.el: Update maintainer line.
697
698 * pcvs.el (uniquify-buffer-file-name): Remove advice.
699 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
700 (uniquify-buffer-file-name): Use it.
701
702 2000-11-22 Miles Bader <miles@gnu.org>
703
704 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
705 * simple.el (minibuffer-avoid-prompt): New function.
706
707 2000-11-21 Gerd Moellmann <gerd@gnu.org>
708
709 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
710
711 2000-11-21 Miles Bader <miles@gnu.org>
712
713 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
714 inclusion of `track-mouse'.
715
716 * textmodes/refill.el (refill-ignorable-overlay): New variable.
717 (refill-adjust-ignorable-overlay): New function.
718 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
719 only the paragraph's tail if possible.
720 Update `refill-ignorable-overlay'.
721 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
722
723 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
724 point inside the fill-prefix.
725
726 * textmodes/refill.el (refill-post-command-function): Don't reset
727 refill-doit in the case where a self-insertion command doesn't
728 case a refill. Use `refill-fill-paragraph-at', getting position
729 from `refill-doit'.
730 (refill-after-change-function): Set `refill-doit' to END.
731 (refill-fill-paragraph-at): New function, mostly from old
732 refill-fill-paragraph.
733 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
734 (refill-pre-command-function): New function.
735 (refill-mode): Add it to `pre-command-hook'.
736
737 2000-11-20 Gerd Moellmann <gerd@gnu.org>
738
739 * textmodes/artist.el (artist-mode): Fix autoload cookie.
740
741 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
742 javadoc tags.
743
744 2000-11-20 Andre Spiegel <spiegel@gnu.org>
745
746 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
747 vc.el).
748
749 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
750 require vc.
751
752 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
753 checkouts.
754
755 2000-11-20 Dave Love <fx@gnu.org>
756
757 * Makefile.in (DONTCOMPILE): Omit bindings.el.
758
759 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
760
761 * calculator.el (calculator-paste): Use `if' instead of `and'
762 and `or'.
763 (calculator-help): Don't use electric-describe-mode for XEmacs.
764
765 2000-11-19 Gerd Moellmann <gerd@gnu.org>
766
767 * info.el (info-menu-5): Doc fix.
768
769 * textmodes/artist.el: New file.
770
771 2000-11-19 Andre Spiegel <spiegel@gnu.org>
772
773 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
774 and differentiate according to checkout model.
775 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
776 since this function is only concerned with master state.
777
778 * vc-hooks.el (vc-workfile-unchanged-p,
779 vc-default-workfile-unchanged-p): Moved here from vc.el.
780
781 * vc.el (vc-workfile-unchanged-p,
782 vc-default-workfile-unchanged-p): See above.
783
784 2000-11-19 Miles Bader <miles@gnu.org>
785
786 * image-file.el (insert-image-file): Make `intangible' and
787 `read-only' properties rear-nonsticky too.
788
789 2000-11-18 Gerd Moellmann <gerd@gnu.org>
790
791 * ps-print.el: Update copyright notice.
792
793 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
794 (tooltip-show): Use the offsets.
795
796 * bindings.el (mode-line-modified): Fix a typo.
797 (mode-line-toggle-modified, mode-line-widen)
798 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
799
800 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
801
802 * ps-print.el (toplevel): Test for find-coding-system being
803 fboundp before calling ps-x-find-coding-system.
804
805 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
806
807 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
808 (vc-version-backup-file): Docstring fix.
809
810 2000-11-16 Gerd Moellmann <gerd@gnu.org>
811
812 * files.el (basic-save-buffer): Don't add a newline if
813 find-file-literally is non-nil.
814 (find-file-literally): Extend doc string.
815
816 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
817 sort(1) with the `-f' argument.
818
819 2000-11-16 Andre Spiegel <spiegel@gnu.org>
820
821 * vc.el: Updated backend documentation.
822 (vc-default-check-headers): New function.
823
824 * vc-{cvs,rcs,sccs}.el: Functions reordered.
825
826 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
827 up-to-date.
828 (vc-do-command): In the asynchronous case, output messages only if
829 the minibuffer is not active.
830
831 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
832 `vc-cvs-use-edit' is on.
833 (vc-cvs-checkout): When this is used for reverting the workfile,
834 make a backup of the original contents and revert to that in case
835 of error.
836 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
837 remote repositories.
838
839 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
840 for both version and ratio in the minibuffer.
841
842 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
843 Use vc-do-command to perform the annotation, not call-process.
844
845 2000-11-16 Kenichi Handa <handa@etl.go.jp>
846
847 * international/quail.el (quail-start-translation): Don't call
848 `message' before reading key sequence.
849
850 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
851
852 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
853
854 2000-11-16 Kenichi Handa <handa@etl.go.jp>
855
856 * window.el (fit-window-to-buffer): Be sure to acquire at least
857 one text line even if the buffer is empty.
858
859 2000-11-16 Gerd Moellmann <gerd@gnu.org>
860
861 * net/ange-ftp.el (ange-ftp-file-writable-p)
862 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
863 ange-ftp-process-verbose to nil.
864
865 2000-11-15 Dave Love <fx@gnu.org>
866
867 * wid-edit.el (widget-specify-field, widget-specify-button): If
868 :help-echo is a function, set help-echo of overlay to
869 widget-mouse-help.
870 (widget-mouse-help): New function.
871 (widget-echo-help): Rewritten for :help-echo functions only taking
872 a widget arg.
873
874 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
875 display-graphic-p.
876 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
877 and that JPEG is available.
878 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
879
880 * international/mule-cmds.el (locale-charset-language-names):
881 Match @euro.
882
883 2000-11-15 Gerd Moellmann <gerd@gnu.org>
884
885 * faces.el (face-set-after-frame-default): If
886 `inhibit-default-face-x-resources' is bound, don't intialize the
887 default face from X resources.
888
889 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
892 Don't set EMACSLOADPATH.
893
894 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
895
896 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
897 texinfo-insert-@url.
898 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
899 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
900
901 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
902
903 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
904 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
905 (checkdoc-minor-keymap): Backward compatibility.
906 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
907 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
908 (checkdoc-this-string-valid-engine): Be a bit more strict
909 to avoid matching substrings of `...' quoted vars/funs.
910 (checkdoc-defun-info): Only look for `interactive' if alone.
911 (debug-ignored-errors): Add "arg doesn't appear in docstring".
912
913 * progmodes/compile.el (grep): `tag-default' can be nil.
914
915 * newcomment.el (comment-indent): Paren typo.
916
917 2000-11-14 Dave Love <fx@gnu.org>
918
919 * calculator.el: New maintainer version.
920
921 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
922
923 * cmuscheme.el: Doc fixes.
924 (cmuscheme) <defgroup>: Use `scheme' as parent.
925 (cmuscheme-program-name): Remove. Change uses to
926 scheme-program-name.
927
928 * xscheme.el (scheme-program-name): Don't define here.
929
930 * progmodes/scheme.el (scheme-program-name): New variable
931 (originally in cmuscheme).
932
933 2000-11-14 Miles Bader <miles@gnu.org>
934
935 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
936 Handle header-lines. Don't loop forever if we can't enlarge the
937 window anymore. Simplify a bit.
938
939 2000-11-14 Kenichi Handa <handa@etl.go.jp>
940
941 * window.el (fit-window-to-buffer): Don't check
942 window-text-height. Assure that the last line is fully visible.
943
944 * international/quail.el (quail-show-guidance-buf): Call
945 fit-window-to-buffer to assure the enough height of the guidance
946 buffer.
947 (quail-update-guidance): Avoid making the guidance buffer shorter.
948
949 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
950
951 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
952 rather than `prepend' and add an interesting comment.
953 (tex-math-face, tex-font-lock-syntactic-face-function):
954 New face and function to use it.
955 (tex-define-common-keys, tex-mode-map): Use menu-item rather
956 than `menu-enable' symbol property.
957 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
958 (tex-mode): Add some latex-mode commands for auto-selection.
959 Use tex-font-lock-syntactic-face-function.
960 (tex-insert-quote): Simplify.
961 (tex-shell): New mode.
962 (tex-start-shell): Use it.
963 (tex-shell-proc, tex-shell-buf): New functions.
964 (tex-send-command): Use it.
965 (tex-main-file): Fix the meaning of the new arg REALFILE.
966 (tex-send-tex-command): New function split from `tex-start-tex'.
967 Set compilation-last-buffer and compilation-parsing-end.
968
969 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
970 when it follows non-comment text on the line.
971
972 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
973 Set font-lock-defaults.
974 (lisp-mode-shared-map): Init inside the defvar.
975 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
976 Use define-derived-mode.
977
978 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
979
980 * faces.el (header-line): Use `:box nil' for color/gs displays too.
981
982 2000-11-14 Gerd Moellmann <gerd@gnu.org>
983
984 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
985 recursively optimize body because that can lead to infinite
986 recursion; see comment there.
987
988 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * faces.el (face-spec-set-match-display): Revert the change from
991 2000-10-24. Add a FIXME for after v21.1.
992
993 2000-11-13 Miles Bader <miles@gnu.org>
994
995 * textmodes/fill.el (skip-line-prefix): New function.
996 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
997 (fill-paragraph): Don't leave point inside the fill-prefix.
998 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
999 point inside the fill-prefix.
1000
1001 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1002
1003 * calendar/calendar.el (generate-calendar-window): Use
1004 `fit-window-to-buffer'.
1005
1006 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1007
1008 * gud.el (gud-minor-mode): New var.
1009 (gud-symbol, gud-val): New functions.
1010 (gud-find-file): Copy gud-minor-mode to the new buffer.
1011 (gud-menu-map): Include entries for commands that are not always
1012 available, using :enable to (de)activate them.
1013 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1014 (gud-mode-map): New map.
1015 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1016 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1017 Don't set up gud's menu (it's done by the minor-mode).
1018 (gud-minibuffer-local-map): New.
1019 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1020 (gud-query-cmdline): New function.
1021 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1022 (gud-mode): Use define-derived-mode.
1023 Don't set up gud's menu (it's done by the minor-mode).
1024 (gud-chop-words): Remove.
1025 (gud-common-init): Use split-string instead.
1026 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1027
1028 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1029 Add keyword arg :name.
1030
1031 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1032 (diff-count-matches, diff-split-hunk): New functions.
1033 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1034
1035 * pcvs-info.el (cvs-fi-conflict-face): New var.
1036
1037 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1038 Make it into a simple syntax-table, shared among all submodes.
1039 (sh-heredoc-face): Re-introduce.
1040 (sh-font-lock-syntactic-face-function): New function.
1041 (sh-mode): Use it. Also use define-derived-mode.
1042 Remove old bogus setting of indent-region-function.
1043 (sh-set-shell): Don't set the syntax-table any more.
1044 (sh-mode-syntax-table) <defun>: Remove.
1045
1046 2000-11-12 Miles Bader <miles@gnu.org>
1047
1048 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1049 message if interactive.
1050
1051 2000-11-12 Dave Love <fx@gnu.org>
1052
1053 * mail/feedmail.el: Fix header,
1054 (feedmail) <defgroup>: Add :link.
1055
1056 * view.el: Use local-map property, not keymap on mode-line string.
1057
1058 * scroll-all.el (scroll-all-mode): Customize variable. Add
1059 autoload cookie to function.
1060
1061 * lazy-lock.el: Remove compatibility code.
1062
1063 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1064 (finder-help-echo): New variable.
1065 (finder-mouse-face-on-line): Add help-echo stuff.
1066 (finder-list-keywords, finder-list-matches): Use mapc.
1067
1068 * faces.el (face-font-registry-alternatives): Add :version.
1069
1070 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1071 tags-table-list.
1072
1073 * net/browse-url.el (browse-url-browser-function): Update :version.
1074
1075 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1076 (mail-mode): Use [:alnum:] in some regexps.
1077
1078 2000-11-10 Dave Love <fx@gnu.org>
1079
1080 * ediff.el (ediff-regions-internal, ediff-documentation):
1081 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1082 fundamental mode.
1083
1084 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1085 buffer into fundamental mode.
1086 (ediff-set-difference): Use copy-sequence if available.
1087
1088 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1089 ediff-patch-map non-nil.
1090 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1091 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1092 buffer into fundamental mode.
1093
1094 * ediff-merg.el (state-or-merge): Defvar when compiling.
1095
1096 2000-11-10 Jason Rumney <jasonr@gnu.org>
1097
1098 * w32-fns.el (w32-add-charset-info): New function.
1099 (w32-charset-info-alist): Use it.
1100
1101 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1102
1103 * faces.el (face-font-registry-alternatives): New user-option.
1104
1105 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1106
1107 * textmodes/texinfo.el (texinfo-block-default): New var.
1108 (texinfo-insert-block): Use it. Insert a newline if needed.
1109
1110 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1111 (fill-region-as-paragraph): Use it.
1112
1113 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1114 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1115 Tweak paragraph regexps to allow a leading [ \t]*.
1116 (tex-latex-block): Insert a newline if necessary.
1117 (latex-insert-item): Only insert a newline if necessary.
1118 (tex-guess-main-file): New function.
1119 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1120 Set tex-main-file if TeX-master is provided.
1121 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1122
1123 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1124
1125 * startup.el (command-line): Set the default tooltip-mode
1126 to t for graphical displays which implement x-show-tip.
1127
1128 * tooltip.el (tooltip-mode): Add a comment about startup.el
1129 setting the default value of this user-option.
1130
1131 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1132
1133 * font-lock.el (font-lock-*-face) <defvar>: Move.
1134 (font-lock-defaults-alist): Mark obsolete.
1135 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1136 (font-lock-mode): Use define-minor-mode.
1137 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1138 (font-lock-turn-off-thing-lock): Be more explicit.
1139 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1140 (font-lock-syntactic-face-function): New var.
1141 (font-lock-fontify-syntactically-region): Use it.
1142 (font-lock-doc-face): New.
1143
1144 * pcvs.el (cvs-enabledp): Ignore errors.
1145 (cvs-commit-filelist): Never query.
1146 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1147 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1148 (cvs-do-removal): Use cvs-partition rather than delete-if.
1149 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1150 cvs-bury-buffer.
1151
1152 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1153 Allow `next' to jump to after the end of the last match.
1154
1155 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1156
1157 * simple.el (byte-compiling-files-p): New function.
1158
1159 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1160 if it is there.
1161
1162 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1163 nil again.
1164
1165 * textmodes/ispell.el (ispell-library-path): Don't call
1166 check-ispell-version when byte-compiling because that starts
1167 an ispell process, and ispell might not be installed.
1168 (toplevel): Don't set up a menu when byte-compiling.
1169
1170 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1171 it, so that a boundp test can be used to determine if we're
1172 currently byte-compiling.
1173
1174 2000-11-09 Dave Love <fx@gnu.org>
1175
1176 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1177 eval-after-load.
1178
1179 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1180
1181 * ps-print.el: Patch for variable initialization when spooling. Doc
1182 fix.
1183 (ps-output-list): Fun eliminated.
1184 (ps-begin-file, ps-begin-job): Code fix.
1185
1186 2000-11-08 Dave Love <fx@gnu.org>
1187
1188 * ediff-wind.el (ediff-control-frame-parameters): Zero
1189 tool-bar-lines.
1190
1191 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1192
1193 * simple.el (shell-command, display-message-or-buffer)
1194 (shell-command-on-region): Mention resize-mini-windows in the doc
1195 string.
1196 (display-message-or-buffer): Take the value of resize-mini-windows
1197 into account.
1198
1199 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1200
1201 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1202
1203 * dired.el (dired-between-files): Add `^. find' as an alternative
1204 to the regular expression, for find-dired.
1205
1206 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1207
1208 * textmodes/texnfo-upd.el: Require texinfo.
1209 (defmacro, defgroup): Remove.
1210 (texinfo-section-to-generic-alist): Remove.
1211 Use texinfo-section-list instead (i.e. level is changed string->int).
1212 (texinfo-filter): New function.
1213 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1214 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1215 Use it. And use regexp-opt.
1216 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1217 (texinfo-update-menu-region-beginning)
1218 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1219 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1220 (texinfo-update-menu-same-level-regexps): Update.
1221 (texinfo-update-node, texinfo-every-node-update)
1222 (texinfo-sequential-node-update): Remove autoload cookie.
1223
1224 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1225 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1226 (texinfo-chapter-level-regexp): Remove.
1227 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1228
1229 2000-11-06 Dave Love <fx@gnu.org>
1230
1231 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1232
1233 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1234 Match defun*.
1235
1236 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1237
1238 * composite.el (composition-function-table): Variable declaration
1239 moved to src/composite.c.
1240 (compose-chars-after): New optional arg object.
1241
1242 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1243
1244 * bindings.el (mode-line-toggle-read-only)
1245 (mode-line-toggle-modified, mode-line-widen)
1246 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1247 (make-mode-line-mouse2-map): Rewritten.
1248 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1249 functions so that C-h k can show something with a doc string.
1250
1251 * startup.el (fancy-splash-delay): Set to 10 seconds.
1252 (fancy-splash-max-time): New user-option.
1253 (fancy-splash-stop-time): New variable.
1254 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1255 (fancy-splash-screens-1): Throw `stop-splashing' when current
1256 time is greater than fancy-splash-stop-time.
1257
1258 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1259
1260 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1261
1262 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1263 Prompt user for a file rather than raising an error.
1264 (cvs-enabledp): Fix call to cvs-mode-marked.
1265 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1266 (cvs-mode-insert): Use it. Change the init prompt' value.
1267 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1268
1269 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1270 Don't pass default arg to ewoc-locate.
1271 (ewoc-collect): Return result in the right order.
1272
1273 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1274
1275 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1276 (cvs-status-get-tags): Fix regexp.
1277 (cvs-status-trees, cvs-status-cvstrees):
1278 Combine after change hooks and don't sit-for.
1279 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1280 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1281 Use make-char rather than hard-coded cryptic data.
1282 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1283
1284 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1285
1286 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1287 (cvs-insert-strings): New function.
1288
1289 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1290
1291 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1292 `mwheel-scroll-amount'.
1293 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1294 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1295 string-matching against the version string.
1296
1297 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1298
1299 * language/thai.el ("Thai"): Set a lisp form that produces
1300 composed string in `sample-text' language info.
1301
1302 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1303 composed string in `sample-text' language info.
1304
1305 * international/mule-cmds.el (describe-language-environment): Eval
1306 `sample-text' data and insert the result.
1307
1308 * international/mule-conf.el (compound-text): Define this coding
1309 system here. Make x-ctext and ctext aliases of it.
1310
1311 * language/european.el (compound-text, ctext): Moved to
1312 international/mule-conf.el.
1313
1314 2000-11-05 Andrew Innes <andrewi@gnu.org>
1315
1316 * w32-fns.el (w32-version): New function.
1317
1318 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1319
1320 * progmodes/awk-mode.el: Update copyright.
1321 (awk-mode-abbrev-table): Remove.
1322 (awk-font-lock-keywords): Use regexp-opt.
1323 (awk-mode): Use define-derived-mode.
1324
1325 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1326 when extracting a suffix.
1327
1328 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1329
1330 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1331 auto-save-mode.
1332
1333 2000-11-04 Jason Rumney <jasonr@gnu.org>
1334
1335 * language/european.el (decode-mac-roman): Test against r1 not r0.
1336
1337 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1338
1339 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1340 (icon-mode): Define indent-line-function.
1341 (icon-comment-indent): Simplify.
1342 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1343
1344 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1345
1346 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1347 Bind change-log-default-mode to defeat the caching done on it.
1348 Don't bother saving excursion any more.
1349
1350 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1351
1352 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1353 (set-frame-font): Use the new name (and the old for compatibility).
1354
1355 * toolbar/tool-bar.el (tool-bar-mode):
1356 * time.el (display-time-mode):
1357 * recentf.el (recentf-mode):
1358 * paren.el (show-paren-mode):
1359 * mwheel.el (mouse-wheel-mode):
1360 * msb.el (msb-mode):
1361 * jka-compr.el (auto-compression-mode):
1362 * image-file.el (auto-image-file-mode):
1363 * hl-line.el (hl-line-mode):
1364 * delsel.el (delete-selection-mode):
1365 * autoinsert.el (auto-insert-mode):
1366 * complete.el (partial-completion-mode): Drop unneeded positional args.
1367
1368 * info.el (Info-mode):
1369 * comint.el (comint-mode): Don't bother with make-local-hook.
1370
1371 * log-edit.el (log-edit-menu): New menu.
1372
1373 2000-11-03 Miles Bader <miles@gnu.org>
1374
1375 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1376 definition, so that trailing spaces are handled properly.
1377 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1378
1379 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1380
1381 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1382 tab character.
1383 (fancy-splash-screens): Set tab-width to 20.
1384
1385 2000-11-03 Dave Love <fx@gnu.org>
1386
1387 * comint.el (comint-completion-addsuffix): Fix custom type.
1388
1389 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1390
1391 * font-lock.el (font-lock-buffers): Remove.
1392 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1393 (font-lock-change-major-mode): Remove.
1394 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1395 (font-lock-default-fontify-region): Extend the multiline
1396 fontification to whole lines.
1397 (font-lock-fontify-anchored-keywords)
1398 (font-lock-fontify-keywords-region): If matching just one
1399 line (with \n) only mark the \n as multiline.
1400
1401 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1402 Correctly handle the case where several :group args are supplied.
1403 Allow :extra-args.
1404 (easy-mmode-define-global-mode): Allow :extra-args.
1405 Correctly handle the case where several :group args are supplied.
1406
1407 2000-11-02 Miles Bader <miles@gnu.org>
1408
1409 * calendar/calendar.el (diary-face, calendar-today-face)
1410 (holiday-face): Remove dependency on `window-system'.
1411
1412 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1413
1414 * Makefile.in (emacs): Set EMACSLOADPATH always.
1415 (update-authors, .el.elc, compile-files): Don't do it explicitly
1416 here.
1417 (compile-files): Bomb out if compilation of a file fails.
1418
1419 2000-11-02 Dave Love <fx@gnu.org>
1420
1421 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1422
1423 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1424
1425 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1426 punctuation in the warning inserted into the *mail* buffer.
1427
1428 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1429
1430 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1431 (authors-public-domain-p): New function.
1432 (authors-print): Use it.
1433
1434 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1435
1436 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1437
1438 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1439
1440 * ps-print.el: Extension for even/odd printing. Doc fix.
1441 (ps-print-version): New version number (6.3.1).
1442 (ps-even-or-odd-pages): Customization fix.
1443 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1444 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1445 (ps-page-count): Var replaced by `ps-page-column'.
1446 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1447 (ps-print-sheet-p): New fun.
1448
1449 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1450
1451 * tooltip.el (tooltip-gud-tips-setup): New function.
1452 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1453 (tooltip-mode): Call tooltip-gud-tips-setup.
1454 (tooltip-gud-tips): Use `gud-basic-call' instead of
1455 process-send-string, so the prompt gets frobbed appropriately.
1456 Handle nil return value from `tooltip-gud-print-command'.
1457
1458 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1459
1460 * comint.el (comint-add-to-input-history): New function.
1461 (comint-send-input): Use `comint-add-to-input-history'.
1462
1463 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1464
1465 * info.el (info-menu-header): New face.
1466 (Info-fontify-menu-headers): New function.
1467 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1468
1469 * info.el (Info-insert-dir): Don't include blank lines at
1470 beginning of additional dir files (one is added automatically).
1471
1472 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1473
1474 * emacs-lisp/easy-mmode.el (define-minor-mode):
1475 Revert the latest changes.
1476 Allow the three positional arguments to be skipped and replaced
1477 by keyword arguments.
1478 Add a :toggle argument to determine whether a nil arg means toggle
1479 or means turn-on. The default is unchanged.
1480 Add a call to force-mode-line-update.
1481
1482 2000-11-01 Dave Love <fx@gnu.org>
1483
1484 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1485 cookie.
1486
1487 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1488
1489 * calendar/calendar.el (diary-face, holiday-face): Add
1490 dark-background variants.
1491
1492 2000-10-31 Sam Steingold <sds@gnu.org>
1493
1494 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1495 `tex-main-file' does not have directory in it.
1496
1497 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1498
1499 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1500
1501 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1502
1503 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1504 functional change.
1505
1506 2000-10-31 Gerd Moellmann <gerd@gnu.org>
1507
1508 * files.el (find-file-noselect): When we expand a wildcard, return
1509 a list of buffers, as we should do according to the doc string.
1510
1511 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1512
1513 * loadup.el (top level): Adjust load path if program name is
1514 "../src/bootstrap-emacs", in case it's not dumped and thus the
1515 load path adjustment hasn't already been done.
1516
1517 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1518
1519 * ps-print.el: Fix bug on selected pages for printing. Use
1520 `color-values' for Emacs 21. Ensure fontification when jit-lock
1521 is on. Try to avoid warning messages when compiling. Doc Fix.
1522 (ps-print-version): New version number (6.3).
1523 (ps-color-device): Use `color-values' to determine if device
1524 supports color.
1525 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1526 (ps-print-page-p): Changed from defsubst to defun.
1527 (ps-page-number): Changed from defmacro to defun.
1528 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1529 printing.
1530 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1531 (ps-end-file, ps-dummy-page): Funs eliminated.
1532 (ps-print-color-scale): Changed default value.
1533 (ps-page-n-up, ps-print-page-p): New internal vars.
1534 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1535 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1536
1537 * delim-col.el: Little programming improvement.
1538 (delimit-columns-str): New macro.
1539 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1540
1541 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1542
1543 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1544 Moved to european.el.
1545 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1546 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1547 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1548 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1549
1550 2000-10-30 Dave Love <fx@gnu.org>
1551
1552 * progmodes/cc-menus.el (imenu-generic-expression)
1553 (imenu-progress-message): Only defvar when compiling.
1554
1555 * emacs-lisp/elp.el (elp-unload-hook): New function.
1556
1557 * loadhist.el (unload-feature): Call elp-restore-function,
1558 checking for symbols; don't use elp-restore-all.
1559 (loadhist-hook-functions): Doc fix.
1560
1561 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * log-edit.el (log-edit-confirm): Fix the default.
1564
1565 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1566
1567 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1568 delimit-columns-format.
1569 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1570
1571 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1572
1573 * comint.el (comint-replace-by-expanded-history): Don't use
1574 comint-get-old-input (we're not looking at *old* input).
1575 (comint-get-old-input-default): If using fields, signal an error
1576 when the point is not in an input field.
1577
1578 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1579
1580 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1581 and mule-unicode-e000-ffff.
1582
1583 * international/mule.el (decode-char, encode-char): New functions.
1584 (make-coding-system): Accept a symbol of translation table as a
1585 value of property `safe-chars'.
1586
1587 * international/mule-cmds.el (encode-coding-char): Check property
1588 safe-chars instead of safe-charsets.
1589
1590 * international/fontset.el (fontset-default): Modified for
1591 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1592 (x-font-name-charset-alist): Likewise.
1593 (ccl-encode-unicode-font): New CCL program. Record it in
1594 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1595
1596 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1597 New translation tables.
1598 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1599 programs are modified and moved from mac-win.el.
1600 (mac-roman): Definition of this coding system is modified and
1601 moved from mac-win.el.
1602
1603 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1604
1605 * ediff-wind.el (ediff-setup-control-frame): Enclose
1606 face-attribute in condition-case to avoid errors in older emacsen.
1607
1608 2000-10-29 Miles Bader <miles@gnu.org>
1609
1610 * custom.el (custom-add-to-group): Allow multiple entries for a
1611 given value OPTION, as long as their widget types are different.
1612 * cus-edit.el (custom-face-value-create): If face name doesn't end
1613 with "face", add such here (similar to custom group widgets).
1614
1615 * comint.el (comint-highlight-prompt): Add :type.
1616
1617 2000-10-28 John Wiegley <johnw@gnu.org>
1618
1619 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1620 Changed this function to operate on a temporary buffer instead of
1621 the main buffer. This not only keeps flyspell from marking a
1622 buffer as changed that wasn't, but it solves the jumpy cursor
1623 problem when attempts are made to edit incorrect words.
1624 (flyspell-maybe-correct-doubling): Same change as for
1625 `flyspell-maybe-correct-transposition'.
1626
1627 * calendar/timeclock.el (timeclock-log): Doc fix.
1628 (timeclock-last-event): Doc fix.
1629 (timeclock-log): Kill the timelog buffer after appending a new
1630 event.
1631 (timeclock-find-discrep): Use a temp buffer to read in the
1632 timelog, instead of visiting the file.
1633 (timeclock-log-data): A new function, along with a host of helper
1634 functions, for the purpose of making timelog data accessible to
1635 programmers.
1636
1637 * eshell/esh-mode.el (window-height test): Make certain that
1638 `eshell-stringify-t' is non-nil.
1639 (eshell-password-prompt-regexp): Changed to a much simpler
1640 password regexp.
1641 (eshell-send-input): If `eshell-invoke-directly' returns t,
1642 directly invoke the parsed command using `eval'. This improves
1643 turn-around time on simple commands by a factor of three or
1644 greater, such as cd, ls, pwd, etc. -- which get used very often.
1645 It also conserves thousands of cons cells per call (since
1646 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1647 in the Pacific Cookie Company).
1648
1649 * eshell/esh-test.el (eshell-test): Whitespace fix.
1650
1651 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1652 `eshell-ls-initial-args' nil when inserting directory contents.
1653
1654 * eshell/em-script.el (eshell-script-initialize): Add names to
1655 `eshell-complex-commands, since `source' and `.' are complex.
1656
1657 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1658 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1659 `eshell-copy-handles'.
1660 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1661 bodies.
1662 (eshell-separate-commands): Whitespace fix.
1663 (eshell-complex-commands): Added a new list of names, for
1664 determining whether a given command is as simple as it looks.
1665 (eshell-invoke-directly): New function. Returns t if a command
1666 should be invoked directly (using `eval'), rather than indirectly
1667 using `eshell-do-eval'.
1668 (eshell-do-eval): Whitespace fix.
1669
1670 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1671 which provides an emulation of the DOS shell behavior of assuming
1672 that cp/mv/ln should copy/move/link to the current directory.
1673 (eshell-remove-entries): Added a doc string.
1674 (eshell-shuffle-files): Removed the check for `target' being null.
1675 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1676 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1677 it to do a smarter check of whether a destination was provided.
1678 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1679 (eshell/ln): Enable `:preserve-args', and use
1680 `eshell-mvcpln-template' to implement the body of the function.
1681 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1682 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1683 list after flattening it. This makes it possible to cat files
1684 with numerical names.
1685 (eshell-unix-initialize): Added several names to
1686 `eshell-complex-commands.
1687 (eshell-unix-command-complex-p): Return t if a given command name
1688 may result in external processes being invoked.
1689
1690 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1691 variable nil by default, since it slows down glob processing by a
1692 factor of two or more, and increases memory consumption.
1693
1694 * eshell/em-smart.el: Added a note about how memory consumptive
1695 smart display mode can be (at least this is true in Emacs 21).
1696 (eshell-smart-initialize): Whitespace fix.
1697 (eshell-refresh-windows): Use `if' instead of `when'.
1698 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1699 not necessary.
1700 (eshell-currently-handling-window): Added a missing global
1701 variable.
1702
1703 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1704 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1705 Whitespace fix.
1706 (eshell-ls-exclude-hidden): Added this variable in addition to
1707 `eshell-ls-exclude-regexp'. This one prevents files beginning
1708 with . from even being read, which can improve memory consumption
1709 quite a bit.
1710 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1711 read file entries beginning with a dot. In home directories with
1712 lots of hidden files, fully two-thirds of the time spent in ls is
1713 used to read directory entries that are immediately thrown away.
1714 (eshell-ls-initial-args): Added back this configuration variable,
1715 for specifying default initial arguments to every call to ls.
1716 Much faster than using an alias to do the same thing.
1717 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1718 (eshell-ls-dir): Whitespace change.
1719
1720 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1721
1722 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1723 available.
1724 (eshell-stringify-t): Added a customization variable, to indicate
1725 whether `t' should be rendered as a string at all. If not, one
1726 can still determine if the result of an expression is true using
1727 "file-exists-p FILE && echo true".
1728 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1729 stringify t!
1730
1731 * eshell/esh-module.el: Whitespace fix.
1732
1733 * eshell/em-alias.el (eshell-alias-initialize): Added
1734 `eshell-command-aliased-p' to `eshell-complex-commands'.
1735 (eshell-command-aliased-p): New function that returns t if a
1736 command name names an aliased.
1737
1738 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1739
1740 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1741 redrawing the screen when changing cursor color.
1742 (viper-insert-state-pre-command-sentinel)
1743 (viper-replace-state-pre-command-sentinel)
1744 (viper-replace-state-post-command-sentinel):
1745 Use viper-preserve-cursor-color.
1746 Many functions changed to use viper= instead of = when comparing
1747 characters.
1748 * viper-util.el (viper-memq-char,viper=): New functions for
1749 working with characters.
1750 (viper-change-cursor-color): Fixed buglet.
1751 Many functions changed to use viper= instead of = when comparing
1752 characters.
1753 * viper.el (viper-insert-state-mode-list): Added eshell.
1754
1755 * ediff-init.el (ediff-before-setup-hook): New hook.
1756 Several typos fixed in various docstrings.
1757 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1758 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1759 hook.
1760 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1761 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1762 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1763 (ediff-get-selected-buffers): New function.
1764 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1765 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1766 save-window-excursion.
1767 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1768 termination check in while loop.
1769 * ediff.el (ediff-get-default-file-name): Better defaults when in
1770 dired buffer.
1771 (ediff-files,ediff-merge-files,ediff-files3)
1772 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1773
1774 2000-10-28 Dave Love <fx@gnu.org>
1775
1776 * info.el (Info-fontify-node): Add help-echo for menu items.
1777
1778 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1779
1780 * startup.el (normal-top-level): If the value of $TERM indicates
1781 we are running from xterm or one of its work-alikes, default to a
1782 light background mode.
1783
1784 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1785 * faces.el (tty-handle-reverse-video): New function.
1786 (tty-create-frame-with-faces): Call it.
1787
1788 * frame.el (frame-notice-user-settings): Don't apply
1789 default-frame-alist and initial-frame-alist to MS-DOS frames.
1790 Call tty-handle-reverse-video, frame-set-background-mode, and
1791 face-set-after-frame-default for non-MS-DOS frames.
1792
1793 * startup.el (tty-long-option-alist): New variable.
1794 (tty-handle-args): New function.
1795 (command-line): Call tty-handle-args.
1796
1797 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1798 startup.el now does that for all character-terminal frames.
1799
1800 2000-10-28 Miles Bader <miles@gnu.org>
1801
1802 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1803 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1804 global. If :global is followed by a non-nil but non-t value,
1805 make the mode buffer-local, but also generate a `global-MODE'
1806 version using `easy-mmode-define-global-mode'. Add
1807 :conditional-turn-on keyword argument.
1808
1809 2000-10-28 Dave Love <fx@gnu.org>
1810
1811 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1812 use window-system.
1813
1814 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1815
1816 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1817 Don't call find-buffer-file-type-coding-system. Instead, just
1818 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1819 if the file is on an untranslated filesystem.
1820 (add-untranslated-filesystem): Use "D" instead of "f" inside
1821 interactive.
1822
1823 2000-10-27 Dave Love <fx@gnu.org>
1824
1825 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1826 (refill-mode): Use it.
1827
1828 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1829
1830 * international/quail.el (quail-activate): Don't make-local-hook.
1831
1832 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1833
1834 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1835 manual backups and file.~<rev>.~ for automatic ones.
1836 (vc-make-version-backup): Don't do it on MS-DOS without long file
1837 names.
1838
1839 * vc.el (vc-version-other-window): If an automatic backup of the
1840 desired version exists, rename it instead of copying it.
1841
1842 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1843 after command. If there's an unexpected error, signal it instead
1844 of being silent.
1845 (vc-cvs-merge-news): Be prepared for no news at all.
1846
1847 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1848
1849 * shell.el (shell): Add BUFFER argument.
1850 * comint.el (make-comint-in-buffer): New function.
1851 (make-comint): Use it.
1852
1853 * faces.el (face-spec-choose): Change syntax so that the list of
1854 attribute-value pairs is now the cdr of each clause, not the cadr.
1855 Detect old-style entries, and handle them. Use pop.
1856
1857 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1858
1859 * cus-edit.el (custom-mode-map): Use a sparse map.
1860 (custom-mode): Don't bother with make-local-hook.
1861
1862 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1863
1864 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1865
1866 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1867
1868 * ps-print.el: Avoid compilation gripes.
1869 (ps-print-version): New version number (6.2.1).
1870
1871 2000-10-26 Dave Love <fx@gnu.org>
1872
1873 * menu-bar.el: Modify some menu item help strings.
1874 (menu-bar-help-menu): Add link to MORE.STUFF.
1875
1876 * cus-edit.el (custom-mode): Add `special' mode-class property.
1877
1878 * wid-browse.el (widget-browse-mode): Likewise.
1879
1880 * wid-edit.el (widget-specify-field): Revert to using local-map
1881 property, not keymap.
1882
1883 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1884
1885 * wid-edit.el (widget-field-end): When checking for a `boundary'
1886 field, do so in the correct buffer.
1887
1888 * simple.el (undo): Correctly distinguish between numeric and
1889 non-numeric prefix args in non-transient-mark-mode, as per the doc
1890 string. When in transient-mark-mode, treat all prefix-args as
1891 numeric.
1892
1893 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1894 Position point on match. Handle N == 0 correctly.
1895
1896 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1897 (comint-mode-map): Reverse order of `comint-write-output' and
1898 `comint-append-output-to-file'.
1899 (comint-append-output-to-file): Reinstate this function, for the
1900 benefit of the menu.
1901
1902 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1903
1904 * vc.el (vc-version-other-window): Bind `file'.
1905
1906 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1907
1908 * Makefile.in (update-authors): New target for maintenance purposes.
1909
1910 * emacs-lisp/authors.el (batch-update-authors): New function.
1911 (authors-fixed-entries): New defconst.
1912 (authors-add-fixed-entries): New function.
1913 (authors): Call it.: Don't process lispref/.
1914
1915 2000-10-25 Jason Rumney <jasonr@gnu.org>
1916
1917 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1918 Merge x w32 and mac definitions.
1919
1920 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1921
1922 * menu-bar.el (menu-bar-options-menu): Add a help string for
1923 `uniquify'.
1924
1925 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1926
1927 * time-stamp.el (time-stamp-string-preprocess):
1928 Fix a wrong type argument error.
1929
1930 2000-10-25 Miles Bader <miles@gnu.org>
1931
1932 * recentf.el (recentf-mode): Variable removed.
1933 (recentf-mode): Use `define-minor-mode'.
1934
1935 * mwheel.el (mouse-wheel-mode): New global minor mode.
1936 (mwheel-install): Use `mouse-wheel-mode'.
1937
1938 2000-10-25 Dave Love <fx@gnu.org>
1939
1940 * progmodes/cperl-mode.el (cperl-mode):
1941 Set normal-auto-fill-function correctly.
1942
1943 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1944 inherit from global-map and don't nullify menu-bar and tool-bar
1945 bindings.
1946
1947 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1948
1949 * wid-edit.el (widget-field-at): New function.
1950 (widget-at, widget-field-activate): Use it.
1951 (widget-tabable-at): Use `widget-at'.
1952 (widget-specify-field): If the terminating character of the widget
1953 field (which is read-only) is a newline, put it into a special
1954 `boundary' field so that C-n/C-p act more naturally.
1955 (widget-field-end): Also don't subtract one if a special
1956 `boundary' field has been added after the widget field.
1957
1958 * comint.el (comint-output-filter, comint-send-input): Don't
1959 bother adding stickiness fields to overlays to fool the field
1960 code, since it should notice the overlay insertion-types now.
1961
1962 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1963 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1964 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1965
1966 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1967
1968 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1969 (authors): Set file coding system to iso-2022-7bit. Add
1970 file-local variables to output buffer.
1971
1972 * files.el (after-find-file): Don't print any warnings if
1973 WARN is nil.
1974
1975 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1976
1977 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1978
1979 * delim-col.el: Now there is a column formatting mechanism.
1980 Modified to customization mechanisms convention. Doc fix.
1981 (columns): New group for delim-col.
1982 (delimit-columns-before, delimit-columns-after)
1983 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1984 (delimit-columns-end): New vars.
1985 (delimit-columns-customize, delimit-columns-format): New funs.
1986 (delimit-columns-region, delimit-columns-rectangle)
1987 (delimit-columns-rectangle-line): Modified to support column
1988 formatting.
1989
1990 2000-10-24 Dave Love <fx@gnu.org>
1991
1992 * log-edit.el (log-edit): Add :version and a :group for vc.
1993
1994 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1995
1996 * files.el (after-find-file): Don't print a message ``New file''
1997 if WARN is nil.
1998
1999 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2000 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2001 get duplicate tool-bar entries because we'll see the global ones
2002 on more than one path through keymaps.
2003
2004 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2005
2006 * progmodes/cmacexp.el: Change Francesco's email address.
2007
2008 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2009
2010 * window.el (fit-window-to-buffer): Adjust point of the window
2011 buffer, not that of the current buffer.
2012
2013 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2014
2015 * progmodes/cmacexp.el: Update the euthor's email address.
2016
2017 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2018
2019 * faces.el (face-spec-set-match-display): Add `graphic' display
2020 type (the inverse of `tty'). Use `display-graphic-p' instead of
2021 the window-system variable.
2022
2023 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2024
2025 * international/isearch-x.el (isearch-with-input-method): Call
2026 input-method-function with the first event in
2027 unread-command-events.
2028
2029 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2030
2031 * faces.el (face-default-spec, face-user-default-spec): Make
2032 defsubsts.
2033
2034 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2035
2036 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2037 New charsets.
2038
2039 * term/mac-win.el: Remove definitions of mac-roman-lower and
2040 mac-roman-upper, require dired, and define instead of set
2041 mac-ready-for-drag-n-drop to avoid compilation error.
2042
2043 2000-10-23 Andrew Innes <andrewi@gnu.org>
2044
2045 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2046 superfluous calls to subst-char-in-string; instead apply
2047 expand-file-name after convert-standard-filename to ensure
2048 expected directory separators are used.
2049
2050 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2051
2052 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2053
2054 2000-10-23 Dave Love <fx@gnu.org>
2055
2056 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2057 (tool-bar-add-item): Set foreground and background for XBM icons.
2058
2059 * international/latin1-disp.el (latin1-char-displayable-p): New
2060 function (from Handa).
2061 (latin1-display-check-font): Use it.
2062
2063 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2064 using :key-sequence, making it much more usable. Use nconc, not
2065 append.
2066 (imenu--create-keymap-1): Avoid append.
2067
2068 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2069
2070 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2071
2072 [the following changes fix a bug where `define-minor-mode' didn't
2073 correctly generate :require clauses for defcustoms in compiled files]
2074 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2075 (byte-compile-log-file, byte-compile-log-1): Don't set
2076 `byte-compile-current-file' to nil. Instead set
2077 `byte-compile-last-logged-file' to it. Test whether
2078 byte-compile-current-file equals byte-compile-last-logged-file
2079 instead of whether its nil.
2080 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2081
2082 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2083
2084 * textmodes/refill.el: Fix var names in doc.
2085 (refill-mode): Don't bother with make-local-hook anymore.
2086
2087 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2088
2089 * faces.el (face-user-default-spec, face-default-spec): New functions.
2090 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2091 (frame-set-background-mode, face-set-after-frame-default):
2092 Use `face-user-default-spec'. Simplify code slightly.
2093
2094 * woman.el (woman-italic-face, woman-bold-face)
2095 (woman-unknown-face): Add dark-background variants.
2096 (woman-default-faces): Renamed from `woman-colour-faces'.
2097 Set using the stored defaults, rather than using hard-wired colors.
2098 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2099 Just make the foreground `unspecified' rather than "black".
2100 (woman-menu): Rename menu entries accordingly.
2101
2102 * faces.el (header-line): Make more reasonable on mono/grayscale
2103 displays.
2104
2105 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2106
2107 * cus-edit.el (custom-button-face): Use 3D look for mac.
2108 (custom-button-pressed-face): Likewise.
2109
2110 * faces.el (set-face-attributes-from-resources): Handle mac frames
2111 in the same way as x and w32 frames.
2112 (face-valid-attribute-values): Likewise.
2113 (read-face-attribute): Likewise.
2114 (defined-colors): Likewise.
2115 (color-defined-p): Likewise.
2116 (color-values): Likewise.
2117 (display-grayscale-p): Likewise.
2118 (face-set-after-frame-default): Likewise.
2119 (mode-line): Same default face as for x and w32.
2120 (tool-bar): Likewise.
2121
2122 * frame.el: Remove call to frame-notice-user-settings at end of
2123 the file.
2124
2125 * info.el (Info-fontify-node): make underlines invisible for mac
2126 as for x, pc, and w32 frame types.
2127
2128 * term/mac-win.el: New file.
2129
2130 2000-10-22 Dave Love <fx@gnu.org>
2131
2132 * textmodes/refill.el: New file.
2133
2134 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2135
2136 * vc-hooks.el (vc-version-backup-file-name): New optional args
2137 MANUAL and REGEXP.
2138 (vc-delete-automatic-version-backups, vc-make-version-backup):
2139 New functions.
2140 (vc-before-save): Use the latter.
2141 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2142 confusion.
2143
2144 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2145 expected by vc[-hooks].el.
2146
2147 * vc.el (vc-checkout): Added `-p' suffix in call to
2148 vc-make-version-backups-p; use vc-make-version-backup to actually
2149 make the backup.
2150 (vc-version-other-window, vc-version-backup-file): Handle both
2151 automatic and manual backups.
2152 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2153 of all of them.
2154
2155 2000-10-22 Miles Bader <miles@gnu.org>
2156
2157 * comint.el (comint-highlight-input, comint-highlight-prompt):
2158 Renamed, `-face' at end removed.
2159 (comint-send-input, comint-output-filter): Use renamed faces.
2160
2161 * window.el (fit-window-to-buffer): Change defaulting of
2162 MAX-HEIGHT slightly.
2163
2164 * faces.el (color-values, color-defined-p): Use `member', not
2165 `memq', because it works correctly for strings.
2166 (frame-set-background-mode): Actually, "unspecified-fg" and
2167 "unspecified-bg" *are* strings. Use `member', not `memq', and
2168 `equal', not `eq', when a string value is possible.
2169
2170 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2171
2172 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2173
2174 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2175
2176 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2177 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2178 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2179 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2180 (sh-font-lock-syntactic-keywords): Use them.
2181 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2182 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2183 (sh-mode): Don't override font-lock-unfontify-region-function.
2184 Use a copy of sh-font-lock-syntactic-keywords.
2185 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2186 Don't call sh-scan-buffer since font-lock does it on the fly.
2187 (sh-get-indent-info): Use `face' rather than `syntax-table'
2188 text-property to detect here-documents.
2189 Replace sh-special-syntax with sh-st-punc.
2190 (sh-prev-line): Use `face' rather than `syntax-table'
2191 text-property to skip over here-documents.
2192 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2193 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2194 (sh-electric-less, sh-set-here-doc-region)
2195 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2196 (sh-scan-buffer, sh-rescan-buffer): Remove.
2197
2198 2000-10-21 Andrew Innes <andrewi@gnu.org>
2199
2200 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2201 remote (ange-ftp) file names.
2202
2203 2000-10-21 Miles Bader <miles@gnu.org>
2204
2205 * window.el (fit-window-to-buffer): New function.
2206 (shrink-window-if-larger-than-buffer): Use it.
2207 (window-text-height): Don't expect minibuffers to have mode-lines.
2208
2209 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2210 * international/quail.el (quail-update-guidance): Use
2211 `fit-window-to-buffer' instead of `set-window-text-height'.
2212
2213 * international/quail.el (quail-show-guidance-buf): Make sure
2214 guidance window really has enough room.
2215 (quail-update-guidance): If quail-guidance-win is already shown,
2216 make sure its height is OK.
2217
2218 * window.el (window-text-height, set-window-text-height):
2219 New functions.
2220 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2221 instead of `window-height' & `mode-line-window-height-fudge'.
2222 (mode-line-window-height-fudge): Add FACE parameter.
2223 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2224 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2225
2226 2000-10-20 Miles Bader <miles@gnu.org>
2227
2228 * window.el (height-affecting-face-attributes): Use `defconst'.
2229
2230 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2231 New function, conditionally aliased to `mode-line-window-height-fudge'.
2232 (ispell-help): Use it.
2233 (ispell-choices-win-default-height): Don't include mode-line fudge.
2234 (ispell-choices-win-default-height): New function.
2235 (ispell-show-choices, ispell-command-loop): Use function
2236 `ispell-choices-win-default-height' instead of variable.
2237
2238 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2239
2240 * window.el (mode-line-window-height-fudge): New variable.
2241 (height-affecting-face-attributes): New variable.
2242 (mode-line-window-height-fudge): New function.
2243 (shrink-window-if-larger-than-buffer): Use it.
2244 * help.el (resize-temp-buffer-window): Likewise.
2245
2246 * info.el (Info-fontify-node): Add support for @subsubsection
2247 titles, which use `Info-title-4-face'.
2248 (Info-title-4-face): New face.
2249 (Info-title-3-face): Inherit from Info-title-4-face instead of
2250 variable-pitch.
2251
2252 2000-10-19 Jason Rumney <jasonr@gnu.org>
2253
2254 * dired.el (dired-insert-directory): Do not let errors signalled by
2255 attempt to run dired-free-space-program prevent dired from working.
2256
2257 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2258
2259 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2260
2261 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2262
2263 * dirtrack.el (dirtrack): Fix call to run-hooks.
2264
2265 * cmuscheme.el (cmuscheme-program-name): Renamed from
2266 scheme-program-name because xscheme.el contains a defcustom with
2267 the same name. As a consequence, customizing group `cmuscheme'
2268 loaded `xscheme' which redefined run-scheme.
2269 (run-scheme): Use cmuscheme-program-name.
2270
2271 * ps-print.el (ps-print-emacs-type): Move into the
2272 eval-and-compile.
2273
2274 * play/doctor.el (doctor-death): Update the Samaritans'
2275 anonymous address, and add a website for Befrienders International.
2276
2277 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2278
2279 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2280 Avoid compilation gripes. Doc fix.
2281 (ps-print-version): New version number (6.2).
2282 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2283 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2284 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2285 (ps-x-extent-priority, ps-x-extent-start-position)
2286 (ps-x-face-font-instance, ps-x-find-coding-system)
2287 (ps-x-font-instance-properties, ps-x-make-color-instance)
2288 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2289 avoid compilation gripes without defining functions.
2290 (ps-e-find-composition): Alias for function find-composition, to have a
2291 suitable function depending on Emacs version.
2292 (ps-color-device, ps-color-values, ps-face-foreground-name)
2293 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2294 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2295 (ps-print-ensure-fontified): Function definitions surrounded by
2296 `eval-and-compile' to avoid compilation gripes.
2297 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2298 by symbol-value to avoid compilation gripes.
2299 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2300 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2301
2302 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2303
2304 * startup.el (normal-top-level): Call `frame-set-background-mode'
2305 after `frame-notice-user-settings' because the latter doesn't call
2306 the former on a tty.
2307
2308 * faces.el (frame-set-background-mode): `unspecified' &c are
2309 symbols, not strings.
2310
2311 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2314 why some "light*" colors are deliberately absent from the alist.
2315
2316 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2317 Change colors for tty's, as suggested by Miles Bader.
2318
2319 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2320
2321 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2322 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2323 for ISO10646-1 fonts.
2324 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2325
2326 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2327
2328 * faces.el (frame-set-background-mode): If a tty frame defines a
2329 background color, use that to compute the background mode, instead
2330 of always defaulting to "dark".
2331
2332 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2333
2334 * comint.el (comint-write-output): New function.
2335 (comint-mode-map): Add it to the menu.
2336 Bind `C-c C-s' to comint-write-output.
2337
2338 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2339
2340 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2341 Use fancy-splash-delay.
2342
2343 2000-10-18 Alex Schroeder <alex@gnu.org>
2344
2345 * progmodes/sql.el (sql-sybase-options): New option.
2346 (sql-sybase): Use it. Add sql-database to the list of parameters
2347 provided for login. The options -w 2048 -n are not used any more.
2348
2349 * comint.el (comint-read-input-ring): Bugfix such that the first
2350 and the last entry of the input ring file are not lost.
2351
2352 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2353
2354 * ps-print.el: Internal variable changes to defcustom,
2355 make-local-hook changes to defvar. Doc fix.
2356 (ps-print-version): New version number (6.1).
2357 (ps-setup, ps-do-despool): Code fix.
2358 (ps-printer-name): Customization fix.
2359 (ps-printer-name-option): Now is a defcustom instead of an
2360 internal variable.
2361 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2362 (ps-print-begin-column-hook): Now are defvar instead of
2363 make-local-hook.
2364
2365 2000-10-18 Miles Bader <miles@gnu.org>
2366
2367 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2368 (comint-kill-output): Changed into an alias for `comint-delete-output',
2369 and made obsolete.
2370 (comint-mode-map): Rename references to comint-kill-output.
2371
2372 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2373
2374 * diff-mode.el (diff-header-face, diff-file-header-face)
2375 (diff-changed-face): Add bold and italic attributes to tty faces.
2376 (diff-function-face): New face.
2377 (diff-font-lock-keywords): Use it.
2378
2379 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2380
2381 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2382 Remove commented-out call to force-mode-line-update.
2383 (comint-kill-output): Use `forward-line 0' instead of
2384 beginning-of-line to make sure we get past the prompt.
2385
2386 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2387
2388 * diff-mode.el (diff-header-face, diff-file-header-face):
2389 Add specific setting for dark background.
2390 (diff-context-face): Renamed from diff-comment-face.
2391 Set explicitly rather than inheriting from font-lock-comment-face.
2392
2393 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2394
2395 * startup.el (command-line): Move the code which sets the default
2396 TTY colors to before before-init-hook.
2397
2398 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2399
2400 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2401
2402 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2403
2404 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2405 extensions, for MS-DOS.
2406
2407 * diff-mode.el (diff-header-face, diff-file-header-face)
2408 (diff-changed-face): Define tty-specific colors.
2409
2410 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2411
2412 * startup.el (fancy-splash-text): Realign the text.
2413
2414 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * font-lock.el (font-lock-comment-face): Define a separate default
2417 for dark-background tty's.
2418
2419 2000-10-17 Miles Bader <miles@gnu.org>
2420
2421 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2422 being obscured by whizzy mode-lines on graphics displays.
2423
2424 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2425
2426 * info.el (Info-title-1-face, Info-title-2-face)
2427 (Info-title-3-face): Define colors for tty's.
2428 (info-header-node): Remove unneeded tty-specific definition.
2429
2430 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2431
2432 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2433 reverse from the frame parameters, and don't invert foreground and
2434 background colors.
2435
2436 2000-10-16 Miles Bader <miles@gnu.org>
2437
2438 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2439 string "*Info*". Call propertized-buffer-identification to spruce
2440 up the result.
2441
2442 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2443
2444 * help.el: Provide `help' for the sake of define-minor-mode
2445 which generates defcustoms with requires.
2446
2447 * jit-lock.el (jit-lock-after-change): If we're in text that
2448 matches a multi-line font-lock pattern, make sure the whole text
2449 will be redisplayed.
2450
2451 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2452 author's name is unknown.
2453
2454 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2455 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2456 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2457 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2458 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2459 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2460 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2461 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2462 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2463 Add author information.
2464
2465 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2466
2467 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2468 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2469 full-color version (using the Gimp) to eliminate dithering artifacts.
2470
2471 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2472
2473 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2474
2475 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2476
2477 2000-10-15 Dave Love <fx@gnu.org>
2478
2479 * progmodes/sh-script.el: Require skeleton and comint when
2480 compiling.
2481
2482 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2483
2484 * whitespace.el: Doc fixes.
2485 (top-level): Don't add hooks here.
2486 (whitespace-running-emacs): Deleted.
2487 (timer): Don't require.
2488 (whitespace): Add back :version conditional on xemacs test.
2489 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2490 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2491 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2492 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2493 Avoid specific xemacs test.
2494 (whitespace-global-mode): New option.
2495 (whitespace-global-mode): New command.
2496 (whitespace-unload-hook): New function.
2497
2498 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2499 (Info-fontify-node, Info-goto-node, Info-mode-menu)
2500 (Info-fontify-node): `Goto' goes to `Go to'.
2501 (Info-fontify-node): Add help-echo to xref links.
2502
2503 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2504
2505 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2506
2507 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2508
2509 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2510 Use plist-get and allow :inherit.
2511
2512 * emacs-lisp/cl-macs.el (cl-do-arglist):
2513 Use plist-get and plist-member instead of memq.
2514
2515 * emacs-lisp/ewoc.el (ewoc-location): New function.
2516 (ewoc-enter-after, ewoc-enter-before): Document return value.
2517 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2518 Don't need make-local-hook any more.
2519 (cvs-addto-collection): Return the new tin.
2520 (cvs-mode-insert): Jump to the new line.
2521
2522 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2523
2524 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2525
2526 * font-lock.el (font-lock-syntactically-fontified): New var.
2527 (font-lock-fontify-syntactic-keywords-region): Use it.
2528 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2529
2530 * diff-mode.el (diff-find-file-name): Fix regexp.
2531
2532 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2533 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2534
2535 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2536 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2537 (sh-mode): Don't make all vars local here.
2538 (sh-kw): Reformat.
2539 (sh-set-shell): Use dolist. Don't set indent-region-function.
2540 (sh-mode-syntax-table): Use pop.
2541 (sh-remember-variable): Use push.
2542 (sh-help-string-for-variable): Use memq.
2543 (sh-safe-backward-sexp): Remove.
2544 (sh-safe-forward-sexp): Add ARG.
2545 (sh-get-indent-info, sh-prev-stmt): Use it.
2546 (sh-prev-line): Simplify by using forward-comment.
2547 (sh-this-is-a-continuation): Simplify.
2548 (sh-learn-buffer-indent): Use dolist.
2549 (sh-do-nothing): Remove.
2550 (sh-set-char-syntax, sh-set-here-doc-region):
2551 Use inhibit-modification-hooks.
2552 (sh-name-style): Use mapcar and push.
2553 (sh-load-style): Use dolist.
2554 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2555 (sh-case, sh-while-getopts): Use propertize directly rather
2556 than sh-electric-rparen.
2557
2558 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2559
2560 * textmodes/tex-mode.el: Require CL when compiling.
2561 (tex-mode-syntax-table): Init immediately.
2562 (tex-mode-map): Bind M-RET to latex-insert-item.
2563 (latex-mode): Set indent-line-function to latex-indent.
2564 (tex-common-initialization): Don't setup the syntax-table any more.
2565 (latex-insert-item): New skeleton.
2566 (tex-next-unmatched-end): Fix copy/paste braino.
2567 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2568 (latex-indent, latex-find-indent): New functions.
2569 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2570 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2571 (tex-compilation-parse-errors): Use with-syntax-table.
2572
2573 2000-10-15 Miles Bader <miles@gnu.org>
2574
2575 * font-lock.el (font-lock-comment-face): Change dark-background,
2576 color, non-tty, default to `chocolate1'.
2577
2578 2000-10-13 John Wiegley <johnw@gnu.org>
2579
2580 * eshell/esh-util.el (require): Added a missing `require' form,
2581 needed when compiling (for an ange-ftp macro definition).
2582
2583 2000-10-13 Dave Love <fx@gnu.org>
2584
2585 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2586
2587 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2588
2589 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2590 fix.
2591
2592 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2593 transparent -colors 8).
2594
2595 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2596
2597 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2598 that breaks with old list format timestamps.
2599 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2600 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2601 strings.
2602
2603 2000-10-13 John Wiegley <johnw@gnu.org>
2604
2605 * align.el, pcomplete.el, calendar/timeclock.el,
2606 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2607
2608 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2609 faulty math, where holiday hours were being computing as seconds.
2610
2611 2000-10-13 John Wiegley <johnw@gnu.org>
2612
2613 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2614 specifying what "other" kinds of buffers should be saved. This
2615 used to be hard-coded.
2616 (desktop-buffer-misc-functions): A global for specifying how
2617 auxiliary data should be determined for special buffer types.
2618 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2619 instead of hard-coding the special buffer types.
2620 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2621 auxiliary data, instead of hard-coding for Info buffers and dired.
2622 (desktop-buffer-info-misc-data): Aux function for determining Info
2623 buffer auxiliary info.
2624 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2625 (desktop-buffer-info): Changed this function to use the info
2626 gathered above.
2627 (desktop-create-buffer): Be a little more careful about what
2628 `minor-mode' means before calling it. This is important for some
2629 buffer types.
2630
2631 2000-10-13 John Wiegley <johnw@gnu.org>
2632
2633 * eshell/esh-util.el: Added a global form which declares an
2634 autoload for `parse-time-string', if that function is not already
2635 defined, and if parse-time.el is available on the user's system.
2636
2637 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2638 to be aware of ange-ftp user info.
2639 (eshell-do-ls): Bind `ange-cache'. Also, use
2640 `eshell-file-attributes'.
2641 (eshell-ls-annotate): Use `eshell-file-attributes'.
2642 (eshell-ls-file): Made the user-id printing code a bit smarter.
2643
2644 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2645 allow identification of alias user ids in remote directories.
2646 It's manual, but there's no other way to know when the current
2647 user on the local machine, is also the owning user on the remote
2648 machine.
2649 (fboundp): Bind `ange-cache'.
2650 (eshell-directory-files-and-attributes): Re-organized the logic a
2651 bit to use `eshell-file-attributes' instead of `file-attributes'.
2652 The former is more sensitive to directories that are read via FTP,
2653 and knows how to use ange-ftp to determine full attribute
2654 information, instead of just the name and last modtime.
2655 (eshell-current-ange-uids): Return the current user id when in a
2656 remote directory.
2657 (eshell-parse-ange-ls): Parse a full directory listing that has
2658 been returned by ange-ftp.
2659 (eshell-file-attributes): This beefed up version of
2660 `file-attributes' is only special if the user is currently in a
2661 remote directory, in which case it does a lot of work to find out
2662 what the real attributes of a file are, as they appear on the
2663 remote machine. This makes usage of remote directories (i.e.,
2664 ange-ftp pathnames) much more useful. You can now use Eshell as a
2665 full-fledged FTP client, with much more manipulation ability than
2666 most other clients.
2667
2668 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2669 variable, which means that Eshell's du should always be preferred
2670 in remote directories.
2671 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2672 just `file-attributes'.
2673 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2674 when reading remote directories. This is an Eshell-specific
2675 variable (not part of ange-ftp).
2676 (eshell/ln): Bind `ange-cache'.
2677 (eshell/du): Added some extra logic for determining when to use
2678 Eshell's du (which is slow), and when to use the external version
2679 (which may or may not exist).
2680
2681 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2682 `eshell-interactive-process', rather than using
2683 `get-buffer-process', since backgrounded processes don't count in
2684 the context of this function's logic.
2685
2686 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2687 `forward-char', so that null strings are parsed correctly.
2688
2689 2000-09-13 John Wiegley <johnw@gnu.org>
2690
2691 * eshell/em-pred.el (eshell-pred-file-type,
2692 eshell-pred-file-links, eshell-pred-file-size): Use
2693 `eshell-file-attributes'. This is more correct over ange-ftp.
2694
2695 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2696 that remote file globbing is more efficient.
2697
2698 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2699 gathering the files and attributes within a directory.
2700
2701 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2702 the command line is a special file (not a regular file, directory
2703 or symlink), always attempt to call the external version of cat.
2704
2705 2000-09-13 John Wiegley <johnw@gnu.org>
2706
2707 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2708 Eshell-friendly version of find-tag.
2709
2710 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2711
2712 * image-file.el (image-file-name-extensions)
2713 (image-file-name-regexps): Add autoload cookies.
2714
2715 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2716
2717 * international/mule-cmds.el (select-safe-coding-system): If FROM
2718 is string, show it in *Warning* buffer.
2719
2720 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2721
2722 * startup.el (normal-top-level): Use display-popup-menus-p instead
2723 of window-system.
2724 (command-line): Use display-graphic-p instead of window-system.
2725 (command-line-1): Use display-popup-menus-p and display-mouse-p
2726 instead of window-system.
2727
2728 2000-10-12 Sam Steingold <sds@gnu.org>
2729
2730 * tooltip.el (tooltip-use-echo-area): New user variable.
2731 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2732
2733 2000-10-12 Dave Love <fx@gnu.org>
2734
2735 * recentf.el: Maintainer's checkdoc fixes.
2736
2737 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2738 character class, not ASCII when matching file names.
2739 (fancy-splash-head): Add trailing slash to URL.
2740 (command-line): Don't require XPM support for toolbar.
2741
2742 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2743 (cperl-invalid-face): Revert last change.
2744 (cperl-init-faces): Quote cperl-invalid-face.
2745
2746 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2747
2748 * startup.el (fancy-splash-text): Remove superfluous quote.
2749
2750 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2751
2752 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2753 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2754 (command-line-1): Don't use fancy-splash-pending-command.
2755 (fancy-splash-screens-1): Goto point-min after inserting text.
2756
2757 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2758
2759 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2760 instead of shared-lisp-mode-map.
2761
2762 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2763
2764 * faces.el (header-line): Change tty-variant to use underlining.
2765
2766 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2767 (isearch-highlight): Restore lazy-isearch face properties at old
2768 position, and suppress them at new position.
2769 (isearch-dehighlight): Restore lazy-isearch face properties.
2770 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2771 over the real isearch overlay, but in that case, don't give it a
2772 face property. Use `push'.
2773
2774 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2775
2776 * man.el (Man-getpage-in-background): Fix previous change.
2777 Decode the process output only when we are in multibyte mode.
2778
2779 2000-10-11 Dave Love <fx@gnu.org>
2780
2781 * info.el (Info-mode-menu): Fix some help.
2782 (info-tool-bar-map): Add entry for Info-last.
2783
2784 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2785 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2786 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2787 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2788 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2789 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2790 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2791 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2792 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2793 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2794 Reduce colour requirements to 25 overall. (Probably wants
2795 revisiting from the originals to reduce further.)
2796
2797 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2798
2799 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2800 buffer-file-coding-system, instead of raw-text.
2801 (dehexlify-buffer): Bind coding-system-for-read to
2802 buffer-file-coding-system, instead of raw-text.
2803
2804 2000-10-11 Sam Steingold <sds@gnu.org>
2805
2806 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2807 `underline' - fixes the bug introduced on 2000-09-21.
2808
2809 2000-10-11 Dave Love <fx@gnu.org>
2810
2811 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2812 compiler warnings.
2813 (scheme-mode): Doc fix.
2814 (scheme-font-lock-keywords-1): Match `define-syntax'.
2815
2816 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2817
2818 * faces.el (frame-set-background-mode): Pay attention to saved
2819 face specs as well as default ones. Only do anything if the
2820 bg-mode or display-type has actually changed. Use `dolist'.
2821 (region): Make dark-background `region' face less in-your-face.
2822
2823 2000-10-10 Sam Steingold <sds@gnu.org>
2824
2825 * chistory.el, ielm.el, ledit.el:
2826 * progmodes/inf-lisp.el, progmodes/scheme.el:
2827 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2828
2829 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * textmodes/texinfo.el: Update copyright and fix typo.
2832
2833 * desktop.el (desktop-modes-not-to-save): New var.
2834 (desktop-save-buffer-p): Use it.
2835 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2836 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2837
2838 2000-10-10 Dave Love <fx@gnu.org>
2839
2840 * toolbar/tool-bar.el (tool-bar-add-item)
2841 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2842 display.
2843
2844 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2845 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2846 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2847 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2848 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2849 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2850 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2851 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2852 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2853 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2854 the .xpms; probably need retouching.
2855
2856 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2857
2858 * subr.el (add-to-list): Add optional argument APPEND.
2859 * battery.el (display-battery): Use `add-to-list'.
2860
2861 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2862
2863 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2864 these vars as symbol properties.
2865 (zone, zone-when-idle, zone-leave-me-alone)
2866 (zone-pgm-whack-chars): Use new symbol properties.
2867
2868 * battery.el (display-battery): Doc spelling fix.
2869
2870 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2871 property.
2872
2873 2000-10-09 Dave Love <fx@gnu.org>
2874
2875 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2876 has been initialized before calling tool-bar-setup.
2877 (tool-bar-add-item-from-menu): Add autoload cookie.
2878
2879 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2880
2881 * menu-bar.el (send-mail-item-name): New function.
2882 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2883 of mail-user-agent in the menu. Don't display the "Send Mail"
2884 item if mail-user-agent is nil or its value is ignore.
2885 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2886 if read-mail-command is nil or its value is ignore.
2887
2888 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2889
2890 2000-10-09 Miles Bader <miles@gnu.org>
2891
2892 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2893 Correct image size.
2894 * toolbar/left_arrow.xpm: Correct image size.
2895
2896 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2897 will be done by the definition of `auto-compression-mode' if
2898 necessary. Move code to uninstall existing file-name handler
2899 before definition of `auto-compression-mode'.
2900
2901 * image-file.el (auto-image-file-mode): Move to the end of the
2902 file, because `define-minor-mode' actually calls the mode-function
2903 if the associated variable is non-nil, which requires that all
2904 needed functions be already defined.
2905
2906 * mouse.el (popup-menu): Balance parens.
2907
2908 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2909
2910 * mouse.el (popup-menu): Move the command call outside the loop
2911 so that popup-menu returns whatever the command returns.
2912
2913 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2914 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2915 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2916 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2917
2918 * vc.el (vc-version-diff): diff-switches can be a list.
2919 Use relative filenames for prettier output.
2920
2921 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2922 (vc-post-command-functions): Remove old-VC compatibility code.
2923
2924 * newcomment.el (comment-indent-default): Autoload.
2925
2926 * font-lock.el (font-lock-defaults): Make buffer-local.
2927 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2928 (font-lock-choose-keywords):
2929 Ignore LEVEL unless KEYWORDS is a list of syms.
2930 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2931 Don't wrap regexp-opt things in \(...\) unnecessarily.
2932
2933 * jit-lock.el: Don't require font-lock any more.
2934 (jit-lock-functions): Make buffer-local.
2935 (jit-lock-saved-fontify-buffer-function): Remove.
2936 (jit-lock-mode): Remove autoload cookie.
2937 Remove font-lock specific code.
2938 (jit-lock-unregister): Don't bother handling complex hooks any more.
2939 (jit-lock-refontify): New function.
2940 (jit-lock-fontify-buffer): Use it.
2941 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2942 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2943 Add optional args START and END.
2944 Never call font-lock-fontify-region directly.
2945 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2946
2947 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2948
2949 2000-10-08 Dave Love <fx@gnu.org>
2950
2951 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2952
2953 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2954
2955 * play/studly.el (studlify-region, studlify-word): Add autoload
2956 cookie.
2957
2958 * play/morse.el (morse-region, unmorse-region): Add autoload
2959 cookie.
2960
2961 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2962 concat.
2963
2964 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2965 insist on symbols starting with word syntax.
2966 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2967 (eval-defun-1): Doc fix.
2968 (indent-sexp): Use nconc to build up indent-stack.
2969
2970 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2971 Gnus with little use.
2972 (mail-setup-hook): Add mail-abbrevs-setup to options.
2973
2974 * recentf.el: Doc fixes.
2975
2976 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2977 Clean up remainder.
2978
2979 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2980 without timezone and (8) with timezone to enforce some whitespace.
2981 Simplify code somewhat.
2982
2983 * options.el (list-options): Doc that you should use customize.
2984
2985 * iswitchb.el (iswitchb-mode): Add :require.
2986
2987 * info.el (Info-goto-node, Info-menu): Doc fix.
2988 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2989 (info-tool-bar-map): New variable.
2990 (Info-mode): Use it.
2991 (Info-edit-map): Define all in defvar.
2992 (speedbar-attached-frame): Avoid compiler warning.
2993
2994 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2995 (global-map): Bind [tool-bar] to a filtered map.
2996 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2997 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2998 Allow PBM icons.
2999 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3000
3001 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3002 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3003 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3004 icons, except up_arrow, which is left-arrow rotated.
3005
3006 * imenu.el (imenu-add-to-menubar): Fix last change.
3007
3008 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3009
3010 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3011 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3012
3013 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3014
3015 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3016 typos in doc strings.
3017
3018 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3019 the doc strings how to customize Font Lock faces.
3020
3021 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3022 computing growth when dragging the header line.
3023
3024 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3025
3026 * simple.el (kill-line): Doc fix.
3027
3028 2000-10-08 Miles Bader <miles@gnu.org>
3029
3030 * faces.el (secondary-selection): Make foreground visible on tty.
3031
3032 * jka-compr.el (auto-compression-mode): Move to the end of the
3033 file, because `define-minor-mode' actually calls the mode-function
3034 if the associated variable is non-nil, which requires that all
3035 needed functions be already defined.
3036 (with-auto-compression-mode): Add autoload cookie.
3037
3038 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3039
3040 * files.el (find-backup-file-name) [ms-dos]: If support for long
3041 file names is not available, behave as if version-control were set
3042 to never.
3043
3044 2000-10-07 Dave Love <fx@gnu.org>
3045
3046 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3047 (browse-url-gnome-moz): New function.
3048 (browse-url-browser-function): Use it.
3049 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3050
3051 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * indent.el (tab-always-indent): New var.
3054 (indent-for-tab-command): Use it.
3055
3056 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3057 raise an error. This way it can still default to a sane value.
3058
3059 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3060
3061 * startup.el (fancy-splash-screens): Use local rather than global map.
3062 Don't use `update-menu-bindings' any more.
3063 Get rid of assumptions about keymap representation.
3064
3065 2000-10-06 Dave Love <fx@gnu.org>
3066
3067 * textmodes/fill.el (sentence-end-double-space)
3068 (sentence-end-without-period): Doc fix.
3069 (adaptive-fill-regexp): Purecopy.
3070 (unjustify-current-line): Use line-end-position.
3071 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3072
3073 * net/eudc-vars.el (eudc): Add :version, :link.
3074
3075 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3076
3077 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3078 Fix for define-minor-mode.
3079 (function-at-point): Alias to function-called-at-point.
3080
3081 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3082
3083 * simple.el (backward-word): Doc fix.
3084
3085 * image-file.el (image-file-name-regexp): image-file-regexps ->
3086 image-file-name-regexps.
3087 (image-file-name-extensions): Add pbm.
3088
3089 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3090
3091 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3092 and add filename to the names so that diff-mode can jump to source.
3093
3094 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3095 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3096 (tex-font-lock-keywords-1): Remove.
3097 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3098 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3099 (font-lock-default-fontify-region):
3100 Expand beg..end correctly when just following a multiline region.
3101 (font-lock-fontify-anchored-keywords):
3102 Include the anchor text as part of the multiline.
3103
3104 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3105
3106 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3107 latter needs the autoloaded define-minor-mode macro during the
3108 bootstrap.
3109
3110 * startup.el (command-line): For now, activate tool-bar-mode only
3111 if XPM images are supported.
3112
3113 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3114 window by dragging a header-line at the top of the frame; that's
3115 confusing because the header-line doesn't move.
3116 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3117 of treating the event as a list. Some cleanup.
3118
3119 2000-10-06 Miles Bader <miles@gnu.org>
3120
3121 * simple.el (display-message-or-buffer): New function.
3122 (shell-command-on-region): Use `display-message-or-buffer'.
3123
3124 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3125 docstring parts.
3126
3127 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3128 (smbclient-prompt-regexp): Add usage note to doc string.
3129 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3130 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3131 Use add-hook for adding the comint filter function, and only do so
3132 if it's not already in the global hook list.
3133 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3134 to `make-local-variable'.
3135 (nslookup-font-lock-keywords): Remove prompt entry.
3136 (nslookup): Don't set the process-filter.
3137 (finger): Exit the loop correctly when the regexps list runs out.
3138 (ftp, smbclient, smbclient-list-shares):
3139 Set the real major mode immediately, not after execing.
3140 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3141
3142 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3143
3144 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3145
3146 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3147
3148 * which-func.el (which-func-format): Remove spurious space.
3149 (which-func-mode): Don't make it permanent-local.
3150 (which-func-ff-hook): Allow which-func-maxout to be nil.
3151 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3152 (which-func-mode): Simplify.
3153 Use post-command-idle-hook rather than post-command-hook.
3154 Go through all buffers and update their state.
3155 (which-function): Also try add-log-current-defun-function.
3156
3157 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3158 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3159 Update call to with-vc-properties accordingly.
3160 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3161 (vc-revert-buffer): More careful about window selection and deletion.
3162 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3163
3164 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3165 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3166 (cvs-dired-action): Change the default to quickdir.
3167
3168 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3169 if comment-indent-function returns nil.
3170 (comment-indent-default): New function.
3171 (comment-indent-function): Use it and document the new semantics.
3172
3173 * image-file.el: Docstring fixes.
3174
3175 * help.el (help-xref-on-pp): Use match-string.
3176 (describe-variable): New arg BUFFER.
3177 Store the current buffer in the help-xref-stack.
3178 (temp-buffer-resize-mode): Use define-minor-mode.
3179
3180 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3181 consistently with its docstring.
3182 Set jit-lock-first-unfontify-pos in an idempotent way.
3183 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3184
3185 2000-10-05 Alex Schroeder <alex@gnu.org>
3186
3187 * sql.el (sql-mysql-options): New variable.
3188 (sql-mysql): Use it.
3189
3190 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3191
3192 * image.el (image): New group.
3193
3194 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3195 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3196
3197 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3198
3199 * net/net-utils.el (nslookup-font-lock-keywords)
3200 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3201 Ignore the value of wqindow-system; always define keywords
3202
3203 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3204
3205 * startup.el (fancy-splash-screens): Remove the code for
3206 debugging; `(trace-to-stderr "EXITTT\n")'.
3207
3208 2000-10-05 Miles Bader <miles@gnu.org>
3209
3210 * diff-mode.el (diff-goto-source): Update call to
3211 `diff-hunk-status-msg' to reflect new REV variable.
3212
3213 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3214
3215 * progmodes/icon.el (icon-mode):
3216 Don't gratuitously override the default for comment-column.
3217
3218 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3219
3220 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3221 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3222 (jit-lock-functions): New var.
3223 (jit-lock-function-1): Use it if non-nil.
3224 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3225 Set the `fontified' property before doing the fontification to avoid
3226 repeatedly going through the same error.
3227 Don't turn errors into messages.
3228 (jit-lock-register, jit-lock-unregister): New functions.
3229
3230 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3231 Use with-current-buffer.
3232
3233 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3234 Turn comment into docstring.
3235
3236 * apropos.el (apropos-mode): Use define-derived-mode.
3237
3238 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3239
3240 * startup.el (fancy-splash-pending-command): New variable.
3241 (fancy-splash-pre-command): New function.
3242 (fancy-splash-screens): Rewritten.
3243 (command-line-1): If fancy-splash-pending-command is set, call it
3244 interactively.
3245
3246 2000-10-04 Dave Love <fx@gnu.org>
3247
3248 * toolbar/tool-bar.el (tool-bar-setup): New function.
3249 (tool-bar-mode): Use it.
3250
3251 * subr.el (substitute-key-definition): Doc fix.
3252 (play-sound-file): New command.
3253
3254 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3255
3256 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3257 vc-version-backup-file-name): New functions.
3258
3259 * files.el (basic-save-buffer): Call vc-before-save before saving.
3260
3261 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3262 vc-cvs-stay-local-p.
3263
3264 * vc.el (vc-revert-buffer): Handle empty diff properly.
3265 (vc-version-backup-file): New function.
3266 (vc-checkout): Create a version backup if necessary.
3267 (vc-checkin): If a version backup file exists, delete it.
3268 (vc-version-diff): Diff locally using version backups, if available.
3269 (vc-revert-file): If there's a version backup, revert locally.
3270 (vc-transfer-file): Use version backup for base version, if
3271 available. If not, ask for confirmation whether to get it from the
3272 server. Update mode line before check-in.
3273
3274 2000-10-04 Dave Love <fx@gnu.org>
3275
3276 * toolbar/tool-bar.el (tool-bar-setup): New function.
3277 (tool-bar-mode): Use it.
3278
3279 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3280
3281 * net/net-utils.el (nslookup-font-lock-keywords)
3282 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3283 Only set if window-system is non-nil
3284 (net-utils-run-program): Returns buffer.
3285 (network-connection-reconnect): Added this function.
3286
3287 * generic.el:
3288 Incorporates extensive cleanup and docfixes by
3289 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3290 Uses cl compile-time macros.
3291 (generic-mode-name, generic-comment-list)
3292 (generic-keywords-list, generic-font-lock-expressions)
3293 (generic-mode-function-list, generic-mode-syntax-table):
3294 Removed variables.
3295 (generic-mode-alist): Renamed to generic-mode-list.
3296 (generic-find-file-regexp): Default changed to "^#".
3297 (generic-read-type): Uses completing read on generic-mode-list.
3298 (generic-mode-sanity-check): removed this function.
3299 (generic-add-to-auto-mode): Removed this function
3300 (generic-mode-internal): Bind mode-specific definitions
3301 into function instead of putting them in alist.
3302 (generic-mode-set-comments): Reworked extensively.
3303 (generic-mode-find-file-hook): Simplified regexp searching
3304 (generic-make-keywords-list): Omit extra pair of parens
3305
3306 * find-lisp.el (find-lisp-find-files-internal):
3307 Make sure directory name ends with "/".
3308
3309 * generic-x.el (apache-conf-generic-mode):
3310 Regexp now allows leading whitespace.
3311 (rc-generic-mode): Added eval-when-compile
3312 around generic-make-keywords-list.
3313 Deleted duplicate regexp
3314 (rul-generic-mode): Added eval-when-compile
3315 around generic-make-keywords-list.
3316 (etc-fstab-generic-mode): New generic mode.
3317 (rul-generic-mode): Removed one eval-when-compile
3318 which caused a max-specpdl-size exceeded error.
3319
3320 2000-10-04 Miles Bader <miles@gnu.org>
3321
3322 * simple.el (minibuffer-temporary-goal-position): New variable.
3323 (next-history-element): Try to keep the position of point in the
3324 input string constant.
3325
3326 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3327 (dired-do-create-files): If there's only one file, pass it in as
3328 the DEFAULT arg to dired-mark-read-file-name.
3329
3330 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3331
3332 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3333 (diff-goto-source): Be smarter when choosing REVERSE or not.
3334
3335 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3336 (texinfo-mode-menu): Add an explicit shortcut for update all.
3337
3338 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3339
3340 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3341 factorize backend-specific code cleanly (this was essentially
3342 conceived by Stefan Monnier).
3343 (vc-unregister): Function removed.
3344 (vc-revert-file): New function.
3345 (vc-revert-buffer): Delegate some of the work to it.
3346
3347 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3348 default branch unconditionally.
3349 (vc-rcs-set-default-branch): New function.
3350 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3351 (vc-rcs-checkin): If an appropriate default branch has been set,
3352 force creation of that branch.
3353 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3354 code (as suggested by Stefan Monnier).
3355
3356 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3357
3358 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3359 highlighting overlay with a different face over the overlay
3360 isearch uses to highlight the current match because that can lead
3361 to bad face combinations.
3362
3363 * loadup.el (toplevel): Load faces before isearch.
3364
3365 * isearch.el (isearch-faces): New custom group.
3366 (isearch): New defface; was already tested for in the code.
3367 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3368 (isearch-highlight): Always use face `isearch'.
3369
3370 2000-10-02 Dave Love <fx@gnu.org>
3371
3372 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3373 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3374 comparison of opcode with operand.
3375
3376 2000-10-03 Miles Bader <miles@gnu.org>
3377
3378 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3379 buffer, since the echo area will now grow to accommodate them.
3380
3381 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3382
3383 * vc-hooks.el (vc-registered): If FILE used to be registered under
3384 a certain backend, try that one first.
3385
3386 * vc.el (vc-responsible-backend): Undo the previous change in the
3387 argument list. Handle multiple backends correctly.
3388 (vc-find-new-backend): Function removed.
3389 (vc-register): Use vc-responsible-backend, as before.
3390 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3391
3392 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3393
3394 * startup.el (fancy-splash-head): Change message below the
3395 logo.
3396
3397 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3398
3399 * diff-mode.el (diff-goto-source): Emit a status message.
3400 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3401 (diff-test-hunk): Fix doc string.
3402 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3403 (diff-advance-after-apply-hunk): New variable.
3404 (diff-apply-hunk): Don't return a value.
3405
3406 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3407
3408 * vc.el (vc-editable-p): Minor optimization.
3409 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3410 (vc-find-new-backend): New function split from vc-responsible-backend.
3411 (vc-register): Use it.
3412 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3413 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3414 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3415 (vc-clear-headers): Don't use find-file.
3416 (vc-revert-buffer): Use `and' again (must have been a braino).
3417 (vc-switch-backend): Only prompt if requested.
3418 Short circuit if nothing is to be done.
3419 Don't use vc-resynch-buffer which could lose unsaved editing.
3420 (vc-default-receive-file): Update call to vc-unregister.
3421 (with-vc-file, vc-next-action-on-file):
3422 Use vc-backend rather than vc-registered.
3423 (vc-next-action-on-file): Use intern-soft.
3424 Deal with read-only *vc-diff* buffer.
3425 (vc-transfer-file): Docstring fix.
3426
3427 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3428 (vc-rcs-receive-file): Avoid with-vc-properties.
3429 Update call to vc-unregister.
3430 Use constant `RCS' rather than (dynamically bound) var `backend'.
3431
3432 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3433
3434 * vc.el (vc-next-action-on-file): Update mode line only if file
3435 is visited.
3436 (vc-start-entry): New argument initial-contents. Don't visit the file
3437 if it isn't already visited. Brought documentation up-to-date.
3438 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3439 (vc-checkin): New optional arg initial-contents, which is passed to
3440 vc-start-entry.
3441 (vc-finish-logentry): Make sure to bury log buffer only if there
3442 really is one. Call `vc-resynch-buffer' on log-file, not
3443 buffer-file-name.
3444 (vc-default-comment-history, vc-default-wash-log): New functions.
3445 (vc-index-of): Removed.
3446 (vc-transfer-file): Make do without the above.
3447 (vc-default-receive-file): Call comment-history unconditionally. Pass
3448 the resulting string to vc-checkin, instead of inserting it into the
3449 comment ring.
3450
3451 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3452 unconditionally. Use the comments as initial contents of the log
3453 entry buffer. Document the trick to force branch creation with no
3454 changes.
3455
3456 2000-10-01 Miles Bader <miles@gnu.org>
3457
3458 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3459 `recenter' with an arg to prevent redrawing the display.
3460
3461 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3464
3465 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3466
3467 * progmodes/c-mode.el (c-mode):
3468 Don't gratuitously override the default for comment-column.
3469
3470 * textmodes/tex-mode.el (latex-metasection-list): New var.
3471 (latex-imenu-create-index): Use it.
3472 Move the regexp construction outside loops (and use push).
3473 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3474 (tex-font-lock-keywords): Moved from font-lock.el.
3475 (tex-comment-indent): Remove.
3476 (tex-common-initialization): Don't set comment-indent-function.
3477 (latex-block-default): New var.
3478 (tex-latex-block): Use it to provide a default choice.
3479 Add any unknown choice to latex-block-names.
3480 Insert [...] after {...}.
3481 (tex-last-unended-begin): Simplify regexp.
3482 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3483 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3484 (latex-mode): Set forward-sexp-function.
3485
3486 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3487 Add regexp for @ignore ... @end ignore.
3488 (texinfo-heading-face): New face.
3489 (texinfo-font-lock-keywords): Use it.
3490 (texinfo-mode-menu): New menu.
3491 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3492 New functions.
3493 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3494 (texinfo-section-types-regexp, texinfo-section-level-regexp)
3495 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3496 Remove declaration.
3497 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3498
3499 * delsel.el (delete-selection-mode): Use define-minor-mode.
3500
3501 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3502
3503 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3504
3505 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3506
3507 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3508
3509 * replace.el (keep-lines-read-args): New function.
3510 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3511 read arguments interactively. Add parameters RSTART and REND.
3512 Operate on the active region in Transient Mark mode.
3513
3514 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3515
3516 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3517 (authors-obsolete-files-regexps): New variable.
3518 (authors-add): Don't record changes in obsolete files.
3519
3520 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3521
3522 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3523
3524 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3525 (comment-indent): Make sure there's a space between code and comment.
3526 Shift comments left to avoid going past fill-column.
3527
3528 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3529
3530 * startup.el (startup-echo-area-message): New function.
3531 (display-startup-echo-area-message): Use it.
3532 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3533 (fancy-splash-default-action): New function.
3534 (fancy-splash-screens-1): New function.
3535 (fancy-splash-head): Put a help-echo and a keymap under the image.
3536
3537 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3538
3539 * diff-mode.el (diff-add-log-file-name): Remove.
3540 (diff-mode): Use add-log-buffer-file-name-function.
3541
3542 * add-log.el (find-change-log): New arg BUFFER-FILE.
3543 (add-log-file-name): Obey add-log-file-name-function.
3544 (add-log-buffer-file-name-function): New var.
3545 (add-change-log-entry): Use it.
3546
3547 2000-09-29 Miles Bader <miles@gnu.org>
3548
3549 * image-file.el (image-file-name-extensions): New variable.
3550 (image-file-name-regexps): Renamed from `image-file-regexps'.
3551 New default value is nil. Call `auto-image-file-mode'.
3552 (image-file-name-regexp): New function.
3553 (auto-image-file-mode): New minor mode.
3554 (insert-image-file): Don't make conditional on the image-file
3555 handler being enabled.
3556 (image-file-handler): Make the call here conditional instead.
3557 (set-image-file-handler-enabled, enable-image-file-handler)
3558 (disable-image-file-handler): Functions removed.
3559
3560 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3561 string.
3562
3563 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3564
3565 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3566 it's a function from CL.
3567 (latex-imenu-create-index): Replace eval-when-compile with progn
3568 because latex-section-alist is not bound while compiling.
3569
3570 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3571
3572 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3573 (outline-mode): Use define-derived-mode.
3574
3575 * progmodes/perl-mode.el (perl-mode):
3576 * progmodes/awk-mode.el (awk-mode):
3577 * progmodes/asm-mode.el (asm-mode):
3578 Don't gratuitously override the default for comment-column.
3579
3580 * emacs-lisp/lisp.el (lisp-complete-symbol):
3581 Distinguish the let-binding case from the funcall case.
3582 (forward-sexp-function): New variable.
3583 (forward-sexp): Use it.
3584
3585 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3586 (easy-mmode-defmap): Remove the now useless autoload.
3587
3588 * time.el (display-time-mode): Use define-minor-mode.
3589
3590 * subr.el (add-minor-mode): Don't eval NAME.
3591 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3592 Use if rather than cond.
3593
3594 * simple.el (read-expression-map): Define more properly.
3595 (comment-indent-hook): Remove.
3596 (string-to-syntax): Bug fix.
3597
3598 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3599 (cvs-ediff-diff): Fix typo.
3600 (cvs-revert-if-needed): Don't bother preserving read-only.
3601
3602 * paren.el (show-paren-mode): Use define-minor-mode.
3603
3604 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3605 (toggle-auto-compression): Remove.
3606 (jka-compr-build-file-regexp): Remove useless grouping.
3607
3608 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3609 Avoid user-reserved bindings.
3610 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3611 (diff-header-face): Revert to grey85.
3612
3613 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3614
3615 * complete.el (partial-completion-mode) <defcustom>: Remove.
3616 (partial-completion-mode): Use define-minor-mode.
3617 (PC-do-completion): Understand `completion-auto-help = delay'
3618 to mean to popup the completion buffer only the second time.
3619 (PC-include-file-all-completions, PC-include-file-all-completions)
3620 (PC-include-file-all-completions): Don't quote lambda.
3621
3622 * comint.el (comint-mode-hook): Docstring fix.
3623 (comint-mode): Use define-derived-mode.
3624 (comint-mode-map): Remove obsolete comment.
3625 (make-comint): Minor stylistic change.
3626 (comint-insert-clicked-input): Be more careful to find the overlay.
3627 Use this-command-keys rather than hardcoding mouse-2.
3628
3629 * font-lock.el: Replace confusing (,@ with ,
3630 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3631 Don't use regexp-opt-depth. Spice up the regexp for args.
3632 Don't distinguish between cmds that can take an opt arg or not.
3633 Use `append' and `prepend' rather than `keep'.
3634
3635 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3636 (latex-outline-regexp): New var.
3637 (latex-outline-level): New fun.
3638 (latex-section-alist): New var.
3639 (latex-imenu-create-index): Use it. Use `push' as well.
3640 (tex-shell-map): Initialize it properly.
3641 (tex-mode): Minor stylistic change.
3642 (plain-tex-mode): Use define-derived-mode.
3643 (latex-mode): Use define-derived-mode.
3644 Construct the paragraph regexps in a more readable way.
3645 Set the buffer-local outline-{level,regexp} vars.
3646 (slitex-mode): Derive from latex-mode.
3647 (tex-common-initialization): Don't kill-all-vars anymore.
3648 Add setting for comment-add and font-lock-defaults.
3649 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3650 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3651 (tex-start-tex): New arg DIR (and send a chdir command for it).
3652 Also display the shell buffer and save it in tex-last-buffer-texed.
3653 (tex-region): Use expand-file-name rather than concat.
3654 Remove code made useless by changes in tex-start-tex.
3655 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3656
3657 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3658
3659 2000-09-28 Dave Love <fx@gnu.org>
3660
3661 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3662
3663 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3664
3665 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3666 `append'.
3667
3668 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3669
3670 * info.el (Info-extract-pointer): Undo last change.
3671 Instead, fix the position of the `bound' arg to re-search-backward.
3672
3673 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3674
3675 * info.el (Info-extract-pointer):
3676 Widen more carefully, to avoid finding pointers in other nodes.
3677 (Info-index): Use push.
3678
3679 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3680
3681 * frame.el (set-frame-font): Remove call to obsolete function
3682 frame-update-faces.
3683 (set-foreground-color, set-background-color): Likewise for
3684 frame-update-face-colors.
3685
3686 2000-09-27 Miles Bader <miles@gnu.org>
3687
3688 * image-file.el: New file.
3689
3690 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3691
3692 * frame.el (frame-notice-user-settings): Don't call
3693 frame-update-faces, which is a no-op now.
3694
3695 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3696 tool-bar-lines.
3697
3698 2000-09-27 Dave Love <fx@gnu.org>
3699
3700 * mouse.el: Fix last change.
3701
3702 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3703
3704 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3705
3706 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3707
3708 * international/quail.el (quail-help): The output message is
3709 improved.
3710
3711 2000-09-26 Dave Love <fx@gnu.org>
3712
3713 * mouse.el (popup-menu): If POSITION is nil, set it using
3714 mouse-position.
3715
3716 2000-09-25 Sam Steingold <sds@gnu.org>
3717
3718 * net/browse-url.el (browse-url-file-url): Check for null maps.
3719
3720 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3721
3722 * frame.el (frame-notice-user-settings): Don't add a
3723 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3724
3725 * frame.el (frame-notice-user-settings):
3726 Make tool-bar-mode and default-frame-alist consistent.
3727
3728 * toolbar/tool-bar.el (tool-bar-help): New function.
3729
3730 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3731
3732 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3733 current-load-list in top-level forms. Else this leaks a cons cell
3734 every time a defun is called.
3735
3736 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3737
3738 2000-09-25 Dave Love <fx@gnu.org>
3739
3740 * startup.el (fancy-splash-head): Check XPM is available.
3741
3742 * autoinsert.el (auto-insert): Doc fix.
3743 (auto-insert-alist): Following GNU notices, don't say `copyright
3744 _by_'. Use line-beginning-position.
3745 (auto-insert): Check buffer-file-name is non-nil before use.
3746
3747 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3748
3749 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3750 starting with `@def' or `@multitable', in addition to ones
3751 specified by the user in auto-fill-inhibit-regexp.
3752
3753 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3754
3755 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3756 rmail-dont-reply-to-names matches the empty string.
3757
3758 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3759
3760 * startup.el (command-line-1, fancy-splash-text): Change the
3761 text to sound more friendly.
3762
3763 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3764
3765 * progmodes/hideshow.el: Update author email address.
3766 Generally, sync w/ maintainer version 5.22.
3767 (hs-hide-all-non-comment-function): New var.
3768 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3769 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3770 (hs-show-region): Delete this command.
3771 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3772
3773 2000-09-22 Dave Love <fx@gnu.org>
3774
3775 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3776 (hl-line-highlight): Specify buffer when moving overlay.
3777
3778 * progmodes/fortran.el (fortran-mode): Locally set
3779 normal-auto-fill-function.
3780 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3781 (fortran-mode-map): Adjust auto-fill menu entry.
3782
3783 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3784
3785 * vc-rcs.el (toplevel): Require `vc' when compiling.
3786
3787 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3788
3789 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3790
3791 * vc.el (vc-switch-backend): Signal an error if the file is not
3792 registered under the new backend.
3793
3794 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3795 without explicit revision number.
3796
3797 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3798
3799 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3800 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3801 (diff-xor): New function.
3802 (diff-find-source-location): Use it. Fix a stupid name clash.
3803 (diff-hunk-status-msg): New function.
3804 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3805 (diff-test-hunk): Use diff-find-source-location.
3806 (diff-goto-source): Favor the `reverse'.
3807 (diff-hunk-text): Properly handle one-sided context diffs.
3808 (diff-apply-hunk): When done, advance to the next hunk.
3809
3810 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3811
3812 * startup.el (command-line): If frame was created with a non-zero
3813 tool-bar-lines parameter, switch tool-bar-mode on.
3814
3815 * add-log.el (change-log-date-face, change-log-name-face)
3816 (change-log-email-face, change-log-file-face)
3817 (change-log-list-face, change-log-conditionals-face)
3818 (change-log-function-face, change-log-acknowledgement-face):
3819 New faces, inheriting from font-lock faces.
3820 (change-log-font-lock-keywords): Use them.
3821
3822 2000-09-21 Dave Love <fx@gnu.org>
3823
3824 * progmodes/cperl-mode.el (top-level): Clean up
3825 `eval-when-compile's and assorted defvars.
3826 (cperl-invalid-face): Don't double-quote value. Change custom
3827 type.
3828 (cperl-mode): Set normal-auto-fill-function and don't zap
3829 auto-fill-function.
3830 (cperl-imenu--function-name-regexp-perl): Renamed from
3831 imenu-example--function-name-regexp-perl.
3832 (cperl-imenu--create-perl-index): Renamed from
3833 imenu-example--create-perl-index.
3834 (cperl-xsub-scan): Don't require cl.
3835
3836 * msb.el (msb-mode-map): Use substitute-key-definition.
3837 (msb-mode): Use msb-mode-map.
3838
3839 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3840
3841 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3842 New functions.
3843 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3844 (vc-switch-backend): New function.
3845 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3846 (vc-register): Fix prompt.
3847 (vc-unregister, vc-default-unregister): New functions.
3848 (vc-version-diff): Handle empty buffer in sentinel.
3849
3850 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3851 (vc-rcs-state-heuristic): Use it to guess the state of files with
3852 non-strict locking.
3853 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3854 been set with -b, but not created yet.
3855 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3856 contents in order to find the state.
3857 (vc-rcs-checkin): Allow creation of branches with no changes.
3858 (vc-rcs-unregister, vc-rcs-receive-file)
3859 (vc-rcs-set-non-strict-locking): New functions.
3860
3861 * vc-hooks.el (vc-name): Force correct computation of the value
3862 in case it is missing.
3863
3864 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3865
3866 * startup.el (fancy-splash-tail): Use a different foreground
3867 color on a dark frame background.
3868
3869 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3870
3871 * info.el: Use the correct capitalization when making Info-mode
3872 and Info-edit-mode `special' modes.
3873
3874 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3875
3876 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3877 (diff-mode): Add support for add-log.el.
3878 (diff-hunk-text): Use char offsets rather than line offsets.
3879 (diff-find-source-location): Replace LINE with line-offset (nil
3880 if not found) and always set POS to a meaningful position.
3881 Adapt to the new char-offsets.
3882 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3883 Adapt to the new diff-find-source-location.
3884 (diff-goto-source): Adapt to the new diff-find-source-location.
3885
3886 * add-log.el (add-log-file-name): New function (split out of
3887 add-change-log-entry).
3888 (add-change-log-entry): Use it.
3889 Call add-log-file-name-function with the changelog file name if
3890 the current buffer is not associated with any file.
3891 Avoid find-file if the selected window is dedicated.
3892
3893 * diff-mode.el (diff-find-source-location):
3894 Move code from diff-apply-hunk. Return buffer rather than file.
3895 (diff-apply-hunk): Use the new result from diff-find-source-location.
3896 (diff-goto-source): Use the new diff-find-source-location.
3897
3898 2000-09-20 Dave Love <fx@gnu.org>
3899
3900 * iswitchb.el: Some doc fixes.
3901 (iswitchb-mode-map): Define completely initially. Inherit
3902 minibuffer-local-map.
3903 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3904 fundamental-mode.
3905 (iswitchb-global-map): New variable.
3906 (iswitchb-summaries-to-end): Amalgamate regexps.
3907 (iswitchb-mode): New.
3908 (iswitchb-mode-hook): New variable.
3909 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3910 `extensions'.
3911
3912 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3913
3914 * ehelp.el (electric-help): New defgroup.
3915 (electric-help-shrink-window): New user-option.
3916 (with-electric-help): Use it.
3917
3918 * window.el (shrink-window-if-larger-than-buffer): If face
3919 `mode-line' has a :box, and we're on a graphical frame, add 1
3920 to the needed window height.
3921
3922 * frame.el (frame-notice-user-settings): Add a last parameter nil
3923 to a call to `append', because the last list passed to `append' is
3924 not copied, and so subsequent calls to assq-delete-all will modify
3925 default-frame-alist.
3926
3927 * startup.el (fancy-splash-image): Change :type.
3928 (fancy-splash-head): Use an XBM image if appropriate.
3929 (command-line-1): Show splash screens in more cases.
3930
3931 * startup.el (fancy-splash-text): Don't quote faces.
3932
3933 * dired.el (dired-font-lock-keywords): Undo last change.
3934 (dired-readin): Bind indent-tabs-mode to nil.
3935
3936 * startup.el (fancy-splash-head): If frame's background mode
3937 is `dark', change the black background of the image to gray.
3938 (fancy-splash-screens): Display startup echo area message.
3939 (display-startup-echo-area-message): New function.
3940
3941 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3942
3943 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3944
3945 * info.el (info-header-node): Tweak for color ttys.
3946
3947 * faces.el (face-valid-attribute-values): Make sure directories we
3948 search for stipples both exist and are readable before trying to
3949 search them.
3950
3951 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3952 in the dry-run case.
3953
3954 * jka-compr.el (with-auto-compression-mode): New macro.
3955
3956 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3957 (custom-group-tag-face, custom-variable-tag-face): Use relative
3958 :height and inherit from `variable-pitch' face instead of
3959 hardwiring :family.
3960 * hi-lock.el (hi-black-hb): Likewise.
3961
3962 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3963 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3964 toolbar-add-item, if image doesn't have a mask add a `:mask
3965 heuristic'.
3966
3967 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3968
3969 * diff-mode.el: Docstring fixes.
3970 (diff-header-face, diff-comment-face): New faces.
3971 (diff-font-lock-keywords): Highlight a bit differently.
3972 (diff-find-source-location): Don't return SPAN any more.
3973 (diff-hunk-text): Don't bother erasing the temp buffer.
3974 (diff-find-text): Drop argument LINE.
3975 (diff-apply-hunk): Update calls to diff-find-text.
3976 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3977
3978 * calendar/calendar.el: Docstring fixes.
3979 (calendar-make-alist): Don't quote lambda.
3980 (calendar-star-date): Use make-local-variable.
3981
3982 2000-09-19 Dave Love <fx@gnu.org>
3983
3984 * toolbar/tool-bar.el: Renamed from toolbar.el.
3985 Change `toolbar' to `tool-bar' generally in symbols.
3986 Make some items invisible in `special' major modes.
3987 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3988 Add arg PROPS.
3989
3990 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3991 Add :version here.
3992 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3993
3994 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3995
3996 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3997
3998 * files.el (find-file-suppress-same-file-warnings): New user-option.
3999 (find-file-noselect): Use it.
4000
4001 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4002 (fancy-splash-screen): Defgroup.
4003
4004 * add-log.el (change-log-font-lock-keywords): Match names
4005 more exactly for the case that font-lock-constant-face is
4006 underlined.
4007
4008 2000-09-19 Richard M. Stallman <rms@gnu.org>
4009
4010 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4011
4012 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4013
4014 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4015
4016 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4017
4018 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4019 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4020 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4021 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4022 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4023 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4024 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4025 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4026 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4027 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4028 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4029 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4030
4031 * startup.el (fancy-splash-text): New variable.
4032 (fancy-splash-delay, fancy-splash-image): New user-options.
4033 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4034 (fancy-splash-screens): New functions.
4035 (command-line-1): If display has a `display' frame parameter, has
4036 colors, and we have XPM support, show more fancy splash screens.
4037
4038 2000-09-19 Dave Love <fx@gnu.org>
4039
4040 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4041 with null `help'. Use modern backquote syntax.
4042
4043 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4044
4045 * font-lock.el (font-lock-mode): Change message telling the user
4046 that ``the buffer is too big''.
4047
4048 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4049 for instance for the case that tab-width is 2.
4050
4051 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4052
4053 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4054 toolbar-add-item, if image doesn't have a mask add a `:mask
4055 heuristic'.
4056
4057 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4058
4059 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4060 and return a cons if it's non-nil.
4061 (diff-apply-hunk): Try to jump to the line in the source text
4062 corresponding to the position of point in the in the hunk.
4063
4064 * info.el (Info-title-3-face, Info-title-2-face)
4065 (Info-title-1-face): Use face inheritance and relative sizes
4066 instead of hard-wiring things.
4067
4068 * faces.el (secondary-selection): Make dark-background variant sane.
4069
4070 2000-09-16 Andrew Innes <andrewi@gnu.org>
4071
4072 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4073 read-only, since they aren't under VC now.
4074
4075 2000-09-17 Dave Love <fx@gnu.org>
4076
4077 * tmm.el: Replace mapcar with mapc in several places.
4078
4079 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4080 ad-unadvise.
4081
4082 * international/latin1-disp.el: New file.
4083
4084 * calendar/cal-move.el (scroll-calendar-left)
4085 (scroll-calendar-right): Make arg optional (for active mode line).
4086
4087 * calendar/calendar.el (calendar-mode-line-format): Make fields
4088 mouse-sensitive.
4089 (calendar-read-date, calendar-read-date, calendar-window-list):
4090 Unquote lambda.
4091 (calendar-month-name): Use aref, not sref.
4092
4093 * view.el (minor-mode-alist): Propertize the string.
4094
4095 * international/characters.el (standard-case-table): Add entries
4096 for Greek.
4097
4098 2000-09-18 Miles Bader <miles@gnu.org>
4099
4100 * info.el (info-node, info-xref): Add dark-background variants.
4101
4102 * faces.el (header-line): Change defaults to be less confusing
4103 when mixed with mode-lines.
4104
4105 * info.el (Info-fontify-node): Make a few cleanups.
4106 Add extra `help-echo' and `local-map' props to node xrefs.
4107 Use header-specific faces for node-names & xrefs.
4108 (Info-use-header-line): New variable.
4109 (info-header-xref, info-header-node): New faces.
4110 (Info-setup-header-line): New function.
4111 (Info-select-node): Call Info-setup-header-line when enabled.
4112 (Info-extract-pointer): Work even if the header line is hidden.
4113 (Info-header-line): New variable.
4114
4115 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * vms-patch.el (print-region-function): Don't quote lambda.
4118
4119 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4120
4121 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4122 (lm-get-header-re): Allow spaces between the header and the colon.
4123 (lm-header): Allow $ in non-RCS headers.
4124 (lm-header-multiline): Put the strings back into order.
4125 Stop at an empty line. Don't require two space chars if the
4126 line is clearly not another header line.
4127
4128 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4129 (popup-menu-popup): Remove.
4130
4131 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4132
4133 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4134 specification if or if not tool-bar item contains an `:enabled'
4135 property.
4136
4137 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4138 current buffer has no file name.
4139
4140 2000-09-15 Dave Love <fx@gnu.org>
4141
4142 * strokes.el: Sync with maintainer's current version with changes
4143 for Emacs, but avoid runtime cl and levents.
4144 (toplevel): Change autoloads and compilation requires.
4145 (strokes-version, strokes-bug-address, strokes-lift): Values
4146 changed.
4147 (strokes-xpm-header, strokes-insinuated): New variable.
4148 (strokes): Add :link.
4149 (strokes-mode): Customized.
4150 (strokes-while-inhibiting-garbage-collector): New macro.
4151 (strokes-remassoc): Avoid remove-if.
4152 (strokes-fix-button2-command): Don't use ad-do-it.
4153 (strokes-insinuate): New function.
4154 (strokes-button-press-event-p, strokes-button-release-event-p):
4155 New functions, used instead of non-`strokes-' versions..
4156 (strokes-mouse-event-p): Rewritten.
4157 (strokes-event-closest-point): Avoid event-point.
4158 (strokes-get-grid-position): Avoid cdadr, caadr
4159 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4160 functions.
4161 (strokes-help): Use with-output-to-temp-buffer.
4162 (strokes-window-configuration-changed-p): New function.
4163 (strokes-update-window-configuration): Use buffer-live-p,
4164 strokes-window-configuration-changed-p.
4165 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4166 (strokes-char-face): New face.
4167 (strokes-char-table, strokes-base64-chars): New variable.
4168 (strokes-xpm-for-stroke, strokes-list-strokes)
4169 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4170 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4171 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4172 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4173 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4174 functions.
4175
4176 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4177
4178 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4179
4180 * image.el (create-image): Doc fix.
4181
4182 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4183 instead of `:heuristic-mask t'.
4184
4185 2000-09-14 Andrew Innes <andrewi@gnu.org>
4186
4187 * makefile.w32-in: Revert to Unix line endings.
4188
4189 2000-09-14 Andrew Innes <andrewi@gnu.org>
4190
4191 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4192 when installing.
4193
4194 * makefile.nt (DONTCOMPILE): Fix typo.
4195
4196 * shell.el (shell-write-history-on-exit): New function.
4197 (shell-dumb-shell-regexp): New custom variable.
4198 (shell-mode): Make shell-write-history-on-exit the process
4199 sentinel if shell name matches shell-dumb-shell-regexp.
4200
4201 * w32-fns.el: Comment out before-init-hook function which resets
4202 source-directory based; this breaks bootstrap.
4203
4204 2000-09-14 Dave Love <fx@gnu.org>
4205
4206 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4207 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4208 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4209 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4210 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4211 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4212 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4213 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4214 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4215
4216 * toolbar/toolbar.el: New.
4217
4218 * subdirs.el: Add toolbar.
4219
4220 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4221
4222 * indent.el (indent-for-tab-command): Doc fix.
4223
4224 2000-09-14 Alex Schroeder <alex@gnu.org>
4225
4226 * ansi-color.el (ansi-colors): Doc change.
4227 (ansi-color-get-face): Simplified regexp.
4228 (ansi-color-faces-vector): Added more faces, doc change.
4229 (ansi-color-names-vector): Doc change.
4230 (ansi-color-regexp): Simplified regexp.
4231 (ansi-color-parameter-regexp): New regexp.
4232 (ansi-color-filter-apply): Doc change.
4233 (ansi-color-filter-region): Doc change.
4234 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4235 deal with zero length parameters.
4236 (ansi-color-apply-on-region): Doc change.
4237 (ansi-color-map): Doc change.
4238 (ansi-color-map-update): Removed debugging message.
4239 (ansi-color-get-face-1): Added condition-case to trap
4240 args-out-of-range errors.
4241 (ansi-color-get-face): Doc change.
4242 (ansi-color-make-face): Removed.
4243 (ansi-color-for-shell-mode): New option.
4244
4245 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4246
4247 * international/quail.el (quail-start-translation): Translate KEY
4248 if necessary even if it doesn't have any mapping in the current
4249 input method.
4250 (quail-start-conversion): Likewise.
4251 (quail-help): The output message is improved.
4252
4253 2000-09-13 Miles Bader <miles@gnu.org>
4254
4255 * comint.el (comint-output-filter): Revert to using
4256 `insert-before-markers'. Add bletcherous hack to undo damage
4257 caused by `insert-before-markers'. Put `front-sticky' property on
4258 overlays created here so that the field code understands how the
4259 overlay works. Use a let when making comint-last-prompt-overlay,
4260 so that the code is easier to read.
4261
4262 2000-09-13 Dave Love <fx@gnu.org>
4263
4264 * wid-edit.el (widget-default-format-handler): DTRT when
4265 doc-property is a function.
4266
4267 2000-09-12 Francesco Potorti` <pot@gnu.org>
4268
4269 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4270 filed name if it's not there.
4271
4272 2000-09-12 Dave Love <fx@gnu.org>
4273
4274 * simple.el (read-mail-command): Doc fix.
4275 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4276
4277 * vc.el (vc-dired-listing-switches): Fix :version.
4278
4279 * vc-hooks.el: Doc fixes.
4280
4281 * subr.el (add-minor-mode): Use toggle-fun arg.
4282
4283 * speedbar.el: Add :version to several defcustoms.
4284
4285 * imenu.el (imenu--truncate-items, imenu--cleanup)
4286 (imenu--generic-function): Avoid mapcar.
4287 (imenu--replace-spaces): Function removed.
4288 (imenu--completion-buffer): Use subst-char-in-string.
4289 (imenu-add-to-menubar): Use keymap inheritance.
4290
4291 2000-09-12 Miles Bader <miles@gnu.org>
4292
4293 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4294 (diff-mode-map): Bind `diff-test-hunk'.
4295 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4296
4297 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4298
4299 * bytecomp.el (byte-compile-defvar): Undo last change
4300 because it breaks '(make-variable-buffer-local (defvar ...)'
4301 which is used at least in dired.
4302
4303 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4304
4305 * international/quail.el (quail-define-package): Docstring
4306 modified.
4307
4308 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4309
4310 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4311 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4312 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4313 docstring of "chinese-py".
4314
4315 * international/quail.el (quail-translation-docstring): New
4316 variable.
4317 (quail-show-keyboard-layout): Docstring modified.
4318 (quail-select-current): Likewise.
4319 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4320 infinite recursive call.
4321 (quail-help): Check quail-translation-docstring. Format of the
4322 output changed.
4323 (quail-help-insert-keymap-description): Adjusted for the above
4324 change.
4325
4326 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4327
4328 * bytecomp.el (byte-compile-defvar): Only cons onto
4329 current-load-list in top-level forms. Else this leaks a cons cell
4330 every time a defun is called.
4331
4332 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4333
4334 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4335 Now understands non-unified diffs. Some functionality moved into
4336 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4337 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4338 modify anything. Only reposition point in the patched file if the
4339 patch succeeds. Only pop up another window if POPUP is true.
4340 Emit a message describing what happened if successful, and at what
4341 line-offset. Automatically detect reversed hunks and do something
4342 appropriate.
4343 (diff-hunk-text, diff-find-text): New functions.
4344 (diff-filter-lines): Function removed.
4345 (diff-test-hunk): New function.
4346 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4347
4348 2000-09-10 Dave Love <fx@gnu.org>
4349
4350 * textmodes/tildify.el: Minor doc/commentary fixes.
4351 (tildify) <defgroup>: Add :version.
4352
4353 * faces.el (face-x-resources): Make custom type more specific.
4354 (frame-background-mode): Use mapc.
4355 (region) <defcustom>: Add :version.
4356
4357 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4358
4359 * vc-sccs.el (vc-sccs-register):
4360 * vc-rcs.el (vc-rcs-register):
4361 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4362 * vc.el (vc-register): Clear file's properties.
4363
4364 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4365
4366 * faces.el (face-spec-set): Only face-spec-reset-face when
4367 ATTRS is non-nil.
4368
4369 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * help.el (help-insert-xref-button): Fix a typo in doc string.
4372
4373 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4374
4375 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4376 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4377 methods.
4378
4379 * menu-bar.el (read-mail-item-name): New function.
4380 (menu-bar-tools-menu): Use it to compute and display the package
4381 used to read email.
4382 (menu-bar-tools-menu): Fix typo in GUD's help string.
4383
4384 2000-09-07 Dave Love <fx@gnu.org>
4385
4386 * diff-mode.el (diff-mouse-goto-source): New function.
4387
4388 * vc-sccs.el: Doc fixes.
4389 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4390
4391 * vc-rcs.el: Doc fixes.
4392 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4393 (vc-rcs-checkout-switches, vc-rcs-header)
4394 (vc-rcs-master-templates): Add or change :version.
4395
4396 * vc-cvs.el: Doc fixes.
4397 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4398 (vc-cvs-stay-local): Add :version.
4399
4400 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4401
4402 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4403
4404 * international/quail.el (quail-help): Fix previous change.
4405
4406 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4407
4408 * faces.el (color-values): Doc fix.
4409
4410 * faces.el (frame-set-background-mode): Use frame-parameter
4411 instead of frame-parameters.
4412
4413 * frame.el (filtered-frame-list): Reduce consing.
4414 (frames-on-display-list): Call frame-parameter instead of
4415 frame-parameters.
4416
4417 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4418
4419 * language/devan-util.el (devanagari-to-indian-region): In the
4420 loop, change the following char, not preceding char.
4421
4422 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4423
4424 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4425 instead of frame-parameters.
4426
4427 * faces.el (set-face-attribute): Simplify by calling
4428 internal-set-lisp-face-attribute with FRAME being 0.
4429
4430 * vc.el: Remove `Id' version control keyword.
4431
4432 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4433
4434 * help.el (help-make-xrefs): Adjusted for the change of
4435 help-xref-mule-regexp.
4436 (help-insert-xref-button): New function.
4437
4438 * international/mule-cmds.el (help-xref-mule-regexp-template):
4439 Include the pattern for character set.
4440 (leim): New group.
4441
4442 * international/quail.el: Don't require face.
4443 (quail): New group.
4444 (quail-other-command): Dummy command to make quail-help work better.
4445 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4446 (quail-keyboard-layout-substitution): New variable.
4447 (quail-update-keyboard-layout): New function.
4448 (quail-keyboard-layout-type): New customizable variable.
4449 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4450 (quail-keyboard-translate): Pay attention to
4451 quail-keyboard-layout-substitution.
4452 (quail-insert-kbd-layout): New function.
4453 (quail-show-keyboard-layout): New function.
4454 (quail-get-translation): If the definition is a vector of length
4455 1, and the element is a string of length 1, return the character
4456 in that string.
4457 (quail-update-current-translations): Fix the case of
4458 relative-index out of range.
4459 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4460 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4461 Show key sequences for all available characters.
4462 (quail-help-insert-keymap-description): Don't show such verbose
4463 key bindings as quail-self-insert-command.
4464
4465 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4466 Format changed, and each element now have extra documentations.
4467 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4468 Adjusted for the change of quail-cxterm-package-ext-info.
4469
4470 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4471
4472 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4473 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4474 during bootstrap.
4475
4476 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * vc.el: (toplevel): Don't require `dired' at run-time.
4479 (vc-dired-resynch-file): Remove autoload cookie.
4480
4481 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4482
4483 * vc.el: Made several backend functions optional.
4484 (vc-default-responsible-p): New function.
4485 (vc-merge): Use RET for first version to trigger merge-news, not
4486 prefix arg.
4487 (vc-annotate): Handle backends that do not support annotation.
4488 (vc-default-merge-news): Removed. The existence of a merge-news
4489 implementation is now checked on caller sites.
4490
4491 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4492 case.
4493
4494 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4495 special case that has been removed from the default in vc-hooks.el.
4496
4497 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4498
4499 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4500
4501 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4502
4503 * vc-hooks.el: Require vc during compilation.
4504 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4505 macro `with-vc-properties' in vc.el.
4506 (vc-file-getprop): Doc fix.
4507 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4508
4509 * vc.el: Require dired-aux during compilation.
4510 (vc-name-assoc-file): Moved to vc-sccs.el.
4511 (with-vc-properties): New macro.
4512 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4513 vc-finish-steal): Use it.
4514 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4515 to the backend-specific function is now supposed to do the checkout,
4516 too.
4517 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4518
4519 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4520 set file properties; that gets done in the generic code now.
4521
4522 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4523 Changed parameter list, added code from vc.el that does the
4524 checkout, possibly with a double-take.
4525
4526 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4527 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4528 the above under the new name.
4529 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4530 parameter list, added checkout command.
4531 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4532 properties; that gets done in the generic code now.
4533
4534 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * vc.el: Docstring fixes (courtesy of checkdoc).
4537
4538 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4539
4540 * vc.el (vc-checkout-writable-buffer-hook)
4541 (vc-checkout-writable-buffer): Remove.
4542 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4543 (vc-log-mode): Make it into a clean derived major mode.
4544 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4545 vc-log-mode if log-edit is not available.
4546 (vc-dired-mode-map): Don't set-keymap-parent yet.
4547 (vc-dired-mode): Do set-keymap-parent here.
4548 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4549
4550 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4551
4552 * faces.el (set-face-attribute, face-spec-reset-face)
4553 (face-spec-set): Avoid consing by removing calls to `apply'.
4554
4555 * frame.el (frame-parameter): Move to C code.
4556
4557 2000-09-05 Dave Love <fx@gnu.org>
4558
4559 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4560 insert-before-markers-and-inherit. Now checked systematically!
4561
4562 2000-09-05 Alex Schroeder <alex@gnu.org>
4563
4564 * sql.el (sql-postgres): Use sql-postgres-options.
4565 (sql-postgres-options): New variable.
4566
4567 2000-09-05 Alex Schroeder <alex@gnu.org>
4568
4569 * sql.el (sql-mode-menu): Work around missing variable mark-active
4570 in XEmacs.
4571 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4572 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4573 compatibility.
4574
4575 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4576
4577 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4578
4579 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4580
4581 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4582
4583 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4584
4585 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4586 don't support anything else under SCCS yet.
4587
4588 * vc-hooks.el: Minor doc fixes.
4589
4590 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4591
4592 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4593 not necessary. If verbose in state `needs-patch', do the same as
4594 under `up-to-date'. When NOT verbose and `needs-patch', check out
4595 latest version instead of `merge-news'.
4596 (vc-next-action-dired): Don't mess with default-directory here; it
4597 breaks other parts of dired. It is the job of the
4598 backend-specific functions to adjust it temporarily if they need it.
4599 (vc-next-action): Remove a special CVS case.
4600 (vc-clear-headers): New optional arg FILE.
4601 (vc-checkin, vc-checkout): Set properties vc-state and
4602 vc-checkout-time properly.
4603 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4604 (vc-print-log): Use new backend function `show-log-entry'.
4605 (vc-cancel-version): Do the checks in a different order. Added a
4606 FIXME concerning RCS-only code.
4607
4608 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4609 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4610
4611 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4612
4613 * vc-hooks.el (vc-default-mode-line-string): Show state
4614 `needs-patch' as a `-' too.
4615
4616 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4617
4618 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4619 (vc-default-could-register): New function.
4620 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4621 (vc-resynch-buffer): Call vc-dired-resynch-file.
4622 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4623 vc-resynch-buffer instead of vc-resynch-window.
4624 (vc-next-action-dired): Don't redisplay here, that gets done as a
4625 result of the individual file operations.
4626 (vc-retrieve-snapshot): Corrected prompt order.
4627
4628 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4629
4630 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4631 as well.
4632 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4633 hostname regexps. Updated all callers.
4634 (vc-cvs-responsible-p): Handle directories as well.
4635 (vc-cvs-could-register): New function.
4636 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4637 properties up-to-date.
4638
4639 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4640 user whether to create one.
4641
4642 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4643
4644 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4645 check out a non-existing file.
4646
4647 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4648 workfile does not exist.
4649
4650 * vc.el (vc-version-diff): Use `require' to check for existence of
4651 diff-mode.
4652
4653 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4654
4655 * vc-cvs.el (vc-cvs-registered): Use new function
4656 vc-cvs-parse-entry to do the actual work.
4657
4658 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4659
4660 * vc-hooks.el (vc-find-backend-function): If function doesn't
4661 exist, return nil instead of error.
4662 (vc-call-backend): Doc fix.
4663
4664 * vc.el (vc-do-command): Doc fix.
4665 (vc-finish-logentry): When checking in from vc-dired, choose the
4666 right backend for logentry check.
4667 (vc-dired-mode-map): Inherit from dired-mode-map.
4668 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4669 simplified.
4670 (vc-dired-state-info): Removed, updated caller.
4671 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4672 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4673 (vc-dired-listing-switches): New variable.
4674 (vc-directory): Use it, instead of dired-listing-switches.
4675
4676 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4677 (vc-cvs-dir-state): New function.
4678 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4679 (vc-cvs-parse-entry): New function, also to be used in
4680 vc-cvs-registered.
4681
4682 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4683
4684 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4685 *or* single-window-frames.
4686
4687 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4688
4689 * vc.el (vc-update-changelog): Split into generic part and default
4690 implementation. Doc string adapted.
4691 (vc-default-update-changelog): New function. Call the `rcs2log'
4692 script in exec-directory, to fix a long-standing nuisance.
4693
4694 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4695 simply signals an error.
4696
4697 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4698
4699 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4700 control-flow more clear and to avoid running `cvs' twice.
4701
4702 * vc.el (vc-next-action-on-file): Doc fix.
4703 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4704 (vc-print-log): Eval `file' before constructing the continuation.
4705
4706 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4707
4708 * vc.el (vc-next-action-on-file): Corrected several messages.
4709 (vc-merge): Add prefix arg `merge-news'; handle it.
4710
4711 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4712 is not reached. It is.
4713 (vc-cvs-merge): Set state to 'edited after merge.
4714 (vc-cvs-merge-news): Set workfile version to nil if not known.
4715 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4716
4717 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4718 via stdout. (Merge from main line.)
4719
4720 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4721
4722 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4723 detection.
4724
4725 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4726
4727 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4728 against kill-all-local-variables.
4729 (vc-log-edit): Don't save vc-parent-buffer any more.
4730 (vc-last-comment-match): Initialize to an empty string.
4731 (vc-post-command-functions): New hook.
4732 (vc-do-command): Run it.
4733 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4734 (vc-finish-logentry): Only add the comment to the ring if it's
4735 different from the last comment entered.
4736 (vc-new-comment-index): New function.
4737 (vc-previous-comment): Use it. Make the minibuffer message
4738 slightly less terse.
4739 (vc-comment-search-reverse): Make it work forward as well. Don't
4740 set vc-comment-ring-index if no match is found. Use
4741 vc-new-comment-index.
4742 (vc-comment-search-forward): Use vc-comment-search-reverse.
4743 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4744 define-derived-mode will do it for us. Bind `v' to a keymap that
4745 inherits from vc-prefix-map so that we can bind `vt' without
4746 binding C-x v t.
4747 (vc-retrieve-snapshot): Parenthesis typo.
4748
4749 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4750 to 1. Make sure to switch to *vc* before looking for an error
4751 message. Use vc-parse-buffer.
4752
4753 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4754
4755 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4756 and NAME.
4757 (vc-retrieve-snapshot): Split into two parts.
4758 (vc-default-retrieve-snapshot): New function.
4759
4760 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4761 (vc-cvs-retrieve-snapshot): New function (untested).
4762 (vc-cvs-stay-local): Default to t.
4763 (vc-cvs-remote-p): New function and property.
4764 (vc-cvs-state): Stay local only if the above is t.
4765 (vc-handle-cvs): Removed.
4766 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4767 done via vc-handled-backends now.
4768 (vc-cvs-header): Escape Id.
4769
4770 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4771
4772 * vc.el (vc-do-command): Remove unused commands.
4773 (vc-version-diff): Make sure default-directory ends with a slash.
4774 Move the window commands into a vc-exec-after.
4775 (vc-print-log): Move more of the code into the `vc-exec-after'.
4776
4777 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4778
4779 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4780 (vc-print-log): Search current revision from beginning of buffer.
4781 (vc-revert-buffer): Clear echo area after the diff is finished.
4782 (vc-prefix-map): Removed definition of "t" for terse display in vc
4783 dired.
4784 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4785 definition of "vt" for terse display.
4786 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4787
4788 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * vc.el (vc-exec-after): Avoid caddr.
4791
4792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4793
4794 * vc.el (vc-exec-after): New function.
4795 (vc-do-command): Use it to add a termination message for async
4796 procs.
4797 (vc-checkout): Try to handle a missing-backend situation.
4798 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4799 of a directory with a backend using async diffs.
4800 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4801 present.
4802
4803 * vc-sccs.el (vc-sccs-state-heuristic): Use
4804 file-ownership-preserved-p.
4805
4806 * vc-rcs.el (vc-rcs-state-heuristic): Use
4807 file-ownership-preserved-p.
4808 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4809
4810 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4811
4812 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4813 vc-do-command.
4814
4815 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4816 when there are no changes.
4817
4818 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4819
4820 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4821
4822 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4823
4824 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4825
4826 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4827
4828 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4829 the `fset' outside of the defvar so that it works even if
4830 vc-prefix-map was already defined.
4831 (vc-setup-buffer): New function, split out of vc-do-command.
4832 (vc-do-command): Allow BUFFER to be t to mean `just use the
4833 current buffer without any fuss'.
4834 (vc-version-diff): Change the `diff' backend operation to just put
4835 the diff in the current buffer without erasing it. Always use
4836 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4837 shrink-window-if-larger-than-buffer.
4838 (vc-print-log): Change the `print-log' backend operation to just
4839 put the log in the current buffer without erasing it. Protect
4840 shrink-window-if-larger-than-buffer.
4841 (vc-update-change-log): Fix setd typo.
4842
4843 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4844 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4845
4846 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4847 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4848 CMP.
4849
4850 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4851 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4852 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4853
4854 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4855
4856 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4857 not possible, use vc-BACKEND-workfile-unchanged-p.
4858 (vc-default-workfile-unchanged-p): New function. Delegates to a
4859 full vc-BACKEND-diff.
4860
4861 * vc-hooks.el (vc-simple-command): Removed.
4862
4863 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4864 instead of vc-simple-command.
4865 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4866 avoid doing a diff when opening a file.
4867 (vc-rcs-state): Added check for unlocked-changes.
4868 (vc-rcs-header): Escape Id.
4869 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4870 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4871 version.
4872
4873 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4874 (vc-sccs-diff): Remove optional arg CMP.
4875 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4876 SCCS-specific function.
4877
4878 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4879 vc-simple-command.
4880
4881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4882
4883 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4884 (with-vc-file, vc-merge): Use vc-editable-p.
4885 (vc-do-command): Remove unused var vc-file and fix the
4886 doubly-defined `status' var. Add a user message when starting an
4887 async command.
4888 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4889 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4890 Use with-current-buffer.
4891 (vc-buffer-sync): Use unless.
4892 (vc-next-action-on-file): If the file is 'edited by read-only,
4893 make it read-write instead of trying to commit.
4894 (vc-version-diff, vc-update-change-log): Use `setq
4895 default-directory' rather than `cd'.
4896 (vc-log-edit): Don't forget to set default-directory in the
4897 buffer.
4898
4899 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4900 (vc-sccs-state-heuristic): Use file-writable-p instead of
4901 comparing userids.
4902 (vc-sccs-checkout): Use `unless'.
4903
4904 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4905 of comparing userids.
4906 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4907 Simplify the logic by eliminating unreachable code.
4908 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4909 just do a recursive call if we need to retry.
4910 (vc-rcs-checkout): Handle the case where rcs is missing by making
4911 the buffer read-write if requested and re-signalling the error.
4912
4913 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4914
4915 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4916
4917 * vc-hooks.el (vc-handled-backends): Docstring change.
4918 (vc-ignore-vc-files): Mark obsolete.
4919 (vc-registered): Check vc-ignore-vc-files.
4920 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4921 vc-ignore-vc-files.
4922
4923 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4924
4925 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4926
4927 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4928 files since ange-ftp already has vc-registered return nil.
4929
4930 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4931 (vc-sccs-workfile-version): Use with-temp-buffer and new
4932 vc-parse-buffer and don't bother setting the property.
4933 (vc-sccs-add-triple): Use with-current-buffer and
4934 find-file-noselect.
4935 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4936
4937 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4938 derives from the old vc-parse-buffer but uses the revision number
4939 rather than the date (much easier to compare robustly).
4940 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4941 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4942 locking-user more directly. Check strict locking and set
4943 checkout-model appropriately.
4944 (vc-rcs-parse-locks): Remove.
4945 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4946 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4947 (vc-rcs-system-release): Use with-current-buffer and
4948 vc-parse-buffer.
4949 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4950
4951 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4952 (vc-simple-command): Docstring fix.
4953 (vc-registered): Align the way the file-handler is called with the
4954 way the function itself works.
4955 (vc-file-owner): Remove.
4956
4957 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4958 extraction of fields and call to file-attributes because of a
4959 temporary bug in rcp.el.
4960 (vc-cvs-fetch-status): Use with-current-buffer.
4961
4962 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * vc.el (vc-do-command): Use file-relative-name.
4965 (vc-responsible-backend): Use vc-backend if possible.
4966 (vc-create-snapshot): Improve the `interactive' spec. Add support
4967 for branches and dispatch to backend-specific `create-snapshot'.
4968 (vc-default-create-snapshot): New function, containing the bulk of
4969 the old vc-create-snapshot.
4970 (vc-retrieve-snapshot): Improve the interactive spec.
4971
4972 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4973 (vc-backend-hook-functions): Remove.
4974 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4975 (vc-backend): Reintroduce the test for `file = nil' now that I
4976 know why it was there (and added a comment to better remember).
4977
4978 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4979 code from vc-sccs-hooks.el.
4980 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4981 'vc anymore.
4982 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4983 and file-directory-p instead of file-exists-p.
4984 (vc-sccs-check-headers): Simplify the regexp.
4985
4986 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4987 from vc-rcs-hooks.el. Don't require 'vc anymore.
4988 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4989 file-directory-p instead of file-exists-p.
4990
4991 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4992 from vc-cvs-hooks.el.
4993 (proto vc-cvs-registered): Require 'vc-cvs instead of
4994 'vc-cvs-hooks. Don't require 'vc anymore.
4995 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4996 file-directory-p instead of file-exists-p.
4997 (vc-cvs-create-snapshot): New function, replacing
4998 vc-cvs-assign-name.
4999 (vc-cvs-assign-name): Remove.
5000
5001 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5002
5003 * vc-cvs.el (vc-cvs-header): New var.
5004
5005 * vc-rcs.el (vc-rcs-exists): Remove.
5006 (vc-rcs-header): New var.
5007
5008 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5009 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5010 (vc-sccs-header): New var.
5011
5012 * vc.el (vc-do-command): Get rid of the `last' argument.
5013 (vc-header-alist): Remove, replaced by vc-X-header.
5014 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5015 (vc-dired-hook): Use expand-file-name instead of concat.
5016 (vc-directory): Use file-name-as-directory.
5017 (vc-snapshot-precondition, vc-create-snapshot)
5018 (vc-retrieve-snapshot): Allow the command to operate on any
5019 directory.
5020
5021 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5022 just removing the 'WORKFILE argument or by removing the 'MASTER
5023 argument and replacing `file' with (vc-name file).
5024
5025 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5026
5027 * vc.el: Update Copyright and add a crude list of backend funs.
5028 (vc-writable-p): New function.
5029 (with-vc-file): Use vc-writable-p.
5030 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5031 (vc-register): Avoid vc-name.
5032 (vc-locking-user): Remove.
5033 (vc-steal-lock): Make the `owner' arg non-optional.
5034 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5035 vc-checkout-model.
5036 (vc-default-dired-state-info): Use vc-state instead of
5037 vc-locking-user and return special strings for special states.
5038 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5039 and get rid of one of the special CVS cases.
5040 (vc-cancel-version): prettify error message with \\[...].
5041 (vc-rename-master): New function.
5042 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5043 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5044 the CVS special case generic.
5045 (vc-default-record-rename): Remove.
5046 (vc-file-tree-walk-internal): Only call FUNC for files that are
5047 under control of some VC backend and replace `concat' with
5048 expand-file-name.
5049 (vc-file-tree-walk): Update docstring.
5050 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5051 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5052
5053 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5054 vc-sccs-record-rename. Use `find-file-noselect' rather than
5055 `find-file' and call `vc-rename-master' to do the actual move.
5056 (vc-sccs-diff): Remove unused `backend' variable.
5057
5058 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5059 to delay loading of vc-sccs until it is really used.
5060 (vc-sccs-master-templates): Preload.
5061 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5062 (vc-sccs-project-dir): Remove (merged into
5063 vc-sccs-search-project-dir).
5064 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5065 rather than `concat', make sure it is preloaded and don't bother
5066 to check that the file actually exists.
5067 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5068 `locks' argument (use buffer's content instead) and eliminate n^2
5069 behavior.
5070
5071 * vc-rcs.el: Update Copyright.
5072 (vc-rcs-rename-file): New function.
5073 (vc-rcs-diff): Remove unused `backend' variable.
5074
5075 * vc-hooks.el: Update Copyright.
5076 (vc-backend): Don't accept a nil argument any more.
5077 (vc-up-to-date-p): Turn into a defsubst.
5078 (vc-possible-master): New function.
5079 (vc-check-master-templates): Use `vc-possible-master' and allow
5080 funs in vc-X-master-templates to return a non-existent file.
5081
5082 * vc-cvs.el: Update Copyright.
5083 (vc-cvs-diff): Remove unused `backend' variable.
5084 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5085
5086 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5087
5088 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5091 since it can be called from vc-rcs.el.
5092 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5093
5094 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5095
5096 * vc.el (vc-version-diff): Expand file name read from the
5097 minibuffer. Handle the case when a previous version number can't
5098 be guessed. Give suitable messages when there were no differences
5099 found.
5100 (vc-clear-headers): Call backend-specific implementation, if one
5101 exists.
5102 (vc-cancel-version): Made error checks generic. When done, clear
5103 headers generically, too.
5104
5105 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5106 from vc-clear-headers in vc.el.
5107
5108 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5109 correctly.
5110 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5111 optional. Handle the case when it's not there.
5112
5113 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5114
5115 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5116
5117 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5118
5119 * vc-hooks.el (vc-loadup): Remove.
5120 (vc-find-backend-function): Use `require'. Also, handle the case
5121 where vc-BACKEND-hooks.el doesn't exist.
5122 (vc-call-backend): Cleanup.
5123
5124 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5125
5126 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5127 vc-rcs-grab-templates)
5128 (vc-rcs-registered): Remove. The default function works as well.
5129 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5130 vc-sccs-grab-templates)
5131 (vc-sccs-registered): Remove. The default function works as well.
5132
5133 * vc.el (vc-version-diff): Left out a vc- in call to
5134 vc-call-backend.
5135 (vc-default-dired-state-info, vc-default-record-rename)
5136 (vc-default-merge-news): Update for the new backend argument.
5137
5138 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5139 using the default function.
5140 (vc-call-backend): If calling the default function, pass it the
5141 backend as first argument. Update the docstring accordingly.
5142 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5143 for the new backend argument.
5144 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5145 (vc-find-backend-function): Use the new name.
5146 (vc-default-registered): New function.
5147
5148 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5149
5150 * vc.el (vc-merge): Use vc-find-backend-function.
5151
5152 * vc-hooks.el (vc-backend-functions): Remove.
5153 (vc-loadup): Don't setup 'vc-functions.
5154 (vc-find-backend-function): New function.
5155 (vc-call-backend): Use above fun and populate 'vc-functions
5156 lazily.
5157 (vc-backend-defines): Remove.
5158
5159 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5160
5161 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5162 Call vc-call-backend without the leading vc-.
5163 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5164 (vc-check-headers): Call vc-call-backend without the leading vc-.
5165 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5166 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5167 Call vc-call-backend without the leading vc-.
5168
5169 * vc-cvs.el (tail): Provide vc-cvs.
5170 * vc-sccs.el (tail): Provide vc-sccs.
5171 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5172
5173 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5174 (vc-make-backend-function, vc-call): Pass names without leading
5175 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5176 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5177 (vc-call-backend): Always try to load vc-X-hooks.
5178 (vc-registered): Remove vc- in call to vc-call-backend.
5179
5180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5181
5182 * vc.el (vc-process-filter): New function.
5183 (vc-do-command): Setup `vc-process-filter' for the async process.
5184 (vc-maybe-resolve-conflicts): New function to reduce
5185 code-duplication. Additionally, it puts the buffer in
5186 `smerge-mode' if applicable.
5187 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5188 calling `merge-news'.
5189 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5190 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5191 interfacing to log-edit.el.
5192 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5193 log-edit is available.
5194 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5195
5196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5197
5198 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5199 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5200 defvar and the initialization.
5201 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5202
5203 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5204 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5205
5206 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5207
5208 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5209
5210 * vc.el (vc-file-clear-masterprops): Removed.
5211 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5212 (vc-version-diff): Use buffer-size without argument.
5213 (vc-register): Heed vc-initial-comment.
5214
5215 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5216 default branch.
5217
5218 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5219 file name and workfile version.
5220 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5221
5222 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5223 vc-file-clear-masterprops.
5224
5225 * vc-sccs.el (vc-sccs-checkout): Removed call to
5226 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5227 rather than user login name.
5228
5229
5230 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5231
5232 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5233 `want-differences-if-changed' and simplify.
5234 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5235 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5236 output (which is invalid for async vc-diff) to decide whether to
5237 do the revert silently or not.
5238
5239 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * vc-hooks.el (vc-loadup): Load files quietly.
5242 (vc-call-backend): Oops, brain fart.
5243
5244 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5245
5246 * vc-cvs.el (vc-cvs-state): Typo.
5247 (vc-cvs-merge-news): Return the status code rather than the error msg.
5248
5249 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5250
5251 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5252 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5253 vc-state or vc-up-to-date-p.
5254 (vc-merge): Use vc-backend-defines to check whether merging is
5255 possible. Set state to 'edited after successful merge.
5256
5257 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5258 return that name. Redocumented.
5259
5260 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5261
5262 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5263 new `vc-state' semantics.
5264 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5265 'vc-locking-user to the current user.
5266 (vc-merge): Inline vc-backend-merge. Comment out code that I
5267 don't understand and hence can't adapt to the new `vc-state' and
5268 `vc-locking-user' semantics.
5269 (vc-backend-merge): Remove.
5270
5271 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5272 rather than 'vc-locking-user.
5273
5274 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5275
5276 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5277 (vc-state): Don't use 'reserved any more. Just use the same
5278 convention as the one used for vc-<backend>-state where the
5279 locking user (as a string) is returned.
5280 (vc-locking-user): Update, based on the above convention. The
5281 'vc-locking-user property has disappeared.
5282 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5283
5284 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5285 with a heuristic one.
5286 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5287 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5288 error. That allows us to get to 'needs-merge even in the
5289 stay-local case. There's still no way to detect 'needs-patch in
5290 such a setup (or to force an update for that matter).
5291 (vc-cvs-logentry-check): Remove, the default works as well.
5292
5293 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5294
5295 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5296
5297 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5298 major-mode in which the buffer might have been put earlier. Use
5299 `remove' and `when'. Allow `okstatus' to be `async' and use
5300 `start-process' in this case.
5301 (vc-version-diff): Handle the case where the diff looks empty
5302 because of the use of an async process.
5303
5304 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5305
5306 * vc.el (vc-next-action-on-file): Removed optional parameter
5307 `simple'. Recompute state unconditionally.
5308 (vc-default-toggle-read-only): Removed.
5309
5310 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5311 (vc-toggle-read-only): Undid prev change.
5312
5313 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5314 vc-cvs-simple-toggle. Redocumented.
5315 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5316 (vc-cvs-toggle-read-only): Removed.
5317
5318 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5319
5320 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5321 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5322 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5323 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5324 still is. So maybe it should be removed.
5325 (vc-head-version, vc-find-binary): Remove.
5326 (vc-recompute-state): Move from vc-hooks.el.
5327 (vc-next-action-on-file): Add a `simple' argument to allow
5328 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5329 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5330 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5331 (vc-dired-mode-map): Properly defvar it.
5332 (vc-print-log): Call log-view-mode if available.
5333 (small-temporary-file-directory): defvar instead of use boundp.
5334 (vc-merge-news): Moved to vc-cvs.el.
5335 (vc-default-merge-news): New function.
5336
5337 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5338 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5339 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5340 unknown `vc-latest-version' function. It should probably refer to
5341 vc-workfile-version or somesuch, but it's very unclear to me and I
5342 don't have SCCS to test things.
5343
5344 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5345 (vc-sccs-state-heuristic): Fix typo.
5346 (vc-sccs-workfile-unchanged-p): Add missing argument.
5347
5348 * vc-rcs.el: Require vc and vc-rcs-hooks.
5349 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5350 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5351 (vc-release-greater-or-equal-p): Move from vc.
5352 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5353 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5354 (vc-rcs-checkout): Add a missing `new-version' argument in the
5355 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5356
5357 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5358 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5359 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5360 than the apparently unbound `workfile-version'.
5361
5362 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5363 (vc-file-prop-obarray): Use `make-vector'.
5364 (vc-backend-functions): Add new hookable functions
5365 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5366 (vc-loadup): If neither backend nor default functions exist, use
5367 the backend function rather than nil.
5368 (vc-call-backend): If the function if not bound yet, try to load
5369 the non-hook file to see if it provides it.
5370 (vc-call): New macro plus use it wherever possible.
5371 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5372 nor `vc-find-binary' since it's only called from
5373 vc-mistrust-permission which is only used once the backend is known.
5374 (vc-checkout-model): Fix parenthesis.
5375 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5376
5377 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5378 (vc-cvs-release, vc-cvs-system-release): Remove.
5379 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5380 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5381 status symbols.
5382 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5383 (vc-cvs-toggle-read-only): First cut at a function to allow a
5384 cvs-status-free vc-toggle-read-only.
5385 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5386 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5387 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5388 (vc-cvs-checkout): Modify access rights directly if the user
5389 requested not to use `cvs edit'. And refresh the mode line.
5390
5391 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5392 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5393
5394 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5395
5396 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5397 workfile' that got lost when the code was extracted from vc.el.
5398 And merged the tail with the rest of the code (not possible in the
5399 old vc.el where the tail was shared among all backends). And
5400 explicitly set the state to 'edited if `writable' is set.
5401
5402 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5403 (vc-cvs-state): Be careful to return the value from
5404 vc-cvs-parse-state.
5405 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5406 property but return it instead. Also be careful to handle a nil
5407 or "" `rev' when workfile is non-nil (it was handled properly when
5408 workfile was nil).
5409
5410 * vc.el: Removed those pesky unnecessary `(function' quotes.
5411 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5412 directly in the defvar.
5413 (vc-do-command): Bind inhibit-read-only so as to properly handle
5414 the case where the destination buffer has been made read-only.
5415 (vc-diff): Delegate to vc-version-diff in all cases.
5416 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5417 (vc-annotate-mode-variables): Removed (code moved partly to
5418 defvars and partly to vc-annotate-add-menu).
5419 (vc-annotate-mode): Turned into a derived-mode.
5420 (vc-annotate-add-menu): Moved in code in
5421 vc-annotate-mode-variables.
5422 (vc-update-change-log): Use make-temp-file if available.
5423
5424 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5425
5426 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5427 `vc-checkout-model' updated to `vc-cvs-update-model'.
5428
5429 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5430
5431 * vc.el (vc-next-action-on-file): Added handling of state
5432 `unlocked-changes'.
5433 (vc-checkout-carefully): Is now practically obsolete, unless the
5434 above is too slow to be enabled unconditionally.
5435 (vc-update-change-log): Fixed typo.
5436
5437 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5438
5439 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5440 Now handles state `unlocked-changes'.
5441 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5442
5443 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5444
5445 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5446 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5447 `unlocked-changes'.
5448 (vc-rcs-workfile-unchanged-p): Renamed from
5449 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5450 function yet, but supposed to become one soon.
5451
5452 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5453 `vc-steal-lock'.
5454 (vc-call-backend): Changed error message.
5455 (vc-state): Added description of state `unlocked-changes'.
5456
5457 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5458
5459 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5460 always return t in CVS-controlled directories.
5461
5462 * vc.el (vc-responsible-backend): New function.
5463 (vc-register): Largely rewritten.
5464 (vc-admin): Removed (implementation moved into vc-register).
5465 (vc-checkin): Redocumented.
5466 (vc-finish-logentry): If no backend defined yet (because we are in
5467 the process of registering), use the responsible backend.
5468
5469 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5470 Updated function lists.
5471 (vc-call-backend): Fixed typo.
5472
5473 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5474 New functions.
5475 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5476 Removed query option. Redocumented.
5477
5478 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5479
5480 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5481
5482 * vc.el: Updated callers of `vc-checkout-required' to use
5483 `vc-checkout-model'.
5484
5485 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5486
5487 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5488 stuff updated to reference this function instead of the old
5489 `vc-backend-release-p'.
5490
5491 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5492
5493 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5494 vc-checkout-model. Return appropriate values. Updated callers.
5495
5496 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5497
5498 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5499 (vc-backend-revert): Function moved into `vc-revert';
5500 `vc-next-action' must be updated to accomodate this change.
5501 (vc-backend-steal): Function moved into `vc-finish-steal'.
5502 (vc-backend-logentry-check): Function moved into
5503 `vc-finish-logentry'.
5504 (vc-backend-printlog): Function moved into `vc-print-log'.
5505 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5506 (vc-backend-assign-name): Function moved into
5507 `vc-create-snapshot'.
5508
5509 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5510
5511 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5512 Rename to vc-checkout-model. Return appropriate values.
5513 Update callers.
5514
5515 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5516 to vc-checkout-model.
5517 (vc-checkout-required): Rename to vc-checkout-model.
5518 Re-implement and re-comment.
5519 (vc-after-save): Use vc-checkout-model.
5520
5521 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5522
5523 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5524 Update to use the vc-BACKEND-diff functions instead.
5525 `vc-diff' is now working.
5526
5527 * vc-rcs.el (vc-rcs-logentry-check): New function.
5528
5529 * vc-cvs.el (vc-cvs-logentry-check): New function.
5530
5531 * vc-sccs.el (vc-sccs-diff): Function changed name from
5532 `vc-backend-diff'. This makes `vc-diff' work.
5533
5534 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5535 of functions possibly implemented in a vc-BACKEND library.
5536 (vc-checkout-required): Fix bug that caused an error to be
5537 signaled during `vc-after-save'.
5538
5539 * vc.el: Fix typo.
5540 This checkin is made with our new VC code base for the very first time.
5541 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5542
5543 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5544 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5545
5546 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5547 updated to `vc-uses-locking'.
5548 (vc-checkout-required): Call to backend function.
5549 `vc-checkout-required' updated to `vc-uses-locking' instead.
5550
5551 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5552 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5553
5554 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5555 to match the split into various backends.
5556 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5557 (vc-retrieve-snapshot): Bug fix.
5558
5559 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5560
5561 * vc-sccs.el (vc-sccs-release): Doc fix.
5562
5563 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5564
5565 * vc.el (vc-next-action-on-file): Bug found and fixed.
5566 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5567 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5568
5569 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5570 (vc-rcs-checkout): Name space cleaned up. No more revision number
5571 crunching function names that are not prefixed with vc-rcs.
5572 (vc-rcs-checkout-model): Function added. References to
5573 `vc-checkout-model' replaced.
5574
5575 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5576
5577 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5578 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5579 still need to be split, and implemented for RCS).
5580
5581 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5582
5583 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5584
5585 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5586 required by the vc.el file.
5587
5588 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5589 required by the vc.el file.
5590 (vc-rcs-exists): Function added.
5591
5592 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5593 required by the vc.el file.
5594
5595 * vc.el (vc-admin): Updated to handle selection of appropriate
5596 backend. Current implementation is crufty and need re-thinking.
5597
5598 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5599
5600 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5601
5602 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5603 beginning of annotate buffers correctly.
5604
5605 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5606 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5607 functionality updated quite a lot to support multiple backends.
5608 Variables `vc-annotate-mode', `vc-annotate-buffers',
5609 `vc-annotate-backend' added.
5610
5611 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5612 `vc-annotate-difference' added to supported backend functions.
5613
5614 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5615
5616 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5617 Use with-temp-file instead of /bin/sh. Merged from mainline
5618
5619 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5620
5621 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5622
5623 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5624
5625 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5626
5627 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5628
5629 * vc-hooks.el: vc-state-heuristic added to
5630 vc-backend-hook-functions.
5631
5632 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5633
5634 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5635
5636 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5637 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5638 state to `reserved'.
5639
5640 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5641 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5642
5643 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5644
5645 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5646 untouched.
5647
5648 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5649
5650 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5651 if defined. (Merged from main line, slightly adapted.)
5652
5653 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5654 millenium problem (merged from mainline).
5655
5656 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5657
5658 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5659 part and moved the non-BACKEND stuff to vc.el.
5660
5661 * vc.el: Split the annotate feature into a BACKEND specific part
5662 and moved it from the vc-cvs.el file to this one.
5663
5664 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5665
5666 * vc-hooks.el: Implement new state model.
5667 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5668 (vc-locking-user): Simplify. Now only needed if the file is
5669 locked by somebody else.
5670 (vc-lock-from-permissions): Remove. Functionality is in
5671 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5672 (vc-mode-line-string): New name for former vc-status. Adapted.
5673 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5674
5675 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5676 Various simplifications and adaptations all over the place.
5677
5678 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5679 Simplify and adapt the rest.
5680
5681 * vc.el (vc-resynch-window): Add TODO comment: check for
5682 interaction with view mode according to recent RCS change.
5683 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5684
5685 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5686
5687 * vc.el: Convert the remaining function comments to docstrings.
5688
5689 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5690
5691 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5692 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5693 (vc-minor-part, vc-previous-version): Functions that operate and
5694 compare revision numbers got proper documentation. Comments added
5695 about their possible removal.
5696
5697 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5698
5699 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5700 the vc-backend.el files.
5701
5702 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5703
5704 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5705 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5706 (vc-rcs-previous-version): Functions added.
5707
5708 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5709
5710 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5711
5712 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5713
5714 * vc-hooks.el (vc-master-templates): Is really obsolete.
5715 Comment out the definition for now. What is the right procedure
5716 to get rid of it?
5717 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5718 rewritten.
5719 (vc-default-registered): Remove.
5720 (vc-check-master-templates): New function; does mostly what the
5721 above did before.
5722 (vc-locking-user): Don't rely on the backend to set the property.
5723
5724 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5725 Rewrite documentation.
5726 (vc-rcs-templates-grabbed): New variable.
5727 (vc-rcs-grab-templates): New function.
5728 (vc-rcs-registered): Rewrite to use above mechanism.
5729
5730 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5731 Rewrite documentation.
5732 (vc-sccs-templates-grabbed): New variable.
5733 (vc-sccs-grab-templates): New function.
5734 (vc-sccs-registered): Rewrite to use above mechanism.
5735 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5736 Don't throw the result, simply return it.
5737
5738 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5739 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5740 (vc-cvs-registered): Does the check itself now. Simplify.
5741
5742 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5743 from main line.
5744
5745 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5746
5747 * vc-cvs.el (vc-cvs-diff): New function.
5748
5749 * vc-sccs.el (vc-sccs-diff): New function.
5750
5751 * vc-rcs.el (vc-rcs-diff): New function.
5752 (vc-rcs-checkout): Bug (typo) found and fixed.
5753 (vc-rcs-register-switches): New variable.
5754
5755 * vc.el (vc-backend-diff): Function removed and placed in the
5756 backend files.
5757
5758 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5759
5760 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5761
5762 * vc.el (vc-backend-checkout): Function removed and replaced in
5763 the vc-backend.el files.
5764
5765 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5766
5767 * vc.el (vc-backend-admin): Removed and replaced in the
5768 vc-backend.el files.
5769
5770 * vc.el (Martin): Removed all the annotate functionality since it
5771 is CVS backend specific.
5772
5773 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5774
5775 * spec.txt: Added specification of vc-state.
5776
5777 * vc-sccs-hooks.el (vc-sccs-master-properties):
5778 Remove handling of vc-latest-version and
5779 vc-your-latest-version. What used to be vc-latest-version, is now
5780 returned as vc-workfile-version.
5781 (vc-sccs-workfile-version): Adapt.
5782
5783 2000-09-04 Dave Love <fx@gnu.org>
5784
5785 * vc.el: [Merged from mainline.]
5786 (vc-dired-mode): Make the dired-move-to-filename-regexp
5787 regexp match the date, to avoid treating date as file size.
5788 Add YYYY S option to WESTERN/
5789
5790 2000-09-04 Dave Love <fx@gnu.org>
5791
5792 * vc.el: Require `compile' when compiling.
5793 (vc-logentry-check-hook): New option.
5794 (vc-steal-lock): Use compose-mail.
5795 (vc-dired-mode-map): Defvar when compiling.
5796 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5797 vc-sccs.el and renamed. Callers changed.
5798 (vc-backend-checkout, vc-backend-logentry-check)
5799 (vc-backend-merge-news): Doc fix.
5800 (vc-default-logentry-check): New function.
5801 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5802 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5803 (vc-backend-merge): Doc fix. Use backend functions.
5804 (vc-check-headers): Use backend functions.
5805
5806 * vc-cvs.el: Require vc when compiling.
5807 (vc-cvs-register-switches): Doc fix.
5808 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5809 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5810 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5811 New functions (code from vc.el).
5812 (vc-annotate-display-default): Fix interactive spec.
5813 (vc-annotate-time-span): Doc fix.
5814
5815 * vc-rcs.el: Require vc when compiling.
5816 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5817 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5818 (vc-rcs-checkin): New functions (code from vc.el).
5819 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5820 Doc fix.
5821 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5822
5823 * vc-sccs.el: Require vc when compiling.
5824 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5825 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5826 (vc-sccs-revert)
5827 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5828 from vc.el).
5829 (vc-sccs-add-triple, vc-sccs-record-rename)
5830 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5831 (vc-sccs-admin): Doc fix.
5832
5833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5834
5835 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5836 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5837 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5838 from vc.el.
5839
5840 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5841
5842 * vc-cvs.el: Moved the annotate functionality from vc.el.
5843 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5844
5845 2000-09-04 Dave Love <fx@gnu.org>
5846
5847 * vc.el (vc-backend-release): Call vc-system-release.
5848
5849 * vc-sccs.el (vc-sccs-system-release):
5850 Renamed from vc-sccs-backend-release.
5851
5852 * vc-rcs.el (vc-rcs-system-release):
5853 Renamed from vc-rcs-backend-release.
5854
5855 * vc-cvs.el (vc-cvs-system-release):
5856 Renamed from vc-cvs-backend-release.
5857
5858 2000-09-04 Dave Love <fx@gnu.org>
5859
5860 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5861 backend files.
5862 (vc-backend-release): Dispatch to backend functions.
5863 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5864 probably needs attention.]
5865
5866 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5867 (vc-sccs-backend-release): New function.
5868
5869 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5870 (vc-cvs-backend-release): New function.
5871
5872 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5873 Doc fix.
5874 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5875 (vc-default-dired-state-info): New function.
5876 (vc-dired-state-info): Dispatch to backends.
5877 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5878
5879 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5880 from vc.el and renamed.
5881
5882 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5883
5884 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5885 (vc-version-other-window, vc-backend-assign-name): Removed
5886 references to vc-latest-version; sometimes changed into
5887 vc-workfile-version.
5888
5889 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5890 vc-rcs-master-workfile-version.
5891 (vc-rcs-workfile-version): Use the above. Don't call
5892 vc-latest-version (that was unreachable code, anyway).
5893 (vc-rcs-fetch-master-properties): Doc fix.
5894
5895 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5896 (vc-backend-hook-functions): Removed them from this list, too.
5897 (vc-fetch-properties): Removed.
5898 (vc-workfile-version): Doc fix.
5899
5900 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5901 (vc-rcs-workfile-version, vc-rcs-locking-user)
5902 (vc-rcs-uses-locking): Use it.
5903
5904 * vc-hooks.el (vc-consult-rcs-headers):
5905 Moved into vc-rcs-hooks.el, under the name
5906 vc-rcs-consult-headers.
5907
5908 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5909 headers.
5910 (vc-cvs-find-master): Use this name only; correct different
5911 versions of the name.
5912
5913 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5914 New functions.
5915 (vc-sccs-locking-user): Use the latter.
5916
5917 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5918 New functions.
5919
5920 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5921 Moved into both
5922 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5923 functions are implementation details of those two backends.
5924
5925 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5926
5927 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5928 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5929
5930 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5931 (vc-sccs-parse-locks): SCCS-specific code moved here from
5932 vc-hooks.
5933
5934 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5935 code moved here from vc-hooks.
5936
5937 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5938 into back-end specific parts and removed. Callers not updated
5939 yet; because I guess these callers will disappear into back-end
5940 specific files anyway.
5941
5942 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5943
5944 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5945 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5946 `vc-uses-locking'.
5947
5948 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5949 Store yes/no in the property, and return t/nil. Updated all
5950 callers.
5951
5952 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5953 vc-sccs-uses-locking. Don't set property.
5954 (vc-sccs-locking-user): Don't set property.
5955
5956 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5957 vc-cvs-uses-locking. Don't set property here; leave that to
5958 vc-hooks.
5959 (vc-cvs-locking-user): Reflect above change. Streamlined.
5960
5961 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5962 vc-rcs-uses-locking.
5963 (vc-rcs-locking-user): Reflect above change.
5964
5965 2000-09-04 Dave Love <fx@gnu.org>
5966
5967 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5968
5969 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5970
5971 * vc-hooks.el (vc-checkout-model): Punt to backends.
5972
5973 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5974
5975 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5976
5977 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5978 New functions.
5979
5980 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5981 New functions.
5982
5983 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5984 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5985
5986 * vc-hooks.el (vc-default-locking-user): New function.
5987 (vc-locking-user, vc-workfile-version): Punt to backends.
5988
5989 2000-09-04 Dave Love <fx@gnu.org>
5990
5991 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5992 (vc-master-workfile-version): Moved from vc-hooks.
5993
5994 * vc-rcs-hooks.el: Fix duplicate code in last change.
5995
5996 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5997 (vc-rcs-master-templates): Improve :type.
5998 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5999 vc-master-workfile-version): Moved from vc-hooks.
6000
6001 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6002 (vc-sccs-master-templates): Improve :type.
6003 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6004
6005 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6006
6007 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6008 (vc-cvs-master-templates): Improve :type. Use
6009 vc-cvs-find-cvs-master.
6010 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6011 from vc-hooks.
6012 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6013
6014 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6015 Moved to vc-cvs-hooks.
6016
6017 * vc-hooks.el: Add doc strings in various places. Simplify the
6018 minor mode setup.
6019 (vc-handled-backends): New user variable.
6020 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6021 simplification.
6022
6023 2000-09-04 Dave Love <fx@gnu.org>
6024
6025 * vc.el: Some doc fixes for autoloaded and interactive functions.
6026 Fix compilation warnings from ediff stuff.
6027 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6028
6029 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6030
6031 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6032
6033 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6034
6035 2000-09-04 Dave Love <fx@gnu.org>
6036
6037 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6038 New variable.
6039 (vc-make-backend-function, vc-loadup, vc-call-backend)
6040 (vc-backend-defines): New functions.
6041
6042 * vc-hooks.el: Various doc fixes.
6043 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6044 (vc-match-substring): Function removed. Callers changed to use
6045 match-string.
6046 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6047 Simplify.
6048
6049 2000-09-04 Dave Love <fx@gnu.org>
6050
6051 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6052 type.
6053 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6054 (vc-sccs-registered): Doc fix.
6055
6056 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6057 (vc-cvs-registered): Doc fix.
6058
6059 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6060 (vc-rcs-registered): Doc fix.
6061
6062 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6063
6064 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6065
6066 * vc-hooks.el: vc-registered has been renamed
6067 vc-default-registered. Some functions have been moved to the
6068 backend specific files. they all support the
6069 vc-BACKEND-registered functions.
6070
6071 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6072
6073 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6074
6075 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6076
6077 2000-09-04 Dave Love <fx@gnu.org>
6078
6079 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6080 menu-bar-update-hook.
6081
6082 * help.el (help-manyarg-func-alist): Add
6083 find-operation-coding-system.
6084
6085 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6086
6087 * custom.el (custom-set-variables): Print message about errors in
6088 setting.
6089
6090 2000-09-03 Andrew Innes <andrewi@gnu.org>
6091
6092 * makefile.w32-in: Change to DOS line endings.
6093
6094 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6095
6096 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6097 minor-mode keymaps, if they don't have one.
6098
6099 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * eshell/esh-module.el (eval-when-compile): Don't lose if
6102 esh-module.el's file name is truncated to DOS 8+3 limits.
6103
6104 2000-09-01 John Wiegley <johnw@gnu.org>
6105
6106 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6107 predicate, which caused entries in the completion list to be
6108 doubled.
6109
6110 2000-08-30 John Wiegley <johnw@gnu.org>
6111
6112 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6113 sending to subprocesses. Also, hook pre-command-hook if
6114 `eshell-send-direct-to-subprocesses' is non-nil.
6115 (eshell-send-direct-to-subprocesses): New config variable. If t,
6116 subprocess input is send immediately.
6117 (eshell-toggle-direct-send): New function.
6118 (eshell-self-insert-command): New function.
6119 (eshell-intercept-commands): New function.
6120 (eshell-send-input): If direct subprocess sending is enabled,
6121 don't echo any input to the Eshell buffer. Let the subprocess
6122 handle that. This requires "stty echo" in bash, for example.
6123
6124 2000-08-28 John Wiegley <johnw@gnu.org>
6125
6126 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6127 completion function for Eshell's implementation of `unset'.
6128
6129 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6130
6131 * info.el (Info-directory-list): Doc fix.
6132
6133 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6134
6135 * filecache.el (file-cache-add-directory-using-find): Don't quote
6136 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6137
6138 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6139
6140 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6141 coding systems.
6142
6143 2000-08-30 Andrew Innes <andrewi@gnu.org>
6144
6145 * timer.el (run-with-idle-timer): Undo last change, so that timer
6146 is not activated immediately if Emacs is already idle. Some
6147 existing code relies on this behaviour.
6148
6149 2000-08-30 Miles Bader <miles@gnu.org>
6150
6151 * frame.el (set-frame-font): Do completion of font-name for
6152 interactive use.
6153
6154 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6155
6156 * international/quail.el (quail-start-translation): Bind locally
6157 last-command-event, last-command, and this-command.
6158 (quail-start-conversion): Likewise.
6159 (quail-self-insert-command): Fix docstring.
6160
6161 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6162
6163 * progmodes/executable.el
6164 (executable-make-buffer-file-executable-if-script-p): Check that
6165 buffer contains at least 2 characters.
6166
6167 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6168
6169 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6170
6171 2000-08-29 Dave Love <fx@gnu.org>
6172
6173 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6174 (diff-mode-shared-map): Bind mouse-2.
6175 (diff-imenu-generic-expression): New variable.
6176 (diff-mode): Use it.
6177
6178 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6179 (mouse-popup-menubar): Add minor mode menus.
6180 (popup-menu): Check for lookup-key returning number.
6181
6182 2000-08-29 Miles Bader <miles@gnu.org>
6183
6184 * comint.el (comint-send-input): Create overlays using the proper
6185 front/read-advance arguments.
6186
6187 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6188
6189 * ps-print.el: Even/odd pages printing. Doc fix.
6190 (ps-print-version): New version number (6.0).
6191 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6192 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6193 (ps-print-duplex-feature): Variable eliminated.
6194 (ps-even-or-odd-pages): New variable.
6195
6196 * progmodes/ebnf2ps.el: Doc fix.
6197 (ebnf-version): New version (3.3).
6198 (ebnf-user-arrow): Change variable customization to sexp.
6199 (ebnf-user-arrow): Function eliminated.
6200 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6201
6202 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6203
6204 * help.el (help-xref-mule-regexp): New variable.
6205 (help-make-xrefs): Handle help-xref-mule-regexp.
6206
6207 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6208 variable.
6209 (describe-input-method): Temporarily activate the specfied input
6210 method to display the information.
6211 (describe-language-environment): Hyperlinks to mule related items.
6212
6213 * international/mule-diag.el (charset-multibyte-form-string): New
6214 function.
6215 (list-character-sets-1): Use charset-multibyte-form-string.
6216 (describe-character-set): New function.
6217 (describe-coding-system): Hyperlinks to safe character sets.
6218
6219 * international/quail.el (quail-help): New arg PACKAGE.
6220 Hyperlinks to mule related items.
6221 (quail-help-insert-keymap-description): Use
6222 substitute-command-keys instead of describe-bindings.
6223 (quail-translation-help): Hyperlinks to mule related items.
6224
6225 2000-08-28 John Wiegley <johnw@gnu.org>
6226
6227 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6228 have a defsubst call itself. Made `eshell-flatten-list' back into
6229 a function again.
6230
6231 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6232 catch, in case re-centering point at bottom messes up the display.
6233 This happens frequently in Emacs 21, due I believe to variable
6234 line heights.
6235
6236 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6237 to call `find-tag-interactive'.
6238
6239 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6240 the list of remember directories.
6241
6242 2000-08-28 John Wiegley <johnw@gnu.org>
6243
6244 * align.el: Test align-region-separate to see if it's a symbol.
6245
6246 2000-08-28 John Wiegley <johnw@gnu.org>
6247
6248 * eshell/esh-util.el (eshell-flatten-list): Made this function
6249 into a defsubst form. It gets used very frequently, although
6250 calls don't occur all that often.
6251
6252 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6253 examining it.
6254
6255 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6256 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6257 `eshell-protect'.
6258 (eshell-copy-handles): Created a new macro for duplicating the
6259 current set of open handles. This is needed by the looping
6260 functions.
6261 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6262 is not incorrectly stomped on.
6263
6264 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6265 declaration for pcomplete-use-paring.
6266 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6267 value of eshell-cmpl-use-paring.
6268 * pcomplete.el (pcomplete-use-paring): New config variable, to
6269 indicate whether paring should be used.
6270 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6271 completion alternatives that have already been used.
6272
6273 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6274 bound to C-c C-y, which will repeat the previous N arguments
6275 (based on prefix argument).
6276 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6277
6278 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6279 if there is no *Help* buffer. This is for XEmacs, which renames
6280 its help buffers uniquely. TODO: Find out what the current buffer
6281 name to delete is.
6282
6283 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6284 first entry that correlates to a passwd/group number. Later
6285 entries (used for group/user name aliasing to multiple IDs) are
6286 ignored.
6287
6288 * eshell/em-xtra.el (eshell/expr):
6289 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6290 (eshell-grep, eshell/diff, eshell/locate):
6291 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6292 argument list, before passing it to the system command.
6293
6294 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6295 `find-tag' for use at final position in Eshell buffers (which
6296 otherwise triggers an error on Emacs 21).
6297 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6298 buffer, if it is currently bound to `find-tag'.
6299
6300 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6301 in the list of matched Makefile names.
6302 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6303 directory, prefer its contents to Makefile.
6304
6305 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6306 directory parts (like "cd old new", or "cd =regexp"), are now case
6307 sensitive on non-Windows/DOS platforms.
6308
6309 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6310 types RET after an open delimiter (like "), display a message
6311 indicating that Eshell is waiting for the closing delimiter.
6312
6313 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6314 environment variables.
6315
6316 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6317 gracefully if the user enters incorrect arguments.
6318
6319 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6320 Eshell buffers.
6321
6322 * eshell/esh-var.el (eshell-interpolate-variable):
6323 * eshell/esh-mode.el (eshell-move-argument):
6324 * eshell/em-unix.el (eshell-du-sum-directory):
6325 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6326 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6327 (not (= ...)).
6328
6329 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6330 to ensure the `preserve' flag gets propagated when doing recursive
6331 directory copies.
6332
6333 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6334
6335 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6336 Don't convert \n into \0177 in memory.
6337 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6338 and back again, when reading and writing.
6339
6340 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6341
6342 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6343 testing of `fboundp' on `processp'.
6344
6345 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6346 (eshell/jobs): Don't call process-list if it is not bound.
6347 (eshell-gather-process-output): Support systems where async
6348 subprocesses aren't supported.
6349 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6350 variables.
6351
6352 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6353 eshell-do-eval returns t.
6354 (eshell-do-pipelines-synchronously): New defmacro.
6355 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6356 when async subprocesses aren't supported.
6357 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6358 if async subprocesses aren't supported.
6359 (eshell-resume-command): Don't assume STATUS is a string.
6360
6361 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6362
6363 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6364 (eshell-close-target, eshell-get-target): Use eshell-processp.
6365 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6366 fix.
6367 (eshell-get-target, eshell-create-handles): Doc fix.
6368
6369 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6370
6371 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6372 criterion to include commands that output something, as long as it
6373 leaves both the command and the end-of-buffer visible when the
6374 command has exited.
6375 (eshell-review-quick-commands): Adjust the help doc string
6376 accordingly.
6377
6378 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6379
6380 * locate.el (locate): Cleaned up locate command's interactive prompting
6381 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6382
6383 * filecache.el (file-cache-case-fold-search): New variable
6384 (file-cache-assoc-function): New variable
6385 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6386 Use file-cache-case-fold-search variable
6387 (file-cache-add-file): Use file-cache-assoc-function
6388 (file-cache-delete-file): likewise
6389 (file-cache-directory-name): likewise
6390 (file-cache-debug-read-from-minibuffer): likewise
6391
6392 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6393
6394 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6395 (abbrev-table-name): New function.
6396 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6397 If non-nil list local abbrev, only.
6398
6399 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6400
6401 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6402 from Gnus support code, and use special article copy buffer
6403 `(gnus-original-article-buffer)' instead. This allows to get rid
6404 of article-hide-headers usage (which breaks in the latest Gnus
6405 version). Thanks to Detlev Zundel.
6406
6407 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6408
6409 * international/quail.el (quail-use-package): Hide "... loaded"
6410 message.
6411 (quail-start-translation, quail-start-conversion): Likewise.
6412
6413 * international/kkc.el (kkc-region): Hide "... loaded" message.
6414
6415 2000-08-27 Dave Love <fx@gnu.org>
6416
6417 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6418
6419 2000-08-27 Miles Bader <miles@gnu.org>
6420
6421 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6422
6423 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6424
6425 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6426 'ja-dic-cnv), not (require 'skkdic-cnv).
6427
6428 2000-08-26 Miles Bader <miles@gnu.org>
6429
6430 * faces.el (face-x-resources): Add entry for :inherit.
6431 * cus-face.el (custom-face-attributes): Add support for :inherit
6432 attribute. Add support for relative face heights.
6433 (custom-face-attributes-get): Treat `nil' as being a default value
6434 for :inherit (as well as `unspecified').
6435
6436 * faces.el (set-face-attribute): Update doc string.
6437 (face-attribute-name-alist): Add :inherit.
6438 (face-valid-attribute-values): Handle :inherit.
6439 (face-read-string): Rephrase prompt to be less confusing.
6440 Assume that DEFAULT is a string, since we must return a string.
6441 (face-read-integer): Use `format' to turn DEFAULT into an
6442 acceptable default for face-read-string. Match NEW-VALUE against
6443 the string "unspecified", not the symbol `unspecified', since
6444 that's what face-read-string returns.
6445 (read-face-attribute): Lookup a name for old-value in valid, and
6446 use it as a default if we find one. Treat all values from
6447 face-read-string as strings. If the default is used, don't do any
6448 more processing on the value, just use the old value directly.
6449 (read-face-and-attribute, modify-face): Tweak prompt.
6450 (read-face-name): Don't assume prompt ends with a space.
6451
6452 * faces.el (describe-face): Add support for :inherit attribute.
6453
6454 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6455
6456 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6457 concat doesn't accept interger.
6458
6459 * international/kkc.el: Remove SKK from Keywords. Require
6460 ja-dic-utl instead of skkdic-utl.
6461
6462 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6463 Provide ja-dic-cnv instead of skkdic-cnv.
6464 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6465 (iso-2022-7bit-short): Add safe-charsets property.
6466 (skkdic-convert-postfix): Search Japanese chou-on character in
6467 addition to Hiragana character.
6468 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6469 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6470 (batch-skkdic-convert): Likewise.
6471
6472 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6473 Provide ja-dic-utl instead of skkdic-utl.
6474 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6475
6476 2000-08-24 Dave Love <fx@gnu.org>
6477
6478 * disp-table.el (standard-display-default): Make the test of `l'
6479 useful.
6480
6481 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6482 mod sample text.
6483
6484 * international/iso-ascii.el: Make pilcrow convenient string
6485 consistent with section.
6486 (iso-ascii-display): Set up multibyte characters as well as
6487 unibyte.
6488
6489 2000-08-24 Kenichi Handa <handa@etl.go.jp>
6490
6491 * international/mule-cmds.el (reset-language-environment): Set
6492 default-process-coding-system to '(undecided . iso-latin-1), which
6493 makes process I/O almost consistent with file I/O. Call this
6494 function when mule-cmds.el[c] is loaded.
6495
6496 2000-08-22 Andrew Innes <andrewi@gnu.org>
6497
6498 * makefile.w32-in: New file.
6499
6500 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6501
6502 * comint.el (comint-output-filter): Compare end of
6503 comint-last-output-overlay with the start of the newly inserted
6504 text, not the end, when deciding whether to extend it.
6505 Set saved-point's insertion type to advance after insertion.
6506
6507 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6508 since this is now done independently of font-lock mode.
6509
6510 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6511
6512 * server.el (server-kill-new-buffers): New user option.
6513 (server-existing-buffer): New buffer-local variable.
6514 (server-visit-files): When using an existing buffer, set
6515 server-existing-buffer to t.
6516 (server-buffer-done): If server-kill-new-buffers is t, kill the
6517 buffer, unless it was already present before visiting it with
6518 Emacs server.
6519
6520 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6521
6522 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6523 even if the display doesn't support colors: some displays will
6524 support bold/underline faces.
6525
6526 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6527
6528 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6529
6530 * startup.el (command-line): If user's init file had an error,
6531 add explanatory text to *Messages*.
6532
6533 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6534
6535 * man.el (Man-getpage-in-background): Decode the process output by
6536 the system locale coding system.
6537
6538 2000-08-20 Dave Love <fx@gnu.org>
6539
6540 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6541 Don't test x-popup-menu.
6542 (function) <complete-function>: Complete only fbound symbols.
6543 <validate, value>: New.
6544 (variable) <complete-function>: Complete only bound symbols.
6545 (coding-system): Add :base-only, :complete-function, :validate,
6546 :value, :prompt-match.
6547 (widget-coding-system-prompt-value): Use read-coding-system and
6548 act on :base-only.
6549 (editable-field): Add :help-echo.
6550 (widget-push-button-gui, widget-push-button-cache)
6551 (widget-gui-action, widget-editable-list-gui): COmment out, along
6552 with uses.
6553 (widget-at): Make arg optional.
6554 (widget-echo-help): Adjust for current help-echo calling sequence.
6555 (widget-specify-field, widget-specify-button)
6556 (widget-specify-insert, widget-get-sibling, widget-image-find)
6557 (widget-convert, widget-insert, widget-leave-text)
6558 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6559 (widget-setup, widget-field-find, widget-before-change)
6560 (widget-after-change, widget-default-complete)
6561 (widget-default-create, widget-default-delete)
6562 (widget-push-button-value-create, editable-field)
6563 (widget-field-prompt-value, widget-field-validate)
6564 (widget-choice-value-create, widget-choice-action)
6565 (widget-choice-validate, widget-checklist-add-item)
6566 (widget-radio-add-item, widget-radio-chosen)
6567 (widget-radio-value-inline, widget-editable-list-value-create)
6568 (widget-editable-list-entry-create)
6569 (widget-documentation-link-add)
6570 (widget-documentation-string-value-create)
6571 (widget-regexp-validate, widget-file-complete)
6572 (widget-sexp-validate, widget-plist-convert-widget)
6573 (widget-plist-convert-widget, widget-alist-convert-widget)
6574 (widget-alist-convert-widget, widget-color-complete): Simplify,
6575 particularly to avoid bindings which aren't optimized out.
6576
6577 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6578 Doc fix.
6579 (down-list, backward-up-list, up-list, kill-sexp)
6580 (backward-kill-sexp, mark-sexp): Make arg optional.
6581 (lisp-complete-symbol): Add optional arg PREDICATE.
6582
6583 * cus-start.el: Add display-buffer-reuse-frames,
6584 file-coding-system-alist.
6585
6586 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6587
6588 * startup.el (command-line): Clear realized faces after
6589 modifying TTY color mappings.
6590
6591 2000-08-20 Miles Bader <miles@gnu.org>
6592
6593 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6594 merely a subset of FACE's attributes.
6595
6596 2000-08-19 Miles Bader <miles@gnu.org>
6597
6598 * comint.el (comint-output-filter): Save the point with a marker,
6599 not just a buffer position.
6600
6601 * international/mule.el (set-buffer-process-coding-system): Make
6602 interactive prompt less confusing.
6603
6604 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6605
6606 * hilit-chg.el: General cleanup of doc strings, comments and
6607 code formatting.
6608
6609 2000-08-19 Miles Bader <miles@gnu.org>
6610
6611 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6612 Compiler macro removed; beginning-of-line is no longer always
6613 equivalent to forward-line, in the presence of fields.
6614
6615 * comint.el (comint-output-filter): Remove ad-hoc saving of
6616 restriction, and just use save-restriction, now that it works
6617 correctly. Don't adjust comint-last-input-start to account for
6618 our insertion; it shouldn't have moved because we don't use
6619 insert-before-markers anymore. Comment out call to
6620 `force-mode-line-update'; why is it here?
6621
6622 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6623 while checking for prompt to delete. Use `forward-line 0'
6624 instead of beginning-of-line.
6625 (gud-filter): Temporarily widen gud comint buffer while
6626 examining output.
6627
6628 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6629
6630 * progmodes/sh-script.el: Big bag of typos.
6631
6632 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6633 check since ispell-process is not bound when ispell is not yet loaded.
6634
6635 2000-08-18 Dave Love <fx@gnu.org>
6636
6637 * image.el (find-image): Copy `spec' before using plist-put.
6638
6639 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6640
6641 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6642 `portugues'.
6643
6644 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6645 backward-kill-sexp, analogous to kill-sexp.
6646
6647 * progmodes/icon.el (icon-indent-line)
6648 (icon-is-continuation-line): Handle comments specially.
6649
6650 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6651
6652 * ispell.el: Set to standard author/maintainer/keyword fields.
6653 Fine tuning to menu map appearance and operation, and added help.
6654 Remove `start' and `end' error messages when compiling.
6655 (ispell-choices-win-default-height): Fixed comment string.
6656 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6657 castellano8 dictionaries.
6658 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6659 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6660 dictionary, added italiano dictionary.
6661 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6662 word character
6663 (ispell-tex-skip-alists): Added psfig support.
6664 (ispell-skip-html): Renamed from ispell-skip-sgml.
6665 (ispell-begin-skip-region-regexp, ispell-skip-region)
6666 (ispell-minor-check): Improved html skipping support to skip across
6667 code, and recognize `&' commands without propper `;' syntax;
6668 (ispell-process-line): Fix alignment error when manually
6669 correcting spelling.
6670 (ispell): Fix comment string.
6671 (ispell-add-per-file-word-list): Always put word list on new line.
6672
6673 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6674
6675 * format.el (format-encode-run-method): Fix error message to say
6676 `encode' instead of `decode'. Use save-window-excursion around
6677 shell-command-on-region as in format-decode-run-method because
6678 shell-command-on-region can display a buffer with error output.
6679 (format-decode): Don't record undo information for the decoding.
6680 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6681 that number part of the temporary buffer name so that more than
6682 one decoding using a temporary buffer can happen safely.
6683
6684 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6685 of `A-z' in the regexp.
6686
6687 * hilit-chg.el: Fix typos in commentary.
6688
6689 * help.el (view-emacs-news): Rewritten for new naming scheme
6690 for old NEWS files.
6691
6692 * startup.el (command-line): Pop to *Messages* in case an error
6693 is signaled while loading user-init-file.
6694
6695 2000-08-17 Andreas Schwab <schwab@suse.de>
6696
6697 * files.el (insert-directory): Don't lose original file name,
6698 undoing an undocumented change.
6699
6700 2000-08-17 Alex Schroeder <alex@gnu.org>
6701
6702 * sql.el (sql-magic-go): Use comint-bol.
6703 (sql-copy-column): Use comint-line-beginning-position.
6704 (comint-line-beginning-position): Define a replacement for
6705 comint-line-beginning-position if it is not fboundp.
6706
6707 2000-08-17 Alex Schroeder <alex@gnu.org>
6708
6709 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6710 it didn't have any effect anyway.
6711
6712 2000-08-17 Alex Schroeder <alex@gnu.org>
6713
6714 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6715 --pset and pager=off instead of sending \\o|cat at the beginning
6716 of the session.
6717
6718 2000-08-17 Miles Bader <miles@gnu.org>
6719
6720 * progmodes/octave-inf.el: Add compatibility definition of
6721 comint-line-beginning-position.
6722
6723 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6724
6725 * startup.el (normal-top-level): Look in each dir in load-path for
6726 a leim-list.el file too. This assures of loading leim-list.el
6727 that is created at Emacs installation time even if a user have his
6728 own leim-list.el.
6729
6730 2000-08-17 Miles Bader <miles@gnu.org>
6731
6732 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6733 foreground color to black if the background is dark.
6734
6735 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6736
6737 * loadhist.el (unload-feature): Typo.
6738
6739 * finder.el (finder-compile-keywords):
6740 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6741 to the generated file.
6742
6743 * mail/mh-e.el (mh-make-local-vars):
6744 Replace make-variable-buffer-local with make-local-variable.
6745
6746 * play/landmark.el:
6747 * options.el (Edit-options-{set,toggle,t,nil}):
6748 * mail/mailabbrev.el (mail-abbrevs-mode):
6749 * textmodes/tex-mode.el (tex-expand-files):
6750 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6751
6752 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6753
6754 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6755 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6756 Allow going past the last element.
6757 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6758 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6759 (cvs-mouse-toggle-mark): Don't move point.
6760 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6761
6762 * progmodes/compile.el (grep): Provide a default set of files.
6763 (next-error): Docstring fix.
6764 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6765
6766 * emacs-lisp/easy-mmode.el (define-minor-mode):
6767 Use `symbol-value' to keep the byte-compiler quiet.
6768
6769 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6770 (diff-find-source-location): New fun, extracted from diff-goto-source.
6771 (diff-goto-source): Use it.
6772 (diff-next-complex-hunk, diff-filter-lines): New function.
6773 (diff-apply-hunk): New command.
6774
6775 * smerge-mode.el (smerge-mode-menu): Doc fix.
6776
6777 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6778
6779 2000-08-16 Dave Love <fx@gnu.org>
6780
6781 * windmove.el (windmove) <defgroup>: Add :version.
6782
6783 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6784 (goto-address-fontify-p, goto-address-highlight-p)
6785 (goto-address-url-face, goto-address-url-mouse-face)
6786 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6787 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6788 (goto-address-fontify, goto-address-at-mouse): Simplify,
6789 (goto-address-at-point): browse-url-url-at-point,
6790 goto-address-find-address-at-point can return nil.
6791 (goto-address-find-address-at-point): Return nil on failure.
6792
6793 * align.el (align) <defgroup>: Add :version.
6794
6795 * calculator.el (calculator): Add :version.
6796 (calculator): Use two lines for calculator window if `modeline'
6797 face is boxed.
6798
6799 * play/5x5.el: Doc fixes.
6800 (5x5) <defgroup>: Add :version.
6801
6802 * play/fortune.el (fortune) <defgroup>: Add :version.
6803 (fortune-append): Fix error message.
6804 (fortune-from-region): Doc fix.
6805
6806 * play/pong.el (pong): Doc fix.
6807
6808 * play/morse.el: Keywords, commentary, autoloads.
6809
6810 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6811
6812 * desktop.el (desktop-save): Don't look at symbol-value of a
6813 member of minor-mode-alist, unless it is boundp.
6814
6815 2000-08-16 Sam Steingold <sds@gnu.org>
6816
6817 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6818 `while'; use `with-current-buffer' instead of `save-excursion'.
6819 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6820
6821 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6822
6823 * international/ccl.el (declare-ccl-program): Docstring modified.
6824 (ccl-execute-with-args): Likewise.
6825
6826 2000-08-16 Miles Bader <miles@gnu.org>
6827
6828 * progmodes/sql.el: Add compatibility definition of
6829 comint-line-beginning-position.
6830
6831 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6832
6833 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6834 'buffer-menu' property.
6835 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6836 fails.
6837 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6838 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6839 wasn't killed.
6840
6841 * buff-menu.el (list-buffers-noselect): Don't display the
6842 *Buffer List* buffer.
6843
6844 * font-lock.el: Require jit-lock to prevent a very late
6845 `Loading jit-lock' message.
6846
6847 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6848 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6849 mail address.
6850
6851 2000-08-15 Miles Bader <miles@gnu.org>
6852
6853 * textmodes/ispell.el (ispell-graphic-p): New constant.
6854 (ispell-choices-win-default-height, ispell-help): Use
6855 `ispell-graphic-p' instead of `xemacsp'.
6856
6857 2000-08-15 Dave Love <fx@gnu.org>
6858
6859 * simple.el: Autoload widget-convert when compiling.
6860 (mail-user-agent): Doc fix.
6861
6862 * help.el (function-called-at-point, variable-at-point): Use
6863 with-syntax-table.
6864 (help-manyarg-func-alist): Add insert-and-inherit.
6865
6866 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6867
6868 * delsel.el (delsel-unload-hook): New function.
6869
6870 * find-file.el: Doc fixes. Move provide to end.
6871 (ff) <defgroup>: Add :link.
6872 (ff-goto-click): Deleted.
6873 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6874 Use mouse-set-point.
6875
6876 * textmodes/tildify.el: Doc fixes.
6877 (tildify) <defgroup>: Add:version.
6878
6879 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6880 (glasses-custom-set): Use set-default, not set.
6881 (minor-mode-alist): Propertize the lighter.
6882 (glasses-mode): Provide optional arg.
6883
6884 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6885 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6886 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6887 option. Provide :type.
6888 (cwarn-configuration): Provide :type.
6889 (cwarn-mode): Doc fix.
6890
6891 * add-log.el (change-log-merge): Doc fix.
6892 (change-log-redate): New command.
6893
6894 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6895 Doze and Dog.
6896 (browse-url): Use dolist, not mapcar.
6897 (browse-url-at-point): Check for null url.
6898 (browse-url-event-buffer, browse-url-event-point): Functions
6899 deleted.
6900 (browse-url-at-mouse, browse-url-netscape): Simplify.
6901
6902 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6903 modes.
6904 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6905 Fix previous change to mapcan.
6906 (msb--init-file-alist, msb--add-separators)
6907 (msb--make-keymap-menu): Simplify.
6908 (msb--choose-file-menu): Use copy-sequence.
6909 (msb-mode-map): Add title to keymap.
6910 (msb-unload-hook): New function.
6911
6912 * bs.el: Fix indentation.
6913 (bs) <defgroup>: Add :links.
6914 (bs-show): Doc fix.
6915 (bs-apply-sort-faces): Don't use window-system.
6916 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6917
6918 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6919
6920 * calendar/timeclock.el (timeclock-file): Run .timelog through
6921 convert-standard-filename.
6922
6923 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6924
6925 * emacs-lisp/authors.el: New file.
6926
6927 * paren.el (show-paren-priority): New user option.
6928 (show-paren-function): Set overlay priorities to
6929 show-paren-priority.
6930
6931 2000-08-14 Miles Bader <miles@gnu.org>
6932
6933 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6934 beginning-of-line with inhibit-field-text-motion bound.
6935
6936 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6937
6938 * calendar/timeclock.el: New file.
6939
6940 2000-08-14 David Ponce <david@dponce.com>
6941
6942 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6943 `widget-button-click'. so that one can use left mouse button to
6944 click on dialog buttons.
6945
6946 2000-08-14 Emmanuel Briot <briot@gnat.com>
6947
6948 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6949 identifiers, since XML is case sensitive
6950
6951 2000-08-12 Miles Bader <miles@gnu.org>
6952
6953 * comint.el (comint-output-filter): Don't bother frobbing
6954 window-start, it doesn't seem to be necessary.
6955
6956 * comint.el (comint-send-string, comint-send-region): Make into
6957 real functions. Snapshot the prompt before sending.
6958
6959 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6960
6961 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6962 technique similar to Info-index, instead of relying on specific
6963 names of relevant Index nodes.
6964 (Info-goto-emacs-command-node): Bind Info-history to nil when
6965 going to the first node found by Info-find-emacs-command-nodes.
6966
6967 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6968
6969 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6970
6971 2000-08-10 Miles Bader <miles@gnu.org>
6972
6973 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6974
6975 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6976
6977 * info.el (Info-file-list-for-emacs): More elements for the
6978 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6979 and woman manuals.
6980
6981 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6982
6983 * comint.el (comint-send-input): Make the newline boundary overlay
6984 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6985 (comint-output-filter): Use `insert' instead of
6986 `insert-before-markers'. Extend comint-last-output-overlay when
6987 necessary since we can't rely on insert-before-markers to do it.
6988 * gud.el (gud-filter): Use `with-current-buffer' instead of
6989 save-excursion when inserting the output, so that point gets
6990 updated correctly; the old method relied on a rather dodgy
6991 side-effect of comint-output-filter to avoid the effect of
6992 save-excursion.
6993
6994 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6995
6996 * files.el (recover-file): Call insert-directory instead of
6997 invoking `ls' directly.
6998
6999 2000-08-10 Miles Bader <miles@gnu.org>
7000
7001 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7002 (comint-last-prompt-overlay): New variables.
7003 (comint-output-filter): Implement prompt highlighting.
7004 (comint-snapshot-last-prompt): New function.
7005 (comint-send-input): Snapshot the last prompt.
7006 Use comint-highlight-input-face.
7007 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7008 Use defface instead of defcustom.
7009 (send-invisible, comint-send-eof): Snapshot the last prompt.
7010 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7011 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7012
7013 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7014
7015 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7016 (regexp-opt-group): Use a list of chars for `letters'.
7017 (regexp-opt-charset): `chars' is now a list of chars.
7018 Use a char-table rather than a vector so it works for multibyte chars.
7019
7020 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7021 Set cvs-minor-current-files to the selected fileinfo.
7022 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7023 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7024
7025 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7026
7027 * files.el (insert-directory): Don't call access-file on
7028 directories on DOS and Windows.
7029
7030 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7031
7032 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7033 longer if necessary.
7034 (ccl-embed-code): Call ccl-embed-data to store CODE in
7035 ccl-program-vector.
7036
7037 2000-08-09 Miles Bader <miles@gnu.org>
7038
7039 * comint.el (comint-output-filter): Properly handle the case where
7040 the text surrounded by comint-last-output-overlay was deleted.
7041
7042 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7043
7044 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7045 non-nil.
7046 (Info-file-list-for-emacs): Remove "info" from the list because
7047 that leads to trying to use the documentation from file `info'
7048 in various situations where it isn't appropriate, for instance
7049 C-h C-k C-h i.
7050
7051 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7052 DIR and/or STRING are nil.
7053
7054 * progmodes/compile.el (compilation-setup): Make variable
7055 compilation-error-screen-columns buffer-local, as some comment
7056 in the code suggests it should be.
7057
7058 * files.el (auto-mode-interpreter-regexp): New variable.
7059 (set-auto-mode): Use it.
7060
7061 * indent.el (indent-for-tab-command): Doc fix.
7062
7063 * mouse-sel.el (mouse-sel-mode): Doc fix.
7064
7065 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7066 labels.
7067
7068 * help.el (print-help-return-message): When
7069 display-buffer-reuse-frames is set, let the help window been quit,
7070 instead of deleting it, which might delete a reused frame.
7071
7072 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7073
7074 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7075 rename a directory to a name that differs only by its letter case.
7076
7077 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7078
7079 * international/quail.el (quail-define-rules): Handle Quail decode
7080 map correctly. Add code for supporting annotations.
7081 (quail-install-decode-map): New function.
7082 (quail-defrule-internal): New optional arguments decode-map and
7083 props.
7084 (quail-advice): New function.
7085
7086 2000-08-07 Sam Steingold <sds@gnu.org>
7087
7088 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7089 `defconst', `define-condition', `with-slots'.
7090 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7091
7092 2000-08-03 Miles Bader <miles@gnu.org>
7093
7094 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7095 New variable.
7096 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7097 comint-use-prompt-regexp-instead-of-fields.
7098 (comint-send-input): Add `input' field property to stuff we send to
7099 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7100 (comint-output-filter): Add `output' field property to process
7101 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7102 (comint-replace-by-expanded-history)
7103 (comint-get-old-input-default, comint-show-output)
7104 (comint-backward-matching-input, comint-forward-matching-input)
7105 (comint-next-prompt, comint-previous-prompt): Use field
7106 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7107 (comint-line-beginning-position): New function.
7108 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7109 (comint-replace-by-expanded-history-before-point): Use
7110 comint-line-beginning-position and line-end-position.
7111 (comint-last-output-overlay): New variable.
7112 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7113
7114 * shell.el (shell-prompt-pattern): Doc change.
7115 (shell-backward-command): Use line-beginning-position.
7116
7117 * gud.el (gud-gdb-complete-command): Use
7118 comint-line-beginning-position.
7119
7120 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7121 comint-bol doesn't actually go to the beginning of the line.
7122
7123 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7124 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7125 (try-expand-line-all-buffers): Likewise.
7126
7127 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7128 explicitly matching comint-prompt-regexp.
7129 (sql-copy-column): Use comint-line-beginning-position instead of
7130 explicitly matching comint-prompt-regexp.
7131
7132 * progmodes/octave-inf.el (inferior-octave-complete): Use
7133 comint-line-beginning-position.
7134
7135 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7136
7137 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7138 looking for a prompt, use `forward-line 0' instead of
7139 `beginning-of-line', to avoid getting caught by an input field.
7140
7141 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7142
7143 * files.el (shell-quote-wildcard-pattern): Make sure to return
7144 PATTERN, in the Unix case.
7145
7146 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7147
7148 * play/zone.el (zone): Discard any pending input before running
7149 the randomly-chosen pgm.
7150
7151 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7152
7153 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7154 checking the existence of any multibyte characters.
7155
7156 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7157
7158 * help.el (describe-mode): Test minor-mode symbol for being
7159 bound before testing its value for being nil.
7160
7161 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7162 `first', `second', and `third'.
7163
7164 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7165 (second): Make it an alias for `cadr'.
7166
7167 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7168
7169 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7170 types of display support faces now.
7171
7172 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7173
7174 * pcvs.el (require): Require `cl' during compilation, only.
7175
7176 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7177 (toplevel): Remove `remq' and `remove' from autoloads.
7178 (cl-fake-autoloads): New variable. If set, arrange for an error
7179 when CL functions etc. are autoloaded.
7180
7181 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7182
7183 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7184
7185 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7186 popped up, but the user clicks outside the menu, return an empty
7187 regexp (that causes unhighlight-regexp to have no effect).
7188
7189 * menu-bar.el (menu-bar-games-menu): Add Zone.
7190
7191 * hi-lock.el (toplevel): Require font-lock.
7192
7193 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7194
7195 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7196 (ebnf-8-bit-chars): New var for bug fix.
7197 (ebnf-string): Bug fix.
7198
7199 2000-08-03 Sam Steingold <sds@gnu.org>
7200
7201 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7202 instead of `buffer-string'.
7203 (require 'cl): Always, not just when compiling.
7204 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7205 necessary.
7206
7207 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * international/mule-cmds.el (select-safe-coding-system): Make
7210 the message text about selecting a safe coding system more clear.
7211
7212 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7213
7214 * hi-lock.el: New file.
7215
7216 * play/zone.el: New file.
7217
7218 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7219 value of tab-width in the original buffer. Choose a line number
7220 format that's a multiple of the original buffer's tab width, so
7221 that lines appear right.
7222
7223 * textmodes/ispell.el (ispell): New function, replacing an alias.
7224 Spell-check active region if in transient-mark-mode and mark
7225 is active; otherwise spell-check buffer.
7226
7227 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7228
7229 * ps-mule.el: Fix a customization problem on
7230 ps-mule-font-info-database-default.
7231
7232 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7233
7234 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7235 display-mouse-p instead of window-system.
7236 (ebrowse-member-mode-map): Ditto.
7237
7238 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7239
7240 * progmodes/ebnf2ps.el: Update ps-print functions call.
7241 Indentation fix. Doc fix.
7242 (ebnf-version): New version number (3.2).
7243 (ebnf-format-color, ebnf-begin-job): Code fix.
7244
7245 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7246
7247 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7248 font lock support on window-system.
7249 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7250
7251 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7252 display-color-p, if fboundp, instead of window-system.
7253
7254 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7255
7256 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7257 instead of window-system.
7258
7259 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7260 window-system.
7261 (widget-choice-mouse-down-action): Use display-popup-menus-p
7262 instead of window-system.
7263
7264 * strokes.el (strokes-file): Run the file name through
7265 convert-standard-filename.
7266 (strokes-mode): Call display-mouse-p instead of looking at
7267 window-system. Change the error message accordingly.
7268
7269 * progmodes/cpp.el (toplevel): Support faces on tty's.
7270
7271 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7272 (lm-plot-square, lm-init-display): Don't use window-system.
7273
7274 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7275 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7276
7277 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7278 instead of looking at window-system.
7279
7280 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7281
7282 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7283 of testing if iswitchb-prepost-hooks is bound, because the
7284 latter will always be true when invoking a recursive minibuffer
7285 from an active Iswitchb buffer.
7286
7287 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7288
7289 * files.el (shell-quote-wildcard-pattern): New function.
7290 (insert-directory): Call it. Only prepend "\" to command on Unix
7291 and GNU/Linux systems.
7292
7293 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7294
7295 * eshell/esh-groups.el: Change custom :link file names
7296 from `eshell.info' to `eshell'.
7297
7298 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7299
7300 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7301 correctly in recursive ange-ftp listings.
7302
7303 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7304
7305 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7306 ps-header-font-size-internal and
7307 ps-header-title-font-size-internal variables are not set,
7308 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7309 face text property is (foreground-color . COLOR) or
7310 `(background-color . COLOR)', ps-print crashes. Doc fix.
7311 (ps-print-version): New version number (5.2.4).
7312 (ps-plot-region): Code fix.
7313 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7314 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7315 Bug fix 2.
7316
7317 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7318
7319 * glasses.el (glasses-make-readable): Fix uncapitalization of
7320 identifiers like `myXMLDocument'.
7321
7322 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7323
7324 * mail/mail-hist.el (mail-hist-previous-input)
7325 (mail-hist-next-input): Do the obvious code factorization.
7326 (mail-hist-retrieve-and-insert): New func, contains common
7327 code of above two.
7328 If inserting a message body, leave point at top.
7329
7330 2000-07-28 Sam Steingold <sds@gnu.org>
7331
7332 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7333 Use `<=', not `<' to compare times!
7334 (ange-ftp-ls): Remove.
7335
7336 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7337
7338 * play/cookie1.el: Add explanation of how to make cookie.el
7339 compatible with strfile(1) to comment.
7340
7341 * subr.el (remove, remq): New functions.
7342
7343 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7344 escape `*' in regexps.
7345 (midnight-find): Reverse order of arguments in the funcall of
7346 TEST.
7347
7348 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7349 and `.class'.
7350
7351 * play/meese.el: Add Commentary section.
7352
7353 2000-07-27 Alex Schroeder <alex@gnu.org>
7354
7355 * sql.el (sql-ms): Added autoload cookie.
7356 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7357 (sql-oracle): Ditto.
7358 (sql-help): Doc change.
7359
7360 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7361 types and exceptions.
7362
7363 2000-07-27 Alex Schroeder <alex@gnu.org>
7364
7365 * sql.el (sql-placeholder-history): New variable.
7366 (sql-query-placeholders-and-send): New function that will query
7367 the user and replace placeholders with user input.
7368 (sql-oracle): If running on NT, set comint-input-sender to
7369 sql-query-placeholders-and-send.
7370
7371 (sql-stop): If in the SQLi buffer, insert stop notification, else
7372 present it as a message.
7373
7374 2000-07-27 Alex Schroeder <alex@gnu.org>
7375
7376 * sql.el (sql-input-ring-separator): Doc change.
7377 (sql-input-ring-file-name): Doc change.
7378 (sql-interactive-mode): Use `sql-input-ring-separator' and
7379 `sql-input-ring-file-name' to set the comint-mode equivalents
7380 without making them local variables.
7381 (sql-stop): Don't bind `sql-input-ring-separator' and
7382 `sql-input-ring-file-name' dynamically to their comint-mode
7383 equivalents.
7384
7385 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7386
7387 * international/mule.el (register-char-codings): New function.
7388 (make-coding-system): Handle `safe-chars' specification in the arg
7389 PROPERTY.
7390
7391 * international/mule-cmds.el
7392 (find-coding-systems-region-subset-p): This function deleted.
7393 (sort-coding-systems-predicate): New variable.
7394 (sort-coding-systems): New function.
7395 (find-coding-systems-region): Use
7396 find-coding-systems-region-internal.
7397 (find-coding-systems-string): Use find-coding-systems-region.
7398 (find-coding-systems-for-charsets): Check
7399 char-coding-system-table.
7400 (select-safe-coding-system-accept-default-p): New variable.
7401 (select-safe-coding-system): Mostly rewritten. New argument
7402 ACCEPT-DEFAULT-P.
7403 (select-message-coding-system): Call select-safe-coding-system
7404 with ACCEPT-DEFAULT-P arg.
7405 (reset-language-environment): Reset default-sendmail-coding-system
7406 to the default value iso-latin-1.
7407 (set-language-environment): Don't set the obsolete variable
7408 charset-origin-alist.
7409
7410 * international/codepage.el (cp-coding-system-for-codepage-1):
7411 Give `safe-chars' property to make-coding-system.
7412
7413 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7414 calling select-message-coding-system twice.
7415
7416 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7417 instead of `safe-charsets'.
7418 (cyrillic-alternativnyj): Likewise.
7419 (ccl-encode-alternativnyj): Don't check the charset
7420 cyrillic-iso8859-5.
7421
7422 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7423
7424 * composite.el (compose-chars-after): Preserve match data.
7425
7426 2000-07-26 Sam Steingold <sds@gnu.org>
7427
7428 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7429 (ange-ftp-real-file-newer-than-file-p): New function.
7430 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7431 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7432
7433 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7434 * midnight.el (midnight-float-time): Ditto.
7435
7436 2000-07-26 Andreas Schwab <schwab@suse.de>
7437
7438 * files.el (normal-backup-enable-predicate): Correct
7439 interpretation of the return value of compare-strings.
7440
7441 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7442
7443 * isearch.el (isearch-resume): New function.
7444 (isearch-done): Add something to command-history to resume
7445 the search.
7446 (isearch-yank-line, isearch-yank-word): Use
7447 buffer-substring-no-properties instead of buffer-substring.
7448
7449 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7450 of flyspell-mouse-map.
7451
7452 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7453 duplicate definition.
7454 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7455
7456 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7457 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7458
7459 2000-07-25 Sam Steingold <sds@gnu.org>
7460
7461 * net/ange-ftp.el: Get modtime over the net.
7462 (ange-ftp-file-modtime): New function.
7463 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7464 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7465 Use it.
7466 (ange-ftp-dot-to-slash): New function.
7467 (ange-ftp-fix-name-for-vms): Use it.
7468
7469 * midnight.el (midnight-buffer-display-time): Use
7470 `with-current-buffer'.
7471
7472 2000-07-25 Gerd Moellmann <gerd@gnu.org>
7473
7474 * find-dired.el: Update copyright notice.
7475 (find-dired): Offer to kill a running `find'.
7476
7477 * enriched.el (enriched-face-ans): For a `foreground-color'
7478 property, return '(("x-color" COLOR))' so that COLOR will be
7479 output as a parameter of the x-color annotation. Likewise for the
7480 `background-color' property. In the case of normal face
7481 properties, don't return annotations for unspecified foreground
7482 and background face attributes.
7483
7484 2000-07-25 Kenichi Handa <handa@etl.go.jp>
7485
7486 * language/japan-util.el (japanese-katakana-region): Fix handling
7487 HANKAKU argument.
7488
7489 2000-07-25 Miles Bader <miles@gnu.org>
7490
7491 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7492 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7493 constrain-to-field.
7494
7495 2000-07-24 Andrew Innes <andrewi@gnu.org>
7496
7497 * timer.el (timer-activate-when-idle): Add optional parameter
7498 DONT-WAIT. Update docstring.
7499 (run-with-idle-timer): Specify extra parameter to
7500 timer-activate-when-idle, so that timer will be activated
7501 immediately if Emacs is already idle.
7502
7503 * w32-fns.el (w32-using-nt): Fix docstring.
7504
7505 2000-07-24 Dave Love <fx@gnu.org>
7506
7507 * mouse.el (popup-menu): Set last-command-event.
7508 (mouse-major-mode-menu-prefix): Declare.
7509
7510 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7511
7512 * textmodes/flyspell.el: Update to author's version 1.5d.
7513
7514 * progmodes/hideshow.el: Update copyright notice.
7515
7516 * vcursor.el: Set maintainer to FSF, since author cannot
7517 be reached.
7518
7519 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7520
7521 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7522 the prompt.
7523
7524 * mouse.el (popup-menu): Run the keymap through indirect-function,
7525 in case it was defined with define-prefix-key. If the menu is a
7526 list of keymaps, look up the binding of user's choice in each one
7527 of the keymaps.
7528 (mouse-popup-menubar): If the global and local menu-bar keymaps
7529 don't have a prompt string, create one and insert it into the
7530 keymap. Don't barf if current-local-map returns nil.
7531
7532 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7533
7534 * dired.el (dired-sort-R-check): Added to allow recursive listing
7535 to be undone.
7536 (dired-sort-other): Use it.
7537
7538 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7539
7540 * Release of cc-mode 5.27
7541
7542 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7543
7544 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7545 c-beginning-of-statement-1 that caused a bad case of recursion
7546 which could consume a lot of CPU in large classes in languages
7547 that have in-expression classes (i.e. Java and Pike).
7548
7549 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7550 statements before top level constructs (i.e. case 6 is moved
7551 before case 5 and is now case 4) to catch in-expression
7552 classes in top level expressions correctly.
7553
7554 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7555
7556 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7557 objc-method-intro. Case 4 removed and case 5I added.
7558
7559 * cc-langs.el (c-append-paragraph-start): New variable used by
7560 c-common-init to get paragraph-start correct.
7561 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7562 initialize paragraph-start to make it correct both with and
7563 without the javadoc special case.
7564
7565 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7566 initialize paragraph-start for javadoc markup.
7567
7568 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7569 change by defaulting this to t. It's motivated by the
7570 confusing behavior that otherwise arise from the style system
7571 when editing both java and non-java files at the same time
7572 (see the comments about style setting in c-common-init).
7573
7574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7575
7576 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7577 similar to the one in c-fill-paragraph to check the fill
7578 prefix from the adaptive fill function for sanity.
7579
7580 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7581
7582 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7583 defun block.
7584
7585 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7586
7587 * cc-mode.texi Documented the change of cpp-macro.
7588
7589 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7590
7591 * cc-align.el (c-lineup-multi-inher): Handle lines with
7592 leading comma nicely. Extended to handle member initializers
7593 too.
7594
7595 * cc-engine.el: (c-beginning-of-inheritance-list,
7596 c-guess-basic-syntax): Fixed recognition of inheritance lists
7597 when the lines begins with a comma.
7598
7599 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7600
7601 * cc-vars.el (c-offsets-alist): Changed default for
7602 member-init-cont to c-lineup-multi-inher since it now handles
7603 member initializers and indents better for leading commas.
7604
7605 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7606
7607 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7608 handling that caused class open lines to be recognized as
7609 statement-conts in some cases.
7610
7611 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7612 guessed by the adaptive fill function unless point is on the
7613 first line of a block comment.
7614
7615 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7616 when the buffer ends with a macro continuation char.
7617
7618 * cc-engine.el (c-guess-basic-syntax): Added support for
7619 function definitions as statements in Pike. The first
7620 statement in a lambda block is now labeled defun-block-intro
7621 instead of statement-block-intro.
7622
7623 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7624 so that the class surrounding point is selected, not the one
7625 innermost in the state.
7626
7627 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7628 recognition of switch labels having hanging multiline
7629 statements.
7630
7631 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7632 some code in c-guess-basic-syntax to a separate function.
7633 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7634 recognition of member inits with multiple line arglists.
7635 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7636 member-init-cont when the commas are in funny places.
7637
7638 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7639
7640 * cc-defs.el (c-auto-newline): Removed this macro since it's
7641 not used anymore.
7642
7643 * cc-engine.el (c-looking-at-bos): New helper function.
7644 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7645 inexpr and toplevel classes apart in Pike.
7646
7647 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7648 of case 9A.
7649
7650 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7651 constant, since "class" can introduce an in-expression class
7652 in Pike nowadays.
7653
7654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7655
7656 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7657 indentation on cpp-macro lines.
7658
7659 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7660 a syntax modifier like comment-intro, to make it possible to
7661 get syntactic indentation for preprocessor directives. It's
7662 incompatible wrt to lineup functions on cpp-macro, but it has
7663 no observable effect in the 99.9% common case where cpp-macro
7664 is set to -1000.
7665
7666 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7667
7668 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7669 member-init-cont when the preceding arglist is several lines.
7670
7671 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7672
7673 * cc-styles.el (c-style-alist): The basic offset for the BSD
7674 style corrected to 8.
7675
7676 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7677
7678 * cc-styles.el (c-style-alist): Adjusted the indentation of
7679 brace list openers in the gnu style.
7680
7681 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7682
7683 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7684
7685 * cc-cmds.el (c-electric-brace, c-electric-slash,
7686 c-electric-star, c-electric-semi&comma, c-electric-colon,
7687 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7688 when c-syntactic-indentation is nil.
7689
7690 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7691 we were left at comments preceding the first statement when
7692 reaching the beginning of the buffer.
7693
7694 * cc-vars.el (c-syntactic-indentation): New variable to turn
7695 off all syntactic indentation.
7696
7697 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7698
7699 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7700 between the text and the block comment ender when it hangs,
7701 depending on how many there are before the fill.
7702
7703 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7704
7705 * cc-engine.el (c-beginning-of-closest-statement): New helper
7706 function to go back to the closest preceding statement start,
7707 which could be inside a conditional statement.
7708 * cc-engine.el (c-guess-basic-syntax): Use
7709 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7710
7711 * cc-engine.el (c-guess-basic-syntax): Better handling of
7712 arglist-intro, arglist-cont-nonempty and arglist-close when
7713 the arglist is nested inside parens. Cases 7A, 7C and 7F
7714 changed.
7715
7716 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7717 up-to-date with javadoc 1.2.
7718
7719 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7720
7721 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7722 multiline Pike type decls.
7723
7724 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7725
7726 * cc-cmds.el (c-indent-new-comment-line): Always break
7727 multiline comments in multiline mode, regardless of
7728 comment-multi-line.
7729
7730 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7731
7732 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7733 fully::qualified::names in C++ member init lists. Preamble in
7734 case 5D changed.
7735
7736 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7737
7738 * cc-langs.el (c-common-init): Handling of obsolete variables
7739 moved to c-initialize-cc-mode. More compatible style override
7740 when using global style variables.
7741 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7742 variables moved here.
7743
7744 * cc-mode.texi: Documented the special behavior of
7745 c-special-indent-hook as a style variable. Don't talk about
7746 doing (c-make-styles-buffer-local t) in a mode hook, since
7747 that's already too late to work right.
7748
7749 * cc-styles.el (c-make-styles-buffer-local): Flag style
7750 variable localness in c-style-variables-are-local-p to make
7751 the compatibility measure in c-common-init work well.
7752
7753 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7754 longer contain set-from-style.
7755 * cc-styles.el (c-initialize-builtin-style): Don't check for
7756 set-from-style on c-special-indent-hook.
7757 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7758 copy-alist is sufficient now.
7759
7760 * cc-styles.el (c-set-style, c-set-style-1,
7761 c-get-style-variables): Fixes to variable initialization so
7762 that duplicate entries in styles have the same effect
7763 regardless of DONT-OVERRIDE.
7764
7765 * cc-styles.el (c-set-style-2): Fixed bug where the
7766 initialization of inheriting styles failed when the
7767 dont-override flag is set.
7768
7769 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7770 on this.
7771
7772 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7773
7774 * cc-defs.el (c-forward-comment): Removed the workaround
7775 introduced in 5.38 since it had worse side-effects. If a line
7776 contains the string "//\"", it regarded the // as a comment
7777 start since the \ temporarily doesn't have escape syntax.
7778
7779 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7780
7781 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7782 ada-xref.el before ada-prj.el, so that the Project menu is created
7783 when ada-prj tries to add to it.
7784 (ada-activate-keys-for-case): Suppress the characters that are not
7785 part of the Ada syntax. Better compatibility with else-mode
7786 (ada-adjust-case-interactive): When auto-casing is not active,
7787 correctly insert newlines (used to insert only ^M). Prevent the
7788 syntax table from being changed in case of an error
7789 (or '_' becomes part of a word and some commands are confused).
7790 Do nothing if ada-auto-case is nil.
7791 (ada-after-keyword-p): Ignore keywords that are also attributes
7792 (ada-batch-reformat): Update usage comment
7793 (ada-call-from-contextual-menu): New function
7794 (ada-case-read-exceptions): Reinitialize the casing exception list
7795 first to nil first, so that the casing exception file can be
7796 shared.
7797 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7798 files.
7799 (ada-compile-goto-error): Fix regexp used to detect a file:line
7800 anywhere in the error message
7801 (ada-contextual-menu-last-point): New variable
7802 (ada-create-keymap): If the variable delete-key-deletes-forward is
7803 t on XEmacs, it means that DEL should delete one character
7804 forward.
7805 (ada-create-menu): Use :included instead of :visible for XEmacs.
7806 New submenu "Options".
7807 (ada-end-stmt-re): Correctly indent "select ... then abort"
7808 statements.
7809 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7810 even if they don't match ada-fill-comment-prefix Fix handling of
7811 paragraphs on the first or last line of a file.
7812 (ada-format-paramlist): Fix handling of default parameter values.
7813 (ada-get-body-name): New function.
7814 (ada-get-current-indent): Optimized by searchling directly for an
7815 existing generic part or a statement outside of it. Handle
7816 ada-indent-align-comments when indenting comments Replaced some
7817 regexps by testing directly the next character. This results in a
7818 huge speedup on some files. New indentation scheme for renames
7819 statements. Stop looking for the 'while' or 'for' associated with
7820 a 'loop' at the first semicolon encountered. A "return" can also
7821 match an anonymous access subprogram declaration.
7822 (ada-get-indent-noindent): Ignore strings and comments when
7823 looking for the keywords "record" and "private".
7824 (ada-goto-matching-decl-start): When matching "if", make sure we
7825 are not in fact seeing "end if". Ignore "when" statements except
7826 when initial keyword was "begin". Fix handling of nested
7827 procedures. Add a recursive call to this function to skip over
7828 other 'end' statmts. Fix indentation for "when .. => begin"
7829 (ada-in-open-paren-p): Fix indentation for complex boolean
7830 expressions, where 'and then', 'or else' and parenthesis
7831 statements are mixed up.
7832 (ada-in-paramlist-p): Skip comments while searching for the
7833 beginning Fix handling of operator declarations.
7834 (ada-indent-align-comments): New variable
7835 (ada-indent-current): Change the syntax table only in the
7836 protected section, so that we are sure it is restored correctly.
7837 (ada-indent-on-previous-lines): Use ada-use-indent and
7838 ada-with-indent Correctly indent "select ... then"
7839 (ada-indent-region): Slight speedup.
7840 (ada-indent-renames): New variable.
7841 (ada-last-which-function-subprog, ada-last-which-function-line):
7842 New variables
7843 (ada-looking-at-semi-private): Correctly indent the 'private'
7844 keyword when it is the first word in a package declaration.
7845 (ada-loose-case-word): Stop searching if at the end of the buffer.
7846 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7847 even if point is not initially at the end of the word.
7848 (ada-matching-decl-start-re): Add "when".
7849 (ada-mode): Add support for abbrev-mode, outline-mode and
7850 which-func-mode Override the old find-file.el entry in
7851 ff-special-constructs since it is using the obsolete
7852 ada-spec-suffix variable
7853 (ada-no-auto-case): New function
7854 (ada-scan-paramlist): When parsing the argument type, accept
7855 spaces (as in "X 'Class", generated by Rational Rose).
7856 (ada-other-file-name): No longer loads the other file.
7857 (ada-popup-menu): Save and restore the current buffer and cursor
7858 position before and after displaying the menu.
7859 (ada-search-ignore-complex-boolean): New function.
7860 (ada-uncomment-region): Emacs21 already knows how to delete
7861 comments not starting in the first column.
7862 (ada-use-indent): New variable
7863 (ada-which-function): New function.
7864 (ada-with-indent): New variable
7865 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7866 can be batch-compiled from the command line.
7867
7868 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7869 Add to the menu when the file is loaded, not in ada-mode-hook.
7870 Add -toolbar to the default ddd command Switches moved from
7871 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7872 ada-prj-default-comp-opt
7873 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7874 Reference Manual to the menu
7875 (ada-check-current): rewritten as a call to ada-compile-current
7876 (ada-compile): Removed.
7877 (ada-compile-application, ada-compile-current, ada-check-current):
7878 Set the compilation-search-path so that compile.el automatically
7879 finds the sources in src_dir. Automatic scrollong of the
7880 compilation buffer. C-uC-cC-c asks for confirmation before
7881 compiling
7882 (ada-compile-current): New parameter, prj-field
7883 (ada-complete-identifier): Load the .ali file before doing
7884 processing
7885 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7886 conform to gnatmake's behavior.
7887 (ada-find-file-in-dir): New function
7888 (ada-find-references): Set the environment variables for gnatfind
7889 (ada-find-src-file-in-dir): New function.
7890 (ada-first-non-nil): Removed
7891 (ada-gdb-application): Add support for jdb, the java debugger.
7892 (ada-get-ada-file-name): Load the original-file first if not done
7893 yet.
7894 (ada-get-all-references): Handles the new ali syntax (parent types
7895 are found between <>).
7896 (ada-initialize-runtime-library): New function
7897 (ada-mode-hook): Always load a project file when a file is opened,
7898 so that the casing exceptions are correctly read.
7899 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7900 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7901 to open the project file, since the latter does not work with
7902 speedbar Get default values before loading the prj file, or the
7903 default executable file name is wrong. Use the absolute value of
7904 src_dir to initialize ada-search-directories and
7905 compilation-search-path,... Add the standard runtime library to
7906 the search path for find-file.
7907 (ada-prj-default-debugger): Was missing an opening '{'
7908 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7909 variables.
7910 (ada-prj-default-gnatmake-opt): New variable
7911 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7912 buffers, the project file is the default one Save the windows
7913 configuration before displaying the menu.
7914 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7915 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7916 ...) regexp-quote identifiers names to support operators +,
7917 -,... in regexps.
7918 (ada-remote): New function.
7919 (ada-run-application): Erase the output buffer before starting the
7920 run Support remote execution of the application. Use
7921 call-process, or the arguments are incorrectly parsed
7922 (ada-set-default-project-file): Reread the content of the active
7923 project file, not the one from the current buffer When a project
7924 file is set as the default project, all directories are
7925 automatically associated with it.
7926 (ada-set-environment): New function
7927 (ada-treat-cmd-string): New special variable ${current}
7928 (ada-treat-cmd-string): Revised. The substitution is now done for
7929 any ${...} substring
7930 (ada-xref-current): If no body was found, compiles the spec
7931 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7932 compiler to get rid of command line length limitations.
7933 (ada-xref-get-project-field): New function
7934 (ada-xref-project-files): New variable
7935 (ada-xref-runtime-library-specs-path)
7936 (ada-xref-runtime-library-ali-path): New variables
7937 (ada-xref-set-default-prj-values): Default run command now does a
7938 cd to the build directory. New field: main_unit Provide a default
7939 file name even if the current buffer has no prj file.
7940
7941 * ada-prj.el:
7942 Rewritten to show a tabbed-dialog.
7943 (ada-prj-add-ada-menu): Remove the map and name parameters.
7944 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7945 New function
7946 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7947 (ada-prj-load-from-file): New function
7948 (ada-prj-save): Always save fields that depend on the current buffer
7949 (ada-prj-show-value): New function
7950
7951 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7952 Ada mode. This will allow us to display the Ada menu in any buffer
7953 we want (for project items).
7954 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7955 number of spaces in the header.
7956
7957 2000-07-24 Dave Love <fx@gnu.org>
7958
7959 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7960
7961 2000-07-23 Noah Friedman <friedman@splode.com>
7962
7963 * type-break.el (type-break): perform autosave.
7964 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7965 (type-break-do-query): Cancel query schedule while performing
7966 actual query, to avoid possibility of a second query being made
7967 while first one is already in progress.
7968 (type-break-time-stamp-format): New variable.
7969 (type-break-time-stamp): New function.
7970 (type-break-time-warning): Use it.
7971 (type-break-keystroke-warning): Use it.
7972 (type-break-noninteractive-query): Use it.
7973
7974 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7975 cookie.
7976 Use add-minor-mode to set minor-mode-alist, if available.
7977 (eldoc-echo-area-use-multiline-p): New user option.
7978 (eldoc-echo-area-multiline-supported-p): New variable.
7979 (eldoc-docstring-format-sym-doc): Use them.
7980 (eldoc-mode): If not using idle timers, append to local post and
7981 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7982 (eldoc-display-message-no-interference-p): Don't interfere with
7983 edebug.
7984 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7985 (eldoc-function-arglist): New function.
7986 (eldoc-function-argstring): Use it.
7987
7988 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7989 auto save directory exists before calling directory-files.
7990
7991 2000-07-23 Dave Love <fx@gnu.org>
7992
7993 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7994 ^o, ^u.
7995
7996 2000-07-21 Dave Love <fx@gnu.org>
7997
7998 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7999 now passed to the function. It now works properly.
8000
8001 * smerge-mode.el (smerge-mode-menu): Fill it out.
8002
8003 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8004
8005 * info-look.el (info-lookup): If *info* is shown in another frame
8006 on the same display, select that frame, instead of switching to
8007 the Info buffer in another window of the selected frame.
8008
8009 * simple.el (universal-argument-map): Bind numeric keypad keys
8010 kp-0 to kp-9 and kp-subtract.
8011 (digit-argument): Handle these keys.
8012
8013 2000-07-20 Dave Love <fx@gnu.org>
8014
8015 * net/goto-addr.el (goto-address-fontify): Don't bother with
8016 buffer-modified and read-only stuff -- irrelevant with overlays.
8017 Put an extra property on the overlays and use it to clean up in
8018 case goto-address is re-run.
8019
8020 2000-07-19 Richard M. Stallman <rms@gnu.org>
8021
8022 * timer.el (run-with-idle-timer): Doc fix.
8023
8024 * mail/mail-utils.el (mail-strip-quoted-names):
8025 Handle case where <...> appears inside "...".
8026 Use replace-match to edit the string more simply.
8027 (rmail-dont-reply-to): Cope with an unmatched ".
8028
8029 2000-07-19 Dave Love <fx@gnu.org>
8030
8031 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8032 implementation.
8033
8034 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8035 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8036 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8037
8038 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8039
8040 * textmodes/refer.el: Correct maintainer's email address.
8041
8042 * progmodes/hideif.el: Correct author's email address.
8043 Fix typo in comment.
8044
8045 * xml.el: New file.
8046
8047 * mail/mailheader.el: Correct author's mail address.
8048
8049 * gnus/parse-time.el: Correct author's mail address.
8050
8051 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8052
8053 * comint.el (comint-highlight-input, comint-highlight-face):
8054 New user options.
8055 (comint-input-ring-file-name): Change custom type.
8056 (comint-mode-map): Bind mouse-2.
8057 (comint-insert-clicked-input): New function.
8058 (comint-send-input): Handle input highlighting.
8059
8060 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8061
8062 * mouse.el (popup-menu): New function.
8063 (mouse-major-mode-menu): Use it.
8064
8065 2000-07-18 Dave Love <fx@gnu.org>
8066
8067 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8068 improvements.
8069
8070 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8071
8072 * faces.el (face-font-selection-order)
8073 (face-font-family-alternatives): Add custom type.
8074
8075 2000-07-18 Dave Love <fx@gnu.org>
8076
8077 * cus-edit.el (custom-variable-reset-saved)
8078 (custom-variable-reset-standard): Remove unused bindings.
8079
8080 * rect.el (open-rectangle-line): Remove unused let.
8081
8082 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8083
8084 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8085
8086 * cdl.el: Fix `Maintainer' keyword.
8087
8088 * play/pong.el: Add author's email address.
8089
8090 2000-07-17 Sam Steingold <sds@gnu.org>
8091
8092 * files.el (insert-directory): Call `split-string' instead of
8093 re-implementing it.
8094
8095 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8096
8097 * mail/vms-pmail.el: Change maintainer to FSF.
8098
8099 * net/goto-addr.el: Change maintainer to FSF.
8100
8101 * info.el (Info-title-face-alist): Removed.
8102
8103 2000-07-18 David Ponce <david@dponce.com>
8104
8105 * recentf.el (recentf-open-files): New command that works like
8106 `recentf-open-more-files', but shows the whole list of files (not just
8107 those omitted from the menu). Useful if you don't use a menu-bar!
8108 (recentf-open-more-files) Modified to use `recentf-open-files'.
8109
8110 (recentf-open-files, recentf-open-more-files)
8111 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8112
8113 (recentf-dialog-mode): New mode for dialogs. You can now just type
8114 "q" to cancel the dialogs.
8115
8116 2000-07-18 David Ponce <david@dponce.com>
8117
8118 * recentf.el: This is a major update of recentf.el. It adds new
8119 features to better organize the recentf menu and "More..." buffer.
8120
8121 Using new provided menu filtering functions you can now organize the
8122 recent files list:
8123
8124 - by major modes
8125 - by directories
8126 - by user defined rules
8127
8128 Finally, with the new `recentf-filter-changer' customizable filter you
8129 can define a ring of filters and dynamically (via the menu) cycle on
8130 each menu organization in the ring (a la msb).
8131
8132 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8133
8134 * eshell/eshell.el (eshell): Replace links to eshell.info with
8135 links to eshell, to avoid problems on systems where the manual is
8136 installed as `eshell'.
8137 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8138 * eshell/em-smart.el (eshell-smart): Ditto.
8139 * eshell/em-banner.el (eshell-banner): Ditto.
8140 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8141
8142 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8143 same-file check in the MS-DOS version (it does support inodes).
8144
8145 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8146
8147 * eshell/eshell.el (eshell-directory-name):
8148 Run default directory name through convert-standard-filename.
8149
8150 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8151
8152 * international/mule-cmds.el (select-safe-coding-system):
8153 Fix typo in the comment.
8154
8155 * language/european.el (compound-text):
8156 Force katakana-jisx0201 to be designated to G1.
8157
8158 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8159 Don't translate some national variant characters of latin-jisx0201.
8160 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8161
8162 * international/kkc.el (kkc-after-update-conversion-functions):
8163 New variable.
8164 (kkc-update-conversion): Run functions in it at the tail.
8165
8166 2000-07-16 John Wiegley <johnw@gnu.org>
8167
8168 * lisp/align.el (align-newline-and-indent):
8169 Adding new function. for auto-aligning blocks of code on RET.
8170 (align-region): Fixed badly formatted minibuffer message.
8171
8172 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8173
8174 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8175 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8176 the conversion list at first if appropriate.
8177 (kkc-next): Don't update kkc-next-count here.
8178 (kkc-prev): Don't update kkc-prev-count here.
8179 (kkc-show-conversion-list-update): Fix setting up of conversion
8180 list message.
8181
8182 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8183
8184 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8185
8186 2000-07-16 Dave Love <fx@gnu.org>
8187
8188 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8189 function to be more specific.
8190
8191 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8192 non-string help-echo.
8193 (widget-types-convert-widget): Defsubst it.
8194 (widget-echo-help): Try to cope with a help-echo function of two
8195 possible sorts.
8196
8197 2000-07-15 Jason Rumney <jasonr@gnu.org>
8198
8199 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8200 Declare as obsolete.
8201
8202 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8203
8204 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8205
8206 * hilit-chg.el: Fix typo.
8207
8208 2000-07-14 Dave Love <fx@gnu.org>
8209
8210 * info.el (Info-mode-menu): Fix use of :help, :enable.
8211
8212 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8215
8216 2000-07-13 Dave Love <fx@gnu.org>
8217
8218 * emacs-lisp/easymenu.el: Doc fixes.
8219 (easy-menu-remove): Defalias to ignore.
8220
8221 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8222 Call throw correctly.
8223
8224 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8225
8226 * faces.el (frame-background-mode): Doc fix.
8227
8228 * simple.el (eval-expression-print-length): Change custom type to
8229 allow entering nil as value.
8230
8231 2000-07-13 Dave Love <fx@gnu.org>
8232
8233 * progmodes/fortran.el (fortran-imenu-generic-expression):
8234 Change definition layout.
8235 (fortran-mode-menu): Reinstate customize entries.
8236
8237 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8238 Use :filter, per old XEmacs code.
8239
8240 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8241
8242 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8243 event when deciding what to send to the terminal.
8244
8245 2000-07-12 Dave Love <fx@gnu.org>
8246
8247 * cus-start.el: Add optional version as 4th element of specs and
8248 use it for several things new in v21. Remove load-path. Fix type
8249 of line-number-display-limit.
8250
8251 2000-07-11 Dave Love <fx@gnu.org>
8252
8253 * progmodes/fortran.el: Don't require easymenu.
8254 Use repeat counts in various regexps.
8255 (fortran-mode-syntax-table): Defvar directly.
8256 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8257 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8258 Use defvar, not defconst.
8259 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8260 (fortran-mode): Set fortran-comment-line-start-skip,
8261 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8262 (fortran-comment-indent): Use defsubst.
8263 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8264 Use fortran-comment-indent, not fortran-comment-indent-function.
8265 (fortran-comment-region, fortran-electric-line-number): Simplify.
8266 (fortran-auto-fill): New function.
8267 (fortran-do-auto-fill): Deleted.
8268 (fortran-find-comment-start-skip):
8269 Check for non-null comment-start-skip.
8270 (fortran-auto-fill-mode, fortran-fill-statement):
8271 Use fortran-auto-fill.
8272 (fortran-fill): Use fortran-auto-fill. Check for null
8273 comment-start-skip. Simplify final clause and use end-of-line finally.
8274
8275 * widget.el (widget-plist-member): New alias.
8276
8277 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8278
8279 * eshell/esh-module.el (toplevel): Reference
8280 byte-compile-current-file only if it is bound.
8281
8282 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8283
8284 * dired.el: Don't require `dired-aux'.
8285
8286 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8287
8288 * dired-aux.el (dired-show-file-type): New function.
8289 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8290 (dired-show-file-type): Add autoload.
8291
8292 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8293
8294 * international/mule-diag.el (describe-font): Adjusted for the
8295 change of fontset-info.
8296 (print-fontset): Likewise.
8297
8298 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8299
8300 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8301
8302 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8303
8304 * bindings.el: Bind `[delete]' to delete-char.
8305
8306 * dired.el (dired-find-alternate-file): New function.
8307 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8308 (toplevel): Require dired-aux when compiling.
8309 (dired-buffers): Move defvar within file to avoid compiler warning.
8310
8311 * info.el (Info-last-search): Variable removed.
8312 (Info-search-history): New variable.
8313 (Info-search): New Info-search-history.
8314
8315 * battery.el, info-look.el: Change author's mail address.
8316
8317 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8318
8319 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8320 if rmail-ignored-headers is nil.
8321 (rmail-retry-failure): Bind rmail-ignored-headers and
8322 rmail-displayed-headers to nil.
8323
8324 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8325
8326 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8327 (print-region-1): Don't hard code `-h' here.
8328
8329 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8330
8331 2000-07-01 Francesco Potorti` <pot@gnu.org>
8332
8333 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8334 exim can use "your message" instead of "the message".
8335
8336 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8337
8338 * facemenu.el: Docstrings fixes.
8339 (facemenu-get-face): Don't use internal-find-face.
8340 (facemenu-iterate): Rename arg to match the docstring.
8341
8342 * newcomment.el (uncomment-region): Be more careful when skipping
8343 backwards over `=' not to bump into BOBP.
8344
8345 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8346
8347 * ediff-diff.el (ediff-wordify): Use syntax table.
8348 * ediff-init.el (ediff-has-face-support-p): Use
8349 ediff-color-display-p.
8350 (ediff-color-display-p): Use display-color-p, changed to defun
8351 from defsubst.
8352 Got rid of special cases for NeXT and OS/2.
8353 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8354 face.
8355
8356 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8357
8358 * emacs-lisp/lucid.el: Require CL.
8359 (copy-tree, remprop): Remove, it's provided by CL.
8360 (map-keymap): Define in terms of cl-map-keymap.
8361 (extent-property, set-extent-end-glyph): New functions.
8362
8363 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8364
8365 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8366
8367 * Makefile.in (DONTCOMPILE): Add comment that the name may
8368 not be changed without changing the make-dist script.
8369
8370 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8371 (cl-mapc): Use mapc instead of cl-old-mapc.
8372
8373 2000-07-05 Andrew Innes <andrewi@gnu.org>
8374
8375 * makefile.nt: Add support for `bootstrap' and related targets.
8376
8377 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8378
8379 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8380 (easy-menu-do-define): Use `menu-item' format.
8381 Handle case where easy-menu-create-menu returns a symbol.
8382 Manually call the potential top-level filter in the function binding.
8383 (easy-menu-filter-return): New arg NAME.
8384 Convert to a keymap if MENU is an XEmacs menu.
8385 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8386 (easy-menu-converted-items-table, easy-menu-convert-item):
8387 New var and fun to memoize easy-menu-convert-item-1.
8388 (easy-menu-do-add-item): Use it.
8389 (easy-menu-create-menu): Use easy-menu-convert-item.
8390 Wrap easy-menu-filter-return around any :filter specification.
8391 Don't convert the menu if a filter was specified.
8392 Tell easy-menu-make-symbol not to check for MENU being an expression.
8393 (easy-menu-make-symbol): New arg NOEXP.
8394
8395 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8396
8397 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8398 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8399 (eval-defun): If called with prefix arg, instrument code for
8400 Edebug.
8401
8402 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8403 similar to that of eval-defun.
8404
8405 2000-07-04 Dave Love <fx@gnu.org>
8406
8407 * hl-line.el (hl-line-overlay): Make it permanent-local.
8408
8409 * calendar/todo-mode.el: Replaced with a working version, based on
8410 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8411
8412 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8413
8414 * paths.el (prune-directory-list): New function.
8415 (Info-default-directory-list): Rewritten to more methodically
8416 enumerate a big list of possible info directories (based on the
8417 list used by the standalone info reader).
8418
8419 * info.el (info-initialize): Use prune-directory-list to remove
8420 non-existent directories from Info-directory-list.
8421
8422 * paths.el (Info-default-directory-list): Try a list of possible
8423 info-directories instead of a single one. Add the possible
8424 info directory "/usr/share/info".
8425
8426 * woman.el (woman-man.conf-path): Explicitly include the debian
8427 man-db config file "/etc/manpath.config".
8428 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8429 are present in `manpath.config'.
8430 (woman-manpath): Include "/usr/share/man".
8431
8432 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8433
8434 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8435
8436 * startup.el (command-line): Initialize blink-cursor based
8437 on window-system.
8438
8439 * frame.el (blink-cursor): Default to nil if not running under
8440 a window-system.
8441
8442 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8443 (face-x-resources): Remove duplicate entry for :font.
8444
8445 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8446 instead of cycling through windows with next-window.
8447
8448 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8449 of cycling through windows with next-window.
8450
8451 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8452 of cycling through windows with next-window.
8453
8454 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8455 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8456 instead of cycling through windows with next-window.
8457
8458 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8459 instead of cycling through windows with next-window.
8460
8461 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8462 of cycling through windows with next-window.
8463
8464 * terminal.el (te-process-output): Use walk-windows instead of
8465 cycling through windows with next-window.
8466
8467 * server.el (server-switch-buffer): Use some-window instead of
8468 cycling through windows with next-window.
8469
8470 * window.el (some-window): New function.
8471 (walk-windows): Remove reference to walk-windows-start.
8472
8473 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8474
8475 2000-07-03 Richard Stallman <rms@gnu.org>
8476
8477 * window.el (walk-windows): Guarantee termination by keeping a list
8478 of all the windows already handled.
8479
8480 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8481
8482 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8483 window-system.
8484
8485 * man.el (Man-notify-when-ready): Don't use window-system. If
8486 Man-notify-method is newframe, and the display is not
8487 multi-frame, select the frame created for the man page.
8488 (Man-init-defvars): Doc fix.
8489
8490 2000-06-28 Gerd Moellmann <gerd@gnu.org>
8491
8492 * faces.el (region): Change background color for light background.
8493
8494 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8495 attribute from mode-line face of Ediff control frame.
8496
8497 * replace.el (query-replace-map): Bind `e' like `E'.
8498
8499 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8500
8501 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8502 Change name to "Select All".
8503
8504 * dos-fns.el (convert-standard-filename): Fix last change.
8505
8506 2000-06-27 Gerd Moellmann <gerd@gnu.org>
8507
8508 * help.el (describe-variable): Don't insert a second `'s' in front
8509 of the string `value is shown below'. Since the syntax-table is
8510 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8511 an existing `'s', so that this won't be deleted.
8512
8513 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8514 * pcmpl-unix.el: New files.
8515
8516 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8517
8518 * wid-edit.el (widget-member): Use the new plist-member.
8519
8520 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8521
8522 * replace.el (perform-replace): Undo change of 2000-04-04.
8523 Instead, move backward 1 character at the end of the loop when
8524 necessary.
8525
8526 * faces.el (fringe): Change face for different backgrounds.
8527
8528 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8529 patch from John.
8530
8531 * eshell/*.el: Change spelling of the Free Software Foundation.
8532
8533 * eshell/esh-toggle.el: Removed.
8534
8535 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8536
8537 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8538 interactively.
8539
8540 2000-06-26 Alex Schroeder <alex@gnu.org>
8541
8542 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8543 `define-key'; instead of checking `(emacs-version)' check for
8544 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8545 for `;' and `o' which might be electric.
8546
8547 (sql-electric-stuff): New user option.
8548 (sql-magic-go): New function which uses `sql-electric-stuff'.
8549 (sql-magic-semicolon): New function which uses
8550 `sql-electric-stuff'.
8551
8552 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8553 is not fboundp.
8554
8555 (sql-oracle-options): New variable.
8556 (sql-oracle): Use it.
8557
8558 (sql-imenu-generic-expression): Doc change.
8559 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8560 is used.
8561
8562 (sql-informix): Added command line parameter "-" to force
8563 sql-informix-program to use stdout.
8564
8565 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8566
8567 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8568 (cp864-decode-table): Doc fix.
8569 (cp720-decode-table): New variable, supports the Arabic OEM
8570 codepage used by Windows.
8571 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8572
8573 2000-06-23 Dave Love <fx@gnu.org>
8574
8575 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8576 (font-lock-fontify-anchored-keywords): Use
8577 line-beginning-position.
8578 (global-font-lock-mode): Use mapc.
8579
8580 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8581
8582 * eshell/esh-module.el: Require CL when compiling.
8583
8584 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8585
8586 * comint.el (comint-substitute-in-file-name): Call replace-match
8587 with second and third arg t.
8588
8589 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8590 Specify foreground color.
8591
8592 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8593 color.
8594
8595 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8596
8597 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8598 cddr instead of cdddr.
8599
8600 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8601 instead of copy-list.
8602
8603 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8604 of copy-list.
8605
8606 * subdirs.el: Add eshell subdirectory.
8607
8608 * eshell: New subdirectory containing the Eshell package.
8609
8610 * pcomplete.el: New file.
8611
8612 2000-06-23 Paul Eggert <eggert@twinsun.com>
8613
8614 * mail/mailpost.el (post-mail-send-it): Make sure file has
8615 proper permissions from birth.
8616
8617 * files.el (basic-save-buffer-2): When temporarily setting
8618 file modes, set them to current modes plus 0200, not to 0777.
8619
8620 * emerge.el (emerge-make-temp-file): Make sure file has proper
8621 permissions from birth.
8622
8623 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8624
8625 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8626 backup file name through convert-standard-filename.
8627
8628 * dos-fns.el (convert-standard-filename): Convert leading
8629 directories as well. When long file names are supported, convert
8630 characters that are invalid in Windows file names.
8631
8632 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8633
8634 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8635 ps-print crashes. New feature: page selection for printing. Create
8636 raw-text-unix coding system for XEmacs. Doc fix.
8637 (ps-print-version): New version number (5.2.3).
8638 (ps-plot-region): Bug fix.
8639 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8640 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8641 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8642 funs.
8643 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8644 (ps-last-page): New vars.
8645
8646 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8647
8648 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8649 empty option string.
8650
8651 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8652
8653 * man.el (man): Doc fix.
8654
8655 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8656
8657 * international/mule-cmds.el (set-language-info-alist): Docstring
8658 fixed.
8659
8660 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8661
8662 * version.el (emacs-version): Use ISO date format.
8663
8664 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8665 instead of `M-backspace'.
8666
8667 * simple.el (turn-off-auto-fill): New function.
8668
8669 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8672 Renamed from with-buffer-prepared-for-font-lock and use
8673 inhibit-modification-hooks rather than setting *-change-functions.
8674 Update all functions to use the new name.
8675 (jit-lock-first-unfontify-pos): New semantics (and doc).
8676 (jit-lock-mode): Make non-interactive.
8677 Don't automatically turn on font-lock.
8678 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8679 Always use jit-lock-after-change.
8680 Remove and restore font-lock-after-change-function.
8681 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8682 (jit-lock-after-unfontify-buffer): Remove.
8683 (jit-lock-stealth-fontify):
8684 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8685 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8686
8687 2000-06-20 Sam Steingold <sds@gnu.org>
8688
8689 * emacs-lisp/cl-indent.el (toplevel): Indent
8690 `print-unreadable-object' properly. Untabify.
8691
8692 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8693
8694 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8695 Support for bibentry.
8696 (reftex-compile-variables): Fixed problem with end of section-re.
8697
8698 * texmodes/reftex-dcr.el (reftex-view-crossref,
8699 reftex-view-crossref-from-bibtex):
8700 Deal with changed `reftex-find-citation-regexp-format'.
8701 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8702 Replaced `remprop' with `put'.
8703 (reftex-view-crossref, reftex-view-crossref-when-idle):
8704 Support for bibentry.
8705
8706 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8707 New entry for bibentry package.
8708
8709 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8710 Regexp also matches "\nobibliography".
8711
8712 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8713 Call `reftex-ensure-write-access' before doing anything.
8714 (reftex-ensure-write-access): New function.
8715
8716 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8717
8718 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8719
8720 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8721
8722 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8723
8724 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8725
8726
8727 2000-06-20 Dave Love <fx@gnu.org>
8728
8729 * faces.el (frame-background-mode): Use set-default, not set, in
8730 setter.
8731 (frame-update-faces, frame-update-face-colors): Define with
8732 defalias.
8733
8734 * enriched.el (enriched-decode-foreground)
8735 (enriched-decode-background): Don't use internal-find-face.
8736
8737 * apropos.el: Doc fixes.
8738
8739 * cus-edit.el (customize-changed-options): Check arg.
8740 (customize-version-lessp): Don't require decimal point.
8741
8742 * custom.el (defcustom, defgroup): Doc fix.
8743
8744 * newcomment.el (comment) <defgroup>: Add :version.
8745 (comment-multi-line): Doc fix.
8746
8747 * emulation/mlsupport.el (define-hooked-local-abbrev,
8748 define-hooked-global-abbrev): Fix, using define-abbrev.
8749
8750 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8751
8752 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8753 the whole buffer.
8754
8755 2000-06-19 Dave Love <fx@gnu.org>
8756
8757 * menu-bar.el (menu-bar-options-save): New function.
8758 (menu-bar-options-menu): Use it.
8759 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8760 Simplify.
8761
8762 2000-06-19 Andreas Schwab <schwab@suse.de>
8763
8764 * progmodes/etags.el (tags-query-replace): Put new parameters
8765 START and END at the end, for backward compatibility.
8766
8767 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8768
8769 * international/codepage.el:
8770 (cp-coding-system-for-codepage-1): Delete special codes for
8771 generating xxx-dos coding system because now a CCL based coding
8772 system can handle EOL conversion by default.
8773
8774 * international/mule.el (make-coding-system): Generate subsidiary
8775 coding systems for EOL handling variants even for a CCL based
8776 coding system.
8777
8778 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8779
8780 * international/isearch-x.el (isearch-minibuffer-input-method)
8781 (isearch-minibuffer-input-method-function): These variables
8782 deleted.
8783 (isearch-with-input-method): Don't use the above variables.
8784 (isearch-process-search-multibyte-characters): Likewise. Call
8785 read-string with the arg INHERIT-INPUT-METHOD t.
8786
8787 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8788
8789 * font-lock.el (font-lock-after-fontify-buffer)
8790 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8791
8792 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8793 Use consistent make-local-variable style for font-lock-fontified.
8794 (jit-lock-fontify-buffer):
8795 Don't bother checking for font-lock-mode and jit-lock-mode.
8796
8797 * time.el: Remove trailing ^M that prevent CVS-merging.
8798
8799 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8800
8801 * Makefile.in (distclean): New target.
8802
8803 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8804
8805 * Makefile.in (srcdir): Define for update-subdirs.
8806
8807 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8808
8809 * find-lisp.el: New file.
8810
8811 2000-06-16 Andrew Innes <andrewi@gnu.org>
8812
8813 * time.el (display-time-mail-function): New variable, to allow
8814 external packages to indicate when new mail is available.
8815 (display-time-update): Use it.
8816
8817 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8818
8819 * international/mule.el (mule-version): Change version name to
8820 SAKAKI. AOI has already been used by Meadow.
8821
8822 * international/quail.el (quail-show-guidance-buf): To find the
8823 bottom window (but minibuffer), pay attention to the height of
8824 minibuffer.
8825
8826 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8827
8828 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8829 menu-bar menus. Add help strings. Don't remove the Edit menu
8830 from the menu bar, as the menu bar has enough space now.
8831
8832 * Makefile.in (SHELL): Make sure /bin/sh is used.
8833
8834 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8835 characters, which use series of two ^H characters instead of one.
8836
8837 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8838
8839 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8840 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8841 functions.
8842 (Info-find-node-2): Try a case-sensitive search first, then
8843 do a case-insensitive search.
8844
8845 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8846 tutorials.
8847
8848 * complete.el (PC-env-vars-alist): New variable.
8849 (PC-complete-as-file-name): New function.
8850 (partial-completion-mode): Initialize PC-env-vars-alist from
8851 process-environment.
8852 (PC-do-completion): Handle completion of env vars.
8853
8854 * info.el (Info-set-mode-line): Show file name in mode line,
8855 use `*Info*' instead of `Info:'.
8856
8857 * startup.el (command-line-1): Change copyright messages to year
8858 2000.
8859
8860 2000-06-15 Dave Love <fx@gnu.org>
8861
8862 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8863 not local-map.
8864
8865 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8866
8867 * international/mule.el (set-buffer-file-coding-system): Almost
8868 rewritten to handle `undecided' as no-op.
8869
8870 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8871
8872 * Makefile.in: New file.
8873
8874 * Makefile: Removed.
8875
8876 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8877 (goto-address-highlight-keymap): Bind C-c RET.
8878
8879 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8880
8881 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8882 inherits buffer-file-coding-system of the current buffer.
8883
8884 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8885 0. Give correct argument to set-auto-coding-function.
8886 (tar-expunge): For goto-char, use (point-min), not 0.
8887 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8888 (tar-subfile-save-buffer): Likewize.
8889
8890 * international/mule.el
8891 (after-insert-file-set-buffer-file-coding-system): Call
8892 set-buffer-file-coding-system with the arg FORCE t.
8893
8894 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8895
8896 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8897 nil. Contemporary sendmails issue an X-Authentication-Warning if
8898 the sender is set with `-f'.
8899
8900 2000-06-13 Dave Love <fx@gnu.org>
8901
8902 * help.el (describe-function-1): Kluge around cases of functions
8903 fset to subrs whose doc doesn't match their symbol-name.
8904
8905 * image.el (insert-image): Default STRING to a space.
8906
8907 * info.el Doc fixes.
8908 (Info-build-node-completions): Match Ref tags.
8909
8910 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8911
8912 * frame.el (display-multi-frame-p, display-multi-font-p): New
8913 defaliases for display-graphic-p.
8914
8915 * hl-line.el: Fixed a typo in commentary.
8916
8917 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8918
8919 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8920 fixed.
8921
8922 2000-06-12 Dave Love <fx@gnu.org>
8923
8924 * image.el (insert-image): Save a little consing.
8925
8926 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8927
8928 * language/tibet-util.el: Convert all tibetan-1-column characters
8929 to the corresponding tibetan characters.
8930 (tibetan-add-components): Delete code for the special treatment of
8931 'a chung.
8932
8933 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8934 change.
8935 (tibetan-vowel-transcription-alist): More rules added.
8936 (tibetan-composite-vowel-alist): New variable.
8937 (tibetan-precomposition-rule-alist): More rules added.
8938
8939 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8940
8941 * startup.el (command-line): Only call menu-bar-mode if interactive.
8942
8943 * thingatpt.el (toplevel symbol-properties):
8944 * textmodes/makeinfo.el (makeinfo-compile):
8945 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8946 * progmodes/hideif.el (hif-compress-define-list)
8947 (hide-ifdef-use-define-alist):
8948 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8949 (ange-ftp-vms-add-file-entry):
8950 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8951 * man.el (Man-build-man-command):
8952 * mail/rnewspost.el (news-reply-header-hook):
8953 * info.el (Info-insert-dir):
8954 * emulation/mlconvert.el (backward-word, forward-word, setq):
8955 * emacs-lisp/gulp.el (gulp-send-requests):
8956 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8957 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8958 (byte-optimize-apply, end of file):
8959 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8960 (ad-make-freeze-definition):
8961 * startup.el (command-line, command-line-1): Don't quote lambdas.
8962
8963 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8964 (cvs-cleanup-removed): New function.
8965 (cvs-cleanup-functions): New var.
8966 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8967 some flexibility in specifying additional entries to auto-cleanup.
8968 (cvs-quickdir): New function.
8969 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8970 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8971 (cvs-mode-find-file): Check that we are on a filename or dirname
8972 when invoked through a mouse-click.
8973 (cvs-full-path): Remove.
8974 (cvs-dired-action): Re-introduced.
8975 (cvs-dired-noselect): Use it.
8976 (vc-post-command-functions): use this new hook if available.
8977
8978 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8979 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8980 (cvs-filename-map, cvs-dirname-map): Remove.
8981 (cvs-default-action): Remove.
8982 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8983 if the arg is really a keymap.
8984 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8985 Don't hardcode the mapping from state (aka type) to face, but check
8986 the var cvs-fi-<type>-face instead.
8987 (cvs-fileinfo-from-entries): New function.
8988
8989 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8990 Docstring fix.
8991 (cvs-find-file-and-jump): Change default to be safer.
8992 (cvs-mode-diff-map): Define it as a function as well.
8993 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8994 Bind mouse-2 in this global map rather than with text-properties.
8995
8996 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8997 file to resolve the ambiguity between C(conflict) and C(need-merge).
8998
8999 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9000
9001 * international/mule.el (set-buffer-file-coding-system): If
9002 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9003 unconditionally.
9004
9005 2000-06-12 Dave Love <fx@gnu.org>
9006
9007 * wid-edit.el (widget-specify-button): Really suppress the face if
9008 required.
9009
9010 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9011
9012 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9013
9014 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9015
9016 * imenu.el (imenu-generic-expression): Docstring fix.
9017
9018 * composite.el (composition-function-table): Move the `put'
9019 below the autoload cookie so we can load the file before loaddefs.
9020
9021 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9022
9023 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9024 Handle easy-mmode-define-global-mode.
9025 For complex macros like define-minor-mode that can generate
9026 several autoload entries, try to autoload entries in the
9027 macroexpanded code.
9028
9029 * emacs-lisp/easy-mmode.el (define-minor-mode):
9030 If KEYMAP is a symbol, just use it.
9031 Use byte-compile-current-file and load-file-name to infer the
9032 proper :require to pass to defcustom.
9033 Wrap the hook var into `progn' so as not to autoload it.
9034 Add a :autoload-end cookie.
9035 Be more careful about the evaluation of KEYMAP.
9036 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9037 (define-derived-mode): Move define-abbrev-table outside of defvar.
9038
9039 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9040
9041 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9042 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9043 (backup-compiled-files): Ignore errors during `tar'.
9044 (bootstrap): Make autoloads before elc files.
9045
9046 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9047
9048 * international/mule.el (set-buffer-file-coding-system): If one of
9049 undecided-XXX is specified, change only EOL conversion.
9050
9051 * international/mule-conf.el (unix): New alias for the coding
9052 system undecided-unix.
9053
9054 2000-06-09 Dave Love <fx@gnu.org>
9055
9056 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9057
9058 * progmodes/executable.el: Byte compile dynamic.
9059 (executable-insert): Change custom type.
9060 (executable-find): Add autoload cookie.
9061 (executable-make-buffer-file-executable-if-script-p): New
9062 function. After Noah Friedman.
9063
9064 * files.el (after-save-hook): Customize, with
9065 executable-make-buffer-file-executable-if-script-p as an option.
9066
9067 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9068
9069 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9070 "tib24p-mule.bdf" for Tibetan.
9071
9072 * composite.el (decompose-composite-char): Declare it as obsolete.
9073
9074 * man.el (Man-fontify-manpage): Pay attention to underline and
9075 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9076
9077 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9078
9079 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9080 Set maintainer to FSF since author isn't reachable.
9081
9082 2000-06-08 Dave Love <fx@gnu.org>
9083
9084 * international/mule-cmds.el (select-safe-coding-system): If
9085 DEFAULT-CODING-SYSTEM is not specified, also check the most
9086 preferred coding-system if buffer-file-coding-system is
9087 `undecided'. From Handa.
9088
9089 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9090
9091 * international/mule.el
9092 (after-insert-file-set-buffer-file-coding-system): If the buffer
9093 size is greater than INSERTED, judget that we are not visiting.
9094
9095 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9096
9097 * whitespace.el (defgroup whitespace): Comment out `:version'.
9098 XEmacs 20.4 has problems defining the group with this present.
9099 We'll have this commented out till get resolve the problem.
9100
9101 2000-06-07 John Wiegley <johnw@gnu.org>
9102
9103 * align.el (align-dq-string-modes, align-sq-string-modes)
9104 (align-open-comment-modes): Add pyhton-mode.
9105 (align-rules-list): Use get-text-property instead of
9106 text-properties-at.
9107 (align-rules-list): Add python-assignment.
9108 (align-rules-list): Change perl-comma-delimiter to
9109 basic-comma-delimiter. Use if for Perl modes and python-mode.
9110 (align-rules-list): Add python-chain-logic and
9111 basic-line-continuation.
9112
9113 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9114
9115 * apropos.el (apropos-mode-hook): New user variable.
9116 (apropos-mode): Run apropos-mode-hook.
9117
9118 2000-06-07 David Ponce <david@dponce.com>
9119
9120 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9121 commands. Require `wid-edit' at run-time.
9122
9123 2000-06-07 David Ponce <david@dponce.com>
9124
9125 * recentf.el: Added some "Commentary".
9126 (recentf-open-more-files, recentf-edit-list): Minor changes to
9127 move the point at the top of the file list. This behaviour is
9128 consistent with the menu one when the list contains a lot of
9129 files.
9130 (recentf-cleanup): Now displays the number of items removed from
9131 the list.
9132 (recentf-relative-filter) New menu filter to show filenames
9133 relative to `default-directory'.
9134
9135 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9136
9137 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9138 with/without giving an error if PostScript printer doesn't have this
9139 kind of page size. Zebra Stripe continues or restarts on next page.
9140 Manual/automatic paper feeding. Switch or not the header.
9141 (ps-print-version): New version number (5.2.2).
9142 (ps-windows-system): Include emx as a Windows system.
9143 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9144 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9145 (ps-background-text): Code fix.
9146 (ps-error-handler-message, ps-user-defined-prologue)
9147 (ps-print-prologue-header, ps-printer-name)
9148 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9149 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9150 (ps-use-face-background): Customization fix.
9151 (ps-n-up-database): Data fix.
9152 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9153 (ps-switch-header): New vars.
9154 (ps-xemacs-color-name, ps-face-foreground-name)
9155 (ps-face-background-name, ps-boolean-constant): New funs.
9156
9157 2000-06-07 Dave Love <fx@gnu.org>
9158
9159 * allout.el: New version from Manheimer.
9160
9161 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9162
9163 * textmodes/fill.el (fill-find-break-point): Check the validity of
9164 charset.
9165
9166 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9167
9168 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9169 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9170 Call display-color-p and display-mouse-p instead of looking at
9171 window-system.
9172
9173 2000-06-06 Dave Love <fx@gnu.org>
9174
9175 * image.el (find-image): Doc fix. Return nil if image not found.
9176 (put-image, insert-image): Make STRING arg optional.
9177
9178 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9179
9180 * language/vietnamese.el: Remove eval-when-compile.
9181 (viet-viscii-nonascii-translation-table): Define it as a
9182 translation table made from viet-viscii-decode-table.
9183 (viet-viscii-encode-table): Define it as a translation table made
9184 from the reverse map of above.
9185 (viet-vscii-nonascii-translation-table): Define it as a
9186 translation table made from viet-vscii-decode-table.
9187 (viet-vscii-encode-table): Define it as a translation table made
9188 from the reverse map of above.
9189 (ccl-decode-viscii): Use translate-character.
9190 (ccl-encode-viscii, ccl-encode-viscii-font)
9191 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9192 Likewize.
9193
9194 * language/cyrillic.el: Remove eval-when-compile.
9195 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9196 translation table made from cyrillic-koi8-r-decode-table.
9197 (cyrillic-koi8-r-encode-table): Define it as a translation table
9198 made from the reverse map of above.
9199 (ccl-decode-koi8): Use translate-character.
9200 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9201 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9202 a translation table made from cyrillic-alternativnyj-decode-table.
9203 (cyrillic-alternativnyj-encode-table): Define it as a translation
9204 table made from the reverse map of above.
9205 (ccl-decode-alternativnyj): Use translate-character.
9206 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9207 Likewize
9208
9209 * international/mule-diag.el (non-iso-charset-alist): Specify
9210 translation table symbol instead of translation table itself.
9211 (list-block-of-chars): CHARSET may be a translation table symbol.
9212
9213 * international/mule.el (make-coding-system): If CODING-SYSTEM
9214 already exists, override it.
9215
9216 * international/fontset.el: Use family `proportional' for Tibetan
9217 fonts.
9218
9219 * international/ccl.el (ccl-compile-translate-character): Don't
9220 check if Rrr has property translation-table.
9221 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9222
9223 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9224
9225 * info.el: Bind case-fold-search to t when searching in case
9226 a user sets it to nil in a hook.
9227
9228 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9229
9230 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9231 * hl-line.el (hl-line-mode): Use the new :global key argument.
9232
9233 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9234 (tar-clip-time-string): Prepend a space.
9235 (tar-grind-file-mode): Construct a string rather than modifying one.
9236 (tar-header-block-summarize): Fix docstring.
9237 Use `format' rather than an error-prone set of copy-loops.
9238
9239 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9240 (diff-goto-source, diff-unified->context, diff-context->unified)
9241 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9242 understand the format output by the `-p' argument to diff.
9243
9244 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9245 (sh-re-done): Use defconst.
9246 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9247 (sh-help-string-for-variable, sh-guess-basic-offset):
9248 Don't quote lambdas.
9249 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9250 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9251
9252 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9253 (mh-letter-mode): Derive from text-mode.
9254 This implicitly means that it now calls kill-all-local-variables.
9255 Also remove the Emacs-18 compatibility code.
9256
9257 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9258 Make use of symbol-property doc-string-elt.
9259 Use memq rather than a sequence of eq.
9260 (doc-string-elt): Fix the wrong or missing previously unused values.
9261 (autoload-print-form): New function extracted from
9262 generate-file-autoloads to allow recursion when handling progn
9263 so that defvar's and defun's docstrings are properly printed.
9264 (generate-file-autoloads): Use it.
9265
9266 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9267 Use find-file-hooks in the minor-mode function.
9268 Be careful not to loop indefinitely in the post-command-hook function.
9269
9270 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9271
9272 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9273 tty's.
9274 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9275 differences whenever appropriate.
9276 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9277 * viper.el (find-file, find-file-other-window): Get viper to do
9278 wildcards.
9279
9280 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9283 (jit-lock-fontify-buffer): New function for JIT refontification.
9284 (jit-lock-mode): Fix docstring.
9285 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9286 Remove jit-lock-after-change from the _local_ hook.
9287 (jit-lock-function-1): Fix docstring.
9288
9289 * info.el (Info-on-current-buffer): Initialize info.
9290
9291 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9292
9293 * progmodes/tcl.el (tcl-indent-for-comment):
9294 Ignore comment-indent-hook.
9295
9296 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9297 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9298 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9299 and improve to use the lighter to guess the capitalization.
9300 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9301 Add keyword arguments to specify global-ness or the custom group.
9302 Add local-map and help-echo properties to the lighter.
9303 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9304 (easy-mmode-define-global-mode): New macro.
9305
9306 2000-06-02 Dave Love <fx@gnu.org>
9307
9308 * wid-edit.el: byte-compile-dynamic since we typically don't use
9309 all the widgets. Don't require cl or widget. Remove
9310 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9311 (widget-read-event): Removed. Callers changed to use read-event.
9312 (widget-button-release-event-p): Renamed from
9313 button-release-event-p.
9314 (widget-field-add-space, widget-field-use-before-change):
9315 Uncustomize.
9316 (widget-specify-field): Use keymap property, not local-map.
9317 (widget-specify-button): Obey :suppress-face.
9318 (widget-specify-insert): Use modern backquote syntax.
9319 (widget-image-directory): Renamed from widget-glyph-directory.
9320 (widget-image-enable): Renamed from widget-glyph-enable.
9321 (widget-image-find): Replaces widget-glyph-find.
9322 (widget-button-pressed-face): Move defvar.
9323 (widget-image-insert): Replaces widget-glyph-insert.
9324 (widget-convert): Use keywordp.
9325 (widget-leave-text, widget-children-value-delete): Use mapc.
9326 (widget-keymap): Remove XEmacs stuff.
9327 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9328 (widget-button-click): Don't set point at the click, but re-centre
9329 if we scroll out of window. Rewritten for images v. glyphs &c.
9330 (widget-tabable-at): Use POS arg, not point.
9331 (widget-beginning-of-line, widget-end-of-line)
9332 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9333 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9334 (widget-default-create): Use widget-image-insert; some rewriting.
9335 (widget-visibility-value-create)
9336 (widget-push-button-value-create, widget-toggle-value-create): Use
9337 widget-image-insert.
9338 (checkbox): Create on and off images dynamically.
9339 (documentation-link): Change :help-echo.
9340 (widget-documentation-link-echo-help): Remove.
9341
9342 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9345
9346 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9347 (easy-mmode-define-toggle, define-minor-mode): Use it.
9348 (easy-mmode-define-keymap): Docstring fix.
9349 (define-derived-mode): Default PARENT to fundamental-mode.
9350 Add the derived-mode-parent symbol-property.
9351 (easy-mmode-derived-mode-p): New function.
9352
9353 2000-06-02 Dave Love <fx@gnu.org>
9354
9355 * files.el (convert-standard-filename): Doc fix.
9356 (normal-backup-enable-predicate): New function.
9357 (backup-enable-predicate): Use it to replace the lambda form.
9358
9359 * calendar/todo-mode.el: [This needs more work on the outline
9360 stuff.] Doc fixes.
9361 (todo) <defgroup>: Add :version.
9362 (todo-add-category): Don't use pushnew.
9363 (todo-cmd-raise): Fix typo.
9364 (todo-top-priorities): Change temp buffer name.
9365 (todo-category-alist): Avoid redundant lambda.
9366 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9367 Use outline-next-heading.
9368
9369 * autoarg.el: Rewritten to use define-minor-mode.
9370 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9371 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9372
9373 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9374
9375 * isearch.el (isearch-other-meta-char): Fix previous change.
9376
9377 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9378
9379 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9380 (log-edit-done): Only add the comment to the ring if it's different
9381 from the last comment entered.
9382
9383 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9384
9385 2000-06-01 Dave Love <fx@gnu.org>
9386
9387 * hl-line.el: Rewritten using define-minor-mode.
9388
9389 * help.el (describe-function-1): Distinguish special form from
9390 builtin function. Sanity-check presence of arglist for builtins.
9391
9392 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9393
9394 * international/characters.el: Fix syntax/category setting of
9395 Tibetan characters.
9396
9397 * language/tibet-util.el (tibetan-add-components): Fixes for new
9398 encoding of Tibetan characters.
9399 (tibetan-decompose-precomposition-alist): New variable.
9400 (tibetan-decompose-region): Convert precomposed characters to
9401 non-precomposed characters.
9402 (tibetan-decompose-string): Likewise.
9403 (tibetan-composition-function): Fix args to
9404 thibetan-compose-string.
9405
9406 * language/tibetan.el (tibetan-composable-pattern): More
9407 characters included.
9408 (tibetan-consonant-transcription-alist): Rule for "R" added.
9409 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9410 "+R" added.
9411 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9412
9413 * language/lao-util.el (lao-composition-function): Fix args to
9414 compose-string.
9415
9416 * language/thai-util.el (thai-composition-function): Fix args to
9417 compose-string.
9418
9419 * isearch.el (isearch-update): Set disable-point-adjustment to t
9420 to prevent the point moving to the end of a composition when a
9421 part of a composition is searched.
9422 (isearch-other-meta-char): If the key invoking this command can be
9423 mapped by function-key-map to a printing char, call
9424 isearch-process-search-char directly.
9425
9426 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9427
9428 * emacs-lisp/bytecomp.el:
9429 * frame.el:
9430 * international/mule-cmds.el:
9431 * international/mule-util.el:
9432 * international/mule.el:
9433 * mouse.el:
9434 * subr.el:
9435 * faces.el: Update calls to make-obsolete with a WHEN argument.
9436
9437 * byte-run.el (make-obsolete, make-obsolete-variable):
9438 Add an optional WHEN argument and change the format of the
9439 symbol-property information.
9440 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9441 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9442 new obsolete-symbol-property format and print WHEN if it is provided.
9443
9444 2000-05-31 Dave Love <fx@gnu.org>
9445
9446 * loadhist.el (loadhist-hook-functions): Remove
9447 before-change-function, after-change-function.
9448 (unload-feature): Deal with symbols which are both bound and
9449 fbound.
9450
9451 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9452 before-change-function, after-change-function.
9453
9454 * simple.el (newline): Don't bind before-change-function,
9455 after-change-function.
9456
9457 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9458
9459 * whitespace.el (whitespace-rescan-timer-time): Update interval
9460 set to 600 seconds (10 minutes) instead of 60 seconds since
9461 a large number of whitespace buffers causes emacs to `freeze'
9462 for a considerable amount of time.
9463
9464 * whitespace.el: Updated email address
9465
9466 2000-05-31 Dave Love <fx@gnu.org>
9467
9468 * add-log.el (change-log-font-lock-keywords) <function>: Add
9469 pattern for function of change.
9470 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9471 acknowledgements patterns.
9472
9473 2000-05-31 Kenichi Handa <handa@etl.go.jp>
9474
9475 * isearch.el (isearch-printing-char): If keyboard coding system is
9476 being used, call isearch-process-search-multibyte-characters.
9477
9478 * international/isearch-x.el: Mostly rewritten.
9479
9480 * international/quail.el (quail-start-conversion): Don't include
9481 unhandled events in the returned events, but set them in
9482 unread-command-events. Exit if all inputs are deleted.
9483
9484 2000-05-30 Jason Rumney <jasonr@gnu.org>
9485
9486 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9487
9488 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9489 Reenable code to create initial fontsets.
9490 Use set-fontset-font in place of put-charset-property.
9491
9492 2000-05-30 Gerd Moellmann <gerd@gnu.org>
9493
9494 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9495 label, ensure that the first colon isn't followed by another.
9496
9497 * paths.el (Info-default-directory-list): Doc fix.
9498
9499 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9500 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9501 send a query containing USER only, not USER@HOST.
9502
9503 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9504 and rmail-msgend to compute the restriction at the end, instead of
9505 computing it.
9506
9507 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9508
9509 * dabbrev.el (dabbrev-expand): Don't display messages in the
9510 echo area if the minibuffer window is active.
9511
9512 * jit-lock.el (jit-lock-mode): Add after change function to
9513 local hook.
9514
9515 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9516
9517 * antlr-mode.el: New commands: hide/unhide actions,
9518 upcase/downcase literals.
9519 (antlr-tiny-action-length): New user option.
9520 (antlr-hide-actions): New command. Suggested by
9521 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9522 (antlr-mode-map): New binding [C-c C-v].
9523 (antlr-mode-menu): New entries.
9524 (antlr-downcase-literals): New command.
9525 (antlr-upcase-literals): Ditto.
9526
9527 * antlr-mode.el: Minor changes: indendation, mode-name.
9528 (antlr-indent-line): Indent cpp directive at column 0.
9529 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9530
9531 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9532 (antlr-font-lock-additional-keywords): Workaround for intentional
9533 bug in XEmacs version of font-lock.
9534 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9535 be used by a smarter version of `buffers-menu-grouping-function'.
9536
9537 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9538
9539 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9540 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9541
9542 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9543
9544 * international/encoded-kb.el
9545 (encoded-kbd-iso2022-designation-map): Pay attention to that
9546 charset-iso-final-char return -1 for eight-bit-control and
9547 eight-bit-graphic.
9548
9549 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9550
9551 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9552 (speedbar-easymenu-definition-base): Use display-graphic-p where
9553 available, instead of window-system.
9554
9555 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9556
9557 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9558 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9559 coding systems.
9560
9561 2000-05-26 Dave Love <fx@gnu.org>
9562
9563 * disp-table.el (standard-display-underline): Don't use
9564 internal-find-face.
9565
9566 * mail/reporter.el: Maintainer change. Doc fixes.
9567 (reporter-version): Deleted.
9568
9569 * emacs-lisp/elp.el: Maintainer change.
9570 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9571
9572 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9573
9574 * add-log.el (add-change-log-entry): Merge the current entry with the
9575 previous one if the previous one is empty.
9576
9577 2000-05-26 Dave Love <fx@gnu.org>
9578
9579 * loadhist.el (unload-feature): Fix interactive spec [from
9580 lijnzaad@ebi.ac.uk].
9581
9582 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9583 subr-arity to check primitives.
9584 (byte-compile-flush-pending, byte-compile-file-form-progn)
9585 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9586 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9587 mapcar.
9588
9589 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9590
9591 * international/fontset.el: Set family names of non-latin charsets
9592 in default fontset to "*".
9593
9594 * international/mule-diag.el (print-fontset): Combine family part
9595 and registry part of the fontname by "-*-" instead of "-".
9596
9597 * international/mule-cmds.el (encode-coding-char): Make strings
9598 multibyte before calling encode-coding-string.
9599
9600 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9601
9602 * derived.el: Fix keywords.
9603 (define-derived-mode): Only define if needed.
9604
9605 * simple.el (fill-comment, comment-column, comment-start)
9606 (comment-start-skip, comment-end, comment-indent-function)
9607 (block-comment-start, block-comment-end, indent-for-comment)
9608 (set-comment-column, kill-comment, comment-padding, comment-region)
9609 (comment-multi-line, indent-new-comment-line): Remove.
9610
9611 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9612 function names for comment operations.
9613
9614 * newcomment.el: Add abundant autoload cookies.
9615 (comment-style): Don't depend on runtime data at compile-time.
9616 (comment-indent-hook): Remove.
9617 (comment-indent): Check if comment-indent-hook is bound.
9618 (comment-region): Docstring fix.
9619
9620 2000-05-25 Dave Love <fx@gnu.org>
9621
9622 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9623 byte-code-function-p.
9624
9625 * mail/rmailsum.el: Add provide.
9626
9627 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9628
9629 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9630 defcustom.
9631
9632 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9633
9634 * ediff-diff.el (ediff-exec-process): delete --binary option from
9635 non-buffer ediff jobs.
9636
9637 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * hilit-chg.el (highlight-changes-mode): Ask about color or
9640 grayscale support, not about window-system.
9641
9642 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9643 window-system.
9644 (ffap-highlight): Always default to t.
9645
9646 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9647 display-popup-menus-p instead of looking at window-system.
9648
9649 * disp-table.el (standard-display-g1, standard-display-graphic):
9650 Only refuse to use string glyphs on X and MS-Windows.
9651
9652 * avoid.el: Remove window-system from commentary, suggest to use
9653 display-*-p instead.
9654
9655 * apropos.el (apropos-print): Use display-mouse-p instead of
9656 window-system.
9657
9658 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9659
9660 * international/codepage.el (cp-decoding-vector-for-codepage):
9661 Fill up unsupported characters with their own codes. From Kenichi
9662 Handa.
9663
9664 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9665
9666 * international/mule-diag.el (describe-char-after): Use
9667 display-graphic-p instead of window-system, so that this function
9668 works on MS-DOS.
9669
9670 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9671
9672 * international/codepage.el (cp-make-coding-systems-for-codepage):
9673 Remove the eight-bit-graphic and eight-bit-control charsets from
9674 the list of charsets which we convert into `?'.
9675
9676 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9677
9678 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9679 private charsets.
9680 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9681 japanese-jisx0213-2): New charsets.
9682
9683 * international/fontset.el: Setup default fontset for new charsets.
9684
9685 2000-05-24 Dave Love <fx@gnu.org>
9686
9687 * info.el (Info-find-node-2): Restructure [following "Vadim
9688 S. Solomin" <sovs@uic.nnov.ru>].
9689
9690 * icomplete.el: Fix header for Finder.
9691
9692 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9693
9694 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9695 STAY.
9696
9697 * rmail.el (rmail-automatic-folder-directives): New user variable.
9698 (rmail-show-message): Add call to `rmail-auto-file' during
9699 display.
9700 (rmail-auto-file): New function.
9701
9702 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9703
9704 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9705 account.
9706 (ediff-test-utility,ediff-diff-mandatory-option)
9707 (ediff-reset-diff-options): Utilities for proper initialization of
9708 ediff-diff-options and ediff-diff3-options on Windows.
9709
9710 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9711 variable.
9712
9713 * ediff-mult.el (ediff-filegroup-action): Use
9714 ediff-merge-filename-prefix.
9715
9716 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9717
9718 * viper-ex.el (ex-write): Set selective display to nil.
9719
9720 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9721
9722 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9723 aliases for hebrew-iso-8bit.
9724
9725 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9726
9727 * woman.el: New version from Francis J. Wright
9728 <F.J.Wright@Maths.QMW.ac.uk>.
9729 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9730 names in environment variables regardless of the path separator.
9731 (woman-topic-all-completions-1): Don't call file-name-directory-p
9732 on all files, since woman-file-regexp already filters out any
9733 directories.
9734
9735 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9736
9737 * international/quail.el (quail-start-translation): Don't change
9738 modified-p of the current buffer.
9739 (quail-start-conversion): Likewise.
9740
9741 * international/kkc.el (kkc-region): Don't change modified-p of
9742 the current buffer.
9743
9744 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9745 conform to RFC1468.
9746 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9747
9748 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9749
9750 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9751 (speedbar-insert-button): Invisible text property fix.
9752 (speedbar-directory-plus): Renamed from speedbar-directory-+
9753 (speedbar-directory-minus): Renamed from speedbar-directory--
9754 (speedbar-page-plus): Renamed from speedbar-file-+
9755 (speedbar-page-minus): Renamed from speedbar-file--
9756 (speedbar-page): Renamed from speedbar-file-
9757 (speedbar-tag): Renamed from speedbar-tag-
9758 (speedbar-tag-plus): Renamed from speedbar-tag-+
9759 (speedbar-tag-minus): Renamed from speedbar-tag--
9760 (speedbar-expand-image-button-alist): Use above renames.
9761
9762 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9763 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9764 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9765 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9766 * sb-pg.xpm: Renamed from sb-file.xpm
9767 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9768 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9769
9770 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9771
9772 * international/quail.el (quail-show-guidance-buf): Set
9773 current-input-method of the guidance buffer to the name of the
9774 curren input method.
9775
9776 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9777
9778 * progmodes/compile.el (compile-internal): Style typo.
9779
9780 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9781 quote vars and functions in the docstring.
9782
9783 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9784
9785 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9786 Don't quote lambdas.
9787
9788 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9789
9790 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9791
9792 * startup.el (command-line): Determine source file of compiled
9793 user init file differently. Warn if compiled user init file
9794 is older than its source file.
9795
9796 * ffap.el (ffap-url-regexp): Add `https'.
9797
9798 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9799
9800 * files.el (make-backup-file-name-1): Replace slashes with `!'
9801 rather than `|' (which is not allowed on Windows). Replace the
9802 drive letters with a string "drive_X".
9803
9804 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9805
9806 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9807
9808 * files.el (interpreter-mode-alist): Add `bash2'.
9809
9810 2000-05-22 Dave Love <fx@gnu.org>
9811
9812 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9813 mapc.
9814 (feature-file): Avoid calling symbol-name. Doc fix.
9815 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9816 (loadhist-hook-functions): Add mouse-position-function.
9817 (unload-feature): Change uses of mapcar.
9818
9819 * files.el (parse-colon-path): Doc fix.
9820 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9821 (set-auto-mode): Use mapc.
9822
9823 * complete.el (PC-look-for-include-file): Use :alnum: character
9824 class.
9825 (partial-completion-mode): Add autoload cookie.
9826
9827 2000-05-22 Sam Steingold <sds@gnu.org>
9828
9829 * info.el (Info-fontify-node): Fixed the call to
9830 `add-text-properties' (bug introduced on 2000-05-18).
9831
9832 2000-05-22 Dave Love <fx@gnu.org>
9833
9834 * bindings.el: Remove debug-ignored-errors set in other files.
9835
9836 * progmodes/etags.el: Add to debug-ignored-errors.
9837 (visit-tags-table-buffer): Clear out buffers holding old tables
9838 when making a new list.
9839 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9840 mapc.
9841
9842 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9843 quote keywords.
9844 (cmpl-string-case-type): Use character classes.
9845
9846 * comint.el:
9847 * textmodes/ispell.el:
9848 * imenu.el:
9849 * mail/mh-e.el:
9850 * progmodes/compile.el: Add to debug-ignored-errors.
9851
9852 * dabbrev.el: Add to debug-ignored-errors.
9853 (dabbrev-completion): Use mapc.
9854
9855 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9856
9857 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9858 (woman-mapcan, woman-parse-man.conf)
9859 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9860 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9861 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9862 path syntax better.
9863 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9864 (woman-manpath): Call woman-parse-man.conf.
9865 (woman-emulation): New defcustom, defaults to nroff.
9866 (woman-font-support): New defconst.
9867 (woman-use-symbol-font): New defcustom.
9868 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9869 "Emulation".
9870 Many functions: Doc fix.
9871
9872 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9873
9874 * international/quail.el (quail-simple-translation-keymap): Map
9875 128..255 to quail-self-insert-command.
9876 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9877
9878 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9879
9880 * help.el (help-manyarg-func-alist): Typo.
9881
9882 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9883 intervals which makes it heaps simpler.
9884
9885 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9886 the nested comment markers.
9887
9888 * subr.el (remove-hook): Don't turn the hook's value into a list.
9889
9890 2000-05-21 Dave Love <fx@gnu.org>
9891
9892 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9893 are invalid characters.
9894
9895 * international/mule-util.el (detect-coding-with-priority): Use
9896 mapc. Remove redundant lambda.
9897
9898 * international/mule-diag.el (list-non-iso-charset-chars)
9899 (describe-fontset): Remove redundant lambda.
9900
9901 * emulation/crisp.el (brief-mode): New alias.
9902
9903 * emacs-lisp/ring.el (ring-elements): New function.
9904
9905 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9906 (easy-menu-do-add-item): Use keywordp.
9907
9908 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9909
9910 * replace.el: Doc and error message fixes.
9911 (replace-highlight): Use facep, not internal-find-face.
9912
9913 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9914
9915 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9916
9917 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9918 (log-edit-insert-changelog): Drop `:' as well.
9919
9920 * log-view.el: Fix file description.
9921 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9922 available.
9923 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9924 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9925
9926 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9927 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9928 Print a status message if the toggle is called interactively.
9929 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9930 for global minor modes and use `defcustom' for them.
9931 Use add-minor-mode.
9932 (easy-mmode-define-derived-mode): Remove.
9933 (define-derived-mode): Fancier default docstring.
9934 (easy-mmode-define-navigation): Signal an error rather than (ding).
9935
9936 * newcomment.el (comment-styles): New `box-multi'.
9937 (comment-normalize-vars): Better default for comment-continue to
9938 avoid whitespace-only continuations.
9939 (comment-search-forward): Always move even in the no-syntax case.
9940 (comment-padright): Only obey N if it's only obeyed for padleft.
9941 (comment-make-extra-lines): Better handling of empty continuations.
9942 Use `=' for the filler if comment-start has only one character.
9943 (uncomment-region): Try handling the special `=' filler.
9944 (comment-region): Allow LINES even if MULTI is nil.
9945 (comment-box): Choose box style based on comment-style.
9946
9947 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9948
9949 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9950 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9951
9952 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9953
9954 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9955 and insert, not subst-char-in-region.
9956
9957 * international/mule-diag.el (list-character-sets-1): Handle
9958 charsets eight-bit-control and eight-bit-graphic.
9959 (list-iso-charset-chars): Likewise.
9960 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9961 charactes as is. Use indent-to to align characters.
9962
9963 * international/mule-cmds.el (find-multibyte-characters): Never
9964 exclude charsets eight-bit-control and eight-bit-graphic.
9965
9966 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9967
9968 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9969 Don't quote lambdas.
9970
9971 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9972
9973 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9974
9975 * gud.el (gud-jdb-directories): Doc fix.
9976
9977 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9978
9979 * newcomment.el: New file.
9980
9981 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9982
9983 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9984
9985 2000-05-18 Andreas Schwab <schwab@suse.de>
9986
9987 * dired.el (dired-between-files): Also skip lines beginning with
9988 `used'.
9989
9990 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9991
9992 * msb.el (msb-menu-cond): Add choice `user'.
9993
9994 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9995
9996 * ps-print.el: Compatibility, customization and doc fix.
9997 (ps-printer-name-option): Replace defconst by defvar.
9998 (ps-postscript-code-directory): XEmacs compatibility.
9999 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10000 fix.
10001 (ps-user-defined-prologue, ps-print-prologue-header)
10002 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10003 compatibility and code fix.
10004 (ps-print-background-image, ps-print-background-text):
10005 Customization fix.
10006 (ps-line-number-start, ps-n-up-on): New vars.
10007
10008 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10009
10010 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10011 the indent-comment function to just return the appropriate indent.
10012
10013 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10014
10015 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10016 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10017 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10018
10019 2000-05-18 Dave Love <fx@gnu.org>
10020
10021 * info.el (Info-fontify-node): Add intangible property as well as
10022 invisible.
10023
10024 * calendar/appt.el (appt-make-list): Match all lines of entry.
10025 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10026
10027 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10028
10029 * international/mule-diag.el (describe-char-after): Call
10030 internal-char-font, not char-font. If internal-char-font returns
10031 nil, display "-- none --".
10032
10033 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10034
10035 * image.el (image-type-available-p): Don't reference image-types
10036 if it isn't bound.
10037
10038 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10039
10040 * autoarg.el (autoarg-mode): Typo in the :set argument.
10041
10042 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10043
10044 * startup.el (command-line-1): Don't signal an error if the
10045 directory for auto-save-list files does not yet exist.
10046
10047 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10048
10049 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10050
10051 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10052
10053 * subr.el (remove-hook): `setq' hook-value, not `set'.
10054
10055 2000-05-16 Sam Steingold <sds@gnu.org>
10056
10057 * info.el (debug-ignored-errors): More errors to ignore.
10058
10059 2000-05-16 Dave Love <fx@gnu.org>
10060
10061 * cus-edit.el: Don't require cl or easymenu.
10062 (custom-variable-prompt): Test standard-value property, not
10063 user-variable-p.
10064
10065 2000-05-16 Sam Steingold <sds@gnu.org>
10066
10067 * subr.el (add-hook): `setq' hook-value, not `set'.
10068
10069 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10070
10071 * startup.el (command-line-1): Mention the FAQ in the startup
10072 message.
10073
10074 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10075
10076 * progmodes/compile.el (compilation-parse-errors): Collect
10077 `nomessage' regexps last.
10078
10079 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10080
10081 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10082 to the function name.
10083
10084 2000-05-15 Dave Love <fx@gnu.org>
10085
10086 * speedbar.el (speedbar-recenter): Typo.
10087 (speedbar-expand-line): Make arg optional.
10088 (speedbar-mode): Avoid a compiler warning.
10089
10090 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10091
10092 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10093 user-specified option string is empty.
10094
10095 * mouse.el (mouse-yank-at-click): Doc fix.
10096
10097 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10098
10099 * term/internal.el (IT-character-translations): More updates of
10100 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10101 documents.
10102
10103 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10104
10105 * env.el (getenv): New function, interactively callable.
10106 (setenv, getenv): Remove autoload cookies.
10107
10108 * loadup.el: Load `env'.
10109
10110 * progmodes/f90.el: Change author's mail address.
10111
10112 2000-05-14 Dave Love <fx@gnu.org>
10113
10114 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10115 goto-addr as an option.
10116
10117 * help.el (help-xref-stack): Doc fix.
10118 (help-xref-following): New variable.
10119 (help-make-xrefs): Use it.
10120 (help-xref-go-back): Use position information from stack element.
10121 (help-follow): Make position in stack element a pair. Use
10122 help-xref-following.
10123
10124 * autoarg.el: New file.
10125
10126 * faces.el: Declare more functions obsolete.
10127
10128 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10129 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10130 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10131 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10132 Remove all the setup-...-environment functions.
10133
10134 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10135
10136 * speedbar.el: Updated the commentary section. xemacs20p now uses
10137 >= when detecting. Require `defimage' safely.
10138 (speedbar-easymenu-definition-base): Add toggle for images.
10139 (speedbar-easymenu-definition-special): Add flush cache & expand.
10140 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10141 (speedbar-reconfigure-keymaps-hook): New variable.
10142 (speedbar-frame-parameters): Updated documentation.
10143 (speedbar-use-imenu-flag): Updated custom tag
10144 (speedbar-dynamic-tags-function-list): New variable.
10145 (speedbar-tag-hierarchy-method): Updated doc & custom.
10146 (speedbar-indentation-width, speedbar-indentation-width) New
10147 variables.
10148 (speedbar-hide-button-brackets-flag): Customizable.
10149 (speedbar-vc-indicator): Doc update.
10150 (speedbar-ignored-path-expressions): Updated default value.
10151 (speedbar-supported-extension-expressions): Updated default value.
10152 (speedbar-syntax-table): Remove {} paren status.
10153 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10154 as "+". Added overlay aliases.
10155 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10156 `force-mode-line-update'.
10157 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10158 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10159 `mouse-set-point'
10160 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10161 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10162 of arbitrary text, and new helper functions.
10163 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10164 filename finder.
10165 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10166 (speedbar-directory-buttons): Update path search/expansion.
10167 (speedbar-make-tag-line): Pay attention to
10168 `speedbar-indentation-width'. Use more care w/ invisible
10169 properties.
10170 (speedbar-change-expand-button-char): Call
10171 `speedbar-insert-image-button-maybe'.
10172 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10173 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10174 (speedbar-trim-words-tag-hierarchy)
10175 (speedbar-simple-group-tag-hierarchy): New functions
10176 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10177 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10178 functions.
10179 (speedbar-mouse-set-point): New function
10180 (speedbar-power-click): Updated documentation.
10181 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10182 of tag prefix text.
10183 (speedbar-expand-line, speedbar-contract-line): Make more robust
10184 to strange text.
10185 (speedbar-expand-line): Takes universal argument to flush the
10186 cache.
10187 (speedbar-flush-expand-line): New function.
10188 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10189 Use new generator insertion method.
10190 (speedbar-fetch-dynamic-tags): New function.
10191 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10192 `speedbar-fetch-dynamic-imenu'.
10193 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10194 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10195 "Revert Buffer" menu items.
10196 (speedbar-buffer-buttons-engine): Be smarter when creating a
10197 filename tag (for expansion purposes.).
10198 (speedbar-highlight-one-tag-line,
10199 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10200 (speedbar-recenter): New functions.
10201 (defimage-speedbar): Image loading abstraction.
10202 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10203 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10204 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10205 (speedbar-tag-type, speedbar-tag-mail): New images.
10206 (speedbar-expand-image-button-alist): New variable.
10207 (speedbar-insert-image-button-maybe): Insert an image over some
10208 buttons.
10209
10210 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10211
10212 * international/mule-cmds.el (encode-coding-char): An ASCII
10213 character is always encodable.
10214
10215 * international/mule-conf.el: Add more information in descriptions
10216 of character sets.
10217
10218 * international/mule-diag.el (describe-char-after): New function.
10219 (describe-font-internal): Adjusted for the change of font-info.
10220 (describe-font): Likewise.
10221 (print-fontset): Rewritten for the new fontset implementation.
10222 (describe-fontset): Include fontset alias names in completion.
10223 (list-fontsets): Adjusted for the change of print-fontset.
10224
10225 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10226 describe-char-after instead of displaying the detail in the echo
10227 area.
10228 (syntax-code-table): Format changed.
10229 (string-to-syntax): Adjusted for the above change.
10230
10231 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10232
10233 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10234
10235 2000-05-12 Dave Love <fx@gnu.org>
10236
10237 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10238 dependence. Use line-{beginning,end}-position, not
10239 point-at{b,e}ol. Some doc fixes.
10240 (todo-position): New function. Fix callers of position to use it.
10241 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10242
10243 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10244
10245 * time.el (display-time-mail-icon): Use `:ascent center'.
10246
10247 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10248 handling FTP security extensions.
10249
10250 2000-05-11 Dave Love <fx@gnu.org>
10251
10252 * calendar/todo-mode.el: New file.
10253
10254 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10255
10256 * comint.el (comint-read-input-ring): Move reference to
10257 comint-input-ring-size outside of the save-excursion. It was
10258 causing the default value to be the only one ever seen.
10259
10260 * font-lock.el: Update copyright. Remove Simon Marshall's email
10261 address on request from him.
10262
10263 * subr.el (substitute-key-definition): Add comment describing
10264 the meaning of PREFIX.
10265
10266 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10267
10268 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10269
10270 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10271 (add-minor-mode): Don't make the variable buffer-local and add a
10272 reference to define-minor-mode in the docstring.
10273
10274 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10275 HEADER/FOOTER and fix bug with trailing empty directory.
10276 (cvs-append-to-ignore): Use vc-editable-p if available.
10277 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10278 (vc-do-command): Tweak advice to handle the new VC.
10279
10280 * log-view.el (log-view-goto-rev): New function for the new VC.
10281 (log-view-minor-wrap): Use mark-active.
10282
10283 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10284 (log-edit-changelog-full-paragraphs): New var.
10285 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10286 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10287 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10288 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10289 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10290 Replace the `cvs' prefix with `log-edit'.
10291
10292 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10293
10294 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10295 (diff-font-lock-defaults): Explicitly turn off multiline.
10296 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10297 (diff-ediff-patch): Fix call to ediff-patch-file.
10298 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10299 Handle comments.
10300
10301 * frame.el (automatic-hscrolling): Typo.
10302
10303 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10304
10305 2000-05-09 Sam Steingold <sds@goems.com>
10306
10307 * apropos.el (apropos-print): use `describe-face' instead of
10308 `customize-face-other-window'.
10309
10310 2000-05-09 Dave Love <fx@gnu.org>
10311
10312 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10313
10314 * help.el (describe-variable): Have customize button pop the
10315 help-xref stack when invoked.
10316 (help-xref-symbol-regexp): Add `face'.
10317 (help-make-xrefs): Check for quoted face names and adapt regexp
10318 submatch numbers to cope.
10319 (help-xref-interned): Maybe insert face doc too. Separate
10320 sections with a line of hyphens.
10321
10322 * faces.el: Some doc fixes. Declare some functions obsolete.
10323 (describe-face): Add customize button. Return the help
10324 text. Fix prompt.
10325
10326 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10327
10328 * term/internal.el (IT-character-translations): Fix last change.
10329
10330 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10331
10332 * woman.el: New file
10333 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10334
10335 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10336
10337 * term/internal.el (IT-character-translations): Update ASCII
10338 simulations for greek-iso8859-7, add latin-iso8859-14 and
10339 latin-iso8859-15.
10340
10341 * international/mule-cmds.el (set-language-info-alist): Call
10342 define-prefix-command with 3 arguments, to make the map suitable
10343 for a menu.
10344
10345 2000-05-07 Dave Love <fx@gnu.org>
10346
10347 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10348
10349 2000-05-05 Dave Love <fx@gnu.org>
10350
10351 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10352 list in doc string. Don't quote keyword symbols.
10353 * emacs-lisp/cl.el: Likewise
10354 * emacs-lisp/cl-seq.el: Likewise
10355
10356 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10357
10358 * abbrev.el (abbrev-mode): Make ARG optional.
10359
10360 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10361
10362 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10363
10364 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10365
10366 * subr.el (substitute-key-definition): Clarify documentation.
10367
10368 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10369
10370 * glasses.el (glasses-convert-to-unreadable): Use
10371 `glasses-separator' instead of the hard-wired "_".
10372 (glasses-mode): Call `glasses-make-unreadable' only in a single
10373 place.
10374
10375 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10376
10377 * term/internal.el (cjk-codepages-alist): Add associations for
10378 Chinese and Korean codepages. Remove FIXME comment.
10379
10380 2000-05-03 Dave Love <fx@gnu.org>
10381
10382 * time.el (display-time-mail-face, display-time-use-mail-icon):
10383 New option.
10384 (display-time-mail-icon): New variable.
10385 (display-time-string-forms): Use the above. Fix the local-map.
10386
10387 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10388
10389 * replace.el (query-replace-map): Add binding for `E'.
10390 (query-replace-help): Extend help text.
10391 (perform-replace): Allow editing the replacement string.
10392
10393 * make-mode.el (makefile-mode-abbrev-table): New variable.
10394 (makefile-mode): Set local abbrev table to
10395 makefile-mode-abbrev-table.
10396 (makefile-font-lock-keywords): Fontify includes and conditionals.
10397
10398 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10399 set TOGGLE's value.
10400
10401 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10402 mail-interactive-insert-alias.
10403 (mail-abbrev-complete-alias): New command.
10404 (mail-mode-map): Bind it to `M-TAB'.
10405
10406 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10407
10408 * language/lao-util.el (lao-compose-region): New function.
10409
10410 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10411
10412 * files.el (recover-session): Make directories as necessary
10413 if they don't exist yet.
10414
10415 * calendar/cal-french.el
10416 (french-calendar-multibyte-special-days-array)
10417 (french-calendar-special-days-array): Change French text.
10418 (calendar-french-date-string): Change output.
10419 (calendar-goto-french-date): Likewise.
10420
10421 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10422
10423 * wid-edit.el (widget-default-active): Obey `:always-active'.
10424 (widget-documentation-string-value-create): Set `:always-active'.
10425
10426 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10427
10428 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10429 default prefix to `~/_emacs.d/auto-save.list/_s'.
10430 (normal-top-level): Create the directory for auto-save files, if
10431 it doesn't already exist (in the ms-dos case only).
10432
10433 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10434
10435 * international/mule-cmds.el (set-language-environment): Don't
10436 concat an integer (dos-codepage), use format instead.
10437
10438 2000-05-02 Dave Love <fx@gnu.org>
10439
10440 * help.el (help-xref-on-pp): Check for constant symbols.
10441
10442 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10443
10444 * startup.el (normal-top-level): Put a condition-case around
10445 the code loading subdirs.el.
10446
10447 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10448
10449 * ps-print.el: Upside-down and face background color printing,
10450 line number step, doc fix.
10451 (ps-print-version): New version number (5.2).
10452 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10453 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10454 (ps-spool-config): Var fix.
10455 (ps-printer-name-option): Const fix.
10456 (ps-print-upside-down, ps-use-face-background)
10457 (ps-line-number-step): New vars.
10458 (ps-window-system, ps-lp-system): New consts.
10459 (ps-face-background): New fun.
10460
10461 2000-04-28 Richard Stallman <rms@gnu.org>
10462
10463 * files.el (make-auto-save-file-name):
10464 Apply auto-save-file-name-transforms to visited file name
10465 before generating auto save file name.
10466 (auto-save-file-name-transforms): New variable.
10467
10468 * files.el (backup-enable-predicate):
10469 Correctly test for a file under a temporary directory.
10470
10471 2000-04-28 Gerd Moellmann <gerd@gnu.org>
10472
10473 * subr.el (add-minor-mode): Rewritten.
10474
10475 2000-04-28 Kenichi Handa <handa@etl.go.jp>
10476
10477 * mail/sendmail.el (sendmail-send-it): Set
10478 buffer-file-coding-system to the selected coding system for MIME
10479 header.
10480
10481 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10482
10483 * dired.el (dired-move-to-filename-regexp): Allow format where
10484 YYYY is followed by two spaces.
10485
10486 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10487 in the second character class of the regexp.
10488
10489 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10490 mh-etc, too.
10491
10492 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10493 nil.
10494
10495 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10496
10497 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10498 argument.
10499
10500 2000-04-27 Sen Nagata <sen@eccosys.com>
10501
10502 * emacs-lisp/crm.el (crm-completion-table): New variable.
10503 (crm-collection-fn, crm-test-completion)
10504 (completing-read-multiple): Use it.
10505
10506 2000-04-27 Dave Love <fx@gnu.org>
10507
10508 * help.el (locate-library): Use mapc.
10509 (help-manyarg-func-alist): Add call-process-region.
10510
10511 2000-04-26 Gerd Moellmann <gerd@gnu.org>
10512
10513 * subr.el (add-minor-mode): Make argument MAP optional.
10514
10515 * desktop.el (desktop-save): Save list of minor modes.
10516 (desktop-create-buffer): Restore minor modes.
10517 (desktop-minor-mode-table): New user-option.
10518
10519 * subr.el (add-minor-mode): New function.
10520
10521 * image.el (find-image): New function.
10522 (defimage): Rewritten to find image at load time.
10523
10524 * startup.el (normal-top-level-add-to-load-path): Handle
10525 case that the default directory is not in load-path.
10526
10527 * help.el: Old patch from Stefan Monnier.
10528 (help-xref-on-pp): New function.
10529 (describe-variable): Use it to display xrefs in a symbol's value.
10530
10531 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10532
10533 * cus-edit.el (custom-face): Fix parenthesis.
10534
10535 2000-04-26 Kenichi Handa <handa@etl.go.jp>
10536
10537 * mail/rmail.el (rmail-expunge): When there are no deleted
10538 messages, do nothing.
10539
10540 2000-04-26 Dave Love <fx@gnu.org>
10541
10542 * international/mule-cmds.el (locale-translation-file-name):
10543 Defvar to nil.
10544 (set-locale-environment): Set it here (at runtime).
10545
10546 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10547
10548 * replace.el (perform-replace): Add parameters START and END. Use
10549 them instead of the check for a region in Transient Mark mode.
10550 (query-replace-read-args): Return two more list elements for the
10551 start and end of the region in Transient Mark mode.
10552 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10553 (map-query-replace-regexp, replace-string, replace-regexp): Add
10554 optional last arguments START and END and pass them to
10555 perform-replace.
10556
10557 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10558 form with additional arguments for perform-replace.
10559
10560 * progmodes/etags.el (tags-query-replace): Add parameters START
10561 and END. Construct a form with additional arguments for
10562 perform-replace.
10563
10564 * simple.el (shell-command): Set default directory for "*Shell
10565 Command Output" buffer.
10566
10567 * language/european.el (iso-latin-4): Fix typo.
10568
10569 * emacs-lisp/crm.el: New file.
10570
10571 2000-04-24 Dave Love <fx@gnu.org>
10572
10573 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10574 (Custom-reset-saved, Custom-reset-standard)
10575 (custom-group-value-create, custom-group-set, custom-group-save)
10576 (custom-group-reset-current, custom-group-reset-saved)
10577 (custom-group-reset-standard): Use mapc.
10578 (custom-buffer-create-internal): Disable undo when creating items.
10579 Use mapc.
10580 (custom-face): Avoid redundant lambda.
10581
10582 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10583
10584 * startup.el (auto-save-list-file-prefix): Set default to
10585 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10586
10587 2000-04-24 Sam Steingold <sds@gnu.org>
10588
10589 * time-stamp.el (time-stamp-string-preprocess): Always convert
10590 `field-result' to a string.
10591
10592 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10593
10594 * frame.el (scrolling): New group.
10595 (automatic-hscrolling): New user-option.
10596
10597 * startup.el (command-line-x-option-alist): Add `-lsp' and
10598 `--line-spacing'.
10599
10600 2000-04-19 Dave Love <fx@gnu.org>
10601
10602 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10603 (cl-mapc): Rename from mapc. Fix the funcall.
10604
10605 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10606
10607 * simple.el (clone-indirect-buffer-other-window): New command.
10608 (clone-indirect-buffer): Add optional arg NORECROD.
10609 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10610
10611 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10612
10613 * window.el (count-screen-lines): New function.
10614 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10615 instead of window-buffer-height.
10616
10617 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10618 non-existing variable comint-input-sentinel.
10619 (inferior-lisp-args-to-list): Removed.
10620 (inferior-lisp): Use split-string instead of
10621 inferior-lisp-args-to-list.
10622
10623 * hexl.el (hexl-insert-hex-string): New command.
10624
10625 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10626 instead of concat.
10627
10628 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10629
10630 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10631 at the start of an existing but empty folder.
10632
10633 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10634
10635 * ps-mule.el: Customization fix, doc fix.
10636 (ps-multibyte-buffer): Customization fix.
10637
10638 2000-04-17 Richard M. Stallman <rms@gnu.org>
10639
10640 * subr.el (read-passwd): Use read-char-exclusive.
10641
10642 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10643
10644 * textmodes/texinfo.el (texinfo-insert-@email)
10645 (texinfo-insert-@emph, texinfo-insert-@quotation)
10646 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10647 (texinfo-mode-map): Add key bindings for them.
10648
10649 * files.el (basic-save-buffer-2): Use a template with `$'
10650 instead of `#' for VMS.
10651
10652 * simple.el (clone-indirect-buffer): New function.
10653
10654 2000-04-16 Stephen Eglen <stephen@gnu.org>
10655
10656 * iswitchb.el (iswitchb-case): New function. If the user input
10657 contains any upper-case characters, the search is made
10658 case-sensitive.
10659
10660 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10661
10662 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10663 comment-end.
10664 (texinfo-font-lock-syntactic-keywords): New var.
10665 (texinfo-font-lock-keywords): Remove comment regexp.
10666 (texinfo-insert-block): New function.
10667 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10668 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10669 and font-lock-defaults. Use regexp-opt for outline-regexp.
10670 (texinfo-environments): New var.
10671 (texinfo-environment-regexp): Use regexp-opt and
10672 texinfo-environments.
10673
10674 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10675 ispell-process is bound since this might be eval'd before ispell
10676 is loaded.
10677 (ispell-message): Use a tiny bit less magic and a bit more hard
10678 data to figure out what kind of sc-cite-regexp to use.
10679
10680 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10681
10682 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10683 (insert-cyclic-diary-entry): Unquote the lambda.
10684
10685 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10686
10687 * files.el (backup-enable-predicate): Unquote the lambda.
10688
10689 * cus-edit.el (custom-face, face): Unquote the lambda.
10690
10691 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10692
10693 * ps-print.el: Check for line-beginning-position definition.
10694
10695 * ps-print.el: Fix counting lines in a region.
10696 (ps-print-version): New version number (5.1.5).
10697 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10698 (ps-printing-region): Fun code fix.
10699
10700 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10701
10702 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10703 to file-directory-p.
10704
10705 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10706
10707 * gud.el (gud-jdb-build-source-files-list): Check that directory
10708 exists before calling directory-files.
10709
10710 2000-04-13 Dave Love <fx@gnu.org>
10711
10712 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10713 syntax.
10714
10715 * emacs-lisp/cl-specs.el: Remove when, unless.
10716
10717 * emacs-lisp/cl-extra.el: Don't quote keywords.
10718 (cl-old-mapc): New variable.
10719 (mapc): Use it.
10720 (cl-map-intervals): Use with-current-buffer. Don't check for
10721 next-property-change.
10722 (cl-map-overlays): Use with-current-buffer.
10723 (cl-expt): Remove.
10724 (copy-tree, remprop): Define unconditionally.
10725
10726 * emacs-lisp/cl-compat.el (keywordp): Remove.
10727
10728 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10729 to use keywordp.
10730 (edebug-spec): Enable keywordp.
10731
10732 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10733 string-lessp.
10734
10735 * cus-start.el: Use keywordp.
10736
10737 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10738
10739 * diary-lib.el (include-other-diary-files): Fix the fix of
10740 2000-02-18 by doing a save-excursion.
10741
10742 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10743
10744 * ps-print.el: Customization fix, doc fix.
10745 (ps-print-version): New version number (5.1.4).
10746 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10747 (ps-print-preprint): Adjust code.
10748 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10749 (ps-print-prologue-header, ps-print-control-characters)
10750 (ps-spool-config): Customization fix.
10751
10752 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10753
10754 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10755 converted to the new menu-item format, names silightly changed,
10756 help strings added.
10757
10758 Support for spelling without async subprocesses:
10759
10760 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10761 (ispell-session-buffer): New variables.
10762 (ispell-start-process, ispell-process-status,
10763 ispell-accept-output, ispell-send-string): New functions, for
10764 Ispell invocation when async subprocesses aren't supported.
10765 (ispell-word, ispell-pdict-save, ispell-command-loop,
10766 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10767 to process-send-string with calls to ispell-send-string, and
10768 accept-process-output with ispell-accept-output.
10769 (ispell-init-process): Call ispell-process-status instead of
10770 process-status with.
10771 (ispell-init-process): Call ispell-start-process. Call
10772 ispell-accept-output and ispell-send-string. Don't call
10773 process-kill-without-query and kill-process if they are unbound.
10774 (ispell-async-processp): New function.
10775
10776 2000-04-12 Dave Love <fx@gnu.org>
10777
10778 * info.el: Add debug-ignored-errors.
10779 (Info-mode-menu): Add some items.
10780 (Info-directory): Add autoload cookie.
10781
10782 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10783 Modify `truncate-lines'. Make `describe-language-environment'
10784 always visible and add help. Modify `describe-key' help. Invoke
10785 Info-directory from `info'. New entry `emacs-manual'.
10786
10787 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10788
10789 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10790 propertized-buffer-identification.
10791 (ebrowse-update-member-buffer-mode-line): Likewise.
10792 (ebrowse--mode-strings): Removed.
10793 (ebrowse--mode-line-props): Removed.
10794
10795 * files.el (auto-mode-alist): Add `EBROWSE'.
10796
10797 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10798 space before testing for end of buffer.
10799 (ebrowse-load): Removed.
10800 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10801 (ebrowse-create-tree-buffer): Rewritten.
10802 (ebrowse-tree-mode): Read tree from buffer.
10803
10804 * progmodes/ebrowse-ffh.el: Removed.
10805
10806 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10807
10808 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10809
10810 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10811
10812 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10813 at the wrong place.
10814
10815 2000-04-09 Dave Love <fx@gnu.org>
10816
10817 * files.el (backup-enable-predicate): Use
10818 temporary-file-directory, small-temporary-file-directory.
10819 (make-backup-file-name-function, backup-directory-alist): New
10820 variables.
10821 (make-backup-file-name-1): New function.
10822 (make-backup-file-name): Use it.
10823 (find-backup-file-name): Likewise. Use format for clarity, not
10824 concat.
10825 (file-newest-backup): Use make-backup-file-name.
10826
10827 2000-04-09 Gerd Moellmann <gerd@gnu.org>
10828
10829 * progmodes/ebrowse-ffh.el: New file.
10830
10831 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10832 to ebrowse-ffh.el.
10833 (ebrowse-load): Add autoload.
10834
10835 * finder.el (finder-commentary): Add autoload cookie.
10836
10837 * mail/rfc2368.el: Correct author's email address.
10838
10839 * progmodes/ebrowse.el: New file.
10840
10841 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10842 item help string.
10843 (easy-menu-do-add-item): Ditto.
10844 (easy-menu-define): Extend doc string.
10845
10846 * jit-lock.el (with-buffer-unmodified): Use
10847 restore-buffer-modified-p.
10848 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10849 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10850 with-buffer-unmodified.
10851
10852 2000-04-08 Dave Love <fx@gnu.org>
10853
10854 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10855 unless, when.
10856
10857 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10858
10859 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10860 (viper-flash-search-pattern): No operation when using Emacs
10861 doesn't support face.
10862 Use `viper-put-on-search-overlay'.
10863
10864 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10865
10866 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10867 like C-r.
10868
10869 * progmodes/make-mode.el: Some doc fixes.
10870 (makefile-mode-abbrev-table): New variable.
10871 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10872 (makefile-font-lock-keywords): Fontify includes and conditionals.
10873 (toplevel): Require `dabbrev' and `add-log' when compiling.
10874
10875 * replace.el (perform-replace): Don't move forward one char
10876 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10877 to do that because it leaves point 1 position after the last
10878 replacement, after everything has been replaced.
10879
10880 * jit-lock.el (with-buffer-unmodified): New macro.
10881 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10882 modified state.
10883 (jit-lock-function-1): Extracted from jit-lock-function; not
10884 preserving buffer's modified state.
10885 (jit-lock-function, jit-lock-stealth-fontify): Call
10886 jit-lock-function-1.
10887
10888 * mail/rfc2368.el: Remove supernumerary copyright line.
10889
10890 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10891
10892 * glasses.el: Provide facilities for inserting space before left
10893 parentheses and uncapitalization of identifiers.
10894 (glasses-mode): Try to remove old overlays in all cases.
10895
10896 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10897
10898 * progmodes/compile.el (compile-internal): Display the compilation
10899 buffer in a different frame, if it's already displayed there.
10900
10901 * mail/rfc2368.el: New file.
10902
10903 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10904 header and insert its value as mail body.
10905
10906 * subr.el (member-ignore-case): New function.
10907
10908 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10909 (dabbrev--find-expansion): Ignore buffers matching a regexp
10910 from dabbrev-ignored-regexps.
10911
10912 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10913 to extensions handled by gzip.
10914
10915 2000-04-03 Richard M. Stallman <rms@gnu.org>
10916
10917 * files.el (insert-directory): List the total free space
10918 along with the used space.
10919
10920 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10921 line is followed by one that matches CITATION-REGEXP, end the
10922 paragraph.
10923
10924 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10925
10926 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10927 (rmail-make-basic-summary-line): Use that option.
10928
10929 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10930
10931 * international/mule-cmds.el (encoded-string-description):
10932 Rewritten. Try pretty description for ISO 2022 escape sequences
10933 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10934 for hexadecimal format.
10935
10936 2000-04-01 Dave Love <fx@gnu.org>
10937
10938 * cpp.el: Change customization group to `c' from `C'.
10939
10940 * vcursor.el (vcursor-move): Use display-color-p.
10941
10942 * international/mule-util.el: Provide mule-utils.
10943 (string-to-sequence): Simplify and speed up.
10944
10945 * international/mule.el (make-coding-system): Purecopy doc-string.
10946
10947 * international/mule-cmds.el: Various menu changes.
10948 (describe-specified-language-support): Handle `Default'.
10949 (set-language-info): Purecopy `info'.
10950
10951 2000-03-31 Andrew Innes <andrewi@gnu.org>
10952
10953 * vc.el (vc-backend-diff): Return the correct status if we had to
10954 retry the rcsdiff command without the --brief option.
10955
10956 2000-03-31 Dave Love <fx@gnu.org>
10957
10958 * help.el (help-manyarg-func-alist): Correct several omissions.
10959
10960 * add-log.el: Don't require cl, fortran.
10961 (add-log-current-defun-function): Doc fix.
10962 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10963 fix.
10964 (change-log-version-rcs): Function deleted.
10965 (change-log-version-number-search): Doc fix. Use
10966 vc-workfile-version. Avoid CL dolist.
10967 (add-change-log-entry): Just call add-log-current-defun to get
10968 defun. Simplify somewhat.
10969 (change-log-get-method-definition-1): Likewise.
10970 (add-log-current-defun): Return nil if calling
10971 add-log-current-defun-function does so. Move Fortran stuff to
10972 fortran.el. Return string without properties.
10973
10974 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10975 and :alpha: char classes.
10976
10977 * mail/supercite.el: Defvar curline when compiling.
10978 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10979 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10980 rather than a-zA-Z0-9 to allow non-ASCII characters.
10981
10982 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10983
10984 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10985
10986 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10987 Re-enable new code.
10988
10989 * lpr.el (print-region-1): Use -d to specify printer name for
10990 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10991
10992 2000-03-31 Dave Love <fx@gnu.org>
10993
10994 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10995 for function definition in symbol's function value slot first
10996 instead of first consulting byte-compile-function-environment.
10997
10998 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10999
11000 * language/european.el ("Polish"): New language environment.
11001 (setup-polish-environment): New function.
11002
11003 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11004
11005 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11006 Disable new code.
11007
11008 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11009 trying to `load' the symbol of an autoload instead of the file
11010 recorded in the autoload. Fix error messages.
11011
11012 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11013
11014 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11015 (ps-print-version): New version number (5.1.3).
11016 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11017 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11018 (ps-generate-postscript-with-faces): Code fix.
11019 (ps-color-values): XEmacs compatibility.
11020 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11021 (ps-default-fg, ps-default-bg): Adjust customization.
11022 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11023 (ps-color-scale): Renaming old ps-color-value fun.
11024 (ps-print-headers): Replace ps-print-header group to avoid conflict
11025 with ps-print-header variable.
11026 (ps-print-miscellany): New group.
11027 (ps-format-color, ps-rgb-color): New funs.
11028 (ps-default-foreground): New var.
11029 (ps-printer-name-option): New const.
11030
11031 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11032
11033 * net/net-utils.el:
11034 (network-connection-host, network-connection-service): New variables
11035 (network-connection-mode): New mode, derived from comint-mode
11036 (network-connection-mode-setup): New function, saves host and
11037 service information in local variables.
11038
11039 * lisp/locate.el:
11040 (locate-word-at-point): Added this function
11041 (locate): Default to using locate-word-at-point as input
11042 Run dired-mode-hook
11043
11044 2000-03-29 Dave Love <fx@gnu.org>
11045
11046 * calendar/appt.el: Doc fixes.
11047 (appt-check): Convert min-to-app to a string before passing to
11048 appt-disp-window-function or concat.
11049 (appt-delete-window): Remove test for frame-root-window.
11050 (appt-select-lowest-window, appt-convert-time): Simplify.
11051
11052 * emacs-lisp/bytecomp.el: Doc fixes.
11053 (byte-compile-file-form-autoload): Update
11054 byte-compile-function-environment.
11055
11056 2000-03-29 Andreas Schwab <schwab@suse.de>
11057
11058 * emacs-lisp/autoload.el: Also print defsubst doc string
11059 specially.
11060
11061 * dired.el (dired-insert-directory): If dired-free-space-program
11062 failed just delete its output.
11063
11064 2000-03-29 Dave Love <fx@gnu.org>
11065
11066 * international/iso-cvt.el: Move provide to end. Doc fixes.
11067 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11068 (iso-iso2sgml, iso-sgml2iso): New functions.
11069 (iso-cvt-define-menu): Fix some entries and use backquote for
11070 clarity.
11071
11072 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11073
11074 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11075
11076 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11077 ISO-DATE. If non-nil, return date in ISO 8601 format.
11078
11079 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11080
11081 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11082 if it ever becomes used.
11083 (log-edit-mode-hook): Default to vc-log-mode-hook.
11084 (log-edit-mode): Fix the docstring.
11085
11086 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11087 the code.
11088
11089 2000-03-26 Dave Love <fx@gnu.org>
11090
11091 * net/browse-url.el (browse-url): Re-fix case of
11092 browse-url-browser-function being an alist.
11093 (browse-url): Add :link to defgroup.
11094
11095 * files.el: Doc fixes.
11096 (file-truename): Include `[' in wildcard characters.
11097 (automount-dir-prefix): Customize.
11098 (find-file-wildcards): Add :version.
11099 (find-file-noselect): Simplify a mapcar call.
11100
11101 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11102 compatible with inf-lisp version.
11103 (eval-defun-1): Fix custom-declare-variable case.
11104
11105 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11106
11107 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11108
11109 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11110
11111 * Makefile (COMPILE_FIRST): New macro.
11112 (compile-files): Compile files from COMPILE_FIRST first.
11113
11114 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11115 code.
11116
11117 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11118 matching open parenthesis in column 0 to defun-prompt-regexp
11119 only if open-paren-in-column-0-is-defun-start is set.
11120
11121 * sun-curs.el: Require CL at compile-time only.
11122
11123 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11124 instead of copy-list which is a function from CL.
11125 (msb--choose-menu, msb--mode-menu-cond)
11126 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11127 (msb--init-file-alist): Use mapcar instead of mapcan.
11128 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11129 `(' in column 0 in doc string.
11130 (msb--add-separators): Use mapcar instead of mapcan.
11131
11132 * cus-dep.el: Require CL at compile-time only.
11133
11134 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11135
11136 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11137 (byte-compile-warnings): New warning `noruntime'.
11138 (byte-compile-constants, byte-compile-variables): Fix docstring.
11139 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11140 execute `eval-whenc-compile's body.
11141 (byte-compile-unresolved-functions): Fix docstring.
11142 (byte-compile-eval): New function.
11143 (byte-compile-callargs-warn): Check if the function will be available
11144 at runtime (via property `byte-compile-noruntime').
11145 (byte-compile-print-syms): New function.
11146 (byte-compile-warn-about-unresolved-functions): Also warn about
11147 `noruntime' functions (and use `byte-compile-print-syms').
11148 (byte-compile-file): Capitalize the message.
11149
11150 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11151
11152 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11153 (rmail-expunge): Ask for confirmation depending on the setting
11154 of rmail-confirm-expunge.
11155
11156 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11157
11158 * Makefile (bootstrap-clean): If $(emacs) exists, build
11159 loaddefs.el first. A loaddefs.el that's not up-to-date might
11160 cause a bootstrap failure because things don't autoload as
11161 expected.
11162
11163 2000-03-23 Dave Love <fx@gnu.org>
11164
11165 * net/browse-url.el: Restore previous use of
11166 browse-url-maybe-new-window.
11167
11168 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11169
11170 * ps-print.el: Skip banner page fix.
11171 (ps-print-version): New version number (5.1.2).
11172 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11173
11174 2000-03-23 Dave Pearson <davep@davep.org>
11175
11176 * net/quickurl.el Changed the type of parameter passed to the
11177 function defined by `quickurl-format-function'. Before only the
11178 text of the URL was passed. Now the whole URL structure is passed
11179 and the function is responsible for extracting the parts it
11180 requires. Changed the default of `quickurl-format-function'
11181 accordingly.
11182 (quickurl-insert): Changed the `funcall' of
11183 `quickurl-format-function' to match the above change.
11184 (quickurl-list-insert): Changed the `url' case so that it makes
11185 use of `quickurl-format-function', previous to this the format was
11186 hard wired.
11187
11188 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11189
11190 * startup.el: Change some spellings for the X Window System.
11191
11192 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11193
11194 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11195 up the code and the regexp and make sure the cursor is temporarily
11196 moved to the suspicious line while querying the user.
11197
11198 2000-03-22 Jason Rumney <jasonr@gnu.org>
11199
11200 * w32-fns.el (w32-charset-info-alist): Initialize.
11201
11202 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11203
11204 * ps-print.el: N-up last page fix.
11205 (ps-print-version): New version number (5.1.1).
11206 (ps-end-file, ps-end-job, ps-generate): Code fix.
11207
11208 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11209
11210 * files.el (find-file-run-dired): Update docstring.
11211 (find-directory-functions): New hook.
11212 (find-file-noselect): Run find-directory-functions rather than
11213 calling dired directly.
11214
11215 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11216
11217 * pcvs.el: Add a minimal leading commentary.
11218 (cvs-make-cvs-buffer): Change the header part by removing the startup
11219 message and adding a `Module' entry. Also replace the FOOTER and
11220 HEADER special fileinfos with the new support in ewoc for updating
11221 its own footer and header.
11222 (cvs-update-header): Update to use the header/footer of the ewoc.
11223 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11224 (cvs-is-within-p): New function.
11225 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11226 to only examine some subset of the buffers.
11227
11228 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11229 `format' instead of our own ad-hoc functions.
11230 Remove HEADER and FOOTER cases, now handled in the EWOC.
11231 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11232
11233 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11234 output to avoid scaring the user.
11235 (cvs-parse-table): Catch message for non-up-to-date commits.
11236
11237 * pcvs-defs.el (cvs-startup-message): Remove.
11238 (cvs-global-menu): New autoloaded menu.
11239
11240 * pcvs-util.el (cvs-string-fill): Remove.
11241
11242 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11243 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11244 PP part of it and also make it work for footers and headers.
11245 (ewoc-create): Drop POS and BUFFER arguments.
11246 Use the DLL's dummy node to store the end-of-footer position.
11247 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11248 (ewoc-refresh): Remove unused `header' variable.
11249 (ewoc-(get|set)-hf): New functions.
11250
11251 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11252 log-view-*-(message|file) and use easy-mmode-define-navigation.
11253 (log-view-message-re): Match SCCS format as well.
11254 And match the revision line rather than the dashed separator line.
11255 (log-view-mode): Use the new define-derived-mode.
11256 (log-view-current-tag): Fill in with an actual implementation.
11257
11258 * cvs-status.el (cvs-status-(prev|next)): Rename from
11259 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11260 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11261 to let the output "breathe" a little more (more readable).
11262 (cvs-status-mode): Use the new define-derived-mode.
11263
11264 * smerge-mode.el (smerge-auto-leave): New function and variable.
11265 (smerge-basic-map): Rename from smerge-basic-keymap.
11266 Change the bindings for smerge-diff-*.
11267 (smerge-*-map): Use easy-mmode-defmap.
11268 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11269 (smerge-keep-*): Use smerge-auto-leave.
11270
11271 2000-03-21 Jason Rumney <jasonr@gnu.org>
11272
11273 * cus-edit.el (custom-button-face): Use 3D look for w32.
11274 (custom-button-pressed-face): Likewise.
11275
11276 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11277
11278 * progmodes/etags.el (tags-case-fold-search): New user-option.
11279 (tags-loop-eval): New function. Bind case-fold-search around eval
11280 depending on the value of tags-case-fold-search.
11281 (tags-loop-continue): Use tags-loop-eval.
11282 (find-tag-in-order): Bind case-fold-search depending on the value
11283 of tags-case-fold-search.
11284
11285 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11286
11287 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11288 (diff-end-of-hunk): Return the end position for use in
11289 `easy-mmode-define-navigation'.
11290 (diff-recenter): Remove.
11291 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11292 of `easy-mmode-define-navigation'.
11293 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11294 previous renaming) and fix to use new names.
11295 (diff-merge-strings): Use \n as separator: simpler, faster.
11296 (diff-mode): Use `define-derived-mode'.
11297
11298 * derived.el (define-derived-mode): Don't autoload anymore.
11299 Prefer the macro-only version provided by easy-mmode.el.
11300
11301 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11302 `easy-mmode-define-derived-mode'.
11303 Use `combine-run-hooks'.
11304 (easy-mmode-define-navigation): New macro.
11305
11306 * subr.el (combine-run-hooks): New function.
11307
11308 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11309
11310 * term/x-win.el: Fontsets related initialization is simplified.
11311
11312 * international/mule-diag.el (describe-font): Don't refer to
11313 global-fontset-alist, instead call font-list.
11314 (describe-fontset, list-fontsets, mule-diag): Likewise.
11315 (print-fontset): Adjusted for the change of fontset
11316 implementation.
11317
11318 * international/fontset.el (x-charset-registries): Variable
11319 removed, instead the corresponding data is stored in the default
11320 fontset.
11321 (register-alternate-fontnames): Function removed.
11322 (resolved-ascii-font): Variable removed.
11323 (x-compose-font-name): Ignore the second argument REDOCE.
11324 (x-complement-fontset-spec): Complement only an ASCII font and
11325 element for those charsets than can use that ASCII font.
11326 (generate-fontset-menu): Don't refer to global-fontset-alist,
11327 instead call fontset-list.
11328 (uninstantiated-fontset-alist): Variable removed.
11329 (x-style-funcs-alist): Likewise.
11330 (fontset-default-styles): Likewise.
11331 (x-modify-font-name): Function removed.
11332 (create-fontset-from-fontset-spec): Ignore the argument
11333 STYLE-VARIANT.
11334 (create-fontset-from-ascii-font): Docsting adjusted for the above
11335 change.
11336 (instantiate-fontset, resolve-fontset-name): Functions removed.
11337 (fontset-list): Now implemented by C code.
11338
11339 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11340 (describe-face): Include `font' attribute in the description.
11341
11342 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11343
11344 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11345
11346 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11347
11348 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11349 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11350 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11351
11352 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11353 about behavior of set-buffer-modified-p wrt redisplay.
11354
11355 2000-03-19 Richard M. Stallman <rms@gnu.org>
11356
11357 * view.el (view-mode-disable): Kill local binding of view-read-only.
11358
11359 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11360
11361 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11362 is a string, convert it to a syntax cell using string-to-syntax.
11363
11364 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11365 (string-to-syntax): New function.
11366
11367 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11368 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11369 try to use passive ftp mode.
11370
11371 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11372
11373 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11374
11375 * simple.el (append-to-buffer): Update point of windows after
11376 insertion.
11377
11378 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11379 forward then moving backward. Reindent.
11380
11381 * frame.el (other-frame): Call x-focus-frame only if
11382 focus-follows-mouse is off.
11383
11384 2000-03-17 Dave Love <fx@gnu.org>
11385
11386 * pcvs-util.el (cvs-strings->string): Rename
11387 replace-regexps-in-string.
11388
11389 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11390
11391 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11392 regexp for labels cannot span several lines.
11393
11394 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11395 `(setq :<key> ':<key>)' to the macro expansion.
11396
11397 2000-03-16 Dave Love <fx@gnu.org>
11398
11399 * progmodes/f90.el (f90): Put custom group under `languages', not
11400 `fortran'.
11401 (f90-mode-hook): Customize.
11402 (f90-mode): Set add-log-current-defun-function.
11403 (f90-current-defun): New function.
11404
11405 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11406
11407 * cus-edit.el (custom-variable-tag-face): Handle case that
11408 default face's height is not a number.
11409 (custom-face-tag-face, custom-group-tag-face-1)
11410 (custom-group-tag-face): Ditto.
11411 (custom-group-tag-face-1): Add :group.
11412
11413 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11414
11415 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11416
11417 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11418 requiring easymenu.
11419
11420 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11421
11422 * ps-print.el: PostScript user-defined prologue, PostScript error
11423 handler, doc fix.
11424 (ps-print-version): New version number (5.1).
11425 (ps-user-defined-prologue, ps-error-handler-message)
11426 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11427 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11428 (ps-insert-string): New function.
11429
11430 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11431
11432 * international/ccl.el (ccl-compile-expression): Don't generate
11433 invalid self-assignment code.
11434
11435 2000-03-14 Dave Love <fx@gnu.org>
11436
11437 * subr.el (replace-regexp-in-string): Renamed from
11438 replace-regexps-in-string. Doc fix.
11439
11440 2000-03-12 Dave Love <fx@gnu.org>
11441
11442 * cus-edit.el: Doc fixes.
11443 (customize-set-variable, customize-save-variable): Rename args for
11444 doc.
11445 (custom-variable-tag-face, custom-face-tag-face)
11446 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11447 style which user identify as hyperlink.
11448 (hook): Don't add undefined functions to the hook.
11449 (debug-ignored-errors): Transfer message from bindings.el.
11450
11451 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11452
11453 * recentf.el (recentf-keep-non-readable-files-p): Remove
11454 double/nested definition.
11455
11456 2000-03-12 Dave Love <fx@gnu.org>
11457
11458 * facemenu.el (facemenu-get-face): Use display-color-p.
11459 * enriched.el (enriched-decode-foreground): Likewise.
11460 (enriched-decode-background): Likewise.
11461 * isearch.el (isearch-highlight): Likewise.
11462 * info-look.el (info-lookup): Likewise.
11463 * simple.el (completion-setup-function): Likewise.
11464
11465 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11466 :options.
11467
11468 * bindings.el (mode-line-format): Fix line-number and
11469 column-number items. Add help-echo for the background.
11470 (mode-line-mule-info): Modify help-echo.
11471
11472 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11473
11474 * files.el (load-file): Allow completion to .elc.
11475
11476 * man.el: Doc fixes.
11477 (Man-init-defvars): Use display-color-p to set fontification.
11478
11479 * play/hanoi.el (hanoi-internal): Don't use oddp.
11480
11481 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11482
11483 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11484
11485 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11486
11487 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11488
11489 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11490 Fix comment.
11491
11492 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11493
11494 * font-lock.el (font-lock-keywords): Fix the doc now that
11495 regexp-opt-depth is unnecessary.
11496 (save-buffer-state): Set an edebug spec.
11497 (font-lock-fontify-anchored-keywords): Properly handle the case when
11498 the matcher goes past the limit.
11499
11500 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11501 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11502
11503 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11504 dll.el and cookie.el (from Elib) with heavy renaming and other
11505 massaging.
11506
11507 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11508 Autoload the functions used.
11509 (easy-mmode-define-syntax): Fix CL typo.
11510 (easy-mmode-define-derived-mode): Improve the docstring generation.
11511
11512 2000-03-10 Gerd Moellmann <gerd@gnu.org>
11513
11514 * textmodes/texinfo.el (texinfo-version): Variable and function
11515 removed.
11516
11517 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11518
11519 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11520 allow more flexibility.
11521 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11522 fns.
11523 (easy-mmode-defmap, easy-mmode-defsyntax)
11524 (easy-mmode-define-derived-mode): New macros.
11525
11526 2000-03-09 Didier Verna <didier@xemacs.org>
11527
11528 * rect.el (replace-rectangle): New function.
11529
11530 2000-03-09 Dave Love <fx@gnu.org>
11531
11532 * progmodes/fortran.el (fortran-comment-line-start): Define as
11533 "C".
11534 (fortran-comment-line-start-skip): Don't match cpp stuff.
11535 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11536 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11537 (fortran-mode): Don't set fortran-comment-line-start-skip,
11538 fortran-comment-line-start here. Set comment-start,
11539 add-log-current-defun.
11540 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11541 (fortran-current-defun): New function.
11542
11543 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11544
11545 * emacs-lisp/re-builder.el: New file.
11546
11547 * mouse.el (mouse-drag-region): Don't run up-event handler
11548 if hscroll has changed.
11549
11550 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11551 builtin operators, use `font-lock-builtin-face' for Emacs and
11552 `font-lock-preprocessor-face' otherwise.
11553
11554 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11555 `(defun (setf foo)' differently.
11556
11557 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11558
11559 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11560 (regexp-opt): Update comment and adapt the code the new meaning of
11561 the `paren' argument of regex-opt-group for shy-groups.
11562 (regexp-opt-depth): Handle shy groups as well as backslashed
11563 backslashes.
11564 (regexp-opt-group): Turn the leading comment into a docstring.
11565 Allow `paren' to be a string (the string to use to open a group).
11566 Remove open-presuf and close-presuf. Instead of checking for `all
11567 one-char' and then later on check for `several one-char', handle
11568 both cases close together. Also apply a more generic algorithm
11569 for suffixes (the mirror image of the algorithm used for
11570 prefixes). Use shy-groups. Use nreverse rather than reverse.
11571 (regexp-opt-try-suffix): Removed.
11572
11573 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11574 from comint-mode-map, so we can just inherit from it. Also, move
11575 the initialization into the `defvar' since there's no docstring
11576 anyway and it's fairly short.
11577 (inferior-scheme-mode): Define it as derived-mode: the code is
11578 shorter and this way we inherit from comint-mode-map rather than
11579 copying it.
11580
11581 * subr.el (replace-regexps-in-string): Properly handle the case
11582 where we match an empty string.
11583
11584 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11585 when the command has a directory component (such as "./testml").
11586 Also fix a typo in the comment.
11587
11588 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11589
11590 * Makefile (compile-files): Compile files one by one because
11591 that's the only way to ensure a clean compilation environment for
11592 each individual file.
11593
11594 * frame.el (other-frame): Call x-focus-frame.
11595
11596 2000-03-07 Dave Love <fx@gnu.org>
11597
11598 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11599 :require to defcustom.
11600
11601 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11602 lists.
11603
11604 * files.el (auto-mode-alist): Add configure.in.
11605
11606 * progmodes/autoconf.el: New file.
11607
11608 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11609
11610 * mail/mh-e.el: Change maintainer to `none'.
11611
11612 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11613 to remove-hook and add-hook.
11614
11615 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11616
11617 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11618 it as the default.
11619 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11620 (sendmail-send-it): Conditionally add MIME headers specifying the
11621 used character set.
11622
11623 2000-03-07 Dave Love <fx@gnu.org>
11624
11625 * winner.el: Fix keywords, autoload cookies. Split
11626 eval-when-compile form to avoid compilation failure.
11627
11628 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11629
11630 * international/mule.el: Modify comment about coding system
11631 property `coding-category'.
11632 (make-coding-system): New argument EOL-TYPE. Pay attention to
11633 coding-category property of PROPERTIES.
11634
11635 * international/mule-conf.el (coding-category-utf-8,
11636 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11637 categories. Include them in the argument for set-coding-priority.
11638
11639 * international/mule-cmds.el (reset-language-environment): Include
11640 coding-category-utf-8, coding-category-utf-16-be, and
11641 coding-category-utf-16-le in the argument for set-coding-priority.
11642 (reset-language-environment): Initialize coding-category-utf-8,
11643 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11644
11645 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11646
11647 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11648 code abstracted out of `bookmark-jump-noselect'. Now tries info
11649 extensions as well as compression extensions.
11650 (bookmark-jump-noselect): Use above new func.
11651
11652 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11653
11654 * strokes.el: Change maintainer's mail address.
11655
11656 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11657
11658 * international/mule-diag.el (list-character-sets): Make help-echo
11659 string by substitute-command-keys.
11660 (list-character-sets): Likewise.
11661 (sort-listed-character-sets): Call help-setup-xref.
11662
11663 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11664
11665 * time.el (display-time-mail-file): Add `none' to the list of
11666 choices.
11667
11668 2000-03-01 Dave Love <fx@gnu.org>
11669
11670 * help.el (help-xref-go-back): Don't try to set position.
11671
11672 * international/mule-diag.el (list-character-sets): Call
11673 help-setup-xref. Add help-echo to xrefs.
11674 (list-character-sets-1): Add help-echo to xrefs.
11675
11676 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11677
11678 * frame.el (blink-cursor-mode): Switch cursor on when turning
11679 the mode off.
11680
11681 * add-log.el (add-log-current-defun): Add support for
11682 Autoconf mode.
11683
11684 * mail/rmail.el (rmail-quit-hook): New variable.
11685
11686 2000-03-01 Dave Love <fx@gnu.org>
11687
11688 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11689
11690 * help.el (help-xref-button): Add help-echo arg.
11691 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11692
11693 * faces.el (list-faces-display): Supply help-echo with
11694 help-make-xrefs.
11695
11696 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11697 nil.
11698
11699 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11700
11701 * image.el (defimage): Look for image files in load-path.
11702
11703 * frame.el (busy-cursor-delay-seconds): Change type to
11704 `number'.
11705
11706 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11707
11708 * recentf.el (recentf): Added version tag to the defgroup of
11709 recentf.
11710
11711 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11712
11713 * recentf.el (recentf-cleanup): Changed to remove excluded file
11714 too.
11715 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11716 action to select/unselect a file.
11717 (recentf-edit-list): Code cleanup and improvement.
11718 (recentf-open-more-files-action): `recentf-open-more-files' button
11719 widget action to open a file.
11720 (recentf-open-more-files): No more use standard completion but
11721 widgets.
11722 (recentf-more-collection): Deleted.
11723 (recentf-more-history): Deleted.
11724 (recentf-setup-more-completion): Deleted.
11725
11726 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11727
11728 * recentf.el (recentf-mode): No more needs that Emacs is running
11729 under a window-system.
11730
11731 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11732
11733 * recentf.el (recentf-edit-list): New command to edit the recent
11734 list which allow the user to remove files.
11735 (recentf-edit-selected-items): New global variable, used by
11736 `recentf-edit-list' to hold the list of files to be removed from
11737 the recent list.
11738 (recentf-make-menu-items): Updated to display a "Edit list..."
11739 menu item. Minor code cleanup.
11740
11741 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11742
11743 * recentf.el (recentf-open-more-files): New command to open files
11744 that are not displayed in the menu.
11745 (recentf-more-collection): New global variable holding the set of
11746 permissible completions used by `recentf-open-more-files'.
11747 (recentf-more-history): New global variable holding the history list
11748 used by `recentf-open-more-files' completion.
11749 (recentf-setup-more-completion): New function to setup completion for
11750 `recentf-open-more-files'.
11751 (recentf-make-menu-items): Updated to display a "More..." menu item.
11752
11753 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11754
11755 * recentf.el (recentf-menu-action): Doc fixed.
11756
11757 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11758
11759 * recentf.el (recentf-menu-filter): Doc updated.
11760 (recentf-update-menu-hook): Allow menu filters to force menu update.
11761 (recentf-make-menu-items): New menu filter handling.
11762 (recentf-make-menu-item): New helper function.
11763 (recentf-menu-elements): New menu handling function.
11764 (recentf-sort-ascending): Updated to new menu filter handling.
11765 (recentf-sort-descending): Updated to new menu filter handling.
11766 (recentf-sort-basenames-ascending): New menu filter function.
11767 (recentf-sort-basenames-descending): New menu filter function.
11768 (recentf-show-basenames): New menu filter function.
11769 (recentf-show-basenames-ascending): New menu filter function.
11770 (recentf-show-basenames-descending): New menu filter function.
11771
11772 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11773
11774 * diary-lib.el (list-diary-entries): Don't try to go forward at
11775 the end of the buffer.
11776
11777 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11778
11779 * international/mule-diag.el (list-character-sets): Completely
11780 rewritten.
11781 (sort-listed-character-sets): New function.
11782 (list-character-sets-1): Completely rewritten.
11783 (list-character-sets-2): New function.
11784 (non-iso-charset-alist): New variable.
11785 (decode-codepage-char): New function.
11786 (charset-history): New variable.
11787 (read-charset) (list-block-of-chars)
11788 (list-iso-charset-chars)
11789 (list-non-iso-charset-chars)
11790 (list-charset-chars): New functions.
11791 (mule-diag): Call list-character-sets-2, not
11792 list-character-sets-2.
11793 (dump-charsets): Likewise.
11794
11795 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11796
11797 * dired-x.el (dired-filename-at-point): Add `@' to valid
11798 file name characters.
11799 (dired-filename-at-point): Handle ange-ftp file names.
11800
11801 * frame.el (frame-notice-user-settings): Use assq-delete-all
11802 instead of assoc-delete-all.
11803 (frame-notice-user-settings): Ditto.
11804
11805 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11806 Don't copy alist.
11807
11808 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11809
11810 * calculator.el (calculator-use-menu): New option.
11811 (calculator-initial-bindings): Changed some bindings to work as
11812 macros.
11813 (calculator-forced-input): Removed.
11814 (calculator-restart-other-mode): New variable.
11815 (calculator-mode-map): Set up menu.
11816
11817 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11818
11819 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11820 tags.
11821
11822 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
11823
11824 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11825 translate all ESC key sequences.
11826 (viper-goto-mark-subr): restore markers for files for which
11827 they were saved.
11828 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11829 * viper-util.el (viper-set-replace-overlay-glyphs,
11830 viper-set-replace-overlay): always check if the replacement
11831 overlay is live.
11832 * viper.el (viper-vi-state-mode-list): added major modes.
11833 * ediff-wind.el: minor comment changes.
11834 * ediff.el: copyright notice date fix.
11835
11836 2000-02-27 Jason Rumney <jasonr@gnu.org>
11837
11838 * faces.el (face-font-family-alternatives): Add arial to helv.
11839 (mode-line, header-line, tool-bar): Same default as x for w32.
11840 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11841 face-font-family-alternatives from working.
11842 * term/w32-win.el (mouse-set-font): Do not build fontset from
11843 chosen font.
11844
11845 2000-02-25 Sam Steingold <sds@goems.com>
11846
11847 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11848 properly.
11849
11850 2000-02-25 Richard M. Stallman <rms@gnu.org>
11851
11852 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11853
11854 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11855
11856 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11857 writable.
11858
11859 * frame.el (busy-cursor-delay-seconds): New option.
11860
11861 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11862
11863 * frame.el (show-cursor-in-non-selected-windows): New option.
11864
11865 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11866
11867 * diary-lib.el (include-other-diary-files): Undo the selective
11868 display in any included file and don't kill it.
11869
11870 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11871
11872 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11873 bar. Menu items converted to (menu-item format, help strings
11874 added.
11875 [downcase, upcase]: Don't enable on MS-DOS.
11876 [symlink, symlinks]: Don't show if make-symbolic-link is not
11877 bound.
11878 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11879
11880 2000-02-23 Dave Love <fx@gnu.org>
11881
11882 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11883 (backward-kill-word): Revert addition of * to interactive spec --
11884 it's a feature.
11885
11886 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11887 (backward-kill-sentence, kill-sentence): Likewise.
11888
11889 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11890 scratch buffer name.
11891 (gud-format-command): Use int-to-string in ?l case. Simplify
11892 slightly.
11893
11894 * term/w32-win.el (internal-face-interactive): Update prompt for
11895 new read-face-name.
11896
11897 * mail/footnote.el (footnote): Add :version to defgroup.
11898 (footnote-section-tag-regexp): Customize.
11899 (footnote-start-tag, footnote-end-tag): New option.
11900 (footnote-latin-regexp): New variable.
11901 (Footnote-latin): New function.
11902 (footnote-style-alist): Add element for latin style.
11903 (footnote-style): Moved.
11904 (Footnote-goto-footnote): Use eq to test arg.
11905
11906 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11907
11908 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11909 (byte-compile-trueconstp): Include keywords.
11910 (byte-optimize-quote, byte-optimize-lapcode): Use
11911 byte-compile-const-symbol-p.
11912 (byte-optimize-char-before): New optimization.
11913
11914 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11915 (byte-compile-const-symbol-p): New function.
11916 (byte-compile-constp, byte-compile-out-toplevel)
11917 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11918 Use it.
11919
11920 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11921
11922 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11923
11924 * international/encoded-kb.el: Be sure to update minor-mode-alist
11925 and minor-mode-map-alist.
11926 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11927 codes SS2 and SS3 correctly.
11928 (encoded-kbd-self-insert-ccl): New function.
11929 (encoded-kbd-setup-keymap): New function.
11930 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11931 by calling encoded-kbd-setup-keymap.
11932
11933 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11934 characters.
11935 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11936 locally.
11937
11938 2000-02-22 Dave Love <fx@gnu.org>
11939
11940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11941 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11942 defvar.
11943 (lisp-mode-syntax-table): Set up for #|...|# comments.
11944 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11945 classes. Match `defface'.
11946 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11947 (eval-defun-1): Fix for defcustom.
11948 (lisp-indent-region): Doc fix.
11949
11950 * subr.el (when, unless, split-string): Doc fix.
11951 (read-passwd): Move call of clear-this-command-keys to the right
11952 place.
11953 (replace-regexps-in-string): New function.
11954
11955 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11956
11957 * help.el (describe-variable): Set syntax table to
11958 emacs-lisp-mode-syntax-table when moving forward over the
11959 symbol's name.
11960
11961 2000-02-22 Dave Love <fx@gnu.org>
11962
11963 * xt-mouse.el: Doc fixes.
11964 (xterm-mouse-position-function): New function, replacing advice of
11965 mouse-position.
11966 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11967
11968 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11969
11970 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11971
11972 * format.el (format-annotate-single-property-change): Handle
11973 properties.with dotted-list values.
11974 (format-proper-list-p): New function.
11975
11976 * enriched.el (enriched-face-ans): Handle '(foreground-color
11977 . COLOR) and (background-color . COLOR).
11978
11979 2000-02-20 Dave Love <fx@gnu.org>
11980
11981 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11982 and assignments to it.
11983 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11984 current local map.
11985 (make-flyspell-overlay): Use it.
11986 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11987
11988 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11989 (lm-get-header-re): Defun, not defsubst.
11990 (lm-get-package-name): Defun, not defsubst. Simplify.
11991 (lm-version): Doc fix. Simplify.
11992 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11993 (lm-crack-address, lm-last-modified-date, lm-commentary)
11994 (lm-verify, lm-synopsis): Simplify.
11995 (lm-report-bug): Require emacsbug. Use compose-mail.
11996
11997 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11998
11999 * dired.el (dired-mode): Call propertized-buffer-identification
12000 to set mode-line-buffer-identification to something having
12001 the right text properties.
12002
12003 * bindings.el (propertized-buffer-identification): New function.
12004
12005 2000-02-20 Dave Love <fx@gnu.org>
12006
12007 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12008 check for t-mouse too.
12009
12010 * cus-start.el: Make echo-keystrokes `number'.
12011
12012 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12013
12014 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12015 Don't call ring-empty-p unless tags-location-ring is bound.
12016 From Noah Friedman <friedman@splode.com>.
12017
12018 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12019
12020 * progmodes/hideshow.el (hs-flag-region): No longer use
12021 `intangible' overlay property.
12022
12023 (hs-toggle-hiding): New command.
12024 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12025
12026 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12027 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12028 and deactivation.
12029
12030 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12031
12032 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12033
12034 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12035
12036 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12037
12038 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12039 of `*' to handle `(* ... *)' comments.
12040
12041 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12042
12043 * faces.el (list-faces-display): Use display-mouse-p instead of
12044 window-system.
12045
12046 * menu-bar.el (global-map): Menu-bar items converted to the new
12047 format (menu-item..., rearranged for better CUA compliance, and
12048 their names changed for better clarity. Help strings added.
12049
12050 * international/mule-cmds.el (mule-menu-keymap)
12051 (describe-language-environment-map, set-coding-system-map)
12052 (setup-language-environment-map): Convert to new (menu-item...
12053 form, add help strings. Change names of menu items for better
12054 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12055 submenu).
12056
12057 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12058
12059 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12060 within the code.
12061
12062 2000-02-16 Dave Love <fx@gnu.org>
12063
12064 * faces.el: Don't require custom. Add more specific :groups to
12065 various deffaces.
12066 (set-face-attribute): Purecopy args.
12067 (read-face-name): Default to name at point and use it in prompt.
12068 Remove colon from arg in all callers.
12069 (list-faces-display): Hyperlink to face descriptions and customize
12070 buffers.
12071
12072 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12073
12074 * wid-edit.el (widget-match-inline): An atom never matches a
12075 list.
12076
12077 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12078
12079 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12080 at ':' characters by call to split-string.
12081
12082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12083
12084 * textmodes/bibtex.el: Added RCS version identification.
12085
12086 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12087
12088 * textmodes/bibtex.el: Some temporary comments removed.
12089 (bibtex-field-name, bibtex-entry-type): Made the relationship
12090 explicit.
12091 (bibtex-field-const): Allow capital letters.
12092 (bibtex-start-of-string): Deleted because unused.
12093
12094 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12095 use the term 'reference' to describe a bibtex entry as a whole.
12096 Further, reference keys are no longer called 'labels'.
12097 (bibtex-keys): Renamed to bibtex-reference-keys.
12098 (bibtex-reformat-previous-labels): Renamed to
12099 bibtex-reformat-previous-reference-keys.
12100 (bibtex-reference-type): Renamed to bibtex-entry-type.
12101 (bibtex-reference-head): Renamed to bibtex-entry-head.
12102 (bibtex-reference-maybe-empty-head): Renamed to
12103 bibtex-entry-maybe-empty-head.
12104 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12105 (bibtex-search-reference): Renamed to bibtex-search-entry.
12106 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12107 bibtex-enclosing-entry-maybe-empty-head.
12108 (bibtex-entry-field-alist, bibtex-entry-head,
12109 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12110 bibtex-map-entries, bibtex-search-entry,
12111 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12112 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12113 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12114 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12115 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12116 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12117 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12118
12119 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12120
12121 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12122 comment.
12123 (bibtex-format-field-delimiters): New function, functionality
12124 extracted from bibtex-format-entry.
12125 (bibtex-autokey-get-yearfield-digits): New function, functionality
12126 extracted from bibtex-autokey-get-yearfield.
12127
12128 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12129 entries in order to avoid stack overflow in the regexp matcher if
12130 field contents become large.
12131 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12132 bibtex-field-string-part-not-braced,
12133 bibtex-field-string-part-no-inner-braces,
12134 bibtex-field-string-part-1-inner-brace,
12135 bibtex-field-string-part-2-inner-braces,
12136 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12137 bibtex-field-string-quoted, bibtex-field-string,
12138 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12139 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12140 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12141 as parsing is now performed by the following functions.
12142 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12143 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12144 bibtex-parse-field-string, bibtex-search-forward-field-string,
12145 bibtex-parse-association, bibtex-field-name-for-parsing,
12146 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12147 bibtex-search-forward-field, bibtex-search-backward-field,
12148 bibtex-start-of-field, bibtex-end-of-field,
12149 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12150 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12151 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12152 bibtex-parse-string, bibtex-search-forward-string,
12153 bibtex-search-backward-string, bibtex-start-of-string,
12154 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12155 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12156 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12157 entries. Instead of reporting the results of the parsing by
12158 match-beginning or match-end, these functions return data structures
12159 that hold the corresponding positions.
12160 (bibtex-enclosing-field): Changed to also report field boundaries by
12161 return values rather than by match-beginning or match-end. The
12162 following functions have been adapted to use the new parsing
12163 functions.
12164 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12165 bibtex-enclosing-field, bibtex-format-entry,
12166 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12167 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12168 bibtex-print-help-message, bibtex-end-of-entry,
12169 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12170 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12171 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12172 method for parsing.
12173 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12174 bibtex-map-entries, bibtex-flash-head,
12175 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12176 bibtex-autokey-change, bibtex-autokey-get-namefield,
12177 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12178 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12179 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12180 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12181 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12182 order to make the new binding of case-fold-search immediately
12183 visible.
12184
12185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12186
12187 * textmodes/bibtex.el: Copyright notice is up to date.
12188 Added constant 'bibtex-maintainer-salutation.
12189
12190 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12191 than make-temp-name, use match-string-no-properties and eliminate
12192 a quadratic behavior when building bibtex-strings.
12193
12194 * bibtex.el (bibtex-reference-key): Accept string entries whose
12195 reference key contains upper case letters.
12196
12197 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12198
12199 * bibtex.el (bibtex-reference-head): Allow entries to start with
12200 a new line.
12201
12202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12203
12204 * bibtex.el: Hiding of entry bodies is not longer provided by
12205 bibtex.el directly. Instead the hideshow package can be used.
12206 Added a special bibtex entry to hs-special-modes-alist.
12207 (bibtex-hs-forward-sexp): Added for hideshow.el.
12208
12209 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12210
12211 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12212 at ':' characters by call to split-string.
12213
12214 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12215
12216 * textmodes/bibtex.el: Added RCS version identification.
12217
12218 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12219
12220 * textmodes/bibtex.el: Some temporary comments removed.
12221 (bibtex-field-name, bibtex-entry-type): Made the relationship
12222 explicit.
12223 (bibtex-field-const): Allow capital letters.
12224 (bibtex-start-of-string): Deleted because unused.
12225
12226 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12227 use the term 'reference' to describe a bibtex entry as a whole.
12228 Further, reference keys are no longer called 'labels'.
12229 (bibtex-keys): Renamed to bibtex-reference-keys.
12230 (bibtex-reformat-previous-labels): Renamed to
12231 bibtex-reformat-previous-reference-keys.
12232 (bibtex-reference-type): Renamed to bibtex-entry-type.
12233 (bibtex-reference-head): Renamed to bibtex-entry-head.
12234 (bibtex-reference-maybe-empty-head): Renamed to
12235 bibtex-entry-maybe-empty-head.
12236 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12237 (bibtex-search-reference): Renamed to bibtex-search-entry.
12238 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12239 bibtex-enclosing-entry-maybe-empty-head.
12240 (bibtex-entry-field-alist, bibtex-entry-head,
12241 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12242 bibtex-map-entries, bibtex-search-entry,
12243 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12244 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12245 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12246 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12247 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12248 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12249 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12250
12251 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12252
12253 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12254 comment.
12255 (bibtex-format-field-delimiters): New function, functionality
12256 extracted from bibtex-format-entry.
12257 (bibtex-autokey-get-yearfield-digits): New function, functionality
12258 extracted from bibtex-autokey-get-yearfield.
12259
12260 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12261 entries in order to avoid stack overflow in the regexp matcher if
12262 field contents become large.
12263 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12264 bibtex-field-string-part-not-braced,
12265 bibtex-field-string-part-no-inner-braces,
12266 bibtex-field-string-part-1-inner-brace,
12267 bibtex-field-string-part-2-inner-braces,
12268 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12269 bibtex-field-string-quoted, bibtex-field-string,
12270 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12271 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12272 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12273 as parsing is now performed by the following functions.
12274 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12275 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12276 bibtex-parse-field-string, bibtex-search-forward-field-string,
12277 bibtex-parse-association, bibtex-field-name-for-parsing,
12278 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12279 bibtex-search-forward-field, bibtex-search-backward-field,
12280 bibtex-start-of-field, bibtex-end-of-field,
12281 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12282 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12283 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12284 bibtex-parse-string, bibtex-search-forward-string,
12285 bibtex-search-backward-string, bibtex-start-of-string,
12286 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12287 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12288 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12289 entries. Instead of reporting the results of the parsing by
12290 match-beginning or match-end, these functions return data structures
12291 that hold the corresponding positions.
12292 (bibtex-enclosing-field): Changed to also report field boundaries by
12293 return values rather than by match-beginning or match-end. The
12294 following functions have been adapted to use the new parsing
12295 functions.
12296 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12297 bibtex-enclosing-field, bibtex-format-entry,
12298 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12299 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12300 bibtex-print-help-message, bibtex-end-of-entry,
12301 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12302 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12303 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12304 method for parsing.
12305 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12306 bibtex-map-entries, bibtex-flash-head,
12307 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12308 bibtex-autokey-change, bibtex-autokey-get-namefield,
12309 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12310 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12311 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12312 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12313 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12314 order to make the new binding of case-fold-search immediately
12315 visible.
12316
12317 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12318
12319 * textmodes/bibtex.el: Copyright notice is up to date.
12320 Added constant 'bibtex-maintainer-salutation.
12321
12322 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12323 than make-temp-name, use match-string-no-properties and eliminate
12324 a quadratic behavior when building bibtex-strings.
12325
12326 * bibtex.el (bibtex-reference-key): Accept string entries whose
12327 reference key contains upper case letters.
12328
12329 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12330
12331 * bibtex.el (bibtex-reference-head): Allow entries to start with
12332 a new line.
12333
12334 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12335
12336 * bibtex.el: Hiding of entry bodies is not longer provided by
12337 bibtex.el directly. Instead the hideshow package can be used.
12338 Added a special bibtex entry to hs-special-modes-alist.
12339 (bibtex-hs-forward-sexp): Added for hideshow.el.
12340
12341 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12342
12343 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12344 proceedings entry type (for cross referencing). Thanks to Wagner
12345 Toledo Correa for the suggestion.
12346
12347 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12348
12349 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12350
12351 * international/characters.el: Setup case table for Vietnamese.
12352
12353 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12354
12355 * uniquify.el (toplevel): Require CL at compile time.
12356 (uniquify-push): Removed.
12357
12358 * shadowfile.el (shadow-when): Removed.
12359
12360 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12361 (tempo-process-and-insert-string): Use dolist instead of
12362 tempo-dolist.
12363
12364 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12365 regexp for paragraph-start.
12366
12367 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12368 commas as well.
12369
12370 2000-02-10 Dave Love <fx@gnu.org>
12371
12372 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12373 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12374 Deleted.
12375 (widget-specify-field, widget-specify-button): Don't use
12376 widget-mouse-help as help-echo property.
12377 (default): Use #'ignore for :validate and :mouse-down-action.
12378 (checkbox): Add help-echo.
12379 (widget-sexp-validate): Rewritten to clarify error messages.
12380 (character): Use char-valid-p in :match function.
12381 (widget-color-complete): Use facemenu-color-alist.
12382 (widget-color-action): Use facemenu-read-color.
12383
12384 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12385 set up `caar' &c that we now have.
12386
12387 2000-02-09 Ray Blaak <blaak@gnu.org>
12388
12389 * delphi.el: Make resourcestring a declaration region, like const
12390 and var.
12391
12392 2000-02-09 Dave Love <fx@gnu.org>
12393
12394 * bindings.el (mode-line-input-method-map): New variable.
12395 (mode-line-mule-info): Use it; fix last change.
12396 (mode-line-mode-menu): Move definition.
12397 (mode-line-mouse-sensitive-p): Deleted.
12398 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12399 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12400 level.
12401
12402 * startup.el (command-line-1): Don't call
12403 make-mode-line-mouse-sensitive.
12404
12405 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12406
12407 * mail/rmail.el (rmail-retry-failure): Use
12408 rmail-beginning-of-message before rmail-toggle-header, because the
12409 former toggles headers.
12410
12411 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12412
12413 * diff-mode.el (diff-kill-junk): New interactive function.
12414 (diff-reverse-direction): Use delete-and-extract-region.
12415 (diff-post-command-hook): Restrict the area so that the hook also works
12416 outside of any diff hunk. This is necessary for the minor-mode.
12417 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12418 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12419
12420 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12421 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12422 so that it can be used more easily in <foo>-mode-hook. Also make sure
12423 to avoid duplicate entries.
12424 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12425 (font-lock-remove-keywords): Just as was done for `add', allow it to
12426 work even if font-lock-mode is nil. Also make sure we don't modify
12427 any pre-existing list by forcing a copy-sequence. Finally rename
12428 `major-mode' to `mode'.
12429 (font-lock-fontify-syntactic-anchored-keywords)
12430 (font-lock-fontify-anchored-keywords)
12431 (font-lock-fontify-keywords-region): Use line-end-position.
12432 Don't make `font-lock-multiline' local (it's now done in
12433 font-lock-set-defaults).
12434 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12435 move the `font-lock-fontified' creation to inside the `unless'.
12436
12437 2000-02-06 Andrew Innes <andrewi@gnu.org>
12438
12439 * term/w32-win.el (x-handle-args): Comment out call to message,
12440 which occurs before window system is initialized.
12441
12442 * makefile.nt: Add support for recompiling lisp code.
12443
12444 2000-02-04 Dave Love <fx@gnu.org>
12445
12446 * bindings.el (mode-line-mule-info): Fix/extend last change.
12447
12448 * completion.el: Replace completion-dolist with dolist.
12449
12450 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12451 dotimes.
12452
12453 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12454
12455 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12456 environment names before they go into the section regexp.
12457
12458 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12459 char class in regexp.
12460
12461 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12462 `case-fold-search' to nil.
12463
12464 * progmodes/idlwave.el (idlwave-template): Respect
12465 `idlwave-abbrev-change-case'.
12466 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12467 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12468 idlwave-while): respect `idlwave-reserved-word-upcase'.
12469 (idlwave-rw-case): New function.
12470 (idlwave-statement-match): Fixed problem with assignment regexp.
12471 (idlwave-font-lock-keywords): Improved regexp for keyword
12472 parameters.
12473 (idlwave-surround): New argument LENGTH to support padding of
12474 operators longer than 1 char.
12475
12476 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12477 idlwave-shell-expression-overlay. Implemented printing of
12478 expressions on higher levels of the calling stack.
12479 (idlwave-shell-display-level-in-calling-stack): Restore stack
12480 level.
12481 (idlwave-retrieve-expression-from-level): New function.
12482 (idlwave-shell-last-calling-stack): Variable removed.
12483 (idlwave-shell-reset): Argument action reversed (`visible' to
12484 `hidden'). Also remove stop-line overlay.
12485 (idlwave-shell-calling-stack-routine): New variable.
12486 (idlwave-shell-parse-stack-and-display): Messages now display
12487 negative level numbers.
12488 (idlwave-shell-mode): Set `modeline-format'.
12489 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12490 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12491 21.
12492 (idlwave-shell-print-expression-function): New option.
12493
12494 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12495 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12496 `tool-bar' instead of `toolbar'.
12497
12498 2000-02-02 Dave Love <fx@gnu.org>
12499
12500 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12501 emacs-lisp-mode-hook. Don't check for defalias being defined.
12502
12503 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12504 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12505 the new builtins directly.
12506
12507 * whitespace.el (whitespace): Add :version to defgroup.
12508
12509 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12510 Doc fix.
12511
12512 * thingatpt.el (sexp-at-point, symbol-at-point)
12513 (number-at-point, list-at-point): Add autoload cookie.
12514
12515 * recentf.el (recentf): Add :version to defgroup.
12516
12517 * quickurl.el (quickurl): Add :version to defgroup.
12518
12519 * elide-head.el (elide-head): Use point-marker more.
12520
12521 * bs.el (bs): Add :version to defgroup.
12522
12523 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12524
12525 * progmodes/delphi.el (delphi): Add :version to defgroup.
12526
12527 2000-02-02 Gerd Moellmann <gerd@gnu.org>
12528
12529 * ange-ftp.el (ange-ftp-write-region): Handle case that
12530 succeeding process operation sets a different coding system.
12531
12532 * calculator.el: New file.
12533
12534 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12535
12536 * frame.el (frames-on-display-list, framep-on-display): New
12537 functions.
12538 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12539 (display-selections-p, display-screens, display-pixel-width)
12540 (display-pixel-height, display-mm-width, display-mm-height)
12541 (display-backing-store, display-save-under, display-planes)
12542 (display-color-cells, display-visual-class): New functions.
12543
12544 * term/tty-colors.el (tty-color-gray-shades): New function.
12545
12546 * faces.el (display-color-p): Use framep-on-display.
12547 (display-grayscale-p): New function.
12548
12549 2000-01-31 Dave Love <fx@gnu.org>
12550
12551 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12552 (create-fontset-from-x-resource): Don't concat integers.
12553
12554 2000-01-31 Inge Frick <inge@nada.kth.se>
12555
12556 * view.el: Some changes in documentation. Removed some trailing
12557 whitespace. Changed some parameter names to agree with
12558 documentation.
12559 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12560 window is not deleted. Modifies change 1998-04-26.
12561
12562 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12563
12564 * windmove.el: New file.
12565
12566 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12567 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12568 progmodes/ebnf-yac.el: Update copyright and license info.
12569
12570 * jit-lock.el (jit-lock-function): Widen before calculating end
12571 position.
12572 (jit-lock-stealth-chunk-start): Rewritten.
12573
12574 * info.el (Info-title-face-alist): Removed.
12575 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12576 faces.
12577 (Info-fontify-node): Use these faces.
12578
12579 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12580
12581 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12582 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12583 `&allow-other-keywords'.
12584
12585 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12586 the list of directories scanned heuristically.
12587
12588 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12589 exist.
12590
12591 2000-01-30 Jason Rumney <jasonr@gnu.org>
12592
12593 * w32-fns.el: Define w32-tty-standard-colors.
12594
12595 * startup.el (command-line): Use w32-tty-standard-colors when in
12596 w32 console mode.
12597
12598 2000-01-30 Dave Love <fx@gnu.org>
12599
12600 * jka-compr.el (jka-compr-load): Fix up load-history.
12601
12602 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12603
12604 * emacs-lisp/cl-macs.el: Revert previous change.
12605
12606 2000-01-29 Dave Love <fx@gnu.org>
12607
12608 * facemenu.el: Purecopy various strings.
12609
12610 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12611 years. Deal with three-digit years.
12612
12613 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12614 defconst, purecopy.
12615 (help-back-label): Purecopy it.
12616
12617 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12618
12619 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12620 variable. If non-nil, order the buffer list according to the
12621 currently selected frame.
12622 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12623 non-nil, pass the selected frame to function buffer-list.
12624
12625 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12626
12627 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12628
12629 2000-01-28 Dave Love <fx@gnu.org>
12630
12631 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12632
12633 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12634 Don't use lisp-indent-hook property.
12635 (cl-abs): Remove.
12636
12637 * subr.el: Move out indent and edebug specs for when and unless.
12638
12639 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12640 when, unless.
12641
12642 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12643 unless, when.
12644
12645 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12646
12647 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12648 `collecting' as synonym for `collect'.
12649
12650 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12651 for the case it contains spaces.
12652
12653 * simple.el (what-cursor-position): Change formatting of
12654 messages.
12655
12656 * frame.el (delete-other-frames): New function.
12657 (toplevel): Bind it to C-x 5 1.
12658
12659 * sort.el (sort-numeric-base): New option.
12660 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12661 interpret it as octal or hexadecimal. Use sort-numeric-base
12662 as default base.
12663
12664 * progmodes/glasses.el: New file.
12665
12666 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12667
12668 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12669 userids differently.
12670
12671 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12672 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12673 progmodes/ebnf-yac.el: New files.
12674
12675 2000-01-26 Dave Love <fx@gnu.org>
12676
12677 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12678 on a function with an empty body. [From Eric Ludlam.]
12679
12680 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12681
12682 * vc.el (vc-version-diff): Make sure file name is expanded.
12683
12684 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12685
12686 * scroll-bar.el (scroll-bar-timer): Variable removed.
12687 (scroll-bar-toolkit-scroll): Don't use a timer.
12688
12689 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12690
12691 * language/thai-util.el (thai-composition-function): Delete
12692 superfluous `a'.
12693
12694 2000-01-24 Dave Love <fx@gnu.org>
12695
12696 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12697 end-of-defun-function.
12698
12699 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12700 &c.
12701
12702 2000-01-22 Jason Rumney <jasonr@gnu.org>
12703
12704 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12705 conflicts with new face support.
12706
12707 2000-01-22 Richard M. Stallman <rms@gnu.org>
12708
12709 * replace.el (query-replace): Rename last arg to DELIMITED.
12710 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12711 (query-replace-regexp): Likewise.
12712
12713 2000-01-20 Richard M. Stallman <rms@gnu.org>
12714
12715 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12716
12717 * emacs-lisp/lisp.el (beginning-of-defun-function):
12718 Variable renamed from beginning-of-defun.
12719 Do not call make-variable-buffer-local.
12720 (beginning-of-defun-raw): Use new variable name; doc fix.
12721 (beginning-of-defun): Doc fix.
12722 (end-of-defun-function): Variable renamed from end-of-defun.
12723 Do not call make-variable-buffer-local.
12724 (end-of-defun): Use new variable name; doc fix.
12725
12726 * subr.el (dolist, dotimes): Copied from cl-macs.el
12727 and made to work.
12728
12729 * mail/undigest.el (rmail-digest-end-regexps):
12730 Variable replaces rmail-digest-end-regexp.
12731 Allows multiple regexps for detecting the end line.
12732 (undigestify-rmail-message): Corresponding changes.
12733
12734 2000-01-19 Dave Love <fx@gnu.org>
12735
12736 * files.el (user-init-file): Don't declare here -- is primitive.
12737
12738 * startup.el (command-line): Check for compiled user-init-file and
12739 set to uncompiled version if necessary.
12740
12741 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12742
12743 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12744 (undigestify-rmail-message): Use it.
12745
12746 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12747
12748 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12749
12750 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12751 of mini-buffer.
12752
12753 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12754
12755 * emacs-lisp/copyright.el (copyright-update): Removed the
12756 requirement for a trailing space from `copyright-regexp', to
12757 support copyrights with owner specified on a separate line..
12758
12759 * align.el: New file.
12760
12761 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12762
12763 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12764
12765 2000-01-13 Dave Love <fx@gnu.org>
12766
12767 * ph.el: Removed. (Obsoleted by EUDC.)
12768
12769 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12770
12771 * net/eudc.el (toplevel): Remove autoloaded code installing
12772 menu with easymenu, because that causes build problems.
12773
12774 * frame.el (frame-notice-user-settings): New variable.
12775 (frame-notice-user-settings): Don't modify frame parameters
12776 if called a second time.
12777
12778 2000-01-13 Richard M. Stallman <rms@gnu.org>
12779
12780 * frame.el (frame-notice-user-settings):
12781 Notice default-frame-parameters even for non-window frames.
12782
12783 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12784
12785 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12786 for Emacs.
12787 (eudc-bob-can-display-inline-images): Extend for Emacs.
12788 (eudc-bob-toggle-inline-display): Ditto.
12789 (eudc-bob-display-jpeg): Ditto.
12790
12791 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12792
12793 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12794 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12795 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12796
12797 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12798 nil)'.
12799
12800 * subdirs.el: Add `net' directory.
12801
12802 * net: New directory.
12803
12804 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12805 eval-last-sexp. Don't bind debug-on-error here.
12806 (eval-last-sexp): New function. Bind debug-on-error if
12807 eval-expression-debug-on-error is non-nil.
12808 (eval-defun-2, eval-defun): Likewise.
12809
12810 * simple.el (eval-expression): Don't bind debug-on-error if
12811 eval-expression-debug-on-error is nil. Detect changed
12812 debug-on-error, and propagate new value to global binding, if
12813 eval-expression-debug-on-error is non-nil,
12814 (eval-expression-debug-on-error): Change doc string.
12815
12816 2000-01-11 Richard M. Stallman <rms@gnu.org>
12817
12818 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12819
12820 * emacs-lisp/lisp-mode.el (with-syntax-table):
12821 Set up lisp-indent-function property.
12822
12823 * subr.el (with-syntax-table): Moved from simple.el.
12824
12825 * simple.el (with-syntax-table): Moved to subr.el.
12826
12827 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12828
12829 * tmm.el (tmm-shortcut): Delete region after prompt instead
12830 of erasing buffer.
12831
12832 * textmodes/fill.el (fill-common-string-prefix): New function.
12833 (fill-context-prefix): Use the longest common prefix of first
12834 and second line fill prefix, if there is one.
12835
12836 2000-01-11 Richard M. Stallman <rms@gnu.org>
12837
12838 * array.el (array-mode): Don't use make-variable-buffer-local.
12839 Use make-local-variable for `truncate-lines'.
12840
12841 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12842
12843 * add-log.el (add-log-current-defun): Handle user-defined
12844 add-log-current-function returning nil,
12845
12846 * add-log.el (add-change-log-entry): Insert version number
12847 if having found a current function
12848
12849 * add-log.el (add-log-current-defun): Call
12850 `add-log-current-defun-function'. Try matches at level 0 and
12851 level 1. Strip whitespace from defun found.
12852
12853 2000-01-10 John Wiegley <johnw@gnu.org>
12854
12855 * allout.el (isearch-done/outline-provisions): Added `edit'
12856 argument to correspond with the current definition of
12857 `isearch-done'.
12858
12859 2000-01-10 Dave Love <fx@gnu.org>
12860
12861 * elide-head.el (elide-head): Use point-marker, not point.
12862
12863 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12864
12865 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12866 before and after the year 2000.
12867
12868 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12869 Add ispell- prefix.
12870
12871 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12872
12873 * ispell.el: Only define dictionaries in menus when they exist.
12874 (version18p): New variable.
12875 (version20p): New variable.
12876 (xemacsp): New variable.
12877 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12878 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12879 (ispell-dictionary-alist6): Russian command lines no longer accept
12880 run-together words.
12881 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12882 (ispell-dictionary-alist): Add koi8-r to customize definition.
12883 (check-ispell-version): Added documentation string. Returns
12884 library path when called non-interactively.
12885 (ispell-menu-map-needed): Uses new variables.
12886 (ispell-library-path): New variable.
12887 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12888 (ispell-word): Improved documentation string. Test for valid
12889 character mappings. Correctly check typed in word changes that can
12890 result in single words split into multiple words. Returns
12891 replacement word.
12892 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12893 replace in recursive query replace mode. Help message for
12894 recursive edit mode.
12895 (ispell-show-choices): Protect against bad framepop bindings.
12896 (ispell-help): Fix to work with XEmacs.
12897 (ispell-highlight-spelling-error): Use new variables.
12898 (ispell-overlay-window): Fix to work with XEmacs.
12899 (ispell-parse-output): Passed and returns location information
12900 tracking spelling corrections. Doesn't recheck same word on
12901 current line.
12902 (ispell-init-process): Protect against bogus XEmacs variable binding.
12903 Fix call to single argument in sleep-for. Use new variables.
12904 (ispell-region): Passed and returns location information tracking
12905 spelling corrections. Doesn't check same word on current line.
12906 Improved documentation string. Doesn't resend a line already
12907 checked to the ispell process - fixes bug in LaTeX parsing.
12908 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12909 (ispell-skip-region): No longer skips <TT> in SGML.
12910 (ispell-process-line): Tracks location information with spelling
12911 corrections. Added documentation string. Accounts for words
12912 already accepted on this line. Don't allow query-replace on line
12913 starting with math characters. Doesn't resend a line already sent
12914 to ispell process. Fixes alignment error bug.
12915
12916 2000-01-10 Richard M. Stallman <rms@gnu.org>
12917
12918 * dired-x.el (dired-guess-shell-alist-default):
12919 Suggest xloadimage, which is free, not xv, which isn't.
12920
12921 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12922 Don't ever include the host name or user name in the value.
12923
12924 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12925
12926 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12927 of a real newline.
12928
12929 2000-01-09 Stephen Eglen <stephen@gnu.org>
12930
12931 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12932 for .png files.
12933
12934 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12935
12936 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12937
12938 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12939
12940 * progmodes/cperl-mode.el: Replace ^F with ^L.
12941
12942 * sendmail.el (toplevel): Provide `sendmail' when compiling
12943 before `require'ing rmail and mailalias to prevent infinite
12944 recursion.
12945
12946 2000-01-08 Dave Love <fx@gnu.org>
12947
12948 * emacs-lisp/backquote.el: Remove inappropriate customization
12949 (allowing custom.el to use backquote).
12950
12951 2000-01-07 Dave Love <fx@gnu.org>
12952
12953 * add-log.el (add-log-debugging): Deleted.
12954 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12955 file. Remove debugging code.
12956 (change-log-get-method-definition, change-log-name): Add doc.
12957 (change-log-sortable-date-at): New function.
12958 (change-log-merge): New command.
12959
12960 * time.el (display-time-string-forms): Make the Mail string active.
12961 (display-time-update): Provide help-echo for load average.
12962
12963 * bindings.el (make-mode-line-mouse2-map): New function.
12964 (mode-line-modified): Use it and simplify.
12965 (mode-line-mule-info): Provide help-echo info.
12966 (minor-mode-alist): Activate the strings.
12967 (make-mode-line-mouse-sensitive): Simplify for
12968 mode-line-buffer-identification.
12969
12970 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12971
12972 * play/pong.el: New file.
12973
12974 2000-01-06 Dave Love <fx@gnu.org>
12975
12976 * array.el: Assorted cleanups for compiler warnings, doc strings,
12977 `array-' prefix for symbols.
12978
12979 2000-01-05 Dave Love <fx@gnu.org>
12980
12981 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12982 outline-headers-as-kill.
12983 (outline-mode): Define imenu-generic-expression.
12984 (outline-headers-as-kill): New command.
12985
12986 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12987 from paragraph-start.
12988 (paragraph-indent-minor-mode): New command.
12989
12990 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12991 M-C-e, M-C-h, C-j, C-xnd, TAB.
12992 (fortran-mode): Set beginning-of-defun, end-of-defun.
12993 (fortran-column-ruler): Simplify.
12994 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12995 (fortran-with-subprogram-narrowing): Likewise.
12996 (fortran-indent-subprogram): Call mark-defun.
12997 (fortran-check-for-matching-do): Change narrowing.
12998
12999 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13000 (cl-lucid-hash-tag): Delete.
13001 (cl-hash-table-p): Correct test for native table.
13002 (cl-hash-table-count): Use hash-table-count.
13003
13004 * browse-url.el (browse-url): Fix case of
13005 browse-url-browser-function being an alist.
13006
13007 2000-01-05 Carsten Dominik <cd@gnu.org>
13008
13009 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13010 (reftex-index-phrase-file-extension): New options.
13011
13012 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13013 Use new option `reftex-index-phrase-file-extension'.
13014
13015 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13016 `reftex-parse-file-extension'.
13017
13018 2000-01-05 Dave Love <fx@gnu.org>
13019
13020 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13021 (beginning-of-defun-raw): Use it.
13022 (end-of-defun): New variable.
13023 (end-of-defun): Use it.
13024 (check-parens): New command.
13025
13026 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13027
13028 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13029 (hs-show-block): Don't use `mapcar' when not accumulating.
13030
13031 Fix buglet in local variables initialization.
13032
13033 2000-01-05 Andreas Schwab <schwab@suse.de>
13034
13035 * hscroll.el (hscroll): Doc fix.
13036
13037 2000-01-05 Carsten Dominik <cd@gnu.org>
13038
13039 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13040 idlw-toolbar.
13041
13042 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13043 file idlw-rinfo.el.
13044 (idlwave-customize): load must read file idlw-shell.el.
13045 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13046
13047 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13048
13049 * progmodes/idlw-shell.el: Also provide idlwave-shell
13050 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13051 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13052
13053 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13054 both reftex-dcr and reftex-vcr.
13055
13056 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13057
13058 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13059
13060 * ps-print.el: PostScript code now is in separate files, doc fix.
13061 (ps-print-version): New version number (5.0.3).
13062 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13063 local.
13064 (ps-spool-config): Initialization fix.
13065 (ps-print-prologue-1, ps-print-prologue-2)
13066 (ps-print-duplex-feature): PostScript code moved to separated file.
13067 (ps-background-image): Little code reformating.
13068 (ps-begin-file, ps-begin-job): Fix code.
13069 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13070 (ps-prologue-file): New fun.
13071
13072 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13073
13074 * ps-vars.el: Eliminated.
13075
13076 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13077 `;;;###autoload'.
13078
13079 * ps-print.el: ps-vars eliminated, doc fix.
13080 (ps-print-version): New version number (5.0.2).
13081 (ps-spool-config): Initialization fix.
13082 (ps-print-customize): New fun.
13083
13084 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13085
13086 * autorevert.el (auto-revert-mode): Return value of
13087 auto-revert-mode.
13088
13089 2000-01-04 Dave Love <fx@gnu.org>
13090
13091 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13092 menu items.
13093
13094 2000-01-03 Dave Love <fx@gnu.org>
13095
13096 * elide-head.el (elide-head) [defgroup]: Add :version.
13097
13098 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13099 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13100 `cl-hash-table-p', not `hash-table-p'.
13101 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13102
13103 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13104
13105 * faces.el (face-read-integer, read-face-attribute)
13106 (color-defined-p, color-values): unspecified-{f,b}g are now
13107 strings.
13108
13109 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13110
13111 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13112 at comment end, and re-insert them after filling.
13113
13114 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13115
13116 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13117 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13118 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13119
13120 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13121
13122 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13123 the new name of face-color-supported-p.
13124
13125 * term/w32-win.el (xw-defined-colors): Likewise.
13126
13127 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13128
13129 * simple.el (completion-setup-function): Count completion-size
13130 from minibuffer-prompt-end, not from point-min.
13131
13132 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13133
13134 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13135 Pass the frame to tty-color-* functions.
13136 (display-color-p, frame-set-background-mode): Pass the frame to
13137 tty-display-color-p.
13138
13139 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13140 tty-color-alist.
13141 (tty-color-alist, tty-modify-color-alist): New functions.
13142 (tty-color-define, tty-color-clear, tty-color-approximate)
13143 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13144 an optional parameter FRAME.
13145
13146 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13147
13148 * image.el (create-image, defimage): Don't assume image data is a
13149 string.
13150
13151 * image.el (defimage): Handle specifications containing :data
13152 instead of :file.
13153 (image-type-from-data): New function.
13154 (image-type-from-file-header): Use it.
13155 (create-image): Add parameter DATA-P.
13156
13157 See ChangeLog.8 for earlier changes.
13158
13159 ;; Local Variables:
13160 ;; coding: iso-2022-7bit
13161 ;; End: