*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
63dfcf4b
EZ
12000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * ps-print.el (ps-end-job): Bind case-fold-search only after
4 switching to ps-spool-buffer.
5
62000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7
8 * ps-print.el: Line number font customization. PostScript: Lines and
9 PageCount are initialized on each page. Doc Fix.
10 (ps-print-version): New version number (6.3.2).
11 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13 (ps-right-header): Customization fix.
14 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
15 Fix code.
16 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
17 New vars.
18
df3aedcf
GM
192000-11-30 Gerd Moellmann <gerd@gnu.org>
20
21 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
22
8b8a7f01
GM
232000-11-30 Rob Riepel <riepel@Stanford.EDU>
24
25 * emulation/tpu-edt.el (tpu-version): New version.
26 (tpu-search-overlay, tpu-replace-overlay): New initial range.
27 (tpu-original-mode-line): Variable deleted.
28 (tpu-mark-flag): New initial value.
29 (tpu-set-mode-line): Don't redefine mode-line-format. Add
30 tpu-mark-flag to minor-mode-alist.
31 (tpu-update-mode-line): New mark flag logic.
32 (tpu-get): Use find-file-wildcards.
33 (tpu-search-highlight): Move overlay less, reset overlay properly.
34 (tpu-unselect): Deactivate mark.
35 (tpu-lm-replace): Reset overlay properly.
36 (tpu-forward-line): Use forward-visible-line.
37 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
38
39 * emulation/tpu-extras.el (tpu-forward-line): Use
40 forward-visible-line.
41
c069a9d3
GM
422000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
43
44 * cus-edit.el (custom-face-value-create): Always emphasize tag.
45
b02cd40b
GM
462000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
47
48 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
49 and skip whitespace and newlines.
50
b7a90344
SM
512000-11-30 Stefan Monnier <monnier@cs.yale.edu>
52
53 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
54
be6bbb55
GM
552000-11-29 Gerd Moellmann <gerd@gnu.org>
56
0383ed60
GM
57 * help.el (describe-function-1): Regexp-quote function name
58 when used as part of a regexp.
59
c7957947
GM
60 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
61 face-attribute instead of face-foreground and face-background.
62 (tool-bar-add-item): Likewise, and handle unspecified colors.
63
64 * enriched.el (enriched-face-ans): Use face-attribute instead
65 of face-foreground and face-background.
66
67 * faces.el (face-foreground, face-background, face-stipple):
68 Return nil if attribute is unspecified, for backward
69 compatibility.
70
7423978d
GM
71 * files.el (auto-mode-alist): Add an entry for antlr-mode.
72
ef128c78
GM
73 * play/5x5.el: Remove version info.
74
a81fc510
GM
75 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
76
be6bbb55
GM
77 * frame.el (blink-cursor-mode): Doc fix.
78
f9396e03
GM
792000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
80
81 * antlr-mode.el: New commands to run ANTLR from within Emacs and
82 to create Makefile rules.
83 (antlr-tool-command): New user option.
84 (antlr-ask-about-save): New user option.
85 (antlr-makefile-specification): New user option.
86 (antlr-file-formats-alist): New variable.
87 (antlr-special-file-formats): New variable.
88 (antlr-unknown-file-formats): New user option.
89 (antlr-help-unknown-file-text): New variable.
90 (antlr-help-rules-intro): New variable.
91 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
92 (antlr-mode-menu): Add entries.
93 (antlr-file-dependencies): New function.
94 (antlr-directory-dependencies): New function.
95 (antlr-superclasses-glibs): New function.
96 (antlr-run-tool): New command.
97 (antlr-makefile-insert-variable): New function.
98 (antlr-insert-makefile-rules): New function.
99 (antlr-show-makefile-rules): New command.
100
101 * antlr-mode.el: More Emacs/XEmacs stuff.
102 (antlr-no-action-keywords): New constant with value nil.
103 (antlr-font-lock-keywords-alist): Use it. Old value would break
104 syntax highlighting in Emacs-21.0.
105 (antlr-default-directory): Emacs/XEmacs dependend function.
106 (antlr-read-shell-command): Ditto.
107 (antlr-with-displaying-help-buffer): Ditto.
108
1092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
110
111 * antlr-mode.el: imenu, parsing and highlighting changes.
112 (antlr-imenu-create-index-function): Don't create extra submenus
113 for definitions in different grammar classes. It is not necessary
114 for the menu and would make command `imenu' awkward to use.
115 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
116 header actions and more than one.
117 (antlr-font-lock-tokendef-face): Changed color.
118 (antlr-font-lock-tokenref-face): Changed color.
119 (antlr-font-lock-additional-keywords): Also highlight lowercase.
120 (antlr-mode-syntax-table): New variable.
121 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
122 (antlr-with-syntax-table): Don't copy syntax table.
123
1242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
125
126 * antlr-mode.el: Minor changes: language setting.
127 (antlr-language-alist): The value for file option "language" can
128 be both an identifier and a string.
129 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
130 (antlr-language-limit-n-regexp): Change accordingly.
131
1322000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
133
134 * antlr-mode.el: Minor changes: tabs, hiding.
135 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
136 (antlr-action-visibility): Also allow value nil to also hide the
137 braces. Renamed from `antlr-tiny-action-length'.
138 Suggested by Jay@aol.com.
139 (antlr-hide-actions): Change accordingly. Hide line if completely
140 hidden action is on a line of its own.
141
6ad948eb
SM
1422000-11-29 Stefan Monnier <monnier@cs.yale.edu>
143
144 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
145
146 * sort.el (sort-columns): Don't concat strings with numbers.
147
9c6a4107
DL
1482000-11-29 Dave Love <fx@gnu.org>
149
150 * cus-edit.el (face): Fix :format.
151
152 * mail/feedmail.el: Require smtpmail when compiling.
153 (mail-do-fcc): Autoload.
154 (feedmail) <defgroup>: Fix :link.
155 (feedmail-nuke-body-in-fcc): Fix :type.
156 (feedmail-send-it): Add autoload cookie.
157
053b8d35
SM
1582000-11-29 Stefan Monnier <monnier@cs.yale.edu>
159
160 * newcomment.el (comment-indent): Save excursion around call to
161 comment-indent-function.
162
242c13e8
MB
1632000-11-29 Miles Bader <miles@gnu.org>
164
165 * subr.el (member-ignore-case): Return the tail of the list who's
166 car matches, like `member', not the matching element itself.
167
8f4b5f28
KH
1682000-11-29 Kenichi Handa <handa@etl.go.jp>
169
170 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
171 should not contain `\n'.
172
bebe4a2c
GM
1732000-11-28 Gerd Moellmann <gerd@gnu.org>
174
99879a40
GM
175 * hi-lock.el: Update from author.
176
ba7e40eb
GM
177 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
178
75ab0c79
GM
179 * dired-aux.el (dired-do-create-files): Construct default file
180 name for dired-mark-read-file-name so that when the user enters
181 just RET, the target file will end up in the target directory.
182
bebe4a2c
GM
183 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
184 local-abbrev-table before changing buffers because it might
185 have a buffer-local binding.
186
fa6d1ca8
MB
1872000-11-28 Miles Bader <miles@gnu.org>
188
189 * simple.el (delete-horizontal-space): Handle fields more generally.
190
8d2c2642
GM
1912000-11-28 Gerd Moellmann <gerd@gnu.org>
192
193 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
194
8b31236d
DL
1952000-11-28 Dave Love <fx@gnu.org>
196
3cbd02d2
DL
197 * progmodes/ps-mode.el (ps-mode): Set comment-start and
198 comment-start-skip locally.
199
8b31236d
DL
200 * progmodes/fortran.el (fortran-mode): Don't set
201 fortran-comment-line-start-skip. Set comment-start to
202 fortran-comment-line-start.
203 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
204 (fortran-comment-line-start-skip): Simplify slightly.
205
ae4bf56d
GM
2062000-11-28 Gerd Moellmann <gerd@gnu.org>
207
17ef7534
GM
208 * play/5x5.el: Remove RCS keyword.
209
ae4bf56d
GM
210 * bs.el: Update from author.
211
665b27a6
GM
2122000-11-28 Milan Zamazal <pdm@freesoft.cz>
213
214 * textmodes/tildify.el (tildify-string-alist): Add
215 `plain-tex-mode' here.
216
fe3c2ae3
GM
2172000-11-28 Colin Walters <walters@cis.ohio-state.edu>
218
219 * chistory.el (Command-history-setup): Remove extraneous `keymap'
220 reference.
221
d970106b
MB
2222000-11-28 Miles Bader <miles@gnu.org>
223
36b80a0d
MB
224 * cus-face.el (custom-face-attributes): Add post-filter function
225 for :box. Make pre-filter function for :box handle all cases.
226
d970106b
MB
227 * wid-edit.el (widget-choose): Make sure pop-up window is large
228 enough to display all the choices, as there's no way to scroll it.
229
5a2bae6c
KH
2302000-11-28 Kenichi Handa <handa@etl.go.jp>
231
232 * international/mule-conf.el: Make the coding system no-conversion
233 safe for all characters.
234
9e836e23
DL
2352000-11-27 Dave Love <fx@gnu.org>
236
8b31236d
DL
237 * net/ldap.el (ldap) <defgroup>: Add :version.
238
9e836e23
DL
239 * tooltip.el (tooltip-use-echo-area): Doc fix.
240
241 * cus-start.el <minibuffer-prompt-properties>: Add version.
242 <read-buffer-function>: Add.
243
244 * apropos.el (apropos-print): Add help-echo to active text.
245
246 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
247
4a74d071
GM
2482000-11-27 Gerd Moellmann <gerd@gnu.org>
249
250 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
251 type, group and version.
252
76058c27
EZ
2532000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
254
4a74d071 255 * select.el (x-get-selection): Docstring fix.
76058c27 256
26a8d08d
GM
2572000-11-27 Gerd Moellmann <gerd@gnu.org>
258
259 * play/5x5.el: Update from author.
260
49060c51
AI
2612000-11-27 Andrew Innes <andrewi@gnu.org>
262
263 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
264
265 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
266
b2a8e429
MB
2672000-11-27 Miles Bader <miles@gnu.org>
268
269 * dired.el (dired-get-filename): Return filename verbatim if
270 LOCALP is `verbatim'.
271 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
272 `verbatim' so that we don't inadvertently delete a non-existant
273 directory name.
274
5ac0366d
KH
2752000-11-27 Kenichi Handa <handa@etl.go.jp>
276
277 * international/characters.el: Specify cases and syntaxes for
278 mule-unicode-0100-24ff.
279
67f1cf4c
GM
2802000-11-27 Gerd Moellmann <gerd@gnu.org>
281
282 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
283 that foreground and/or background colors of the face `tool-bar'
284 are unspecified.
285
46c56972
MB
2862000-11-27 Miles Bader <miles@gnu.org>
287
ec725166
MB
288 * wid-edit.el (widget-field-buffer, widget-field-start)
289 (widget-field-end): Handle widget field `pseudo-overlays'.
290 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
291 if it's there instead of in `widget-field-list'.
292
46c56972 293 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
294 (help-make-xrefs): Delete extraneous newlines at the end of the
295 docstring.
46c56972 296
640a9cdd
JR
2972000-11-25 Jason Rumney <jasonr@gnu.org>
298
299 * startup.el (command-line): Call set-locale-environment after
300 Window System init file is read, as it can result in a call to
301 redraw-frame.
302
0b3f96d4
EZ
3032000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
304
305 * simple.el (shell-command): Mention the effect of the prefix
306 argument in the doc string.
307
8da6e2a1
MB
3082000-11-25 Miles Bader <miles@gnu.org>
309
a658d039
MB
310 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
311
8da6e2a1 312 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 313 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 314
d3416cca
JR
3152000-11-24 Jason Rumney <jasonr@gnu.org>
316
317 * international/mule-cmds.el (locale-language-names): Add "jp" as
318 a non-standard alternative for Japanese.
319
17e37f53
AS
3202000-11-24 Andre Spiegel <spiegel@gnu.org>
321
322 * vc-hooks.el: Require 'cl during compilation.
323
9aa5f148
GM
3242000-11-24 Gerd Moellmann <gerd@gnu.org>
325
ba193890
GM
326 * faces.el (face-set-after-frame-default): Let face attributes
327 specified for new frames override frame parameters.
328
9aa5f148
GM
329 * startup.el (command-line): Fix computation of the source file
330 for user-init-file when user-init-file is a compiled file.
331
51a1edab
MB
3322000-11-24 Miles Bader <miles@gnu.org>
333
334 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
335 (custom-post-filter-face-spec): New functions.
336 (custom-face-set, custom-face-value-create): Filter the face spec
337 before and after customization.
338 (custom-face-set): If VALUE specifies a null face, pass a
339 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
340 * cus-face.el (custom-face-attributes): Remove SET and GET
341 functions. Add some IN-FILTER and OUT-FILTER functions in the few
342 cases they're needed.
343
1ed74431
MB
344 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
345 that it's distinguishable from the :off-glyph on dark-background
346 displays. Set its background color too.
347
67ee1125
MB
348 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
349 so that people can easily turn it off.
350
7d027816
MK
3512000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
352
353 * ediff-diff.el: Moved variables around to have it compile under NT.
354
9aa5f148 355 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 356
9aa5f148 357 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 358
9aa5f148 359 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
360 redundant skip-small-frames test.
361
9aa5f148 362 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
363 (viper-downgrade-to-insert): protect against errors in hooks.
364
9aa5f148
GM
365 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
366 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
367 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
368 functions.
369
9aa5f148 370 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 371
9aa5f148 372 * viper.el (viper-mode): Fix cursor handling.
7d027816 373
f07fa1b8
KH
3742000-11-24 Kenichi Handa <handa@etl.go.jp>
375
376 * international/mule-diag.el (list-iso-charset-chars): For
377 two-byte charset, fix the `while' condition.
378 (list-non-iso-charset-chars): Fix the `while' condition.
379
ba8299ff
SM
3802000-11-23 Stefan Monnier <monnier@cs.yale.edu>
381
79372165
SM
382 * subr.el (add-hook, remove-hook): Don't call make-local-hook
383 if the variable is make-variable-buffer-local.
384
ba8299ff
SM
385 * progmodes/ada-stmt.el (ada-template-map): Initialize
386 and bind it to C-c t in ada-mode-map.
387 (ada-stmt-mode-hook): New function extracted from old code.
388 Only change the buffer-local side of skeleton-*.
389 (ada-mode-hook): Use it.
390
68a887fa
EZ
3912000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * iswitchb.el (iswitchb-minibuf-depth): New variable.
394 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
395 we expect to be returned by minibuffer-depth once we prompt the
396 user in the minibuffer.
397 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
398 as recorded in iswitchb-minibuf-depth, return non-nil.
399
3b345582
EZ
4002000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
403 (hscroll-window-maybe): Docstring fix.
404
595dead2
DL
4052000-11-23 Dave Love <fx@gnu.org>
406
407 * rect.el (string-rectangle): Don't test delete-selection-mode.
408
1e66b27a
GM
4092000-11-23 Gerd Moellmann <gerd@gnu.org>
410
02790ce2
GM
411 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
412 is in the tool bar.
413
1e66b27a
GM
414 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
415 with `no-dir'; we want the directory part to be able to remove
416 it.
417
a4caa65d
SM
4182000-11-22 Stefan Monnier <monnier@cs.yale.edu>
419
420 * textmodes/outline.el (outline-flag-region):
421 Don't bind inhibit-read-only since we don't modify the buffer.
422 (outline-isearch-open-invisible): Don't jump to overlay-start
423 since we're trying to unhide text around point.
424 (outline-discard-overlays): Use dolist.
425
426 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
427
03e757c1
GM
4282000-11-22 Gerd Moellmann <gerd@gnu.org>
429
430 * mail/rmail.el (rmail-confirm-expunge): Default to
431 y-or-n-p.
432
1598a961
SM
4332000-11-22 Stefan Monnier <monnier@cs.yale.edu>
434
435 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
436 Fix ARG regexp to skip quoted braces.
437 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
438 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
439 are (correctly) handled separately).
440 Remove `caption' and `footnote' from `citations': they contain text.
441 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
442 (latex-skeleton-end-hook): New function.
443 (latex-mode): Use it.
444 (tex-start-tex-marker): Remove.
445 (tex-send-tex-command): Don't set tex-start-tex-marker.
446 (tex-error-parse-syntax-table): New var.
447 (tex-compilation-parse-errors): Use it.
448 Ignore tex-start-tex-marker. Don't bother with marker-position.
449 (tex-validate-buffer): Don't bother with marker-position.
450
451 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 452 (flyspell-generic-progmode-verify): Use it.
1598a961 453
eaae8106
SS
4542000-11-22 Sam Steingold <sds@gnu.org>
455
03e757c1
GM
456 * simple.el (delete-trailing-whitespace): New interactive
457 function.
458
eaae8106 459 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 460 `ada-remove-trailing-spaces'.
eaae8106 461 (ada-remove-trailing-spaces): Removed.
03e757c1 462
eaae8106 463 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 464
1598a961
SM
465 * textmodes/picture.el (picture-clean): Removed.
466 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 467
a41d49e9
GM
4682000-11-22 Gerd Moellmann <gerd@gnu.org>
469
e053c60f
GM
470 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
471
a41d49e9
GM
472 * hi-lock.el (hi-lock-refontify): Don't call non-existent
473 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 474 do anything special when jit-lock is active.
a41d49e9
GM
475 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
476
197615f3
DL
4772000-11-22 Dave Love <fx@gnu.org>
478
ddbfaa9f
DL
479 * calendar/todo-mode.el (todo-top-priorities): Use
480 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
481
ddc3c695
DL
482 * language/chinese.el, language/cyrillic.el:
483 * language/devanagari.el, language/ethiopic.el, language/greek.el:
484 * language/hebrew.el, language/indian.el, language/japanese.el:
485 * language/korean.el, language/lao.el, language/misc-lang.el:
486 * language/thai.el, language/tibetan.el, language/vietnamese.el:
487 Use provide.
488
fb9fa98d
DL
489 * cus-edit.el (custom-buffer-create-internal): Save some consing.
490 (custom-variable-set): Improve validation error mesage.
491
197615f3
DL
492 * rect.el (string-rectangle): Revert last change.
493 (string-rectangle-line): New arg DELETE.
494 (string-rectangle): Check delete-selection-mode.
495
496 * emacs-lisp/edebug.el (edebug-version)
497 (edebug-maintainer-address): Deleted.
498 (edebug-submit-bug-report): Just alias to report-emacs-bug.
499 (edebug-read-function): Account for other `'#' read forms.
500 (edebug-mode-menus): Make some items toggles.
501 (edebug-outside-unread-command-event, unread-command-event):
502 Remove these to avoid warnings.
503
f4117c4d
GM
5042000-11-22 David Ponce <david@dponce.com>
505
506 * recentf.el (recentf-menu-items-for-commands)
507 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 508 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 509
f4117c4d
GM
510 (recentf-build-dir-rules, recentf-dump-variable)
511 (recentf-edit-list, recentf-open-files-item)
512 (recentf-open-files): Replaced unnecessary `mapcar' with new
513 built-in `mapc'.
eaae8106 514
f8e2f3f2
MB
5152000-11-23 Miles Bader <miles@gnu.org>
516
517 * faces.el (menu): Make inverse-video on ttys too.
518
4c4a541d
SM
5192000-11-22 Stefan Monnier <monnier@cs.yale.edu>
520
521 * simple.el (comment-line-break-function): Use the new name
522 indent-new-comment-line -> comment-indent-new-line.
523 (clone-indirect-buffer): Don't ignore NORECORD.
524 (next-completion): Properly handle the case where items are adjacent.
525
526 * mouse.el (popup-menu): Stupid typo.
527
980d836e
GM
5282000-11-22 Gerd Moellmann <gerd@gnu.org>
529
60e8e0a5
GM
530 * emacs-lisp/authors.el: Remove autoload cookies, add author,
531 maintainer, keywords tags.
532
980d836e
GM
533 * rect.el (replace-rectangle): Don't call string-rectangle-line
534 with too many arguments.
535
e08b2069
AS
5362000-11-22 Andre Spiegel <spiegel@gnu.org>
537
60e8e0a5 538 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 539 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
540 vc-locking-user, which no longer exists.
541
542 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
543
c6779d8d
DL
5442000-11-22 Dave Love <fx@gnu.org>
545
546 * md5.el (md5): Provide.
547 (md5): Fix error call.
548
e672fdce
MB
5492000-11-22 Miles Bader <miles@gnu.org>
550
eaae8106 551 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
552 (refill-fill-paragraph-at): Remove debugging code.
553
80e24c04
MB
554 * calendar/calendar.el (generate-calendar-window): When we don't
555 call `fit-window-to-buffer', make sure the top line is fully visible.
556
3a17d6cc
MB
557 * image-file.el (insert-image-file): Don't make `read-only'
558 property rear-nonsticky.
559
ae1a21c6
MB
560 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
561 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
562 stashing away its original value.
563 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
564 in the recursive edit.
565 Bind `isearch-original-minibuffer-message-timeout' to protect it.
566 (isearch-done): Restore `minibuffer-message-timeout'.
567
e672fdce
MB
568 * cus-start.el: Remove entry for `mode-line-inverse-video'.
569
3ea79df8
SM
5702000-11-21 Stefan Monnier <monnier@cs.yale.edu>
571
572 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
573
574 * find-lisp.el (find-lisp-find-files-internal):
575 Use dolist, when and file-name-as-directory.
576
980d836e 577 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
578 (define-derived-mode, define-minor-mode): Add specs.
579
580 * window.el: General comment and spacing fixes.
581 (save-selected-window): Use backquotes.
582 (window-safely-shrinkable-p): New function.
583 (shrink-window-if-larger-than-buffer): Use it.
584
585 * subr.el (make-local-hook): Docstring fix.
586
587 * shell.el (shell-mode): Use define-derived-mode.
588
589 * newcomment.el (comment-indent): Insert comment before calling
590 comment-indent-function. Don't insert in column 0.
591 (comment-dwim): Indent before inserting comment.
592
593 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
594 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
595 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
596 Use mapc rather than map.
597
598 * files.el (find-buffer-visiting): Compare all attributes before
599 declaring two files identical (rather than just their inode-no).
600 (auto-mode-alist): Use \' rather than $.
601
602 * which-func.el: Update maintainer line.
603
604 * pcvs.el (uniquify-buffer-file-name): Remove advice.
605 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
606 (uniquify-buffer-file-name): Use it.
607
8f62f2b8
MB
6082000-11-22 Miles Bader <miles@gnu.org>
609
610 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
611 * simple.el (minibuffer-avoid-prompt): New function.
612
fb279a6d
GM
6132000-11-21 Gerd Moellmann <gerd@gnu.org>
614
615 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
616
867092e9
MB
6172000-11-21 Miles Bader <miles@gnu.org>
618
ef860850
MB
619 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
620 inclusion of `track-mouse'.
621
867092e9
MB
622 * textmodes/refill.el (refill-ignorable-overlay): New variable.
623 (refill-adjust-ignorable-overlay): New function.
624 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
625 only the paragraph's tail if possible.
626 Update `refill-ignorable-overlay'.
627 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
628
629 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
630 point inside the fill-prefix.
631
632 * textmodes/refill.el (refill-post-command-function): Don't reset
633 refill-doit in the case where a self-insertion command doesn't
634 case a refill. Use `refill-fill-paragraph-at', getting position
635 from `refill-doit'.
636 (refill-after-change-function): Set `refill-doit' to END.
637 (refill-fill-paragraph-at): New function, mostly from old
638 refill-fill-paragraph.
639 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
640 (refill-pre-command-function): New function.
641 (refill-mode): Add it to `pre-command-hook'.
642
ff9ab414
GM
6432000-11-20 Gerd Moellmann <gerd@gnu.org>
644
29a01b72
GM
645 * textmodes/artist.el (artist-mode): Fix autoload cookie.
646
ff9ab414
GM
647 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
648 javadoc tags.
eaae8106 649
885b211b
AS
6502000-11-20 Andre Spiegel <spiegel@gnu.org>
651
652 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
653 vc.el).
654
eaae8106 655 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 656 require vc.
eaae8106
SS
657
658 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 659 checkouts.
eaae8106 660
d1838556
DL
6612000-11-20 Dave Love <fx@gnu.org>
662
663 * Makefile.in (DONTCOMPILE): Omit bindings.el.
664
56c13ae6
GM
6652000-11-20 Gerd Moellmann <gerd@gnu.org>
666
667 * calculator.el: New version from author.
668
b95b34e5
GM
6692000-11-19 Gerd Moellmann <gerd@gnu.org>
670
030de92f
GM
671 * info.el (info-menu-5): Doc fix.
672
b95b34e5
GM
673 * textmodes/artist.el: New file.
674
54970452
AS
6752000-11-19 Andre Spiegel <spiegel@gnu.org>
676
eaae8106 677 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
678 and differentiate according to checkout model.
679 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
680 since this function is only concerned with master state.
681
eaae8106 682 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
683 vc-default-workfile-unchanged-p): Moved here from vc.el.
684
eaae8106 685 * vc.el (vc-workfile-unchanged-p,
54970452
AS
686 vc-default-workfile-unchanged-p): See above.
687
e5a9dabf
MB
6882000-11-19 Miles Bader <miles@gnu.org>
689
690 * image-file.el (insert-image-file): Make `intangible' and
691 `read-only' properties rear-nonsticky too.
692
24127af0
GM
6932000-11-18 Gerd Moellmann <gerd@gnu.org>
694
d392e9c5 695 * ps-print.el: Update copyright notice.
eaae8106 696
d392e9c5
GM
697 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
698 (tooltip-show): Use the offsets.
699
24127af0 700 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 701 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
702 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
703
08ea6f17
GM
7042000-11-17 Gerd Moellmann <gerd@gnu.org>
705
706 * ps-print.el: Minor fixes from author.
707
66321b2f
SM
7082000-11-16 Stefan Monnier <monnier@cs.yale.edu>
709
710 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
711 (vc-version-backup-file): Docstring fix.
712
046110c6
GM
7132000-11-16 Gerd Moellmann <gerd@gnu.org>
714
4104194e
GM
715 * files.el (basic-save-buffer): Don't add a newline if
716 find-file-literally is non-nil.
717 (find-file-literally): Extend doc string.
718
046110c6
GM
719 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
720 sort(1) with the `-f' argument.
721
6505c16e
AS
7222000-11-16 Andre Spiegel <spiegel@gnu.org>
723
fd063975
AS
724 * vc.el: Updated backend documentation.
725 (vc-default-check-headers): New function.
726
3d02dd81 727 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
728
729 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 730 up-to-date.
eaae8106 731 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 732 the minibuffer is not active.
fd063975 733
eaae8106 734 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 735 `vc-cvs-use-edit' is on.
eaae8106
SS
736 (vc-cvs-checkout): When this is used for reverting the workfile,
737 make a backup of the original contents and revert to that in case
8791d617 738 of error.
eaae8106 739 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 740 remote repositories.
eaae8106 741
6505c16e
AS
742 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
743 for both version and ratio in the minibuffer.
fd063975 744
eaae8106 745 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 746 Use vc-do-command to perform the annotation, not call-process.
6505c16e 747
a13f0660
KH
7482000-11-16 Kenichi Handa <handa@etl.go.jp>
749
750 * international/quail.el (quail-start-translation): Don't call
751 `message' before reading key sequence.
752
1389a414
MB
7532000-11-16 Miles Bader <miles@lsi.nec.co.jp>
754
755 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
756
9256a532
KH
7572000-11-16 Kenichi Handa <handa@etl.go.jp>
758
759 * window.el (fit-window-to-buffer): Be sure to acquire at least
760 one text line even if the buffer is empty.
761
0e14fe9f
GM
7622000-11-16 Gerd Moellmann <gerd@gnu.org>
763
eaae8106 764 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
765 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
766 ange-ftp-process-verbose to nil.
767
da645c53
DL
7682000-11-15 Dave Love <fx@gnu.org>
769
233d5cde
DL
770 * wid-edit.el (widget-specify-field, widget-specify-button): If
771 :help-echo is a function, set help-echo of overlay to
772 widget-mouse-help.
773 (widget-mouse-help): New function.
774 (widget-echo-help): Rewritten for :help-echo functions only taking
775 a widget arg.
776
b12057b9
DL
777 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
778 display-graphic-p.
779 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
780 and that JPEG is available.
781 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
782
da645c53
DL
783 * international/mule-cmds.el (locale-charset-language-names):
784 Match @euro.
785
6d133d1f
GM
7862000-11-15 Gerd Moellmann <gerd@gnu.org>
787
788 * faces.el (face-set-after-frame-default): If
0e14fe9f 789 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
790 default face from X resources.
791
49ac2ac5
EZ
7922000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
793
794 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
795 Don't set EMACSLOADPATH.
796
4fb0a34c
EZ
7972000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
800 texinfo-insert-@url.
801 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
802 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
803
bb304a7a
SM
8042000-11-14 Stefan Monnier <monnier@cs.yale.edu>
805
82bc80bf
SM
806 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
807 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
808 (checkdoc-minor-keymap): Backward compatibility.
809 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
810 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
811 (checkdoc-this-string-valid-engine): Be a bit more strict
812 to avoid matching substrings of `...' quoted vars/funs.
813 (checkdoc-defun-info): Only look for `interactive' if alone.
814 (debug-ignored-errors): Add "arg doesn't appear in docstring".
815
e8c87124
SM
816 * progmodes/compile.el (grep): `tag-default' can be nil.
817
bb304a7a
SM
818 * newcomment.el (comment-indent): Paren typo.
819
8628686a
DL
8202000-11-14 Dave Love <fx@gnu.org>
821
25c269ef
DL
822 * calculator.el: New maintainer version.
823
66321b2f 824 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 825
8628686a
DL
826 * cmuscheme.el: Doc fixes.
827 (cmuscheme) <defgroup>: Use `scheme' as parent.
828 (cmuscheme-program-name): Remove. Change uses to
829 scheme-program-name.
830
831 * xscheme.el (scheme-program-name): Don't define here.
832
833 * progmodes/scheme.el (scheme-program-name): New variable
834 (originally in cmuscheme).
835
88f0a1eb
MB
8362000-11-14 Miles Bader <miles@gnu.org>
837
838 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
839 Handle header-lines. Don't loop forever if we can't enlarge the
840 window anymore. Simplify a bit.
841
cd9a000c
KH
8422000-11-14 Kenichi Handa <handa@etl.go.jp>
843
844 * window.el (fit-window-to-buffer): Don't check
845 window-text-height. Assure that the last line is fully visible.
846
847 * international/quail.el (quail-show-guidance-buf): Call
848 fit-window-to-buffer to assure the enough height of the guidance
849 buffer.
850 (quail-update-guidance): Avoid making the guidance buffer shorter.
851
d3fcda22
SM
8522000-11-14 Stefan Monnier <monnier@cs.yale.edu>
853
bdbd9606
SM
854 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
855 rather than `prepend' and add an interesting comment.
856 (tex-math-face, tex-font-lock-syntactic-face-function):
857 New face and function to use it.
858 (tex-define-common-keys, tex-mode-map): Use menu-item rather
859 than `menu-enable' symbol property.
860 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
861 (tex-mode): Add some latex-mode commands for auto-selection.
862 Use tex-font-lock-syntactic-face-function.
863 (tex-insert-quote): Simplify.
864 (tex-shell): New mode.
865 (tex-start-shell): Use it.
866 (tex-shell-proc, tex-shell-buf): New functions.
867 (tex-send-command): Use it.
868 (tex-main-file): Fix the meaning of the new arg REALFILE.
869 (tex-send-tex-command): New function split from `tex-start-tex'.
870 Set compilation-last-buffer and compilation-parsing-end.
871
d3fcda22
SM
872 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
873 when it follows non-comment text on the line.
874
875 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
876 Set font-lock-defaults.
877 (lisp-mode-shared-map): Init inside the defvar.
878 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
879 Use define-derived-mode.
880
bdab1d43
MB
8812000-11-14 Miles Bader <miles@lsi.nec.co.jp>
882
883 * faces.el (header-line): Use `:box nil' for color/gs displays too.
884
936ae731
GM
8852000-11-14 Gerd Moellmann <gerd@gnu.org>
886
887 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
888 recursively optimize body because that can lead to infinite
889 recursion; see comment there.
890
1695ca2b
EZ
8912000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
892
893 * faces.el (face-spec-set-match-display): Revert the change from
894 2000-10-24. Add a FIXME for after v21.1.
895
9d348294
MB
8962000-11-13 Miles Bader <miles@gnu.org>
897
898 * textmodes/fill.el (skip-line-prefix): New function.
899 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
900 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
901 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
902 point inside the fill-prefix.
9d348294 903
b85fa13c
MB
9042000-11-13 Miles Bader <miles@lsi.nec.co.jp>
905
906 * calendar/calendar.el (generate-calendar-window): Use
907 `fit-window-to-buffer'.
908
a0b47716
SM
9092000-11-12 Stefan Monnier <monnier@cs.yale.edu>
910
911 * gud.el (gud-minor-mode): New var.
912 (gud-symbol, gud-val): New functions.
913 (gud-find-file): Copy gud-minor-mode to the new buffer.
914 (gud-menu-map): Include entries for commands that are not always
915 available, using :enable to (de)activate them.
916 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
917 (gud-mode-map): New map.
eaae8106 918 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
919 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
920 Don't set up gud's menu (it's done by the minor-mode).
921 (gud-minibuffer-local-map): New.
922 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
923 (gud-query-cmdline): New function.
924 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
925 (gud-mode): Use define-derived-mode.
926 Don't set up gud's menu (it's done by the minor-mode).
927 (gud-chop-words): Remove.
928 (gud-common-init): Use split-string instead.
929 (gud-new-keymap, gud-make-debug-menu): Eradicate.
930
931 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
932 Add keyword arg :name.
933
934 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
935 (diff-count-matches, diff-split-hunk): New functions.
936 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
937
938 * pcvs-info.el (cvs-fi-conflict-face): New var.
939
940 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
941 Make it into a simple syntax-table, shared among all submodes.
942 (sh-heredoc-face): Re-introduce.
943 (sh-font-lock-syntactic-face-function): New function.
944 (sh-mode): Use it. Also use define-derived-mode.
945 Remove old bogus setting of indent-region-function.
946 (sh-set-shell): Don't set the syntax-table any more.
947 (sh-mode-syntax-table) <defun>: Remove.
948
f5ed37df
MB
9492000-11-12 Miles Bader <miles@gnu.org>
950
951 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
952 message if interactive.
953
0b074c2f
DL
9542000-11-12 Dave Love <fx@gnu.org>
955
956 * mail/feedmail.el: Fix header,
957 (feedmail) <defgroup>: Add :link.
958
959 * view.el: Use local-map property, not keymap on mode-line string.
960
961 * scroll-all.el (scroll-all-mode): Customize variable. Add
962 autoload cookie to function.
963
964 * lazy-lock.el: Remove compatibility code.
965
966 * finder.el (finder-known-keywords): Add `files', remove `vms'.
967 (finder-help-echo): New variable.
968 (finder-mouse-face-on-line): Add help-echo stuff.
969 (finder-list-keywords, finder-list-matches): Use mapc.
970
971 * faces.el (face-font-registry-alternatives): Add :version.
972
973 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
974 tags-table-list.
975
a0b47716 976 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 977
a0b47716 978 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
979 (mail-mode): Use [:alnum:] in some regexps.
980
6d502396
DL
9812000-11-10 Dave Love <fx@gnu.org>
982
983 * ediff.el (ediff-regions-internal, ediff-documentation):
984 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
985 fundamental mode.
986
987 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
988 buffer into fundamental mode.
989 (ediff-set-difference): Use copy-sequence if available.
990
991 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
992 ediff-patch-map non-nil.
993 (ediff-fixup-patch-map, ediff-fixup-patch-map)
994 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
995 buffer into fundamental mode.
996
997 * ediff-merg.el (state-or-merge): Defvar when compiling.
998
a82fe213
JR
9992000-11-10 Jason Rumney <jasonr@gnu.org>
1000
1001 * w32-fns.el (w32-add-charset-info): New function.
1002 (w32-charset-info-alist): Use it.
1003
52d89894
GM
10042000-11-10 Gerd Moellmann <gerd@gnu.org>
1005
1006 * faces.el (face-font-registry-alternatives): New user-option.
1007
178932de
SM
10082000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1009
d7fa3319
SM
1010 * textmodes/texinfo.el (texinfo-block-default): New var.
1011 (texinfo-insert-block): Use it. Insert a newline if needed.
1012
178932de
SM
1013 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1014 (fill-region-as-paragraph): Use it.
1015
1016 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1017 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1018 Tweak paragraph regexps to allow a leading [ \t]*.
1019 (tex-latex-block): Insert a newline if necessary.
1020 (latex-insert-item): Only insert a newline if necessary.
1021 (tex-guess-main-file): New function.
1022 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1023 Set tex-main-file if TeX-master is provided.
1024 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1025
bd02b8e0
GM
10262000-11-10 Gerd Moellmann <gerd@gnu.org>
1027
1028 * startup.el (command-line): Set the default tooltip-mode
1029 to t for graphical displays which implement x-show-tip.
1030
1031 * tooltip.el (tooltip-mode): Add a comment about startup.el
1032 setting the default value of this user-option.
1033
b29b03eb
SM
10342000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1035
1036 * font-lock.el (font-lock-*-face) <defvar>: Move.
1037 (font-lock-defaults-alist): Mark obsolete.
1038 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1039 (font-lock-mode): Use define-minor-mode.
1040 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1041 (font-lock-turn-off-thing-lock): Be more explicit.
1042 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1043 (font-lock-syntactic-face-function): New var.
1044 (font-lock-fontify-syntactically-region): Use it.
1045 (font-lock-doc-face): New.
1046
1047 * pcvs.el (cvs-enabledp): Ignore errors.
1048 (cvs-commit-filelist): Never query.
1049 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1050 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1051 (cvs-do-removal): Use cvs-partition rather than delete-if.
1052 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1053 cvs-bury-buffer.
1054
1055 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1056 Allow `next' to jump to after the end of the last match.
1057
778fbc46
GM
10582000-11-09 Gerd Moellmann <gerd@gnu.org>
1059
730c746c
GM
1060 * simple.el (byte-compiling-files-p): New function.
1061
1062 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1063 if it is there.
1064
1065 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1066 nil again.
1067
778fbc46
GM
1068 * textmodes/ispell.el (ispell-library-path): Don't call
1069 check-ispell-version when byte-compiling because that starts
1070 an ispell process, and ispell might not be installed.
1071 (toplevel): Don't set up a menu when byte-compiling.
1072
1073 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1074 it, so that a boundp test can be used to determine if we're
1075 currently byte-compiling.
1076
5912c5bb
DL
10772000-11-09 Dave Love <fx@gnu.org>
1078
1079 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1080 eval-after-load.
1081
7bb054a5
GM
10822000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1083
1084 * ps-print.el: Patch for variable initialization when spooling. Doc
1085 fix.
1086 (ps-output-list): Fun eliminated.
1087 (ps-begin-file, ps-begin-job): Code fix.
1088
9db2706e
DL
10892000-11-08 Dave Love <fx@gnu.org>
1090
1091 * ediff-wind.el (ediff-control-frame-parameters): Zero
1092 tool-bar-lines.
1093
f7eb32aa
GM
10942000-11-08 Gerd Moellmann <gerd@gnu.org>
1095
1096 * simple.el (shell-command, display-message-or-buffer)
1097 (shell-command-on-region): Mention resize-mini-windows in the doc
1098 string.
1099 (display-message-or-buffer): Take the value of resize-mini-windows
1100 into account.
1101
7b01b08c
GM
11022000-11-07 Gerd Moellmann <gerd@gnu.org>
1103
acad3c0b
GM
1104 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1105
7b01b08c
GM
1106 * dired.el (dired-between-files): Add `^. find' as an alternative
1107 to the regular expression, for find-dired.
1108
6f602bd0
SM
11092000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1110
1111 * textmodes/texnfo-upd.el: Require texinfo.
1112 (defmacro, defgroup): Remove.
1113 (texinfo-section-to-generic-alist): Remove.
1114 Use texinfo-section-list instead (i.e. level is changed string->int).
1115 (texinfo-filter): New function.
1116 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1117 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1118 Use it. And use regexp-opt.
1119 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1120 (texinfo-update-menu-region-beginning)
1121 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1122 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1123 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1124 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1125 (texinfo-sequential-node-update): Remove autoload cookie.
1126
1127 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1128 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1129 (texinfo-chapter-level-regexp): Remove.
1130 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1131
bb216218
DL
11322000-11-06 Dave Love <fx@gnu.org>
1133
6f602bd0 1134 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1135
6f602bd0
SM
1136 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1137 Match defun*.
bb216218 1138
ff8dd5d5
KH
11392000-11-06 Kenichi Handa <handa@etl.go.jp>
1140
1141 * composite.el (composition-function-table): Variable declaration
1142 moved to src/composite.c.
1143 (compose-chars-after): New optional arg object.
1144
e9da51a1
GM
11452000-11-06 Gerd Moellmann <gerd@gnu.org>
1146
e0c12c68
GM
1147 * bindings.el (mode-line-toggle-read-only)
1148 (mode-line-toggle-modified, mode-line-widen)
1149 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1150 (make-mode-line-mouse2-map): Rewritten.
1151 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1152 functions so that C-h k can show something with a doc string.
eaae8106 1153
e9da51a1
GM
1154 * startup.el (fancy-splash-delay): Set to 10 seconds.
1155 (fancy-splash-max-time): New user-option.
1156 (fancy-splash-stop-time): New variable.
1157 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1158 (fancy-splash-screens-1): Throw `stop-splashing' when current
1159 time is greater than fancy-splash-stop-time.
1160
611dbdf0
SM
11612000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1162
4d2806e2
SM
1163 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1164
611dbdf0
SM
1165 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1166 Prompt user for a file rather than raising an error.
1167 (cvs-enabledp): Fix call to cvs-mode-marked.
1168 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1169 (cvs-mode-insert): Use it. Change the init prompt' value.
1170 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1171
1172 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1173 Don't pass default arg to ewoc-locate.
1174 (ewoc-collect): Return result in the right order.
1175
1176 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1177
1178 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1179 (cvs-status-get-tags): Fix regexp.
1180 (cvs-status-trees, cvs-status-cvstrees):
1181 Combine after change hooks and don't sit-for.
4d2806e2
SM
1182 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1183 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1184 Use make-char rather than hard-coded cryptic data.
1185 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1186
1187 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1188
1189 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1190 (cvs-insert-strings): New function.
1191
937b2877
MB
11922000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1193
1194 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1195 `mwheel-scroll-amount'.
1196 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1197 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1198 string-matching against the version string.
1199
c6c97763
KH
12002000-11-06 Kenichi Handa <handa@etl.go.jp>
1201
6eaec747
KH
1202 * language/thai.el ("Thai"): Set a lisp form that produces
1203 composed string in `sample-text' language info.
1204
1205 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1206 composed string in `sample-text' language info.
1207
1208 * international/mule-cmds.el (describe-language-environment): Eval
1209 `sample-text' data and insert the result.
1210
c6c97763
KH
1211 * international/mule-conf.el (compound-text): Define this coding
1212 system here. Make x-ctext and ctext aliases of it.
1213
1214 * language/european.el (compound-text, ctext): Moved to
1215 international/mule-conf.el.
1216
d1145f85
AI
12172000-11-05 Andrew Innes <andrewi@gnu.org>
1218
1219 * w32-fns.el (w32-version): New function.
1220
178a6a45
SM
12212000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1222
1223 * progmodes/awk-mode.el: Update copyright.
1224 (awk-mode-abbrev-table): Remove.
1225 (awk-font-lock-keywords): Use regexp-opt.
1226 (awk-mode): Use define-derived-mode.
1227
1228 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1229 when extracting a suffix.
1230
1ba90166
AS
12312000-11-04 Andre Spiegel <spiegel@gnu.org>
1232
1233 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1234 auto-save-mode.
1235
546790cb
JR
12362000-11-04 Jason Rumney <jasonr@gnu.org>
1237
1238 * language/european.el (decode-mac-roman): Test against r1 not r0.
1239
d247e32d
SM
12402000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1241
fbf44f44
SM
1242 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1243 (icon-mode): Define indent-line-function.
1244 (icon-comment-indent): Simplify.
1245 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1246
1247 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1248
1249 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1250 Bind change-log-default-mode to defeat the caching done on it.
1251 Don't bother saving excursion any more.
1252
1253 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1254
1255 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1256 (set-frame-font): Use the new name (and the old for compatibility).
1257
eaae8106
SS
1258 * toolbar/tool-bar.el (tool-bar-mode):
1259 * time.el (display-time-mode):
1260 * recentf.el (recentf-mode):
1261 * paren.el (show-paren-mode):
1262 * mwheel.el (mouse-wheel-mode):
1263 * msb.el (msb-mode):
1264 * jka-compr.el (auto-compression-mode):
1265 * image-file.el (auto-image-file-mode):
1266 * hl-line.el (hl-line-mode):
1267 * delsel.el (delete-selection-mode):
1268 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1269 * complete.el (partial-completion-mode): Drop unneeded positional args.
1270
eaae8106 1271 * info.el (Info-mode):
79372165 1272 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1273
d247e32d
SM
1274 * log-edit.el (log-edit-menu): New menu.
1275
4921558e
MB
12762000-11-03 Miles Bader <miles@gnu.org>
1277
1278 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1279 definition, so that trailing spaces are handled properly.
1280 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1281
1fc02b3c
GM
12822000-11-03 Gerd Moellmann <gerd@gnu.org>
1283
1284 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1285 tab character.
1286 (fancy-splash-screens): Set tab-width to 20.
1287
51d001f7
DL
12882000-11-03 Dave Love <fx@gnu.org>
1289
1290 * comint.el (comint-completion-addsuffix): Fix custom type.
1291
ba22aeff
SM
12922000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1293
1294 * font-lock.el (font-lock-buffers): Remove.
1295 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1296 (font-lock-change-major-mode): Remove.
1297 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1298 (font-lock-default-fontify-region): Extend the multiline
1299 fontification to whole lines.
1300 (font-lock-fontify-anchored-keywords)
1301 (font-lock-fontify-keywords-region): If matching just one
1302 line (with \n) only mark the \n as multiline.
1303
1304 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1305 Correctly handle the case where several :group args are supplied.
1306 Allow :extra-args.
1307 (easy-mmode-define-global-mode): Allow :extra-args.
1308 Correctly handle the case where several :group args are supplied.
1309
9c887ada
MB
13102000-11-02 Miles Bader <miles@gnu.org>
1311
eaae8106 1312 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1313 (holiday-face): Remove dependency on `window-system'.
1314
7f25090d
KR
13152000-11-02 Ken Raeburn <raeburn@gnu.org>
1316
1317 * Makefile.in (emacs): Set EMACSLOADPATH always.
1318 (update-authors, .el.elc, compile-files): Don't do it explicitly
1319 here.
9b911107 1320 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1321
7dd6009c
DL
13222000-11-02 Dave Love <fx@gnu.org>
1323
1324 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1325
94821e4f
EZ
13262000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1327
1328 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1329 punctuation in the warning inserted into the *mail* buffer.
1330
1ac3fc42
GM
13312000-11-02 Gerd Moellmann <gerd@gnu.org>
1332
57731876
GM
1333 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1334 (authors-public-domain-p): New function.
1335 (authors-print): Use it.
1336
975f82c9
GM
1337 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1338
1ac3fc42
GM
1339 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1340
4b3eb10f
GM
13412000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1342
975f82c9 1343 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1344 (ps-print-version): New version number (6.3.1).
1345 (ps-even-or-odd-pages): Customization fix.
1346 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1347 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1348 (ps-page-count): Var replaced by `ps-page-column'.
1349 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1350 (ps-print-sheet-p): New fun.
1351
7da794df
MB
13522000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1353
1354 * tooltip.el (tooltip-gud-tips-setup): New function.
1355 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1356 (tooltip-mode): Call tooltip-gud-tips-setup.
1357 (tooltip-gud-tips): Use `gud-basic-call' instead of
1358 process-send-string, so the prompt gets frobbed appropriately.
1359 Handle nil return value from `tooltip-gud-print-command'.
1360
0e40b809
EL
13612000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1362
1363 * comint.el (comint-add-to-input-history): New function.
1364 (comint-send-input): Use `comint-add-to-input-history'.
1365
50ada0db
MB
13662000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1367
973a3104
MB
1368 * info.el (info-menu-header): New face.
1369 (Info-fontify-menu-headers): New function.
1370 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1371
50ada0db
MB
1372 * info.el (Info-insert-dir): Don't include blank lines at
1373 beginning of additional dir files (one is added automatically).
1374
bff53411
SM
13752000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1376
1377 * emacs-lisp/easy-mmode.el (define-minor-mode):
1378 Revert the latest changes.
1379 Allow the three positional arguments to be skipped and replaced
1380 by keyword arguments.
1381 Add a :toggle argument to determine whether a nil arg means toggle
1382 or means turn-on. The default is unchanged.
1383 Add a call to force-mode-line-update.
1384
6b8a0b2d
DL
13852000-11-01 Dave Love <fx@gnu.org>
1386
1387 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1388 cookie.
1389
5bf99100
MB
13902000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1391
1392 * calendar/calendar.el (diary-face, holiday-face): Add
1393 dark-background variants.
1394
a4032611
SS
13952000-10-31 Sam Steingold <sds@gnu.org>
1396
1397 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1398 `tex-main-file' does not have directory in it.
1399
c286608e
SM
14002000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1401
1402 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1403
4836835a
TTN
14042000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1405
1406 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1407 functional change.
1408
26dcb81b
GM
14092000-10-31 Gerd Moellmann <gerd@gnu.org>
1410
1411 * files.el (find-file-noselect): When we expand a wildcard, return
1412 a list of buffers, as we should do according to the doc string.
1413
49fc4500
KR
14142000-10-31 Ken Raeburn <raeburn@gnu.org>
1415
1416 * loadup.el (top level): Adjust load path if program name is
1417 "../src/bootstrap-emacs", in case it's not dumped and thus the
1418 load path adjustment hasn't already been done.
1419
ea0c615d
GM
14202000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1421
1422 * ps-print.el: Fix bug on selected pages for printing. Use
1423 `color-values' for Emacs 21. Ensure fontification when jit-lock
1424 is on. Try to avoid warning messages when compiling. Doc Fix.
1425 (ps-print-version): New version number (6.3).
1426 (ps-color-device): Use `color-values' to determine if device
1427 supports color.
1428 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1429 (ps-print-page-p): Changed from defsubst to defun.
1430 (ps-page-number): Changed from defmacro to defun.
1431 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1432 printing.
c286608e 1433 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1434 (ps-end-file, ps-dummy-page): Funs eliminated.
1435 (ps-print-color-scale): Changed default value.
1436 (ps-page-n-up, ps-print-page-p): New internal vars.
1437 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1438 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1439
9e20722f
GM
1440 * delim-col.el: Little programming improvement.
1441 (delimit-columns-str): New macro.
1442 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1443
d7a0fd00
KH
14442000-10-31 Kenichi Handa <handa@etl.go.jp>
1445
c286608e
SM
1446 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1447 Moved to european.el.
d7a0fd00
KH
1448 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1449 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1450 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1451 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1452
234be340
DL
14532000-10-30 Dave Love <fx@gnu.org>
1454
1455 * progmodes/cc-menus.el (imenu-generic-expression)
1456 (imenu-progress-message): Only defvar when compiling.
1457
4edc4a39
DL
1458 * emacs-lisp/elp.el (elp-unload-hook): New function.
1459
1460 * loadhist.el (unload-feature): Call elp-restore-function,
1461 checking for symbols; don't use elp-restore-all.
1462 (loadhist-hook-functions): Doc fix.
1463
70c825df
SM
14642000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * log-edit.el (log-edit-confirm): Fix the default.
1467
1d3baf74
GM
14682000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1469
1470 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1471 delimit-columns-format.
1472 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1473
1ec321a7
MB
14742000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1475
1476 * comint.el (comint-replace-by-expanded-history): Don't use
1477 comint-get-old-input (we're not looking at *old* input).
1478 (comint-get-old-input-default): If using fields, signal an error
1479 when the point is not in an input field.
1480
70737ea9
KH
14812000-10-30 Kenichi Handa <handa@etl.go.jp>
1482
1483 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1484 and mule-unicode-e000-ffff.
1485
fa0cb51d 1486 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1487 (make-coding-system): Accept a symbol of translation table as a
1488 value of property `safe-chars'.
1489
1490 * international/mule-cmds.el (encode-coding-char): Check property
1491 safe-chars instead of safe-charsets.
1492
1493 * international/fontset.el (fontset-default): Modified for
1494 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1495 (x-font-name-charset-alist): Likewise.
1496 (ccl-encode-unicode-font): New CCL program. Record it in
1497 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1498
70c825df
SM
1499 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1500 New translation tables.
70737ea9
KH
1501 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1502 programs are modified and moved from mac-win.el.
1503 (mac-roman): Definition of this coding system is modified and
1504 moved from mac-win.el.
4836835a 1505
fda2ce24 15062000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1507
1d3baf74 1508 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1509 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1510
dd4d3cb6
MB
15112000-10-29 Miles Bader <miles@gnu.org>
1512
1513 * custom.el (custom-add-to-group): Allow multiple entries for a
1514 given value OPTION, as long as their widget types are different.
1515 * cus-edit.el (custom-face-value-create): If face name doesn't end
1516 with "face", add such here (similar to custom group widgets).
1517
1518 * comint.el (comint-highlight-prompt): Add :type.
1519
dace60cf
JW
15202000-10-28 John Wiegley <johnw@gnu.org>
1521
1522 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1523 Changed this function to operate on a temporary buffer instead of
1524 the main buffer. This not only keeps flyspell from marking a
1525 buffer as changed that wasn't, but it solves the jumpy cursor
1526 problem when attempts are made to edit incorrect words.
1527 (flyspell-maybe-correct-doubling): Same change as for
1528 `flyspell-maybe-correct-transposition'.
1529
1530 * calendar/timeclock.el (timeclock-log): Doc fix.
1531 (timeclock-last-event): Doc fix.
1532 (timeclock-log): Kill the timelog buffer after appending a new
1533 event.
1534 (timeclock-find-discrep): Use a temp buffer to read in the
1535 timelog, instead of visiting the file.
1536 (timeclock-log-data): A new function, along with a host of helper
1537 functions, for the purpose of making timelog data accessible to
1538 programmers.
1539
1540 * eshell/esh-mode.el (window-height test): Make certain that
1541 `eshell-stringify-t' is non-nil.
1542 (eshell-password-prompt-regexp): Changed to a much simpler
1543 password regexp.
1544 (eshell-send-input): If `eshell-invoke-directly' returns t,
1545 directly invoke the parsed command using `eval'. This improves
1546 turn-around time on simple commands by a factor of three or
1547 greater, such as cd, ls, pwd, etc. -- which get used very often.
1548 It also conserves thousands of cons cells per call (since
1549 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1550 in the Pacific Cookie Company).
1551
1552 * eshell/esh-test.el (eshell-test): Whitespace fix.
1553
1554 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1555 `eshell-ls-initial-args' nil when inserting directory contents.
1556
1557 * eshell/em-script.el (eshell-script-initialize): Add names to
1558 `eshell-complex-commands, since `source' and `.' are complex.
1559
0467b076
EZ
1560 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1561 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1562 `eshell-copy-handles'.
1563 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1564 bodies.
1565 (eshell-separate-commands): Whitespace fix.
1566 (eshell-complex-commands): Added a new list of names, for
1567 determining whether a given command is as simple as it looks.
1568 (eshell-invoke-directly): New function. Returns t if a command
1569 should be invoked directly (using `eval'), rather than indirectly
1570 using `eshell-do-eval'.
1571 (eshell-do-eval): Whitespace fix.
1572
1573 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1574 which provides an emulation of the DOS shell behavior of assuming
1575 that cp/mv/ln should copy/move/link to the current directory.
1576 (eshell-remove-entries): Added a doc string.
1577 (eshell-shuffle-files): Removed the check for `target' being null.
1578 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1579 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1580 it to do a smarter check of whether a destination was provided.
1581 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1582 (eshell/ln): Enable `:preserve-args', and use
1583 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1584 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1585 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1586 list after flattening it. This makes it possible to cat files
1587 with numerical names.
1588 (eshell-unix-initialize): Added several names to
1589 `eshell-complex-commands.
1590 (eshell-unix-command-complex-p): Return t if a given command name
1591 may result in external processes being invoked.
1592
1593 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1594 variable nil by default, since it slows down glob processing by a
1595 factor of two or more, and increases memory consumption.
1596
1597 * eshell/em-smart.el: Added a note about how memory consumptive
1598 smart display mode can be (at least this is true in Emacs 21).
1599 (eshell-smart-initialize): Whitespace fix.
1600 (eshell-refresh-windows): Use `if' instead of `when'.
1601 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1602 not necessary.
1603 (eshell-currently-handling-window): Added a missing global
1604 variable.
1605
1606 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1607 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1608 Whitespace fix.
1609 (eshell-ls-exclude-hidden): Added this variable in addition to
1610 `eshell-ls-exclude-regexp'. This one prevents files beginning
1611 with . from even being read, which can improve memory consumption
1612 quite a bit.
1613 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1614 read file entries beginning with a dot. In home directories with
1615 lots of hidden files, fully two-thirds of the time spent in ls is
1616 used to read directory entries that are immediately thrown away.
1617 (eshell-ls-initial-args): Added back this configuration variable,
1618 for specifying default initial arguments to every call to ls.
1619 Much faster than using an alias to do the same thing.
1620 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1621 (eshell-ls-dir): Whitespace change.
1622
1623 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1624
1625 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1626 available.
1627 (eshell-stringify-t): Added a customization variable, to indicate
1628 whether `t' should be rendered as a string at all. If not, one
1629 can still determine if the result of an expression is true using
1630 "file-exists-p FILE && echo true".
1631 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1632 stringify t!
1633
1634 * eshell/esh-module.el: Whitespace fix.
1635
1636 * eshell/em-alias.el (eshell-alias-initialize): Added
1637 `eshell-command-aliased-p' to `eshell-complex-commands'.
1638 (eshell-command-aliased-p): New function that returns t if a
1639 command name names an aliased.
1640
657f9cb8 16412000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1642
0467b076 1643 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1644 redrawing the screen when changing cursor color.
0467b076
EZ
1645 (viper-insert-state-pre-command-sentinel)
1646 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1647 (viper-replace-state-post-command-sentinel):
1648 Use viper-preserve-cursor-color.
657f9cb8
MK
1649 Many functions changed to use viper= instead of = when comparing
1650 characters.
0467b076 1651 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1652 working with characters.
0467b076 1653 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1654 Many functions changed to use viper= instead of = when comparing
1655 characters.
0467b076 1656 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1657
0467b076 1658 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1659 Several typos fixed in various docstrings.
0467b076
EZ
1660 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1661 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1662 hook.
0467b076
EZ
1663 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1664 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1665 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1666 (ediff-get-selected-buffers): New function.
1667 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1668 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1669 save-window-excursion.
0467b076 1670 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1671 termination check in while loop.
0467b076 1672 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1673 dired buffer.
0467b076
EZ
1674 (ediff-files,ediff-merge-files,ediff-files3)
1675 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1676
4f490d99
DL
16772000-10-28 Dave Love <fx@gnu.org>
1678
1679 * info.el (Info-fontify-node): Add help-echo for menu items.
1680
45b84006
EZ
16812000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1682
5ebc02b3
EZ
1683 * startup.el (normal-top-level): If the value of $TERM indicates
1684 we are running from xterm or one of its work-alikes, default to a
1685 light background mode.
1686
45b84006
EZ
1687 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1688 * faces.el (tty-handle-reverse-video): New function.
1689 (tty-create-frame-with-faces): Call it.
1690
1691 * frame.el (frame-notice-user-settings): Don't apply
1692 default-frame-alist and initial-frame-alist to MS-DOS frames.
1693 Call tty-handle-reverse-video, frame-set-background-mode, and
1694 face-set-after-frame-default for non-MS-DOS frames.
1695
1696 * startup.el (tty-long-option-alist): New variable.
1697 (tty-handle-args): New function.
1698 (command-line): Call tty-handle-args.
1699
1700 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1701 startup.el now does that for all character-terminal frames.
1702
eab6e8b9
MB
17032000-10-28 Miles Bader <miles@gnu.org>
1704
1705 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1706 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1707 global. If :global is followed by a non-nil but non-t value,
1708 make the mode buffer-local, but also generate a `global-MODE'
1709 version using `easy-mmode-define-global-mode'. Add
1710 :conditional-turn-on keyword argument.
1711
51a29efc
DL
17122000-10-28 Dave Love <fx@gnu.org>
1713
1714 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1715 use window-system.
1716
d71d7114
EZ
17172000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1718
1719 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1720 Don't call find-buffer-file-type-coding-system. Instead, just
1721 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1722 if the file is on an untranslated filesystem.
1723 (add-untranslated-filesystem): Use "D" instead of "f" inside
1724 interactive.
1725
1f9cab4b
DL
17262000-10-27 Dave Love <fx@gnu.org>
1727
70c825df 1728 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1729 (refill-mode): Use it.
1730
70c825df
SM
17312000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1732
1733 * international/quail.el (quail-activate): Don't make-local-hook.
1734
7432cf10
AS
17352000-10-27 Andre Spiegel <spiegel@gnu.org>
1736
4836835a 1737 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1738 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1739 (vc-make-version-backup): Don't do it on MS-DOS without long file
1740 names.
4836835a 1741
7432cf10
AS
1742 * vc.el (vc-version-other-window): If an automatic backup of the
1743 desired version exists, rename it instead of copying it.
1744
4836835a
TTN
1745 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1746 after command. If there's an unexpected error, signal it instead
7432cf10 1747 of being silent.
e1483c38 1748 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1749
05ea7ef2
MB
17502000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1751
fd1035aa
MB
1752 * shell.el (shell): Add BUFFER argument.
1753 * comint.el (make-comint-in-buffer): New function.
1754 (make-comint): Use it.
1755
05ea7ef2
MB
1756 * faces.el (face-spec-choose): Change syntax so that the list of
1757 attribute-value pairs is now the cdr of each clause, not the cadr.
1758 Detect old-style entries, and handle them. Use pop.
1759
835a55fe
SM
17602000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1761
f5ab1cdd
SM
1762 * cus-edit.el (custom-mode-map): Use a sparse map.
1763 (custom-mode): Don't bother with make-local-hook.
1764
1765 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1766
835a55fe
SM
1767 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1768
c13b0ec8
GM
17692000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1770
1771 * ps-print.el: Avoid compilation gripes.
1772 (ps-print-version): New version number (6.2.1).
4836835a 1773
e9f63196
DL
17742000-10-26 Dave Love <fx@gnu.org>
1775
0b95284b
DL
1776 * menu-bar.el: Modify some menu item help strings.
1777 (menu-bar-help-menu): Add link to MORE.STUFF.
1778
e9f63196
DL
1779 * cus-edit.el (custom-mode): Add `special' mode-class property.
1780
1781 * wid-browse.el (widget-browse-mode): Likewise.
1782
1783 * wid-edit.el (widget-specify-field): Revert to using local-map
1784 property, not keymap.
1785
e276a14a
MB
17862000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1787
c1545d88
MB
1788 * wid-edit.el (widget-field-end): When checking for a `boundary'
1789 field, do so in the correct buffer.
1790
3c1b77ca
MB
1791 * simple.el (undo): Correctly distinguish between numeric and
1792 non-numeric prefix args in non-transient-mark-mode, as per the doc
1793 string. When in transient-mark-mode, treat all prefix-args as
1794 numeric.
1795
f5ab1cdd
SM
1796 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1797 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1798
1799 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1800 (comint-mode-map): Reverse order of `comint-write-output' and
1801 `comint-append-output-to-file'.
1802 (comint-append-output-to-file): Reinstate this function, for the
1803 benefit of the menu.
1804
d97151cb
SM
18052000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1806
1807 * vc.el (vc-version-other-window): Bind `file'.
1808
ea7d6f5b
GM
18092000-10-25 Gerd Moellmann <gerd@gnu.org>
1810
f5ab1cdd 1811 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1812
1813 * emacs-lisp/authors.el (batch-update-authors): New function.
1814 (authors-fixed-entries): New defconst.
1815 (authors-add-fixed-entries): New function.
1816 (authors): Call it.: Don't process lispref/.
1817
17c25cea
JR
18182000-10-25 Jason Rumney <jasonr@gnu.org>
1819
1820 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1821 Merge x w32 and mac definitions.
1822
4ecda532
GM
18232000-10-25 Gerd Moellmann <gerd@gnu.org>
1824
1825 * menu-bar.el (menu-bar-options-menu): Add a help string for
1826 `uniquify'.
1827
b6735035
GM
18282000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1829
f5ab1cdd
SM
1830 * time-stamp.el (time-stamp-string-preprocess):
1831 Fix a wrong type argument error.
b6735035 1832
f4cbc7a0
MB
18332000-10-25 Miles Bader <miles@gnu.org>
1834
1835 * recentf.el (recentf-mode): Variable removed.
1836 (recentf-mode): Use `define-minor-mode'.
1837
1838 * mwheel.el (mouse-wheel-mode): New global minor mode.
1839 (mwheel-install): Use `mouse-wheel-mode'.
1840
f4b020f6
DL
18412000-10-25 Dave Love <fx@gnu.org>
1842
f5ab1cdd
SM
1843 * progmodes/cperl-mode.el (cperl-mode):
1844 Set normal-auto-fill-function correctly.
072cb6f9 1845
f4b020f6
DL
1846 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1847 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1848 bindings.
f4b020f6 1849
ebe2a441
MB
18502000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1851
ff4dcd4b
MB
1852 * wid-edit.el (widget-field-at): New function.
1853 (widget-at, widget-field-activate): Use it.
1854 (widget-tabable-at): Use `widget-at'.
1855 (widget-specify-field): If the terminating character of the widget
1856 field (which is read-only) is a newline, put it into a special
1857 `boundary' field so that C-n/C-p act more naturally.
1858 (widget-field-end): Also don't subtract one if a special
1859 `boundary' field has been added after the widget field.
1860
ebe2a441
MB
1861 * comint.el (comint-output-filter, comint-send-input): Don't
1862 bother adding stickiness fields to overlays to fool the field
1863 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1864
ebe2a441
MB
1865 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1866 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1867 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1868
fe50b6ab
GM
18692000-10-24 Gerd Moellmann <gerd@gnu.org>
1870
53df4dda
GM
1871 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1872 (authors): Set file coding system to iso-2022-7bit. Add
1873 file-local variables to output buffer.
1874
4836835a 1875 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1876 WARN is nil.
1877
53df4dda
GM
18782000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1879
1880 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1881
1882 * delim-col.el: Now there is a column formatting mechanism.
1883 Modified to customization mechanisms convention. Doc fix.
1884 (columns): New group for delim-col.
1885 (delimit-columns-before, delimit-columns-after)
1886 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1887 (delimit-columns-end): New vars.
1888 (delimit-columns-customize, delimit-columns-format): New funs.
1889 (delimit-columns-region, delimit-columns-rectangle)
1890 (delimit-columns-rectangle-line): Modified to support column
1891 formatting.
4836835a 1892
a9839779
DL
18932000-10-24 Dave Love <fx@gnu.org>
1894
1895 * log-edit.el (log-edit): Add :version and a :group for vc.
1896
df0267b8
GM
18972000-10-24 Gerd Moellmann <gerd@gnu.org>
1898
9acc3873
GM
1899 * files.el (after-find-file): Don't print a message ``New file''
1900 if WARN is nil.
1901
63e1b552
GM
1902 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1903 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1904 get duplicate tool-bar entries because we'll see the global ones
1905 on more than one path through keymaps.
1906
1946f901
GM
1907 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1908
df0267b8
GM
1909 * progmodes/cmacexp.el: Change Francesco's email address.
1910
ae3b264b
KH
19112000-10-24 Kenichi Handa <handa@etl.go.jp>
1912
1913 * window.el (fit-window-to-buffer): Adjust point of the window
1914 buffer, not that of the current buffer.
1915
23afac01
EZ
19162000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * progmodes/cmacexp.el: Update the euthor's email address.
1919
22d1a4ed
MB
19202000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1921
1922 * faces.el (face-spec-set-match-display): Add `graphic' display
1923 type (the inverse of `tty'). Use `display-graphic-p' instead of
1924 the window-system variable.
1925
f408aa48
KH
19262000-10-24 Kenichi Handa <handa@etl.go.jp>
1927
1928 * international/isearch-x.el (isearch-with-input-method): Call
1929 input-method-function with the first event in
1930 unread-command-events.
1931
94fe8a31
MB
19322000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1933
1934 * faces.el (face-default-spec, face-user-default-spec): Make
1935 defsubsts.
1936
8f47302e
AC
19372000-10-24 Andrew Choi <akochoi@i-cable.com>
1938
1939 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1940 New charsets.
1941
1942 * term/mac-win.el: Remove definitions of mac-roman-lower and
1943 mac-roman-upper, require dired, and define instead of set
1944 mac-ready-for-drag-n-drop to avoid compilation error.
1945
446c097e
AI
19462000-10-23 Andrew Innes <andrewi@gnu.org>
1947
1948 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1949 superfluous calls to subst-char-in-string; instead apply
1950 expand-file-name after convert-standard-filename to ensure
1951 expected directory separators are used.
1952
379b70e7
EZ
19532000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1954
1955 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1956
85c766e9
DL
19572000-10-23 Dave Love <fx@gnu.org>
1958
b7e03a67
DL
1959 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1960 (tool-bar-add-item): Set foreground and background for XBM icons.
1961
1962 * international/latin1-disp.el (latin1-char-displayable-p): New
1963 function (from Handa).
1964 (latin1-display-check-font): Use it.
1965
0dcf8835
DL
1966 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1967 using :key-sequence, making it much more usable. Use nconc, not
1968 append.
1969 (imenu--create-keymap-1): Avoid append.
1970
85c766e9 1971 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1972
cb3069bb
MB
19732000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1974
1975 [the following changes fix a bug where `define-minor-mode' didn't
1976 correctly generate :require clauses for defcustoms in compiled files]
1977 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1978 (byte-compile-log-file, byte-compile-log-1): Don't set
1979 `byte-compile-current-file' to nil. Instead set
1980 `byte-compile-last-logged-file' to it. Test whether
1981 byte-compile-current-file equals byte-compile-last-logged-file
1982 instead of whether its nil.
3b6542ba 1983 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1984
6db6243b
SM
19852000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1986
1987 * textmodes/refill.el: Fix var names in doc.
1988 (refill-mode): Don't bother with make-local-hook anymore.
1989
98490598
MB
19902000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1991
e01cd227
MB
1992 * faces.el (face-user-default-spec, face-default-spec): New functions.
1993 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1994 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1995 Use `face-user-default-spec'. Simplify code slightly.
1996
4836835a 1997 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1998 (woman-unknown-face): Add dark-background variants.
1999 (woman-default-faces): Renamed from `woman-colour-faces'.
2000 Set using the stored defaults, rather than using hard-wired colors.
2001 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2002 Just make the foreground `unspecified' rather than "black".
2003 (woman-menu): Rename menu entries accordingly.
2004
98490598
MB
2005 * faces.el (header-line): Make more reasonable on mono/grayscale
2006 displays.
2007
1a578e9b
AC
20082000-10-23 Andrew Choi <akochoi@i-cable.com>
2009
2010 * cus-edit.el (custom-button-face): Use 3D look for mac.
2011 (custom-button-pressed-face): Likewise.
2012
2013 * faces.el (set-face-attributes-from-resources): Handle mac frames
2014 in the same way as x and w32 frames.
2015 (face-valid-attribute-values): Likewise.
2016 (read-face-attribute): Likewise.
2017 (defined-colors): Likewise.
2018 (color-defined-p): Likewise.
2019 (color-values): Likewise.
2020 (display-grayscale-p): Likewise.
2021 (face-set-after-frame-default): Likewise.
2022 (mode-line): Same default face as for x and w32.
2023 (tool-bar): Likewise.
2024
2025 * frame.el: Remove call to frame-notice-user-settings at end of
2026 the file.
2027
2028 * info.el (Info-fontify-node): make underlines invisible for mac
2029 as for x, pc, and w32 frame types.
2030
2031 * term/mac-win.el: New file.
2032
aaaf7be7
DL
20332000-10-22 Dave Love <fx@gnu.org>
2034
2035 * textmodes/refill.el: New file.
2036
5392d654
AS
20372000-10-22 Andre Spiegel <spiegel@gnu.org>
2038
4836835a 2039 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2040 MANUAL and REGEXP.
4836835a 2041 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2042 New functions.
2043 (vc-before-save): Use the latter.
2044 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2045 confusion.
2046
4836835a 2047 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2048 expected by vc[-hooks].el.
2049
2050 * vc.el (vc-checkout): Added `-p' suffix in call to
2051 vc-make-version-backups-p; use vc-make-version-backup to actually
2052 make the backup.
2053 (vc-version-other-window, vc-version-backup-file): Handle both
2054 automatic and manual backups.
2055 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2056 of all of them.
2057
1e221c16
MB
20582000-10-22 Miles Bader <miles@gnu.org>
2059
7ff4fda5
MB
2060 * comint.el (comint-highlight-input, comint-highlight-prompt):
2061 Renamed, `-face' at end removed.
2062 (comint-send-input, comint-output-filter): Use renamed faces.
2063
3511cde8
MB
2064 * window.el (fit-window-to-buffer): Change defaulting of
2065 MAX-HEIGHT slightly.
2066
1e221c16
MB
2067 * faces.el (color-values, color-defined-p): Use `member', not
2068 `memq', because it works correctly for strings.
2069 (frame-set-background-mode): Actually, "unspecified-fg" and
2070 "unspecified-bg" *are* strings. Use `member', not `memq', and
2071 `equal', not `eq', when a string value is possible.
2072
b6ef4898
EZ
20732000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2076
34939e2c
SM
20772000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2078
2079 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2080 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2081 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2082 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2083 (sh-font-lock-syntactic-keywords): Use them.
2084 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2085 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2086 (sh-mode): Don't override font-lock-unfontify-region-function.
2087 Use a copy of sh-font-lock-syntactic-keywords.
2088 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2089 Don't call sh-scan-buffer since font-lock does it on the fly.
2090 (sh-get-indent-info): Use `face' rather than `syntax-table'
2091 text-property to detect here-documents.
2092 Replace sh-special-syntax with sh-st-punc.
2093 (sh-prev-line): Use `face' rather than `syntax-table'
2094 text-property to skip over here-documents.
2095 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2096 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2097 (sh-electric-less, sh-set-here-doc-region)
4836835a 2098 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2099 (sh-scan-buffer, sh-rescan-buffer): Remove.
2100
f3d3c491
AI
21012000-10-21 Andrew Innes <andrewi@gnu.org>
2102
2103 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2104 remote (ange-ftp) file names.
2105
b86c791c
MB
21062000-10-21 Miles Bader <miles@gnu.org>
2107
d9c30bdf
MB
2108 * window.el (fit-window-to-buffer): New function.
2109 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2110 (window-text-height): Don't expect minibuffers to have mode-lines.
2111
d9c30bdf 2112 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2113 * international/quail.el (quail-update-guidance): Use
2114 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2115
617fee5a
MB
2116 * international/quail.el (quail-show-guidance-buf): Make sure
2117 guidance window really has enough room.
2118 (quail-update-guidance): If quail-guidance-win is already shown,
2119 make sure its height is OK.
2120
b86c791c
MB
2121 * window.el (window-text-height, set-window-text-height):
2122 New functions.
2123 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2124 instead of `window-height' & `mode-line-window-height-fudge'.
2125 (mode-line-window-height-fudge): Add FACE parameter.
2126 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2127 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2128
e34850d1
MB
21292000-10-20 Miles Bader <miles@gnu.org>
2130
2131 * window.el (height-affecting-face-attributes): Use `defconst'.
2132
2133 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2134 New function, conditionally aliased to `mode-line-window-height-fudge'.
2135 (ispell-help): Use it.
2136 (ispell-choices-win-default-height): Don't include mode-line fudge.
2137 (ispell-choices-win-default-height): New function.
2138 (ispell-show-choices, ispell-command-loop): Use function
2139 `ispell-choices-win-default-height' instead of variable.
2140
a8b883c2
MB
21412000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2142
8c6e4a58
MB
2143 * window.el (mode-line-window-height-fudge): New variable.
2144 (height-affecting-face-attributes): New variable.
2145 (mode-line-window-height-fudge): New function.
2146 (shrink-window-if-larger-than-buffer): Use it.
2147 * help.el (resize-temp-buffer-window): Likewise.
2148
a8b883c2
MB
2149 * info.el (Info-fontify-node): Add support for @subsubsection
2150 titles, which use `Info-title-4-face'.
2151 (Info-title-4-face): New face.
2152 (Info-title-3-face): Inherit from Info-title-4-face instead of
2153 variable-pitch.
2154
e64c3a75
JR
21552000-10-19 Jason Rumney <jasonr@gnu.org>
2156
2157 * dired.el (dired-insert-directory): Do not let errors signalled by
2158 attempt to run dired-free-space-program prevent dired from working.
2159
c70fe852
SM
21602000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2161
2162 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2163
877cf6b4
GM
21642000-10-19 Gerd Moellmann <gerd@gnu.org>
2165
5de037e0
GM
2166 * dirtrack.el (dirtrack): Fix call to run-hooks.
2167
6deb9af9
GM
2168 * cmuscheme.el (cmuscheme-program-name): Renamed from
2169 scheme-program-name because xscheme.el contains a defcustom with
2170 the same name. As a consequence, customizing group `cmuscheme'
2171 loaded `xscheme' which redefined run-scheme.
2172 (run-scheme): Use cmuscheme-program-name.
2173
877cf6b4
GM
2174 * ps-print.el (ps-print-emacs-type): Move into the
2175 eval-and-compile.
2176
e597d8fb 2177 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2178 anonymous address, and add a website for Befrienders International.
4836835a 2179
3e9cb08f
GM
21802000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2181
c70fe852
SM
2182 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2183 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2184 (ps-print-version): New version number (6.2).
2185 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2186 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2187 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2188 (ps-x-extent-priority, ps-x-extent-start-position)
2189 (ps-x-face-font-instance, ps-x-find-coding-system)
2190 (ps-x-font-instance-properties, ps-x-make-color-instance)
2191 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2192 avoid compilation gripes without defining functions.
2193 (ps-e-find-composition): Alias for function find-composition, to have a
2194 suitable function depending on Emacs version.
2195 (ps-color-device, ps-color-values, ps-face-foreground-name)
2196 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2197 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2198 (ps-print-ensure-fontified): Function definitions surrounded by
2199 `eval-and-compile' to avoid compilation gripes.
2200 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2201 by symbol-value to avoid compilation gripes.
2202 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2203 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2204
d8abcd91
MB
22052000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2206
13ab33c4
MB
2207 * startup.el (normal-top-level): Call `frame-set-background-mode'
2208 after `frame-notice-user-settings' because the latter doesn't call
2209 the former on a tty.
2210
d8abcd91
MB
2211 * faces.el (frame-set-background-mode): `unspecified' &c are
2212 symbols, not strings.
2213
e8bce0a9
EZ
22142000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2215
c70fe852
SM
2216 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2217 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2218
c70fe852
SM
2219 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2220 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2221
773272d8
KH
22222000-10-19 Kenichi Handa <handa@etl.go.jp>
2223
c70fe852 2224 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2225 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2226 for ISO10646-1 fonts.
2227 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2228
772139c0
EZ
22292000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2230
2231 * faces.el (frame-set-background-mode): If a tty frame defines a
2232 background color, use that to compute the background mode, instead
2233 of always defaulting to "dark".
2234
d134a19f
MB
22352000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2236
8bb84cb2
MB
2237 * comint.el (comint-write-output): New function.
2238 (comint-mode-map): Add it to the menu.
e40a778f 2239 Bind `C-c C-s' to comint-write-output.
d134a19f 2240
dada41e1
GM
22412000-10-18 Gerd Moellmann <gerd@gnu.org>
2242
2243 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2244 Use fancy-splash-delay.
2245
9b5360aa
GM
22462000-10-18 Alex Schroeder <alex@gnu.org>
2247
2248 * progmodes/sql.el (sql-sybase-options): New option.
2249 (sql-sybase): Use it. Add sql-database to the list of parameters
2250 provided for login. The options -w 2048 -n are not used any more.
2251
9035a35a
GM
2252 * comint.el (comint-read-input-ring): Bugfix such that the first
2253 and the last entry of the input ring file are not lost.
2254
3556c6dd
GM
22552000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2256
2257 * ps-print.el: Internal variable changes to defcustom,
2258 make-local-hook changes to defvar. Doc fix.
2259 (ps-print-version): New version number (6.1).
2260 (ps-setup, ps-do-despool): Code fix.
2261 (ps-printer-name): Customization fix.
2262 (ps-printer-name-option): Now is a defcustom instead of an
2263 internal variable.
2264 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2265 (ps-print-begin-column-hook): Now are defvar instead of
2266 make-local-hook.
4836835a 2267
4e217e50
MB
22682000-10-18 Miles Bader <miles@gnu.org>
2269
2270 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2271 (comint-kill-output): Changed into an alias for `comint-delete-output',
2272 and made obsolete.
2273 (comint-mode-map): Rename references to comint-kill-output.
2274
34460354
EZ
22752000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2276
2277 * diff-mode.el (diff-header-face, diff-file-header-face)
2278 (diff-changed-face): Add bold and italic attributes to tty faces.
2279 (diff-function-face): New face.
2280 (diff-font-lock-keywords): Use it.
2281
17ea3cdb
MB
22822000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2283
2284 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2285 Remove commented-out call to force-mode-line-update.
2286 (comint-kill-output): Use `forward-line 0' instead of
2287 beginning-of-line to make sure we get past the prompt.
2288
9244f2c7
SM
22892000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2290
2291 * diff-mode.el (diff-header-face, diff-file-header-face):
2292 Add specific setting for dark background.
2293 (diff-context-face): Renamed from diff-comment-face.
2294 Set explicitly rather than inheriting from font-lock-comment-face.
2295
1592c1ef
EZ
22962000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2297
2298 * startup.el (command-line): Move the code which sets the default
2299 TTY colors to before before-init-hook.
2300
f86292a9
GM
23012000-10-17 Gerd Moellmann <gerd@gnu.org>
2302
2303 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2304
f7f2e883
EZ
23052000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2306
e854cc22
EZ
2307 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2308 extensions, for MS-DOS.
2309
f7f2e883
EZ
2310 * diff-mode.el (diff-header-face, diff-file-header-face)
2311 (diff-changed-face): Define tty-specific colors.
2312
c7b4f0f9
GM
23132000-10-17 Gerd Moellmann <gerd@gnu.org>
2314
2315 * startup.el (fancy-splash-text): Realign the text.
2316
12a72271
EZ
23172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2318
2319 * font-lock.el (font-lock-comment-face): Define a separate default
2320 for dark-background tty's.
2321
61dfccfd
MB
23222000-10-17 Miles Bader <miles@gnu.org>
2323
2324 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2325 being obscured by whizzy mode-lines on graphics displays.
2326
333cd59e
EZ
23272000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2328
2329 * info.el (Info-title-1-face, Info-title-2-face)
2330 (Info-title-3-face): Define colors for tty's.
dada41e1 2331 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2332
dbf1fcc1
EZ
23332000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2334
2335 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2336 reverse from the frame parameters, and don't invert foreground and
2337 background colors.
2338
ac629823
MB
23392000-10-16 Miles Bader <miles@gnu.org>
2340
2341 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2342 string "*Info*". Call propertized-buffer-identification to spruce
2343 up the result.
2344
76eebffc
GM
23452000-10-16 Gerd Moellmann <gerd@gnu.org>
2346
3a6b59d9
GM
2347 * help.el: Provide `help' for the sake of define-minor-mode
2348 which generates defcustoms with requires.
2349
6569c3d3
GM
2350 * jit-lock.el (jit-lock-after-change): If we're in text that
2351 matches a multi-line font-lock pattern, make sure the whole text
2352 will be redisplayed.
2353
c2e0a611
GM
2354 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2355 author's name is unknown.
2356
76eebffc
GM
2357 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2358 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2359 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2360 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2361 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2362 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2363 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2364 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2365 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2366 Add author information.
2367
cf1e7b12
MB
23682000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2369
2370 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2371 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2372 full-color version (using the Gimp) to eliminate dithering artifacts.
2373
5586f3eb
SM
23742000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2375
2376 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2377
2378 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2379
ad64a888
DL
23802000-10-15 Dave Love <fx@gnu.org>
2381
2382 * progmodes/sh-script.el: Require skeleton and comint when
2383 compiling.
2384
2385 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2386
2387 * whitespace.el: Doc fixes.
2388 (top-level): Don't add hooks here.
2389 (whitespace-running-emacs): Deleted.
2390 (timer): Don't require.
2391 (whitespace): Add back :version conditional on xemacs test.
2392 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2393 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2394 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2395 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2396 Avoid specific xemacs test.
2397 (whitespace-global-mode): New option.
2398 (whitespace-global-mode): New command.
2399 (whitespace-unload-hook): New function.
2400
2401 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2402 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2403 (Info-fontify-node): `Goto' goes to `Go to'.
2404 (Info-fontify-node): Add help-echo to xref links.
2405
1ef49fc6
EZ
24062000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2407
2408 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2409
8b7707e1
SM
24102000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2411
b3b7f42f
SM
2412 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2413 Use plist-get and allow :inherit.
2414
2415 * emacs-lisp/cl-macs.el (cl-do-arglist):
2416 Use plist-get and plist-member instead of memq.
2417
3c7fafc7
SM
2418 * emacs-lisp/ewoc.el (ewoc-location): New function.
2419 (ewoc-enter-after, ewoc-enter-before): Document return value.
2420 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2421 Don't need make-local-hook any more.
2422 (cvs-addto-collection): Return the new tin.
2423 (cvs-mode-insert): Jump to the new line.
2424
8b7707e1
SM
2425 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2426
2427 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2428
2429 * font-lock.el (font-lock-syntactically-fontified): New var.
2430 (font-lock-fontify-syntactic-keywords-region): Use it.
2431 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2432
2433 * diff-mode.el (diff-find-file-name): Fix regexp.
2434
2435 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2436 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2437
2438 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2439 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2440 (sh-mode): Don't make all vars local here.
2441 (sh-kw): Reformat.
2442 (sh-set-shell): Use dolist. Don't set indent-region-function.
2443 (sh-mode-syntax-table): Use pop.
2444 (sh-remember-variable): Use push.
2445 (sh-help-string-for-variable): Use memq.
2446 (sh-safe-backward-sexp): Remove.
2447 (sh-safe-forward-sexp): Add ARG.
2448 (sh-get-indent-info, sh-prev-stmt): Use it.
2449 (sh-prev-line): Simplify by using forward-comment.
2450 (sh-this-is-a-continuation): Simplify.
2451 (sh-learn-buffer-indent): Use dolist.
2452 (sh-do-nothing): Remove.
2453 (sh-set-char-syntax, sh-set-here-doc-region):
2454 Use inhibit-modification-hooks.
2455 (sh-name-style): Use mapcar and push.
2456 (sh-load-style): Use dolist.
2457 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2458 (sh-case, sh-while-getopts): Use propertize directly rather
2459 than sh-electric-rparen.
2460
24612000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2462
2463 * textmodes/tex-mode.el: Require CL when compiling.
2464 (tex-mode-syntax-table): Init immediately.
2465 (tex-mode-map): Bind M-RET to latex-insert-item.
2466 (latex-mode): Set indent-line-function to latex-indent.
2467 (tex-common-initialization): Don't setup the syntax-table any more.
2468 (latex-insert-item): New skeleton.
2469 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2470 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2471 (latex-indent, latex-find-indent): New functions.
4836835a 2472 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2473 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2474 (tex-compilation-parse-errors): Use with-syntax-table.
2475
86b7fcbb
MB
24762000-10-15 Miles Bader <miles@gnu.org>
2477
2478 * font-lock.el (font-lock-comment-face): Change dark-background,
2479 color, non-tty, default to `chocolate1'.
2480
57a24508
JW
24812000-10-13 John Wiegley <johnw@gnu.org>
2482
2483 * eshell/esh-util.el (require): Added a missing `require' form,
2484 needed when compiling (for an ange-ftp macro definition).
2485
40ad3db4
DL
24862000-10-13 Dave Love <fx@gnu.org>
2487
2488 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2489
db460189
GM
24902000-10-13 Gerd Moellmann <gerd@gnu.org>
2491
b41c9501
GM
2492 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2493 fix.
2494
4836835a 2495 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2496 transparent -colors 8).
2497
3b5e21df
GM
24982000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2499
2500 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2501 that breaks with old list format timestamps.
2502 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2503 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2504 strings.
2505
16908a3f
JW
25062000-10-13 John Wiegley <johnw@gnu.org>
2507
d7103dda
JW
2508 * align.el, pcomplete.el, calendar/timeclock.el,
2509 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2510
dace60cf 2511 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2512 faulty math, where holiday hours were being computing as seconds.
2513
b6b70cda
JW
25142000-10-13 John Wiegley <johnw@gnu.org>
2515
2516 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2517 specifying what "other" kinds of buffers should be saved. This
2518 used to be hard-coded.
2519 (desktop-buffer-misc-functions): A global for specifying how
2520 auxiliary data should be determined for special buffer types.
2521 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2522 instead of hard-coding the special buffer types.
2523 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2524 auxiliary data, instead of hard-coding for Info buffers and dired.
2525 (desktop-buffer-info-misc-data): Aux function for determining Info
2526 buffer auxiliary info.
2527 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2528 (desktop-buffer-info): Changed this function to use the info
2529 gathered above.
2530 (desktop-create-buffer): Be a little more careful about what
2531 `minor-mode' means before calling it. This is important for some
2532 buffer types.
2533
8c6b1d83
JW
25342000-10-13 John Wiegley <johnw@gnu.org>
2535
2536 * eshell/esh-util.el: Added a global form which declares an
2537 autoload for `parse-time-string', if that function is not already
2538 defined, and if parse-time.el is available on the user's system.
2539
2540 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2541 to be aware of ange-ftp user info.
2542 (eshell-do-ls): Bind `ange-cache'. Also, use
2543 `eshell-file-attributes'.
2544 (eshell-ls-annotate): Use `eshell-file-attributes'.
2545 (eshell-ls-file): Made the user-id printing code a bit smarter.
2546
2547 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2548 allow identification of alias user ids in remote directories.
2549 It's manual, but there's no other way to know when the current
2550 user on the local machine, is also the owning user on the remote
2551 machine.
2552 (fboundp): Bind `ange-cache'.
2553 (eshell-directory-files-and-attributes): Re-organized the logic a
2554 bit to use `eshell-file-attributes' instead of `file-attributes'.
2555 The former is more sensitive to directories that are read via FTP,
2556 and knows how to use ange-ftp to determine full attribute
2557 information, instead of just the name and last modtime.
2558 (eshell-current-ange-uids): Return the current user id when in a
2559 remote directory.
2560 (eshell-parse-ange-ls): Parse a full directory listing that has
2561 been returned by ange-ftp.
2562 (eshell-file-attributes): This beefed up version of
2563 `file-attributes' is only special if the user is currently in a
2564 remote directory, in which case it does a lot of work to find out
2565 what the real attributes of a file are, as they appear on the
2566 remote machine. This makes usage of remote directories (i.e.,
2567 ange-ftp pathnames) much more useful. You can now use Eshell as a
2568 full-fledged FTP client, with much more manipulation ability than
2569 most other clients.
2570
2571 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2572 variable, which means that Eshell's du should always be preferred
2573 in remote directories.
2574 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2575 just `file-attributes'.
2576 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2577 when reading remote directories. This is an Eshell-specific
2578 variable (not part of ange-ftp).
2579 (eshell/ln): Bind `ange-cache'.
2580 (eshell/du): Added some extra logic for determining when to use
2581 Eshell's du (which is slow), and when to use the external version
2582 (which may or may not exist).
2583
2584 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2585 `eshell-interactive-process', rather than using
2586 `get-buffer-process', since backgrounded processes don't count in
2587 the context of this function's logic.
2588
2589 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2590 `forward-char', so that null strings are parsed correctly.
2591
87730e84 25922000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2593
2594 * eshell/em-pred.el (eshell-pred-file-type,
2595 eshell-pred-file-links, eshell-pred-file-size): Use
2596 `eshell-file-attributes'. This is more correct over ange-ftp.
2597
2598 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2599 that remote file globbing is more efficient.
2600
2601 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2602 gathering the files and attributes within a directory.
2603
2604 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2605 the command line is a special file (not a regular file, directory
2606 or symlink), always attempt to call the external version of cat.
2607
87730e84 26082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2609
2610 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2611 Eshell-friendly version of find-tag.
2612
1c7e37a9
MB
26132000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2614
4836835a 2615 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2616 (image-file-name-regexps): Add autoload cookies.
2617
11a7f341
KH
26182000-10-13 Kenichi Handa <handa@etl.go.jp>
2619
2620 * international/mule-cmds.el (select-safe-coding-system): If FROM
2621 is string, show it in *Warning* buffer.
2622
8ddddcb0
EZ
26232000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2624
2625 * startup.el (normal-top-level): Use display-popup-menus-p instead
2626 of window-system.
2627 (command-line): Use display-graphic-p instead of window-system.
2628 (command-line-1): Use display-popup-menus-p and display-mouse-p
2629 instead of window-system.
2630
72200f89
SS
26312000-10-12 Sam Steingold <sds@gnu.org>
2632
2633 * tooltip.el (tooltip-use-echo-area): New user variable.
2634 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2635
8661c643
DL
26362000-10-12 Dave Love <fx@gnu.org>
2637
d0b40dc1
DL
2638 * recentf.el: Maintainer's checkdoc fixes.
2639
a622451f
DL
2640 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2641 character class, not ASCII when matching file names.
2642 (fancy-splash-head): Add trailing slash to URL.
2643 (command-line): Don't require XPM support for toolbar.
2644
8661c643
DL
2645 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2646 (cperl-invalid-face): Revert last change.
2647 (cperl-init-faces): Quote cperl-invalid-face.
2648
ef2ed8ab
KH
26492000-10-12 Kenichi Handa <handa@etl.go.jp>
2650
2651 * startup.el (fancy-splash-text): Remove superfluous quote.
2652
b0da379e
GM
26532000-10-12 Gerd Moellmann <gerd@gnu.org>
2654
dbeb499b
GM
2655 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2656 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2657 (command-line-1): Don't use fancy-splash-pending-command.
2658 (fancy-splash-screens-1): Goto point-min after inserting text.
2659
d861718a
GM
2660 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2661
b0da379e
GM
2662 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2663 instead of shared-lisp-mode-map.
2664
4fb2ad98
MB
26652000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2666
1cb4393e
MB
2667 * faces.el (header-line): Change tty-variant to use underlining.
2668
4fb2ad98
MB
2669 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2670 (isearch-highlight): Restore lazy-isearch face properties at old
2671 position, and suppress them at new position.
2672 (isearch-dehighlight): Restore lazy-isearch face properties.
2673 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2674 over the real isearch overlay, but in that case, don't give it a
2675 face property. Use `push'.
2676
eb991b25
KH
26772000-10-12 Kenichi Handa <handa@etl.go.jp>
2678
2679 * man.el (Man-getpage-in-background): Fix previous change.
2680 Decode the process output only when we are in multibyte mode.
2681
a818c1c0
DL
26822000-10-11 Dave Love <fx@gnu.org>
2683
c990f53a
DL
2684 * info.el (Info-mode-menu): Fix some help.
2685 (info-tool-bar-map): Add entry for Info-last.
2686
a818c1c0
DL
2687 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2688 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2689 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2690 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2691 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2692 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2693 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2694 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2695 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2696 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2697 Reduce colour requirements to 25 overall. (Probably wants
2698 revisiting from the originals to reduce further.)
2699
c1b096cb
EZ
27002000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2701
2702 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2703 buffer-file-coding-system, instead of raw-text.
2704 (dehexlify-buffer): Bind coding-system-for-read to
2705 buffer-file-coding-system, instead of raw-text.
2706
5c8b7eaf
SS
27072000-10-11 Sam Steingold <sds@gnu.org>
2708
2709 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2710 `underline' - fixes the bug introduced on 2000-09-21.
2711
2cfbdb7a
DL
27122000-10-11 Dave Love <fx@gnu.org>
2713
2714 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2715 compiler warnings.
2716 (scheme-mode): Doc fix.
2717 (scheme-font-lock-keywords-1): Match `define-syntax'.
2718
27192000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2720
2721 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2722 face specs as well as default ones. Only do anything if the
2723 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2724 (region): Make dark-background `region' face less in-your-face.
4b33f290 2725
690ec649
SS
27262000-10-10 Sam Steingold <sds@gnu.org>
2727
2728 * chistory.el, ielm.el, ledit.el:
2729 * progmodes/inf-lisp.el, progmodes/scheme.el:
2730 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2731
3b95d6bb
SM
27322000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2733
2734 * textmodes/texinfo.el: Update copyright and fix typo.
2735
2736 * desktop.el (desktop-modes-not-to-save): New var.
2737 (desktop-save-buffer-p): Use it.
2738 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2739 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2740
d646c828
DL
27412000-10-10 Dave Love <fx@gnu.org>
2742
2743 * toolbar/tool-bar.el (tool-bar-add-item)
2744 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2745 display.
2746
d646c828
DL
2747 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2748 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2749 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2750 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2751 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2752 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2753 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2754 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2755 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2756 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2757 the .xpms; probably need retouching.
2758
862a7e28
MB
27592000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2760
2761 * subr.el (add-to-list): Add optional argument APPEND.
2762 * battery.el (display-battery): Use `add-to-list'.
2763
46e33aee
TTN
27642000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2765
930baf47
TTN
2766 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2767 these vars as symbol properties.
2cfbdb7a
DL
2768 (zone, zone-when-idle, zone-leave-me-alone)
2769 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2770
5a430f9c
TTN
2771 * battery.el (display-battery): Doc spelling fix.
2772
46e33aee
TTN
2773 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2774 property.
2775
adf7d3a8
DL
27762000-10-09 Dave Love <fx@gnu.org>
2777
2778 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2779 has been initialized before calling tool-bar-setup.
c2156508 2780 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2781
06a8c9f8
EZ
27822000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2783
e4ca8f8c
EZ
2784 * menu-bar.el (send-mail-item-name): New function.
2785 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2786 of mail-user-agent in the menu. Don't display the "Send Mail"
2787 item if mail-user-agent is nil or its value is ignore.
2788 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2789 if read-mail-command is nil or its value is ignore.
2790
06a8c9f8
EZ
2791 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2792
7dbc9c8a
MB
27932000-10-09 Miles Bader <miles@gnu.org>
2794
29e0814b
MB
2795 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2796 Correct image size.
2797 * toolbar/left_arrow.xpm: Correct image size.
2798
7dbc9c8a
MB
2799 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2800 will be done by the definition of `auto-compression-mode' if
2801 necessary. Move code to uninstall existing file-name handler
2802 before definition of `auto-compression-mode'.
2803
2804 * image-file.el (auto-image-file-mode): Move to the end of the
2805 file, because `define-minor-mode' actually calls the mode-function
2806 if the associated variable is non-nil, which requires that all
2807 needed functions be already defined.
2808
65b61266
MB
2809 * mouse.el (popup-menu): Balance parens.
2810
d6b8c85b
SM
28112000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2812
2813 * mouse.el (popup-menu): Move the command call outside the loop
2814 so that popup-menu returns whatever the command returns.
2815
2816 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2817 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2818 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2819 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2820
2821 * vc.el (vc-version-diff): diff-switches can be a list.
2822 Use relative filenames for prettier output.
2823
46e33aee 2824 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2825 (vc-post-command-functions): Remove old-VC compatibility code.
2826
2827 * newcomment.el (comment-indent-default): Autoload.
2828
2829 * font-lock.el (font-lock-defaults): Make buffer-local.
2830 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2831 (font-lock-choose-keywords):
2832 Ignore LEVEL unless KEYWORDS is a list of syms.
2833 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2834 Don't wrap regexp-opt things in \(...\) unnecessarily.
2835
2836 * jit-lock.el: Don't require font-lock any more.
2837 (jit-lock-functions): Make buffer-local.
2838 (jit-lock-saved-fontify-buffer-function): Remove.
2839 (jit-lock-mode): Remove autoload cookie.
2840 Remove font-lock specific code.
2841 (jit-lock-unregister): Don't bother handling complex hooks any more.
2842 (jit-lock-refontify): New function.
2843 (jit-lock-fontify-buffer): Use it.
2844 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2845 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2846 Add optional args START and END.
2847 Never call font-lock-fontify-region directly.
2848 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2849
2850 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2851
a30ed6ac
DL
28522000-10-08 Dave Love <fx@gnu.org>
2853
4e7c7ca9
DL
2854 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2855
2856 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2857
2858 * play/studly.el (studlify-region, studlify-word): Add autoload
2859 cookie.
2860
2861 * play/morse.el (morse-region, unmorse-region): Add autoload
2862 cookie.
2863
2864 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2865 concat.
2866
2867 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2868 insist on symbols starting with word syntax.
2869 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2870 (eval-defun-1): Doc fix.
2871 (indent-sexp): Use nconc to build up indent-stack.
2872
2873 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2874 Gnus with little use.
2875 (mail-setup-hook): Add mail-abbrevs-setup to options.
2876
968f7c4a
DL
2877 * recentf.el: Doc fixes.
2878
2879 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2880 Clean up remainder.
2881
2882 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2883 without timezone and (8) with timezone to enforce some whitespace.
2884 Simplify code somewhat.
2885
2886 * options.el (list-options): Doc that you should use customize.
2887
2888 * iswitchb.el (iswitchb-mode): Add :require.
2889
a30ed6ac
DL
2890 * info.el (Info-goto-node, Info-menu): Doc fix.
2891 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2892 (info-tool-bar-map): New variable.
2893 (Info-mode): Use it.
2894 (Info-edit-map): Define all in defvar.
2895 (speedbar-attached-frame): Avoid compiler warning.
2896
2897 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2898 (global-map): Bind [tool-bar] to a filtered map.
2899 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2900 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2901 Allow PBM icons.
2902 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2903
2904 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2905 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2906 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2907 icons, except up_arrow, which is left-arrow rotated.
2908
2909 * imenu.el (imenu-add-to-menubar): Fix last change.
2910
4e953aff
PB
29112000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2912
2913 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2914 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2915
739e92a7
EZ
29162000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2917
d20faceb
EZ
2918 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2919 typos in doc strings.
2920
a640322e
EZ
2921 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2922 the doc strings how to customize Font Lock faces.
2923
739e92a7
EZ
2924 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2925 computing growth when dragging the header line.
2926
8be7408c
EZ
29272000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * simple.el (kill-line): Doc fix.
2930
6fee86a3
MB
29312000-10-08 Miles Bader <miles@gnu.org>
2932
445a653e
MB
2933 * faces.el (secondary-selection): Make foreground visible on tty.
2934
6fee86a3
MB
2935 * jka-compr.el (auto-compression-mode): Move to the end of the
2936 file, because `define-minor-mode' actually calls the mode-function
2937 if the associated variable is non-nil, which requires that all
2938 needed functions be already defined.
2939 (with-auto-compression-mode): Add autoload cookie.
2940
a115794c
EZ
29412000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2942
2943 * files.el (find-backup-file-name) [ms-dos]: If support for long
2944 file names is not available, behave as if version-control were set
2945 to never.
2946
b12e6de3
DL
29472000-10-07 Dave Love <fx@gnu.org>
2948
2949 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2950 (browse-url-gnome-moz): New function.
2951 (browse-url-browser-function): Use it.
2952 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2953
20b1d079
SM
29542000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2955
2956 * indent.el (tab-always-indent): New var.
2957 (indent-for-tab-command): Use it.
39250ec3 2958
9ee45b2c 2959 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2960 raise an error. This way it can still default to a sane value.
9ee45b2c 2961
8c6b1d83
JW
29622000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2963
39250ec3
SM
2964 * startup.el (fancy-splash-screens): Use local rather than global map.
2965 Don't use `update-menu-bindings' any more.
2966 Get rid of assumptions about keymap representation.
2967
a23ccdf2
DL
29682000-10-06 Dave Love <fx@gnu.org>
2969
814299a7 2970 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2971 (sentence-end-without-period): Doc fix.
2972 (adaptive-fill-regexp): Purecopy.
2973 (unjustify-current-line): Use line-end-position.
2974 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2975
2976 * net/eudc-vars.el (eudc): Add :version, :link.
2977
39250ec3 2978 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2979
2980 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2981 Fix for define-minor-mode.
2982 (function-at-point): Alias to function-called-at-point.
2983
2984 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2985
2986 * simple.el (backward-word): Doc fix.
2987
a23ccdf2
DL
2988 * image-file.el (image-file-name-regexp): image-file-regexps ->
2989 image-file-name-regexps.
742c1822 2990 (image-file-name-extensions): Add pbm.
a23ccdf2 2991
39250ec3
SM
29922000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2993
2994 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2995 and add filename to the names so that diff-mode can jump to source.
2996
2997 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2998 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2999 (tex-font-lock-keywords-1): Remove.
3000 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3001 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3002 (font-lock-default-fontify-region):
3003 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3004 (font-lock-fontify-anchored-keywords):
3005 Include the anchor text as part of the multiline.
3006
8d5dfacd
GM
30072000-10-06 Gerd Moellmann <gerd@gnu.org>
3008
3009 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3010 latter needs the autoloaded define-minor-mode macro during the
3011 bootstrap.
3012
3013 * startup.el (command-line): For now, activate tool-bar-mode only
3014 if XPM images are supported.
3015
3016 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3017 window by dragging a header-line at the top of the frame; that's
4c19fbce 3018 confusing because the header-line doesn't move.
8d5dfacd
GM
3019 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3020 of treating the event as a list. Some cleanup.
3021
f69aad2b 30222000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3023
f69aad2b
MB
3024 * simple.el (display-message-or-buffer): New function.
3025 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3026
09cb7646
MB
3027 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3028 docstring parts.
3029
814299a7 3030 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3031 (smbclient-prompt-regexp): Add usage note to doc string.
3032 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3033 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3034 Use add-hook for adding the comint filter function, and only do so
3035 if it's not already in the global hook list.
3036 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3037 to `make-local-variable'.
3038 (nslookup-font-lock-keywords): Remove prompt entry.
3039 (nslookup): Don't set the process-filter.
3040 (finger): Exit the loop correctly when the regexps list runs out.
3041 (ftp, smbclient, smbclient-list-shares):
3042 Set the real major mode immediately, not after execing.
3043 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3044
3045 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3046
4c19fbce
SM
30472000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3048
3049 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3050
3051 * which-func.el (which-func-format): Remove spurious space.
3052 (which-func-mode): Don't make it permanent-local.
3053 (which-func-ff-hook): Allow which-func-maxout to be nil.
3054 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3055 (which-func-mode): Simplify.
3056 Use post-command-idle-hook rather than post-command-hook.
3057 Go through all buffers and update their state.
3058 (which-function): Also try add-log-current-defun-function.
3059
3060 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3061 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3062 Update call to with-vc-properties accordingly.
3063 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3064 (vc-revert-buffer): More careful about window selection and deletion.
3065 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3066
3067 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3068 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3069 (cvs-dired-action): Change the default to quickdir.
3070
3071 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3072 if comment-indent-function returns nil.
3073 (comment-indent-default): New function.
3074 (comment-indent-function): Use it and document the new semantics.
3075
3076 * image-file.el: Docstring fixes.
3077
3078 * help.el (help-xref-on-pp): Use match-string.
3079 (describe-variable): New arg BUFFER.
3080 Store the current buffer in the help-xref-stack.
3081 (temp-buffer-resize-mode): Use define-minor-mode.
3082
3083 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3084 consistently with its docstring.
3085 Set jit-lock-first-unfontify-pos in an idempotent way.
3086 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3087
542c6552
GM
30882000-10-05 Alex Schroeder <alex@gnu.org>
3089
3090 * sql.el (sql-mysql-options): New variable.
3091 (sql-mysql): Use it.
3092
a3489ece
MB
30932000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3094
77f6105c
MB
3095 * image.el (image): New group.
3096
814299a7 3097 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3098 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3099
3478046b
PB
31002000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3101
3102 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3103 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3104 Ignore the value of wqindow-system; always define keywords
3105
22aca186
KH
31062000-10-05 Kenichi Handa <handa@etl.go.jp>
3107
3108 * startup.el (fancy-splash-screens): Remove the code for
3109 debugging; `(trace-to-stderr "EXITTT\n")'.
3110
55d5d717
MB
31112000-10-05 Miles Bader <miles@gnu.org>
3112
3113 * diff-mode.el (diff-goto-source): Update call to
3114 `diff-hunk-status-msg' to reflect new REV variable.
3115
41fa7178
SM
31162000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3117
3118 * progmodes/icon.el (icon-mode):
3119 Don't gratuitously override the default for comment-column.
3120
3121 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3122
3123 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3124 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3125 (jit-lock-functions): New var.
3126 (jit-lock-function-1): Use it if non-nil.
3127 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3128 Set the `fontified' property before doing the fontification to avoid
3129 repeatedly going through the same error.
3130 Don't turn errors into messages.
3131 (jit-lock-register, jit-lock-unregister): New functions.
3132
3133 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3134 Use with-current-buffer.
3135
3136 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3137 Turn comment into docstring.
3138
3139 * apropos.el (apropos-mode): Use define-derived-mode.
3140
3dc78168
GM
31412000-10-04 Gerd Moellmann <gerd@gnu.org>
3142
3143 * startup.el (fancy-splash-pending-command): New variable.
3144 (fancy-splash-pre-command): New function.
3145 (fancy-splash-screens): Rewritten.
3146 (command-line-1): If fancy-splash-pending-command is set, call it
3147 interactively.
3148
dae9dc56
DL
31492000-10-04 Dave Love <fx@gnu.org>
3150
3151 * toolbar/tool-bar.el (tool-bar-setup): New function.
3152 (tool-bar-mode): Use it.
3153
3154 * subr.el (substitute-key-definition): Doc fix.
3155 (play-sound-file): New command.
3156
3388f0a5
AS
31572000-10-04 Andre Spiegel <spiegel@gnu.org>
3158
814299a7 3159 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3160 vc-version-backup-file-name): New functions.
3161
3162 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3163
3164 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3165 vc-cvs-stay-local-p.
3166
3167 * vc.el (vc-revert-buffer): Handle empty diff properly.
3168 (vc-version-backup-file): New function.
3169 (vc-checkout): Create a version backup if necessary.
3170 (vc-checkin): If a version backup file exists, delete it.
3171 (vc-version-diff): Diff locally using version backups, if available.
3172 (vc-revert-file): If there's a version backup, revert locally.
3173 (vc-transfer-file): Use version backup for base version, if
3174 available. If not, ask for confirmation whether to get it from the
3175 server. Update mode line before check-in.
3176
ebd4825d
DL
31772000-10-04 Dave Love <fx@gnu.org>
3178
3179 * toolbar/tool-bar.el (tool-bar-setup): New function.
3180 (tool-bar-mode): Use it.
3181
1b24f4b7
PB
31822000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3183
3dc78168 3184 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3185 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3186 Only set if window-system is non-nil
3187 (net-utils-run-program): Returns buffer.
3188 (network-connection-reconnect): Added this function.
3189
814299a7
MB
3190 * generic.el:
3191 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3192 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3193 Uses cl compile-time macros.
3dc78168
GM
3194 (generic-mode-name, generic-comment-list)
3195 (generic-keywords-list, generic-font-lock-expressions)
3196 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3197 Removed variables.
3198 (generic-mode-alist): Renamed to generic-mode-list.
3199 (generic-find-file-regexp): Default changed to "^#".
3200 (generic-read-type): Uses completing read on generic-mode-list.
3201 (generic-mode-sanity-check): removed this function.
3202 (generic-add-to-auto-mode): Removed this function
3dc78168 3203 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3204 into function instead of putting them in alist.
3205 (generic-mode-set-comments): Reworked extensively.
3206 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3207 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3208
814299a7 3209 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3210 Make sure directory name ends with "/".
3211
814299a7 3212 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3213 Regexp now allows leading whitespace.
3214 (rc-generic-mode): Added eval-when-compile
3215 around generic-make-keywords-list.
3216 Deleted duplicate regexp
3217 (rul-generic-mode): Added eval-when-compile
3218 around generic-make-keywords-list.
3219 (etc-fstab-generic-mode): New generic mode.
3220 (rul-generic-mode): Removed one eval-when-compile
814299a7 3221 which caused a max-specpdl-size exceeded error.
1b24f4b7 3222
a7bf5cf3
MB
32232000-10-04 Miles Bader <miles@gnu.org>
3224
3225 * simple.el (minibuffer-temporary-goal-position): New variable.
3226 (next-history-element): Try to keep the position of point in the
3227 input string constant.
3228
3229 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3230 (dired-do-create-files): If there's only one file, pass it in as
3231 the DEFAULT arg to dired-mark-read-file-name.
3232
ce1087a9
SM
32332000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3234
3235 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3236 (diff-goto-source): Be smarter when choosing REVERSE or not.
3237
3238 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3239 (texinfo-mode-menu): Add an explicit shortcut for update all.
3240
0e41e1d6
AS
32412000-10-03 Andre Spiegel <spiegel@gnu.org>
3242
814299a7 3243 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3244 factorize backend-specific code cleanly (this was essentially
3245 conceived by Stefan Monnier).
3246 (vc-unregister): Function removed.
814299a7 3247 (vc-revert-file): New function.
858f7cb4
AS
3248 (vc-revert-buffer): Delegate some of the work to it.
3249
0e41e1d6
AS
3250 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3251 default branch unconditionally.
3252 (vc-rcs-set-default-branch): New function.
3253 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3254 (vc-rcs-checkin): If an appropriate default branch has been set,
3255 force creation of that branch.
858f7cb4
AS
3256 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3257 code (as suggested by Stefan Monnier).
0e41e1d6 3258
01c86c56
GM
32592000-10-02 Gerd Moellmann <gerd@gnu.org>
3260
45c477b4
GM
3261 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3262 highlighting overlay with a different face over the overlay
3263 isearch uses to highlight the current match because that can lead
3264 to bad face combinations.
3265
01c86c56
GM
3266 * loadup.el (toplevel): Load faces before isearch.
3267
3268 * isearch.el (isearch-faces): New custom group.
3269 (isearch): New defface; was already tested for in the code.
3270 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3271 (isearch-highlight): Always use face `isearch'.
3272
944425c0
DL
32732000-10-02 Dave Love <fx@gnu.org>
3274
3275 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3276 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3277 comparison of opcode with operand.
3278
2a099bcc
MB
32792000-10-03 Miles Bader <miles@gnu.org>
3280
3281 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3282 buffer, since the echo area will now grow to accommodate them.
3283
4300ecb8
AS
32842000-10-02 Andre Spiegel <spiegel@gnu.org>
3285
3286 * vc-hooks.el (vc-registered): If FILE used to be registered under
3287 a certain backend, try that one first.
3288
814299a7 3289 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3290 argument list. Handle multiple backends correctly.
3291 (vc-find-new-backend): Function removed.
3292 (vc-register): Use vc-responsible-backend, as before.
3293 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3294
64e6cc18
GM
32952000-10-02 Gerd Moellmann <gerd@gnu.org>
3296
3297 * startup.el (fancy-splash-head): Change message below the
3298 logo.
3299
00df919e
MB
33002000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3301
3302 * diff-mode.el (diff-goto-source): Emit a status message.
3303 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3304 (diff-test-hunk): Fix doc string.
00df919e
MB
3305 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3306 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3307 (diff-apply-hunk): Don't return a value.
00df919e 3308
ceec5a0c
SM
33092000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3310
3311 * vc.el (vc-editable-p): Minor optimization.
3312 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3313 (vc-find-new-backend): New function split from vc-responsible-backend.
3314 (vc-register): Use it.
3315 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3316 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3317 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3318 (vc-clear-headers): Don't use find-file.
3319 (vc-revert-buffer): Use `and' again (must have been a braino).
3320 (vc-switch-backend): Only prompt if requested.
3321 Short circuit if nothing is to be done.
3322 Don't use vc-resynch-buffer which could lose unsaved editing.
3323 (vc-default-receive-file): Update call to vc-unregister.
3324 (with-vc-file, vc-next-action-on-file):
3325 Use vc-backend rather than vc-registered.
3326 (vc-next-action-on-file): Use intern-soft.
3327 Deal with read-only *vc-diff* buffer.
3328 (vc-transfer-file): Docstring fix.
3329
3330 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3331 (vc-rcs-receive-file): Avoid with-vc-properties.
3332 Update call to vc-unregister.
3333 Use constant `RCS' rather than (dynamically bound) var `backend'.
3334
4ad5da8f
AS
33352000-10-01 Andre Spiegel <spiegel@gnu.org>
3336
814299a7 3337 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3338 is visited.
3339 (vc-start-entry): New argument initial-contents. Don't visit the file
3340 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3341 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3342 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3343 vc-start-entry.
3344 (vc-finish-logentry): Make sure to bury log buffer only if there
3345 really is one. Call `vc-resynch-buffer' on log-file, not
3346 buffer-file-name.
3347 (vc-default-comment-history, vc-default-wash-log): New functions.
3348 (vc-index-of): Removed.
3349 (vc-transfer-file): Make do without the above.
3350 (vc-default-receive-file): Call comment-history unconditionally. Pass
3351 the resulting string to vc-checkin, instead of inserting it into the
3352 comment ring.
3353
3354 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3355 unconditionally. Use the comments as initial contents of the log
814299a7 3356 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3357 changes.
3358
aa0c3dca
MB
33592000-10-01 Miles Bader <miles@gnu.org>
3360
3361 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3362 `recenter' with an arg to prevent redrawing the display.
3363
d5f5a2c5
SM
33642000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3365
3366 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3367
3368 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3369
814299a7 3370 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3371 Don't gratuitously override the default for comment-column.
3372
3373 * textmodes/tex-mode.el (latex-metasection-list): New var.
3374 (latex-imenu-create-index): Use it.
3375 Move the regexp construction outside loops (and use push).
814299a7 3376 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3377 (tex-font-lock-keywords): Moved from font-lock.el.
3378 (tex-comment-indent): Remove.
3379 (tex-common-initialization): Don't set comment-indent-function.
3380 (latex-block-default): New var.
3381 (tex-latex-block): Use it to provide a default choice.
3382 Add any unknown choice to latex-block-names.
3383 Insert [...] after {...}.
3384 (tex-last-unended-begin): Simplify regexp.
3385 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3386 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3387 (latex-mode): Set forward-sexp-function.
3388
3389 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3390 Add regexp for @ignore ... @end ignore.
3391 (texinfo-heading-face): New face.
3392 (texinfo-font-lock-keywords): Use it.
3393 (texinfo-mode-menu): New menu.
3394 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3395 New functions.
3396 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3397 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3398 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3399 Remove declaration.
3400 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3401
3402 * delsel.el (delete-selection-mode): Use define-minor-mode.
3403
3404 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3405
34062000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3407
3408 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3409
8a5506f2
GM
34102000-09-30 Gerd Moellmann <gerd@gnu.org>
3411
068127d6
GM
3412 * replace.el (keep-lines-read-args): New function.
3413 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3414 read arguments interactively. Add parameters RSTART and REND.
3415 Operate on the active region in Transient Mark mode.
3416
d777bb8f
GM
3417 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3418
8a5506f2
GM
3419 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3420 (authors-obsolete-files-regexps): New variable.
3421 (authors-add): Don't record changes in obsolete files.
3422
3fa87bfc
SM
34232000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3424
3425 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3426
3427 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3428 (comment-indent): Make sure there's a space between code and comment.
3429 Shift comments left to avoid going past fill-column.
3430
f02149ce
GM
34312000-09-29 Gerd Moellmann <gerd@gnu.org>
3432
3433 * startup.el (startup-echo-area-message): New function.
3434 (display-startup-echo-area-message): Use it.
3435 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3436 (fancy-splash-default-action): New function.
3437 (fancy-splash-screens-1): New function.
3438 (fancy-splash-head): Put a help-echo and a keymap under the image.
3439
a3ef6569
SM
34402000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3441
3442 * diff-mode.el (diff-add-log-file-name): Remove.
3443 (diff-mode): Use add-log-buffer-file-name-function.
3444
3445 * add-log.el (find-change-log): New arg BUFFER-FILE.
3446 (add-log-file-name): Obey add-log-file-name-function.
3447 (add-log-buffer-file-name-function): New var.
3448 (add-change-log-entry): Use it.
3449
75e5b373
MB
34502000-09-29 Miles Bader <miles@gnu.org>
3451
3452 * image-file.el (image-file-name-extensions): New variable.
3453 (image-file-name-regexps): Renamed from `image-file-regexps'.
3454 New default value is nil. Call `auto-image-file-mode'.
3455 (image-file-name-regexp): New function.
3456 (auto-image-file-mode): New minor mode.
3457 (insert-image-file): Don't make conditional on the image-file
3458 handler being enabled.
3459 (image-file-handler): Make the call here conditional instead.
3460 (set-image-file-handler-enabled, enable-image-file-handler)
3461 (disable-image-file-handler): Functions removed.
3462
3463 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3464 string.
3465
de6e1f7c
GM
34662000-09-29 Gerd Moellmann <gerd@gnu.org>
3467
3468 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3469 it's a function from CL.
3470 (latex-imenu-create-index): Replace eval-when-compile with progn
3471 because latex-section-alist is not bound while compiling.
3472
d8c201f5
SM
34732000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3474
3475 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3476 (outline-mode): Use define-derived-mode.
3477
814299a7 3478 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3479 * progmodes/awk-mode.el (awk-mode):
3480 * progmodes/asm-mode.el (asm-mode):
3481 Don't gratuitously override the default for comment-column.
3482
3483 * emacs-lisp/lisp.el (lisp-complete-symbol):
3484 Distinguish the let-binding case from the funcall case.
3485 (forward-sexp-function): New variable.
3486 (forward-sexp): Use it.
3487
3488 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3489 (easy-mmode-defmap): Remove the now useless autoload.
3490
3491 * time.el (display-time-mode): Use define-minor-mode.
3492
3493 * subr.el (add-minor-mode): Don't eval NAME.
3494 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3495 Use if rather than cond.
3496
3497 * simple.el (read-expression-map): Define more properly.
3498 (comment-indent-hook): Remove.
3499 (string-to-syntax): Bug fix.
3500
3501 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3502 (cvs-ediff-diff): Fix typo.
3503 (cvs-revert-if-needed): Don't bother preserving read-only.
3504
3505 * paren.el (show-paren-mode): Use define-minor-mode.
3506
3507 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3508 (toggle-auto-compression): Remove.
3509 (jka-compr-build-file-regexp): Remove useless grouping.
3510
3511 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3512 Avoid user-reserved bindings.
3513 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3514 (diff-header-face): Revert to grey85.
3515
3516 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3517
3518 * complete.el (partial-completion-mode) <defcustom>: Remove.
3519 (partial-completion-mode): Use define-minor-mode.
3520 (PC-do-completion): Understand `completion-auto-help = delay'
3521 to mean to popup the completion buffer only the second time.
814299a7 3522 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3523 (PC-include-file-all-completions): Don't quote lambda.
3524
3525 * comint.el (comint-mode-hook): Docstring fix.
3526 (comint-mode): Use define-derived-mode.
3527 (comint-mode-map): Remove obsolete comment.
3528 (make-comint): Minor stylistic change.
3529 (comint-insert-clicked-input): Be more careful to find the overlay.
3530 Use this-command-keys rather than hardcoding mouse-2.
3531
3532 * font-lock.el: Replace confusing (,@ with ,
3533 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3534 Don't use regexp-opt-depth. Spice up the regexp for args.
3535 Don't distinguish between cmds that can take an opt arg or not.
3536 Use `append' and `prepend' rather than `keep'.
3537
3538 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3539 (latex-outline-regexp): New var.
3540 (latex-outline-level): New fun.
3541 (latex-section-alist): New var.
3542 (latex-imenu-create-index): Use it. Use `push' as well.
3543 (tex-shell-map): Initialize it properly.
3544 (tex-mode): Minor stylistic change.
3545 (plain-tex-mode): Use define-derived-mode.
3546 (latex-mode): Use define-derived-mode.
3547 Construct the paragraph regexps in a more readable way.
3548 Set the buffer-local outline-{level,regexp} vars.
3549 (slitex-mode): Derive from latex-mode.
3550 (tex-common-initialization): Don't kill-all-vars anymore.
3551 Add setting for comment-add and font-lock-defaults.
3552 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3553 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3554 (tex-start-tex): New arg DIR (and send a chdir command for it).
3555 Also display the shell buffer and save it in tex-last-buffer-texed.
3556 (tex-region): Use expand-file-name rather than concat.
3557 Remove code made useless by changes in tex-start-tex.
3558 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3559
3560 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3561
ff398532
DL
35622000-09-28 Dave Love <fx@gnu.org>
3563
3564 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3565
f9415d5b
GM
35662000-09-28 Gerd Moellmann <gerd@gnu.org>
3567
3568 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3569 `append'.
3570
fa003899
SM
35712000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3572
3573 * info.el (Info-extract-pointer): Undo last change.
3574 Instead, fix the position of the `bound' arg to re-search-backward.
3575
35762000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3577
3578 * info.el (Info-extract-pointer):
3579 Widen more carefully, to avoid finding pointers in other nodes.
3580 (Info-index): Use push.
3581
f9415d5b 35822000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3583
3584 * frame.el (set-frame-font): Remove call to obsolete function
3585 frame-update-faces.
3586 (set-foreground-color, set-background-color): Likewise for
3587 frame-update-face-colors.
3588
5538b8ba
MB
35892000-09-27 Miles Bader <miles@gnu.org>
3590
3591 * image-file.el: New file.
3592
60536eea
GM
35932000-09-27 Gerd Moellmann <gerd@gnu.org>
3594
5b551d58
GM
3595 * frame.el (frame-notice-user-settings): Don't call
3596 frame-update-faces, which is a no-op now.
814299a7 3597
60536eea
GM
3598 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3599 tool-bar-lines.
3600
36f1966f
DL
36012000-09-27 Dave Love <fx@gnu.org>
3602
3603 * mouse.el: Fix last change.
3604
c5785b73
MB
36052000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3606
3607 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3608
672172d9
KH
36092000-09-22 Kenichi Handa <handa@etl.go.jp>
3610
3611 * international/quail.el (quail-help): The output message is
3612 improved.
3613
4653b4ea
DL
36142000-09-26 Dave Love <fx@gnu.org>
3615
3616 * mouse.el (popup-menu): If POSITION is nil, set it using
3617 mouse-position.
3618
63900fcf
SS
36192000-09-25 Sam Steingold <sds@gnu.org>
3620
3621 * net/browse-url.el (browse-url-file-url): Check for null maps.
3622
cd3b81be
GM
36232000-09-26 Gerd Moellmann <gerd@gnu.org>
3624
876512ab 3625 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3626 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3627
fa003899
SM
3628 * frame.el (frame-notice-user-settings):
3629 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3630
cd3b81be
GM
3631 * toolbar/tool-bar.el (tool-bar-help): New function.
3632
d8b4516f
GM
36332000-09-25 Gerd Moellmann <gerd@gnu.org>
3634
6567e9b5
GM
3635 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3636 current-load-list in top-level forms. Else this leaks a cons cell
3637 every time a defun is called.
63900fcf 3638
d8b4516f 3639 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3640
a461758e
DL
36412000-09-25 Dave Love <fx@gnu.org>
3642
7df6adc3
DL
3643 * startup.el (fancy-splash-head): Check XPM is available.
3644
a461758e
DL
3645 * autoinsert.el (auto-insert): Doc fix.
3646 (auto-insert-alist): Following GNU notices, don't say `copyright
3647 _by_'. Use line-beginning-position.
3648 (auto-insert): Check buffer-file-name is non-nil before use.
3649
b11af2dd
GM
36502000-09-25 Gerd Moellmann <gerd@gnu.org>
3651
3652 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3653 starting with `@def' or `@multitable', in addition to ones
3654 specified by the user in auto-fill-inhibit-regexp.
3655
5f9f981b
GM
36562000-09-25 Markus Rost <rost@math.ohio-state.edu>
3657
3658 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3659 rmail-dont-reply-to-names matches the empty string.
63900fcf 3660
8ff16b4e
GM
36612000-09-25 Gerd Moellmann <gerd@gnu.org>
3662
63900fcf 3663 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3664 text to sound more friendly.
3665
9b4a7800
TTN
36662000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3667
3668 * progmodes/hideshow.el: Update author email address.
3669 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3670 (hs-hide-all-non-comment-function): New var.
3671 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3672 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3673 (hs-show-region): Delete this command.
3674 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3675
4c7c1f3f
DL
36762000-09-22 Dave Love <fx@gnu.org>
3677
3678 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3679 (hl-line-highlight): Specify buffer when moving overlay.
3680
3681 * progmodes/fortran.el (fortran-mode): Locally set
3682 normal-auto-fill-function.
3683 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3684 (fortran-mode-map): Adjust auto-fill menu entry.
3685
13f93dee
GM
36862000-09-22 Gerd Moellmann <gerd@gnu.org>
3687
36eb0a91
GM
3688 * vc-rcs.el (toplevel): Require `vc' when compiling.
3689
fa003899 3690 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3691
36a03bf9
AS
36922000-09-22 Andre Spiegel <spiegel@gnu.org>
3693
9b4a7800 3694 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3695 registered under the new backend.
3696
9b4a7800 3697 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3698 without explicit revision number.
3699
6e4e8a3b
SM
37002000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3701
3702 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3703 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3704 (diff-xor): New function.
3705 (diff-find-source-location): Use it. Fix a stupid name clash.
3706 (diff-hunk-status-msg): New function.
3707 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3708 (diff-test-hunk): Use diff-find-source-location.
3709 (diff-goto-source): Favor the `reverse'.
3710 (diff-hunk-text): Properly handle one-sided context diffs.
3711 (diff-apply-hunk): When done, advance to the next hunk.
3712
1b24b888
GM
37132000-09-21 Gerd Moellmann <gerd@gnu.org>
3714
623a0aae
GM
3715 * startup.el (command-line): If frame was created with a non-zero
3716 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3717
1b24b888
GM
3718 * add-log.el (change-log-date-face, change-log-name-face)
3719 (change-log-email-face, change-log-file-face)
3720 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3721 (change-log-function-face, change-log-acknowledgement-face):
3722 New faces, inheriting from font-lock faces.
1b24b888 3723 (change-log-font-lock-keywords): Use them.
9b4a7800 3724
93b3a1c8
DL
37252000-09-21 Dave Love <fx@gnu.org>
3726
80585273
DL
3727 * progmodes/cperl-mode.el (top-level): Clean up
3728 `eval-when-compile's and assorted defvars.
3729 (cperl-invalid-face): Don't double-quote value. Change custom
3730 type.
3731 (cperl-mode): Set normal-auto-fill-function and don't zap
3732 auto-fill-function.
3733 (cperl-imenu--function-name-regexp-perl): Renamed from
3734 imenu-example--function-name-regexp-perl.
3735 (cperl-imenu--create-perl-index): Renamed from
3736 imenu-example--create-perl-index.
3737 (cperl-xsub-scan): Don't require cl.
3738
93b3a1c8
DL
3739 * msb.el (msb-mode-map): Use substitute-key-definition.
3740 (msb-mode): Use msb-mode-map.
3741
43ccb598
AS
37422000-09-21 Andre Spiegel <spiegel@gnu.org>
3743
3744 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3745 New functions.
fa003899 3746 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3747 (vc-switch-backend): New function.
3748 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3749 (vc-register): Fix prompt.
3750 (vc-unregister, vc-default-unregister): New functions.
3751 (vc-version-diff): Handle empty buffer in sentinel.
3752
3753 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3754 (vc-rcs-state-heuristic): Use it to guess the state of files with
3755 non-strict locking.
3756 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3757 been set with -b, but not created yet.
3758 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3759 contents in order to find the state.
3760 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3761 (vc-rcs-unregister, vc-rcs-receive-file)
3762 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3763
9b4a7800 3764 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3765 in case it is missing.
9b4a7800 3766
95fadcca
GM
37672000-09-21 Gerd Moellmann <gerd@gnu.org>
3768
3769 * startup.el (fancy-splash-tail): Use a different foreground
3770 color on a dark frame background.
3771
470f23e1
MB
37722000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3773
3774 * info.el: Use the correct capitalization when making Info-mode
3775 and Info-edit-mode `special' modes.
3776
281096ed
SM
37772000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3778
3779 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3780 (diff-mode): Add support for add-log.el.
3781 (diff-hunk-text): Use char offsets rather than line offsets.
3782 (diff-find-source-location): Replace LINE with line-offset (nil
3783 if not found) and always set POS to a meaningful position.
3784 Adapt to the new char-offsets.
3785 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3786 Adapt to the new diff-find-source-location.
3787 (diff-goto-source): Adapt to the new diff-find-source-location.
3788
3789 * add-log.el (add-log-file-name): New function (split out of
3790 add-change-log-entry).
3791 (add-change-log-entry): Use it.
3792 Call add-log-file-name-function with the changelog file name if
3793 the current buffer is not associated with any file.
3794 Avoid find-file if the selected window is dedicated.
3795
3796 * diff-mode.el (diff-find-source-location):
3797 Move code from diff-apply-hunk. Return buffer rather than file.
3798 (diff-apply-hunk): Use the new result from diff-find-source-location.
3799 (diff-goto-source): Use the new diff-find-source-location.
3800
c29d77c4
DL
38012000-09-20 Dave Love <fx@gnu.org>
3802
3803 * iswitchb.el: Some doc fixes.
3804 (iswitchb-mode-map): Define completely initially. Inherit
3805 minibuffer-local-map.
3806 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3807 fundamental-mode.
3808 (iswitchb-global-map): New variable.
3809 (iswitchb-summaries-to-end): Amalgamate regexps.
3810 (iswitchb-mode): New.
3811 (iswitchb-mode-hook): New variable.
3812 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3813 `extensions'.
3814
49939379
GM
38152000-09-20 Gerd Moellmann <gerd@gnu.org>
3816
d05c87ac
GM
3817 * ehelp.el (electric-help): New defgroup.
3818 (electric-help-shrink-window): New user-option.
3819 (with-electric-help): Use it.
3820
1ec082d4
GM
3821 * window.el (shrink-window-if-larger-than-buffer): If face
3822 `mode-line' has a :box, and we're on a graphical frame, add 1
3823 to the needed window height.
3824
f46c275e
GM
3825 * frame.el (frame-notice-user-settings): Add a last parameter nil
3826 to a call to `append', because the last list passed to `append' is
3827 not copied, and so subsequent calls to assq-delete-all will modify
3828 default-frame-alist.
3829
b7e11c5b
GM
3830 * startup.el (fancy-splash-image): Change :type.
3831 (fancy-splash-head): Use an XBM image if appropriate.
3832 (command-line-1): Show splash screens in more cases.
3833
26ff68aa
GM
3834 * startup.el (fancy-splash-text): Don't quote faces.
3835
8320414c
GM
3836 * dired.el (dired-font-lock-keywords): Undo last change.
3837 (dired-readin): Bind indent-tabs-mode to nil.
3838
49939379
GM
3839 * startup.el (fancy-splash-head): If frame's background mode
3840 is `dark', change the black background of the image to gray.
3841 (fancy-splash-screens): Display startup echo area message.
3842 (display-startup-echo-area-message): New function.
3843
c3b27206
MB
38442000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3845
55a3d2a1
MB
3846 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3847
3848 * info.el (info-header-node): Tweak for color ttys.
3849
37a99821
MB
3850 * faces.el (face-valid-attribute-values): Make sure directories we
3851 search for stipples both exist and are readable before trying to
3852 search them.
3853
0415d0d0
MB
3854 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3855 in the dry-run case.
3856
523b128c
MB
3857 * jka-compr.el (with-auto-compression-mode): New macro.
3858
c3b27206
MB
3859 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3860 (custom-group-tag-face, custom-variable-tag-face): Use relative
3861 :height and inherit from `variable-pitch' face instead of
3862 hardwiring :family.
3863 * hi-lock.el (hi-black-hb): Likewise.
3864
ddba99ad
MB
3865 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3866 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3867 toolbar-add-item, if image doesn't have a mask add a `:mask
3868 heuristic'.
3869
7e99fbde
SM
38702000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3871
3872 * diff-mode.el: Docstring fixes.
3873 (diff-header-face, diff-comment-face): New faces.
3874 (diff-font-lock-keywords): Highlight a bit differently.
3875 (diff-find-source-location): Don't return SPAN any more.
3876 (diff-hunk-text): Don't bother erasing the temp buffer.
3877 (diff-find-text): Drop argument LINE.
3878 (diff-apply-hunk): Update calls to diff-find-text.
3879 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3880
3881 * calendar/calendar.el: Docstring fixes.
3882 (calendar-make-alist): Don't quote lambda.
3883 (calendar-star-date): Use make-local-variable.
3884
fb275c02
DL
38852000-09-19 Dave Love <fx@gnu.org>
3886
7e99fbde
SM
3887 * toolbar/tool-bar.el: Renamed from toolbar.el.
3888 Change `toolbar' to `tool-bar' generally in symbols.
3889 Make some items invisible in `special' major modes.
3890 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3891 Add arg PROPS.
532cb34d 3892
7e99fbde
SM
3893 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3894 Add :version here.
fb275c02
DL
3895 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3896
8f4ca9a5
GM
38972000-09-19 Gerd Moellmann <gerd@gnu.org>
3898
8b7707e1 3899 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3900
8b7707e1 3901 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3902 (find-file-noselect): Use it.
3903
8b7707e1 3904 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3905 (fancy-splash-screen): Defgroup.
3906
8f4ca9a5
GM
3907 * add-log.el (change-log-font-lock-keywords): Match names
3908 more exactly for the case that font-lock-constant-face is
3909 underlined.
3910
ba9eeda1 39112000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3912
8b7707e1 3913 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3914
289eaef9
AS
39152000-09-19 Andre Spiegel <spiegel@gnu.org>
3916
3917 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3918
ce9ded5d
GM
39192000-09-19 Gerd Moellmann <gerd@gnu.org>
3920
c113de23
GM
3921 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3922 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3923 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3924 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3925 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3926 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3927 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3928 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3929 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3930 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3931 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3932 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3933
ce9ded5d
GM
3934 * startup.el (fancy-splash-text): New variable.
3935 (fancy-splash-delay, fancy-splash-image): New user-options.
3936 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3937 (fancy-splash-screens): New functions.
3938 (command-line-1): If display has a `display' frame parameter, has
3939 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3940
b9b1c3a9
DL
39412000-09-19 Dave Love <fx@gnu.org>
3942
3943 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3944 with null `help'. Use modern backquote syntax.
3945
1af25534
GM
39462000-09-19 Gerd Moellmann <gerd@gnu.org>
3947
afd3c8cd
GM
3948 * font-lock.el (font-lock-mode): Change message telling the user
3949 that ``the buffer is too big''.
3950
1af25534
GM
3951 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3952 for instance for the case that tab-width is 2.
3953
05b1f851
GM
39542000-09-18 Gerd Moellmann <gerd@gnu.org>
3955
3956 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3957 toolbar-add-item, if image doesn't have a mask add a `:mask
3958 heuristic'.
3959
8ec8f673
MB
39602000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3961
2b612b1f
MB
3962 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3963 and return a cons if it's non-nil.
3964 (diff-apply-hunk): Try to jump to the line in the source text
3965 corresponding to the position of point in the in the hunk.
3966
9b4a7800 3967 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3968 (Info-title-1-face): Use face inheritance and relative sizes
3969 instead of hard-wiring things.
3970
3971 * faces.el (secondary-selection): Make dark-background variant sane.
3972
5eedab4d
AI
39732000-09-16 Andrew Innes <andrewi@gnu.org>
3974
5eedab4d
AI
3975 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3976 read-only, since they aren't under VC now.
3977
6a142f26
DL
39782000-09-17 Dave Love <fx@gnu.org>
3979
e07436e1
DL
3980 * tmm.el: Replace mapcar with mapc in several places.
3981
3982 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3983 ad-unadvise.
3984
7d354dd5
DL
3985 * international/latin1-disp.el: New file.
3986
6a142f26
DL
3987 * calendar/cal-move.el (scroll-calendar-left)
3988 (scroll-calendar-right): Make arg optional (for active mode line).
3989
3990 * calendar/calendar.el (calendar-mode-line-format): Make fields
3991 mouse-sensitive.
3992 (calendar-read-date, calendar-read-date, calendar-window-list):
3993 Unquote lambda.
3994 (calendar-month-name): Use aref, not sref.
3995
3996 * view.el (minor-mode-alist): Propertize the string.
3997
3998 * international/characters.el (standard-case-table): Add entries
3999 for Greek.
4000
50ac70af
MB
40012000-09-18 Miles Bader <miles@gnu.org>
4002
53c9ab4f
MB
4003 * info.el (info-node, info-xref): Add dark-background variants.
4004
a114b1ca
MB
4005 * faces.el (header-line): Change defaults to be less confusing
4006 when mixed with mode-lines.
4007
50ac70af
MB
4008 * info.el (Info-fontify-node): Make a few cleanups.
4009 Add extra `help-echo' and `local-map' props to node xrefs.
4010 Use header-specific faces for node-names & xrefs.
4011 (Info-use-header-line): New variable.
53c9ab4f 4012 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4013 (Info-setup-header-line): New function.
4014 (Info-select-node): Call Info-setup-header-line when enabled.
4015 (Info-extract-pointer): Work even if the header line is hidden.
4016 (Info-header-line): New variable.
4017
729927ff
SM
40182000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * vms-patch.el (print-region-function): Don't quote lambda.
4021
4022 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4023
4024 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4025 (lm-get-header-re): Allow spaces between the header and the colon.
4026 (lm-header): Allow $ in non-RCS headers.
4027 (lm-header-multiline): Put the strings back into order.
4028 Stop at an empty line. Don't require two space chars if the
4029 line is clearly not another header line.
4030
4031 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4032 (popup-menu-popup): Remove.
4033
7a98d821
GM
40342000-09-15 Gerd Moellmann <gerd@gnu.org>
4035
7f8f1edc
GM
4036 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4037 specification if or if not tool-bar item contains an `:enabled'
4038 property.
4039
7a98d821
GM
4040 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4041 current buffer has no file name.
4042
a7bc704b
DL
40432000-09-15 Dave Love <fx@gnu.org>
4044
4045 * strokes.el: Sync with maintainer's current version with changes
4046 for Emacs, but avoid runtime cl and levents.
4047 (toplevel): Change autoloads and compilation requires.
4048 (strokes-version, strokes-bug-address, strokes-lift): Values
4049 changed.
4050 (strokes-xpm-header, strokes-insinuated): New variable.
4051 (strokes): Add :link.
4052 (strokes-mode): Customized.
4053 (strokes-while-inhibiting-garbage-collector): New macro.
4054 (strokes-remassoc): Avoid remove-if.
4055 (strokes-fix-button2-command): Don't use ad-do-it.
4056 (strokes-insinuate): New function.
4057 (strokes-button-press-event-p, strokes-button-release-event-p):
4058 New functions, used instead of non-`strokes-' versions..
4059 (strokes-mouse-event-p): Rewritten.
4060 (strokes-event-closest-point): Avoid event-point.
4061 (strokes-get-grid-position): Avoid cdadr, caadr
4062 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4063 functions.
4064 (strokes-help): Use with-output-to-temp-buffer.
4065 (strokes-window-configuration-changed-p): New function.
4066 (strokes-update-window-configuration): Use buffer-live-p,
4067 strokes-window-configuration-changed-p.
4068 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4069 (strokes-char-face): New face.
4070 (strokes-char-table, strokes-base64-chars): New variable.
4071 (strokes-xpm-for-stroke, strokes-list-strokes)
4072 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4073 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4074 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4075 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4076 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4077 functions.
4078
47e351a3
GM
40792000-09-15 Gerd Moellmann <gerd@gnu.org>
4080
ebb8f116
GM
4081 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4082
47e351a3
GM
4083 * image.el (create-image): Doc fix.
4084
4085 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4086 instead of `:heuristic-mask t'.
4087
fe83b953
AI
40882000-09-14 Andrew Innes <andrewi@gnu.org>
4089
4090 * makefile.w32-in: Revert to Unix line endings.
4091
52481729
AI
40922000-09-14 Andrew Innes <andrewi@gnu.org>
4093
3021e816
AI
4094 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4095 when installing.
4096
52481729
AI
4097 * makefile.nt (DONTCOMPILE): Fix typo.
4098
4099 * shell.el (shell-write-history-on-exit): New function.
4100 (shell-dumb-shell-regexp): New custom variable.
4101 (shell-mode): Make shell-write-history-on-exit the process
4102 sentinel if shell name matches shell-dumb-shell-regexp.
4103
4104 * w32-fns.el: Comment out before-init-hook function which resets
4105 source-directory based; this breaks bootstrap.
4106
f8034e41
DL
41072000-09-14 Dave Love <fx@gnu.org>
4108
4109 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4110 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4111 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4112 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4113 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4114 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4115 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4116 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4117 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4118
4119 * toolbar/toolbar.el: New.
4120
4121 * subdirs.el: Add toolbar.
4122
b9ce5694
GM
41232000-09-14 Gerd Moellmann <gerd@gnu.org>
4124
4125 * indent.el (indent-for-tab-command): Doc fix.
4126
986b7dee
GM
41272000-09-14 Alex Schroeder <alex@gnu.org>
4128
4129 * ansi-color.el (ansi-colors): Doc change.
4130 (ansi-color-get-face): Simplified regexp.
4131 (ansi-color-faces-vector): Added more faces, doc change.
4132 (ansi-color-names-vector): Doc change.
4133 (ansi-color-regexp): Simplified regexp.
4134 (ansi-color-parameter-regexp): New regexp.
4135 (ansi-color-filter-apply): Doc change.
4136 (ansi-color-filter-region): Doc change.
4137 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4138 deal with zero length parameters.
4139 (ansi-color-apply-on-region): Doc change.
4140 (ansi-color-map): Doc change.
4141 (ansi-color-map-update): Removed debugging message.
4142 (ansi-color-get-face-1): Added condition-case to trap
4143 args-out-of-range errors.
4144 (ansi-color-get-face): Doc change.
4145 (ansi-color-make-face): Removed.
4146 (ansi-color-for-shell-mode): New option.
9b4a7800 4147
076ff911
KH
41482000-09-13 Kenichi Handa <handa@etl.go.jp>
4149
4150 * international/quail.el (quail-start-translation): Translate KEY
4151 if necessary even if it doesn't have any mapping in the current
4152 input method.
4153 (quail-start-conversion): Likewise.
4154 (quail-help): The output message is improved.
4155
bdf08678
MB
41562000-09-13 Miles Bader <miles@gnu.org>
4157
4158 * comint.el (comint-output-filter): Revert to using
4159 `insert-before-markers'. Add bletcherous hack to undo damage
4160 caused by `insert-before-markers'. Put `front-sticky' property on
4161 overlays created here so that the field code understands how the
4162 overlay works. Use a let when making comint-last-prompt-overlay,
4163 so that the code is easier to read.
4164
ffb8db8d
DL
41652000-09-13 Dave Love <fx@gnu.org>
4166
4167 * wid-edit.el (widget-default-format-handler): DTRT when
4168 doc-property is a function.
4169
5dd05f61
GM
41702000-09-12 Francesco Potorti` <pot@gnu.org>
4171
4172 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4173 filed name if it's not there.
4174
35177617
DL
41752000-09-12 Dave Love <fx@gnu.org>
4176
9023837e
DL
4177 * simple.el (read-mail-command): Doc fix.
4178 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4179
35177617
DL
4180 * vc.el (vc-dired-listing-switches): Fix :version.
4181
4182 * vc-hooks.el: Doc fixes.
4183
4184 * subr.el (add-minor-mode): Use toggle-fun arg.
4185
4186 * speedbar.el: Add :version to several defcustoms.
4187
4188 * imenu.el (imenu--truncate-items, imenu--cleanup)
4189 (imenu--generic-function): Avoid mapcar.
4190 (imenu--replace-spaces): Function removed.
4191 (imenu--completion-buffer): Use subst-char-in-string.
4192 (imenu-add-to-menubar): Use keymap inheritance.
4193
1afaae94
MB
41942000-09-12 Miles Bader <miles@gnu.org>
4195
4196 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4197 (diff-mode-map): Bind `diff-test-hunk'.
4198 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4199
42002000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4201
4202 * bytecomp.el (byte-compile-defvar): Undo last change
4203 because it breaks '(make-variable-buffer-local (defvar ...)'
4204 which is used at least in dired.
4205
63c36c3c
KH
42062000-09-12 Kenichi Handa <handa@etl.go.jp>
4207
4208 * international/quail.el (quail-define-package): Docstring
4209 modified.
4210
1ad24be1
KH
42112000-09-12 Kenichi Handa <handa@etl.go.jp>
4212
362a8065
KH
4213 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4214 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4215 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4216 docstring of "chinese-py".
4217
1ad24be1
KH
4218 * international/quail.el (quail-translation-docstring): New
4219 variable.
4220 (quail-show-keyboard-layout): Docstring modified.
4221 (quail-select-current): Likewise.
4222 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4223 infinite recursive call.
4224 (quail-help): Check quail-translation-docstring. Format of the
4225 output changed.
4226 (quail-help-insert-keymap-description): Adjusted for the above
4227 change.
4228
cc0f95a4
GM
42292000-09-11 Gerd Moellmann <gerd@gnu.org>
4230
4231 * bytecomp.el (byte-compile-defvar): Only cons onto
4232 current-load-list in top-level forms. Else this leaks a cons cell
4233 every time a defun is called.
4234
7530b6da
MB
42352000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4236
4237 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4238 Now understands non-unified diffs. Some functionality moved into
4239 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4240 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4241 modify anything. Only reposition point in the patched file if the
4242 patch succeeds. Only pop up another window if POPUP is true.
4243 Emit a message describing what happened if successful, and at what
4244 line-offset. Automatically detect reversed hunks and do something
4245 appropriate.
4246 (diff-hunk-text, diff-find-text): New functions.
4247 (diff-filter-lines): Function removed.
4248 (diff-test-hunk): New function.
4249 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4250
6b124390
DL
42512000-09-10 Dave Love <fx@gnu.org>
4252
4253 * textmodes/tildify.el: Minor doc/commentary fixes.
4254 (tildify) <defgroup>: Add :version.
4255
4256 * faces.el (face-x-resources): Make custom type more specific.
4257 (frame-background-mode): Use mapc.
4258 (region) <defcustom>: Add :version.
4259
7f8b6551
SM
42602000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4261
9b4a7800
TTN
4262 * vc-sccs.el (vc-sccs-register):
4263 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4264 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4265 * vc.el (vc-register): Clear file's properties.
4266
c454aac1
GM
42672000-09-08 Gerd Moellmann <gerd@gnu.org>
4268
4269 * faces.el (face-spec-set): Only face-spec-reset-face when
4270 ATTRS is non-nil.
4271
bb934822
EZ
42722000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4273
4274 * help.el (help-insert-xref-button): Fix a typo in doc string.
4275
03419440
EZ
42762000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4277
7f8b6551
SM
4278 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4279 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4280 methods.
4281
03419440
EZ
4282 * menu-bar.el (read-mail-item-name): New function.
4283 (menu-bar-tools-menu): Use it to compute and display the package
4284 used to read email.
4285 (menu-bar-tools-menu): Fix typo in GUD's help string.
4286
dbcee71a
DL
42872000-09-07 Dave Love <fx@gnu.org>
4288
19e713d8
DL
4289 * diff-mode.el (diff-mouse-goto-source): New function.
4290
a7cafade 4291 * vc-sccs.el: Doc fixes.
7f8b6551 4292 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4293
4294 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4295 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4296 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4297 (vc-rcs-master-templates): Add or change :version.
4298
7f8b6551 4299 * vc-cvs.el: Doc fixes.
a7cafade
DL
4300 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4301 (vc-cvs-stay-local): Add :version.
4302
dbcee71a
DL
4303 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4304
ed254191
KH
43052000-09-07 Kenichi Handa <handa@etl.go.jp>
4306
4307 * international/quail.el (quail-help): Fix previous change.
4308
ab0ee409
GM
43092000-09-07 Gerd Moellmann <gerd@gnu.org>
4310
f46f845b 4311 * faces.el (color-values): Doc fix.
9b4a7800 4312
ab0ee409
GM
4313 * faces.el (frame-set-background-mode): Use frame-parameter
4314 instead of frame-parameters.
4315
4316 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4317 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4318 frame-parameters.
9b4a7800 4319
f7246ac7
KH
43202000-09-07 Kenichi Handa <handa@etl.go.jp>
4321
4322 * language/devan-util.el (devanagari-to-indian-region): In the
4323 loop, change the following char, not preceding char.
4324
96889af2
GM
43252000-09-07 Gerd Moellmann <gerd@gnu.org>
4326
1091dd67
GM
4327 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4328 instead of frame-parameters.
4329
9b4a7800 4330 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4331 internal-set-lisp-face-attribute with FRAME being 0.
4332
4333 * vc.el: Remove `Id' version control keyword.
96889af2 4334
0fddd0dc
KH
43352000-09-07 Kenichi Handa <handa@etl.go.jp>
4336
4337 * help.el (help-make-xrefs): Adjusted for the change of
4338 help-xref-mule-regexp.
4339 (help-insert-xref-button): New function.
4340
4341 * international/mule-cmds.el (help-xref-mule-regexp-template):
4342 Include the pattern for character set.
4343 (leim): New group.
4344
4345 * international/quail.el: Don't require face.
4346 (quail): New group.
7f8b6551 4347 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4348 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4349 (quail-keyboard-layout-substitution): New variable.
4350 (quail-update-keyboard-layout): New function.
4351 (quail-keyboard-layout-type): New customizable variable.
4352 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4353 (quail-keyboard-translate): Pay attention to
4354 quail-keyboard-layout-substitution.
4355 (quail-insert-kbd-layout): New function.
4356 (quail-show-keyboard-layout): New function.
4357 (quail-get-translation): If the definition is a vector of length
7f8b6551 4358 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4359 in that string.
4360 (quail-update-current-translations): Fix the case of
4361 relative-index out of range.
4362 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4363 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4364 Show key sequences for all available characters.
0fddd0dc
KH
4365 (quail-help-insert-keymap-description): Don't show such verbose
4366 key bindings as quail-self-insert-command.
4367
4368 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4369 Format changed, and each element now have extra documentations.
4370 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4371 Adjusted for the change of quail-cxterm-package-ext-info.
4372
8ddceaf1
GM
43732000-09-06 Gerd Moellmann <gerd@gnu.org>
4374
4375 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4376 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4377 during bootstrap.
4378
099bd78a
SM
43792000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4380
4381 * vc.el: (toplevel): Don't require `dired' at run-time.
4382 (vc-dired-resynch-file): Remove autoload cookie.
4383
43842000-09-05 Andre Spiegel <spiegel@gnu.org>
4385
4386 * vc.el: Made several backend functions optional.
4387 (vc-default-responsible-p): New function.
4388 (vc-merge): Use RET for first version to trigger merge-news, not
4389 prefix arg.
4390 (vc-annotate): Handle backends that do not support annotation.
4391 (vc-default-merge-news): Removed. The existence of a merge-news
4392 implementation is now checked on caller sites.
4393
9b4a7800 4394 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4395 case.
4396
9b4a7800 4397 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4398 special case that has been removed from the default in vc-hooks.el.
4399
44002000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4401
4402 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4403
44042000-09-05 Andre Spiegel <spiegel@gnu.org>
4405
4406 * vc-hooks.el: Require vc during compilation.
4407 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4408 macro `with-vc-properties' in vc.el.
4409 (vc-file-getprop): Doc fix.
4410 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4411
099bd78a
SM
4412 * vc.el: Require dired-aux during compilation.
4413 (vc-name-assoc-file): Moved to vc-sccs.el.
4414 (with-vc-properties): New macro.
9b4a7800 4415 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4416 vc-finish-steal): Use it.
4417 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4418 to the backend-specific function is now supposed to do the checkout,
4419 too.
4420 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4421
9b4a7800 4422 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4423 set file properties; that gets done in the generic code now.
4424
4425 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4426 Changed parameter list, added code from vc.el that does the
4427 checkout, possibly with a double-take.
4428
4429 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4430 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4431 the above under the new name.
4432 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4433 parameter list, added checkout command.
4434 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4435 properties; that gets done in the generic code now.
4436
44372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4438
4439 * vc.el: Docstring fixes (courtesy of checkdoc).
4440
44412000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * vc.el (vc-checkout-writable-buffer-hook)
4444 (vc-checkout-writable-buffer): Remove.
4445 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4446 (vc-log-mode): Make it into a clean derived major mode.
4447 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4448 vc-log-mode if log-edit is not available.
4449 (vc-dired-mode-map): Don't set-keymap-parent yet.
4450 (vc-dired-mode): Do set-keymap-parent here.
4451 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4452
08ba3862
GM
44532000-09-05 Gerd Moellmann <gerd@gnu.org>
4454
4455 * faces.el (set-face-attribute, face-spec-reset-face)
4456 (face-spec-set): Avoid consing by removing calls to `apply'.
4457
4458 * frame.el (frame-parameter): Move to C code.
4459
3b4429b4
DL
44602000-09-05 Dave Love <fx@gnu.org>
4461
4462 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4463 insert-before-markers-and-inherit. Now checked systematically!
4464
877055f6
GM
44652000-09-05 Alex Schroeder <alex@gnu.org>
4466
4467 * sql.el (sql-postgres): Use sql-postgres-options.
4468 (sql-postgres-options): New variable.
4469
44702000-09-05 Alex Schroeder <alex@gnu.org>
4471
4472 * sql.el (sql-mode-menu): Work around missing variable mark-active
4473 in XEmacs.
4474 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4475 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4476 compatibility.
4477
7a004b71
GM
44782000-09-04 Gerd Moellmann <gerd@gnu.org>
4479
54baed30 4480 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4481
7a004b71
GM
4482 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4483
4484 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4485
44862000-09-04 Andre Spiegel <spiegel@gnu.org>
4487
4488 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4489 don't support anything else under SCCS yet.
4490
4491 * vc-hooks.el: Minor doc fixes.
4492
44932000-09-04 Andre Spiegel <spiegel@gnu.org>
4494
4495 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4496 not necessary. If verbose in state `needs-patch', do the same as
4497 under `up-to-date'. When NOT verbose and `needs-patch', check out
4498 latest version instead of `merge-news'.
4499 (vc-next-action-dired): Don't mess with default-directory here; it
4500 breaks other parts of dired. It is the job of the
099bd78a 4501 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4502 (vc-next-action): Remove a special CVS case.
4503 (vc-clear-headers): New optional arg FILE.
4504 (vc-checkin, vc-checkout): Set properties vc-state and
4505 vc-checkout-time properly.
099bd78a 4506 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4507 (vc-print-log): Use new backend function `show-log-entry'.
4508 (vc-cancel-version): Do the checks in a different order. Added a
4509 FIXME concerning RCS-only code.
4510
4511 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4512 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4513
4514 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4515
9b4a7800 4516 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4517 `needs-patch' as a `-' too.
4518
45192000-09-04 Andre Spiegel <spiegel@gnu.org>
4520
4521 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4522 (vc-default-could-register): New function.
4523 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4524 (vc-resynch-buffer): Call vc-dired-resynch-file.
4525 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4526 vc-resynch-buffer instead of vc-resynch-window.
4527 (vc-next-action-dired): Don't redisplay here, that gets done as a
4528 result of the individual file operations.
4529 (vc-retrieve-snapshot): Corrected prompt order.
4530
4531 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4532
7a004b71
GM
4533 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4534 as well.
4535 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4536 hostname regexps. Updated all callers.
4537 (vc-cvs-responsible-p): Handle directories as well.
4538 (vc-cvs-could-register): New function.
4539 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4540 properties up-to-date.
9b4a7800 4541
7a004b71
GM
4542 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4543 user whether to create one.
4544
45452000-09-04 Andre Spiegel <spiegel@gnu.org>
4546
4547 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4548 check out a non-existing file.
4549
4550 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4551 workfile does not exist.
4552
4553 * vc.el (vc-version-diff): Use `require' to check for existence of
4554 diff-mode.
4555
45562000-09-04 Andre Spiegel <spiegel@gnu.org>
4557
4558 * vc-cvs.el (vc-cvs-registered): Use new function
4559 vc-cvs-parse-entry to do the actual work.
4560
45612000-09-04 Andre Spiegel <spiegel@gnu.org>
4562
4563 * vc-hooks.el (vc-find-backend-function): If function doesn't
4564 exist, return nil instead of error.
4565 (vc-call-backend): Doc fix.
4566
4567 * vc.el (vc-do-command): Doc fix.
4568 (vc-finish-logentry): When checking in from vc-dired, choose the
4569 right backend for logentry check.
4570 (vc-dired-mode-map): Inherit from dired-mode-map.
4571 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4572 simplified.
4573 (vc-dired-state-info): Removed, updated caller.
4574 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4575 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4576 (vc-dired-listing-switches): New variable.
4577 (vc-directory): Use it, instead of dired-listing-switches.
4578
4579 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4580 (vc-cvs-dir-state): New function.
7f8b6551 4581 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4582 (vc-cvs-parse-entry): New function, also to be used in
4583 vc-cvs-registered.
9b4a7800 4584
7a004b71
GM
45852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4588 *or* single-window-frames.
4589
45902000-09-04 Andre Spiegel <spiegel@gnu.org>
4591
4592 * vc.el (vc-update-changelog): Split into generic part and default
4593 implementation. Doc string adapted.
4594 (vc-default-update-changelog): New function. Call the `rcs2log'
4595 script in exec-directory, to fix a long-standing nuisance.
4596
4597 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4598 simply signals an error.
9b4a7800 4599
7a004b71
GM
46002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4601
4602 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4603 control-flow more clear and to avoid running `cvs' twice.
4604
4605 * vc.el (vc-next-action-on-file): Doc fix.
4606 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4607 (vc-print-log): Eval `file' before constructing the continuation.
4608
46092000-09-04 Andre Spiegel <spiegel@gnu.org>
4610
4611 * vc.el (vc-next-action-on-file): Corrected several messages.
4612 (vc-merge): Add prefix arg `merge-news'; handle it.
4613
4614 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4615 is not reached. It is.
4616 (vc-cvs-merge): Set state to 'edited after merge.
4617 (vc-cvs-merge-news): Set workfile version to nil if not known.
4618 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4619
4620 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4621 via stdout. (Merge from main line.)
9b4a7800 4622
7a004b71
GM
46232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4624
4625 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4626 detection.
4627
46282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4629
4630 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4631 against kill-all-local-variables.
4632 (vc-log-edit): Don't save vc-parent-buffer any more.
4633 (vc-last-comment-match): Initialize to an empty string.
4634 (vc-post-command-functions): New hook.
4635 (vc-do-command): Run it.
4636 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4637 (vc-finish-logentry): Only add the comment to the ring if it's
4638 different from the last comment entered.
4639 (vc-new-comment-index): New function.
4640 (vc-previous-comment): Use it. Make the minibuffer message
4641 slightly less terse.
4642 (vc-comment-search-reverse): Make it work forward as well. Don't
4643 set vc-comment-ring-index if no match is found. Use
4644 vc-new-comment-index.
4645 (vc-comment-search-forward): Use vc-comment-search-reverse.
4646 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4647 define-derived-mode will do it for us. Bind `v' to a keymap that
4648 inherits from vc-prefix-map so that we can bind `vt' without
4649 binding C-x v t.
4650 (vc-retrieve-snapshot): Parenthesis typo.
4651
4652 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4653 to 1. Make sure to switch to *vc* before looking for an error
4654 message. Use vc-parse-buffer.
4655
46562000-09-04 Andre Spiegel <spiegel@gnu.org>
4657
4658 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4659 and NAME.
4660 (vc-retrieve-snapshot): Split into two parts.
4661 (vc-default-retrieve-snapshot): New function.
4662
4663 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4664 (vc-cvs-retrieve-snapshot): New function (untested).
4665 (vc-cvs-stay-local): Default to t.
4666 (vc-cvs-remote-p): New function and property.
4667 (vc-cvs-state): Stay local only if the above is t.
4668 (vc-handle-cvs): Removed.
4669 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4670 done via vc-handled-backends now.
4671 (vc-cvs-header): Escape Id.
4672
46732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * vc.el (vc-do-command): Remove unused commands.
4676 (vc-version-diff): Make sure default-directory ends with a slash.
4677 Move the window commands into a vc-exec-after.
4678 (vc-print-log): Move more of the code into the `vc-exec-after'.
4679
46802000-09-04 Andre Spiegel <spiegel@gnu.org>
4681
4682 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4683 (vc-print-log): Search current revision from beginning of buffer.
4684 (vc-revert-buffer): Clear echo area after the diff is finished.
4685 (vc-prefix-map): Removed definition of "t" for terse display in vc
4686 dired.
4687 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4688 definition of "vt" for terse display.
4689 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4690
46912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4692
4693 * vc.el (vc-exec-after): Avoid caddr.
4694
46952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4696
4697 * vc.el (vc-exec-after): New function.
4698 (vc-do-command): Use it to add a termination message for async
4699 procs.
4700 (vc-checkout): Try to handle a missing-backend situation.
4701 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4702 of a directory with a backend using async diffs.
4703 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4704 present.
4705
4706 * vc-sccs.el (vc-sccs-state-heuristic): Use
4707 file-ownership-preserved-p.
4708
4709 * vc-rcs.el (vc-rcs-state-heuristic): Use
4710 file-ownership-preserved-p.
4711 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4712
47132000-09-04 Andre Spiegel <spiegel@gnu.org>
4714
4715 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4716 vc-do-command.
4717
4718 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4719 when there are no changes.
4720
47212000-09-04 Andre Spiegel <spiegel@gnu.org>
4722
4723 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4724
4725 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4726
47272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4728
4729 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4730
4731 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4732 the `fset' outside of the defvar so that it works even if
4733 vc-prefix-map was already defined.
4734 (vc-setup-buffer): New function, split out of vc-do-command.
4735 (vc-do-command): Allow BUFFER to be t to mean `just use the
4736 current buffer without any fuss'.
4737 (vc-version-diff): Change the `diff' backend operation to just put
4738 the diff in the current buffer without erasing it. Always use
4739 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4740 shrink-window-if-larger-than-buffer.
4741 (vc-print-log): Change the `print-log' backend operation to just
4742 put the log in the current buffer without erasing it. Protect
4743 shrink-window-if-larger-than-buffer.
4744 (vc-update-change-log): Fix setd typo.
4745
4746 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4747 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4748
4749 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4750 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4751 CMP.
4752
4753 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4754 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4755 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4756
47572000-09-04 Andre Spiegel <spiegel@gnu.org>
4758
4759 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4760 not possible, use vc-BACKEND-workfile-unchanged-p.
4761 (vc-default-workfile-unchanged-p): New function. Delegates to a
4762 full vc-BACKEND-diff.
4763
4764 * vc-hooks.el (vc-simple-command): Removed.
4765
4766 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4767 instead of vc-simple-command.
4768 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4769 avoid doing a diff when opening a file.
4770 (vc-rcs-state): Added check for unlocked-changes.
4771 (vc-rcs-header): Escape Id.
4772 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4773 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4774 version.
4775
4776 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4777 (vc-sccs-diff): Remove optional arg CMP.
4778 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4779 SCCS-specific function.
4780
4781 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4782 vc-simple-command.
4783
47842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4785
4786 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4787 (with-vc-file, vc-merge): Use vc-editable-p.
4788 (vc-do-command): Remove unused var vc-file and fix the
4789 doubly-defined `status' var. Add a user message when starting an
4790 async command.
4791 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4792 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4793 Use with-current-buffer.
4794 (vc-buffer-sync): Use unless.
4795 (vc-next-action-on-file): If the file is 'edited by read-only,
4796 make it read-write instead of trying to commit.
4797 (vc-version-diff, vc-update-change-log): Use `setq
4798 default-directory' rather than `cd'.
4799 (vc-log-edit): Don't forget to set default-directory in the
4800 buffer.
4801
4802 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4803 (vc-sccs-state-heuristic): Use file-writable-p instead of
4804 comparing userids.
4805 (vc-sccs-checkout): Use `unless'.
4806
4807 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4808 of comparing userids.
4809 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4810 Simplify the logic by eliminating unreachable code.
4811 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4812 just do a recursive call if we need to retry.
4813 (vc-rcs-checkout): Handle the case where rcs is missing by making
4814 the buffer read-write if requested and re-signalling the error.
4815
4816 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4817
48182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4819
4820 * vc-hooks.el (vc-handled-backends): Docstring change.
4821 (vc-ignore-vc-files): Mark obsolete.
4822 (vc-registered): Check vc-ignore-vc-files.
4823 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4824 vc-ignore-vc-files.
4825
4826 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4827
48282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4829
4830 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4831 files since ange-ftp already has vc-registered return nil.
4832
4833 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4834 (vc-sccs-workfile-version): Use with-temp-buffer and new
4835 vc-parse-buffer and don't bother setting the property.
4836 (vc-sccs-add-triple): Use with-current-buffer and
4837 find-file-noselect.
4838 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4839
4840 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4841 derives from the old vc-parse-buffer but uses the revision number
4842 rather than the date (much easier to compare robustly).
4843 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4844 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4845 locking-user more directly. Check strict locking and set
4846 checkout-model appropriately.
4847 (vc-rcs-parse-locks): Remove.
4848 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4849 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4850 (vc-rcs-system-release): Use with-current-buffer and
4851 vc-parse-buffer.
4852 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4853
4854 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4855 (vc-simple-command): Docstring fix.
4856 (vc-registered): Align the way the file-handler is called with the
4857 way the function itself works.
4858 (vc-file-owner): Remove.
4859
4860 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4861 extraction of fields and call to file-attributes because of a
4862 temporary bug in rcp.el.
4863 (vc-cvs-fetch-status): Use with-current-buffer.
4864
48652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4866
4867 * vc.el (vc-do-command): Use file-relative-name.
4868 (vc-responsible-backend): Use vc-backend if possible.
4869 (vc-create-snapshot): Improve the `interactive' spec. Add support
4870 for branches and dispatch to backend-specific `create-snapshot'.
4871 (vc-default-create-snapshot): New function, containing the bulk of
4872 the old vc-create-snapshot.
4873 (vc-retrieve-snapshot): Improve the interactive spec.
4874
4875 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4876 (vc-backend-hook-functions): Remove.
4877 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4878 (vc-backend): Reintroduce the test for `file = nil' now that I
4879 know why it was there (and added a comment to better remember).
4880
4881 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4882 code from vc-sccs-hooks.el.
4883 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4884 'vc anymore.
4885 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4886 and file-directory-p instead of file-exists-p.
4887 (vc-sccs-check-headers): Simplify the regexp.
4888
4889 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4890 from vc-rcs-hooks.el. Don't require 'vc anymore.
4891 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4892 file-directory-p instead of file-exists-p.
4893
4894 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4895 from vc-cvs-hooks.el.
4896 (proto vc-cvs-registered): Require 'vc-cvs instead of
4897 'vc-cvs-hooks. Don't require 'vc anymore.
4898 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4899 file-directory-p instead of file-exists-p.
4900 (vc-cvs-create-snapshot): New function, replacing
4901 vc-cvs-assign-name.
4902 (vc-cvs-assign-name): Remove.
4903
49042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4905
4906 * vc-cvs.el (vc-cvs-header): New var.
4907
4908 * vc-rcs.el (vc-rcs-exists): Remove.
4909 (vc-rcs-header): New var.
4910
4911 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4912 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4913 (vc-sccs-header): New var.
4914
4915 * vc.el (vc-do-command): Get rid of the `last' argument.
4916 (vc-header-alist): Remove, replaced by vc-X-header.
4917 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4918 (vc-dired-hook): Use expand-file-name instead of concat.
4919 (vc-directory): Use file-name-as-directory.
4920 (vc-snapshot-precondition, vc-create-snapshot)
4921 (vc-retrieve-snapshot): Allow the command to operate on any
4922 directory.
4923
4924 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4925 just removing the 'WORKFILE argument or by removing the 'MASTER
4926 argument and replacing `file' with (vc-name file).
4927
49282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4929
4930 * vc.el: Update Copyright and add a crude list of backend funs.
4931 (vc-writable-p): New function.
4932 (with-vc-file): Use vc-writable-p.
7f8b6551 4933 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4934 (vc-register): Avoid vc-name.
4935 (vc-locking-user): Remove.
4936 (vc-steal-lock): Make the `owner' arg non-optional.
4937 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4938 vc-checkout-model.
4939 (vc-default-dired-state-info): Use vc-state instead of
4940 vc-locking-user and return special strings for special states.
4941 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4942 and get rid of one of the special CVS cases.
4943 (vc-cancel-version): prettify error message with \\[...].
4944 (vc-rename-master): New function.
4945 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4946 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4947 the CVS special case generic.
4948 (vc-default-record-rename): Remove.
4949 (vc-file-tree-walk-internal): Only call FUNC for files that are
4950 under control of some VC backend and replace `concat' with
4951 expand-file-name.
4952 (vc-file-tree-walk): Update docstring.
4953 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4954 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4955
4956 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4957 vc-sccs-record-rename. Use `find-file-noselect' rather than
4958 `find-file' and call `vc-rename-master' to do the actual move.
4959 (vc-sccs-diff): Remove unused `backend' variable.
4960
4961 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4962 to delay loading of vc-sccs until it is really used.
4963 (vc-sccs-master-templates): Preload.
4964 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4965 (vc-sccs-project-dir): Remove (merged into
4966 vc-sccs-search-project-dir).
4967 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4968 rather than `concat', make sure it is preloaded and don't bother
4969 to check that the file actually exists.
4970 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4971 `locks' argument (use buffer's content instead) and eliminate n^2
4972 behavior.
4973
4974 * vc-rcs.el: Update Copyright.
4975 (vc-rcs-rename-file): New function.
4976 (vc-rcs-diff): Remove unused `backend' variable.
4977
4978 * vc-hooks.el: Update Copyright.
4979 (vc-backend): Don't accept a nil argument any more.
4980 (vc-up-to-date-p): Turn into a defsubst.
4981 (vc-possible-master): New function.
4982 (vc-check-master-templates): Use `vc-possible-master' and allow
4983 funs in vc-X-master-templates to return a non-existent file.
4984
4985 * vc-cvs.el: Update Copyright.
4986 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4987 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4988
4989 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4990
49912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4992
4993 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4994 since it can be called from vc-rcs.el.
4995 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4996
49972000-09-04 Andre Spiegel <spiegel@gnu.org>
4998
4999 * vc.el (vc-version-diff): Expand file name read from the
5000 minibuffer. Handle the case when a previous version number can't
5001 be guessed. Give suitable messages when there were no differences
5002 found.
5003 (vc-clear-headers): Call backend-specific implementation, if one
5004 exists.
5005 (vc-cancel-version): Made error checks generic. When done, clear
5006 headers generically, too.
5007
5008 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5009 from vc-clear-headers in vc.el.
5010
5011 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5012 correctly.
5013 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5014 optional. Handle the case when it's not there.
5015
50162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5017
5018 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5019
50202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5021
5022 * vc-hooks.el (vc-loadup): Remove.
5023 (vc-find-backend-function): Use `require'. Also, handle the case
5024 where vc-BACKEND-hooks.el doesn't exist.
5025 (vc-call-backend): Cleanup.
5026
50272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5028
5029 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5030 vc-rcs-grab-templates)
5031 (vc-rcs-registered): Remove. The default function works as well.
5032 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5033 vc-sccs-grab-templates)
5034 (vc-sccs-registered): Remove. The default function works as well.
5035
5036 * vc.el (vc-version-diff): Left out a vc- in call to
5037 vc-call-backend.
5038 (vc-default-dired-state-info, vc-default-record-rename)
5039 (vc-default-merge-news): Update for the new backend argument.
5040
5041 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5042 using the default function.
5043 (vc-call-backend): If calling the default function, pass it the
5044 backend as first argument. Update the docstring accordingly.
5045 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5046 for the new backend argument.
5047 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5048 (vc-find-backend-function): Use the new name.
5049 (vc-default-registered): New function.
5050
50512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * vc.el (vc-merge): Use vc-find-backend-function.
5054
5055 * vc-hooks.el (vc-backend-functions): Remove.
5056 (vc-loadup): Don't setup 'vc-functions.
5057 (vc-find-backend-function): New function.
5058 (vc-call-backend): Use above fun and populate 'vc-functions
5059 lazily.
5060 (vc-backend-defines): Remove.
5061
50622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5063
5064 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5065 Call vc-call-backend without the leading vc-.
5066 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5067 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5068 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5069 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5070 Call vc-call-backend without the leading vc-.
5071
5072 * vc-cvs.el (tail): Provide vc-cvs.
5073 * vc-sccs.el (tail): Provide vc-sccs.
5074 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5075
5076 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5077 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5078 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5079 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5080 (vc-call-backend): Always try to load vc-X-hooks.
5081 (vc-registered): Remove vc- in call to vc-call-backend.
5082
50832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5084
5085 * vc.el (vc-process-filter): New function.
5086 (vc-do-command): Setup `vc-process-filter' for the async process.
5087 (vc-maybe-resolve-conflicts): New function to reduce
5088 code-duplication. Additionally, it puts the buffer in
5089 `smerge-mode' if applicable.
5090 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5091 calling `merge-news'.
7f8b6551 5092 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5093 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5094 interfacing to log-edit.el.
5095 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5096 log-edit is available.
5097 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5098
50992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5100
5101 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5102 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5103 defvar and the initialization.
5104 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5105
5106 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5107 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5108
7f8b6551 5109 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5110
51112000-09-04 Andre Spiegel <spiegel@gnu.org>
5112
5113 * vc.el (vc-file-clear-masterprops): Removed.
5114 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5115 (vc-version-diff): Use buffer-size without argument.
5116 (vc-register): Heed vc-initial-comment.
5117
5118 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5119 default branch.
5120
5121 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5122 file name and workfile version.
5123 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5124
5125 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5126 vc-file-clear-masterprops.
5127
5128 * vc-sccs.el (vc-sccs-checkout): Removed call to
5129 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5130 rather than user login name.
5131
5132
51332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5134
5135 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5136 `want-differences-if-changed' and simplify.
5137 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5138 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5139 output (which is invalid for async vc-diff) to decide whether to
5140 do the revert silently or not.
5141
51422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5143
5144 * vc-hooks.el (vc-loadup): Load files quietly.
5145 (vc-call-backend): Oops, brain fart.
5146
51472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5148
5149 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5150 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5151
51522000-09-04 Andre Spiegel <spiegel@gnu.org>
5153
5154 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5155 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5156 vc-state or vc-up-to-date-p.
5157 (vc-merge): Use vc-backend-defines to check whether merging is
5158 possible. Set state to 'edited after successful merge.
5159
5160 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5161 return that name. Redocumented.
5162
51632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5164
5165 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5166 new `vc-state' semantics.
5167 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5168 'vc-locking-user to the current user.
5169 (vc-merge): Inline vc-backend-merge. Comment out code that I
5170 don't understand and hence can't adapt to the new `vc-state' and
5171 `vc-locking-user' semantics.
5172 (vc-backend-merge): Remove.
5173
5174 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5175 rather than 'vc-locking-user.
5176
5177 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5178
5179 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5180 (vc-state): Don't use 'reserved any more. Just use the same
5181 convention as the one used for vc-<backend>-state where the
5182 locking user (as a string) is returned.
5183 (vc-locking-user): Update, based on the above convention. The
5184 'vc-locking-user property has disappeared.
7f8b6551 5185 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5186
5187 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5188 with a heuristic one.
5189 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5190 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5191 error. That allows us to get to 'needs-merge even in the
5192 stay-local case. There's still no way to detect 'needs-patch in
5193 such a setup (or to force an update for that matter).
5194 (vc-cvs-logentry-check): Remove, the default works as well.
5195
51962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5197
7f8b6551 5198 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5199
5200 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5201 major-mode in which the buffer might have been put earlier. Use
5202 `remove' and `when'. Allow `okstatus' to be `async' and use
5203 `start-process' in this case.
5204 (vc-version-diff): Handle the case where the diff looks empty
5205 because of the use of an async process.
5206
52072000-09-04 Andre Spiegel <spiegel@gnu.org>
5208
5209 * vc.el (vc-next-action-on-file): Removed optional parameter
5210 `simple'. Recompute state unconditionally.
5211 (vc-default-toggle-read-only): Removed.
5212
5213 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5214 (vc-toggle-read-only): Undid prev change.
5215
5216 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5217 vc-cvs-simple-toggle. Redocumented.
5218 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5219 (vc-cvs-toggle-read-only): Removed.
5220
52212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5222
7f8b6551 5223 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5224 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5225 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5226 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5227 still is. So maybe it should be removed.
5228 (vc-head-version, vc-find-binary): Remove.
5229 (vc-recompute-state): Move from vc-hooks.el.
5230 (vc-next-action-on-file): Add a `simple' argument to allow
5231 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5232 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5233 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5234 (vc-dired-mode-map): Properly defvar it.
5235 (vc-print-log): Call log-view-mode if available.
5236 (small-temporary-file-directory): defvar instead of use boundp.
5237 (vc-merge-news): Moved to vc-cvs.el.
5238 (vc-default-merge-news): New function.
5239
5240 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5241 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5242 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5243 unknown `vc-latest-version' function. It should probably refer to
5244 vc-workfile-version or somesuch, but it's very unclear to me and I
5245 don't have SCCS to test things.
5246
5247 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5248 (vc-sccs-state-heuristic): Fix typo.
5249 (vc-sccs-workfile-unchanged-p): Add missing argument.
5250
5251 * vc-rcs.el: Require vc and vc-rcs-hooks.
5252 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5253 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5254 (vc-release-greater-or-equal-p): Move from vc.
5255 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5256 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5257 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5258 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5259
5260 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5261 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5262 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5263 than the apparently unbound `workfile-version'.
5264
5265 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5266 (vc-file-prop-obarray): Use `make-vector'.
5267 (vc-backend-functions): Add new hookable functions
5268 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5269 (vc-loadup): If neither backend nor default functions exist, use
5270 the backend function rather than nil.
5271 (vc-call-backend): If the function if not bound yet, try to load
5272 the non-hook file to see if it provides it.
5273 (vc-call): New macro plus use it wherever possible.
5274 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5275 nor `vc-find-binary' since it's only called from
7f8b6551 5276 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5277 (vc-checkout-model): Fix parenthesis.
5278 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5279
7f8b6551 5280 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5281 (vc-cvs-release, vc-cvs-system-release): Remove.
5282 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5283 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5284 status symbols.
5285 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5286 (vc-cvs-toggle-read-only): First cut at a function to allow a
5287 cvs-status-free vc-toggle-read-only.
5288 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5289 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5290 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5291 (vc-cvs-checkout): Modify access rights directly if the user
5292 requested not to use `cvs edit'. And refresh the mode line.
5293
5294 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5295 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5296
52972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5300 workfile' that got lost when the code was extracted from vc.el.
5301 And merged the tail with the rest of the code (not possible in the
5302 old vc.el where the tail was shared among all backends). And
5303 explicitly set the state to 'edited if `writable' is set.
5304
5305 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5306 (vc-cvs-state): Be careful to return the value from
5307 vc-cvs-parse-state.
5308 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5309 property but return it instead. Also be careful to handle a nil
5310 or "" `rev' when workfile is non-nil (it was handled properly when
5311 workfile was nil).
5312
5313 * vc.el: Removed those pesky unnecessary `(function' quotes.
5314 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5315 directly in the defvar.
5316 (vc-do-command): Bind inhibit-read-only so as to properly handle
5317 the case where the destination buffer has been made read-only.
5318 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5319 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5320 (vc-annotate-mode-variables): Removed (code moved partly to
5321 defvars and partly to vc-annotate-add-menu).
5322 (vc-annotate-mode): Turned into a derived-mode.
5323 (vc-annotate-add-menu): Moved in code in
5324 vc-annotate-mode-variables.
5325 (vc-update-change-log): Use make-temp-file if available.
5326
53272000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5328
5329 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5330 `vc-checkout-model' updated to `vc-cvs-update-model'.
5331
53322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5333
5334 * vc.el (vc-next-action-on-file): Added handling of state
5335 `unlocked-changes'.
5336 (vc-checkout-carefully): Is now practically obsolete, unless the
5337 above is too slow to be enabled unconditionally.
5338 (vc-update-change-log): Fixed typo.
5339
5340 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5341
7f8b6551
SM
5342 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5343 Now handles state `unlocked-changes'.
5344 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5345
5346 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5347
5348 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5349 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5350 `unlocked-changes'.
5351 (vc-rcs-workfile-unchanged-p): Renamed from
5352 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5353 function yet, but supposed to become one soon.
5354
5355 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5356 `vc-steal-lock'.
5357 (vc-call-backend): Changed error message.
5358 (vc-state): Added description of state `unlocked-changes'.
5359
53602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5361
5362 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5363 always return t in CVS-controlled directories.
5364
5365 * vc.el (vc-responsible-backend): New function.
5366 (vc-register): Largely rewritten.
5367 (vc-admin): Removed (implementation moved into vc-register).
5368 (vc-checkin): Redocumented.
5369 (vc-finish-logentry): If no backend defined yet (because we are in
5370 the process of registering), use the responsible backend.
5371
5372 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5373 Updated function lists.
5374 (vc-call-backend): Fixed typo.
5375
7f8b6551
SM
5376 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5377 New functions.
5378 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5379 Removed query option. Redocumented.
7a004b71
GM
5380
53812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5382
5383 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5384
5385 * vc.el: Updated callers of `vc-checkout-required' to use
5386 `vc-checkout-model'.
5387
53882000-09-04 Martin Lorentzson <martinl@gnu.org>
5389
5390 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5391 stuff updated to reference this function instead of the old
5392 `vc-backend-release-p'.
5393
53942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5395
5396 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5397 vc-checkout-model. Return appropriate values. Updated callers.
5398
53992000-09-04 Martin Lorentzson <martinl@gnu.org>
5400
7f8b6551 5401 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5402 (vc-backend-revert): Function moved into `vc-revert';
5403 `vc-next-action' must be updated to accomodate this change.
5404 (vc-backend-steal): Function moved into `vc-finish-steal'.
5405 (vc-backend-logentry-check): Function moved into
5406 `vc-finish-logentry'.
5407 (vc-backend-printlog): Function moved into `vc-print-log'.
5408 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5409 (vc-backend-assign-name): Function moved into
5410 `vc-create-snapshot'.
5411
54122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5413
5414 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5415 Rename to vc-checkout-model. Return appropriate values.
5416 Update callers.
7a004b71 5417
7f8b6551 5418 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5419 to vc-checkout-model.
7f8b6551
SM
5420 (vc-checkout-required): Rename to vc-checkout-model.
5421 Re-implement and re-comment.
7a004b71
GM
5422 (vc-after-save): Use vc-checkout-model.
5423
54242000-09-04 Martin Lorentzson <martinl@gnu.org>
5425
7f8b6551
SM
5426 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5427 Update to use the vc-BACKEND-diff functions instead.
5428 `vc-diff' is now working.
7a004b71 5429
7f8b6551 5430 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5431
7f8b6551 5432 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5433
5434 * vc-sccs.el (vc-sccs-diff): Function changed name from
5435 `vc-backend-diff'. This makes `vc-diff' work.
5436
7f8b6551 5437 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5438 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5439 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5440 signaled during `vc-after-save'.
5441
7f8b6551
SM
5442 * vc.el: Fix typo.
5443 This checkin is made with our new VC code base for the very first time.
5444 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5445
5446 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5447 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5448
5449 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5450 updated to `vc-uses-locking'.
7f8b6551 5451 (vc-checkout-required): Call to backend function.
7a004b71
GM
5452 `vc-checkout-required' updated to `vc-uses-locking' instead.
5453
5454 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5455 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5456
7f8b6551 5457 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5458 to match the split into various backends.
7f8b6551 5459 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5460 (vc-retrieve-snapshot): Bug fix.
5461
54622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5463
5464 * vc-sccs.el (vc-sccs-release): Doc fix.
5465
54662000-09-04 Martin Lorentzson <martinl@gnu.org>
5467
5468 * vc.el (vc-next-action-on-file): Bug found and fixed.
5469 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5470 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5471
5472 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5473 (vc-rcs-checkout): Name space cleaned up. No more revision number
5474 crunching function names that are not prefixed with vc-rcs.
5475 (vc-rcs-checkout-model): Function added. References to
5476 `vc-checkout-model' replaced.
5477
54782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5479
5480 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5481 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5482 still need to be split, and implemented for RCS).
5483
54842000-09-04 Martin Lorentzson <martinl@gnu.org>
5485
5486 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5487
5488 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5489 required by the vc.el file.
5490
5491 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5492 required by the vc.el file.
5493 (vc-rcs-exists): Function added.
5494
5495 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5496 required by the vc.el file.
5497
5498 * vc.el (vc-admin): Updated to handle selection of appropriate
5499 backend. Current implementation is crufty and need re-thinking.
5500
5501 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5502
55032000-09-04 Martin Lorentzson <martinl@gnu.org>
5504
5505 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5506 beginning of annotate buffers correctly.
5507
5508 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5509 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5510 functionality updated quite a lot to support multiple backends.
5511 Variables `vc-annotate-mode', `vc-annotate-buffers',
5512 `vc-annotate-backend' added.
5513
5514 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5515 `vc-annotate-difference' added to supported backend functions.
5516
55172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5518
5519 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5520 Use with-temp-file instead of /bin/sh. Merged from mainline
5521
55222000-09-04 Martin Lorentzson <martinl@gnu.org>
5523
5524 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5525
5526 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5527
5528 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5529
55302000-09-04 Martin Lorentzson <martinl@gnu.org>
5531
5532 * vc-hooks.el: vc-state-heuristic added to
5533 vc-backend-hook-functions.
5534
5535 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5536
5537 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5538
7f8b6551
SM
5539 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5540 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5541 state to `reserved'.
5542
5543 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5544 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5545
55462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5547
7f8b6551 5548 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5549 untouched.
5550
7f8b6551 5551 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5552
7f8b6551 5553 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5554 if defined. (Merged from main line, slightly adapted.)
5555
5556 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5557 millenium problem (merged from mainline).
5558
55592000-09-04 Martin Lorentzson <martinl@gnu.org>
5560
5561 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5562 part and moved the non-BACKEND stuff to vc.el.
5563
5564 * vc.el: Split the annotate feature into a BACKEND specific part
5565 and moved it from the vc-cvs.el file to this one.
5566
55672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5568
7f8b6551
SM
5569 * vc-hooks.el: Implement new state model.
5570 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5571 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5572 locked by somebody else.
7f8b6551 5573 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5574 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5575 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5576 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5577
7f8b6551
SM
5578 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5579 Various simplifications and adaptations all over the place.
7a004b71 5580
7f8b6551
SM
5581 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5582 Simplify and adapt the rest.
7a004b71 5583
7f8b6551 5584 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5585 interaction with view mode according to recent RCS change.
7f8b6551 5586 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5587
55882000-09-04 Martin Lorentzson <martinl@gnu.org>
5589
7f8b6551 5590 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5591
55922000-09-04 Martin Lorentzson <martinl@gnu.org>
5593
5594 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5595 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5596 (vc-minor-part, vc-previous-version): Functions that operate and
5597 compare revision numbers got proper documentation. Comments added
5598 about their possible removal.
5599
56002000-09-04 Martin Lorentzson <martinl@gnu.org>
5601
5602 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5603 the vc-backend.el files.
5604
5605 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5606
5607 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5608 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5609 (vc-rcs-previous-version): Functions added.
5610
5611 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5612
5613 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5614
56152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5616
5617 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5618 Comment out the definition for now. What is the right procedure
7a004b71
GM
5619 to get rid of it?
5620 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5621 rewritten.
7f8b6551 5622 (vc-default-registered): Remove.
7a004b71
GM
5623 (vc-check-master-templates): New function; does mostly what the
5624 above did before.
5625 (vc-locking-user): Don't rely on the backend to set the property.
5626
5627 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5628 Rewrite documentation.
7a004b71
GM
5629 (vc-rcs-templates-grabbed): New variable.
5630 (vc-rcs-grab-templates): New function.
7f8b6551 5631 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5632
5633 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5634 Rewrite documentation.
7a004b71
GM
5635 (vc-sccs-templates-grabbed): New variable.
5636 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5637 (vc-sccs-registered): Rewrite to use above mechanism.
5638 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5639 Don't throw the result, simply return it.
7a004b71 5640
7f8b6551
SM
5641 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5642 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5643 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5644
7f8b6551 5645 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5646 from main line.
5647
56482000-09-04 Martin Lorentzson <martinl@gnu.org>
5649
7f8b6551 5650 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5651
7f8b6551 5652 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5653
7f8b6551
SM
5654 * vc-rcs.el (vc-rcs-diff): New function.
5655 (vc-rcs-checkout): Bug (typo) found and fixed.
5656 (vc-rcs-register-switches): New variable.
7a004b71
GM
5657
5658 * vc.el (vc-backend-diff): Function removed and placed in the
5659 backend files.
5660
56612000-09-04 Martin Lorentzson <martinl@gnu.org>
5662
5663 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5664
5665 * vc.el (vc-backend-checkout): Function removed and replaced in
5666 the vc-backend.el files.
5667
5668 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5669
5670 * vc.el (vc-backend-admin): Removed and replaced in the
5671 vc-backend.el files.
5672
5673 * vc.el (Martin): Removed all the annotate functionality since it
5674 is CVS backend specific.
5675
56762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5677
5678 * spec.txt: Added specification of vc-state.
5679
5680 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5681 Remove handling of vc-latest-version and
7a004b71
GM
5682 vc-your-latest-version. What used to be vc-latest-version, is now
5683 returned as vc-workfile-version.
7f8b6551 5684 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5685
56862000-09-04 Dave Love <fx@gnu.org>
5687
5688 * vc.el: [Merged from mainline.]
5689 (vc-dired-mode): Make the dired-move-to-filename-regexp
5690 regexp match the date, to avoid treating date as file size.
5691 Add YYYY S option to WESTERN/
5692
56932000-09-04 Dave Love <fx@gnu.org>
5694
5695 * vc.el: Require `compile' when compiling.
5696 (vc-logentry-check-hook): New option.
5697 (vc-steal-lock): Use compose-mail.
5698 (vc-dired-mode-map): Defvar when compiling.
5699 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5700 vc-sccs.el and renamed. Callers changed.
5701 (vc-backend-checkout, vc-backend-logentry-check)
5702 (vc-backend-merge-news): Doc fix.
5703 (vc-default-logentry-check): New function.
5704 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5705 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5706 (vc-backend-merge): Doc fix. Use backend functions.
5707 (vc-check-headers): Use backend functions.
5708
5709 * vc-cvs.el: Require vc when compiling.
5710 (vc-cvs-register-switches): Doc fix.
5711 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5712 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5713 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5714 New functions (code from vc.el).
5715 (vc-annotate-display-default): Fix interactive spec.
5716 (vc-annotate-time-span): Doc fix.
5717
5718 * vc-rcs.el: Require vc when compiling.
5719 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5720 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5721 (vc-rcs-checkin): New functions (code from vc.el).
5722 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5723 Doc fix.
5724 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5725
5726 * vc-sccs.el: Require vc when compiling.
5727 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5728 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5729 (vc-sccs-revert)
5730 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5731 from vc.el).
5732 (vc-sccs-add-triple, vc-sccs-record-rename)
5733 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5734 (vc-sccs-admin): Doc fix.
5735
57362000-09-04 Martin Lorentzson <martinl@gnu.org>
5737
5738 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5739 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5740 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5741 from vc.el.
5742
5743 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5744
5745 * vc-cvs.el: Moved the annotate functionality from vc.el.
5746 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5747
57482000-09-04 Dave Love <fx@gnu.org>
5749
5750 * vc.el (vc-backend-release): Call vc-system-release.
5751
5752 * vc-sccs.el (vc-sccs-system-release):
5753 Renamed from vc-sccs-backend-release.
5754
5755 * vc-rcs.el (vc-rcs-system-release):
5756 Renamed from vc-rcs-backend-release.
5757
5758 * vc-cvs.el (vc-cvs-system-release):
5759 Renamed from vc-cvs-backend-release.
5760
57612000-09-04 Dave Love <fx@gnu.org>
5762
5763 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5764 backend files.
5765 (vc-backend-release): Dispatch to backend functions.
5766 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5767 probably needs attention.]
5768
5769 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5770 (vc-sccs-backend-release): New function.
5771
5772 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5773 (vc-cvs-backend-release): New function.
5774
5775 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5776 Doc fix.
5777 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5778 (vc-default-dired-state-info): New function.
5779 (vc-dired-state-info): Dispatch to backends.
5780 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5781
5782 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5783 from vc.el and renamed.
5784
57852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5786
5787 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5788 (vc-version-other-window, vc-backend-assign-name): Removed
5789 references to vc-latest-version; sometimes changed into
5790 vc-workfile-version.
5791
5792 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5793 vc-rcs-master-workfile-version.
5794 (vc-rcs-workfile-version): Use the above. Don't call
5795 vc-latest-version (that was unreachable code, anyway).
5796 (vc-rcs-fetch-master-properties): Doc fix.
5797
5798 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5799 (vc-backend-hook-functions): Removed them from this list, too.
5800 (vc-fetch-properties): Removed.
5801 (vc-workfile-version): Doc fix.
5802
5803 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5804 (vc-rcs-workfile-version, vc-rcs-locking-user)
5805 (vc-rcs-uses-locking): Use it.
5806
5807 * vc-hooks.el (vc-consult-rcs-headers):
5808 Moved into vc-rcs-hooks.el, under the name
5809 vc-rcs-consult-headers.
5810
5811 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5812 headers.
5813 (vc-cvs-find-master): Use this name only; correct different
5814 versions of the name.
5815
5816 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5817 New functions.
5818 (vc-sccs-locking-user): Use the latter.
5819
5820 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5821 New functions.
5822
5823 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5824 Moved into both
5825 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5826 functions are implementation details of those two backends.
5827
58282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5829
5830 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5831 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5832
5833 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5834 (vc-sccs-parse-locks): SCCS-specific code moved here from
5835 vc-hooks.
5836
5837 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5838 code moved here from vc-hooks.
5839
5840 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5841 into back-end specific parts and removed. Callers not updated
5842 yet; because I guess these callers will disappear into back-end
5843 specific files anyway.
5844
58452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5846
5847 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5848 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5849 `vc-uses-locking'.
5850
5851 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5852 Store yes/no in the property, and return t/nil. Updated all
5853 callers.
5854
5855 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5856 vc-sccs-uses-locking. Don't set property.
5857 (vc-sccs-locking-user): Don't set property.
5858
5859 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5860 vc-cvs-uses-locking. Don't set property here; leave that to
5861 vc-hooks.
5862 (vc-cvs-locking-user): Reflect above change. Streamlined.
5863
5864 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5865 vc-rcs-uses-locking.
5866 (vc-rcs-locking-user): Reflect above change.
5867
58682000-09-04 Dave Love <fx@gnu.org>
5869
5870 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5871
5872 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5873
5874 * vc-hooks.el (vc-checkout-model): Punt to backends.
5875
5876 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5877
5878 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5879
5880 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5881 New functions.
5882
5883 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5884 New functions.
5885
5886 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5887 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5888
5889 * vc-hooks.el (vc-default-locking-user): New function.
5890 (vc-locking-user, vc-workfile-version): Punt to backends.
5891
58922000-09-04 Dave Love <fx@gnu.org>
5893
5894 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5895 (vc-master-workfile-version): Moved from vc-hooks.
5896
5897 * vc-rcs-hooks.el: Fix duplicate code in last change.
5898
5899 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5900 (vc-rcs-master-templates): Improve :type.
5901 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5902 vc-master-workfile-version): Moved from vc-hooks.
5903
5904 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5905 (vc-sccs-master-templates): Improve :type.
5906 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5907
5908 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5909
5910 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5911 (vc-cvs-master-templates): Improve :type. Use
5912 vc-cvs-find-cvs-master.
5913 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5914 from vc-hooks.
5915 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5916
5917 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5918 Moved to vc-cvs-hooks.
5919
5920 * vc-hooks.el: Add doc strings in various places. Simplify the
5921 minor mode setup.
5922 (vc-handled-backends): New user variable.
5923 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5924 simplification.
5925
59262000-09-04 Dave Love <fx@gnu.org>
5927
5928 * vc.el: Some doc fixes for autoloaded and interactive functions.
5929 Fix compilation warnings from ediff stuff.
5930 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5931
5932 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5933
5934 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5935
5936 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5937
59382000-09-04 Dave Love <fx@gnu.org>
5939
5940 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5941 New variable.
5942 (vc-make-backend-function, vc-loadup, vc-call-backend)
5943 (vc-backend-defines): New functions.
5944
5945 * vc-hooks.el: Various doc fixes.
5946 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5947 (vc-match-substring): Function removed. Callers changed to use
5948 match-string.
5949 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5950 Simplify.
5951
59522000-09-04 Dave Love <fx@gnu.org>
5953
5954 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5955 type.
5956 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5957 (vc-sccs-registered): Doc fix.
5958
5959 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5960 (vc-cvs-registered): Doc fix.
5961
5962 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5963 (vc-rcs-registered): Doc fix.
5964
59652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5966
5967 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5968
5969 * vc-hooks.el: vc-registered has been renamed
5970 vc-default-registered. Some functions have been moved to the
5971 backend specific files. they all support the
5972 vc-BACKEND-registered functions.
5973
59742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5975
5976 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5977
5978 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5979
a033ea13
DL
59802000-09-04 Dave Love <fx@gnu.org>
5981
179fc9ef
DL
5982 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5983 menu-bar-update-hook.
5984
5985 * help.el (help-manyarg-func-alist): Add
5986 find-operation-coding-system.
5987
a033ea13
DL
5988 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5989
5990 * custom.el (custom-set-variables): Print message about errors in
5991 setting.
5992
f8803e97
AI
59932000-09-03 Andrew Innes <andrewi@gnu.org>
5994
5995 * makefile.w32-in: Change to DOS line endings.
5996
59836110
EZ
59972000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5998
5999 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6000 minor-mode keymaps, if they don't have one.
6001
5514ba5c
EZ
60022000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6003
6004 * eshell/esh-module.el (eval-when-compile): Don't lose if
6005 esh-module.el's file name is truncated to DOS 8+3 limits.
6006
79cf8e80
JW
60072000-09-01 John Wiegley <johnw@gnu.org>
6008
6009 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6010 predicate, which caused entries in the completion list to be
6011 doubled.
6012
60132000-08-30 John Wiegley <johnw@gnu.org>
6014
6015 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6016 sending to subprocesses. Also, hook pre-command-hook if
6017 `eshell-send-direct-to-subprocesses' is non-nil.
6018 (eshell-send-direct-to-subprocesses): New config variable. If t,
6019 subprocess input is send immediately.
6020 (eshell-toggle-direct-send): New function.
6021 (eshell-self-insert-command): New function.
6022 (eshell-intercept-commands): New function.
6023 (eshell-send-input): If direct subprocess sending is enabled,
6024 don't echo any input to the Eshell buffer. Let the subprocess
6025 handle that. This requires "stty echo" in bash, for example.
6026
60272000-08-28 John Wiegley <johnw@gnu.org>
6028
6029 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6030 completion function for Eshell's implementation of `unset'.
6031
778911b9
EZ
60322000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6033
6034 * info.el (Info-directory-list): Doc fix.
6035
05d07b49
PB
60362000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6037
9b4a7800 6038 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6039 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6040
9941d4c7
KH
60412000-08-31 Kenichi Handa <handa@etl.go.jp>
6042
6043 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6044 coding systems.
6045
af9ba8ad
AI
60462000-08-30 Andrew Innes <andrewi@gnu.org>
6047
6048 * timer.el (run-with-idle-timer): Undo last change, so that timer
6049 is not activated immediately if Emacs is already idle. Some
6050 existing code relies on this behaviour.
6051
caccd8f2
MB
60522000-08-30 Miles Bader <miles@gnu.org>
6053
6054 * frame.el (set-frame-font): Do completion of font-name for
6055 interactive use.
6056
b64c0a1c
KH
60572000-08-30 Kenichi Handa <handa@etl.go.jp>
6058
6059 * international/quail.el (quail-start-translation): Bind locally
6060 last-command-event, last-command, and this-command.
6061 (quail-start-conversion): Likewise.
75cf0095 6062 (quail-self-insert-command): Fix docstring.
b64c0a1c 6063
fd5f61d3
GM
60642000-08-29 Gerd Moellmann <gerd@gnu.org>
6065
6066 * progmodes/executable.el
6067 (executable-make-buffer-file-executable-if-script-p): Check that
6068 buffer contains at least 2 characters.
6069
5b671d04
EZ
60702000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6071
6072 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6073
485d9513
DL
60742000-08-29 Dave Love <fx@gnu.org>
6075
a39fb83d
DL
6076 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6077 (diff-mode-shared-map): Bind mouse-2.
6078 (diff-imenu-generic-expression): New variable.
6079 (diff-mode): Use it.
6080
485d9513
DL
6081 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6082 (mouse-popup-menubar): Add minor mode menus.
6083 (popup-menu): Check for lookup-key returning number.
6084
ba3478d9
MB
60852000-08-29 Miles Bader <miles@gnu.org>
6086
6087 * comint.el (comint-send-input): Create overlays using the proper
6088 front/read-advance arguments.
9b4a7800 6089
c3d6d211
GM
60902000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6091
6092 * ps-print.el: Even/odd pages printing. Doc fix.
6093 (ps-print-version): New version number (6.0).
6094 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6095 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6096 (ps-print-duplex-feature): Variable eliminated.
6097 (ps-even-or-odd-pages): New variable.
6098
ba087cd7 6099 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6100 (ebnf-version): New version (3.3).
6101 (ebnf-user-arrow): Change variable customization to sexp.
6102 (ebnf-user-arrow): Function eliminated.
6103 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6104
d313265f
KH
61052000-08-29 Kenichi Handa <handa@etl.go.jp>
6106
cba62b78 6107 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6108 (help-make-xrefs): Handle help-xref-mule-regexp.
6109
6110 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6111 variable.
6112 (describe-input-method): Temporarily activate the specfied input
6113 method to display the information.
6114 (describe-language-environment): Hyperlinks to mule related items.
6115
6116 * international/mule-diag.el (charset-multibyte-form-string): New
6117 function.
6118 (list-character-sets-1): Use charset-multibyte-form-string.
6119 (describe-character-set): New function.
6120 (describe-coding-system): Hyperlinks to safe character sets.
6121
6122 * international/quail.el (quail-help): New arg PACKAGE.
6123 Hyperlinks to mule related items.
6124 (quail-help-insert-keymap-description): Use
6125 substitute-command-keys instead of describe-bindings.
6126 (quail-translation-help): Hyperlinks to mule related items.
6127
b4bd214e
JW
61282000-08-28 John Wiegley <johnw@gnu.org>
6129
ca7aae91
JW
6130 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6131 have a defsubst call itself. Made `eshell-flatten-list' back into
6132 a function again.
6133
b4bd214e
JW
6134 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6135 catch, in case re-centering point at bottom messes up the display.
6136 This happens frequently in Emacs 21, due I believe to variable
6137 line heights.
6138
6139 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6140 to call `find-tag-interactive'.
6141
6142 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6143 the list of remember directories.
6144
d44e146b
JW
61452000-08-28 John Wiegley <johnw@gnu.org>
6146
6147 * align.el: Test align-region-separate to see if it's a symbol.
6148
546c0888 61492000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6150
6151 * eshell/esh-util.el (eshell-flatten-list): Made this function
6152 into a defsubst form. It gets used very frequently, although
6153 calls don't occur all that often.
6154
6155 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6156 examining it.
6157
6158 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6159 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6160 `eshell-protect'.
6161 (eshell-copy-handles): Created a new macro for duplicating the
6162 current set of open handles. This is needed by the looping
6163 functions.
6164 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6165 is not incorrectly stomped on.
6166
6167 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6168 declaration for pcomplete-use-paring.
6169 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6170 value of eshell-cmpl-use-paring.
6171 * pcomplete.el (pcomplete-use-paring): New config variable, to
6172 indicate whether paring should be used.
6173 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6174 completion alternatives that have already been used.
6175
6176 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6177 bound to C-c C-y, which will repeat the previous N arguments
6178 (based on prefix argument).
6179 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6180
6181 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6182 if there is no *Help* buffer. This is for XEmacs, which renames
6183 its help buffers uniquely. TODO: Find out what the current buffer
6184 name to delete is.
6185
6186 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6187 first entry that correlates to a passwd/group number. Later
6188 entries (used for group/user name aliasing to multiple IDs) are
6189 ignored.
6190
9b4a7800
TTN
6191 * eshell/em-xtra.el (eshell/expr):
6192 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6193 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6194 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6195 argument list, before passing it to the system command.
6196
6197 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6198 `find-tag' for use at final position in Eshell buffers (which
6199 otherwise triggers an error on Emacs 21).
6200 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6201 buffer, if it is currently bound to `find-tag'.
6202
6203 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6204 in the list of matched Makefile names.
6205 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6206 directory, prefer its contents to Makefile.
6207
6208 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6209 directory parts (like "cd old new", or "cd =regexp"), are now case
6210 sensitive on non-Windows/DOS platforms.
6211
6212 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6213 types RET after an open delimiter (like "), display a message
6214 indicating that Eshell is waiting for the closing delimiter.
6215
6216 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6217 environment variables.
6218
6219 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6220 gracefully if the user enters incorrect arguments.
6221
6222 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6223 Eshell buffers.
6224
9b4a7800
TTN
6225 * eshell/esh-var.el (eshell-interpolate-variable):
6226 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6227 * eshell/em-unix.el (eshell-du-sum-directory):
6228 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6229 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6230 (not (= ...)).
6231
6232 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6233 to ensure the `preserve' flag gets propagated when doing recursive
6234 directory copies.
6235
546c0888 62362000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6237
6238 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6239 Don't convert \n into \0177 in memory.
6240 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6241 and back again, when reading and writing.
9b4a7800 6242
546c0888 62432000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6244
6245 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6246 testing of `fboundp' on `processp'.
6247
6248 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6249 (eshell/jobs): Don't call process-list if it is not bound.
6250 (eshell-gather-process-output): Support systems where async
6251 subprocesses aren't supported.
6252 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6253 variables.
6254
6255 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6256 eshell-do-eval returns t.
6257 (eshell-do-pipelines-synchronously): New defmacro.
6258 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6259 when async subprocesses aren't supported.
6260 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6261 if async subprocesses aren't supported.
6262 (eshell-resume-command): Don't assume STATUS is a string.
6263
6264 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6265
6266 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6267 (eshell-close-target, eshell-get-target): Use eshell-processp.
6268 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6269 fix.
6270 (eshell-get-target, eshell-create-handles): Doc fix.
6271
546c0888 62722000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6273
546c0888 6274 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6275 criterion to include commands that output something, as long as it
6276 leaves both the command and the end-of-buffer visible when the
6277 command has exited.
6278 (eshell-review-quick-commands): Adjust the help doc string
6279 accordingly.
6280
2a371c3b
PB
62812000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6282
8348e1f9 6283 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6284 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6285
9b4a7800 6286 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6287 (file-cache-assoc-function): New variable
6288 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6289 Use file-cache-case-fold-search variable
6290 (file-cache-add-file): Use file-cache-assoc-function
6291 (file-cache-delete-file): likewise
6292 (file-cache-directory-name): likewise
6293 (file-cache-debug-read-from-minibuffer): likewise
6294
95931eb1
GM
62952000-08-28 Gerd Moellmann <gerd@gnu.org>
6296
6297 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6298 (abbrev-table-name): New function.
6299 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6300 If non-nil list local abbrev, only.
6301
bb17930d
GM
63022000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6303
546c0888
EZ
6304 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6305 from Gnus support code, and use special article copy buffer
bb17930d
GM
6306 `(gnus-original-article-buffer)' instead. This allows to get rid
6307 of article-hide-headers usage (which breaks in the latest Gnus
6308 version). Thanks to Detlev Zundel.
6309
41a68aef
KH
63102000-08-28 Kenichi Handa <handa@etl.go.jp>
6311
6312 * international/quail.el (quail-use-package): Hide "... loaded"
6313 message.
6314 (quail-start-translation, quail-start-conversion): Likewise.
6315
6316 * international/kkc.el (kkc-region): Hide "... loaded" message.
6317
28bb2cef
DL
63182000-08-27 Dave Love <fx@gnu.org>
6319
6320 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6321
11a1118d
MB
63222000-08-27 Miles Bader <miles@gnu.org>
6323
6324 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6325
0f85d477
KH
63262000-08-27 Kenichi Handa <handa@etl.go.jp>
6327
6328 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6329 'ja-dic-cnv), not (require 'skkdic-cnv).
6330
2d73e8d3
MB
63312000-08-26 Miles Bader <miles@gnu.org>
6332
a0e5a5a4
MB
6333 * faces.el (face-x-resources): Add entry for :inherit.
6334 * cus-face.el (custom-face-attributes): Add support for :inherit
6335 attribute. Add support for relative face heights.
6336 (custom-face-attributes-get): Treat `nil' as being a default value
6337 for :inherit (as well as `unspecified').
6338
19feb949
MB
6339 * faces.el (set-face-attribute): Update doc string.
6340 (face-attribute-name-alist): Add :inherit.
6341 (face-valid-attribute-values): Handle :inherit.
6342 (face-read-string): Rephrase prompt to be less confusing.
6343 Assume that DEFAULT is a string, since we must return a string.
6344 (face-read-integer): Use `format' to turn DEFAULT into an
6345 acceptable default for face-read-string. Match NEW-VALUE against
6346 the string "unspecified", not the symbol `unspecified', since
6347 that's what face-read-string returns.
6348 (read-face-attribute): Lookup a name for old-value in valid, and
6349 use it as a default if we find one. Treat all values from
6350 face-read-string as strings. If the default is used, don't do any
6351 more processing on the value, just use the old value directly.
6352 (read-face-and-attribute, modify-face): Tweak prompt.
6353 (read-face-name): Don't assume prompt ends with a space.
6354
2d73e8d3
MB
6355 * faces.el (describe-face): Add support for :inherit attribute.
6356
a1a2e38f
KH
63572000-08-25 Kenichi Handa <handa@etl.go.jp>
6358
e84fa7c5
KH
6359 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6360 concat doesn't accept interger.
6361
a1a2e38f
KH
6362 * international/kkc.el: Remove SKK from Keywords. Require
6363 ja-dic-utl instead of skkdic-utl.
6364
6365 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6366 Provide ja-dic-cnv instead of skkdic-cnv.
6367 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6368 (iso-2022-7bit-short): Add safe-charsets property.
6369 (skkdic-convert-postfix): Search Japanese chou-on character in
6370 addition to Hiragana character.
6371 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6372 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6373 (batch-skkdic-convert): Likewise.
6374
6375 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6376 Provide ja-dic-utl instead of skkdic-utl.
6377 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6378
f6499c03
DL
63792000-08-24 Dave Love <fx@gnu.org>
6380
1c2c3f16
DL
6381 * disp-table.el (standard-display-default): Make the test of `l'
6382 useful.
6383
f6499c03
DL
6384 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6385 mod sample text.
6386
6387 * international/iso-ascii.el: Make pilcrow convenient string
6388 consistent with section.
6389 (iso-ascii-display): Set up multibyte characters as well as
6390 unibyte.
6391
c543db81
KH
63922000-08-24 Kenichi Handa <handa@etl.go.jp>
6393
6394 * international/mule-cmds.el (reset-language-environment): Set
6395 default-process-coding-system to '(undecided . iso-latin-1), which
6396 makes process I/O almost consistent with file I/O. Call this
6397 function when mule-cmds.el[c] is loaded.
6398
746d9caf
AI
63992000-08-22 Andrew Innes <andrewi@gnu.org>
6400
6401 * makefile.w32-in: New file.
6402
5484005d
MB
64032000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6404
6405 * comint.el (comint-output-filter): Compare end of
6406 comint-last-output-overlay with the start of the newly inserted
6407 text, not the end, when deciding whether to extend it.
9b4a7800 6408 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6409
6410 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6411 since this is now done independently of font-lock mode.
6412
7a912f63
GM
64132000-08-21 Gerd Moellmann <gerd@gnu.org>
6414
6415 * server.el (server-kill-new-buffers): New user option.
6416 (server-existing-buffer): New buffer-local variable.
6417 (server-visit-files): When using an existing buffer, set
6418 server-existing-buffer to t.
6419 (server-buffer-done): If server-kill-new-buffers is t, kill the
6420 buffer, unless it was already present before visiting it with
6421 Emacs server.
9b4a7800 6422
240301df
EZ
64232000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6424
6425 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6426 even if the display doesn't support colors: some displays will
6427 support bold/underline faces.
6428
cbcef616
GM
64292000-08-21 Gerd Moellmann <gerd@gnu.org>
6430
6917e6bb
GM
6431 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6432
cbcef616
GM
6433 * startup.el (command-line): If user's init file had an error,
6434 add explanatory text to *Messages*.
6435
6922b018
KH
64362000-08-21 Kenichi Handa <handa@etl.go.jp>
6437
6438 * man.el (Man-getpage-in-background): Decode the process output by
6439 the system locale coding system.
6440
e50c4203
DL
64412000-08-20 Dave Love <fx@gnu.org>
6442
96ab6351
DL
6443 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6444 Don't test x-popup-menu.
6445 (function) <complete-function>: Complete only fbound symbols.
6446 <validate, value>: New.
6447 (variable) <complete-function>: Complete only bound symbols.
6448 (coding-system): Add :base-only, :complete-function, :validate,
6449 :value, :prompt-match.
6450 (widget-coding-system-prompt-value): Use read-coding-system and
6451 act on :base-only.
6452 (editable-field): Add :help-echo.
6453 (widget-push-button-gui, widget-push-button-cache)
6454 (widget-gui-action, widget-editable-list-gui): COmment out, along
6455 with uses.
6456 (widget-at): Make arg optional.
6457 (widget-echo-help): Adjust for current help-echo calling sequence.
6458 (widget-specify-field, widget-specify-button)
6459 (widget-specify-insert, widget-get-sibling, widget-image-find)
6460 (widget-convert, widget-insert, widget-leave-text)
6461 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6462 (widget-setup, widget-field-find, widget-before-change)
6463 (widget-after-change, widget-default-complete)
6464 (widget-default-create, widget-default-delete)
6465 (widget-push-button-value-create, editable-field)
6466 (widget-field-prompt-value, widget-field-validate)
6467 (widget-choice-value-create, widget-choice-action)
6468 (widget-choice-validate, widget-checklist-add-item)
6469 (widget-radio-add-item, widget-radio-chosen)
6470 (widget-radio-value-inline, widget-editable-list-value-create)
6471 (widget-editable-list-entry-create)
6472 (widget-documentation-link-add)
6473 (widget-documentation-string-value-create)
6474 (widget-regexp-validate, widget-file-complete)
6475 (widget-sexp-validate, widget-plist-convert-widget)
6476 (widget-plist-convert-widget, widget-alist-convert-widget)
6477 (widget-alist-convert-widget, widget-color-complete): Simplify,
6478 particularly to avoid bindings which aren't optimized out.
6479
e50c4203
DL
6480 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6481 Doc fix.
6482 (down-list, backward-up-list, up-list, kill-sexp)
6483 (backward-kill-sexp, mark-sexp): Make arg optional.
6484 (lisp-complete-symbol): Add optional arg PREDICATE.
6485
6486 * cus-start.el: Add display-buffer-reuse-frames,
6487 file-coding-system-alist.
6488
511bd4eb
GM
64892000-08-20 Gerd Moellmann <gerd@gnu.org>
6490
6491 * startup.el (command-line): Clear realized faces after
6492 modifying TTY color mappings.
6493
a9de7d29
MB
64942000-08-20 Miles Bader <miles@gnu.org>
6495
6496 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6497 merely a subset of FACE's attributes.
6498
8a8023d9
MB
64992000-08-19 Miles Bader <miles@gnu.org>
6500
6501 * comint.el (comint-output-filter): Save the point with a marker,
6502 not just a buffer position.
6503
6504 * international/mule.el (set-buffer-process-coding-system): Make
6505 interactive prompt less confusing.
6506
1433385f
GM
65072000-08-19 Gerd Moellmann <gerd@gnu.org>
6508
6509 * hilit-chg.el: General cleanup of doc strings, comments and
6510 code formatting.
6511
136b4eda
MB
65122000-08-19 Miles Bader <miles@gnu.org>
6513
6514 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6515 Compiler macro removed; beginning-of-line is no longer always
6516 equivalent to forward-line, in the presence of fields.
6517
6518 * comint.el (comint-output-filter): Remove ad-hoc saving of
6519 restriction, and just use save-restriction, now that it works
6520 correctly. Don't adjust comint-last-input-start to account for
6521 our insertion; it shouldn't have moved because we don't use
6522 insert-before-markers anymore. Comment out call to
6523 `force-mode-line-update'; why is it here?
6524
6525 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6526 while checking for prompt to delete. Use `forward-line 0'
6527 instead of beginning-of-line.
6528 (gud-filter): Temporarily widen gud comint buffer while
6529 examining output.
6530
cdd0f857
SM
65312000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6532
ebf96bfa
SM
6533 * progmodes/sh-script.el: Big bag of typos.
6534
cdd0f857
SM
6535 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6536 check since ispell-process is not bound when ispell is not yet loaded.
6537
9bb7a286
DL
65382000-08-18 Dave Love <fx@gnu.org>
6539
6540 * image.el (find-image): Copy `spec' before using plist-put.
6541
74ec6045
GM
65422000-08-18 Gerd Moellmann <gerd@gnu.org>
6543
6544 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6545 `portugues'.
6546
6547 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6548 backward-kill-sexp, analogous to kill-sexp.
6549
6550 * progmodes/icon.el (icon-indent-line)
6551 (icon-is-continuation-line): Handle comments specially.
6552
65532000-08-17 Ken Stevens <k.stevens@ieee.org>
6554
6555 * ispell.el: Set to standard author/maintainer/keyword fields.
6556 Fine tuning to menu map appearance and operation, and added help.
6557 Remove `start' and `end' error messages when compiling.
6558 (ispell-choices-win-default-height): Fixed comment string.
6559 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6560 castellano8 dictionaries.
6561 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6562 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6563 dictionary, added italiano dictionary.
6564 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6565 word character
6566 (ispell-tex-skip-alists): Added psfig support.
6567 (ispell-skip-html): Renamed from ispell-skip-sgml.
6568 (ispell-begin-skip-region-regexp, ispell-skip-region)
6569 (ispell-minor-check): Improved html skipping support to skip across
6570 code, and recognize `&' commands without propper `;' syntax;
6571 (ispell-process-line): Fix alignment error when manually
6572 correcting spelling.
6573 (ispell): Fix comment string.
6574 (ispell-add-per-file-word-list): Always put word list on new line.
6575
3787e12e
GM
65762000-08-17 Gerd Moellmann <gerd@gnu.org>
6577
a7b28523
GM
6578 * format.el (format-encode-run-method): Fix error message to say
6579 `encode' instead of `decode'. Use save-window-excursion around
6580 shell-command-on-region as in format-decode-run-method because
6581 shell-command-on-region can display a buffer with error output.
6582 (format-decode): Don't record undo information for the decoding.
6583 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6584 that number part of the temporary buffer name so that more than
6585 one decoding using a temporary buffer can happen safely.
6586
6587 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6588 of `A-z' in the regexp.
6589
6590 * hilit-chg.el: Fix typos in commentary.
6591
3787e12e
GM
6592 * help.el (view-emacs-news): Rewritten for new naming scheme
6593 for old NEWS files.
6594
6595 * startup.el (command-line): Pop to *Messages* in case an error
6596 is signaled while loading user-init-file.
6597
d2473540
AS
65982000-08-17 Andreas Schwab <schwab@suse.de>
6599
6600 * files.el (insert-directory): Don't lose original file name,
6601 undoing an undocumented change.
6602
c0bbaf57
GM
66032000-08-17 Alex Schroeder <alex@gnu.org>
6604
6605 * sql.el (sql-magic-go): Use comint-bol.
6606 (sql-copy-column): Use comint-line-beginning-position.
6607 (comint-line-beginning-position): Define a replacement for
6608 comint-line-beginning-position if it is not fboundp.
6609
66102000-08-17 Alex Schroeder <alex@gnu.org>
6611
6612 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6613 it didn't have any effect anyway.
6614
66152000-08-17 Alex Schroeder <alex@gnu.org>
6616
6617 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6618 --pset and pager=off instead of sending \\o|cat at the beginning
6619 of the session.
6620
9d245da5
MB
66212000-08-17 Miles Bader <miles@gnu.org>
6622
6623 * progmodes/octave-inf.el: Add compatibility definition of
6624 comint-line-beginning-position.
6625
abfdbd2e
KH
66262000-08-17 Kenichi Handa <handa@etl.go.jp>
6627
6628 * startup.el (normal-top-level): Look in each dir in load-path for
6629 a leim-list.el file too. This assures of loading leim-list.el
6630 that is created at Emacs installation time even if a user have his
6631 own leim-list.el.
6632
a0b8c939
MB
66332000-08-17 Miles Bader <miles@gnu.org>
6634
6635 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6636 foreground color to black if the background is dark.
6637
7382bcae
SM
66382000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6639
6640 * loadhist.el (unload-feature): Typo.
6641
9b4a7800 6642 * finder.el (finder-compile-keywords):
7382bcae
SM
6643 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6644 to the generated file.
6645
6646 * mail/mh-e.el (mh-make-local-vars):
6647 Replace make-variable-buffer-local with make-local-variable.
6648
cdd0f857 6649 * play/landmark.el:
7382bcae 6650 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6651 * mail/mailabbrev.el (mail-abbrevs-mode):
6652 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6653 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6654
6655 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6656
6657 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6658 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6659 Allow going past the last element.
9b4a7800 6660 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6661 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6662 (cvs-mouse-toggle-mark): Don't move point.
6663 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6664
6665 * progmodes/compile.el (grep): Provide a default set of files.
6666 (next-error): Docstring fix.
6667 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6668
6669 * emacs-lisp/easy-mmode.el (define-minor-mode):
6670 Use `symbol-value' to keep the byte-compiler quiet.
6671
6672 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6673 (diff-find-source-location): New fun, extracted from diff-goto-source.
6674 (diff-goto-source): Use it.
6675 (diff-next-complex-hunk, diff-filter-lines): New function.
6676 (diff-apply-hunk): New command.
6677
6678 * smerge-mode.el (smerge-mode-menu): Doc fix.
6679
6680 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6681
4f00b8c1
DL
66822000-08-16 Dave Love <fx@gnu.org>
6683
2b5198bb
DL
6684 * windmove.el (windmove) <defgroup>: Add :version.
6685
6686 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6687 (goto-address-fontify-p, goto-address-highlight-p)
6688 (goto-address-url-face, goto-address-url-mouse-face)
6689 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6690 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6691 (goto-address-fontify, goto-address-at-mouse): Simplify,
6692 (goto-address-at-point): browse-url-url-at-point,
6693 goto-address-find-address-at-point can return nil.
6694 (goto-address-find-address-at-point): Return nil on failure.
6695
6696 * align.el (align) <defgroup>: Add :version.
6697
6698 * calculator.el (calculator): Add :version.
6699 (calculator): Use two lines for calculator window if `modeline'
6700 face is boxed.
6701
4f00b8c1
DL
6702 * play/5x5.el: Doc fixes.
6703 (5x5) <defgroup>: Add :version.
6704
6705 * play/fortune.el (fortune) <defgroup>: Add :version.
6706 (fortune-append): Fix error message.
6707 (fortune-from-region): Doc fix.
6708
6709 * play/pong.el (pong): Doc fix.
6710
6711 * play/morse.el: Keywords, commentary, autoloads.
6712
69db7ee7
EZ
67132000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6714
6715 * desktop.el (desktop-save): Don't look at symbol-value of a
6716 member of minor-mode-alist, unless it is boundp.
6717
10e1dad9
SS
67182000-08-16 Sam Steingold <sds@gnu.org>
6719
a0b8c939 6720 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6721 `while'; use `with-current-buffer' instead of `save-excursion'.
6722 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6723
9d7bcb2e
KH
67242000-08-16 Kenichi Handa <handa@etl.go.jp>
6725
6726 * international/ccl.el (declare-ccl-program): Docstring modified.
6727 (ccl-execute-with-args): Likewise.
6728
04231ab8
MB
67292000-08-16 Miles Bader <miles@gnu.org>
6730
9d245da5 6731 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6732 comint-line-beginning-position.
6733
f68446ef
GM
67342000-08-15 Gerd Moellmann <gerd@gnu.org>
6735
dc28878c
GM
6736 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6737 'buffer-menu' property.
6738 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6739 fails.
6740 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6741 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6742 wasn't killed.
10e1dad9 6743
58ed0d3b
GM
6744 * buff-menu.el (list-buffers-noselect): Don't display the
6745 *Buffer List* buffer.
6746
32dc52f7
GM
6747 * font-lock.el: Require jit-lock to prevent a very late
6748 `Loading jit-lock' message.
6749
f68446ef 6750 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6751 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6752 mail address.
6753
90ac90a2
MB
67542000-08-15 Miles Bader <miles@gnu.org>
6755
6756 * textmodes/ispell.el (ispell-graphic-p): New constant.
6757 (ispell-choices-win-default-height, ispell-help): Use
6758 `ispell-graphic-p' instead of `xemacsp'.
6759
b0a0e263
DL
67602000-08-15 Dave Love <fx@gnu.org>
6761
c1e757e3
DL
6762 * simple.el: Autoload widget-convert when compiling.
6763 (mail-user-agent): Doc fix.
6764
6765 * help.el (function-called-at-point, variable-at-point): Use
6766 with-syntax-table.
6767 (help-manyarg-func-alist): Add insert-and-inherit.
6768
6769 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6770
6771 * delsel.el (delsel-unload-hook): New function.
6772
6773 * find-file.el: Doc fixes. Move provide to end.
6774 (ff) <defgroup>: Add :link.
6775 (ff-goto-click): Deleted.
6776 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6777 Use mouse-set-point.
6778
6779 * textmodes/tildify.el: Doc fixes.
6780 (tildify) <defgroup>: Add:version.
6781
6782 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6783 (glasses-custom-set): Use set-default, not set.
6784 (minor-mode-alist): Propertize the lighter.
6785 (glasses-mode): Provide optional arg.
6786
5f847612
DL
6787 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6788 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6789 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6790 option. Provide :type.
6791 (cwarn-configuration): Provide :type.
6792 (cwarn-mode): Doc fix.
6793
6794 * add-log.el (change-log-merge): Doc fix.
6795 (change-log-redate): New command.
6796
b0a0e263
DL
6797 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6798 Doze and Dog.
6799 (browse-url): Use dolist, not mapcar.
6800 (browse-url-at-point): Check for null url.
6801 (browse-url-event-buffer, browse-url-event-point): Functions
6802 deleted.
6803 (browse-url-at-mouse, browse-url-netscape): Simplify.
6804
6805 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6806 modes.
6807 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6808 Fix previous change to mapcan.
6809 (msb--init-file-alist, msb--add-separators)
6810 (msb--make-keymap-menu): Simplify.
6811 (msb--choose-file-menu): Use copy-sequence.
6812 (msb-mode-map): Add title to keymap.
6813 (msb-unload-hook): New function.
6814
6815 * bs.el: Fix indentation.
6816 (bs) <defgroup>: Add :links.
2b5198bb
DL
6817 (bs-show): Doc fix.
6818 (bs-apply-sort-faces): Don't use window-system.
6819 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6820
70f1b78e
EZ
68212000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6822
6823 * calendar/timeclock.el (timeclock-file): Run .timelog through
6824 convert-standard-filename.
6825
956777b3
GM
68262000-08-14 Gerd Moellmann <gerd@gnu.org>
6827
3215096c
GM
6828 * emacs-lisp/authors.el: New file.
6829
956777b3
GM
6830 * paren.el (show-paren-priority): New user option.
6831 (show-paren-function): Set overlay priorities to
6832 show-paren-priority.
10e1dad9 6833
0cde1424
MB
68342000-08-14 Miles Bader <miles@gnu.org>
6835
6836 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6837 beginning-of-line with inhibit-field-text-motion bound.
6838
90cbf47e
GM
68392000-08-14 Gerd Moellmann <gerd@gnu.org>
6840
6841 * calendar/timeclock.el: New file.
6842
68432000-08-14 David Ponce <david@dponce.com>
6844
6845 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6846 `widget-button-click'. so that one can use left mouse button to
6847 click on dialog buttons.
6848
68492000-08-14 Emmanuel Briot <briot@gnat.com>
6850
6851 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6852 identifiers, since XML is case sensitive
10e1dad9 6853
79e8dca7 68542000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6855
660394d1
MB
6856 * comint.el (comint-output-filter): Don't bother frobbing
6857 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6858
6859 * comint.el (comint-send-string, comint-send-region): Make into
6860 real functions. Snapshot the prompt before sending.
6861
218c2cc7
EZ
68622000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6863
6864 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6865 technique similar to Info-index, instead of relying on specific
6866 names of relevant Index nodes.
6867 (Info-goto-emacs-command-node): Bind Info-history to nil when
6868 going to the first node found by Info-find-emacs-command-nodes.
6869
51e066d2 68702000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6871
6872 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6873
867102f2
MB
68742000-08-10 Miles Bader <miles@gnu.org>
6875
6876 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6877
af718538
EZ
68782000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6879
6880 * info.el (Info-file-list-for-emacs): More elements for the
6881 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6882 and woman manuals.
6883
c51bacd6
MB
68842000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6885
6886 * comint.el (comint-send-input): Make the newline boundary overlay
6887 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6888 (comint-output-filter): Use `insert' instead of
6889 `insert-before-markers'. Extend comint-last-output-overlay when
6890 necessary since we can't rely on insert-before-markers to do it.
6891 * gud.el (gud-filter): Use `with-current-buffer' instead of
6892 save-excursion when inserting the output, so that point gets
6893 updated correctly; the old method relied on a rather dodgy
6894 side-effect of comint-output-filter to avoid the effect of
6895 save-excursion.
6896
98532b12
EZ
68972000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6898
6899 * files.el (recover-file): Call insert-directory instead of
6900 invoking `ls' directly.
6901
3db4b719
MB
69022000-08-10 Miles Bader <miles@gnu.org>
6903
6904 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6905 (comint-last-prompt-overlay): New variables.
6906 (comint-output-filter): Implement prompt highlighting.
6907 (comint-snapshot-last-prompt): New function.
6908 (comint-send-input): Snapshot the last prompt.
6909 Use comint-highlight-input-face.
6910 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6911 Use defface instead of defcustom.
6912 (send-invisible, comint-send-eof): Snapshot the last prompt.
6913 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6914 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6915
96190aa1
SM
69162000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6917
5cda4b07
SM
6918 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6919 (regexp-opt-group): Use a list of chars for `letters'.
6920 (regexp-opt-charset): `chars' is now a list of chars.
6921 Use a char-table rather than a vector so it works for multibyte chars.
6922
96190aa1
SM
6923 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6924 Set cvs-minor-current-files to the selected fileinfo.
6925 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6926 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6927
7d093d56
EZ
69282000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6929
6930 * files.el (insert-directory): Don't call access-file on
6931 directories on DOS and Windows.
6932
b24c5811
KH
69332000-08-09 Kenichi Handa <handa@etl.go.jp>
6934
6935 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6936 longer if necessary.
6937 (ccl-embed-code): Call ccl-embed-data to store CODE in
6938 ccl-program-vector.
6939
0a6fd67e
MB
69402000-08-09 Miles Bader <miles@gnu.org>
6941
6942 * comint.el (comint-output-filter): Properly handle the case where
6943 the text surrounded by comint-last-output-overlay was deleted.
6944
9f6d1a6c
GM
69452000-08-08 Gerd Moellmann <gerd@gnu.org>
6946
25ad1371
GM
6947 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6948 non-nil.
6949 (Info-file-list-for-emacs): Remove "info" from the list because
6950 that leads to trying to use the documentation from file `info'
6951 in various situations where it isn't appropriate, for instance
6952 C-h C-k C-h i.
6953
6954 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6955 DIR and/or STRING are nil.
6956
6957 * progmodes/compile.el (compilation-setup): Make variable
6958 compilation-error-screen-columns buffer-local, as some comment
6959 in the code suggests it should be.
6960
6961 * files.el (auto-mode-interpreter-regexp): New variable.
6962 (set-auto-mode): Use it.
6963
6964 * indent.el (indent-for-tab-command): Doc fix.
6965
6966 * mouse-sel.el (mouse-sel-mode): Doc fix.
6967
9f6d1a6c
GM
6968 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6969 labels.
6970
6971 * help.el (print-help-return-message): When
6972 display-buffer-reuse-frames is set, let the help window been quit,
6973 instead of deleting it, which might delete a reused frame.
6974
3d819a75
EZ
69752000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6976
6977 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6978 rename a directory to a name that differs only by its letter case.
6979
c5a52529
KH
69802000-08-08 Kenichi Handa <handa@etl.go.jp>
6981
6982 * international/quail.el (quail-define-rules): Handle Quail decode
6983 map correctly. Add code for supporting annotations.
6984 (quail-install-decode-map): New function.
6985 (quail-defrule-internal): New optional arguments decode-map and
6986 props.
6987 (quail-advice): New function.
6988
5e9e032a
SS
69892000-08-07 Sam Steingold <sds@gnu.org>
6990
6991 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6992 `defconst', `define-condition', `with-slots'.
6993 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6994
46645f4b
MB
69952000-08-03 Miles Bader <miles@gnu.org>
6996
6997 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6998 New variable.
6999 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7000 comint-use-prompt-regexp-instead-of-fields.
7001 (comint-send-input): Add `input' field property to stuff we send to
7002 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7003 (comint-output-filter): Add `output' field property to process
7004 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7005 (comint-replace-by-expanded-history)
7006 (comint-get-old-input-default, comint-show-output)
7007 (comint-backward-matching-input, comint-forward-matching-input)
7008 (comint-next-prompt, comint-previous-prompt): Use field
7009 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7010 (comint-line-beginning-position): New function.
7011 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7012 (comint-replace-by-expanded-history-before-point): Use
7013 comint-line-beginning-position and line-end-position.
7014 (comint-last-output-overlay): New variable.
7015 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7016
7017 * shell.el (shell-prompt-pattern): Doc change.
7018 (shell-backward-command): Use line-beginning-position.
7019
7020 * gud.el (gud-gdb-complete-command): Use
7021 comint-line-beginning-position.
7022
7023 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7024 comint-bol doesn't actually go to the beginning of the line.
7025
7026 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7027 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7028 (try-expand-line-all-buffers): Likewise.
7029
7030 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7031 explicitly matching comint-prompt-regexp.
7032 (sql-copy-column): Use comint-line-beginning-position instead of
7033 explicitly matching comint-prompt-regexp.
7034
7035 * progmodes/octave-inf.el (inferior-octave-complete): Use
7036 comint-line-beginning-position.
7037
7038 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7039
7040 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7041 looking for a prompt, use `forward-line 0' instead of
7042 `beginning-of-line', to avoid getting caught by an input field.
7043
ff3d9573
GM
70442000-08-07 Gerd Moellmann <gerd@gnu.org>
7045
7046 * files.el (shell-quote-wildcard-pattern): Make sure to return
7047 PATTERN, in the Unix case.
7048
e0d8827b
EZ
70492000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7050
7051 * play/zone.el (zone): Discard any pending input before running
7052 the randomly-chosen pgm.
7053
24d55b8f
KH
70542000-08-07 Kenichi Handa <handa@etl.go.jp>
7055
7056 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7057 checking the existence of any multibyte characters.
7058
3d05e1ee
GM
70592000-08-06 Gerd Moellmann <gerd@gnu.org>
7060
6c4a4368
GM
7061 * help.el (describe-mode): Test minor-mode symbol for being
7062 bound before testing its value for being nil.
7063
3d05e1ee
GM
7064 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7065 `first', `second', and `third'.
7066
7067 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7068 (second): Make it an alias for `cadr'.
7069
6968a481
EZ
70702000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7071
7072 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7073 types of display support faces now.
7074
e49aa397
GM
70752000-08-05 Gerd Moellmann <gerd@gnu.org>
7076
7077 * pcvs.el (require): Require `cl' during compilation, only.
7078
7079 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7080 (toplevel): Remove `remq' and `remove' from autoloads.
7081 (cl-fake-autoloads): New variable. If set, arrange for an error
7082 when CL functions etc. are autoloaded.
7083
588aca27
EZ
70842000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7085
2e78d4ab
EZ
7086 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7087
85628348
EZ
7088 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7089 popped up, but the user clicks outside the menu, return an empty
7090 regexp (that causes unhighlight-regexp to have no effect).
7091
74f0e552
EZ
7092 * menu-bar.el (menu-bar-games-menu): Add Zone.
7093
588aca27
EZ
7094 * hi-lock.el (toplevel): Require font-lock.
7095
f4988be7
GM
70962000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7097
ba087cd7 7098 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7099 (ebnf-8-bit-chars): New var for bug fix.
7100 (ebnf-string): Bug fix.
7101
027b73ac
SS
71022000-08-03 Sam Steingold <sds@gnu.org>
7103
7104 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7105 instead of `buffer-string'.
7106 (require 'cl): Always, not just when compiling.
7107 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7108 necessary.
7109
2f1fa038
EZ
71102000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7111
7112 * international/mule-cmds.el (select-safe-coding-system): Make
7113 the message text about selecting a safe coding system more clear.
7114
ead53494
GM
71152000-08-02 Gerd Moellmann <gerd@gnu.org>
7116
abb2db1c
GM
7117 * hi-lock.el: New file.
7118
7119 * play/zone.el: New file.
7120
ead53494
GM
7121 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7122 value of tab-width in the original buffer. Choose a line number
7123 format that's a multiple of the original buffer's tab width, so
7124 that lines appear right.
7125
7126 * textmodes/ispell.el (ispell): New function, replacing an alias.
7127 Spell-check active region if in transient-mark-mode and mark
7128 is active; otherwise spell-check buffer.
7129
71302000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7131
7132 * ps-mule.el: Fix a customization problem on
7133 ps-mule-font-info-database-default.
7134
f4a2b0a4
EZ
71352000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7136
7137 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7138 display-mouse-p instead of window-system.
7139 (ebrowse-member-mode-map): Ditto.
7140
b685181e
GM
71412000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7142
ba087cd7
EZ
7143 * progmodes/ebnf2ps.el: Update ps-print functions call.
7144 Indentation fix. Doc fix.
b685181e
GM
7145 (ebnf-version): New version number (3.2).
7146 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7147
3b5fab87
EZ
71482000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7149
032ebb29
EZ
7150 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7151 font lock support on window-system.
7152 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7153
3b5fab87
EZ
7154 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7155 display-color-p, if fboundp, instead of window-system.
7156
7e2605e7
EZ
71572000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7158
7159 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7160 instead of window-system.
7161
7162 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7163 window-system.
7164 (widget-choice-mouse-down-action): Use display-popup-menus-p
7165 instead of window-system.
7166
7167 * strokes.el (strokes-file): Run the file name through
7168 convert-standard-filename.
7169 (strokes-mode): Call display-mouse-p instead of looking at
7170 window-system. Change the error message accordingly.
7171
7172 * progmodes/cpp.el (toplevel): Support faces on tty's.
7173
7174 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7175 (lm-plot-square, lm-init-display): Don't use window-system.
7176
7177 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7178 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7179
7180 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7181 instead of looking at window-system.
7182
26119624
GM
71832000-07-30 Gerd Moellmann <gerd@gnu.org>
7184
7185 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7186 of testing if iswitchb-prepost-hooks is bound, because the
7187 latter will always be true when invoking a recursive minibuffer
7188 from an active Iswitchb buffer.
7189
c90596f3
EZ
71902000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7191
7192 * files.el (shell-quote-wildcard-pattern): New function.
7193 (insert-directory): Call it. Only prepend "\" to command on Unix
7194 and GNU/Linux systems.
7195
18925e78
GM
71962000-07-30 Gerd Moellmann <gerd@gnu.org>
7197
7198 * eshell/esh-groups.el: Change custom :link file names
7199 from `eshell.info' to `eshell'.
7200
72012000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7202
7203 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7204 correctly in recursive ange-ftp listings.
7205
72062000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7207
7208 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7209 ps-header-font-size-internal and
7210 ps-header-title-font-size-internal variables are not set,
7211 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7212 face text property is (foreground-color . COLOR) or
7213 `(background-color . COLOR)', ps-print crashes. Doc fix.
7214 (ps-print-version): New version number (5.2.4).
7215 (ps-plot-region): Code fix.
7216 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7217 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7218 Bug fix 2.
7219
72202000-07-30 Milan Zamazal <pdm@freesoft.cz>
7221
7222 * glasses.el (glasses-make-readable): Fix uncapitalization of
7223 identifiers like `myXMLDocument'.
7224
aeb4c63e
KF
72252000-07-28 Karl Fogel <kfogel@red-bean.com>
7226
18925e78
GM
7227 * mail/mail-hist.el (mail-hist-previous-input)
7228 (mail-hist-next-input): Do the obvious code factorization.
7229 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7230 code of above two.
7231 If inserting a message body, leave point at top.
7232
9d453139
SS
72332000-07-28 Sam Steingold <sds@gnu.org>
7234
7235 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7236 Use `<=', not `<' to compare times!
7237 (ange-ftp-ls): Remove.
9d453139 7238
b548072f
GM
72392000-07-27 Gerd Moellmann <gerd@gnu.org>
7240
27848c01
GM
7241 * play/cookie1.el: Add explanation of how to make cookie.el
7242 compatible with strfile(1) to comment.
7243
7244 * subr.el (remove, remq): New functions.
7245
3ab82477
GM
7246 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7247 escape `*' in regexps.
7248 (midnight-find): Reverse order of arguments in the funcall of
7249 TEST.
7250
7251 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7252 and `.class'.
7253
b548072f
GM
7254 * play/meese.el: Add Commentary section.
7255
27848c01
GM
72562000-07-27 Alex Schroeder <alex@gnu.org>
7257
7258 * sql.el (sql-ms): Added autoload cookie.
7259 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7260 (sql-oracle): Ditto.
7261 (sql-help): Doc change.
7262
7263 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7264 types and exceptions.
7265
72662000-07-27 Alex Schroeder <alex@gnu.org>
7267
7268 * sql.el (sql-placeholder-history): New variable.
7269 (sql-query-placeholders-and-send): New function that will query
7270 the user and replace placeholders with user input.
7271 (sql-oracle): If running on NT, set comint-input-sender to
7272 sql-query-placeholders-and-send.
7273
7274 (sql-stop): If in the SQLi buffer, insert stop notification, else
7275 present it as a message.
7276
72772000-07-27 Alex Schroeder <alex@gnu.org>
7278
7279 * sql.el (sql-input-ring-separator): Doc change.
7280 (sql-input-ring-file-name): Doc change.
7281 (sql-interactive-mode): Use `sql-input-ring-separator' and
7282 `sql-input-ring-file-name' to set the comint-mode equivalents
7283 without making them local variables.
7284 (sql-stop): Don't bind `sql-input-ring-separator' and
7285 `sql-input-ring-file-name' dynamically to their comint-mode
7286 equivalents.
7287
91ae8751
KH
72882000-07-27 Kenichi Handa <handa@etl.go.jp>
7289
7290 * international/mule.el (register-char-codings): New function.
7291 (make-coding-system): Handle `safe-chars' specification in the arg
7292 PROPERTY.
7293
7294 * international/mule-cmds.el
7295 (find-coding-systems-region-subset-p): This function deleted.
7296 (sort-coding-systems-predicate): New variable.
7297 (sort-coding-systems): New function.
7298 (find-coding-systems-region): Use
7299 find-coding-systems-region-internal.
7300 (find-coding-systems-string): Use find-coding-systems-region.
7301 (find-coding-systems-for-charsets): Check
7302 char-coding-system-table.
7303 (select-safe-coding-system-accept-default-p): New variable.
7304 (select-safe-coding-system): Mostly rewritten. New argument
7305 ACCEPT-DEFAULT-P.
7306 (select-message-coding-system): Call select-safe-coding-system
7307 with ACCEPT-DEFAULT-P arg.
7308 (reset-language-environment): Reset default-sendmail-coding-system
7309 to the default value iso-latin-1.
7310 (set-language-environment): Don't set the obsolete variable
7311 charset-origin-alist.
7312
7313 * international/codepage.el (cp-coding-system-for-codepage-1):
7314 Give `safe-chars' property to make-coding-system.
7315
7316 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7317 calling select-message-coding-system twice.
7318
7319 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7320 instead of `safe-charsets'.
7321 (cyrillic-alternativnyj): Likewise.
7322 (ccl-encode-alternativnyj): Don't check the charset
7323 cyrillic-iso8859-5.
7324
90cf4474
KH
73252000-07-27 Kenichi Handa <handa@etl.go.jp>
7326
7327 * composite.el (compose-chars-after): Preserve match data.
7328
a1f84f6d
SS
73292000-07-26 Sam Steingold <sds@gnu.org>
7330
7331 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7332 (ange-ftp-real-file-newer-than-file-p): New function.
7333 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7334 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7335
7336 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7337 * midnight.el (midnight-float-time): Ditto.
7338
e092928e
AS
73392000-07-26 Andreas Schwab <schwab@suse.de>
7340
7341 * files.el (normal-backup-enable-predicate): Correct
7342 interpretation of the return value of compare-strings.
7343
7465ebef
GM
73442000-07-26 Gerd Moellmann <gerd@gnu.org>
7345
3353ef5a
GM
7346 * isearch.el (isearch-resume): New function.
7347 (isearch-done): Add something to command-history to resume
7348 the search.
7349 (isearch-yank-line, isearch-yank-word): Use
7350 buffer-substring-no-properties instead of buffer-substring.
7351
7465ebef
GM
7352 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7353 of flyspell-mouse-map.
7354
7355 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7356 duplicate definition.
7357 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7358
7359 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7360 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7361
5044b74a
SS
73622000-07-25 Sam Steingold <sds@gnu.org>
7363
25759a92
SS
7364 * net/ange-ftp.el: Get modtime over the net.
7365 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7366 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7367 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7368 Use it.
7369 (ange-ftp-dot-to-slash): New function.
7370 (ange-ftp-fix-name-for-vms): Use it.
7371
5044b74a
SS
7372 * midnight.el (midnight-buffer-display-time): Use
7373 `with-current-buffer'.
7374
5dcfb3f4
GM
73752000-07-25 Gerd Moellmann <gerd@gnu.org>
7376
7377 * find-dired.el: Update copyright notice.
7378 (find-dired): Offer to kill a running `find'.
7379
7380 * enriched.el (enriched-face-ans): For a `foreground-color'
7381 property, return '(("x-color" COLOR))' so that COLOR will be
7382 output as a parameter of the x-color annotation. Likewise for the
7383 `background-color' property. In the case of normal face
7384 properties, don't return annotations for unspecified foreground
7385 and background face attributes.
7386
8c662166
KH
73872000-07-25 Kenichi Handa <handa@etl.go.jp>
7388
7389 * language/japan-util.el (japanese-katakana-region): Fix handling
7390 HANKAKU argument.
7391
c28da489
MB
73922000-07-25 Miles Bader <miles@gnu.org>
7393
7394 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7395 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7396 constrain-to-field.
7397
ad349719
AI
73982000-07-24 Andrew Innes <andrewi@gnu.org>
7399
7400 * timer.el (timer-activate-when-idle): Add optional parameter
7401 DONT-WAIT. Update docstring.
7402 (run-with-idle-timer): Specify extra parameter to
7403 timer-activate-when-idle, so that timer will be activated
7404 immediately if Emacs is already idle.
7405
7406 * w32-fns.el (w32-using-nt): Fix docstring.
7407
c95162f5
DL
74082000-07-24 Dave Love <fx@gnu.org>
7409
7410 * mouse.el (popup-menu): Set last-command-event.
7411 (mouse-major-mode-menu-prefix): Declare.
7412
e3c31fd5
GM
74132000-07-24 Gerd Moellmann <gerd@gnu.org>
7414
7415 * textmodes/flyspell.el: Update to author's version 1.5d.
7416
7417 * progmodes/hideshow.el: Update copyright notice.
7418
7419 * vcursor.el: Set maintainer to FSF, since author cannot
7420 be reached.
7421
7636d2a3
EZ
74222000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7423
fbe0a958
EZ
7424 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7425 the prompt.
7426
7636d2a3
EZ
7427 * mouse.el (popup-menu): Run the keymap through indirect-function,
7428 in case it was defined with define-prefix-key. If the menu is a
7429 list of keymaps, look up the binding of user's choice in each one
7430 of the keymaps.
7431 (mouse-popup-menubar): If the global and local menu-bar keymaps
7432 don't have a prompt string, create one and insert it into the
7433 keymap. Don't barf if current-local-map returns nil.
7434
e024b101
GM
74352000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7436
7437 * dired.el (dired-sort-R-check): Added to allow recursive listing
7438 to be undone.
7439 (dired-sort-other): Use it.
7440
7972fcfc
GM
74412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7442
e024b101 7443 * Release of cc-mode 5.27
7972fcfc
GM
7444
74452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7446
7447 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7448 c-beginning-of-statement-1 that caused a bad case of recursion
7449 which could consume a lot of CPU in large classes in languages
7450 that have in-expression classes (i.e. Java and Pike).
7451
7452 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7453 statements before top level constructs (i.e. case 6 is moved
7454 before case 5 and is now case 4) to catch in-expression
7455 classes in top level expressions correctly.
7456
74572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7458
7459 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7460 objc-method-intro. Case 4 removed and case 5I added.
7461
7462 * cc-langs.el (c-append-paragraph-start): New variable used by
7463 c-common-init to get paragraph-start correct.
7464 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7465 initialize paragraph-start to make it correct both with and
7466 without the javadoc special case.
7467
7468 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7469 initialize paragraph-start for javadoc markup.
7470
7471 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7472 change by defaulting this to t. It's motivated by the
7473 confusing behavior that otherwise arise from the style system
7474 when editing both java and non-java files at the same time
7475 (see the comments about style setting in c-common-init).
7476
74772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7478
7479 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7480 similar to the one in c-fill-paragraph to check the fill
7481 prefix from the adaptive fill function for sanity.
7482
74832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7484
7485 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7486 defun block.
7487
74882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7489
5044b74a 7490 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7491
74922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7493
7494 * cc-align.el (c-lineup-multi-inher): Handle lines with
7495 leading comma nicely. Extended to handle member initializers
7496 too.
7497
e024b101 7498 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7499 c-guess-basic-syntax): Fixed recognition of inheritance lists
7500 when the lines begins with a comma.
7501
5044b74a 7502 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7503
7504 * cc-vars.el (c-offsets-alist): Changed default for
7505 member-init-cont to c-lineup-multi-inher since it now handles
7506 member initializers and indents better for leading commas.
7507
75082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7509
7510 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7511 handling that caused class open lines to be recognized as
7512 statement-conts in some cases.
7513
7514 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7515 guessed by the adaptive fill function unless point is on the
7516 first line of a block comment.
7517
7518 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7519 when the buffer ends with a macro continuation char.
7520
7521 * cc-engine.el (c-guess-basic-syntax): Added support for
7522 function definitions as statements in Pike. The first
7523 statement in a lambda block is now labeled defun-block-intro
7524 instead of statement-block-intro.
7525
7526 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7527 so that the class surrounding point is selected, not the one
7528 innermost in the state.
7529
7530 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7531 recognition of switch labels having hanging multiline
7532 statements.
7533
7534 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7535 some code in c-guess-basic-syntax to a separate function.
7536 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7537 recognition of member inits with multiple line arglists.
7538 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7539 member-init-cont when the commas are in funny places.
7540
75412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7542
7543 * cc-defs.el (c-auto-newline): Removed this macro since it's
7544 not used anymore.
7545
7546 * cc-engine.el (c-looking-at-bos): New helper function.
7547 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7548 inexpr and toplevel classes apart in Pike.
7549
7550 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7551 of case 9A.
7552
7553 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7554 constant, since "class" can introduce an in-expression class
7555 in Pike nowadays.
7556
75572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7558
7559 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7560 indentation on cpp-macro lines.
7561
7562 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7563 a syntax modifier like comment-intro, to make it possible to
7564 get syntactic indentation for preprocessor directives. It's
7565 incompatible wrt to lineup functions on cpp-macro, but it has
7566 no observable effect in the 99.9% common case where cpp-macro
7567 is set to -1000.
7568
75692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7570
7571 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7572 member-init-cont when the preceding arglist is several lines.
7573
75742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7575
7576 * cc-styles.el (c-style-alist): The basic offset for the BSD
7577 style corrected to 8.
7578
75792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7580
7581 * cc-styles.el (c-style-alist): Adjusted the indentation of
7582 brace list openers in the gnu style.
7583
75842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7585
7586 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7587
7588 * cc-cmds.el (c-electric-brace, c-electric-slash,
7589 c-electric-star, c-electric-semi&comma, c-electric-colon,
7590 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7591 when c-syntactic-indentation is nil.
7592
7593 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7594 we were left at comments preceding the first statement when
7595 reaching the beginning of the buffer.
7596
7597 * cc-vars.el (c-syntactic-indentation): New variable to turn
7598 off all syntactic indentation.
7599
76002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7601
7602 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7603 between the text and the block comment ender when it hangs,
7604 depending on how many there are before the fill.
7605
76062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7607
7608 * cc-engine.el (c-beginning-of-closest-statement): New helper
7609 function to go back to the closest preceding statement start,
7610 which could be inside a conditional statement.
7611 * cc-engine.el (c-guess-basic-syntax): Use
7612 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7613
7614 * cc-engine.el (c-guess-basic-syntax): Better handling of
7615 arglist-intro, arglist-cont-nonempty and arglist-close when
7616 the arglist is nested inside parens. Cases 7A, 7C and 7F
7617 changed.
7618
7619 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7620 up-to-date with javadoc 1.2.
7621
76222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7623
7624 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7625 multiline Pike type decls.
7626
76272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7628
7629 * cc-cmds.el (c-indent-new-comment-line): Always break
7630 multiline comments in multiline mode, regardless of
7631 comment-multi-line.
7632
76332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7634
7635 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7636 fully::qualified::names in C++ member init lists. Preamble in
7637 case 5D changed.
7638
76392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7640
7641 * cc-langs.el (c-common-init): Handling of obsolete variables
7642 moved to c-initialize-cc-mode. More compatible style override
7643 when using global style variables.
7644 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7645 variables moved here.
7646
e024b101 7647 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7648 c-special-indent-hook as a style variable. Don't talk about
7649 doing (c-make-styles-buffer-local t) in a mode hook, since
7650 that's already too late to work right.
5044b74a 7651
7972fcfc
GM
7652 * cc-styles.el (c-make-styles-buffer-local): Flag style
7653 variable localness in c-style-variables-are-local-p to make
7654 the compatibility measure in c-common-init work well.
7655
7656 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7657 longer contain set-from-style.
7658 * cc-styles.el (c-initialize-builtin-style): Don't check for
7659 set-from-style on c-special-indent-hook.
7660 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7661 copy-alist is sufficient now.
7662
7663 * cc-styles.el (c-set-style, c-set-style-1,
7664 c-get-style-variables): Fixes to variable initialization so
7665 that duplicate entries in styles have the same effect
7666 regardless of DONT-OVERRIDE.
7667
7668 * cc-styles.el (c-set-style-2): Fixed bug where the
7669 initialization of inheriting styles failed when the
7670 dont-override flag is set.
7671
7672 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7673 on this.
7674
76752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7676
7677 * cc-defs.el (c-forward-comment): Removed the workaround
7678 introduced in 5.38 since it had worse side-effects. If a line
7679 contains the string "//\"", it regarded the // as a comment
7680 start since the \ temporarily doesn't have escape syntax.
7681
76822000-07-17 Emmanuel Briot <briot@act-europe.fr>
7683
7684 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7685 ada-xref.el before ada-prj.el, so that the Project menu is created
7686 when ada-prj tries to add to it.
7687 (ada-activate-keys-for-case): Suppress the characters that are not
7688 part of the Ada syntax. Better compatibility with else-mode
7689 (ada-adjust-case-interactive): When auto-casing is not active,
7690 correctly insert newlines (used to insert only ^M). Prevent the
7691 syntax table from being changed in case of an error
814299a7 7692 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7693 Do nothing if ada-auto-case is nil.
7694 (ada-after-keyword-p): Ignore keywords that are also attributes
7695 (ada-batch-reformat): Update usage comment
7696 (ada-call-from-contextual-menu): New function
7697 (ada-case-read-exceptions): Reinitialize the casing exception list
7698 first to nil first, so that the casing exception file can be
7699 shared.
7700 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7701 files.
7702 (ada-compile-goto-error): Fix regexp used to detect a file:line
7703 anywhere in the error message
7704 (ada-contextual-menu-last-point): New variable
7705 (ada-create-keymap): If the variable delete-key-deletes-forward is
7706 t on XEmacs, it means that DEL should delete one character
7707 forward.
7708 (ada-create-menu): Use :included instead of :visible for XEmacs.
7709 New submenu "Options".
7710 (ada-end-stmt-re): Correctly indent "select ... then abort"
7711 statements.
7712 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7713 even if they don't match ada-fill-comment-prefix Fix handling of
7714 paragraphs on the first or last line of a file.
7715 (ada-format-paramlist): Fix handling of default parameter values.
7716 (ada-get-body-name): New function.
7717 (ada-get-current-indent): Optimized by searchling directly for an
7718 existing generic part or a statement outside of it. Handle
7719 ada-indent-align-comments when indenting comments Replaced some
7720 regexps by testing directly the next character. This results in a
7721 huge speedup on some files. New indentation scheme for renames
7722 statements. Stop looking for the 'while' or 'for' associated with
7723 a 'loop' at the first semicolon encountered. A "return" can also
7724 match an anonymous access subprogram declaration.
7725 (ada-get-indent-noindent): Ignore strings and comments when
7726 looking for the keywords "record" and "private".
7727 (ada-goto-matching-decl-start): When matching "if", make sure we
7728 are not in fact seeing "end if". Ignore "when" statements except
7729 when initial keyword was "begin". Fix handling of nested
7730 procedures. Add a recursive call to this function to skip over
7731 other 'end' statmts. Fix indentation for "when .. => begin"
7732 (ada-in-open-paren-p): Fix indentation for complex boolean
7733 expressions, where 'and then', 'or else' and parenthesis
7734 statements are mixed up.
7735 (ada-in-paramlist-p): Skip comments while searching for the
7736 beginning Fix handling of operator declarations.
7737 (ada-indent-align-comments): New variable
7738 (ada-indent-current): Change the syntax table only in the
7739 protected section, so that we are sure it is restored correctly.
7740 (ada-indent-on-previous-lines): Use ada-use-indent and
7741 ada-with-indent Correctly indent "select ... then"
7742 (ada-indent-region): Slight speedup.
7743 (ada-indent-renames): New variable.
7744 (ada-last-which-function-subprog, ada-last-which-function-line):
7745 New variables
7746 (ada-looking-at-semi-private): Correctly indent the 'private'
7747 keyword when it is the first word in a package declaration.
7748 (ada-loose-case-word): Stop searching if at the end of the buffer.
7749 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7750 even if point is not initially at the end of the word.
7751 (ada-matching-decl-start-re): Add "when".
7752 (ada-mode): Add support for abbrev-mode, outline-mode and
7753 which-func-mode Override the old find-file.el entry in
7754 ff-special-constructs since it is using the obsolete
7755 ada-spec-suffix variable
7756 (ada-no-auto-case): New function
7757 (ada-scan-paramlist): When parsing the argument type, accept
7758 spaces (as in "X 'Class", generated by Rational Rose).
7759 (ada-other-file-name): No longer loads the other file.
7760 (ada-popup-menu): Save and restore the current buffer and cursor
7761 position before and after displaying the menu.
7762 (ada-search-ignore-complex-boolean): New function.
7763 (ada-uncomment-region): Emacs21 already knows how to delete
7764 comments not starting in the first column.
7765 (ada-use-indent): New variable
7766 (ada-which-function): New function.
7767 (ada-with-indent): New variable
7768 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7769 can be batch-compiled from the command line.
7770
7771 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7772 Add to the menu when the file is loaded, not in ada-mode-hook.
7773 Add -toolbar to the default ddd command Switches moved from
7774 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7775 ada-prj-default-comp-opt
7776 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7777 Reference Manual to the menu
7778 (ada-check-current): rewritten as a call to ada-compile-current
7779 (ada-compile): Removed.
7780 (ada-compile-application, ada-compile-current, ada-check-current):
7781 Set the compilation-search-path so that compile.el automatically
7782 finds the sources in src_dir. Automatic scrollong of the
7783 compilation buffer. C-uC-cC-c asks for confirmation before
7784 compiling
7785 (ada-compile-current): New parameter, prj-field
7786 (ada-complete-identifier): Load the .ali file before doing
7787 processing
7788 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7789 conform to gnatmake's behavior.
7790 (ada-find-file-in-dir): New function
7791 (ada-find-references): Set the environment variables for gnatfind
7792 (ada-find-src-file-in-dir): New function.
7793 (ada-first-non-nil): Removed
7794 (ada-gdb-application): Add support for jdb, the java debugger.
7795 (ada-get-ada-file-name): Load the original-file first if not done
7796 yet.
7797 (ada-get-all-references): Handles the new ali syntax (parent types
7798 are found between <>).
7799 (ada-initialize-runtime-library): New function
7800 (ada-mode-hook): Always load a project file when a file is opened,
7801 so that the casing exceptions are correctly read.
7802 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7803 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7804 to open the project file, since the latter does not work with
7805 speedbar Get default values before loading the prj file, or the
7806 default executable file name is wrong. Use the absolute value of
7807 src_dir to initialize ada-search-directories and
7808 compilation-search-path,... Add the standard runtime library to
7809 the search path for find-file.
7810 (ada-prj-default-debugger): Was missing an opening '{'
7811 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7812 variables.
7813 (ada-prj-default-gnatmake-opt): New variable
7814 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7815 buffers, the project file is the default one Save the windows
7816 configuration before displaying the menu.
7817 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7818 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7819 ...) regexp-quote identifiers names to support operators +,
7820 -,... in regexps.
7821 (ada-remote): New function.
7822 (ada-run-application): Erase the output buffer before starting the
7823 run Support remote execution of the application. Use
7824 call-process, or the arguments are incorrectly parsed
7825 (ada-set-default-project-file): Reread the content of the active
7826 project file, not the one from the current buffer When a project
7827 file is set as the default project, all directories are
7828 automatically associated with it.
7829 (ada-set-environment): New function
7830 (ada-treat-cmd-string): New special variable ${current}
7831 (ada-treat-cmd-string): Revised. The substitution is now done for
7832 any ${...} substring
7833 (ada-xref-current): If no body was found, compiles the spec
7834 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7835 compiler to get rid of command line length limitations.
7836 (ada-xref-get-project-field): New function
7837 (ada-xref-project-files): New variable
7838 (ada-xref-runtime-library-specs-path)
7839 (ada-xref-runtime-library-ali-path): New variables
7840 (ada-xref-set-default-prj-values): Default run command now does a
7841 cd to the build directory. New field: main_unit Provide a default
7842 file name even if the current buffer has no prj file.
7843
7844 * ada-prj.el:
7845 Rewritten to show a tabbed-dialog.
7846 (ada-prj-add-ada-menu): Remove the map and name parameters.
7847 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7848 New function
7849 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7850 (ada-prj-load-from-file): New function
7851 (ada-prj-save): Always save fields that depend on the current buffer
7852 (ada-prj-show-value): New function
5044b74a 7853
7972fcfc
GM
7854 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7855 Ada mode. This will allow us to display the Ada menu in any buffer
7856 we want (for project items).
7857 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7858 number of spaces in the header.
5044b74a 7859
8730a8da
DL
78602000-07-24 Dave Love <fx@gnu.org>
7861
7862 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7863
db3ca487
NF
78642000-07-23 Noah Friedman <friedman@splode.com>
7865
ad953485
NF
7866 * type-break.el (type-break): perform autosave.
7867 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7868 (type-break-do-query): Cancel query schedule while performing
7869 actual query, to avoid possibility of a second query being made
7870 while first one is already in progress.
7871 (type-break-time-stamp-format): New variable.
7872 (type-break-time-stamp): New function.
7873 (type-break-time-warning): Use it.
7874 (type-break-keystroke-warning): Use it.
7875 (type-break-noninteractive-query): Use it.
7876
03a9c6d0
NF
7877 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7878 cookie.
7879 Use add-minor-mode to set minor-mode-alist, if available.
7880 (eldoc-echo-area-use-multiline-p): New user option.
7881 (eldoc-echo-area-multiline-supported-p): New variable.
7882 (eldoc-docstring-format-sym-doc): Use them.
7883 (eldoc-mode): If not using idle timers, append to local post and
7884 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7885 (eldoc-display-message-no-interference-p): Don't interfere with
7886 edebug.
7887 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7888 (eldoc-function-arglist): New function.
7889 (eldoc-function-argstring): Use it.
7890
db3ca487
NF
7891 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7892 auto save directory exists before calling directory-files.
7893
f7ad1899
DL
78942000-07-23 Dave Love <fx@gnu.org>
7895
7896 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7897 ^o, ^u.
7898
43e764c9
DL
78992000-07-21 Dave Love <fx@gnu.org>
7900
475de6f4
DL
7901 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7902 now passed to the function. It now works properly.
7903
43e764c9
DL
7904 * smerge-mode.el (smerge-mode-menu): Fill it out.
7905
e8bea4c0
GM
79062000-07-20 Gerd Moellmann <gerd@gnu.org>
7907
7908 * info-look.el (info-lookup): If *info* is shown in another frame
7909 on the same display, select that frame, instead of switching to
7910 the Info buffer in another window of the selected frame.
7911
7912 * simple.el (universal-argument-map): Bind numeric keypad keys
7913 kp-0 to kp-9 and kp-subtract.
7914 (digit-argument): Handle these keys.
7915
bc75b4fd
DL
79162000-07-20 Dave Love <fx@gnu.org>
7917
7918 * net/goto-addr.el (goto-address-fontify): Don't bother with
7919 buffer-modified and read-only stuff -- irrelevant with overlays.
7920 Put an extra property on the overlays and use it to clean up in
7921 case goto-address is re-run.
7922
8b7bc628
RS
79232000-07-19 Richard M. Stallman <rms@gnu.org>
7924
18e21ce8
RS
7925 * timer.el (run-with-idle-timer): Doc fix.
7926
db3ca487 7927 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7928 Handle case where <...> appears inside "...".
7929 Use replace-match to edit the string more simply.
7930 (rmail-dont-reply-to): Cope with an unmatched ".
7931
50575ec2
DL
79322000-07-19 Dave Love <fx@gnu.org>
7933
7934 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7935 implementation.
7936
7937 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7938 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7939 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7940
4279296d
GM
79412000-07-19 Gerd Moellmann <gerd@gnu.org>
7942
47db06aa
GM
7943 * textmodes/refer.el: Correct maintainer's email address.
7944
7945 * progmodes/hideif.el: Correct author's email address.
7946 Fix typo in comment.
7947
7948 * xml.el: New file.
7949
4279296d
GM
7950 * mail/mailheader.el: Correct author's mail address.
7951
7952 * gnus/parse-time.el: Correct author's mail address.
7953
47db06aa 79542000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7955
7956 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7957 New user options.
7958 (comint-input-ring-file-name): Change custom type.
7959 (comint-mode-map): Bind mouse-2.
7960 (comint-insert-clicked-input): New function.
7961 (comint-send-input): Handle input highlighting.
7962
21ad0f7b
SM
79632000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * mouse.el (popup-menu): New function.
7966 (mouse-major-mode-menu): Use it.
7967
3b33a005
DL
79682000-07-18 Dave Love <fx@gnu.org>
7969
7970 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7971 improvements.
7972
dc1cac59
GM
79732000-07-18 Gerd Moellmann <gerd@gnu.org>
7974
21ad0f7b 7975 * faces.el (face-font-selection-order)
dc1cac59 7976 (face-font-family-alternatives): Add custom type.
db3ca487 7977
f8276b77
DL
79782000-07-18 Dave Love <fx@gnu.org>
7979
7980 * cus-edit.el (custom-variable-reset-saved)
7981 (custom-variable-reset-standard): Remove unused bindings.
7982
7983 * rect.el (open-rectangle-line): Remove unused let.
7984
7985 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7986
3d6cd763
GM
79872000-07-18 Gerd Moellmann <gerd@gnu.org>
7988
7989 * cdl.el: Fix `Maintainer' keyword.
7990
7991 * play/pong.el: Add author's email address.
7992
34342a07
SS
79932000-07-17 Sam Steingold <sds@gnu.org>
7994
7995 * files.el (insert-directory): Call `split-string' instead of
7996 re-implementing it.
7997
088831a6
GM
79982000-07-18 Gerd Moellmann <gerd@gnu.org>
7999
8000 * mail/vms-pmail.el: Change maintainer to FSF.
8001
8002 * net/goto-addr.el: Change maintainer to FSF.
8003
8004 * recentf.el: Update from author.
8005
8006 * info.el (Info-title-face-alist): Removed.
db3ca487 8007
68be2869
EZ
80082000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8009
8010 * eshell/eshell.el (eshell): Replace links to eshell.info with
8011 links to eshell, to avoid problems on systems where the manual is
8012 installed as `eshell'.
8013 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8014 * eshell/em-smart.el (eshell-smart): Ditto.
8015 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8016 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8017
8018 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8019 same-file check in the MS-DOS version (it does support inodes).
8020
8021 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8022
21ad0f7b
SM
8023 * eshell/eshell.el (eshell-directory-name):
8024 Run default directory name through convert-standard-filename.
68be2869 8025
269b4dcb
KH
80262000-07-18 Kenichi Handa <handa@etl.go.jp>
8027
21ad0f7b
SM
8028 * international/mule-cmds.el (select-safe-coding-system):
8029 Fix typo in the comment.
240a16cf 8030
21ad0f7b
SM
8031 * language/european.el (compound-text):
8032 Force katakana-jisx0201 to be designated to G1.
aa96c820 8033
21ad0f7b
SM
8034 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8035 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8036 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8037
269b4dcb
KH
8038 * international/kkc.el (kkc-after-update-conversion-functions):
8039 New variable.
8040 (kkc-update-conversion): Run functions in it at the tail.
8041
68be2869 80422000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8043
21ad0f7b
SM
8044 * lisp/align.el (align-newline-and-indent):
8045 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8046 (align-region): Fixed badly formatted minibuffer message.
8047
7a3fd467
KH
80482000-07-17 Kenichi Handa <handa@etl.go.jp>
8049
21ad0f7b 8050 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8051 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8052 the conversion list at first if appropriate.
8053 (kkc-next): Don't update kkc-next-count here.
8054 (kkc-prev): Don't update kkc-prev-count here.
8055 (kkc-show-conversion-list-update): Fix setting up of conversion
8056 list message.
8057
a45423d8
SM
80582000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8059
088831a6 8060 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8061
91a38db1
DL
80622000-07-16 Dave Love <fx@gnu.org>
8063
8064 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8065 function to be more specific.
8066
8067 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8068 non-string help-echo.
8069 (widget-types-convert-widget): Defsubst it.
8070 (widget-echo-help): Try to cope with a help-echo function of two
8071 possible sorts.
8072
3fddcdc3
JR
80732000-07-15 Jason Rumney <jasonr@gnu.org>
8074
8075 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8076 Declare as obsolete.
8077
8078 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8079
bd23a692
GM
80802000-07-14 Gerd Moellmann <gerd@gnu.org>
8081
8082 * hilit-chg.el: Fix typo.
8083
d4af987a
DL
80842000-07-14 Dave Love <fx@gnu.org>
8085
8086 * info.el (Info-mode-menu): Fix use of :help, :enable.
8087
3a4f3f86
SM
80882000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8089
8090 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8091
cf6936a4
DL
80922000-07-13 Dave Love <fx@gnu.org>
8093
4d6d04b5
DL
8094 * emacs-lisp/easymenu.el: Doc fixes.
8095 (easy-menu-remove): Defalias to ignore.
8096
cf6936a4
DL
8097 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8098 Call throw correctly.
8099
56437999
GM
81002000-07-13 Gerd Moellmann <gerd@gnu.org>
8101
8102 * faces.el (frame-background-mode): Doc fix.
8103
8104 * simple.el (eval-expression-print-length): Change custom type to
8105 allow entering nil as value.
8106
d04a3972
DL
81072000-07-13 Dave Love <fx@gnu.org>
8108
3a4f3f86
SM
8109 * progmodes/fortran.el (fortran-imenu-generic-expression):
8110 Change definition layout.
a8189dfe
DL
8111 (fortran-mode-menu): Reinstate customize entries.
8112
d04a3972
DL
8113 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8114 Use :filter, per old XEmacs code.
8115
4bf4fb05
GM
81162000-07-12 Gerd Moellmann <gerd@gnu.org>
8117
8118 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8119 event when deciding what to send to the terminal.
8120
37328bcd
DL
81212000-07-12 Dave Love <fx@gnu.org>
8122
8123 * cus-start.el: Add optional version as 4th element of specs and
8124 use it for several things new in v21. Remove load-path. Fix type
8125 of line-number-display-limit.
8126
89492072
DL
81272000-07-11 Dave Love <fx@gnu.org>
8128
3a4f3f86
SM
8129 * progmodes/fortran.el: Don't require easymenu.
8130 Use repeat counts in various regexps.
315aa1de
DL
8131 (fortran-mode-syntax-table): Defvar directly.
8132 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8133 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8134 Use defvar, not defconst.
8135 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8136 (fortran-mode): Set fortran-comment-line-start-skip,
8137 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8138 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8139 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8140 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8141 (fortran-comment-region, fortran-electric-line-number): Simplify.
8142 (fortran-auto-fill): New function.
8143 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8144 (fortran-find-comment-start-skip):
8145 Check for non-null comment-start-skip.
8146 (fortran-auto-fill-mode, fortran-fill-statement):
8147 Use fortran-auto-fill.
315aa1de 8148 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8149 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8150
89492072
DL
8151 * widget.el (widget-plist-member): New alias.
8152
d55ead18
EZ
81532000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8154
8155 * eshell/esh-module.el (toplevel): Reference
8156 byte-compile-current-file only if it is bound.
8157
e82a2a05
GM
81582000-07-10 Gerd Moellmann <gerd@gnu.org>
8159
8160 * dired.el: Don't require `dired-aux'.
8161
1fc7fb2b
MB
81622000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8163
8164 * dired-aux.el (dired-show-file-type): New function.
8165 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8166 (dired-show-file-type): Add autoload.
8167
ab49ce15
KH
81682000-07-10 Kenichi Handa <handa@etl.go.jp>
8169
8170 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8171 change of fontset-info.
ab49ce15
KH
8172 (print-fontset): Likewise.
8173
f45aab65
SM
81742000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8175
8176 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8177
2f72fd2f
GM
81782000-07-07 Gerd Moellmann <gerd@gnu.org>
8179
e82a2a05 8180 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8181
2f72fd2f
GM
8182 * dired.el (dired-find-alternate-file): New function.
8183 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8184 (toplevel): Require dired-aux when compiling.
8185 (dired-buffers): Move defvar within file to avoid compiler warning.
8186
8187 * info.el (Info-last-search): Variable removed.
8188 (Info-search-history): New variable.
8189 (Info-search): New Info-search-history.
8190
8191 * battery.el, info-look.el: Change author's mail address.
8192
965522f5 81932000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8194
965522f5
GM
8195 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8196 if rmail-ignored-headers is nil.
8197 (rmail-retry-failure): Bind rmail-ignored-headers and
8198 rmail-displayed-headers to nil.
8199
dd8888a1
GM
82002000-07-06 Gerd Moellmann <gerd@gnu.org>
8201
e5c81191
GM
8202 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8203 (print-region-1): Don't hard code `-h' here.
8204
dd8888a1
GM
8205 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8206
e5c81191
GM
82072000-07-01 Francesco Potorti` <pot@gnu.org>
8208
8209 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8210 exim can use "your message" instead of "the message".
34342a07 8211
f45aab65
SM
82122000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * facemenu.el: Docstrings fixes.
8215 (facemenu-get-face): Don't use internal-find-face.
8216 (facemenu-iterate): Rename arg to match the docstring.
8217
8218 * newcomment.el (uncomment-region): Be more careful when skipping
8219 backwards over `=' not to bump into BOBP.
8220
d396e521 82212000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8222
dd8888a1
GM
8223 * ediff-diff.el (ediff-wordify): Use syntax table.
8224 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8225 ediff-color-display-p.
dd8888a1 8226 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8227 from defsubst.
8228 Got rid of special cases for NeXT and OS/2.
dd8888a1 8229 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8230 face.
34342a07 8231
5e2dfaa4
SM
82322000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8233
8234 * emacs-lisp/lucid.el: Require CL.
8235 (copy-tree, remprop): Remove, it's provided by CL.
8236 (map-keymap): Define in terms of cl-map-keymap.
8237 (extent-property, set-extent-end-glyph): New functions.
8238
8239 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8240
d5c5cddd
GM
82412000-07-05 Gerd Moellmann <gerd@gnu.org>
8242
485266d0
GM
8243 * Makefile.in (DONTCOMPILE): Add comment that the name may
8244 not be changed without changing the make-dist script.
8245
5e2dfaa4 8246 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8247 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8248
e2c46326
AI
82492000-07-05 Andrew Innes <andrewi@gnu.org>
8250
8251 * makefile.nt: Add support for `bootstrap' and related targets.
8252
a027a91b
SM
82532000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8254
8255 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8256 (easy-menu-do-define): Use `menu-item' format.
8257 Handle case where easy-menu-create-menu returns a symbol.
8258 Manually call the potential top-level filter in the function binding.
8259 (easy-menu-filter-return): New arg NAME.
8260 Convert to a keymap if MENU is an XEmacs menu.
8261 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8262 (easy-menu-converted-items-table, easy-menu-convert-item):
8263 New var and fun to memoize easy-menu-convert-item-1.
8264 (easy-menu-do-add-item): Use it.
8265 (easy-menu-create-menu): Use easy-menu-convert-item.
8266 Wrap easy-menu-filter-return around any :filter specification.
8267 Don't convert the menu if a filter was specified.
8268 Tell easy-menu-make-symbol not to check for MENU being an expression.
8269 (easy-menu-make-symbol): New arg NOEXP.
8270
5e03eb84
GM
82712000-07-05 Gerd Moellmann <gerd@gnu.org>
8272
8273 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8274 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8275 (eval-defun): If called with prefix arg, instrument code for
8276 Edebug.
8277
8278 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8279 similar to that of eval-defun.
8280
fca68a95
DL
82812000-07-04 Dave Love <fx@gnu.org>
8282
7ccbba4c
DL
8283 * hl-line.el (hl-line-overlay): Make it permanent-local.
8284
fca68a95
DL
8285 * calendar/todo-mode.el: Replaced with a working version, based on
8286 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8287
82882000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8289
8290 * paths.el (prune-directory-list): New function.
8291 (Info-default-directory-list): Rewritten to more methodically
8292 enumerate a big list of possible info directories (based on the
8293 list used by the standalone info reader).
fca68a95 8294
78e7e8a0 8295 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8296 non-existent directories from Info-directory-list.
78e7e8a0 8297
78e7e8a0
MB
8298 * paths.el (Info-default-directory-list): Try a list of possible
8299 info-directories instead of a single one. Add the possible
8300 info directory "/usr/share/info".
8301
8302 * woman.el (woman-man.conf-path): Explicitly include the debian
8303 man-db config file "/etc/manpath.config".
8304 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8305 are present in `manpath.config'.
8306 (woman-manpath): Include "/usr/share/man".
8307
67c9a1d2
GM
83082000-07-03 Gerd Moellmann <gerd@gnu.org>
8309
6753393b
GM
8310 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8311
8312 * startup.el (command-line): Initialize blink-cursor based
8313 on window-system.
8314
e4f98ad3
GM
8315 * frame.el (blink-cursor): Default to nil if not running under
8316 a window-system.
8317
2f516940
GM
8318 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8319 (face-x-resources): Remove duplicate entry for :font.
8320
67c9a1d2
GM
8321 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8322 instead of cycling through windows with next-window.
8323
8324 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8325 of cycling through windows with next-window.
8326
8327 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8328 of cycling through windows with next-window.
8329
8330 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8331 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8332 instead of cycling through windows with next-window.
8333
8334 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8335 instead of cycling through windows with next-window.
8336
8337 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8338 of cycling through windows with next-window.
8339
8340 * terminal.el (te-process-output): Use walk-windows instead of
8341 cycling through windows with next-window.
8342
8343 * server.el (server-switch-buffer): Use some-window instead of
8344 cycling through windows with next-window.
8345
8346 * window.el (some-window): New function.
8347 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8348
3a4f3f86 8349 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8350
8b7bc628 83512000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8352
8353 * window.el (walk-windows): Guarantee termination by keeping a list
8354 of all the windows already handled.
8355
d0d57043
EZ
83562000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8357
8358 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8359 window-system.
8360
8361 * man.el (Man-notify-when-ready): Don't use window-system. If
8362 Man-notify-method is newframe, and the display is not
8363 multi-frame, select the frame created for the man page.
8364 (Man-init-defvars): Doc fix.
8365
d5483ab1
GM
83662000-06-28 Gerd Moellmann <gerd@gnu.org>
8367
af5c25e1
GM
8368 * faces.el (region): Change background color for light background.
8369
8370 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8371 attribute from mode-line face of Ediff control frame.
8372
d5483ab1
GM
8373 * replace.el (query-replace-map): Bind `e' like `E'.
8374
9d47450f
EZ
83752000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8376
3a4f3f86
SM
8377 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8378 Change name to "Select All".
496b7491 8379
9d47450f
EZ
8380 * dos-fns.el (convert-standard-filename): Fix last change.
8381
0b431deb
GM
83822000-06-27 Gerd Moellmann <gerd@gnu.org>
8383
4fa9f636
GM
8384 * help.el (describe-variable): Don't insert a second `'s' in front
8385 of the string `value is shown below'. Since the syntax-table is
8386 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8387 an existing `'s', so that this won't be deleted.
8388
0b431deb
GM
8389 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8390 * pcmpl-unix.el: New files.
8391
32cad0aa
SM
83922000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8393
8394 * wid-edit.el (widget-member): Use the new plist-member.
8395
2c69ced2
GM
83962000-06-26 Gerd Moellmann <gerd@gnu.org>
8397
44c0f771
GM
8398 * replace.el (perform-replace): Undo change of 2000-04-04.
8399 Instead, move backward 1 character at the end of the loop when
8400 necessary.
34342a07 8401
1d36487c
GM
8402 * faces.el (fringe): Change face for different backgrounds.
8403
8404 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8405 patch from John.
8406
2c69ced2
GM
8407 * eshell/*.el: Change spelling of the Free Software Foundation.
8408
8409 * eshell/esh-toggle.el: Removed.
8410
8411 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8412
8413 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8414 interactively.
8415
84162000-06-26 Alex Schroeder <alex@gnu.org>
8417
8418 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8419 `define-key'; instead of checking `(emacs-version)' check for
8420 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8421 for `;' and `o' which might be electric.
8422
8423 (sql-electric-stuff): New user option.
8424 (sql-magic-go): New function which uses `sql-electric-stuff'.
8425 (sql-magic-semicolon): New function which uses
8426 `sql-electric-stuff'.
8427
8428 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8429 is not fboundp.
8430
8431 (sql-oracle-options): New variable.
8432 (sql-oracle): Use it.
8433
8434 (sql-imenu-generic-expression): Doc change.
8435 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8436 is used.
8437
8438 (sql-informix): Added command line parameter "-" to force
8439 sql-informix-program to use stdout.
8440
db1306d8
EZ
84412000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8442
3a4f3f86 8443 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8444 (cp864-decode-table): Doc fix.
8445 (cp720-decode-table): New variable, supports the Arabic OEM
8446 codepage used by Windows.
8447 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8448
c69e5fcd
DL
84492000-06-23 Dave Love <fx@gnu.org>
8450
8451 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8452 (font-lock-fontify-anchored-keywords): Use
8453 line-beginning-position.
8454 (global-font-lock-mode): Use mapc.
8455
30ad8f23
SM
84562000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * eshell/esh-module.el: Require CL when compiling.
8459
26b4dc84
GM
84602000-06-23 Gerd Moellmann <gerd@gnu.org>
8461
78c56e70
GM
8462 * comint.el (comint-substitute-in-file-name): Call replace-match
8463 with second and third arg t.
8464
34342a07 8465 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8466 Specify foreground color.
8467
8468 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8469 color.
8470
affbf647
GM
8471 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8472
8473 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8474 cddr instead of cdddr.
8475
25fffb31
GM
8476 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8477 instead of copy-list.
8478
8479 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8480 of copy-list.
8481
26b4dc84
GM
8482 * subdirs.el: Add eshell subdirectory.
8483
8484 * eshell: New subdirectory containing the Eshell package.
8485
8486 * pcomplete.el: New file.
8487
78c56e70
GM
84882000-06-23 Paul Eggert <eggert@twinsun.com>
8489
ea055732
GM
8490 * mail/mailpost.el (post-mail-send-it): Make sure file has
8491 proper permissions from birth.
8492
8493 * files.el (basic-save-buffer-2): When temporarily setting
8494 file modes, set them to current modes plus 0200, not to 0777.
8495
78c56e70
GM
8496 * emerge.el (emerge-make-temp-file): Make sure file has proper
8497 permissions from birth.
8498
a3a7ff33
EZ
84992000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8500
8501 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8502 backup file name through convert-standard-filename.
8503
8504 * dos-fns.el (convert-standard-filename): Convert leading
8505 directories as well. When long file names are supported, convert
8506 characters that are invalid in Windows file names.
8507
1fd9b7fe
GM
85082000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8509
8510 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8511 ps-print crashes. New feature: page selection for printing. Create
8512 raw-text-unix coding system for XEmacs. Doc fix.
8513 (ps-print-version): New version number (5.2.3).
8514 (ps-plot-region): Bug fix.
8515 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8516 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8517 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8518 funs.
8519 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8520 (ps-last-page): New vars.
8521
16ed8416
GM
85222000-06-21 Gerd Moellmann <gerd@gnu.org>
8523
8524 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8525 empty option string.
8526
4fbee715
EZ
85272000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8528
8529 * man.el (man): Doc fix.
8530
eaecfc94
KH
85312000-06-21 Kenichi Handa <handa@etl.go.jp>
8532
8533 * international/mule-cmds.el (set-language-info-alist): Docstring
8534 fixed.
8535
4a27bdfb
GM
85362000-06-20 Gerd Moellmann <gerd@gnu.org>
8537
8538 * version.el (emacs-version): Use ISO date format.
8539
8540 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8541 instead of `M-backspace'.
8542
8543 * simple.el (turn-off-auto-fill): New function.
8544
8972fe79
SM
85452000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8546
8547 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8548 Renamed from with-buffer-prepared-for-font-lock and use
8549 inhibit-modification-hooks rather than setting *-change-functions.
8550 Update all functions to use the new name.
8551 (jit-lock-first-unfontify-pos): New semantics (and doc).
8552 (jit-lock-mode): Make non-interactive.
8553 Don't automatically turn on font-lock.
8554 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8555 Always use jit-lock-after-change.
8556 Remove and restore font-lock-after-change-function.
8557 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8558 (jit-lock-after-unfontify-buffer): Remove.
8559 (jit-lock-stealth-fontify):
8560 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8561 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8562
5d80cc9c
SS
85632000-06-20 Sam Steingold <sds@gnu.org>
8564
8565 * emacs-lisp/cl-indent.el (toplevel): Indent
8566 `print-unreadable-object' properly. Untabify.
8567
f54e4d13
CD
85682000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8569
8570 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8571 Support for bibentry.
8572 (reftex-compile-variables): Fixed problem with end of section-re.
8573
8574 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8575 reftex-view-crossref-from-bibtex):
8576 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8577 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8578 Replaced `remprop' with `put'.
8972fe79
SM
8579 (reftex-view-crossref, reftex-view-crossref-when-idle):
8580 Support for bibentry.
f54e4d13 8581
8972fe79
SM
8582 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8583 New entry for bibentry package.
f54e4d13 8584
8972fe79
SM
8585 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8586 Regexp also matches "\nobibliography".
f54e4d13 8587
8972fe79
SM
8588 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8589 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8590 (reftex-ensure-write-access): New function.
8591
f54e4d13
CD
85922000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8593
8594 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8595
8596 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8597
8598 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8599
8600 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8601
8602
560c43f4
DL
86032000-06-20 Dave Love <fx@gnu.org>
8604
8605 * faces.el (frame-background-mode): Use set-default, not set, in
8606 setter.
8607 (frame-update-faces, frame-update-face-colors): Define with
8608 defalias.
8609
8610 * enriched.el (enriched-decode-foreground)
8611 (enriched-decode-background): Don't use internal-find-face.
8612
8613 * apropos.el: Doc fixes.
8614
8615 * cus-edit.el (customize-changed-options): Check arg.
8616 (customize-version-lessp): Don't require decimal point.
8617
8618 * custom.el (defcustom, defgroup): Doc fix.
8619
8620 * newcomment.el (comment) <defgroup>: Add :version.
8621 (comment-multi-line): Doc fix.
8622
8623 * emulation/mlsupport.el (define-hooked-local-abbrev,
8624 define-hooked-global-abbrev): Fix, using define-abbrev.
8625
cdf0357b
GM
86262000-06-19 Gerd Moellmann <gerd@gnu.org>
8627
8628 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8629 the whole buffer.
8630
10013d74
DL
86312000-06-19 Dave Love <fx@gnu.org>
8632
8633 * menu-bar.el (menu-bar-options-save): New function.
8634 (menu-bar-options-menu): Use it.
8635 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8636 Simplify.
8637
6922f208
AS
86382000-06-19 Andreas Schwab <schwab@suse.de>
8639
8640 * progmodes/etags.el (tags-query-replace): Put new parameters
8641 START and END at the end, for backward compatibility.
8642
10d7bf84
KH
86432000-06-19 Kenichi Handa <handa@etl.go.jp>
8644
8645 * international/codepage.el:
8646 (cp-coding-system-for-codepage-1): Delete special codes for
8647 generating xxx-dos coding system because now a CCL based coding
8648 system can handle EOL conversion by default.
8649
8650 * international/mule.el (make-coding-system): Generate subsidiary
8651 coding systems for EOL handling variants even for a CCL based
8652 coding system.
8653
8f3c9a3d
KH
86542000-06-19 Kenichi Handa <handa@etl.go.jp>
8655
8656 * international/isearch-x.el (isearch-minibuffer-input-method)
8657 (isearch-minibuffer-input-method-function): These variables
8658 deleted.
8659 (isearch-with-input-method): Don't use the above variables.
8660 (isearch-process-search-multibyte-characters): Likewise. Call
8661 read-string with the arg INHERIT-INPUT-METHOD t.
8662
c2acf685
SM
86632000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8664
13f0d185
SM
8665 * font-lock.el (font-lock-after-fontify-buffer)
8666 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8667
8668 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8669 Use consistent make-local-variable style for font-lock-fontified.
8670 (jit-lock-fontify-buffer):
8671 Don't bother checking for font-lock-mode and jit-lock-mode.
8672
c2acf685
SM
8673 * time.el: Remove trailing ^M that prevent CVS-merging.
8674
a9021acd
GM
86752000-06-16 Gerd Moellmann <gerd@gnu.org>
8676
8677 * Makefile.in (distclean): New target.
5d80cc9c 8678
0df68e9f
SM
86792000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8680
8681 * Makefile.in (srcdir): Define for update-subdirs.
8682
6344985d
GM
86832000-06-16 Gerd Moellmann <gerd@gnu.org>
8684
8685 * find-lisp.el: New file.
8686
63239267
AI
86872000-06-16 Andrew Innes <andrewi@gnu.org>
8688
8689 * time.el (display-time-mail-function): New variable, to allow
8690 external packages to indicate when new mail is available.
8691 (display-time-update): Use it.
8692
1699f991
KH
86932000-06-16 Kenichi Handa <handa@etl.go.jp>
8694
a3b37893
KH
8695 * international/mule.el (mule-version): Change version name to
8696 SAKAKI. AOI has already been used by Meadow.
8697
1699f991
KH
8698 * international/quail.el (quail-show-guidance-buf): To find the
8699 bottom window (but minibuffer), pay attention to the height of
8700 minibuffer.
8701
228b083e
EZ
87022000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8703
7d5c8691
EZ
8704 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8705 menu-bar menus. Add help strings. Don't remove the Edit menu
8706 from the menu bar, as the menu bar has enough space now.
8707
261f3289
EZ
8708 * Makefile.in (SHELL): Make sure /bin/sh is used.
8709
228b083e
EZ
8710 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8711 characters, which use series of two ^H characters instead of one.
8712
e27e8d71
GM
87132000-06-15 Gerd Moellmann <gerd@gnu.org>
8714
5d80cc9c 8715 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8716 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8717 functions.
451ec4e3
GM
8718 (Info-find-node-2): Try a case-sensitive search first, then
8719 do a case-insensitive search.
8720
8721 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8722 tutorials.
8723
b675095c
GM
8724 * complete.el (PC-env-vars-alist): New variable.
8725 (PC-complete-as-file-name): New function.
8726 (partial-completion-mode): Initialize PC-env-vars-alist from
8727 process-environment.
8728 (PC-do-completion): Handle completion of env vars.
8729
8730 * info.el (Info-set-mode-line): Show file name in mode line,
8731 use `*Info*' instead of `Info:'.
8732
e27e8d71
GM
8733 * startup.el (command-line-1): Change copyright messages to year
8734 2000.
8735
28223a7e
DL
87362000-06-15 Dave Love <fx@gnu.org>
8737
8738 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8739 not local-map.
8740
32684631
KH
87412000-06-15 Kenichi Handa <handa@etl.go.jp>
8742
8743 * international/mule.el (set-buffer-file-coding-system): Almost
8744 rewritten to handle `undecided' as no-op.
8745
9f817ea4
GM
87462000-06-14 Gerd Moellmann <gerd@gnu.org>
8747
e27e8d71 8748 * Makefile.in: New file.
dce6b995
GM
8749
8750 * Makefile: Removed.
8751
9f817ea4
GM
8752 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8753 (goto-address-highlight-keymap): Bind C-c RET.
8754
2de33f94
KH
87552000-06-14 Kenichi Handa <handa@etl.go.jp>
8756
bbf1e8a5
KH
8757 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8758 inherits buffer-file-coding-system of the current buffer.
725a6897 8759
02891cc3
KH
8760 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8761 0. Give correct argument to set-auto-coding-function.
8762 (tar-expunge): For goto-char, use (point-min), not 0.
8763 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8764 (tar-subfile-save-buffer): Likewize.
8765
2de33f94
KH
8766 * international/mule.el
8767 (after-insert-file-set-buffer-file-coding-system): Call
8768 set-buffer-file-coding-system with the arg FORCE t.
8769
1681ead6
GM
87702000-06-13 Gerd Moellmann <gerd@gnu.org>
8771
8772 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8773 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8774 the sender is set with `-f'.
1681ead6 8775
fdf4b680
DL
87762000-06-13 Dave Love <fx@gnu.org>
8777
9c50afce
DL
8778 * help.el (describe-function-1): Kluge around cases of functions
8779 fset to subrs whose doc doesn't match their symbol-name.
8780
0ad550ba 8781 * image.el (insert-image): Default STRING to a space.
f290ca08 8782
fdf4b680 8783 * info.el Doc fixes.
5d80cc9c 8784 (Info-build-node-completions): Match Ref tags.
fdf4b680 8785
9b6610db
EZ
87862000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8787
a704139d
EZ
8788 * frame.el (display-multi-frame-p, display-multi-font-p): New
8789 defaliases for display-graphic-p.
8790
9b6610db
EZ
8791 * hl-line.el: Fixed a typo in commentary.
8792
7a5ea398
KH
87932000-06-13 Kenichi Handa <handa@etl.go.jp>
8794
8795 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8796 fixed.
8797
0dc91c57
DL
87982000-06-12 Dave Love <fx@gnu.org>
8799
8800 * image.el (insert-image): Save a little consing.
8801
0bd5914b
KH
88022000-06-12 Kenichi Handa <handa@etl.go.jp>
8803
8804 * language/tibet-util.el: Convert all tibetan-1-column characters
8805 to the corresponding tibetan characters.
8806 (tibetan-add-components): Delete code for the special treatment of
8807 'a chung.
8808
8809 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8810 change.
8811 (tibetan-vowel-transcription-alist): More rules added.
8812 (tibetan-composite-vowel-alist): New variable.
8813 (tibetan-precomposition-rule-alist): More rules added.
8814
6dc7d3d5
SM
88152000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8816
9c04c393
SM
8817 * startup.el (command-line): Only call menu-bar-mode if interactive.
8818
8819 * thingatpt.el (toplevel symbol-properties):
8820 * textmodes/makeinfo.el (makeinfo-compile):
8821 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8822 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8823 (hide-ifdef-use-define-alist):
5d80cc9c 8824 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8825 (ange-ftp-vms-add-file-entry):
8826 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8827 * man.el (Man-build-man-command):
8828 * mail/rnewspost.el (news-reply-header-hook):
8829 * info.el (Info-insert-dir):
8830 * emulation/mlconvert.el (backward-word, forward-word, setq):
8831 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8832 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8833 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8834 (byte-optimize-apply, end of file):
8835 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8836 (ad-make-freeze-definition):
8837 * startup.el (command-line, command-line-1): Don't quote lambdas.
8838
6dc7d3d5
SM
8839 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8840 (cvs-cleanup-removed): New function.
8841 (cvs-cleanup-functions): New var.
8842 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8843 some flexibility in specifying additional entries to auto-cleanup.
8844 (cvs-quickdir): New function.
8845 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8846 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8847 (cvs-mode-find-file): Check that we are on a filename or dirname
8848 when invoked through a mouse-click.
8849 (cvs-full-path): Remove.
8850 (cvs-dired-action): Re-introduced.
8851 (cvs-dired-noselect): Use it.
8852 (vc-post-command-functions): use this new hook if available.
8853
8854 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8855 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8856 (cvs-filename-map, cvs-dirname-map): Remove.
8857 (cvs-default-action): Remove.
8858 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8859 if the arg is really a keymap.
8860 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8861 Don't hardcode the mapping from state (aka type) to face, but check
8862 the var cvs-fi-<type>-face instead.
8863 (cvs-fileinfo-from-entries): New function.
8864
8865 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8866 Docstring fix.
8867 (cvs-find-file-and-jump): Change default to be safer.
8868 (cvs-mode-diff-map): Define it as a function as well.
8869 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8870 Bind mouse-2 in this global map rather than with text-properties.
8871
8872 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8873 file to resolve the ambiguity between C(conflict) and C(need-merge).
8874
5050a2ef
KH
88752000-06-12 Kenichi Handa <handa@etl.go.jp>
8876
8877 * international/mule.el (set-buffer-file-coding-system): If
8878 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8879 unconditionally.
8880
35a7ac84
DL
88812000-06-12 Dave Love <fx@gnu.org>
8882
8883 * wid-edit.el (widget-specify-button): Really suppress the face if
8884 required.
8885
db8eeecd
GM
88862000-06-11 Gerd Moellmann <gerd@gnu.org>
8887
8888 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8889
70223ca4
SM
88902000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8891
8892 * imenu.el (imenu-generic-expression): Docstring fix.
8893
8894 * composite.el (composition-function-table): Move the `put'
8895 below the autoload cookie so we can load the file before loaddefs.
8896
8897 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8898
8899 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8900 Handle easy-mmode-define-global-mode.
8901 For complex macros like define-minor-mode that can generate
8902 several autoload entries, try to autoload entries in the
8903 macroexpanded code.
8904
8905 * emacs-lisp/easy-mmode.el (define-minor-mode):
8906 If KEYMAP is a symbol, just use it.
8907 Use byte-compile-current-file and load-file-name to infer the
8908 proper :require to pass to defcustom.
8909 Wrap the hook var into `progn' so as not to autoload it.
8910 Add a :autoload-end cookie.
8911 Be more careful about the evaluation of KEYMAP.
8912 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8913 (define-derived-mode): Move define-abbrev-table outside of defvar.
8914
89152000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8916
8917 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8918 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8919 (backup-compiled-files): Ignore errors during `tar'.
8920 (bootstrap): Make autoloads before elc files.
8921
9c53b34e
KH
89222000-06-10 Kenichi Handa <handa@etl.go.jp>
8923
8924 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8925 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8926
8927 * international/mule-conf.el (unix): New alias for the coding
8928 system undecided-unix.
8929
22ddd299
DL
89302000-06-09 Dave Love <fx@gnu.org>
8931
5ee42746
DL
8932 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8933
70223ca4 8934 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8935 (executable-insert): Change custom type.
8936 (executable-find): Add autoload cookie.
cc7e1d18
DL
8937 (executable-make-buffer-file-executable-if-script-p): New
8938 function. After Noah Friedman.
22ddd299
DL
8939
8940 * files.el (after-save-hook): Customize, with
cc7e1d18 8941 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8942
41ea3794
KH
89432000-06-09 Kenichi Handa <handa@etl.go.jp>
8944
f89437e3
KH
8945 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8946 "tib24p-mule.bdf" for Tibetan.
8947
7a4ee259
KH
8948 * composite.el (decompose-composite-char): Declare it as obsolete.
8949
ff6a65c2
KH
8950 * man.el (Man-fontify-manpage): Pay attention to underline and
8951 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8952
f83fe4b4
GM
89532000-06-08 Gerd Moellmann <gerd@gnu.org>
8954
8955 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8956 Set maintainer to FSF since author isn't reachable.
8957
e56d7900
DL
89582000-06-08 Dave Love <fx@gnu.org>
8959
8960 * international/mule-cmds.el (select-safe-coding-system): If
8961 DEFAULT-CODING-SYSTEM is not specified, also check the most
8962 preferred coding-system if buffer-file-coding-system is
8963 `undecided'. From Handa.
8964
d3981b49
KH
89652000-06-08 Kenichi Handa <handa@etl.go.jp>
8966
8967 * international/mule.el
8968 (after-insert-file-set-buffer-file-coding-system): If the buffer
8969 size is greater than INSERTED, judget that we are not visiting.
8970
bff71087
RV
89712000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8972
8973 * whitespace.el (defgroup whitespace): Comment out `:version'.
8974 XEmacs 20.4 has problems defining the group with this present.
8975 We'll have this commented out till get resolve the problem.
8976
45f485a6
GM
89772000-06-07 Gerd Moellmann <gerd@gnu.org>
8978
8979 * align.el: Update from author.
8980
89812000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8982
8983 * apropos.el (apropos-mode-hook): New user variable.
8984 (apropos-mode): Run apropos-mode-hook.
bff71087 8985
45f485a6
GM
89862000-06-07 David Ponce <david@dponce.com>
8987
8988 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8989 commands. Require `wid-edit' at run-time.
8990
89912000-06-07 David Ponce <david@dponce.com>
8992
8993 * recentf.el: Added some "Commentary".
8994 (recentf-open-more-files, recentf-edit-list): Minor changes to
8995 move the point at the top of the file list. This behaviour is
8996 consistent with the menu one when the list contains a lot of
8997 files.
8998 (recentf-cleanup): Now displays the number of items removed from
8999 the list.
9000 (recentf-relative-filter) New menu filter to show filenames
9001 relative to `default-directory'.
bff71087 9002
45f485a6
GM
90032000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9004
9005 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9006 with/without giving an error if PostScript printer doesn't have this
9007 kind of page size. Zebra Stripe continues or restarts on next page.
9008 Manual/automatic paper feeding. Switch or not the header.
9009 (ps-print-version): New version number (5.2.2).
9010 (ps-windows-system): Include emx as a Windows system.
9011 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9012 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9013 (ps-background-text): Code fix.
9014 (ps-error-handler-message, ps-user-defined-prologue)
9015 (ps-print-prologue-header, ps-printer-name)
9016 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9017 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9018 (ps-use-face-background): Customization fix.
9019 (ps-n-up-database): Data fix.
9020 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9021 (ps-switch-header): New vars.
9022 (ps-xemacs-color-name, ps-face-foreground-name)
9023 (ps-face-background-name, ps-boolean-constant): New funs.
9024
c14dcd22
DL
90252000-06-07 Dave Love <fx@gnu.org>
9026
9027 * allout.el: New version from Manheimer.
9028
e4044bb0
KH
90292000-06-07 Kenichi Handa <handa@etl.go.jp>
9030
9031 * textmodes/fill.el (fill-find-break-point): Check the validity of
9032 charset.
9033
59cfe8b9
KF
90342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9037 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9038 Call display-color-p and display-mouse-p instead of looking at
9039 window-system.
9040
bb2337f5
DL
90412000-06-06 Dave Love <fx@gnu.org>
9042
9043 * image.el (find-image): Doc fix. Return nil if image not found.
9044 (put-image, insert-image): Make STRING arg optional.
9045
8e624fa2
KH
90462000-06-06 Kenichi Handa <handa@etl.go.jp>
9047
9048 * language/vietnamese.el: Remove eval-when-compile.
9049 (viet-viscii-nonascii-translation-table): Define it as a
9050 translation table made from viet-viscii-decode-table.
9051 (viet-viscii-encode-table): Define it as a translation table made
9052 from the reverse map of above.
9053 (viet-vscii-nonascii-translation-table): Define it as a
9054 translation table made from viet-vscii-decode-table.
9055 (viet-vscii-encode-table): Define it as a translation table made
9056 from the reverse map of above.
9057 (ccl-decode-viscii): Use translate-character.
9058 (ccl-encode-viscii, ccl-encode-viscii-font)
9059 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9060 Likewize.
bff71087 9061
8e624fa2
KH
9062 * language/cyrillic.el: Remove eval-when-compile.
9063 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9064 translation table made from cyrillic-koi8-r-decode-table.
9065 (cyrillic-koi8-r-encode-table): Define it as a translation table
9066 made from the reverse map of above.
9067 (ccl-decode-koi8): Use translate-character.
9068 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9069 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9070 a translation table made from cyrillic-alternativnyj-decode-table.
9071 (cyrillic-alternativnyj-encode-table): Define it as a translation
9072 table made from the reverse map of above.
9073 (ccl-decode-alternativnyj): Use translate-character.
9074 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9075 Likewize
9076
9077 * international/mule-diag.el (non-iso-charset-alist): Specify
9078 translation table symbol instead of translation table itself.
9079 (list-block-of-chars): CHARSET may be a translation table symbol.
9080
9081 * international/mule.el (make-coding-system): If CODING-SYSTEM
9082 already exists, override it.
9083
9084 * international/fontset.el: Use family `proportional' for Tibetan
9085 fonts.
9086
9087 * international/ccl.el (ccl-compile-translate-character): Don't
9088 check if Rrr has property translation-table.
9089 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9090
1969fae2
GM
90912000-06-05 Gerd Moellmann <gerd@gnu.org>
9092
9093 * info.el: Bind case-fold-search to t when searching in case
9094 a user sets it to nil in a hook.
9095
d5b037c5
SM
90962000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9097
d3d02e65
SM
9098 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9099 * hl-line.el (hl-line-mode): Use the new :global key argument.
9100
9101 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9102 (tar-clip-time-string): Prepend a space.
9103 (tar-grind-file-mode): Construct a string rather than modifying one.
9104 (tar-header-block-summarize): Fix docstring.
9105 Use `format' rather than an error-prone set of copy-loops.
9106
9107 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9108 (diff-goto-source, diff-unified->context, diff-context->unified)
9109 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9110 understand the format output by the `-p' argument to diff.
9111
bff71087 9112 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9113 (sh-re-done): Use defconst.
9114 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9115 (sh-help-string-for-variable, sh-guess-basic-offset):
9116 Don't quote lambdas.
9117 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9118 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9119
f7c4478f
SM
9120 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9121 (mh-letter-mode): Derive from text-mode.
9122 This implicitly means that it now calls kill-all-local-variables.
9123 Also remove the Emacs-18 compatibility code.
9124
a8add29d
SM
9125 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9126 Make use of symbol-property doc-string-elt.
9127 Use memq rather than a sequence of eq.
9128 (doc-string-elt): Fix the wrong or missing previously unused values.
9129 (autoload-print-form): New function extracted from
9130 generate-file-autoloads to allow recursion when handling progn
9131 so that defvar's and defun's docstrings are properly printed.
9132 (generate-file-autoloads): Use it.
9133
d5b037c5
SM
9134 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9135 Use find-file-hooks in the minor-mode function.
9136 Be careful not to loop indefinitely in the post-command-hook function.
9137
560ef11a 91382000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9139
1969fae2 9140 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9141 tty's.
1969fae2 9142 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9143 differences whenever appropriate.
1969fae2
GM
9144 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9145 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9146 wildcards.
9147
b5bbbb76
SM
91482000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9149
d5b037c5
SM
9150 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9151 (jit-lock-fontify-buffer): New function for JIT refontification.
9152 (jit-lock-mode): Fix docstring.
9153 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9154 Remove jit-lock-after-change from the _local_ hook.
9155 (jit-lock-function-1): Fix docstring.
9156
9157 * info.el (Info-on-current-buffer): Initialize info.
9158
9159 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9160
9161 * progmodes/tcl.el (tcl-indent-for-comment):
9162 Ignore comment-indent-hook.
9163
9164 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9165 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9166 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9167 and improve to use the lighter to guess the capitalization.
9168 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9169 Add keyword arguments to specify global-ness or the custom group.
9170 Add local-map and help-echo properties to the lighter.
9171 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9172 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9173
bfa6c260
DL
91742000-06-02 Dave Love <fx@gnu.org>
9175
9176 * wid-edit.el: byte-compile-dynamic since we typically don't use
9177 all the widgets. Don't require cl or widget. Remove
9178 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9179 (widget-read-event): Removed. Callers changed to use read-event.
9180 (widget-button-release-event-p): Renamed from
9181 button-release-event-p.
9182 (widget-field-add-space, widget-field-use-before-change):
9183 Uncustomize.
9184 (widget-specify-field): Use keymap property, not local-map.
9185 (widget-specify-button): Obey :suppress-face.
9186 (widget-specify-insert): Use modern backquote syntax.
9187 (widget-image-directory): Renamed from widget-glyph-directory.
9188 (widget-image-enable): Renamed from widget-glyph-enable.
9189 (widget-image-find): Replaces widget-glyph-find.
9190 (widget-button-pressed-face): Move defvar.
9191 (widget-image-insert): Replaces widget-glyph-insert.
9192 (widget-convert): Use keywordp.
9193 (widget-leave-text, widget-children-value-delete): Use mapc.
9194 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9195 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9196 (widget-button-click): Don't set point at the click, but re-centre
9197 if we scroll out of window. Rewritten for images v. glyphs &c.
9198 (widget-tabable-at): Use POS arg, not point.
9199 (widget-beginning-of-line, widget-end-of-line)
9200 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9201 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9202 (widget-default-create): Use widget-image-insert; some rewriting.
9203 (widget-visibility-value-create)
9204 (widget-push-button-value-create, widget-toggle-value-create): Use
9205 widget-image-insert.
9206 (checkbox): Create on and off images dynamically.
9207 (documentation-link): Change :help-echo.
9208 (widget-documentation-link-echo-help): Remove.
9209
3837de12
SM
92102000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9211
9212 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9213
9214 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9215 (easy-mmode-define-toggle, define-minor-mode): Use it.
9216 (easy-mmode-define-keymap): Docstring fix.
9217 (define-derived-mode): Default PARENT to fundamental-mode.
9218 Add the derived-mode-parent symbol-property.
9219 (easy-mmode-derived-mode-p): New function.
9220
90aa4ea8
DL
92212000-06-02 Dave Love <fx@gnu.org>
9222
37193ee6
DL
9223 * files.el (convert-standard-filename): Doc fix.
9224 (normal-backup-enable-predicate): New function.
9225 (backup-enable-predicate): Use it to replace the lambda form.
9226
9227 * calendar/todo-mode.el: [This needs more work on the outline
9228 stuff.] Doc fixes.
9229 (todo) <defgroup>: Add :version.
9230 (todo-add-category): Don't use pushnew.
9231 (todo-cmd-raise): Fix typo.
9232 (todo-top-priorities): Change temp buffer name.
9233 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9234 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9235 Use outline-next-heading.
37193ee6 9236
90aa4ea8
DL
9237 * autoarg.el: Rewritten to use define-minor-mode.
9238 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9239 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9240
2e54623a
KH
92412000-06-02 Kenichi Handa <handa@etl.go.jp>
9242
9243 * isearch.el (isearch-other-meta-char): Fix previous change.
9244
c5def0db
SM
92452000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9246
3837de12
SM
9247 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9248 (log-edit-done): Only add the comment to the ring if it's different
9249 from the last comment entered.
9250
c5def0db
SM
9251 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9252
2330c9d4
DL
92532000-06-01 Dave Love <fx@gnu.org>
9254
9255 * hl-line.el: Rewritten using define-minor-mode.
9256
9257 * help.el (describe-function-1): Distinguish special form from
9258 builtin function. Sanity-check presence of arglist for builtins.
9259
6e5dfc31
KH
92602000-06-01 Kenichi Handa <handa@etl.go.jp>
9261
4dc1225b
KH
9262 * international/characters.el: Fix syntax/category setting of
9263 Tibetan characters.
9264
9265 * language/tibet-util.el (tibetan-add-components): Fixes for new
9266 encoding of Tibetan characters.
9267 (tibetan-decompose-precomposition-alist): New variable.
9268 (tibetan-decompose-region): Convert precomposed characters to
9269 non-precomposed characters.
9270 (tibetan-decompose-string): Likewise.
9271 (tibetan-composition-function): Fix args to
9272 thibetan-compose-string.
9273
9274 * language/tibetan.el (tibetan-composable-pattern): More
9275 characters included.
9276 (tibetan-consonant-transcription-alist): Rule for "R" added.
9277 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9278 "+R" added.
9279 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9280
eadef5e6
KH
9281 * language/lao-util.el (lao-composition-function): Fix args to
9282 compose-string.
9283
9284 * language/thai-util.el (thai-composition-function): Fix args to
9285 compose-string.
9286
6e5dfc31 9287 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9288 to prevent the point moving to the end of a composition when a
9289 part of a composition is searched.
6e5dfc31
KH
9290 (isearch-other-meta-char): If the key invoking this command can be
9291 mapped by function-key-map to a printing char, call
9292 isearch-process-search-char directly.
9293
2598a293
SM
92942000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9295
9296 * emacs-lisp/bytecomp.el:
9297 * frame.el:
9298 * international/mule-cmds.el:
9299 * international/mule-util.el:
9300 * international/mule.el:
9301 * mouse.el:
9302 * subr.el:
9303 * faces.el: Update calls to make-obsolete with a WHEN argument.
9304
9305 * byte-run.el (make-obsolete, make-obsolete-variable):
9306 Add an optional WHEN argument and change the format of the
bff71087 9307 symbol-property information.
2598a293
SM
9308 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9309 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9310 new obsolete-symbol-property format and print WHEN if it is provided.
9311
28d8dff1
DL
93122000-05-31 Dave Love <fx@gnu.org>
9313
9314 * loadhist.el (loadhist-hook-functions): Remove
9315 before-change-function, after-change-function.
9316 (unload-feature): Deal with symbols which are both bound and
9317 fbound.
9318
9319 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9320 before-change-function, after-change-function.
9321
9322 * simple.el (newline): Don't bind before-change-function,
9323 after-change-function.
9324
7f565d87
RV
93252000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9326
9327 * whitespace.el (whitespace-rescan-timer-time): Update interval
9328 set to 600 seconds (10 minutes) instead of 60 seconds since
9329 a large number of whitespace buffers causes emacs to `freeze'
9330 for a considerable amount of time.
9331
bff71087 9332 * whitespace.el: Updated email address
7f565d87 9333
a8d693d8
DL
93342000-05-31 Dave Love <fx@gnu.org>
9335
9336 * add-log.el (change-log-font-lock-keywords) <function>: Add
9337 pattern for function of change.
9338 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9339 acknowledgements patterns.
9340
a50192e7
KH
93412000-05-31 Kenichi Handa <handa@etl.go.jp>
9342
9343 * isearch.el (isearch-printing-char): If keyboard coding system is
9344 being used, call isearch-process-search-multibyte-characters.
9345
9346 * international/isearch-x.el: Mostly rewritten.
9347
9348 * international/quail.el (quail-start-conversion): Don't include
9349 unhandled events in the returned events, but set them in
9350 unread-command-events. Exit if all inputs are deleted.
9351
7e492772
JR
93522000-05-30 Jason Rumney <jasonr@gnu.org>
9353
9354 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9355
9356 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9357 Reenable code to create initial fontsets.
9358 Use set-fontset-font in place of put-charset-property.
9359
10fc3187
GM
93602000-05-30 Gerd Moellmann <gerd@gnu.org>
9361
79148ea7
GM
9362 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9363 label, ensure that the first colon isn't followed by another.
9364
9365 * paths.el (Info-default-directory-list): Doc fix.
9366
086d5b87
GM
9367 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9368 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9369 send a query containing USER only, not USER@HOST.
9370
10fc3187
GM
9371 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9372 and rmail-msgend to compute the restriction at the end, instead of
9373 computing it.
9374
49e70dec
GM
93752000-05-29 Gerd Moellmann <gerd@gnu.org>
9376
66254a13
GM
9377 * dabbrev.el (dabbrev-expand): Don't display messages in the
9378 echo area if the minibuffer window is active.
9379
49e70dec
GM
9380 * jit-lock.el (jit-lock-mode): Add after change function to
9381 local hook.
9382
93832000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9384
9385 * antlr-mode.el: New commands: hide/unhide actions,
9386 upcase/downcase literals.
9387 (antlr-tiny-action-length): New user option.
9388 (antlr-hide-actions): New command. Suggested by
9389 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9390 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9391 (antlr-mode-menu): New entries.
9392 (antlr-downcase-literals): New command.
9393 (antlr-upcase-literals): Ditto.
9394
9395 * antlr-mode.el: Minor changes: indendation, mode-name.
9396 (antlr-indent-line): Indent cpp directive at column 0.
9397 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9398
9399 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9400 (antlr-font-lock-additional-keywords): Workaround for intentional
9401 bug in XEmacs version of font-lock.
9402 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9403 be used by a smarter version of `buffers-menu-grouping-function'.
9404
94052000-05-29 Gerd Moellmann <gerd@gnu.org>
9406
9407 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9408 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9409
49f93684
KH
94102000-05-29 Kenichi Handa <handa@etl.go.jp>
9411
9412 * international/encoded-kb.el
9413 (encoded-kbd-iso2022-designation-map): Pay attention to that
9414 charset-iso-final-char return -1 for eight-bit-control and
9415 eight-bit-graphic.
9416
5b1ae051
EZ
94172000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9418
9419 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9420 (speedbar-easymenu-definition-base): Use display-graphic-p where
9421 available, instead of window-system.
9422
a205e32a
EZ
94232000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9426 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9427 coding systems.
9428
dd854dc2
DL
94292000-05-26 Dave Love <fx@gnu.org>
9430
c88a85d5
DL
9431 * disp-table.el (standard-display-underline): Don't use
9432 internal-find-face.
9433
dd854dc2
DL
9434 * mail/reporter.el: Maintainer change. Doc fixes.
9435 (reporter-version): Deleted.
9436
9437 * emacs-lisp/elp.el: Maintainer change.
9438 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9439
dc29aa6c
SM
94402000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9441
9442 * add-log.el (add-change-log-entry): Merge the current entry with the
9443 previous one if the previous one is empty.
9444
ed62683d
DL
94452000-05-26 Dave Love <fx@gnu.org>
9446
4370a375
DL
9447 * loadhist.el (unload-feature): Fix interactive spec [from
9448 lijnzaad@ebi.ac.uk].
9449
ed62683d
DL
9450 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9451 subr-arity to check primitives.
9452 (byte-compile-flush-pending, byte-compile-file-form-progn)
9453 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9454 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9455 mapcar.
9456
ba9f8f95
KH
94572000-05-26 Kenichi Handa <handa@etl.go.jp>
9458
0f3e0672
KH
9459 * international/fontset.el: Set family names of non-latin charsets
9460 in default fontset to "*".
9461
cebefb44
KH
9462 * international/mule-diag.el (print-fontset): Combine family part
9463 and registry part of the fontname by "-*-" instead of "-".
9464
ba9f8f95
KH
9465 * international/mule-cmds.el (encode-coding-char): Make strings
9466 multibyte before calling encode-coding-string.
9467
931d0724
SM
94682000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9469
9470 * derived.el: Fix keywords.
8ccce2b0 9471 (define-derived-mode): Only define if needed.
931d0724
SM
9472
9473 * simple.el (fill-comment, comment-column, comment-start)
9474 (comment-start-skip, comment-end, comment-indent-function)
9475 (block-comment-start, block-comment-end, indent-for-comment)
9476 (set-comment-column, kill-comment, comment-padding, comment-region)
9477 (comment-multi-line, indent-new-comment-line): Remove.
9478
9479 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9480 function names for comment operations.
9481
9482 * newcomment.el: Add abundant autoload cookies.
9483 (comment-style): Don't depend on runtime data at compile-time.
9484 (comment-indent-hook): Remove.
9485 (comment-indent): Check if comment-indent-hook is bound.
9486 (comment-region): Docstring fix.
9487
6fc596cf
DL
94882000-05-25 Dave Love <fx@gnu.org>
9489
9490 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9491 byte-code-function-p.
9492
9493 * mail/rmailsum.el: Add provide.
9494
9495 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9496
9497 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9498 defcustom.
9499
7997f1ca 95002000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9501
7997f1ca
MK
9502 * ediff-diff.el (ediff-exec-process): delete --binary option from
9503 non-buffer ediff jobs.
7f565d87 9504
e7a903e8
EZ
95052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9506
9507 * hilit-chg.el (highlight-changes-mode): Ask about color or
9508 grayscale support, not about window-system.
9509
9510 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9511 window-system.
9512 (ffap-highlight): Always default to t.
9513
9514 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9515 display-popup-menus-p instead of looking at window-system.
9516
9517 * disp-table.el (standard-display-g1, standard-display-graphic):
9518 Only refuse to use string glyphs on X and MS-Windows.
9519
9520 * avoid.el: Remove window-system from commentary, suggest to use
9521 display-*-p instead.
9522
9523 * apropos.el (apropos-print): Use display-mouse-p instead of
9524 window-system.
9525
14028d57
EZ
95262000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9527
9528 * international/codepage.el (cp-decoding-vector-for-codepage):
9529 Fill up unsupported characters with their own codes. From Kenichi
9530 Handa.
9531
1a4f9cc1
EZ
95322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9533
9534 * international/mule-diag.el (describe-char-after): Use
9535 display-graphic-p instead of window-system, so that this function
9536 works on MS-DOS.
9537
89f6ca4e
EZ
95382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9539
9540 * international/codepage.el (cp-make-coding-systems-for-codepage):
9541 Remove the eight-bit-graphic and eight-bit-control charsets from
9542 the list of charsets which we convert into `?'.
9543
eacfd7fe
KH
95442000-05-25 Kenichi Handa <handa@etl.go.jp>
9545
9546 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9547 private charsets.
9548 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9549 japanese-jisx0213-2): New charsets.
9550
9551 * international/fontset.el: Setup default fontset for new charsets.
9552
deadf7e3
DL
95532000-05-24 Dave Love <fx@gnu.org>
9554
9555 * info.el (Info-find-node-2): Restructure [following "Vadim
9556 S. Solomin" <sovs@uic.nnov.ru>].
9557
9558 * icomplete.el: Fix header for Finder.
9559
95602000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9561
9562 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9563 STAY.
9564
9565 * rmail.el (rmail-automatic-folder-directives): New user variable.
9566 (rmail-show-message): Add call to `rmail-auto-file' during
9567 display.
9568 (rmail-auto-file): New function.
9569
6de3983f 95702000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9571
fc6a6a4e 9572 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9573 account.
fc6a6a4e
GM
9574 (ediff-test-utility,ediff-diff-mandatory-option)
9575 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9576 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9577
fc6a6a4e 9578 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9579 variable.
7f565d87 9580
fc6a6a4e 9581 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9582 ediff-merge-filename-prefix.
9583
fc290d1d
MK
95842000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9585
fc6a6a4e 9586 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9587
273182b8
EZ
95882000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9589
9590 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9591 aliases for hebrew-iso-8bit.
9592
f471ea57
EZ
95932000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9594
9595 * woman.el: New version from Francis J. Wright
9596 <F.J.Wright@Maths.QMW.ac.uk>.
9597 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9598 names in environment variables regardless of the path separator.
9599 (woman-topic-all-completions-1): Don't call file-name-directory-p
9600 on all files, since woman-file-regexp already filters out any
9601 directories.
9602
01162f24
KH
96032000-05-24 Kenichi Handa <handa@etl.go.jp>
9604
48e3df76
KH
9605 * international/quail.el (quail-start-translation): Don't change
9606 modified-p of the current buffer.
9607 (quail-start-conversion): Likewise.
9608
9609 * international/kkc.el (kkc-region): Don't change modified-p of
9610 the current buffer.
9611
747d90ea
KH
9612 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9613 conform to RFC1468.
9614 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9615
17a223ff
EL
96162000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9617
9618 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9619 (speedbar-insert-button): Invisible text property fix.
9620 (speedbar-directory-plus): Renamed from speedbar-directory-+
9621 (speedbar-directory-minus): Renamed from speedbar-directory--
9622 (speedbar-page-plus): Renamed from speedbar-file-+
9623 (speedbar-page-minus): Renamed from speedbar-file--
9624 (speedbar-page): Renamed from speedbar-file-
9625 (speedbar-tag): Renamed from speedbar-tag-
9626 (speedbar-tag-plus): Renamed from speedbar-tag-+
9627 (speedbar-tag-minus): Renamed from speedbar-tag--
9628 (speedbar-expand-image-button-alist): Use above renames.
9629
9630 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9631 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9632 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9633 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9634 * sb-pg.xpm: Renamed from sb-file.xpm
9635 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9636 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9637
e6b6fc18
KH
96382000-05-24 Kenichi Handa <handa@etl.go.jp>
9639
9640 * international/quail.el (quail-show-guidance-buf): Set
9641 current-input-method of the guidance buffer to the name of the
9642 curren input method.
9643
a1a336eb
SM
96442000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9645
9646 * progmodes/compile.el (compile-internal): Style typo.
9647
9648 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9649 quote vars and functions in the docstring.
9650
9651 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9652
9653 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9654 Don't quote lambdas.
9655
9656 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9657
9695b783
GM
96582000-05-23 Gerd Moellmann <gerd@gnu.org>
9659
716e3b88
GM
9660 * startup.el (command-line): Determine source file of compiled
9661 user init file differently. Warn if compiled user init file
9662 is older than its source file.
9663
9695b783 9664 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9665
41ac433f
EZ
96662000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9667
9668 * files.el (make-backup-file-name-1): Replace slashes with `!'
9669 rather than `|' (which is not allowed on Windows). Replace the
9670 drive letters with a string "drive_X".
9671
46600ab1
GM
96722000-05-23 Gerd Moellmann <gerd@gnu.org>
9673
9674 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9675
9676 * files.el (interpreter-mode-alist): Add `bash2'.
9677
79a64d87
DL
96782000-05-22 Dave Love <fx@gnu.org>
9679
9680 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9681 mapc.
9682 (feature-file): Avoid calling symbol-name. Doc fix.
9683 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9684 (loadhist-hook-functions): Add mouse-position-function.
9685 (unload-feature): Change uses of mapcar.
9686
9687 * files.el (parse-colon-path): Doc fix.
9688 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9689 (set-auto-mode): Use mapc.
9690
9691 * complete.el (PC-look-for-include-file): Use :alnum: character
9692 class.
9693 (partial-completion-mode): Add autoload cookie.
9694
0e8c11d8
SS
96952000-05-22 Sam Steingold <sds@gnu.org>
9696
ce75fd23 9697 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9698 `add-text-properties' (bug introduced on 2000-05-18).
9699
d8d0fa6c
DL
97002000-05-22 Dave Love <fx@gnu.org>
9701
9702 * bindings.el: Remove debug-ignored-errors set in other files.
9703
9704 * progmodes/etags.el: Add to debug-ignored-errors.
9705 (visit-tags-table-buffer): Clear out buffers holding old tables
9706 when making a new list.
9707 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9708 mapc.
9709
9710 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9711 quote keywords.
9712 (cmpl-string-case-type): Use character classes.
9713
0e8c11d8
SS
9714 * comint.el:
9715 * textmodes/ispell.el:
9716 * imenu.el:
d8d0fa6c
DL
9717 * mail/mh-e.el:
9718 * progmodes/compile.el: Add to debug-ignored-errors.
9719
9720 * dabbrev.el: Add to debug-ignored-errors.
9721 (dabbrev-completion): Use mapc.
9722
1edbbf8a
EZ
97232000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9724
9725 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9726 (woman-mapcan, woman-parse-man.conf)
9727 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9728 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9729 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9730 path syntax better.
9731 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9732 (woman-manpath): Call woman-parse-man.conf.
9733 (woman-emulation): New defcustom, defaults to nroff.
9734 (woman-font-support): New defconst.
9735 (woman-use-symbol-font): New defcustom.
9736 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9737 "Emulation".
9738 Many functions: Doc fix.
9739
5bd2148c
KH
97402000-05-22 Kenichi Handa <handa@etl.go.jp>
9741
9742 * international/quail.el (quail-simple-translation-keymap): Map
9743 128..255 to quail-self-insert-command.
9744 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9745
4125ec7e
SM
97462000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9747
a1a336eb
SM
9748 * help.el (help-manyarg-func-alist): Typo.
9749
40aeecad
SM
9750 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9751 intervals which makes it heaps simpler.
9752
4125ec7e
SM
9753 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9754 the nested comment markers.
e4da9c1c
SM
9755
9756 * subr.el (remove-hook): Don't turn the hook's value into a list.
9757
cb7216a7
DL
97582000-05-21 Dave Love <fx@gnu.org>
9759
ac266581
DL
9760 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9761 are invalid characters.
9762
cb7216a7
DL
9763 * international/mule-util.el (detect-coding-with-priority): Use
9764 mapc. Remove redundant lambda.
9765
9766 * international/mule-diag.el (list-non-iso-charset-chars)
9767 (describe-fontset): Remove redundant lambda.
9768
9769 * emulation/crisp.el (brief-mode): New alias.
9770
9771 * emacs-lisp/ring.el (ring-elements): New function.
9772
9773 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9774 (easy-menu-do-add-item): Use keywordp.
9775
9776 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9777
9778 * replace.el: Doc and error message fixes.
9779 (replace-highlight): Use facep, not internal-find-face.
9780
9b0d1d6e
SM
97812000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9782
b2d2cf58
SM
9783 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9784
ffe7dc64
SM
9785 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9786 (log-edit-insert-changelog): Drop `:' as well.
9787
9788 * log-view.el: Fix file description.
9789 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9790 available.
9791 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9792 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9793
c8c21615
SM
9794 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9795 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9796 Print a status message if the toggle is called interactively.
9797 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9798 for global minor modes and use `defcustom' for them.
9799 Use add-minor-mode.
9800 (easy-mmode-define-derived-mode): Remove.
9801 (define-derived-mode): Fancier default docstring.
9802 (easy-mmode-define-navigation): Signal an error rather than (ding).
9803
9b0d1d6e
SM
9804 * newcomment.el (comment-styles): New `box-multi'.
9805 (comment-normalize-vars): Better default for comment-continue to
9806 avoid whitespace-only continuations.
9807 (comment-search-forward): Always move even in the no-syntax case.
9808 (comment-padright): Only obey N if it's only obeyed for padleft.
9809 (comment-make-extra-lines): Better handling of empty continuations.
9810 Use `=' for the filler if comment-start has only one character.
9811 (uncomment-region): Try handling the special `=' filler.
9812 (comment-region): Allow LINES even if MULTI is nil.
9813 (comment-box): Choose box style based on comment-style.
9814
f5ee6d0f
KH
98152000-05-20 Kenichi Handa <handa@etl.go.jp>
9816
9b0d1d6e 9817 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9818 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9819
c9671f81
KH
98202000-05-20 Kenichi HANDA <handa@etl.go.jp>
9821
9822 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9823 and insert, not subst-char-in-region.
9824
9825 * international/mule-diag.el (list-character-sets-1): Handle
9826 charsets eight-bit-control and eight-bit-graphic.
9827 (list-iso-charset-chars): Likewise.
9828 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9829 charactes as is. Use indent-to to align characters.
9830
9831 * international/mule-cmds.el (find-multibyte-characters): Never
9832 exclude charsets eight-bit-control and eight-bit-graphic.
9833
1426aa5c
SM
98342000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9835
9836 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9837 Don't quote lambdas.
9838
9839 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9840
2b63d473
GM
98412000-05-19 Gerd Moellmann <gerd@gnu.org>
9842
9843 * gud.el (gud-jdb-directories): Doc fix.
9844
f1355756
SM
98452000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * newcomment.el: New file.
9848
5f64c9e0
GM
98492000-05-19 Gerd Moellmann <gerd@gnu.org>
9850
2b63d473 9851 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9852
db7314bd
AS
98532000-05-18 Andreas Schwab <schwab@suse.de>
9854
9855 * dired.el (dired-between-files): Also skip lines beginning with
9856 `used'.
9857
25bb0401
GM
98582000-05-18 Gerd Moellmann <gerd@gnu.org>
9859
9860 * msb.el (msb-menu-cond): Add choice `user'.
9861
a199a865 98622000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9863
a199a865
GM
9864 * ps-print.el: Compatibility, customization and doc fix.
9865 (ps-printer-name-option): Replace defconst by defvar.
9866 (ps-postscript-code-directory): XEmacs compatibility.
9867 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9868 fix.
9869 (ps-user-defined-prologue, ps-print-prologue-header)
9870 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9871 compatibility and code fix.
9872 (ps-print-background-image, ps-print-background-text):
9873 Customization fix.
9874 (ps-line-number-start, ps-n-up-on): New vars.
9875
25bb0401
GM
98762000-05-18 Espen Skoglund <esk@ira.uka.de>
9877
9878 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9879 the indent-comment function to just return the appropriate indent.
9880
68e6c83a
EL
98812000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9882
9883 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9884 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9885 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9886
dae6cb9f
DL
98872000-05-18 Dave Love <fx@gnu.org>
9888
9889 * info.el (Info-fontify-node): Add intangible property as well as
9890 invisible.
9891
9892 * calendar/appt.el (appt-make-list): Match all lines of entry.
9893 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9894
813086ea
KH
98952000-05-18 Kenichi Handa <handa@etl.go.jp>
9896
9897 * international/mule-diag.el (describe-char-after): Call
9898 internal-char-font, not char-font. If internal-char-font returns
9899 nil, display "-- none --".
9900
24978190
EZ
99012000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9902
9903 * image.el (image-type-available-p): Don't reference image-types
9904 if it isn't bound.
9905
2fca2d5d
SM
99062000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9907
9908 * autoarg.el (autoarg-mode): Typo in the :set argument.
9909
cfc75d05
EZ
99102000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9911
9912 * startup.el (command-line-1): Don't signal an error if the
9913 directory for auto-save-list files does not yet exist.
9914
c4e30387
KH
99152000-05-17 Kenichi Handa <handa@etl.go.jp>
9916
9917 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9918
dd6b8ea7
SM
99192000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9920
9921 * subr.el (remove-hook): `setq' hook-value, not `set'.
9922
399c88ad
SS
99232000-05-16 Sam Steingold <sds@gnu.org>
9924
a199a865 9925 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9926
01651f07
DL
99272000-05-16 Dave Love <fx@gnu.org>
9928
9929 * cus-edit.el: Don't require cl or easymenu.
9930 (custom-variable-prompt): Test standard-value property, not
9931 user-variable-p.
9932
2248c40d
SS
99332000-05-16 Sam Steingold <sds@gnu.org>
9934
9935 * subr.el (add-hook): `setq' hook-value, not `set'.
9936
b15f3b77
GM
99372000-05-16 Gerd Moellmann <gerd@gnu.org>
9938
9939 * startup.el (command-line-1): Mention the FAQ in the startup
9940 message.
9941
9942 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9943
9944 * progmodes/compile.el (compilation-parse-errors): Collect
9945 `nomessage' regexps last.
9946
9947 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9948
9949 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9950 to the function name.
9951
f9bbcfac
EL
99522000-05-15 Dave Love <fx@gnu.org>
9953
9954 * speedbar.el (speedbar-recenter): Typo.
9955 (speedbar-expand-line): Make arg optional.
9956 (speedbar-mode): Avoid a compiler warning.
9957
119b42eb
GM
99582000-05-15 Gerd Moellmann <gerd@gnu.org>
9959
9960 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9961 user-specified option string is empty.
9962
9963 * mouse.el (mouse-yank-at-click): Doc fix.
9964
f685bea9
EZ
99652000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9966
9967 * term/internal.el (IT-character-translations): More updates of
9968 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9969 documents.
9970
a1b8d58b
GM
99712000-05-15 Gerd Moellmann <gerd@gnu.org>
9972
9973 * env.el (getenv): New function, interactively callable.
9974 (setenv, getenv): Remove autoload cookies.
9975
9976 * loadup.el: Load `env'.
9977
9978 * progmodes/f90.el: Change author's mail address.
9979
c9bba7ed
DL
99802000-05-14 Dave Love <fx@gnu.org>
9981
e5c83697
DL
9982 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9983 goto-addr as an option.
9984
9985 * help.el (help-xref-stack): Doc fix.
9986 (help-xref-following): New variable.
9987 (help-make-xrefs): Use it.
9988 (help-xref-go-back): Use position information from stack element.
9989 (help-follow): Make position in stack element a pair. Use
9990 help-xref-following.
399c88ad 9991
e5c83697
DL
9992 * autoarg.el: New file.
9993
9994 * faces.el: Declare more functions obsolete.
9995
c9bba7ed
DL
9996 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9997 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9998 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9999 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10000 Remove all the setup-...-environment functions.
10001
b6389bfb
EL
100022000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10003
a1b8d58b
GM
10004 * speedbar.el: Updated the commentary section. xemacs20p now uses
10005 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10006 (speedbar-easymenu-definition-base): Add toggle for images.
10007 (speedbar-easymenu-definition-special): Add flush cache & expand.
10008 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10009 (speedbar-reconfigure-keymaps-hook): New variable.
10010 (speedbar-frame-parameters): Updated documentation.
10011 (speedbar-use-imenu-flag): Updated custom tag
10012 (speedbar-dynamic-tags-function-list): New variable.
10013 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10014 (speedbar-indentation-width, speedbar-indentation-width) New
10015 variables.
10016 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10017 (speedbar-vc-indicator): Doc update.
10018 (speedbar-ignored-path-expressions): Updated default value.
10019 (speedbar-supported-extension-expressions): Updated default value.
10020 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10021 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10022 as "+". Added overlay aliases.
10023 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10024 `force-mode-line-update'.
10025 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10026 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10027 `mouse-set-point'
b6389bfb 10028 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10029 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10030 of arbitrary text, and new helper functions.
10031 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10032 filename finder.
b6389bfb
EL
10033 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10034 (speedbar-directory-buttons): Update path search/expansion.
10035 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10036 `speedbar-indentation-width'. Use more care w/ invisible
10037 properties.
b6389bfb
EL
10038 (speedbar-change-expand-button-char): Call
10039 `speedbar-insert-image-button-maybe'.
10040 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10041 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10042 (speedbar-trim-words-tag-hierarchy)
10043 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10044 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10045 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10046 functions.
b6389bfb
EL
10047 (speedbar-mouse-set-point): New function
10048 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10049 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10050 of tag prefix text.
10051 (speedbar-expand-line, speedbar-contract-line): Make more robust
10052 to strange text.
10053 (speedbar-expand-line): Takes universal argument to flush the
10054 cache.
b6389bfb
EL
10055 (speedbar-flush-expand-line): New function.
10056 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10057 Use new generator insertion method.
10058 (speedbar-fetch-dynamic-tags): New function.
10059 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10060 `speedbar-fetch-dynamic-imenu'.
10061 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10062 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10063 "Revert Buffer" menu items.
10064 (speedbar-buffer-buttons-engine): Be smarter when creating a
10065 filename tag (for expansion purposes.).
a1b8d58b
GM
10066 (speedbar-highlight-one-tag-line,
10067 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10068 (speedbar-recenter): New functions.
b6389bfb 10069 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10070 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10071 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10072 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10073 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10074 (speedbar-expand-image-button-alist): New variable.
10075 (speedbar-insert-image-button-maybe): Insert an image over some
10076 buttons.
10077
43fe9244
KH
100782000-05-13 Kenichi Handa <handa@etl.go.jp>
10079
10080 * international/mule-cmds.el (encode-coding-char): An ASCII
10081 character is always encodable.
10082
10083 * international/mule-conf.el: Add more information in descriptions
10084 of character sets.
10085
813086ea 10086 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10087 (describe-font-internal): Adjusted for the change of font-info.
10088 (describe-font): Likewise.
10089 (print-fontset): Rewritten for the new fontset implementation.
10090 (describe-fontset): Include fontset alias names in completion.
10091 (list-fontsets): Adjusted for the change of print-fontset.
10092
10093 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10094 describe-char-after instead of displaying the detail in the echo
10095 area.
813086ea
KH
10096 (syntax-code-table): Format changed.
10097 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10098
e8564f57
SM
100992000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10100
10101 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10102
9278c60d
DL
101032000-05-12 Dave Love <fx@gnu.org>
10104
10105 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10106 dependence. Use line-{beginning,end}-position, not
10107 point-at{b,e}ol. Some doc fixes.
10108 (todo-position): New function. Fix callers of position to use it.
10109 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10110
be0505fe
GM
101112000-05-12 Gerd Moellmann <gerd@gnu.org>
10112
10113 * time.el (display-time-mail-icon): Use `:ascent center'.
10114
a8a3541c
GM
10115 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10116 handling FTP security extensions.
399c88ad 10117
44d5f148
DL
101182000-05-11 Dave Love <fx@gnu.org>
10119
33d0c179 10120 * calendar/todo-mode.el: New file.
44d5f148 10121
da4496b6
GM
101222000-05-11 Gerd Moellmann <gerd@gnu.org>
10123
cdc4401d
GM
10124 * comint.el (comint-read-input-ring): Move reference to
10125 comint-input-ring-size outside of the save-excursion. It was
10126 causing the default value to be the only one ever seen.
399c88ad 10127
0279f991
GM
10128 * font-lock.el: Update copyright. Remove Simon Marshall's email
10129 address on request from him.
10130
da4496b6
GM
10131 * subr.el (substitute-key-definition): Add comment describing
10132 the meaning of PREFIX.
10133
ac5cb26d
SM
101342000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10135
10136 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10137
10138 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10139 (add-minor-mode): Don't make the variable buffer-local and add a
10140 reference to define-minor-mode in the docstring.
10141
10142 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10143 HEADER/FOOTER and fix bug with trailing empty directory.
10144 (cvs-append-to-ignore): Use vc-editable-p if available.
10145 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10146 (vc-do-command): Tweak advice to handle the new VC.
10147
10148 * log-view.el (log-view-goto-rev): New function for the new VC.
10149 (log-view-minor-wrap): Use mark-active.
10150
10151 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10152 (log-edit-changelog-full-paragraphs): New var.
10153 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10154 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10155 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10156 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10157 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10158 Replace the `cvs' prefix with `log-edit'.
10159
10160 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10161
10162 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10163 (diff-font-lock-defaults): Explicitly turn off multiline.
10164 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10165 (diff-ediff-patch): Fix call to ediff-patch-file.
10166 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10167 Handle comments.
10168
10169 * frame.el (automatic-hscrolling): Typo.
10170
10171 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10172
21c34da3
DL
101732000-05-09 Sam Steingold <sds@goems.com>
10174
10175 * apropos.el (apropos-print): use `describe-face' instead of
10176 `customize-face-other-window'.
10177
950cf06f
DL
101782000-05-09 Dave Love <fx@gnu.org>
10179
10180 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10181
10182 * help.el (describe-variable): Have customize button pop the
10183 help-xref stack when invoked.
10184 (help-xref-symbol-regexp): Add `face'.
10185 (help-make-xrefs): Check for quoted face names and adapt regexp
10186 submatch numbers to cope.
10187 (help-xref-interned): Maybe insert face doc too. Separate
10188 sections with a line of hyphens.
10189
0623e40f 10190 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10191 (describe-face): Add customize button. Return the help
10192 text. Fix prompt.
10193
82e2ca9d
EZ
101942000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10195
10196 * term/internal.el (IT-character-translations): Fix last change.
10197
10c00b5c
EZ
101982000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10199
10200 * woman.el: New file
10201 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10202
9deed82f
EZ
102032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10204
001ad319
EZ
10205 * term/internal.el (IT-character-translations): Update ASCII
10206 simulations for greek-iso8859-7, add latin-iso8859-14 and
10207 latin-iso8859-15.
10208
9deed82f
EZ
10209 * international/mule-cmds.el (set-language-info-alist): Call
10210 define-prefix-command with 3 arguments, to make the map suitable
10211 for a menu.
10212
4f37b78a
DL
102132000-05-07 Dave Love <fx@gnu.org>
10214
1ec321a7 10215 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10216
64a4c526
DL
102172000-05-05 Dave Love <fx@gnu.org>
10218
10219 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10220 list in doc string. Don't quote keyword symbols.
10221 * emacs-lisp/cl.el: Likewise
10222 * emacs-lisp/cl-seq.el: Likewise
10223
056565f7
GM
102242000-05-05 Gerd Moellmann <gerd@gnu.org>
10225
10226 * abbrev.el (abbrev-mode): Make ARG optional.
10227
4656b314
GM
102282000-05-04 Gerd Moellmann <gerd@gnu.org>
10229
ec82fb2f
GM
10230 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10231
10232 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10233
4656b314
GM
10234 * subr.el (substitute-key-definition): Clarify documentation.
10235
102362000-05-04 Milan Zamazal <pdm@freesoft.cz>
10237
10238 * glasses.el (glasses-convert-to-unreadable): Use
10239 `glasses-separator' instead of the hard-wired "_".
10240 (glasses-mode): Call `glasses-make-unreadable' only in a single
10241 place.
10242
7b081c78
EZ
102432000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10244
10245 * term/internal.el (cjk-codepages-alist): Add associations for
10246 Chinese and Korean codepages. Remove FIXME comment.
10247
baa5536e
DL
102482000-05-03 Dave Love <fx@gnu.org>
10249
10250 * time.el (display-time-mail-face, display-time-use-mail-icon):
10251 New option.
10252 (display-time-mail-icon): New variable.
10253 (display-time-string-forms): Use the above. Fix the local-map.
10254
cbf18892
GM
102552000-05-03 Gerd Moellmann <gerd@gnu.org>
10256
4ff40dd0
GM
10257 * replace.el (query-replace-map): Add binding for `E'.
10258 (query-replace-help): Extend help text.
10259 (perform-replace): Allow editing the replacement string.
10260
10261 * make-mode.el (makefile-mode-abbrev-table): New variable.
10262 (makefile-mode): Set local abbrev table to
10263 makefile-mode-abbrev-table.
10264 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10265
cbf18892
GM
10266 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10267 set TOGGLE's value.
10268
4ff40dd0
GM
10269 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10270 mail-interactive-insert-alias.
10271 (mail-abbrev-complete-alias): New command.
10272 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10273
ffec4d9f
KH
102742000-05-03 Kenichi Handa <handa@etl.go.jp>
10275
10276 * language/lao-util.el (lao-compose-region): New function.
10277
1b0672c3
GM
102782000-05-02 Gerd Moellmann <gerd@gnu.org>
10279
576da55d
GM
10280 * files.el (recover-session): Make directories as necessary
10281 if they don't exist yet.
10282
399c88ad
SS
10283 * calendar/cal-french.el
10284 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10285 (french-calendar-special-days-array): Change French text.
10286 (calendar-french-date-string): Change output.
10287 (calendar-goto-french-date): Likewise.
10288
102892000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10290
10291 * wid-edit.el (widget-default-active): Obey `:always-active'.
10292 (widget-documentation-string-value-create): Set `:always-active'.
10293
4b33deaa
EZ
102942000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10295
10296 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10297 default prefix to `~/_emacs.d/auto-save.list/_s'.
10298 (normal-top-level): Create the directory for auto-save files, if
10299 it doesn't already exist (in the ms-dos case only).
10300
5c922ea7
EZ
103012000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10302
10303 * international/mule-cmds.el (set-language-environment): Don't
10304 concat an integer (dos-codepage), use format instead.
10305
820ad5e7
DL
103062000-05-02 Dave Love <fx@gnu.org>
10307
10308 * help.el (help-xref-on-pp): Check for constant symbols.
10309
57cb56f5
GM
103102000-04-29 Gerd Moellmann <gerd@gnu.org>
10311
10312 * startup.el (normal-top-level): Put a condition-case around
10313 the code loading subdirs.el.
10314
103152000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10316
57cb56f5
GM
10317 * ps-print.el: Upside-down and face background color printing,
10318 line number step, doc fix.
10319 (ps-print-version): New version number (5.2).
10320 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10321 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10322 (ps-spool-config): Var fix.
10323 (ps-printer-name-option): Const fix.
10324 (ps-print-upside-down, ps-use-face-background)
10325 (ps-line-number-step): New vars.
10326 (ps-window-system, ps-lp-system): New consts.
10327 (ps-face-background): New fun.
10328
084cec2f
GM
103292000-04-28 Richard Stallman <rms@gnu.org>
10330
10331 * files.el (make-auto-save-file-name):
10332 Apply auto-save-file-name-transforms to visited file name
10333 before generating auto save file name.
10334 (auto-save-file-name-transforms): New variable.
10335
399c88ad 10336 * files.el (backup-enable-predicate):
084cec2f
GM
10337 Correctly test for a file under a temporary directory.
10338
c94f4677
GM
103392000-04-28 Gerd Moellmann <gerd@gnu.org>
10340
10341 * subr.el (add-minor-mode): Rewritten.
10342
7b211df5
KH
103432000-04-28 Kenichi Handa <handa@etl.go.jp>
10344
10345 * mail/sendmail.el (sendmail-send-it): Set
10346 buffer-file-coding-system to the selected coding system for MIME
10347 header.
10348
c76e04a8 103492000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10350
c76e04a8
GM
10351 * dired.el (dired-move-to-filename-regexp): Allow format where
10352 YYYY is followed by two spaces.
e3e36d74 10353
c76e04a8
GM
10354 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10355 in the second character class of the regexp.
10356
10357 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10358 mh-etc, too.
353964e3 10359
c76e04a8
GM
10360 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10361 nil.
399c88ad 10362
353964e3
GM
10363 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10364
10365 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10366 argument.
10367
c76e04a8 103682000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10369
c76e04a8
GM
10370 * emacs-lisp/crm.el (crm-completion-table): New variable.
10371 (crm-collection-fn, crm-test-completion)
10372 (completing-read-multiple): Use it.
10373
103742000-04-27 Dave Love <fx@gnu.org>
10375
10376 * help.el (locate-library): Use mapc.
10377 (help-manyarg-func-alist): Add call-process-region.
10378
7464346d
GM
103792000-04-26 Gerd Moellmann <gerd@gnu.org>
10380
b35bd33d
GM
10381 * subr.el (add-minor-mode): Make argument MAP optional.
10382
7464346d
GM
10383 * desktop.el (desktop-save): Save list of minor modes.
10384 (desktop-create-buffer): Restore minor modes.
10385 (desktop-minor-mode-table): New user-option.
10386
10387 * subr.el (add-minor-mode): New function.
10388
10389 * image.el (find-image): New function.
10390 (defimage): Rewritten to find image at load time.
10391
10392 * startup.el (normal-top-level-add-to-load-path): Handle
10393 case that the default directory is not in load-path.
10394
10395 * help.el: Old patch from Stefan Monnier.
10396 (help-xref-on-pp): New function.
10397 (describe-variable): Use it to display xrefs in a symbol's value.
10398
23c0fb21
SM
103992000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10400
10401 * cus-edit.el (custom-face): Fix parenthesis.
10402
fad95037
KH
104032000-04-26 Kenichi Handa <handa@etl.go.jp>
10404
f03392a1
KH
10405 * mail/rmail.el (rmail-expunge): When there are no deleted
10406 messages, do nothing.
fad95037 10407
0d7c5bb9
DL
104082000-04-26 Dave Love <fx@gnu.org>
10409
10410 * international/mule-cmds.el (locale-translation-file-name):
10411 Defvar to nil.
10412 (set-locale-environment): Set it here (at runtime).
10413
612839b6
GM
104142000-04-25 Gerd Moellmann <gerd@gnu.org>
10415
10416 * replace.el (perform-replace): Add parameters START and END. Use
10417 them instead of the check for a region in Transient Mark mode.
10418 (query-replace-read-args): Return two more list elements for the
10419 start and end of the region in Transient Mark mode.
10420 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10421 (map-query-replace-regexp, replace-string, replace-regexp): Add
10422 optional last arguments START and END and pass them to
10423 perform-replace.
10424
10425 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10426 form with additional arguments for perform-replace.
10427
10428 * progmodes/etags.el (tags-query-replace): Add parameters START
10429 and END. Construct a form with additional arguments for
10430 perform-replace.
10431
10432 * simple.el (shell-command): Set default directory for "*Shell
10433 Command Output" buffer.
10434
10435 * language/european.el (iso-latin-4): Fix typo.
10436
10437 * emacs-lisp/crm.el: New file.
10438
2917cc05
DL
104392000-04-24 Dave Love <fx@gnu.org>
10440
10441 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10442 (Custom-reset-saved, Custom-reset-standard)
10443 (custom-group-value-create, custom-group-set, custom-group-save)
10444 (custom-group-reset-current, custom-group-reset-saved)
10445 (custom-group-reset-standard): Use mapc.
10446 (custom-buffer-create-internal): Disable undo when creating items.
10447 Use mapc.
10448 (custom-face): Avoid redundant lambda.
10449
abfcc168
GM
104502000-04-24 Gerd Moellmann <gerd@gnu.org>
10451
10452 * startup.el (auto-save-list-file-prefix): Set default to
10453 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10454
fa78f71b
SS
104552000-04-24 Sam Steingold <sds@gnu.org>
10456
10457 * time-stamp.el (time-stamp-string-preprocess): Always convert
10458 `field-result' to a string.
10459
cc181e95
GM
104602000-04-24 Gerd Moellmann <gerd@gnu.org>
10461
10462 * frame.el (scrolling): New group.
10463 (automatic-hscrolling): New user-option.
10464
10465 * startup.el (command-line-x-option-alist): Add `-lsp' and
10466 `--line-spacing'.
10467
6142fdcb
DL
104682000-04-19 Dave Love <fx@gnu.org>
10469
10470 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10471 (cl-mapc): Rename from mapc. Fix the funcall.
10472
5e3dac3f
GM
104732000-04-19 Gerd Moellmann <gerd@gnu.org>
10474
1c459486
GM
10475 * simple.el (clone-indirect-buffer-other-window): New command.
10476 (clone-indirect-buffer): Add optional arg NORECROD.
10477 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10478
271b4185
GM
10479 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10480
10481 * window.el (count-screen-lines): New function.
10482 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10483 instead of window-buffer-height.
10484
10485 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10486 non-existing variable comint-input-sentinel.
10487 (inferior-lisp-args-to-list): Removed.
10488 (inferior-lisp): Use split-string instead of
10489 inferior-lisp-args-to-list.
10490
10491 * hexl.el (hexl-insert-hex-string): New command.
10492
5e3dac3f
GM
10493 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10494 instead of concat.
10495
f6d3257b
GM
104962000-04-18 Gerd Moellmann <gerd@gnu.org>
10497
10498 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10499 at the start of an existing but empty folder.
10500
105012000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10502
10503 * ps-mule.el: Customization fix, doc fix.
10504 (ps-multibyte-buffer): Customization fix.
10505
8b7bc628 105062000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10507
10508 * subr.el (read-passwd): Use read-char-exclusive.
10509
0daee095
GM
105102000-04-17 Gerd Moellmann <gerd@gnu.org>
10511
10512 * textmodes/texinfo.el (texinfo-insert-@email)
10513 (texinfo-insert-@emph, texinfo-insert-@quotation)
10514 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10515 (texinfo-mode-map): Add key bindings for them.
10516
10517 * files.el (basic-save-buffer-2): Use a template with `$'
10518 instead of `#' for VMS.
10519
10520 * simple.el (clone-indirect-buffer): New function.
10521
e10f64e7
GM
105222000-04-16 Stephen Eglen <stephen@gnu.org>
10523
10524 * iswitchb.el (iswitchb-case): New function. If the user input
10525 contains any upper-case characters, the search is made
10526 case-sensitive.
10527
e3721db1
SM
105282000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10529
e10f64e7
GM
10530 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10531 comment-end.
e3721db1
SM
10532 (texinfo-font-lock-syntactic-keywords): New var.
10533 (texinfo-font-lock-keywords): Remove comment regexp.
10534 (texinfo-insert-block): New function.
10535 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10536 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10537 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10538 (texinfo-environments): New var.
e10f64e7
GM
10539 (texinfo-environment-regexp): Use regexp-opt and
10540 texinfo-environments.
e3721db1 10541
e10f64e7
GM
10542 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10543 ispell-process is bound since this might be eval'd before ispell
10544 is loaded.
10545 (ispell-message): Use a tiny bit less magic and a bit more hard
10546 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10547
10548 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10549
10550 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10551 (insert-cyclic-diary-entry): Unquote the lambda.
10552
10553 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10554
10555 * files.el (backup-enable-predicate): Unquote the lambda.
10556
10557 * cus-edit.el (custom-face, face): Unquote the lambda.
10558
712dc9e0
GM
105592000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10560
10561 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10562
712dc9e0
GM
10563 * ps-print.el: Fix counting lines in a region.
10564 (ps-print-version): New version number (5.1.5).
10565 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10566 (ps-printing-region): Fun code fix.
10567
ffc50f2a
GM
105682000-04-15 Gerd Moellmann <gerd@gnu.org>
10569
10570 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10571 to file-directory-p.
10572
a2522dca
GM
105732000-04-14 Gerd Moellmann <gerd@gnu.org>
10574
10575 * gud.el (gud-jdb-build-source-files-list): Check that directory
10576 exists before calling directory-files.
10577
6e883610
DL
105782000-04-13 Dave Love <fx@gnu.org>
10579
10580 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10581 syntax.
10582
10583 * emacs-lisp/cl-specs.el: Remove when, unless.
10584
10585 * emacs-lisp/cl-extra.el: Don't quote keywords.
10586 (cl-old-mapc): New variable.
10587 (mapc): Use it.
10588 (cl-map-intervals): Use with-current-buffer. Don't check for
10589 next-property-change.
10590 (cl-map-overlays): Use with-current-buffer.
10591 (cl-expt): Remove.
10592 (copy-tree, remprop): Define unconditionally.
10593
10594 * emacs-lisp/cl-compat.el (keywordp): Remove.
10595
10596 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10597 to use keywordp.
10598 (edebug-spec): Enable keywordp.
10599
10600 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10601 string-lessp.
10602
10603 * cus-start.el: Use keywordp.
10604
198e3c7a
GM
106052000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10606
10607 * diary-lib.el (include-other-diary-files): Fix the fix of
10608 2000-02-18 by doing a save-excursion.
10609
106102000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10611
10612 * ps-print.el: Customization fix, doc fix.
10613 (ps-print-version): New version number (5.1.4).
10614 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10615 (ps-print-preprint): Adjust code.
10616 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10617 (ps-print-prologue-header, ps-print-control-characters)
10618 (ps-spool-config): Customization fix.
fa78f71b 10619
8eba343c
EZ
106202000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10621
10622 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10623 converted to the new menu-item format, names silightly changed,
10624 help strings added.
10625
10626 Support for spelling without async subprocesses:
10627
10628 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10629 (ispell-session-buffer): New variables.
10630 (ispell-start-process, ispell-process-status,
10631 ispell-accept-output, ispell-send-string): New functions, for
10632 Ispell invocation when async subprocesses aren't supported.
10633 (ispell-word, ispell-pdict-save, ispell-command-loop,
10634 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10635 to process-send-string with calls to ispell-send-string, and
10636 accept-process-output with ispell-accept-output.
10637 (ispell-init-process): Call ispell-process-status instead of
10638 process-status with.
10639 (ispell-init-process): Call ispell-start-process. Call
10640 ispell-accept-output and ispell-send-string. Don't call
10641 process-kill-without-query and kill-process if they are unbound.
10642 (ispell-async-processp): New function.
10643
3d30065d
DL
106442000-04-12 Dave Love <fx@gnu.org>
10645
10646 * info.el: Add debug-ignored-errors.
10647 (Info-mode-menu): Add some items.
10648 (Info-directory): Add autoload cookie.
10649
10650 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10651 Modify `truncate-lines'. Make `describe-language-environment'
10652 always visible and add help. Modify `describe-key' help. Invoke
10653 Info-directory from `info'. New entry `emacs-manual'.
10654
1a1b1895
GM
106552000-04-10 Gerd Moellmann <gerd@gnu.org>
10656
8b2affc5
GM
10657 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10658 propertized-buffer-identification.
10659 (ebrowse-update-member-buffer-mode-line): Likewise.
10660 (ebrowse--mode-strings): Removed.
10661 (ebrowse--mode-line-props): Removed.
10662
1a1b1895
GM
10663 * files.el (auto-mode-alist): Add `EBROWSE'.
10664
10665 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10666 space before testing for end of buffer.
10667 (ebrowse-load): Removed.
10668 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10669 (ebrowse-create-tree-buffer): Rewritten.
10670 (ebrowse-tree-mode): Read tree from buffer.
10671
10672 * progmodes/ebrowse-ffh.el: Removed.
10673
223f3c91
KH
106742000-04-10 Kenichi Handa <handa@etl.go.jp>
10675
10676 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10677
25fbf2c4
GM
106782000-04-10 Gerd Moellmann <gerd@gnu.org>
10679
10680 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10681 at the wrong place.
10682
92c13173
DL
106832000-04-09 Dave Love <fx@gnu.org>
10684
10685 * files.el (backup-enable-predicate): Use
10686 temporary-file-directory, small-temporary-file-directory.
10687 (make-backup-file-name-function, backup-directory-alist): New
10688 variables.
10689 (make-backup-file-name-1): New function.
10690 (make-backup-file-name): Use it.
10691 (find-backup-file-name): Likewise. Use format for clarity, not
10692 concat.
10693 (file-newest-backup): Use make-backup-file-name.
10694
be0dbdab
GM
106952000-04-09 Gerd Moellmann <gerd@gnu.org>
10696
c45be9ac 10697 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10698
c45be9ac
GM
10699 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10700 to ebrowse-ffh.el.
10701 (ebrowse-load): Add autoload.
10702
10703 * finder.el (finder-commentary): Add autoload cookie.
10704
be0dbdab
GM
10705 * mail/rfc2368.el: Correct author's email address.
10706
10707 * progmodes/ebrowse.el: New file.
10708
10709 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10710 item help string.
10711 (easy-menu-do-add-item): Ditto.
10712 (easy-menu-define): Extend doc string.
10713
10714 * jit-lock.el (with-buffer-unmodified): Use
10715 restore-buffer-modified-p.
10716 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10717 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10718 with-buffer-unmodified.
10719
3f923efe
DL
107202000-04-08 Dave Love <fx@gnu.org>
10721
10722 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10723 unless, when.
10724
d35bee0e
MK
107252000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10726
10727 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10728 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10729 doesn't support face.
d35bee0e 10730 Use `viper-put-on-search-overlay'.
fa78f71b 10731
c407c570
GM
107322000-04-04 Gerd Moellmann <gerd@gnu.org>
10733
10734 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10735 like C-r.
10736
10737 * progmodes/make-mode.el: Some doc fixes.
10738 (makefile-mode-abbrev-table): New variable.
10739 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10740 (makefile-font-lock-keywords): Fontify includes and conditionals.
10741 (toplevel): Require `dabbrev' and `add-log' when compiling.
10742
10743 * replace.el (perform-replace): Don't move forward one char
10744 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10745 to do that because it leaves point 1 position after the last
10746 replacement, after everything has been replaced.
10747
10748 * jit-lock.el (with-buffer-unmodified): New macro.
10749 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10750 modified state.
10751 (jit-lock-function-1): Extracted from jit-lock-function; not
10752 preserving buffer's modified state.
10753 (jit-lock-function, jit-lock-stealth-fontify): Call
10754 jit-lock-function-1.
10755
10756 * mail/rfc2368.el: Remove supernumerary copyright line.
10757
685e5ed2
GM
107582000-04-04 Milan Zamazal <pdm@freesoft.cz>
10759
10760 * glasses.el: Provide facilities for inserting space before left
10761 parentheses and uncapitalization of identifiers.
10762 (glasses-mode): Try to remove old overlays in all cases.
10763
0166aed1
GM
107642000-04-03 Gerd Moellmann <gerd@gnu.org>
10765
62f20204
GM
10766 * progmodes/compile.el (compile-internal): Display the compilation
10767 buffer in a different frame, if it's already displayed there.
10768
6460c400
GM
10769 * mail/rfc2368.el: New file.
10770
c0510d27
GM
10771 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10772 header and insert its value as mail body.
10773
10774 * subr.el (member-ignore-case): New function.
10775
10776 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10777 (dabbrev--find-expansion): Ignore buffers matching a regexp
10778 from dabbrev-ignored-regexps.
10779
0166aed1
GM
10780 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10781 to extensions handled by gzip.
10782
c0510d27
GM
107832000-04-03 Richard M. Stallman <rms@gnu.org>
10784
10785 * files.el (insert-directory): List the total free space
10786 along with the used space.
fa78f71b 10787
c0510d27
GM
10788 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10789 line is followed by one that matches CITATION-REGEXP, end the
10790 paragraph.
10791
107922000-04-03 Markus Rost <rost@delysid.gnu.org>
10793
10794 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10795 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10796
14c04384
KH
107972000-04-03 Kenichi Handa <handa@etl.go.jp>
10798
10799 * international/mule-cmds.el (encoded-string-description):
10800 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10801 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10802 for hexadecimal format.
14c04384 10803
ccf5869a
DL
108042000-04-01 Dave Love <fx@gnu.org>
10805
10806 * cpp.el: Change customization group to `c' from `C'.
10807
10808 * vcursor.el (vcursor-move): Use display-color-p.
10809
10810 * international/mule-util.el: Provide mule-utils.
10811 (string-to-sequence): Simplify and speed up.
10812
10813 * international/mule.el (make-coding-system): Purecopy doc-string.
10814
10815 * international/mule-cmds.el: Various menu changes.
10816 (describe-specified-language-support): Handle `Default'.
10817 (set-language-info): Purecopy `info'.
10818
610d841e
GM
108192000-03-31 Andrew Innes <andrewi@gnu.org>
10820
10821 * vc.el (vc-backend-diff): Return the correct status if we had to
10822 retry the rcsdiff command without the --brief option.
fa78f71b 10823
7f9de034
DL
108242000-03-31 Dave Love <fx@gnu.org>
10825
2de47765
DL
10826 * help.el (help-manyarg-func-alist): Correct several omissions.
10827
72838819
DL
10828 * add-log.el: Don't require cl, fortran.
10829 (add-log-current-defun-function): Doc fix.
10830 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10831 fix.
10832 (change-log-version-rcs): Function deleted.
10833 (change-log-version-number-search): Doc fix. Use
10834 vc-workfile-version. Avoid CL dolist.
10835 (add-change-log-entry): Just call add-log-current-defun to get
10836 defun. Simplify somewhat.
10837 (change-log-get-method-definition-1): Likewise.
10838 (add-log-current-defun): Return nil if calling
10839 add-log-current-defun-function does so. Move Fortran stuff to
10840 fortran.el. Return string without properties.
10841
7f9de034
DL
10842 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10843 and :alpha: char classes.
10844
10845 * mail/supercite.el: Defvar curline when compiling.
10846 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10847 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10848 rather than a-zA-Z0-9 to allow non-ASCII characters.
10849
aa110c0c
GM
108502000-03-31 Gerd Moellmann <gerd@gnu.org>
10851
10852 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10853
10854 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10855 Re-enable new code.
10856
10857 * lpr.el (print-region-1): Use -d to specify printer name for
10858 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10859
108602000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10861
aa110c0c
GM
10862 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10863 for function definition in symbol's function value slot first
10864 instead of first consulting byte-compile-function-environment.
fa78f71b 10865
6733d074
KH
108662000-03-31 Kenichi Handa <handa@etl.go.jp>
10867
10868 * language/european.el ("Polish"): New language environment.
10869 (setup-polish-environment): New function.
10870
63fcfa04
GM
108712000-03-30 Gerd Moellmann <gerd@gnu.org>
10872
10873 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10874 Disable new code.
10875
10876 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10877 trying to `load' the symbol of an autoload instead of the file
10878 recorded in the autoload. Fix error messages.
10879
7438c86b
GM
108802000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10881
10882 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10883 (ps-print-version): New version number (5.1.3).
10884 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10885 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10886 (ps-generate-postscript-with-faces): Code fix.
10887 (ps-color-values): XEmacs compatibility.
10888 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10889 (ps-default-fg, ps-default-bg): Adjust customization.
10890 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10891 (ps-color-scale): Renaming old ps-color-value fun.
10892 (ps-print-headers): Replace ps-print-header group to avoid conflict
10893 with ps-print-header variable.
10894 (ps-print-miscellany): New group.
10895 (ps-format-color, ps-rgb-color): New funs.
10896 (ps-default-foreground): New var.
10897 (ps-printer-name-option): New const.
fa78f71b 10898
326855a0
PB
108992000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10900
1f56ba73
PB
10901 * net/net-utils.el:
10902 (network-connection-host, network-connection-service): New variables
10903 (network-connection-mode): New mode, derived from comint-mode
10904 (network-connection-mode-setup): New function, saves host and
fa78f71b 10905 service information in local variables.
1f56ba73 10906
326855a0
PB
10907 * lisp/locate.el:
10908 (locate-word-at-point): Added this function
10909 (locate): Default to using locate-word-at-point as input
10910 Run dired-mode-hook
10911
141384bd
DL
109122000-03-29 Dave Love <fx@gnu.org>
10913
10914 * calendar/appt.el: Doc fixes.
10915 (appt-check): Convert min-to-app to a string before passing to
10916 appt-disp-window-function or concat.
10917 (appt-delete-window): Remove test for frame-root-window.
10918 (appt-select-lowest-window, appt-convert-time): Simplify.
10919
10920 * emacs-lisp/bytecomp.el: Doc fixes.
10921 (byte-compile-file-form-autoload): Update
10922 byte-compile-function-environment.
10923
c5aa0fc2
AS
109242000-03-29 Andreas Schwab <schwab@suse.de>
10925
10926 * emacs-lisp/autoload.el: Also print defsubst doc string
10927 specially.
10928
10929 * dired.el (dired-insert-directory): If dired-free-space-program
10930 failed just delete its output.
10931
f1d6fe69
DL
109322000-03-29 Dave Love <fx@gnu.org>
10933
10934 * international/iso-cvt.el: Move provide to end. Doc fixes.
10935 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10936 (iso-iso2sgml, iso-sgml2iso): New functions.
10937 (iso-cvt-define-menu): Fix some entries and use backquote for
10938 clarity.
10939
10940 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10941
b61f1215
GM
109422000-03-28 Gerd Moellmann <gerd@gnu.org>
10943
10944 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10945 ISO-DATE. If non-nil, return date in ISO 8601 format.
10946
ea4b0ca3
SM
109472000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10948
3831af62
SM
10949 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10950 if it ever becomes used.
10951 (log-edit-mode-hook): Default to vc-log-mode-hook.
10952 (log-edit-mode): Fix the docstring.
10953
ea4b0ca3
SM
10954 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10955 the code.
10956
08f8b1cc
DL
109572000-03-26 Dave Love <fx@gnu.org>
10958
082527fe
DL
10959 * net/browse-url.el (browse-url): Re-fix case of
10960 browse-url-browser-function being an alist.
10961 (browse-url): Add :link to defgroup.
10962
08f8b1cc
DL
10963 * files.el: Doc fixes.
10964 (file-truename): Include `[' in wildcard characters.
10965 (automount-dir-prefix): Customize.
10966 (find-file-wildcards): Add :version.
10967 (find-file-noselect): Simplify a mapcar call.
10968
10969 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10970 compatible with inf-lisp version.
10971 (eval-defun-1): Fix custom-declare-variable case.
10972
ea4b0ca3
SM
109732000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10974
10975 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10976
9a0dd3dc
GM
109772000-03-24 Gerd Moellmann <gerd@gnu.org>
10978
b68c375f
GM
10979 * Makefile (COMPILE_FIRST): New macro.
10980 (compile-files): Compile files from COMPILE_FIRST first.
10981
10982 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10983 code.
10984
9a0dd3dc
GM
10985 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10986 matching open parenthesis in column 0 to defun-prompt-regexp
10987 only if open-paren-in-column-0-is-defun-start is set.
10988
10989 * sun-curs.el: Require CL at compile-time only.
10990
10991 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10992 instead of copy-list which is a function from CL.
10993 (msb--choose-menu, msb--mode-menu-cond)
10994 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10995 (msb--init-file-alist): Use mapcar instead of mapcan.
10996 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10997 `(' in column 0 in doc string.
10998 (msb--add-separators): Use mapcar instead of mapcan.
10999
11000 * cus-dep.el: Require CL at compile-time only.
11001
c7dcadb5
SM
110022000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11003
11004 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11005 (byte-compile-warnings): New warning `noruntime'.
11006 (byte-compile-constants, byte-compile-variables): Fix docstring.
11007 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11008 execute `eval-whenc-compile's body.
11009 (byte-compile-unresolved-functions): Fix docstring.
11010 (byte-compile-eval): New function.
11011 (byte-compile-callargs-warn): Check if the function will be available
11012 at runtime (via property `byte-compile-noruntime').
11013 (byte-compile-print-syms): New function.
11014 (byte-compile-warn-about-unresolved-functions): Also warn about
11015 `noruntime' functions (and use `byte-compile-print-syms').
11016 (byte-compile-file): Capitalize the message.
11017
3b55acc9
GM
110182000-03-24 Gerd Moellmann <gerd@gnu.org>
11019
11020 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11021 (rmail-expunge): Ask for confirmation depending on the setting
11022 of rmail-confirm-expunge.
11023
110242000-03-23 Gerd Moellmann <gerd@gnu.org>
11025
11026 * Makefile (bootstrap-clean): If $(emacs) exists, build
11027 loaddefs.el first. A loaddefs.el that's not up-to-date might
11028 cause a bootstrap failure because things don't autoload as
11029 expected.
11030
02c76af4
DL
110312000-03-23 Dave Love <fx@gnu.org>
11032
11033 * net/browse-url.el: Restore previous use of
11034 browse-url-maybe-new-window.
11035
1a3199d9
GM
110362000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11037
11038 * ps-print.el: Skip banner page fix.
11039 (ps-print-version): New version number (5.1.2).
11040 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11041
1a3199d9
GM
110422000-03-23 Dave Pearson <davep@davep.org>
11043
11044 * net/quickurl.el Changed the type of parameter passed to the
11045 function defined by `quickurl-format-function'. Before only the
11046 text of the URL was passed. Now the whole URL structure is passed
11047 and the function is responsible for extracting the parts it
11048 requires. Changed the default of `quickurl-format-function'
11049 accordingly.
11050 (quickurl-insert): Changed the `funcall' of
11051 `quickurl-format-function' to match the above change.
11052 (quickurl-list-insert): Changed the `url' case so that it makes
11053 use of `quickurl-format-function', previous to this the format was
11054 hard wired.
fa78f71b 11055
72db3ab5
GM
110562000-03-22 Gerd Moellmann <gerd@gnu.org>
11057
11058 * startup.el: Change some spellings for the X Window System.
11059
68049bfa
SM
110602000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11061
11062 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11063 up the code and the regexp and make sure the cursor is temporarily
11064 moved to the suspicious line while querying the user.
11065
ff4df011
JR
110662000-03-22 Jason Rumney <jasonr@gnu.org>
11067
11068 * w32-fns.el (w32-charset-info-alist): Initialize.
11069
ee1c5b21
GM
110702000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11071
11072 * ps-print.el: N-up last page fix.
11073 (ps-print-version): New version number (5.1.1).
11074 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11075
d2cbfba0
SM
110762000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11077
bfb857d8
SM
11078 * files.el (find-file-run-dired): Update docstring.
11079 (find-directory-functions): New hook.
11080 (find-file-noselect): Run find-directory-functions rather than
11081 calling dired directly.
11082
11083 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11084
cb3430a1
SM
11085 * pcvs.el: Add a minimal leading commentary.
11086 (cvs-make-cvs-buffer): Change the header part by removing the startup
11087 message and adding a `Module' entry. Also replace the FOOTER and
11088 HEADER special fileinfos with the new support in ewoc for updating
11089 its own footer and header.
11090 (cvs-update-header): Update to use the header/footer of the ewoc.
11091 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11092 (cvs-is-within-p): New function.
11093 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11094 to only examine some subset of the buffers.
11095
11096 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11097 `format' instead of our own ad-hoc functions.
11098 Remove HEADER and FOOTER cases, now handled in the EWOC.
11099 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11100
11101 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11102 output to avoid scaring the user.
11103 (cvs-parse-table): Catch message for non-up-to-date commits.
11104
11105 * pcvs-defs.el (cvs-startup-message): Remove.
11106 (cvs-global-menu): New autoloaded menu.
11107
11108 * pcvs-util.el (cvs-string-fill): Remove.
11109
11110 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11111 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11112 PP part of it and also make it work for footers and headers.
11113 (ewoc-create): Drop POS and BUFFER arguments.
11114 Use the DLL's dummy node to store the end-of-footer position.
11115 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11116 (ewoc-refresh): Remove unused `header' variable.
11117 (ewoc-(get|set)-hf): New functions.
11118
d2cbfba0
SM
11119 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11120 log-view-*-(message|file) and use easy-mmode-define-navigation.
11121 (log-view-message-re): Match SCCS format as well.
11122 And match the revision line rather than the dashed separator line.
11123 (log-view-mode): Use the new define-derived-mode.
11124 (log-view-current-tag): Fill in with an actual implementation.
11125
11126 * cvs-status.el (cvs-status-(prev|next)): Rename from
11127 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11128 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11129 to let the output "breathe" a little more (more readable).
11130 (cvs-status-mode): Use the new define-derived-mode.
11131
11132 * smerge-mode.el (smerge-auto-leave): New function and variable.
11133 (smerge-basic-map): Rename from smerge-basic-keymap.
11134 Change the bindings for smerge-diff-*.
11135 (smerge-*-map): Use easy-mmode-defmap.
11136 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11137 (smerge-keep-*): Use smerge-auto-leave.
11138
51663132
JR
111392000-03-21 Jason Rumney <jasonr@gnu.org>
11140
11141 * cus-edit.el (custom-button-face): Use 3D look for w32.
11142 (custom-button-pressed-face): Likewise.
11143
3f6e4b8b
GM
111442000-03-21 Gerd Moellmann <gerd@gnu.org>
11145
11146 * progmodes/etags.el (tags-case-fold-search): New user-option.
11147 (tags-loop-eval): New function. Bind case-fold-search around eval
11148 depending on the value of tags-case-fold-search.
11149 (tags-loop-continue): Use tags-loop-eval.
11150 (find-tag-in-order): Bind case-fold-search depending on the value
11151 of tags-case-fold-search.
11152
c7ea3acc
SM
111532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11154
0ae39f53
SM
11155 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11156 (diff-end-of-hunk): Return the end position for use in
11157 `easy-mmode-define-navigation'.
11158 (diff-recenter): Remove.
11159 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11160 of `easy-mmode-define-navigation'.
11161 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11162 previous renaming) and fix to use new names.
11163 (diff-merge-strings): Use \n as separator: simpler, faster.
11164 (diff-mode): Use `define-derived-mode'.
11165
c7ea3acc
SM
11166 * derived.el (define-derived-mode): Don't autoload anymore.
11167 Prefer the macro-only version provided by easy-mmode.el.
11168
11169 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11170 `easy-mmode-define-derived-mode'.
11171 Use `combine-run-hooks'.
11172 (easy-mmode-define-navigation): New macro.
11173
11174 * subr.el (combine-run-hooks): New function.
11175
6c4bfdc0
KH
111762000-03-21 Kenichi HANDA <handa@etl.go.jp>
11177
11178 * term/x-win.el: Fontsets related initialization is simplified.
11179
11180 * international/mule-diag.el (describe-font): Don't refer to
11181 global-fontset-alist, instead call font-list.
11182 (describe-fontset, list-fontsets, mule-diag): Likewise.
11183 (print-fontset): Adjusted for the change of fontset
11184 implementation.
11185
11186 * international/fontset.el (x-charset-registries): Variable
11187 removed, instead the corresponding data is stored in the default
11188 fontset.
11189 (register-alternate-fontnames): Function removed.
11190 (resolved-ascii-font): Variable removed.
11191 (x-compose-font-name): Ignore the second argument REDOCE.
11192 (x-complement-fontset-spec): Complement only an ASCII font and
11193 element for those charsets than can use that ASCII font.
11194 (generate-fontset-menu): Don't refer to global-fontset-alist,
11195 instead call fontset-list.
11196 (uninstantiated-fontset-alist): Variable removed.
11197 (x-style-funcs-alist): Likewise.
11198 (fontset-default-styles): Likewise.
11199 (x-modify-font-name): Function removed.
11200 (create-fontset-from-fontset-spec): Ignore the argument
11201 STYLE-VARIANT.
11202 (create-fontset-from-ascii-font): Docsting adjusted for the above
11203 change.
11204 (instantiate-fontset, resolve-fontset-name): Functions removed.
11205 (fontset-list): Now implemented by C code.
fa78f71b 11206
6c4bfdc0
KH
11207 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11208 (describe-face): Include `font' attribute in the description.
11209
9111d4b5
KH
112102000-03-21 Kenichi Handa <handa@etl.go.jp>
11211
11212 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11213
b33dd3b0
GM
112142000-03-20 Gerd Moellmann <gerd@gnu.org>
11215
a25bbe00
GM
11216 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11217 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11218 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11219
b33dd3b0
GM
11220 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11221 about behavior of set-buffer-modified-p wrt redisplay.
11222
8b7bc628 112232000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11224
11225 * view.el (view-mode-disable): Kill local binding of view-read-only.
11226
d7b511c4
GM
112272000-03-18 Gerd Moellmann <gerd@gnu.org>
11228
11229 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11230 is a string, convert it to a syntax cell using string-to-syntax.
11231
11232 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11233 (string-to-syntax): New function.
11234
11235 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11236 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11237 try to use passive ftp mode.
d7b511c4 11238
998ecc60
GM
112392000-03-17 Gerd Moellmann <gerd@gnu.org>
11240
b33dd3b0 11241 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11242
11243 * simple.el (append-to-buffer): Update point of windows after
11244 insertion.
11245
11246 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11247 forward then moving backward. Reindent.
11248
11249 * frame.el (other-frame): Call x-focus-frame only if
11250 focus-follows-mouse is off.
11251
235d6821
DL
112522000-03-17 Dave Love <fx@gnu.org>
11253
11254 * pcvs-util.el (cvs-strings->string): Rename
11255 replace-regexps-in-string.
11256
a29a2cd1
SM
112572000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11258
af595444
SM
11259 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11260 regexp for labels cannot span several lines.
11261
11262 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11263 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11264
a9be2843
DL
112652000-03-16 Dave Love <fx@gnu.org>
11266
11267 * progmodes/f90.el (f90): Put custom group under `languages', not
11268 `fortran'.
11269 (f90-mode-hook): Customize.
11270 (f90-mode): Set add-log-current-defun-function.
11271 (f90-current-defun): New function.
11272
d0ab3e9d
GM
112732000-03-16 Gerd Moellmann <gerd@gnu.org>
11274
16b20ed9
GM
11275 * cus-edit.el (custom-variable-tag-face): Handle case that
11276 default face's height is not a number.
11277 (custom-face-tag-face, custom-group-tag-face-1)
11278 (custom-group-tag-face): Ditto.
11279 (custom-group-tag-face-1): Add :group.
fa78f71b 11280
d0ab3e9d
GM
11281 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11282
ae8ab422
GM
112832000-03-15 Gerd Moellmann <gerd@gnu.org>
11284
11285 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11286 requiring easymenu.
11287
81c7ca69
GM
112882000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11289
11290 * ps-print.el: PostScript user-defined prologue, PostScript error
11291 handler, doc fix.
11292 (ps-print-version): New version number (5.1).
11293 (ps-user-defined-prologue, ps-error-handler-message)
11294 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11295 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11296 (ps-insert-string): New function.
fa78f71b 11297
dcf1003d
KH
112982000-03-15 Kenichi Handa <handa@etl.go.jp>
11299
11300 * international/ccl.el (ccl-compile-expression): Don't generate
11301 invalid self-assignment code.
11302
73825616
DL
113032000-03-14 Dave Love <fx@gnu.org>
11304
11305 * subr.el (replace-regexp-in-string): Renamed from
11306 replace-regexps-in-string. Doc fix.
11307
031020ac
DL
113082000-03-12 Dave Love <fx@gnu.org>
11309
11310 * cus-edit.el: Doc fixes.
11311 (customize-set-variable, customize-save-variable): Rename args for
11312 doc.
11313 (custom-variable-tag-face, custom-face-tag-face)
11314 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11315 style which user identify as hyperlink.
11316 (hook): Don't add undefined functions to the hook.
11317 (debug-ignored-errors): Transfer message from bindings.el.
11318
9b2f3c38
GM
113192000-03-12 Gerd Moellmann <gerd@gnu.org>
11320
11321 * recentf.el (recentf-keep-non-readable-files-p): Remove
11322 double/nested definition.
11323
0d6e23cf
DL
113242000-03-12 Dave Love <fx@gnu.org>
11325
11326 * facemenu.el (facemenu-get-face): Use display-color-p.
11327 * enriched.el (enriched-decode-foreground): Likewise.
11328 (enriched-decode-background): Likewise.
11329 * isearch.el (isearch-highlight): Likewise.
11330 * info-look.el (info-lookup): Likewise.
11331 * simple.el (completion-setup-function): Likewise.
11332
11333 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11334 :options.
11335
11336 * bindings.el (mode-line-format): Fix line-number and
11337 column-number items. Add help-echo for the background.
11338 (mode-line-mule-info): Modify help-echo.
11339
1598a961 11340 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11341
11342 * files.el (load-file): Allow completion to .elc.
11343
11344 * man.el: Doc fixes.
11345 (Man-init-defvars): Use display-color-p to set fontification.
11346
11347 * play/hanoi.el (hanoi-internal): Don't use oddp.
11348
e1cff360
GM
113492000-03-12 Gerd Moellmann <gerd@gnu.org>
11350
11351 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11352
11353 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11354
5e5dff44
GM
113552000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11356
11357 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11358 Fix comment.
11359
5b467bf4
SM
113602000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11361
83fef604
SM
11362 * font-lock.el (font-lock-keywords): Fix the doc now that
11363 regexp-opt-depth is unnecessary.
11364 (save-buffer-state): Set an edebug spec.
11365 (font-lock-fontify-anchored-keywords): Properly handle the case when
11366 the matcher goes past the limit.
11367
5b467bf4
SM
11368 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11369 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11370
83fef604
SM
11371 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11372 dll.el and cookie.el (from Elib) with heavy renaming and other
11373 massaging.
5b467bf4
SM
11374
11375 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11376 Autoload the functions used.
11377 (easy-mmode-define-syntax): Fix CL typo.
11378 (easy-mmode-define-derived-mode): Improve the docstring generation.
11379
d407456c
GM
113802000-03-10 Gerd Moellmann <gerd@gnu.org>
11381
11382 * textmodes/texinfo.el (texinfo-version): Variable and function
11383 removed.
11384
5a7a545c
SM
113852000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11386
0d6e23cf
DL
11387 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11388 allow more flexibility.
11389 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11390 fns.
11391 (easy-mmode-defmap, easy-mmode-defsyntax)
11392 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11393
d407456c 113942000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11395
11396 * rect.el (replace-rectangle): New function.
11397
113982000-03-09 Dave Love <fx@gnu.org>
11399
11400 * progmodes/fortran.el (fortran-comment-line-start): Define as
11401 "C".
11402 (fortran-comment-line-start-skip): Don't match cpp stuff.
11403 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11404 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11405 (fortran-mode): Don't set fortran-comment-line-start-skip,
11406 fortran-comment-line-start here. Set comment-start,
11407 add-log-current-defun.
11408 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11409 (fortran-current-defun): New function.
11410
80460654
GM
114112000-03-09 Gerd Moellmann <gerd@gnu.org>
11412
d1221ea9
GM
11413 * emacs-lisp/re-builder.el: New file.
11414
1853aa6b
GM
11415 * mouse.el (mouse-drag-region): Don't run up-event handler
11416 if hscroll has changed.
11417
80460654
GM
11418 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11419 builtin operators, use `font-lock-builtin-face' for Emacs and
11420 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11421
11422 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11423 `(defun (setf foo)' differently.
11424
c0056275
SM
114252000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11426
11427 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11428 (regexp-opt): Update comment and adapt the code the new meaning of
11429 the `paren' argument of regex-opt-group for shy-groups.
11430 (regexp-opt-depth): Handle shy groups as well as backslashed
11431 backslashes.
c0056275
SM
11432 (regexp-opt-group): Turn the leading comment into a docstring.
11433 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11434 Remove open-presuf and close-presuf. Instead of checking for `all
11435 one-char' and then later on check for `several one-char', handle
11436 both cases close together. Also apply a more generic algorithm
11437 for suffixes (the mirror image of the algorithm used for
11438 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11439 (regexp-opt-try-suffix): Removed.
11440
11441 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11442 from comint-mode-map, so we can just inherit from it. Also, move
11443 the initialization into the `defvar' since there's no docstring
11444 anyway and it's fairly short.
11445 (inferior-scheme-mode): Define it as derived-mode: the code is
11446 shorter and this way we inherit from comint-mode-map rather than
11447 copying it.
c0056275 11448
80460654
GM
11449 * subr.el (replace-regexps-in-string): Properly handle the case
11450 where we match an empty string.
c0056275 11451
80460654
GM
11452 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11453 when the command has a directory component (such as "./testml").
c0056275
SM
11454 Also fix a typo in the comment.
11455
5e91ff9e
GM
114562000-03-08 Gerd Moellmann <gerd@gnu.org>
11457
feab4fba
GM
11458 * Makefile (compile-files): Compile files one by one because
11459 that's the only way to ensure a clean compilation environment for
11460 each individual file.
11461
5e91ff9e
GM
11462 * frame.el (other-frame): Call x-focus-frame.
11463
76162e12
DL
114642000-03-07 Dave Love <fx@gnu.org>
11465
f64ce788
DL
11466 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11467 :require to defcustom.
11468
76162e12
DL
11469 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11470 lists.
11471
11472 * files.el (auto-mode-alist): Add configure.in.
11473
11474 * progmodes/autoconf.el: New file.
11475
f7daf1e1
GM
114762000-03-07 Gerd Moellmann <gerd@gnu.org>
11477
11478 * mail/mh-e.el: Change maintainer to `none'.
11479
11480 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11481 to remove-hook and add-hook.
11482
114832000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11484
11485 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11486 it as the default.
11487 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11488 (sendmail-send-it): Conditionally add MIME headers specifying the
11489 used character set.
fa78f71b 11490
63f6b2c4
DL
114912000-03-07 Dave Love <fx@gnu.org>
11492
11493 * winner.el: Fix keywords, autoload cookies. Split
11494 eval-when-compile form to avoid compilation failure.
11495
8330e2f9
KH
114962000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11497
11498 * international/mule.el: Modify comment about coding system
11499 property `coding-category'.
11500 (make-coding-system): New argument EOL-TYPE. Pay attention to
11501 coding-category property of PROPERTIES.
11502
11503 * international/mule-conf.el (coding-category-utf-8,
11504 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11505 categories. Include them in the argument for set-coding-priority.
11506
11507 * international/mule-cmds.el (reset-language-environment): Include
11508 coding-category-utf-8, coding-category-utf-16-be, and
11509 coding-category-utf-16-le in the argument for set-coding-priority.
11510 (reset-language-environment): Initialize coding-category-utf-8,
11511 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11512
18bb0684
GM
115132000-03-06 Karl Fogel <kfogel@red-bean.com>
11514
11515 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11516 code abstracted out of `bookmark-jump-noselect'. Now tries info
11517 extensions as well as compression extensions.
11518 (bookmark-jump-noselect): Use above new func.
fa78f71b 11519
71a6ba55
GM
115202000-03-03 Gerd Moellmann <gerd@gnu.org>
11521
11522 * strokes.el: Change maintainer's mail address.
11523
0d56cdff
KH
115242000-03-03 Kenichi Handa <handa@etl.go.jp>
11525
11526 * international/mule-diag.el (list-character-sets): Make help-echo
11527 string by substitute-command-keys.
11528 (list-character-sets): Likewise.
11529 (sort-listed-character-sets): Call help-setup-xref.
11530
900fa1f1
GM
115312000-03-02 Gerd Moellmann <gerd@gnu.org>
11532
11533 * time.el (display-time-mail-file): Add `none' to the list of
11534 choices.
11535
54d04320
DL
115362000-03-01 Dave Love <fx@gnu.org>
11537
43f3fa09
DL
11538 * help.el (help-xref-go-back): Don't try to set position.
11539
54d04320
DL
11540 * international/mule-diag.el (list-character-sets): Call
11541 help-setup-xref. Add help-echo to xrefs.
11542 (list-character-sets-1): Add help-echo to xrefs.
11543
d054101f
GM
115442000-03-02 Gerd Moellmann <gerd@gnu.org>
11545
11546 * frame.el (blink-cursor-mode): Switch cursor on when turning
11547 the mode off.
11548
11549 * add-log.el (add-log-current-defun): Add support for
11550 Autoconf mode.
11551
11552 * mail/rmail.el (rmail-quit-hook): New variable.
11553
d77dae5c
DL
115542000-03-01 Dave Love <fx@gnu.org>
11555
e5f597f0
DL
11556 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11557
d77dae5c
DL
11558 * help.el (help-xref-button): Add help-echo arg.
11559 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11560
11561 * faces.el (list-faces-display): Supply help-echo with
11562 help-make-xrefs.
11563
11564 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11565 nil.
11566
72d19d75
GM
115672000-03-01 Gerd Moellmann <gerd@gnu.org>
11568
2df636f4
GM
11569 * image.el (defimage): Look for image files in load-path.
11570
fa78f71b 11571 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11572 `number'.
11573
2df636f4
GM
115742000-03-01 David Ponce <david.ponce@wanadoo.fr>
11575
11576 * recentf.el (recentf): Added version tag to the defgroup of
11577 recentf.
11578
115792000-03-01 David Ponce <david.ponce@wanadoo.fr>
11580
11581 * recentf.el (recentf-cleanup): Changed to remove excluded file
11582 too.
11583 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11584 action to select/unselect a file.
11585 (recentf-edit-list): Code cleanup and improvement.
11586 (recentf-open-more-files-action): `recentf-open-more-files' button
11587 widget action to open a file.
11588 (recentf-open-more-files): No more use standard completion but
11589 widgets.
11590 (recentf-more-collection): Deleted.
11591 (recentf-more-history): Deleted.
11592 (recentf-setup-more-completion): Deleted.
11593
115942000-03-01 David Ponce <david.ponce@wanadoo.fr>
11595
11596 * recentf.el (recentf-mode): No more needs that Emacs is running
11597 under a window-system.
11598
115991999-03-01 David Ponce <david.ponce@wanadoo.fr>
11600
11601 * recentf.el (recentf-edit-list): New command to edit the recent
11602 list which allow the user to remove files.
11603 (recentf-edit-selected-items): New global variable, used by
11604 `recentf-edit-list' to hold the list of files to be removed from
11605 the recent list.
11606 (recentf-make-menu-items): Updated to display a "Edit list..."
11607 menu item. Minor code cleanup.
11608
116091999-03-01 David Ponce <david.ponce@wanadoo.fr>
11610
11611 * recentf.el (recentf-open-more-files): New command to open files
11612 that are not displayed in the menu.
11613 (recentf-more-collection): New global variable holding the set of
11614 permissible completions used by `recentf-open-more-files'.
11615 (recentf-more-history): New global variable holding the history list
11616 used by `recentf-open-more-files' completion.
11617 (recentf-setup-more-completion): New function to setup completion for
11618 `recentf-open-more-files'.
11619 (recentf-make-menu-items): Updated to display a "More..." menu item.
11620
116211999-03-01 David Ponce <david.ponce@wanadoo.fr>
11622
11623 * recentf.el (recentf-menu-action): Doc fixed.
11624
116251999-03-01 David Ponce <david.ponce@wanadoo.fr>
11626
11627 * recentf.el (recentf-menu-filter): Doc updated.
11628 (recentf-update-menu-hook): Allow menu filters to force menu update.
11629 (recentf-make-menu-items): New menu filter handling.
11630 (recentf-make-menu-item): New helper function.
11631 (recentf-menu-elements): New menu handling function.
11632 (recentf-sort-ascending): Updated to new menu filter handling.
11633 (recentf-sort-descending): Updated to new menu filter handling.
11634 (recentf-sort-basenames-ascending): New menu filter function.
11635 (recentf-sort-basenames-descending): New menu filter function.
11636 (recentf-show-basenames): New menu filter function.
11637 (recentf-show-basenames-ascending): New menu filter function.
11638 (recentf-show-basenames-descending): New menu filter function.
11639
72d19d75
GM
116402000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11641
11642 * diary-lib.el (list-diary-entries): Don't try to go forward at
11643 the end of the buffer.
11644
1ac1c836
KH
116452000-02-29 Kenichi Handa <handa@etl.go.jp>
11646
11647 * international/mule-diag.el (list-character-sets): Completely
11648 rewritten.
11649 (sort-listed-character-sets): New function.
11650 (list-character-sets-1): Completely rewritten.
11651 (list-character-sets-2): New function.
11652 (non-iso-charset-alist): New variable.
11653 (decode-codepage-char): New function.
11654 (charset-history): New variable.
11655 (read-charset) (list-block-of-chars)
11656 (list-iso-charset-chars)
11657 (list-non-iso-charset-chars)
11658 (list-charset-chars): New functions.
11659 (mule-diag): Call list-character-sets-2, not
11660 list-character-sets-2.
11661 (dump-charsets): Likewise.
11662
ed4d0512
GM
116632000-02-29 Gerd Moellmann <gerd@gnu.org>
11664
72d19d75
GM
11665 * dired-x.el (dired-filename-at-point): Add `@' to valid
11666 file name characters.
11667 (dired-filename-at-point): Handle ange-ftp file names.
11668
ed4d0512
GM
11669 * frame.el (frame-notice-user-settings): Use assq-delete-all
11670 instead of assoc-delete-all.
11671 (frame-notice-user-settings): Ditto.
11672
11673 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11674 Don't copy alist.
11675
32038c7a
GM
116762000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11677
11678 * calculator.el (calculator-use-menu): New option.
11679 (calculator-initial-bindings): Changed some bindings to work as
11680 macros.
11681 (calculator-forced-input): Removed.
11682 (calculator-restart-other-mode): New variable.
11683 (calculator-mode-map): Set up menu.
fa78f71b 11684
32038c7a
GM
116852000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11686
11687 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11688 tags.
fa78f71b 11689
55d7ff38 116902000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11691
55d7ff38
MK
11692 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11693 translate all ESC key sequences.
11694 (viper-goto-mark-subr): restore markers for files for which
11695 they were saved.
11696 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11697 * viper-util.el (viper-set-replace-overlay-glyphs,
11698 viper-set-replace-overlay): always check if the replacement
11699 overlay is live.
11700 * viper.el (viper-vi-state-mode-list): added major modes.
11701 * ediff-wind.el: minor comment changes.
11702 * ediff.el: copyright notice date fix.
fa78f71b 11703
387023ee
JR
117042000-02-27 Jason Rumney <jasonr@gnu.org>
11705
11706 * faces.el (face-font-family-alternatives): Add arial to helv.
11707 (mode-line, header-line, tool-bar): Same default as x for w32.
11708 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11709 face-font-family-alternatives from working.
11710 * term/w32-win.el (mouse-set-font): Do not build fontset from
11711 chosen font.
11712
f43d79c1
GM
117132000-02-25 Sam Steingold <sds@goems.com>
11714
5d80cc9c 11715 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11716 properly.
fa78f71b 11717
8b7bc628 117182000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11719
11720 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11721
4eb8436f
GM
117222000-02-25 Gerd Moellmann <gerd@gnu.org>
11723
11724 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11725 writable.
11726
449c3c52 11727 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11728
42088c12
GM
117292000-02-24 Gerd Moellmann <gerd@gnu.org>
11730
11731 * frame.el (show-cursor-in-non-selected-windows): New option.
11732
c60ea02e
GM
117332000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11734
11735 * diary-lib.el (include-other-diary-files): Undo the selective
11736 display in any included file and don't kill it.
11737
d066de8e
EZ
117382000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11739
11740 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11741 bar. Menu items converted to (menu-item format, help strings
11742 added.
11743 [downcase, upcase]: Don't enable on MS-DOS.
11744 [symlink, symlinks]: Don't show if make-symbolic-link is not
11745 bound.
11746 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11747
b6906b38
DL
117482000-02-23 Dave Love <fx@gnu.org>
11749
275cf1b2
DL
11750 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11751 (backward-kill-word): Revert addition of * to interactive spec --
11752 it's a feature.
11753
11754 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11755 (backward-kill-sentence, kill-sentence): Likewise.
11756
99d48056
DL
11757 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11758 scratch buffer name.
11759 (gud-format-command): Use int-to-string in ?l case. Simplify
11760 slightly.
11761
11762 * term/w32-win.el (internal-face-interactive): Update prompt for
11763 new read-face-name.
11764
11765 * mail/footnote.el (footnote): Add :version to defgroup.
11766 (footnote-section-tag-regexp): Customize.
11767 (footnote-start-tag, footnote-end-tag): New option.
11768 (footnote-latin-regexp): New variable.
11769 (Footnote-latin): New function.
11770 (footnote-style-alist): Add element for latin style.
11771 (footnote-style): Moved.
11772 (Footnote-goto-footnote): Use eq to test arg.
11773
11774 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11775
b6906b38
DL
11776 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11777 (byte-compile-trueconstp): Include keywords.
11778 (byte-optimize-quote, byte-optimize-lapcode): Use
11779 byte-compile-const-symbol-p.
11780 (byte-optimize-char-before): New optimization.
11781
11782 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11783 (byte-compile-const-symbol-p): New function.
11784 (byte-compile-constp, byte-compile-out-toplevel)
11785 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11786 Use it.
11787
11788 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11789
214f877f
KH
117902000-02-23 Kenichi Handa <handa@etl.go.jp>
11791
c709bcf1
KH
11792 * international/encoded-kb.el: Be sure to update minor-mode-alist
11793 and minor-mode-map-alist.
11794 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11795 codes SS2 and SS3 correctly.
11796 (encoded-kbd-self-insert-ccl): New function.
11797 (encoded-kbd-setup-keymap): New function.
11798 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11799 by calling encoded-kbd-setup-keymap.
11800
214f877f
KH
11801 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11802 characters.
11803 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11804 locally.
11805
b021ef18
DL
118062000-02-22 Dave Love <fx@gnu.org>
11807
11808 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11809 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11810 defvar.
11811 (lisp-mode-syntax-table): Set up for #|...|# comments.
11812 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11813 classes. Match `defface'.
11814 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11815 (eval-defun-1): Fix for defcustom.
11816 (lisp-indent-region): Doc fix.
11817
11818 * subr.el (when, unless, split-string): Doc fix.
11819 (read-passwd): Move call of clear-this-command-keys to the right
11820 place.
11821 (replace-regexps-in-string): New function.
11822
14cc00ad
GM
118232000-02-22 Gerd Moellmann <gerd@gnu.org>
11824
11825 * help.el (describe-variable): Set syntax table to
11826 emacs-lisp-mode-syntax-table when moving forward over the
11827 symbol's name.
11828
47da5efa
DL
118292000-02-22 Dave Love <fx@gnu.org>
11830
11831 * xt-mouse.el: Doc fixes.
11832 (xterm-mouse-position-function): New function, replacing advice of
11833 mouse-position.
11834 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11835
11836 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11837
f0a6c717
GM
118382000-02-21 Gerd Moellmann <gerd@gnu.org>
11839
11840 * format.el (format-annotate-single-property-change): Handle
11841 properties.with dotted-list values.
11842 (format-proper-list-p): New function.
11843
11844 * enriched.el (enriched-face-ans): Handle '(foreground-color
11845 . COLOR) and (background-color . COLOR).
11846
2be80b63
DL
118472000-02-20 Dave Love <fx@gnu.org>
11848
11849 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11850 and assignments to it.
11851 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11852 current local map.
11853 (make-flyspell-overlay): Use it.
11854 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11855
11856 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11857 (lm-get-header-re): Defun, not defsubst.
11858 (lm-get-package-name): Defun, not defsubst. Simplify.
11859 (lm-version): Doc fix. Simplify.
11860 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11861 (lm-crack-address, lm-last-modified-date, lm-commentary)
11862 (lm-verify, lm-synopsis): Simplify.
11863 (lm-report-bug): Require emacsbug. Use compose-mail.
11864
329eed9f
GM
118652000-02-20 Gerd Moellmann <gerd@gnu.org>
11866
11867 * dired.el (dired-mode): Call propertized-buffer-identification
11868 to set mode-line-buffer-identification to something having
11869 the right text properties.
11870
11871 * bindings.el (propertized-buffer-identification): New function.
11872
be5bb146
DL
118732000-02-20 Dave Love <fx@gnu.org>
11874
11875 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11876 check for t-mouse too.
11877
11878 * cus-start.el: Make echo-keystrokes `number'.
11879
1d4311c3
EZ
118802000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11881
11882 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11883 Don't call ring-empty-p unless tags-location-ring is bound.
11884 From Noah Friedman <friedman@splode.com>.
11885
a23c5037
TTN
118862000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11887
11888 * progmodes/hideshow.el (hs-flag-region): No longer use
11889 `intangible' overlay property.
11890
11891 (hs-toggle-hiding): New command.
11892 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11893
11894 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11895 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11896 and deactivation.
11897
b6a22bf8
GM
118982000-02-18 Gerd Moellmann <gerd@gnu.org>
11899
11900 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11901
d621caf7
GM
119022000-02-17 Gerd Moellmann <gerd@gnu.org>
11903
3c0ed7ce
GM
11904 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11905
d621caf7
GM
11906 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11907 of `*' to handle `(* ... *)' comments.
11908
538d88fb
EZ
119092000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11910
53c80cf6 11911 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11912 window-system.
53c80cf6 11913
538d88fb
EZ
11914 * menu-bar.el (global-map): Menu-bar items converted to the new
11915 format (menu-item..., rearranged for better CUA compliance, and
11916 their names changed for better clarity. Help strings added.
11917
11918 * international/mule-cmds.el (mule-menu-keymap)
11919 (describe-language-environment-map, set-coding-system-map)
11920 (setup-language-environment-map): Convert to new (menu-item...
11921 form, add help strings. Change names of menu items for better
11922 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11923 submenu).
11924
8389e1e2 119252000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11926
a23c5037 11927 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11928 within the code.
a23c5037 11929
8389e1e2 119302000-02-16 Dave Love <fx@gnu.org>
a23c5037 11931
84fe35f0
DL
11932 * faces.el: Don't require custom. Add more specific :groups to
11933 various deffaces.
11934 (set-face-attribute): Purecopy args.
11935 (read-face-name): Default to name at point and use it in prompt.
11936 Remove colon from arg in all callers.
11937 (list-faces-display): Hyperlink to face descriptions and customize
11938 buffers.
11939
b2aeee30
DL
119402000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11941
11942 * wid-edit.el (widget-match-inline): An atom never matches a
11943 list.
11944
99e95407
GM
119452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11946
82d2c7c5
DL
11947 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11948 at ':' characters by call to split-string.
99e95407
GM
11949
119502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11951
82d2c7c5 11952 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11953
119542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11955
82d2c7c5
DL
11956 * textmodes/bibtex.el: Some temporary comments removed.
11957 (bibtex-field-name, bibtex-entry-type): Made the relationship
11958 explicit.
11959 (bibtex-field-const): Allow capital letters.
11960 (bibtex-start-of-string): Deleted because unused.
11961
11962 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11963 use the term 'reference' to describe a bibtex entry as a whole.
11964 Further, reference keys are no longer called 'labels'.
11965 (bibtex-keys): Renamed to bibtex-reference-keys.
11966 (bibtex-reformat-previous-labels): Renamed to
11967 bibtex-reformat-previous-reference-keys.
11968 (bibtex-reference-type): Renamed to bibtex-entry-type.
11969 (bibtex-reference-head): Renamed to bibtex-entry-head.
11970 (bibtex-reference-maybe-empty-head): Renamed to
11971 bibtex-entry-maybe-empty-head.
11972 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11973 (bibtex-search-reference): Renamed to bibtex-search-entry.
11974 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11975 bibtex-enclosing-entry-maybe-empty-head.
11976 (bibtex-entry-field-alist, bibtex-entry-head,
11977 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11978 bibtex-map-entries, bibtex-search-entry,
11979 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11980 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11981 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11982 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11983 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11984 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11985 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11986
119872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11988
82d2c7c5
DL
11989 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11990 comment.
11991 (bibtex-format-field-delimiters): New function, functionality
11992 extracted from bibtex-format-entry.
11993 (bibtex-autokey-get-yearfield-digits): New function, functionality
11994 extracted from bibtex-autokey-get-yearfield.
11995
11996 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11997 entries in order to avoid stack overflow in the regexp matcher if
11998 field contents become large.
11999 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12000 bibtex-field-string-part-not-braced,
12001 bibtex-field-string-part-no-inner-braces,
12002 bibtex-field-string-part-1-inner-brace,
12003 bibtex-field-string-part-2-inner-braces,
12004 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12005 bibtex-field-string-quoted, bibtex-field-string,
12006 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12007 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12008 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12009 as parsing is now performed by the following functions.
12010 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12011 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12012 bibtex-parse-field-string, bibtex-search-forward-field-string,
12013 bibtex-parse-association, bibtex-field-name-for-parsing,
12014 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12015 bibtex-search-forward-field, bibtex-search-backward-field,
12016 bibtex-start-of-field, bibtex-end-of-field,
12017 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12018 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12019 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12020 bibtex-parse-string, bibtex-search-forward-string,
12021 bibtex-search-backward-string, bibtex-start-of-string,
12022 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12023 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12024 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12025 entries. Instead of reporting the results of the parsing by
12026 match-beginning or match-end, these functions return data structures
12027 that hold the corresponding positions.
12028 (bibtex-enclosing-field): Changed to also report field boundaries by
12029 return values rather than by match-beginning or match-end. The
12030 following functions have been adapted to use the new parsing
12031 functions.
12032 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12033 bibtex-enclosing-field, bibtex-format-entry,
12034 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12035 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12036 bibtex-print-help-message, bibtex-end-of-entry,
12037 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12038 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12039 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12040 method for parsing.
12041 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12042 bibtex-map-entries, bibtex-flash-head,
12043 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12044 bibtex-autokey-change, bibtex-autokey-get-namefield,
12045 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12046 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12047 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12048 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12049 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12050 order to make the new binding of case-fold-search immediately
12051 visible.
99e95407
GM
12052
120532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12054
82d2c7c5
DL
12055 * textmodes/bibtex.el: Copyright notice is up to date.
12056 Added constant 'bibtex-maintainer-salutation.
99e95407 12057
82d2c7c5
DL
12058 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12059 than make-temp-name, use match-string-no-properties and eliminate
12060 a quadratic behavior when building bibtex-strings.
99e95407 12061
82d2c7c5
DL
12062 * bibtex.el (bibtex-reference-key): Accept string entries whose
12063 reference key contains upper case letters.
99e95407
GM
12064
120652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12066
82d2c7c5
DL
12067 * bibtex.el (bibtex-reference-head): Allow entries to start with
12068 a new line.
99e95407
GM
12069
120702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12071
82d2c7c5
DL
12072 * bibtex.el: Hiding of entry bodies is not longer provided by
12073 bibtex.el directly. Instead the hideshow package can be used.
12074 Added a special bibtex entry to hs-special-modes-alist.
12075 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12076
120772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12078
f24fef2f
SM
12079 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12080 at ':' characters by call to split-string.
8389e1e2
GM
12081
120822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12083
f24fef2f 12084 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12085
120862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12087
f24fef2f
SM
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.
fa78f71b 12093
f24fef2f
SM
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.
8389e1e2
GM
12118
121192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12120
f24fef2f
SM
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.
fa78f71b 12127
f24fef2f
SM
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.
8389e1e2
GM
12184
121852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12186
f24fef2f
SM
12187 * textmodes/bibtex.el: Copyright notice is up to date.
12188 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12189
f24fef2f
SM
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.
fa78f71b 12193
f24fef2f
SM
12194 * bibtex.el (bibtex-reference-key): Accept string entries whose
12195 reference key contains upper case letters.
8389e1e2
GM
12196
121972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12198
f24fef2f
SM
12199 * bibtex.el (bibtex-reference-head): Allow entries to start with
12200 a new line.
8389e1e2
GM
12201
122022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12203
f24fef2f
SM
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.
99e95407
GM
12208
122092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12210
82d2c7c5 12211 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12212 proceedings entry type (for cross referencing). Thanks to Wagner
12213 Toledo Correa for the suggestion.
12214
82d2c7c5 12215 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12216
eae61d8f
KH
122172000-02-14 Kenichi Handa <handa@etl.go.jp>
12218
12219 * international/characters.el: Setup case table for Vietnamese.
12220
fb07a302
GM
122212000-02-12 Gerd Moellmann <gerd@gnu.org>
12222
12223 * uniquify.el (toplevel): Require CL at compile time.
12224 (uniquify-push): Removed.
12225
12226 * shadowfile.el (shadow-when): Removed.
12227
12228 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12229 (tempo-process-and-insert-string): Use dolist instead of
12230 tempo-dolist.
12231
12232 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12233 regexp for paragraph-start.
12234
12235 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12236 commas as well.
12237
a0eddf92
DL
122382000-02-10 Dave Love <fx@gnu.org>
12239
12240 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12241 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12242 Deleted.
12243 (widget-specify-field, widget-specify-button): Don't use
12244 widget-mouse-help as help-echo property.
12245 (default): Use #'ignore for :validate and :mouse-down-action.
12246 (checkbox): Add help-echo.
12247 (widget-sexp-validate): Rewritten to clarify error messages.
12248 (character): Use char-valid-p in :match function.
12249 (widget-color-complete): Use facemenu-color-alist.
12250 (widget-color-action): Use facemenu-read-color.
12251
12252 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12253 set up `caar' &c that we now have.
12254
82d2c7c5
DL
122552000-02-09 Ray Blaak <blaak@gnu.org>
12256
12257 * delphi.el: Make resourcestring a declaration region, like const
12258 and var.
12259
6cbc1482
DL
122602000-02-09 Dave Love <fx@gnu.org>
12261
12262 * bindings.el (mode-line-input-method-map): New variable.
12263 (mode-line-mule-info): Use it; fix last change.
12264 (mode-line-mode-menu): Move definition.
12265 (mode-line-mouse-sensitive-p): Deleted.
12266 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12267 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12268 level.
12269
12270 * startup.el (command-line-1): Don't call
12271 make-mode-line-mouse-sensitive.
12272
f7136ee8
GM
122732000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12274
12275 * mail/rmail.el (rmail-retry-failure): Use
12276 rmail-beginning-of-message before rmail-toggle-header, because the
12277 former toggles headers.
12278
6e1d0d15
SM
122792000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12280
fef8c55b
SM
12281 * diff-mode.el (diff-kill-junk): New interactive function.
12282 (diff-reverse-direction): Use delete-and-extract-region.
12283 (diff-post-command-hook): Restrict the area so that the hook also works
12284 outside of any diff hunk. This is necessary for the minor-mode.
12285 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12286 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12287
6e1d0d15
SM
12288 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12289 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12290 so that it can be used more easily in <foo>-mode-hook. Also make sure
12291 to avoid duplicate entries.
12292 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12293 (font-lock-remove-keywords): Just as was done for `add', allow it to
12294 work even if font-lock-mode is nil. Also make sure we don't modify
12295 any pre-existing list by forcing a copy-sequence. Finally rename
12296 `major-mode' to `mode'.
12297 (font-lock-fontify-syntactic-anchored-keywords)
12298 (font-lock-fontify-anchored-keywords)
12299 (font-lock-fontify-keywords-region): Use line-end-position.
12300 Don't make `font-lock-multiline' local (it's now done in
12301 font-lock-set-defaults).
12302 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12303 move the `font-lock-fontified' creation to inside the `unless'.
12304
a75dfea0
AI
123052000-02-06 Andrew Innes <andrewi@gnu.org>
12306
12307 * term/w32-win.el (x-handle-args): Comment out call to message,
12308 which occurs before window system is initialized.
12309
12310 * makefile.nt: Add support for recompiling lisp code.
12311
b85e9462
DL
123122000-02-04 Dave Love <fx@gnu.org>
12313
9ff33afb
DL
12314 * bindings.el (mode-line-mule-info): Fix/extend last change.
12315
b85e9462
DL
12316 * completion.el: Replace completion-dolist with dolist.
12317
12318 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12319 dotimes.
12320
44dff075
CD
123212000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12322
12323 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12324 environment names before they go into the section regexp.
12325
12326 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12327 char class in regexp.
12328
12329 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12330 `case-fold-search' to nil.
12331
12332 * progmodes/idlwave.el (idlwave-template): Respect
12333 `idlwave-abbrev-change-case'.
12334 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12335 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12336 idlwave-while): respect `idlwave-reserved-word-upcase'.
12337 (idlwave-rw-case): New function.
12338 (idlwave-statement-match): Fixed problem with assignment regexp.
12339 (idlwave-font-lock-keywords): Improved regexp for keyword
12340 parameters.
a23c5037 12341 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12342 operators longer than 1 char.
12343
12344 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12345 idlwave-shell-expression-overlay. Implemented printing of
12346 expressions on higher levels of the calling stack.
12347 (idlwave-shell-display-level-in-calling-stack): Restore stack
12348 level.
12349 (idlwave-retrieve-expression-from-level): New function.
12350 (idlwave-shell-last-calling-stack): Variable removed.
12351 (idlwave-shell-reset): Argument action reversed (`visible' to
12352 `hidden'). Also remove stop-line overlay.
12353 (idlwave-shell-calling-stack-routine): New variable.
12354 (idlwave-shell-parse-stack-and-display): Messages now display
12355 negative level numbers.
12356 (idlwave-shell-mode): Set `modeline-format'.
12357 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12358 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12359 21.
12360 (idlwave-shell-print-expression-function): New option.
a23c5037 12361
44dff075
CD
12362 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12363 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12364 `tool-bar' instead of `toolbar'.
12365
f26c34fd
DL
123662000-02-02 Dave Love <fx@gnu.org>
12367
12368 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12369 emacs-lisp-mode-hook. Don't check for defalias being defined.
12370
12371 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12372 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12373 the new builtins directly.
12374
12375 * whitespace.el (whitespace): Add :version to defgroup.
12376
12377 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12378 Doc fix.
12379
12380 * thingatpt.el (sexp-at-point, symbol-at-point)
12381 (number-at-point, list-at-point): Add autoload cookie.
12382
12383 * recentf.el (recentf): Add :version to defgroup.
12384
12385 * quickurl.el (quickurl): Add :version to defgroup.
12386
12387 * elide-head.el (elide-head): Use point-marker more.
12388
12389 * bs.el (bs): Add :version to defgroup.
12390
12391 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12392
12393 * progmodes/delphi.el (delphi): Add :version to defgroup.
12394
d240a249
GM
123952000-02-02 Gerd Moellmann <gerd@gnu.org>
12396
12397 * ange-ftp.el (ange-ftp-write-region): Handle case that
12398 succeeding process operation sets a different coding system.
12399
12400 * calculator.el: New file.
12401
d5179a01
EZ
124022000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12403
12404 * frame.el (frames-on-display-list, framep-on-display): New
12405 functions.
12406 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12407 (display-selections-p, display-screens, display-pixel-width)
12408 (display-pixel-height, display-mm-width, display-mm-height)
12409 (display-backing-store, display-save-under, display-planes)
12410 (display-color-cells, display-visual-class): New functions.
12411
12412 * term/tty-colors.el (tty-color-gray-shades): New function.
12413
12414 * faces.el (display-color-p): Use framep-on-display.
12415 (display-grayscale-p): New function.
12416
968e00f0
DL
124172000-01-31 Dave Love <fx@gnu.org>
12418
12419 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12420 (create-fontset-from-x-resource): Don't concat integers.
12421
2cb750ba
GM
124222000-01-31 Inge Frick <inge@nada.kth.se>
12423
12424 * view.el: Some changes in documentation. Removed some trailing
12425 whitespace. Changed some parameter names to agree with
12426 documentation.
12427 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12428 window is not deleted. Modifies change 1998-04-26.
a23c5037 12429
74e9213b
GM
124302000-01-31 Gerd Moellmann <gerd@gnu.org>
12431
47569935
GM
12432 * windmove.el: New file.
12433
74e9213b
GM
12434 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12435 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12436 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12437
74e9213b
GM
12438 * jit-lock.el (jit-lock-function): Widen before calculating end
12439 position.
12440 (jit-lock-stealth-chunk-start): Rewritten.
12441
12442 * info.el (Info-title-face-alist): Removed.
12443 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12444 faces.
12445 (Info-fontify-node): Use these faces.
12446
994c5afe
GM
124472000-01-30 Gerd Moellmann <gerd@gnu.org>
12448
12449 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12450 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12451 `&allow-other-keywords'.
12452
12453 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12454 the list of directories scanned heuristically.
12455
12456 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12457 exist.
12458
f00276e3
JR
124592000-01-30 Jason Rumney <jasonr@gnu.org>
12460
12461 * w32-fns.el: Define w32-tty-standard-colors.
12462
12463 * startup.el (command-line): Use w32-tty-standard-colors when in
12464 w32 console mode.
12465
cc4dfff0
DL
124662000-01-30 Dave Love <fx@gnu.org>
12467
e645e77b
DL
12468 * jka-compr.el (jka-compr-load): Fix up load-history.
12469
cc4dfff0
DL
12470 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12471
12472 * emacs-lisp/cl-macs.el: Revert previous change.
12473
16215eb0
DL
124742000-01-29 Dave Love <fx@gnu.org>
12475
12476 * facemenu.el: Purecopy various strings.
12477
12478 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12479 years. Deal with three-digit years.
12480
12481 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12482 defconst, purecopy.
12483 (help-back-label): Purecopy it.
12484
bbd9b566
GM
124852000-01-18 Gerd Moellmann <gerd@gnu.org>
12486
12487 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12488 variable. If non-nil, order the buffer list according to the
12489 currently selected frame.
12490 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12491 non-nil, pass the selected frame to function buffer-list.
a23c5037 12492
887448e1
GM
124932000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12494
12495 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12496
7df85084
DL
124972000-01-28 Dave Love <fx@gnu.org>
12498
142e109c
DL
12499 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12500
7df85084
DL
12501 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12502 Don't use lisp-indent-hook property.
12503 (cl-abs): Remove.
12504
12505 * subr.el: Move out indent and edebug specs for when and unless.
12506
12507 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12508 when, unless.
12509
12510 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12511 unless, when.
12512
3b43c01c
GM
125132000-01-28 Gerd Moellmann <gerd@gnu.org>
12514
d060bc9f
GM
12515 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12516 `collecting' as synonym for `collect'.
12517
12518 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12519 for the case it contains spaces.
12520
12521 * simple.el (what-cursor-position): Change formatting of
12522 messages.
12523
b02786f9
GM
12524 * frame.el (delete-other-frames): New function.
12525 (toplevel): Bind it to C-x 5 1.
12526
efd68b8a
GM
12527 * sort.el (sort-numeric-base): New option.
12528 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12529 interpret it as octal or hexadecimal. Use sort-numeric-base
12530 as default base.
12531
3b43c01c
GM
12532 * progmodes/glasses.el: New file.
12533
984ae001
GM
125342000-01-27 Gerd Moellmann <gerd@gnu.org>
12535
a0b796e3
GM
12536 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12537 userids differently.
12538
984ae001
GM
12539 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12540 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12541 progmodes/ebnf-yac.el: New files.
12542
6c67ddee
DL
125432000-01-26 Dave Love <fx@gnu.org>
12544
12545 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12546 on a function with an empty body. [From Eric Ludlam.]
12547
4e6473c8
GM
125482000-01-25 Andre Spiegel <spiegel@gnu.org>
12549
12550 * vc.el (vc-version-diff): Make sure file name is expanded.
12551
e12489f9
GM
125522000-01-25 Gerd Moellmann <gerd@gnu.org>
12553
12554 * scroll-bar.el (scroll-bar-timer): Variable removed.
12555 (scroll-bar-toolkit-scroll): Don't use a timer.
12556
8dbe2b07
KH
125572000-01-25 Kenichi Handa <handa@etl.go.jp>
12558
12559 * language/thai-util.el (thai-composition-function): Delete
12560 superfluous `a'.
12561
26ef1c87
DL
125622000-01-24 Dave Love <fx@gnu.org>
12563
12564 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12565 end-of-defun-function.
12566
12567 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12568 &c.
12569
7ed4e9a7
JR
125702000-01-22 Jason Rumney <jasonr@gnu.org>
12571
12572 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12573 conflicts with new face support.
12574
8b7bc628 125752000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12576
12577 * replace.el (query-replace): Rename last arg to DELIMITED.
12578 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12579 (query-replace-regexp): Likewise.
12580
8b7bc628 125812000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12582
02b14400
RS
12583 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12584
5bb6f079
RS
12585 * emacs-lisp/lisp.el (beginning-of-defun-function):
12586 Variable renamed from beginning-of-defun.
12587 Do not call make-variable-buffer-local.
12588 (beginning-of-defun-raw): Use new variable name; doc fix.
12589 (beginning-of-defun): Doc fix.
12590 (end-of-defun-function): Variable renamed from end-of-defun.
12591 Do not call make-variable-buffer-local.
12592 (end-of-defun): Use new variable name; doc fix.
12593
02b14400
RS
12594 * subr.el (dolist, dotimes): Copied from cl-macs.el
12595 and made to work.
2d5e9b54 12596
a23c5037 12597 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12598 Variable replaces rmail-digest-end-regexp.
12599 Allows multiple regexps for detecting the end line.
12600 (undigestify-rmail-message): Corresponding changes.
12601
60af03f1
DL
126022000-01-19 Dave Love <fx@gnu.org>
12603
fe5d99e1
DL
12604 * files.el (user-init-file): Don't declare here -- is primitive.
12605
60af03f1
DL
12606 * startup.el (command-line): Check for compiled user-init-file and
12607 set to uncompiled version if necessary.
12608
72dbbc7d
GM
126092000-01-18 Gerd Moellmann <gerd@gnu.org>
12610
6a1950ec
GM
12611 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12612 (undigestify-rmail-message): Use it.
12613
72dbbc7d
GM
12614 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12615
fbe91bbd
GM
126162000-01-17 Gerd Moellmann <gerd@gnu.org>
12617
12618 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12619 of mini-buffer.
12620
33a6685b
GM
126212000-01-14 Gerd Moellmann <gerd@gnu.org>
12622
b3303df7
GM
12623 * emacs-lisp/copyright.el (copyright-update): Removed the
12624 requirement for a trailing space from `copyright-regexp', to
12625 support copyrights with owner specified on a separate line..
a23c5037 12626
3c4c8064
GM
12627 * align.el: New file.
12628
33a6685b
GM
12629 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12630
12631 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12632
044a4975
DL
126332000-01-13 Dave Love <fx@gnu.org>
12634
12635 * ph.el: Removed. (Obsoleted by EUDC.)
12636
0a352cd7
GM
126372000-01-13 Gerd Moellmann <gerd@gnu.org>
12638
12639 * net/eudc.el (toplevel): Remove autoloaded code installing
12640 menu with easymenu, because that causes build problems.
12641
12642 * frame.el (frame-notice-user-settings): New variable.
12643 (frame-notice-user-settings): Don't modify frame parameters
12644 if called a second time.
12645
8b7bc628 126462000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12647
12648 * frame.el (frame-notice-user-settings):
12649 Notice default-frame-parameters even for non-window frames.
12650
feb450e0
GM
126512000-01-13 Gerd Moellmann <gerd@gnu.org>
12652
12653 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12654 for Emacs.
12655 (eudc-bob-can-display-inline-images): Extend for Emacs.
12656 (eudc-bob-toggle-inline-display): Ditto.
12657 (eudc-bob-display-jpeg): Ditto.
12658
99c6d63b
GM
126592000-01-12 Gerd Moellmann <gerd@gnu.org>
12660
7970b229
GM
12661 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12662 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12663 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12664
e4936aa9
GM
12665 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12666 nil)'.
12667
12668 * subdirs.el: Add `net' directory.
12669
133c9e59
GM
12670 * net: New directory.
12671
99c6d63b
GM
12672 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12673 eval-last-sexp. Don't bind debug-on-error here.
12674 (eval-last-sexp): New function. Bind debug-on-error if
12675 eval-expression-debug-on-error is non-nil.
12676 (eval-defun-2, eval-defun): Likewise.
12677
12678 * simple.el (eval-expression): Don't bind debug-on-error if
12679 eval-expression-debug-on-error is nil. Detect changed
12680 debug-on-error, and propagate new value to global binding, if
12681 eval-expression-debug-on-error is non-nil,
12682 (eval-expression-debug-on-error): Change doc string.
a23c5037 12683
8b7bc628 126842000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12685
12686 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12687
12688 * emacs-lisp/lisp-mode.el (with-syntax-table):
12689 Set up lisp-indent-function property.
12690
12691 * subr.el (with-syntax-table): Moved from simple.el.
12692
12693 * simple.el (with-syntax-table): Moved to subr.el.
12694
7e3c74fa
GM
126952000-01-11 Gerd Moellmann <gerd@gnu.org>
12696
1fab1775
GM
12697 * tmm.el (tmm-shortcut): Delete region after prompt instead
12698 of erasing buffer.
12699
7e3c74fa 12700 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12701 (fill-context-prefix): Use the longest common prefix of first
12702 and second line fill prefix, if there is one.
7e3c74fa 12703
8b7bc628 127042000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12705
12706 * array.el (array-mode): Don't use make-variable-buffer-local.
12707 Use make-local-variable for `truncate-lines'.
12708
aa705642 127092000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12710
aa705642
GM
12711 * add-log.el (add-log-current-defun): Handle user-defined
12712 add-log-current-function returning nil,
a23c5037 12713
57df2446 12714 * add-log.el (add-change-log-entry): Insert version number
aa705642 12715 if having found a current function
c1356086
GM
12716
12717 * add-log.el (add-log-current-defun): Call
12718 `add-log-current-defun-function'. Try matches at level 0 and
12719 level 1. Strip whitespace from defun found.
a23c5037 12720
1d8c59e9
RS
127212000-01-10 John Wiegley <johnw@gnu.org>
12722
12723 * allout.el (isearch-done/outline-provisions): Added `edit'
12724 argument to correspond with the current definition of
12725 `isearch-done'.
12726
8cf87e9b
DL
127272000-01-10 Dave Love <fx@gnu.org>
12728
12729 * elide-head.el (elide-head): Use point-marker, not point.
12730
9050446c
GM
127312000-01-10 Gerd Moellmann <gerd@gnu.org>
12732
8321b22a
GM
12733 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12734 before and after the year 2000.
a23c5037 12735
9050446c
GM
12736 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12737 Add ispell- prefix.
12738
127392000-01-10 Ken Stevens <k.stevens@ieee.org>
12740
12741 * ispell.el: Only define dictionaries in menus when they exist.
12742 (version18p): New variable.
12743 (version20p): New variable.
12744 (xemacsp): New variable.
12745 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12746 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12747 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12748 run-together words.
9050446c
GM
12749 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12750 (ispell-dictionary-alist): Add koi8-r to customize definition.
12751 (check-ispell-version): Added documentation string. Returns
f24fef2f 12752 library path when called non-interactively.
9050446c
GM
12753 (ispell-menu-map-needed): Uses new variables.
12754 (ispell-library-path): New variable.
12755 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12756 (ispell-word): Improved documentation string. Test for valid
12757 character mappings. Correctly check typed in word changes that can
12758 result in single words split into multiple words. Returns
12759 replacement word.
12760 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12761 replace in recursive query replace mode. Help message for
12762 recursive edit mode.
12763 (ispell-show-choices): Protect against bad framepop bindings.
12764 (ispell-help): Fix to work with XEmacs.
12765 (ispell-highlight-spelling-error): Use new variables.
12766 (ispell-overlay-window): Fix to work with XEmacs.
12767 (ispell-parse-output): Passed and returns location information
12768 tracking spelling corrections. Doesn't recheck same word on
12769 current line.
12770 (ispell-init-process): Protect against bogus XEmacs variable binding.
12771 Fix call to single argument in sleep-for. Use new variables.
12772 (ispell-region): Passed and returns location information tracking
12773 spelling corrections. Doesn't check same word on current line.
12774 Improved documentation string. Doesn't resend a line already
12775 checked to the ispell process - fixes bug in LaTeX parsing.
12776 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12777 (ispell-skip-region): No longer skips <TT> in SGML.
12778 (ispell-process-line): Tracks location information with spelling
12779 corrections. Added documentation string. Accounts for words
12780 already accepted on this line. Don't allow query-replace on line
12781 starting with math characters. Doesn't resend a line already sent
12782 to ispell process. Fixes alignment error bug.
a23c5037 12783
8b7bc628 127842000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12785
a23c5037 12786 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12787 Suggest xloadimage, which is free, not xv, which isn't.
12788
a23c5037 12789 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12790 Don't ever include the host name or user name in the value.
12791
9ed79f5d
GM
127922000-01-09 Gerd Moellmann <gerd@gnu.org>
12793
12794 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12795 of a real newline.
12796
b950abb1
GM
127972000-01-09 Stephen Eglen <stephen@gnu.org>
12798
a23c5037 12799 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12800 for .png files.
12801
3c708e98
GM
128022000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12803
12804 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12805
bf61662d
GM
128062000-01-09 Gerd Moellmann <gerd@gnu.org>
12807
f1d851ae
GM
12808 * progmodes/cperl-mode.el: Replace ^F with ^L.
12809
bf61662d 12810 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12811 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12812 recursion.
12813
c65d14ee
DL
128142000-01-08 Dave Love <fx@gnu.org>
12815
8cf87e9b
DL
12816 * emacs-lisp/backquote.el: Remove inappropriate customization
12817 (allowing custom.el to use backquote).
c65d14ee 12818
83de2ebc
DL
128192000-01-07 Dave Love <fx@gnu.org>
12820
12821 * add-log.el (add-log-debugging): Deleted.
12822 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12823 file. Remove debugging code.
12824 (change-log-get-method-definition, change-log-name): Add doc.
12825 (change-log-sortable-date-at): New function.
12826 (change-log-merge): New command.
12827
12828 * time.el (display-time-string-forms): Make the Mail string active.
12829 (display-time-update): Provide help-echo for load average.
12830
12831 * bindings.el (make-mode-line-mouse2-map): New function.
12832 (mode-line-modified): Use it and simplify.
12833 (mode-line-mule-info): Provide help-echo info.
12834 (minor-mode-alist): Activate the strings.
12835 (make-mode-line-mouse-sensitive): Simplify for
12836 mode-line-buffer-identification.
12837
c1475eae
GM
128382000-01-07 Gerd Moellmann <gerd@gnu.org>
12839
12840 * play/pong.el: New file.
12841
83de2ebc
DL
128422000-01-06 Dave Love <fx@gnu.org>
12843
12844 * array.el: Assorted cleanups for compiler warnings, doc strings,
12845 `array-' prefix for symbols.
12846
128472000-01-05 Dave Love <fx@gnu.org>
12848
12849 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12850 outline-headers-as-kill.
12851 (outline-mode): Define imenu-generic-expression.
12852 (outline-headers-as-kill): New command.
12853
12854 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12855 from paragraph-start.
12856 (paragraph-indent-minor-mode): New command.
12857
12858 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12859 M-C-e, M-C-h, C-j, C-xnd, TAB.
12860 (fortran-mode): Set beginning-of-defun, end-of-defun.
12861 (fortran-column-ruler): Simplify.
12862 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12863 (fortran-with-subprogram-narrowing): Likewise.
12864 (fortran-indent-subprogram): Call mark-defun.
12865 (fortran-check-for-matching-do): Change narrowing.
12866
12867 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12868 (cl-lucid-hash-tag): Delete.
12869 (cl-hash-table-p): Correct test for native table.
12870 (cl-hash-table-count): Use hash-table-count.
12871
12872 * browse-url.el (browse-url): Fix case of
12873 browse-url-browser-function being an alist.
12874
676ac023
CD
128752000-01-05 Carsten Dominik <cd@gnu.org>
12876
c1475eae
GM
12877 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12878 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12879
12880 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12881 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12882
12883 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12884 `reftex-parse-file-extension'.
eb483e17 12885
88807984
DL
128862000-01-05 Dave Love <fx@gnu.org>
12887
83de2ebc 12888 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12889 (beginning-of-defun-raw): Use it.
12890 (end-of-defun): New variable.
12891 (end-of-defun): Use it.
12892 (check-parens): New command.
12893
1362aeb4
TTN
128942000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12895
c1475eae
GM
12896 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12897 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12898
7ddafb95
TTN
12899 Fix buglet in local variables initialization.
12900
7334aa99
AS
129012000-01-05 Andreas Schwab <schwab@suse.de>
12902
12903 * hscroll.el (hscroll): Doc fix.
12904
b12e24cd
CD
129052000-01-05 Carsten Dominik <cd@gnu.org>
12906
12907 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12908 idlw-toolbar.
12909
12910 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12911 file idlw-rinfo.el.
1362aeb4
TTN
12912 (idlwave-customize): load must read file idlw-shell.el.
12913 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12914
d6226972
CD
129152000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12916
12917 * progmodes/idlw-shell.el: Also provide idlwave-shell
12918 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12919 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12920
12921 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12922 both reftex-dcr and reftex-vcr.
1362aeb4 12923
d6226972
CD
12924 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12925
6ddb893f 129262000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12927
12928 * ps-print.el: PostScript code now is in separate files, doc fix.
12929 (ps-print-version): New version number (5.0.3).
12930 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12931 local.
12932 (ps-spool-config): Initialization fix.
c1475eae
GM
12933 (ps-print-prologue-1, ps-print-prologue-2)
12934 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12935 (ps-background-image): Little code reformating.
12936 (ps-begin-file, ps-begin-job): Fix code.
88807984 12937 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12938 (ps-prologue-file): New fun.
12939
ae833aae
KH
129402000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12941
c1475eae 12942 * ps-vars.el: Eliminated.
ae833aae
KH
12943
12944 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12945 `;;;###autoload'.
12946
12947 * ps-print.el: ps-vars eliminated, doc fix.
12948 (ps-print-version): New version number (5.0.2).
12949 (ps-spool-config): Initialization fix.
12950 (ps-print-customize): New fun.
12951
560a7bd2
GM
129522000-01-04 Gerd Moellmann <gerd@gnu.org>
12953
12954 * autorevert.el (auto-revert-mode): Return value of
12955 auto-revert-mode.
12956
f45dd0f4
DL
129572000-01-04 Dave Love <fx@gnu.org>
12958
fae2ac05
DL
12959 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12960 menu items.
f45dd0f4 12961
61255981
DL
129622000-01-03 Dave Love <fx@gnu.org>
12963
88807984 12964 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12965
83de2ebc 12966 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12967 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12968 `cl-hash-table-p', not `hash-table-p'.
12969 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12970
c182a70f
EZ
129712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12972
12973 * faces.el (face-read-integer, read-face-attribute)
12974 (color-defined-p, color-values): unspecified-{f,b}g are now
12975 strings.
12976
047f434a
GM
129772000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12978
12979 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12980 at comment end, and re-insert them after filling.
12981
bab531e2
EZ
129822000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12983
12984 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12985 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12986 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12987
d684c676
EZ
129882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12989
12990 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12991 the new name of face-color-supported-p.
12992
12993 * term/w32-win.el (xw-defined-colors): Likewise.
12994
0aad4805
EZ
129952000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12996
12997 * simple.el (completion-setup-function): Count completion-size
12998 from minibuffer-prompt-end, not from point-min.
12999
5fe1d139
EZ
130002000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13001
13002 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13003 Pass the frame to tty-color-* functions.
13004 (display-color-p, frame-set-background-mode): Pass the frame to
13005 tty-display-color-p.
13006
13007 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13008 tty-color-alist.
13009 (tty-color-alist, tty-modify-color-alist): New functions.
13010 (tty-color-define, tty-color-clear, tty-color-approximate)
13011 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13012 an optional parameter FRAME.
13013
162dec01
GM
130142000-01-01 Gerd Moellmann <gerd@gnu.org>
13015
27189709
GM
13016 * image.el (create-image, defimage): Don't assume image data is a
13017 string.
13018
162dec01
GM
13019 * image.el (defimage): Handle specifications containing :data
13020 instead of :file.
13021 (image-type-from-data): New function.
13022 (image-type-from-file-header): Use it.
13023 (create-image): Add parameter DATA-P.
1362aeb4 13024
bea56df7 13025See ChangeLog.8 for earlier changes.
25a6fab1
KH
13026
13027;; Local Variables:
e64c3a75 13028;; coding: iso-2022-7bit
25a6fab1 13029;; End: