(Fmd5): Doc fix.
[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
edfb795e
GM
21 * bs.el: Fix typos and spelling errors.
22 (bs-appearance) <defgroup>: Renamed from bs-appearence.
23 (bs-configuration): Doc fix.
24
df3aedcf
GM
25 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
26
8b8a7f01
GM
272000-11-30 Rob Riepel <riepel@Stanford.EDU>
28
29 * emulation/tpu-edt.el (tpu-version): New version.
30 (tpu-search-overlay, tpu-replace-overlay): New initial range.
31 (tpu-original-mode-line): Variable deleted.
32 (tpu-mark-flag): New initial value.
33 (tpu-set-mode-line): Don't redefine mode-line-format. Add
34 tpu-mark-flag to minor-mode-alist.
35 (tpu-update-mode-line): New mark flag logic.
36 (tpu-get): Use find-file-wildcards.
37 (tpu-search-highlight): Move overlay less, reset overlay properly.
38 (tpu-unselect): Deactivate mark.
39 (tpu-lm-replace): Reset overlay properly.
40 (tpu-forward-line): Use forward-visible-line.
41 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
42
43 * emulation/tpu-extras.el (tpu-forward-line): Use
44 forward-visible-line.
45
c069a9d3
GM
462000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
47
48 * cus-edit.el (custom-face-value-create): Always emphasize tag.
49
b02cd40b
GM
502000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
51
52 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
53 and skip whitespace and newlines.
54
b7a90344
SM
552000-11-30 Stefan Monnier <monnier@cs.yale.edu>
56
57 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
58
be6bbb55
GM
592000-11-29 Gerd Moellmann <gerd@gnu.org>
60
0383ed60
GM
61 * help.el (describe-function-1): Regexp-quote function name
62 when used as part of a regexp.
63
c7957947
GM
64 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
65 face-attribute instead of face-foreground and face-background.
66 (tool-bar-add-item): Likewise, and handle unspecified colors.
67
68 * enriched.el (enriched-face-ans): Use face-attribute instead
69 of face-foreground and face-background.
70
71 * faces.el (face-foreground, face-background, face-stipple):
72 Return nil if attribute is unspecified, for backward
73 compatibility.
74
7423978d
GM
75 * files.el (auto-mode-alist): Add an entry for antlr-mode.
76
ef128c78
GM
77 * play/5x5.el: Remove version info.
78
a81fc510
GM
79 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
80
be6bbb55
GM
81 * frame.el (blink-cursor-mode): Doc fix.
82
f9396e03
GM
832000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
84
85 * antlr-mode.el: New commands to run ANTLR from within Emacs and
86 to create Makefile rules.
87 (antlr-tool-command): New user option.
88 (antlr-ask-about-save): New user option.
89 (antlr-makefile-specification): New user option.
90 (antlr-file-formats-alist): New variable.
91 (antlr-special-file-formats): New variable.
92 (antlr-unknown-file-formats): New user option.
93 (antlr-help-unknown-file-text): New variable.
94 (antlr-help-rules-intro): New variable.
95 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
96 (antlr-mode-menu): Add entries.
97 (antlr-file-dependencies): New function.
98 (antlr-directory-dependencies): New function.
99 (antlr-superclasses-glibs): New function.
100 (antlr-run-tool): New command.
101 (antlr-makefile-insert-variable): New function.
102 (antlr-insert-makefile-rules): New function.
103 (antlr-show-makefile-rules): New command.
104
105 * antlr-mode.el: More Emacs/XEmacs stuff.
106 (antlr-no-action-keywords): New constant with value nil.
107 (antlr-font-lock-keywords-alist): Use it. Old value would break
108 syntax highlighting in Emacs-21.0.
109 (antlr-default-directory): Emacs/XEmacs dependend function.
110 (antlr-read-shell-command): Ditto.
111 (antlr-with-displaying-help-buffer): Ditto.
112
1132000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
114
115 * antlr-mode.el: imenu, parsing and highlighting changes.
116 (antlr-imenu-create-index-function): Don't create extra submenus
117 for definitions in different grammar classes. It is not necessary
118 for the menu and would make command `imenu' awkward to use.
119 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
120 header actions and more than one.
121 (antlr-font-lock-tokendef-face): Changed color.
122 (antlr-font-lock-tokenref-face): Changed color.
123 (antlr-font-lock-additional-keywords): Also highlight lowercase.
124 (antlr-mode-syntax-table): New variable.
125 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
126 (antlr-with-syntax-table): Don't copy syntax table.
127
1282000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
129
130 * antlr-mode.el: Minor changes: language setting.
131 (antlr-language-alist): The value for file option "language" can
132 be both an identifier and a string.
133 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
134 (antlr-language-limit-n-regexp): Change accordingly.
135
1362000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
137
138 * antlr-mode.el: Minor changes: tabs, hiding.
139 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
140 (antlr-action-visibility): Also allow value nil to also hide the
141 braces. Renamed from `antlr-tiny-action-length'.
142 Suggested by Jay@aol.com.
143 (antlr-hide-actions): Change accordingly. Hide line if completely
144 hidden action is on a line of its own.
145
6ad948eb
SM
1462000-11-29 Stefan Monnier <monnier@cs.yale.edu>
147
148 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
149
150 * sort.el (sort-columns): Don't concat strings with numbers.
151
9c6a4107
DL
1522000-11-29 Dave Love <fx@gnu.org>
153
154 * cus-edit.el (face): Fix :format.
155
156 * mail/feedmail.el: Require smtpmail when compiling.
157 (mail-do-fcc): Autoload.
158 (feedmail) <defgroup>: Fix :link.
159 (feedmail-nuke-body-in-fcc): Fix :type.
160 (feedmail-send-it): Add autoload cookie.
161
053b8d35
SM
1622000-11-29 Stefan Monnier <monnier@cs.yale.edu>
163
164 * newcomment.el (comment-indent): Save excursion around call to
165 comment-indent-function.
166
242c13e8
MB
1672000-11-29 Miles Bader <miles@gnu.org>
168
169 * subr.el (member-ignore-case): Return the tail of the list who's
170 car matches, like `member', not the matching element itself.
171
8f4b5f28
KH
1722000-11-29 Kenichi Handa <handa@etl.go.jp>
173
174 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
175 should not contain `\n'.
176
bebe4a2c
GM
1772000-11-28 Gerd Moellmann <gerd@gnu.org>
178
99879a40
GM
179 * hi-lock.el: Update from author.
180
ba7e40eb
GM
181 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
182
75ab0c79
GM
183 * dired-aux.el (dired-do-create-files): Construct default file
184 name for dired-mark-read-file-name so that when the user enters
185 just RET, the target file will end up in the target directory.
186
bebe4a2c
GM
187 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
188 local-abbrev-table before changing buffers because it might
189 have a buffer-local binding.
190
fa6d1ca8
MB
1912000-11-28 Miles Bader <miles@gnu.org>
192
193 * simple.el (delete-horizontal-space): Handle fields more generally.
194
8d2c2642
GM
1952000-11-28 Gerd Moellmann <gerd@gnu.org>
196
197 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
198
8b31236d
DL
1992000-11-28 Dave Love <fx@gnu.org>
200
3cbd02d2
DL
201 * progmodes/ps-mode.el (ps-mode): Set comment-start and
202 comment-start-skip locally.
203
8b31236d
DL
204 * progmodes/fortran.el (fortran-mode): Don't set
205 fortran-comment-line-start-skip. Set comment-start to
206 fortran-comment-line-start.
207 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
208 (fortran-comment-line-start-skip): Simplify slightly.
209
ae4bf56d
GM
2102000-11-28 Gerd Moellmann <gerd@gnu.org>
211
17ef7534
GM
212 * play/5x5.el: Remove RCS keyword.
213
ae4bf56d
GM
214 * bs.el: Update from author.
215
665b27a6
GM
2162000-11-28 Milan Zamazal <pdm@freesoft.cz>
217
218 * textmodes/tildify.el (tildify-string-alist): Add
219 `plain-tex-mode' here.
220
fe3c2ae3
GM
2212000-11-28 Colin Walters <walters@cis.ohio-state.edu>
222
223 * chistory.el (Command-history-setup): Remove extraneous `keymap'
224 reference.
225
d970106b
MB
2262000-11-28 Miles Bader <miles@gnu.org>
227
36b80a0d
MB
228 * cus-face.el (custom-face-attributes): Add post-filter function
229 for :box. Make pre-filter function for :box handle all cases.
230
d970106b
MB
231 * wid-edit.el (widget-choose): Make sure pop-up window is large
232 enough to display all the choices, as there's no way to scroll it.
233
5a2bae6c
KH
2342000-11-28 Kenichi Handa <handa@etl.go.jp>
235
236 * international/mule-conf.el: Make the coding system no-conversion
237 safe for all characters.
238
9e836e23
DL
2392000-11-27 Dave Love <fx@gnu.org>
240
8b31236d
DL
241 * net/ldap.el (ldap) <defgroup>: Add :version.
242
9e836e23
DL
243 * tooltip.el (tooltip-use-echo-area): Doc fix.
244
245 * cus-start.el <minibuffer-prompt-properties>: Add version.
246 <read-buffer-function>: Add.
247
248 * apropos.el (apropos-print): Add help-echo to active text.
249
250 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
251
4a74d071
GM
2522000-11-27 Gerd Moellmann <gerd@gnu.org>
253
254 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
255 type, group and version.
256
76058c27
EZ
2572000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
258
4a74d071 259 * select.el (x-get-selection): Docstring fix.
76058c27 260
26a8d08d
GM
2612000-11-27 Gerd Moellmann <gerd@gnu.org>
262
263 * play/5x5.el: Update from author.
264
49060c51
AI
2652000-11-27 Andrew Innes <andrewi@gnu.org>
266
267 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
268
269 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
270
b2a8e429
MB
2712000-11-27 Miles Bader <miles@gnu.org>
272
273 * dired.el (dired-get-filename): Return filename verbatim if
274 LOCALP is `verbatim'.
275 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
276 `verbatim' so that we don't inadvertently delete a non-existant
277 directory name.
278
5ac0366d
KH
2792000-11-27 Kenichi Handa <handa@etl.go.jp>
280
281 * international/characters.el: Specify cases and syntaxes for
282 mule-unicode-0100-24ff.
283
67f1cf4c
GM
2842000-11-27 Gerd Moellmann <gerd@gnu.org>
285
286 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
287 that foreground and/or background colors of the face `tool-bar'
288 are unspecified.
289
46c56972
MB
2902000-11-27 Miles Bader <miles@gnu.org>
291
ec725166
MB
292 * wid-edit.el (widget-field-buffer, widget-field-start)
293 (widget-field-end): Handle widget field `pseudo-overlays'.
294 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
295 if it's there instead of in `widget-field-list'.
296
46c56972 297 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
298 (help-make-xrefs): Delete extraneous newlines at the end of the
299 docstring.
46c56972 300
640a9cdd
JR
3012000-11-25 Jason Rumney <jasonr@gnu.org>
302
303 * startup.el (command-line): Call set-locale-environment after
304 Window System init file is read, as it can result in a call to
305 redraw-frame.
306
0b3f96d4
EZ
3072000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
308
309 * simple.el (shell-command): Mention the effect of the prefix
310 argument in the doc string.
311
8da6e2a1
MB
3122000-11-25 Miles Bader <miles@gnu.org>
313
a658d039
MB
314 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
315
8da6e2a1 316 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 317 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 318
d3416cca
JR
3192000-11-24 Jason Rumney <jasonr@gnu.org>
320
321 * international/mule-cmds.el (locale-language-names): Add "jp" as
322 a non-standard alternative for Japanese.
323
17e37f53
AS
3242000-11-24 Andre Spiegel <spiegel@gnu.org>
325
326 * vc-hooks.el: Require 'cl during compilation.
327
9aa5f148
GM
3282000-11-24 Gerd Moellmann <gerd@gnu.org>
329
ba193890
GM
330 * faces.el (face-set-after-frame-default): Let face attributes
331 specified for new frames override frame parameters.
332
9aa5f148
GM
333 * startup.el (command-line): Fix computation of the source file
334 for user-init-file when user-init-file is a compiled file.
335
51a1edab
MB
3362000-11-24 Miles Bader <miles@gnu.org>
337
338 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
339 (custom-post-filter-face-spec): New functions.
340 (custom-face-set, custom-face-value-create): Filter the face spec
341 before and after customization.
342 (custom-face-set): If VALUE specifies a null face, pass a
343 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
344 * cus-face.el (custom-face-attributes): Remove SET and GET
345 functions. Add some IN-FILTER and OUT-FILTER functions in the few
346 cases they're needed.
347
1ed74431
MB
348 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
349 that it's distinguishable from the :off-glyph on dark-background
350 displays. Set its background color too.
351
67ee1125
MB
352 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
353 so that people can easily turn it off.
354
7d027816
MK
3552000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
356
357 * ediff-diff.el: Moved variables around to have it compile under NT.
358
9aa5f148 359 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 360
9aa5f148 361 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 362
9aa5f148 363 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
364 redundant skip-small-frames test.
365
9aa5f148 366 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
367 (viper-downgrade-to-insert): protect against errors in hooks.
368
9aa5f148
GM
369 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
370 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
371 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
372 functions.
373
9aa5f148 374 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 375
9aa5f148 376 * viper.el (viper-mode): Fix cursor handling.
7d027816 377
f07fa1b8
KH
3782000-11-24 Kenichi Handa <handa@etl.go.jp>
379
380 * international/mule-diag.el (list-iso-charset-chars): For
381 two-byte charset, fix the `while' condition.
382 (list-non-iso-charset-chars): Fix the `while' condition.
383
ba8299ff
SM
3842000-11-23 Stefan Monnier <monnier@cs.yale.edu>
385
79372165
SM
386 * subr.el (add-hook, remove-hook): Don't call make-local-hook
387 if the variable is make-variable-buffer-local.
388
ba8299ff
SM
389 * progmodes/ada-stmt.el (ada-template-map): Initialize
390 and bind it to C-c t in ada-mode-map.
391 (ada-stmt-mode-hook): New function extracted from old code.
392 Only change the buffer-local side of skeleton-*.
393 (ada-mode-hook): Use it.
394
68a887fa
EZ
3952000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
396
397 * iswitchb.el (iswitchb-minibuf-depth): New variable.
398 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
399 we expect to be returned by minibuffer-depth once we prompt the
400 user in the minibuffer.
401 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
402 as recorded in iswitchb-minibuf-depth, return non-nil.
403
3b345582
EZ
4042000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
405
406 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
407 (hscroll-window-maybe): Docstring fix.
408
595dead2
DL
4092000-11-23 Dave Love <fx@gnu.org>
410
411 * rect.el (string-rectangle): Don't test delete-selection-mode.
412
1e66b27a
GM
4132000-11-23 Gerd Moellmann <gerd@gnu.org>
414
02790ce2
GM
415 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
416 is in the tool bar.
417
1e66b27a
GM
418 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
419 with `no-dir'; we want the directory part to be able to remove
420 it.
421
a4caa65d
SM
4222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
423
424 * textmodes/outline.el (outline-flag-region):
425 Don't bind inhibit-read-only since we don't modify the buffer.
426 (outline-isearch-open-invisible): Don't jump to overlay-start
427 since we're trying to unhide text around point.
428 (outline-discard-overlays): Use dolist.
429
430 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
431
03e757c1
GM
4322000-11-22 Gerd Moellmann <gerd@gnu.org>
433
434 * mail/rmail.el (rmail-confirm-expunge): Default to
435 y-or-n-p.
436
1598a961
SM
4372000-11-22 Stefan Monnier <monnier@cs.yale.edu>
438
439 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
440 Fix ARG regexp to skip quoted braces.
441 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
442 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
443 are (correctly) handled separately).
444 Remove `caption' and `footnote' from `citations': they contain text.
445 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
446 (latex-skeleton-end-hook): New function.
447 (latex-mode): Use it.
448 (tex-start-tex-marker): Remove.
449 (tex-send-tex-command): Don't set tex-start-tex-marker.
450 (tex-error-parse-syntax-table): New var.
451 (tex-compilation-parse-errors): Use it.
452 Ignore tex-start-tex-marker. Don't bother with marker-position.
453 (tex-validate-buffer): Don't bother with marker-position.
454
455 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 456 (flyspell-generic-progmode-verify): Use it.
1598a961 457
eaae8106
SS
4582000-11-22 Sam Steingold <sds@gnu.org>
459
03e757c1
GM
460 * simple.el (delete-trailing-whitespace): New interactive
461 function.
462
eaae8106 463 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 464 `ada-remove-trailing-spaces'.
eaae8106 465 (ada-remove-trailing-spaces): Removed.
03e757c1 466
eaae8106 467 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 468
1598a961
SM
469 * textmodes/picture.el (picture-clean): Removed.
470 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 471
a41d49e9
GM
4722000-11-22 Gerd Moellmann <gerd@gnu.org>
473
e053c60f
GM
474 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
475
a41d49e9
GM
476 * hi-lock.el (hi-lock-refontify): Don't call non-existent
477 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 478 do anything special when jit-lock is active.
a41d49e9
GM
479 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
480
197615f3
DL
4812000-11-22 Dave Love <fx@gnu.org>
482
ddbfaa9f
DL
483 * calendar/todo-mode.el (todo-top-priorities): Use
484 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
485
ddc3c695
DL
486 * language/chinese.el, language/cyrillic.el:
487 * language/devanagari.el, language/ethiopic.el, language/greek.el:
488 * language/hebrew.el, language/indian.el, language/japanese.el:
489 * language/korean.el, language/lao.el, language/misc-lang.el:
490 * language/thai.el, language/tibetan.el, language/vietnamese.el:
491 Use provide.
492
fb9fa98d
DL
493 * cus-edit.el (custom-buffer-create-internal): Save some consing.
494 (custom-variable-set): Improve validation error mesage.
495
197615f3
DL
496 * rect.el (string-rectangle): Revert last change.
497 (string-rectangle-line): New arg DELETE.
498 (string-rectangle): Check delete-selection-mode.
499
500 * emacs-lisp/edebug.el (edebug-version)
501 (edebug-maintainer-address): Deleted.
502 (edebug-submit-bug-report): Just alias to report-emacs-bug.
503 (edebug-read-function): Account for other `'#' read forms.
504 (edebug-mode-menus): Make some items toggles.
505 (edebug-outside-unread-command-event, unread-command-event):
506 Remove these to avoid warnings.
507
f4117c4d
GM
5082000-11-22 David Ponce <david@dponce.com>
509
510 * recentf.el (recentf-menu-items-for-commands)
511 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 512 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 513
f4117c4d
GM
514 (recentf-build-dir-rules, recentf-dump-variable)
515 (recentf-edit-list, recentf-open-files-item)
516 (recentf-open-files): Replaced unnecessary `mapcar' with new
517 built-in `mapc'.
eaae8106 518
f8e2f3f2
MB
5192000-11-23 Miles Bader <miles@gnu.org>
520
521 * faces.el (menu): Make inverse-video on ttys too.
522
4c4a541d
SM
5232000-11-22 Stefan Monnier <monnier@cs.yale.edu>
524
525 * simple.el (comment-line-break-function): Use the new name
526 indent-new-comment-line -> comment-indent-new-line.
527 (clone-indirect-buffer): Don't ignore NORECORD.
528 (next-completion): Properly handle the case where items are adjacent.
529
530 * mouse.el (popup-menu): Stupid typo.
531
980d836e
GM
5322000-11-22 Gerd Moellmann <gerd@gnu.org>
533
60e8e0a5
GM
534 * emacs-lisp/authors.el: Remove autoload cookies, add author,
535 maintainer, keywords tags.
536
980d836e
GM
537 * rect.el (replace-rectangle): Don't call string-rectangle-line
538 with too many arguments.
539
e08b2069
AS
5402000-11-22 Andre Spiegel <spiegel@gnu.org>
541
60e8e0a5 542 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 543 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
544 vc-locking-user, which no longer exists.
545
546 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
547
c6779d8d
DL
5482000-11-22 Dave Love <fx@gnu.org>
549
550 * md5.el (md5): Provide.
551 (md5): Fix error call.
552
e672fdce
MB
5532000-11-22 Miles Bader <miles@gnu.org>
554
eaae8106 555 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
556 (refill-fill-paragraph-at): Remove debugging code.
557
80e24c04
MB
558 * calendar/calendar.el (generate-calendar-window): When we don't
559 call `fit-window-to-buffer', make sure the top line is fully visible.
560
3a17d6cc
MB
561 * image-file.el (insert-image-file): Don't make `read-only'
562 property rear-nonsticky.
563
ae1a21c6
MB
564 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
565 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
566 stashing away its original value.
567 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
568 in the recursive edit.
569 Bind `isearch-original-minibuffer-message-timeout' to protect it.
570 (isearch-done): Restore `minibuffer-message-timeout'.
571
e672fdce
MB
572 * cus-start.el: Remove entry for `mode-line-inverse-video'.
573
3ea79df8
SM
5742000-11-21 Stefan Monnier <monnier@cs.yale.edu>
575
576 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
577
578 * find-lisp.el (find-lisp-find-files-internal):
579 Use dolist, when and file-name-as-directory.
580
980d836e 581 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
582 (define-derived-mode, define-minor-mode): Add specs.
583
584 * window.el: General comment and spacing fixes.
585 (save-selected-window): Use backquotes.
586 (window-safely-shrinkable-p): New function.
587 (shrink-window-if-larger-than-buffer): Use it.
588
589 * subr.el (make-local-hook): Docstring fix.
590
591 * shell.el (shell-mode): Use define-derived-mode.
592
593 * newcomment.el (comment-indent): Insert comment before calling
594 comment-indent-function. Don't insert in column 0.
595 (comment-dwim): Indent before inserting comment.
596
597 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
598 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
599 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
600 Use mapc rather than map.
601
602 * files.el (find-buffer-visiting): Compare all attributes before
603 declaring two files identical (rather than just their inode-no).
604 (auto-mode-alist): Use \' rather than $.
605
606 * which-func.el: Update maintainer line.
607
608 * pcvs.el (uniquify-buffer-file-name): Remove advice.
609 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
610 (uniquify-buffer-file-name): Use it.
611
8f62f2b8
MB
6122000-11-22 Miles Bader <miles@gnu.org>
613
614 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
615 * simple.el (minibuffer-avoid-prompt): New function.
616
fb279a6d
GM
6172000-11-21 Gerd Moellmann <gerd@gnu.org>
618
619 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
620
867092e9
MB
6212000-11-21 Miles Bader <miles@gnu.org>
622
ef860850
MB
623 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
624 inclusion of `track-mouse'.
625
867092e9
MB
626 * textmodes/refill.el (refill-ignorable-overlay): New variable.
627 (refill-adjust-ignorable-overlay): New function.
628 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
629 only the paragraph's tail if possible.
630 Update `refill-ignorable-overlay'.
631 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
632
633 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
634 point inside the fill-prefix.
635
636 * textmodes/refill.el (refill-post-command-function): Don't reset
637 refill-doit in the case where a self-insertion command doesn't
638 case a refill. Use `refill-fill-paragraph-at', getting position
639 from `refill-doit'.
640 (refill-after-change-function): Set `refill-doit' to END.
641 (refill-fill-paragraph-at): New function, mostly from old
642 refill-fill-paragraph.
643 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
644 (refill-pre-command-function): New function.
645 (refill-mode): Add it to `pre-command-hook'.
646
ff9ab414
GM
6472000-11-20 Gerd Moellmann <gerd@gnu.org>
648
29a01b72
GM
649 * textmodes/artist.el (artist-mode): Fix autoload cookie.
650
ff9ab414
GM
651 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
652 javadoc tags.
eaae8106 653
885b211b
AS
6542000-11-20 Andre Spiegel <spiegel@gnu.org>
655
656 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
657 vc.el).
658
eaae8106 659 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 660 require vc.
eaae8106
SS
661
662 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 663 checkouts.
eaae8106 664
d1838556
DL
6652000-11-20 Dave Love <fx@gnu.org>
666
667 * Makefile.in (DONTCOMPILE): Omit bindings.el.
668
56c13ae6
GM
6692000-11-20 Gerd Moellmann <gerd@gnu.org>
670
671 * calculator.el: New version from author.
672
b95b34e5
GM
6732000-11-19 Gerd Moellmann <gerd@gnu.org>
674
030de92f
GM
675 * info.el (info-menu-5): Doc fix.
676
b95b34e5
GM
677 * textmodes/artist.el: New file.
678
54970452
AS
6792000-11-19 Andre Spiegel <spiegel@gnu.org>
680
eaae8106 681 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
682 and differentiate according to checkout model.
683 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
684 since this function is only concerned with master state.
685
eaae8106 686 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
687 vc-default-workfile-unchanged-p): Moved here from vc.el.
688
eaae8106 689 * vc.el (vc-workfile-unchanged-p,
54970452
AS
690 vc-default-workfile-unchanged-p): See above.
691
e5a9dabf
MB
6922000-11-19 Miles Bader <miles@gnu.org>
693
694 * image-file.el (insert-image-file): Make `intangible' and
695 `read-only' properties rear-nonsticky too.
696
24127af0
GM
6972000-11-18 Gerd Moellmann <gerd@gnu.org>
698
d392e9c5 699 * ps-print.el: Update copyright notice.
eaae8106 700
d392e9c5
GM
701 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
702 (tooltip-show): Use the offsets.
703
24127af0 704 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 705 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
706 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
707
08ea6f17
GM
7082000-11-17 Gerd Moellmann <gerd@gnu.org>
709
710 * ps-print.el: Minor fixes from author.
711
66321b2f
SM
7122000-11-16 Stefan Monnier <monnier@cs.yale.edu>
713
714 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
715 (vc-version-backup-file): Docstring fix.
716
046110c6
GM
7172000-11-16 Gerd Moellmann <gerd@gnu.org>
718
4104194e
GM
719 * files.el (basic-save-buffer): Don't add a newline if
720 find-file-literally is non-nil.
721 (find-file-literally): Extend doc string.
722
046110c6
GM
723 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
724 sort(1) with the `-f' argument.
725
6505c16e
AS
7262000-11-16 Andre Spiegel <spiegel@gnu.org>
727
fd063975
AS
728 * vc.el: Updated backend documentation.
729 (vc-default-check-headers): New function.
730
3d02dd81 731 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
732
733 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 734 up-to-date.
eaae8106 735 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 736 the minibuffer is not active.
fd063975 737
eaae8106 738 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 739 `vc-cvs-use-edit' is on.
eaae8106
SS
740 (vc-cvs-checkout): When this is used for reverting the workfile,
741 make a backup of the original contents and revert to that in case
8791d617 742 of error.
eaae8106 743 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 744 remote repositories.
eaae8106 745
6505c16e
AS
746 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
747 for both version and ratio in the minibuffer.
fd063975 748
eaae8106 749 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 750 Use vc-do-command to perform the annotation, not call-process.
6505c16e 751
a13f0660
KH
7522000-11-16 Kenichi Handa <handa@etl.go.jp>
753
754 * international/quail.el (quail-start-translation): Don't call
755 `message' before reading key sequence.
756
1389a414
MB
7572000-11-16 Miles Bader <miles@lsi.nec.co.jp>
758
759 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
760
9256a532
KH
7612000-11-16 Kenichi Handa <handa@etl.go.jp>
762
763 * window.el (fit-window-to-buffer): Be sure to acquire at least
764 one text line even if the buffer is empty.
765
0e14fe9f
GM
7662000-11-16 Gerd Moellmann <gerd@gnu.org>
767
eaae8106 768 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
769 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
770 ange-ftp-process-verbose to nil.
771
da645c53
DL
7722000-11-15 Dave Love <fx@gnu.org>
773
233d5cde
DL
774 * wid-edit.el (widget-specify-field, widget-specify-button): If
775 :help-echo is a function, set help-echo of overlay to
776 widget-mouse-help.
777 (widget-mouse-help): New function.
778 (widget-echo-help): Rewritten for :help-echo functions only taking
779 a widget arg.
780
b12057b9
DL
781 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
782 display-graphic-p.
783 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
784 and that JPEG is available.
785 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
786
da645c53
DL
787 * international/mule-cmds.el (locale-charset-language-names):
788 Match @euro.
789
6d133d1f
GM
7902000-11-15 Gerd Moellmann <gerd@gnu.org>
791
792 * faces.el (face-set-after-frame-default): If
0e14fe9f 793 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
794 default face from X resources.
795
49ac2ac5
EZ
7962000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
799 Don't set EMACSLOADPATH.
800
4fb0a34c
EZ
8012000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
802
803 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
804 texinfo-insert-@url.
805 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
806 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
807
bb304a7a
SM
8082000-11-14 Stefan Monnier <monnier@cs.yale.edu>
809
82bc80bf
SM
810 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
811 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
812 (checkdoc-minor-keymap): Backward compatibility.
813 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
814 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
815 (checkdoc-this-string-valid-engine): Be a bit more strict
816 to avoid matching substrings of `...' quoted vars/funs.
817 (checkdoc-defun-info): Only look for `interactive' if alone.
818 (debug-ignored-errors): Add "arg doesn't appear in docstring".
819
e8c87124
SM
820 * progmodes/compile.el (grep): `tag-default' can be nil.
821
bb304a7a
SM
822 * newcomment.el (comment-indent): Paren typo.
823
8628686a
DL
8242000-11-14 Dave Love <fx@gnu.org>
825
25c269ef
DL
826 * calculator.el: New maintainer version.
827
66321b2f 828 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 829
8628686a
DL
830 * cmuscheme.el: Doc fixes.
831 (cmuscheme) <defgroup>: Use `scheme' as parent.
832 (cmuscheme-program-name): Remove. Change uses to
833 scheme-program-name.
834
835 * xscheme.el (scheme-program-name): Don't define here.
836
837 * progmodes/scheme.el (scheme-program-name): New variable
838 (originally in cmuscheme).
839
88f0a1eb
MB
8402000-11-14 Miles Bader <miles@gnu.org>
841
842 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
843 Handle header-lines. Don't loop forever if we can't enlarge the
844 window anymore. Simplify a bit.
845
cd9a000c
KH
8462000-11-14 Kenichi Handa <handa@etl.go.jp>
847
848 * window.el (fit-window-to-buffer): Don't check
849 window-text-height. Assure that the last line is fully visible.
850
851 * international/quail.el (quail-show-guidance-buf): Call
852 fit-window-to-buffer to assure the enough height of the guidance
853 buffer.
854 (quail-update-guidance): Avoid making the guidance buffer shorter.
855
d3fcda22
SM
8562000-11-14 Stefan Monnier <monnier@cs.yale.edu>
857
bdbd9606
SM
858 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
859 rather than `prepend' and add an interesting comment.
860 (tex-math-face, tex-font-lock-syntactic-face-function):
861 New face and function to use it.
862 (tex-define-common-keys, tex-mode-map): Use menu-item rather
863 than `menu-enable' symbol property.
864 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
865 (tex-mode): Add some latex-mode commands for auto-selection.
866 Use tex-font-lock-syntactic-face-function.
867 (tex-insert-quote): Simplify.
868 (tex-shell): New mode.
869 (tex-start-shell): Use it.
870 (tex-shell-proc, tex-shell-buf): New functions.
871 (tex-send-command): Use it.
872 (tex-main-file): Fix the meaning of the new arg REALFILE.
873 (tex-send-tex-command): New function split from `tex-start-tex'.
874 Set compilation-last-buffer and compilation-parsing-end.
875
d3fcda22
SM
876 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
877 when it follows non-comment text on the line.
878
879 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
880 Set font-lock-defaults.
881 (lisp-mode-shared-map): Init inside the defvar.
882 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
883 Use define-derived-mode.
884
bdab1d43
MB
8852000-11-14 Miles Bader <miles@lsi.nec.co.jp>
886
887 * faces.el (header-line): Use `:box nil' for color/gs displays too.
888
936ae731
GM
8892000-11-14 Gerd Moellmann <gerd@gnu.org>
890
891 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
892 recursively optimize body because that can lead to infinite
893 recursion; see comment there.
894
1695ca2b
EZ
8952000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
896
897 * faces.el (face-spec-set-match-display): Revert the change from
898 2000-10-24. Add a FIXME for after v21.1.
899
9d348294
MB
9002000-11-13 Miles Bader <miles@gnu.org>
901
902 * textmodes/fill.el (skip-line-prefix): New function.
903 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
904 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
905 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
906 point inside the fill-prefix.
9d348294 907
b85fa13c
MB
9082000-11-13 Miles Bader <miles@lsi.nec.co.jp>
909
910 * calendar/calendar.el (generate-calendar-window): Use
911 `fit-window-to-buffer'.
912
a0b47716
SM
9132000-11-12 Stefan Monnier <monnier@cs.yale.edu>
914
915 * gud.el (gud-minor-mode): New var.
916 (gud-symbol, gud-val): New functions.
917 (gud-find-file): Copy gud-minor-mode to the new buffer.
918 (gud-menu-map): Include entries for commands that are not always
919 available, using :enable to (de)activate them.
920 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
921 (gud-mode-map): New map.
eaae8106 922 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
923 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
924 Don't set up gud's menu (it's done by the minor-mode).
925 (gud-minibuffer-local-map): New.
926 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
927 (gud-query-cmdline): New function.
928 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
929 (gud-mode): Use define-derived-mode.
930 Don't set up gud's menu (it's done by the minor-mode).
931 (gud-chop-words): Remove.
932 (gud-common-init): Use split-string instead.
933 (gud-new-keymap, gud-make-debug-menu): Eradicate.
934
935 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
936 Add keyword arg :name.
937
938 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
939 (diff-count-matches, diff-split-hunk): New functions.
940 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
941
942 * pcvs-info.el (cvs-fi-conflict-face): New var.
943
944 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
945 Make it into a simple syntax-table, shared among all submodes.
946 (sh-heredoc-face): Re-introduce.
947 (sh-font-lock-syntactic-face-function): New function.
948 (sh-mode): Use it. Also use define-derived-mode.
949 Remove old bogus setting of indent-region-function.
950 (sh-set-shell): Don't set the syntax-table any more.
951 (sh-mode-syntax-table) <defun>: Remove.
952
f5ed37df
MB
9532000-11-12 Miles Bader <miles@gnu.org>
954
955 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
956 message if interactive.
957
0b074c2f
DL
9582000-11-12 Dave Love <fx@gnu.org>
959
960 * mail/feedmail.el: Fix header,
961 (feedmail) <defgroup>: Add :link.
962
963 * view.el: Use local-map property, not keymap on mode-line string.
964
965 * scroll-all.el (scroll-all-mode): Customize variable. Add
966 autoload cookie to function.
967
968 * lazy-lock.el: Remove compatibility code.
969
970 * finder.el (finder-known-keywords): Add `files', remove `vms'.
971 (finder-help-echo): New variable.
972 (finder-mouse-face-on-line): Add help-echo stuff.
973 (finder-list-keywords, finder-list-matches): Use mapc.
974
975 * faces.el (face-font-registry-alternatives): Add :version.
976
977 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
978 tags-table-list.
979
a0b47716 980 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 981
a0b47716 982 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
983 (mail-mode): Use [:alnum:] in some regexps.
984
6d502396
DL
9852000-11-10 Dave Love <fx@gnu.org>
986
987 * ediff.el (ediff-regions-internal, ediff-documentation):
988 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
989 fundamental mode.
990
991 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
992 buffer into fundamental mode.
993 (ediff-set-difference): Use copy-sequence if available.
994
995 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
996 ediff-patch-map non-nil.
997 (ediff-fixup-patch-map, ediff-fixup-patch-map)
998 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
999 buffer into fundamental mode.
1000
1001 * ediff-merg.el (state-or-merge): Defvar when compiling.
1002
a82fe213
JR
10032000-11-10 Jason Rumney <jasonr@gnu.org>
1004
1005 * w32-fns.el (w32-add-charset-info): New function.
1006 (w32-charset-info-alist): Use it.
1007
52d89894
GM
10082000-11-10 Gerd Moellmann <gerd@gnu.org>
1009
1010 * faces.el (face-font-registry-alternatives): New user-option.
1011
178932de
SM
10122000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1013
d7fa3319
SM
1014 * textmodes/texinfo.el (texinfo-block-default): New var.
1015 (texinfo-insert-block): Use it. Insert a newline if needed.
1016
178932de
SM
1017 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1018 (fill-region-as-paragraph): Use it.
1019
1020 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1021 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1022 Tweak paragraph regexps to allow a leading [ \t]*.
1023 (tex-latex-block): Insert a newline if necessary.
1024 (latex-insert-item): Only insert a newline if necessary.
1025 (tex-guess-main-file): New function.
1026 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1027 Set tex-main-file if TeX-master is provided.
1028 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1029
bd02b8e0
GM
10302000-11-10 Gerd Moellmann <gerd@gnu.org>
1031
1032 * startup.el (command-line): Set the default tooltip-mode
1033 to t for graphical displays which implement x-show-tip.
1034
1035 * tooltip.el (tooltip-mode): Add a comment about startup.el
1036 setting the default value of this user-option.
1037
b29b03eb
SM
10382000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1039
1040 * font-lock.el (font-lock-*-face) <defvar>: Move.
1041 (font-lock-defaults-alist): Mark obsolete.
1042 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1043 (font-lock-mode): Use define-minor-mode.
1044 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1045 (font-lock-turn-off-thing-lock): Be more explicit.
1046 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1047 (font-lock-syntactic-face-function): New var.
1048 (font-lock-fontify-syntactically-region): Use it.
1049 (font-lock-doc-face): New.
1050
1051 * pcvs.el (cvs-enabledp): Ignore errors.
1052 (cvs-commit-filelist): Never query.
1053 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1054 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1055 (cvs-do-removal): Use cvs-partition rather than delete-if.
1056 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1057 cvs-bury-buffer.
1058
1059 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1060 Allow `next' to jump to after the end of the last match.
1061
778fbc46
GM
10622000-11-09 Gerd Moellmann <gerd@gnu.org>
1063
730c746c
GM
1064 * simple.el (byte-compiling-files-p): New function.
1065
1066 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1067 if it is there.
1068
1069 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1070 nil again.
1071
778fbc46
GM
1072 * textmodes/ispell.el (ispell-library-path): Don't call
1073 check-ispell-version when byte-compiling because that starts
1074 an ispell process, and ispell might not be installed.
1075 (toplevel): Don't set up a menu when byte-compiling.
1076
1077 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1078 it, so that a boundp test can be used to determine if we're
1079 currently byte-compiling.
1080
5912c5bb
DL
10812000-11-09 Dave Love <fx@gnu.org>
1082
1083 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1084 eval-after-load.
1085
7bb054a5
GM
10862000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1087
1088 * ps-print.el: Patch for variable initialization when spooling. Doc
1089 fix.
1090 (ps-output-list): Fun eliminated.
1091 (ps-begin-file, ps-begin-job): Code fix.
1092
9db2706e
DL
10932000-11-08 Dave Love <fx@gnu.org>
1094
1095 * ediff-wind.el (ediff-control-frame-parameters): Zero
1096 tool-bar-lines.
1097
f7eb32aa
GM
10982000-11-08 Gerd Moellmann <gerd@gnu.org>
1099
1100 * simple.el (shell-command, display-message-or-buffer)
1101 (shell-command-on-region): Mention resize-mini-windows in the doc
1102 string.
1103 (display-message-or-buffer): Take the value of resize-mini-windows
1104 into account.
1105
7b01b08c
GM
11062000-11-07 Gerd Moellmann <gerd@gnu.org>
1107
acad3c0b
GM
1108 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1109
7b01b08c
GM
1110 * dired.el (dired-between-files): Add `^. find' as an alternative
1111 to the regular expression, for find-dired.
1112
6f602bd0
SM
11132000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1114
1115 * textmodes/texnfo-upd.el: Require texinfo.
1116 (defmacro, defgroup): Remove.
1117 (texinfo-section-to-generic-alist): Remove.
1118 Use texinfo-section-list instead (i.e. level is changed string->int).
1119 (texinfo-filter): New function.
1120 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1121 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1122 Use it. And use regexp-opt.
1123 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1124 (texinfo-update-menu-region-beginning)
1125 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1126 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1127 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1128 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1129 (texinfo-sequential-node-update): Remove autoload cookie.
1130
1131 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1132 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1133 (texinfo-chapter-level-regexp): Remove.
1134 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1135
bb216218
DL
11362000-11-06 Dave Love <fx@gnu.org>
1137
6f602bd0 1138 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1139
6f602bd0
SM
1140 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1141 Match defun*.
bb216218 1142
ff8dd5d5
KH
11432000-11-06 Kenichi Handa <handa@etl.go.jp>
1144
1145 * composite.el (composition-function-table): Variable declaration
1146 moved to src/composite.c.
1147 (compose-chars-after): New optional arg object.
1148
e9da51a1
GM
11492000-11-06 Gerd Moellmann <gerd@gnu.org>
1150
e0c12c68
GM
1151 * bindings.el (mode-line-toggle-read-only)
1152 (mode-line-toggle-modified, mode-line-widen)
1153 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1154 (make-mode-line-mouse2-map): Rewritten.
1155 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1156 functions so that C-h k can show something with a doc string.
eaae8106 1157
e9da51a1
GM
1158 * startup.el (fancy-splash-delay): Set to 10 seconds.
1159 (fancy-splash-max-time): New user-option.
1160 (fancy-splash-stop-time): New variable.
1161 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1162 (fancy-splash-screens-1): Throw `stop-splashing' when current
1163 time is greater than fancy-splash-stop-time.
1164
611dbdf0
SM
11652000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1166
4d2806e2
SM
1167 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1168
611dbdf0
SM
1169 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1170 Prompt user for a file rather than raising an error.
1171 (cvs-enabledp): Fix call to cvs-mode-marked.
1172 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1173 (cvs-mode-insert): Use it. Change the init prompt' value.
1174 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1175
1176 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1177 Don't pass default arg to ewoc-locate.
1178 (ewoc-collect): Return result in the right order.
1179
1180 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1181
1182 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1183 (cvs-status-get-tags): Fix regexp.
1184 (cvs-status-trees, cvs-status-cvstrees):
1185 Combine after change hooks and don't sit-for.
4d2806e2
SM
1186 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1187 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1188 Use make-char rather than hard-coded cryptic data.
1189 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1190
1191 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1192
1193 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1194 (cvs-insert-strings): New function.
1195
937b2877
MB
11962000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1197
1198 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1199 `mwheel-scroll-amount'.
1200 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1201 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1202 string-matching against the version string.
1203
c6c97763
KH
12042000-11-06 Kenichi Handa <handa@etl.go.jp>
1205
6eaec747
KH
1206 * language/thai.el ("Thai"): Set a lisp form that produces
1207 composed string in `sample-text' language info.
1208
1209 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1210 composed string in `sample-text' language info.
1211
1212 * international/mule-cmds.el (describe-language-environment): Eval
1213 `sample-text' data and insert the result.
1214
c6c97763
KH
1215 * international/mule-conf.el (compound-text): Define this coding
1216 system here. Make x-ctext and ctext aliases of it.
1217
1218 * language/european.el (compound-text, ctext): Moved to
1219 international/mule-conf.el.
1220
d1145f85
AI
12212000-11-05 Andrew Innes <andrewi@gnu.org>
1222
1223 * w32-fns.el (w32-version): New function.
1224
178a6a45
SM
12252000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1226
1227 * progmodes/awk-mode.el: Update copyright.
1228 (awk-mode-abbrev-table): Remove.
1229 (awk-font-lock-keywords): Use regexp-opt.
1230 (awk-mode): Use define-derived-mode.
1231
1232 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1233 when extracting a suffix.
1234
1ba90166
AS
12352000-11-04 Andre Spiegel <spiegel@gnu.org>
1236
1237 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1238 auto-save-mode.
1239
546790cb
JR
12402000-11-04 Jason Rumney <jasonr@gnu.org>
1241
1242 * language/european.el (decode-mac-roman): Test against r1 not r0.
1243
d247e32d
SM
12442000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1245
fbf44f44
SM
1246 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1247 (icon-mode): Define indent-line-function.
1248 (icon-comment-indent): Simplify.
1249 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1250
1251 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1252
1253 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1254 Bind change-log-default-mode to defeat the caching done on it.
1255 Don't bother saving excursion any more.
1256
1257 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1258
1259 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1260 (set-frame-font): Use the new name (and the old for compatibility).
1261
eaae8106
SS
1262 * toolbar/tool-bar.el (tool-bar-mode):
1263 * time.el (display-time-mode):
1264 * recentf.el (recentf-mode):
1265 * paren.el (show-paren-mode):
1266 * mwheel.el (mouse-wheel-mode):
1267 * msb.el (msb-mode):
1268 * jka-compr.el (auto-compression-mode):
1269 * image-file.el (auto-image-file-mode):
1270 * hl-line.el (hl-line-mode):
1271 * delsel.el (delete-selection-mode):
1272 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1273 * complete.el (partial-completion-mode): Drop unneeded positional args.
1274
eaae8106 1275 * info.el (Info-mode):
79372165 1276 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1277
d247e32d
SM
1278 * log-edit.el (log-edit-menu): New menu.
1279
4921558e
MB
12802000-11-03 Miles Bader <miles@gnu.org>
1281
1282 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1283 definition, so that trailing spaces are handled properly.
1284 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1285
1fc02b3c
GM
12862000-11-03 Gerd Moellmann <gerd@gnu.org>
1287
1288 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1289 tab character.
1290 (fancy-splash-screens): Set tab-width to 20.
1291
51d001f7
DL
12922000-11-03 Dave Love <fx@gnu.org>
1293
1294 * comint.el (comint-completion-addsuffix): Fix custom type.
1295
ba22aeff
SM
12962000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1297
1298 * font-lock.el (font-lock-buffers): Remove.
1299 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1300 (font-lock-change-major-mode): Remove.
1301 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1302 (font-lock-default-fontify-region): Extend the multiline
1303 fontification to whole lines.
1304 (font-lock-fontify-anchored-keywords)
1305 (font-lock-fontify-keywords-region): If matching just one
1306 line (with \n) only mark the \n as multiline.
1307
1308 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1309 Correctly handle the case where several :group args are supplied.
1310 Allow :extra-args.
1311 (easy-mmode-define-global-mode): Allow :extra-args.
1312 Correctly handle the case where several :group args are supplied.
1313
9c887ada
MB
13142000-11-02 Miles Bader <miles@gnu.org>
1315
eaae8106 1316 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1317 (holiday-face): Remove dependency on `window-system'.
1318
7f25090d
KR
13192000-11-02 Ken Raeburn <raeburn@gnu.org>
1320
1321 * Makefile.in (emacs): Set EMACSLOADPATH always.
1322 (update-authors, .el.elc, compile-files): Don't do it explicitly
1323 here.
9b911107 1324 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1325
7dd6009c
DL
13262000-11-02 Dave Love <fx@gnu.org>
1327
1328 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1329
94821e4f
EZ
13302000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1333 punctuation in the warning inserted into the *mail* buffer.
1334
1ac3fc42
GM
13352000-11-02 Gerd Moellmann <gerd@gnu.org>
1336
57731876
GM
1337 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1338 (authors-public-domain-p): New function.
1339 (authors-print): Use it.
1340
975f82c9
GM
1341 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1342
1ac3fc42
GM
1343 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1344
4b3eb10f
GM
13452000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1346
975f82c9 1347 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1348 (ps-print-version): New version number (6.3.1).
1349 (ps-even-or-odd-pages): Customization fix.
1350 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1351 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1352 (ps-page-count): Var replaced by `ps-page-column'.
1353 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1354 (ps-print-sheet-p): New fun.
1355
7da794df
MB
13562000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1357
1358 * tooltip.el (tooltip-gud-tips-setup): New function.
1359 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1360 (tooltip-mode): Call tooltip-gud-tips-setup.
1361 (tooltip-gud-tips): Use `gud-basic-call' instead of
1362 process-send-string, so the prompt gets frobbed appropriately.
1363 Handle nil return value from `tooltip-gud-print-command'.
1364
0e40b809
EL
13652000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1366
1367 * comint.el (comint-add-to-input-history): New function.
1368 (comint-send-input): Use `comint-add-to-input-history'.
1369
50ada0db
MB
13702000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1371
973a3104
MB
1372 * info.el (info-menu-header): New face.
1373 (Info-fontify-menu-headers): New function.
1374 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1375
50ada0db
MB
1376 * info.el (Info-insert-dir): Don't include blank lines at
1377 beginning of additional dir files (one is added automatically).
1378
bff53411
SM
13792000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1380
1381 * emacs-lisp/easy-mmode.el (define-minor-mode):
1382 Revert the latest changes.
1383 Allow the three positional arguments to be skipped and replaced
1384 by keyword arguments.
1385 Add a :toggle argument to determine whether a nil arg means toggle
1386 or means turn-on. The default is unchanged.
1387 Add a call to force-mode-line-update.
1388
6b8a0b2d
DL
13892000-11-01 Dave Love <fx@gnu.org>
1390
1391 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1392 cookie.
1393
5bf99100
MB
13942000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1395
1396 * calendar/calendar.el (diary-face, holiday-face): Add
1397 dark-background variants.
1398
a4032611
SS
13992000-10-31 Sam Steingold <sds@gnu.org>
1400
1401 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1402 `tex-main-file' does not have directory in it.
1403
c286608e
SM
14042000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1405
1406 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1407
4836835a
TTN
14082000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1409
1410 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1411 functional change.
1412
26dcb81b
GM
14132000-10-31 Gerd Moellmann <gerd@gnu.org>
1414
1415 * files.el (find-file-noselect): When we expand a wildcard, return
1416 a list of buffers, as we should do according to the doc string.
1417
49fc4500
KR
14182000-10-31 Ken Raeburn <raeburn@gnu.org>
1419
1420 * loadup.el (top level): Adjust load path if program name is
1421 "../src/bootstrap-emacs", in case it's not dumped and thus the
1422 load path adjustment hasn't already been done.
1423
ea0c615d
GM
14242000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1425
1426 * ps-print.el: Fix bug on selected pages for printing. Use
1427 `color-values' for Emacs 21. Ensure fontification when jit-lock
1428 is on. Try to avoid warning messages when compiling. Doc Fix.
1429 (ps-print-version): New version number (6.3).
1430 (ps-color-device): Use `color-values' to determine if device
1431 supports color.
1432 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1433 (ps-print-page-p): Changed from defsubst to defun.
1434 (ps-page-number): Changed from defmacro to defun.
1435 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1436 printing.
c286608e 1437 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1438 (ps-end-file, ps-dummy-page): Funs eliminated.
1439 (ps-print-color-scale): Changed default value.
1440 (ps-page-n-up, ps-print-page-p): New internal vars.
1441 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1442 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1443
9e20722f
GM
1444 * delim-col.el: Little programming improvement.
1445 (delimit-columns-str): New macro.
1446 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1447
d7a0fd00
KH
14482000-10-31 Kenichi Handa <handa@etl.go.jp>
1449
c286608e
SM
1450 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1451 Moved to european.el.
d7a0fd00
KH
1452 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1453 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1454 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1455 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1456
234be340
DL
14572000-10-30 Dave Love <fx@gnu.org>
1458
1459 * progmodes/cc-menus.el (imenu-generic-expression)
1460 (imenu-progress-message): Only defvar when compiling.
1461
4edc4a39
DL
1462 * emacs-lisp/elp.el (elp-unload-hook): New function.
1463
1464 * loadhist.el (unload-feature): Call elp-restore-function,
1465 checking for symbols; don't use elp-restore-all.
1466 (loadhist-hook-functions): Doc fix.
1467
70c825df
SM
14682000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1469
1470 * log-edit.el (log-edit-confirm): Fix the default.
1471
1d3baf74
GM
14722000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1473
1474 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1475 delimit-columns-format.
1476 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1477
1ec321a7
MB
14782000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1479
1480 * comint.el (comint-replace-by-expanded-history): Don't use
1481 comint-get-old-input (we're not looking at *old* input).
1482 (comint-get-old-input-default): If using fields, signal an error
1483 when the point is not in an input field.
1484
70737ea9
KH
14852000-10-30 Kenichi Handa <handa@etl.go.jp>
1486
1487 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1488 and mule-unicode-e000-ffff.
1489
fa0cb51d 1490 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1491 (make-coding-system): Accept a symbol of translation table as a
1492 value of property `safe-chars'.
1493
1494 * international/mule-cmds.el (encode-coding-char): Check property
1495 safe-chars instead of safe-charsets.
1496
1497 * international/fontset.el (fontset-default): Modified for
1498 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1499 (x-font-name-charset-alist): Likewise.
1500 (ccl-encode-unicode-font): New CCL program. Record it in
1501 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1502
70c825df
SM
1503 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1504 New translation tables.
70737ea9
KH
1505 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1506 programs are modified and moved from mac-win.el.
1507 (mac-roman): Definition of this coding system is modified and
1508 moved from mac-win.el.
4836835a 1509
fda2ce24 15102000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1511
1d3baf74 1512 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1513 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1514
dd4d3cb6
MB
15152000-10-29 Miles Bader <miles@gnu.org>
1516
1517 * custom.el (custom-add-to-group): Allow multiple entries for a
1518 given value OPTION, as long as their widget types are different.
1519 * cus-edit.el (custom-face-value-create): If face name doesn't end
1520 with "face", add such here (similar to custom group widgets).
1521
1522 * comint.el (comint-highlight-prompt): Add :type.
1523
dace60cf
JW
15242000-10-28 John Wiegley <johnw@gnu.org>
1525
1526 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1527 Changed this function to operate on a temporary buffer instead of
1528 the main buffer. This not only keeps flyspell from marking a
1529 buffer as changed that wasn't, but it solves the jumpy cursor
1530 problem when attempts are made to edit incorrect words.
1531 (flyspell-maybe-correct-doubling): Same change as for
1532 `flyspell-maybe-correct-transposition'.
1533
1534 * calendar/timeclock.el (timeclock-log): Doc fix.
1535 (timeclock-last-event): Doc fix.
1536 (timeclock-log): Kill the timelog buffer after appending a new
1537 event.
1538 (timeclock-find-discrep): Use a temp buffer to read in the
1539 timelog, instead of visiting the file.
1540 (timeclock-log-data): A new function, along with a host of helper
1541 functions, for the purpose of making timelog data accessible to
1542 programmers.
1543
1544 * eshell/esh-mode.el (window-height test): Make certain that
1545 `eshell-stringify-t' is non-nil.
1546 (eshell-password-prompt-regexp): Changed to a much simpler
1547 password regexp.
1548 (eshell-send-input): If `eshell-invoke-directly' returns t,
1549 directly invoke the parsed command using `eval'. This improves
1550 turn-around time on simple commands by a factor of three or
1551 greater, such as cd, ls, pwd, etc. -- which get used very often.
1552 It also conserves thousands of cons cells per call (since
1553 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1554 in the Pacific Cookie Company).
1555
1556 * eshell/esh-test.el (eshell-test): Whitespace fix.
1557
1558 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1559 `eshell-ls-initial-args' nil when inserting directory contents.
1560
1561 * eshell/em-script.el (eshell-script-initialize): Add names to
1562 `eshell-complex-commands, since `source' and `.' are complex.
1563
0467b076
EZ
1564 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1565 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1566 `eshell-copy-handles'.
1567 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1568 bodies.
1569 (eshell-separate-commands): Whitespace fix.
1570 (eshell-complex-commands): Added a new list of names, for
1571 determining whether a given command is as simple as it looks.
1572 (eshell-invoke-directly): New function. Returns t if a command
1573 should be invoked directly (using `eval'), rather than indirectly
1574 using `eshell-do-eval'.
1575 (eshell-do-eval): Whitespace fix.
1576
1577 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1578 which provides an emulation of the DOS shell behavior of assuming
1579 that cp/mv/ln should copy/move/link to the current directory.
1580 (eshell-remove-entries): Added a doc string.
1581 (eshell-shuffle-files): Removed the check for `target' being null.
1582 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1583 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1584 it to do a smarter check of whether a destination was provided.
1585 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1586 (eshell/ln): Enable `:preserve-args', and use
1587 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1588 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1589 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1590 list after flattening it. This makes it possible to cat files
1591 with numerical names.
1592 (eshell-unix-initialize): Added several names to
1593 `eshell-complex-commands.
1594 (eshell-unix-command-complex-p): Return t if a given command name
1595 may result in external processes being invoked.
1596
1597 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1598 variable nil by default, since it slows down glob processing by a
1599 factor of two or more, and increases memory consumption.
1600
1601 * eshell/em-smart.el: Added a note about how memory consumptive
1602 smart display mode can be (at least this is true in Emacs 21).
1603 (eshell-smart-initialize): Whitespace fix.
1604 (eshell-refresh-windows): Use `if' instead of `when'.
1605 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1606 not necessary.
1607 (eshell-currently-handling-window): Added a missing global
1608 variable.
1609
1610 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1611 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1612 Whitespace fix.
1613 (eshell-ls-exclude-hidden): Added this variable in addition to
1614 `eshell-ls-exclude-regexp'. This one prevents files beginning
1615 with . from even being read, which can improve memory consumption
1616 quite a bit.
1617 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1618 read file entries beginning with a dot. In home directories with
1619 lots of hidden files, fully two-thirds of the time spent in ls is
1620 used to read directory entries that are immediately thrown away.
1621 (eshell-ls-initial-args): Added back this configuration variable,
1622 for specifying default initial arguments to every call to ls.
1623 Much faster than using an alias to do the same thing.
1624 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1625 (eshell-ls-dir): Whitespace change.
1626
1627 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1628
1629 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1630 available.
1631 (eshell-stringify-t): Added a customization variable, to indicate
1632 whether `t' should be rendered as a string at all. If not, one
1633 can still determine if the result of an expression is true using
1634 "file-exists-p FILE && echo true".
1635 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1636 stringify t!
1637
1638 * eshell/esh-module.el: Whitespace fix.
1639
1640 * eshell/em-alias.el (eshell-alias-initialize): Added
1641 `eshell-command-aliased-p' to `eshell-complex-commands'.
1642 (eshell-command-aliased-p): New function that returns t if a
1643 command name names an aliased.
1644
657f9cb8 16452000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1646
0467b076 1647 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1648 redrawing the screen when changing cursor color.
0467b076
EZ
1649 (viper-insert-state-pre-command-sentinel)
1650 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1651 (viper-replace-state-post-command-sentinel):
1652 Use viper-preserve-cursor-color.
657f9cb8
MK
1653 Many functions changed to use viper= instead of = when comparing
1654 characters.
0467b076 1655 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1656 working with characters.
0467b076 1657 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1658 Many functions changed to use viper= instead of = when comparing
1659 characters.
0467b076 1660 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1661
0467b076 1662 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1663 Several typos fixed in various docstrings.
0467b076
EZ
1664 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1665 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1666 hook.
0467b076
EZ
1667 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1668 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1669 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1670 (ediff-get-selected-buffers): New function.
1671 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1672 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1673 save-window-excursion.
0467b076 1674 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1675 termination check in while loop.
0467b076 1676 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1677 dired buffer.
0467b076
EZ
1678 (ediff-files,ediff-merge-files,ediff-files3)
1679 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1680
4f490d99
DL
16812000-10-28 Dave Love <fx@gnu.org>
1682
1683 * info.el (Info-fontify-node): Add help-echo for menu items.
1684
45b84006
EZ
16852000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1686
5ebc02b3
EZ
1687 * startup.el (normal-top-level): If the value of $TERM indicates
1688 we are running from xterm or one of its work-alikes, default to a
1689 light background mode.
1690
45b84006
EZ
1691 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1692 * faces.el (tty-handle-reverse-video): New function.
1693 (tty-create-frame-with-faces): Call it.
1694
1695 * frame.el (frame-notice-user-settings): Don't apply
1696 default-frame-alist and initial-frame-alist to MS-DOS frames.
1697 Call tty-handle-reverse-video, frame-set-background-mode, and
1698 face-set-after-frame-default for non-MS-DOS frames.
1699
1700 * startup.el (tty-long-option-alist): New variable.
1701 (tty-handle-args): New function.
1702 (command-line): Call tty-handle-args.
1703
1704 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1705 startup.el now does that for all character-terminal frames.
1706
eab6e8b9
MB
17072000-10-28 Miles Bader <miles@gnu.org>
1708
1709 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1710 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1711 global. If :global is followed by a non-nil but non-t value,
1712 make the mode buffer-local, but also generate a `global-MODE'
1713 version using `easy-mmode-define-global-mode'. Add
1714 :conditional-turn-on keyword argument.
1715
51a29efc
DL
17162000-10-28 Dave Love <fx@gnu.org>
1717
1718 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1719 use window-system.
1720
d71d7114
EZ
17212000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1722
1723 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1724 Don't call find-buffer-file-type-coding-system. Instead, just
1725 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1726 if the file is on an untranslated filesystem.
1727 (add-untranslated-filesystem): Use "D" instead of "f" inside
1728 interactive.
1729
1f9cab4b
DL
17302000-10-27 Dave Love <fx@gnu.org>
1731
70c825df 1732 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1733 (refill-mode): Use it.
1734
70c825df
SM
17352000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1736
1737 * international/quail.el (quail-activate): Don't make-local-hook.
1738
7432cf10
AS
17392000-10-27 Andre Spiegel <spiegel@gnu.org>
1740
4836835a 1741 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1742 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1743 (vc-make-version-backup): Don't do it on MS-DOS without long file
1744 names.
4836835a 1745
7432cf10
AS
1746 * vc.el (vc-version-other-window): If an automatic backup of the
1747 desired version exists, rename it instead of copying it.
1748
4836835a
TTN
1749 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1750 after command. If there's an unexpected error, signal it instead
7432cf10 1751 of being silent.
e1483c38 1752 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1753
05ea7ef2
MB
17542000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1755
fd1035aa
MB
1756 * shell.el (shell): Add BUFFER argument.
1757 * comint.el (make-comint-in-buffer): New function.
1758 (make-comint): Use it.
1759
05ea7ef2
MB
1760 * faces.el (face-spec-choose): Change syntax so that the list of
1761 attribute-value pairs is now the cdr of each clause, not the cadr.
1762 Detect old-style entries, and handle them. Use pop.
1763
835a55fe
SM
17642000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1765
f5ab1cdd
SM
1766 * cus-edit.el (custom-mode-map): Use a sparse map.
1767 (custom-mode): Don't bother with make-local-hook.
1768
1769 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1770
835a55fe
SM
1771 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1772
c13b0ec8
GM
17732000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1774
1775 * ps-print.el: Avoid compilation gripes.
1776 (ps-print-version): New version number (6.2.1).
4836835a 1777
e9f63196
DL
17782000-10-26 Dave Love <fx@gnu.org>
1779
0b95284b
DL
1780 * menu-bar.el: Modify some menu item help strings.
1781 (menu-bar-help-menu): Add link to MORE.STUFF.
1782
e9f63196
DL
1783 * cus-edit.el (custom-mode): Add `special' mode-class property.
1784
1785 * wid-browse.el (widget-browse-mode): Likewise.
1786
1787 * wid-edit.el (widget-specify-field): Revert to using local-map
1788 property, not keymap.
1789
e276a14a
MB
17902000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1791
c1545d88
MB
1792 * wid-edit.el (widget-field-end): When checking for a `boundary'
1793 field, do so in the correct buffer.
1794
3c1b77ca
MB
1795 * simple.el (undo): Correctly distinguish between numeric and
1796 non-numeric prefix args in non-transient-mark-mode, as per the doc
1797 string. When in transient-mark-mode, treat all prefix-args as
1798 numeric.
1799
f5ab1cdd
SM
1800 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1801 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1802
1803 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1804 (comint-mode-map): Reverse order of `comint-write-output' and
1805 `comint-append-output-to-file'.
1806 (comint-append-output-to-file): Reinstate this function, for the
1807 benefit of the menu.
1808
d97151cb
SM
18092000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1810
1811 * vc.el (vc-version-other-window): Bind `file'.
1812
ea7d6f5b
GM
18132000-10-25 Gerd Moellmann <gerd@gnu.org>
1814
f5ab1cdd 1815 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1816
1817 * emacs-lisp/authors.el (batch-update-authors): New function.
1818 (authors-fixed-entries): New defconst.
1819 (authors-add-fixed-entries): New function.
1820 (authors): Call it.: Don't process lispref/.
1821
17c25cea
JR
18222000-10-25 Jason Rumney <jasonr@gnu.org>
1823
1824 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1825 Merge x w32 and mac definitions.
1826
4ecda532
GM
18272000-10-25 Gerd Moellmann <gerd@gnu.org>
1828
1829 * menu-bar.el (menu-bar-options-menu): Add a help string for
1830 `uniquify'.
1831
b6735035
GM
18322000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1833
f5ab1cdd
SM
1834 * time-stamp.el (time-stamp-string-preprocess):
1835 Fix a wrong type argument error.
b6735035 1836
f4cbc7a0
MB
18372000-10-25 Miles Bader <miles@gnu.org>
1838
1839 * recentf.el (recentf-mode): Variable removed.
1840 (recentf-mode): Use `define-minor-mode'.
1841
1842 * mwheel.el (mouse-wheel-mode): New global minor mode.
1843 (mwheel-install): Use `mouse-wheel-mode'.
1844
f4b020f6
DL
18452000-10-25 Dave Love <fx@gnu.org>
1846
f5ab1cdd
SM
1847 * progmodes/cperl-mode.el (cperl-mode):
1848 Set normal-auto-fill-function correctly.
072cb6f9 1849
f4b020f6
DL
1850 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1851 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1852 bindings.
f4b020f6 1853
ebe2a441
MB
18542000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1855
ff4dcd4b
MB
1856 * wid-edit.el (widget-field-at): New function.
1857 (widget-at, widget-field-activate): Use it.
1858 (widget-tabable-at): Use `widget-at'.
1859 (widget-specify-field): If the terminating character of the widget
1860 field (which is read-only) is a newline, put it into a special
1861 `boundary' field so that C-n/C-p act more naturally.
1862 (widget-field-end): Also don't subtract one if a special
1863 `boundary' field has been added after the widget field.
1864
ebe2a441
MB
1865 * comint.el (comint-output-filter, comint-send-input): Don't
1866 bother adding stickiness fields to overlays to fool the field
1867 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1868
ebe2a441
MB
1869 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1870 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1871 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1872
fe50b6ab
GM
18732000-10-24 Gerd Moellmann <gerd@gnu.org>
1874
53df4dda
GM
1875 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1876 (authors): Set file coding system to iso-2022-7bit. Add
1877 file-local variables to output buffer.
1878
4836835a 1879 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1880 WARN is nil.
1881
53df4dda
GM
18822000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1883
1884 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1885
1886 * delim-col.el: Now there is a column formatting mechanism.
1887 Modified to customization mechanisms convention. Doc fix.
1888 (columns): New group for delim-col.
1889 (delimit-columns-before, delimit-columns-after)
1890 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1891 (delimit-columns-end): New vars.
1892 (delimit-columns-customize, delimit-columns-format): New funs.
1893 (delimit-columns-region, delimit-columns-rectangle)
1894 (delimit-columns-rectangle-line): Modified to support column
1895 formatting.
4836835a 1896
a9839779
DL
18972000-10-24 Dave Love <fx@gnu.org>
1898
1899 * log-edit.el (log-edit): Add :version and a :group for vc.
1900
df0267b8
GM
19012000-10-24 Gerd Moellmann <gerd@gnu.org>
1902
9acc3873
GM
1903 * files.el (after-find-file): Don't print a message ``New file''
1904 if WARN is nil.
1905
63e1b552
GM
1906 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1907 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1908 get duplicate tool-bar entries because we'll see the global ones
1909 on more than one path through keymaps.
1910
1946f901
GM
1911 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1912
df0267b8
GM
1913 * progmodes/cmacexp.el: Change Francesco's email address.
1914
ae3b264b
KH
19152000-10-24 Kenichi Handa <handa@etl.go.jp>
1916
1917 * window.el (fit-window-to-buffer): Adjust point of the window
1918 buffer, not that of the current buffer.
1919
23afac01
EZ
19202000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1921
1922 * progmodes/cmacexp.el: Update the euthor's email address.
1923
22d1a4ed
MB
19242000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1925
1926 * faces.el (face-spec-set-match-display): Add `graphic' display
1927 type (the inverse of `tty'). Use `display-graphic-p' instead of
1928 the window-system variable.
1929
f408aa48
KH
19302000-10-24 Kenichi Handa <handa@etl.go.jp>
1931
1932 * international/isearch-x.el (isearch-with-input-method): Call
1933 input-method-function with the first event in
1934 unread-command-events.
1935
94fe8a31
MB
19362000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1937
1938 * faces.el (face-default-spec, face-user-default-spec): Make
1939 defsubsts.
1940
8f47302e
AC
19412000-10-24 Andrew Choi <akochoi@i-cable.com>
1942
1943 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1944 New charsets.
1945
1946 * term/mac-win.el: Remove definitions of mac-roman-lower and
1947 mac-roman-upper, require dired, and define instead of set
1948 mac-ready-for-drag-n-drop to avoid compilation error.
1949
446c097e
AI
19502000-10-23 Andrew Innes <andrewi@gnu.org>
1951
1952 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1953 superfluous calls to subst-char-in-string; instead apply
1954 expand-file-name after convert-standard-filename to ensure
1955 expected directory separators are used.
1956
379b70e7
EZ
19572000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1958
1959 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1960
85c766e9
DL
19612000-10-23 Dave Love <fx@gnu.org>
1962
b7e03a67
DL
1963 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1964 (tool-bar-add-item): Set foreground and background for XBM icons.
1965
1966 * international/latin1-disp.el (latin1-char-displayable-p): New
1967 function (from Handa).
1968 (latin1-display-check-font): Use it.
1969
0dcf8835
DL
1970 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1971 using :key-sequence, making it much more usable. Use nconc, not
1972 append.
1973 (imenu--create-keymap-1): Avoid append.
1974
85c766e9 1975 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1976
cb3069bb
MB
19772000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1978
1979 [the following changes fix a bug where `define-minor-mode' didn't
1980 correctly generate :require clauses for defcustoms in compiled files]
1981 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1982 (byte-compile-log-file, byte-compile-log-1): Don't set
1983 `byte-compile-current-file' to nil. Instead set
1984 `byte-compile-last-logged-file' to it. Test whether
1985 byte-compile-current-file equals byte-compile-last-logged-file
1986 instead of whether its nil.
3b6542ba 1987 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1988
6db6243b
SM
19892000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1990
1991 * textmodes/refill.el: Fix var names in doc.
1992 (refill-mode): Don't bother with make-local-hook anymore.
1993
98490598
MB
19942000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1995
e01cd227
MB
1996 * faces.el (face-user-default-spec, face-default-spec): New functions.
1997 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1998 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1999 Use `face-user-default-spec'. Simplify code slightly.
2000
4836835a 2001 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2002 (woman-unknown-face): Add dark-background variants.
2003 (woman-default-faces): Renamed from `woman-colour-faces'.
2004 Set using the stored defaults, rather than using hard-wired colors.
2005 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2006 Just make the foreground `unspecified' rather than "black".
2007 (woman-menu): Rename menu entries accordingly.
2008
98490598
MB
2009 * faces.el (header-line): Make more reasonable on mono/grayscale
2010 displays.
2011
1a578e9b
AC
20122000-10-23 Andrew Choi <akochoi@i-cable.com>
2013
2014 * cus-edit.el (custom-button-face): Use 3D look for mac.
2015 (custom-button-pressed-face): Likewise.
2016
2017 * faces.el (set-face-attributes-from-resources): Handle mac frames
2018 in the same way as x and w32 frames.
2019 (face-valid-attribute-values): Likewise.
2020 (read-face-attribute): Likewise.
2021 (defined-colors): Likewise.
2022 (color-defined-p): Likewise.
2023 (color-values): Likewise.
2024 (display-grayscale-p): Likewise.
2025 (face-set-after-frame-default): Likewise.
2026 (mode-line): Same default face as for x and w32.
2027 (tool-bar): Likewise.
2028
2029 * frame.el: Remove call to frame-notice-user-settings at end of
2030 the file.
2031
2032 * info.el (Info-fontify-node): make underlines invisible for mac
2033 as for x, pc, and w32 frame types.
2034
2035 * term/mac-win.el: New file.
2036
aaaf7be7
DL
20372000-10-22 Dave Love <fx@gnu.org>
2038
2039 * textmodes/refill.el: New file.
2040
5392d654
AS
20412000-10-22 Andre Spiegel <spiegel@gnu.org>
2042
4836835a 2043 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2044 MANUAL and REGEXP.
4836835a 2045 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2046 New functions.
2047 (vc-before-save): Use the latter.
2048 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2049 confusion.
2050
4836835a 2051 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2052 expected by vc[-hooks].el.
2053
2054 * vc.el (vc-checkout): Added `-p' suffix in call to
2055 vc-make-version-backups-p; use vc-make-version-backup to actually
2056 make the backup.
2057 (vc-version-other-window, vc-version-backup-file): Handle both
2058 automatic and manual backups.
2059 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2060 of all of them.
2061
1e221c16
MB
20622000-10-22 Miles Bader <miles@gnu.org>
2063
7ff4fda5
MB
2064 * comint.el (comint-highlight-input, comint-highlight-prompt):
2065 Renamed, `-face' at end removed.
2066 (comint-send-input, comint-output-filter): Use renamed faces.
2067
3511cde8
MB
2068 * window.el (fit-window-to-buffer): Change defaulting of
2069 MAX-HEIGHT slightly.
2070
1e221c16
MB
2071 * faces.el (color-values, color-defined-p): Use `member', not
2072 `memq', because it works correctly for strings.
2073 (frame-set-background-mode): Actually, "unspecified-fg" and
2074 "unspecified-bg" *are* strings. Use `member', not `memq', and
2075 `equal', not `eq', when a string value is possible.
2076
b6ef4898
EZ
20772000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2078
2079 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2080
34939e2c
SM
20812000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2082
2083 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2084 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2085 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2086 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2087 (sh-font-lock-syntactic-keywords): Use them.
2088 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2089 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2090 (sh-mode): Don't override font-lock-unfontify-region-function.
2091 Use a copy of sh-font-lock-syntactic-keywords.
2092 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2093 Don't call sh-scan-buffer since font-lock does it on the fly.
2094 (sh-get-indent-info): Use `face' rather than `syntax-table'
2095 text-property to detect here-documents.
2096 Replace sh-special-syntax with sh-st-punc.
2097 (sh-prev-line): Use `face' rather than `syntax-table'
2098 text-property to skip over here-documents.
2099 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2100 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2101 (sh-electric-less, sh-set-here-doc-region)
4836835a 2102 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2103 (sh-scan-buffer, sh-rescan-buffer): Remove.
2104
f3d3c491
AI
21052000-10-21 Andrew Innes <andrewi@gnu.org>
2106
2107 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2108 remote (ange-ftp) file names.
2109
b86c791c
MB
21102000-10-21 Miles Bader <miles@gnu.org>
2111
d9c30bdf
MB
2112 * window.el (fit-window-to-buffer): New function.
2113 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2114 (window-text-height): Don't expect minibuffers to have mode-lines.
2115
d9c30bdf 2116 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2117 * international/quail.el (quail-update-guidance): Use
2118 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2119
617fee5a
MB
2120 * international/quail.el (quail-show-guidance-buf): Make sure
2121 guidance window really has enough room.
2122 (quail-update-guidance): If quail-guidance-win is already shown,
2123 make sure its height is OK.
2124
b86c791c
MB
2125 * window.el (window-text-height, set-window-text-height):
2126 New functions.
2127 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2128 instead of `window-height' & `mode-line-window-height-fudge'.
2129 (mode-line-window-height-fudge): Add FACE parameter.
2130 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2131 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2132
e34850d1
MB
21332000-10-20 Miles Bader <miles@gnu.org>
2134
2135 * window.el (height-affecting-face-attributes): Use `defconst'.
2136
2137 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2138 New function, conditionally aliased to `mode-line-window-height-fudge'.
2139 (ispell-help): Use it.
2140 (ispell-choices-win-default-height): Don't include mode-line fudge.
2141 (ispell-choices-win-default-height): New function.
2142 (ispell-show-choices, ispell-command-loop): Use function
2143 `ispell-choices-win-default-height' instead of variable.
2144
a8b883c2
MB
21452000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2146
8c6e4a58
MB
2147 * window.el (mode-line-window-height-fudge): New variable.
2148 (height-affecting-face-attributes): New variable.
2149 (mode-line-window-height-fudge): New function.
2150 (shrink-window-if-larger-than-buffer): Use it.
2151 * help.el (resize-temp-buffer-window): Likewise.
2152
a8b883c2
MB
2153 * info.el (Info-fontify-node): Add support for @subsubsection
2154 titles, which use `Info-title-4-face'.
2155 (Info-title-4-face): New face.
2156 (Info-title-3-face): Inherit from Info-title-4-face instead of
2157 variable-pitch.
2158
e64c3a75
JR
21592000-10-19 Jason Rumney <jasonr@gnu.org>
2160
2161 * dired.el (dired-insert-directory): Do not let errors signalled by
2162 attempt to run dired-free-space-program prevent dired from working.
2163
c70fe852
SM
21642000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2165
2166 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2167
877cf6b4
GM
21682000-10-19 Gerd Moellmann <gerd@gnu.org>
2169
5de037e0
GM
2170 * dirtrack.el (dirtrack): Fix call to run-hooks.
2171
6deb9af9
GM
2172 * cmuscheme.el (cmuscheme-program-name): Renamed from
2173 scheme-program-name because xscheme.el contains a defcustom with
2174 the same name. As a consequence, customizing group `cmuscheme'
2175 loaded `xscheme' which redefined run-scheme.
2176 (run-scheme): Use cmuscheme-program-name.
2177
877cf6b4
GM
2178 * ps-print.el (ps-print-emacs-type): Move into the
2179 eval-and-compile.
2180
e597d8fb 2181 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2182 anonymous address, and add a website for Befrienders International.
4836835a 2183
3e9cb08f
GM
21842000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2185
c70fe852
SM
2186 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2187 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2188 (ps-print-version): New version number (6.2).
2189 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2190 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2191 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2192 (ps-x-extent-priority, ps-x-extent-start-position)
2193 (ps-x-face-font-instance, ps-x-find-coding-system)
2194 (ps-x-font-instance-properties, ps-x-make-color-instance)
2195 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2196 avoid compilation gripes without defining functions.
2197 (ps-e-find-composition): Alias for function find-composition, to have a
2198 suitable function depending on Emacs version.
2199 (ps-color-device, ps-color-values, ps-face-foreground-name)
2200 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2201 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2202 (ps-print-ensure-fontified): Function definitions surrounded by
2203 `eval-and-compile' to avoid compilation gripes.
2204 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2205 by symbol-value to avoid compilation gripes.
2206 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2207 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2208
d8abcd91
MB
22092000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2210
13ab33c4
MB
2211 * startup.el (normal-top-level): Call `frame-set-background-mode'
2212 after `frame-notice-user-settings' because the latter doesn't call
2213 the former on a tty.
2214
d8abcd91
MB
2215 * faces.el (frame-set-background-mode): `unspecified' &c are
2216 symbols, not strings.
2217
e8bce0a9
EZ
22182000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2219
c70fe852
SM
2220 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2221 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2222
c70fe852
SM
2223 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2224 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2225
773272d8
KH
22262000-10-19 Kenichi Handa <handa@etl.go.jp>
2227
c70fe852 2228 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2229 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2230 for ISO10646-1 fonts.
2231 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2232
772139c0
EZ
22332000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2234
2235 * faces.el (frame-set-background-mode): If a tty frame defines a
2236 background color, use that to compute the background mode, instead
2237 of always defaulting to "dark".
2238
d134a19f
MB
22392000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2240
8bb84cb2
MB
2241 * comint.el (comint-write-output): New function.
2242 (comint-mode-map): Add it to the menu.
e40a778f 2243 Bind `C-c C-s' to comint-write-output.
d134a19f 2244
dada41e1
GM
22452000-10-18 Gerd Moellmann <gerd@gnu.org>
2246
2247 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2248 Use fancy-splash-delay.
2249
9b5360aa
GM
22502000-10-18 Alex Schroeder <alex@gnu.org>
2251
2252 * progmodes/sql.el (sql-sybase-options): New option.
2253 (sql-sybase): Use it. Add sql-database to the list of parameters
2254 provided for login. The options -w 2048 -n are not used any more.
2255
9035a35a
GM
2256 * comint.el (comint-read-input-ring): Bugfix such that the first
2257 and the last entry of the input ring file are not lost.
2258
3556c6dd
GM
22592000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2260
2261 * ps-print.el: Internal variable changes to defcustom,
2262 make-local-hook changes to defvar. Doc fix.
2263 (ps-print-version): New version number (6.1).
2264 (ps-setup, ps-do-despool): Code fix.
2265 (ps-printer-name): Customization fix.
2266 (ps-printer-name-option): Now is a defcustom instead of an
2267 internal variable.
2268 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2269 (ps-print-begin-column-hook): Now are defvar instead of
2270 make-local-hook.
4836835a 2271
4e217e50
MB
22722000-10-18 Miles Bader <miles@gnu.org>
2273
2274 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2275 (comint-kill-output): Changed into an alias for `comint-delete-output',
2276 and made obsolete.
2277 (comint-mode-map): Rename references to comint-kill-output.
2278
34460354
EZ
22792000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2280
2281 * diff-mode.el (diff-header-face, diff-file-header-face)
2282 (diff-changed-face): Add bold and italic attributes to tty faces.
2283 (diff-function-face): New face.
2284 (diff-font-lock-keywords): Use it.
2285
17ea3cdb
MB
22862000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2287
2288 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2289 Remove commented-out call to force-mode-line-update.
2290 (comint-kill-output): Use `forward-line 0' instead of
2291 beginning-of-line to make sure we get past the prompt.
2292
9244f2c7
SM
22932000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2294
2295 * diff-mode.el (diff-header-face, diff-file-header-face):
2296 Add specific setting for dark background.
2297 (diff-context-face): Renamed from diff-comment-face.
2298 Set explicitly rather than inheriting from font-lock-comment-face.
2299
1592c1ef
EZ
23002000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * startup.el (command-line): Move the code which sets the default
2303 TTY colors to before before-init-hook.
2304
f86292a9
GM
23052000-10-17 Gerd Moellmann <gerd@gnu.org>
2306
2307 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2308
f7f2e883
EZ
23092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2310
e854cc22
EZ
2311 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2312 extensions, for MS-DOS.
2313
f7f2e883
EZ
2314 * diff-mode.el (diff-header-face, diff-file-header-face)
2315 (diff-changed-face): Define tty-specific colors.
2316
c7b4f0f9
GM
23172000-10-17 Gerd Moellmann <gerd@gnu.org>
2318
2319 * startup.el (fancy-splash-text): Realign the text.
2320
12a72271
EZ
23212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * font-lock.el (font-lock-comment-face): Define a separate default
2324 for dark-background tty's.
2325
61dfccfd
MB
23262000-10-17 Miles Bader <miles@gnu.org>
2327
2328 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2329 being obscured by whizzy mode-lines on graphics displays.
2330
333cd59e
EZ
23312000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2332
2333 * info.el (Info-title-1-face, Info-title-2-face)
2334 (Info-title-3-face): Define colors for tty's.
dada41e1 2335 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2336
dbf1fcc1
EZ
23372000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2338
2339 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2340 reverse from the frame parameters, and don't invert foreground and
2341 background colors.
2342
ac629823
MB
23432000-10-16 Miles Bader <miles@gnu.org>
2344
2345 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2346 string "*Info*". Call propertized-buffer-identification to spruce
2347 up the result.
2348
76eebffc
GM
23492000-10-16 Gerd Moellmann <gerd@gnu.org>
2350
3a6b59d9
GM
2351 * help.el: Provide `help' for the sake of define-minor-mode
2352 which generates defcustoms with requires.
2353
6569c3d3
GM
2354 * jit-lock.el (jit-lock-after-change): If we're in text that
2355 matches a multi-line font-lock pattern, make sure the whole text
2356 will be redisplayed.
2357
c2e0a611
GM
2358 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2359 author's name is unknown.
2360
76eebffc
GM
2361 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2362 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2363 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2364 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2365 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2366 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2367 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2368 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2369 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2370 Add author information.
2371
cf1e7b12
MB
23722000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2373
2374 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2375 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2376 full-color version (using the Gimp) to eliminate dithering artifacts.
2377
5586f3eb
SM
23782000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2379
2380 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2381
2382 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2383
ad64a888
DL
23842000-10-15 Dave Love <fx@gnu.org>
2385
2386 * progmodes/sh-script.el: Require skeleton and comint when
2387 compiling.
2388
2389 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2390
2391 * whitespace.el: Doc fixes.
2392 (top-level): Don't add hooks here.
2393 (whitespace-running-emacs): Deleted.
2394 (timer): Don't require.
2395 (whitespace): Add back :version conditional on xemacs test.
2396 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2397 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2398 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2399 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2400 Avoid specific xemacs test.
2401 (whitespace-global-mode): New option.
2402 (whitespace-global-mode): New command.
2403 (whitespace-unload-hook): New function.
2404
2405 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2406 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2407 (Info-fontify-node): `Goto' goes to `Go to'.
2408 (Info-fontify-node): Add help-echo to xref links.
2409
1ef49fc6
EZ
24102000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2411
2412 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2413
8b7707e1
SM
24142000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2415
b3b7f42f
SM
2416 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2417 Use plist-get and allow :inherit.
2418
2419 * emacs-lisp/cl-macs.el (cl-do-arglist):
2420 Use plist-get and plist-member instead of memq.
2421
3c7fafc7
SM
2422 * emacs-lisp/ewoc.el (ewoc-location): New function.
2423 (ewoc-enter-after, ewoc-enter-before): Document return value.
2424 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2425 Don't need make-local-hook any more.
2426 (cvs-addto-collection): Return the new tin.
2427 (cvs-mode-insert): Jump to the new line.
2428
8b7707e1
SM
2429 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2430
2431 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2432
2433 * font-lock.el (font-lock-syntactically-fontified): New var.
2434 (font-lock-fontify-syntactic-keywords-region): Use it.
2435 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2436
2437 * diff-mode.el (diff-find-file-name): Fix regexp.
2438
2439 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2440 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2441
2442 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2443 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2444 (sh-mode): Don't make all vars local here.
2445 (sh-kw): Reformat.
2446 (sh-set-shell): Use dolist. Don't set indent-region-function.
2447 (sh-mode-syntax-table): Use pop.
2448 (sh-remember-variable): Use push.
2449 (sh-help-string-for-variable): Use memq.
2450 (sh-safe-backward-sexp): Remove.
2451 (sh-safe-forward-sexp): Add ARG.
2452 (sh-get-indent-info, sh-prev-stmt): Use it.
2453 (sh-prev-line): Simplify by using forward-comment.
2454 (sh-this-is-a-continuation): Simplify.
2455 (sh-learn-buffer-indent): Use dolist.
2456 (sh-do-nothing): Remove.
2457 (sh-set-char-syntax, sh-set-here-doc-region):
2458 Use inhibit-modification-hooks.
2459 (sh-name-style): Use mapcar and push.
2460 (sh-load-style): Use dolist.
2461 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2462 (sh-case, sh-while-getopts): Use propertize directly rather
2463 than sh-electric-rparen.
2464
24652000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * textmodes/tex-mode.el: Require CL when compiling.
2468 (tex-mode-syntax-table): Init immediately.
2469 (tex-mode-map): Bind M-RET to latex-insert-item.
2470 (latex-mode): Set indent-line-function to latex-indent.
2471 (tex-common-initialization): Don't setup the syntax-table any more.
2472 (latex-insert-item): New skeleton.
2473 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2474 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2475 (latex-indent, latex-find-indent): New functions.
4836835a 2476 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2477 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2478 (tex-compilation-parse-errors): Use with-syntax-table.
2479
86b7fcbb
MB
24802000-10-15 Miles Bader <miles@gnu.org>
2481
2482 * font-lock.el (font-lock-comment-face): Change dark-background,
2483 color, non-tty, default to `chocolate1'.
2484
57a24508
JW
24852000-10-13 John Wiegley <johnw@gnu.org>
2486
2487 * eshell/esh-util.el (require): Added a missing `require' form,
2488 needed when compiling (for an ange-ftp macro definition).
2489
40ad3db4
DL
24902000-10-13 Dave Love <fx@gnu.org>
2491
2492 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2493
db460189
GM
24942000-10-13 Gerd Moellmann <gerd@gnu.org>
2495
b41c9501
GM
2496 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2497 fix.
2498
4836835a 2499 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2500 transparent -colors 8).
2501
3b5e21df
GM
25022000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2503
2504 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2505 that breaks with old list format timestamps.
2506 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2507 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2508 strings.
2509
16908a3f
JW
25102000-10-13 John Wiegley <johnw@gnu.org>
2511
d7103dda
JW
2512 * align.el, pcomplete.el, calendar/timeclock.el,
2513 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2514
dace60cf 2515 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2516 faulty math, where holiday hours were being computing as seconds.
2517
b6b70cda
JW
25182000-10-13 John Wiegley <johnw@gnu.org>
2519
2520 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2521 specifying what "other" kinds of buffers should be saved. This
2522 used to be hard-coded.
2523 (desktop-buffer-misc-functions): A global for specifying how
2524 auxiliary data should be determined for special buffer types.
2525 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2526 instead of hard-coding the special buffer types.
2527 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2528 auxiliary data, instead of hard-coding for Info buffers and dired.
2529 (desktop-buffer-info-misc-data): Aux function for determining Info
2530 buffer auxiliary info.
2531 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2532 (desktop-buffer-info): Changed this function to use the info
2533 gathered above.
2534 (desktop-create-buffer): Be a little more careful about what
2535 `minor-mode' means before calling it. This is important for some
2536 buffer types.
2537
8c6b1d83
JW
25382000-10-13 John Wiegley <johnw@gnu.org>
2539
2540 * eshell/esh-util.el: Added a global form which declares an
2541 autoload for `parse-time-string', if that function is not already
2542 defined, and if parse-time.el is available on the user's system.
2543
2544 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2545 to be aware of ange-ftp user info.
2546 (eshell-do-ls): Bind `ange-cache'. Also, use
2547 `eshell-file-attributes'.
2548 (eshell-ls-annotate): Use `eshell-file-attributes'.
2549 (eshell-ls-file): Made the user-id printing code a bit smarter.
2550
2551 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2552 allow identification of alias user ids in remote directories.
2553 It's manual, but there's no other way to know when the current
2554 user on the local machine, is also the owning user on the remote
2555 machine.
2556 (fboundp): Bind `ange-cache'.
2557 (eshell-directory-files-and-attributes): Re-organized the logic a
2558 bit to use `eshell-file-attributes' instead of `file-attributes'.
2559 The former is more sensitive to directories that are read via FTP,
2560 and knows how to use ange-ftp to determine full attribute
2561 information, instead of just the name and last modtime.
2562 (eshell-current-ange-uids): Return the current user id when in a
2563 remote directory.
2564 (eshell-parse-ange-ls): Parse a full directory listing that has
2565 been returned by ange-ftp.
2566 (eshell-file-attributes): This beefed up version of
2567 `file-attributes' is only special if the user is currently in a
2568 remote directory, in which case it does a lot of work to find out
2569 what the real attributes of a file are, as they appear on the
2570 remote machine. This makes usage of remote directories (i.e.,
2571 ange-ftp pathnames) much more useful. You can now use Eshell as a
2572 full-fledged FTP client, with much more manipulation ability than
2573 most other clients.
2574
2575 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2576 variable, which means that Eshell's du should always be preferred
2577 in remote directories.
2578 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2579 just `file-attributes'.
2580 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2581 when reading remote directories. This is an Eshell-specific
2582 variable (not part of ange-ftp).
2583 (eshell/ln): Bind `ange-cache'.
2584 (eshell/du): Added some extra logic for determining when to use
2585 Eshell's du (which is slow), and when to use the external version
2586 (which may or may not exist).
2587
2588 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2589 `eshell-interactive-process', rather than using
2590 `get-buffer-process', since backgrounded processes don't count in
2591 the context of this function's logic.
2592
2593 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2594 `forward-char', so that null strings are parsed correctly.
2595
87730e84 25962000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2597
2598 * eshell/em-pred.el (eshell-pred-file-type,
2599 eshell-pred-file-links, eshell-pred-file-size): Use
2600 `eshell-file-attributes'. This is more correct over ange-ftp.
2601
2602 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2603 that remote file globbing is more efficient.
2604
2605 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2606 gathering the files and attributes within a directory.
2607
2608 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2609 the command line is a special file (not a regular file, directory
2610 or symlink), always attempt to call the external version of cat.
2611
87730e84 26122000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2613
2614 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2615 Eshell-friendly version of find-tag.
2616
1c7e37a9
MB
26172000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2618
4836835a 2619 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2620 (image-file-name-regexps): Add autoload cookies.
2621
11a7f341
KH
26222000-10-13 Kenichi Handa <handa@etl.go.jp>
2623
2624 * international/mule-cmds.el (select-safe-coding-system): If FROM
2625 is string, show it in *Warning* buffer.
2626
8ddddcb0
EZ
26272000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2628
2629 * startup.el (normal-top-level): Use display-popup-menus-p instead
2630 of window-system.
2631 (command-line): Use display-graphic-p instead of window-system.
2632 (command-line-1): Use display-popup-menus-p and display-mouse-p
2633 instead of window-system.
2634
72200f89
SS
26352000-10-12 Sam Steingold <sds@gnu.org>
2636
2637 * tooltip.el (tooltip-use-echo-area): New user variable.
2638 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2639
8661c643
DL
26402000-10-12 Dave Love <fx@gnu.org>
2641
d0b40dc1
DL
2642 * recentf.el: Maintainer's checkdoc fixes.
2643
a622451f
DL
2644 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2645 character class, not ASCII when matching file names.
2646 (fancy-splash-head): Add trailing slash to URL.
2647 (command-line): Don't require XPM support for toolbar.
2648
8661c643
DL
2649 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2650 (cperl-invalid-face): Revert last change.
2651 (cperl-init-faces): Quote cperl-invalid-face.
2652
ef2ed8ab
KH
26532000-10-12 Kenichi Handa <handa@etl.go.jp>
2654
2655 * startup.el (fancy-splash-text): Remove superfluous quote.
2656
b0da379e
GM
26572000-10-12 Gerd Moellmann <gerd@gnu.org>
2658
dbeb499b
GM
2659 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2660 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2661 (command-line-1): Don't use fancy-splash-pending-command.
2662 (fancy-splash-screens-1): Goto point-min after inserting text.
2663
d861718a
GM
2664 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2665
b0da379e
GM
2666 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2667 instead of shared-lisp-mode-map.
2668
4fb2ad98
MB
26692000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2670
1cb4393e
MB
2671 * faces.el (header-line): Change tty-variant to use underlining.
2672
4fb2ad98
MB
2673 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2674 (isearch-highlight): Restore lazy-isearch face properties at old
2675 position, and suppress them at new position.
2676 (isearch-dehighlight): Restore lazy-isearch face properties.
2677 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2678 over the real isearch overlay, but in that case, don't give it a
2679 face property. Use `push'.
2680
eb991b25
KH
26812000-10-12 Kenichi Handa <handa@etl.go.jp>
2682
2683 * man.el (Man-getpage-in-background): Fix previous change.
2684 Decode the process output only when we are in multibyte mode.
2685
a818c1c0
DL
26862000-10-11 Dave Love <fx@gnu.org>
2687
c990f53a
DL
2688 * info.el (Info-mode-menu): Fix some help.
2689 (info-tool-bar-map): Add entry for Info-last.
2690
a818c1c0
DL
2691 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2692 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2693 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2694 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2695 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2696 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2697 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2698 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2699 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2700 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2701 Reduce colour requirements to 25 overall. (Probably wants
2702 revisiting from the originals to reduce further.)
2703
c1b096cb
EZ
27042000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2707 buffer-file-coding-system, instead of raw-text.
2708 (dehexlify-buffer): Bind coding-system-for-read to
2709 buffer-file-coding-system, instead of raw-text.
2710
5c8b7eaf
SS
27112000-10-11 Sam Steingold <sds@gnu.org>
2712
2713 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2714 `underline' - fixes the bug introduced on 2000-09-21.
2715
2cfbdb7a
DL
27162000-10-11 Dave Love <fx@gnu.org>
2717
2718 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2719 compiler warnings.
2720 (scheme-mode): Doc fix.
2721 (scheme-font-lock-keywords-1): Match `define-syntax'.
2722
27232000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2724
2725 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2726 face specs as well as default ones. Only do anything if the
2727 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2728 (region): Make dark-background `region' face less in-your-face.
4b33f290 2729
690ec649
SS
27302000-10-10 Sam Steingold <sds@gnu.org>
2731
2732 * chistory.el, ielm.el, ledit.el:
2733 * progmodes/inf-lisp.el, progmodes/scheme.el:
2734 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2735
3b95d6bb
SM
27362000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2737
2738 * textmodes/texinfo.el: Update copyright and fix typo.
2739
2740 * desktop.el (desktop-modes-not-to-save): New var.
2741 (desktop-save-buffer-p): Use it.
2742 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2743 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2744
d646c828
DL
27452000-10-10 Dave Love <fx@gnu.org>
2746
2747 * toolbar/tool-bar.el (tool-bar-add-item)
2748 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2749 display.
2750
d646c828
DL
2751 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2752 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2753 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2754 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2755 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2756 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2757 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2758 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2759 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2760 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2761 the .xpms; probably need retouching.
2762
862a7e28
MB
27632000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2764
2765 * subr.el (add-to-list): Add optional argument APPEND.
2766 * battery.el (display-battery): Use `add-to-list'.
2767
46e33aee
TTN
27682000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2769
930baf47
TTN
2770 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2771 these vars as symbol properties.
2cfbdb7a
DL
2772 (zone, zone-when-idle, zone-leave-me-alone)
2773 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2774
5a430f9c
TTN
2775 * battery.el (display-battery): Doc spelling fix.
2776
46e33aee
TTN
2777 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2778 property.
2779
adf7d3a8
DL
27802000-10-09 Dave Love <fx@gnu.org>
2781
2782 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2783 has been initialized before calling tool-bar-setup.
c2156508 2784 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2785
06a8c9f8
EZ
27862000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2787
e4ca8f8c
EZ
2788 * menu-bar.el (send-mail-item-name): New function.
2789 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2790 of mail-user-agent in the menu. Don't display the "Send Mail"
2791 item if mail-user-agent is nil or its value is ignore.
2792 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2793 if read-mail-command is nil or its value is ignore.
2794
06a8c9f8
EZ
2795 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2796
7dbc9c8a
MB
27972000-10-09 Miles Bader <miles@gnu.org>
2798
29e0814b
MB
2799 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2800 Correct image size.
2801 * toolbar/left_arrow.xpm: Correct image size.
2802
7dbc9c8a
MB
2803 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2804 will be done by the definition of `auto-compression-mode' if
2805 necessary. Move code to uninstall existing file-name handler
2806 before definition of `auto-compression-mode'.
2807
2808 * image-file.el (auto-image-file-mode): Move to the end of the
2809 file, because `define-minor-mode' actually calls the mode-function
2810 if the associated variable is non-nil, which requires that all
2811 needed functions be already defined.
2812
65b61266
MB
2813 * mouse.el (popup-menu): Balance parens.
2814
d6b8c85b
SM
28152000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2816
2817 * mouse.el (popup-menu): Move the command call outside the loop
2818 so that popup-menu returns whatever the command returns.
2819
2820 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2821 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2822 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2823 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2824
2825 * vc.el (vc-version-diff): diff-switches can be a list.
2826 Use relative filenames for prettier output.
2827
46e33aee 2828 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2829 (vc-post-command-functions): Remove old-VC compatibility code.
2830
2831 * newcomment.el (comment-indent-default): Autoload.
2832
2833 * font-lock.el (font-lock-defaults): Make buffer-local.
2834 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2835 (font-lock-choose-keywords):
2836 Ignore LEVEL unless KEYWORDS is a list of syms.
2837 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2838 Don't wrap regexp-opt things in \(...\) unnecessarily.
2839
2840 * jit-lock.el: Don't require font-lock any more.
2841 (jit-lock-functions): Make buffer-local.
2842 (jit-lock-saved-fontify-buffer-function): Remove.
2843 (jit-lock-mode): Remove autoload cookie.
2844 Remove font-lock specific code.
2845 (jit-lock-unregister): Don't bother handling complex hooks any more.
2846 (jit-lock-refontify): New function.
2847 (jit-lock-fontify-buffer): Use it.
2848 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2849 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2850 Add optional args START and END.
2851 Never call font-lock-fontify-region directly.
2852 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2853
2854 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2855
a30ed6ac
DL
28562000-10-08 Dave Love <fx@gnu.org>
2857
4e7c7ca9
DL
2858 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2859
2860 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2861
2862 * play/studly.el (studlify-region, studlify-word): Add autoload
2863 cookie.
2864
2865 * play/morse.el (morse-region, unmorse-region): Add autoload
2866 cookie.
2867
2868 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2869 concat.
2870
2871 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2872 insist on symbols starting with word syntax.
2873 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2874 (eval-defun-1): Doc fix.
2875 (indent-sexp): Use nconc to build up indent-stack.
2876
2877 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2878 Gnus with little use.
2879 (mail-setup-hook): Add mail-abbrevs-setup to options.
2880
968f7c4a
DL
2881 * recentf.el: Doc fixes.
2882
2883 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2884 Clean up remainder.
2885
2886 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2887 without timezone and (8) with timezone to enforce some whitespace.
2888 Simplify code somewhat.
2889
2890 * options.el (list-options): Doc that you should use customize.
2891
2892 * iswitchb.el (iswitchb-mode): Add :require.
2893
a30ed6ac
DL
2894 * info.el (Info-goto-node, Info-menu): Doc fix.
2895 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2896 (info-tool-bar-map): New variable.
2897 (Info-mode): Use it.
2898 (Info-edit-map): Define all in defvar.
2899 (speedbar-attached-frame): Avoid compiler warning.
2900
2901 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2902 (global-map): Bind [tool-bar] to a filtered map.
2903 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2904 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2905 Allow PBM icons.
2906 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2907
2908 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2909 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2910 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2911 icons, except up_arrow, which is left-arrow rotated.
2912
2913 * imenu.el (imenu-add-to-menubar): Fix last change.
2914
4e953aff
PB
29152000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2916
2917 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2918 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2919
739e92a7
EZ
29202000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2921
d20faceb
EZ
2922 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2923 typos in doc strings.
2924
a640322e
EZ
2925 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2926 the doc strings how to customize Font Lock faces.
2927
739e92a7
EZ
2928 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2929 computing growth when dragging the header line.
2930
8be7408c
EZ
29312000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * simple.el (kill-line): Doc fix.
2934
6fee86a3
MB
29352000-10-08 Miles Bader <miles@gnu.org>
2936
445a653e
MB
2937 * faces.el (secondary-selection): Make foreground visible on tty.
2938
6fee86a3
MB
2939 * jka-compr.el (auto-compression-mode): Move to the end of the
2940 file, because `define-minor-mode' actually calls the mode-function
2941 if the associated variable is non-nil, which requires that all
2942 needed functions be already defined.
2943 (with-auto-compression-mode): Add autoload cookie.
2944
a115794c
EZ
29452000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2946
2947 * files.el (find-backup-file-name) [ms-dos]: If support for long
2948 file names is not available, behave as if version-control were set
2949 to never.
2950
b12e6de3
DL
29512000-10-07 Dave Love <fx@gnu.org>
2952
2953 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2954 (browse-url-gnome-moz): New function.
2955 (browse-url-browser-function): Use it.
2956 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2957
20b1d079
SM
29582000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2959
2960 * indent.el (tab-always-indent): New var.
2961 (indent-for-tab-command): Use it.
39250ec3 2962
9ee45b2c 2963 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2964 raise an error. This way it can still default to a sane value.
9ee45b2c 2965
8c6b1d83
JW
29662000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2967
39250ec3
SM
2968 * startup.el (fancy-splash-screens): Use local rather than global map.
2969 Don't use `update-menu-bindings' any more.
2970 Get rid of assumptions about keymap representation.
2971
a23ccdf2
DL
29722000-10-06 Dave Love <fx@gnu.org>
2973
814299a7 2974 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2975 (sentence-end-without-period): Doc fix.
2976 (adaptive-fill-regexp): Purecopy.
2977 (unjustify-current-line): Use line-end-position.
2978 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2979
2980 * net/eudc-vars.el (eudc): Add :version, :link.
2981
39250ec3 2982 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2983
2984 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2985 Fix for define-minor-mode.
2986 (function-at-point): Alias to function-called-at-point.
2987
2988 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2989
2990 * simple.el (backward-word): Doc fix.
2991
a23ccdf2
DL
2992 * image-file.el (image-file-name-regexp): image-file-regexps ->
2993 image-file-name-regexps.
742c1822 2994 (image-file-name-extensions): Add pbm.
a23ccdf2 2995
39250ec3
SM
29962000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2997
2998 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2999 and add filename to the names so that diff-mode can jump to source.
3000
3001 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3002 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3003 (tex-font-lock-keywords-1): Remove.
3004 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3005 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3006 (font-lock-default-fontify-region):
3007 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3008 (font-lock-fontify-anchored-keywords):
3009 Include the anchor text as part of the multiline.
3010
8d5dfacd
GM
30112000-10-06 Gerd Moellmann <gerd@gnu.org>
3012
3013 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3014 latter needs the autoloaded define-minor-mode macro during the
3015 bootstrap.
3016
3017 * startup.el (command-line): For now, activate tool-bar-mode only
3018 if XPM images are supported.
3019
3020 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3021 window by dragging a header-line at the top of the frame; that's
4c19fbce 3022 confusing because the header-line doesn't move.
8d5dfacd
GM
3023 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3024 of treating the event as a list. Some cleanup.
3025
f69aad2b 30262000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3027
f69aad2b
MB
3028 * simple.el (display-message-or-buffer): New function.
3029 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3030
09cb7646
MB
3031 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3032 docstring parts.
3033
814299a7 3034 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3035 (smbclient-prompt-regexp): Add usage note to doc string.
3036 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3037 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3038 Use add-hook for adding the comint filter function, and only do so
3039 if it's not already in the global hook list.
3040 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3041 to `make-local-variable'.
3042 (nslookup-font-lock-keywords): Remove prompt entry.
3043 (nslookup): Don't set the process-filter.
3044 (finger): Exit the loop correctly when the regexps list runs out.
3045 (ftp, smbclient, smbclient-list-shares):
3046 Set the real major mode immediately, not after execing.
3047 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3048
3049 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3050
4c19fbce
SM
30512000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3054
3055 * which-func.el (which-func-format): Remove spurious space.
3056 (which-func-mode): Don't make it permanent-local.
3057 (which-func-ff-hook): Allow which-func-maxout to be nil.
3058 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3059 (which-func-mode): Simplify.
3060 Use post-command-idle-hook rather than post-command-hook.
3061 Go through all buffers and update their state.
3062 (which-function): Also try add-log-current-defun-function.
3063
3064 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3065 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3066 Update call to with-vc-properties accordingly.
3067 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3068 (vc-revert-buffer): More careful about window selection and deletion.
3069 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3070
3071 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3072 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3073 (cvs-dired-action): Change the default to quickdir.
3074
3075 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3076 if comment-indent-function returns nil.
3077 (comment-indent-default): New function.
3078 (comment-indent-function): Use it and document the new semantics.
3079
3080 * image-file.el: Docstring fixes.
3081
3082 * help.el (help-xref-on-pp): Use match-string.
3083 (describe-variable): New arg BUFFER.
3084 Store the current buffer in the help-xref-stack.
3085 (temp-buffer-resize-mode): Use define-minor-mode.
3086
3087 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3088 consistently with its docstring.
3089 Set jit-lock-first-unfontify-pos in an idempotent way.
3090 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3091
542c6552
GM
30922000-10-05 Alex Schroeder <alex@gnu.org>
3093
3094 * sql.el (sql-mysql-options): New variable.
3095 (sql-mysql): Use it.
3096
a3489ece
MB
30972000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3098
77f6105c
MB
3099 * image.el (image): New group.
3100
814299a7 3101 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3102 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3103
3478046b
PB
31042000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3105
3106 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3107 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3108 Ignore the value of wqindow-system; always define keywords
3109
22aca186
KH
31102000-10-05 Kenichi Handa <handa@etl.go.jp>
3111
3112 * startup.el (fancy-splash-screens): Remove the code for
3113 debugging; `(trace-to-stderr "EXITTT\n")'.
3114
55d5d717
MB
31152000-10-05 Miles Bader <miles@gnu.org>
3116
3117 * diff-mode.el (diff-goto-source): Update call to
3118 `diff-hunk-status-msg' to reflect new REV variable.
3119
41fa7178
SM
31202000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3121
3122 * progmodes/icon.el (icon-mode):
3123 Don't gratuitously override the default for comment-column.
3124
3125 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3126
3127 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3128 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3129 (jit-lock-functions): New var.
3130 (jit-lock-function-1): Use it if non-nil.
3131 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3132 Set the `fontified' property before doing the fontification to avoid
3133 repeatedly going through the same error.
3134 Don't turn errors into messages.
3135 (jit-lock-register, jit-lock-unregister): New functions.
3136
3137 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3138 Use with-current-buffer.
3139
3140 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3141 Turn comment into docstring.
3142
3143 * apropos.el (apropos-mode): Use define-derived-mode.
3144
3dc78168
GM
31452000-10-04 Gerd Moellmann <gerd@gnu.org>
3146
3147 * startup.el (fancy-splash-pending-command): New variable.
3148 (fancy-splash-pre-command): New function.
3149 (fancy-splash-screens): Rewritten.
3150 (command-line-1): If fancy-splash-pending-command is set, call it
3151 interactively.
3152
dae9dc56
DL
31532000-10-04 Dave Love <fx@gnu.org>
3154
3155 * toolbar/tool-bar.el (tool-bar-setup): New function.
3156 (tool-bar-mode): Use it.
3157
3158 * subr.el (substitute-key-definition): Doc fix.
3159 (play-sound-file): New command.
3160
3388f0a5
AS
31612000-10-04 Andre Spiegel <spiegel@gnu.org>
3162
814299a7 3163 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3164 vc-version-backup-file-name): New functions.
3165
3166 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3167
3168 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3169 vc-cvs-stay-local-p.
3170
3171 * vc.el (vc-revert-buffer): Handle empty diff properly.
3172 (vc-version-backup-file): New function.
3173 (vc-checkout): Create a version backup if necessary.
3174 (vc-checkin): If a version backup file exists, delete it.
3175 (vc-version-diff): Diff locally using version backups, if available.
3176 (vc-revert-file): If there's a version backup, revert locally.
3177 (vc-transfer-file): Use version backup for base version, if
3178 available. If not, ask for confirmation whether to get it from the
3179 server. Update mode line before check-in.
3180
ebd4825d
DL
31812000-10-04 Dave Love <fx@gnu.org>
3182
3183 * toolbar/tool-bar.el (tool-bar-setup): New function.
3184 (tool-bar-mode): Use it.
3185
1b24f4b7
PB
31862000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3187
3dc78168 3188 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3189 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3190 Only set if window-system is non-nil
3191 (net-utils-run-program): Returns buffer.
3192 (network-connection-reconnect): Added this function.
3193
814299a7
MB
3194 * generic.el:
3195 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3196 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3197 Uses cl compile-time macros.
3dc78168
GM
3198 (generic-mode-name, generic-comment-list)
3199 (generic-keywords-list, generic-font-lock-expressions)
3200 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3201 Removed variables.
3202 (generic-mode-alist): Renamed to generic-mode-list.
3203 (generic-find-file-regexp): Default changed to "^#".
3204 (generic-read-type): Uses completing read on generic-mode-list.
3205 (generic-mode-sanity-check): removed this function.
3206 (generic-add-to-auto-mode): Removed this function
3dc78168 3207 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3208 into function instead of putting them in alist.
3209 (generic-mode-set-comments): Reworked extensively.
3210 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3211 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3212
814299a7 3213 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3214 Make sure directory name ends with "/".
3215
814299a7 3216 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3217 Regexp now allows leading whitespace.
3218 (rc-generic-mode): Added eval-when-compile
3219 around generic-make-keywords-list.
3220 Deleted duplicate regexp
3221 (rul-generic-mode): Added eval-when-compile
3222 around generic-make-keywords-list.
3223 (etc-fstab-generic-mode): New generic mode.
3224 (rul-generic-mode): Removed one eval-when-compile
814299a7 3225 which caused a max-specpdl-size exceeded error.
1b24f4b7 3226
a7bf5cf3
MB
32272000-10-04 Miles Bader <miles@gnu.org>
3228
3229 * simple.el (minibuffer-temporary-goal-position): New variable.
3230 (next-history-element): Try to keep the position of point in the
3231 input string constant.
3232
3233 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3234 (dired-do-create-files): If there's only one file, pass it in as
3235 the DEFAULT arg to dired-mark-read-file-name.
3236
ce1087a9
SM
32372000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3238
3239 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3240 (diff-goto-source): Be smarter when choosing REVERSE or not.
3241
3242 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3243 (texinfo-mode-menu): Add an explicit shortcut for update all.
3244
0e41e1d6
AS
32452000-10-03 Andre Spiegel <spiegel@gnu.org>
3246
814299a7 3247 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3248 factorize backend-specific code cleanly (this was essentially
3249 conceived by Stefan Monnier).
3250 (vc-unregister): Function removed.
814299a7 3251 (vc-revert-file): New function.
858f7cb4
AS
3252 (vc-revert-buffer): Delegate some of the work to it.
3253
0e41e1d6
AS
3254 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3255 default branch unconditionally.
3256 (vc-rcs-set-default-branch): New function.
3257 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3258 (vc-rcs-checkin): If an appropriate default branch has been set,
3259 force creation of that branch.
858f7cb4
AS
3260 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3261 code (as suggested by Stefan Monnier).
0e41e1d6 3262
01c86c56
GM
32632000-10-02 Gerd Moellmann <gerd@gnu.org>
3264
45c477b4
GM
3265 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3266 highlighting overlay with a different face over the overlay
3267 isearch uses to highlight the current match because that can lead
3268 to bad face combinations.
3269
01c86c56
GM
3270 * loadup.el (toplevel): Load faces before isearch.
3271
3272 * isearch.el (isearch-faces): New custom group.
3273 (isearch): New defface; was already tested for in the code.
3274 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3275 (isearch-highlight): Always use face `isearch'.
3276
944425c0
DL
32772000-10-02 Dave Love <fx@gnu.org>
3278
3279 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3280 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3281 comparison of opcode with operand.
3282
2a099bcc
MB
32832000-10-03 Miles Bader <miles@gnu.org>
3284
3285 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3286 buffer, since the echo area will now grow to accommodate them.
3287
4300ecb8
AS
32882000-10-02 Andre Spiegel <spiegel@gnu.org>
3289
3290 * vc-hooks.el (vc-registered): If FILE used to be registered under
3291 a certain backend, try that one first.
3292
814299a7 3293 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3294 argument list. Handle multiple backends correctly.
3295 (vc-find-new-backend): Function removed.
3296 (vc-register): Use vc-responsible-backend, as before.
3297 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3298
64e6cc18
GM
32992000-10-02 Gerd Moellmann <gerd@gnu.org>
3300
3301 * startup.el (fancy-splash-head): Change message below the
3302 logo.
3303
00df919e
MB
33042000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3305
3306 * diff-mode.el (diff-goto-source): Emit a status message.
3307 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3308 (diff-test-hunk): Fix doc string.
00df919e
MB
3309 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3310 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3311 (diff-apply-hunk): Don't return a value.
00df919e 3312
ceec5a0c
SM
33132000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3314
3315 * vc.el (vc-editable-p): Minor optimization.
3316 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3317 (vc-find-new-backend): New function split from vc-responsible-backend.
3318 (vc-register): Use it.
3319 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3320 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3321 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3322 (vc-clear-headers): Don't use find-file.
3323 (vc-revert-buffer): Use `and' again (must have been a braino).
3324 (vc-switch-backend): Only prompt if requested.
3325 Short circuit if nothing is to be done.
3326 Don't use vc-resynch-buffer which could lose unsaved editing.
3327 (vc-default-receive-file): Update call to vc-unregister.
3328 (with-vc-file, vc-next-action-on-file):
3329 Use vc-backend rather than vc-registered.
3330 (vc-next-action-on-file): Use intern-soft.
3331 Deal with read-only *vc-diff* buffer.
3332 (vc-transfer-file): Docstring fix.
3333
3334 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3335 (vc-rcs-receive-file): Avoid with-vc-properties.
3336 Update call to vc-unregister.
3337 Use constant `RCS' rather than (dynamically bound) var `backend'.
3338
4ad5da8f
AS
33392000-10-01 Andre Spiegel <spiegel@gnu.org>
3340
814299a7 3341 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3342 is visited.
3343 (vc-start-entry): New argument initial-contents. Don't visit the file
3344 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3345 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3346 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3347 vc-start-entry.
3348 (vc-finish-logentry): Make sure to bury log buffer only if there
3349 really is one. Call `vc-resynch-buffer' on log-file, not
3350 buffer-file-name.
3351 (vc-default-comment-history, vc-default-wash-log): New functions.
3352 (vc-index-of): Removed.
3353 (vc-transfer-file): Make do without the above.
3354 (vc-default-receive-file): Call comment-history unconditionally. Pass
3355 the resulting string to vc-checkin, instead of inserting it into the
3356 comment ring.
3357
3358 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3359 unconditionally. Use the comments as initial contents of the log
814299a7 3360 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3361 changes.
3362
aa0c3dca
MB
33632000-10-01 Miles Bader <miles@gnu.org>
3364
3365 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3366 `recenter' with an arg to prevent redrawing the display.
3367
d5f5a2c5
SM
33682000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3369
3370 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3371
3372 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3373
814299a7 3374 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3375 Don't gratuitously override the default for comment-column.
3376
3377 * textmodes/tex-mode.el (latex-metasection-list): New var.
3378 (latex-imenu-create-index): Use it.
3379 Move the regexp construction outside loops (and use push).
814299a7 3380 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3381 (tex-font-lock-keywords): Moved from font-lock.el.
3382 (tex-comment-indent): Remove.
3383 (tex-common-initialization): Don't set comment-indent-function.
3384 (latex-block-default): New var.
3385 (tex-latex-block): Use it to provide a default choice.
3386 Add any unknown choice to latex-block-names.
3387 Insert [...] after {...}.
3388 (tex-last-unended-begin): Simplify regexp.
3389 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3390 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3391 (latex-mode): Set forward-sexp-function.
3392
3393 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3394 Add regexp for @ignore ... @end ignore.
3395 (texinfo-heading-face): New face.
3396 (texinfo-font-lock-keywords): Use it.
3397 (texinfo-mode-menu): New menu.
3398 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3399 New functions.
3400 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3401 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3402 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3403 Remove declaration.
3404 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3405
3406 * delsel.el (delete-selection-mode): Use define-minor-mode.
3407
3408 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3409
34102000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3411
3412 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3413
8a5506f2
GM
34142000-09-30 Gerd Moellmann <gerd@gnu.org>
3415
068127d6
GM
3416 * replace.el (keep-lines-read-args): New function.
3417 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3418 read arguments interactively. Add parameters RSTART and REND.
3419 Operate on the active region in Transient Mark mode.
3420
d777bb8f
GM
3421 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3422
8a5506f2
GM
3423 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3424 (authors-obsolete-files-regexps): New variable.
3425 (authors-add): Don't record changes in obsolete files.
3426
3fa87bfc
SM
34272000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3428
3429 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3430
3431 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3432 (comment-indent): Make sure there's a space between code and comment.
3433 Shift comments left to avoid going past fill-column.
3434
f02149ce
GM
34352000-09-29 Gerd Moellmann <gerd@gnu.org>
3436
3437 * startup.el (startup-echo-area-message): New function.
3438 (display-startup-echo-area-message): Use it.
3439 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3440 (fancy-splash-default-action): New function.
3441 (fancy-splash-screens-1): New function.
3442 (fancy-splash-head): Put a help-echo and a keymap under the image.
3443
a3ef6569
SM
34442000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3445
3446 * diff-mode.el (diff-add-log-file-name): Remove.
3447 (diff-mode): Use add-log-buffer-file-name-function.
3448
3449 * add-log.el (find-change-log): New arg BUFFER-FILE.
3450 (add-log-file-name): Obey add-log-file-name-function.
3451 (add-log-buffer-file-name-function): New var.
3452 (add-change-log-entry): Use it.
3453
75e5b373
MB
34542000-09-29 Miles Bader <miles@gnu.org>
3455
3456 * image-file.el (image-file-name-extensions): New variable.
3457 (image-file-name-regexps): Renamed from `image-file-regexps'.
3458 New default value is nil. Call `auto-image-file-mode'.
3459 (image-file-name-regexp): New function.
3460 (auto-image-file-mode): New minor mode.
3461 (insert-image-file): Don't make conditional on the image-file
3462 handler being enabled.
3463 (image-file-handler): Make the call here conditional instead.
3464 (set-image-file-handler-enabled, enable-image-file-handler)
3465 (disable-image-file-handler): Functions removed.
3466
3467 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3468 string.
3469
de6e1f7c
GM
34702000-09-29 Gerd Moellmann <gerd@gnu.org>
3471
3472 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3473 it's a function from CL.
3474 (latex-imenu-create-index): Replace eval-when-compile with progn
3475 because latex-section-alist is not bound while compiling.
3476
d8c201f5
SM
34772000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3480 (outline-mode): Use define-derived-mode.
3481
814299a7 3482 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3483 * progmodes/awk-mode.el (awk-mode):
3484 * progmodes/asm-mode.el (asm-mode):
3485 Don't gratuitously override the default for comment-column.
3486
3487 * emacs-lisp/lisp.el (lisp-complete-symbol):
3488 Distinguish the let-binding case from the funcall case.
3489 (forward-sexp-function): New variable.
3490 (forward-sexp): Use it.
3491
3492 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3493 (easy-mmode-defmap): Remove the now useless autoload.
3494
3495 * time.el (display-time-mode): Use define-minor-mode.
3496
3497 * subr.el (add-minor-mode): Don't eval NAME.
3498 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3499 Use if rather than cond.
3500
3501 * simple.el (read-expression-map): Define more properly.
3502 (comment-indent-hook): Remove.
3503 (string-to-syntax): Bug fix.
3504
3505 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3506 (cvs-ediff-diff): Fix typo.
3507 (cvs-revert-if-needed): Don't bother preserving read-only.
3508
3509 * paren.el (show-paren-mode): Use define-minor-mode.
3510
3511 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3512 (toggle-auto-compression): Remove.
3513 (jka-compr-build-file-regexp): Remove useless grouping.
3514
3515 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3516 Avoid user-reserved bindings.
3517 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3518 (diff-header-face): Revert to grey85.
3519
3520 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3521
3522 * complete.el (partial-completion-mode) <defcustom>: Remove.
3523 (partial-completion-mode): Use define-minor-mode.
3524 (PC-do-completion): Understand `completion-auto-help = delay'
3525 to mean to popup the completion buffer only the second time.
814299a7 3526 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3527 (PC-include-file-all-completions): Don't quote lambda.
3528
3529 * comint.el (comint-mode-hook): Docstring fix.
3530 (comint-mode): Use define-derived-mode.
3531 (comint-mode-map): Remove obsolete comment.
3532 (make-comint): Minor stylistic change.
3533 (comint-insert-clicked-input): Be more careful to find the overlay.
3534 Use this-command-keys rather than hardcoding mouse-2.
3535
3536 * font-lock.el: Replace confusing (,@ with ,
3537 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3538 Don't use regexp-opt-depth. Spice up the regexp for args.
3539 Don't distinguish between cmds that can take an opt arg or not.
3540 Use `append' and `prepend' rather than `keep'.
3541
3542 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3543 (latex-outline-regexp): New var.
3544 (latex-outline-level): New fun.
3545 (latex-section-alist): New var.
3546 (latex-imenu-create-index): Use it. Use `push' as well.
3547 (tex-shell-map): Initialize it properly.
3548 (tex-mode): Minor stylistic change.
3549 (plain-tex-mode): Use define-derived-mode.
3550 (latex-mode): Use define-derived-mode.
3551 Construct the paragraph regexps in a more readable way.
3552 Set the buffer-local outline-{level,regexp} vars.
3553 (slitex-mode): Derive from latex-mode.
3554 (tex-common-initialization): Don't kill-all-vars anymore.
3555 Add setting for comment-add and font-lock-defaults.
3556 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3557 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3558 (tex-start-tex): New arg DIR (and send a chdir command for it).
3559 Also display the shell buffer and save it in tex-last-buffer-texed.
3560 (tex-region): Use expand-file-name rather than concat.
3561 Remove code made useless by changes in tex-start-tex.
3562 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3563
3564 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3565
ff398532
DL
35662000-09-28 Dave Love <fx@gnu.org>
3567
3568 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3569
f9415d5b
GM
35702000-09-28 Gerd Moellmann <gerd@gnu.org>
3571
3572 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3573 `append'.
3574
fa003899
SM
35752000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3576
3577 * info.el (Info-extract-pointer): Undo last change.
3578 Instead, fix the position of the `bound' arg to re-search-backward.
3579
35802000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3581
3582 * info.el (Info-extract-pointer):
3583 Widen more carefully, to avoid finding pointers in other nodes.
3584 (Info-index): Use push.
3585
f9415d5b 35862000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3587
3588 * frame.el (set-frame-font): Remove call to obsolete function
3589 frame-update-faces.
3590 (set-foreground-color, set-background-color): Likewise for
3591 frame-update-face-colors.
3592
5538b8ba
MB
35932000-09-27 Miles Bader <miles@gnu.org>
3594
3595 * image-file.el: New file.
3596
60536eea
GM
35972000-09-27 Gerd Moellmann <gerd@gnu.org>
3598
5b551d58
GM
3599 * frame.el (frame-notice-user-settings): Don't call
3600 frame-update-faces, which is a no-op now.
814299a7 3601
60536eea
GM
3602 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3603 tool-bar-lines.
3604
36f1966f
DL
36052000-09-27 Dave Love <fx@gnu.org>
3606
3607 * mouse.el: Fix last change.
3608
c5785b73
MB
36092000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3610
3611 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3612
672172d9
KH
36132000-09-22 Kenichi Handa <handa@etl.go.jp>
3614
3615 * international/quail.el (quail-help): The output message is
3616 improved.
3617
4653b4ea
DL
36182000-09-26 Dave Love <fx@gnu.org>
3619
3620 * mouse.el (popup-menu): If POSITION is nil, set it using
3621 mouse-position.
3622
63900fcf
SS
36232000-09-25 Sam Steingold <sds@gnu.org>
3624
3625 * net/browse-url.el (browse-url-file-url): Check for null maps.
3626
cd3b81be
GM
36272000-09-26 Gerd Moellmann <gerd@gnu.org>
3628
876512ab 3629 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3630 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3631
fa003899
SM
3632 * frame.el (frame-notice-user-settings):
3633 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3634
cd3b81be
GM
3635 * toolbar/tool-bar.el (tool-bar-help): New function.
3636
d8b4516f
GM
36372000-09-25 Gerd Moellmann <gerd@gnu.org>
3638
6567e9b5
GM
3639 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3640 current-load-list in top-level forms. Else this leaks a cons cell
3641 every time a defun is called.
63900fcf 3642
d8b4516f 3643 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3644
a461758e
DL
36452000-09-25 Dave Love <fx@gnu.org>
3646
7df6adc3
DL
3647 * startup.el (fancy-splash-head): Check XPM is available.
3648
a461758e
DL
3649 * autoinsert.el (auto-insert): Doc fix.
3650 (auto-insert-alist): Following GNU notices, don't say `copyright
3651 _by_'. Use line-beginning-position.
3652 (auto-insert): Check buffer-file-name is non-nil before use.
3653
b11af2dd
GM
36542000-09-25 Gerd Moellmann <gerd@gnu.org>
3655
3656 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3657 starting with `@def' or `@multitable', in addition to ones
3658 specified by the user in auto-fill-inhibit-regexp.
3659
5f9f981b
GM
36602000-09-25 Markus Rost <rost@math.ohio-state.edu>
3661
3662 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3663 rmail-dont-reply-to-names matches the empty string.
63900fcf 3664
8ff16b4e
GM
36652000-09-25 Gerd Moellmann <gerd@gnu.org>
3666
63900fcf 3667 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3668 text to sound more friendly.
3669
9b4a7800
TTN
36702000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3671
3672 * progmodes/hideshow.el: Update author email address.
3673 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3674 (hs-hide-all-non-comment-function): New var.
3675 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3676 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3677 (hs-show-region): Delete this command.
3678 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3679
4c7c1f3f
DL
36802000-09-22 Dave Love <fx@gnu.org>
3681
3682 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3683 (hl-line-highlight): Specify buffer when moving overlay.
3684
3685 * progmodes/fortran.el (fortran-mode): Locally set
3686 normal-auto-fill-function.
3687 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3688 (fortran-mode-map): Adjust auto-fill menu entry.
3689
13f93dee
GM
36902000-09-22 Gerd Moellmann <gerd@gnu.org>
3691
36eb0a91
GM
3692 * vc-rcs.el (toplevel): Require `vc' when compiling.
3693
fa003899 3694 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3695
36a03bf9
AS
36962000-09-22 Andre Spiegel <spiegel@gnu.org>
3697
9b4a7800 3698 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3699 registered under the new backend.
3700
9b4a7800 3701 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3702 without explicit revision number.
3703
6e4e8a3b
SM
37042000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3705
3706 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3707 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3708 (diff-xor): New function.
3709 (diff-find-source-location): Use it. Fix a stupid name clash.
3710 (diff-hunk-status-msg): New function.
3711 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3712 (diff-test-hunk): Use diff-find-source-location.
3713 (diff-goto-source): Favor the `reverse'.
3714 (diff-hunk-text): Properly handle one-sided context diffs.
3715 (diff-apply-hunk): When done, advance to the next hunk.
3716
1b24b888
GM
37172000-09-21 Gerd Moellmann <gerd@gnu.org>
3718
623a0aae
GM
3719 * startup.el (command-line): If frame was created with a non-zero
3720 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3721
1b24b888
GM
3722 * add-log.el (change-log-date-face, change-log-name-face)
3723 (change-log-email-face, change-log-file-face)
3724 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3725 (change-log-function-face, change-log-acknowledgement-face):
3726 New faces, inheriting from font-lock faces.
1b24b888 3727 (change-log-font-lock-keywords): Use them.
9b4a7800 3728
93b3a1c8
DL
37292000-09-21 Dave Love <fx@gnu.org>
3730
80585273
DL
3731 * progmodes/cperl-mode.el (top-level): Clean up
3732 `eval-when-compile's and assorted defvars.
3733 (cperl-invalid-face): Don't double-quote value. Change custom
3734 type.
3735 (cperl-mode): Set normal-auto-fill-function and don't zap
3736 auto-fill-function.
3737 (cperl-imenu--function-name-regexp-perl): Renamed from
3738 imenu-example--function-name-regexp-perl.
3739 (cperl-imenu--create-perl-index): Renamed from
3740 imenu-example--create-perl-index.
3741 (cperl-xsub-scan): Don't require cl.
3742
93b3a1c8
DL
3743 * msb.el (msb-mode-map): Use substitute-key-definition.
3744 (msb-mode): Use msb-mode-map.
3745
43ccb598
AS
37462000-09-21 Andre Spiegel <spiegel@gnu.org>
3747
3748 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3749 New functions.
fa003899 3750 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3751 (vc-switch-backend): New function.
3752 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3753 (vc-register): Fix prompt.
3754 (vc-unregister, vc-default-unregister): New functions.
3755 (vc-version-diff): Handle empty buffer in sentinel.
3756
3757 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3758 (vc-rcs-state-heuristic): Use it to guess the state of files with
3759 non-strict locking.
3760 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3761 been set with -b, but not created yet.
3762 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3763 contents in order to find the state.
3764 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3765 (vc-rcs-unregister, vc-rcs-receive-file)
3766 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3767
9b4a7800 3768 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3769 in case it is missing.
9b4a7800 3770
95fadcca
GM
37712000-09-21 Gerd Moellmann <gerd@gnu.org>
3772
3773 * startup.el (fancy-splash-tail): Use a different foreground
3774 color on a dark frame background.
3775
470f23e1
MB
37762000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3777
3778 * info.el: Use the correct capitalization when making Info-mode
3779 and Info-edit-mode `special' modes.
3780
281096ed
SM
37812000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3784 (diff-mode): Add support for add-log.el.
3785 (diff-hunk-text): Use char offsets rather than line offsets.
3786 (diff-find-source-location): Replace LINE with line-offset (nil
3787 if not found) and always set POS to a meaningful position.
3788 Adapt to the new char-offsets.
3789 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3790 Adapt to the new diff-find-source-location.
3791 (diff-goto-source): Adapt to the new diff-find-source-location.
3792
3793 * add-log.el (add-log-file-name): New function (split out of
3794 add-change-log-entry).
3795 (add-change-log-entry): Use it.
3796 Call add-log-file-name-function with the changelog file name if
3797 the current buffer is not associated with any file.
3798 Avoid find-file if the selected window is dedicated.
3799
3800 * diff-mode.el (diff-find-source-location):
3801 Move code from diff-apply-hunk. Return buffer rather than file.
3802 (diff-apply-hunk): Use the new result from diff-find-source-location.
3803 (diff-goto-source): Use the new diff-find-source-location.
3804
c29d77c4
DL
38052000-09-20 Dave Love <fx@gnu.org>
3806
3807 * iswitchb.el: Some doc fixes.
3808 (iswitchb-mode-map): Define completely initially. Inherit
3809 minibuffer-local-map.
3810 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3811 fundamental-mode.
3812 (iswitchb-global-map): New variable.
3813 (iswitchb-summaries-to-end): Amalgamate regexps.
3814 (iswitchb-mode): New.
3815 (iswitchb-mode-hook): New variable.
3816 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3817 `extensions'.
3818
49939379
GM
38192000-09-20 Gerd Moellmann <gerd@gnu.org>
3820
d05c87ac
GM
3821 * ehelp.el (electric-help): New defgroup.
3822 (electric-help-shrink-window): New user-option.
3823 (with-electric-help): Use it.
3824
1ec082d4
GM
3825 * window.el (shrink-window-if-larger-than-buffer): If face
3826 `mode-line' has a :box, and we're on a graphical frame, add 1
3827 to the needed window height.
3828
f46c275e
GM
3829 * frame.el (frame-notice-user-settings): Add a last parameter nil
3830 to a call to `append', because the last list passed to `append' is
3831 not copied, and so subsequent calls to assq-delete-all will modify
3832 default-frame-alist.
3833
b7e11c5b
GM
3834 * startup.el (fancy-splash-image): Change :type.
3835 (fancy-splash-head): Use an XBM image if appropriate.
3836 (command-line-1): Show splash screens in more cases.
3837
26ff68aa
GM
3838 * startup.el (fancy-splash-text): Don't quote faces.
3839
8320414c
GM
3840 * dired.el (dired-font-lock-keywords): Undo last change.
3841 (dired-readin): Bind indent-tabs-mode to nil.
3842
49939379
GM
3843 * startup.el (fancy-splash-head): If frame's background mode
3844 is `dark', change the black background of the image to gray.
3845 (fancy-splash-screens): Display startup echo area message.
3846 (display-startup-echo-area-message): New function.
3847
c3b27206
MB
38482000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3849
55a3d2a1
MB
3850 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3851
3852 * info.el (info-header-node): Tweak for color ttys.
3853
37a99821
MB
3854 * faces.el (face-valid-attribute-values): Make sure directories we
3855 search for stipples both exist and are readable before trying to
3856 search them.
3857
0415d0d0
MB
3858 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3859 in the dry-run case.
3860
523b128c
MB
3861 * jka-compr.el (with-auto-compression-mode): New macro.
3862
c3b27206
MB
3863 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3864 (custom-group-tag-face, custom-variable-tag-face): Use relative
3865 :height and inherit from `variable-pitch' face instead of
3866 hardwiring :family.
3867 * hi-lock.el (hi-black-hb): Likewise.
3868
ddba99ad
MB
3869 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3870 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3871 toolbar-add-item, if image doesn't have a mask add a `:mask
3872 heuristic'.
3873
7e99fbde
SM
38742000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3875
3876 * diff-mode.el: Docstring fixes.
3877 (diff-header-face, diff-comment-face): New faces.
3878 (diff-font-lock-keywords): Highlight a bit differently.
3879 (diff-find-source-location): Don't return SPAN any more.
3880 (diff-hunk-text): Don't bother erasing the temp buffer.
3881 (diff-find-text): Drop argument LINE.
3882 (diff-apply-hunk): Update calls to diff-find-text.
3883 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3884
3885 * calendar/calendar.el: Docstring fixes.
3886 (calendar-make-alist): Don't quote lambda.
3887 (calendar-star-date): Use make-local-variable.
3888
fb275c02
DL
38892000-09-19 Dave Love <fx@gnu.org>
3890
7e99fbde
SM
3891 * toolbar/tool-bar.el: Renamed from toolbar.el.
3892 Change `toolbar' to `tool-bar' generally in symbols.
3893 Make some items invisible in `special' major modes.
3894 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3895 Add arg PROPS.
532cb34d 3896
7e99fbde
SM
3897 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3898 Add :version here.
fb275c02
DL
3899 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3900
8f4ca9a5
GM
39012000-09-19 Gerd Moellmann <gerd@gnu.org>
3902
8b7707e1 3903 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3904
8b7707e1 3905 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3906 (find-file-noselect): Use it.
3907
8b7707e1 3908 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3909 (fancy-splash-screen): Defgroup.
3910
8f4ca9a5
GM
3911 * add-log.el (change-log-font-lock-keywords): Match names
3912 more exactly for the case that font-lock-constant-face is
3913 underlined.
3914
ba9eeda1 39152000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3916
8b7707e1 3917 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3918
289eaef9
AS
39192000-09-19 Andre Spiegel <spiegel@gnu.org>
3920
3921 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3922
ce9ded5d
GM
39232000-09-19 Gerd Moellmann <gerd@gnu.org>
3924
c113de23
GM
3925 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3926 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3927 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3928 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3929 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3930 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3931 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3932 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3933 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3934 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3935 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3936 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3937
ce9ded5d
GM
3938 * startup.el (fancy-splash-text): New variable.
3939 (fancy-splash-delay, fancy-splash-image): New user-options.
3940 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3941 (fancy-splash-screens): New functions.
3942 (command-line-1): If display has a `display' frame parameter, has
3943 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3944
b9b1c3a9
DL
39452000-09-19 Dave Love <fx@gnu.org>
3946
3947 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3948 with null `help'. Use modern backquote syntax.
3949
1af25534
GM
39502000-09-19 Gerd Moellmann <gerd@gnu.org>
3951
afd3c8cd
GM
3952 * font-lock.el (font-lock-mode): Change message telling the user
3953 that ``the buffer is too big''.
3954
1af25534
GM
3955 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3956 for instance for the case that tab-width is 2.
3957
05b1f851
GM
39582000-09-18 Gerd Moellmann <gerd@gnu.org>
3959
3960 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3961 toolbar-add-item, if image doesn't have a mask add a `:mask
3962 heuristic'.
3963
8ec8f673
MB
39642000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3965
2b612b1f
MB
3966 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3967 and return a cons if it's non-nil.
3968 (diff-apply-hunk): Try to jump to the line in the source text
3969 corresponding to the position of point in the in the hunk.
3970
9b4a7800 3971 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3972 (Info-title-1-face): Use face inheritance and relative sizes
3973 instead of hard-wiring things.
3974
3975 * faces.el (secondary-selection): Make dark-background variant sane.
3976
5eedab4d
AI
39772000-09-16 Andrew Innes <andrewi@gnu.org>
3978
5eedab4d
AI
3979 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3980 read-only, since they aren't under VC now.
3981
6a142f26
DL
39822000-09-17 Dave Love <fx@gnu.org>
3983
e07436e1
DL
3984 * tmm.el: Replace mapcar with mapc in several places.
3985
3986 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3987 ad-unadvise.
3988
7d354dd5
DL
3989 * international/latin1-disp.el: New file.
3990
6a142f26
DL
3991 * calendar/cal-move.el (scroll-calendar-left)
3992 (scroll-calendar-right): Make arg optional (for active mode line).
3993
3994 * calendar/calendar.el (calendar-mode-line-format): Make fields
3995 mouse-sensitive.
3996 (calendar-read-date, calendar-read-date, calendar-window-list):
3997 Unquote lambda.
3998 (calendar-month-name): Use aref, not sref.
3999
4000 * view.el (minor-mode-alist): Propertize the string.
4001
4002 * international/characters.el (standard-case-table): Add entries
4003 for Greek.
4004
50ac70af
MB
40052000-09-18 Miles Bader <miles@gnu.org>
4006
53c9ab4f
MB
4007 * info.el (info-node, info-xref): Add dark-background variants.
4008
a114b1ca
MB
4009 * faces.el (header-line): Change defaults to be less confusing
4010 when mixed with mode-lines.
4011
50ac70af
MB
4012 * info.el (Info-fontify-node): Make a few cleanups.
4013 Add extra `help-echo' and `local-map' props to node xrefs.
4014 Use header-specific faces for node-names & xrefs.
4015 (Info-use-header-line): New variable.
53c9ab4f 4016 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4017 (Info-setup-header-line): New function.
4018 (Info-select-node): Call Info-setup-header-line when enabled.
4019 (Info-extract-pointer): Work even if the header line is hidden.
4020 (Info-header-line): New variable.
4021
729927ff
SM
40222000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4023
4024 * vms-patch.el (print-region-function): Don't quote lambda.
4025
4026 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4027
4028 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4029 (lm-get-header-re): Allow spaces between the header and the colon.
4030 (lm-header): Allow $ in non-RCS headers.
4031 (lm-header-multiline): Put the strings back into order.
4032 Stop at an empty line. Don't require two space chars if the
4033 line is clearly not another header line.
4034
4035 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4036 (popup-menu-popup): Remove.
4037
7a98d821
GM
40382000-09-15 Gerd Moellmann <gerd@gnu.org>
4039
7f8f1edc
GM
4040 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4041 specification if or if not tool-bar item contains an `:enabled'
4042 property.
4043
7a98d821
GM
4044 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4045 current buffer has no file name.
4046
a7bc704b
DL
40472000-09-15 Dave Love <fx@gnu.org>
4048
4049 * strokes.el: Sync with maintainer's current version with changes
4050 for Emacs, but avoid runtime cl and levents.
4051 (toplevel): Change autoloads and compilation requires.
4052 (strokes-version, strokes-bug-address, strokes-lift): Values
4053 changed.
4054 (strokes-xpm-header, strokes-insinuated): New variable.
4055 (strokes): Add :link.
4056 (strokes-mode): Customized.
4057 (strokes-while-inhibiting-garbage-collector): New macro.
4058 (strokes-remassoc): Avoid remove-if.
4059 (strokes-fix-button2-command): Don't use ad-do-it.
4060 (strokes-insinuate): New function.
4061 (strokes-button-press-event-p, strokes-button-release-event-p):
4062 New functions, used instead of non-`strokes-' versions..
4063 (strokes-mouse-event-p): Rewritten.
4064 (strokes-event-closest-point): Avoid event-point.
4065 (strokes-get-grid-position): Avoid cdadr, caadr
4066 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4067 functions.
4068 (strokes-help): Use with-output-to-temp-buffer.
4069 (strokes-window-configuration-changed-p): New function.
4070 (strokes-update-window-configuration): Use buffer-live-p,
4071 strokes-window-configuration-changed-p.
4072 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4073 (strokes-char-face): New face.
4074 (strokes-char-table, strokes-base64-chars): New variable.
4075 (strokes-xpm-for-stroke, strokes-list-strokes)
4076 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4077 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4078 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4079 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4080 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4081 functions.
4082
47e351a3
GM
40832000-09-15 Gerd Moellmann <gerd@gnu.org>
4084
ebb8f116
GM
4085 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4086
47e351a3
GM
4087 * image.el (create-image): Doc fix.
4088
4089 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4090 instead of `:heuristic-mask t'.
4091
fe83b953
AI
40922000-09-14 Andrew Innes <andrewi@gnu.org>
4093
4094 * makefile.w32-in: Revert to Unix line endings.
4095
52481729
AI
40962000-09-14 Andrew Innes <andrewi@gnu.org>
4097
3021e816
AI
4098 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4099 when installing.
4100
52481729
AI
4101 * makefile.nt (DONTCOMPILE): Fix typo.
4102
4103 * shell.el (shell-write-history-on-exit): New function.
4104 (shell-dumb-shell-regexp): New custom variable.
4105 (shell-mode): Make shell-write-history-on-exit the process
4106 sentinel if shell name matches shell-dumb-shell-regexp.
4107
4108 * w32-fns.el: Comment out before-init-hook function which resets
4109 source-directory based; this breaks bootstrap.
4110
f8034e41
DL
41112000-09-14 Dave Love <fx@gnu.org>
4112
4113 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4114 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4115 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4116 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4117 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4118 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4119 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4120 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4121 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4122
4123 * toolbar/toolbar.el: New.
4124
4125 * subdirs.el: Add toolbar.
4126
b9ce5694
GM
41272000-09-14 Gerd Moellmann <gerd@gnu.org>
4128
4129 * indent.el (indent-for-tab-command): Doc fix.
4130
986b7dee
GM
41312000-09-14 Alex Schroeder <alex@gnu.org>
4132
4133 * ansi-color.el (ansi-colors): Doc change.
4134 (ansi-color-get-face): Simplified regexp.
4135 (ansi-color-faces-vector): Added more faces, doc change.
4136 (ansi-color-names-vector): Doc change.
4137 (ansi-color-regexp): Simplified regexp.
4138 (ansi-color-parameter-regexp): New regexp.
4139 (ansi-color-filter-apply): Doc change.
4140 (ansi-color-filter-region): Doc change.
4141 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4142 deal with zero length parameters.
4143 (ansi-color-apply-on-region): Doc change.
4144 (ansi-color-map): Doc change.
4145 (ansi-color-map-update): Removed debugging message.
4146 (ansi-color-get-face-1): Added condition-case to trap
4147 args-out-of-range errors.
4148 (ansi-color-get-face): Doc change.
4149 (ansi-color-make-face): Removed.
4150 (ansi-color-for-shell-mode): New option.
9b4a7800 4151
076ff911
KH
41522000-09-13 Kenichi Handa <handa@etl.go.jp>
4153
4154 * international/quail.el (quail-start-translation): Translate KEY
4155 if necessary even if it doesn't have any mapping in the current
4156 input method.
4157 (quail-start-conversion): Likewise.
4158 (quail-help): The output message is improved.
4159
bdf08678
MB
41602000-09-13 Miles Bader <miles@gnu.org>
4161
4162 * comint.el (comint-output-filter): Revert to using
4163 `insert-before-markers'. Add bletcherous hack to undo damage
4164 caused by `insert-before-markers'. Put `front-sticky' property on
4165 overlays created here so that the field code understands how the
4166 overlay works. Use a let when making comint-last-prompt-overlay,
4167 so that the code is easier to read.
4168
ffb8db8d
DL
41692000-09-13 Dave Love <fx@gnu.org>
4170
4171 * wid-edit.el (widget-default-format-handler): DTRT when
4172 doc-property is a function.
4173
5dd05f61
GM
41742000-09-12 Francesco Potorti` <pot@gnu.org>
4175
4176 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4177 filed name if it's not there.
4178
35177617
DL
41792000-09-12 Dave Love <fx@gnu.org>
4180
9023837e
DL
4181 * simple.el (read-mail-command): Doc fix.
4182 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4183
35177617
DL
4184 * vc.el (vc-dired-listing-switches): Fix :version.
4185
4186 * vc-hooks.el: Doc fixes.
4187
4188 * subr.el (add-minor-mode): Use toggle-fun arg.
4189
4190 * speedbar.el: Add :version to several defcustoms.
4191
4192 * imenu.el (imenu--truncate-items, imenu--cleanup)
4193 (imenu--generic-function): Avoid mapcar.
4194 (imenu--replace-spaces): Function removed.
4195 (imenu--completion-buffer): Use subst-char-in-string.
4196 (imenu-add-to-menubar): Use keymap inheritance.
4197
1afaae94
MB
41982000-09-12 Miles Bader <miles@gnu.org>
4199
4200 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4201 (diff-mode-map): Bind `diff-test-hunk'.
4202 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4203
42042000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4205
4206 * bytecomp.el (byte-compile-defvar): Undo last change
4207 because it breaks '(make-variable-buffer-local (defvar ...)'
4208 which is used at least in dired.
4209
63c36c3c
KH
42102000-09-12 Kenichi Handa <handa@etl.go.jp>
4211
4212 * international/quail.el (quail-define-package): Docstring
4213 modified.
4214
1ad24be1
KH
42152000-09-12 Kenichi Handa <handa@etl.go.jp>
4216
362a8065
KH
4217 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4218 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4219 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4220 docstring of "chinese-py".
4221
1ad24be1
KH
4222 * international/quail.el (quail-translation-docstring): New
4223 variable.
4224 (quail-show-keyboard-layout): Docstring modified.
4225 (quail-select-current): Likewise.
4226 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4227 infinite recursive call.
4228 (quail-help): Check quail-translation-docstring. Format of the
4229 output changed.
4230 (quail-help-insert-keymap-description): Adjusted for the above
4231 change.
4232
cc0f95a4
GM
42332000-09-11 Gerd Moellmann <gerd@gnu.org>
4234
4235 * bytecomp.el (byte-compile-defvar): Only cons onto
4236 current-load-list in top-level forms. Else this leaks a cons cell
4237 every time a defun is called.
4238
7530b6da
MB
42392000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4240
4241 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4242 Now understands non-unified diffs. Some functionality moved into
4243 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4244 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4245 modify anything. Only reposition point in the patched file if the
4246 patch succeeds. Only pop up another window if POPUP is true.
4247 Emit a message describing what happened if successful, and at what
4248 line-offset. Automatically detect reversed hunks and do something
4249 appropriate.
4250 (diff-hunk-text, diff-find-text): New functions.
4251 (diff-filter-lines): Function removed.
4252 (diff-test-hunk): New function.
4253 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4254
6b124390
DL
42552000-09-10 Dave Love <fx@gnu.org>
4256
4257 * textmodes/tildify.el: Minor doc/commentary fixes.
4258 (tildify) <defgroup>: Add :version.
4259
4260 * faces.el (face-x-resources): Make custom type more specific.
4261 (frame-background-mode): Use mapc.
4262 (region) <defcustom>: Add :version.
4263
7f8b6551
SM
42642000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4265
9b4a7800
TTN
4266 * vc-sccs.el (vc-sccs-register):
4267 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4268 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4269 * vc.el (vc-register): Clear file's properties.
4270
c454aac1
GM
42712000-09-08 Gerd Moellmann <gerd@gnu.org>
4272
4273 * faces.el (face-spec-set): Only face-spec-reset-face when
4274 ATTRS is non-nil.
4275
bb934822
EZ
42762000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4277
4278 * help.el (help-insert-xref-button): Fix a typo in doc string.
4279
03419440
EZ
42802000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4281
7f8b6551
SM
4282 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4283 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4284 methods.
4285
03419440
EZ
4286 * menu-bar.el (read-mail-item-name): New function.
4287 (menu-bar-tools-menu): Use it to compute and display the package
4288 used to read email.
4289 (menu-bar-tools-menu): Fix typo in GUD's help string.
4290
dbcee71a
DL
42912000-09-07 Dave Love <fx@gnu.org>
4292
19e713d8
DL
4293 * diff-mode.el (diff-mouse-goto-source): New function.
4294
a7cafade 4295 * vc-sccs.el: Doc fixes.
7f8b6551 4296 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4297
4298 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4299 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4300 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4301 (vc-rcs-master-templates): Add or change :version.
4302
7f8b6551 4303 * vc-cvs.el: Doc fixes.
a7cafade
DL
4304 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4305 (vc-cvs-stay-local): Add :version.
4306
dbcee71a
DL
4307 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4308
ed254191
KH
43092000-09-07 Kenichi Handa <handa@etl.go.jp>
4310
4311 * international/quail.el (quail-help): Fix previous change.
4312
ab0ee409
GM
43132000-09-07 Gerd Moellmann <gerd@gnu.org>
4314
f46f845b 4315 * faces.el (color-values): Doc fix.
9b4a7800 4316
ab0ee409
GM
4317 * faces.el (frame-set-background-mode): Use frame-parameter
4318 instead of frame-parameters.
4319
4320 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4321 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4322 frame-parameters.
9b4a7800 4323
f7246ac7
KH
43242000-09-07 Kenichi Handa <handa@etl.go.jp>
4325
4326 * language/devan-util.el (devanagari-to-indian-region): In the
4327 loop, change the following char, not preceding char.
4328
96889af2
GM
43292000-09-07 Gerd Moellmann <gerd@gnu.org>
4330
1091dd67
GM
4331 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4332 instead of frame-parameters.
4333
9b4a7800 4334 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4335 internal-set-lisp-face-attribute with FRAME being 0.
4336
4337 * vc.el: Remove `Id' version control keyword.
96889af2 4338
0fddd0dc
KH
43392000-09-07 Kenichi Handa <handa@etl.go.jp>
4340
4341 * help.el (help-make-xrefs): Adjusted for the change of
4342 help-xref-mule-regexp.
4343 (help-insert-xref-button): New function.
4344
4345 * international/mule-cmds.el (help-xref-mule-regexp-template):
4346 Include the pattern for character set.
4347 (leim): New group.
4348
4349 * international/quail.el: Don't require face.
4350 (quail): New group.
7f8b6551 4351 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4352 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4353 (quail-keyboard-layout-substitution): New variable.
4354 (quail-update-keyboard-layout): New function.
4355 (quail-keyboard-layout-type): New customizable variable.
4356 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4357 (quail-keyboard-translate): Pay attention to
4358 quail-keyboard-layout-substitution.
4359 (quail-insert-kbd-layout): New function.
4360 (quail-show-keyboard-layout): New function.
4361 (quail-get-translation): If the definition is a vector of length
7f8b6551 4362 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4363 in that string.
4364 (quail-update-current-translations): Fix the case of
4365 relative-index out of range.
4366 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4367 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4368 Show key sequences for all available characters.
0fddd0dc
KH
4369 (quail-help-insert-keymap-description): Don't show such verbose
4370 key bindings as quail-self-insert-command.
4371
4372 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4373 Format changed, and each element now have extra documentations.
4374 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4375 Adjusted for the change of quail-cxterm-package-ext-info.
4376
8ddceaf1
GM
43772000-09-06 Gerd Moellmann <gerd@gnu.org>
4378
4379 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4380 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4381 during bootstrap.
4382
099bd78a
SM
43832000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4384
4385 * vc.el: (toplevel): Don't require `dired' at run-time.
4386 (vc-dired-resynch-file): Remove autoload cookie.
4387
43882000-09-05 Andre Spiegel <spiegel@gnu.org>
4389
4390 * vc.el: Made several backend functions optional.
4391 (vc-default-responsible-p): New function.
4392 (vc-merge): Use RET for first version to trigger merge-news, not
4393 prefix arg.
4394 (vc-annotate): Handle backends that do not support annotation.
4395 (vc-default-merge-news): Removed. The existence of a merge-news
4396 implementation is now checked on caller sites.
4397
9b4a7800 4398 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4399 case.
4400
9b4a7800 4401 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4402 special case that has been removed from the default in vc-hooks.el.
4403
44042000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4405
4406 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4407
44082000-09-05 Andre Spiegel <spiegel@gnu.org>
4409
4410 * vc-hooks.el: Require vc during compilation.
4411 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4412 macro `with-vc-properties' in vc.el.
4413 (vc-file-getprop): Doc fix.
4414 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4415
099bd78a
SM
4416 * vc.el: Require dired-aux during compilation.
4417 (vc-name-assoc-file): Moved to vc-sccs.el.
4418 (with-vc-properties): New macro.
9b4a7800 4419 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4420 vc-finish-steal): Use it.
4421 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4422 to the backend-specific function is now supposed to do the checkout,
4423 too.
4424 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4425
9b4a7800 4426 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4427 set file properties; that gets done in the generic code now.
4428
4429 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4430 Changed parameter list, added code from vc.el that does the
4431 checkout, possibly with a double-take.
4432
4433 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4434 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4435 the above under the new name.
4436 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4437 parameter list, added checkout command.
4438 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4439 properties; that gets done in the generic code now.
4440
44412000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * vc.el: Docstring fixes (courtesy of checkdoc).
4444
44452000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4446
4447 * vc.el (vc-checkout-writable-buffer-hook)
4448 (vc-checkout-writable-buffer): Remove.
4449 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4450 (vc-log-mode): Make it into a clean derived major mode.
4451 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4452 vc-log-mode if log-edit is not available.
4453 (vc-dired-mode-map): Don't set-keymap-parent yet.
4454 (vc-dired-mode): Do set-keymap-parent here.
4455 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4456
08ba3862
GM
44572000-09-05 Gerd Moellmann <gerd@gnu.org>
4458
4459 * faces.el (set-face-attribute, face-spec-reset-face)
4460 (face-spec-set): Avoid consing by removing calls to `apply'.
4461
4462 * frame.el (frame-parameter): Move to C code.
4463
3b4429b4
DL
44642000-09-05 Dave Love <fx@gnu.org>
4465
4466 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4467 insert-before-markers-and-inherit. Now checked systematically!
4468
877055f6
GM
44692000-09-05 Alex Schroeder <alex@gnu.org>
4470
4471 * sql.el (sql-postgres): Use sql-postgres-options.
4472 (sql-postgres-options): New variable.
4473
44742000-09-05 Alex Schroeder <alex@gnu.org>
4475
4476 * sql.el (sql-mode-menu): Work around missing variable mark-active
4477 in XEmacs.
4478 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4479 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4480 compatibility.
4481
7a004b71
GM
44822000-09-04 Gerd Moellmann <gerd@gnu.org>
4483
54baed30 4484 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4485
7a004b71
GM
4486 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4487
4488 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4489
44902000-09-04 Andre Spiegel <spiegel@gnu.org>
4491
4492 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4493 don't support anything else under SCCS yet.
4494
4495 * vc-hooks.el: Minor doc fixes.
4496
44972000-09-04 Andre Spiegel <spiegel@gnu.org>
4498
4499 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4500 not necessary. If verbose in state `needs-patch', do the same as
4501 under `up-to-date'. When NOT verbose and `needs-patch', check out
4502 latest version instead of `merge-news'.
4503 (vc-next-action-dired): Don't mess with default-directory here; it
4504 breaks other parts of dired. It is the job of the
099bd78a 4505 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4506 (vc-next-action): Remove a special CVS case.
4507 (vc-clear-headers): New optional arg FILE.
4508 (vc-checkin, vc-checkout): Set properties vc-state and
4509 vc-checkout-time properly.
099bd78a 4510 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4511 (vc-print-log): Use new backend function `show-log-entry'.
4512 (vc-cancel-version): Do the checks in a different order. Added a
4513 FIXME concerning RCS-only code.
4514
4515 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4516 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4517
4518 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4519
9b4a7800 4520 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4521 `needs-patch' as a `-' too.
4522
45232000-09-04 Andre Spiegel <spiegel@gnu.org>
4524
4525 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4526 (vc-default-could-register): New function.
4527 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4528 (vc-resynch-buffer): Call vc-dired-resynch-file.
4529 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4530 vc-resynch-buffer instead of vc-resynch-window.
4531 (vc-next-action-dired): Don't redisplay here, that gets done as a
4532 result of the individual file operations.
4533 (vc-retrieve-snapshot): Corrected prompt order.
4534
4535 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4536
7a004b71
GM
4537 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4538 as well.
4539 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4540 hostname regexps. Updated all callers.
4541 (vc-cvs-responsible-p): Handle directories as well.
4542 (vc-cvs-could-register): New function.
4543 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4544 properties up-to-date.
9b4a7800 4545
7a004b71
GM
4546 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4547 user whether to create one.
4548
45492000-09-04 Andre Spiegel <spiegel@gnu.org>
4550
4551 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4552 check out a non-existing file.
4553
4554 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4555 workfile does not exist.
4556
4557 * vc.el (vc-version-diff): Use `require' to check for existence of
4558 diff-mode.
4559
45602000-09-04 Andre Spiegel <spiegel@gnu.org>
4561
4562 * vc-cvs.el (vc-cvs-registered): Use new function
4563 vc-cvs-parse-entry to do the actual work.
4564
45652000-09-04 Andre Spiegel <spiegel@gnu.org>
4566
4567 * vc-hooks.el (vc-find-backend-function): If function doesn't
4568 exist, return nil instead of error.
4569 (vc-call-backend): Doc fix.
4570
4571 * vc.el (vc-do-command): Doc fix.
4572 (vc-finish-logentry): When checking in from vc-dired, choose the
4573 right backend for logentry check.
4574 (vc-dired-mode-map): Inherit from dired-mode-map.
4575 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4576 simplified.
4577 (vc-dired-state-info): Removed, updated caller.
4578 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4579 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4580 (vc-dired-listing-switches): New variable.
4581 (vc-directory): Use it, instead of dired-listing-switches.
4582
4583 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4584 (vc-cvs-dir-state): New function.
7f8b6551 4585 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4586 (vc-cvs-parse-entry): New function, also to be used in
4587 vc-cvs-registered.
9b4a7800 4588
7a004b71
GM
45892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4590
4591 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4592 *or* single-window-frames.
4593
45942000-09-04 Andre Spiegel <spiegel@gnu.org>
4595
4596 * vc.el (vc-update-changelog): Split into generic part and default
4597 implementation. Doc string adapted.
4598 (vc-default-update-changelog): New function. Call the `rcs2log'
4599 script in exec-directory, to fix a long-standing nuisance.
4600
4601 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4602 simply signals an error.
9b4a7800 4603
7a004b71
GM
46042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4605
4606 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4607 control-flow more clear and to avoid running `cvs' twice.
4608
4609 * vc.el (vc-next-action-on-file): Doc fix.
4610 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4611 (vc-print-log): Eval `file' before constructing the continuation.
4612
46132000-09-04 Andre Spiegel <spiegel@gnu.org>
4614
4615 * vc.el (vc-next-action-on-file): Corrected several messages.
4616 (vc-merge): Add prefix arg `merge-news'; handle it.
4617
4618 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4619 is not reached. It is.
4620 (vc-cvs-merge): Set state to 'edited after merge.
4621 (vc-cvs-merge-news): Set workfile version to nil if not known.
4622 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4623
4624 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4625 via stdout. (Merge from main line.)
9b4a7800 4626
7a004b71
GM
46272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4628
4629 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4630 detection.
4631
46322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4633
4634 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4635 against kill-all-local-variables.
4636 (vc-log-edit): Don't save vc-parent-buffer any more.
4637 (vc-last-comment-match): Initialize to an empty string.
4638 (vc-post-command-functions): New hook.
4639 (vc-do-command): Run it.
4640 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4641 (vc-finish-logentry): Only add the comment to the ring if it's
4642 different from the last comment entered.
4643 (vc-new-comment-index): New function.
4644 (vc-previous-comment): Use it. Make the minibuffer message
4645 slightly less terse.
4646 (vc-comment-search-reverse): Make it work forward as well. Don't
4647 set vc-comment-ring-index if no match is found. Use
4648 vc-new-comment-index.
4649 (vc-comment-search-forward): Use vc-comment-search-reverse.
4650 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4651 define-derived-mode will do it for us. Bind `v' to a keymap that
4652 inherits from vc-prefix-map so that we can bind `vt' without
4653 binding C-x v t.
4654 (vc-retrieve-snapshot): Parenthesis typo.
4655
4656 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4657 to 1. Make sure to switch to *vc* before looking for an error
4658 message. Use vc-parse-buffer.
4659
46602000-09-04 Andre Spiegel <spiegel@gnu.org>
4661
4662 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4663 and NAME.
4664 (vc-retrieve-snapshot): Split into two parts.
4665 (vc-default-retrieve-snapshot): New function.
4666
4667 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4668 (vc-cvs-retrieve-snapshot): New function (untested).
4669 (vc-cvs-stay-local): Default to t.
4670 (vc-cvs-remote-p): New function and property.
4671 (vc-cvs-state): Stay local only if the above is t.
4672 (vc-handle-cvs): Removed.
4673 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4674 done via vc-handled-backends now.
4675 (vc-cvs-header): Escape Id.
4676
46772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4678
4679 * vc.el (vc-do-command): Remove unused commands.
4680 (vc-version-diff): Make sure default-directory ends with a slash.
4681 Move the window commands into a vc-exec-after.
4682 (vc-print-log): Move more of the code into the `vc-exec-after'.
4683
46842000-09-04 Andre Spiegel <spiegel@gnu.org>
4685
4686 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4687 (vc-print-log): Search current revision from beginning of buffer.
4688 (vc-revert-buffer): Clear echo area after the diff is finished.
4689 (vc-prefix-map): Removed definition of "t" for terse display in vc
4690 dired.
4691 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4692 definition of "vt" for terse display.
4693 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4694
46952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4696
4697 * vc.el (vc-exec-after): Avoid caddr.
4698
46992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4700
4701 * vc.el (vc-exec-after): New function.
4702 (vc-do-command): Use it to add a termination message for async
4703 procs.
4704 (vc-checkout): Try to handle a missing-backend situation.
4705 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4706 of a directory with a backend using async diffs.
4707 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4708 present.
4709
4710 * vc-sccs.el (vc-sccs-state-heuristic): Use
4711 file-ownership-preserved-p.
4712
4713 * vc-rcs.el (vc-rcs-state-heuristic): Use
4714 file-ownership-preserved-p.
4715 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4716
47172000-09-04 Andre Spiegel <spiegel@gnu.org>
4718
4719 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4720 vc-do-command.
4721
4722 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4723 when there are no changes.
4724
47252000-09-04 Andre Spiegel <spiegel@gnu.org>
4726
4727 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4728
4729 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4730
47312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4732
4733 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4734
4735 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4736 the `fset' outside of the defvar so that it works even if
4737 vc-prefix-map was already defined.
4738 (vc-setup-buffer): New function, split out of vc-do-command.
4739 (vc-do-command): Allow BUFFER to be t to mean `just use the
4740 current buffer without any fuss'.
4741 (vc-version-diff): Change the `diff' backend operation to just put
4742 the diff in the current buffer without erasing it. Always use
4743 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4744 shrink-window-if-larger-than-buffer.
4745 (vc-print-log): Change the `print-log' backend operation to just
4746 put the log in the current buffer without erasing it. Protect
4747 shrink-window-if-larger-than-buffer.
4748 (vc-update-change-log): Fix setd typo.
4749
4750 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4751 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4752
4753 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4754 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4755 CMP.
4756
4757 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4758 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4759 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4760
47612000-09-04 Andre Spiegel <spiegel@gnu.org>
4762
4763 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4764 not possible, use vc-BACKEND-workfile-unchanged-p.
4765 (vc-default-workfile-unchanged-p): New function. Delegates to a
4766 full vc-BACKEND-diff.
4767
4768 * vc-hooks.el (vc-simple-command): Removed.
4769
4770 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4771 instead of vc-simple-command.
4772 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4773 avoid doing a diff when opening a file.
4774 (vc-rcs-state): Added check for unlocked-changes.
4775 (vc-rcs-header): Escape Id.
4776 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4777 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4778 version.
4779
4780 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4781 (vc-sccs-diff): Remove optional arg CMP.
4782 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4783 SCCS-specific function.
4784
4785 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4786 vc-simple-command.
4787
47882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4791 (with-vc-file, vc-merge): Use vc-editable-p.
4792 (vc-do-command): Remove unused var vc-file and fix the
4793 doubly-defined `status' var. Add a user message when starting an
4794 async command.
4795 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4796 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4797 Use with-current-buffer.
4798 (vc-buffer-sync): Use unless.
4799 (vc-next-action-on-file): If the file is 'edited by read-only,
4800 make it read-write instead of trying to commit.
4801 (vc-version-diff, vc-update-change-log): Use `setq
4802 default-directory' rather than `cd'.
4803 (vc-log-edit): Don't forget to set default-directory in the
4804 buffer.
4805
4806 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4807 (vc-sccs-state-heuristic): Use file-writable-p instead of
4808 comparing userids.
4809 (vc-sccs-checkout): Use `unless'.
4810
4811 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4812 of comparing userids.
4813 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4814 Simplify the logic by eliminating unreachable code.
4815 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4816 just do a recursive call if we need to retry.
4817 (vc-rcs-checkout): Handle the case where rcs is missing by making
4818 the buffer read-write if requested and re-signalling the error.
4819
4820 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4821
48222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4823
4824 * vc-hooks.el (vc-handled-backends): Docstring change.
4825 (vc-ignore-vc-files): Mark obsolete.
4826 (vc-registered): Check vc-ignore-vc-files.
4827 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4828 vc-ignore-vc-files.
4829
4830 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4831
48322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4833
4834 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4835 files since ange-ftp already has vc-registered return nil.
4836
4837 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4838 (vc-sccs-workfile-version): Use with-temp-buffer and new
4839 vc-parse-buffer and don't bother setting the property.
4840 (vc-sccs-add-triple): Use with-current-buffer and
4841 find-file-noselect.
4842 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4843
4844 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4845 derives from the old vc-parse-buffer but uses the revision number
4846 rather than the date (much easier to compare robustly).
4847 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4848 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4849 locking-user more directly. Check strict locking and set
4850 checkout-model appropriately.
4851 (vc-rcs-parse-locks): Remove.
4852 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4853 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4854 (vc-rcs-system-release): Use with-current-buffer and
4855 vc-parse-buffer.
4856 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4857
4858 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4859 (vc-simple-command): Docstring fix.
4860 (vc-registered): Align the way the file-handler is called with the
4861 way the function itself works.
4862 (vc-file-owner): Remove.
4863
4864 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4865 extraction of fields and call to file-attributes because of a
4866 temporary bug in rcp.el.
4867 (vc-cvs-fetch-status): Use with-current-buffer.
4868
48692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4870
4871 * vc.el (vc-do-command): Use file-relative-name.
4872 (vc-responsible-backend): Use vc-backend if possible.
4873 (vc-create-snapshot): Improve the `interactive' spec. Add support
4874 for branches and dispatch to backend-specific `create-snapshot'.
4875 (vc-default-create-snapshot): New function, containing the bulk of
4876 the old vc-create-snapshot.
4877 (vc-retrieve-snapshot): Improve the interactive spec.
4878
4879 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4880 (vc-backend-hook-functions): Remove.
4881 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4882 (vc-backend): Reintroduce the test for `file = nil' now that I
4883 know why it was there (and added a comment to better remember).
4884
4885 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4886 code from vc-sccs-hooks.el.
4887 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4888 'vc anymore.
4889 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4890 and file-directory-p instead of file-exists-p.
4891 (vc-sccs-check-headers): Simplify the regexp.
4892
4893 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4894 from vc-rcs-hooks.el. Don't require 'vc anymore.
4895 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4896 file-directory-p instead of file-exists-p.
4897
4898 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4899 from vc-cvs-hooks.el.
4900 (proto vc-cvs-registered): Require 'vc-cvs instead of
4901 'vc-cvs-hooks. Don't require 'vc anymore.
4902 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4903 file-directory-p instead of file-exists-p.
4904 (vc-cvs-create-snapshot): New function, replacing
4905 vc-cvs-assign-name.
4906 (vc-cvs-assign-name): Remove.
4907
49082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4909
4910 * vc-cvs.el (vc-cvs-header): New var.
4911
4912 * vc-rcs.el (vc-rcs-exists): Remove.
4913 (vc-rcs-header): New var.
4914
4915 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4916 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4917 (vc-sccs-header): New var.
4918
4919 * vc.el (vc-do-command): Get rid of the `last' argument.
4920 (vc-header-alist): Remove, replaced by vc-X-header.
4921 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4922 (vc-dired-hook): Use expand-file-name instead of concat.
4923 (vc-directory): Use file-name-as-directory.
4924 (vc-snapshot-precondition, vc-create-snapshot)
4925 (vc-retrieve-snapshot): Allow the command to operate on any
4926 directory.
4927
4928 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4929 just removing the 'WORKFILE argument or by removing the 'MASTER
4930 argument and replacing `file' with (vc-name file).
4931
49322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4933
4934 * vc.el: Update Copyright and add a crude list of backend funs.
4935 (vc-writable-p): New function.
4936 (with-vc-file): Use vc-writable-p.
7f8b6551 4937 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4938 (vc-register): Avoid vc-name.
4939 (vc-locking-user): Remove.
4940 (vc-steal-lock): Make the `owner' arg non-optional.
4941 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4942 vc-checkout-model.
4943 (vc-default-dired-state-info): Use vc-state instead of
4944 vc-locking-user and return special strings for special states.
4945 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4946 and get rid of one of the special CVS cases.
4947 (vc-cancel-version): prettify error message with \\[...].
4948 (vc-rename-master): New function.
4949 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4950 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4951 the CVS special case generic.
4952 (vc-default-record-rename): Remove.
4953 (vc-file-tree-walk-internal): Only call FUNC for files that are
4954 under control of some VC backend and replace `concat' with
4955 expand-file-name.
4956 (vc-file-tree-walk): Update docstring.
4957 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4958 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4959
4960 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4961 vc-sccs-record-rename. Use `find-file-noselect' rather than
4962 `find-file' and call `vc-rename-master' to do the actual move.
4963 (vc-sccs-diff): Remove unused `backend' variable.
4964
4965 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4966 to delay loading of vc-sccs until it is really used.
4967 (vc-sccs-master-templates): Preload.
4968 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4969 (vc-sccs-project-dir): Remove (merged into
4970 vc-sccs-search-project-dir).
4971 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4972 rather than `concat', make sure it is preloaded and don't bother
4973 to check that the file actually exists.
4974 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4975 `locks' argument (use buffer's content instead) and eliminate n^2
4976 behavior.
4977
4978 * vc-rcs.el: Update Copyright.
4979 (vc-rcs-rename-file): New function.
4980 (vc-rcs-diff): Remove unused `backend' variable.
4981
4982 * vc-hooks.el: Update Copyright.
4983 (vc-backend): Don't accept a nil argument any more.
4984 (vc-up-to-date-p): Turn into a defsubst.
4985 (vc-possible-master): New function.
4986 (vc-check-master-templates): Use `vc-possible-master' and allow
4987 funs in vc-X-master-templates to return a non-existent file.
4988
4989 * vc-cvs.el: Update Copyright.
4990 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4991 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4992
4993 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4994
49952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4996
4997 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4998 since it can be called from vc-rcs.el.
4999 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5000
50012000-09-04 Andre Spiegel <spiegel@gnu.org>
5002
5003 * vc.el (vc-version-diff): Expand file name read from the
5004 minibuffer. Handle the case when a previous version number can't
5005 be guessed. Give suitable messages when there were no differences
5006 found.
5007 (vc-clear-headers): Call backend-specific implementation, if one
5008 exists.
5009 (vc-cancel-version): Made error checks generic. When done, clear
5010 headers generically, too.
5011
5012 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5013 from vc-clear-headers in vc.el.
5014
5015 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5016 correctly.
5017 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5018 optional. Handle the case when it's not there.
5019
50202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5021
5022 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5023
50242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5025
5026 * vc-hooks.el (vc-loadup): Remove.
5027 (vc-find-backend-function): Use `require'. Also, handle the case
5028 where vc-BACKEND-hooks.el doesn't exist.
5029 (vc-call-backend): Cleanup.
5030
50312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5032
5033 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5034 vc-rcs-grab-templates)
5035 (vc-rcs-registered): Remove. The default function works as well.
5036 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5037 vc-sccs-grab-templates)
5038 (vc-sccs-registered): Remove. The default function works as well.
5039
5040 * vc.el (vc-version-diff): Left out a vc- in call to
5041 vc-call-backend.
5042 (vc-default-dired-state-info, vc-default-record-rename)
5043 (vc-default-merge-news): Update for the new backend argument.
5044
5045 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5046 using the default function.
5047 (vc-call-backend): If calling the default function, pass it the
5048 backend as first argument. Update the docstring accordingly.
5049 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5050 for the new backend argument.
5051 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5052 (vc-find-backend-function): Use the new name.
5053 (vc-default-registered): New function.
5054
50552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5056
5057 * vc.el (vc-merge): Use vc-find-backend-function.
5058
5059 * vc-hooks.el (vc-backend-functions): Remove.
5060 (vc-loadup): Don't setup 'vc-functions.
5061 (vc-find-backend-function): New function.
5062 (vc-call-backend): Use above fun and populate 'vc-functions
5063 lazily.
5064 (vc-backend-defines): Remove.
5065
50662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5067
5068 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5069 Call vc-call-backend without the leading vc-.
5070 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5071 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5072 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5073 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5074 Call vc-call-backend without the leading vc-.
5075
5076 * vc-cvs.el (tail): Provide vc-cvs.
5077 * vc-sccs.el (tail): Provide vc-sccs.
5078 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5079
5080 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5081 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5082 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5083 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5084 (vc-call-backend): Always try to load vc-X-hooks.
5085 (vc-registered): Remove vc- in call to vc-call-backend.
5086
50872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5088
5089 * vc.el (vc-process-filter): New function.
5090 (vc-do-command): Setup `vc-process-filter' for the async process.
5091 (vc-maybe-resolve-conflicts): New function to reduce
5092 code-duplication. Additionally, it puts the buffer in
5093 `smerge-mode' if applicable.
5094 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5095 calling `merge-news'.
7f8b6551 5096 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5097 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5098 interfacing to log-edit.el.
5099 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5100 log-edit is available.
5101 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5102
51032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5104
5105 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5106 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5107 defvar and the initialization.
5108 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5109
5110 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5111 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5112
7f8b6551 5113 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5114
51152000-09-04 Andre Spiegel <spiegel@gnu.org>
5116
5117 * vc.el (vc-file-clear-masterprops): Removed.
5118 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5119 (vc-version-diff): Use buffer-size without argument.
5120 (vc-register): Heed vc-initial-comment.
5121
5122 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5123 default branch.
5124
5125 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5126 file name and workfile version.
5127 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5128
5129 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5130 vc-file-clear-masterprops.
5131
5132 * vc-sccs.el (vc-sccs-checkout): Removed call to
5133 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5134 rather than user login name.
5135
5136
51372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5140 `want-differences-if-changed' and simplify.
5141 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5142 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5143 output (which is invalid for async vc-diff) to decide whether to
5144 do the revert silently or not.
5145
51462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5147
5148 * vc-hooks.el (vc-loadup): Load files quietly.
5149 (vc-call-backend): Oops, brain fart.
5150
51512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5152
5153 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5154 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5155
51562000-09-04 Andre Spiegel <spiegel@gnu.org>
5157
5158 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5159 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5160 vc-state or vc-up-to-date-p.
5161 (vc-merge): Use vc-backend-defines to check whether merging is
5162 possible. Set state to 'edited after successful merge.
5163
5164 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5165 return that name. Redocumented.
5166
51672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5168
5169 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5170 new `vc-state' semantics.
5171 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5172 'vc-locking-user to the current user.
5173 (vc-merge): Inline vc-backend-merge. Comment out code that I
5174 don't understand and hence can't adapt to the new `vc-state' and
5175 `vc-locking-user' semantics.
5176 (vc-backend-merge): Remove.
5177
5178 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5179 rather than 'vc-locking-user.
5180
5181 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5182
5183 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5184 (vc-state): Don't use 'reserved any more. Just use the same
5185 convention as the one used for vc-<backend>-state where the
5186 locking user (as a string) is returned.
5187 (vc-locking-user): Update, based on the above convention. The
5188 'vc-locking-user property has disappeared.
7f8b6551 5189 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5190
5191 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5192 with a heuristic one.
5193 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5194 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5195 error. That allows us to get to 'needs-merge even in the
5196 stay-local case. There's still no way to detect 'needs-patch in
5197 such a setup (or to force an update for that matter).
5198 (vc-cvs-logentry-check): Remove, the default works as well.
5199
52002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5201
7f8b6551 5202 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5203
5204 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5205 major-mode in which the buffer might have been put earlier. Use
5206 `remove' and `when'. Allow `okstatus' to be `async' and use
5207 `start-process' in this case.
5208 (vc-version-diff): Handle the case where the diff looks empty
5209 because of the use of an async process.
5210
52112000-09-04 Andre Spiegel <spiegel@gnu.org>
5212
5213 * vc.el (vc-next-action-on-file): Removed optional parameter
5214 `simple'. Recompute state unconditionally.
5215 (vc-default-toggle-read-only): Removed.
5216
5217 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5218 (vc-toggle-read-only): Undid prev change.
5219
5220 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5221 vc-cvs-simple-toggle. Redocumented.
5222 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5223 (vc-cvs-toggle-read-only): Removed.
5224
52252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5226
7f8b6551 5227 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5228 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5229 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5230 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5231 still is. So maybe it should be removed.
5232 (vc-head-version, vc-find-binary): Remove.
5233 (vc-recompute-state): Move from vc-hooks.el.
5234 (vc-next-action-on-file): Add a `simple' argument to allow
5235 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5236 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5237 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5238 (vc-dired-mode-map): Properly defvar it.
5239 (vc-print-log): Call log-view-mode if available.
5240 (small-temporary-file-directory): defvar instead of use boundp.
5241 (vc-merge-news): Moved to vc-cvs.el.
5242 (vc-default-merge-news): New function.
5243
5244 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5245 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5246 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5247 unknown `vc-latest-version' function. It should probably refer to
5248 vc-workfile-version or somesuch, but it's very unclear to me and I
5249 don't have SCCS to test things.
5250
5251 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5252 (vc-sccs-state-heuristic): Fix typo.
5253 (vc-sccs-workfile-unchanged-p): Add missing argument.
5254
5255 * vc-rcs.el: Require vc and vc-rcs-hooks.
5256 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5257 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5258 (vc-release-greater-or-equal-p): Move from vc.
5259 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5260 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5261 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5262 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5263
5264 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5265 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5266 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5267 than the apparently unbound `workfile-version'.
5268
5269 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5270 (vc-file-prop-obarray): Use `make-vector'.
5271 (vc-backend-functions): Add new hookable functions
5272 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5273 (vc-loadup): If neither backend nor default functions exist, use
5274 the backend function rather than nil.
5275 (vc-call-backend): If the function if not bound yet, try to load
5276 the non-hook file to see if it provides it.
5277 (vc-call): New macro plus use it wherever possible.
5278 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5279 nor `vc-find-binary' since it's only called from
7f8b6551 5280 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5281 (vc-checkout-model): Fix parenthesis.
5282 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5283
7f8b6551 5284 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5285 (vc-cvs-release, vc-cvs-system-release): Remove.
5286 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5287 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5288 status symbols.
5289 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5290 (vc-cvs-toggle-read-only): First cut at a function to allow a
5291 cvs-status-free vc-toggle-read-only.
5292 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5293 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5294 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5295 (vc-cvs-checkout): Modify access rights directly if the user
5296 requested not to use `cvs edit'. And refresh the mode line.
5297
5298 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5299 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5300
53012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5304 workfile' that got lost when the code was extracted from vc.el.
5305 And merged the tail with the rest of the code (not possible in the
5306 old vc.el where the tail was shared among all backends). And
5307 explicitly set the state to 'edited if `writable' is set.
5308
5309 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5310 (vc-cvs-state): Be careful to return the value from
5311 vc-cvs-parse-state.
5312 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5313 property but return it instead. Also be careful to handle a nil
5314 or "" `rev' when workfile is non-nil (it was handled properly when
5315 workfile was nil).
5316
5317 * vc.el: Removed those pesky unnecessary `(function' quotes.
5318 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5319 directly in the defvar.
5320 (vc-do-command): Bind inhibit-read-only so as to properly handle
5321 the case where the destination buffer has been made read-only.
5322 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5323 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5324 (vc-annotate-mode-variables): Removed (code moved partly to
5325 defvars and partly to vc-annotate-add-menu).
5326 (vc-annotate-mode): Turned into a derived-mode.
5327 (vc-annotate-add-menu): Moved in code in
5328 vc-annotate-mode-variables.
5329 (vc-update-change-log): Use make-temp-file if available.
5330
53312000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5332
5333 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5334 `vc-checkout-model' updated to `vc-cvs-update-model'.
5335
53362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5337
5338 * vc.el (vc-next-action-on-file): Added handling of state
5339 `unlocked-changes'.
5340 (vc-checkout-carefully): Is now practically obsolete, unless the
5341 above is too slow to be enabled unconditionally.
5342 (vc-update-change-log): Fixed typo.
5343
5344 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5345
7f8b6551
SM
5346 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5347 Now handles state `unlocked-changes'.
5348 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5349
5350 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5351
5352 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5353 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5354 `unlocked-changes'.
5355 (vc-rcs-workfile-unchanged-p): Renamed from
5356 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5357 function yet, but supposed to become one soon.
5358
5359 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5360 `vc-steal-lock'.
5361 (vc-call-backend): Changed error message.
5362 (vc-state): Added description of state `unlocked-changes'.
5363
53642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5365
5366 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5367 always return t in CVS-controlled directories.
5368
5369 * vc.el (vc-responsible-backend): New function.
5370 (vc-register): Largely rewritten.
5371 (vc-admin): Removed (implementation moved into vc-register).
5372 (vc-checkin): Redocumented.
5373 (vc-finish-logentry): If no backend defined yet (because we are in
5374 the process of registering), use the responsible backend.
5375
5376 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5377 Updated function lists.
5378 (vc-call-backend): Fixed typo.
5379
7f8b6551
SM
5380 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5381 New functions.
5382 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5383 Removed query option. Redocumented.
7a004b71
GM
5384
53852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5386
5387 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5388
5389 * vc.el: Updated callers of `vc-checkout-required' to use
5390 `vc-checkout-model'.
5391
53922000-09-04 Martin Lorentzson <martinl@gnu.org>
5393
5394 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5395 stuff updated to reference this function instead of the old
5396 `vc-backend-release-p'.
5397
53982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5399
5400 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5401 vc-checkout-model. Return appropriate values. Updated callers.
5402
54032000-09-04 Martin Lorentzson <martinl@gnu.org>
5404
7f8b6551 5405 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5406 (vc-backend-revert): Function moved into `vc-revert';
5407 `vc-next-action' must be updated to accomodate this change.
5408 (vc-backend-steal): Function moved into `vc-finish-steal'.
5409 (vc-backend-logentry-check): Function moved into
5410 `vc-finish-logentry'.
5411 (vc-backend-printlog): Function moved into `vc-print-log'.
5412 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5413 (vc-backend-assign-name): Function moved into
5414 `vc-create-snapshot'.
5415
54162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5417
5418 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5419 Rename to vc-checkout-model. Return appropriate values.
5420 Update callers.
7a004b71 5421
7f8b6551 5422 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5423 to vc-checkout-model.
7f8b6551
SM
5424 (vc-checkout-required): Rename to vc-checkout-model.
5425 Re-implement and re-comment.
7a004b71
GM
5426 (vc-after-save): Use vc-checkout-model.
5427
54282000-09-04 Martin Lorentzson <martinl@gnu.org>
5429
7f8b6551
SM
5430 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5431 Update to use the vc-BACKEND-diff functions instead.
5432 `vc-diff' is now working.
7a004b71 5433
7f8b6551 5434 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5435
7f8b6551 5436 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5437
5438 * vc-sccs.el (vc-sccs-diff): Function changed name from
5439 `vc-backend-diff'. This makes `vc-diff' work.
5440
7f8b6551 5441 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5442 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5443 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5444 signaled during `vc-after-save'.
5445
7f8b6551
SM
5446 * vc.el: Fix typo.
5447 This checkin is made with our new VC code base for the very first time.
5448 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5449
5450 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5451 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5452
5453 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5454 updated to `vc-uses-locking'.
7f8b6551 5455 (vc-checkout-required): Call to backend function.
7a004b71
GM
5456 `vc-checkout-required' updated to `vc-uses-locking' instead.
5457
5458 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5459 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5460
7f8b6551 5461 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5462 to match the split into various backends.
7f8b6551 5463 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5464 (vc-retrieve-snapshot): Bug fix.
5465
54662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5467
5468 * vc-sccs.el (vc-sccs-release): Doc fix.
5469
54702000-09-04 Martin Lorentzson <martinl@gnu.org>
5471
5472 * vc.el (vc-next-action-on-file): Bug found and fixed.
5473 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5474 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5475
5476 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5477 (vc-rcs-checkout): Name space cleaned up. No more revision number
5478 crunching function names that are not prefixed with vc-rcs.
5479 (vc-rcs-checkout-model): Function added. References to
5480 `vc-checkout-model' replaced.
5481
54822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5483
5484 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5485 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5486 still need to be split, and implemented for RCS).
5487
54882000-09-04 Martin Lorentzson <martinl@gnu.org>
5489
5490 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5491
5492 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5493 required by the vc.el file.
5494
5495 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5496 required by the vc.el file.
5497 (vc-rcs-exists): Function added.
5498
5499 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5500 required by the vc.el file.
5501
5502 * vc.el (vc-admin): Updated to handle selection of appropriate
5503 backend. Current implementation is crufty and need re-thinking.
5504
5505 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5506
55072000-09-04 Martin Lorentzson <martinl@gnu.org>
5508
5509 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5510 beginning of annotate buffers correctly.
5511
5512 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5513 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5514 functionality updated quite a lot to support multiple backends.
5515 Variables `vc-annotate-mode', `vc-annotate-buffers',
5516 `vc-annotate-backend' added.
5517
5518 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5519 `vc-annotate-difference' added to supported backend functions.
5520
55212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5522
5523 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5524 Use with-temp-file instead of /bin/sh. Merged from mainline
5525
55262000-09-04 Martin Lorentzson <martinl@gnu.org>
5527
5528 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5529
5530 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5531
5532 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5533
55342000-09-04 Martin Lorentzson <martinl@gnu.org>
5535
5536 * vc-hooks.el: vc-state-heuristic added to
5537 vc-backend-hook-functions.
5538
5539 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5540
5541 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5542
7f8b6551
SM
5543 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5544 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5545 state to `reserved'.
5546
5547 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5548 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5549
55502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5551
7f8b6551 5552 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5553 untouched.
5554
7f8b6551 5555 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5556
7f8b6551 5557 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5558 if defined. (Merged from main line, slightly adapted.)
5559
5560 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5561 millenium problem (merged from mainline).
5562
55632000-09-04 Martin Lorentzson <martinl@gnu.org>
5564
5565 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5566 part and moved the non-BACKEND stuff to vc.el.
5567
5568 * vc.el: Split the annotate feature into a BACKEND specific part
5569 and moved it from the vc-cvs.el file to this one.
5570
55712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5572
7f8b6551
SM
5573 * vc-hooks.el: Implement new state model.
5574 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5575 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5576 locked by somebody else.
7f8b6551 5577 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5578 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5579 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5580 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5581
7f8b6551
SM
5582 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5583 Various simplifications and adaptations all over the place.
7a004b71 5584
7f8b6551
SM
5585 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5586 Simplify and adapt the rest.
7a004b71 5587
7f8b6551 5588 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5589 interaction with view mode according to recent RCS change.
7f8b6551 5590 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5591
55922000-09-04 Martin Lorentzson <martinl@gnu.org>
5593
7f8b6551 5594 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5595
55962000-09-04 Martin Lorentzson <martinl@gnu.org>
5597
5598 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5599 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5600 (vc-minor-part, vc-previous-version): Functions that operate and
5601 compare revision numbers got proper documentation. Comments added
5602 about their possible removal.
5603
56042000-09-04 Martin Lorentzson <martinl@gnu.org>
5605
5606 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5607 the vc-backend.el files.
5608
5609 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5610
5611 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5612 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5613 (vc-rcs-previous-version): Functions added.
5614
5615 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5616
5617 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5618
56192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5620
5621 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5622 Comment out the definition for now. What is the right procedure
7a004b71
GM
5623 to get rid of it?
5624 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5625 rewritten.
7f8b6551 5626 (vc-default-registered): Remove.
7a004b71
GM
5627 (vc-check-master-templates): New function; does mostly what the
5628 above did before.
5629 (vc-locking-user): Don't rely on the backend to set the property.
5630
5631 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5632 Rewrite documentation.
7a004b71
GM
5633 (vc-rcs-templates-grabbed): New variable.
5634 (vc-rcs-grab-templates): New function.
7f8b6551 5635 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5636
5637 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5638 Rewrite documentation.
7a004b71
GM
5639 (vc-sccs-templates-grabbed): New variable.
5640 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5641 (vc-sccs-registered): Rewrite to use above mechanism.
5642 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5643 Don't throw the result, simply return it.
7a004b71 5644
7f8b6551
SM
5645 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5646 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5647 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5648
7f8b6551 5649 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5650 from main line.
5651
56522000-09-04 Martin Lorentzson <martinl@gnu.org>
5653
7f8b6551 5654 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5655
7f8b6551 5656 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5657
7f8b6551
SM
5658 * vc-rcs.el (vc-rcs-diff): New function.
5659 (vc-rcs-checkout): Bug (typo) found and fixed.
5660 (vc-rcs-register-switches): New variable.
7a004b71
GM
5661
5662 * vc.el (vc-backend-diff): Function removed and placed in the
5663 backend files.
5664
56652000-09-04 Martin Lorentzson <martinl@gnu.org>
5666
5667 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5668
5669 * vc.el (vc-backend-checkout): Function removed and replaced in
5670 the vc-backend.el files.
5671
5672 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5673
5674 * vc.el (vc-backend-admin): Removed and replaced in the
5675 vc-backend.el files.
5676
5677 * vc.el (Martin): Removed all the annotate functionality since it
5678 is CVS backend specific.
5679
56802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5681
5682 * spec.txt: Added specification of vc-state.
5683
5684 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5685 Remove handling of vc-latest-version and
7a004b71
GM
5686 vc-your-latest-version. What used to be vc-latest-version, is now
5687 returned as vc-workfile-version.
7f8b6551 5688 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5689
56902000-09-04 Dave Love <fx@gnu.org>
5691
5692 * vc.el: [Merged from mainline.]
5693 (vc-dired-mode): Make the dired-move-to-filename-regexp
5694 regexp match the date, to avoid treating date as file size.
5695 Add YYYY S option to WESTERN/
5696
56972000-09-04 Dave Love <fx@gnu.org>
5698
5699 * vc.el: Require `compile' when compiling.
5700 (vc-logentry-check-hook): New option.
5701 (vc-steal-lock): Use compose-mail.
5702 (vc-dired-mode-map): Defvar when compiling.
5703 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5704 vc-sccs.el and renamed. Callers changed.
5705 (vc-backend-checkout, vc-backend-logentry-check)
5706 (vc-backend-merge-news): Doc fix.
5707 (vc-default-logentry-check): New function.
5708 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5709 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5710 (vc-backend-merge): Doc fix. Use backend functions.
5711 (vc-check-headers): Use backend functions.
5712
5713 * vc-cvs.el: Require vc when compiling.
5714 (vc-cvs-register-switches): Doc fix.
5715 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5716 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5717 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5718 New functions (code from vc.el).
5719 (vc-annotate-display-default): Fix interactive spec.
5720 (vc-annotate-time-span): Doc fix.
5721
5722 * vc-rcs.el: Require vc when compiling.
5723 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5724 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5725 (vc-rcs-checkin): New functions (code from vc.el).
5726 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5727 Doc fix.
5728 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5729
5730 * vc-sccs.el: Require vc when compiling.
5731 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5732 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5733 (vc-sccs-revert)
5734 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5735 from vc.el).
5736 (vc-sccs-add-triple, vc-sccs-record-rename)
5737 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5738 (vc-sccs-admin): Doc fix.
5739
57402000-09-04 Martin Lorentzson <martinl@gnu.org>
5741
5742 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5743 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5744 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5745 from vc.el.
5746
5747 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5748
5749 * vc-cvs.el: Moved the annotate functionality from vc.el.
5750 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5751
57522000-09-04 Dave Love <fx@gnu.org>
5753
5754 * vc.el (vc-backend-release): Call vc-system-release.
5755
5756 * vc-sccs.el (vc-sccs-system-release):
5757 Renamed from vc-sccs-backend-release.
5758
5759 * vc-rcs.el (vc-rcs-system-release):
5760 Renamed from vc-rcs-backend-release.
5761
5762 * vc-cvs.el (vc-cvs-system-release):
5763 Renamed from vc-cvs-backend-release.
5764
57652000-09-04 Dave Love <fx@gnu.org>
5766
5767 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5768 backend files.
5769 (vc-backend-release): Dispatch to backend functions.
5770 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5771 probably needs attention.]
5772
5773 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5774 (vc-sccs-backend-release): New function.
5775
5776 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5777 (vc-cvs-backend-release): New function.
5778
5779 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5780 Doc fix.
5781 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5782 (vc-default-dired-state-info): New function.
5783 (vc-dired-state-info): Dispatch to backends.
5784 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5785
5786 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5787 from vc.el and renamed.
5788
57892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5790
5791 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5792 (vc-version-other-window, vc-backend-assign-name): Removed
5793 references to vc-latest-version; sometimes changed into
5794 vc-workfile-version.
5795
5796 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5797 vc-rcs-master-workfile-version.
5798 (vc-rcs-workfile-version): Use the above. Don't call
5799 vc-latest-version (that was unreachable code, anyway).
5800 (vc-rcs-fetch-master-properties): Doc fix.
5801
5802 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5803 (vc-backend-hook-functions): Removed them from this list, too.
5804 (vc-fetch-properties): Removed.
5805 (vc-workfile-version): Doc fix.
5806
5807 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5808 (vc-rcs-workfile-version, vc-rcs-locking-user)
5809 (vc-rcs-uses-locking): Use it.
5810
5811 * vc-hooks.el (vc-consult-rcs-headers):
5812 Moved into vc-rcs-hooks.el, under the name
5813 vc-rcs-consult-headers.
5814
5815 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5816 headers.
5817 (vc-cvs-find-master): Use this name only; correct different
5818 versions of the name.
5819
5820 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5821 New functions.
5822 (vc-sccs-locking-user): Use the latter.
5823
5824 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5825 New functions.
5826
5827 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5828 Moved into both
5829 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5830 functions are implementation details of those two backends.
5831
58322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5833
5834 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5835 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5836
5837 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5838 (vc-sccs-parse-locks): SCCS-specific code moved here from
5839 vc-hooks.
5840
5841 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5842 code moved here from vc-hooks.
5843
5844 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5845 into back-end specific parts and removed. Callers not updated
5846 yet; because I guess these callers will disappear into back-end
5847 specific files anyway.
5848
58492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5850
5851 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5852 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5853 `vc-uses-locking'.
5854
5855 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5856 Store yes/no in the property, and return t/nil. Updated all
5857 callers.
5858
5859 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5860 vc-sccs-uses-locking. Don't set property.
5861 (vc-sccs-locking-user): Don't set property.
5862
5863 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5864 vc-cvs-uses-locking. Don't set property here; leave that to
5865 vc-hooks.
5866 (vc-cvs-locking-user): Reflect above change. Streamlined.
5867
5868 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5869 vc-rcs-uses-locking.
5870 (vc-rcs-locking-user): Reflect above change.
5871
58722000-09-04 Dave Love <fx@gnu.org>
5873
5874 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5875
5876 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5877
5878 * vc-hooks.el (vc-checkout-model): Punt to backends.
5879
5880 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5881
5882 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5883
5884 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5885 New functions.
5886
5887 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5888 New functions.
5889
5890 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5891 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5892
5893 * vc-hooks.el (vc-default-locking-user): New function.
5894 (vc-locking-user, vc-workfile-version): Punt to backends.
5895
58962000-09-04 Dave Love <fx@gnu.org>
5897
5898 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5899 (vc-master-workfile-version): Moved from vc-hooks.
5900
5901 * vc-rcs-hooks.el: Fix duplicate code in last change.
5902
5903 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5904 (vc-rcs-master-templates): Improve :type.
5905 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5906 vc-master-workfile-version): Moved from vc-hooks.
5907
5908 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5909 (vc-sccs-master-templates): Improve :type.
5910 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5911
5912 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5913
5914 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5915 (vc-cvs-master-templates): Improve :type. Use
5916 vc-cvs-find-cvs-master.
5917 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5918 from vc-hooks.
5919 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5920
5921 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5922 Moved to vc-cvs-hooks.
5923
5924 * vc-hooks.el: Add doc strings in various places. Simplify the
5925 minor mode setup.
5926 (vc-handled-backends): New user variable.
5927 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5928 simplification.
5929
59302000-09-04 Dave Love <fx@gnu.org>
5931
5932 * vc.el: Some doc fixes for autoloaded and interactive functions.
5933 Fix compilation warnings from ediff stuff.
5934 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5935
5936 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5937
5938 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5939
5940 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5941
59422000-09-04 Dave Love <fx@gnu.org>
5943
5944 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5945 New variable.
5946 (vc-make-backend-function, vc-loadup, vc-call-backend)
5947 (vc-backend-defines): New functions.
5948
5949 * vc-hooks.el: Various doc fixes.
5950 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5951 (vc-match-substring): Function removed. Callers changed to use
5952 match-string.
5953 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5954 Simplify.
5955
59562000-09-04 Dave Love <fx@gnu.org>
5957
5958 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5959 type.
5960 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5961 (vc-sccs-registered): Doc fix.
5962
5963 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5964 (vc-cvs-registered): Doc fix.
5965
5966 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5967 (vc-rcs-registered): Doc fix.
5968
59692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5970
5971 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5972
5973 * vc-hooks.el: vc-registered has been renamed
5974 vc-default-registered. Some functions have been moved to the
5975 backend specific files. they all support the
5976 vc-BACKEND-registered functions.
5977
59782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5979
5980 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5981
5982 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5983
a033ea13
DL
59842000-09-04 Dave Love <fx@gnu.org>
5985
179fc9ef
DL
5986 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5987 menu-bar-update-hook.
5988
5989 * help.el (help-manyarg-func-alist): Add
5990 find-operation-coding-system.
5991
a033ea13
DL
5992 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5993
5994 * custom.el (custom-set-variables): Print message about errors in
5995 setting.
5996
f8803e97
AI
59972000-09-03 Andrew Innes <andrewi@gnu.org>
5998
5999 * makefile.w32-in: Change to DOS line endings.
6000
59836110
EZ
60012000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6004 minor-mode keymaps, if they don't have one.
6005
5514ba5c
EZ
60062000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * eshell/esh-module.el (eval-when-compile): Don't lose if
6009 esh-module.el's file name is truncated to DOS 8+3 limits.
6010
79cf8e80
JW
60112000-09-01 John Wiegley <johnw@gnu.org>
6012
6013 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6014 predicate, which caused entries in the completion list to be
6015 doubled.
6016
60172000-08-30 John Wiegley <johnw@gnu.org>
6018
6019 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6020 sending to subprocesses. Also, hook pre-command-hook if
6021 `eshell-send-direct-to-subprocesses' is non-nil.
6022 (eshell-send-direct-to-subprocesses): New config variable. If t,
6023 subprocess input is send immediately.
6024 (eshell-toggle-direct-send): New function.
6025 (eshell-self-insert-command): New function.
6026 (eshell-intercept-commands): New function.
6027 (eshell-send-input): If direct subprocess sending is enabled,
6028 don't echo any input to the Eshell buffer. Let the subprocess
6029 handle that. This requires "stty echo" in bash, for example.
6030
60312000-08-28 John Wiegley <johnw@gnu.org>
6032
6033 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6034 completion function for Eshell's implementation of `unset'.
6035
778911b9
EZ
60362000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6037
6038 * info.el (Info-directory-list): Doc fix.
6039
05d07b49
PB
60402000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6041
9b4a7800 6042 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6043 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6044
9941d4c7
KH
60452000-08-31 Kenichi Handa <handa@etl.go.jp>
6046
6047 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6048 coding systems.
6049
af9ba8ad
AI
60502000-08-30 Andrew Innes <andrewi@gnu.org>
6051
6052 * timer.el (run-with-idle-timer): Undo last change, so that timer
6053 is not activated immediately if Emacs is already idle. Some
6054 existing code relies on this behaviour.
6055
caccd8f2
MB
60562000-08-30 Miles Bader <miles@gnu.org>
6057
6058 * frame.el (set-frame-font): Do completion of font-name for
6059 interactive use.
6060
b64c0a1c
KH
60612000-08-30 Kenichi Handa <handa@etl.go.jp>
6062
6063 * international/quail.el (quail-start-translation): Bind locally
6064 last-command-event, last-command, and this-command.
6065 (quail-start-conversion): Likewise.
75cf0095 6066 (quail-self-insert-command): Fix docstring.
b64c0a1c 6067
fd5f61d3
GM
60682000-08-29 Gerd Moellmann <gerd@gnu.org>
6069
6070 * progmodes/executable.el
6071 (executable-make-buffer-file-executable-if-script-p): Check that
6072 buffer contains at least 2 characters.
6073
5b671d04
EZ
60742000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6075
6076 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6077
485d9513
DL
60782000-08-29 Dave Love <fx@gnu.org>
6079
a39fb83d
DL
6080 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6081 (diff-mode-shared-map): Bind mouse-2.
6082 (diff-imenu-generic-expression): New variable.
6083 (diff-mode): Use it.
6084
485d9513
DL
6085 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6086 (mouse-popup-menubar): Add minor mode menus.
6087 (popup-menu): Check for lookup-key returning number.
6088
ba3478d9
MB
60892000-08-29 Miles Bader <miles@gnu.org>
6090
6091 * comint.el (comint-send-input): Create overlays using the proper
6092 front/read-advance arguments.
9b4a7800 6093
c3d6d211
GM
60942000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6095
6096 * ps-print.el: Even/odd pages printing. Doc fix.
6097 (ps-print-version): New version number (6.0).
6098 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6099 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6100 (ps-print-duplex-feature): Variable eliminated.
6101 (ps-even-or-odd-pages): New variable.
6102
ba087cd7 6103 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6104 (ebnf-version): New version (3.3).
6105 (ebnf-user-arrow): Change variable customization to sexp.
6106 (ebnf-user-arrow): Function eliminated.
6107 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6108
d313265f
KH
61092000-08-29 Kenichi Handa <handa@etl.go.jp>
6110
cba62b78 6111 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6112 (help-make-xrefs): Handle help-xref-mule-regexp.
6113
6114 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6115 variable.
6116 (describe-input-method): Temporarily activate the specfied input
6117 method to display the information.
6118 (describe-language-environment): Hyperlinks to mule related items.
6119
6120 * international/mule-diag.el (charset-multibyte-form-string): New
6121 function.
6122 (list-character-sets-1): Use charset-multibyte-form-string.
6123 (describe-character-set): New function.
6124 (describe-coding-system): Hyperlinks to safe character sets.
6125
6126 * international/quail.el (quail-help): New arg PACKAGE.
6127 Hyperlinks to mule related items.
6128 (quail-help-insert-keymap-description): Use
6129 substitute-command-keys instead of describe-bindings.
6130 (quail-translation-help): Hyperlinks to mule related items.
6131
b4bd214e
JW
61322000-08-28 John Wiegley <johnw@gnu.org>
6133
ca7aae91
JW
6134 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6135 have a defsubst call itself. Made `eshell-flatten-list' back into
6136 a function again.
6137
b4bd214e
JW
6138 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6139 catch, in case re-centering point at bottom messes up the display.
6140 This happens frequently in Emacs 21, due I believe to variable
6141 line heights.
6142
6143 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6144 to call `find-tag-interactive'.
6145
6146 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6147 the list of remember directories.
6148
d44e146b
JW
61492000-08-28 John Wiegley <johnw@gnu.org>
6150
6151 * align.el: Test align-region-separate to see if it's a symbol.
6152
546c0888 61532000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6154
6155 * eshell/esh-util.el (eshell-flatten-list): Made this function
6156 into a defsubst form. It gets used very frequently, although
6157 calls don't occur all that often.
6158
6159 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6160 examining it.
6161
6162 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6163 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6164 `eshell-protect'.
6165 (eshell-copy-handles): Created a new macro for duplicating the
6166 current set of open handles. This is needed by the looping
6167 functions.
6168 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6169 is not incorrectly stomped on.
6170
6171 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6172 declaration for pcomplete-use-paring.
6173 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6174 value of eshell-cmpl-use-paring.
6175 * pcomplete.el (pcomplete-use-paring): New config variable, to
6176 indicate whether paring should be used.
6177 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6178 completion alternatives that have already been used.
6179
6180 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6181 bound to C-c C-y, which will repeat the previous N arguments
6182 (based on prefix argument).
6183 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6184
6185 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6186 if there is no *Help* buffer. This is for XEmacs, which renames
6187 its help buffers uniquely. TODO: Find out what the current buffer
6188 name to delete is.
6189
6190 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6191 first entry that correlates to a passwd/group number. Later
6192 entries (used for group/user name aliasing to multiple IDs) are
6193 ignored.
6194
9b4a7800
TTN
6195 * eshell/em-xtra.el (eshell/expr):
6196 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6197 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6198 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6199 argument list, before passing it to the system command.
6200
6201 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6202 `find-tag' for use at final position in Eshell buffers (which
6203 otherwise triggers an error on Emacs 21).
6204 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6205 buffer, if it is currently bound to `find-tag'.
6206
6207 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6208 in the list of matched Makefile names.
6209 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6210 directory, prefer its contents to Makefile.
6211
6212 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6213 directory parts (like "cd old new", or "cd =regexp"), are now case
6214 sensitive on non-Windows/DOS platforms.
6215
6216 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6217 types RET after an open delimiter (like "), display a message
6218 indicating that Eshell is waiting for the closing delimiter.
6219
6220 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6221 environment variables.
6222
6223 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6224 gracefully if the user enters incorrect arguments.
6225
6226 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6227 Eshell buffers.
6228
9b4a7800
TTN
6229 * eshell/esh-var.el (eshell-interpolate-variable):
6230 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6231 * eshell/em-unix.el (eshell-du-sum-directory):
6232 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6233 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6234 (not (= ...)).
6235
6236 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6237 to ensure the `preserve' flag gets propagated when doing recursive
6238 directory copies.
6239
546c0888 62402000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6241
6242 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6243 Don't convert \n into \0177 in memory.
6244 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6245 and back again, when reading and writing.
9b4a7800 6246
546c0888 62472000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6248
6249 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6250 testing of `fboundp' on `processp'.
6251
6252 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6253 (eshell/jobs): Don't call process-list if it is not bound.
6254 (eshell-gather-process-output): Support systems where async
6255 subprocesses aren't supported.
6256 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6257 variables.
6258
6259 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6260 eshell-do-eval returns t.
6261 (eshell-do-pipelines-synchronously): New defmacro.
6262 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6263 when async subprocesses aren't supported.
6264 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6265 if async subprocesses aren't supported.
6266 (eshell-resume-command): Don't assume STATUS is a string.
6267
6268 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6269
6270 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6271 (eshell-close-target, eshell-get-target): Use eshell-processp.
6272 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6273 fix.
6274 (eshell-get-target, eshell-create-handles): Doc fix.
6275
546c0888 62762000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6277
546c0888 6278 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6279 criterion to include commands that output something, as long as it
6280 leaves both the command and the end-of-buffer visible when the
6281 command has exited.
6282 (eshell-review-quick-commands): Adjust the help doc string
6283 accordingly.
6284
2a371c3b
PB
62852000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6286
8348e1f9 6287 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6288 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6289
9b4a7800 6290 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6291 (file-cache-assoc-function): New variable
6292 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6293 Use file-cache-case-fold-search variable
6294 (file-cache-add-file): Use file-cache-assoc-function
6295 (file-cache-delete-file): likewise
6296 (file-cache-directory-name): likewise
6297 (file-cache-debug-read-from-minibuffer): likewise
6298
95931eb1
GM
62992000-08-28 Gerd Moellmann <gerd@gnu.org>
6300
6301 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6302 (abbrev-table-name): New function.
6303 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6304 If non-nil list local abbrev, only.
6305
bb17930d
GM
63062000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6307
546c0888
EZ
6308 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6309 from Gnus support code, and use special article copy buffer
bb17930d
GM
6310 `(gnus-original-article-buffer)' instead. This allows to get rid
6311 of article-hide-headers usage (which breaks in the latest Gnus
6312 version). Thanks to Detlev Zundel.
6313
41a68aef
KH
63142000-08-28 Kenichi Handa <handa@etl.go.jp>
6315
6316 * international/quail.el (quail-use-package): Hide "... loaded"
6317 message.
6318 (quail-start-translation, quail-start-conversion): Likewise.
6319
6320 * international/kkc.el (kkc-region): Hide "... loaded" message.
6321
28bb2cef
DL
63222000-08-27 Dave Love <fx@gnu.org>
6323
6324 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6325
11a1118d
MB
63262000-08-27 Miles Bader <miles@gnu.org>
6327
6328 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6329
0f85d477
KH
63302000-08-27 Kenichi Handa <handa@etl.go.jp>
6331
6332 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6333 'ja-dic-cnv), not (require 'skkdic-cnv).
6334
2d73e8d3
MB
63352000-08-26 Miles Bader <miles@gnu.org>
6336
a0e5a5a4
MB
6337 * faces.el (face-x-resources): Add entry for :inherit.
6338 * cus-face.el (custom-face-attributes): Add support for :inherit
6339 attribute. Add support for relative face heights.
6340 (custom-face-attributes-get): Treat `nil' as being a default value
6341 for :inherit (as well as `unspecified').
6342
19feb949
MB
6343 * faces.el (set-face-attribute): Update doc string.
6344 (face-attribute-name-alist): Add :inherit.
6345 (face-valid-attribute-values): Handle :inherit.
6346 (face-read-string): Rephrase prompt to be less confusing.
6347 Assume that DEFAULT is a string, since we must return a string.
6348 (face-read-integer): Use `format' to turn DEFAULT into an
6349 acceptable default for face-read-string. Match NEW-VALUE against
6350 the string "unspecified", not the symbol `unspecified', since
6351 that's what face-read-string returns.
6352 (read-face-attribute): Lookup a name for old-value in valid, and
6353 use it as a default if we find one. Treat all values from
6354 face-read-string as strings. If the default is used, don't do any
6355 more processing on the value, just use the old value directly.
6356 (read-face-and-attribute, modify-face): Tweak prompt.
6357 (read-face-name): Don't assume prompt ends with a space.
6358
2d73e8d3
MB
6359 * faces.el (describe-face): Add support for :inherit attribute.
6360
a1a2e38f
KH
63612000-08-25 Kenichi Handa <handa@etl.go.jp>
6362
e84fa7c5
KH
6363 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6364 concat doesn't accept interger.
6365
a1a2e38f
KH
6366 * international/kkc.el: Remove SKK from Keywords. Require
6367 ja-dic-utl instead of skkdic-utl.
6368
6369 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6370 Provide ja-dic-cnv instead of skkdic-cnv.
6371 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6372 (iso-2022-7bit-short): Add safe-charsets property.
6373 (skkdic-convert-postfix): Search Japanese chou-on character in
6374 addition to Hiragana character.
6375 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6376 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6377 (batch-skkdic-convert): Likewise.
6378
6379 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6380 Provide ja-dic-utl instead of skkdic-utl.
6381 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6382
f6499c03
DL
63832000-08-24 Dave Love <fx@gnu.org>
6384
1c2c3f16
DL
6385 * disp-table.el (standard-display-default): Make the test of `l'
6386 useful.
6387
f6499c03
DL
6388 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6389 mod sample text.
6390
6391 * international/iso-ascii.el: Make pilcrow convenient string
6392 consistent with section.
6393 (iso-ascii-display): Set up multibyte characters as well as
6394 unibyte.
6395
c543db81
KH
63962000-08-24 Kenichi Handa <handa@etl.go.jp>
6397
6398 * international/mule-cmds.el (reset-language-environment): Set
6399 default-process-coding-system to '(undecided . iso-latin-1), which
6400 makes process I/O almost consistent with file I/O. Call this
6401 function when mule-cmds.el[c] is loaded.
6402
746d9caf
AI
64032000-08-22 Andrew Innes <andrewi@gnu.org>
6404
6405 * makefile.w32-in: New file.
6406
5484005d
MB
64072000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6408
6409 * comint.el (comint-output-filter): Compare end of
6410 comint-last-output-overlay with the start of the newly inserted
6411 text, not the end, when deciding whether to extend it.
9b4a7800 6412 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6413
6414 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6415 since this is now done independently of font-lock mode.
6416
7a912f63
GM
64172000-08-21 Gerd Moellmann <gerd@gnu.org>
6418
6419 * server.el (server-kill-new-buffers): New user option.
6420 (server-existing-buffer): New buffer-local variable.
6421 (server-visit-files): When using an existing buffer, set
6422 server-existing-buffer to t.
6423 (server-buffer-done): If server-kill-new-buffers is t, kill the
6424 buffer, unless it was already present before visiting it with
6425 Emacs server.
9b4a7800 6426
240301df
EZ
64272000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6428
6429 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6430 even if the display doesn't support colors: some displays will
6431 support bold/underline faces.
6432
cbcef616
GM
64332000-08-21 Gerd Moellmann <gerd@gnu.org>
6434
6917e6bb
GM
6435 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6436
cbcef616
GM
6437 * startup.el (command-line): If user's init file had an error,
6438 add explanatory text to *Messages*.
6439
6922b018
KH
64402000-08-21 Kenichi Handa <handa@etl.go.jp>
6441
6442 * man.el (Man-getpage-in-background): Decode the process output by
6443 the system locale coding system.
6444
e50c4203
DL
64452000-08-20 Dave Love <fx@gnu.org>
6446
96ab6351
DL
6447 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6448 Don't test x-popup-menu.
6449 (function) <complete-function>: Complete only fbound symbols.
6450 <validate, value>: New.
6451 (variable) <complete-function>: Complete only bound symbols.
6452 (coding-system): Add :base-only, :complete-function, :validate,
6453 :value, :prompt-match.
6454 (widget-coding-system-prompt-value): Use read-coding-system and
6455 act on :base-only.
6456 (editable-field): Add :help-echo.
6457 (widget-push-button-gui, widget-push-button-cache)
6458 (widget-gui-action, widget-editable-list-gui): COmment out, along
6459 with uses.
6460 (widget-at): Make arg optional.
6461 (widget-echo-help): Adjust for current help-echo calling sequence.
6462 (widget-specify-field, widget-specify-button)
6463 (widget-specify-insert, widget-get-sibling, widget-image-find)
6464 (widget-convert, widget-insert, widget-leave-text)
6465 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6466 (widget-setup, widget-field-find, widget-before-change)
6467 (widget-after-change, widget-default-complete)
6468 (widget-default-create, widget-default-delete)
6469 (widget-push-button-value-create, editable-field)
6470 (widget-field-prompt-value, widget-field-validate)
6471 (widget-choice-value-create, widget-choice-action)
6472 (widget-choice-validate, widget-checklist-add-item)
6473 (widget-radio-add-item, widget-radio-chosen)
6474 (widget-radio-value-inline, widget-editable-list-value-create)
6475 (widget-editable-list-entry-create)
6476 (widget-documentation-link-add)
6477 (widget-documentation-string-value-create)
6478 (widget-regexp-validate, widget-file-complete)
6479 (widget-sexp-validate, widget-plist-convert-widget)
6480 (widget-plist-convert-widget, widget-alist-convert-widget)
6481 (widget-alist-convert-widget, widget-color-complete): Simplify,
6482 particularly to avoid bindings which aren't optimized out.
6483
e50c4203
DL
6484 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6485 Doc fix.
6486 (down-list, backward-up-list, up-list, kill-sexp)
6487 (backward-kill-sexp, mark-sexp): Make arg optional.
6488 (lisp-complete-symbol): Add optional arg PREDICATE.
6489
6490 * cus-start.el: Add display-buffer-reuse-frames,
6491 file-coding-system-alist.
6492
511bd4eb
GM
64932000-08-20 Gerd Moellmann <gerd@gnu.org>
6494
6495 * startup.el (command-line): Clear realized faces after
6496 modifying TTY color mappings.
6497
a9de7d29
MB
64982000-08-20 Miles Bader <miles@gnu.org>
6499
6500 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6501 merely a subset of FACE's attributes.
6502
8a8023d9
MB
65032000-08-19 Miles Bader <miles@gnu.org>
6504
6505 * comint.el (comint-output-filter): Save the point with a marker,
6506 not just a buffer position.
6507
6508 * international/mule.el (set-buffer-process-coding-system): Make
6509 interactive prompt less confusing.
6510
1433385f
GM
65112000-08-19 Gerd Moellmann <gerd@gnu.org>
6512
6513 * hilit-chg.el: General cleanup of doc strings, comments and
6514 code formatting.
6515
136b4eda
MB
65162000-08-19 Miles Bader <miles@gnu.org>
6517
6518 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6519 Compiler macro removed; beginning-of-line is no longer always
6520 equivalent to forward-line, in the presence of fields.
6521
6522 * comint.el (comint-output-filter): Remove ad-hoc saving of
6523 restriction, and just use save-restriction, now that it works
6524 correctly. Don't adjust comint-last-input-start to account for
6525 our insertion; it shouldn't have moved because we don't use
6526 insert-before-markers anymore. Comment out call to
6527 `force-mode-line-update'; why is it here?
6528
6529 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6530 while checking for prompt to delete. Use `forward-line 0'
6531 instead of beginning-of-line.
6532 (gud-filter): Temporarily widen gud comint buffer while
6533 examining output.
6534
cdd0f857
SM
65352000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6536
ebf96bfa
SM
6537 * progmodes/sh-script.el: Big bag of typos.
6538
cdd0f857
SM
6539 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6540 check since ispell-process is not bound when ispell is not yet loaded.
6541
9bb7a286
DL
65422000-08-18 Dave Love <fx@gnu.org>
6543
6544 * image.el (find-image): Copy `spec' before using plist-put.
6545
74ec6045
GM
65462000-08-18 Gerd Moellmann <gerd@gnu.org>
6547
6548 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6549 `portugues'.
6550
6551 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6552 backward-kill-sexp, analogous to kill-sexp.
6553
6554 * progmodes/icon.el (icon-indent-line)
6555 (icon-is-continuation-line): Handle comments specially.
6556
65572000-08-17 Ken Stevens <k.stevens@ieee.org>
6558
6559 * ispell.el: Set to standard author/maintainer/keyword fields.
6560 Fine tuning to menu map appearance and operation, and added help.
6561 Remove `start' and `end' error messages when compiling.
6562 (ispell-choices-win-default-height): Fixed comment string.
6563 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6564 castellano8 dictionaries.
6565 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6566 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6567 dictionary, added italiano dictionary.
6568 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6569 word character
6570 (ispell-tex-skip-alists): Added psfig support.
6571 (ispell-skip-html): Renamed from ispell-skip-sgml.
6572 (ispell-begin-skip-region-regexp, ispell-skip-region)
6573 (ispell-minor-check): Improved html skipping support to skip across
6574 code, and recognize `&' commands without propper `;' syntax;
6575 (ispell-process-line): Fix alignment error when manually
6576 correcting spelling.
6577 (ispell): Fix comment string.
6578 (ispell-add-per-file-word-list): Always put word list on new line.
6579
3787e12e
GM
65802000-08-17 Gerd Moellmann <gerd@gnu.org>
6581
a7b28523
GM
6582 * format.el (format-encode-run-method): Fix error message to say
6583 `encode' instead of `decode'. Use save-window-excursion around
6584 shell-command-on-region as in format-decode-run-method because
6585 shell-command-on-region can display a buffer with error output.
6586 (format-decode): Don't record undo information for the decoding.
6587 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6588 that number part of the temporary buffer name so that more than
6589 one decoding using a temporary buffer can happen safely.
6590
6591 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6592 of `A-z' in the regexp.
6593
6594 * hilit-chg.el: Fix typos in commentary.
6595
3787e12e
GM
6596 * help.el (view-emacs-news): Rewritten for new naming scheme
6597 for old NEWS files.
6598
6599 * startup.el (command-line): Pop to *Messages* in case an error
6600 is signaled while loading user-init-file.
6601
d2473540
AS
66022000-08-17 Andreas Schwab <schwab@suse.de>
6603
6604 * files.el (insert-directory): Don't lose original file name,
6605 undoing an undocumented change.
6606
c0bbaf57
GM
66072000-08-17 Alex Schroeder <alex@gnu.org>
6608
6609 * sql.el (sql-magic-go): Use comint-bol.
6610 (sql-copy-column): Use comint-line-beginning-position.
6611 (comint-line-beginning-position): Define a replacement for
6612 comint-line-beginning-position if it is not fboundp.
6613
66142000-08-17 Alex Schroeder <alex@gnu.org>
6615
6616 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6617 it didn't have any effect anyway.
6618
66192000-08-17 Alex Schroeder <alex@gnu.org>
6620
6621 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6622 --pset and pager=off instead of sending \\o|cat at the beginning
6623 of the session.
6624
9d245da5
MB
66252000-08-17 Miles Bader <miles@gnu.org>
6626
6627 * progmodes/octave-inf.el: Add compatibility definition of
6628 comint-line-beginning-position.
6629
abfdbd2e
KH
66302000-08-17 Kenichi Handa <handa@etl.go.jp>
6631
6632 * startup.el (normal-top-level): Look in each dir in load-path for
6633 a leim-list.el file too. This assures of loading leim-list.el
6634 that is created at Emacs installation time even if a user have his
6635 own leim-list.el.
6636
a0b8c939
MB
66372000-08-17 Miles Bader <miles@gnu.org>
6638
6639 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6640 foreground color to black if the background is dark.
6641
7382bcae
SM
66422000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6643
6644 * loadhist.el (unload-feature): Typo.
6645
9b4a7800 6646 * finder.el (finder-compile-keywords):
7382bcae
SM
6647 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6648 to the generated file.
6649
6650 * mail/mh-e.el (mh-make-local-vars):
6651 Replace make-variable-buffer-local with make-local-variable.
6652
cdd0f857 6653 * play/landmark.el:
7382bcae 6654 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6655 * mail/mailabbrev.el (mail-abbrevs-mode):
6656 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6657 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6658
6659 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6660
6661 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6662 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6663 Allow going past the last element.
9b4a7800 6664 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6665 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6666 (cvs-mouse-toggle-mark): Don't move point.
6667 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6668
6669 * progmodes/compile.el (grep): Provide a default set of files.
6670 (next-error): Docstring fix.
6671 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6672
6673 * emacs-lisp/easy-mmode.el (define-minor-mode):
6674 Use `symbol-value' to keep the byte-compiler quiet.
6675
6676 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6677 (diff-find-source-location): New fun, extracted from diff-goto-source.
6678 (diff-goto-source): Use it.
6679 (diff-next-complex-hunk, diff-filter-lines): New function.
6680 (diff-apply-hunk): New command.
6681
6682 * smerge-mode.el (smerge-mode-menu): Doc fix.
6683
6684 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6685
4f00b8c1
DL
66862000-08-16 Dave Love <fx@gnu.org>
6687
2b5198bb
DL
6688 * windmove.el (windmove) <defgroup>: Add :version.
6689
6690 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6691 (goto-address-fontify-p, goto-address-highlight-p)
6692 (goto-address-url-face, goto-address-url-mouse-face)
6693 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6694 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6695 (goto-address-fontify, goto-address-at-mouse): Simplify,
6696 (goto-address-at-point): browse-url-url-at-point,
6697 goto-address-find-address-at-point can return nil.
6698 (goto-address-find-address-at-point): Return nil on failure.
6699
6700 * align.el (align) <defgroup>: Add :version.
6701
6702 * calculator.el (calculator): Add :version.
6703 (calculator): Use two lines for calculator window if `modeline'
6704 face is boxed.
6705
4f00b8c1
DL
6706 * play/5x5.el: Doc fixes.
6707 (5x5) <defgroup>: Add :version.
6708
6709 * play/fortune.el (fortune) <defgroup>: Add :version.
6710 (fortune-append): Fix error message.
6711 (fortune-from-region): Doc fix.
6712
6713 * play/pong.el (pong): Doc fix.
6714
6715 * play/morse.el: Keywords, commentary, autoloads.
6716
69db7ee7
EZ
67172000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6718
6719 * desktop.el (desktop-save): Don't look at symbol-value of a
6720 member of minor-mode-alist, unless it is boundp.
6721
10e1dad9
SS
67222000-08-16 Sam Steingold <sds@gnu.org>
6723
a0b8c939 6724 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6725 `while'; use `with-current-buffer' instead of `save-excursion'.
6726 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6727
9d7bcb2e
KH
67282000-08-16 Kenichi Handa <handa@etl.go.jp>
6729
6730 * international/ccl.el (declare-ccl-program): Docstring modified.
6731 (ccl-execute-with-args): Likewise.
6732
04231ab8
MB
67332000-08-16 Miles Bader <miles@gnu.org>
6734
9d245da5 6735 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6736 comint-line-beginning-position.
6737
f68446ef
GM
67382000-08-15 Gerd Moellmann <gerd@gnu.org>
6739
dc28878c
GM
6740 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6741 'buffer-menu' property.
6742 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6743 fails.
6744 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6745 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6746 wasn't killed.
10e1dad9 6747
58ed0d3b
GM
6748 * buff-menu.el (list-buffers-noselect): Don't display the
6749 *Buffer List* buffer.
6750
32dc52f7
GM
6751 * font-lock.el: Require jit-lock to prevent a very late
6752 `Loading jit-lock' message.
6753
f68446ef 6754 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6755 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6756 mail address.
6757
90ac90a2
MB
67582000-08-15 Miles Bader <miles@gnu.org>
6759
6760 * textmodes/ispell.el (ispell-graphic-p): New constant.
6761 (ispell-choices-win-default-height, ispell-help): Use
6762 `ispell-graphic-p' instead of `xemacsp'.
6763
b0a0e263
DL
67642000-08-15 Dave Love <fx@gnu.org>
6765
c1e757e3
DL
6766 * simple.el: Autoload widget-convert when compiling.
6767 (mail-user-agent): Doc fix.
6768
6769 * help.el (function-called-at-point, variable-at-point): Use
6770 with-syntax-table.
6771 (help-manyarg-func-alist): Add insert-and-inherit.
6772
6773 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6774
6775 * delsel.el (delsel-unload-hook): New function.
6776
6777 * find-file.el: Doc fixes. Move provide to end.
6778 (ff) <defgroup>: Add :link.
6779 (ff-goto-click): Deleted.
6780 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6781 Use mouse-set-point.
6782
6783 * textmodes/tildify.el: Doc fixes.
6784 (tildify) <defgroup>: Add:version.
6785
6786 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6787 (glasses-custom-set): Use set-default, not set.
6788 (minor-mode-alist): Propertize the lighter.
6789 (glasses-mode): Provide optional arg.
6790
5f847612
DL
6791 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6792 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6793 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6794 option. Provide :type.
6795 (cwarn-configuration): Provide :type.
6796 (cwarn-mode): Doc fix.
6797
6798 * add-log.el (change-log-merge): Doc fix.
6799 (change-log-redate): New command.
6800
b0a0e263
DL
6801 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6802 Doze and Dog.
6803 (browse-url): Use dolist, not mapcar.
6804 (browse-url-at-point): Check for null url.
6805 (browse-url-event-buffer, browse-url-event-point): Functions
6806 deleted.
6807 (browse-url-at-mouse, browse-url-netscape): Simplify.
6808
6809 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6810 modes.
6811 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6812 Fix previous change to mapcan.
6813 (msb--init-file-alist, msb--add-separators)
6814 (msb--make-keymap-menu): Simplify.
6815 (msb--choose-file-menu): Use copy-sequence.
6816 (msb-mode-map): Add title to keymap.
6817 (msb-unload-hook): New function.
6818
6819 * bs.el: Fix indentation.
6820 (bs) <defgroup>: Add :links.
2b5198bb
DL
6821 (bs-show): Doc fix.
6822 (bs-apply-sort-faces): Don't use window-system.
6823 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6824
70f1b78e
EZ
68252000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6826
6827 * calendar/timeclock.el (timeclock-file): Run .timelog through
6828 convert-standard-filename.
6829
956777b3
GM
68302000-08-14 Gerd Moellmann <gerd@gnu.org>
6831
3215096c
GM
6832 * emacs-lisp/authors.el: New file.
6833
956777b3
GM
6834 * paren.el (show-paren-priority): New user option.
6835 (show-paren-function): Set overlay priorities to
6836 show-paren-priority.
10e1dad9 6837
0cde1424
MB
68382000-08-14 Miles Bader <miles@gnu.org>
6839
6840 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6841 beginning-of-line with inhibit-field-text-motion bound.
6842
90cbf47e
GM
68432000-08-14 Gerd Moellmann <gerd@gnu.org>
6844
6845 * calendar/timeclock.el: New file.
6846
68472000-08-14 David Ponce <david@dponce.com>
6848
6849 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6850 `widget-button-click'. so that one can use left mouse button to
6851 click on dialog buttons.
6852
68532000-08-14 Emmanuel Briot <briot@gnat.com>
6854
6855 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6856 identifiers, since XML is case sensitive
10e1dad9 6857
79e8dca7 68582000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6859
660394d1
MB
6860 * comint.el (comint-output-filter): Don't bother frobbing
6861 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6862
6863 * comint.el (comint-send-string, comint-send-region): Make into
6864 real functions. Snapshot the prompt before sending.
6865
218c2cc7
EZ
68662000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6867
6868 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6869 technique similar to Info-index, instead of relying on specific
6870 names of relevant Index nodes.
6871 (Info-goto-emacs-command-node): Bind Info-history to nil when
6872 going to the first node found by Info-find-emacs-command-nodes.
6873
51e066d2 68742000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6875
6876 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6877
867102f2
MB
68782000-08-10 Miles Bader <miles@gnu.org>
6879
6880 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6881
af718538
EZ
68822000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6883
6884 * info.el (Info-file-list-for-emacs): More elements for the
6885 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6886 and woman manuals.
6887
c51bacd6
MB
68882000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6889
6890 * comint.el (comint-send-input): Make the newline boundary overlay
6891 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6892 (comint-output-filter): Use `insert' instead of
6893 `insert-before-markers'. Extend comint-last-output-overlay when
6894 necessary since we can't rely on insert-before-markers to do it.
6895 * gud.el (gud-filter): Use `with-current-buffer' instead of
6896 save-excursion when inserting the output, so that point gets
6897 updated correctly; the old method relied on a rather dodgy
6898 side-effect of comint-output-filter to avoid the effect of
6899 save-excursion.
6900
98532b12
EZ
69012000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6902
6903 * files.el (recover-file): Call insert-directory instead of
6904 invoking `ls' directly.
6905
3db4b719
MB
69062000-08-10 Miles Bader <miles@gnu.org>
6907
6908 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6909 (comint-last-prompt-overlay): New variables.
6910 (comint-output-filter): Implement prompt highlighting.
6911 (comint-snapshot-last-prompt): New function.
6912 (comint-send-input): Snapshot the last prompt.
6913 Use comint-highlight-input-face.
6914 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6915 Use defface instead of defcustom.
6916 (send-invisible, comint-send-eof): Snapshot the last prompt.
6917 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6918 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6919
96190aa1
SM
69202000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6921
5cda4b07
SM
6922 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6923 (regexp-opt-group): Use a list of chars for `letters'.
6924 (regexp-opt-charset): `chars' is now a list of chars.
6925 Use a char-table rather than a vector so it works for multibyte chars.
6926
96190aa1
SM
6927 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6928 Set cvs-minor-current-files to the selected fileinfo.
6929 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6930 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6931
7d093d56
EZ
69322000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6933
6934 * files.el (insert-directory): Don't call access-file on
6935 directories on DOS and Windows.
6936
b24c5811
KH
69372000-08-09 Kenichi Handa <handa@etl.go.jp>
6938
6939 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6940 longer if necessary.
6941 (ccl-embed-code): Call ccl-embed-data to store CODE in
6942 ccl-program-vector.
6943
0a6fd67e
MB
69442000-08-09 Miles Bader <miles@gnu.org>
6945
6946 * comint.el (comint-output-filter): Properly handle the case where
6947 the text surrounded by comint-last-output-overlay was deleted.
6948
9f6d1a6c
GM
69492000-08-08 Gerd Moellmann <gerd@gnu.org>
6950
25ad1371
GM
6951 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6952 non-nil.
6953 (Info-file-list-for-emacs): Remove "info" from the list because
6954 that leads to trying to use the documentation from file `info'
6955 in various situations where it isn't appropriate, for instance
6956 C-h C-k C-h i.
6957
6958 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6959 DIR and/or STRING are nil.
6960
6961 * progmodes/compile.el (compilation-setup): Make variable
6962 compilation-error-screen-columns buffer-local, as some comment
6963 in the code suggests it should be.
6964
6965 * files.el (auto-mode-interpreter-regexp): New variable.
6966 (set-auto-mode): Use it.
6967
6968 * indent.el (indent-for-tab-command): Doc fix.
6969
6970 * mouse-sel.el (mouse-sel-mode): Doc fix.
6971
9f6d1a6c
GM
6972 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6973 labels.
6974
6975 * help.el (print-help-return-message): When
6976 display-buffer-reuse-frames is set, let the help window been quit,
6977 instead of deleting it, which might delete a reused frame.
6978
3d819a75
EZ
69792000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6980
6981 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6982 rename a directory to a name that differs only by its letter case.
6983
c5a52529
KH
69842000-08-08 Kenichi Handa <handa@etl.go.jp>
6985
6986 * international/quail.el (quail-define-rules): Handle Quail decode
6987 map correctly. Add code for supporting annotations.
6988 (quail-install-decode-map): New function.
6989 (quail-defrule-internal): New optional arguments decode-map and
6990 props.
6991 (quail-advice): New function.
6992
5e9e032a
SS
69932000-08-07 Sam Steingold <sds@gnu.org>
6994
6995 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6996 `defconst', `define-condition', `with-slots'.
6997 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6998
46645f4b
MB
69992000-08-03 Miles Bader <miles@gnu.org>
7000
7001 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7002 New variable.
7003 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7004 comint-use-prompt-regexp-instead-of-fields.
7005 (comint-send-input): Add `input' field property to stuff we send to
7006 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7007 (comint-output-filter): Add `output' field property to process
7008 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7009 (comint-replace-by-expanded-history)
7010 (comint-get-old-input-default, comint-show-output)
7011 (comint-backward-matching-input, comint-forward-matching-input)
7012 (comint-next-prompt, comint-previous-prompt): Use field
7013 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7014 (comint-line-beginning-position): New function.
7015 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7016 (comint-replace-by-expanded-history-before-point): Use
7017 comint-line-beginning-position and line-end-position.
7018 (comint-last-output-overlay): New variable.
7019 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7020
7021 * shell.el (shell-prompt-pattern): Doc change.
7022 (shell-backward-command): Use line-beginning-position.
7023
7024 * gud.el (gud-gdb-complete-command): Use
7025 comint-line-beginning-position.
7026
7027 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7028 comint-bol doesn't actually go to the beginning of the line.
7029
7030 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7031 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7032 (try-expand-line-all-buffers): Likewise.
7033
7034 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7035 explicitly matching comint-prompt-regexp.
7036 (sql-copy-column): Use comint-line-beginning-position instead of
7037 explicitly matching comint-prompt-regexp.
7038
7039 * progmodes/octave-inf.el (inferior-octave-complete): Use
7040 comint-line-beginning-position.
7041
7042 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7043
7044 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7045 looking for a prompt, use `forward-line 0' instead of
7046 `beginning-of-line', to avoid getting caught by an input field.
7047
ff3d9573
GM
70482000-08-07 Gerd Moellmann <gerd@gnu.org>
7049
7050 * files.el (shell-quote-wildcard-pattern): Make sure to return
7051 PATTERN, in the Unix case.
7052
e0d8827b
EZ
70532000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7054
7055 * play/zone.el (zone): Discard any pending input before running
7056 the randomly-chosen pgm.
7057
24d55b8f
KH
70582000-08-07 Kenichi Handa <handa@etl.go.jp>
7059
7060 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7061 checking the existence of any multibyte characters.
7062
3d05e1ee
GM
70632000-08-06 Gerd Moellmann <gerd@gnu.org>
7064
6c4a4368
GM
7065 * help.el (describe-mode): Test minor-mode symbol for being
7066 bound before testing its value for being nil.
7067
3d05e1ee
GM
7068 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7069 `first', `second', and `third'.
7070
7071 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7072 (second): Make it an alias for `cadr'.
7073
6968a481
EZ
70742000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7075
7076 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7077 types of display support faces now.
7078
e49aa397
GM
70792000-08-05 Gerd Moellmann <gerd@gnu.org>
7080
7081 * pcvs.el (require): Require `cl' during compilation, only.
7082
7083 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7084 (toplevel): Remove `remq' and `remove' from autoloads.
7085 (cl-fake-autoloads): New variable. If set, arrange for an error
7086 when CL functions etc. are autoloaded.
7087
588aca27
EZ
70882000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7089
2e78d4ab
EZ
7090 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7091
85628348
EZ
7092 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7093 popped up, but the user clicks outside the menu, return an empty
7094 regexp (that causes unhighlight-regexp to have no effect).
7095
74f0e552
EZ
7096 * menu-bar.el (menu-bar-games-menu): Add Zone.
7097
588aca27
EZ
7098 * hi-lock.el (toplevel): Require font-lock.
7099
f4988be7
GM
71002000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7101
ba087cd7 7102 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7103 (ebnf-8-bit-chars): New var for bug fix.
7104 (ebnf-string): Bug fix.
7105
027b73ac
SS
71062000-08-03 Sam Steingold <sds@gnu.org>
7107
7108 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7109 instead of `buffer-string'.
7110 (require 'cl): Always, not just when compiling.
7111 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7112 necessary.
7113
2f1fa038
EZ
71142000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7115
7116 * international/mule-cmds.el (select-safe-coding-system): Make
7117 the message text about selecting a safe coding system more clear.
7118
ead53494
GM
71192000-08-02 Gerd Moellmann <gerd@gnu.org>
7120
abb2db1c
GM
7121 * hi-lock.el: New file.
7122
7123 * play/zone.el: New file.
7124
ead53494
GM
7125 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7126 value of tab-width in the original buffer. Choose a line number
7127 format that's a multiple of the original buffer's tab width, so
7128 that lines appear right.
7129
7130 * textmodes/ispell.el (ispell): New function, replacing an alias.
7131 Spell-check active region if in transient-mark-mode and mark
7132 is active; otherwise spell-check buffer.
7133
71342000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7135
7136 * ps-mule.el: Fix a customization problem on
7137 ps-mule-font-info-database-default.
7138
f4a2b0a4
EZ
71392000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7140
7141 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7142 display-mouse-p instead of window-system.
7143 (ebrowse-member-mode-map): Ditto.
7144
b685181e
GM
71452000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7146
ba087cd7
EZ
7147 * progmodes/ebnf2ps.el: Update ps-print functions call.
7148 Indentation fix. Doc fix.
b685181e
GM
7149 (ebnf-version): New version number (3.2).
7150 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7151
3b5fab87
EZ
71522000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7153
032ebb29
EZ
7154 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7155 font lock support on window-system.
7156 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7157
3b5fab87
EZ
7158 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7159 display-color-p, if fboundp, instead of window-system.
7160
7e2605e7
EZ
71612000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7164 instead of window-system.
7165
7166 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7167 window-system.
7168 (widget-choice-mouse-down-action): Use display-popup-menus-p
7169 instead of window-system.
7170
7171 * strokes.el (strokes-file): Run the file name through
7172 convert-standard-filename.
7173 (strokes-mode): Call display-mouse-p instead of looking at
7174 window-system. Change the error message accordingly.
7175
7176 * progmodes/cpp.el (toplevel): Support faces on tty's.
7177
7178 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7179 (lm-plot-square, lm-init-display): Don't use window-system.
7180
7181 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7182 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7183
7184 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7185 instead of looking at window-system.
7186
26119624
GM
71872000-07-30 Gerd Moellmann <gerd@gnu.org>
7188
7189 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7190 of testing if iswitchb-prepost-hooks is bound, because the
7191 latter will always be true when invoking a recursive minibuffer
7192 from an active Iswitchb buffer.
7193
c90596f3
EZ
71942000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7195
7196 * files.el (shell-quote-wildcard-pattern): New function.
7197 (insert-directory): Call it. Only prepend "\" to command on Unix
7198 and GNU/Linux systems.
7199
18925e78
GM
72002000-07-30 Gerd Moellmann <gerd@gnu.org>
7201
7202 * eshell/esh-groups.el: Change custom :link file names
7203 from `eshell.info' to `eshell'.
7204
72052000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7206
7207 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7208 correctly in recursive ange-ftp listings.
7209
72102000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7211
7212 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7213 ps-header-font-size-internal and
7214 ps-header-title-font-size-internal variables are not set,
7215 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7216 face text property is (foreground-color . COLOR) or
7217 `(background-color . COLOR)', ps-print crashes. Doc fix.
7218 (ps-print-version): New version number (5.2.4).
7219 (ps-plot-region): Code fix.
7220 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7221 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7222 Bug fix 2.
7223
72242000-07-30 Milan Zamazal <pdm@freesoft.cz>
7225
7226 * glasses.el (glasses-make-readable): Fix uncapitalization of
7227 identifiers like `myXMLDocument'.
7228
aeb4c63e
KF
72292000-07-28 Karl Fogel <kfogel@red-bean.com>
7230
18925e78
GM
7231 * mail/mail-hist.el (mail-hist-previous-input)
7232 (mail-hist-next-input): Do the obvious code factorization.
7233 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7234 code of above two.
7235 If inserting a message body, leave point at top.
7236
9d453139
SS
72372000-07-28 Sam Steingold <sds@gnu.org>
7238
7239 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7240 Use `<=', not `<' to compare times!
7241 (ange-ftp-ls): Remove.
9d453139 7242
b548072f
GM
72432000-07-27 Gerd Moellmann <gerd@gnu.org>
7244
27848c01
GM
7245 * play/cookie1.el: Add explanation of how to make cookie.el
7246 compatible with strfile(1) to comment.
7247
7248 * subr.el (remove, remq): New functions.
7249
3ab82477
GM
7250 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7251 escape `*' in regexps.
7252 (midnight-find): Reverse order of arguments in the funcall of
7253 TEST.
7254
7255 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7256 and `.class'.
7257
b548072f
GM
7258 * play/meese.el: Add Commentary section.
7259
27848c01
GM
72602000-07-27 Alex Schroeder <alex@gnu.org>
7261
7262 * sql.el (sql-ms): Added autoload cookie.
7263 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7264 (sql-oracle): Ditto.
7265 (sql-help): Doc change.
7266
7267 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7268 types and exceptions.
7269
72702000-07-27 Alex Schroeder <alex@gnu.org>
7271
7272 * sql.el (sql-placeholder-history): New variable.
7273 (sql-query-placeholders-and-send): New function that will query
7274 the user and replace placeholders with user input.
7275 (sql-oracle): If running on NT, set comint-input-sender to
7276 sql-query-placeholders-and-send.
7277
7278 (sql-stop): If in the SQLi buffer, insert stop notification, else
7279 present it as a message.
7280
72812000-07-27 Alex Schroeder <alex@gnu.org>
7282
7283 * sql.el (sql-input-ring-separator): Doc change.
7284 (sql-input-ring-file-name): Doc change.
7285 (sql-interactive-mode): Use `sql-input-ring-separator' and
7286 `sql-input-ring-file-name' to set the comint-mode equivalents
7287 without making them local variables.
7288 (sql-stop): Don't bind `sql-input-ring-separator' and
7289 `sql-input-ring-file-name' dynamically to their comint-mode
7290 equivalents.
7291
91ae8751
KH
72922000-07-27 Kenichi Handa <handa@etl.go.jp>
7293
7294 * international/mule.el (register-char-codings): New function.
7295 (make-coding-system): Handle `safe-chars' specification in the arg
7296 PROPERTY.
7297
7298 * international/mule-cmds.el
7299 (find-coding-systems-region-subset-p): This function deleted.
7300 (sort-coding-systems-predicate): New variable.
7301 (sort-coding-systems): New function.
7302 (find-coding-systems-region): Use
7303 find-coding-systems-region-internal.
7304 (find-coding-systems-string): Use find-coding-systems-region.
7305 (find-coding-systems-for-charsets): Check
7306 char-coding-system-table.
7307 (select-safe-coding-system-accept-default-p): New variable.
7308 (select-safe-coding-system): Mostly rewritten. New argument
7309 ACCEPT-DEFAULT-P.
7310 (select-message-coding-system): Call select-safe-coding-system
7311 with ACCEPT-DEFAULT-P arg.
7312 (reset-language-environment): Reset default-sendmail-coding-system
7313 to the default value iso-latin-1.
7314 (set-language-environment): Don't set the obsolete variable
7315 charset-origin-alist.
7316
7317 * international/codepage.el (cp-coding-system-for-codepage-1):
7318 Give `safe-chars' property to make-coding-system.
7319
7320 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7321 calling select-message-coding-system twice.
7322
7323 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7324 instead of `safe-charsets'.
7325 (cyrillic-alternativnyj): Likewise.
7326 (ccl-encode-alternativnyj): Don't check the charset
7327 cyrillic-iso8859-5.
7328
90cf4474
KH
73292000-07-27 Kenichi Handa <handa@etl.go.jp>
7330
7331 * composite.el (compose-chars-after): Preserve match data.
7332
a1f84f6d
SS
73332000-07-26 Sam Steingold <sds@gnu.org>
7334
7335 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7336 (ange-ftp-real-file-newer-than-file-p): New function.
7337 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7338 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7339
7340 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7341 * midnight.el (midnight-float-time): Ditto.
7342
e092928e
AS
73432000-07-26 Andreas Schwab <schwab@suse.de>
7344
7345 * files.el (normal-backup-enable-predicate): Correct
7346 interpretation of the return value of compare-strings.
7347
7465ebef
GM
73482000-07-26 Gerd Moellmann <gerd@gnu.org>
7349
3353ef5a
GM
7350 * isearch.el (isearch-resume): New function.
7351 (isearch-done): Add something to command-history to resume
7352 the search.
7353 (isearch-yank-line, isearch-yank-word): Use
7354 buffer-substring-no-properties instead of buffer-substring.
7355
7465ebef
GM
7356 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7357 of flyspell-mouse-map.
7358
7359 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7360 duplicate definition.
7361 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7362
7363 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7364 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7365
5044b74a
SS
73662000-07-25 Sam Steingold <sds@gnu.org>
7367
25759a92
SS
7368 * net/ange-ftp.el: Get modtime over the net.
7369 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7370 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7371 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7372 Use it.
7373 (ange-ftp-dot-to-slash): New function.
7374 (ange-ftp-fix-name-for-vms): Use it.
7375
5044b74a
SS
7376 * midnight.el (midnight-buffer-display-time): Use
7377 `with-current-buffer'.
7378
5dcfb3f4
GM
73792000-07-25 Gerd Moellmann <gerd@gnu.org>
7380
7381 * find-dired.el: Update copyright notice.
7382 (find-dired): Offer to kill a running `find'.
7383
7384 * enriched.el (enriched-face-ans): For a `foreground-color'
7385 property, return '(("x-color" COLOR))' so that COLOR will be
7386 output as a parameter of the x-color annotation. Likewise for the
7387 `background-color' property. In the case of normal face
7388 properties, don't return annotations for unspecified foreground
7389 and background face attributes.
7390
8c662166
KH
73912000-07-25 Kenichi Handa <handa@etl.go.jp>
7392
7393 * language/japan-util.el (japanese-katakana-region): Fix handling
7394 HANKAKU argument.
7395
c28da489
MB
73962000-07-25 Miles Bader <miles@gnu.org>
7397
7398 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7399 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7400 constrain-to-field.
7401
ad349719
AI
74022000-07-24 Andrew Innes <andrewi@gnu.org>
7403
7404 * timer.el (timer-activate-when-idle): Add optional parameter
7405 DONT-WAIT. Update docstring.
7406 (run-with-idle-timer): Specify extra parameter to
7407 timer-activate-when-idle, so that timer will be activated
7408 immediately if Emacs is already idle.
7409
7410 * w32-fns.el (w32-using-nt): Fix docstring.
7411
c95162f5
DL
74122000-07-24 Dave Love <fx@gnu.org>
7413
7414 * mouse.el (popup-menu): Set last-command-event.
7415 (mouse-major-mode-menu-prefix): Declare.
7416
e3c31fd5
GM
74172000-07-24 Gerd Moellmann <gerd@gnu.org>
7418
7419 * textmodes/flyspell.el: Update to author's version 1.5d.
7420
7421 * progmodes/hideshow.el: Update copyright notice.
7422
7423 * vcursor.el: Set maintainer to FSF, since author cannot
7424 be reached.
7425
7636d2a3
EZ
74262000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7427
fbe0a958
EZ
7428 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7429 the prompt.
7430
7636d2a3
EZ
7431 * mouse.el (popup-menu): Run the keymap through indirect-function,
7432 in case it was defined with define-prefix-key. If the menu is a
7433 list of keymaps, look up the binding of user's choice in each one
7434 of the keymaps.
7435 (mouse-popup-menubar): If the global and local menu-bar keymaps
7436 don't have a prompt string, create one and insert it into the
7437 keymap. Don't barf if current-local-map returns nil.
7438
e024b101
GM
74392000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7440
7441 * dired.el (dired-sort-R-check): Added to allow recursive listing
7442 to be undone.
7443 (dired-sort-other): Use it.
7444
7972fcfc
GM
74452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7446
e024b101 7447 * Release of cc-mode 5.27
7972fcfc
GM
7448
74492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7450
7451 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7452 c-beginning-of-statement-1 that caused a bad case of recursion
7453 which could consume a lot of CPU in large classes in languages
7454 that have in-expression classes (i.e. Java and Pike).
7455
7456 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7457 statements before top level constructs (i.e. case 6 is moved
7458 before case 5 and is now case 4) to catch in-expression
7459 classes in top level expressions correctly.
7460
74612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7462
7463 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7464 objc-method-intro. Case 4 removed and case 5I added.
7465
7466 * cc-langs.el (c-append-paragraph-start): New variable used by
7467 c-common-init to get paragraph-start correct.
7468 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7469 initialize paragraph-start to make it correct both with and
7470 without the javadoc special case.
7471
7472 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7473 initialize paragraph-start for javadoc markup.
7474
7475 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7476 change by defaulting this to t. It's motivated by the
7477 confusing behavior that otherwise arise from the style system
7478 when editing both java and non-java files at the same time
7479 (see the comments about style setting in c-common-init).
7480
74812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7482
7483 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7484 similar to the one in c-fill-paragraph to check the fill
7485 prefix from the adaptive fill function for sanity.
7486
74872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7488
7489 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7490 defun block.
7491
74922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7493
5044b74a 7494 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7495
74962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7497
7498 * cc-align.el (c-lineup-multi-inher): Handle lines with
7499 leading comma nicely. Extended to handle member initializers
7500 too.
7501
e024b101 7502 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7503 c-guess-basic-syntax): Fixed recognition of inheritance lists
7504 when the lines begins with a comma.
7505
5044b74a 7506 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7507
7508 * cc-vars.el (c-offsets-alist): Changed default for
7509 member-init-cont to c-lineup-multi-inher since it now handles
7510 member initializers and indents better for leading commas.
7511
75122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7513
7514 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7515 handling that caused class open lines to be recognized as
7516 statement-conts in some cases.
7517
7518 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7519 guessed by the adaptive fill function unless point is on the
7520 first line of a block comment.
7521
7522 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7523 when the buffer ends with a macro continuation char.
7524
7525 * cc-engine.el (c-guess-basic-syntax): Added support for
7526 function definitions as statements in Pike. The first
7527 statement in a lambda block is now labeled defun-block-intro
7528 instead of statement-block-intro.
7529
7530 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7531 so that the class surrounding point is selected, not the one
7532 innermost in the state.
7533
7534 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7535 recognition of switch labels having hanging multiline
7536 statements.
7537
7538 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7539 some code in c-guess-basic-syntax to a separate function.
7540 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7541 recognition of member inits with multiple line arglists.
7542 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7543 member-init-cont when the commas are in funny places.
7544
75452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7546
7547 * cc-defs.el (c-auto-newline): Removed this macro since it's
7548 not used anymore.
7549
7550 * cc-engine.el (c-looking-at-bos): New helper function.
7551 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7552 inexpr and toplevel classes apart in Pike.
7553
7554 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7555 of case 9A.
7556
7557 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7558 constant, since "class" can introduce an in-expression class
7559 in Pike nowadays.
7560
75612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7562
7563 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7564 indentation on cpp-macro lines.
7565
7566 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7567 a syntax modifier like comment-intro, to make it possible to
7568 get syntactic indentation for preprocessor directives. It's
7569 incompatible wrt to lineup functions on cpp-macro, but it has
7570 no observable effect in the 99.9% common case where cpp-macro
7571 is set to -1000.
7572
75732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7574
7575 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7576 member-init-cont when the preceding arglist is several lines.
7577
75782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7579
7580 * cc-styles.el (c-style-alist): The basic offset for the BSD
7581 style corrected to 8.
7582
75832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7584
7585 * cc-styles.el (c-style-alist): Adjusted the indentation of
7586 brace list openers in the gnu style.
7587
75882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7589
7590 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7591
7592 * cc-cmds.el (c-electric-brace, c-electric-slash,
7593 c-electric-star, c-electric-semi&comma, c-electric-colon,
7594 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7595 when c-syntactic-indentation is nil.
7596
7597 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7598 we were left at comments preceding the first statement when
7599 reaching the beginning of the buffer.
7600
7601 * cc-vars.el (c-syntactic-indentation): New variable to turn
7602 off all syntactic indentation.
7603
76042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7605
7606 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7607 between the text and the block comment ender when it hangs,
7608 depending on how many there are before the fill.
7609
76102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7611
7612 * cc-engine.el (c-beginning-of-closest-statement): New helper
7613 function to go back to the closest preceding statement start,
7614 which could be inside a conditional statement.
7615 * cc-engine.el (c-guess-basic-syntax): Use
7616 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7617
7618 * cc-engine.el (c-guess-basic-syntax): Better handling of
7619 arglist-intro, arglist-cont-nonempty and arglist-close when
7620 the arglist is nested inside parens. Cases 7A, 7C and 7F
7621 changed.
7622
7623 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7624 up-to-date with javadoc 1.2.
7625
76262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7627
7628 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7629 multiline Pike type decls.
7630
76312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7632
7633 * cc-cmds.el (c-indent-new-comment-line): Always break
7634 multiline comments in multiline mode, regardless of
7635 comment-multi-line.
7636
76372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7638
7639 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7640 fully::qualified::names in C++ member init lists. Preamble in
7641 case 5D changed.
7642
76432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7644
7645 * cc-langs.el (c-common-init): Handling of obsolete variables
7646 moved to c-initialize-cc-mode. More compatible style override
7647 when using global style variables.
7648 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7649 variables moved here.
7650
e024b101 7651 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7652 c-special-indent-hook as a style variable. Don't talk about
7653 doing (c-make-styles-buffer-local t) in a mode hook, since
7654 that's already too late to work right.
5044b74a 7655
7972fcfc
GM
7656 * cc-styles.el (c-make-styles-buffer-local): Flag style
7657 variable localness in c-style-variables-are-local-p to make
7658 the compatibility measure in c-common-init work well.
7659
7660 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7661 longer contain set-from-style.
7662 * cc-styles.el (c-initialize-builtin-style): Don't check for
7663 set-from-style on c-special-indent-hook.
7664 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7665 copy-alist is sufficient now.
7666
7667 * cc-styles.el (c-set-style, c-set-style-1,
7668 c-get-style-variables): Fixes to variable initialization so
7669 that duplicate entries in styles have the same effect
7670 regardless of DONT-OVERRIDE.
7671
7672 * cc-styles.el (c-set-style-2): Fixed bug where the
7673 initialization of inheriting styles failed when the
7674 dont-override flag is set.
7675
7676 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7677 on this.
7678
76792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7680
7681 * cc-defs.el (c-forward-comment): Removed the workaround
7682 introduced in 5.38 since it had worse side-effects. If a line
7683 contains the string "//\"", it regarded the // as a comment
7684 start since the \ temporarily doesn't have escape syntax.
7685
76862000-07-17 Emmanuel Briot <briot@act-europe.fr>
7687
7688 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7689 ada-xref.el before ada-prj.el, so that the Project menu is created
7690 when ada-prj tries to add to it.
7691 (ada-activate-keys-for-case): Suppress the characters that are not
7692 part of the Ada syntax. Better compatibility with else-mode
7693 (ada-adjust-case-interactive): When auto-casing is not active,
7694 correctly insert newlines (used to insert only ^M). Prevent the
7695 syntax table from being changed in case of an error
814299a7 7696 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7697 Do nothing if ada-auto-case is nil.
7698 (ada-after-keyword-p): Ignore keywords that are also attributes
7699 (ada-batch-reformat): Update usage comment
7700 (ada-call-from-contextual-menu): New function
7701 (ada-case-read-exceptions): Reinitialize the casing exception list
7702 first to nil first, so that the casing exception file can be
7703 shared.
7704 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7705 files.
7706 (ada-compile-goto-error): Fix regexp used to detect a file:line
7707 anywhere in the error message
7708 (ada-contextual-menu-last-point): New variable
7709 (ada-create-keymap): If the variable delete-key-deletes-forward is
7710 t on XEmacs, it means that DEL should delete one character
7711 forward.
7712 (ada-create-menu): Use :included instead of :visible for XEmacs.
7713 New submenu "Options".
7714 (ada-end-stmt-re): Correctly indent "select ... then abort"
7715 statements.
7716 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7717 even if they don't match ada-fill-comment-prefix Fix handling of
7718 paragraphs on the first or last line of a file.
7719 (ada-format-paramlist): Fix handling of default parameter values.
7720 (ada-get-body-name): New function.
7721 (ada-get-current-indent): Optimized by searchling directly for an
7722 existing generic part or a statement outside of it. Handle
7723 ada-indent-align-comments when indenting comments Replaced some
7724 regexps by testing directly the next character. This results in a
7725 huge speedup on some files. New indentation scheme for renames
7726 statements. Stop looking for the 'while' or 'for' associated with
7727 a 'loop' at the first semicolon encountered. A "return" can also
7728 match an anonymous access subprogram declaration.
7729 (ada-get-indent-noindent): Ignore strings and comments when
7730 looking for the keywords "record" and "private".
7731 (ada-goto-matching-decl-start): When matching "if", make sure we
7732 are not in fact seeing "end if". Ignore "when" statements except
7733 when initial keyword was "begin". Fix handling of nested
7734 procedures. Add a recursive call to this function to skip over
7735 other 'end' statmts. Fix indentation for "when .. => begin"
7736 (ada-in-open-paren-p): Fix indentation for complex boolean
7737 expressions, where 'and then', 'or else' and parenthesis
7738 statements are mixed up.
7739 (ada-in-paramlist-p): Skip comments while searching for the
7740 beginning Fix handling of operator declarations.
7741 (ada-indent-align-comments): New variable
7742 (ada-indent-current): Change the syntax table only in the
7743 protected section, so that we are sure it is restored correctly.
7744 (ada-indent-on-previous-lines): Use ada-use-indent and
7745 ada-with-indent Correctly indent "select ... then"
7746 (ada-indent-region): Slight speedup.
7747 (ada-indent-renames): New variable.
7748 (ada-last-which-function-subprog, ada-last-which-function-line):
7749 New variables
7750 (ada-looking-at-semi-private): Correctly indent the 'private'
7751 keyword when it is the first word in a package declaration.
7752 (ada-loose-case-word): Stop searching if at the end of the buffer.
7753 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7754 even if point is not initially at the end of the word.
7755 (ada-matching-decl-start-re): Add "when".
7756 (ada-mode): Add support for abbrev-mode, outline-mode and
7757 which-func-mode Override the old find-file.el entry in
7758 ff-special-constructs since it is using the obsolete
7759 ada-spec-suffix variable
7760 (ada-no-auto-case): New function
7761 (ada-scan-paramlist): When parsing the argument type, accept
7762 spaces (as in "X 'Class", generated by Rational Rose).
7763 (ada-other-file-name): No longer loads the other file.
7764 (ada-popup-menu): Save and restore the current buffer and cursor
7765 position before and after displaying the menu.
7766 (ada-search-ignore-complex-boolean): New function.
7767 (ada-uncomment-region): Emacs21 already knows how to delete
7768 comments not starting in the first column.
7769 (ada-use-indent): New variable
7770 (ada-which-function): New function.
7771 (ada-with-indent): New variable
7772 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7773 can be batch-compiled from the command line.
7774
7775 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7776 Add to the menu when the file is loaded, not in ada-mode-hook.
7777 Add -toolbar to the default ddd command Switches moved from
7778 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7779 ada-prj-default-comp-opt
7780 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7781 Reference Manual to the menu
7782 (ada-check-current): rewritten as a call to ada-compile-current
7783 (ada-compile): Removed.
7784 (ada-compile-application, ada-compile-current, ada-check-current):
7785 Set the compilation-search-path so that compile.el automatically
7786 finds the sources in src_dir. Automatic scrollong of the
7787 compilation buffer. C-uC-cC-c asks for confirmation before
7788 compiling
7789 (ada-compile-current): New parameter, prj-field
7790 (ada-complete-identifier): Load the .ali file before doing
7791 processing
7792 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7793 conform to gnatmake's behavior.
7794 (ada-find-file-in-dir): New function
7795 (ada-find-references): Set the environment variables for gnatfind
7796 (ada-find-src-file-in-dir): New function.
7797 (ada-first-non-nil): Removed
7798 (ada-gdb-application): Add support for jdb, the java debugger.
7799 (ada-get-ada-file-name): Load the original-file first if not done
7800 yet.
7801 (ada-get-all-references): Handles the new ali syntax (parent types
7802 are found between <>).
7803 (ada-initialize-runtime-library): New function
7804 (ada-mode-hook): Always load a project file when a file is opened,
7805 so that the casing exceptions are correctly read.
7806 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7807 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7808 to open the project file, since the latter does not work with
7809 speedbar Get default values before loading the prj file, or the
7810 default executable file name is wrong. Use the absolute value of
7811 src_dir to initialize ada-search-directories and
7812 compilation-search-path,... Add the standard runtime library to
7813 the search path for find-file.
7814 (ada-prj-default-debugger): Was missing an opening '{'
7815 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7816 variables.
7817 (ada-prj-default-gnatmake-opt): New variable
7818 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7819 buffers, the project file is the default one Save the windows
7820 configuration before displaying the menu.
7821 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7822 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7823 ...) regexp-quote identifiers names to support operators +,
7824 -,... in regexps.
7825 (ada-remote): New function.
7826 (ada-run-application): Erase the output buffer before starting the
7827 run Support remote execution of the application. Use
7828 call-process, or the arguments are incorrectly parsed
7829 (ada-set-default-project-file): Reread the content of the active
7830 project file, not the one from the current buffer When a project
7831 file is set as the default project, all directories are
7832 automatically associated with it.
7833 (ada-set-environment): New function
7834 (ada-treat-cmd-string): New special variable ${current}
7835 (ada-treat-cmd-string): Revised. The substitution is now done for
7836 any ${...} substring
7837 (ada-xref-current): If no body was found, compiles the spec
7838 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7839 compiler to get rid of command line length limitations.
7840 (ada-xref-get-project-field): New function
7841 (ada-xref-project-files): New variable
7842 (ada-xref-runtime-library-specs-path)
7843 (ada-xref-runtime-library-ali-path): New variables
7844 (ada-xref-set-default-prj-values): Default run command now does a
7845 cd to the build directory. New field: main_unit Provide a default
7846 file name even if the current buffer has no prj file.
7847
7848 * ada-prj.el:
7849 Rewritten to show a tabbed-dialog.
7850 (ada-prj-add-ada-menu): Remove the map and name parameters.
7851 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7852 New function
7853 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7854 (ada-prj-load-from-file): New function
7855 (ada-prj-save): Always save fields that depend on the current buffer
7856 (ada-prj-show-value): New function
5044b74a 7857
7972fcfc
GM
7858 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7859 Ada mode. This will allow us to display the Ada menu in any buffer
7860 we want (for project items).
7861 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7862 number of spaces in the header.
5044b74a 7863
8730a8da
DL
78642000-07-24 Dave Love <fx@gnu.org>
7865
7866 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7867
db3ca487
NF
78682000-07-23 Noah Friedman <friedman@splode.com>
7869
ad953485
NF
7870 * type-break.el (type-break): perform autosave.
7871 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7872 (type-break-do-query): Cancel query schedule while performing
7873 actual query, to avoid possibility of a second query being made
7874 while first one is already in progress.
7875 (type-break-time-stamp-format): New variable.
7876 (type-break-time-stamp): New function.
7877 (type-break-time-warning): Use it.
7878 (type-break-keystroke-warning): Use it.
7879 (type-break-noninteractive-query): Use it.
7880
03a9c6d0
NF
7881 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7882 cookie.
7883 Use add-minor-mode to set minor-mode-alist, if available.
7884 (eldoc-echo-area-use-multiline-p): New user option.
7885 (eldoc-echo-area-multiline-supported-p): New variable.
7886 (eldoc-docstring-format-sym-doc): Use them.
7887 (eldoc-mode): If not using idle timers, append to local post and
7888 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7889 (eldoc-display-message-no-interference-p): Don't interfere with
7890 edebug.
7891 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7892 (eldoc-function-arglist): New function.
7893 (eldoc-function-argstring): Use it.
7894
db3ca487
NF
7895 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7896 auto save directory exists before calling directory-files.
7897
f7ad1899
DL
78982000-07-23 Dave Love <fx@gnu.org>
7899
7900 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7901 ^o, ^u.
7902
43e764c9
DL
79032000-07-21 Dave Love <fx@gnu.org>
7904
475de6f4
DL
7905 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7906 now passed to the function. It now works properly.
7907
43e764c9
DL
7908 * smerge-mode.el (smerge-mode-menu): Fill it out.
7909
e8bea4c0
GM
79102000-07-20 Gerd Moellmann <gerd@gnu.org>
7911
7912 * info-look.el (info-lookup): If *info* is shown in another frame
7913 on the same display, select that frame, instead of switching to
7914 the Info buffer in another window of the selected frame.
7915
7916 * simple.el (universal-argument-map): Bind numeric keypad keys
7917 kp-0 to kp-9 and kp-subtract.
7918 (digit-argument): Handle these keys.
7919
bc75b4fd
DL
79202000-07-20 Dave Love <fx@gnu.org>
7921
7922 * net/goto-addr.el (goto-address-fontify): Don't bother with
7923 buffer-modified and read-only stuff -- irrelevant with overlays.
7924 Put an extra property on the overlays and use it to clean up in
7925 case goto-address is re-run.
7926
8b7bc628
RS
79272000-07-19 Richard M. Stallman <rms@gnu.org>
7928
18e21ce8
RS
7929 * timer.el (run-with-idle-timer): Doc fix.
7930
db3ca487 7931 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7932 Handle case where <...> appears inside "...".
7933 Use replace-match to edit the string more simply.
7934 (rmail-dont-reply-to): Cope with an unmatched ".
7935
50575ec2
DL
79362000-07-19 Dave Love <fx@gnu.org>
7937
7938 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7939 implementation.
7940
7941 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7942 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7943 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7944
4279296d
GM
79452000-07-19 Gerd Moellmann <gerd@gnu.org>
7946
47db06aa
GM
7947 * textmodes/refer.el: Correct maintainer's email address.
7948
7949 * progmodes/hideif.el: Correct author's email address.
7950 Fix typo in comment.
7951
7952 * xml.el: New file.
7953
4279296d
GM
7954 * mail/mailheader.el: Correct author's mail address.
7955
7956 * gnus/parse-time.el: Correct author's mail address.
7957
47db06aa 79582000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7959
7960 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7961 New user options.
7962 (comint-input-ring-file-name): Change custom type.
7963 (comint-mode-map): Bind mouse-2.
7964 (comint-insert-clicked-input): New function.
7965 (comint-send-input): Handle input highlighting.
7966
21ad0f7b
SM
79672000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7968
7969 * mouse.el (popup-menu): New function.
7970 (mouse-major-mode-menu): Use it.
7971
3b33a005
DL
79722000-07-18 Dave Love <fx@gnu.org>
7973
7974 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7975 improvements.
7976
dc1cac59
GM
79772000-07-18 Gerd Moellmann <gerd@gnu.org>
7978
21ad0f7b 7979 * faces.el (face-font-selection-order)
dc1cac59 7980 (face-font-family-alternatives): Add custom type.
db3ca487 7981
f8276b77
DL
79822000-07-18 Dave Love <fx@gnu.org>
7983
7984 * cus-edit.el (custom-variable-reset-saved)
7985 (custom-variable-reset-standard): Remove unused bindings.
7986
7987 * rect.el (open-rectangle-line): Remove unused let.
7988
7989 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7990
3d6cd763
GM
79912000-07-18 Gerd Moellmann <gerd@gnu.org>
7992
7993 * cdl.el: Fix `Maintainer' keyword.
7994
7995 * play/pong.el: Add author's email address.
7996
34342a07
SS
79972000-07-17 Sam Steingold <sds@gnu.org>
7998
7999 * files.el (insert-directory): Call `split-string' instead of
8000 re-implementing it.
8001
088831a6
GM
80022000-07-18 Gerd Moellmann <gerd@gnu.org>
8003
8004 * mail/vms-pmail.el: Change maintainer to FSF.
8005
8006 * net/goto-addr.el: Change maintainer to FSF.
8007
8008 * recentf.el: Update from author.
8009
8010 * info.el (Info-title-face-alist): Removed.
db3ca487 8011
68be2869
EZ
80122000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8013
8014 * eshell/eshell.el (eshell): Replace links to eshell.info with
8015 links to eshell, to avoid problems on systems where the manual is
8016 installed as `eshell'.
8017 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8018 * eshell/em-smart.el (eshell-smart): Ditto.
8019 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8020 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8021
8022 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8023 same-file check in the MS-DOS version (it does support inodes).
8024
8025 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8026
21ad0f7b
SM
8027 * eshell/eshell.el (eshell-directory-name):
8028 Run default directory name through convert-standard-filename.
68be2869 8029
269b4dcb
KH
80302000-07-18 Kenichi Handa <handa@etl.go.jp>
8031
21ad0f7b
SM
8032 * international/mule-cmds.el (select-safe-coding-system):
8033 Fix typo in the comment.
240a16cf 8034
21ad0f7b
SM
8035 * language/european.el (compound-text):
8036 Force katakana-jisx0201 to be designated to G1.
aa96c820 8037
21ad0f7b
SM
8038 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8039 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8040 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8041
269b4dcb
KH
8042 * international/kkc.el (kkc-after-update-conversion-functions):
8043 New variable.
8044 (kkc-update-conversion): Run functions in it at the tail.
8045
68be2869 80462000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8047
21ad0f7b
SM
8048 * lisp/align.el (align-newline-and-indent):
8049 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8050 (align-region): Fixed badly formatted minibuffer message.
8051
7a3fd467
KH
80522000-07-17 Kenichi Handa <handa@etl.go.jp>
8053
21ad0f7b 8054 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8055 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8056 the conversion list at first if appropriate.
8057 (kkc-next): Don't update kkc-next-count here.
8058 (kkc-prev): Don't update kkc-prev-count here.
8059 (kkc-show-conversion-list-update): Fix setting up of conversion
8060 list message.
8061
a45423d8
SM
80622000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8063
088831a6 8064 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8065
91a38db1
DL
80662000-07-16 Dave Love <fx@gnu.org>
8067
8068 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8069 function to be more specific.
8070
8071 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8072 non-string help-echo.
8073 (widget-types-convert-widget): Defsubst it.
8074 (widget-echo-help): Try to cope with a help-echo function of two
8075 possible sorts.
8076
3fddcdc3
JR
80772000-07-15 Jason Rumney <jasonr@gnu.org>
8078
8079 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8080 Declare as obsolete.
8081
8082 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8083
bd23a692
GM
80842000-07-14 Gerd Moellmann <gerd@gnu.org>
8085
8086 * hilit-chg.el: Fix typo.
8087
d4af987a
DL
80882000-07-14 Dave Love <fx@gnu.org>
8089
8090 * info.el (Info-mode-menu): Fix use of :help, :enable.
8091
3a4f3f86
SM
80922000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8095
cf6936a4
DL
80962000-07-13 Dave Love <fx@gnu.org>
8097
4d6d04b5
DL
8098 * emacs-lisp/easymenu.el: Doc fixes.
8099 (easy-menu-remove): Defalias to ignore.
8100
cf6936a4
DL
8101 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8102 Call throw correctly.
8103
56437999
GM
81042000-07-13 Gerd Moellmann <gerd@gnu.org>
8105
8106 * faces.el (frame-background-mode): Doc fix.
8107
8108 * simple.el (eval-expression-print-length): Change custom type to
8109 allow entering nil as value.
8110
d04a3972
DL
81112000-07-13 Dave Love <fx@gnu.org>
8112
3a4f3f86
SM
8113 * progmodes/fortran.el (fortran-imenu-generic-expression):
8114 Change definition layout.
a8189dfe
DL
8115 (fortran-mode-menu): Reinstate customize entries.
8116
d04a3972
DL
8117 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8118 Use :filter, per old XEmacs code.
8119
4bf4fb05
GM
81202000-07-12 Gerd Moellmann <gerd@gnu.org>
8121
8122 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8123 event when deciding what to send to the terminal.
8124
37328bcd
DL
81252000-07-12 Dave Love <fx@gnu.org>
8126
8127 * cus-start.el: Add optional version as 4th element of specs and
8128 use it for several things new in v21. Remove load-path. Fix type
8129 of line-number-display-limit.
8130
89492072
DL
81312000-07-11 Dave Love <fx@gnu.org>
8132
3a4f3f86
SM
8133 * progmodes/fortran.el: Don't require easymenu.
8134 Use repeat counts in various regexps.
315aa1de
DL
8135 (fortran-mode-syntax-table): Defvar directly.
8136 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8137 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8138 Use defvar, not defconst.
8139 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8140 (fortran-mode): Set fortran-comment-line-start-skip,
8141 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8142 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8143 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8144 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8145 (fortran-comment-region, fortran-electric-line-number): Simplify.
8146 (fortran-auto-fill): New function.
8147 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8148 (fortran-find-comment-start-skip):
8149 Check for non-null comment-start-skip.
8150 (fortran-auto-fill-mode, fortran-fill-statement):
8151 Use fortran-auto-fill.
315aa1de 8152 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8153 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8154
89492072
DL
8155 * widget.el (widget-plist-member): New alias.
8156
d55ead18
EZ
81572000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8158
8159 * eshell/esh-module.el (toplevel): Reference
8160 byte-compile-current-file only if it is bound.
8161
e82a2a05
GM
81622000-07-10 Gerd Moellmann <gerd@gnu.org>
8163
8164 * dired.el: Don't require `dired-aux'.
8165
1fc7fb2b
MB
81662000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8167
8168 * dired-aux.el (dired-show-file-type): New function.
8169 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8170 (dired-show-file-type): Add autoload.
8171
ab49ce15
KH
81722000-07-10 Kenichi Handa <handa@etl.go.jp>
8173
8174 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8175 change of fontset-info.
ab49ce15
KH
8176 (print-fontset): Likewise.
8177
f45aab65
SM
81782000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8179
8180 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8181
2f72fd2f
GM
81822000-07-07 Gerd Moellmann <gerd@gnu.org>
8183
e82a2a05 8184 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8185
2f72fd2f
GM
8186 * dired.el (dired-find-alternate-file): New function.
8187 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8188 (toplevel): Require dired-aux when compiling.
8189 (dired-buffers): Move defvar within file to avoid compiler warning.
8190
8191 * info.el (Info-last-search): Variable removed.
8192 (Info-search-history): New variable.
8193 (Info-search): New Info-search-history.
8194
8195 * battery.el, info-look.el: Change author's mail address.
8196
965522f5 81972000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8198
965522f5
GM
8199 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8200 if rmail-ignored-headers is nil.
8201 (rmail-retry-failure): Bind rmail-ignored-headers and
8202 rmail-displayed-headers to nil.
8203
dd8888a1
GM
82042000-07-06 Gerd Moellmann <gerd@gnu.org>
8205
e5c81191
GM
8206 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8207 (print-region-1): Don't hard code `-h' here.
8208
dd8888a1
GM
8209 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8210
e5c81191
GM
82112000-07-01 Francesco Potorti` <pot@gnu.org>
8212
8213 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8214 exim can use "your message" instead of "the message".
34342a07 8215
f45aab65
SM
82162000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8217
8218 * facemenu.el: Docstrings fixes.
8219 (facemenu-get-face): Don't use internal-find-face.
8220 (facemenu-iterate): Rename arg to match the docstring.
8221
8222 * newcomment.el (uncomment-region): Be more careful when skipping
8223 backwards over `=' not to bump into BOBP.
8224
d396e521 82252000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8226
dd8888a1
GM
8227 * ediff-diff.el (ediff-wordify): Use syntax table.
8228 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8229 ediff-color-display-p.
dd8888a1 8230 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8231 from defsubst.
8232 Got rid of special cases for NeXT and OS/2.
dd8888a1 8233 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8234 face.
34342a07 8235
5e2dfaa4
SM
82362000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8237
8238 * emacs-lisp/lucid.el: Require CL.
8239 (copy-tree, remprop): Remove, it's provided by CL.
8240 (map-keymap): Define in terms of cl-map-keymap.
8241 (extent-property, set-extent-end-glyph): New functions.
8242
8243 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8244
d5c5cddd
GM
82452000-07-05 Gerd Moellmann <gerd@gnu.org>
8246
485266d0
GM
8247 * Makefile.in (DONTCOMPILE): Add comment that the name may
8248 not be changed without changing the make-dist script.
8249
5e2dfaa4 8250 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8251 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8252
e2c46326
AI
82532000-07-05 Andrew Innes <andrewi@gnu.org>
8254
8255 * makefile.nt: Add support for `bootstrap' and related targets.
8256
a027a91b
SM
82572000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8258
8259 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8260 (easy-menu-do-define): Use `menu-item' format.
8261 Handle case where easy-menu-create-menu returns a symbol.
8262 Manually call the potential top-level filter in the function binding.
8263 (easy-menu-filter-return): New arg NAME.
8264 Convert to a keymap if MENU is an XEmacs menu.
8265 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8266 (easy-menu-converted-items-table, easy-menu-convert-item):
8267 New var and fun to memoize easy-menu-convert-item-1.
8268 (easy-menu-do-add-item): Use it.
8269 (easy-menu-create-menu): Use easy-menu-convert-item.
8270 Wrap easy-menu-filter-return around any :filter specification.
8271 Don't convert the menu if a filter was specified.
8272 Tell easy-menu-make-symbol not to check for MENU being an expression.
8273 (easy-menu-make-symbol): New arg NOEXP.
8274
5e03eb84
GM
82752000-07-05 Gerd Moellmann <gerd@gnu.org>
8276
8277 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8278 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8279 (eval-defun): If called with prefix arg, instrument code for
8280 Edebug.
8281
8282 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8283 similar to that of eval-defun.
8284
fca68a95
DL
82852000-07-04 Dave Love <fx@gnu.org>
8286
7ccbba4c
DL
8287 * hl-line.el (hl-line-overlay): Make it permanent-local.
8288
fca68a95
DL
8289 * calendar/todo-mode.el: Replaced with a working version, based on
8290 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8291
82922000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8293
8294 * paths.el (prune-directory-list): New function.
8295 (Info-default-directory-list): Rewritten to more methodically
8296 enumerate a big list of possible info directories (based on the
8297 list used by the standalone info reader).
fca68a95 8298
78e7e8a0 8299 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8300 non-existent directories from Info-directory-list.
78e7e8a0 8301
78e7e8a0
MB
8302 * paths.el (Info-default-directory-list): Try a list of possible
8303 info-directories instead of a single one. Add the possible
8304 info directory "/usr/share/info".
8305
8306 * woman.el (woman-man.conf-path): Explicitly include the debian
8307 man-db config file "/etc/manpath.config".
8308 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8309 are present in `manpath.config'.
8310 (woman-manpath): Include "/usr/share/man".
8311
67c9a1d2
GM
83122000-07-03 Gerd Moellmann <gerd@gnu.org>
8313
6753393b
GM
8314 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8315
8316 * startup.el (command-line): Initialize blink-cursor based
8317 on window-system.
8318
e4f98ad3
GM
8319 * frame.el (blink-cursor): Default to nil if not running under
8320 a window-system.
8321
2f516940
GM
8322 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8323 (face-x-resources): Remove duplicate entry for :font.
8324
67c9a1d2
GM
8325 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8326 instead of cycling through windows with next-window.
8327
8328 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8329 of cycling through windows with next-window.
8330
8331 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8332 of cycling through windows with next-window.
8333
8334 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8335 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8336 instead of cycling through windows with next-window.
8337
8338 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8339 instead of cycling through windows with next-window.
8340
8341 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8342 of cycling through windows with next-window.
8343
8344 * terminal.el (te-process-output): Use walk-windows instead of
8345 cycling through windows with next-window.
8346
8347 * server.el (server-switch-buffer): Use some-window instead of
8348 cycling through windows with next-window.
8349
8350 * window.el (some-window): New function.
8351 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8352
3a4f3f86 8353 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8354
8b7bc628 83552000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8356
8357 * window.el (walk-windows): Guarantee termination by keeping a list
8358 of all the windows already handled.
8359
d0d57043
EZ
83602000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8361
8362 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8363 window-system.
8364
8365 * man.el (Man-notify-when-ready): Don't use window-system. If
8366 Man-notify-method is newframe, and the display is not
8367 multi-frame, select the frame created for the man page.
8368 (Man-init-defvars): Doc fix.
8369
d5483ab1
GM
83702000-06-28 Gerd Moellmann <gerd@gnu.org>
8371
af5c25e1
GM
8372 * faces.el (region): Change background color for light background.
8373
8374 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8375 attribute from mode-line face of Ediff control frame.
8376
d5483ab1
GM
8377 * replace.el (query-replace-map): Bind `e' like `E'.
8378
9d47450f
EZ
83792000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8380
3a4f3f86
SM
8381 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8382 Change name to "Select All".
496b7491 8383
9d47450f
EZ
8384 * dos-fns.el (convert-standard-filename): Fix last change.
8385
0b431deb
GM
83862000-06-27 Gerd Moellmann <gerd@gnu.org>
8387
4fa9f636
GM
8388 * help.el (describe-variable): Don't insert a second `'s' in front
8389 of the string `value is shown below'. Since the syntax-table is
8390 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8391 an existing `'s', so that this won't be deleted.
8392
0b431deb
GM
8393 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8394 * pcmpl-unix.el: New files.
8395
32cad0aa
SM
83962000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8397
8398 * wid-edit.el (widget-member): Use the new plist-member.
8399
2c69ced2
GM
84002000-06-26 Gerd Moellmann <gerd@gnu.org>
8401
44c0f771
GM
8402 * replace.el (perform-replace): Undo change of 2000-04-04.
8403 Instead, move backward 1 character at the end of the loop when
8404 necessary.
34342a07 8405
1d36487c
GM
8406 * faces.el (fringe): Change face for different backgrounds.
8407
8408 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8409 patch from John.
8410
2c69ced2
GM
8411 * eshell/*.el: Change spelling of the Free Software Foundation.
8412
8413 * eshell/esh-toggle.el: Removed.
8414
8415 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8416
8417 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8418 interactively.
8419
84202000-06-26 Alex Schroeder <alex@gnu.org>
8421
8422 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8423 `define-key'; instead of checking `(emacs-version)' check for
8424 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8425 for `;' and `o' which might be electric.
8426
8427 (sql-electric-stuff): New user option.
8428 (sql-magic-go): New function which uses `sql-electric-stuff'.
8429 (sql-magic-semicolon): New function which uses
8430 `sql-electric-stuff'.
8431
8432 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8433 is not fboundp.
8434
8435 (sql-oracle-options): New variable.
8436 (sql-oracle): Use it.
8437
8438 (sql-imenu-generic-expression): Doc change.
8439 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8440 is used.
8441
8442 (sql-informix): Added command line parameter "-" to force
8443 sql-informix-program to use stdout.
8444
db1306d8
EZ
84452000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8446
3a4f3f86 8447 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8448 (cp864-decode-table): Doc fix.
8449 (cp720-decode-table): New variable, supports the Arabic OEM
8450 codepage used by Windows.
8451 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8452
c69e5fcd
DL
84532000-06-23 Dave Love <fx@gnu.org>
8454
8455 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8456 (font-lock-fontify-anchored-keywords): Use
8457 line-beginning-position.
8458 (global-font-lock-mode): Use mapc.
8459
30ad8f23
SM
84602000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8461
8462 * eshell/esh-module.el: Require CL when compiling.
8463
26b4dc84
GM
84642000-06-23 Gerd Moellmann <gerd@gnu.org>
8465
78c56e70
GM
8466 * comint.el (comint-substitute-in-file-name): Call replace-match
8467 with second and third arg t.
8468
34342a07 8469 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8470 Specify foreground color.
8471
8472 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8473 color.
8474
affbf647
GM
8475 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8476
8477 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8478 cddr instead of cdddr.
8479
25fffb31
GM
8480 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8481 instead of copy-list.
8482
8483 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8484 of copy-list.
8485
26b4dc84
GM
8486 * subdirs.el: Add eshell subdirectory.
8487
8488 * eshell: New subdirectory containing the Eshell package.
8489
8490 * pcomplete.el: New file.
8491
78c56e70
GM
84922000-06-23 Paul Eggert <eggert@twinsun.com>
8493
ea055732
GM
8494 * mail/mailpost.el (post-mail-send-it): Make sure file has
8495 proper permissions from birth.
8496
8497 * files.el (basic-save-buffer-2): When temporarily setting
8498 file modes, set them to current modes plus 0200, not to 0777.
8499
78c56e70
GM
8500 * emerge.el (emerge-make-temp-file): Make sure file has proper
8501 permissions from birth.
8502
a3a7ff33
EZ
85032000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8504
8505 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8506 backup file name through convert-standard-filename.
8507
8508 * dos-fns.el (convert-standard-filename): Convert leading
8509 directories as well. When long file names are supported, convert
8510 characters that are invalid in Windows file names.
8511
1fd9b7fe
GM
85122000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8513
8514 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8515 ps-print crashes. New feature: page selection for printing. Create
8516 raw-text-unix coding system for XEmacs. Doc fix.
8517 (ps-print-version): New version number (5.2.3).
8518 (ps-plot-region): Bug fix.
8519 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8520 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8521 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8522 funs.
8523 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8524 (ps-last-page): New vars.
8525
16ed8416
GM
85262000-06-21 Gerd Moellmann <gerd@gnu.org>
8527
8528 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8529 empty option string.
8530
4fbee715
EZ
85312000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8532
8533 * man.el (man): Doc fix.
8534
eaecfc94
KH
85352000-06-21 Kenichi Handa <handa@etl.go.jp>
8536
8537 * international/mule-cmds.el (set-language-info-alist): Docstring
8538 fixed.
8539
4a27bdfb
GM
85402000-06-20 Gerd Moellmann <gerd@gnu.org>
8541
8542 * version.el (emacs-version): Use ISO date format.
8543
8544 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8545 instead of `M-backspace'.
8546
8547 * simple.el (turn-off-auto-fill): New function.
8548
8972fe79
SM
85492000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8550
8551 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8552 Renamed from with-buffer-prepared-for-font-lock and use
8553 inhibit-modification-hooks rather than setting *-change-functions.
8554 Update all functions to use the new name.
8555 (jit-lock-first-unfontify-pos): New semantics (and doc).
8556 (jit-lock-mode): Make non-interactive.
8557 Don't automatically turn on font-lock.
8558 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8559 Always use jit-lock-after-change.
8560 Remove and restore font-lock-after-change-function.
8561 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8562 (jit-lock-after-unfontify-buffer): Remove.
8563 (jit-lock-stealth-fontify):
8564 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8565 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8566
5d80cc9c
SS
85672000-06-20 Sam Steingold <sds@gnu.org>
8568
8569 * emacs-lisp/cl-indent.el (toplevel): Indent
8570 `print-unreadable-object' properly. Untabify.
8571
f54e4d13
CD
85722000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8573
8574 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8575 Support for bibentry.
8576 (reftex-compile-variables): Fixed problem with end of section-re.
8577
8578 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8579 reftex-view-crossref-from-bibtex):
8580 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8581 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8582 Replaced `remprop' with `put'.
8972fe79
SM
8583 (reftex-view-crossref, reftex-view-crossref-when-idle):
8584 Support for bibentry.
f54e4d13 8585
8972fe79
SM
8586 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8587 New entry for bibentry package.
f54e4d13 8588
8972fe79
SM
8589 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8590 Regexp also matches "\nobibliography".
f54e4d13 8591
8972fe79
SM
8592 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8593 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8594 (reftex-ensure-write-access): New function.
8595
f54e4d13
CD
85962000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8597
8598 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8599
8600 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8601
8602 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8603
8604 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8605
8606
560c43f4
DL
86072000-06-20 Dave Love <fx@gnu.org>
8608
8609 * faces.el (frame-background-mode): Use set-default, not set, in
8610 setter.
8611 (frame-update-faces, frame-update-face-colors): Define with
8612 defalias.
8613
8614 * enriched.el (enriched-decode-foreground)
8615 (enriched-decode-background): Don't use internal-find-face.
8616
8617 * apropos.el: Doc fixes.
8618
8619 * cus-edit.el (customize-changed-options): Check arg.
8620 (customize-version-lessp): Don't require decimal point.
8621
8622 * custom.el (defcustom, defgroup): Doc fix.
8623
8624 * newcomment.el (comment) <defgroup>: Add :version.
8625 (comment-multi-line): Doc fix.
8626
8627 * emulation/mlsupport.el (define-hooked-local-abbrev,
8628 define-hooked-global-abbrev): Fix, using define-abbrev.
8629
cdf0357b
GM
86302000-06-19 Gerd Moellmann <gerd@gnu.org>
8631
8632 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8633 the whole buffer.
8634
10013d74
DL
86352000-06-19 Dave Love <fx@gnu.org>
8636
8637 * menu-bar.el (menu-bar-options-save): New function.
8638 (menu-bar-options-menu): Use it.
8639 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8640 Simplify.
8641
6922f208
AS
86422000-06-19 Andreas Schwab <schwab@suse.de>
8643
8644 * progmodes/etags.el (tags-query-replace): Put new parameters
8645 START and END at the end, for backward compatibility.
8646
10d7bf84
KH
86472000-06-19 Kenichi Handa <handa@etl.go.jp>
8648
8649 * international/codepage.el:
8650 (cp-coding-system-for-codepage-1): Delete special codes for
8651 generating xxx-dos coding system because now a CCL based coding
8652 system can handle EOL conversion by default.
8653
8654 * international/mule.el (make-coding-system): Generate subsidiary
8655 coding systems for EOL handling variants even for a CCL based
8656 coding system.
8657
8f3c9a3d
KH
86582000-06-19 Kenichi Handa <handa@etl.go.jp>
8659
8660 * international/isearch-x.el (isearch-minibuffer-input-method)
8661 (isearch-minibuffer-input-method-function): These variables
8662 deleted.
8663 (isearch-with-input-method): Don't use the above variables.
8664 (isearch-process-search-multibyte-characters): Likewise. Call
8665 read-string with the arg INHERIT-INPUT-METHOD t.
8666
c2acf685
SM
86672000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8668
13f0d185
SM
8669 * font-lock.el (font-lock-after-fontify-buffer)
8670 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8671
8672 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8673 Use consistent make-local-variable style for font-lock-fontified.
8674 (jit-lock-fontify-buffer):
8675 Don't bother checking for font-lock-mode and jit-lock-mode.
8676
c2acf685
SM
8677 * time.el: Remove trailing ^M that prevent CVS-merging.
8678
a9021acd
GM
86792000-06-16 Gerd Moellmann <gerd@gnu.org>
8680
8681 * Makefile.in (distclean): New target.
5d80cc9c 8682
0df68e9f
SM
86832000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8684
8685 * Makefile.in (srcdir): Define for update-subdirs.
8686
6344985d
GM
86872000-06-16 Gerd Moellmann <gerd@gnu.org>
8688
8689 * find-lisp.el: New file.
8690
63239267
AI
86912000-06-16 Andrew Innes <andrewi@gnu.org>
8692
8693 * time.el (display-time-mail-function): New variable, to allow
8694 external packages to indicate when new mail is available.
8695 (display-time-update): Use it.
8696
1699f991
KH
86972000-06-16 Kenichi Handa <handa@etl.go.jp>
8698
a3b37893
KH
8699 * international/mule.el (mule-version): Change version name to
8700 SAKAKI. AOI has already been used by Meadow.
8701
1699f991
KH
8702 * international/quail.el (quail-show-guidance-buf): To find the
8703 bottom window (but minibuffer), pay attention to the height of
8704 minibuffer.
8705
228b083e
EZ
87062000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8707
7d5c8691
EZ
8708 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8709 menu-bar menus. Add help strings. Don't remove the Edit menu
8710 from the menu bar, as the menu bar has enough space now.
8711
261f3289
EZ
8712 * Makefile.in (SHELL): Make sure /bin/sh is used.
8713
228b083e
EZ
8714 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8715 characters, which use series of two ^H characters instead of one.
8716
e27e8d71
GM
87172000-06-15 Gerd Moellmann <gerd@gnu.org>
8718
5d80cc9c 8719 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8720 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8721 functions.
451ec4e3
GM
8722 (Info-find-node-2): Try a case-sensitive search first, then
8723 do a case-insensitive search.
8724
8725 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8726 tutorials.
8727
b675095c
GM
8728 * complete.el (PC-env-vars-alist): New variable.
8729 (PC-complete-as-file-name): New function.
8730 (partial-completion-mode): Initialize PC-env-vars-alist from
8731 process-environment.
8732 (PC-do-completion): Handle completion of env vars.
8733
8734 * info.el (Info-set-mode-line): Show file name in mode line,
8735 use `*Info*' instead of `Info:'.
8736
e27e8d71
GM
8737 * startup.el (command-line-1): Change copyright messages to year
8738 2000.
8739
28223a7e
DL
87402000-06-15 Dave Love <fx@gnu.org>
8741
8742 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8743 not local-map.
8744
32684631
KH
87452000-06-15 Kenichi Handa <handa@etl.go.jp>
8746
8747 * international/mule.el (set-buffer-file-coding-system): Almost
8748 rewritten to handle `undecided' as no-op.
8749
9f817ea4
GM
87502000-06-14 Gerd Moellmann <gerd@gnu.org>
8751
e27e8d71 8752 * Makefile.in: New file.
dce6b995
GM
8753
8754 * Makefile: Removed.
8755
9f817ea4
GM
8756 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8757 (goto-address-highlight-keymap): Bind C-c RET.
8758
2de33f94
KH
87592000-06-14 Kenichi Handa <handa@etl.go.jp>
8760
bbf1e8a5
KH
8761 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8762 inherits buffer-file-coding-system of the current buffer.
725a6897 8763
02891cc3
KH
8764 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8765 0. Give correct argument to set-auto-coding-function.
8766 (tar-expunge): For goto-char, use (point-min), not 0.
8767 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8768 (tar-subfile-save-buffer): Likewize.
8769
2de33f94
KH
8770 * international/mule.el
8771 (after-insert-file-set-buffer-file-coding-system): Call
8772 set-buffer-file-coding-system with the arg FORCE t.
8773
1681ead6
GM
87742000-06-13 Gerd Moellmann <gerd@gnu.org>
8775
8776 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8777 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8778 the sender is set with `-f'.
1681ead6 8779
fdf4b680
DL
87802000-06-13 Dave Love <fx@gnu.org>
8781
9c50afce
DL
8782 * help.el (describe-function-1): Kluge around cases of functions
8783 fset to subrs whose doc doesn't match their symbol-name.
8784
0ad550ba 8785 * image.el (insert-image): Default STRING to a space.
f290ca08 8786
fdf4b680 8787 * info.el Doc fixes.
5d80cc9c 8788 (Info-build-node-completions): Match Ref tags.
fdf4b680 8789
9b6610db
EZ
87902000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8791
a704139d
EZ
8792 * frame.el (display-multi-frame-p, display-multi-font-p): New
8793 defaliases for display-graphic-p.
8794
9b6610db
EZ
8795 * hl-line.el: Fixed a typo in commentary.
8796
7a5ea398
KH
87972000-06-13 Kenichi Handa <handa@etl.go.jp>
8798
8799 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8800 fixed.
8801
0dc91c57
DL
88022000-06-12 Dave Love <fx@gnu.org>
8803
8804 * image.el (insert-image): Save a little consing.
8805
0bd5914b
KH
88062000-06-12 Kenichi Handa <handa@etl.go.jp>
8807
8808 * language/tibet-util.el: Convert all tibetan-1-column characters
8809 to the corresponding tibetan characters.
8810 (tibetan-add-components): Delete code for the special treatment of
8811 'a chung.
8812
8813 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8814 change.
8815 (tibetan-vowel-transcription-alist): More rules added.
8816 (tibetan-composite-vowel-alist): New variable.
8817 (tibetan-precomposition-rule-alist): More rules added.
8818
6dc7d3d5
SM
88192000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8820
9c04c393
SM
8821 * startup.el (command-line): Only call menu-bar-mode if interactive.
8822
8823 * thingatpt.el (toplevel symbol-properties):
8824 * textmodes/makeinfo.el (makeinfo-compile):
8825 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8826 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8827 (hide-ifdef-use-define-alist):
5d80cc9c 8828 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8829 (ange-ftp-vms-add-file-entry):
8830 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8831 * man.el (Man-build-man-command):
8832 * mail/rnewspost.el (news-reply-header-hook):
8833 * info.el (Info-insert-dir):
8834 * emulation/mlconvert.el (backward-word, forward-word, setq):
8835 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8836 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8837 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8838 (byte-optimize-apply, end of file):
8839 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8840 (ad-make-freeze-definition):
8841 * startup.el (command-line, command-line-1): Don't quote lambdas.
8842
6dc7d3d5
SM
8843 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8844 (cvs-cleanup-removed): New function.
8845 (cvs-cleanup-functions): New var.
8846 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8847 some flexibility in specifying additional entries to auto-cleanup.
8848 (cvs-quickdir): New function.
8849 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8850 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8851 (cvs-mode-find-file): Check that we are on a filename or dirname
8852 when invoked through a mouse-click.
8853 (cvs-full-path): Remove.
8854 (cvs-dired-action): Re-introduced.
8855 (cvs-dired-noselect): Use it.
8856 (vc-post-command-functions): use this new hook if available.
8857
8858 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8859 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8860 (cvs-filename-map, cvs-dirname-map): Remove.
8861 (cvs-default-action): Remove.
8862 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8863 if the arg is really a keymap.
8864 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8865 Don't hardcode the mapping from state (aka type) to face, but check
8866 the var cvs-fi-<type>-face instead.
8867 (cvs-fileinfo-from-entries): New function.
8868
8869 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8870 Docstring fix.
8871 (cvs-find-file-and-jump): Change default to be safer.
8872 (cvs-mode-diff-map): Define it as a function as well.
8873 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8874 Bind mouse-2 in this global map rather than with text-properties.
8875
8876 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8877 file to resolve the ambiguity between C(conflict) and C(need-merge).
8878
5050a2ef
KH
88792000-06-12 Kenichi Handa <handa@etl.go.jp>
8880
8881 * international/mule.el (set-buffer-file-coding-system): If
8882 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8883 unconditionally.
8884
35a7ac84
DL
88852000-06-12 Dave Love <fx@gnu.org>
8886
8887 * wid-edit.el (widget-specify-button): Really suppress the face if
8888 required.
8889
db8eeecd
GM
88902000-06-11 Gerd Moellmann <gerd@gnu.org>
8891
8892 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8893
70223ca4
SM
88942000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8895
8896 * imenu.el (imenu-generic-expression): Docstring fix.
8897
8898 * composite.el (composition-function-table): Move the `put'
8899 below the autoload cookie so we can load the file before loaddefs.
8900
8901 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8902
8903 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8904 Handle easy-mmode-define-global-mode.
8905 For complex macros like define-minor-mode that can generate
8906 several autoload entries, try to autoload entries in the
8907 macroexpanded code.
8908
8909 * emacs-lisp/easy-mmode.el (define-minor-mode):
8910 If KEYMAP is a symbol, just use it.
8911 Use byte-compile-current-file and load-file-name to infer the
8912 proper :require to pass to defcustom.
8913 Wrap the hook var into `progn' so as not to autoload it.
8914 Add a :autoload-end cookie.
8915 Be more careful about the evaluation of KEYMAP.
8916 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8917 (define-derived-mode): Move define-abbrev-table outside of defvar.
8918
89192000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8920
8921 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8922 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8923 (backup-compiled-files): Ignore errors during `tar'.
8924 (bootstrap): Make autoloads before elc files.
8925
9c53b34e
KH
89262000-06-10 Kenichi Handa <handa@etl.go.jp>
8927
8928 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8929 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8930
8931 * international/mule-conf.el (unix): New alias for the coding
8932 system undecided-unix.
8933
22ddd299
DL
89342000-06-09 Dave Love <fx@gnu.org>
8935
5ee42746
DL
8936 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8937
70223ca4 8938 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8939 (executable-insert): Change custom type.
8940 (executable-find): Add autoload cookie.
cc7e1d18
DL
8941 (executable-make-buffer-file-executable-if-script-p): New
8942 function. After Noah Friedman.
22ddd299
DL
8943
8944 * files.el (after-save-hook): Customize, with
cc7e1d18 8945 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8946
41ea3794
KH
89472000-06-09 Kenichi Handa <handa@etl.go.jp>
8948
f89437e3
KH
8949 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8950 "tib24p-mule.bdf" for Tibetan.
8951
7a4ee259
KH
8952 * composite.el (decompose-composite-char): Declare it as obsolete.
8953
ff6a65c2
KH
8954 * man.el (Man-fontify-manpage): Pay attention to underline and
8955 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8956
f83fe4b4
GM
89572000-06-08 Gerd Moellmann <gerd@gnu.org>
8958
8959 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8960 Set maintainer to FSF since author isn't reachable.
8961
e56d7900
DL
89622000-06-08 Dave Love <fx@gnu.org>
8963
8964 * international/mule-cmds.el (select-safe-coding-system): If
8965 DEFAULT-CODING-SYSTEM is not specified, also check the most
8966 preferred coding-system if buffer-file-coding-system is
8967 `undecided'. From Handa.
8968
d3981b49
KH
89692000-06-08 Kenichi Handa <handa@etl.go.jp>
8970
8971 * international/mule.el
8972 (after-insert-file-set-buffer-file-coding-system): If the buffer
8973 size is greater than INSERTED, judget that we are not visiting.
8974
bff71087
RV
89752000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8976
8977 * whitespace.el (defgroup whitespace): Comment out `:version'.
8978 XEmacs 20.4 has problems defining the group with this present.
8979 We'll have this commented out till get resolve the problem.
8980
45f485a6
GM
89812000-06-07 Gerd Moellmann <gerd@gnu.org>
8982
8983 * align.el: Update from author.
8984
89852000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8986
8987 * apropos.el (apropos-mode-hook): New user variable.
8988 (apropos-mode): Run apropos-mode-hook.
bff71087 8989
45f485a6
GM
89902000-06-07 David Ponce <david@dponce.com>
8991
8992 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8993 commands. Require `wid-edit' at run-time.
8994
89952000-06-07 David Ponce <david@dponce.com>
8996
8997 * recentf.el: Added some "Commentary".
8998 (recentf-open-more-files, recentf-edit-list): Minor changes to
8999 move the point at the top of the file list. This behaviour is
9000 consistent with the menu one when the list contains a lot of
9001 files.
9002 (recentf-cleanup): Now displays the number of items removed from
9003 the list.
9004 (recentf-relative-filter) New menu filter to show filenames
9005 relative to `default-directory'.
bff71087 9006
45f485a6
GM
90072000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9008
9009 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9010 with/without giving an error if PostScript printer doesn't have this
9011 kind of page size. Zebra Stripe continues or restarts on next page.
9012 Manual/automatic paper feeding. Switch or not the header.
9013 (ps-print-version): New version number (5.2.2).
9014 (ps-windows-system): Include emx as a Windows system.
9015 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9016 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9017 (ps-background-text): Code fix.
9018 (ps-error-handler-message, ps-user-defined-prologue)
9019 (ps-print-prologue-header, ps-printer-name)
9020 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9021 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9022 (ps-use-face-background): Customization fix.
9023 (ps-n-up-database): Data fix.
9024 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9025 (ps-switch-header): New vars.
9026 (ps-xemacs-color-name, ps-face-foreground-name)
9027 (ps-face-background-name, ps-boolean-constant): New funs.
9028
c14dcd22
DL
90292000-06-07 Dave Love <fx@gnu.org>
9030
9031 * allout.el: New version from Manheimer.
9032
e4044bb0
KH
90332000-06-07 Kenichi Handa <handa@etl.go.jp>
9034
9035 * textmodes/fill.el (fill-find-break-point): Check the validity of
9036 charset.
9037
59cfe8b9
KF
90382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9039
9040 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9041 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9042 Call display-color-p and display-mouse-p instead of looking at
9043 window-system.
9044
bb2337f5
DL
90452000-06-06 Dave Love <fx@gnu.org>
9046
9047 * image.el (find-image): Doc fix. Return nil if image not found.
9048 (put-image, insert-image): Make STRING arg optional.
9049
8e624fa2
KH
90502000-06-06 Kenichi Handa <handa@etl.go.jp>
9051
9052 * language/vietnamese.el: Remove eval-when-compile.
9053 (viet-viscii-nonascii-translation-table): Define it as a
9054 translation table made from viet-viscii-decode-table.
9055 (viet-viscii-encode-table): Define it as a translation table made
9056 from the reverse map of above.
9057 (viet-vscii-nonascii-translation-table): Define it as a
9058 translation table made from viet-vscii-decode-table.
9059 (viet-vscii-encode-table): Define it as a translation table made
9060 from the reverse map of above.
9061 (ccl-decode-viscii): Use translate-character.
9062 (ccl-encode-viscii, ccl-encode-viscii-font)
9063 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9064 Likewize.
bff71087 9065
8e624fa2
KH
9066 * language/cyrillic.el: Remove eval-when-compile.
9067 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9068 translation table made from cyrillic-koi8-r-decode-table.
9069 (cyrillic-koi8-r-encode-table): Define it as a translation table
9070 made from the reverse map of above.
9071 (ccl-decode-koi8): Use translate-character.
9072 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9073 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9074 a translation table made from cyrillic-alternativnyj-decode-table.
9075 (cyrillic-alternativnyj-encode-table): Define it as a translation
9076 table made from the reverse map of above.
9077 (ccl-decode-alternativnyj): Use translate-character.
9078 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9079 Likewize
9080
9081 * international/mule-diag.el (non-iso-charset-alist): Specify
9082 translation table symbol instead of translation table itself.
9083 (list-block-of-chars): CHARSET may be a translation table symbol.
9084
9085 * international/mule.el (make-coding-system): If CODING-SYSTEM
9086 already exists, override it.
9087
9088 * international/fontset.el: Use family `proportional' for Tibetan
9089 fonts.
9090
9091 * international/ccl.el (ccl-compile-translate-character): Don't
9092 check if Rrr has property translation-table.
9093 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9094
1969fae2
GM
90952000-06-05 Gerd Moellmann <gerd@gnu.org>
9096
9097 * info.el: Bind case-fold-search to t when searching in case
9098 a user sets it to nil in a hook.
9099
d5b037c5
SM
91002000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9101
d3d02e65
SM
9102 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9103 * hl-line.el (hl-line-mode): Use the new :global key argument.
9104
9105 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9106 (tar-clip-time-string): Prepend a space.
9107 (tar-grind-file-mode): Construct a string rather than modifying one.
9108 (tar-header-block-summarize): Fix docstring.
9109 Use `format' rather than an error-prone set of copy-loops.
9110
9111 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9112 (diff-goto-source, diff-unified->context, diff-context->unified)
9113 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9114 understand the format output by the `-p' argument to diff.
9115
bff71087 9116 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9117 (sh-re-done): Use defconst.
9118 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9119 (sh-help-string-for-variable, sh-guess-basic-offset):
9120 Don't quote lambdas.
9121 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9122 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9123
f7c4478f
SM
9124 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9125 (mh-letter-mode): Derive from text-mode.
9126 This implicitly means that it now calls kill-all-local-variables.
9127 Also remove the Emacs-18 compatibility code.
9128
a8add29d
SM
9129 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9130 Make use of symbol-property doc-string-elt.
9131 Use memq rather than a sequence of eq.
9132 (doc-string-elt): Fix the wrong or missing previously unused values.
9133 (autoload-print-form): New function extracted from
9134 generate-file-autoloads to allow recursion when handling progn
9135 so that defvar's and defun's docstrings are properly printed.
9136 (generate-file-autoloads): Use it.
9137
d5b037c5
SM
9138 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9139 Use find-file-hooks in the minor-mode function.
9140 Be careful not to loop indefinitely in the post-command-hook function.
9141
560ef11a 91422000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9143
1969fae2 9144 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9145 tty's.
1969fae2 9146 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9147 differences whenever appropriate.
1969fae2
GM
9148 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9149 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9150 wildcards.
9151
b5bbbb76
SM
91522000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9153
d5b037c5
SM
9154 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9155 (jit-lock-fontify-buffer): New function for JIT refontification.
9156 (jit-lock-mode): Fix docstring.
9157 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9158 Remove jit-lock-after-change from the _local_ hook.
9159 (jit-lock-function-1): Fix docstring.
9160
9161 * info.el (Info-on-current-buffer): Initialize info.
9162
9163 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9164
9165 * progmodes/tcl.el (tcl-indent-for-comment):
9166 Ignore comment-indent-hook.
9167
9168 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9169 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9170 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9171 and improve to use the lighter to guess the capitalization.
9172 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9173 Add keyword arguments to specify global-ness or the custom group.
9174 Add local-map and help-echo properties to the lighter.
9175 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9176 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9177
bfa6c260
DL
91782000-06-02 Dave Love <fx@gnu.org>
9179
9180 * wid-edit.el: byte-compile-dynamic since we typically don't use
9181 all the widgets. Don't require cl or widget. Remove
9182 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9183 (widget-read-event): Removed. Callers changed to use read-event.
9184 (widget-button-release-event-p): Renamed from
9185 button-release-event-p.
9186 (widget-field-add-space, widget-field-use-before-change):
9187 Uncustomize.
9188 (widget-specify-field): Use keymap property, not local-map.
9189 (widget-specify-button): Obey :suppress-face.
9190 (widget-specify-insert): Use modern backquote syntax.
9191 (widget-image-directory): Renamed from widget-glyph-directory.
9192 (widget-image-enable): Renamed from widget-glyph-enable.
9193 (widget-image-find): Replaces widget-glyph-find.
9194 (widget-button-pressed-face): Move defvar.
9195 (widget-image-insert): Replaces widget-glyph-insert.
9196 (widget-convert): Use keywordp.
9197 (widget-leave-text, widget-children-value-delete): Use mapc.
9198 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9199 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9200 (widget-button-click): Don't set point at the click, but re-centre
9201 if we scroll out of window. Rewritten for images v. glyphs &c.
9202 (widget-tabable-at): Use POS arg, not point.
9203 (widget-beginning-of-line, widget-end-of-line)
9204 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9205 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9206 (widget-default-create): Use widget-image-insert; some rewriting.
9207 (widget-visibility-value-create)
9208 (widget-push-button-value-create, widget-toggle-value-create): Use
9209 widget-image-insert.
9210 (checkbox): Create on and off images dynamically.
9211 (documentation-link): Change :help-echo.
9212 (widget-documentation-link-echo-help): Remove.
9213
3837de12
SM
92142000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9215
9216 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9217
9218 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9219 (easy-mmode-define-toggle, define-minor-mode): Use it.
9220 (easy-mmode-define-keymap): Docstring fix.
9221 (define-derived-mode): Default PARENT to fundamental-mode.
9222 Add the derived-mode-parent symbol-property.
9223 (easy-mmode-derived-mode-p): New function.
9224
90aa4ea8
DL
92252000-06-02 Dave Love <fx@gnu.org>
9226
37193ee6
DL
9227 * files.el (convert-standard-filename): Doc fix.
9228 (normal-backup-enable-predicate): New function.
9229 (backup-enable-predicate): Use it to replace the lambda form.
9230
9231 * calendar/todo-mode.el: [This needs more work on the outline
9232 stuff.] Doc fixes.
9233 (todo) <defgroup>: Add :version.
9234 (todo-add-category): Don't use pushnew.
9235 (todo-cmd-raise): Fix typo.
9236 (todo-top-priorities): Change temp buffer name.
9237 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9238 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9239 Use outline-next-heading.
37193ee6 9240
90aa4ea8
DL
9241 * autoarg.el: Rewritten to use define-minor-mode.
9242 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9243 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9244
2e54623a
KH
92452000-06-02 Kenichi Handa <handa@etl.go.jp>
9246
9247 * isearch.el (isearch-other-meta-char): Fix previous change.
9248
c5def0db
SM
92492000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9250
3837de12
SM
9251 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9252 (log-edit-done): Only add the comment to the ring if it's different
9253 from the last comment entered.
9254
c5def0db
SM
9255 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9256
2330c9d4
DL
92572000-06-01 Dave Love <fx@gnu.org>
9258
9259 * hl-line.el: Rewritten using define-minor-mode.
9260
9261 * help.el (describe-function-1): Distinguish special form from
9262 builtin function. Sanity-check presence of arglist for builtins.
9263
6e5dfc31
KH
92642000-06-01 Kenichi Handa <handa@etl.go.jp>
9265
4dc1225b
KH
9266 * international/characters.el: Fix syntax/category setting of
9267 Tibetan characters.
9268
9269 * language/tibet-util.el (tibetan-add-components): Fixes for new
9270 encoding of Tibetan characters.
9271 (tibetan-decompose-precomposition-alist): New variable.
9272 (tibetan-decompose-region): Convert precomposed characters to
9273 non-precomposed characters.
9274 (tibetan-decompose-string): Likewise.
9275 (tibetan-composition-function): Fix args to
9276 thibetan-compose-string.
9277
9278 * language/tibetan.el (tibetan-composable-pattern): More
9279 characters included.
9280 (tibetan-consonant-transcription-alist): Rule for "R" added.
9281 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9282 "+R" added.
9283 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9284
eadef5e6
KH
9285 * language/lao-util.el (lao-composition-function): Fix args to
9286 compose-string.
9287
9288 * language/thai-util.el (thai-composition-function): Fix args to
9289 compose-string.
9290
6e5dfc31 9291 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9292 to prevent the point moving to the end of a composition when a
9293 part of a composition is searched.
6e5dfc31
KH
9294 (isearch-other-meta-char): If the key invoking this command can be
9295 mapped by function-key-map to a printing char, call
9296 isearch-process-search-char directly.
9297
2598a293
SM
92982000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * emacs-lisp/bytecomp.el:
9301 * frame.el:
9302 * international/mule-cmds.el:
9303 * international/mule-util.el:
9304 * international/mule.el:
9305 * mouse.el:
9306 * subr.el:
9307 * faces.el: Update calls to make-obsolete with a WHEN argument.
9308
9309 * byte-run.el (make-obsolete, make-obsolete-variable):
9310 Add an optional WHEN argument and change the format of the
bff71087 9311 symbol-property information.
2598a293
SM
9312 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9313 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9314 new obsolete-symbol-property format and print WHEN if it is provided.
9315
28d8dff1
DL
93162000-05-31 Dave Love <fx@gnu.org>
9317
9318 * loadhist.el (loadhist-hook-functions): Remove
9319 before-change-function, after-change-function.
9320 (unload-feature): Deal with symbols which are both bound and
9321 fbound.
9322
9323 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9324 before-change-function, after-change-function.
9325
9326 * simple.el (newline): Don't bind before-change-function,
9327 after-change-function.
9328
7f565d87
RV
93292000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9330
9331 * whitespace.el (whitespace-rescan-timer-time): Update interval
9332 set to 600 seconds (10 minutes) instead of 60 seconds since
9333 a large number of whitespace buffers causes emacs to `freeze'
9334 for a considerable amount of time.
9335
bff71087 9336 * whitespace.el: Updated email address
7f565d87 9337
a8d693d8
DL
93382000-05-31 Dave Love <fx@gnu.org>
9339
9340 * add-log.el (change-log-font-lock-keywords) <function>: Add
9341 pattern for function of change.
9342 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9343 acknowledgements patterns.
9344
a50192e7
KH
93452000-05-31 Kenichi Handa <handa@etl.go.jp>
9346
9347 * isearch.el (isearch-printing-char): If keyboard coding system is
9348 being used, call isearch-process-search-multibyte-characters.
9349
9350 * international/isearch-x.el: Mostly rewritten.
9351
9352 * international/quail.el (quail-start-conversion): Don't include
9353 unhandled events in the returned events, but set them in
9354 unread-command-events. Exit if all inputs are deleted.
9355
7e492772
JR
93562000-05-30 Jason Rumney <jasonr@gnu.org>
9357
9358 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9359
9360 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9361 Reenable code to create initial fontsets.
9362 Use set-fontset-font in place of put-charset-property.
9363
10fc3187
GM
93642000-05-30 Gerd Moellmann <gerd@gnu.org>
9365
79148ea7
GM
9366 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9367 label, ensure that the first colon isn't followed by another.
9368
9369 * paths.el (Info-default-directory-list): Doc fix.
9370
086d5b87
GM
9371 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9372 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9373 send a query containing USER only, not USER@HOST.
9374
10fc3187
GM
9375 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9376 and rmail-msgend to compute the restriction at the end, instead of
9377 computing it.
9378
49e70dec
GM
93792000-05-29 Gerd Moellmann <gerd@gnu.org>
9380
66254a13
GM
9381 * dabbrev.el (dabbrev-expand): Don't display messages in the
9382 echo area if the minibuffer window is active.
9383
49e70dec
GM
9384 * jit-lock.el (jit-lock-mode): Add after change function to
9385 local hook.
9386
93872000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9388
9389 * antlr-mode.el: New commands: hide/unhide actions,
9390 upcase/downcase literals.
9391 (antlr-tiny-action-length): New user option.
9392 (antlr-hide-actions): New command. Suggested by
9393 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9394 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9395 (antlr-mode-menu): New entries.
9396 (antlr-downcase-literals): New command.
9397 (antlr-upcase-literals): Ditto.
9398
9399 * antlr-mode.el: Minor changes: indendation, mode-name.
9400 (antlr-indent-line): Indent cpp directive at column 0.
9401 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9402
9403 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9404 (antlr-font-lock-additional-keywords): Workaround for intentional
9405 bug in XEmacs version of font-lock.
9406 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9407 be used by a smarter version of `buffers-menu-grouping-function'.
9408
94092000-05-29 Gerd Moellmann <gerd@gnu.org>
9410
9411 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9412 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9413
49f93684
KH
94142000-05-29 Kenichi Handa <handa@etl.go.jp>
9415
9416 * international/encoded-kb.el
9417 (encoded-kbd-iso2022-designation-map): Pay attention to that
9418 charset-iso-final-char return -1 for eight-bit-control and
9419 eight-bit-graphic.
9420
5b1ae051
EZ
94212000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9422
9423 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9424 (speedbar-easymenu-definition-base): Use display-graphic-p where
9425 available, instead of window-system.
9426
a205e32a
EZ
94272000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9430 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9431 coding systems.
9432
dd854dc2
DL
94332000-05-26 Dave Love <fx@gnu.org>
9434
c88a85d5
DL
9435 * disp-table.el (standard-display-underline): Don't use
9436 internal-find-face.
9437
dd854dc2
DL
9438 * mail/reporter.el: Maintainer change. Doc fixes.
9439 (reporter-version): Deleted.
9440
9441 * emacs-lisp/elp.el: Maintainer change.
9442 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9443
dc29aa6c
SM
94442000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * add-log.el (add-change-log-entry): Merge the current entry with the
9447 previous one if the previous one is empty.
9448
ed62683d
DL
94492000-05-26 Dave Love <fx@gnu.org>
9450
4370a375
DL
9451 * loadhist.el (unload-feature): Fix interactive spec [from
9452 lijnzaad@ebi.ac.uk].
9453
ed62683d
DL
9454 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9455 subr-arity to check primitives.
9456 (byte-compile-flush-pending, byte-compile-file-form-progn)
9457 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9458 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9459 mapcar.
9460
ba9f8f95
KH
94612000-05-26 Kenichi Handa <handa@etl.go.jp>
9462
0f3e0672
KH
9463 * international/fontset.el: Set family names of non-latin charsets
9464 in default fontset to "*".
9465
cebefb44
KH
9466 * international/mule-diag.el (print-fontset): Combine family part
9467 and registry part of the fontname by "-*-" instead of "-".
9468
ba9f8f95
KH
9469 * international/mule-cmds.el (encode-coding-char): Make strings
9470 multibyte before calling encode-coding-string.
9471
931d0724
SM
94722000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9473
9474 * derived.el: Fix keywords.
8ccce2b0 9475 (define-derived-mode): Only define if needed.
931d0724
SM
9476
9477 * simple.el (fill-comment, comment-column, comment-start)
9478 (comment-start-skip, comment-end, comment-indent-function)
9479 (block-comment-start, block-comment-end, indent-for-comment)
9480 (set-comment-column, kill-comment, comment-padding, comment-region)
9481 (comment-multi-line, indent-new-comment-line): Remove.
9482
9483 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9484 function names for comment operations.
9485
9486 * newcomment.el: Add abundant autoload cookies.
9487 (comment-style): Don't depend on runtime data at compile-time.
9488 (comment-indent-hook): Remove.
9489 (comment-indent): Check if comment-indent-hook is bound.
9490 (comment-region): Docstring fix.
9491
6fc596cf
DL
94922000-05-25 Dave Love <fx@gnu.org>
9493
9494 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9495 byte-code-function-p.
9496
9497 * mail/rmailsum.el: Add provide.
9498
9499 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9500
9501 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9502 defcustom.
9503
7997f1ca 95042000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9505
7997f1ca
MK
9506 * ediff-diff.el (ediff-exec-process): delete --binary option from
9507 non-buffer ediff jobs.
7f565d87 9508
e7a903e8
EZ
95092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9510
9511 * hilit-chg.el (highlight-changes-mode): Ask about color or
9512 grayscale support, not about window-system.
9513
9514 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9515 window-system.
9516 (ffap-highlight): Always default to t.
9517
9518 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9519 display-popup-menus-p instead of looking at window-system.
9520
9521 * disp-table.el (standard-display-g1, standard-display-graphic):
9522 Only refuse to use string glyphs on X and MS-Windows.
9523
9524 * avoid.el: Remove window-system from commentary, suggest to use
9525 display-*-p instead.
9526
9527 * apropos.el (apropos-print): Use display-mouse-p instead of
9528 window-system.
9529
14028d57
EZ
95302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9531
9532 * international/codepage.el (cp-decoding-vector-for-codepage):
9533 Fill up unsupported characters with their own codes. From Kenichi
9534 Handa.
9535
1a4f9cc1
EZ
95362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9537
9538 * international/mule-diag.el (describe-char-after): Use
9539 display-graphic-p instead of window-system, so that this function
9540 works on MS-DOS.
9541
89f6ca4e
EZ
95422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9543
9544 * international/codepage.el (cp-make-coding-systems-for-codepage):
9545 Remove the eight-bit-graphic and eight-bit-control charsets from
9546 the list of charsets which we convert into `?'.
9547
eacfd7fe
KH
95482000-05-25 Kenichi Handa <handa@etl.go.jp>
9549
9550 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9551 private charsets.
9552 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9553 japanese-jisx0213-2): New charsets.
9554
9555 * international/fontset.el: Setup default fontset for new charsets.
9556
deadf7e3
DL
95572000-05-24 Dave Love <fx@gnu.org>
9558
9559 * info.el (Info-find-node-2): Restructure [following "Vadim
9560 S. Solomin" <sovs@uic.nnov.ru>].
9561
9562 * icomplete.el: Fix header for Finder.
9563
95642000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9565
9566 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9567 STAY.
9568
9569 * rmail.el (rmail-automatic-folder-directives): New user variable.
9570 (rmail-show-message): Add call to `rmail-auto-file' during
9571 display.
9572 (rmail-auto-file): New function.
9573
6de3983f 95742000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9575
fc6a6a4e 9576 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9577 account.
fc6a6a4e
GM
9578 (ediff-test-utility,ediff-diff-mandatory-option)
9579 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9580 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9581
fc6a6a4e 9582 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9583 variable.
7f565d87 9584
fc6a6a4e 9585 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9586 ediff-merge-filename-prefix.
9587
fc290d1d
MK
95882000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9589
fc6a6a4e 9590 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9591
273182b8
EZ
95922000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9593
9594 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9595 aliases for hebrew-iso-8bit.
9596
f471ea57
EZ
95972000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9598
9599 * woman.el: New version from Francis J. Wright
9600 <F.J.Wright@Maths.QMW.ac.uk>.
9601 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9602 names in environment variables regardless of the path separator.
9603 (woman-topic-all-completions-1): Don't call file-name-directory-p
9604 on all files, since woman-file-regexp already filters out any
9605 directories.
9606
01162f24
KH
96072000-05-24 Kenichi Handa <handa@etl.go.jp>
9608
48e3df76
KH
9609 * international/quail.el (quail-start-translation): Don't change
9610 modified-p of the current buffer.
9611 (quail-start-conversion): Likewise.
9612
9613 * international/kkc.el (kkc-region): Don't change modified-p of
9614 the current buffer.
9615
747d90ea
KH
9616 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9617 conform to RFC1468.
9618 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9619
17a223ff
EL
96202000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9621
9622 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9623 (speedbar-insert-button): Invisible text property fix.
9624 (speedbar-directory-plus): Renamed from speedbar-directory-+
9625 (speedbar-directory-minus): Renamed from speedbar-directory--
9626 (speedbar-page-plus): Renamed from speedbar-file-+
9627 (speedbar-page-minus): Renamed from speedbar-file--
9628 (speedbar-page): Renamed from speedbar-file-
9629 (speedbar-tag): Renamed from speedbar-tag-
9630 (speedbar-tag-plus): Renamed from speedbar-tag-+
9631 (speedbar-tag-minus): Renamed from speedbar-tag--
9632 (speedbar-expand-image-button-alist): Use above renames.
9633
9634 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9635 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9636 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9637 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9638 * sb-pg.xpm: Renamed from sb-file.xpm
9639 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9640 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9641
e6b6fc18
KH
96422000-05-24 Kenichi Handa <handa@etl.go.jp>
9643
9644 * international/quail.el (quail-show-guidance-buf): Set
9645 current-input-method of the guidance buffer to the name of the
9646 curren input method.
9647
a1a336eb
SM
96482000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9649
9650 * progmodes/compile.el (compile-internal): Style typo.
9651
9652 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9653 quote vars and functions in the docstring.
9654
9655 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9656
9657 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9658 Don't quote lambdas.
9659
9660 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9661
9695b783
GM
96622000-05-23 Gerd Moellmann <gerd@gnu.org>
9663
716e3b88
GM
9664 * startup.el (command-line): Determine source file of compiled
9665 user init file differently. Warn if compiled user init file
9666 is older than its source file.
9667
9695b783 9668 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9669
41ac433f
EZ
96702000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9671
9672 * files.el (make-backup-file-name-1): Replace slashes with `!'
9673 rather than `|' (which is not allowed on Windows). Replace the
9674 drive letters with a string "drive_X".
9675
46600ab1
GM
96762000-05-23 Gerd Moellmann <gerd@gnu.org>
9677
9678 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9679
9680 * files.el (interpreter-mode-alist): Add `bash2'.
9681
79a64d87
DL
96822000-05-22 Dave Love <fx@gnu.org>
9683
9684 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9685 mapc.
9686 (feature-file): Avoid calling symbol-name. Doc fix.
9687 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9688 (loadhist-hook-functions): Add mouse-position-function.
9689 (unload-feature): Change uses of mapcar.
9690
9691 * files.el (parse-colon-path): Doc fix.
9692 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9693 (set-auto-mode): Use mapc.
9694
9695 * complete.el (PC-look-for-include-file): Use :alnum: character
9696 class.
9697 (partial-completion-mode): Add autoload cookie.
9698
0e8c11d8
SS
96992000-05-22 Sam Steingold <sds@gnu.org>
9700
ce75fd23 9701 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9702 `add-text-properties' (bug introduced on 2000-05-18).
9703
d8d0fa6c
DL
97042000-05-22 Dave Love <fx@gnu.org>
9705
9706 * bindings.el: Remove debug-ignored-errors set in other files.
9707
9708 * progmodes/etags.el: Add to debug-ignored-errors.
9709 (visit-tags-table-buffer): Clear out buffers holding old tables
9710 when making a new list.
9711 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9712 mapc.
9713
9714 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9715 quote keywords.
9716 (cmpl-string-case-type): Use character classes.
9717
0e8c11d8
SS
9718 * comint.el:
9719 * textmodes/ispell.el:
9720 * imenu.el:
d8d0fa6c
DL
9721 * mail/mh-e.el:
9722 * progmodes/compile.el: Add to debug-ignored-errors.
9723
9724 * dabbrev.el: Add to debug-ignored-errors.
9725 (dabbrev-completion): Use mapc.
9726
1edbbf8a
EZ
97272000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9728
9729 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9730 (woman-mapcan, woman-parse-man.conf)
9731 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9732 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9733 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9734 path syntax better.
9735 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9736 (woman-manpath): Call woman-parse-man.conf.
9737 (woman-emulation): New defcustom, defaults to nroff.
9738 (woman-font-support): New defconst.
9739 (woman-use-symbol-font): New defcustom.
9740 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9741 "Emulation".
9742 Many functions: Doc fix.
9743
5bd2148c
KH
97442000-05-22 Kenichi Handa <handa@etl.go.jp>
9745
9746 * international/quail.el (quail-simple-translation-keymap): Map
9747 128..255 to quail-self-insert-command.
9748 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9749
4125ec7e
SM
97502000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9751
a1a336eb
SM
9752 * help.el (help-manyarg-func-alist): Typo.
9753
40aeecad
SM
9754 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9755 intervals which makes it heaps simpler.
9756
4125ec7e
SM
9757 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9758 the nested comment markers.
e4da9c1c
SM
9759
9760 * subr.el (remove-hook): Don't turn the hook's value into a list.
9761
cb7216a7
DL
97622000-05-21 Dave Love <fx@gnu.org>
9763
ac266581
DL
9764 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9765 are invalid characters.
9766
cb7216a7
DL
9767 * international/mule-util.el (detect-coding-with-priority): Use
9768 mapc. Remove redundant lambda.
9769
9770 * international/mule-diag.el (list-non-iso-charset-chars)
9771 (describe-fontset): Remove redundant lambda.
9772
9773 * emulation/crisp.el (brief-mode): New alias.
9774
9775 * emacs-lisp/ring.el (ring-elements): New function.
9776
9777 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9778 (easy-menu-do-add-item): Use keywordp.
9779
9780 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9781
9782 * replace.el: Doc and error message fixes.
9783 (replace-highlight): Use facep, not internal-find-face.
9784
9b0d1d6e
SM
97852000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9786
b2d2cf58
SM
9787 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9788
ffe7dc64
SM
9789 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9790 (log-edit-insert-changelog): Drop `:' as well.
9791
9792 * log-view.el: Fix file description.
9793 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9794 available.
9795 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9796 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9797
c8c21615
SM
9798 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9799 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9800 Print a status message if the toggle is called interactively.
9801 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9802 for global minor modes and use `defcustom' for them.
9803 Use add-minor-mode.
9804 (easy-mmode-define-derived-mode): Remove.
9805 (define-derived-mode): Fancier default docstring.
9806 (easy-mmode-define-navigation): Signal an error rather than (ding).
9807
9b0d1d6e
SM
9808 * newcomment.el (comment-styles): New `box-multi'.
9809 (comment-normalize-vars): Better default for comment-continue to
9810 avoid whitespace-only continuations.
9811 (comment-search-forward): Always move even in the no-syntax case.
9812 (comment-padright): Only obey N if it's only obeyed for padleft.
9813 (comment-make-extra-lines): Better handling of empty continuations.
9814 Use `=' for the filler if comment-start has only one character.
9815 (uncomment-region): Try handling the special `=' filler.
9816 (comment-region): Allow LINES even if MULTI is nil.
9817 (comment-box): Choose box style based on comment-style.
9818
f5ee6d0f
KH
98192000-05-20 Kenichi Handa <handa@etl.go.jp>
9820
9b0d1d6e 9821 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9822 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9823
c9671f81
KH
98242000-05-20 Kenichi HANDA <handa@etl.go.jp>
9825
9826 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9827 and insert, not subst-char-in-region.
9828
9829 * international/mule-diag.el (list-character-sets-1): Handle
9830 charsets eight-bit-control and eight-bit-graphic.
9831 (list-iso-charset-chars): Likewise.
9832 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9833 charactes as is. Use indent-to to align characters.
9834
9835 * international/mule-cmds.el (find-multibyte-characters): Never
9836 exclude charsets eight-bit-control and eight-bit-graphic.
9837
1426aa5c
SM
98382000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9841 Don't quote lambdas.
9842
9843 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9844
2b63d473
GM
98452000-05-19 Gerd Moellmann <gerd@gnu.org>
9846
9847 * gud.el (gud-jdb-directories): Doc fix.
9848
f1355756
SM
98492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9850
9851 * newcomment.el: New file.
9852
5f64c9e0
GM
98532000-05-19 Gerd Moellmann <gerd@gnu.org>
9854
2b63d473 9855 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9856
db7314bd
AS
98572000-05-18 Andreas Schwab <schwab@suse.de>
9858
9859 * dired.el (dired-between-files): Also skip lines beginning with
9860 `used'.
9861
25bb0401
GM
98622000-05-18 Gerd Moellmann <gerd@gnu.org>
9863
9864 * msb.el (msb-menu-cond): Add choice `user'.
9865
a199a865 98662000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9867
a199a865
GM
9868 * ps-print.el: Compatibility, customization and doc fix.
9869 (ps-printer-name-option): Replace defconst by defvar.
9870 (ps-postscript-code-directory): XEmacs compatibility.
9871 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9872 fix.
9873 (ps-user-defined-prologue, ps-print-prologue-header)
9874 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9875 compatibility and code fix.
9876 (ps-print-background-image, ps-print-background-text):
9877 Customization fix.
9878 (ps-line-number-start, ps-n-up-on): New vars.
9879
25bb0401
GM
98802000-05-18 Espen Skoglund <esk@ira.uka.de>
9881
9882 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9883 the indent-comment function to just return the appropriate indent.
9884
68e6c83a
EL
98852000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9886
9887 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9888 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9889 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9890
dae6cb9f
DL
98912000-05-18 Dave Love <fx@gnu.org>
9892
9893 * info.el (Info-fontify-node): Add intangible property as well as
9894 invisible.
9895
9896 * calendar/appt.el (appt-make-list): Match all lines of entry.
9897 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9898
813086ea
KH
98992000-05-18 Kenichi Handa <handa@etl.go.jp>
9900
9901 * international/mule-diag.el (describe-char-after): Call
9902 internal-char-font, not char-font. If internal-char-font returns
9903 nil, display "-- none --".
9904
24978190
EZ
99052000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9906
9907 * image.el (image-type-available-p): Don't reference image-types
9908 if it isn't bound.
9909
2fca2d5d
SM
99102000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9911
9912 * autoarg.el (autoarg-mode): Typo in the :set argument.
9913
cfc75d05
EZ
99142000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9915
9916 * startup.el (command-line-1): Don't signal an error if the
9917 directory for auto-save-list files does not yet exist.
9918
c4e30387
KH
99192000-05-17 Kenichi Handa <handa@etl.go.jp>
9920
9921 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9922
dd6b8ea7
SM
99232000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9924
9925 * subr.el (remove-hook): `setq' hook-value, not `set'.
9926
399c88ad
SS
99272000-05-16 Sam Steingold <sds@gnu.org>
9928
a199a865 9929 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9930
01651f07
DL
99312000-05-16 Dave Love <fx@gnu.org>
9932
9933 * cus-edit.el: Don't require cl or easymenu.
9934 (custom-variable-prompt): Test standard-value property, not
9935 user-variable-p.
9936
2248c40d
SS
99372000-05-16 Sam Steingold <sds@gnu.org>
9938
9939 * subr.el (add-hook): `setq' hook-value, not `set'.
9940
b15f3b77
GM
99412000-05-16 Gerd Moellmann <gerd@gnu.org>
9942
9943 * startup.el (command-line-1): Mention the FAQ in the startup
9944 message.
9945
9946 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9947
9948 * progmodes/compile.el (compilation-parse-errors): Collect
9949 `nomessage' regexps last.
9950
9951 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9952
9953 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9954 to the function name.
9955
f9bbcfac
EL
99562000-05-15 Dave Love <fx@gnu.org>
9957
9958 * speedbar.el (speedbar-recenter): Typo.
9959 (speedbar-expand-line): Make arg optional.
9960 (speedbar-mode): Avoid a compiler warning.
9961
119b42eb
GM
99622000-05-15 Gerd Moellmann <gerd@gnu.org>
9963
9964 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9965 user-specified option string is empty.
9966
9967 * mouse.el (mouse-yank-at-click): Doc fix.
9968
f685bea9
EZ
99692000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9970
9971 * term/internal.el (IT-character-translations): More updates of
9972 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9973 documents.
9974
a1b8d58b
GM
99752000-05-15 Gerd Moellmann <gerd@gnu.org>
9976
9977 * env.el (getenv): New function, interactively callable.
9978 (setenv, getenv): Remove autoload cookies.
9979
9980 * loadup.el: Load `env'.
9981
9982 * progmodes/f90.el: Change author's mail address.
9983
c9bba7ed
DL
99842000-05-14 Dave Love <fx@gnu.org>
9985
e5c83697
DL
9986 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9987 goto-addr as an option.
9988
9989 * help.el (help-xref-stack): Doc fix.
9990 (help-xref-following): New variable.
9991 (help-make-xrefs): Use it.
9992 (help-xref-go-back): Use position information from stack element.
9993 (help-follow): Make position in stack element a pair. Use
9994 help-xref-following.
399c88ad 9995
e5c83697
DL
9996 * autoarg.el: New file.
9997
9998 * faces.el: Declare more functions obsolete.
9999
c9bba7ed
DL
10000 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10001 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10002 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10003 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10004 Remove all the setup-...-environment functions.
10005
b6389bfb
EL
100062000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10007
a1b8d58b
GM
10008 * speedbar.el: Updated the commentary section. xemacs20p now uses
10009 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10010 (speedbar-easymenu-definition-base): Add toggle for images.
10011 (speedbar-easymenu-definition-special): Add flush cache & expand.
10012 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10013 (speedbar-reconfigure-keymaps-hook): New variable.
10014 (speedbar-frame-parameters): Updated documentation.
10015 (speedbar-use-imenu-flag): Updated custom tag
10016 (speedbar-dynamic-tags-function-list): New variable.
10017 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10018 (speedbar-indentation-width, speedbar-indentation-width) New
10019 variables.
10020 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10021 (speedbar-vc-indicator): Doc update.
10022 (speedbar-ignored-path-expressions): Updated default value.
10023 (speedbar-supported-extension-expressions): Updated default value.
10024 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10025 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10026 as "+". Added overlay aliases.
10027 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10028 `force-mode-line-update'.
10029 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10030 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10031 `mouse-set-point'
b6389bfb 10032 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10033 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10034 of arbitrary text, and new helper functions.
10035 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10036 filename finder.
b6389bfb
EL
10037 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10038 (speedbar-directory-buttons): Update path search/expansion.
10039 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10040 `speedbar-indentation-width'. Use more care w/ invisible
10041 properties.
b6389bfb
EL
10042 (speedbar-change-expand-button-char): Call
10043 `speedbar-insert-image-button-maybe'.
10044 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10045 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10046 (speedbar-trim-words-tag-hierarchy)
10047 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10048 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10049 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10050 functions.
b6389bfb
EL
10051 (speedbar-mouse-set-point): New function
10052 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10053 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10054 of tag prefix text.
10055 (speedbar-expand-line, speedbar-contract-line): Make more robust
10056 to strange text.
10057 (speedbar-expand-line): Takes universal argument to flush the
10058 cache.
b6389bfb
EL
10059 (speedbar-flush-expand-line): New function.
10060 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10061 Use new generator insertion method.
10062 (speedbar-fetch-dynamic-tags): New function.
10063 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10064 `speedbar-fetch-dynamic-imenu'.
10065 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10066 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10067 "Revert Buffer" menu items.
10068 (speedbar-buffer-buttons-engine): Be smarter when creating a
10069 filename tag (for expansion purposes.).
a1b8d58b
GM
10070 (speedbar-highlight-one-tag-line,
10071 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10072 (speedbar-recenter): New functions.
b6389bfb 10073 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10074 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10075 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10076 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10077 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10078 (speedbar-expand-image-button-alist): New variable.
10079 (speedbar-insert-image-button-maybe): Insert an image over some
10080 buttons.
10081
43fe9244
KH
100822000-05-13 Kenichi Handa <handa@etl.go.jp>
10083
10084 * international/mule-cmds.el (encode-coding-char): An ASCII
10085 character is always encodable.
10086
10087 * international/mule-conf.el: Add more information in descriptions
10088 of character sets.
10089
813086ea 10090 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10091 (describe-font-internal): Adjusted for the change of font-info.
10092 (describe-font): Likewise.
10093 (print-fontset): Rewritten for the new fontset implementation.
10094 (describe-fontset): Include fontset alias names in completion.
10095 (list-fontsets): Adjusted for the change of print-fontset.
10096
10097 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10098 describe-char-after instead of displaying the detail in the echo
10099 area.
813086ea
KH
10100 (syntax-code-table): Format changed.
10101 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10102
e8564f57
SM
101032000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10104
10105 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10106
9278c60d
DL
101072000-05-12 Dave Love <fx@gnu.org>
10108
10109 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10110 dependence. Use line-{beginning,end}-position, not
10111 point-at{b,e}ol. Some doc fixes.
10112 (todo-position): New function. Fix callers of position to use it.
10113 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10114
be0505fe
GM
101152000-05-12 Gerd Moellmann <gerd@gnu.org>
10116
10117 * time.el (display-time-mail-icon): Use `:ascent center'.
10118
a8a3541c
GM
10119 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10120 handling FTP security extensions.
399c88ad 10121
44d5f148
DL
101222000-05-11 Dave Love <fx@gnu.org>
10123
33d0c179 10124 * calendar/todo-mode.el: New file.
44d5f148 10125
da4496b6
GM
101262000-05-11 Gerd Moellmann <gerd@gnu.org>
10127
cdc4401d
GM
10128 * comint.el (comint-read-input-ring): Move reference to
10129 comint-input-ring-size outside of the save-excursion. It was
10130 causing the default value to be the only one ever seen.
399c88ad 10131
0279f991
GM
10132 * font-lock.el: Update copyright. Remove Simon Marshall's email
10133 address on request from him.
10134
da4496b6
GM
10135 * subr.el (substitute-key-definition): Add comment describing
10136 the meaning of PREFIX.
10137
ac5cb26d
SM
101382000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10139
10140 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10141
10142 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10143 (add-minor-mode): Don't make the variable buffer-local and add a
10144 reference to define-minor-mode in the docstring.
10145
10146 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10147 HEADER/FOOTER and fix bug with trailing empty directory.
10148 (cvs-append-to-ignore): Use vc-editable-p if available.
10149 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10150 (vc-do-command): Tweak advice to handle the new VC.
10151
10152 * log-view.el (log-view-goto-rev): New function for the new VC.
10153 (log-view-minor-wrap): Use mark-active.
10154
10155 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10156 (log-edit-changelog-full-paragraphs): New var.
10157 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10158 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10159 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10160 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10161 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10162 Replace the `cvs' prefix with `log-edit'.
10163
10164 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10165
10166 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10167 (diff-font-lock-defaults): Explicitly turn off multiline.
10168 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10169 (diff-ediff-patch): Fix call to ediff-patch-file.
10170 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10171 Handle comments.
10172
10173 * frame.el (automatic-hscrolling): Typo.
10174
10175 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10176
21c34da3
DL
101772000-05-09 Sam Steingold <sds@goems.com>
10178
10179 * apropos.el (apropos-print): use `describe-face' instead of
10180 `customize-face-other-window'.
10181
950cf06f
DL
101822000-05-09 Dave Love <fx@gnu.org>
10183
10184 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10185
10186 * help.el (describe-variable): Have customize button pop the
10187 help-xref stack when invoked.
10188 (help-xref-symbol-regexp): Add `face'.
10189 (help-make-xrefs): Check for quoted face names and adapt regexp
10190 submatch numbers to cope.
10191 (help-xref-interned): Maybe insert face doc too. Separate
10192 sections with a line of hyphens.
10193
0623e40f 10194 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10195 (describe-face): Add customize button. Return the help
10196 text. Fix prompt.
10197
82e2ca9d
EZ
101982000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10199
10200 * term/internal.el (IT-character-translations): Fix last change.
10201
10c00b5c
EZ
102022000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10203
10204 * woman.el: New file
10205 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10206
9deed82f
EZ
102072000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10208
001ad319
EZ
10209 * term/internal.el (IT-character-translations): Update ASCII
10210 simulations for greek-iso8859-7, add latin-iso8859-14 and
10211 latin-iso8859-15.
10212
9deed82f
EZ
10213 * international/mule-cmds.el (set-language-info-alist): Call
10214 define-prefix-command with 3 arguments, to make the map suitable
10215 for a menu.
10216
4f37b78a
DL
102172000-05-07 Dave Love <fx@gnu.org>
10218
1ec321a7 10219 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10220
64a4c526
DL
102212000-05-05 Dave Love <fx@gnu.org>
10222
10223 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10224 list in doc string. Don't quote keyword symbols.
10225 * emacs-lisp/cl.el: Likewise
10226 * emacs-lisp/cl-seq.el: Likewise
10227
056565f7
GM
102282000-05-05 Gerd Moellmann <gerd@gnu.org>
10229
10230 * abbrev.el (abbrev-mode): Make ARG optional.
10231
4656b314
GM
102322000-05-04 Gerd Moellmann <gerd@gnu.org>
10233
ec82fb2f
GM
10234 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10235
10236 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10237
4656b314
GM
10238 * subr.el (substitute-key-definition): Clarify documentation.
10239
102402000-05-04 Milan Zamazal <pdm@freesoft.cz>
10241
10242 * glasses.el (glasses-convert-to-unreadable): Use
10243 `glasses-separator' instead of the hard-wired "_".
10244 (glasses-mode): Call `glasses-make-unreadable' only in a single
10245 place.
10246
7b081c78
EZ
102472000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10248
10249 * term/internal.el (cjk-codepages-alist): Add associations for
10250 Chinese and Korean codepages. Remove FIXME comment.
10251
baa5536e
DL
102522000-05-03 Dave Love <fx@gnu.org>
10253
10254 * time.el (display-time-mail-face, display-time-use-mail-icon):
10255 New option.
10256 (display-time-mail-icon): New variable.
10257 (display-time-string-forms): Use the above. Fix the local-map.
10258
cbf18892
GM
102592000-05-03 Gerd Moellmann <gerd@gnu.org>
10260
4ff40dd0
GM
10261 * replace.el (query-replace-map): Add binding for `E'.
10262 (query-replace-help): Extend help text.
10263 (perform-replace): Allow editing the replacement string.
10264
10265 * make-mode.el (makefile-mode-abbrev-table): New variable.
10266 (makefile-mode): Set local abbrev table to
10267 makefile-mode-abbrev-table.
10268 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10269
cbf18892
GM
10270 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10271 set TOGGLE's value.
10272
4ff40dd0
GM
10273 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10274 mail-interactive-insert-alias.
10275 (mail-abbrev-complete-alias): New command.
10276 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10277
ffec4d9f
KH
102782000-05-03 Kenichi Handa <handa@etl.go.jp>
10279
10280 * language/lao-util.el (lao-compose-region): New function.
10281
1b0672c3
GM
102822000-05-02 Gerd Moellmann <gerd@gnu.org>
10283
576da55d
GM
10284 * files.el (recover-session): Make directories as necessary
10285 if they don't exist yet.
10286
399c88ad
SS
10287 * calendar/cal-french.el
10288 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10289 (french-calendar-special-days-array): Change French text.
10290 (calendar-french-date-string): Change output.
10291 (calendar-goto-french-date): Likewise.
10292
102932000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10294
10295 * wid-edit.el (widget-default-active): Obey `:always-active'.
10296 (widget-documentation-string-value-create): Set `:always-active'.
10297
4b33deaa
EZ
102982000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10299
10300 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10301 default prefix to `~/_emacs.d/auto-save.list/_s'.
10302 (normal-top-level): Create the directory for auto-save files, if
10303 it doesn't already exist (in the ms-dos case only).
10304
5c922ea7
EZ
103052000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10306
10307 * international/mule-cmds.el (set-language-environment): Don't
10308 concat an integer (dos-codepage), use format instead.
10309
820ad5e7
DL
103102000-05-02 Dave Love <fx@gnu.org>
10311
10312 * help.el (help-xref-on-pp): Check for constant symbols.
10313
57cb56f5
GM
103142000-04-29 Gerd Moellmann <gerd@gnu.org>
10315
10316 * startup.el (normal-top-level): Put a condition-case around
10317 the code loading subdirs.el.
10318
103192000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10320
57cb56f5
GM
10321 * ps-print.el: Upside-down and face background color printing,
10322 line number step, doc fix.
10323 (ps-print-version): New version number (5.2).
10324 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10325 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10326 (ps-spool-config): Var fix.
10327 (ps-printer-name-option): Const fix.
10328 (ps-print-upside-down, ps-use-face-background)
10329 (ps-line-number-step): New vars.
10330 (ps-window-system, ps-lp-system): New consts.
10331 (ps-face-background): New fun.
10332
084cec2f
GM
103332000-04-28 Richard Stallman <rms@gnu.org>
10334
10335 * files.el (make-auto-save-file-name):
10336 Apply auto-save-file-name-transforms to visited file name
10337 before generating auto save file name.
10338 (auto-save-file-name-transforms): New variable.
10339
399c88ad 10340 * files.el (backup-enable-predicate):
084cec2f
GM
10341 Correctly test for a file under a temporary directory.
10342
c94f4677
GM
103432000-04-28 Gerd Moellmann <gerd@gnu.org>
10344
10345 * subr.el (add-minor-mode): Rewritten.
10346
7b211df5
KH
103472000-04-28 Kenichi Handa <handa@etl.go.jp>
10348
10349 * mail/sendmail.el (sendmail-send-it): Set
10350 buffer-file-coding-system to the selected coding system for MIME
10351 header.
10352
c76e04a8 103532000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10354
c76e04a8
GM
10355 * dired.el (dired-move-to-filename-regexp): Allow format where
10356 YYYY is followed by two spaces.
e3e36d74 10357
c76e04a8
GM
10358 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10359 in the second character class of the regexp.
10360
10361 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10362 mh-etc, too.
353964e3 10363
c76e04a8
GM
10364 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10365 nil.
399c88ad 10366
353964e3
GM
10367 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10368
10369 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10370 argument.
10371
c76e04a8 103722000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10373
c76e04a8
GM
10374 * emacs-lisp/crm.el (crm-completion-table): New variable.
10375 (crm-collection-fn, crm-test-completion)
10376 (completing-read-multiple): Use it.
10377
103782000-04-27 Dave Love <fx@gnu.org>
10379
10380 * help.el (locate-library): Use mapc.
10381 (help-manyarg-func-alist): Add call-process-region.
10382
7464346d
GM
103832000-04-26 Gerd Moellmann <gerd@gnu.org>
10384
b35bd33d
GM
10385 * subr.el (add-minor-mode): Make argument MAP optional.
10386
7464346d
GM
10387 * desktop.el (desktop-save): Save list of minor modes.
10388 (desktop-create-buffer): Restore minor modes.
10389 (desktop-minor-mode-table): New user-option.
10390
10391 * subr.el (add-minor-mode): New function.
10392
10393 * image.el (find-image): New function.
10394 (defimage): Rewritten to find image at load time.
10395
10396 * startup.el (normal-top-level-add-to-load-path): Handle
10397 case that the default directory is not in load-path.
10398
10399 * help.el: Old patch from Stefan Monnier.
10400 (help-xref-on-pp): New function.
10401 (describe-variable): Use it to display xrefs in a symbol's value.
10402
23c0fb21
SM
104032000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10404
10405 * cus-edit.el (custom-face): Fix parenthesis.
10406
fad95037
KH
104072000-04-26 Kenichi Handa <handa@etl.go.jp>
10408
f03392a1
KH
10409 * mail/rmail.el (rmail-expunge): When there are no deleted
10410 messages, do nothing.
fad95037 10411
0d7c5bb9
DL
104122000-04-26 Dave Love <fx@gnu.org>
10413
10414 * international/mule-cmds.el (locale-translation-file-name):
10415 Defvar to nil.
10416 (set-locale-environment): Set it here (at runtime).
10417
612839b6
GM
104182000-04-25 Gerd Moellmann <gerd@gnu.org>
10419
10420 * replace.el (perform-replace): Add parameters START and END. Use
10421 them instead of the check for a region in Transient Mark mode.
10422 (query-replace-read-args): Return two more list elements for the
10423 start and end of the region in Transient Mark mode.
10424 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10425 (map-query-replace-regexp, replace-string, replace-regexp): Add
10426 optional last arguments START and END and pass them to
10427 perform-replace.
10428
10429 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10430 form with additional arguments for perform-replace.
10431
10432 * progmodes/etags.el (tags-query-replace): Add parameters START
10433 and END. Construct a form with additional arguments for
10434 perform-replace.
10435
10436 * simple.el (shell-command): Set default directory for "*Shell
10437 Command Output" buffer.
10438
10439 * language/european.el (iso-latin-4): Fix typo.
10440
10441 * emacs-lisp/crm.el: New file.
10442
2917cc05
DL
104432000-04-24 Dave Love <fx@gnu.org>
10444
10445 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10446 (Custom-reset-saved, Custom-reset-standard)
10447 (custom-group-value-create, custom-group-set, custom-group-save)
10448 (custom-group-reset-current, custom-group-reset-saved)
10449 (custom-group-reset-standard): Use mapc.
10450 (custom-buffer-create-internal): Disable undo when creating items.
10451 Use mapc.
10452 (custom-face): Avoid redundant lambda.
10453
abfcc168
GM
104542000-04-24 Gerd Moellmann <gerd@gnu.org>
10455
10456 * startup.el (auto-save-list-file-prefix): Set default to
10457 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10458
fa78f71b
SS
104592000-04-24 Sam Steingold <sds@gnu.org>
10460
10461 * time-stamp.el (time-stamp-string-preprocess): Always convert
10462 `field-result' to a string.
10463
cc181e95
GM
104642000-04-24 Gerd Moellmann <gerd@gnu.org>
10465
10466 * frame.el (scrolling): New group.
10467 (automatic-hscrolling): New user-option.
10468
10469 * startup.el (command-line-x-option-alist): Add `-lsp' and
10470 `--line-spacing'.
10471
6142fdcb
DL
104722000-04-19 Dave Love <fx@gnu.org>
10473
10474 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10475 (cl-mapc): Rename from mapc. Fix the funcall.
10476
5e3dac3f
GM
104772000-04-19 Gerd Moellmann <gerd@gnu.org>
10478
1c459486
GM
10479 * simple.el (clone-indirect-buffer-other-window): New command.
10480 (clone-indirect-buffer): Add optional arg NORECROD.
10481 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10482
271b4185
GM
10483 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10484
10485 * window.el (count-screen-lines): New function.
10486 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10487 instead of window-buffer-height.
10488
10489 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10490 non-existing variable comint-input-sentinel.
10491 (inferior-lisp-args-to-list): Removed.
10492 (inferior-lisp): Use split-string instead of
10493 inferior-lisp-args-to-list.
10494
10495 * hexl.el (hexl-insert-hex-string): New command.
10496
5e3dac3f
GM
10497 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10498 instead of concat.
10499
f6d3257b
GM
105002000-04-18 Gerd Moellmann <gerd@gnu.org>
10501
10502 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10503 at the start of an existing but empty folder.
10504
105052000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10506
10507 * ps-mule.el: Customization fix, doc fix.
10508 (ps-multibyte-buffer): Customization fix.
10509
8b7bc628 105102000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10511
10512 * subr.el (read-passwd): Use read-char-exclusive.
10513
0daee095
GM
105142000-04-17 Gerd Moellmann <gerd@gnu.org>
10515
10516 * textmodes/texinfo.el (texinfo-insert-@email)
10517 (texinfo-insert-@emph, texinfo-insert-@quotation)
10518 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10519 (texinfo-mode-map): Add key bindings for them.
10520
10521 * files.el (basic-save-buffer-2): Use a template with `$'
10522 instead of `#' for VMS.
10523
10524 * simple.el (clone-indirect-buffer): New function.
10525
e10f64e7
GM
105262000-04-16 Stephen Eglen <stephen@gnu.org>
10527
10528 * iswitchb.el (iswitchb-case): New function. If the user input
10529 contains any upper-case characters, the search is made
10530 case-sensitive.
10531
e3721db1
SM
105322000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10533
e10f64e7
GM
10534 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10535 comment-end.
e3721db1
SM
10536 (texinfo-font-lock-syntactic-keywords): New var.
10537 (texinfo-font-lock-keywords): Remove comment regexp.
10538 (texinfo-insert-block): New function.
10539 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10540 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10541 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10542 (texinfo-environments): New var.
e10f64e7
GM
10543 (texinfo-environment-regexp): Use regexp-opt and
10544 texinfo-environments.
e3721db1 10545
e10f64e7
GM
10546 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10547 ispell-process is bound since this might be eval'd before ispell
10548 is loaded.
10549 (ispell-message): Use a tiny bit less magic and a bit more hard
10550 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10551
10552 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10553
10554 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10555 (insert-cyclic-diary-entry): Unquote the lambda.
10556
10557 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10558
10559 * files.el (backup-enable-predicate): Unquote the lambda.
10560
10561 * cus-edit.el (custom-face, face): Unquote the lambda.
10562
712dc9e0
GM
105632000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10564
10565 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10566
712dc9e0
GM
10567 * ps-print.el: Fix counting lines in a region.
10568 (ps-print-version): New version number (5.1.5).
10569 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10570 (ps-printing-region): Fun code fix.
10571
ffc50f2a
GM
105722000-04-15 Gerd Moellmann <gerd@gnu.org>
10573
10574 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10575 to file-directory-p.
10576
a2522dca
GM
105772000-04-14 Gerd Moellmann <gerd@gnu.org>
10578
10579 * gud.el (gud-jdb-build-source-files-list): Check that directory
10580 exists before calling directory-files.
10581
6e883610
DL
105822000-04-13 Dave Love <fx@gnu.org>
10583
10584 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10585 syntax.
10586
10587 * emacs-lisp/cl-specs.el: Remove when, unless.
10588
10589 * emacs-lisp/cl-extra.el: Don't quote keywords.
10590 (cl-old-mapc): New variable.
10591 (mapc): Use it.
10592 (cl-map-intervals): Use with-current-buffer. Don't check for
10593 next-property-change.
10594 (cl-map-overlays): Use with-current-buffer.
10595 (cl-expt): Remove.
10596 (copy-tree, remprop): Define unconditionally.
10597
10598 * emacs-lisp/cl-compat.el (keywordp): Remove.
10599
10600 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10601 to use keywordp.
10602 (edebug-spec): Enable keywordp.
10603
10604 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10605 string-lessp.
10606
10607 * cus-start.el: Use keywordp.
10608
198e3c7a
GM
106092000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10610
10611 * diary-lib.el (include-other-diary-files): Fix the fix of
10612 2000-02-18 by doing a save-excursion.
10613
106142000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10615
10616 * ps-print.el: Customization fix, doc fix.
10617 (ps-print-version): New version number (5.1.4).
10618 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10619 (ps-print-preprint): Adjust code.
10620 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10621 (ps-print-prologue-header, ps-print-control-characters)
10622 (ps-spool-config): Customization fix.
fa78f71b 10623
8eba343c
EZ
106242000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10625
10626 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10627 converted to the new menu-item format, names silightly changed,
10628 help strings added.
10629
10630 Support for spelling without async subprocesses:
10631
10632 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10633 (ispell-session-buffer): New variables.
10634 (ispell-start-process, ispell-process-status,
10635 ispell-accept-output, ispell-send-string): New functions, for
10636 Ispell invocation when async subprocesses aren't supported.
10637 (ispell-word, ispell-pdict-save, ispell-command-loop,
10638 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10639 to process-send-string with calls to ispell-send-string, and
10640 accept-process-output with ispell-accept-output.
10641 (ispell-init-process): Call ispell-process-status instead of
10642 process-status with.
10643 (ispell-init-process): Call ispell-start-process. Call
10644 ispell-accept-output and ispell-send-string. Don't call
10645 process-kill-without-query and kill-process if they are unbound.
10646 (ispell-async-processp): New function.
10647
3d30065d
DL
106482000-04-12 Dave Love <fx@gnu.org>
10649
10650 * info.el: Add debug-ignored-errors.
10651 (Info-mode-menu): Add some items.
10652 (Info-directory): Add autoload cookie.
10653
10654 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10655 Modify `truncate-lines'. Make `describe-language-environment'
10656 always visible and add help. Modify `describe-key' help. Invoke
10657 Info-directory from `info'. New entry `emacs-manual'.
10658
1a1b1895
GM
106592000-04-10 Gerd Moellmann <gerd@gnu.org>
10660
8b2affc5
GM
10661 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10662 propertized-buffer-identification.
10663 (ebrowse-update-member-buffer-mode-line): Likewise.
10664 (ebrowse--mode-strings): Removed.
10665 (ebrowse--mode-line-props): Removed.
10666
1a1b1895
GM
10667 * files.el (auto-mode-alist): Add `EBROWSE'.
10668
10669 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10670 space before testing for end of buffer.
10671 (ebrowse-load): Removed.
10672 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10673 (ebrowse-create-tree-buffer): Rewritten.
10674 (ebrowse-tree-mode): Read tree from buffer.
10675
10676 * progmodes/ebrowse-ffh.el: Removed.
10677
223f3c91
KH
106782000-04-10 Kenichi Handa <handa@etl.go.jp>
10679
10680 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10681
25fbf2c4
GM
106822000-04-10 Gerd Moellmann <gerd@gnu.org>
10683
10684 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10685 at the wrong place.
10686
92c13173
DL
106872000-04-09 Dave Love <fx@gnu.org>
10688
10689 * files.el (backup-enable-predicate): Use
10690 temporary-file-directory, small-temporary-file-directory.
10691 (make-backup-file-name-function, backup-directory-alist): New
10692 variables.
10693 (make-backup-file-name-1): New function.
10694 (make-backup-file-name): Use it.
10695 (find-backup-file-name): Likewise. Use format for clarity, not
10696 concat.
10697 (file-newest-backup): Use make-backup-file-name.
10698
be0dbdab
GM
106992000-04-09 Gerd Moellmann <gerd@gnu.org>
10700
c45be9ac 10701 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10702
c45be9ac
GM
10703 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10704 to ebrowse-ffh.el.
10705 (ebrowse-load): Add autoload.
10706
10707 * finder.el (finder-commentary): Add autoload cookie.
10708
be0dbdab
GM
10709 * mail/rfc2368.el: Correct author's email address.
10710
10711 * progmodes/ebrowse.el: New file.
10712
10713 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10714 item help string.
10715 (easy-menu-do-add-item): Ditto.
10716 (easy-menu-define): Extend doc string.
10717
10718 * jit-lock.el (with-buffer-unmodified): Use
10719 restore-buffer-modified-p.
10720 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10721 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10722 with-buffer-unmodified.
10723
3f923efe
DL
107242000-04-08 Dave Love <fx@gnu.org>
10725
10726 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10727 unless, when.
10728
d35bee0e
MK
107292000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10730
10731 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10732 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10733 doesn't support face.
d35bee0e 10734 Use `viper-put-on-search-overlay'.
fa78f71b 10735
c407c570
GM
107362000-04-04 Gerd Moellmann <gerd@gnu.org>
10737
10738 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10739 like C-r.
10740
10741 * progmodes/make-mode.el: Some doc fixes.
10742 (makefile-mode-abbrev-table): New variable.
10743 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10744 (makefile-font-lock-keywords): Fontify includes and conditionals.
10745 (toplevel): Require `dabbrev' and `add-log' when compiling.
10746
10747 * replace.el (perform-replace): Don't move forward one char
10748 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10749 to do that because it leaves point 1 position after the last
10750 replacement, after everything has been replaced.
10751
10752 * jit-lock.el (with-buffer-unmodified): New macro.
10753 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10754 modified state.
10755 (jit-lock-function-1): Extracted from jit-lock-function; not
10756 preserving buffer's modified state.
10757 (jit-lock-function, jit-lock-stealth-fontify): Call
10758 jit-lock-function-1.
10759
10760 * mail/rfc2368.el: Remove supernumerary copyright line.
10761
685e5ed2
GM
107622000-04-04 Milan Zamazal <pdm@freesoft.cz>
10763
10764 * glasses.el: Provide facilities for inserting space before left
10765 parentheses and uncapitalization of identifiers.
10766 (glasses-mode): Try to remove old overlays in all cases.
10767
0166aed1
GM
107682000-04-03 Gerd Moellmann <gerd@gnu.org>
10769
62f20204
GM
10770 * progmodes/compile.el (compile-internal): Display the compilation
10771 buffer in a different frame, if it's already displayed there.
10772
6460c400
GM
10773 * mail/rfc2368.el: New file.
10774
c0510d27
GM
10775 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10776 header and insert its value as mail body.
10777
10778 * subr.el (member-ignore-case): New function.
10779
10780 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10781 (dabbrev--find-expansion): Ignore buffers matching a regexp
10782 from dabbrev-ignored-regexps.
10783
0166aed1
GM
10784 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10785 to extensions handled by gzip.
10786
c0510d27
GM
107872000-04-03 Richard M. Stallman <rms@gnu.org>
10788
10789 * files.el (insert-directory): List the total free space
10790 along with the used space.
fa78f71b 10791
c0510d27
GM
10792 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10793 line is followed by one that matches CITATION-REGEXP, end the
10794 paragraph.
10795
107962000-04-03 Markus Rost <rost@delysid.gnu.org>
10797
10798 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10799 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10800
14c04384
KH
108012000-04-03 Kenichi Handa <handa@etl.go.jp>
10802
10803 * international/mule-cmds.el (encoded-string-description):
10804 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10805 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10806 for hexadecimal format.
14c04384 10807
ccf5869a
DL
108082000-04-01 Dave Love <fx@gnu.org>
10809
10810 * cpp.el: Change customization group to `c' from `C'.
10811
10812 * vcursor.el (vcursor-move): Use display-color-p.
10813
10814 * international/mule-util.el: Provide mule-utils.
10815 (string-to-sequence): Simplify and speed up.
10816
10817 * international/mule.el (make-coding-system): Purecopy doc-string.
10818
10819 * international/mule-cmds.el: Various menu changes.
10820 (describe-specified-language-support): Handle `Default'.
10821 (set-language-info): Purecopy `info'.
10822
610d841e
GM
108232000-03-31 Andrew Innes <andrewi@gnu.org>
10824
10825 * vc.el (vc-backend-diff): Return the correct status if we had to
10826 retry the rcsdiff command without the --brief option.
fa78f71b 10827
7f9de034
DL
108282000-03-31 Dave Love <fx@gnu.org>
10829
2de47765
DL
10830 * help.el (help-manyarg-func-alist): Correct several omissions.
10831
72838819
DL
10832 * add-log.el: Don't require cl, fortran.
10833 (add-log-current-defun-function): Doc fix.
10834 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10835 fix.
10836 (change-log-version-rcs): Function deleted.
10837 (change-log-version-number-search): Doc fix. Use
10838 vc-workfile-version. Avoid CL dolist.
10839 (add-change-log-entry): Just call add-log-current-defun to get
10840 defun. Simplify somewhat.
10841 (change-log-get-method-definition-1): Likewise.
10842 (add-log-current-defun): Return nil if calling
10843 add-log-current-defun-function does so. Move Fortran stuff to
10844 fortran.el. Return string without properties.
10845
7f9de034
DL
10846 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10847 and :alpha: char classes.
10848
10849 * mail/supercite.el: Defvar curline when compiling.
10850 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10851 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10852 rather than a-zA-Z0-9 to allow non-ASCII characters.
10853
aa110c0c
GM
108542000-03-31 Gerd Moellmann <gerd@gnu.org>
10855
10856 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10857
10858 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10859 Re-enable new code.
10860
10861 * lpr.el (print-region-1): Use -d to specify printer name for
10862 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10863
108642000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10865
aa110c0c
GM
10866 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10867 for function definition in symbol's function value slot first
10868 instead of first consulting byte-compile-function-environment.
fa78f71b 10869
6733d074
KH
108702000-03-31 Kenichi Handa <handa@etl.go.jp>
10871
10872 * language/european.el ("Polish"): New language environment.
10873 (setup-polish-environment): New function.
10874
63fcfa04
GM
108752000-03-30 Gerd Moellmann <gerd@gnu.org>
10876
10877 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10878 Disable new code.
10879
10880 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10881 trying to `load' the symbol of an autoload instead of the file
10882 recorded in the autoload. Fix error messages.
10883
7438c86b
GM
108842000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10885
10886 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10887 (ps-print-version): New version number (5.1.3).
10888 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10889 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10890 (ps-generate-postscript-with-faces): Code fix.
10891 (ps-color-values): XEmacs compatibility.
10892 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10893 (ps-default-fg, ps-default-bg): Adjust customization.
10894 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10895 (ps-color-scale): Renaming old ps-color-value fun.
10896 (ps-print-headers): Replace ps-print-header group to avoid conflict
10897 with ps-print-header variable.
10898 (ps-print-miscellany): New group.
10899 (ps-format-color, ps-rgb-color): New funs.
10900 (ps-default-foreground): New var.
10901 (ps-printer-name-option): New const.
fa78f71b 10902
326855a0
PB
109032000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10904
1f56ba73
PB
10905 * net/net-utils.el:
10906 (network-connection-host, network-connection-service): New variables
10907 (network-connection-mode): New mode, derived from comint-mode
10908 (network-connection-mode-setup): New function, saves host and
fa78f71b 10909 service information in local variables.
1f56ba73 10910
326855a0
PB
10911 * lisp/locate.el:
10912 (locate-word-at-point): Added this function
10913 (locate): Default to using locate-word-at-point as input
10914 Run dired-mode-hook
10915
141384bd
DL
109162000-03-29 Dave Love <fx@gnu.org>
10917
10918 * calendar/appt.el: Doc fixes.
10919 (appt-check): Convert min-to-app to a string before passing to
10920 appt-disp-window-function or concat.
10921 (appt-delete-window): Remove test for frame-root-window.
10922 (appt-select-lowest-window, appt-convert-time): Simplify.
10923
10924 * emacs-lisp/bytecomp.el: Doc fixes.
10925 (byte-compile-file-form-autoload): Update
10926 byte-compile-function-environment.
10927
c5aa0fc2
AS
109282000-03-29 Andreas Schwab <schwab@suse.de>
10929
10930 * emacs-lisp/autoload.el: Also print defsubst doc string
10931 specially.
10932
10933 * dired.el (dired-insert-directory): If dired-free-space-program
10934 failed just delete its output.
10935
f1d6fe69
DL
109362000-03-29 Dave Love <fx@gnu.org>
10937
10938 * international/iso-cvt.el: Move provide to end. Doc fixes.
10939 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10940 (iso-iso2sgml, iso-sgml2iso): New functions.
10941 (iso-cvt-define-menu): Fix some entries and use backquote for
10942 clarity.
10943
10944 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10945
b61f1215
GM
109462000-03-28 Gerd Moellmann <gerd@gnu.org>
10947
10948 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10949 ISO-DATE. If non-nil, return date in ISO 8601 format.
10950
ea4b0ca3
SM
109512000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10952
3831af62
SM
10953 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10954 if it ever becomes used.
10955 (log-edit-mode-hook): Default to vc-log-mode-hook.
10956 (log-edit-mode): Fix the docstring.
10957
ea4b0ca3
SM
10958 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10959 the code.
10960
08f8b1cc
DL
109612000-03-26 Dave Love <fx@gnu.org>
10962
082527fe
DL
10963 * net/browse-url.el (browse-url): Re-fix case of
10964 browse-url-browser-function being an alist.
10965 (browse-url): Add :link to defgroup.
10966
08f8b1cc
DL
10967 * files.el: Doc fixes.
10968 (file-truename): Include `[' in wildcard characters.
10969 (automount-dir-prefix): Customize.
10970 (find-file-wildcards): Add :version.
10971 (find-file-noselect): Simplify a mapcar call.
10972
10973 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10974 compatible with inf-lisp version.
10975 (eval-defun-1): Fix custom-declare-variable case.
10976
ea4b0ca3
SM
109772000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10978
10979 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10980
9a0dd3dc
GM
109812000-03-24 Gerd Moellmann <gerd@gnu.org>
10982
b68c375f
GM
10983 * Makefile (COMPILE_FIRST): New macro.
10984 (compile-files): Compile files from COMPILE_FIRST first.
10985
10986 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10987 code.
10988
9a0dd3dc
GM
10989 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10990 matching open parenthesis in column 0 to defun-prompt-regexp
10991 only if open-paren-in-column-0-is-defun-start is set.
10992
10993 * sun-curs.el: Require CL at compile-time only.
10994
10995 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10996 instead of copy-list which is a function from CL.
10997 (msb--choose-menu, msb--mode-menu-cond)
10998 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10999 (msb--init-file-alist): Use mapcar instead of mapcan.
11000 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11001 `(' in column 0 in doc string.
11002 (msb--add-separators): Use mapcar instead of mapcan.
11003
11004 * cus-dep.el: Require CL at compile-time only.
11005
c7dcadb5
SM
110062000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11007
11008 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11009 (byte-compile-warnings): New warning `noruntime'.
11010 (byte-compile-constants, byte-compile-variables): Fix docstring.
11011 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11012 execute `eval-whenc-compile's body.
11013 (byte-compile-unresolved-functions): Fix docstring.
11014 (byte-compile-eval): New function.
11015 (byte-compile-callargs-warn): Check if the function will be available
11016 at runtime (via property `byte-compile-noruntime').
11017 (byte-compile-print-syms): New function.
11018 (byte-compile-warn-about-unresolved-functions): Also warn about
11019 `noruntime' functions (and use `byte-compile-print-syms').
11020 (byte-compile-file): Capitalize the message.
11021
3b55acc9
GM
110222000-03-24 Gerd Moellmann <gerd@gnu.org>
11023
11024 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11025 (rmail-expunge): Ask for confirmation depending on the setting
11026 of rmail-confirm-expunge.
11027
110282000-03-23 Gerd Moellmann <gerd@gnu.org>
11029
11030 * Makefile (bootstrap-clean): If $(emacs) exists, build
11031 loaddefs.el first. A loaddefs.el that's not up-to-date might
11032 cause a bootstrap failure because things don't autoload as
11033 expected.
11034
02c76af4
DL
110352000-03-23 Dave Love <fx@gnu.org>
11036
11037 * net/browse-url.el: Restore previous use of
11038 browse-url-maybe-new-window.
11039
1a3199d9
GM
110402000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11041
11042 * ps-print.el: Skip banner page fix.
11043 (ps-print-version): New version number (5.1.2).
11044 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11045
1a3199d9
GM
110462000-03-23 Dave Pearson <davep@davep.org>
11047
11048 * net/quickurl.el Changed the type of parameter passed to the
11049 function defined by `quickurl-format-function'. Before only the
11050 text of the URL was passed. Now the whole URL structure is passed
11051 and the function is responsible for extracting the parts it
11052 requires. Changed the default of `quickurl-format-function'
11053 accordingly.
11054 (quickurl-insert): Changed the `funcall' of
11055 `quickurl-format-function' to match the above change.
11056 (quickurl-list-insert): Changed the `url' case so that it makes
11057 use of `quickurl-format-function', previous to this the format was
11058 hard wired.
fa78f71b 11059
72db3ab5
GM
110602000-03-22 Gerd Moellmann <gerd@gnu.org>
11061
11062 * startup.el: Change some spellings for the X Window System.
11063
68049bfa
SM
110642000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11065
11066 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11067 up the code and the regexp and make sure the cursor is temporarily
11068 moved to the suspicious line while querying the user.
11069
ff4df011
JR
110702000-03-22 Jason Rumney <jasonr@gnu.org>
11071
11072 * w32-fns.el (w32-charset-info-alist): Initialize.
11073
ee1c5b21
GM
110742000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11075
11076 * ps-print.el: N-up last page fix.
11077 (ps-print-version): New version number (5.1.1).
11078 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11079
d2cbfba0
SM
110802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11081
bfb857d8
SM
11082 * files.el (find-file-run-dired): Update docstring.
11083 (find-directory-functions): New hook.
11084 (find-file-noselect): Run find-directory-functions rather than
11085 calling dired directly.
11086
11087 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11088
cb3430a1
SM
11089 * pcvs.el: Add a minimal leading commentary.
11090 (cvs-make-cvs-buffer): Change the header part by removing the startup
11091 message and adding a `Module' entry. Also replace the FOOTER and
11092 HEADER special fileinfos with the new support in ewoc for updating
11093 its own footer and header.
11094 (cvs-update-header): Update to use the header/footer of the ewoc.
11095 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11096 (cvs-is-within-p): New function.
11097 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11098 to only examine some subset of the buffers.
11099
11100 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11101 `format' instead of our own ad-hoc functions.
11102 Remove HEADER and FOOTER cases, now handled in the EWOC.
11103 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11104
11105 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11106 output to avoid scaring the user.
11107 (cvs-parse-table): Catch message for non-up-to-date commits.
11108
11109 * pcvs-defs.el (cvs-startup-message): Remove.
11110 (cvs-global-menu): New autoloaded menu.
11111
11112 * pcvs-util.el (cvs-string-fill): Remove.
11113
11114 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11115 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11116 PP part of it and also make it work for footers and headers.
11117 (ewoc-create): Drop POS and BUFFER arguments.
11118 Use the DLL's dummy node to store the end-of-footer position.
11119 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11120 (ewoc-refresh): Remove unused `header' variable.
11121 (ewoc-(get|set)-hf): New functions.
11122
d2cbfba0
SM
11123 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11124 log-view-*-(message|file) and use easy-mmode-define-navigation.
11125 (log-view-message-re): Match SCCS format as well.
11126 And match the revision line rather than the dashed separator line.
11127 (log-view-mode): Use the new define-derived-mode.
11128 (log-view-current-tag): Fill in with an actual implementation.
11129
11130 * cvs-status.el (cvs-status-(prev|next)): Rename from
11131 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11132 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11133 to let the output "breathe" a little more (more readable).
11134 (cvs-status-mode): Use the new define-derived-mode.
11135
11136 * smerge-mode.el (smerge-auto-leave): New function and variable.
11137 (smerge-basic-map): Rename from smerge-basic-keymap.
11138 Change the bindings for smerge-diff-*.
11139 (smerge-*-map): Use easy-mmode-defmap.
11140 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11141 (smerge-keep-*): Use smerge-auto-leave.
11142
51663132
JR
111432000-03-21 Jason Rumney <jasonr@gnu.org>
11144
11145 * cus-edit.el (custom-button-face): Use 3D look for w32.
11146 (custom-button-pressed-face): Likewise.
11147
3f6e4b8b
GM
111482000-03-21 Gerd Moellmann <gerd@gnu.org>
11149
11150 * progmodes/etags.el (tags-case-fold-search): New user-option.
11151 (tags-loop-eval): New function. Bind case-fold-search around eval
11152 depending on the value of tags-case-fold-search.
11153 (tags-loop-continue): Use tags-loop-eval.
11154 (find-tag-in-order): Bind case-fold-search depending on the value
11155 of tags-case-fold-search.
11156
c7ea3acc
SM
111572000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11158
0ae39f53
SM
11159 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11160 (diff-end-of-hunk): Return the end position for use in
11161 `easy-mmode-define-navigation'.
11162 (diff-recenter): Remove.
11163 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11164 of `easy-mmode-define-navigation'.
11165 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11166 previous renaming) and fix to use new names.
11167 (diff-merge-strings): Use \n as separator: simpler, faster.
11168 (diff-mode): Use `define-derived-mode'.
11169
c7ea3acc
SM
11170 * derived.el (define-derived-mode): Don't autoload anymore.
11171 Prefer the macro-only version provided by easy-mmode.el.
11172
11173 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11174 `easy-mmode-define-derived-mode'.
11175 Use `combine-run-hooks'.
11176 (easy-mmode-define-navigation): New macro.
11177
11178 * subr.el (combine-run-hooks): New function.
11179
6c4bfdc0
KH
111802000-03-21 Kenichi HANDA <handa@etl.go.jp>
11181
11182 * term/x-win.el: Fontsets related initialization is simplified.
11183
11184 * international/mule-diag.el (describe-font): Don't refer to
11185 global-fontset-alist, instead call font-list.
11186 (describe-fontset, list-fontsets, mule-diag): Likewise.
11187 (print-fontset): Adjusted for the change of fontset
11188 implementation.
11189
11190 * international/fontset.el (x-charset-registries): Variable
11191 removed, instead the corresponding data is stored in the default
11192 fontset.
11193 (register-alternate-fontnames): Function removed.
11194 (resolved-ascii-font): Variable removed.
11195 (x-compose-font-name): Ignore the second argument REDOCE.
11196 (x-complement-fontset-spec): Complement only an ASCII font and
11197 element for those charsets than can use that ASCII font.
11198 (generate-fontset-menu): Don't refer to global-fontset-alist,
11199 instead call fontset-list.
11200 (uninstantiated-fontset-alist): Variable removed.
11201 (x-style-funcs-alist): Likewise.
11202 (fontset-default-styles): Likewise.
11203 (x-modify-font-name): Function removed.
11204 (create-fontset-from-fontset-spec): Ignore the argument
11205 STYLE-VARIANT.
11206 (create-fontset-from-ascii-font): Docsting adjusted for the above
11207 change.
11208 (instantiate-fontset, resolve-fontset-name): Functions removed.
11209 (fontset-list): Now implemented by C code.
fa78f71b 11210
6c4bfdc0
KH
11211 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11212 (describe-face): Include `font' attribute in the description.
11213
9111d4b5
KH
112142000-03-21 Kenichi Handa <handa@etl.go.jp>
11215
11216 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11217
b33dd3b0
GM
112182000-03-20 Gerd Moellmann <gerd@gnu.org>
11219
a25bbe00
GM
11220 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11221 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11222 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11223
b33dd3b0
GM
11224 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11225 about behavior of set-buffer-modified-p wrt redisplay.
11226
8b7bc628 112272000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11228
11229 * view.el (view-mode-disable): Kill local binding of view-read-only.
11230
d7b511c4
GM
112312000-03-18 Gerd Moellmann <gerd@gnu.org>
11232
11233 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11234 is a string, convert it to a syntax cell using string-to-syntax.
11235
11236 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11237 (string-to-syntax): New function.
11238
11239 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11240 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11241 try to use passive ftp mode.
d7b511c4 11242
998ecc60
GM
112432000-03-17 Gerd Moellmann <gerd@gnu.org>
11244
b33dd3b0 11245 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11246
11247 * simple.el (append-to-buffer): Update point of windows after
11248 insertion.
11249
11250 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11251 forward then moving backward. Reindent.
11252
11253 * frame.el (other-frame): Call x-focus-frame only if
11254 focus-follows-mouse is off.
11255
235d6821
DL
112562000-03-17 Dave Love <fx@gnu.org>
11257
11258 * pcvs-util.el (cvs-strings->string): Rename
11259 replace-regexps-in-string.
11260
a29a2cd1
SM
112612000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11262
af595444
SM
11263 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11264 regexp for labels cannot span several lines.
11265
11266 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11267 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11268
a9be2843
DL
112692000-03-16 Dave Love <fx@gnu.org>
11270
11271 * progmodes/f90.el (f90): Put custom group under `languages', not
11272 `fortran'.
11273 (f90-mode-hook): Customize.
11274 (f90-mode): Set add-log-current-defun-function.
11275 (f90-current-defun): New function.
11276
d0ab3e9d
GM
112772000-03-16 Gerd Moellmann <gerd@gnu.org>
11278
16b20ed9
GM
11279 * cus-edit.el (custom-variable-tag-face): Handle case that
11280 default face's height is not a number.
11281 (custom-face-tag-face, custom-group-tag-face-1)
11282 (custom-group-tag-face): Ditto.
11283 (custom-group-tag-face-1): Add :group.
fa78f71b 11284
d0ab3e9d
GM
11285 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11286
ae8ab422
GM
112872000-03-15 Gerd Moellmann <gerd@gnu.org>
11288
11289 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11290 requiring easymenu.
11291
81c7ca69
GM
112922000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11293
11294 * ps-print.el: PostScript user-defined prologue, PostScript error
11295 handler, doc fix.
11296 (ps-print-version): New version number (5.1).
11297 (ps-user-defined-prologue, ps-error-handler-message)
11298 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11299 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11300 (ps-insert-string): New function.
fa78f71b 11301
dcf1003d
KH
113022000-03-15 Kenichi Handa <handa@etl.go.jp>
11303
11304 * international/ccl.el (ccl-compile-expression): Don't generate
11305 invalid self-assignment code.
11306
73825616
DL
113072000-03-14 Dave Love <fx@gnu.org>
11308
11309 * subr.el (replace-regexp-in-string): Renamed from
11310 replace-regexps-in-string. Doc fix.
11311
031020ac
DL
113122000-03-12 Dave Love <fx@gnu.org>
11313
11314 * cus-edit.el: Doc fixes.
11315 (customize-set-variable, customize-save-variable): Rename args for
11316 doc.
11317 (custom-variable-tag-face, custom-face-tag-face)
11318 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11319 style which user identify as hyperlink.
11320 (hook): Don't add undefined functions to the hook.
11321 (debug-ignored-errors): Transfer message from bindings.el.
11322
9b2f3c38
GM
113232000-03-12 Gerd Moellmann <gerd@gnu.org>
11324
11325 * recentf.el (recentf-keep-non-readable-files-p): Remove
11326 double/nested definition.
11327
0d6e23cf
DL
113282000-03-12 Dave Love <fx@gnu.org>
11329
11330 * facemenu.el (facemenu-get-face): Use display-color-p.
11331 * enriched.el (enriched-decode-foreground): Likewise.
11332 (enriched-decode-background): Likewise.
11333 * isearch.el (isearch-highlight): Likewise.
11334 * info-look.el (info-lookup): Likewise.
11335 * simple.el (completion-setup-function): Likewise.
11336
11337 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11338 :options.
11339
11340 * bindings.el (mode-line-format): Fix line-number and
11341 column-number items. Add help-echo for the background.
11342 (mode-line-mule-info): Modify help-echo.
11343
1598a961 11344 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11345
11346 * files.el (load-file): Allow completion to .elc.
11347
11348 * man.el: Doc fixes.
11349 (Man-init-defvars): Use display-color-p to set fontification.
11350
11351 * play/hanoi.el (hanoi-internal): Don't use oddp.
11352
e1cff360
GM
113532000-03-12 Gerd Moellmann <gerd@gnu.org>
11354
11355 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11356
11357 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11358
5e5dff44
GM
113592000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11360
11361 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11362 Fix comment.
11363
5b467bf4
SM
113642000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11365
83fef604
SM
11366 * font-lock.el (font-lock-keywords): Fix the doc now that
11367 regexp-opt-depth is unnecessary.
11368 (save-buffer-state): Set an edebug spec.
11369 (font-lock-fontify-anchored-keywords): Properly handle the case when
11370 the matcher goes past the limit.
11371
5b467bf4
SM
11372 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11373 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11374
83fef604
SM
11375 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11376 dll.el and cookie.el (from Elib) with heavy renaming and other
11377 massaging.
5b467bf4
SM
11378
11379 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11380 Autoload the functions used.
11381 (easy-mmode-define-syntax): Fix CL typo.
11382 (easy-mmode-define-derived-mode): Improve the docstring generation.
11383
d407456c
GM
113842000-03-10 Gerd Moellmann <gerd@gnu.org>
11385
11386 * textmodes/texinfo.el (texinfo-version): Variable and function
11387 removed.
11388
5a7a545c
SM
113892000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11390
0d6e23cf
DL
11391 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11392 allow more flexibility.
11393 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11394 fns.
11395 (easy-mmode-defmap, easy-mmode-defsyntax)
11396 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11397
d407456c 113982000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11399
11400 * rect.el (replace-rectangle): New function.
11401
114022000-03-09 Dave Love <fx@gnu.org>
11403
11404 * progmodes/fortran.el (fortran-comment-line-start): Define as
11405 "C".
11406 (fortran-comment-line-start-skip): Don't match cpp stuff.
11407 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11408 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11409 (fortran-mode): Don't set fortran-comment-line-start-skip,
11410 fortran-comment-line-start here. Set comment-start,
11411 add-log-current-defun.
11412 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11413 (fortran-current-defun): New function.
11414
80460654
GM
114152000-03-09 Gerd Moellmann <gerd@gnu.org>
11416
d1221ea9
GM
11417 * emacs-lisp/re-builder.el: New file.
11418
1853aa6b
GM
11419 * mouse.el (mouse-drag-region): Don't run up-event handler
11420 if hscroll has changed.
11421
80460654
GM
11422 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11423 builtin operators, use `font-lock-builtin-face' for Emacs and
11424 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11425
11426 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11427 `(defun (setf foo)' differently.
11428
c0056275
SM
114292000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11430
11431 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11432 (regexp-opt): Update comment and adapt the code the new meaning of
11433 the `paren' argument of regex-opt-group for shy-groups.
11434 (regexp-opt-depth): Handle shy groups as well as backslashed
11435 backslashes.
c0056275
SM
11436 (regexp-opt-group): Turn the leading comment into a docstring.
11437 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11438 Remove open-presuf and close-presuf. Instead of checking for `all
11439 one-char' and then later on check for `several one-char', handle
11440 both cases close together. Also apply a more generic algorithm
11441 for suffixes (the mirror image of the algorithm used for
11442 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11443 (regexp-opt-try-suffix): Removed.
11444
11445 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11446 from comint-mode-map, so we can just inherit from it. Also, move
11447 the initialization into the `defvar' since there's no docstring
11448 anyway and it's fairly short.
11449 (inferior-scheme-mode): Define it as derived-mode: the code is
11450 shorter and this way we inherit from comint-mode-map rather than
11451 copying it.
c0056275 11452
80460654
GM
11453 * subr.el (replace-regexps-in-string): Properly handle the case
11454 where we match an empty string.
c0056275 11455
80460654
GM
11456 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11457 when the command has a directory component (such as "./testml").
c0056275
SM
11458 Also fix a typo in the comment.
11459
5e91ff9e
GM
114602000-03-08 Gerd Moellmann <gerd@gnu.org>
11461
feab4fba
GM
11462 * Makefile (compile-files): Compile files one by one because
11463 that's the only way to ensure a clean compilation environment for
11464 each individual file.
11465
5e91ff9e
GM
11466 * frame.el (other-frame): Call x-focus-frame.
11467
76162e12
DL
114682000-03-07 Dave Love <fx@gnu.org>
11469
f64ce788
DL
11470 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11471 :require to defcustom.
11472
76162e12
DL
11473 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11474 lists.
11475
11476 * files.el (auto-mode-alist): Add configure.in.
11477
11478 * progmodes/autoconf.el: New file.
11479
f7daf1e1
GM
114802000-03-07 Gerd Moellmann <gerd@gnu.org>
11481
11482 * mail/mh-e.el: Change maintainer to `none'.
11483
11484 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11485 to remove-hook and add-hook.
11486
114872000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11488
11489 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11490 it as the default.
11491 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11492 (sendmail-send-it): Conditionally add MIME headers specifying the
11493 used character set.
fa78f71b 11494
63f6b2c4
DL
114952000-03-07 Dave Love <fx@gnu.org>
11496
11497 * winner.el: Fix keywords, autoload cookies. Split
11498 eval-when-compile form to avoid compilation failure.
11499
8330e2f9
KH
115002000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11501
11502 * international/mule.el: Modify comment about coding system
11503 property `coding-category'.
11504 (make-coding-system): New argument EOL-TYPE. Pay attention to
11505 coding-category property of PROPERTIES.
11506
11507 * international/mule-conf.el (coding-category-utf-8,
11508 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11509 categories. Include them in the argument for set-coding-priority.
11510
11511 * international/mule-cmds.el (reset-language-environment): Include
11512 coding-category-utf-8, coding-category-utf-16-be, and
11513 coding-category-utf-16-le in the argument for set-coding-priority.
11514 (reset-language-environment): Initialize coding-category-utf-8,
11515 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11516
18bb0684
GM
115172000-03-06 Karl Fogel <kfogel@red-bean.com>
11518
11519 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11520 code abstracted out of `bookmark-jump-noselect'. Now tries info
11521 extensions as well as compression extensions.
11522 (bookmark-jump-noselect): Use above new func.
fa78f71b 11523
71a6ba55
GM
115242000-03-03 Gerd Moellmann <gerd@gnu.org>
11525
11526 * strokes.el: Change maintainer's mail address.
11527
0d56cdff
KH
115282000-03-03 Kenichi Handa <handa@etl.go.jp>
11529
11530 * international/mule-diag.el (list-character-sets): Make help-echo
11531 string by substitute-command-keys.
11532 (list-character-sets): Likewise.
11533 (sort-listed-character-sets): Call help-setup-xref.
11534
900fa1f1
GM
115352000-03-02 Gerd Moellmann <gerd@gnu.org>
11536
11537 * time.el (display-time-mail-file): Add `none' to the list of
11538 choices.
11539
54d04320
DL
115402000-03-01 Dave Love <fx@gnu.org>
11541
43f3fa09
DL
11542 * help.el (help-xref-go-back): Don't try to set position.
11543
54d04320
DL
11544 * international/mule-diag.el (list-character-sets): Call
11545 help-setup-xref. Add help-echo to xrefs.
11546 (list-character-sets-1): Add help-echo to xrefs.
11547
d054101f
GM
115482000-03-02 Gerd Moellmann <gerd@gnu.org>
11549
11550 * frame.el (blink-cursor-mode): Switch cursor on when turning
11551 the mode off.
11552
11553 * add-log.el (add-log-current-defun): Add support for
11554 Autoconf mode.
11555
11556 * mail/rmail.el (rmail-quit-hook): New variable.
11557
d77dae5c
DL
115582000-03-01 Dave Love <fx@gnu.org>
11559
e5f597f0
DL
11560 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11561
d77dae5c
DL
11562 * help.el (help-xref-button): Add help-echo arg.
11563 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11564
11565 * faces.el (list-faces-display): Supply help-echo with
11566 help-make-xrefs.
11567
11568 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11569 nil.
11570
72d19d75
GM
115712000-03-01 Gerd Moellmann <gerd@gnu.org>
11572
2df636f4
GM
11573 * image.el (defimage): Look for image files in load-path.
11574
fa78f71b 11575 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11576 `number'.
11577
2df636f4
GM
115782000-03-01 David Ponce <david.ponce@wanadoo.fr>
11579
11580 * recentf.el (recentf): Added version tag to the defgroup of
11581 recentf.
11582
115832000-03-01 David Ponce <david.ponce@wanadoo.fr>
11584
11585 * recentf.el (recentf-cleanup): Changed to remove excluded file
11586 too.
11587 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11588 action to select/unselect a file.
11589 (recentf-edit-list): Code cleanup and improvement.
11590 (recentf-open-more-files-action): `recentf-open-more-files' button
11591 widget action to open a file.
11592 (recentf-open-more-files): No more use standard completion but
11593 widgets.
11594 (recentf-more-collection): Deleted.
11595 (recentf-more-history): Deleted.
11596 (recentf-setup-more-completion): Deleted.
11597
115982000-03-01 David Ponce <david.ponce@wanadoo.fr>
11599
11600 * recentf.el (recentf-mode): No more needs that Emacs is running
11601 under a window-system.
11602
116031999-03-01 David Ponce <david.ponce@wanadoo.fr>
11604
11605 * recentf.el (recentf-edit-list): New command to edit the recent
11606 list which allow the user to remove files.
11607 (recentf-edit-selected-items): New global variable, used by
11608 `recentf-edit-list' to hold the list of files to be removed from
11609 the recent list.
11610 (recentf-make-menu-items): Updated to display a "Edit list..."
11611 menu item. Minor code cleanup.
11612
116131999-03-01 David Ponce <david.ponce@wanadoo.fr>
11614
11615 * recentf.el (recentf-open-more-files): New command to open files
11616 that are not displayed in the menu.
11617 (recentf-more-collection): New global variable holding the set of
11618 permissible completions used by `recentf-open-more-files'.
11619 (recentf-more-history): New global variable holding the history list
11620 used by `recentf-open-more-files' completion.
11621 (recentf-setup-more-completion): New function to setup completion for
11622 `recentf-open-more-files'.
11623 (recentf-make-menu-items): Updated to display a "More..." menu item.
11624
116251999-03-01 David Ponce <david.ponce@wanadoo.fr>
11626
11627 * recentf.el (recentf-menu-action): Doc fixed.
11628
116291999-03-01 David Ponce <david.ponce@wanadoo.fr>
11630
11631 * recentf.el (recentf-menu-filter): Doc updated.
11632 (recentf-update-menu-hook): Allow menu filters to force menu update.
11633 (recentf-make-menu-items): New menu filter handling.
11634 (recentf-make-menu-item): New helper function.
11635 (recentf-menu-elements): New menu handling function.
11636 (recentf-sort-ascending): Updated to new menu filter handling.
11637 (recentf-sort-descending): Updated to new menu filter handling.
11638 (recentf-sort-basenames-ascending): New menu filter function.
11639 (recentf-sort-basenames-descending): New menu filter function.
11640 (recentf-show-basenames): New menu filter function.
11641 (recentf-show-basenames-ascending): New menu filter function.
11642 (recentf-show-basenames-descending): New menu filter function.
11643
72d19d75
GM
116442000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11645
11646 * diary-lib.el (list-diary-entries): Don't try to go forward at
11647 the end of the buffer.
11648
1ac1c836
KH
116492000-02-29 Kenichi Handa <handa@etl.go.jp>
11650
11651 * international/mule-diag.el (list-character-sets): Completely
11652 rewritten.
11653 (sort-listed-character-sets): New function.
11654 (list-character-sets-1): Completely rewritten.
11655 (list-character-sets-2): New function.
11656 (non-iso-charset-alist): New variable.
11657 (decode-codepage-char): New function.
11658 (charset-history): New variable.
11659 (read-charset) (list-block-of-chars)
11660 (list-iso-charset-chars)
11661 (list-non-iso-charset-chars)
11662 (list-charset-chars): New functions.
11663 (mule-diag): Call list-character-sets-2, not
11664 list-character-sets-2.
11665 (dump-charsets): Likewise.
11666
ed4d0512
GM
116672000-02-29 Gerd Moellmann <gerd@gnu.org>
11668
72d19d75
GM
11669 * dired-x.el (dired-filename-at-point): Add `@' to valid
11670 file name characters.
11671 (dired-filename-at-point): Handle ange-ftp file names.
11672
ed4d0512
GM
11673 * frame.el (frame-notice-user-settings): Use assq-delete-all
11674 instead of assoc-delete-all.
11675 (frame-notice-user-settings): Ditto.
11676
11677 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11678 Don't copy alist.
11679
32038c7a
GM
116802000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11681
11682 * calculator.el (calculator-use-menu): New option.
11683 (calculator-initial-bindings): Changed some bindings to work as
11684 macros.
11685 (calculator-forced-input): Removed.
11686 (calculator-restart-other-mode): New variable.
11687 (calculator-mode-map): Set up menu.
fa78f71b 11688
32038c7a
GM
116892000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11690
11691 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11692 tags.
fa78f71b 11693
55d7ff38 116942000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11695
55d7ff38
MK
11696 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11697 translate all ESC key sequences.
11698 (viper-goto-mark-subr): restore markers for files for which
11699 they were saved.
11700 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11701 * viper-util.el (viper-set-replace-overlay-glyphs,
11702 viper-set-replace-overlay): always check if the replacement
11703 overlay is live.
11704 * viper.el (viper-vi-state-mode-list): added major modes.
11705 * ediff-wind.el: minor comment changes.
11706 * ediff.el: copyright notice date fix.
fa78f71b 11707
387023ee
JR
117082000-02-27 Jason Rumney <jasonr@gnu.org>
11709
11710 * faces.el (face-font-family-alternatives): Add arial to helv.
11711 (mode-line, header-line, tool-bar): Same default as x for w32.
11712 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11713 face-font-family-alternatives from working.
11714 * term/w32-win.el (mouse-set-font): Do not build fontset from
11715 chosen font.
11716
f43d79c1
GM
117172000-02-25 Sam Steingold <sds@goems.com>
11718
5d80cc9c 11719 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11720 properly.
fa78f71b 11721
8b7bc628 117222000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11723
11724 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11725
4eb8436f
GM
117262000-02-25 Gerd Moellmann <gerd@gnu.org>
11727
11728 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11729 writable.
11730
449c3c52 11731 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11732
42088c12
GM
117332000-02-24 Gerd Moellmann <gerd@gnu.org>
11734
11735 * frame.el (show-cursor-in-non-selected-windows): New option.
11736
c60ea02e
GM
117372000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11738
11739 * diary-lib.el (include-other-diary-files): Undo the selective
11740 display in any included file and don't kill it.
11741
d066de8e
EZ
117422000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11743
11744 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11745 bar. Menu items converted to (menu-item format, help strings
11746 added.
11747 [downcase, upcase]: Don't enable on MS-DOS.
11748 [symlink, symlinks]: Don't show if make-symbolic-link is not
11749 bound.
11750 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11751
b6906b38
DL
117522000-02-23 Dave Love <fx@gnu.org>
11753
275cf1b2
DL
11754 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11755 (backward-kill-word): Revert addition of * to interactive spec --
11756 it's a feature.
11757
11758 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11759 (backward-kill-sentence, kill-sentence): Likewise.
11760
99d48056
DL
11761 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11762 scratch buffer name.
11763 (gud-format-command): Use int-to-string in ?l case. Simplify
11764 slightly.
11765
11766 * term/w32-win.el (internal-face-interactive): Update prompt for
11767 new read-face-name.
11768
11769 * mail/footnote.el (footnote): Add :version to defgroup.
11770 (footnote-section-tag-regexp): Customize.
11771 (footnote-start-tag, footnote-end-tag): New option.
11772 (footnote-latin-regexp): New variable.
11773 (Footnote-latin): New function.
11774 (footnote-style-alist): Add element for latin style.
11775 (footnote-style): Moved.
11776 (Footnote-goto-footnote): Use eq to test arg.
11777
11778 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11779
b6906b38
DL
11780 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11781 (byte-compile-trueconstp): Include keywords.
11782 (byte-optimize-quote, byte-optimize-lapcode): Use
11783 byte-compile-const-symbol-p.
11784 (byte-optimize-char-before): New optimization.
11785
11786 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11787 (byte-compile-const-symbol-p): New function.
11788 (byte-compile-constp, byte-compile-out-toplevel)
11789 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11790 Use it.
11791
11792 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11793
214f877f
KH
117942000-02-23 Kenichi Handa <handa@etl.go.jp>
11795
c709bcf1
KH
11796 * international/encoded-kb.el: Be sure to update minor-mode-alist
11797 and minor-mode-map-alist.
11798 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11799 codes SS2 and SS3 correctly.
11800 (encoded-kbd-self-insert-ccl): New function.
11801 (encoded-kbd-setup-keymap): New function.
11802 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11803 by calling encoded-kbd-setup-keymap.
11804
214f877f
KH
11805 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11806 characters.
11807 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11808 locally.
11809
b021ef18
DL
118102000-02-22 Dave Love <fx@gnu.org>
11811
11812 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11813 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11814 defvar.
11815 (lisp-mode-syntax-table): Set up for #|...|# comments.
11816 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11817 classes. Match `defface'.
11818 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11819 (eval-defun-1): Fix for defcustom.
11820 (lisp-indent-region): Doc fix.
11821
11822 * subr.el (when, unless, split-string): Doc fix.
11823 (read-passwd): Move call of clear-this-command-keys to the right
11824 place.
11825 (replace-regexps-in-string): New function.
11826
14cc00ad
GM
118272000-02-22 Gerd Moellmann <gerd@gnu.org>
11828
11829 * help.el (describe-variable): Set syntax table to
11830 emacs-lisp-mode-syntax-table when moving forward over the
11831 symbol's name.
11832
47da5efa
DL
118332000-02-22 Dave Love <fx@gnu.org>
11834
11835 * xt-mouse.el: Doc fixes.
11836 (xterm-mouse-position-function): New function, replacing advice of
11837 mouse-position.
11838 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11839
11840 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11841
f0a6c717
GM
118422000-02-21 Gerd Moellmann <gerd@gnu.org>
11843
11844 * format.el (format-annotate-single-property-change): Handle
11845 properties.with dotted-list values.
11846 (format-proper-list-p): New function.
11847
11848 * enriched.el (enriched-face-ans): Handle '(foreground-color
11849 . COLOR) and (background-color . COLOR).
11850
2be80b63
DL
118512000-02-20 Dave Love <fx@gnu.org>
11852
11853 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11854 and assignments to it.
11855 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11856 current local map.
11857 (make-flyspell-overlay): Use it.
11858 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11859
11860 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11861 (lm-get-header-re): Defun, not defsubst.
11862 (lm-get-package-name): Defun, not defsubst. Simplify.
11863 (lm-version): Doc fix. Simplify.
11864 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11865 (lm-crack-address, lm-last-modified-date, lm-commentary)
11866 (lm-verify, lm-synopsis): Simplify.
11867 (lm-report-bug): Require emacsbug. Use compose-mail.
11868
329eed9f
GM
118692000-02-20 Gerd Moellmann <gerd@gnu.org>
11870
11871 * dired.el (dired-mode): Call propertized-buffer-identification
11872 to set mode-line-buffer-identification to something having
11873 the right text properties.
11874
11875 * bindings.el (propertized-buffer-identification): New function.
11876
be5bb146
DL
118772000-02-20 Dave Love <fx@gnu.org>
11878
11879 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11880 check for t-mouse too.
11881
11882 * cus-start.el: Make echo-keystrokes `number'.
11883
1d4311c3
EZ
118842000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11885
11886 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11887 Don't call ring-empty-p unless tags-location-ring is bound.
11888 From Noah Friedman <friedman@splode.com>.
11889
a23c5037
TTN
118902000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11891
11892 * progmodes/hideshow.el (hs-flag-region): No longer use
11893 `intangible' overlay property.
11894
11895 (hs-toggle-hiding): New command.
11896 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11897
11898 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11899 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11900 and deactivation.
11901
b6a22bf8
GM
119022000-02-18 Gerd Moellmann <gerd@gnu.org>
11903
11904 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11905
d621caf7
GM
119062000-02-17 Gerd Moellmann <gerd@gnu.org>
11907
3c0ed7ce
GM
11908 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11909
d621caf7
GM
11910 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11911 of `*' to handle `(* ... *)' comments.
11912
538d88fb
EZ
119132000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11914
53c80cf6 11915 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11916 window-system.
53c80cf6 11917
538d88fb
EZ
11918 * menu-bar.el (global-map): Menu-bar items converted to the new
11919 format (menu-item..., rearranged for better CUA compliance, and
11920 their names changed for better clarity. Help strings added.
11921
11922 * international/mule-cmds.el (mule-menu-keymap)
11923 (describe-language-environment-map, set-coding-system-map)
11924 (setup-language-environment-map): Convert to new (menu-item...
11925 form, add help strings. Change names of menu items for better
11926 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11927 submenu).
11928
8389e1e2 119292000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11930
a23c5037 11931 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11932 within the code.
a23c5037 11933
8389e1e2 119342000-02-16 Dave Love <fx@gnu.org>
a23c5037 11935
84fe35f0
DL
11936 * faces.el: Don't require custom. Add more specific :groups to
11937 various deffaces.
11938 (set-face-attribute): Purecopy args.
11939 (read-face-name): Default to name at point and use it in prompt.
11940 Remove colon from arg in all callers.
11941 (list-faces-display): Hyperlink to face descriptions and customize
11942 buffers.
11943
b2aeee30
DL
119442000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11945
11946 * wid-edit.el (widget-match-inline): An atom never matches a
11947 list.
11948
99e95407
GM
119492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11950
82d2c7c5
DL
11951 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11952 at ':' characters by call to split-string.
99e95407
GM
11953
119542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11955
82d2c7c5 11956 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11957
119582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11959
82d2c7c5
DL
11960 * textmodes/bibtex.el: Some temporary comments removed.
11961 (bibtex-field-name, bibtex-entry-type): Made the relationship
11962 explicit.
11963 (bibtex-field-const): Allow capital letters.
11964 (bibtex-start-of-string): Deleted because unused.
11965
11966 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11967 use the term 'reference' to describe a bibtex entry as a whole.
11968 Further, reference keys are no longer called 'labels'.
11969 (bibtex-keys): Renamed to bibtex-reference-keys.
11970 (bibtex-reformat-previous-labels): Renamed to
11971 bibtex-reformat-previous-reference-keys.
11972 (bibtex-reference-type): Renamed to bibtex-entry-type.
11973 (bibtex-reference-head): Renamed to bibtex-entry-head.
11974 (bibtex-reference-maybe-empty-head): Renamed to
11975 bibtex-entry-maybe-empty-head.
11976 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11977 (bibtex-search-reference): Renamed to bibtex-search-entry.
11978 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11979 bibtex-enclosing-entry-maybe-empty-head.
11980 (bibtex-entry-field-alist, bibtex-entry-head,
11981 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11982 bibtex-map-entries, bibtex-search-entry,
11983 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11984 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11985 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11986 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11987 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11988 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11989 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11990
119912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11992
82d2c7c5
DL
11993 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11994 comment.
11995 (bibtex-format-field-delimiters): New function, functionality
11996 extracted from bibtex-format-entry.
11997 (bibtex-autokey-get-yearfield-digits): New function, functionality
11998 extracted from bibtex-autokey-get-yearfield.
11999
12000 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12001 entries in order to avoid stack overflow in the regexp matcher if
12002 field contents become large.
12003 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12004 bibtex-field-string-part-not-braced,
12005 bibtex-field-string-part-no-inner-braces,
12006 bibtex-field-string-part-1-inner-brace,
12007 bibtex-field-string-part-2-inner-braces,
12008 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12009 bibtex-field-string-quoted, bibtex-field-string,
12010 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12011 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12012 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12013 as parsing is now performed by the following functions.
12014 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12015 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12016 bibtex-parse-field-string, bibtex-search-forward-field-string,
12017 bibtex-parse-association, bibtex-field-name-for-parsing,
12018 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12019 bibtex-search-forward-field, bibtex-search-backward-field,
12020 bibtex-start-of-field, bibtex-end-of-field,
12021 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12022 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12023 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12024 bibtex-parse-string, bibtex-search-forward-string,
12025 bibtex-search-backward-string, bibtex-start-of-string,
12026 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12027 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12028 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12029 entries. Instead of reporting the results of the parsing by
12030 match-beginning or match-end, these functions return data structures
12031 that hold the corresponding positions.
12032 (bibtex-enclosing-field): Changed to also report field boundaries by
12033 return values rather than by match-beginning or match-end. The
12034 following functions have been adapted to use the new parsing
12035 functions.
12036 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12037 bibtex-enclosing-field, bibtex-format-entry,
12038 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12039 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12040 bibtex-print-help-message, bibtex-end-of-entry,
12041 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12042 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12043 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12044 method for parsing.
12045 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12046 bibtex-map-entries, bibtex-flash-head,
12047 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12048 bibtex-autokey-change, bibtex-autokey-get-namefield,
12049 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12050 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12051 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12052 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12053 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12054 order to make the new binding of case-fold-search immediately
12055 visible.
99e95407
GM
12056
120572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12058
82d2c7c5
DL
12059 * textmodes/bibtex.el: Copyright notice is up to date.
12060 Added constant 'bibtex-maintainer-salutation.
99e95407 12061
82d2c7c5
DL
12062 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12063 than make-temp-name, use match-string-no-properties and eliminate
12064 a quadratic behavior when building bibtex-strings.
99e95407 12065
82d2c7c5
DL
12066 * bibtex.el (bibtex-reference-key): Accept string entries whose
12067 reference key contains upper case letters.
99e95407
GM
12068
120692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12070
82d2c7c5
DL
12071 * bibtex.el (bibtex-reference-head): Allow entries to start with
12072 a new line.
99e95407
GM
12073
120742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12075
82d2c7c5
DL
12076 * bibtex.el: Hiding of entry bodies is not longer provided by
12077 bibtex.el directly. Instead the hideshow package can be used.
12078 Added a special bibtex entry to hs-special-modes-alist.
12079 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12080
120812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12082
f24fef2f
SM
12083 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12084 at ':' characters by call to split-string.
8389e1e2
GM
12085
120862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12087
f24fef2f 12088 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12089
120902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12091
f24fef2f
SM
12092 * textmodes/bibtex.el: Some temporary comments removed.
12093 (bibtex-field-name, bibtex-entry-type): Made the relationship
12094 explicit.
12095 (bibtex-field-const): Allow capital letters.
12096 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12097
f24fef2f
SM
12098 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12099 use the term 'reference' to describe a bibtex entry as a whole.
12100 Further, reference keys are no longer called 'labels'.
12101 (bibtex-keys): Renamed to bibtex-reference-keys.
12102 (bibtex-reformat-previous-labels): Renamed to
12103 bibtex-reformat-previous-reference-keys.
12104 (bibtex-reference-type): Renamed to bibtex-entry-type.
12105 (bibtex-reference-head): Renamed to bibtex-entry-head.
12106 (bibtex-reference-maybe-empty-head): Renamed to
12107 bibtex-entry-maybe-empty-head.
12108 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12109 (bibtex-search-reference): Renamed to bibtex-search-entry.
12110 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12111 bibtex-enclosing-entry-maybe-empty-head.
12112 (bibtex-entry-field-alist, bibtex-entry-head,
12113 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12114 bibtex-map-entries, bibtex-search-entry,
12115 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12116 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12117 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12118 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12119 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12120 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12121 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12122
121232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12124
f24fef2f
SM
12125 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12126 comment.
12127 (bibtex-format-field-delimiters): New function, functionality
12128 extracted from bibtex-format-entry.
12129 (bibtex-autokey-get-yearfield-digits): New function, functionality
12130 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12131
f24fef2f
SM
12132 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12133 entries in order to avoid stack overflow in the regexp matcher if
12134 field contents become large.
12135 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12136 bibtex-field-string-part-not-braced,
12137 bibtex-field-string-part-no-inner-braces,
12138 bibtex-field-string-part-1-inner-brace,
12139 bibtex-field-string-part-2-inner-braces,
12140 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12141 bibtex-field-string-quoted, bibtex-field-string,
12142 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12143 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12144 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12145 as parsing is now performed by the following functions.
12146 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12147 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12148 bibtex-parse-field-string, bibtex-search-forward-field-string,
12149 bibtex-parse-association, bibtex-field-name-for-parsing,
12150 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12151 bibtex-search-forward-field, bibtex-search-backward-field,
12152 bibtex-start-of-field, bibtex-end-of-field,
12153 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12154 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12155 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12156 bibtex-parse-string, bibtex-search-forward-string,
12157 bibtex-search-backward-string, bibtex-start-of-string,
12158 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12159 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12160 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12161 entries. Instead of reporting the results of the parsing by
12162 match-beginning or match-end, these functions return data structures
12163 that hold the corresponding positions.
12164 (bibtex-enclosing-field): Changed to also report field boundaries by
12165 return values rather than by match-beginning or match-end. The
12166 following functions have been adapted to use the new parsing
12167 functions.
12168 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12169 bibtex-enclosing-field, bibtex-format-entry,
12170 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12171 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12172 bibtex-print-help-message, bibtex-end-of-entry,
12173 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12174 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12175 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12176 method for parsing.
12177 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12178 bibtex-map-entries, bibtex-flash-head,
12179 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12180 bibtex-autokey-change, bibtex-autokey-get-namefield,
12181 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12182 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12183 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12184 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12185 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12186 order to make the new binding of case-fold-search immediately
12187 visible.
8389e1e2
GM
12188
121892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12190
f24fef2f
SM
12191 * textmodes/bibtex.el: Copyright notice is up to date.
12192 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12193
f24fef2f
SM
12194 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12195 than make-temp-name, use match-string-no-properties and eliminate
12196 a quadratic behavior when building bibtex-strings.
fa78f71b 12197
f24fef2f
SM
12198 * bibtex.el (bibtex-reference-key): Accept string entries whose
12199 reference key contains upper case letters.
8389e1e2
GM
12200
122012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12202
f24fef2f
SM
12203 * bibtex.el (bibtex-reference-head): Allow entries to start with
12204 a new line.
8389e1e2
GM
12205
122062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12207
f24fef2f
SM
12208 * bibtex.el: Hiding of entry bodies is not longer provided by
12209 bibtex.el directly. Instead the hideshow package can be used.
12210 Added a special bibtex entry to hs-special-modes-alist.
12211 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12212
122132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12214
82d2c7c5 12215 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12216 proceedings entry type (for cross referencing). Thanks to Wagner
12217 Toledo Correa for the suggestion.
12218
82d2c7c5 12219 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12220
eae61d8f
KH
122212000-02-14 Kenichi Handa <handa@etl.go.jp>
12222
12223 * international/characters.el: Setup case table for Vietnamese.
12224
fb07a302
GM
122252000-02-12 Gerd Moellmann <gerd@gnu.org>
12226
12227 * uniquify.el (toplevel): Require CL at compile time.
12228 (uniquify-push): Removed.
12229
12230 * shadowfile.el (shadow-when): Removed.
12231
12232 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12233 (tempo-process-and-insert-string): Use dolist instead of
12234 tempo-dolist.
12235
12236 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12237 regexp for paragraph-start.
12238
12239 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12240 commas as well.
12241
a0eddf92
DL
122422000-02-10 Dave Love <fx@gnu.org>
12243
12244 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12245 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12246 Deleted.
12247 (widget-specify-field, widget-specify-button): Don't use
12248 widget-mouse-help as help-echo property.
12249 (default): Use #'ignore for :validate and :mouse-down-action.
12250 (checkbox): Add help-echo.
12251 (widget-sexp-validate): Rewritten to clarify error messages.
12252 (character): Use char-valid-p in :match function.
12253 (widget-color-complete): Use facemenu-color-alist.
12254 (widget-color-action): Use facemenu-read-color.
12255
12256 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12257 set up `caar' &c that we now have.
12258
82d2c7c5
DL
122592000-02-09 Ray Blaak <blaak@gnu.org>
12260
12261 * delphi.el: Make resourcestring a declaration region, like const
12262 and var.
12263
6cbc1482
DL
122642000-02-09 Dave Love <fx@gnu.org>
12265
12266 * bindings.el (mode-line-input-method-map): New variable.
12267 (mode-line-mule-info): Use it; fix last change.
12268 (mode-line-mode-menu): Move definition.
12269 (mode-line-mouse-sensitive-p): Deleted.
12270 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12271 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12272 level.
12273
12274 * startup.el (command-line-1): Don't call
12275 make-mode-line-mouse-sensitive.
12276
f7136ee8
GM
122772000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12278
12279 * mail/rmail.el (rmail-retry-failure): Use
12280 rmail-beginning-of-message before rmail-toggle-header, because the
12281 former toggles headers.
12282
6e1d0d15
SM
122832000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12284
fef8c55b
SM
12285 * diff-mode.el (diff-kill-junk): New interactive function.
12286 (diff-reverse-direction): Use delete-and-extract-region.
12287 (diff-post-command-hook): Restrict the area so that the hook also works
12288 outside of any diff hunk. This is necessary for the minor-mode.
12289 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12290 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12291
6e1d0d15
SM
12292 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12293 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12294 so that it can be used more easily in <foo>-mode-hook. Also make sure
12295 to avoid duplicate entries.
12296 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12297 (font-lock-remove-keywords): Just as was done for `add', allow it to
12298 work even if font-lock-mode is nil. Also make sure we don't modify
12299 any pre-existing list by forcing a copy-sequence. Finally rename
12300 `major-mode' to `mode'.
12301 (font-lock-fontify-syntactic-anchored-keywords)
12302 (font-lock-fontify-anchored-keywords)
12303 (font-lock-fontify-keywords-region): Use line-end-position.
12304 Don't make `font-lock-multiline' local (it's now done in
12305 font-lock-set-defaults).
12306 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12307 move the `font-lock-fontified' creation to inside the `unless'.
12308
a75dfea0
AI
123092000-02-06 Andrew Innes <andrewi@gnu.org>
12310
12311 * term/w32-win.el (x-handle-args): Comment out call to message,
12312 which occurs before window system is initialized.
12313
12314 * makefile.nt: Add support for recompiling lisp code.
12315
b85e9462
DL
123162000-02-04 Dave Love <fx@gnu.org>
12317
9ff33afb
DL
12318 * bindings.el (mode-line-mule-info): Fix/extend last change.
12319
b85e9462
DL
12320 * completion.el: Replace completion-dolist with dolist.
12321
12322 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12323 dotimes.
12324
44dff075
CD
123252000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12326
12327 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12328 environment names before they go into the section regexp.
12329
12330 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12331 char class in regexp.
12332
12333 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12334 `case-fold-search' to nil.
12335
12336 * progmodes/idlwave.el (idlwave-template): Respect
12337 `idlwave-abbrev-change-case'.
12338 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12339 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12340 idlwave-while): respect `idlwave-reserved-word-upcase'.
12341 (idlwave-rw-case): New function.
12342 (idlwave-statement-match): Fixed problem with assignment regexp.
12343 (idlwave-font-lock-keywords): Improved regexp for keyword
12344 parameters.
a23c5037 12345 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12346 operators longer than 1 char.
12347
12348 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12349 idlwave-shell-expression-overlay. Implemented printing of
12350 expressions on higher levels of the calling stack.
12351 (idlwave-shell-display-level-in-calling-stack): Restore stack
12352 level.
12353 (idlwave-retrieve-expression-from-level): New function.
12354 (idlwave-shell-last-calling-stack): Variable removed.
12355 (idlwave-shell-reset): Argument action reversed (`visible' to
12356 `hidden'). Also remove stop-line overlay.
12357 (idlwave-shell-calling-stack-routine): New variable.
12358 (idlwave-shell-parse-stack-and-display): Messages now display
12359 negative level numbers.
12360 (idlwave-shell-mode): Set `modeline-format'.
12361 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12362 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12363 21.
12364 (idlwave-shell-print-expression-function): New option.
a23c5037 12365
44dff075
CD
12366 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12367 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12368 `tool-bar' instead of `toolbar'.
12369
f26c34fd
DL
123702000-02-02 Dave Love <fx@gnu.org>
12371
12372 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12373 emacs-lisp-mode-hook. Don't check for defalias being defined.
12374
12375 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12376 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12377 the new builtins directly.
12378
12379 * whitespace.el (whitespace): Add :version to defgroup.
12380
12381 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12382 Doc fix.
12383
12384 * thingatpt.el (sexp-at-point, symbol-at-point)
12385 (number-at-point, list-at-point): Add autoload cookie.
12386
12387 * recentf.el (recentf): Add :version to defgroup.
12388
12389 * quickurl.el (quickurl): Add :version to defgroup.
12390
12391 * elide-head.el (elide-head): Use point-marker more.
12392
12393 * bs.el (bs): Add :version to defgroup.
12394
12395 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12396
12397 * progmodes/delphi.el (delphi): Add :version to defgroup.
12398
d240a249
GM
123992000-02-02 Gerd Moellmann <gerd@gnu.org>
12400
12401 * ange-ftp.el (ange-ftp-write-region): Handle case that
12402 succeeding process operation sets a different coding system.
12403
12404 * calculator.el: New file.
12405
d5179a01
EZ
124062000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12407
12408 * frame.el (frames-on-display-list, framep-on-display): New
12409 functions.
12410 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12411 (display-selections-p, display-screens, display-pixel-width)
12412 (display-pixel-height, display-mm-width, display-mm-height)
12413 (display-backing-store, display-save-under, display-planes)
12414 (display-color-cells, display-visual-class): New functions.
12415
12416 * term/tty-colors.el (tty-color-gray-shades): New function.
12417
12418 * faces.el (display-color-p): Use framep-on-display.
12419 (display-grayscale-p): New function.
12420
968e00f0
DL
124212000-01-31 Dave Love <fx@gnu.org>
12422
12423 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12424 (create-fontset-from-x-resource): Don't concat integers.
12425
2cb750ba
GM
124262000-01-31 Inge Frick <inge@nada.kth.se>
12427
12428 * view.el: Some changes in documentation. Removed some trailing
12429 whitespace. Changed some parameter names to agree with
12430 documentation.
12431 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12432 window is not deleted. Modifies change 1998-04-26.
a23c5037 12433
74e9213b
GM
124342000-01-31 Gerd Moellmann <gerd@gnu.org>
12435
47569935
GM
12436 * windmove.el: New file.
12437
74e9213b
GM
12438 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12439 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12440 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12441
74e9213b
GM
12442 * jit-lock.el (jit-lock-function): Widen before calculating end
12443 position.
12444 (jit-lock-stealth-chunk-start): Rewritten.
12445
12446 * info.el (Info-title-face-alist): Removed.
12447 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12448 faces.
12449 (Info-fontify-node): Use these faces.
12450
994c5afe
GM
124512000-01-30 Gerd Moellmann <gerd@gnu.org>
12452
12453 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12454 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12455 `&allow-other-keywords'.
12456
12457 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12458 the list of directories scanned heuristically.
12459
12460 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12461 exist.
12462
f00276e3
JR
124632000-01-30 Jason Rumney <jasonr@gnu.org>
12464
12465 * w32-fns.el: Define w32-tty-standard-colors.
12466
12467 * startup.el (command-line): Use w32-tty-standard-colors when in
12468 w32 console mode.
12469
cc4dfff0
DL
124702000-01-30 Dave Love <fx@gnu.org>
12471
e645e77b
DL
12472 * jka-compr.el (jka-compr-load): Fix up load-history.
12473
cc4dfff0
DL
12474 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12475
12476 * emacs-lisp/cl-macs.el: Revert previous change.
12477
16215eb0
DL
124782000-01-29 Dave Love <fx@gnu.org>
12479
12480 * facemenu.el: Purecopy various strings.
12481
12482 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12483 years. Deal with three-digit years.
12484
12485 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12486 defconst, purecopy.
12487 (help-back-label): Purecopy it.
12488
bbd9b566
GM
124892000-01-18 Gerd Moellmann <gerd@gnu.org>
12490
12491 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12492 variable. If non-nil, order the buffer list according to the
12493 currently selected frame.
12494 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12495 non-nil, pass the selected frame to function buffer-list.
a23c5037 12496
887448e1
GM
124972000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12498
12499 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12500
7df85084
DL
125012000-01-28 Dave Love <fx@gnu.org>
12502
142e109c
DL
12503 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12504
7df85084
DL
12505 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12506 Don't use lisp-indent-hook property.
12507 (cl-abs): Remove.
12508
12509 * subr.el: Move out indent and edebug specs for when and unless.
12510
12511 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12512 when, unless.
12513
12514 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12515 unless, when.
12516
3b43c01c
GM
125172000-01-28 Gerd Moellmann <gerd@gnu.org>
12518
d060bc9f
GM
12519 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12520 `collecting' as synonym for `collect'.
12521
12522 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12523 for the case it contains spaces.
12524
12525 * simple.el (what-cursor-position): Change formatting of
12526 messages.
12527
b02786f9
GM
12528 * frame.el (delete-other-frames): New function.
12529 (toplevel): Bind it to C-x 5 1.
12530
efd68b8a
GM
12531 * sort.el (sort-numeric-base): New option.
12532 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12533 interpret it as octal or hexadecimal. Use sort-numeric-base
12534 as default base.
12535
3b43c01c
GM
12536 * progmodes/glasses.el: New file.
12537
984ae001
GM
125382000-01-27 Gerd Moellmann <gerd@gnu.org>
12539
a0b796e3
GM
12540 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12541 userids differently.
12542
984ae001
GM
12543 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12544 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12545 progmodes/ebnf-yac.el: New files.
12546
6c67ddee
DL
125472000-01-26 Dave Love <fx@gnu.org>
12548
12549 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12550 on a function with an empty body. [From Eric Ludlam.]
12551
4e6473c8
GM
125522000-01-25 Andre Spiegel <spiegel@gnu.org>
12553
12554 * vc.el (vc-version-diff): Make sure file name is expanded.
12555
e12489f9
GM
125562000-01-25 Gerd Moellmann <gerd@gnu.org>
12557
12558 * scroll-bar.el (scroll-bar-timer): Variable removed.
12559 (scroll-bar-toolkit-scroll): Don't use a timer.
12560
8dbe2b07
KH
125612000-01-25 Kenichi Handa <handa@etl.go.jp>
12562
12563 * language/thai-util.el (thai-composition-function): Delete
12564 superfluous `a'.
12565
26ef1c87
DL
125662000-01-24 Dave Love <fx@gnu.org>
12567
12568 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12569 end-of-defun-function.
12570
12571 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12572 &c.
12573
7ed4e9a7
JR
125742000-01-22 Jason Rumney <jasonr@gnu.org>
12575
12576 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12577 conflicts with new face support.
12578
8b7bc628 125792000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12580
12581 * replace.el (query-replace): Rename last arg to DELIMITED.
12582 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12583 (query-replace-regexp): Likewise.
12584
8b7bc628 125852000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12586
02b14400
RS
12587 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12588
5bb6f079
RS
12589 * emacs-lisp/lisp.el (beginning-of-defun-function):
12590 Variable renamed from beginning-of-defun.
12591 Do not call make-variable-buffer-local.
12592 (beginning-of-defun-raw): Use new variable name; doc fix.
12593 (beginning-of-defun): Doc fix.
12594 (end-of-defun-function): Variable renamed from end-of-defun.
12595 Do not call make-variable-buffer-local.
12596 (end-of-defun): Use new variable name; doc fix.
12597
02b14400
RS
12598 * subr.el (dolist, dotimes): Copied from cl-macs.el
12599 and made to work.
2d5e9b54 12600
a23c5037 12601 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12602 Variable replaces rmail-digest-end-regexp.
12603 Allows multiple regexps for detecting the end line.
12604 (undigestify-rmail-message): Corresponding changes.
12605
60af03f1
DL
126062000-01-19 Dave Love <fx@gnu.org>
12607
fe5d99e1
DL
12608 * files.el (user-init-file): Don't declare here -- is primitive.
12609
60af03f1
DL
12610 * startup.el (command-line): Check for compiled user-init-file and
12611 set to uncompiled version if necessary.
12612
72dbbc7d
GM
126132000-01-18 Gerd Moellmann <gerd@gnu.org>
12614
6a1950ec
GM
12615 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12616 (undigestify-rmail-message): Use it.
12617
72dbbc7d
GM
12618 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12619
fbe91bbd
GM
126202000-01-17 Gerd Moellmann <gerd@gnu.org>
12621
12622 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12623 of mini-buffer.
12624
33a6685b
GM
126252000-01-14 Gerd Moellmann <gerd@gnu.org>
12626
b3303df7
GM
12627 * emacs-lisp/copyright.el (copyright-update): Removed the
12628 requirement for a trailing space from `copyright-regexp', to
12629 support copyrights with owner specified on a separate line..
a23c5037 12630
3c4c8064
GM
12631 * align.el: New file.
12632
33a6685b
GM
12633 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12634
12635 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12636
044a4975
DL
126372000-01-13 Dave Love <fx@gnu.org>
12638
12639 * ph.el: Removed. (Obsoleted by EUDC.)
12640
0a352cd7
GM
126412000-01-13 Gerd Moellmann <gerd@gnu.org>
12642
12643 * net/eudc.el (toplevel): Remove autoloaded code installing
12644 menu with easymenu, because that causes build problems.
12645
12646 * frame.el (frame-notice-user-settings): New variable.
12647 (frame-notice-user-settings): Don't modify frame parameters
12648 if called a second time.
12649
8b7bc628 126502000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12651
12652 * frame.el (frame-notice-user-settings):
12653 Notice default-frame-parameters even for non-window frames.
12654
feb450e0
GM
126552000-01-13 Gerd Moellmann <gerd@gnu.org>
12656
12657 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12658 for Emacs.
12659 (eudc-bob-can-display-inline-images): Extend for Emacs.
12660 (eudc-bob-toggle-inline-display): Ditto.
12661 (eudc-bob-display-jpeg): Ditto.
12662
99c6d63b
GM
126632000-01-12 Gerd Moellmann <gerd@gnu.org>
12664
7970b229
GM
12665 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12666 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12667 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12668
e4936aa9
GM
12669 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12670 nil)'.
12671
12672 * subdirs.el: Add `net' directory.
12673
133c9e59
GM
12674 * net: New directory.
12675
99c6d63b
GM
12676 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12677 eval-last-sexp. Don't bind debug-on-error here.
12678 (eval-last-sexp): New function. Bind debug-on-error if
12679 eval-expression-debug-on-error is non-nil.
12680 (eval-defun-2, eval-defun): Likewise.
12681
12682 * simple.el (eval-expression): Don't bind debug-on-error if
12683 eval-expression-debug-on-error is nil. Detect changed
12684 debug-on-error, and propagate new value to global binding, if
12685 eval-expression-debug-on-error is non-nil,
12686 (eval-expression-debug-on-error): Change doc string.
a23c5037 12687
8b7bc628 126882000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12689
12690 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12691
12692 * emacs-lisp/lisp-mode.el (with-syntax-table):
12693 Set up lisp-indent-function property.
12694
12695 * subr.el (with-syntax-table): Moved from simple.el.
12696
12697 * simple.el (with-syntax-table): Moved to subr.el.
12698
7e3c74fa
GM
126992000-01-11 Gerd Moellmann <gerd@gnu.org>
12700
1fab1775
GM
12701 * tmm.el (tmm-shortcut): Delete region after prompt instead
12702 of erasing buffer.
12703
7e3c74fa 12704 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12705 (fill-context-prefix): Use the longest common prefix of first
12706 and second line fill prefix, if there is one.
7e3c74fa 12707
8b7bc628 127082000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12709
12710 * array.el (array-mode): Don't use make-variable-buffer-local.
12711 Use make-local-variable for `truncate-lines'.
12712
aa705642 127132000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12714
aa705642
GM
12715 * add-log.el (add-log-current-defun): Handle user-defined
12716 add-log-current-function returning nil,
a23c5037 12717
57df2446 12718 * add-log.el (add-change-log-entry): Insert version number
aa705642 12719 if having found a current function
c1356086
GM
12720
12721 * add-log.el (add-log-current-defun): Call
12722 `add-log-current-defun-function'. Try matches at level 0 and
12723 level 1. Strip whitespace from defun found.
a23c5037 12724
1d8c59e9
RS
127252000-01-10 John Wiegley <johnw@gnu.org>
12726
12727 * allout.el (isearch-done/outline-provisions): Added `edit'
12728 argument to correspond with the current definition of
12729 `isearch-done'.
12730
8cf87e9b
DL
127312000-01-10 Dave Love <fx@gnu.org>
12732
12733 * elide-head.el (elide-head): Use point-marker, not point.
12734
9050446c
GM
127352000-01-10 Gerd Moellmann <gerd@gnu.org>
12736
8321b22a
GM
12737 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12738 before and after the year 2000.
a23c5037 12739
9050446c
GM
12740 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12741 Add ispell- prefix.
12742
127432000-01-10 Ken Stevens <k.stevens@ieee.org>
12744
12745 * ispell.el: Only define dictionaries in menus when they exist.
12746 (version18p): New variable.
12747 (version20p): New variable.
12748 (xemacsp): New variable.
12749 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12750 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12751 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12752 run-together words.
9050446c
GM
12753 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12754 (ispell-dictionary-alist): Add koi8-r to customize definition.
12755 (check-ispell-version): Added documentation string. Returns
f24fef2f 12756 library path when called non-interactively.
9050446c
GM
12757 (ispell-menu-map-needed): Uses new variables.
12758 (ispell-library-path): New variable.
12759 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12760 (ispell-word): Improved documentation string. Test for valid
12761 character mappings. Correctly check typed in word changes that can
12762 result in single words split into multiple words. Returns
12763 replacement word.
12764 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12765 replace in recursive query replace mode. Help message for
12766 recursive edit mode.
12767 (ispell-show-choices): Protect against bad framepop bindings.
12768 (ispell-help): Fix to work with XEmacs.
12769 (ispell-highlight-spelling-error): Use new variables.
12770 (ispell-overlay-window): Fix to work with XEmacs.
12771 (ispell-parse-output): Passed and returns location information
12772 tracking spelling corrections. Doesn't recheck same word on
12773 current line.
12774 (ispell-init-process): Protect against bogus XEmacs variable binding.
12775 Fix call to single argument in sleep-for. Use new variables.
12776 (ispell-region): Passed and returns location information tracking
12777 spelling corrections. Doesn't check same word on current line.
12778 Improved documentation string. Doesn't resend a line already
12779 checked to the ispell process - fixes bug in LaTeX parsing.
12780 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12781 (ispell-skip-region): No longer skips <TT> in SGML.
12782 (ispell-process-line): Tracks location information with spelling
12783 corrections. Added documentation string. Accounts for words
12784 already accepted on this line. Don't allow query-replace on line
12785 starting with math characters. Doesn't resend a line already sent
12786 to ispell process. Fixes alignment error bug.
a23c5037 12787
8b7bc628 127882000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12789
a23c5037 12790 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12791 Suggest xloadimage, which is free, not xv, which isn't.
12792
a23c5037 12793 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12794 Don't ever include the host name or user name in the value.
12795
9ed79f5d
GM
127962000-01-09 Gerd Moellmann <gerd@gnu.org>
12797
12798 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12799 of a real newline.
12800
b950abb1
GM
128012000-01-09 Stephen Eglen <stephen@gnu.org>
12802
a23c5037 12803 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12804 for .png files.
12805
3c708e98
GM
128062000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12807
12808 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12809
bf61662d
GM
128102000-01-09 Gerd Moellmann <gerd@gnu.org>
12811
f1d851ae
GM
12812 * progmodes/cperl-mode.el: Replace ^F with ^L.
12813
bf61662d 12814 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12815 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12816 recursion.
12817
c65d14ee
DL
128182000-01-08 Dave Love <fx@gnu.org>
12819
8cf87e9b
DL
12820 * emacs-lisp/backquote.el: Remove inappropriate customization
12821 (allowing custom.el to use backquote).
c65d14ee 12822
83de2ebc
DL
128232000-01-07 Dave Love <fx@gnu.org>
12824
12825 * add-log.el (add-log-debugging): Deleted.
12826 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12827 file. Remove debugging code.
12828 (change-log-get-method-definition, change-log-name): Add doc.
12829 (change-log-sortable-date-at): New function.
12830 (change-log-merge): New command.
12831
12832 * time.el (display-time-string-forms): Make the Mail string active.
12833 (display-time-update): Provide help-echo for load average.
12834
12835 * bindings.el (make-mode-line-mouse2-map): New function.
12836 (mode-line-modified): Use it and simplify.
12837 (mode-line-mule-info): Provide help-echo info.
12838 (minor-mode-alist): Activate the strings.
12839 (make-mode-line-mouse-sensitive): Simplify for
12840 mode-line-buffer-identification.
12841
c1475eae
GM
128422000-01-07 Gerd Moellmann <gerd@gnu.org>
12843
12844 * play/pong.el: New file.
12845
83de2ebc
DL
128462000-01-06 Dave Love <fx@gnu.org>
12847
12848 * array.el: Assorted cleanups for compiler warnings, doc strings,
12849 `array-' prefix for symbols.
12850
128512000-01-05 Dave Love <fx@gnu.org>
12852
12853 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12854 outline-headers-as-kill.
12855 (outline-mode): Define imenu-generic-expression.
12856 (outline-headers-as-kill): New command.
12857
12858 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12859 from paragraph-start.
12860 (paragraph-indent-minor-mode): New command.
12861
12862 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12863 M-C-e, M-C-h, C-j, C-xnd, TAB.
12864 (fortran-mode): Set beginning-of-defun, end-of-defun.
12865 (fortran-column-ruler): Simplify.
12866 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12867 (fortran-with-subprogram-narrowing): Likewise.
12868 (fortran-indent-subprogram): Call mark-defun.
12869 (fortran-check-for-matching-do): Change narrowing.
12870
12871 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12872 (cl-lucid-hash-tag): Delete.
12873 (cl-hash-table-p): Correct test for native table.
12874 (cl-hash-table-count): Use hash-table-count.
12875
12876 * browse-url.el (browse-url): Fix case of
12877 browse-url-browser-function being an alist.
12878
676ac023
CD
128792000-01-05 Carsten Dominik <cd@gnu.org>
12880
c1475eae
GM
12881 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12882 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12883
12884 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12885 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12886
12887 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12888 `reftex-parse-file-extension'.
eb483e17 12889
88807984
DL
128902000-01-05 Dave Love <fx@gnu.org>
12891
83de2ebc 12892 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12893 (beginning-of-defun-raw): Use it.
12894 (end-of-defun): New variable.
12895 (end-of-defun): Use it.
12896 (check-parens): New command.
12897
1362aeb4
TTN
128982000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12899
c1475eae
GM
12900 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12901 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12902
7ddafb95
TTN
12903 Fix buglet in local variables initialization.
12904
7334aa99
AS
129052000-01-05 Andreas Schwab <schwab@suse.de>
12906
12907 * hscroll.el (hscroll): Doc fix.
12908
b12e24cd
CD
129092000-01-05 Carsten Dominik <cd@gnu.org>
12910
12911 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12912 idlw-toolbar.
12913
12914 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12915 file idlw-rinfo.el.
1362aeb4
TTN
12916 (idlwave-customize): load must read file idlw-shell.el.
12917 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12918
d6226972
CD
129192000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12920
12921 * progmodes/idlw-shell.el: Also provide idlwave-shell
12922 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12923 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12924
12925 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12926 both reftex-dcr and reftex-vcr.
1362aeb4 12927
d6226972
CD
12928 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12929
6ddb893f 129302000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12931
12932 * ps-print.el: PostScript code now is in separate files, doc fix.
12933 (ps-print-version): New version number (5.0.3).
12934 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12935 local.
12936 (ps-spool-config): Initialization fix.
c1475eae
GM
12937 (ps-print-prologue-1, ps-print-prologue-2)
12938 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12939 (ps-background-image): Little code reformating.
12940 (ps-begin-file, ps-begin-job): Fix code.
88807984 12941 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12942 (ps-prologue-file): New fun.
12943
ae833aae
KH
129442000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12945
c1475eae 12946 * ps-vars.el: Eliminated.
ae833aae
KH
12947
12948 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12949 `;;;###autoload'.
12950
12951 * ps-print.el: ps-vars eliminated, doc fix.
12952 (ps-print-version): New version number (5.0.2).
12953 (ps-spool-config): Initialization fix.
12954 (ps-print-customize): New fun.
12955
560a7bd2
GM
129562000-01-04 Gerd Moellmann <gerd@gnu.org>
12957
12958 * autorevert.el (auto-revert-mode): Return value of
12959 auto-revert-mode.
12960
f45dd0f4
DL
129612000-01-04 Dave Love <fx@gnu.org>
12962
fae2ac05
DL
12963 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12964 menu items.
f45dd0f4 12965
61255981
DL
129662000-01-03 Dave Love <fx@gnu.org>
12967
88807984 12968 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12969
83de2ebc 12970 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12971 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12972 `cl-hash-table-p', not `hash-table-p'.
12973 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12974
c182a70f
EZ
129752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12976
12977 * faces.el (face-read-integer, read-face-attribute)
12978 (color-defined-p, color-values): unspecified-{f,b}g are now
12979 strings.
12980
047f434a
GM
129812000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12982
12983 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12984 at comment end, and re-insert them after filling.
12985
bab531e2
EZ
129862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12987
12988 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12989 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12990 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12991
d684c676
EZ
129922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12993
12994 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12995 the new name of face-color-supported-p.
12996
12997 * term/w32-win.el (xw-defined-colors): Likewise.
12998
0aad4805
EZ
129992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13000
13001 * simple.el (completion-setup-function): Count completion-size
13002 from minibuffer-prompt-end, not from point-min.
13003
5fe1d139
EZ
130042000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13005
13006 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13007 Pass the frame to tty-color-* functions.
13008 (display-color-p, frame-set-background-mode): Pass the frame to
13009 tty-display-color-p.
13010
13011 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13012 tty-color-alist.
13013 (tty-color-alist, tty-modify-color-alist): New functions.
13014 (tty-color-define, tty-color-clear, tty-color-approximate)
13015 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13016 an optional parameter FRAME.
13017
162dec01
GM
130182000-01-01 Gerd Moellmann <gerd@gnu.org>
13019
27189709
GM
13020 * image.el (create-image, defimage): Don't assume image data is a
13021 string.
13022
162dec01
GM
13023 * image.el (defimage): Handle specifications containing :data
13024 instead of :file.
13025 (image-type-from-data): New function.
13026 (image-type-from-file-header): Use it.
13027 (create-image): Add parameter DATA-P.
1362aeb4 13028
bea56df7 13029See ChangeLog.8 for earlier changes.
25a6fab1
KH
13030
13031;; Local Variables:
e64c3a75 13032;; coding: iso-2022-7bit
25a6fab1 13033;; End: