(type-break): Don't make parent of itself.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5c9b3fac
MB
12000-12-03 Miles Bader <miles@gnu.org>
2
3 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4
27ce741e
SM
52000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6
07c16ec4
SM
7 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8 (tex-main-file, tex-file): Simplify.
9 (tex-generate-zap-file-name): Use subst-char-in-string.
10 (tex-strip-dots): Remove.
11
c19cc275
SM
12 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
13
27ce741e
SM
14 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
15 to check if the match succeeded.
16
285991dc
GM
172000-12-02 Gerd Moellmann <gerd@gnu.org>
18
19 * startup.el (use-fancy-splash-screens-p): New function.
20 (command-line-1): Use it to determine whether or not to use
21 a fancy splash screen.
22
52dca1b2
AS
232000-12-02 Andreas Schwab <schwab@suse.de>
24
25 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
26
d3e7e7cf
EZ
272000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
28
2dce2360
EZ
29 * international/mule.el (make-char): Fix last change.
30
9768eaa7
EZ
31 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
32 New defcustoms.
33 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
34 autoloading tex-mode; instead, do the same manually. Use
35 texinfo-open-quote and texinfo-close-quote. Insert literal quote
36 with numeric argument. Docstring fix.
37 (toplevel): Require cl when compiling.
38
285991dc 39 * international/mule.el (make-char): Doc fix.
d3e7e7cf 40
0dd5e255
JR
412000-12-02 Jason Rumney <jasonr@gnu.org>
42
43 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
44 the Emacs Lisp manual)
45
fbb87147
EZ
462000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
47
5cbb3e93
EZ
48 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
49
fbb87147
EZ
50 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
51 the Emacs Lisp manual).
52
1636ca09
GM
532000-12-02 Gerd Moellmann <gerd@gnu.org>
54
55 * simple.el (next-line-add-newlines): Change default to nil.
56
68875f0e
EZ
572000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * files.el (revert-buffer, recover-file): Bind
60 coding-system-for-read to emacs-mule-unix, not to no-conversion.
61
fd9ac94c
GM
622000-12-01 Gerd Moellmann <gerd@gnu.org>
63
64 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
65
66 * play/5x5.el (5x5-play-solution):
67
45450dd5
MB
682000-12-01 Miles Bader <miles@gnu.org>
69
70 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
71
09df8881
KH
722000-12-01 Kenichi Handa <handa@etl.go.jp>
73
74 * international/mule-diag.el (describe-char-after): Fix typo.
75 (describe-character-set, non-iso-charset-alist): Fix typo.
76
dea0a87d
MB
772000-12-01 Miles Bader <miles@gnu.org>
78
b170205b
MB
79 * image-file.el (image-file-name-regexp): Automatically add
80 upper-case variants of each filename extension in
81 `image-file-name-extensions', since they seem to be common.
82
dea0a87d
MB
83 * simple.el (minibuffer-contents)
84 (minibuffer-contents-no-properties, delete-minibuffer-contents):
85 New functions.
86 * filecache.el (file-cache-directory-name)
87 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
88
2b69bc11
GM
892000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
90
dea0a87d
MB
91 * filecache.el (file-cache-minibuffer-complete): Don't try to
92 delete the minibuffer prompt.
93
a8a1b05d
DL
942000-11-30 Dave Love <fx@gnu.org>
95
96 * cus-start.el: Fix read-buffer-function type.
97
693c4692
GM
982000-11-30 Gerd Moellmann <gerd@gnu.org>
99
100 * md5.el: Removed. There's a built-in function, now.
101
2c0b1898
GM
1022000-11-30 Markus Rost <rost@math.ohio-state.edu>
103
104 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
105 as dummy 0-th char of rmail-deleted-vector.
106
63dfcf4b
EZ
1072000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * ps-print.el (ps-end-job): Bind case-fold-search only after
110 switching to ps-spool-buffer.
111
1122000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
113
114 * ps-print.el: Line number font customization. PostScript: Lines and
115 PageCount are initialized on each page. Doc Fix.
116 (ps-print-version): New version number (6.3.2).
117 (ps-lpr-switches, ps-font-info-database, ps-font-size)
118 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
119 (ps-right-header): Customization fix.
120 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
121 Fix code.
122 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
123 New vars.
124
df3aedcf
GM
1252000-11-30 Gerd Moellmann <gerd@gnu.org>
126
edfb795e
GM
127 * bs.el: Fix typos and spelling errors.
128 (bs-appearance) <defgroup>: Renamed from bs-appearence.
129 (bs-configuration): Doc fix.
130
df3aedcf
GM
131 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
132
8b8a7f01
GM
1332000-11-30 Rob Riepel <riepel@Stanford.EDU>
134
135 * emulation/tpu-edt.el (tpu-version): New version.
136 (tpu-search-overlay, tpu-replace-overlay): New initial range.
137 (tpu-original-mode-line): Variable deleted.
138 (tpu-mark-flag): New initial value.
139 (tpu-set-mode-line): Don't redefine mode-line-format. Add
140 tpu-mark-flag to minor-mode-alist.
141 (tpu-update-mode-line): New mark flag logic.
142 (tpu-get): Use find-file-wildcards.
143 (tpu-search-highlight): Move overlay less, reset overlay properly.
144 (tpu-unselect): Deactivate mark.
145 (tpu-lm-replace): Reset overlay properly.
146 (tpu-forward-line): Use forward-visible-line.
147 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
148
149 * emulation/tpu-extras.el (tpu-forward-line): Use
150 forward-visible-line.
151
c069a9d3
GM
1522000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
153
154 * cus-edit.el (custom-face-value-create): Always emphasize tag.
155
b02cd40b
GM
1562000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
157
158 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
159 and skip whitespace and newlines.
160
b7a90344
SM
1612000-11-30 Stefan Monnier <monnier@cs.yale.edu>
162
163 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
164
be6bbb55
GM
1652000-11-29 Gerd Moellmann <gerd@gnu.org>
166
0383ed60
GM
167 * help.el (describe-function-1): Regexp-quote function name
168 when used as part of a regexp.
169
c7957947
GM
170 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
171 face-attribute instead of face-foreground and face-background.
172 (tool-bar-add-item): Likewise, and handle unspecified colors.
173
174 * enriched.el (enriched-face-ans): Use face-attribute instead
175 of face-foreground and face-background.
176
177 * faces.el (face-foreground, face-background, face-stipple):
178 Return nil if attribute is unspecified, for backward
179 compatibility.
180
7423978d
GM
181 * files.el (auto-mode-alist): Add an entry for antlr-mode.
182
ef128c78
GM
183 * play/5x5.el: Remove version info.
184
a81fc510
GM
185 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
186
be6bbb55
GM
187 * frame.el (blink-cursor-mode): Doc fix.
188
f9396e03
GM
1892000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
190
191 * antlr-mode.el: New commands to run ANTLR from within Emacs and
192 to create Makefile rules.
193 (antlr-tool-command): New user option.
194 (antlr-ask-about-save): New user option.
195 (antlr-makefile-specification): New user option.
196 (antlr-file-formats-alist): New variable.
197 (antlr-special-file-formats): New variable.
198 (antlr-unknown-file-formats): New user option.
199 (antlr-help-unknown-file-text): New variable.
200 (antlr-help-rules-intro): New variable.
201 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
202 (antlr-mode-menu): Add entries.
203 (antlr-file-dependencies): New function.
204 (antlr-directory-dependencies): New function.
205 (antlr-superclasses-glibs): New function.
206 (antlr-run-tool): New command.
207 (antlr-makefile-insert-variable): New function.
208 (antlr-insert-makefile-rules): New function.
209 (antlr-show-makefile-rules): New command.
210
211 * antlr-mode.el: More Emacs/XEmacs stuff.
212 (antlr-no-action-keywords): New constant with value nil.
213 (antlr-font-lock-keywords-alist): Use it. Old value would break
214 syntax highlighting in Emacs-21.0.
215 (antlr-default-directory): Emacs/XEmacs dependend function.
216 (antlr-read-shell-command): Ditto.
217 (antlr-with-displaying-help-buffer): Ditto.
218
2192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
220
221 * antlr-mode.el: imenu, parsing and highlighting changes.
222 (antlr-imenu-create-index-function): Don't create extra submenus
223 for definitions in different grammar classes. It is not necessary
224 for the menu and would make command `imenu' awkward to use.
225 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
226 header actions and more than one.
227 (antlr-font-lock-tokendef-face): Changed color.
228 (antlr-font-lock-tokenref-face): Changed color.
229 (antlr-font-lock-additional-keywords): Also highlight lowercase.
230 (antlr-mode-syntax-table): New variable.
231 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
232 (antlr-with-syntax-table): Don't copy syntax table.
233
2342000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
235
236 * antlr-mode.el: Minor changes: language setting.
237 (antlr-language-alist): The value for file option "language" can
238 be both an identifier and a string.
239 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
240 (antlr-language-limit-n-regexp): Change accordingly.
241
2422000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
243
244 * antlr-mode.el: Minor changes: tabs, hiding.
245 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
246 (antlr-action-visibility): Also allow value nil to also hide the
247 braces. Renamed from `antlr-tiny-action-length'.
248 Suggested by Jay@aol.com.
249 (antlr-hide-actions): Change accordingly. Hide line if completely
250 hidden action is on a line of its own.
251
6ad948eb
SM
2522000-11-29 Stefan Monnier <monnier@cs.yale.edu>
253
254 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
255
256 * sort.el (sort-columns): Don't concat strings with numbers.
257
9c6a4107
DL
2582000-11-29 Dave Love <fx@gnu.org>
259
260 * cus-edit.el (face): Fix :format.
261
262 * mail/feedmail.el: Require smtpmail when compiling.
263 (mail-do-fcc): Autoload.
264 (feedmail) <defgroup>: Fix :link.
265 (feedmail-nuke-body-in-fcc): Fix :type.
266 (feedmail-send-it): Add autoload cookie.
267
053b8d35
SM
2682000-11-29 Stefan Monnier <monnier@cs.yale.edu>
269
270 * newcomment.el (comment-indent): Save excursion around call to
271 comment-indent-function.
272
242c13e8
MB
2732000-11-29 Miles Bader <miles@gnu.org>
274
275 * subr.el (member-ignore-case): Return the tail of the list who's
276 car matches, like `member', not the matching element itself.
277
8f4b5f28
KH
2782000-11-29 Kenichi Handa <handa@etl.go.jp>
279
280 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
281 should not contain `\n'.
282
bebe4a2c
GM
2832000-11-28 Gerd Moellmann <gerd@gnu.org>
284
fd9ac94c 285 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 286
ba7e40eb
GM
287 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
288
75ab0c79
GM
289 * dired-aux.el (dired-do-create-files): Construct default file
290 name for dired-mark-read-file-name so that when the user enters
291 just RET, the target file will end up in the target directory.
292
bebe4a2c
GM
293 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
294 local-abbrev-table before changing buffers because it might
295 have a buffer-local binding.
296
fa6d1ca8
MB
2972000-11-28 Miles Bader <miles@gnu.org>
298
299 * simple.el (delete-horizontal-space): Handle fields more generally.
300
8d2c2642
GM
3012000-11-28 Gerd Moellmann <gerd@gnu.org>
302
303 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
304
8b31236d
DL
3052000-11-28 Dave Love <fx@gnu.org>
306
3cbd02d2
DL
307 * progmodes/ps-mode.el (ps-mode): Set comment-start and
308 comment-start-skip locally.
309
8b31236d
DL
310 * progmodes/fortran.el (fortran-mode): Don't set
311 fortran-comment-line-start-skip. Set comment-start to
312 fortran-comment-line-start.
313 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
314 (fortran-comment-line-start-skip): Simplify slightly.
315
ae4bf56d
GM
3162000-11-28 Gerd Moellmann <gerd@gnu.org>
317
17ef7534
GM
318 * play/5x5.el: Remove RCS keyword.
319
fd9ac94c 320 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 321
665b27a6
GM
3222000-11-28 Milan Zamazal <pdm@freesoft.cz>
323
324 * textmodes/tildify.el (tildify-string-alist): Add
325 `plain-tex-mode' here.
326
fe3c2ae3
GM
3272000-11-28 Colin Walters <walters@cis.ohio-state.edu>
328
329 * chistory.el (Command-history-setup): Remove extraneous `keymap'
330 reference.
331
d970106b
MB
3322000-11-28 Miles Bader <miles@gnu.org>
333
36b80a0d
MB
334 * cus-face.el (custom-face-attributes): Add post-filter function
335 for :box. Make pre-filter function for :box handle all cases.
336
d970106b
MB
337 * wid-edit.el (widget-choose): Make sure pop-up window is large
338 enough to display all the choices, as there's no way to scroll it.
339
5a2bae6c
KH
3402000-11-28 Kenichi Handa <handa@etl.go.jp>
341
342 * international/mule-conf.el: Make the coding system no-conversion
343 safe for all characters.
344
9e836e23
DL
3452000-11-27 Dave Love <fx@gnu.org>
346
8b31236d
DL
347 * net/ldap.el (ldap) <defgroup>: Add :version.
348
9e836e23
DL
349 * tooltip.el (tooltip-use-echo-area): Doc fix.
350
351 * cus-start.el <minibuffer-prompt-properties>: Add version.
352 <read-buffer-function>: Add.
353
354 * apropos.el (apropos-print): Add help-echo to active text.
355
356 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
357
4a74d071
GM
3582000-11-27 Gerd Moellmann <gerd@gnu.org>
359
360 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
361 type, group and version.
362
76058c27
EZ
3632000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
364
4a74d071 365 * select.el (x-get-selection): Docstring fix.
76058c27 366
fd9ac94c 3672000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 368
fd9ac94c 369 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 370
49060c51
AI
3712000-11-27 Andrew Innes <andrewi@gnu.org>
372
373 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
374
375 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
376
b2a8e429
MB
3772000-11-27 Miles Bader <miles@gnu.org>
378
379 * dired.el (dired-get-filename): Return filename verbatim if
380 LOCALP is `verbatim'.
381 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
382 `verbatim' so that we don't inadvertently delete a non-existant
383 directory name.
384
5ac0366d
KH
3852000-11-27 Kenichi Handa <handa@etl.go.jp>
386
387 * international/characters.el: Specify cases and syntaxes for
388 mule-unicode-0100-24ff.
389
67f1cf4c
GM
3902000-11-27 Gerd Moellmann <gerd@gnu.org>
391
392 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
393 that foreground and/or background colors of the face `tool-bar'
394 are unspecified.
395
46c56972
MB
3962000-11-27 Miles Bader <miles@gnu.org>
397
ec725166
MB
398 * wid-edit.el (widget-field-buffer, widget-field-start)
399 (widget-field-end): Handle widget field `pseudo-overlays'.
400 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
401 if it's there instead of in `widget-field-list'.
402
46c56972 403 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
404 (help-make-xrefs): Delete extraneous newlines at the end of the
405 docstring.
46c56972 406
640a9cdd
JR
4072000-11-25 Jason Rumney <jasonr@gnu.org>
408
409 * startup.el (command-line): Call set-locale-environment after
410 Window System init file is read, as it can result in a call to
411 redraw-frame.
412
0b3f96d4
EZ
4132000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
414
415 * simple.el (shell-command): Mention the effect of the prefix
416 argument in the doc string.
417
8da6e2a1
MB
4182000-11-25 Miles Bader <miles@gnu.org>
419
a658d039
MB
420 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
421
8da6e2a1 422 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 423 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 424
d3416cca
JR
4252000-11-24 Jason Rumney <jasonr@gnu.org>
426
427 * international/mule-cmds.el (locale-language-names): Add "jp" as
428 a non-standard alternative for Japanese.
429
17e37f53
AS
4302000-11-24 Andre Spiegel <spiegel@gnu.org>
431
432 * vc-hooks.el: Require 'cl during compilation.
433
9aa5f148
GM
4342000-11-24 Gerd Moellmann <gerd@gnu.org>
435
ba193890
GM
436 * faces.el (face-set-after-frame-default): Let face attributes
437 specified for new frames override frame parameters.
438
9aa5f148
GM
439 * startup.el (command-line): Fix computation of the source file
440 for user-init-file when user-init-file is a compiled file.
441
51a1edab
MB
4422000-11-24 Miles Bader <miles@gnu.org>
443
444 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
445 (custom-post-filter-face-spec): New functions.
446 (custom-face-set, custom-face-value-create): Filter the face spec
447 before and after customization.
448 (custom-face-set): If VALUE specifies a null face, pass a
449 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
450 * cus-face.el (custom-face-attributes): Remove SET and GET
451 functions. Add some IN-FILTER and OUT-FILTER functions in the few
452 cases they're needed.
453
1ed74431
MB
454 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
455 that it's distinguishable from the :off-glyph on dark-background
456 displays. Set its background color too.
457
67ee1125
MB
458 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
459 so that people can easily turn it off.
460
7d027816
MK
4612000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
462
463 * ediff-diff.el: Moved variables around to have it compile under NT.
464
9aa5f148 465 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 466
9aa5f148 467 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 468
9aa5f148 469 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
470 redundant skip-small-frames test.
471
9aa5f148 472 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
473 (viper-downgrade-to-insert): protect against errors in hooks.
474
9aa5f148
GM
475 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
476 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
477 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
478 functions.
479
9aa5f148 480 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 481
9aa5f148 482 * viper.el (viper-mode): Fix cursor handling.
7d027816 483
f07fa1b8
KH
4842000-11-24 Kenichi Handa <handa@etl.go.jp>
485
486 * international/mule-diag.el (list-iso-charset-chars): For
487 two-byte charset, fix the `while' condition.
488 (list-non-iso-charset-chars): Fix the `while' condition.
489
ba8299ff
SM
4902000-11-23 Stefan Monnier <monnier@cs.yale.edu>
491
79372165
SM
492 * subr.el (add-hook, remove-hook): Don't call make-local-hook
493 if the variable is make-variable-buffer-local.
494
ba8299ff
SM
495 * progmodes/ada-stmt.el (ada-template-map): Initialize
496 and bind it to C-c t in ada-mode-map.
497 (ada-stmt-mode-hook): New function extracted from old code.
498 Only change the buffer-local side of skeleton-*.
499 (ada-mode-hook): Use it.
500
68a887fa
EZ
5012000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * iswitchb.el (iswitchb-minibuf-depth): New variable.
504 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
505 we expect to be returned by minibuffer-depth once we prompt the
506 user in the minibuffer.
507 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
508 as recorded in iswitchb-minibuf-depth, return non-nil.
509
3b345582
EZ
5102000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
511
512 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
513 (hscroll-window-maybe): Docstring fix.
514
595dead2
DL
5152000-11-23 Dave Love <fx@gnu.org>
516
517 * rect.el (string-rectangle): Don't test delete-selection-mode.
518
1e66b27a
GM
5192000-11-23 Gerd Moellmann <gerd@gnu.org>
520
02790ce2
GM
521 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
522 is in the tool bar.
523
1e66b27a
GM
524 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
525 with `no-dir'; we want the directory part to be able to remove
526 it.
527
a4caa65d
SM
5282000-11-22 Stefan Monnier <monnier@cs.yale.edu>
529
530 * textmodes/outline.el (outline-flag-region):
531 Don't bind inhibit-read-only since we don't modify the buffer.
532 (outline-isearch-open-invisible): Don't jump to overlay-start
533 since we're trying to unhide text around point.
534 (outline-discard-overlays): Use dolist.
535
536 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
537
03e757c1
GM
5382000-11-22 Gerd Moellmann <gerd@gnu.org>
539
540 * mail/rmail.el (rmail-confirm-expunge): Default to
541 y-or-n-p.
542
1598a961
SM
5432000-11-22 Stefan Monnier <monnier@cs.yale.edu>
544
545 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
546 Fix ARG regexp to skip quoted braces.
547 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
548 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
549 are (correctly) handled separately).
550 Remove `caption' and `footnote' from `citations': they contain text.
551 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
552 (latex-skeleton-end-hook): New function.
553 (latex-mode): Use it.
554 (tex-start-tex-marker): Remove.
555 (tex-send-tex-command): Don't set tex-start-tex-marker.
556 (tex-error-parse-syntax-table): New var.
557 (tex-compilation-parse-errors): Use it.
558 Ignore tex-start-tex-marker. Don't bother with marker-position.
559 (tex-validate-buffer): Don't bother with marker-position.
560
561 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 562 (flyspell-generic-progmode-verify): Use it.
1598a961 563
eaae8106
SS
5642000-11-22 Sam Steingold <sds@gnu.org>
565
03e757c1
GM
566 * simple.el (delete-trailing-whitespace): New interactive
567 function.
568
eaae8106 569 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 570 `ada-remove-trailing-spaces'.
eaae8106 571 (ada-remove-trailing-spaces): Removed.
03e757c1 572
eaae8106 573 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 574
1598a961
SM
575 * textmodes/picture.el (picture-clean): Removed.
576 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 577
a41d49e9
GM
5782000-11-22 Gerd Moellmann <gerd@gnu.org>
579
e053c60f
GM
580 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
581
a41d49e9
GM
582 * hi-lock.el (hi-lock-refontify): Don't call non-existent
583 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 584 do anything special when jit-lock is active.
a41d49e9
GM
585 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
586
197615f3
DL
5872000-11-22 Dave Love <fx@gnu.org>
588
ddbfaa9f
DL
589 * calendar/todo-mode.el (todo-top-priorities): Use
590 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
591
ddc3c695
DL
592 * language/chinese.el, language/cyrillic.el:
593 * language/devanagari.el, language/ethiopic.el, language/greek.el:
594 * language/hebrew.el, language/indian.el, language/japanese.el:
595 * language/korean.el, language/lao.el, language/misc-lang.el:
596 * language/thai.el, language/tibetan.el, language/vietnamese.el:
597 Use provide.
598
fb9fa98d
DL
599 * cus-edit.el (custom-buffer-create-internal): Save some consing.
600 (custom-variable-set): Improve validation error mesage.
601
197615f3
DL
602 * rect.el (string-rectangle): Revert last change.
603 (string-rectangle-line): New arg DELETE.
604 (string-rectangle): Check delete-selection-mode.
605
606 * emacs-lisp/edebug.el (edebug-version)
607 (edebug-maintainer-address): Deleted.
608 (edebug-submit-bug-report): Just alias to report-emacs-bug.
609 (edebug-read-function): Account for other `'#' read forms.
610 (edebug-mode-menus): Make some items toggles.
611 (edebug-outside-unread-command-event, unread-command-event):
612 Remove these to avoid warnings.
613
f4117c4d
GM
6142000-11-22 David Ponce <david@dponce.com>
615
616 * recentf.el (recentf-menu-items-for-commands)
617 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 618 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 619
f4117c4d
GM
620 (recentf-build-dir-rules, recentf-dump-variable)
621 (recentf-edit-list, recentf-open-files-item)
622 (recentf-open-files): Replaced unnecessary `mapcar' with new
623 built-in `mapc'.
eaae8106 624
f8e2f3f2
MB
6252000-11-23 Miles Bader <miles@gnu.org>
626
627 * faces.el (menu): Make inverse-video on ttys too.
628
4c4a541d
SM
6292000-11-22 Stefan Monnier <monnier@cs.yale.edu>
630
631 * simple.el (comment-line-break-function): Use the new name
632 indent-new-comment-line -> comment-indent-new-line.
633 (clone-indirect-buffer): Don't ignore NORECORD.
634 (next-completion): Properly handle the case where items are adjacent.
635
636 * mouse.el (popup-menu): Stupid typo.
637
980d836e
GM
6382000-11-22 Gerd Moellmann <gerd@gnu.org>
639
60e8e0a5
GM
640 * emacs-lisp/authors.el: Remove autoload cookies, add author,
641 maintainer, keywords tags.
642
980d836e
GM
643 * rect.el (replace-rectangle): Don't call string-rectangle-line
644 with too many arguments.
645
e08b2069
AS
6462000-11-22 Andre Spiegel <spiegel@gnu.org>
647
60e8e0a5 648 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 649 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
650 vc-locking-user, which no longer exists.
651
652 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
653
c6779d8d
DL
6542000-11-22 Dave Love <fx@gnu.org>
655
656 * md5.el (md5): Provide.
657 (md5): Fix error call.
658
e672fdce
MB
6592000-11-22 Miles Bader <miles@gnu.org>
660
eaae8106 661 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
662 (refill-fill-paragraph-at): Remove debugging code.
663
80e24c04
MB
664 * calendar/calendar.el (generate-calendar-window): When we don't
665 call `fit-window-to-buffer', make sure the top line is fully visible.
666
3a17d6cc
MB
667 * image-file.el (insert-image-file): Don't make `read-only'
668 property rear-nonsticky.
669
ae1a21c6
MB
670 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
671 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
672 stashing away its original value.
673 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
674 in the recursive edit.
675 Bind `isearch-original-minibuffer-message-timeout' to protect it.
676 (isearch-done): Restore `minibuffer-message-timeout'.
677
e672fdce
MB
678 * cus-start.el: Remove entry for `mode-line-inverse-video'.
679
3ea79df8
SM
6802000-11-21 Stefan Monnier <monnier@cs.yale.edu>
681
682 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
683
684 * find-lisp.el (find-lisp-find-files-internal):
685 Use dolist, when and file-name-as-directory.
686
980d836e 687 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
688 (define-derived-mode, define-minor-mode): Add specs.
689
690 * window.el: General comment and spacing fixes.
691 (save-selected-window): Use backquotes.
692 (window-safely-shrinkable-p): New function.
693 (shrink-window-if-larger-than-buffer): Use it.
694
695 * subr.el (make-local-hook): Docstring fix.
696
697 * shell.el (shell-mode): Use define-derived-mode.
698
699 * newcomment.el (comment-indent): Insert comment before calling
700 comment-indent-function. Don't insert in column 0.
701 (comment-dwim): Indent before inserting comment.
702
703 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
704 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
705 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
706 Use mapc rather than map.
707
708 * files.el (find-buffer-visiting): Compare all attributes before
709 declaring two files identical (rather than just their inode-no).
710 (auto-mode-alist): Use \' rather than $.
711
712 * which-func.el: Update maintainer line.
713
714 * pcvs.el (uniquify-buffer-file-name): Remove advice.
715 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
716 (uniquify-buffer-file-name): Use it.
717
8f62f2b8
MB
7182000-11-22 Miles Bader <miles@gnu.org>
719
720 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
721 * simple.el (minibuffer-avoid-prompt): New function.
722
fb279a6d
GM
7232000-11-21 Gerd Moellmann <gerd@gnu.org>
724
725 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
726
867092e9
MB
7272000-11-21 Miles Bader <miles@gnu.org>
728
ef860850
MB
729 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
730 inclusion of `track-mouse'.
731
867092e9
MB
732 * textmodes/refill.el (refill-ignorable-overlay): New variable.
733 (refill-adjust-ignorable-overlay): New function.
734 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
735 only the paragraph's tail if possible.
736 Update `refill-ignorable-overlay'.
737 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
738
739 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
740 point inside the fill-prefix.
741
742 * textmodes/refill.el (refill-post-command-function): Don't reset
743 refill-doit in the case where a self-insertion command doesn't
744 case a refill. Use `refill-fill-paragraph-at', getting position
745 from `refill-doit'.
746 (refill-after-change-function): Set `refill-doit' to END.
747 (refill-fill-paragraph-at): New function, mostly from old
748 refill-fill-paragraph.
749 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
750 (refill-pre-command-function): New function.
751 (refill-mode): Add it to `pre-command-hook'.
752
ff9ab414
GM
7532000-11-20 Gerd Moellmann <gerd@gnu.org>
754
29a01b72
GM
755 * textmodes/artist.el (artist-mode): Fix autoload cookie.
756
ff9ab414
GM
757 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
758 javadoc tags.
eaae8106 759
885b211b
AS
7602000-11-20 Andre Spiegel <spiegel@gnu.org>
761
762 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
763 vc.el).
764
eaae8106 765 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 766 require vc.
eaae8106
SS
767
768 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 769 checkouts.
eaae8106 770
d1838556
DL
7712000-11-20 Dave Love <fx@gnu.org>
772
773 * Makefile.in (DONTCOMPILE): Omit bindings.el.
774
2b69bc11 7752000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 776
2b69bc11
GM
777 * calculator.el (calculator-paste): Use `if' instead of `and'
778 and `or'.
779 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 780
b95b34e5
GM
7812000-11-19 Gerd Moellmann <gerd@gnu.org>
782
030de92f
GM
783 * info.el (info-menu-5): Doc fix.
784
b95b34e5
GM
785 * textmodes/artist.el: New file.
786
54970452
AS
7872000-11-19 Andre Spiegel <spiegel@gnu.org>
788
eaae8106 789 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
790 and differentiate according to checkout model.
791 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
792 since this function is only concerned with master state.
793
eaae8106 794 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
795 vc-default-workfile-unchanged-p): Moved here from vc.el.
796
eaae8106 797 * vc.el (vc-workfile-unchanged-p,
54970452
AS
798 vc-default-workfile-unchanged-p): See above.
799
e5a9dabf
MB
8002000-11-19 Miles Bader <miles@gnu.org>
801
802 * image-file.el (insert-image-file): Make `intangible' and
803 `read-only' properties rear-nonsticky too.
804
24127af0
GM
8052000-11-18 Gerd Moellmann <gerd@gnu.org>
806
d392e9c5 807 * ps-print.el: Update copyright notice.
eaae8106 808
d392e9c5
GM
809 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
810 (tooltip-show): Use the offsets.
811
24127af0 812 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 813 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
814 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
815
2b69bc11 8162000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 817
2b69bc11
GM
818 * ps-print.el (toplevel): Test for find-coding-system being
819 fboundp before calling ps-x-find-coding-system.
08ea6f17 820
66321b2f
SM
8212000-11-16 Stefan Monnier <monnier@cs.yale.edu>
822
823 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
824 (vc-version-backup-file): Docstring fix.
825
046110c6
GM
8262000-11-16 Gerd Moellmann <gerd@gnu.org>
827
4104194e
GM
828 * files.el (basic-save-buffer): Don't add a newline if
829 find-file-literally is non-nil.
830 (find-file-literally): Extend doc string.
831
046110c6
GM
832 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
833 sort(1) with the `-f' argument.
834
6505c16e
AS
8352000-11-16 Andre Spiegel <spiegel@gnu.org>
836
fd063975
AS
837 * vc.el: Updated backend documentation.
838 (vc-default-check-headers): New function.
839
3d02dd81 840 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
841
842 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 843 up-to-date.
eaae8106 844 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 845 the minibuffer is not active.
fd063975 846
eaae8106 847 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 848 `vc-cvs-use-edit' is on.
eaae8106
SS
849 (vc-cvs-checkout): When this is used for reverting the workfile,
850 make a backup of the original contents and revert to that in case
8791d617 851 of error.
eaae8106 852 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 853 remote repositories.
eaae8106 854
6505c16e
AS
855 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
856 for both version and ratio in the minibuffer.
fd063975 857
eaae8106 858 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 859 Use vc-do-command to perform the annotation, not call-process.
6505c16e 860
a13f0660
KH
8612000-11-16 Kenichi Handa <handa@etl.go.jp>
862
863 * international/quail.el (quail-start-translation): Don't call
864 `message' before reading key sequence.
865
1389a414
MB
8662000-11-16 Miles Bader <miles@lsi.nec.co.jp>
867
868 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
869
9256a532
KH
8702000-11-16 Kenichi Handa <handa@etl.go.jp>
871
872 * window.el (fit-window-to-buffer): Be sure to acquire at least
873 one text line even if the buffer is empty.
874
0e14fe9f
GM
8752000-11-16 Gerd Moellmann <gerd@gnu.org>
876
eaae8106 877 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
878 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
879 ange-ftp-process-verbose to nil.
880
da645c53
DL
8812000-11-15 Dave Love <fx@gnu.org>
882
233d5cde
DL
883 * wid-edit.el (widget-specify-field, widget-specify-button): If
884 :help-echo is a function, set help-echo of overlay to
885 widget-mouse-help.
886 (widget-mouse-help): New function.
887 (widget-echo-help): Rewritten for :help-echo functions only taking
888 a widget arg.
889
b12057b9
DL
890 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
891 display-graphic-p.
892 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
893 and that JPEG is available.
894 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
895
da645c53
DL
896 * international/mule-cmds.el (locale-charset-language-names):
897 Match @euro.
898
6d133d1f
GM
8992000-11-15 Gerd Moellmann <gerd@gnu.org>
900
901 * faces.el (face-set-after-frame-default): If
0e14fe9f 902 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
903 default face from X resources.
904
49ac2ac5
EZ
9052000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
906
907 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
908 Don't set EMACSLOADPATH.
909
4fb0a34c
EZ
9102000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
911
912 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
913 texinfo-insert-@url.
914 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
915 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
916
bb304a7a
SM
9172000-11-14 Stefan Monnier <monnier@cs.yale.edu>
918
82bc80bf
SM
919 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
920 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
921 (checkdoc-minor-keymap): Backward compatibility.
922 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
923 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
924 (checkdoc-this-string-valid-engine): Be a bit more strict
925 to avoid matching substrings of `...' quoted vars/funs.
926 (checkdoc-defun-info): Only look for `interactive' if alone.
927 (debug-ignored-errors): Add "arg doesn't appear in docstring".
928
e8c87124
SM
929 * progmodes/compile.el (grep): `tag-default' can be nil.
930
bb304a7a
SM
931 * newcomment.el (comment-indent): Paren typo.
932
8628686a
DL
9332000-11-14 Dave Love <fx@gnu.org>
934
25c269ef
DL
935 * calculator.el: New maintainer version.
936
66321b2f 937 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 938
8628686a
DL
939 * cmuscheme.el: Doc fixes.
940 (cmuscheme) <defgroup>: Use `scheme' as parent.
941 (cmuscheme-program-name): Remove. Change uses to
942 scheme-program-name.
943
944 * xscheme.el (scheme-program-name): Don't define here.
945
946 * progmodes/scheme.el (scheme-program-name): New variable
947 (originally in cmuscheme).
948
88f0a1eb
MB
9492000-11-14 Miles Bader <miles@gnu.org>
950
951 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
952 Handle header-lines. Don't loop forever if we can't enlarge the
953 window anymore. Simplify a bit.
954
cd9a000c
KH
9552000-11-14 Kenichi Handa <handa@etl.go.jp>
956
957 * window.el (fit-window-to-buffer): Don't check
958 window-text-height. Assure that the last line is fully visible.
959
960 * international/quail.el (quail-show-guidance-buf): Call
961 fit-window-to-buffer to assure the enough height of the guidance
962 buffer.
963 (quail-update-guidance): Avoid making the guidance buffer shorter.
964
d3fcda22
SM
9652000-11-14 Stefan Monnier <monnier@cs.yale.edu>
966
bdbd9606
SM
967 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
968 rather than `prepend' and add an interesting comment.
969 (tex-math-face, tex-font-lock-syntactic-face-function):
970 New face and function to use it.
971 (tex-define-common-keys, tex-mode-map): Use menu-item rather
972 than `menu-enable' symbol property.
973 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
974 (tex-mode): Add some latex-mode commands for auto-selection.
975 Use tex-font-lock-syntactic-face-function.
976 (tex-insert-quote): Simplify.
977 (tex-shell): New mode.
978 (tex-start-shell): Use it.
979 (tex-shell-proc, tex-shell-buf): New functions.
980 (tex-send-command): Use it.
981 (tex-main-file): Fix the meaning of the new arg REALFILE.
982 (tex-send-tex-command): New function split from `tex-start-tex'.
983 Set compilation-last-buffer and compilation-parsing-end.
984
d3fcda22
SM
985 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
986 when it follows non-comment text on the line.
987
988 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
989 Set font-lock-defaults.
990 (lisp-mode-shared-map): Init inside the defvar.
991 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
992 Use define-derived-mode.
993
bdab1d43
MB
9942000-11-14 Miles Bader <miles@lsi.nec.co.jp>
995
996 * faces.el (header-line): Use `:box nil' for color/gs displays too.
997
936ae731
GM
9982000-11-14 Gerd Moellmann <gerd@gnu.org>
999
1000 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1001 recursively optimize body because that can lead to infinite
1002 recursion; see comment there.
1003
1695ca2b
EZ
10042000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1005
1006 * faces.el (face-spec-set-match-display): Revert the change from
1007 2000-10-24. Add a FIXME for after v21.1.
1008
9d348294
MB
10092000-11-13 Miles Bader <miles@gnu.org>
1010
1011 * textmodes/fill.el (skip-line-prefix): New function.
1012 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1013 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1014 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1015 point inside the fill-prefix.
9d348294 1016
b85fa13c
MB
10172000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1018
1019 * calendar/calendar.el (generate-calendar-window): Use
1020 `fit-window-to-buffer'.
1021
a0b47716
SM
10222000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1023
1024 * gud.el (gud-minor-mode): New var.
1025 (gud-symbol, gud-val): New functions.
1026 (gud-find-file): Copy gud-minor-mode to the new buffer.
1027 (gud-menu-map): Include entries for commands that are not always
1028 available, using :enable to (de)activate them.
1029 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1030 (gud-mode-map): New map.
eaae8106 1031 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1032 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1033 Don't set up gud's menu (it's done by the minor-mode).
1034 (gud-minibuffer-local-map): New.
1035 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1036 (gud-query-cmdline): New function.
1037 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1038 (gud-mode): Use define-derived-mode.
1039 Don't set up gud's menu (it's done by the minor-mode).
1040 (gud-chop-words): Remove.
1041 (gud-common-init): Use split-string instead.
1042 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1043
1044 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1045 Add keyword arg :name.
1046
1047 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1048 (diff-count-matches, diff-split-hunk): New functions.
1049 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1050
1051 * pcvs-info.el (cvs-fi-conflict-face): New var.
1052
1053 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1054 Make it into a simple syntax-table, shared among all submodes.
1055 (sh-heredoc-face): Re-introduce.
1056 (sh-font-lock-syntactic-face-function): New function.
1057 (sh-mode): Use it. Also use define-derived-mode.
1058 Remove old bogus setting of indent-region-function.
1059 (sh-set-shell): Don't set the syntax-table any more.
1060 (sh-mode-syntax-table) <defun>: Remove.
1061
f5ed37df
MB
10622000-11-12 Miles Bader <miles@gnu.org>
1063
1064 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1065 message if interactive.
1066
0b074c2f
DL
10672000-11-12 Dave Love <fx@gnu.org>
1068
1069 * mail/feedmail.el: Fix header,
1070 (feedmail) <defgroup>: Add :link.
1071
1072 * view.el: Use local-map property, not keymap on mode-line string.
1073
1074 * scroll-all.el (scroll-all-mode): Customize variable. Add
1075 autoload cookie to function.
1076
1077 * lazy-lock.el: Remove compatibility code.
1078
1079 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1080 (finder-help-echo): New variable.
1081 (finder-mouse-face-on-line): Add help-echo stuff.
1082 (finder-list-keywords, finder-list-matches): Use mapc.
1083
1084 * faces.el (face-font-registry-alternatives): Add :version.
1085
1086 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1087 tags-table-list.
1088
a0b47716 1089 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1090
a0b47716 1091 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1092 (mail-mode): Use [:alnum:] in some regexps.
1093
6d502396
DL
10942000-11-10 Dave Love <fx@gnu.org>
1095
1096 * ediff.el (ediff-regions-internal, ediff-documentation):
1097 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1098 fundamental mode.
1099
1100 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1101 buffer into fundamental mode.
1102 (ediff-set-difference): Use copy-sequence if available.
1103
1104 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1105 ediff-patch-map non-nil.
1106 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1107 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1108 buffer into fundamental mode.
1109
1110 * ediff-merg.el (state-or-merge): Defvar when compiling.
1111
a82fe213
JR
11122000-11-10 Jason Rumney <jasonr@gnu.org>
1113
1114 * w32-fns.el (w32-add-charset-info): New function.
1115 (w32-charset-info-alist): Use it.
1116
52d89894
GM
11172000-11-10 Gerd Moellmann <gerd@gnu.org>
1118
1119 * faces.el (face-font-registry-alternatives): New user-option.
1120
178932de
SM
11212000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1122
d7fa3319
SM
1123 * textmodes/texinfo.el (texinfo-block-default): New var.
1124 (texinfo-insert-block): Use it. Insert a newline if needed.
1125
178932de
SM
1126 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1127 (fill-region-as-paragraph): Use it.
1128
1129 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1130 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1131 Tweak paragraph regexps to allow a leading [ \t]*.
1132 (tex-latex-block): Insert a newline if necessary.
1133 (latex-insert-item): Only insert a newline if necessary.
1134 (tex-guess-main-file): New function.
1135 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1136 Set tex-main-file if TeX-master is provided.
1137 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1138
bd02b8e0
GM
11392000-11-10 Gerd Moellmann <gerd@gnu.org>
1140
1141 * startup.el (command-line): Set the default tooltip-mode
1142 to t for graphical displays which implement x-show-tip.
1143
1144 * tooltip.el (tooltip-mode): Add a comment about startup.el
1145 setting the default value of this user-option.
1146
b29b03eb
SM
11472000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1148
1149 * font-lock.el (font-lock-*-face) <defvar>: Move.
1150 (font-lock-defaults-alist): Mark obsolete.
1151 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1152 (font-lock-mode): Use define-minor-mode.
1153 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1154 (font-lock-turn-off-thing-lock): Be more explicit.
1155 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1156 (font-lock-syntactic-face-function): New var.
1157 (font-lock-fontify-syntactically-region): Use it.
1158 (font-lock-doc-face): New.
1159
1160 * pcvs.el (cvs-enabledp): Ignore errors.
1161 (cvs-commit-filelist): Never query.
1162 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1163 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1164 (cvs-do-removal): Use cvs-partition rather than delete-if.
1165 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1166 cvs-bury-buffer.
1167
1168 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1169 Allow `next' to jump to after the end of the last match.
1170
778fbc46
GM
11712000-11-09 Gerd Moellmann <gerd@gnu.org>
1172
730c746c
GM
1173 * simple.el (byte-compiling-files-p): New function.
1174
1175 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1176 if it is there.
1177
1178 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1179 nil again.
1180
778fbc46
GM
1181 * textmodes/ispell.el (ispell-library-path): Don't call
1182 check-ispell-version when byte-compiling because that starts
1183 an ispell process, and ispell might not be installed.
1184 (toplevel): Don't set up a menu when byte-compiling.
1185
1186 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1187 it, so that a boundp test can be used to determine if we're
1188 currently byte-compiling.
1189
5912c5bb
DL
11902000-11-09 Dave Love <fx@gnu.org>
1191
1192 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1193 eval-after-load.
1194
7bb054a5
GM
11952000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1196
1197 * ps-print.el: Patch for variable initialization when spooling. Doc
1198 fix.
1199 (ps-output-list): Fun eliminated.
1200 (ps-begin-file, ps-begin-job): Code fix.
1201
9db2706e
DL
12022000-11-08 Dave Love <fx@gnu.org>
1203
1204 * ediff-wind.el (ediff-control-frame-parameters): Zero
1205 tool-bar-lines.
1206
f7eb32aa
GM
12072000-11-08 Gerd Moellmann <gerd@gnu.org>
1208
1209 * simple.el (shell-command, display-message-or-buffer)
1210 (shell-command-on-region): Mention resize-mini-windows in the doc
1211 string.
1212 (display-message-or-buffer): Take the value of resize-mini-windows
1213 into account.
1214
7b01b08c
GM
12152000-11-07 Gerd Moellmann <gerd@gnu.org>
1216
acad3c0b
GM
1217 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1218
7b01b08c
GM
1219 * dired.el (dired-between-files): Add `^. find' as an alternative
1220 to the regular expression, for find-dired.
1221
6f602bd0
SM
12222000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1223
1224 * textmodes/texnfo-upd.el: Require texinfo.
1225 (defmacro, defgroup): Remove.
1226 (texinfo-section-to-generic-alist): Remove.
1227 Use texinfo-section-list instead (i.e. level is changed string->int).
1228 (texinfo-filter): New function.
1229 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1230 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1231 Use it. And use regexp-opt.
1232 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1233 (texinfo-update-menu-region-beginning)
1234 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1235 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1236 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1237 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1238 (texinfo-sequential-node-update): Remove autoload cookie.
1239
1240 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1241 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1242 (texinfo-chapter-level-regexp): Remove.
1243 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1244
bb216218
DL
12452000-11-06 Dave Love <fx@gnu.org>
1246
6f602bd0 1247 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1248
6f602bd0
SM
1249 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1250 Match defun*.
bb216218 1251
ff8dd5d5
KH
12522000-11-06 Kenichi Handa <handa@etl.go.jp>
1253
1254 * composite.el (composition-function-table): Variable declaration
1255 moved to src/composite.c.
1256 (compose-chars-after): New optional arg object.
1257
e9da51a1
GM
12582000-11-06 Gerd Moellmann <gerd@gnu.org>
1259
e0c12c68
GM
1260 * bindings.el (mode-line-toggle-read-only)
1261 (mode-line-toggle-modified, mode-line-widen)
1262 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1263 (make-mode-line-mouse2-map): Rewritten.
1264 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1265 functions so that C-h k can show something with a doc string.
eaae8106 1266
e9da51a1
GM
1267 * startup.el (fancy-splash-delay): Set to 10 seconds.
1268 (fancy-splash-max-time): New user-option.
1269 (fancy-splash-stop-time): New variable.
1270 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1271 (fancy-splash-screens-1): Throw `stop-splashing' when current
1272 time is greater than fancy-splash-stop-time.
1273
611dbdf0
SM
12742000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1275
4d2806e2
SM
1276 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1277
611dbdf0
SM
1278 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1279 Prompt user for a file rather than raising an error.
1280 (cvs-enabledp): Fix call to cvs-mode-marked.
1281 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1282 (cvs-mode-insert): Use it. Change the init prompt' value.
1283 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1284
1285 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1286 Don't pass default arg to ewoc-locate.
1287 (ewoc-collect): Return result in the right order.
1288
1289 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1290
1291 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1292 (cvs-status-get-tags): Fix regexp.
1293 (cvs-status-trees, cvs-status-cvstrees):
1294 Combine after change hooks and don't sit-for.
4d2806e2
SM
1295 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1296 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1297 Use make-char rather than hard-coded cryptic data.
1298 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1299
1300 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1301
1302 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1303 (cvs-insert-strings): New function.
1304
937b2877
MB
13052000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1306
1307 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1308 `mwheel-scroll-amount'.
1309 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1310 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1311 string-matching against the version string.
1312
c6c97763
KH
13132000-11-06 Kenichi Handa <handa@etl.go.jp>
1314
6eaec747
KH
1315 * language/thai.el ("Thai"): Set a lisp form that produces
1316 composed string in `sample-text' language info.
1317
1318 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1319 composed string in `sample-text' language info.
1320
1321 * international/mule-cmds.el (describe-language-environment): Eval
1322 `sample-text' data and insert the result.
1323
c6c97763
KH
1324 * international/mule-conf.el (compound-text): Define this coding
1325 system here. Make x-ctext and ctext aliases of it.
1326
1327 * language/european.el (compound-text, ctext): Moved to
1328 international/mule-conf.el.
1329
d1145f85
AI
13302000-11-05 Andrew Innes <andrewi@gnu.org>
1331
1332 * w32-fns.el (w32-version): New function.
1333
178a6a45
SM
13342000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1335
1336 * progmodes/awk-mode.el: Update copyright.
1337 (awk-mode-abbrev-table): Remove.
1338 (awk-font-lock-keywords): Use regexp-opt.
1339 (awk-mode): Use define-derived-mode.
1340
1341 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1342 when extracting a suffix.
1343
1ba90166
AS
13442000-11-04 Andre Spiegel <spiegel@gnu.org>
1345
1346 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1347 auto-save-mode.
1348
546790cb
JR
13492000-11-04 Jason Rumney <jasonr@gnu.org>
1350
1351 * language/european.el (decode-mac-roman): Test against r1 not r0.
1352
d247e32d
SM
13532000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1354
fbf44f44
SM
1355 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1356 (icon-mode): Define indent-line-function.
1357 (icon-comment-indent): Simplify.
1358 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1359
1360 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1361
1362 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1363 Bind change-log-default-mode to defeat the caching done on it.
1364 Don't bother saving excursion any more.
1365
1366 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1367
1368 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1369 (set-frame-font): Use the new name (and the old for compatibility).
1370
eaae8106
SS
1371 * toolbar/tool-bar.el (tool-bar-mode):
1372 * time.el (display-time-mode):
1373 * recentf.el (recentf-mode):
1374 * paren.el (show-paren-mode):
1375 * mwheel.el (mouse-wheel-mode):
1376 * msb.el (msb-mode):
1377 * jka-compr.el (auto-compression-mode):
1378 * image-file.el (auto-image-file-mode):
1379 * hl-line.el (hl-line-mode):
1380 * delsel.el (delete-selection-mode):
1381 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1382 * complete.el (partial-completion-mode): Drop unneeded positional args.
1383
eaae8106 1384 * info.el (Info-mode):
79372165 1385 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1386
d247e32d
SM
1387 * log-edit.el (log-edit-menu): New menu.
1388
4921558e
MB
13892000-11-03 Miles Bader <miles@gnu.org>
1390
1391 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1392 definition, so that trailing spaces are handled properly.
1393 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1394
1fc02b3c
GM
13952000-11-03 Gerd Moellmann <gerd@gnu.org>
1396
1397 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1398 tab character.
1399 (fancy-splash-screens): Set tab-width to 20.
1400
51d001f7
DL
14012000-11-03 Dave Love <fx@gnu.org>
1402
1403 * comint.el (comint-completion-addsuffix): Fix custom type.
1404
ba22aeff
SM
14052000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * font-lock.el (font-lock-buffers): Remove.
1408 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1409 (font-lock-change-major-mode): Remove.
1410 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1411 (font-lock-default-fontify-region): Extend the multiline
1412 fontification to whole lines.
1413 (font-lock-fontify-anchored-keywords)
1414 (font-lock-fontify-keywords-region): If matching just one
1415 line (with \n) only mark the \n as multiline.
1416
1417 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1418 Correctly handle the case where several :group args are supplied.
1419 Allow :extra-args.
1420 (easy-mmode-define-global-mode): Allow :extra-args.
1421 Correctly handle the case where several :group args are supplied.
1422
9c887ada
MB
14232000-11-02 Miles Bader <miles@gnu.org>
1424
eaae8106 1425 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1426 (holiday-face): Remove dependency on `window-system'.
1427
7f25090d
KR
14282000-11-02 Ken Raeburn <raeburn@gnu.org>
1429
1430 * Makefile.in (emacs): Set EMACSLOADPATH always.
1431 (update-authors, .el.elc, compile-files): Don't do it explicitly
1432 here.
9b911107 1433 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1434
7dd6009c
DL
14352000-11-02 Dave Love <fx@gnu.org>
1436
1437 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1438
94821e4f
EZ
14392000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1440
1441 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1442 punctuation in the warning inserted into the *mail* buffer.
1443
1ac3fc42
GM
14442000-11-02 Gerd Moellmann <gerd@gnu.org>
1445
57731876
GM
1446 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1447 (authors-public-domain-p): New function.
1448 (authors-print): Use it.
1449
975f82c9
GM
1450 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1451
1ac3fc42
GM
1452 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1453
4b3eb10f
GM
14542000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1455
975f82c9 1456 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1457 (ps-print-version): New version number (6.3.1).
1458 (ps-even-or-odd-pages): Customization fix.
1459 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1460 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1461 (ps-page-count): Var replaced by `ps-page-column'.
1462 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1463 (ps-print-sheet-p): New fun.
1464
7da794df
MB
14652000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1466
1467 * tooltip.el (tooltip-gud-tips-setup): New function.
1468 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1469 (tooltip-mode): Call tooltip-gud-tips-setup.
1470 (tooltip-gud-tips): Use `gud-basic-call' instead of
1471 process-send-string, so the prompt gets frobbed appropriately.
1472 Handle nil return value from `tooltip-gud-print-command'.
1473
0e40b809
EL
14742000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1475
1476 * comint.el (comint-add-to-input-history): New function.
1477 (comint-send-input): Use `comint-add-to-input-history'.
1478
50ada0db
MB
14792000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1480
973a3104
MB
1481 * info.el (info-menu-header): New face.
1482 (Info-fontify-menu-headers): New function.
1483 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1484
50ada0db
MB
1485 * info.el (Info-insert-dir): Don't include blank lines at
1486 beginning of additional dir files (one is added automatically).
1487
bff53411
SM
14882000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1489
1490 * emacs-lisp/easy-mmode.el (define-minor-mode):
1491 Revert the latest changes.
1492 Allow the three positional arguments to be skipped and replaced
1493 by keyword arguments.
1494 Add a :toggle argument to determine whether a nil arg means toggle
1495 or means turn-on. The default is unchanged.
1496 Add a call to force-mode-line-update.
1497
6b8a0b2d
DL
14982000-11-01 Dave Love <fx@gnu.org>
1499
1500 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1501 cookie.
1502
5bf99100
MB
15032000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1504
1505 * calendar/calendar.el (diary-face, holiday-face): Add
1506 dark-background variants.
1507
a4032611
SS
15082000-10-31 Sam Steingold <sds@gnu.org>
1509
1510 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1511 `tex-main-file' does not have directory in it.
1512
c286608e
SM
15132000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1514
1515 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1516
4836835a
TTN
15172000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1518
1519 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1520 functional change.
1521
26dcb81b
GM
15222000-10-31 Gerd Moellmann <gerd@gnu.org>
1523
1524 * files.el (find-file-noselect): When we expand a wildcard, return
1525 a list of buffers, as we should do according to the doc string.
1526
49fc4500
KR
15272000-10-31 Ken Raeburn <raeburn@gnu.org>
1528
1529 * loadup.el (top level): Adjust load path if program name is
1530 "../src/bootstrap-emacs", in case it's not dumped and thus the
1531 load path adjustment hasn't already been done.
1532
ea0c615d
GM
15332000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1534
1535 * ps-print.el: Fix bug on selected pages for printing. Use
1536 `color-values' for Emacs 21. Ensure fontification when jit-lock
1537 is on. Try to avoid warning messages when compiling. Doc Fix.
1538 (ps-print-version): New version number (6.3).
1539 (ps-color-device): Use `color-values' to determine if device
1540 supports color.
1541 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1542 (ps-print-page-p): Changed from defsubst to defun.
1543 (ps-page-number): Changed from defmacro to defun.
1544 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1545 printing.
c286608e 1546 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1547 (ps-end-file, ps-dummy-page): Funs eliminated.
1548 (ps-print-color-scale): Changed default value.
1549 (ps-page-n-up, ps-print-page-p): New internal vars.
1550 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1551 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1552
9e20722f
GM
1553 * delim-col.el: Little programming improvement.
1554 (delimit-columns-str): New macro.
1555 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1556
d7a0fd00
KH
15572000-10-31 Kenichi Handa <handa@etl.go.jp>
1558
c286608e
SM
1559 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1560 Moved to european.el.
d7a0fd00
KH
1561 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1562 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1563 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1564 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1565
234be340
DL
15662000-10-30 Dave Love <fx@gnu.org>
1567
1568 * progmodes/cc-menus.el (imenu-generic-expression)
1569 (imenu-progress-message): Only defvar when compiling.
1570
4edc4a39
DL
1571 * emacs-lisp/elp.el (elp-unload-hook): New function.
1572
1573 * loadhist.el (unload-feature): Call elp-restore-function,
1574 checking for symbols; don't use elp-restore-all.
1575 (loadhist-hook-functions): Doc fix.
1576
70c825df
SM
15772000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1578
1579 * log-edit.el (log-edit-confirm): Fix the default.
1580
1d3baf74
GM
15812000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1582
1583 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1584 delimit-columns-format.
1585 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1586
1ec321a7
MB
15872000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1588
1589 * comint.el (comint-replace-by-expanded-history): Don't use
1590 comint-get-old-input (we're not looking at *old* input).
1591 (comint-get-old-input-default): If using fields, signal an error
1592 when the point is not in an input field.
1593
70737ea9
KH
15942000-10-30 Kenichi Handa <handa@etl.go.jp>
1595
1596 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1597 and mule-unicode-e000-ffff.
1598
fa0cb51d 1599 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1600 (make-coding-system): Accept a symbol of translation table as a
1601 value of property `safe-chars'.
1602
1603 * international/mule-cmds.el (encode-coding-char): Check property
1604 safe-chars instead of safe-charsets.
1605
1606 * international/fontset.el (fontset-default): Modified for
1607 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1608 (x-font-name-charset-alist): Likewise.
1609 (ccl-encode-unicode-font): New CCL program. Record it in
1610 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1611
70c825df
SM
1612 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1613 New translation tables.
70737ea9
KH
1614 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1615 programs are modified and moved from mac-win.el.
1616 (mac-roman): Definition of this coding system is modified and
1617 moved from mac-win.el.
4836835a 1618
fda2ce24 16192000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1620
1d3baf74 1621 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1622 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1623
dd4d3cb6
MB
16242000-10-29 Miles Bader <miles@gnu.org>
1625
1626 * custom.el (custom-add-to-group): Allow multiple entries for a
1627 given value OPTION, as long as their widget types are different.
1628 * cus-edit.el (custom-face-value-create): If face name doesn't end
1629 with "face", add such here (similar to custom group widgets).
1630
1631 * comint.el (comint-highlight-prompt): Add :type.
1632
dace60cf
JW
16332000-10-28 John Wiegley <johnw@gnu.org>
1634
1635 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1636 Changed this function to operate on a temporary buffer instead of
1637 the main buffer. This not only keeps flyspell from marking a
1638 buffer as changed that wasn't, but it solves the jumpy cursor
1639 problem when attempts are made to edit incorrect words.
1640 (flyspell-maybe-correct-doubling): Same change as for
1641 `flyspell-maybe-correct-transposition'.
1642
1643 * calendar/timeclock.el (timeclock-log): Doc fix.
1644 (timeclock-last-event): Doc fix.
1645 (timeclock-log): Kill the timelog buffer after appending a new
1646 event.
1647 (timeclock-find-discrep): Use a temp buffer to read in the
1648 timelog, instead of visiting the file.
1649 (timeclock-log-data): A new function, along with a host of helper
1650 functions, for the purpose of making timelog data accessible to
1651 programmers.
1652
1653 * eshell/esh-mode.el (window-height test): Make certain that
1654 `eshell-stringify-t' is non-nil.
1655 (eshell-password-prompt-regexp): Changed to a much simpler
1656 password regexp.
1657 (eshell-send-input): If `eshell-invoke-directly' returns t,
1658 directly invoke the parsed command using `eval'. This improves
1659 turn-around time on simple commands by a factor of three or
1660 greater, such as cd, ls, pwd, etc. -- which get used very often.
1661 It also conserves thousands of cons cells per call (since
1662 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1663 in the Pacific Cookie Company).
1664
1665 * eshell/esh-test.el (eshell-test): Whitespace fix.
1666
1667 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1668 `eshell-ls-initial-args' nil when inserting directory contents.
1669
1670 * eshell/em-script.el (eshell-script-initialize): Add names to
1671 `eshell-complex-commands, since `source' and `.' are complex.
1672
0467b076
EZ
1673 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1674 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1675 `eshell-copy-handles'.
1676 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1677 bodies.
1678 (eshell-separate-commands): Whitespace fix.
1679 (eshell-complex-commands): Added a new list of names, for
1680 determining whether a given command is as simple as it looks.
1681 (eshell-invoke-directly): New function. Returns t if a command
1682 should be invoked directly (using `eval'), rather than indirectly
1683 using `eshell-do-eval'.
1684 (eshell-do-eval): Whitespace fix.
1685
1686 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1687 which provides an emulation of the DOS shell behavior of assuming
1688 that cp/mv/ln should copy/move/link to the current directory.
1689 (eshell-remove-entries): Added a doc string.
1690 (eshell-shuffle-files): Removed the check for `target' being null.
1691 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1692 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1693 it to do a smarter check of whether a destination was provided.
1694 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1695 (eshell/ln): Enable `:preserve-args', and use
1696 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1697 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1698 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1699 list after flattening it. This makes it possible to cat files
1700 with numerical names.
1701 (eshell-unix-initialize): Added several names to
1702 `eshell-complex-commands.
1703 (eshell-unix-command-complex-p): Return t if a given command name
1704 may result in external processes being invoked.
1705
1706 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1707 variable nil by default, since it slows down glob processing by a
1708 factor of two or more, and increases memory consumption.
1709
1710 * eshell/em-smart.el: Added a note about how memory consumptive
1711 smart display mode can be (at least this is true in Emacs 21).
1712 (eshell-smart-initialize): Whitespace fix.
1713 (eshell-refresh-windows): Use `if' instead of `when'.
1714 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1715 not necessary.
1716 (eshell-currently-handling-window): Added a missing global
1717 variable.
1718
1719 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1720 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1721 Whitespace fix.
1722 (eshell-ls-exclude-hidden): Added this variable in addition to
1723 `eshell-ls-exclude-regexp'. This one prevents files beginning
1724 with . from even being read, which can improve memory consumption
1725 quite a bit.
1726 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1727 read file entries beginning with a dot. In home directories with
1728 lots of hidden files, fully two-thirds of the time spent in ls is
1729 used to read directory entries that are immediately thrown away.
1730 (eshell-ls-initial-args): Added back this configuration variable,
1731 for specifying default initial arguments to every call to ls.
1732 Much faster than using an alias to do the same thing.
1733 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1734 (eshell-ls-dir): Whitespace change.
1735
1736 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1737
1738 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1739 available.
1740 (eshell-stringify-t): Added a customization variable, to indicate
1741 whether `t' should be rendered as a string at all. If not, one
1742 can still determine if the result of an expression is true using
1743 "file-exists-p FILE && echo true".
1744 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1745 stringify t!
1746
1747 * eshell/esh-module.el: Whitespace fix.
1748
1749 * eshell/em-alias.el (eshell-alias-initialize): Added
1750 `eshell-command-aliased-p' to `eshell-complex-commands'.
1751 (eshell-command-aliased-p): New function that returns t if a
1752 command name names an aliased.
1753
657f9cb8 17542000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1755
0467b076 1756 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1757 redrawing the screen when changing cursor color.
0467b076
EZ
1758 (viper-insert-state-pre-command-sentinel)
1759 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1760 (viper-replace-state-post-command-sentinel):
1761 Use viper-preserve-cursor-color.
657f9cb8
MK
1762 Many functions changed to use viper= instead of = when comparing
1763 characters.
0467b076 1764 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1765 working with characters.
0467b076 1766 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1767 Many functions changed to use viper= instead of = when comparing
1768 characters.
0467b076 1769 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1770
0467b076 1771 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1772 Several typos fixed in various docstrings.
0467b076
EZ
1773 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1774 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1775 hook.
0467b076
EZ
1776 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1777 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1778 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1779 (ediff-get-selected-buffers): New function.
1780 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1781 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1782 save-window-excursion.
0467b076 1783 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1784 termination check in while loop.
0467b076 1785 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1786 dired buffer.
0467b076
EZ
1787 (ediff-files,ediff-merge-files,ediff-files3)
1788 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1789
4f490d99
DL
17902000-10-28 Dave Love <fx@gnu.org>
1791
1792 * info.el (Info-fontify-node): Add help-echo for menu items.
1793
45b84006
EZ
17942000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1795
5ebc02b3
EZ
1796 * startup.el (normal-top-level): If the value of $TERM indicates
1797 we are running from xterm or one of its work-alikes, default to a
1798 light background mode.
1799
45b84006
EZ
1800 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1801 * faces.el (tty-handle-reverse-video): New function.
1802 (tty-create-frame-with-faces): Call it.
1803
1804 * frame.el (frame-notice-user-settings): Don't apply
1805 default-frame-alist and initial-frame-alist to MS-DOS frames.
1806 Call tty-handle-reverse-video, frame-set-background-mode, and
1807 face-set-after-frame-default for non-MS-DOS frames.
1808
1809 * startup.el (tty-long-option-alist): New variable.
1810 (tty-handle-args): New function.
1811 (command-line): Call tty-handle-args.
1812
1813 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1814 startup.el now does that for all character-terminal frames.
1815
eab6e8b9
MB
18162000-10-28 Miles Bader <miles@gnu.org>
1817
1818 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1819 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1820 global. If :global is followed by a non-nil but non-t value,
1821 make the mode buffer-local, but also generate a `global-MODE'
1822 version using `easy-mmode-define-global-mode'. Add
1823 :conditional-turn-on keyword argument.
1824
51a29efc
DL
18252000-10-28 Dave Love <fx@gnu.org>
1826
1827 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1828 use window-system.
1829
d71d7114
EZ
18302000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1831
1832 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1833 Don't call find-buffer-file-type-coding-system. Instead, just
1834 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1835 if the file is on an untranslated filesystem.
1836 (add-untranslated-filesystem): Use "D" instead of "f" inside
1837 interactive.
1838
1f9cab4b
DL
18392000-10-27 Dave Love <fx@gnu.org>
1840
70c825df 1841 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1842 (refill-mode): Use it.
1843
70c825df
SM
18442000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1845
1846 * international/quail.el (quail-activate): Don't make-local-hook.
1847
7432cf10
AS
18482000-10-27 Andre Spiegel <spiegel@gnu.org>
1849
4836835a 1850 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1851 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1852 (vc-make-version-backup): Don't do it on MS-DOS without long file
1853 names.
4836835a 1854
7432cf10
AS
1855 * vc.el (vc-version-other-window): If an automatic backup of the
1856 desired version exists, rename it instead of copying it.
1857
4836835a
TTN
1858 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1859 after command. If there's an unexpected error, signal it instead
7432cf10 1860 of being silent.
e1483c38 1861 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1862
05ea7ef2
MB
18632000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1864
fd1035aa
MB
1865 * shell.el (shell): Add BUFFER argument.
1866 * comint.el (make-comint-in-buffer): New function.
1867 (make-comint): Use it.
1868
05ea7ef2
MB
1869 * faces.el (face-spec-choose): Change syntax so that the list of
1870 attribute-value pairs is now the cdr of each clause, not the cadr.
1871 Detect old-style entries, and handle them. Use pop.
1872
835a55fe
SM
18732000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1874
f5ab1cdd
SM
1875 * cus-edit.el (custom-mode-map): Use a sparse map.
1876 (custom-mode): Don't bother with make-local-hook.
1877
1878 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1879
835a55fe
SM
1880 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1881
c13b0ec8
GM
18822000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1883
1884 * ps-print.el: Avoid compilation gripes.
1885 (ps-print-version): New version number (6.2.1).
4836835a 1886
e9f63196
DL
18872000-10-26 Dave Love <fx@gnu.org>
1888
0b95284b
DL
1889 * menu-bar.el: Modify some menu item help strings.
1890 (menu-bar-help-menu): Add link to MORE.STUFF.
1891
e9f63196
DL
1892 * cus-edit.el (custom-mode): Add `special' mode-class property.
1893
1894 * wid-browse.el (widget-browse-mode): Likewise.
1895
1896 * wid-edit.el (widget-specify-field): Revert to using local-map
1897 property, not keymap.
1898
e276a14a
MB
18992000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1900
c1545d88
MB
1901 * wid-edit.el (widget-field-end): When checking for a `boundary'
1902 field, do so in the correct buffer.
1903
3c1b77ca
MB
1904 * simple.el (undo): Correctly distinguish between numeric and
1905 non-numeric prefix args in non-transient-mark-mode, as per the doc
1906 string. When in transient-mark-mode, treat all prefix-args as
1907 numeric.
1908
f5ab1cdd
SM
1909 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1910 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1911
1912 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1913 (comint-mode-map): Reverse order of `comint-write-output' and
1914 `comint-append-output-to-file'.
1915 (comint-append-output-to-file): Reinstate this function, for the
1916 benefit of the menu.
1917
d97151cb
SM
19182000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1919
1920 * vc.el (vc-version-other-window): Bind `file'.
1921
ea7d6f5b
GM
19222000-10-25 Gerd Moellmann <gerd@gnu.org>
1923
f5ab1cdd 1924 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1925
1926 * emacs-lisp/authors.el (batch-update-authors): New function.
1927 (authors-fixed-entries): New defconst.
1928 (authors-add-fixed-entries): New function.
1929 (authors): Call it.: Don't process lispref/.
1930
17c25cea
JR
19312000-10-25 Jason Rumney <jasonr@gnu.org>
1932
1933 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1934 Merge x w32 and mac definitions.
1935
4ecda532
GM
19362000-10-25 Gerd Moellmann <gerd@gnu.org>
1937
1938 * menu-bar.el (menu-bar-options-menu): Add a help string for
1939 `uniquify'.
1940
b6735035
GM
19412000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1942
f5ab1cdd
SM
1943 * time-stamp.el (time-stamp-string-preprocess):
1944 Fix a wrong type argument error.
b6735035 1945
f4cbc7a0
MB
19462000-10-25 Miles Bader <miles@gnu.org>
1947
1948 * recentf.el (recentf-mode): Variable removed.
1949 (recentf-mode): Use `define-minor-mode'.
1950
1951 * mwheel.el (mouse-wheel-mode): New global minor mode.
1952 (mwheel-install): Use `mouse-wheel-mode'.
1953
f4b020f6
DL
19542000-10-25 Dave Love <fx@gnu.org>
1955
f5ab1cdd
SM
1956 * progmodes/cperl-mode.el (cperl-mode):
1957 Set normal-auto-fill-function correctly.
072cb6f9 1958
f4b020f6
DL
1959 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1960 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1961 bindings.
f4b020f6 1962
ebe2a441
MB
19632000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1964
ff4dcd4b
MB
1965 * wid-edit.el (widget-field-at): New function.
1966 (widget-at, widget-field-activate): Use it.
1967 (widget-tabable-at): Use `widget-at'.
1968 (widget-specify-field): If the terminating character of the widget
1969 field (which is read-only) is a newline, put it into a special
1970 `boundary' field so that C-n/C-p act more naturally.
1971 (widget-field-end): Also don't subtract one if a special
1972 `boundary' field has been added after the widget field.
1973
ebe2a441
MB
1974 * comint.el (comint-output-filter, comint-send-input): Don't
1975 bother adding stickiness fields to overlays to fool the field
1976 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1977
ebe2a441
MB
1978 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1979 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1980 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1981
fe50b6ab
GM
19822000-10-24 Gerd Moellmann <gerd@gnu.org>
1983
53df4dda
GM
1984 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1985 (authors): Set file coding system to iso-2022-7bit. Add
1986 file-local variables to output buffer.
1987
4836835a 1988 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1989 WARN is nil.
1990
53df4dda
GM
19912000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1992
1993 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1994
1995 * delim-col.el: Now there is a column formatting mechanism.
1996 Modified to customization mechanisms convention. Doc fix.
1997 (columns): New group for delim-col.
1998 (delimit-columns-before, delimit-columns-after)
1999 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2000 (delimit-columns-end): New vars.
2001 (delimit-columns-customize, delimit-columns-format): New funs.
2002 (delimit-columns-region, delimit-columns-rectangle)
2003 (delimit-columns-rectangle-line): Modified to support column
2004 formatting.
4836835a 2005
a9839779
DL
20062000-10-24 Dave Love <fx@gnu.org>
2007
2008 * log-edit.el (log-edit): Add :version and a :group for vc.
2009
df0267b8
GM
20102000-10-24 Gerd Moellmann <gerd@gnu.org>
2011
9acc3873
GM
2012 * files.el (after-find-file): Don't print a message ``New file''
2013 if WARN is nil.
2014
63e1b552
GM
2015 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2016 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2017 get duplicate tool-bar entries because we'll see the global ones
2018 on more than one path through keymaps.
2019
1946f901
GM
2020 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2021
df0267b8
GM
2022 * progmodes/cmacexp.el: Change Francesco's email address.
2023
ae3b264b
KH
20242000-10-24 Kenichi Handa <handa@etl.go.jp>
2025
2026 * window.el (fit-window-to-buffer): Adjust point of the window
2027 buffer, not that of the current buffer.
2028
23afac01
EZ
20292000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2030
2031 * progmodes/cmacexp.el: Update the euthor's email address.
2032
22d1a4ed
MB
20332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2034
2035 * faces.el (face-spec-set-match-display): Add `graphic' display
2036 type (the inverse of `tty'). Use `display-graphic-p' instead of
2037 the window-system variable.
2038
f408aa48
KH
20392000-10-24 Kenichi Handa <handa@etl.go.jp>
2040
2041 * international/isearch-x.el (isearch-with-input-method): Call
2042 input-method-function with the first event in
2043 unread-command-events.
2044
94fe8a31
MB
20452000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2046
2047 * faces.el (face-default-spec, face-user-default-spec): Make
2048 defsubsts.
2049
8f47302e
AC
20502000-10-24 Andrew Choi <akochoi@i-cable.com>
2051
2052 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2053 New charsets.
2054
2055 * term/mac-win.el: Remove definitions of mac-roman-lower and
2056 mac-roman-upper, require dired, and define instead of set
2057 mac-ready-for-drag-n-drop to avoid compilation error.
2058
446c097e
AI
20592000-10-23 Andrew Innes <andrewi@gnu.org>
2060
2061 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2062 superfluous calls to subst-char-in-string; instead apply
2063 expand-file-name after convert-standard-filename to ensure
2064 expected directory separators are used.
2065
379b70e7
EZ
20662000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2069
85c766e9
DL
20702000-10-23 Dave Love <fx@gnu.org>
2071
b7e03a67
DL
2072 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2073 (tool-bar-add-item): Set foreground and background for XBM icons.
2074
2075 * international/latin1-disp.el (latin1-char-displayable-p): New
2076 function (from Handa).
2077 (latin1-display-check-font): Use it.
2078
0dcf8835
DL
2079 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2080 using :key-sequence, making it much more usable. Use nconc, not
2081 append.
2082 (imenu--create-keymap-1): Avoid append.
2083
85c766e9 2084 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2085
cb3069bb
MB
20862000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2087
2088 [the following changes fix a bug where `define-minor-mode' didn't
2089 correctly generate :require clauses for defcustoms in compiled files]
2090 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2091 (byte-compile-log-file, byte-compile-log-1): Don't set
2092 `byte-compile-current-file' to nil. Instead set
2093 `byte-compile-last-logged-file' to it. Test whether
2094 byte-compile-current-file equals byte-compile-last-logged-file
2095 instead of whether its nil.
3b6542ba 2096 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2097
6db6243b
SM
20982000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2099
2100 * textmodes/refill.el: Fix var names in doc.
2101 (refill-mode): Don't bother with make-local-hook anymore.
2102
98490598
MB
21032000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2104
e01cd227
MB
2105 * faces.el (face-user-default-spec, face-default-spec): New functions.
2106 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2107 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2108 Use `face-user-default-spec'. Simplify code slightly.
2109
4836835a 2110 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2111 (woman-unknown-face): Add dark-background variants.
2112 (woman-default-faces): Renamed from `woman-colour-faces'.
2113 Set using the stored defaults, rather than using hard-wired colors.
2114 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2115 Just make the foreground `unspecified' rather than "black".
2116 (woman-menu): Rename menu entries accordingly.
2117
98490598
MB
2118 * faces.el (header-line): Make more reasonable on mono/grayscale
2119 displays.
2120
1a578e9b
AC
21212000-10-23 Andrew Choi <akochoi@i-cable.com>
2122
2123 * cus-edit.el (custom-button-face): Use 3D look for mac.
2124 (custom-button-pressed-face): Likewise.
2125
2126 * faces.el (set-face-attributes-from-resources): Handle mac frames
2127 in the same way as x and w32 frames.
2128 (face-valid-attribute-values): Likewise.
2129 (read-face-attribute): Likewise.
2130 (defined-colors): Likewise.
2131 (color-defined-p): Likewise.
2132 (color-values): Likewise.
2133 (display-grayscale-p): Likewise.
2134 (face-set-after-frame-default): Likewise.
2135 (mode-line): Same default face as for x and w32.
2136 (tool-bar): Likewise.
2137
2138 * frame.el: Remove call to frame-notice-user-settings at end of
2139 the file.
2140
2141 * info.el (Info-fontify-node): make underlines invisible for mac
2142 as for x, pc, and w32 frame types.
2143
2144 * term/mac-win.el: New file.
2145
aaaf7be7
DL
21462000-10-22 Dave Love <fx@gnu.org>
2147
2148 * textmodes/refill.el: New file.
2149
5392d654
AS
21502000-10-22 Andre Spiegel <spiegel@gnu.org>
2151
4836835a 2152 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2153 MANUAL and REGEXP.
4836835a 2154 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2155 New functions.
2156 (vc-before-save): Use the latter.
2157 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2158 confusion.
2159
4836835a 2160 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2161 expected by vc[-hooks].el.
2162
2163 * vc.el (vc-checkout): Added `-p' suffix in call to
2164 vc-make-version-backups-p; use vc-make-version-backup to actually
2165 make the backup.
2166 (vc-version-other-window, vc-version-backup-file): Handle both
2167 automatic and manual backups.
2168 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2169 of all of them.
2170
1e221c16
MB
21712000-10-22 Miles Bader <miles@gnu.org>
2172
7ff4fda5
MB
2173 * comint.el (comint-highlight-input, comint-highlight-prompt):
2174 Renamed, `-face' at end removed.
2175 (comint-send-input, comint-output-filter): Use renamed faces.
2176
3511cde8
MB
2177 * window.el (fit-window-to-buffer): Change defaulting of
2178 MAX-HEIGHT slightly.
2179
1e221c16
MB
2180 * faces.el (color-values, color-defined-p): Use `member', not
2181 `memq', because it works correctly for strings.
2182 (frame-set-background-mode): Actually, "unspecified-fg" and
2183 "unspecified-bg" *are* strings. Use `member', not `memq', and
2184 `equal', not `eq', when a string value is possible.
2185
b6ef4898
EZ
21862000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2187
2188 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2189
34939e2c
SM
21902000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2191
2192 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2193 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2194 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2195 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2196 (sh-font-lock-syntactic-keywords): Use them.
2197 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2198 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2199 (sh-mode): Don't override font-lock-unfontify-region-function.
2200 Use a copy of sh-font-lock-syntactic-keywords.
2201 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2202 Don't call sh-scan-buffer since font-lock does it on the fly.
2203 (sh-get-indent-info): Use `face' rather than `syntax-table'
2204 text-property to detect here-documents.
2205 Replace sh-special-syntax with sh-st-punc.
2206 (sh-prev-line): Use `face' rather than `syntax-table'
2207 text-property to skip over here-documents.
2208 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2209 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2210 (sh-electric-less, sh-set-here-doc-region)
4836835a 2211 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2212 (sh-scan-buffer, sh-rescan-buffer): Remove.
2213
f3d3c491
AI
22142000-10-21 Andrew Innes <andrewi@gnu.org>
2215
2216 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2217 remote (ange-ftp) file names.
2218
b86c791c
MB
22192000-10-21 Miles Bader <miles@gnu.org>
2220
d9c30bdf
MB
2221 * window.el (fit-window-to-buffer): New function.
2222 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2223 (window-text-height): Don't expect minibuffers to have mode-lines.
2224
d9c30bdf 2225 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2226 * international/quail.el (quail-update-guidance): Use
2227 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2228
617fee5a
MB
2229 * international/quail.el (quail-show-guidance-buf): Make sure
2230 guidance window really has enough room.
2231 (quail-update-guidance): If quail-guidance-win is already shown,
2232 make sure its height is OK.
2233
b86c791c
MB
2234 * window.el (window-text-height, set-window-text-height):
2235 New functions.
2236 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2237 instead of `window-height' & `mode-line-window-height-fudge'.
2238 (mode-line-window-height-fudge): Add FACE parameter.
2239 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2240 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2241
e34850d1
MB
22422000-10-20 Miles Bader <miles@gnu.org>
2243
2244 * window.el (height-affecting-face-attributes): Use `defconst'.
2245
2246 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2247 New function, conditionally aliased to `mode-line-window-height-fudge'.
2248 (ispell-help): Use it.
2249 (ispell-choices-win-default-height): Don't include mode-line fudge.
2250 (ispell-choices-win-default-height): New function.
2251 (ispell-show-choices, ispell-command-loop): Use function
2252 `ispell-choices-win-default-height' instead of variable.
2253
a8b883c2
MB
22542000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2255
8c6e4a58
MB
2256 * window.el (mode-line-window-height-fudge): New variable.
2257 (height-affecting-face-attributes): New variable.
2258 (mode-line-window-height-fudge): New function.
2259 (shrink-window-if-larger-than-buffer): Use it.
2260 * help.el (resize-temp-buffer-window): Likewise.
2261
a8b883c2
MB
2262 * info.el (Info-fontify-node): Add support for @subsubsection
2263 titles, which use `Info-title-4-face'.
2264 (Info-title-4-face): New face.
2265 (Info-title-3-face): Inherit from Info-title-4-face instead of
2266 variable-pitch.
2267
e64c3a75
JR
22682000-10-19 Jason Rumney <jasonr@gnu.org>
2269
2270 * dired.el (dired-insert-directory): Do not let errors signalled by
2271 attempt to run dired-free-space-program prevent dired from working.
2272
c70fe852
SM
22732000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2274
2275 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2276
877cf6b4
GM
22772000-10-19 Gerd Moellmann <gerd@gnu.org>
2278
5de037e0
GM
2279 * dirtrack.el (dirtrack): Fix call to run-hooks.
2280
6deb9af9
GM
2281 * cmuscheme.el (cmuscheme-program-name): Renamed from
2282 scheme-program-name because xscheme.el contains a defcustom with
2283 the same name. As a consequence, customizing group `cmuscheme'
2284 loaded `xscheme' which redefined run-scheme.
2285 (run-scheme): Use cmuscheme-program-name.
2286
877cf6b4
GM
2287 * ps-print.el (ps-print-emacs-type): Move into the
2288 eval-and-compile.
2289
e597d8fb 2290 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2291 anonymous address, and add a website for Befrienders International.
4836835a 2292
3e9cb08f
GM
22932000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2294
c70fe852
SM
2295 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2296 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2297 (ps-print-version): New version number (6.2).
2298 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2299 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2300 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2301 (ps-x-extent-priority, ps-x-extent-start-position)
2302 (ps-x-face-font-instance, ps-x-find-coding-system)
2303 (ps-x-font-instance-properties, ps-x-make-color-instance)
2304 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2305 avoid compilation gripes without defining functions.
2306 (ps-e-find-composition): Alias for function find-composition, to have a
2307 suitable function depending on Emacs version.
2308 (ps-color-device, ps-color-values, ps-face-foreground-name)
2309 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2310 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2311 (ps-print-ensure-fontified): Function definitions surrounded by
2312 `eval-and-compile' to avoid compilation gripes.
2313 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2314 by symbol-value to avoid compilation gripes.
2315 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2316 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2317
d8abcd91
MB
23182000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2319
13ab33c4
MB
2320 * startup.el (normal-top-level): Call `frame-set-background-mode'
2321 after `frame-notice-user-settings' because the latter doesn't call
2322 the former on a tty.
2323
d8abcd91
MB
2324 * faces.el (frame-set-background-mode): `unspecified' &c are
2325 symbols, not strings.
2326
e8bce0a9
EZ
23272000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2328
c70fe852
SM
2329 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2330 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2331
c70fe852
SM
2332 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2333 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2334
773272d8
KH
23352000-10-19 Kenichi Handa <handa@etl.go.jp>
2336
c70fe852 2337 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2338 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2339 for ISO10646-1 fonts.
2340 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2341
772139c0
EZ
23422000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2343
2344 * faces.el (frame-set-background-mode): If a tty frame defines a
2345 background color, use that to compute the background mode, instead
2346 of always defaulting to "dark".
2347
d134a19f
MB
23482000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2349
8bb84cb2
MB
2350 * comint.el (comint-write-output): New function.
2351 (comint-mode-map): Add it to the menu.
e40a778f 2352 Bind `C-c C-s' to comint-write-output.
d134a19f 2353
dada41e1
GM
23542000-10-18 Gerd Moellmann <gerd@gnu.org>
2355
2356 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2357 Use fancy-splash-delay.
2358
9b5360aa
GM
23592000-10-18 Alex Schroeder <alex@gnu.org>
2360
2361 * progmodes/sql.el (sql-sybase-options): New option.
2362 (sql-sybase): Use it. Add sql-database to the list of parameters
2363 provided for login. The options -w 2048 -n are not used any more.
2364
9035a35a
GM
2365 * comint.el (comint-read-input-ring): Bugfix such that the first
2366 and the last entry of the input ring file are not lost.
2367
3556c6dd
GM
23682000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2369
2370 * ps-print.el: Internal variable changes to defcustom,
2371 make-local-hook changes to defvar. Doc fix.
2372 (ps-print-version): New version number (6.1).
2373 (ps-setup, ps-do-despool): Code fix.
2374 (ps-printer-name): Customization fix.
2375 (ps-printer-name-option): Now is a defcustom instead of an
2376 internal variable.
2377 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2378 (ps-print-begin-column-hook): Now are defvar instead of
2379 make-local-hook.
4836835a 2380
4e217e50
MB
23812000-10-18 Miles Bader <miles@gnu.org>
2382
2383 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2384 (comint-kill-output): Changed into an alias for `comint-delete-output',
2385 and made obsolete.
2386 (comint-mode-map): Rename references to comint-kill-output.
2387
34460354
EZ
23882000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2389
2390 * diff-mode.el (diff-header-face, diff-file-header-face)
2391 (diff-changed-face): Add bold and italic attributes to tty faces.
2392 (diff-function-face): New face.
2393 (diff-font-lock-keywords): Use it.
2394
17ea3cdb
MB
23952000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2396
2397 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2398 Remove commented-out call to force-mode-line-update.
2399 (comint-kill-output): Use `forward-line 0' instead of
2400 beginning-of-line to make sure we get past the prompt.
2401
9244f2c7
SM
24022000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2403
2404 * diff-mode.el (diff-header-face, diff-file-header-face):
2405 Add specific setting for dark background.
2406 (diff-context-face): Renamed from diff-comment-face.
2407 Set explicitly rather than inheriting from font-lock-comment-face.
2408
1592c1ef
EZ
24092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * startup.el (command-line): Move the code which sets the default
2412 TTY colors to before before-init-hook.
2413
f86292a9
GM
24142000-10-17 Gerd Moellmann <gerd@gnu.org>
2415
2416 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2417
f7f2e883
EZ
24182000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2419
e854cc22
EZ
2420 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2421 extensions, for MS-DOS.
2422
f7f2e883
EZ
2423 * diff-mode.el (diff-header-face, diff-file-header-face)
2424 (diff-changed-face): Define tty-specific colors.
2425
c7b4f0f9
GM
24262000-10-17 Gerd Moellmann <gerd@gnu.org>
2427
2428 * startup.el (fancy-splash-text): Realign the text.
2429
12a72271
EZ
24302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2431
2432 * font-lock.el (font-lock-comment-face): Define a separate default
2433 for dark-background tty's.
2434
61dfccfd
MB
24352000-10-17 Miles Bader <miles@gnu.org>
2436
2437 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2438 being obscured by whizzy mode-lines on graphics displays.
2439
333cd59e
EZ
24402000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2441
2442 * info.el (Info-title-1-face, Info-title-2-face)
2443 (Info-title-3-face): Define colors for tty's.
dada41e1 2444 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2445
dbf1fcc1
EZ
24462000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2447
2448 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2449 reverse from the frame parameters, and don't invert foreground and
2450 background colors.
2451
ac629823
MB
24522000-10-16 Miles Bader <miles@gnu.org>
2453
2454 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2455 string "*Info*". Call propertized-buffer-identification to spruce
2456 up the result.
2457
76eebffc
GM
24582000-10-16 Gerd Moellmann <gerd@gnu.org>
2459
3a6b59d9
GM
2460 * help.el: Provide `help' for the sake of define-minor-mode
2461 which generates defcustoms with requires.
2462
6569c3d3
GM
2463 * jit-lock.el (jit-lock-after-change): If we're in text that
2464 matches a multi-line font-lock pattern, make sure the whole text
2465 will be redisplayed.
2466
c2e0a611
GM
2467 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2468 author's name is unknown.
2469
76eebffc
GM
2470 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2471 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2472 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2473 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2474 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2475 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2476 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2477 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2478 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2479 Add author information.
2480
cf1e7b12
MB
24812000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2482
2483 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2484 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2485 full-color version (using the Gimp) to eliminate dithering artifacts.
2486
5586f3eb
SM
24872000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2490
2491 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2492
ad64a888
DL
24932000-10-15 Dave Love <fx@gnu.org>
2494
2495 * progmodes/sh-script.el: Require skeleton and comint when
2496 compiling.
2497
2498 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2499
2500 * whitespace.el: Doc fixes.
2501 (top-level): Don't add hooks here.
2502 (whitespace-running-emacs): Deleted.
2503 (timer): Don't require.
2504 (whitespace): Add back :version conditional on xemacs test.
2505 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2506 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2507 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2508 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2509 Avoid specific xemacs test.
2510 (whitespace-global-mode): New option.
2511 (whitespace-global-mode): New command.
2512 (whitespace-unload-hook): New function.
2513
2514 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2515 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2516 (Info-fontify-node): `Goto' goes to `Go to'.
2517 (Info-fontify-node): Add help-echo to xref links.
2518
1ef49fc6
EZ
25192000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2520
2521 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2522
8b7707e1
SM
25232000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2524
b3b7f42f
SM
2525 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2526 Use plist-get and allow :inherit.
2527
2528 * emacs-lisp/cl-macs.el (cl-do-arglist):
2529 Use plist-get and plist-member instead of memq.
2530
3c7fafc7
SM
2531 * emacs-lisp/ewoc.el (ewoc-location): New function.
2532 (ewoc-enter-after, ewoc-enter-before): Document return value.
2533 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2534 Don't need make-local-hook any more.
2535 (cvs-addto-collection): Return the new tin.
2536 (cvs-mode-insert): Jump to the new line.
2537
8b7707e1
SM
2538 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2539
2540 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2541
2542 * font-lock.el (font-lock-syntactically-fontified): New var.
2543 (font-lock-fontify-syntactic-keywords-region): Use it.
2544 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2545
2546 * diff-mode.el (diff-find-file-name): Fix regexp.
2547
2548 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2549 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2550
2551 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2552 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2553 (sh-mode): Don't make all vars local here.
2554 (sh-kw): Reformat.
2555 (sh-set-shell): Use dolist. Don't set indent-region-function.
2556 (sh-mode-syntax-table): Use pop.
2557 (sh-remember-variable): Use push.
2558 (sh-help-string-for-variable): Use memq.
2559 (sh-safe-backward-sexp): Remove.
2560 (sh-safe-forward-sexp): Add ARG.
2561 (sh-get-indent-info, sh-prev-stmt): Use it.
2562 (sh-prev-line): Simplify by using forward-comment.
2563 (sh-this-is-a-continuation): Simplify.
2564 (sh-learn-buffer-indent): Use dolist.
2565 (sh-do-nothing): Remove.
2566 (sh-set-char-syntax, sh-set-here-doc-region):
2567 Use inhibit-modification-hooks.
2568 (sh-name-style): Use mapcar and push.
2569 (sh-load-style): Use dolist.
2570 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2571 (sh-case, sh-while-getopts): Use propertize directly rather
2572 than sh-electric-rparen.
2573
25742000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2575
2576 * textmodes/tex-mode.el: Require CL when compiling.
2577 (tex-mode-syntax-table): Init immediately.
2578 (tex-mode-map): Bind M-RET to latex-insert-item.
2579 (latex-mode): Set indent-line-function to latex-indent.
2580 (tex-common-initialization): Don't setup the syntax-table any more.
2581 (latex-insert-item): New skeleton.
2582 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2583 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2584 (latex-indent, latex-find-indent): New functions.
4836835a 2585 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2586 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2587 (tex-compilation-parse-errors): Use with-syntax-table.
2588
86b7fcbb
MB
25892000-10-15 Miles Bader <miles@gnu.org>
2590
2591 * font-lock.el (font-lock-comment-face): Change dark-background,
2592 color, non-tty, default to `chocolate1'.
2593
57a24508
JW
25942000-10-13 John Wiegley <johnw@gnu.org>
2595
2596 * eshell/esh-util.el (require): Added a missing `require' form,
2597 needed when compiling (for an ange-ftp macro definition).
2598
40ad3db4
DL
25992000-10-13 Dave Love <fx@gnu.org>
2600
2601 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2602
db460189
GM
26032000-10-13 Gerd Moellmann <gerd@gnu.org>
2604
b41c9501
GM
2605 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2606 fix.
2607
4836835a 2608 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2609 transparent -colors 8).
2610
3b5e21df
GM
26112000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2612
2613 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2614 that breaks with old list format timestamps.
2615 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2616 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2617 strings.
2618
16908a3f
JW
26192000-10-13 John Wiegley <johnw@gnu.org>
2620
d7103dda
JW
2621 * align.el, pcomplete.el, calendar/timeclock.el,
2622 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2623
dace60cf 2624 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2625 faulty math, where holiday hours were being computing as seconds.
2626
b6b70cda
JW
26272000-10-13 John Wiegley <johnw@gnu.org>
2628
2629 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2630 specifying what "other" kinds of buffers should be saved. This
2631 used to be hard-coded.
2632 (desktop-buffer-misc-functions): A global for specifying how
2633 auxiliary data should be determined for special buffer types.
2634 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2635 instead of hard-coding the special buffer types.
2636 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2637 auxiliary data, instead of hard-coding for Info buffers and dired.
2638 (desktop-buffer-info-misc-data): Aux function for determining Info
2639 buffer auxiliary info.
2640 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2641 (desktop-buffer-info): Changed this function to use the info
2642 gathered above.
2643 (desktop-create-buffer): Be a little more careful about what
2644 `minor-mode' means before calling it. This is important for some
2645 buffer types.
2646
8c6b1d83
JW
26472000-10-13 John Wiegley <johnw@gnu.org>
2648
2649 * eshell/esh-util.el: Added a global form which declares an
2650 autoload for `parse-time-string', if that function is not already
2651 defined, and if parse-time.el is available on the user's system.
2652
2653 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2654 to be aware of ange-ftp user info.
2655 (eshell-do-ls): Bind `ange-cache'. Also, use
2656 `eshell-file-attributes'.
2657 (eshell-ls-annotate): Use `eshell-file-attributes'.
2658 (eshell-ls-file): Made the user-id printing code a bit smarter.
2659
2660 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2661 allow identification of alias user ids in remote directories.
2662 It's manual, but there's no other way to know when the current
2663 user on the local machine, is also the owning user on the remote
2664 machine.
2665 (fboundp): Bind `ange-cache'.
2666 (eshell-directory-files-and-attributes): Re-organized the logic a
2667 bit to use `eshell-file-attributes' instead of `file-attributes'.
2668 The former is more sensitive to directories that are read via FTP,
2669 and knows how to use ange-ftp to determine full attribute
2670 information, instead of just the name and last modtime.
2671 (eshell-current-ange-uids): Return the current user id when in a
2672 remote directory.
2673 (eshell-parse-ange-ls): Parse a full directory listing that has
2674 been returned by ange-ftp.
2675 (eshell-file-attributes): This beefed up version of
2676 `file-attributes' is only special if the user is currently in a
2677 remote directory, in which case it does a lot of work to find out
2678 what the real attributes of a file are, as they appear on the
2679 remote machine. This makes usage of remote directories (i.e.,
2680 ange-ftp pathnames) much more useful. You can now use Eshell as a
2681 full-fledged FTP client, with much more manipulation ability than
2682 most other clients.
2683
2684 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2685 variable, which means that Eshell's du should always be preferred
2686 in remote directories.
2687 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2688 just `file-attributes'.
2689 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2690 when reading remote directories. This is an Eshell-specific
2691 variable (not part of ange-ftp).
2692 (eshell/ln): Bind `ange-cache'.
2693 (eshell/du): Added some extra logic for determining when to use
2694 Eshell's du (which is slow), and when to use the external version
2695 (which may or may not exist).
2696
2697 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2698 `eshell-interactive-process', rather than using
2699 `get-buffer-process', since backgrounded processes don't count in
2700 the context of this function's logic.
2701
2702 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2703 `forward-char', so that null strings are parsed correctly.
2704
87730e84 27052000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2706
2707 * eshell/em-pred.el (eshell-pred-file-type,
2708 eshell-pred-file-links, eshell-pred-file-size): Use
2709 `eshell-file-attributes'. This is more correct over ange-ftp.
2710
2711 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2712 that remote file globbing is more efficient.
2713
2714 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2715 gathering the files and attributes within a directory.
2716
2717 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2718 the command line is a special file (not a regular file, directory
2719 or symlink), always attempt to call the external version of cat.
2720
87730e84 27212000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2722
2723 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2724 Eshell-friendly version of find-tag.
2725
1c7e37a9
MB
27262000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2727
4836835a 2728 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2729 (image-file-name-regexps): Add autoload cookies.
2730
11a7f341
KH
27312000-10-13 Kenichi Handa <handa@etl.go.jp>
2732
2733 * international/mule-cmds.el (select-safe-coding-system): If FROM
2734 is string, show it in *Warning* buffer.
2735
8ddddcb0
EZ
27362000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2737
2738 * startup.el (normal-top-level): Use display-popup-menus-p instead
2739 of window-system.
2740 (command-line): Use display-graphic-p instead of window-system.
2741 (command-line-1): Use display-popup-menus-p and display-mouse-p
2742 instead of window-system.
2743
72200f89
SS
27442000-10-12 Sam Steingold <sds@gnu.org>
2745
2746 * tooltip.el (tooltip-use-echo-area): New user variable.
2747 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2748
8661c643
DL
27492000-10-12 Dave Love <fx@gnu.org>
2750
d0b40dc1
DL
2751 * recentf.el: Maintainer's checkdoc fixes.
2752
a622451f
DL
2753 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2754 character class, not ASCII when matching file names.
2755 (fancy-splash-head): Add trailing slash to URL.
2756 (command-line): Don't require XPM support for toolbar.
2757
8661c643
DL
2758 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2759 (cperl-invalid-face): Revert last change.
2760 (cperl-init-faces): Quote cperl-invalid-face.
2761
ef2ed8ab
KH
27622000-10-12 Kenichi Handa <handa@etl.go.jp>
2763
2764 * startup.el (fancy-splash-text): Remove superfluous quote.
2765
b0da379e
GM
27662000-10-12 Gerd Moellmann <gerd@gnu.org>
2767
dbeb499b
GM
2768 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2769 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2770 (command-line-1): Don't use fancy-splash-pending-command.
2771 (fancy-splash-screens-1): Goto point-min after inserting text.
2772
d861718a
GM
2773 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2774
b0da379e
GM
2775 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2776 instead of shared-lisp-mode-map.
2777
4fb2ad98
MB
27782000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2779
1cb4393e
MB
2780 * faces.el (header-line): Change tty-variant to use underlining.
2781
4fb2ad98
MB
2782 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2783 (isearch-highlight): Restore lazy-isearch face properties at old
2784 position, and suppress them at new position.
2785 (isearch-dehighlight): Restore lazy-isearch face properties.
2786 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2787 over the real isearch overlay, but in that case, don't give it a
2788 face property. Use `push'.
2789
eb991b25
KH
27902000-10-12 Kenichi Handa <handa@etl.go.jp>
2791
2792 * man.el (Man-getpage-in-background): Fix previous change.
2793 Decode the process output only when we are in multibyte mode.
2794
a818c1c0
DL
27952000-10-11 Dave Love <fx@gnu.org>
2796
c990f53a
DL
2797 * info.el (Info-mode-menu): Fix some help.
2798 (info-tool-bar-map): Add entry for Info-last.
2799
a818c1c0
DL
2800 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2801 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2802 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2803 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2804 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2805 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2806 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2807 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2808 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2809 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2810 Reduce colour requirements to 25 overall. (Probably wants
2811 revisiting from the originals to reduce further.)
2812
c1b096cb
EZ
28132000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2816 buffer-file-coding-system, instead of raw-text.
2817 (dehexlify-buffer): Bind coding-system-for-read to
2818 buffer-file-coding-system, instead of raw-text.
2819
5c8b7eaf
SS
28202000-10-11 Sam Steingold <sds@gnu.org>
2821
2822 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2823 `underline' - fixes the bug introduced on 2000-09-21.
2824
2cfbdb7a
DL
28252000-10-11 Dave Love <fx@gnu.org>
2826
2827 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2828 compiler warnings.
2829 (scheme-mode): Doc fix.
2830 (scheme-font-lock-keywords-1): Match `define-syntax'.
2831
28322000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2833
2834 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2835 face specs as well as default ones. Only do anything if the
2836 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2837 (region): Make dark-background `region' face less in-your-face.
4b33f290 2838
690ec649
SS
28392000-10-10 Sam Steingold <sds@gnu.org>
2840
2841 * chistory.el, ielm.el, ledit.el:
2842 * progmodes/inf-lisp.el, progmodes/scheme.el:
2843 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2844
3b95d6bb
SM
28452000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * textmodes/texinfo.el: Update copyright and fix typo.
2848
2849 * desktop.el (desktop-modes-not-to-save): New var.
2850 (desktop-save-buffer-p): Use it.
2851 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2852 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2853
d646c828
DL
28542000-10-10 Dave Love <fx@gnu.org>
2855
2856 * toolbar/tool-bar.el (tool-bar-add-item)
2857 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2858 display.
2859
d646c828
DL
2860 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2861 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2862 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2863 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2864 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2865 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2866 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2867 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2868 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2869 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2870 the .xpms; probably need retouching.
2871
862a7e28
MB
28722000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2873
2874 * subr.el (add-to-list): Add optional argument APPEND.
2875 * battery.el (display-battery): Use `add-to-list'.
2876
46e33aee
TTN
28772000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2878
930baf47
TTN
2879 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2880 these vars as symbol properties.
2cfbdb7a
DL
2881 (zone, zone-when-idle, zone-leave-me-alone)
2882 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2883
5a430f9c
TTN
2884 * battery.el (display-battery): Doc spelling fix.
2885
46e33aee
TTN
2886 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2887 property.
2888
adf7d3a8
DL
28892000-10-09 Dave Love <fx@gnu.org>
2890
2891 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2892 has been initialized before calling tool-bar-setup.
c2156508 2893 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2894
06a8c9f8
EZ
28952000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2896
e4ca8f8c
EZ
2897 * menu-bar.el (send-mail-item-name): New function.
2898 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2899 of mail-user-agent in the menu. Don't display the "Send Mail"
2900 item if mail-user-agent is nil or its value is ignore.
2901 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2902 if read-mail-command is nil or its value is ignore.
2903
06a8c9f8
EZ
2904 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2905
7dbc9c8a
MB
29062000-10-09 Miles Bader <miles@gnu.org>
2907
29e0814b
MB
2908 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2909 Correct image size.
2910 * toolbar/left_arrow.xpm: Correct image size.
2911
7dbc9c8a
MB
2912 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2913 will be done by the definition of `auto-compression-mode' if
2914 necessary. Move code to uninstall existing file-name handler
2915 before definition of `auto-compression-mode'.
2916
2917 * image-file.el (auto-image-file-mode): Move to the end of the
2918 file, because `define-minor-mode' actually calls the mode-function
2919 if the associated variable is non-nil, which requires that all
2920 needed functions be already defined.
2921
65b61266
MB
2922 * mouse.el (popup-menu): Balance parens.
2923
d6b8c85b
SM
29242000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * mouse.el (popup-menu): Move the command call outside the loop
2927 so that popup-menu returns whatever the command returns.
2928
2929 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2930 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2931 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2932 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2933
2934 * vc.el (vc-version-diff): diff-switches can be a list.
2935 Use relative filenames for prettier output.
2936
46e33aee 2937 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2938 (vc-post-command-functions): Remove old-VC compatibility code.
2939
2940 * newcomment.el (comment-indent-default): Autoload.
2941
2942 * font-lock.el (font-lock-defaults): Make buffer-local.
2943 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2944 (font-lock-choose-keywords):
2945 Ignore LEVEL unless KEYWORDS is a list of syms.
2946 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2947 Don't wrap regexp-opt things in \(...\) unnecessarily.
2948
2949 * jit-lock.el: Don't require font-lock any more.
2950 (jit-lock-functions): Make buffer-local.
2951 (jit-lock-saved-fontify-buffer-function): Remove.
2952 (jit-lock-mode): Remove autoload cookie.
2953 Remove font-lock specific code.
2954 (jit-lock-unregister): Don't bother handling complex hooks any more.
2955 (jit-lock-refontify): New function.
2956 (jit-lock-fontify-buffer): Use it.
2957 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2958 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2959 Add optional args START and END.
2960 Never call font-lock-fontify-region directly.
2961 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2962
2963 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2964
a30ed6ac
DL
29652000-10-08 Dave Love <fx@gnu.org>
2966
4e7c7ca9
DL
2967 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2968
2969 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2970
2971 * play/studly.el (studlify-region, studlify-word): Add autoload
2972 cookie.
2973
2974 * play/morse.el (morse-region, unmorse-region): Add autoload
2975 cookie.
2976
2977 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2978 concat.
2979
2980 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2981 insist on symbols starting with word syntax.
2982 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2983 (eval-defun-1): Doc fix.
2984 (indent-sexp): Use nconc to build up indent-stack.
2985
2986 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2987 Gnus with little use.
2988 (mail-setup-hook): Add mail-abbrevs-setup to options.
2989
968f7c4a
DL
2990 * recentf.el: Doc fixes.
2991
2992 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2993 Clean up remainder.
2994
2995 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2996 without timezone and (8) with timezone to enforce some whitespace.
2997 Simplify code somewhat.
2998
2999 * options.el (list-options): Doc that you should use customize.
3000
3001 * iswitchb.el (iswitchb-mode): Add :require.
3002
a30ed6ac
DL
3003 * info.el (Info-goto-node, Info-menu): Doc fix.
3004 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3005 (info-tool-bar-map): New variable.
3006 (Info-mode): Use it.
3007 (Info-edit-map): Define all in defvar.
3008 (speedbar-attached-frame): Avoid compiler warning.
3009
3010 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3011 (global-map): Bind [tool-bar] to a filtered map.
3012 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3013 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3014 Allow PBM icons.
3015 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3016
3017 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3018 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3019 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3020 icons, except up_arrow, which is left-arrow rotated.
3021
3022 * imenu.el (imenu-add-to-menubar): Fix last change.
3023
4e953aff
PB
30242000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3025
3026 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3027 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3028
739e92a7
EZ
30292000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3030
d20faceb
EZ
3031 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3032 typos in doc strings.
3033
a640322e
EZ
3034 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3035 the doc strings how to customize Font Lock faces.
3036
739e92a7
EZ
3037 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3038 computing growth when dragging the header line.
3039
8be7408c
EZ
30402000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3041
3042 * simple.el (kill-line): Doc fix.
3043
6fee86a3
MB
30442000-10-08 Miles Bader <miles@gnu.org>
3045
445a653e
MB
3046 * faces.el (secondary-selection): Make foreground visible on tty.
3047
6fee86a3
MB
3048 * jka-compr.el (auto-compression-mode): Move to the end of the
3049 file, because `define-minor-mode' actually calls the mode-function
3050 if the associated variable is non-nil, which requires that all
3051 needed functions be already defined.
3052 (with-auto-compression-mode): Add autoload cookie.
3053
a115794c
EZ
30542000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3055
3056 * files.el (find-backup-file-name) [ms-dos]: If support for long
3057 file names is not available, behave as if version-control were set
3058 to never.
3059
b12e6de3
DL
30602000-10-07 Dave Love <fx@gnu.org>
3061
3062 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3063 (browse-url-gnome-moz): New function.
3064 (browse-url-browser-function): Use it.
3065 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3066
20b1d079
SM
30672000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3068
3069 * indent.el (tab-always-indent): New var.
3070 (indent-for-tab-command): Use it.
39250ec3 3071
9ee45b2c 3072 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3073 raise an error. This way it can still default to a sane value.
9ee45b2c 3074
8c6b1d83
JW
30752000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3076
39250ec3
SM
3077 * startup.el (fancy-splash-screens): Use local rather than global map.
3078 Don't use `update-menu-bindings' any more.
3079 Get rid of assumptions about keymap representation.
3080
a23ccdf2
DL
30812000-10-06 Dave Love <fx@gnu.org>
3082
814299a7 3083 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3084 (sentence-end-without-period): Doc fix.
3085 (adaptive-fill-regexp): Purecopy.
3086 (unjustify-current-line): Use line-end-position.
3087 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3088
3089 * net/eudc-vars.el (eudc): Add :version, :link.
3090
39250ec3 3091 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3092
3093 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3094 Fix for define-minor-mode.
3095 (function-at-point): Alias to function-called-at-point.
3096
3097 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3098
3099 * simple.el (backward-word): Doc fix.
3100
a23ccdf2
DL
3101 * image-file.el (image-file-name-regexp): image-file-regexps ->
3102 image-file-name-regexps.
742c1822 3103 (image-file-name-extensions): Add pbm.
a23ccdf2 3104
39250ec3
SM
31052000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3106
3107 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3108 and add filename to the names so that diff-mode can jump to source.
3109
3110 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3111 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3112 (tex-font-lock-keywords-1): Remove.
3113 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3114 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3115 (font-lock-default-fontify-region):
3116 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3117 (font-lock-fontify-anchored-keywords):
3118 Include the anchor text as part of the multiline.
3119
8d5dfacd
GM
31202000-10-06 Gerd Moellmann <gerd@gnu.org>
3121
3122 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3123 latter needs the autoloaded define-minor-mode macro during the
3124 bootstrap.
3125
3126 * startup.el (command-line): For now, activate tool-bar-mode only
3127 if XPM images are supported.
3128
3129 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3130 window by dragging a header-line at the top of the frame; that's
4c19fbce 3131 confusing because the header-line doesn't move.
8d5dfacd
GM
3132 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3133 of treating the event as a list. Some cleanup.
3134
f69aad2b 31352000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3136
f69aad2b
MB
3137 * simple.el (display-message-or-buffer): New function.
3138 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3139
09cb7646
MB
3140 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3141 docstring parts.
3142
814299a7 3143 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3144 (smbclient-prompt-regexp): Add usage note to doc string.
3145 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3146 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3147 Use add-hook for adding the comint filter function, and only do so
3148 if it's not already in the global hook list.
3149 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3150 to `make-local-variable'.
3151 (nslookup-font-lock-keywords): Remove prompt entry.
3152 (nslookup): Don't set the process-filter.
3153 (finger): Exit the loop correctly when the regexps list runs out.
3154 (ftp, smbclient, smbclient-list-shares):
3155 Set the real major mode immediately, not after execing.
3156 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3157
3158 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3159
4c19fbce
SM
31602000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3161
3162 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3163
3164 * which-func.el (which-func-format): Remove spurious space.
3165 (which-func-mode): Don't make it permanent-local.
3166 (which-func-ff-hook): Allow which-func-maxout to be nil.
3167 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3168 (which-func-mode): Simplify.
3169 Use post-command-idle-hook rather than post-command-hook.
3170 Go through all buffers and update their state.
3171 (which-function): Also try add-log-current-defun-function.
3172
3173 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3174 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3175 Update call to with-vc-properties accordingly.
3176 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3177 (vc-revert-buffer): More careful about window selection and deletion.
3178 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3179
3180 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3181 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3182 (cvs-dired-action): Change the default to quickdir.
3183
3184 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3185 if comment-indent-function returns nil.
3186 (comment-indent-default): New function.
3187 (comment-indent-function): Use it and document the new semantics.
3188
3189 * image-file.el: Docstring fixes.
3190
3191 * help.el (help-xref-on-pp): Use match-string.
3192 (describe-variable): New arg BUFFER.
3193 Store the current buffer in the help-xref-stack.
3194 (temp-buffer-resize-mode): Use define-minor-mode.
3195
3196 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3197 consistently with its docstring.
3198 Set jit-lock-first-unfontify-pos in an idempotent way.
3199 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3200
542c6552
GM
32012000-10-05 Alex Schroeder <alex@gnu.org>
3202
3203 * sql.el (sql-mysql-options): New variable.
3204 (sql-mysql): Use it.
3205
a3489ece
MB
32062000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3207
77f6105c
MB
3208 * image.el (image): New group.
3209
814299a7 3210 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3211 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3212
3478046b
PB
32132000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3214
3215 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3216 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3217 Ignore the value of wqindow-system; always define keywords
3218
22aca186
KH
32192000-10-05 Kenichi Handa <handa@etl.go.jp>
3220
3221 * startup.el (fancy-splash-screens): Remove the code for
3222 debugging; `(trace-to-stderr "EXITTT\n")'.
3223
55d5d717
MB
32242000-10-05 Miles Bader <miles@gnu.org>
3225
3226 * diff-mode.el (diff-goto-source): Update call to
3227 `diff-hunk-status-msg' to reflect new REV variable.
3228
41fa7178
SM
32292000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3230
3231 * progmodes/icon.el (icon-mode):
3232 Don't gratuitously override the default for comment-column.
3233
3234 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3235
3236 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3237 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3238 (jit-lock-functions): New var.
3239 (jit-lock-function-1): Use it if non-nil.
3240 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3241 Set the `fontified' property before doing the fontification to avoid
3242 repeatedly going through the same error.
3243 Don't turn errors into messages.
3244 (jit-lock-register, jit-lock-unregister): New functions.
3245
3246 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3247 Use with-current-buffer.
3248
3249 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3250 Turn comment into docstring.
3251
3252 * apropos.el (apropos-mode): Use define-derived-mode.
3253
3dc78168
GM
32542000-10-04 Gerd Moellmann <gerd@gnu.org>
3255
3256 * startup.el (fancy-splash-pending-command): New variable.
3257 (fancy-splash-pre-command): New function.
3258 (fancy-splash-screens): Rewritten.
3259 (command-line-1): If fancy-splash-pending-command is set, call it
3260 interactively.
3261
dae9dc56
DL
32622000-10-04 Dave Love <fx@gnu.org>
3263
3264 * toolbar/tool-bar.el (tool-bar-setup): New function.
3265 (tool-bar-mode): Use it.
3266
3267 * subr.el (substitute-key-definition): Doc fix.
3268 (play-sound-file): New command.
3269
3388f0a5
AS
32702000-10-04 Andre Spiegel <spiegel@gnu.org>
3271
814299a7 3272 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3273 vc-version-backup-file-name): New functions.
3274
3275 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3276
3277 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3278 vc-cvs-stay-local-p.
3279
3280 * vc.el (vc-revert-buffer): Handle empty diff properly.
3281 (vc-version-backup-file): New function.
3282 (vc-checkout): Create a version backup if necessary.
3283 (vc-checkin): If a version backup file exists, delete it.
3284 (vc-version-diff): Diff locally using version backups, if available.
3285 (vc-revert-file): If there's a version backup, revert locally.
3286 (vc-transfer-file): Use version backup for base version, if
3287 available. If not, ask for confirmation whether to get it from the
3288 server. Update mode line before check-in.
3289
ebd4825d
DL
32902000-10-04 Dave Love <fx@gnu.org>
3291
3292 * toolbar/tool-bar.el (tool-bar-setup): New function.
3293 (tool-bar-mode): Use it.
3294
1b24f4b7
PB
32952000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3296
3dc78168 3297 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3298 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3299 Only set if window-system is non-nil
3300 (net-utils-run-program): Returns buffer.
3301 (network-connection-reconnect): Added this function.
3302
814299a7
MB
3303 * generic.el:
3304 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3305 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3306 Uses cl compile-time macros.
3dc78168
GM
3307 (generic-mode-name, generic-comment-list)
3308 (generic-keywords-list, generic-font-lock-expressions)
3309 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3310 Removed variables.
3311 (generic-mode-alist): Renamed to generic-mode-list.
3312 (generic-find-file-regexp): Default changed to "^#".
3313 (generic-read-type): Uses completing read on generic-mode-list.
3314 (generic-mode-sanity-check): removed this function.
3315 (generic-add-to-auto-mode): Removed this function
3dc78168 3316 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3317 into function instead of putting them in alist.
3318 (generic-mode-set-comments): Reworked extensively.
3319 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3320 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3321
814299a7 3322 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3323 Make sure directory name ends with "/".
3324
814299a7 3325 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3326 Regexp now allows leading whitespace.
3327 (rc-generic-mode): Added eval-when-compile
3328 around generic-make-keywords-list.
3329 Deleted duplicate regexp
3330 (rul-generic-mode): Added eval-when-compile
3331 around generic-make-keywords-list.
3332 (etc-fstab-generic-mode): New generic mode.
3333 (rul-generic-mode): Removed one eval-when-compile
814299a7 3334 which caused a max-specpdl-size exceeded error.
1b24f4b7 3335
a7bf5cf3
MB
33362000-10-04 Miles Bader <miles@gnu.org>
3337
3338 * simple.el (minibuffer-temporary-goal-position): New variable.
3339 (next-history-element): Try to keep the position of point in the
3340 input string constant.
3341
3342 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3343 (dired-do-create-files): If there's only one file, pass it in as
3344 the DEFAULT arg to dired-mark-read-file-name.
3345
ce1087a9
SM
33462000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3347
3348 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3349 (diff-goto-source): Be smarter when choosing REVERSE or not.
3350
3351 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3352 (texinfo-mode-menu): Add an explicit shortcut for update all.
3353
0e41e1d6
AS
33542000-10-03 Andre Spiegel <spiegel@gnu.org>
3355
814299a7 3356 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3357 factorize backend-specific code cleanly (this was essentially
3358 conceived by Stefan Monnier).
3359 (vc-unregister): Function removed.
814299a7 3360 (vc-revert-file): New function.
858f7cb4
AS
3361 (vc-revert-buffer): Delegate some of the work to it.
3362
0e41e1d6
AS
3363 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3364 default branch unconditionally.
3365 (vc-rcs-set-default-branch): New function.
3366 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3367 (vc-rcs-checkin): If an appropriate default branch has been set,
3368 force creation of that branch.
858f7cb4
AS
3369 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3370 code (as suggested by Stefan Monnier).
0e41e1d6 3371
01c86c56
GM
33722000-10-02 Gerd Moellmann <gerd@gnu.org>
3373
45c477b4
GM
3374 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3375 highlighting overlay with a different face over the overlay
3376 isearch uses to highlight the current match because that can lead
3377 to bad face combinations.
3378
01c86c56
GM
3379 * loadup.el (toplevel): Load faces before isearch.
3380
3381 * isearch.el (isearch-faces): New custom group.
3382 (isearch): New defface; was already tested for in the code.
3383 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3384 (isearch-highlight): Always use face `isearch'.
3385
944425c0
DL
33862000-10-02 Dave Love <fx@gnu.org>
3387
3388 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3389 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3390 comparison of opcode with operand.
3391
2a099bcc
MB
33922000-10-03 Miles Bader <miles@gnu.org>
3393
3394 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3395 buffer, since the echo area will now grow to accommodate them.
3396
4300ecb8
AS
33972000-10-02 Andre Spiegel <spiegel@gnu.org>
3398
3399 * vc-hooks.el (vc-registered): If FILE used to be registered under
3400 a certain backend, try that one first.
3401
814299a7 3402 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3403 argument list. Handle multiple backends correctly.
3404 (vc-find-new-backend): Function removed.
3405 (vc-register): Use vc-responsible-backend, as before.
3406 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3407
64e6cc18
GM
34082000-10-02 Gerd Moellmann <gerd@gnu.org>
3409
3410 * startup.el (fancy-splash-head): Change message below the
3411 logo.
3412
00df919e
MB
34132000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3414
3415 * diff-mode.el (diff-goto-source): Emit a status message.
3416 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3417 (diff-test-hunk): Fix doc string.
00df919e
MB
3418 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3419 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3420 (diff-apply-hunk): Don't return a value.
00df919e 3421
ceec5a0c
SM
34222000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * vc.el (vc-editable-p): Minor optimization.
3425 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3426 (vc-find-new-backend): New function split from vc-responsible-backend.
3427 (vc-register): Use it.
3428 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3429 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3430 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3431 (vc-clear-headers): Don't use find-file.
3432 (vc-revert-buffer): Use `and' again (must have been a braino).
3433 (vc-switch-backend): Only prompt if requested.
3434 Short circuit if nothing is to be done.
3435 Don't use vc-resynch-buffer which could lose unsaved editing.
3436 (vc-default-receive-file): Update call to vc-unregister.
3437 (with-vc-file, vc-next-action-on-file):
3438 Use vc-backend rather than vc-registered.
3439 (vc-next-action-on-file): Use intern-soft.
3440 Deal with read-only *vc-diff* buffer.
3441 (vc-transfer-file): Docstring fix.
3442
3443 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3444 (vc-rcs-receive-file): Avoid with-vc-properties.
3445 Update call to vc-unregister.
3446 Use constant `RCS' rather than (dynamically bound) var `backend'.
3447
4ad5da8f
AS
34482000-10-01 Andre Spiegel <spiegel@gnu.org>
3449
814299a7 3450 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3451 is visited.
3452 (vc-start-entry): New argument initial-contents. Don't visit the file
3453 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3454 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3455 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3456 vc-start-entry.
3457 (vc-finish-logentry): Make sure to bury log buffer only if there
3458 really is one. Call `vc-resynch-buffer' on log-file, not
3459 buffer-file-name.
3460 (vc-default-comment-history, vc-default-wash-log): New functions.
3461 (vc-index-of): Removed.
3462 (vc-transfer-file): Make do without the above.
3463 (vc-default-receive-file): Call comment-history unconditionally. Pass
3464 the resulting string to vc-checkin, instead of inserting it into the
3465 comment ring.
3466
3467 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3468 unconditionally. Use the comments as initial contents of the log
814299a7 3469 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3470 changes.
3471
aa0c3dca
MB
34722000-10-01 Miles Bader <miles@gnu.org>
3473
3474 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3475 `recenter' with an arg to prevent redrawing the display.
3476
d5f5a2c5
SM
34772000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3480
3481 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3482
814299a7 3483 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3484 Don't gratuitously override the default for comment-column.
3485
3486 * textmodes/tex-mode.el (latex-metasection-list): New var.
3487 (latex-imenu-create-index): Use it.
3488 Move the regexp construction outside loops (and use push).
814299a7 3489 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3490 (tex-font-lock-keywords): Moved from font-lock.el.
3491 (tex-comment-indent): Remove.
3492 (tex-common-initialization): Don't set comment-indent-function.
3493 (latex-block-default): New var.
3494 (tex-latex-block): Use it to provide a default choice.
3495 Add any unknown choice to latex-block-names.
3496 Insert [...] after {...}.
3497 (tex-last-unended-begin): Simplify regexp.
3498 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3499 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3500 (latex-mode): Set forward-sexp-function.
3501
3502 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3503 Add regexp for @ignore ... @end ignore.
3504 (texinfo-heading-face): New face.
3505 (texinfo-font-lock-keywords): Use it.
3506 (texinfo-mode-menu): New menu.
3507 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3508 New functions.
3509 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3510 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3511 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3512 Remove declaration.
3513 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3514
3515 * delsel.el (delete-selection-mode): Use define-minor-mode.
3516
3517 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3518
35192000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3520
3521 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3522
8a5506f2
GM
35232000-09-30 Gerd Moellmann <gerd@gnu.org>
3524
068127d6
GM
3525 * replace.el (keep-lines-read-args): New function.
3526 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3527 read arguments interactively. Add parameters RSTART and REND.
3528 Operate on the active region in Transient Mark mode.
3529
d777bb8f
GM
3530 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3531
8a5506f2
GM
3532 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3533 (authors-obsolete-files-regexps): New variable.
3534 (authors-add): Don't record changes in obsolete files.
3535
3fa87bfc
SM
35362000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3537
3538 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3539
3540 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3541 (comment-indent): Make sure there's a space between code and comment.
3542 Shift comments left to avoid going past fill-column.
3543
f02149ce
GM
35442000-09-29 Gerd Moellmann <gerd@gnu.org>
3545
3546 * startup.el (startup-echo-area-message): New function.
3547 (display-startup-echo-area-message): Use it.
3548 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3549 (fancy-splash-default-action): New function.
3550 (fancy-splash-screens-1): New function.
3551 (fancy-splash-head): Put a help-echo and a keymap under the image.
3552
a3ef6569
SM
35532000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3554
3555 * diff-mode.el (diff-add-log-file-name): Remove.
3556 (diff-mode): Use add-log-buffer-file-name-function.
3557
3558 * add-log.el (find-change-log): New arg BUFFER-FILE.
3559 (add-log-file-name): Obey add-log-file-name-function.
3560 (add-log-buffer-file-name-function): New var.
3561 (add-change-log-entry): Use it.
3562
75e5b373
MB
35632000-09-29 Miles Bader <miles@gnu.org>
3564
3565 * image-file.el (image-file-name-extensions): New variable.
3566 (image-file-name-regexps): Renamed from `image-file-regexps'.
3567 New default value is nil. Call `auto-image-file-mode'.
3568 (image-file-name-regexp): New function.
3569 (auto-image-file-mode): New minor mode.
3570 (insert-image-file): Don't make conditional on the image-file
3571 handler being enabled.
3572 (image-file-handler): Make the call here conditional instead.
3573 (set-image-file-handler-enabled, enable-image-file-handler)
3574 (disable-image-file-handler): Functions removed.
3575
3576 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3577 string.
3578
de6e1f7c
GM
35792000-09-29 Gerd Moellmann <gerd@gnu.org>
3580
3581 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3582 it's a function from CL.
3583 (latex-imenu-create-index): Replace eval-when-compile with progn
3584 because latex-section-alist is not bound while compiling.
3585
d8c201f5
SM
35862000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3587
3588 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3589 (outline-mode): Use define-derived-mode.
3590
814299a7 3591 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3592 * progmodes/awk-mode.el (awk-mode):
3593 * progmodes/asm-mode.el (asm-mode):
3594 Don't gratuitously override the default for comment-column.
3595
3596 * emacs-lisp/lisp.el (lisp-complete-symbol):
3597 Distinguish the let-binding case from the funcall case.
3598 (forward-sexp-function): New variable.
3599 (forward-sexp): Use it.
3600
3601 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3602 (easy-mmode-defmap): Remove the now useless autoload.
3603
3604 * time.el (display-time-mode): Use define-minor-mode.
3605
3606 * subr.el (add-minor-mode): Don't eval NAME.
3607 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3608 Use if rather than cond.
3609
3610 * simple.el (read-expression-map): Define more properly.
3611 (comment-indent-hook): Remove.
3612 (string-to-syntax): Bug fix.
3613
3614 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3615 (cvs-ediff-diff): Fix typo.
3616 (cvs-revert-if-needed): Don't bother preserving read-only.
3617
3618 * paren.el (show-paren-mode): Use define-minor-mode.
3619
3620 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3621 (toggle-auto-compression): Remove.
3622 (jka-compr-build-file-regexp): Remove useless grouping.
3623
3624 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3625 Avoid user-reserved bindings.
3626 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3627 (diff-header-face): Revert to grey85.
3628
3629 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3630
3631 * complete.el (partial-completion-mode) <defcustom>: Remove.
3632 (partial-completion-mode): Use define-minor-mode.
3633 (PC-do-completion): Understand `completion-auto-help = delay'
3634 to mean to popup the completion buffer only the second time.
814299a7 3635 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3636 (PC-include-file-all-completions): Don't quote lambda.
3637
3638 * comint.el (comint-mode-hook): Docstring fix.
3639 (comint-mode): Use define-derived-mode.
3640 (comint-mode-map): Remove obsolete comment.
3641 (make-comint): Minor stylistic change.
3642 (comint-insert-clicked-input): Be more careful to find the overlay.
3643 Use this-command-keys rather than hardcoding mouse-2.
3644
3645 * font-lock.el: Replace confusing (,@ with ,
3646 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3647 Don't use regexp-opt-depth. Spice up the regexp for args.
3648 Don't distinguish between cmds that can take an opt arg or not.
3649 Use `append' and `prepend' rather than `keep'.
3650
3651 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3652 (latex-outline-regexp): New var.
3653 (latex-outline-level): New fun.
3654 (latex-section-alist): New var.
3655 (latex-imenu-create-index): Use it. Use `push' as well.
3656 (tex-shell-map): Initialize it properly.
3657 (tex-mode): Minor stylistic change.
3658 (plain-tex-mode): Use define-derived-mode.
3659 (latex-mode): Use define-derived-mode.
3660 Construct the paragraph regexps in a more readable way.
3661 Set the buffer-local outline-{level,regexp} vars.
3662 (slitex-mode): Derive from latex-mode.
3663 (tex-common-initialization): Don't kill-all-vars anymore.
3664 Add setting for comment-add and font-lock-defaults.
3665 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3666 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3667 (tex-start-tex): New arg DIR (and send a chdir command for it).
3668 Also display the shell buffer and save it in tex-last-buffer-texed.
3669 (tex-region): Use expand-file-name rather than concat.
3670 Remove code made useless by changes in tex-start-tex.
3671 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3672
3673 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3674
ff398532
DL
36752000-09-28 Dave Love <fx@gnu.org>
3676
3677 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3678
f9415d5b
GM
36792000-09-28 Gerd Moellmann <gerd@gnu.org>
3680
3681 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3682 `append'.
3683
fa003899
SM
36842000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * info.el (Info-extract-pointer): Undo last change.
3687 Instead, fix the position of the `bound' arg to re-search-backward.
3688
36892000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3690
3691 * info.el (Info-extract-pointer):
3692 Widen more carefully, to avoid finding pointers in other nodes.
3693 (Info-index): Use push.
3694
f9415d5b 36952000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3696
3697 * frame.el (set-frame-font): Remove call to obsolete function
3698 frame-update-faces.
3699 (set-foreground-color, set-background-color): Likewise for
3700 frame-update-face-colors.
3701
5538b8ba
MB
37022000-09-27 Miles Bader <miles@gnu.org>
3703
3704 * image-file.el: New file.
3705
60536eea
GM
37062000-09-27 Gerd Moellmann <gerd@gnu.org>
3707
5b551d58
GM
3708 * frame.el (frame-notice-user-settings): Don't call
3709 frame-update-faces, which is a no-op now.
814299a7 3710
60536eea
GM
3711 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3712 tool-bar-lines.
3713
36f1966f
DL
37142000-09-27 Dave Love <fx@gnu.org>
3715
3716 * mouse.el: Fix last change.
3717
c5785b73
MB
37182000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3719
3720 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3721
672172d9
KH
37222000-09-22 Kenichi Handa <handa@etl.go.jp>
3723
3724 * international/quail.el (quail-help): The output message is
3725 improved.
3726
4653b4ea
DL
37272000-09-26 Dave Love <fx@gnu.org>
3728
3729 * mouse.el (popup-menu): If POSITION is nil, set it using
3730 mouse-position.
3731
63900fcf
SS
37322000-09-25 Sam Steingold <sds@gnu.org>
3733
3734 * net/browse-url.el (browse-url-file-url): Check for null maps.
3735
cd3b81be
GM
37362000-09-26 Gerd Moellmann <gerd@gnu.org>
3737
876512ab 3738 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3739 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3740
fa003899
SM
3741 * frame.el (frame-notice-user-settings):
3742 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3743
cd3b81be
GM
3744 * toolbar/tool-bar.el (tool-bar-help): New function.
3745
d8b4516f
GM
37462000-09-25 Gerd Moellmann <gerd@gnu.org>
3747
6567e9b5
GM
3748 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3749 current-load-list in top-level forms. Else this leaks a cons cell
3750 every time a defun is called.
63900fcf 3751
d8b4516f 3752 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3753
a461758e
DL
37542000-09-25 Dave Love <fx@gnu.org>
3755
7df6adc3
DL
3756 * startup.el (fancy-splash-head): Check XPM is available.
3757
a461758e
DL
3758 * autoinsert.el (auto-insert): Doc fix.
3759 (auto-insert-alist): Following GNU notices, don't say `copyright
3760 _by_'. Use line-beginning-position.
3761 (auto-insert): Check buffer-file-name is non-nil before use.
3762
b11af2dd
GM
37632000-09-25 Gerd Moellmann <gerd@gnu.org>
3764
3765 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3766 starting with `@def' or `@multitable', in addition to ones
3767 specified by the user in auto-fill-inhibit-regexp.
3768
5f9f981b
GM
37692000-09-25 Markus Rost <rost@math.ohio-state.edu>
3770
3771 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3772 rmail-dont-reply-to-names matches the empty string.
63900fcf 3773
8ff16b4e
GM
37742000-09-25 Gerd Moellmann <gerd@gnu.org>
3775
63900fcf 3776 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3777 text to sound more friendly.
3778
9b4a7800
TTN
37792000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3780
3781 * progmodes/hideshow.el: Update author email address.
3782 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3783 (hs-hide-all-non-comment-function): New var.
3784 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3785 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3786 (hs-show-region): Delete this command.
3787 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3788
4c7c1f3f
DL
37892000-09-22 Dave Love <fx@gnu.org>
3790
3791 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3792 (hl-line-highlight): Specify buffer when moving overlay.
3793
3794 * progmodes/fortran.el (fortran-mode): Locally set
3795 normal-auto-fill-function.
3796 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3797 (fortran-mode-map): Adjust auto-fill menu entry.
3798
13f93dee
GM
37992000-09-22 Gerd Moellmann <gerd@gnu.org>
3800
36eb0a91
GM
3801 * vc-rcs.el (toplevel): Require `vc' when compiling.
3802
fa003899 3803 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3804
36a03bf9
AS
38052000-09-22 Andre Spiegel <spiegel@gnu.org>
3806
9b4a7800 3807 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3808 registered under the new backend.
3809
9b4a7800 3810 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3811 without explicit revision number.
3812
6e4e8a3b
SM
38132000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3814
3815 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3816 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3817 (diff-xor): New function.
3818 (diff-find-source-location): Use it. Fix a stupid name clash.
3819 (diff-hunk-status-msg): New function.
3820 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3821 (diff-test-hunk): Use diff-find-source-location.
3822 (diff-goto-source): Favor the `reverse'.
3823 (diff-hunk-text): Properly handle one-sided context diffs.
3824 (diff-apply-hunk): When done, advance to the next hunk.
3825
1b24b888
GM
38262000-09-21 Gerd Moellmann <gerd@gnu.org>
3827
623a0aae
GM
3828 * startup.el (command-line): If frame was created with a non-zero
3829 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3830
1b24b888
GM
3831 * add-log.el (change-log-date-face, change-log-name-face)
3832 (change-log-email-face, change-log-file-face)
3833 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3834 (change-log-function-face, change-log-acknowledgement-face):
3835 New faces, inheriting from font-lock faces.
1b24b888 3836 (change-log-font-lock-keywords): Use them.
9b4a7800 3837
93b3a1c8
DL
38382000-09-21 Dave Love <fx@gnu.org>
3839
80585273
DL
3840 * progmodes/cperl-mode.el (top-level): Clean up
3841 `eval-when-compile's and assorted defvars.
3842 (cperl-invalid-face): Don't double-quote value. Change custom
3843 type.
3844 (cperl-mode): Set normal-auto-fill-function and don't zap
3845 auto-fill-function.
3846 (cperl-imenu--function-name-regexp-perl): Renamed from
3847 imenu-example--function-name-regexp-perl.
3848 (cperl-imenu--create-perl-index): Renamed from
3849 imenu-example--create-perl-index.
3850 (cperl-xsub-scan): Don't require cl.
3851
93b3a1c8
DL
3852 * msb.el (msb-mode-map): Use substitute-key-definition.
3853 (msb-mode): Use msb-mode-map.
3854
43ccb598
AS
38552000-09-21 Andre Spiegel <spiegel@gnu.org>
3856
3857 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3858 New functions.
fa003899 3859 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3860 (vc-switch-backend): New function.
3861 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3862 (vc-register): Fix prompt.
3863 (vc-unregister, vc-default-unregister): New functions.
3864 (vc-version-diff): Handle empty buffer in sentinel.
3865
3866 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3867 (vc-rcs-state-heuristic): Use it to guess the state of files with
3868 non-strict locking.
3869 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3870 been set with -b, but not created yet.
3871 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3872 contents in order to find the state.
3873 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3874 (vc-rcs-unregister, vc-rcs-receive-file)
3875 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3876
9b4a7800 3877 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3878 in case it is missing.
9b4a7800 3879
95fadcca
GM
38802000-09-21 Gerd Moellmann <gerd@gnu.org>
3881
3882 * startup.el (fancy-splash-tail): Use a different foreground
3883 color on a dark frame background.
3884
470f23e1
MB
38852000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3886
3887 * info.el: Use the correct capitalization when making Info-mode
3888 and Info-edit-mode `special' modes.
3889
281096ed
SM
38902000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3893 (diff-mode): Add support for add-log.el.
3894 (diff-hunk-text): Use char offsets rather than line offsets.
3895 (diff-find-source-location): Replace LINE with line-offset (nil
3896 if not found) and always set POS to a meaningful position.
3897 Adapt to the new char-offsets.
3898 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3899 Adapt to the new diff-find-source-location.
3900 (diff-goto-source): Adapt to the new diff-find-source-location.
3901
3902 * add-log.el (add-log-file-name): New function (split out of
3903 add-change-log-entry).
3904 (add-change-log-entry): Use it.
3905 Call add-log-file-name-function with the changelog file name if
3906 the current buffer is not associated with any file.
3907 Avoid find-file if the selected window is dedicated.
3908
3909 * diff-mode.el (diff-find-source-location):
3910 Move code from diff-apply-hunk. Return buffer rather than file.
3911 (diff-apply-hunk): Use the new result from diff-find-source-location.
3912 (diff-goto-source): Use the new diff-find-source-location.
3913
c29d77c4
DL
39142000-09-20 Dave Love <fx@gnu.org>
3915
3916 * iswitchb.el: Some doc fixes.
3917 (iswitchb-mode-map): Define completely initially. Inherit
3918 minibuffer-local-map.
3919 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3920 fundamental-mode.
3921 (iswitchb-global-map): New variable.
3922 (iswitchb-summaries-to-end): Amalgamate regexps.
3923 (iswitchb-mode): New.
3924 (iswitchb-mode-hook): New variable.
3925 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3926 `extensions'.
3927
49939379
GM
39282000-09-20 Gerd Moellmann <gerd@gnu.org>
3929
d05c87ac
GM
3930 * ehelp.el (electric-help): New defgroup.
3931 (electric-help-shrink-window): New user-option.
3932 (with-electric-help): Use it.
3933
1ec082d4
GM
3934 * window.el (shrink-window-if-larger-than-buffer): If face
3935 `mode-line' has a :box, and we're on a graphical frame, add 1
3936 to the needed window height.
3937
f46c275e
GM
3938 * frame.el (frame-notice-user-settings): Add a last parameter nil
3939 to a call to `append', because the last list passed to `append' is
3940 not copied, and so subsequent calls to assq-delete-all will modify
3941 default-frame-alist.
3942
b7e11c5b
GM
3943 * startup.el (fancy-splash-image): Change :type.
3944 (fancy-splash-head): Use an XBM image if appropriate.
3945 (command-line-1): Show splash screens in more cases.
3946
26ff68aa
GM
3947 * startup.el (fancy-splash-text): Don't quote faces.
3948
8320414c
GM
3949 * dired.el (dired-font-lock-keywords): Undo last change.
3950 (dired-readin): Bind indent-tabs-mode to nil.
3951
49939379
GM
3952 * startup.el (fancy-splash-head): If frame's background mode
3953 is `dark', change the black background of the image to gray.
3954 (fancy-splash-screens): Display startup echo area message.
3955 (display-startup-echo-area-message): New function.
3956
c3b27206
MB
39572000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3958
55a3d2a1
MB
3959 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3960
3961 * info.el (info-header-node): Tweak for color ttys.
3962
37a99821
MB
3963 * faces.el (face-valid-attribute-values): Make sure directories we
3964 search for stipples both exist and are readable before trying to
3965 search them.
3966
0415d0d0
MB
3967 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3968 in the dry-run case.
3969
523b128c
MB
3970 * jka-compr.el (with-auto-compression-mode): New macro.
3971
c3b27206
MB
3972 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3973 (custom-group-tag-face, custom-variable-tag-face): Use relative
3974 :height and inherit from `variable-pitch' face instead of
3975 hardwiring :family.
3976 * hi-lock.el (hi-black-hb): Likewise.
3977
ddba99ad
MB
3978 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3979 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3980 toolbar-add-item, if image doesn't have a mask add a `:mask
3981 heuristic'.
3982
7e99fbde
SM
39832000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3984
3985 * diff-mode.el: Docstring fixes.
3986 (diff-header-face, diff-comment-face): New faces.
3987 (diff-font-lock-keywords): Highlight a bit differently.
3988 (diff-find-source-location): Don't return SPAN any more.
3989 (diff-hunk-text): Don't bother erasing the temp buffer.
3990 (diff-find-text): Drop argument LINE.
3991 (diff-apply-hunk): Update calls to diff-find-text.
3992 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3993
3994 * calendar/calendar.el: Docstring fixes.
3995 (calendar-make-alist): Don't quote lambda.
3996 (calendar-star-date): Use make-local-variable.
3997
fb275c02
DL
39982000-09-19 Dave Love <fx@gnu.org>
3999
7e99fbde
SM
4000 * toolbar/tool-bar.el: Renamed from toolbar.el.
4001 Change `toolbar' to `tool-bar' generally in symbols.
4002 Make some items invisible in `special' major modes.
4003 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4004 Add arg PROPS.
532cb34d 4005
7e99fbde
SM
4006 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4007 Add :version here.
fb275c02
DL
4008 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4009
8f4ca9a5
GM
40102000-09-19 Gerd Moellmann <gerd@gnu.org>
4011
8b7707e1 4012 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4013
8b7707e1 4014 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4015 (find-file-noselect): Use it.
4016
8b7707e1 4017 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4018 (fancy-splash-screen): Defgroup.
4019
8f4ca9a5
GM
4020 * add-log.el (change-log-font-lock-keywords): Match names
4021 more exactly for the case that font-lock-constant-face is
4022 underlined.
4023
ba9eeda1 40242000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4025
8b7707e1 4026 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4027
289eaef9
AS
40282000-09-19 Andre Spiegel <spiegel@gnu.org>
4029
4030 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4031
ce9ded5d
GM
40322000-09-19 Gerd Moellmann <gerd@gnu.org>
4033
c113de23
GM
4034 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4035 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4036 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4037 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4038 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4039 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4040 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4041 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4042 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4043 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4044 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4045 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4046
ce9ded5d
GM
4047 * startup.el (fancy-splash-text): New variable.
4048 (fancy-splash-delay, fancy-splash-image): New user-options.
4049 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4050 (fancy-splash-screens): New functions.
4051 (command-line-1): If display has a `display' frame parameter, has
4052 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4053
b9b1c3a9
DL
40542000-09-19 Dave Love <fx@gnu.org>
4055
4056 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4057 with null `help'. Use modern backquote syntax.
4058
1af25534
GM
40592000-09-19 Gerd Moellmann <gerd@gnu.org>
4060
afd3c8cd
GM
4061 * font-lock.el (font-lock-mode): Change message telling the user
4062 that ``the buffer is too big''.
4063
1af25534
GM
4064 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4065 for instance for the case that tab-width is 2.
4066
05b1f851
GM
40672000-09-18 Gerd Moellmann <gerd@gnu.org>
4068
4069 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4070 toolbar-add-item, if image doesn't have a mask add a `:mask
4071 heuristic'.
4072
8ec8f673
MB
40732000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4074
2b612b1f
MB
4075 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4076 and return a cons if it's non-nil.
4077 (diff-apply-hunk): Try to jump to the line in the source text
4078 corresponding to the position of point in the in the hunk.
4079
9b4a7800 4080 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4081 (Info-title-1-face): Use face inheritance and relative sizes
4082 instead of hard-wiring things.
4083
4084 * faces.el (secondary-selection): Make dark-background variant sane.
4085
5eedab4d
AI
40862000-09-16 Andrew Innes <andrewi@gnu.org>
4087
5eedab4d
AI
4088 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4089 read-only, since they aren't under VC now.
4090
6a142f26
DL
40912000-09-17 Dave Love <fx@gnu.org>
4092
e07436e1
DL
4093 * tmm.el: Replace mapcar with mapc in several places.
4094
4095 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4096 ad-unadvise.
4097
7d354dd5
DL
4098 * international/latin1-disp.el: New file.
4099
6a142f26
DL
4100 * calendar/cal-move.el (scroll-calendar-left)
4101 (scroll-calendar-right): Make arg optional (for active mode line).
4102
4103 * calendar/calendar.el (calendar-mode-line-format): Make fields
4104 mouse-sensitive.
4105 (calendar-read-date, calendar-read-date, calendar-window-list):
4106 Unquote lambda.
4107 (calendar-month-name): Use aref, not sref.
4108
4109 * view.el (minor-mode-alist): Propertize the string.
4110
4111 * international/characters.el (standard-case-table): Add entries
4112 for Greek.
4113
50ac70af
MB
41142000-09-18 Miles Bader <miles@gnu.org>
4115
53c9ab4f
MB
4116 * info.el (info-node, info-xref): Add dark-background variants.
4117
a114b1ca
MB
4118 * faces.el (header-line): Change defaults to be less confusing
4119 when mixed with mode-lines.
4120
50ac70af
MB
4121 * info.el (Info-fontify-node): Make a few cleanups.
4122 Add extra `help-echo' and `local-map' props to node xrefs.
4123 Use header-specific faces for node-names & xrefs.
4124 (Info-use-header-line): New variable.
53c9ab4f 4125 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4126 (Info-setup-header-line): New function.
4127 (Info-select-node): Call Info-setup-header-line when enabled.
4128 (Info-extract-pointer): Work even if the header line is hidden.
4129 (Info-header-line): New variable.
4130
729927ff
SM
41312000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4132
4133 * vms-patch.el (print-region-function): Don't quote lambda.
4134
4135 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4136
4137 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4138 (lm-get-header-re): Allow spaces between the header and the colon.
4139 (lm-header): Allow $ in non-RCS headers.
4140 (lm-header-multiline): Put the strings back into order.
4141 Stop at an empty line. Don't require two space chars if the
4142 line is clearly not another header line.
4143
4144 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4145 (popup-menu-popup): Remove.
4146
7a98d821
GM
41472000-09-15 Gerd Moellmann <gerd@gnu.org>
4148
7f8f1edc
GM
4149 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4150 specification if or if not tool-bar item contains an `:enabled'
4151 property.
4152
7a98d821
GM
4153 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4154 current buffer has no file name.
4155
a7bc704b
DL
41562000-09-15 Dave Love <fx@gnu.org>
4157
4158 * strokes.el: Sync with maintainer's current version with changes
4159 for Emacs, but avoid runtime cl and levents.
4160 (toplevel): Change autoloads and compilation requires.
4161 (strokes-version, strokes-bug-address, strokes-lift): Values
4162 changed.
4163 (strokes-xpm-header, strokes-insinuated): New variable.
4164 (strokes): Add :link.
4165 (strokes-mode): Customized.
4166 (strokes-while-inhibiting-garbage-collector): New macro.
4167 (strokes-remassoc): Avoid remove-if.
4168 (strokes-fix-button2-command): Don't use ad-do-it.
4169 (strokes-insinuate): New function.
4170 (strokes-button-press-event-p, strokes-button-release-event-p):
4171 New functions, used instead of non-`strokes-' versions..
4172 (strokes-mouse-event-p): Rewritten.
4173 (strokes-event-closest-point): Avoid event-point.
4174 (strokes-get-grid-position): Avoid cdadr, caadr
4175 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4176 functions.
4177 (strokes-help): Use with-output-to-temp-buffer.
4178 (strokes-window-configuration-changed-p): New function.
4179 (strokes-update-window-configuration): Use buffer-live-p,
4180 strokes-window-configuration-changed-p.
4181 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4182 (strokes-char-face): New face.
4183 (strokes-char-table, strokes-base64-chars): New variable.
4184 (strokes-xpm-for-stroke, strokes-list-strokes)
4185 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4186 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4187 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4188 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4189 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4190 functions.
4191
47e351a3
GM
41922000-09-15 Gerd Moellmann <gerd@gnu.org>
4193
ebb8f116
GM
4194 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4195
47e351a3
GM
4196 * image.el (create-image): Doc fix.
4197
4198 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4199 instead of `:heuristic-mask t'.
4200
fe83b953
AI
42012000-09-14 Andrew Innes <andrewi@gnu.org>
4202
4203 * makefile.w32-in: Revert to Unix line endings.
4204
52481729
AI
42052000-09-14 Andrew Innes <andrewi@gnu.org>
4206
3021e816
AI
4207 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4208 when installing.
4209
52481729
AI
4210 * makefile.nt (DONTCOMPILE): Fix typo.
4211
4212 * shell.el (shell-write-history-on-exit): New function.
4213 (shell-dumb-shell-regexp): New custom variable.
4214 (shell-mode): Make shell-write-history-on-exit the process
4215 sentinel if shell name matches shell-dumb-shell-regexp.
4216
4217 * w32-fns.el: Comment out before-init-hook function which resets
4218 source-directory based; this breaks bootstrap.
4219
f8034e41
DL
42202000-09-14 Dave Love <fx@gnu.org>
4221
4222 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4223 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4224 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4225 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4226 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4227 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4228 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4229 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4230 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4231
4232 * toolbar/toolbar.el: New.
4233
4234 * subdirs.el: Add toolbar.
4235
b9ce5694
GM
42362000-09-14 Gerd Moellmann <gerd@gnu.org>
4237
4238 * indent.el (indent-for-tab-command): Doc fix.
4239
986b7dee
GM
42402000-09-14 Alex Schroeder <alex@gnu.org>
4241
4242 * ansi-color.el (ansi-colors): Doc change.
4243 (ansi-color-get-face): Simplified regexp.
4244 (ansi-color-faces-vector): Added more faces, doc change.
4245 (ansi-color-names-vector): Doc change.
4246 (ansi-color-regexp): Simplified regexp.
4247 (ansi-color-parameter-regexp): New regexp.
4248 (ansi-color-filter-apply): Doc change.
4249 (ansi-color-filter-region): Doc change.
4250 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4251 deal with zero length parameters.
4252 (ansi-color-apply-on-region): Doc change.
4253 (ansi-color-map): Doc change.
4254 (ansi-color-map-update): Removed debugging message.
4255 (ansi-color-get-face-1): Added condition-case to trap
4256 args-out-of-range errors.
4257 (ansi-color-get-face): Doc change.
4258 (ansi-color-make-face): Removed.
4259 (ansi-color-for-shell-mode): New option.
9b4a7800 4260
076ff911
KH
42612000-09-13 Kenichi Handa <handa@etl.go.jp>
4262
4263 * international/quail.el (quail-start-translation): Translate KEY
4264 if necessary even if it doesn't have any mapping in the current
4265 input method.
4266 (quail-start-conversion): Likewise.
4267 (quail-help): The output message is improved.
4268
bdf08678
MB
42692000-09-13 Miles Bader <miles@gnu.org>
4270
4271 * comint.el (comint-output-filter): Revert to using
4272 `insert-before-markers'. Add bletcherous hack to undo damage
4273 caused by `insert-before-markers'. Put `front-sticky' property on
4274 overlays created here so that the field code understands how the
4275 overlay works. Use a let when making comint-last-prompt-overlay,
4276 so that the code is easier to read.
4277
ffb8db8d
DL
42782000-09-13 Dave Love <fx@gnu.org>
4279
4280 * wid-edit.el (widget-default-format-handler): DTRT when
4281 doc-property is a function.
4282
5dd05f61
GM
42832000-09-12 Francesco Potorti` <pot@gnu.org>
4284
4285 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4286 filed name if it's not there.
4287
35177617
DL
42882000-09-12 Dave Love <fx@gnu.org>
4289
9023837e
DL
4290 * simple.el (read-mail-command): Doc fix.
4291 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4292
35177617
DL
4293 * vc.el (vc-dired-listing-switches): Fix :version.
4294
4295 * vc-hooks.el: Doc fixes.
4296
4297 * subr.el (add-minor-mode): Use toggle-fun arg.
4298
4299 * speedbar.el: Add :version to several defcustoms.
4300
4301 * imenu.el (imenu--truncate-items, imenu--cleanup)
4302 (imenu--generic-function): Avoid mapcar.
4303 (imenu--replace-spaces): Function removed.
4304 (imenu--completion-buffer): Use subst-char-in-string.
4305 (imenu-add-to-menubar): Use keymap inheritance.
4306
1afaae94
MB
43072000-09-12 Miles Bader <miles@gnu.org>
4308
4309 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4310 (diff-mode-map): Bind `diff-test-hunk'.
4311 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4312
43132000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4314
4315 * bytecomp.el (byte-compile-defvar): Undo last change
4316 because it breaks '(make-variable-buffer-local (defvar ...)'
4317 which is used at least in dired.
4318
63c36c3c
KH
43192000-09-12 Kenichi Handa <handa@etl.go.jp>
4320
4321 * international/quail.el (quail-define-package): Docstring
4322 modified.
4323
1ad24be1
KH
43242000-09-12 Kenichi Handa <handa@etl.go.jp>
4325
362a8065
KH
4326 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4327 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4328 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4329 docstring of "chinese-py".
4330
1ad24be1
KH
4331 * international/quail.el (quail-translation-docstring): New
4332 variable.
4333 (quail-show-keyboard-layout): Docstring modified.
4334 (quail-select-current): Likewise.
4335 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4336 infinite recursive call.
4337 (quail-help): Check quail-translation-docstring. Format of the
4338 output changed.
4339 (quail-help-insert-keymap-description): Adjusted for the above
4340 change.
4341
cc0f95a4
GM
43422000-09-11 Gerd Moellmann <gerd@gnu.org>
4343
4344 * bytecomp.el (byte-compile-defvar): Only cons onto
4345 current-load-list in top-level forms. Else this leaks a cons cell
4346 every time a defun is called.
4347
7530b6da
MB
43482000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4349
4350 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4351 Now understands non-unified diffs. Some functionality moved into
4352 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4353 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4354 modify anything. Only reposition point in the patched file if the
4355 patch succeeds. Only pop up another window if POPUP is true.
4356 Emit a message describing what happened if successful, and at what
4357 line-offset. Automatically detect reversed hunks and do something
4358 appropriate.
4359 (diff-hunk-text, diff-find-text): New functions.
4360 (diff-filter-lines): Function removed.
4361 (diff-test-hunk): New function.
4362 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4363
6b124390
DL
43642000-09-10 Dave Love <fx@gnu.org>
4365
4366 * textmodes/tildify.el: Minor doc/commentary fixes.
4367 (tildify) <defgroup>: Add :version.
4368
4369 * faces.el (face-x-resources): Make custom type more specific.
4370 (frame-background-mode): Use mapc.
4371 (region) <defcustom>: Add :version.
4372
7f8b6551
SM
43732000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4374
9b4a7800
TTN
4375 * vc-sccs.el (vc-sccs-register):
4376 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4377 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4378 * vc.el (vc-register): Clear file's properties.
4379
c454aac1
GM
43802000-09-08 Gerd Moellmann <gerd@gnu.org>
4381
4382 * faces.el (face-spec-set): Only face-spec-reset-face when
4383 ATTRS is non-nil.
4384
bb934822
EZ
43852000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4386
4387 * help.el (help-insert-xref-button): Fix a typo in doc string.
4388
03419440
EZ
43892000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4390
7f8b6551
SM
4391 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4392 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4393 methods.
4394
03419440
EZ
4395 * menu-bar.el (read-mail-item-name): New function.
4396 (menu-bar-tools-menu): Use it to compute and display the package
4397 used to read email.
4398 (menu-bar-tools-menu): Fix typo in GUD's help string.
4399
dbcee71a
DL
44002000-09-07 Dave Love <fx@gnu.org>
4401
19e713d8
DL
4402 * diff-mode.el (diff-mouse-goto-source): New function.
4403
a7cafade 4404 * vc-sccs.el: Doc fixes.
7f8b6551 4405 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4406
4407 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4408 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4409 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4410 (vc-rcs-master-templates): Add or change :version.
4411
7f8b6551 4412 * vc-cvs.el: Doc fixes.
a7cafade
DL
4413 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4414 (vc-cvs-stay-local): Add :version.
4415
dbcee71a
DL
4416 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4417
ed254191
KH
44182000-09-07 Kenichi Handa <handa@etl.go.jp>
4419
4420 * international/quail.el (quail-help): Fix previous change.
4421
ab0ee409
GM
44222000-09-07 Gerd Moellmann <gerd@gnu.org>
4423
f46f845b 4424 * faces.el (color-values): Doc fix.
9b4a7800 4425
ab0ee409
GM
4426 * faces.el (frame-set-background-mode): Use frame-parameter
4427 instead of frame-parameters.
4428
4429 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4430 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4431 frame-parameters.
9b4a7800 4432
f7246ac7
KH
44332000-09-07 Kenichi Handa <handa@etl.go.jp>
4434
4435 * language/devan-util.el (devanagari-to-indian-region): In the
4436 loop, change the following char, not preceding char.
4437
96889af2
GM
44382000-09-07 Gerd Moellmann <gerd@gnu.org>
4439
1091dd67
GM
4440 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4441 instead of frame-parameters.
4442
9b4a7800 4443 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4444 internal-set-lisp-face-attribute with FRAME being 0.
4445
4446 * vc.el: Remove `Id' version control keyword.
96889af2 4447
0fddd0dc
KH
44482000-09-07 Kenichi Handa <handa@etl.go.jp>
4449
4450 * help.el (help-make-xrefs): Adjusted for the change of
4451 help-xref-mule-regexp.
4452 (help-insert-xref-button): New function.
4453
4454 * international/mule-cmds.el (help-xref-mule-regexp-template):
4455 Include the pattern for character set.
4456 (leim): New group.
4457
4458 * international/quail.el: Don't require face.
4459 (quail): New group.
7f8b6551 4460 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4461 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4462 (quail-keyboard-layout-substitution): New variable.
4463 (quail-update-keyboard-layout): New function.
4464 (quail-keyboard-layout-type): New customizable variable.
4465 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4466 (quail-keyboard-translate): Pay attention to
4467 quail-keyboard-layout-substitution.
4468 (quail-insert-kbd-layout): New function.
4469 (quail-show-keyboard-layout): New function.
4470 (quail-get-translation): If the definition is a vector of length
7f8b6551 4471 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4472 in that string.
4473 (quail-update-current-translations): Fix the case of
4474 relative-index out of range.
4475 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4476 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4477 Show key sequences for all available characters.
0fddd0dc
KH
4478 (quail-help-insert-keymap-description): Don't show such verbose
4479 key bindings as quail-self-insert-command.
4480
4481 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4482 Format changed, and each element now have extra documentations.
4483 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4484 Adjusted for the change of quail-cxterm-package-ext-info.
4485
8ddceaf1
GM
44862000-09-06 Gerd Moellmann <gerd@gnu.org>
4487
4488 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4489 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4490 during bootstrap.
4491
099bd78a
SM
44922000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4493
4494 * vc.el: (toplevel): Don't require `dired' at run-time.
4495 (vc-dired-resynch-file): Remove autoload cookie.
4496
44972000-09-05 Andre Spiegel <spiegel@gnu.org>
4498
4499 * vc.el: Made several backend functions optional.
4500 (vc-default-responsible-p): New function.
4501 (vc-merge): Use RET for first version to trigger merge-news, not
4502 prefix arg.
4503 (vc-annotate): Handle backends that do not support annotation.
4504 (vc-default-merge-news): Removed. The existence of a merge-news
4505 implementation is now checked on caller sites.
4506
9b4a7800 4507 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4508 case.
4509
9b4a7800 4510 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4511 special case that has been removed from the default in vc-hooks.el.
4512
45132000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4514
4515 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4516
45172000-09-05 Andre Spiegel <spiegel@gnu.org>
4518
4519 * vc-hooks.el: Require vc during compilation.
4520 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4521 macro `with-vc-properties' in vc.el.
4522 (vc-file-getprop): Doc fix.
4523 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4524
099bd78a
SM
4525 * vc.el: Require dired-aux during compilation.
4526 (vc-name-assoc-file): Moved to vc-sccs.el.
4527 (with-vc-properties): New macro.
9b4a7800 4528 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4529 vc-finish-steal): Use it.
4530 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4531 to the backend-specific function is now supposed to do the checkout,
4532 too.
4533 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4534
9b4a7800 4535 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4536 set file properties; that gets done in the generic code now.
4537
4538 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4539 Changed parameter list, added code from vc.el that does the
4540 checkout, possibly with a double-take.
4541
4542 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4543 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4544 the above under the new name.
4545 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4546 parameter list, added checkout command.
4547 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4548 properties; that gets done in the generic code now.
4549
45502000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4551
4552 * vc.el: Docstring fixes (courtesy of checkdoc).
4553
45542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4555
4556 * vc.el (vc-checkout-writable-buffer-hook)
4557 (vc-checkout-writable-buffer): Remove.
4558 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4559 (vc-log-mode): Make it into a clean derived major mode.
4560 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4561 vc-log-mode if log-edit is not available.
4562 (vc-dired-mode-map): Don't set-keymap-parent yet.
4563 (vc-dired-mode): Do set-keymap-parent here.
4564 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4565
08ba3862
GM
45662000-09-05 Gerd Moellmann <gerd@gnu.org>
4567
4568 * faces.el (set-face-attribute, face-spec-reset-face)
4569 (face-spec-set): Avoid consing by removing calls to `apply'.
4570
4571 * frame.el (frame-parameter): Move to C code.
4572
3b4429b4
DL
45732000-09-05 Dave Love <fx@gnu.org>
4574
4575 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4576 insert-before-markers-and-inherit. Now checked systematically!
4577
877055f6
GM
45782000-09-05 Alex Schroeder <alex@gnu.org>
4579
4580 * sql.el (sql-postgres): Use sql-postgres-options.
4581 (sql-postgres-options): New variable.
4582
45832000-09-05 Alex Schroeder <alex@gnu.org>
4584
4585 * sql.el (sql-mode-menu): Work around missing variable mark-active
4586 in XEmacs.
4587 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4588 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4589 compatibility.
4590
7a004b71
GM
45912000-09-04 Gerd Moellmann <gerd@gnu.org>
4592
54baed30 4593 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4594
7a004b71
GM
4595 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4596
4597 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4598
45992000-09-04 Andre Spiegel <spiegel@gnu.org>
4600
4601 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4602 don't support anything else under SCCS yet.
4603
4604 * vc-hooks.el: Minor doc fixes.
4605
46062000-09-04 Andre Spiegel <spiegel@gnu.org>
4607
4608 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4609 not necessary. If verbose in state `needs-patch', do the same as
4610 under `up-to-date'. When NOT verbose and `needs-patch', check out
4611 latest version instead of `merge-news'.
4612 (vc-next-action-dired): Don't mess with default-directory here; it
4613 breaks other parts of dired. It is the job of the
099bd78a 4614 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4615 (vc-next-action): Remove a special CVS case.
4616 (vc-clear-headers): New optional arg FILE.
4617 (vc-checkin, vc-checkout): Set properties vc-state and
4618 vc-checkout-time properly.
099bd78a 4619 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4620 (vc-print-log): Use new backend function `show-log-entry'.
4621 (vc-cancel-version): Do the checks in a different order. Added a
4622 FIXME concerning RCS-only code.
4623
4624 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4625 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4626
4627 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4628
9b4a7800 4629 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4630 `needs-patch' as a `-' too.
4631
46322000-09-04 Andre Spiegel <spiegel@gnu.org>
4633
4634 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4635 (vc-default-could-register): New function.
4636 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4637 (vc-resynch-buffer): Call vc-dired-resynch-file.
4638 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4639 vc-resynch-buffer instead of vc-resynch-window.
4640 (vc-next-action-dired): Don't redisplay here, that gets done as a
4641 result of the individual file operations.
4642 (vc-retrieve-snapshot): Corrected prompt order.
4643
4644 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4645
7a004b71
GM
4646 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4647 as well.
4648 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4649 hostname regexps. Updated all callers.
4650 (vc-cvs-responsible-p): Handle directories as well.
4651 (vc-cvs-could-register): New function.
4652 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4653 properties up-to-date.
9b4a7800 4654
7a004b71
GM
4655 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4656 user whether to create one.
4657
46582000-09-04 Andre Spiegel <spiegel@gnu.org>
4659
4660 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4661 check out a non-existing file.
4662
4663 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4664 workfile does not exist.
4665
4666 * vc.el (vc-version-diff): Use `require' to check for existence of
4667 diff-mode.
4668
46692000-09-04 Andre Spiegel <spiegel@gnu.org>
4670
4671 * vc-cvs.el (vc-cvs-registered): Use new function
4672 vc-cvs-parse-entry to do the actual work.
4673
46742000-09-04 Andre Spiegel <spiegel@gnu.org>
4675
4676 * vc-hooks.el (vc-find-backend-function): If function doesn't
4677 exist, return nil instead of error.
4678 (vc-call-backend): Doc fix.
4679
4680 * vc.el (vc-do-command): Doc fix.
4681 (vc-finish-logentry): When checking in from vc-dired, choose the
4682 right backend for logentry check.
4683 (vc-dired-mode-map): Inherit from dired-mode-map.
4684 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4685 simplified.
4686 (vc-dired-state-info): Removed, updated caller.
4687 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4688 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4689 (vc-dired-listing-switches): New variable.
4690 (vc-directory): Use it, instead of dired-listing-switches.
4691
4692 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4693 (vc-cvs-dir-state): New function.
7f8b6551 4694 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4695 (vc-cvs-parse-entry): New function, also to be used in
4696 vc-cvs-registered.
9b4a7800 4697
7a004b71
GM
46982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4699
4700 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4701 *or* single-window-frames.
4702
47032000-09-04 Andre Spiegel <spiegel@gnu.org>
4704
4705 * vc.el (vc-update-changelog): Split into generic part and default
4706 implementation. Doc string adapted.
4707 (vc-default-update-changelog): New function. Call the `rcs2log'
4708 script in exec-directory, to fix a long-standing nuisance.
4709
4710 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4711 simply signals an error.
9b4a7800 4712
7a004b71
GM
47132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4714
4715 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4716 control-flow more clear and to avoid running `cvs' twice.
4717
4718 * vc.el (vc-next-action-on-file): Doc fix.
4719 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4720 (vc-print-log): Eval `file' before constructing the continuation.
4721
47222000-09-04 Andre Spiegel <spiegel@gnu.org>
4723
4724 * vc.el (vc-next-action-on-file): Corrected several messages.
4725 (vc-merge): Add prefix arg `merge-news'; handle it.
4726
4727 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4728 is not reached. It is.
4729 (vc-cvs-merge): Set state to 'edited after merge.
4730 (vc-cvs-merge-news): Set workfile version to nil if not known.
4731 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4732
4733 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4734 via stdout. (Merge from main line.)
9b4a7800 4735
7a004b71
GM
47362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4739 detection.
4740
47412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4742
4743 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4744 against kill-all-local-variables.
4745 (vc-log-edit): Don't save vc-parent-buffer any more.
4746 (vc-last-comment-match): Initialize to an empty string.
4747 (vc-post-command-functions): New hook.
4748 (vc-do-command): Run it.
4749 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4750 (vc-finish-logentry): Only add the comment to the ring if it's
4751 different from the last comment entered.
4752 (vc-new-comment-index): New function.
4753 (vc-previous-comment): Use it. Make the minibuffer message
4754 slightly less terse.
4755 (vc-comment-search-reverse): Make it work forward as well. Don't
4756 set vc-comment-ring-index if no match is found. Use
4757 vc-new-comment-index.
4758 (vc-comment-search-forward): Use vc-comment-search-reverse.
4759 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4760 define-derived-mode will do it for us. Bind `v' to a keymap that
4761 inherits from vc-prefix-map so that we can bind `vt' without
4762 binding C-x v t.
4763 (vc-retrieve-snapshot): Parenthesis typo.
4764
4765 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4766 to 1. Make sure to switch to *vc* before looking for an error
4767 message. Use vc-parse-buffer.
4768
47692000-09-04 Andre Spiegel <spiegel@gnu.org>
4770
4771 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4772 and NAME.
4773 (vc-retrieve-snapshot): Split into two parts.
4774 (vc-default-retrieve-snapshot): New function.
4775
4776 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4777 (vc-cvs-retrieve-snapshot): New function (untested).
4778 (vc-cvs-stay-local): Default to t.
4779 (vc-cvs-remote-p): New function and property.
4780 (vc-cvs-state): Stay local only if the above is t.
4781 (vc-handle-cvs): Removed.
4782 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4783 done via vc-handled-backends now.
4784 (vc-cvs-header): Escape Id.
4785
47862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4787
4788 * vc.el (vc-do-command): Remove unused commands.
4789 (vc-version-diff): Make sure default-directory ends with a slash.
4790 Move the window commands into a vc-exec-after.
4791 (vc-print-log): Move more of the code into the `vc-exec-after'.
4792
47932000-09-04 Andre Spiegel <spiegel@gnu.org>
4794
4795 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4796 (vc-print-log): Search current revision from beginning of buffer.
4797 (vc-revert-buffer): Clear echo area after the diff is finished.
4798 (vc-prefix-map): Removed definition of "t" for terse display in vc
4799 dired.
4800 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4801 definition of "vt" for terse display.
4802 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4803
48042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4805
4806 * vc.el (vc-exec-after): Avoid caddr.
4807
48082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4809
4810 * vc.el (vc-exec-after): New function.
4811 (vc-do-command): Use it to add a termination message for async
4812 procs.
4813 (vc-checkout): Try to handle a missing-backend situation.
4814 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4815 of a directory with a backend using async diffs.
4816 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4817 present.
4818
4819 * vc-sccs.el (vc-sccs-state-heuristic): Use
4820 file-ownership-preserved-p.
4821
4822 * vc-rcs.el (vc-rcs-state-heuristic): Use
4823 file-ownership-preserved-p.
4824 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4825
48262000-09-04 Andre Spiegel <spiegel@gnu.org>
4827
4828 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4829 vc-do-command.
4830
4831 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4832 when there are no changes.
4833
48342000-09-04 Andre Spiegel <spiegel@gnu.org>
4835
4836 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4837
4838 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4839
48402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4841
4842 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4843
4844 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4845 the `fset' outside of the defvar so that it works even if
4846 vc-prefix-map was already defined.
4847 (vc-setup-buffer): New function, split out of vc-do-command.
4848 (vc-do-command): Allow BUFFER to be t to mean `just use the
4849 current buffer without any fuss'.
4850 (vc-version-diff): Change the `diff' backend operation to just put
4851 the diff in the current buffer without erasing it. Always use
4852 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4853 shrink-window-if-larger-than-buffer.
4854 (vc-print-log): Change the `print-log' backend operation to just
4855 put the log in the current buffer without erasing it. Protect
4856 shrink-window-if-larger-than-buffer.
4857 (vc-update-change-log): Fix setd typo.
4858
4859 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4860 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4861
4862 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4863 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4864 CMP.
4865
4866 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4867 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4868 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4869
48702000-09-04 Andre Spiegel <spiegel@gnu.org>
4871
4872 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4873 not possible, use vc-BACKEND-workfile-unchanged-p.
4874 (vc-default-workfile-unchanged-p): New function. Delegates to a
4875 full vc-BACKEND-diff.
4876
4877 * vc-hooks.el (vc-simple-command): Removed.
4878
4879 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4880 instead of vc-simple-command.
4881 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4882 avoid doing a diff when opening a file.
4883 (vc-rcs-state): Added check for unlocked-changes.
4884 (vc-rcs-header): Escape Id.
4885 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4886 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4887 version.
4888
4889 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4890 (vc-sccs-diff): Remove optional arg CMP.
4891 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4892 SCCS-specific function.
4893
4894 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4895 vc-simple-command.
4896
48972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4898
4899 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4900 (with-vc-file, vc-merge): Use vc-editable-p.
4901 (vc-do-command): Remove unused var vc-file and fix the
4902 doubly-defined `status' var. Add a user message when starting an
4903 async command.
4904 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4905 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4906 Use with-current-buffer.
4907 (vc-buffer-sync): Use unless.
4908 (vc-next-action-on-file): If the file is 'edited by read-only,
4909 make it read-write instead of trying to commit.
4910 (vc-version-diff, vc-update-change-log): Use `setq
4911 default-directory' rather than `cd'.
4912 (vc-log-edit): Don't forget to set default-directory in the
4913 buffer.
4914
4915 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4916 (vc-sccs-state-heuristic): Use file-writable-p instead of
4917 comparing userids.
4918 (vc-sccs-checkout): Use `unless'.
4919
4920 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4921 of comparing userids.
4922 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4923 Simplify the logic by eliminating unreachable code.
4924 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4925 just do a recursive call if we need to retry.
4926 (vc-rcs-checkout): Handle the case where rcs is missing by making
4927 the buffer read-write if requested and re-signalling the error.
4928
4929 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4930
49312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4932
4933 * vc-hooks.el (vc-handled-backends): Docstring change.
4934 (vc-ignore-vc-files): Mark obsolete.
4935 (vc-registered): Check vc-ignore-vc-files.
4936 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4937 vc-ignore-vc-files.
4938
4939 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4940
49412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4942
4943 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4944 files since ange-ftp already has vc-registered return nil.
4945
4946 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4947 (vc-sccs-workfile-version): Use with-temp-buffer and new
4948 vc-parse-buffer and don't bother setting the property.
4949 (vc-sccs-add-triple): Use with-current-buffer and
4950 find-file-noselect.
4951 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4952
4953 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4954 derives from the old vc-parse-buffer but uses the revision number
4955 rather than the date (much easier to compare robustly).
4956 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4957 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4958 locking-user more directly. Check strict locking and set
4959 checkout-model appropriately.
4960 (vc-rcs-parse-locks): Remove.
4961 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4962 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4963 (vc-rcs-system-release): Use with-current-buffer and
4964 vc-parse-buffer.
4965 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4966
4967 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4968 (vc-simple-command): Docstring fix.
4969 (vc-registered): Align the way the file-handler is called with the
4970 way the function itself works.
4971 (vc-file-owner): Remove.
4972
4973 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4974 extraction of fields and call to file-attributes because of a
4975 temporary bug in rcp.el.
4976 (vc-cvs-fetch-status): Use with-current-buffer.
4977
49782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4979
4980 * vc.el (vc-do-command): Use file-relative-name.
4981 (vc-responsible-backend): Use vc-backend if possible.
4982 (vc-create-snapshot): Improve the `interactive' spec. Add support
4983 for branches and dispatch to backend-specific `create-snapshot'.
4984 (vc-default-create-snapshot): New function, containing the bulk of
4985 the old vc-create-snapshot.
4986 (vc-retrieve-snapshot): Improve the interactive spec.
4987
4988 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4989 (vc-backend-hook-functions): Remove.
4990 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4991 (vc-backend): Reintroduce the test for `file = nil' now that I
4992 know why it was there (and added a comment to better remember).
4993
4994 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4995 code from vc-sccs-hooks.el.
4996 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4997 'vc anymore.
4998 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4999 and file-directory-p instead of file-exists-p.
5000 (vc-sccs-check-headers): Simplify the regexp.
5001
5002 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5003 from vc-rcs-hooks.el. Don't require 'vc anymore.
5004 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5005 file-directory-p instead of file-exists-p.
5006
5007 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5008 from vc-cvs-hooks.el.
5009 (proto vc-cvs-registered): Require 'vc-cvs instead of
5010 'vc-cvs-hooks. Don't require 'vc anymore.
5011 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5012 file-directory-p instead of file-exists-p.
5013 (vc-cvs-create-snapshot): New function, replacing
5014 vc-cvs-assign-name.
5015 (vc-cvs-assign-name): Remove.
5016
50172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * vc-cvs.el (vc-cvs-header): New var.
5020
5021 * vc-rcs.el (vc-rcs-exists): Remove.
5022 (vc-rcs-header): New var.
5023
5024 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5025 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5026 (vc-sccs-header): New var.
5027
5028 * vc.el (vc-do-command): Get rid of the `last' argument.
5029 (vc-header-alist): Remove, replaced by vc-X-header.
5030 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5031 (vc-dired-hook): Use expand-file-name instead of concat.
5032 (vc-directory): Use file-name-as-directory.
5033 (vc-snapshot-precondition, vc-create-snapshot)
5034 (vc-retrieve-snapshot): Allow the command to operate on any
5035 directory.
5036
5037 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5038 just removing the 'WORKFILE argument or by removing the 'MASTER
5039 argument and replacing `file' with (vc-name file).
5040
50412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5042
5043 * vc.el: Update Copyright and add a crude list of backend funs.
5044 (vc-writable-p): New function.
5045 (with-vc-file): Use vc-writable-p.
7f8b6551 5046 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5047 (vc-register): Avoid vc-name.
5048 (vc-locking-user): Remove.
5049 (vc-steal-lock): Make the `owner' arg non-optional.
5050 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5051 vc-checkout-model.
5052 (vc-default-dired-state-info): Use vc-state instead of
5053 vc-locking-user and return special strings for special states.
5054 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5055 and get rid of one of the special CVS cases.
5056 (vc-cancel-version): prettify error message with \\[...].
5057 (vc-rename-master): New function.
5058 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5059 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5060 the CVS special case generic.
5061 (vc-default-record-rename): Remove.
5062 (vc-file-tree-walk-internal): Only call FUNC for files that are
5063 under control of some VC backend and replace `concat' with
5064 expand-file-name.
5065 (vc-file-tree-walk): Update docstring.
5066 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5067 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5068
5069 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5070 vc-sccs-record-rename. Use `find-file-noselect' rather than
5071 `find-file' and call `vc-rename-master' to do the actual move.
5072 (vc-sccs-diff): Remove unused `backend' variable.
5073
5074 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5075 to delay loading of vc-sccs until it is really used.
5076 (vc-sccs-master-templates): Preload.
5077 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5078 (vc-sccs-project-dir): Remove (merged into
5079 vc-sccs-search-project-dir).
5080 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5081 rather than `concat', make sure it is preloaded and don't bother
5082 to check that the file actually exists.
5083 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5084 `locks' argument (use buffer's content instead) and eliminate n^2
5085 behavior.
5086
5087 * vc-rcs.el: Update Copyright.
5088 (vc-rcs-rename-file): New function.
5089 (vc-rcs-diff): Remove unused `backend' variable.
5090
5091 * vc-hooks.el: Update Copyright.
5092 (vc-backend): Don't accept a nil argument any more.
5093 (vc-up-to-date-p): Turn into a defsubst.
5094 (vc-possible-master): New function.
5095 (vc-check-master-templates): Use `vc-possible-master' and allow
5096 funs in vc-X-master-templates to return a non-existent file.
5097
5098 * vc-cvs.el: Update Copyright.
5099 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5100 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5101
5102 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5103
51042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5105
5106 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5107 since it can be called from vc-rcs.el.
5108 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5109
51102000-09-04 Andre Spiegel <spiegel@gnu.org>
5111
5112 * vc.el (vc-version-diff): Expand file name read from the
5113 minibuffer. Handle the case when a previous version number can't
5114 be guessed. Give suitable messages when there were no differences
5115 found.
5116 (vc-clear-headers): Call backend-specific implementation, if one
5117 exists.
5118 (vc-cancel-version): Made error checks generic. When done, clear
5119 headers generically, too.
5120
5121 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5122 from vc-clear-headers in vc.el.
5123
5124 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5125 correctly.
5126 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5127 optional. Handle the case when it's not there.
5128
51292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5130
5131 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5132
51332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5134
5135 * vc-hooks.el (vc-loadup): Remove.
5136 (vc-find-backend-function): Use `require'. Also, handle the case
5137 where vc-BACKEND-hooks.el doesn't exist.
5138 (vc-call-backend): Cleanup.
5139
51402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5141
5142 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5143 vc-rcs-grab-templates)
5144 (vc-rcs-registered): Remove. The default function works as well.
5145 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5146 vc-sccs-grab-templates)
5147 (vc-sccs-registered): Remove. The default function works as well.
5148
5149 * vc.el (vc-version-diff): Left out a vc- in call to
5150 vc-call-backend.
5151 (vc-default-dired-state-info, vc-default-record-rename)
5152 (vc-default-merge-news): Update for the new backend argument.
5153
5154 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5155 using the default function.
5156 (vc-call-backend): If calling the default function, pass it the
5157 backend as first argument. Update the docstring accordingly.
5158 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5159 for the new backend argument.
5160 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5161 (vc-find-backend-function): Use the new name.
5162 (vc-default-registered): New function.
5163
51642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5165
5166 * vc.el (vc-merge): Use vc-find-backend-function.
5167
5168 * vc-hooks.el (vc-backend-functions): Remove.
5169 (vc-loadup): Don't setup 'vc-functions.
5170 (vc-find-backend-function): New function.
5171 (vc-call-backend): Use above fun and populate 'vc-functions
5172 lazily.
5173 (vc-backend-defines): Remove.
5174
51752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5176
5177 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5178 Call vc-call-backend without the leading vc-.
5179 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5180 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5181 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5182 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5183 Call vc-call-backend without the leading vc-.
5184
5185 * vc-cvs.el (tail): Provide vc-cvs.
5186 * vc-sccs.el (tail): Provide vc-sccs.
5187 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5188
5189 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5190 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5191 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5192 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5193 (vc-call-backend): Always try to load vc-X-hooks.
5194 (vc-registered): Remove vc- in call to vc-call-backend.
5195
51962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5197
5198 * vc.el (vc-process-filter): New function.
5199 (vc-do-command): Setup `vc-process-filter' for the async process.
5200 (vc-maybe-resolve-conflicts): New function to reduce
5201 code-duplication. Additionally, it puts the buffer in
5202 `smerge-mode' if applicable.
5203 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5204 calling `merge-news'.
7f8b6551 5205 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5206 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5207 interfacing to log-edit.el.
5208 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5209 log-edit is available.
5210 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5211
52122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5213
5214 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5215 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5216 defvar and the initialization.
5217 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5218
5219 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5220 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5221
7f8b6551 5222 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5223
52242000-09-04 Andre Spiegel <spiegel@gnu.org>
5225
5226 * vc.el (vc-file-clear-masterprops): Removed.
5227 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5228 (vc-version-diff): Use buffer-size without argument.
5229 (vc-register): Heed vc-initial-comment.
5230
5231 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5232 default branch.
5233
5234 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5235 file name and workfile version.
5236 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5237
5238 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5239 vc-file-clear-masterprops.
5240
5241 * vc-sccs.el (vc-sccs-checkout): Removed call to
5242 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5243 rather than user login name.
5244
5245
52462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5249 `want-differences-if-changed' and simplify.
5250 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5251 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5252 output (which is invalid for async vc-diff) to decide whether to
5253 do the revert silently or not.
5254
52552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5256
5257 * vc-hooks.el (vc-loadup): Load files quietly.
5258 (vc-call-backend): Oops, brain fart.
5259
52602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5261
5262 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5263 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5264
52652000-09-04 Andre Spiegel <spiegel@gnu.org>
5266
5267 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5268 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5269 vc-state or vc-up-to-date-p.
5270 (vc-merge): Use vc-backend-defines to check whether merging is
5271 possible. Set state to 'edited after successful merge.
5272
5273 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5274 return that name. Redocumented.
5275
52762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5277
5278 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5279 new `vc-state' semantics.
5280 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5281 'vc-locking-user to the current user.
5282 (vc-merge): Inline vc-backend-merge. Comment out code that I
5283 don't understand and hence can't adapt to the new `vc-state' and
5284 `vc-locking-user' semantics.
5285 (vc-backend-merge): Remove.
5286
5287 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5288 rather than 'vc-locking-user.
5289
5290 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5291
5292 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5293 (vc-state): Don't use 'reserved any more. Just use the same
5294 convention as the one used for vc-<backend>-state where the
5295 locking user (as a string) is returned.
5296 (vc-locking-user): Update, based on the above convention. The
5297 'vc-locking-user property has disappeared.
7f8b6551 5298 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5299
5300 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5301 with a heuristic one.
5302 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5303 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5304 error. That allows us to get to 'needs-merge even in the
5305 stay-local case. There's still no way to detect 'needs-patch in
5306 such a setup (or to force an update for that matter).
5307 (vc-cvs-logentry-check): Remove, the default works as well.
5308
53092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5310
7f8b6551 5311 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5312
5313 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5314 major-mode in which the buffer might have been put earlier. Use
5315 `remove' and `when'. Allow `okstatus' to be `async' and use
5316 `start-process' in this case.
5317 (vc-version-diff): Handle the case where the diff looks empty
5318 because of the use of an async process.
5319
53202000-09-04 Andre Spiegel <spiegel@gnu.org>
5321
5322 * vc.el (vc-next-action-on-file): Removed optional parameter
5323 `simple'. Recompute state unconditionally.
5324 (vc-default-toggle-read-only): Removed.
5325
5326 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5327 (vc-toggle-read-only): Undid prev change.
5328
5329 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5330 vc-cvs-simple-toggle. Redocumented.
5331 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5332 (vc-cvs-toggle-read-only): Removed.
5333
53342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5335
7f8b6551 5336 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5337 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5338 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5339 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5340 still is. So maybe it should be removed.
5341 (vc-head-version, vc-find-binary): Remove.
5342 (vc-recompute-state): Move from vc-hooks.el.
5343 (vc-next-action-on-file): Add a `simple' argument to allow
5344 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5345 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5346 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5347 (vc-dired-mode-map): Properly defvar it.
5348 (vc-print-log): Call log-view-mode if available.
5349 (small-temporary-file-directory): defvar instead of use boundp.
5350 (vc-merge-news): Moved to vc-cvs.el.
5351 (vc-default-merge-news): New function.
5352
5353 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5354 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5355 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5356 unknown `vc-latest-version' function. It should probably refer to
5357 vc-workfile-version or somesuch, but it's very unclear to me and I
5358 don't have SCCS to test things.
5359
5360 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5361 (vc-sccs-state-heuristic): Fix typo.
5362 (vc-sccs-workfile-unchanged-p): Add missing argument.
5363
5364 * vc-rcs.el: Require vc and vc-rcs-hooks.
5365 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5366 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5367 (vc-release-greater-or-equal-p): Move from vc.
5368 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5369 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5370 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5371 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5372
5373 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5374 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5375 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5376 than the apparently unbound `workfile-version'.
5377
5378 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5379 (vc-file-prop-obarray): Use `make-vector'.
5380 (vc-backend-functions): Add new hookable functions
5381 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5382 (vc-loadup): If neither backend nor default functions exist, use
5383 the backend function rather than nil.
5384 (vc-call-backend): If the function if not bound yet, try to load
5385 the non-hook file to see if it provides it.
5386 (vc-call): New macro plus use it wherever possible.
5387 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5388 nor `vc-find-binary' since it's only called from
7f8b6551 5389 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5390 (vc-checkout-model): Fix parenthesis.
5391 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5392
7f8b6551 5393 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5394 (vc-cvs-release, vc-cvs-system-release): Remove.
5395 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5396 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5397 status symbols.
5398 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5399 (vc-cvs-toggle-read-only): First cut at a function to allow a
5400 cvs-status-free vc-toggle-read-only.
5401 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5402 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5403 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5404 (vc-cvs-checkout): Modify access rights directly if the user
5405 requested not to use `cvs edit'. And refresh the mode line.
5406
5407 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5408 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5409
54102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5411
5412 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5413 workfile' that got lost when the code was extracted from vc.el.
5414 And merged the tail with the rest of the code (not possible in the
5415 old vc.el where the tail was shared among all backends). And
5416 explicitly set the state to 'edited if `writable' is set.
5417
5418 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5419 (vc-cvs-state): Be careful to return the value from
5420 vc-cvs-parse-state.
5421 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5422 property but return it instead. Also be careful to handle a nil
5423 or "" `rev' when workfile is non-nil (it was handled properly when
5424 workfile was nil).
5425
5426 * vc.el: Removed those pesky unnecessary `(function' quotes.
5427 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5428 directly in the defvar.
5429 (vc-do-command): Bind inhibit-read-only so as to properly handle
5430 the case where the destination buffer has been made read-only.
5431 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5432 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5433 (vc-annotate-mode-variables): Removed (code moved partly to
5434 defvars and partly to vc-annotate-add-menu).
5435 (vc-annotate-mode): Turned into a derived-mode.
5436 (vc-annotate-add-menu): Moved in code in
5437 vc-annotate-mode-variables.
5438 (vc-update-change-log): Use make-temp-file if available.
5439
54402000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5441
5442 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5443 `vc-checkout-model' updated to `vc-cvs-update-model'.
5444
54452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5446
5447 * vc.el (vc-next-action-on-file): Added handling of state
5448 `unlocked-changes'.
5449 (vc-checkout-carefully): Is now practically obsolete, unless the
5450 above is too slow to be enabled unconditionally.
5451 (vc-update-change-log): Fixed typo.
5452
5453 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5454
7f8b6551
SM
5455 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5456 Now handles state `unlocked-changes'.
5457 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5458
5459 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5460
5461 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5462 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5463 `unlocked-changes'.
5464 (vc-rcs-workfile-unchanged-p): Renamed from
5465 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5466 function yet, but supposed to become one soon.
5467
5468 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5469 `vc-steal-lock'.
5470 (vc-call-backend): Changed error message.
5471 (vc-state): Added description of state `unlocked-changes'.
5472
54732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5474
5475 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5476 always return t in CVS-controlled directories.
5477
5478 * vc.el (vc-responsible-backend): New function.
5479 (vc-register): Largely rewritten.
5480 (vc-admin): Removed (implementation moved into vc-register).
5481 (vc-checkin): Redocumented.
5482 (vc-finish-logentry): If no backend defined yet (because we are in
5483 the process of registering), use the responsible backend.
5484
5485 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5486 Updated function lists.
5487 (vc-call-backend): Fixed typo.
5488
7f8b6551
SM
5489 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5490 New functions.
5491 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5492 Removed query option. Redocumented.
7a004b71
GM
5493
54942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5495
5496 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5497
5498 * vc.el: Updated callers of `vc-checkout-required' to use
5499 `vc-checkout-model'.
5500
55012000-09-04 Martin Lorentzson <martinl@gnu.org>
5502
5503 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5504 stuff updated to reference this function instead of the old
5505 `vc-backend-release-p'.
5506
55072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5508
5509 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5510 vc-checkout-model. Return appropriate values. Updated callers.
5511
55122000-09-04 Martin Lorentzson <martinl@gnu.org>
5513
7f8b6551 5514 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5515 (vc-backend-revert): Function moved into `vc-revert';
5516 `vc-next-action' must be updated to accomodate this change.
5517 (vc-backend-steal): Function moved into `vc-finish-steal'.
5518 (vc-backend-logentry-check): Function moved into
5519 `vc-finish-logentry'.
5520 (vc-backend-printlog): Function moved into `vc-print-log'.
5521 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5522 (vc-backend-assign-name): Function moved into
5523 `vc-create-snapshot'.
5524
55252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5526
5527 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5528 Rename to vc-checkout-model. Return appropriate values.
5529 Update callers.
7a004b71 5530
7f8b6551 5531 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5532 to vc-checkout-model.
7f8b6551
SM
5533 (vc-checkout-required): Rename to vc-checkout-model.
5534 Re-implement and re-comment.
7a004b71
GM
5535 (vc-after-save): Use vc-checkout-model.
5536
55372000-09-04 Martin Lorentzson <martinl@gnu.org>
5538
7f8b6551
SM
5539 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5540 Update to use the vc-BACKEND-diff functions instead.
5541 `vc-diff' is now working.
7a004b71 5542
7f8b6551 5543 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5544
7f8b6551 5545 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5546
5547 * vc-sccs.el (vc-sccs-diff): Function changed name from
5548 `vc-backend-diff'. This makes `vc-diff' work.
5549
7f8b6551 5550 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5551 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5552 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5553 signaled during `vc-after-save'.
5554
7f8b6551
SM
5555 * vc.el: Fix typo.
5556 This checkin is made with our new VC code base for the very first time.
5557 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5558
5559 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5560 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5561
5562 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5563 updated to `vc-uses-locking'.
7f8b6551 5564 (vc-checkout-required): Call to backend function.
7a004b71
GM
5565 `vc-checkout-required' updated to `vc-uses-locking' instead.
5566
5567 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5568 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5569
7f8b6551 5570 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5571 to match the split into various backends.
7f8b6551 5572 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5573 (vc-retrieve-snapshot): Bug fix.
5574
55752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5576
5577 * vc-sccs.el (vc-sccs-release): Doc fix.
5578
55792000-09-04 Martin Lorentzson <martinl@gnu.org>
5580
5581 * vc.el (vc-next-action-on-file): Bug found and fixed.
5582 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5583 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5584
5585 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5586 (vc-rcs-checkout): Name space cleaned up. No more revision number
5587 crunching function names that are not prefixed with vc-rcs.
5588 (vc-rcs-checkout-model): Function added. References to
5589 `vc-checkout-model' replaced.
5590
55912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5592
5593 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5594 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5595 still need to be split, and implemented for RCS).
5596
55972000-09-04 Martin Lorentzson <martinl@gnu.org>
5598
5599 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5600
5601 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5602 required by the vc.el file.
5603
5604 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5605 required by the vc.el file.
5606 (vc-rcs-exists): Function added.
5607
5608 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5609 required by the vc.el file.
5610
5611 * vc.el (vc-admin): Updated to handle selection of appropriate
5612 backend. Current implementation is crufty and need re-thinking.
5613
5614 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5615
56162000-09-04 Martin Lorentzson <martinl@gnu.org>
5617
5618 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5619 beginning of annotate buffers correctly.
5620
5621 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5622 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5623 functionality updated quite a lot to support multiple backends.
5624 Variables `vc-annotate-mode', `vc-annotate-buffers',
5625 `vc-annotate-backend' added.
5626
5627 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5628 `vc-annotate-difference' added to supported backend functions.
5629
56302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5631
5632 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5633 Use with-temp-file instead of /bin/sh. Merged from mainline
5634
56352000-09-04 Martin Lorentzson <martinl@gnu.org>
5636
5637 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5638
5639 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5640
5641 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5642
56432000-09-04 Martin Lorentzson <martinl@gnu.org>
5644
5645 * vc-hooks.el: vc-state-heuristic added to
5646 vc-backend-hook-functions.
5647
5648 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5649
5650 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5651
7f8b6551
SM
5652 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5653 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5654 state to `reserved'.
5655
5656 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5657 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5658
56592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5660
7f8b6551 5661 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5662 untouched.
5663
7f8b6551 5664 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5665
7f8b6551 5666 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5667 if defined. (Merged from main line, slightly adapted.)
5668
5669 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5670 millenium problem (merged from mainline).
5671
56722000-09-04 Martin Lorentzson <martinl@gnu.org>
5673
5674 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5675 part and moved the non-BACKEND stuff to vc.el.
5676
5677 * vc.el: Split the annotate feature into a BACKEND specific part
5678 and moved it from the vc-cvs.el file to this one.
5679
56802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5681
7f8b6551
SM
5682 * vc-hooks.el: Implement new state model.
5683 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5684 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5685 locked by somebody else.
7f8b6551 5686 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5687 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5688 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5689 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5690
7f8b6551
SM
5691 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5692 Various simplifications and adaptations all over the place.
7a004b71 5693
7f8b6551
SM
5694 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5695 Simplify and adapt the rest.
7a004b71 5696
7f8b6551 5697 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5698 interaction with view mode according to recent RCS change.
7f8b6551 5699 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5700
57012000-09-04 Martin Lorentzson <martinl@gnu.org>
5702
7f8b6551 5703 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5704
57052000-09-04 Martin Lorentzson <martinl@gnu.org>
5706
5707 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5708 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5709 (vc-minor-part, vc-previous-version): Functions that operate and
5710 compare revision numbers got proper documentation. Comments added
5711 about their possible removal.
5712
57132000-09-04 Martin Lorentzson <martinl@gnu.org>
5714
5715 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5716 the vc-backend.el files.
5717
5718 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5719
5720 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5721 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5722 (vc-rcs-previous-version): Functions added.
5723
5724 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5725
5726 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5727
57282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5729
5730 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5731 Comment out the definition for now. What is the right procedure
7a004b71
GM
5732 to get rid of it?
5733 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5734 rewritten.
7f8b6551 5735 (vc-default-registered): Remove.
7a004b71
GM
5736 (vc-check-master-templates): New function; does mostly what the
5737 above did before.
5738 (vc-locking-user): Don't rely on the backend to set the property.
5739
5740 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5741 Rewrite documentation.
7a004b71
GM
5742 (vc-rcs-templates-grabbed): New variable.
5743 (vc-rcs-grab-templates): New function.
7f8b6551 5744 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5745
5746 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5747 Rewrite documentation.
7a004b71
GM
5748 (vc-sccs-templates-grabbed): New variable.
5749 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5750 (vc-sccs-registered): Rewrite to use above mechanism.
5751 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5752 Don't throw the result, simply return it.
7a004b71 5753
7f8b6551
SM
5754 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5755 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5756 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5757
7f8b6551 5758 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5759 from main line.
5760
57612000-09-04 Martin Lorentzson <martinl@gnu.org>
5762
7f8b6551 5763 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5764
7f8b6551 5765 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5766
7f8b6551
SM
5767 * vc-rcs.el (vc-rcs-diff): New function.
5768 (vc-rcs-checkout): Bug (typo) found and fixed.
5769 (vc-rcs-register-switches): New variable.
7a004b71
GM
5770
5771 * vc.el (vc-backend-diff): Function removed and placed in the
5772 backend files.
5773
57742000-09-04 Martin Lorentzson <martinl@gnu.org>
5775
5776 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5777
5778 * vc.el (vc-backend-checkout): Function removed and replaced in
5779 the vc-backend.el files.
5780
5781 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5782
5783 * vc.el (vc-backend-admin): Removed and replaced in the
5784 vc-backend.el files.
5785
5786 * vc.el (Martin): Removed all the annotate functionality since it
5787 is CVS backend specific.
5788
57892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5790
5791 * spec.txt: Added specification of vc-state.
5792
5793 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5794 Remove handling of vc-latest-version and
7a004b71
GM
5795 vc-your-latest-version. What used to be vc-latest-version, is now
5796 returned as vc-workfile-version.
7f8b6551 5797 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5798
57992000-09-04 Dave Love <fx@gnu.org>
5800
5801 * vc.el: [Merged from mainline.]
5802 (vc-dired-mode): Make the dired-move-to-filename-regexp
5803 regexp match the date, to avoid treating date as file size.
5804 Add YYYY S option to WESTERN/
5805
58062000-09-04 Dave Love <fx@gnu.org>
5807
5808 * vc.el: Require `compile' when compiling.
5809 (vc-logentry-check-hook): New option.
5810 (vc-steal-lock): Use compose-mail.
5811 (vc-dired-mode-map): Defvar when compiling.
5812 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5813 vc-sccs.el and renamed. Callers changed.
5814 (vc-backend-checkout, vc-backend-logentry-check)
5815 (vc-backend-merge-news): Doc fix.
5816 (vc-default-logentry-check): New function.
5817 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5818 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5819 (vc-backend-merge): Doc fix. Use backend functions.
5820 (vc-check-headers): Use backend functions.
5821
5822 * vc-cvs.el: Require vc when compiling.
5823 (vc-cvs-register-switches): Doc fix.
5824 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5825 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5826 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5827 New functions (code from vc.el).
5828 (vc-annotate-display-default): Fix interactive spec.
5829 (vc-annotate-time-span): Doc fix.
5830
5831 * vc-rcs.el: Require vc when compiling.
5832 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5833 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5834 (vc-rcs-checkin): New functions (code from vc.el).
5835 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5836 Doc fix.
5837 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5838
5839 * vc-sccs.el: Require vc when compiling.
5840 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5841 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5842 (vc-sccs-revert)
5843 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5844 from vc.el).
5845 (vc-sccs-add-triple, vc-sccs-record-rename)
5846 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5847 (vc-sccs-admin): Doc fix.
5848
58492000-09-04 Martin Lorentzson <martinl@gnu.org>
5850
5851 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5852 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5853 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5854 from vc.el.
5855
5856 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5857
5858 * vc-cvs.el: Moved the annotate functionality from vc.el.
5859 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5860
58612000-09-04 Dave Love <fx@gnu.org>
5862
5863 * vc.el (vc-backend-release): Call vc-system-release.
5864
5865 * vc-sccs.el (vc-sccs-system-release):
5866 Renamed from vc-sccs-backend-release.
5867
5868 * vc-rcs.el (vc-rcs-system-release):
5869 Renamed from vc-rcs-backend-release.
5870
5871 * vc-cvs.el (vc-cvs-system-release):
5872 Renamed from vc-cvs-backend-release.
5873
58742000-09-04 Dave Love <fx@gnu.org>
5875
5876 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5877 backend files.
5878 (vc-backend-release): Dispatch to backend functions.
5879 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5880 probably needs attention.]
5881
5882 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5883 (vc-sccs-backend-release): New function.
5884
5885 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5886 (vc-cvs-backend-release): New function.
5887
5888 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5889 Doc fix.
5890 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5891 (vc-default-dired-state-info): New function.
5892 (vc-dired-state-info): Dispatch to backends.
5893 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5894
5895 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5896 from vc.el and renamed.
5897
58982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5899
5900 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5901 (vc-version-other-window, vc-backend-assign-name): Removed
5902 references to vc-latest-version; sometimes changed into
5903 vc-workfile-version.
5904
5905 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5906 vc-rcs-master-workfile-version.
5907 (vc-rcs-workfile-version): Use the above. Don't call
5908 vc-latest-version (that was unreachable code, anyway).
5909 (vc-rcs-fetch-master-properties): Doc fix.
5910
5911 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5912 (vc-backend-hook-functions): Removed them from this list, too.
5913 (vc-fetch-properties): Removed.
5914 (vc-workfile-version): Doc fix.
5915
5916 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5917 (vc-rcs-workfile-version, vc-rcs-locking-user)
5918 (vc-rcs-uses-locking): Use it.
5919
5920 * vc-hooks.el (vc-consult-rcs-headers):
5921 Moved into vc-rcs-hooks.el, under the name
5922 vc-rcs-consult-headers.
5923
5924 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5925 headers.
5926 (vc-cvs-find-master): Use this name only; correct different
5927 versions of the name.
5928
5929 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5930 New functions.
5931 (vc-sccs-locking-user): Use the latter.
5932
5933 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5934 New functions.
5935
5936 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5937 Moved into both
5938 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5939 functions are implementation details of those two backends.
5940
59412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5942
5943 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5944 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5945
5946 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5947 (vc-sccs-parse-locks): SCCS-specific code moved here from
5948 vc-hooks.
5949
5950 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5951 code moved here from vc-hooks.
5952
5953 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5954 into back-end specific parts and removed. Callers not updated
5955 yet; because I guess these callers will disappear into back-end
5956 specific files anyway.
5957
59582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5959
5960 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5961 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5962 `vc-uses-locking'.
5963
5964 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5965 Store yes/no in the property, and return t/nil. Updated all
5966 callers.
5967
5968 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5969 vc-sccs-uses-locking. Don't set property.
5970 (vc-sccs-locking-user): Don't set property.
5971
5972 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5973 vc-cvs-uses-locking. Don't set property here; leave that to
5974 vc-hooks.
5975 (vc-cvs-locking-user): Reflect above change. Streamlined.
5976
5977 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5978 vc-rcs-uses-locking.
5979 (vc-rcs-locking-user): Reflect above change.
5980
59812000-09-04 Dave Love <fx@gnu.org>
5982
5983 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5984
5985 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5986
5987 * vc-hooks.el (vc-checkout-model): Punt to backends.
5988
5989 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5990
5991 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5992
5993 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5994 New functions.
5995
5996 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5997 New functions.
5998
5999 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6000 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6001
6002 * vc-hooks.el (vc-default-locking-user): New function.
6003 (vc-locking-user, vc-workfile-version): Punt to backends.
6004
60052000-09-04 Dave Love <fx@gnu.org>
6006
6007 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6008 (vc-master-workfile-version): Moved from vc-hooks.
6009
6010 * vc-rcs-hooks.el: Fix duplicate code in last change.
6011
6012 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6013 (vc-rcs-master-templates): Improve :type.
6014 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6015 vc-master-workfile-version): Moved from vc-hooks.
6016
6017 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6018 (vc-sccs-master-templates): Improve :type.
6019 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6020
6021 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6022
6023 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6024 (vc-cvs-master-templates): Improve :type. Use
6025 vc-cvs-find-cvs-master.
6026 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6027 from vc-hooks.
6028 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6029
6030 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6031 Moved to vc-cvs-hooks.
6032
6033 * vc-hooks.el: Add doc strings in various places. Simplify the
6034 minor mode setup.
6035 (vc-handled-backends): New user variable.
6036 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6037 simplification.
6038
60392000-09-04 Dave Love <fx@gnu.org>
6040
6041 * vc.el: Some doc fixes for autoloaded and interactive functions.
6042 Fix compilation warnings from ediff stuff.
6043 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6044
6045 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6046
6047 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6048
6049 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6050
60512000-09-04 Dave Love <fx@gnu.org>
6052
6053 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6054 New variable.
6055 (vc-make-backend-function, vc-loadup, vc-call-backend)
6056 (vc-backend-defines): New functions.
6057
6058 * vc-hooks.el: Various doc fixes.
6059 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6060 (vc-match-substring): Function removed. Callers changed to use
6061 match-string.
6062 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6063 Simplify.
6064
60652000-09-04 Dave Love <fx@gnu.org>
6066
6067 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6068 type.
6069 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6070 (vc-sccs-registered): Doc fix.
6071
6072 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6073 (vc-cvs-registered): Doc fix.
6074
6075 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6076 (vc-rcs-registered): Doc fix.
6077
60782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6079
6080 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6081
6082 * vc-hooks.el: vc-registered has been renamed
6083 vc-default-registered. Some functions have been moved to the
6084 backend specific files. they all support the
6085 vc-BACKEND-registered functions.
6086
60872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6088
6089 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6090
6091 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6092
a033ea13
DL
60932000-09-04 Dave Love <fx@gnu.org>
6094
179fc9ef
DL
6095 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6096 menu-bar-update-hook.
6097
6098 * help.el (help-manyarg-func-alist): Add
6099 find-operation-coding-system.
6100
a033ea13
DL
6101 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6102
6103 * custom.el (custom-set-variables): Print message about errors in
6104 setting.
6105
f8803e97
AI
61062000-09-03 Andrew Innes <andrewi@gnu.org>
6107
6108 * makefile.w32-in: Change to DOS line endings.
6109
59836110
EZ
61102000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6111
6112 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6113 minor-mode keymaps, if they don't have one.
6114
5514ba5c
EZ
61152000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * eshell/esh-module.el (eval-when-compile): Don't lose if
6118 esh-module.el's file name is truncated to DOS 8+3 limits.
6119
79cf8e80
JW
61202000-09-01 John Wiegley <johnw@gnu.org>
6121
6122 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6123 predicate, which caused entries in the completion list to be
6124 doubled.
6125
61262000-08-30 John Wiegley <johnw@gnu.org>
6127
6128 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6129 sending to subprocesses. Also, hook pre-command-hook if
6130 `eshell-send-direct-to-subprocesses' is non-nil.
6131 (eshell-send-direct-to-subprocesses): New config variable. If t,
6132 subprocess input is send immediately.
6133 (eshell-toggle-direct-send): New function.
6134 (eshell-self-insert-command): New function.
6135 (eshell-intercept-commands): New function.
6136 (eshell-send-input): If direct subprocess sending is enabled,
6137 don't echo any input to the Eshell buffer. Let the subprocess
6138 handle that. This requires "stty echo" in bash, for example.
6139
61402000-08-28 John Wiegley <johnw@gnu.org>
6141
6142 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6143 completion function for Eshell's implementation of `unset'.
6144
778911b9
EZ
61452000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * info.el (Info-directory-list): Doc fix.
6148
05d07b49
PB
61492000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6150
9b4a7800 6151 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6152 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6153
9941d4c7
KH
61542000-08-31 Kenichi Handa <handa@etl.go.jp>
6155
6156 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6157 coding systems.
6158
af9ba8ad
AI
61592000-08-30 Andrew Innes <andrewi@gnu.org>
6160
6161 * timer.el (run-with-idle-timer): Undo last change, so that timer
6162 is not activated immediately if Emacs is already idle. Some
6163 existing code relies on this behaviour.
6164
caccd8f2
MB
61652000-08-30 Miles Bader <miles@gnu.org>
6166
6167 * frame.el (set-frame-font): Do completion of font-name for
6168 interactive use.
6169
b64c0a1c
KH
61702000-08-30 Kenichi Handa <handa@etl.go.jp>
6171
6172 * international/quail.el (quail-start-translation): Bind locally
6173 last-command-event, last-command, and this-command.
6174 (quail-start-conversion): Likewise.
75cf0095 6175 (quail-self-insert-command): Fix docstring.
b64c0a1c 6176
fd5f61d3
GM
61772000-08-29 Gerd Moellmann <gerd@gnu.org>
6178
6179 * progmodes/executable.el
6180 (executable-make-buffer-file-executable-if-script-p): Check that
6181 buffer contains at least 2 characters.
6182
5b671d04
EZ
61832000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6184
6185 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6186
485d9513
DL
61872000-08-29 Dave Love <fx@gnu.org>
6188
a39fb83d
DL
6189 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6190 (diff-mode-shared-map): Bind mouse-2.
6191 (diff-imenu-generic-expression): New variable.
6192 (diff-mode): Use it.
6193
485d9513
DL
6194 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6195 (mouse-popup-menubar): Add minor mode menus.
6196 (popup-menu): Check for lookup-key returning number.
6197
ba3478d9
MB
61982000-08-29 Miles Bader <miles@gnu.org>
6199
6200 * comint.el (comint-send-input): Create overlays using the proper
6201 front/read-advance arguments.
9b4a7800 6202
c3d6d211
GM
62032000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6204
6205 * ps-print.el: Even/odd pages printing. Doc fix.
6206 (ps-print-version): New version number (6.0).
6207 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6208 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6209 (ps-print-duplex-feature): Variable eliminated.
6210 (ps-even-or-odd-pages): New variable.
6211
ba087cd7 6212 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6213 (ebnf-version): New version (3.3).
6214 (ebnf-user-arrow): Change variable customization to sexp.
6215 (ebnf-user-arrow): Function eliminated.
6216 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6217
d313265f
KH
62182000-08-29 Kenichi Handa <handa@etl.go.jp>
6219
cba62b78 6220 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6221 (help-make-xrefs): Handle help-xref-mule-regexp.
6222
6223 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6224 variable.
6225 (describe-input-method): Temporarily activate the specfied input
6226 method to display the information.
6227 (describe-language-environment): Hyperlinks to mule related items.
6228
6229 * international/mule-diag.el (charset-multibyte-form-string): New
6230 function.
6231 (list-character-sets-1): Use charset-multibyte-form-string.
6232 (describe-character-set): New function.
6233 (describe-coding-system): Hyperlinks to safe character sets.
6234
6235 * international/quail.el (quail-help): New arg PACKAGE.
6236 Hyperlinks to mule related items.
6237 (quail-help-insert-keymap-description): Use
6238 substitute-command-keys instead of describe-bindings.
6239 (quail-translation-help): Hyperlinks to mule related items.
6240
b4bd214e
JW
62412000-08-28 John Wiegley <johnw@gnu.org>
6242
ca7aae91
JW
6243 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6244 have a defsubst call itself. Made `eshell-flatten-list' back into
6245 a function again.
6246
b4bd214e
JW
6247 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6248 catch, in case re-centering point at bottom messes up the display.
6249 This happens frequently in Emacs 21, due I believe to variable
6250 line heights.
6251
6252 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6253 to call `find-tag-interactive'.
6254
6255 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6256 the list of remember directories.
6257
d44e146b
JW
62582000-08-28 John Wiegley <johnw@gnu.org>
6259
6260 * align.el: Test align-region-separate to see if it's a symbol.
6261
546c0888 62622000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6263
6264 * eshell/esh-util.el (eshell-flatten-list): Made this function
6265 into a defsubst form. It gets used very frequently, although
6266 calls don't occur all that often.
6267
6268 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6269 examining it.
6270
6271 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6272 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6273 `eshell-protect'.
6274 (eshell-copy-handles): Created a new macro for duplicating the
6275 current set of open handles. This is needed by the looping
6276 functions.
6277 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6278 is not incorrectly stomped on.
6279
6280 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6281 declaration for pcomplete-use-paring.
6282 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6283 value of eshell-cmpl-use-paring.
6284 * pcomplete.el (pcomplete-use-paring): New config variable, to
6285 indicate whether paring should be used.
6286 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6287 completion alternatives that have already been used.
6288
6289 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6290 bound to C-c C-y, which will repeat the previous N arguments
6291 (based on prefix argument).
6292 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6293
6294 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6295 if there is no *Help* buffer. This is for XEmacs, which renames
6296 its help buffers uniquely. TODO: Find out what the current buffer
6297 name to delete is.
6298
6299 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6300 first entry that correlates to a passwd/group number. Later
6301 entries (used for group/user name aliasing to multiple IDs) are
6302 ignored.
6303
9b4a7800
TTN
6304 * eshell/em-xtra.el (eshell/expr):
6305 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6306 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6307 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6308 argument list, before passing it to the system command.
6309
6310 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6311 `find-tag' for use at final position in Eshell buffers (which
6312 otherwise triggers an error on Emacs 21).
6313 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6314 buffer, if it is currently bound to `find-tag'.
6315
6316 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6317 in the list of matched Makefile names.
6318 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6319 directory, prefer its contents to Makefile.
6320
6321 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6322 directory parts (like "cd old new", or "cd =regexp"), are now case
6323 sensitive on non-Windows/DOS platforms.
6324
6325 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6326 types RET after an open delimiter (like "), display a message
6327 indicating that Eshell is waiting for the closing delimiter.
6328
6329 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6330 environment variables.
6331
6332 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6333 gracefully if the user enters incorrect arguments.
6334
6335 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6336 Eshell buffers.
6337
9b4a7800
TTN
6338 * eshell/esh-var.el (eshell-interpolate-variable):
6339 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6340 * eshell/em-unix.el (eshell-du-sum-directory):
6341 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6342 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6343 (not (= ...)).
6344
6345 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6346 to ensure the `preserve' flag gets propagated when doing recursive
6347 directory copies.
6348
546c0888 63492000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6350
6351 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6352 Don't convert \n into \0177 in memory.
6353 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6354 and back again, when reading and writing.
9b4a7800 6355
546c0888 63562000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6357
6358 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6359 testing of `fboundp' on `processp'.
6360
6361 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6362 (eshell/jobs): Don't call process-list if it is not bound.
6363 (eshell-gather-process-output): Support systems where async
6364 subprocesses aren't supported.
6365 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6366 variables.
6367
6368 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6369 eshell-do-eval returns t.
6370 (eshell-do-pipelines-synchronously): New defmacro.
6371 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6372 when async subprocesses aren't supported.
6373 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6374 if async subprocesses aren't supported.
6375 (eshell-resume-command): Don't assume STATUS is a string.
6376
6377 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6378
6379 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6380 (eshell-close-target, eshell-get-target): Use eshell-processp.
6381 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6382 fix.
6383 (eshell-get-target, eshell-create-handles): Doc fix.
6384
546c0888 63852000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6386
546c0888 6387 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6388 criterion to include commands that output something, as long as it
6389 leaves both the command and the end-of-buffer visible when the
6390 command has exited.
6391 (eshell-review-quick-commands): Adjust the help doc string
6392 accordingly.
6393
2a371c3b
PB
63942000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6395
8348e1f9 6396 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6397 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6398
9b4a7800 6399 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6400 (file-cache-assoc-function): New variable
6401 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6402 Use file-cache-case-fold-search variable
6403 (file-cache-add-file): Use file-cache-assoc-function
6404 (file-cache-delete-file): likewise
6405 (file-cache-directory-name): likewise
6406 (file-cache-debug-read-from-minibuffer): likewise
6407
95931eb1
GM
64082000-08-28 Gerd Moellmann <gerd@gnu.org>
6409
6410 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6411 (abbrev-table-name): New function.
6412 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6413 If non-nil list local abbrev, only.
6414
bb17930d
GM
64152000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6416
546c0888
EZ
6417 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6418 from Gnus support code, and use special article copy buffer
bb17930d
GM
6419 `(gnus-original-article-buffer)' instead. This allows to get rid
6420 of article-hide-headers usage (which breaks in the latest Gnus
6421 version). Thanks to Detlev Zundel.
6422
41a68aef
KH
64232000-08-28 Kenichi Handa <handa@etl.go.jp>
6424
6425 * international/quail.el (quail-use-package): Hide "... loaded"
6426 message.
6427 (quail-start-translation, quail-start-conversion): Likewise.
6428
6429 * international/kkc.el (kkc-region): Hide "... loaded" message.
6430
28bb2cef
DL
64312000-08-27 Dave Love <fx@gnu.org>
6432
6433 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6434
11a1118d
MB
64352000-08-27 Miles Bader <miles@gnu.org>
6436
6437 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6438
0f85d477
KH
64392000-08-27 Kenichi Handa <handa@etl.go.jp>
6440
6441 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6442 'ja-dic-cnv), not (require 'skkdic-cnv).
6443
2d73e8d3
MB
64442000-08-26 Miles Bader <miles@gnu.org>
6445
a0e5a5a4
MB
6446 * faces.el (face-x-resources): Add entry for :inherit.
6447 * cus-face.el (custom-face-attributes): Add support for :inherit
6448 attribute. Add support for relative face heights.
6449 (custom-face-attributes-get): Treat `nil' as being a default value
6450 for :inherit (as well as `unspecified').
6451
19feb949
MB
6452 * faces.el (set-face-attribute): Update doc string.
6453 (face-attribute-name-alist): Add :inherit.
6454 (face-valid-attribute-values): Handle :inherit.
6455 (face-read-string): Rephrase prompt to be less confusing.
6456 Assume that DEFAULT is a string, since we must return a string.
6457 (face-read-integer): Use `format' to turn DEFAULT into an
6458 acceptable default for face-read-string. Match NEW-VALUE against
6459 the string "unspecified", not the symbol `unspecified', since
6460 that's what face-read-string returns.
6461 (read-face-attribute): Lookup a name for old-value in valid, and
6462 use it as a default if we find one. Treat all values from
6463 face-read-string as strings. If the default is used, don't do any
6464 more processing on the value, just use the old value directly.
6465 (read-face-and-attribute, modify-face): Tweak prompt.
6466 (read-face-name): Don't assume prompt ends with a space.
6467
2d73e8d3
MB
6468 * faces.el (describe-face): Add support for :inherit attribute.
6469
a1a2e38f
KH
64702000-08-25 Kenichi Handa <handa@etl.go.jp>
6471
e84fa7c5
KH
6472 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6473 concat doesn't accept interger.
6474
a1a2e38f
KH
6475 * international/kkc.el: Remove SKK from Keywords. Require
6476 ja-dic-utl instead of skkdic-utl.
6477
6478 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6479 Provide ja-dic-cnv instead of skkdic-cnv.
6480 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6481 (iso-2022-7bit-short): Add safe-charsets property.
6482 (skkdic-convert-postfix): Search Japanese chou-on character in
6483 addition to Hiragana character.
6484 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6485 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6486 (batch-skkdic-convert): Likewise.
6487
6488 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6489 Provide ja-dic-utl instead of skkdic-utl.
6490 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6491
f6499c03
DL
64922000-08-24 Dave Love <fx@gnu.org>
6493
1c2c3f16
DL
6494 * disp-table.el (standard-display-default): Make the test of `l'
6495 useful.
6496
f6499c03
DL
6497 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6498 mod sample text.
6499
6500 * international/iso-ascii.el: Make pilcrow convenient string
6501 consistent with section.
6502 (iso-ascii-display): Set up multibyte characters as well as
6503 unibyte.
6504
c543db81
KH
65052000-08-24 Kenichi Handa <handa@etl.go.jp>
6506
6507 * international/mule-cmds.el (reset-language-environment): Set
6508 default-process-coding-system to '(undecided . iso-latin-1), which
6509 makes process I/O almost consistent with file I/O. Call this
6510 function when mule-cmds.el[c] is loaded.
6511
746d9caf
AI
65122000-08-22 Andrew Innes <andrewi@gnu.org>
6513
6514 * makefile.w32-in: New file.
6515
5484005d
MB
65162000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6517
6518 * comint.el (comint-output-filter): Compare end of
6519 comint-last-output-overlay with the start of the newly inserted
6520 text, not the end, when deciding whether to extend it.
9b4a7800 6521 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6522
6523 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6524 since this is now done independently of font-lock mode.
6525
7a912f63
GM
65262000-08-21 Gerd Moellmann <gerd@gnu.org>
6527
6528 * server.el (server-kill-new-buffers): New user option.
6529 (server-existing-buffer): New buffer-local variable.
6530 (server-visit-files): When using an existing buffer, set
6531 server-existing-buffer to t.
6532 (server-buffer-done): If server-kill-new-buffers is t, kill the
6533 buffer, unless it was already present before visiting it with
6534 Emacs server.
9b4a7800 6535
240301df
EZ
65362000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6537
6538 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6539 even if the display doesn't support colors: some displays will
6540 support bold/underline faces.
6541
cbcef616
GM
65422000-08-21 Gerd Moellmann <gerd@gnu.org>
6543
6917e6bb
GM
6544 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6545
cbcef616
GM
6546 * startup.el (command-line): If user's init file had an error,
6547 add explanatory text to *Messages*.
6548
6922b018
KH
65492000-08-21 Kenichi Handa <handa@etl.go.jp>
6550
6551 * man.el (Man-getpage-in-background): Decode the process output by
6552 the system locale coding system.
6553
e50c4203
DL
65542000-08-20 Dave Love <fx@gnu.org>
6555
96ab6351
DL
6556 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6557 Don't test x-popup-menu.
6558 (function) <complete-function>: Complete only fbound symbols.
6559 <validate, value>: New.
6560 (variable) <complete-function>: Complete only bound symbols.
6561 (coding-system): Add :base-only, :complete-function, :validate,
6562 :value, :prompt-match.
6563 (widget-coding-system-prompt-value): Use read-coding-system and
6564 act on :base-only.
6565 (editable-field): Add :help-echo.
6566 (widget-push-button-gui, widget-push-button-cache)
6567 (widget-gui-action, widget-editable-list-gui): COmment out, along
6568 with uses.
6569 (widget-at): Make arg optional.
6570 (widget-echo-help): Adjust for current help-echo calling sequence.
6571 (widget-specify-field, widget-specify-button)
6572 (widget-specify-insert, widget-get-sibling, widget-image-find)
6573 (widget-convert, widget-insert, widget-leave-text)
6574 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6575 (widget-setup, widget-field-find, widget-before-change)
6576 (widget-after-change, widget-default-complete)
6577 (widget-default-create, widget-default-delete)
6578 (widget-push-button-value-create, editable-field)
6579 (widget-field-prompt-value, widget-field-validate)
6580 (widget-choice-value-create, widget-choice-action)
6581 (widget-choice-validate, widget-checklist-add-item)
6582 (widget-radio-add-item, widget-radio-chosen)
6583 (widget-radio-value-inline, widget-editable-list-value-create)
6584 (widget-editable-list-entry-create)
6585 (widget-documentation-link-add)
6586 (widget-documentation-string-value-create)
6587 (widget-regexp-validate, widget-file-complete)
6588 (widget-sexp-validate, widget-plist-convert-widget)
6589 (widget-plist-convert-widget, widget-alist-convert-widget)
6590 (widget-alist-convert-widget, widget-color-complete): Simplify,
6591 particularly to avoid bindings which aren't optimized out.
6592
e50c4203
DL
6593 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6594 Doc fix.
6595 (down-list, backward-up-list, up-list, kill-sexp)
6596 (backward-kill-sexp, mark-sexp): Make arg optional.
6597 (lisp-complete-symbol): Add optional arg PREDICATE.
6598
6599 * cus-start.el: Add display-buffer-reuse-frames,
6600 file-coding-system-alist.
6601
511bd4eb
GM
66022000-08-20 Gerd Moellmann <gerd@gnu.org>
6603
6604 * startup.el (command-line): Clear realized faces after
6605 modifying TTY color mappings.
6606
a9de7d29
MB
66072000-08-20 Miles Bader <miles@gnu.org>
6608
6609 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6610 merely a subset of FACE's attributes.
6611
8a8023d9
MB
66122000-08-19 Miles Bader <miles@gnu.org>
6613
6614 * comint.el (comint-output-filter): Save the point with a marker,
6615 not just a buffer position.
6616
6617 * international/mule.el (set-buffer-process-coding-system): Make
6618 interactive prompt less confusing.
6619
1433385f
GM
66202000-08-19 Gerd Moellmann <gerd@gnu.org>
6621
6622 * hilit-chg.el: General cleanup of doc strings, comments and
6623 code formatting.
6624
136b4eda
MB
66252000-08-19 Miles Bader <miles@gnu.org>
6626
6627 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6628 Compiler macro removed; beginning-of-line is no longer always
6629 equivalent to forward-line, in the presence of fields.
6630
6631 * comint.el (comint-output-filter): Remove ad-hoc saving of
6632 restriction, and just use save-restriction, now that it works
6633 correctly. Don't adjust comint-last-input-start to account for
6634 our insertion; it shouldn't have moved because we don't use
6635 insert-before-markers anymore. Comment out call to
6636 `force-mode-line-update'; why is it here?
6637
6638 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6639 while checking for prompt to delete. Use `forward-line 0'
6640 instead of beginning-of-line.
6641 (gud-filter): Temporarily widen gud comint buffer while
6642 examining output.
6643
cdd0f857
SM
66442000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6645
ebf96bfa
SM
6646 * progmodes/sh-script.el: Big bag of typos.
6647
cdd0f857
SM
6648 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6649 check since ispell-process is not bound when ispell is not yet loaded.
6650
9bb7a286
DL
66512000-08-18 Dave Love <fx@gnu.org>
6652
6653 * image.el (find-image): Copy `spec' before using plist-put.
6654
74ec6045
GM
66552000-08-18 Gerd Moellmann <gerd@gnu.org>
6656
6657 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6658 `portugues'.
6659
6660 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6661 backward-kill-sexp, analogous to kill-sexp.
6662
6663 * progmodes/icon.el (icon-indent-line)
6664 (icon-is-continuation-line): Handle comments specially.
6665
66662000-08-17 Ken Stevens <k.stevens@ieee.org>
6667
6668 * ispell.el: Set to standard author/maintainer/keyword fields.
6669 Fine tuning to menu map appearance and operation, and added help.
6670 Remove `start' and `end' error messages when compiling.
6671 (ispell-choices-win-default-height): Fixed comment string.
6672 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6673 castellano8 dictionaries.
6674 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6675 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6676 dictionary, added italiano dictionary.
6677 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6678 word character
6679 (ispell-tex-skip-alists): Added psfig support.
6680 (ispell-skip-html): Renamed from ispell-skip-sgml.
6681 (ispell-begin-skip-region-regexp, ispell-skip-region)
6682 (ispell-minor-check): Improved html skipping support to skip across
6683 code, and recognize `&' commands without propper `;' syntax;
6684 (ispell-process-line): Fix alignment error when manually
6685 correcting spelling.
6686 (ispell): Fix comment string.
6687 (ispell-add-per-file-word-list): Always put word list on new line.
6688
3787e12e
GM
66892000-08-17 Gerd Moellmann <gerd@gnu.org>
6690
a7b28523
GM
6691 * format.el (format-encode-run-method): Fix error message to say
6692 `encode' instead of `decode'. Use save-window-excursion around
6693 shell-command-on-region as in format-decode-run-method because
6694 shell-command-on-region can display a buffer with error output.
6695 (format-decode): Don't record undo information for the decoding.
6696 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6697 that number part of the temporary buffer name so that more than
6698 one decoding using a temporary buffer can happen safely.
6699
6700 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6701 of `A-z' in the regexp.
6702
6703 * hilit-chg.el: Fix typos in commentary.
6704
3787e12e
GM
6705 * help.el (view-emacs-news): Rewritten for new naming scheme
6706 for old NEWS files.
6707
6708 * startup.el (command-line): Pop to *Messages* in case an error
6709 is signaled while loading user-init-file.
6710
d2473540
AS
67112000-08-17 Andreas Schwab <schwab@suse.de>
6712
6713 * files.el (insert-directory): Don't lose original file name,
6714 undoing an undocumented change.
6715
c0bbaf57
GM
67162000-08-17 Alex Schroeder <alex@gnu.org>
6717
6718 * sql.el (sql-magic-go): Use comint-bol.
6719 (sql-copy-column): Use comint-line-beginning-position.
6720 (comint-line-beginning-position): Define a replacement for
6721 comint-line-beginning-position if it is not fboundp.
6722
67232000-08-17 Alex Schroeder <alex@gnu.org>
6724
6725 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6726 it didn't have any effect anyway.
6727
67282000-08-17 Alex Schroeder <alex@gnu.org>
6729
6730 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6731 --pset and pager=off instead of sending \\o|cat at the beginning
6732 of the session.
6733
9d245da5
MB
67342000-08-17 Miles Bader <miles@gnu.org>
6735
6736 * progmodes/octave-inf.el: Add compatibility definition of
6737 comint-line-beginning-position.
6738
abfdbd2e
KH
67392000-08-17 Kenichi Handa <handa@etl.go.jp>
6740
6741 * startup.el (normal-top-level): Look in each dir in load-path for
6742 a leim-list.el file too. This assures of loading leim-list.el
6743 that is created at Emacs installation time even if a user have his
6744 own leim-list.el.
6745
a0b8c939
MB
67462000-08-17 Miles Bader <miles@gnu.org>
6747
6748 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6749 foreground color to black if the background is dark.
6750
7382bcae
SM
67512000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6752
6753 * loadhist.el (unload-feature): Typo.
6754
9b4a7800 6755 * finder.el (finder-compile-keywords):
7382bcae
SM
6756 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6757 to the generated file.
6758
6759 * mail/mh-e.el (mh-make-local-vars):
6760 Replace make-variable-buffer-local with make-local-variable.
6761
cdd0f857 6762 * play/landmark.el:
7382bcae 6763 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6764 * mail/mailabbrev.el (mail-abbrevs-mode):
6765 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6766 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6767
6768 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6769
6770 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6771 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6772 Allow going past the last element.
9b4a7800 6773 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6774 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6775 (cvs-mouse-toggle-mark): Don't move point.
6776 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6777
6778 * progmodes/compile.el (grep): Provide a default set of files.
6779 (next-error): Docstring fix.
6780 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6781
6782 * emacs-lisp/easy-mmode.el (define-minor-mode):
6783 Use `symbol-value' to keep the byte-compiler quiet.
6784
6785 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6786 (diff-find-source-location): New fun, extracted from diff-goto-source.
6787 (diff-goto-source): Use it.
6788 (diff-next-complex-hunk, diff-filter-lines): New function.
6789 (diff-apply-hunk): New command.
6790
6791 * smerge-mode.el (smerge-mode-menu): Doc fix.
6792
6793 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6794
4f00b8c1
DL
67952000-08-16 Dave Love <fx@gnu.org>
6796
2b5198bb
DL
6797 * windmove.el (windmove) <defgroup>: Add :version.
6798
6799 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6800 (goto-address-fontify-p, goto-address-highlight-p)
6801 (goto-address-url-face, goto-address-url-mouse-face)
6802 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6803 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6804 (goto-address-fontify, goto-address-at-mouse): Simplify,
6805 (goto-address-at-point): browse-url-url-at-point,
6806 goto-address-find-address-at-point can return nil.
6807 (goto-address-find-address-at-point): Return nil on failure.
6808
6809 * align.el (align) <defgroup>: Add :version.
6810
6811 * calculator.el (calculator): Add :version.
6812 (calculator): Use two lines for calculator window if `modeline'
6813 face is boxed.
6814
4f00b8c1
DL
6815 * play/5x5.el: Doc fixes.
6816 (5x5) <defgroup>: Add :version.
6817
6818 * play/fortune.el (fortune) <defgroup>: Add :version.
6819 (fortune-append): Fix error message.
6820 (fortune-from-region): Doc fix.
6821
6822 * play/pong.el (pong): Doc fix.
6823
6824 * play/morse.el: Keywords, commentary, autoloads.
6825
69db7ee7
EZ
68262000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6827
6828 * desktop.el (desktop-save): Don't look at symbol-value of a
6829 member of minor-mode-alist, unless it is boundp.
6830
10e1dad9
SS
68312000-08-16 Sam Steingold <sds@gnu.org>
6832
a0b8c939 6833 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6834 `while'; use `with-current-buffer' instead of `save-excursion'.
6835 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6836
9d7bcb2e
KH
68372000-08-16 Kenichi Handa <handa@etl.go.jp>
6838
6839 * international/ccl.el (declare-ccl-program): Docstring modified.
6840 (ccl-execute-with-args): Likewise.
6841
04231ab8
MB
68422000-08-16 Miles Bader <miles@gnu.org>
6843
9d245da5 6844 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6845 comint-line-beginning-position.
6846
f68446ef
GM
68472000-08-15 Gerd Moellmann <gerd@gnu.org>
6848
dc28878c
GM
6849 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6850 'buffer-menu' property.
6851 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6852 fails.
6853 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6854 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6855 wasn't killed.
10e1dad9 6856
58ed0d3b
GM
6857 * buff-menu.el (list-buffers-noselect): Don't display the
6858 *Buffer List* buffer.
6859
32dc52f7
GM
6860 * font-lock.el: Require jit-lock to prevent a very late
6861 `Loading jit-lock' message.
6862
f68446ef 6863 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6864 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6865 mail address.
6866
90ac90a2
MB
68672000-08-15 Miles Bader <miles@gnu.org>
6868
6869 * textmodes/ispell.el (ispell-graphic-p): New constant.
6870 (ispell-choices-win-default-height, ispell-help): Use
6871 `ispell-graphic-p' instead of `xemacsp'.
6872
b0a0e263
DL
68732000-08-15 Dave Love <fx@gnu.org>
6874
c1e757e3
DL
6875 * simple.el: Autoload widget-convert when compiling.
6876 (mail-user-agent): Doc fix.
6877
6878 * help.el (function-called-at-point, variable-at-point): Use
6879 with-syntax-table.
6880 (help-manyarg-func-alist): Add insert-and-inherit.
6881
6882 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6883
6884 * delsel.el (delsel-unload-hook): New function.
6885
6886 * find-file.el: Doc fixes. Move provide to end.
6887 (ff) <defgroup>: Add :link.
6888 (ff-goto-click): Deleted.
6889 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6890 Use mouse-set-point.
6891
6892 * textmodes/tildify.el: Doc fixes.
6893 (tildify) <defgroup>: Add:version.
6894
6895 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6896 (glasses-custom-set): Use set-default, not set.
6897 (minor-mode-alist): Propertize the lighter.
6898 (glasses-mode): Provide optional arg.
6899
5f847612
DL
6900 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6901 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6902 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6903 option. Provide :type.
6904 (cwarn-configuration): Provide :type.
6905 (cwarn-mode): Doc fix.
6906
6907 * add-log.el (change-log-merge): Doc fix.
6908 (change-log-redate): New command.
6909
b0a0e263
DL
6910 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6911 Doze and Dog.
6912 (browse-url): Use dolist, not mapcar.
6913 (browse-url-at-point): Check for null url.
6914 (browse-url-event-buffer, browse-url-event-point): Functions
6915 deleted.
6916 (browse-url-at-mouse, browse-url-netscape): Simplify.
6917
6918 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6919 modes.
6920 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6921 Fix previous change to mapcan.
6922 (msb--init-file-alist, msb--add-separators)
6923 (msb--make-keymap-menu): Simplify.
6924 (msb--choose-file-menu): Use copy-sequence.
6925 (msb-mode-map): Add title to keymap.
6926 (msb-unload-hook): New function.
6927
6928 * bs.el: Fix indentation.
6929 (bs) <defgroup>: Add :links.
2b5198bb
DL
6930 (bs-show): Doc fix.
6931 (bs-apply-sort-faces): Don't use window-system.
6932 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6933
70f1b78e
EZ
69342000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * calendar/timeclock.el (timeclock-file): Run .timelog through
6937 convert-standard-filename.
6938
956777b3
GM
69392000-08-14 Gerd Moellmann <gerd@gnu.org>
6940
3215096c
GM
6941 * emacs-lisp/authors.el: New file.
6942
956777b3
GM
6943 * paren.el (show-paren-priority): New user option.
6944 (show-paren-function): Set overlay priorities to
6945 show-paren-priority.
10e1dad9 6946
0cde1424
MB
69472000-08-14 Miles Bader <miles@gnu.org>
6948
6949 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6950 beginning-of-line with inhibit-field-text-motion bound.
6951
90cbf47e
GM
69522000-08-14 Gerd Moellmann <gerd@gnu.org>
6953
6954 * calendar/timeclock.el: New file.
6955
69562000-08-14 David Ponce <david@dponce.com>
6957
6958 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6959 `widget-button-click'. so that one can use left mouse button to
6960 click on dialog buttons.
6961
69622000-08-14 Emmanuel Briot <briot@gnat.com>
6963
6964 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6965 identifiers, since XML is case sensitive
10e1dad9 6966
79e8dca7 69672000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6968
660394d1
MB
6969 * comint.el (comint-output-filter): Don't bother frobbing
6970 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6971
6972 * comint.el (comint-send-string, comint-send-region): Make into
6973 real functions. Snapshot the prompt before sending.
6974
218c2cc7
EZ
69752000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6976
6977 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6978 technique similar to Info-index, instead of relying on specific
6979 names of relevant Index nodes.
6980 (Info-goto-emacs-command-node): Bind Info-history to nil when
6981 going to the first node found by Info-find-emacs-command-nodes.
6982
51e066d2 69832000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6984
6985 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6986
867102f2
MB
69872000-08-10 Miles Bader <miles@gnu.org>
6988
6989 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6990
af718538
EZ
69912000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6992
6993 * info.el (Info-file-list-for-emacs): More elements for the
6994 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6995 and woman manuals.
6996
c51bacd6
MB
69972000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6998
6999 * comint.el (comint-send-input): Make the newline boundary overlay
7000 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7001 (comint-output-filter): Use `insert' instead of
7002 `insert-before-markers'. Extend comint-last-output-overlay when
7003 necessary since we can't rely on insert-before-markers to do it.
7004 * gud.el (gud-filter): Use `with-current-buffer' instead of
7005 save-excursion when inserting the output, so that point gets
7006 updated correctly; the old method relied on a rather dodgy
7007 side-effect of comint-output-filter to avoid the effect of
7008 save-excursion.
7009
98532b12
EZ
70102000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * files.el (recover-file): Call insert-directory instead of
7013 invoking `ls' directly.
7014
3db4b719
MB
70152000-08-10 Miles Bader <miles@gnu.org>
7016
7017 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7018 (comint-last-prompt-overlay): New variables.
7019 (comint-output-filter): Implement prompt highlighting.
7020 (comint-snapshot-last-prompt): New function.
7021 (comint-send-input): Snapshot the last prompt.
7022 Use comint-highlight-input-face.
7023 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7024 Use defface instead of defcustom.
7025 (send-invisible, comint-send-eof): Snapshot the last prompt.
7026 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7027 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7028
96190aa1
SM
70292000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7030
5cda4b07
SM
7031 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7032 (regexp-opt-group): Use a list of chars for `letters'.
7033 (regexp-opt-charset): `chars' is now a list of chars.
7034 Use a char-table rather than a vector so it works for multibyte chars.
7035
96190aa1
SM
7036 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7037 Set cvs-minor-current-files to the selected fileinfo.
7038 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7039 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7040
7d093d56
EZ
70412000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7042
7043 * files.el (insert-directory): Don't call access-file on
7044 directories on DOS and Windows.
7045
b24c5811
KH
70462000-08-09 Kenichi Handa <handa@etl.go.jp>
7047
7048 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7049 longer if necessary.
7050 (ccl-embed-code): Call ccl-embed-data to store CODE in
7051 ccl-program-vector.
7052
0a6fd67e
MB
70532000-08-09 Miles Bader <miles@gnu.org>
7054
7055 * comint.el (comint-output-filter): Properly handle the case where
7056 the text surrounded by comint-last-output-overlay was deleted.
7057
9f6d1a6c
GM
70582000-08-08 Gerd Moellmann <gerd@gnu.org>
7059
25ad1371
GM
7060 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7061 non-nil.
7062 (Info-file-list-for-emacs): Remove "info" from the list because
7063 that leads to trying to use the documentation from file `info'
7064 in various situations where it isn't appropriate, for instance
7065 C-h C-k C-h i.
7066
7067 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7068 DIR and/or STRING are nil.
7069
7070 * progmodes/compile.el (compilation-setup): Make variable
7071 compilation-error-screen-columns buffer-local, as some comment
7072 in the code suggests it should be.
7073
7074 * files.el (auto-mode-interpreter-regexp): New variable.
7075 (set-auto-mode): Use it.
7076
7077 * indent.el (indent-for-tab-command): Doc fix.
7078
7079 * mouse-sel.el (mouse-sel-mode): Doc fix.
7080
9f6d1a6c
GM
7081 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7082 labels.
7083
7084 * help.el (print-help-return-message): When
7085 display-buffer-reuse-frames is set, let the help window been quit,
7086 instead of deleting it, which might delete a reused frame.
7087
3d819a75
EZ
70882000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7089
7090 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7091 rename a directory to a name that differs only by its letter case.
7092
c5a52529
KH
70932000-08-08 Kenichi Handa <handa@etl.go.jp>
7094
7095 * international/quail.el (quail-define-rules): Handle Quail decode
7096 map correctly. Add code for supporting annotations.
7097 (quail-install-decode-map): New function.
7098 (quail-defrule-internal): New optional arguments decode-map and
7099 props.
7100 (quail-advice): New function.
7101
5e9e032a
SS
71022000-08-07 Sam Steingold <sds@gnu.org>
7103
7104 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7105 `defconst', `define-condition', `with-slots'.
7106 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7107
46645f4b
MB
71082000-08-03 Miles Bader <miles@gnu.org>
7109
7110 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7111 New variable.
7112 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7113 comint-use-prompt-regexp-instead-of-fields.
7114 (comint-send-input): Add `input' field property to stuff we send to
7115 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7116 (comint-output-filter): Add `output' field property to process
7117 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7118 (comint-replace-by-expanded-history)
7119 (comint-get-old-input-default, comint-show-output)
7120 (comint-backward-matching-input, comint-forward-matching-input)
7121 (comint-next-prompt, comint-previous-prompt): Use field
7122 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7123 (comint-line-beginning-position): New function.
7124 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7125 (comint-replace-by-expanded-history-before-point): Use
7126 comint-line-beginning-position and line-end-position.
7127 (comint-last-output-overlay): New variable.
7128 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7129
7130 * shell.el (shell-prompt-pattern): Doc change.
7131 (shell-backward-command): Use line-beginning-position.
7132
7133 * gud.el (gud-gdb-complete-command): Use
7134 comint-line-beginning-position.
7135
7136 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7137 comint-bol doesn't actually go to the beginning of the line.
7138
7139 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7140 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7141 (try-expand-line-all-buffers): Likewise.
7142
7143 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7144 explicitly matching comint-prompt-regexp.
7145 (sql-copy-column): Use comint-line-beginning-position instead of
7146 explicitly matching comint-prompt-regexp.
7147
7148 * progmodes/octave-inf.el (inferior-octave-complete): Use
7149 comint-line-beginning-position.
7150
7151 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7152
7153 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7154 looking for a prompt, use `forward-line 0' instead of
7155 `beginning-of-line', to avoid getting caught by an input field.
7156
ff3d9573
GM
71572000-08-07 Gerd Moellmann <gerd@gnu.org>
7158
7159 * files.el (shell-quote-wildcard-pattern): Make sure to return
7160 PATTERN, in the Unix case.
7161
e0d8827b
EZ
71622000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7163
7164 * play/zone.el (zone): Discard any pending input before running
7165 the randomly-chosen pgm.
7166
24d55b8f
KH
71672000-08-07 Kenichi Handa <handa@etl.go.jp>
7168
7169 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7170 checking the existence of any multibyte characters.
7171
3d05e1ee
GM
71722000-08-06 Gerd Moellmann <gerd@gnu.org>
7173
6c4a4368
GM
7174 * help.el (describe-mode): Test minor-mode symbol for being
7175 bound before testing its value for being nil.
7176
3d05e1ee
GM
7177 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7178 `first', `second', and `third'.
7179
7180 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7181 (second): Make it an alias for `cadr'.
7182
6968a481
EZ
71832000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7184
7185 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7186 types of display support faces now.
7187
e49aa397
GM
71882000-08-05 Gerd Moellmann <gerd@gnu.org>
7189
7190 * pcvs.el (require): Require `cl' during compilation, only.
7191
7192 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7193 (toplevel): Remove `remq' and `remove' from autoloads.
7194 (cl-fake-autoloads): New variable. If set, arrange for an error
7195 when CL functions etc. are autoloaded.
7196
588aca27
EZ
71972000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7198
2e78d4ab
EZ
7199 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7200
85628348
EZ
7201 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7202 popped up, but the user clicks outside the menu, return an empty
7203 regexp (that causes unhighlight-regexp to have no effect).
7204
74f0e552
EZ
7205 * menu-bar.el (menu-bar-games-menu): Add Zone.
7206
588aca27
EZ
7207 * hi-lock.el (toplevel): Require font-lock.
7208
f4988be7
GM
72092000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7210
ba087cd7 7211 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7212 (ebnf-8-bit-chars): New var for bug fix.
7213 (ebnf-string): Bug fix.
7214
027b73ac
SS
72152000-08-03 Sam Steingold <sds@gnu.org>
7216
7217 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7218 instead of `buffer-string'.
7219 (require 'cl): Always, not just when compiling.
7220 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7221 necessary.
7222
2f1fa038
EZ
72232000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7224
7225 * international/mule-cmds.el (select-safe-coding-system): Make
7226 the message text about selecting a safe coding system more clear.
7227
ead53494
GM
72282000-08-02 Gerd Moellmann <gerd@gnu.org>
7229
abb2db1c
GM
7230 * hi-lock.el: New file.
7231
7232 * play/zone.el: New file.
7233
ead53494
GM
7234 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7235 value of tab-width in the original buffer. Choose a line number
7236 format that's a multiple of the original buffer's tab width, so
7237 that lines appear right.
7238
7239 * textmodes/ispell.el (ispell): New function, replacing an alias.
7240 Spell-check active region if in transient-mark-mode and mark
7241 is active; otherwise spell-check buffer.
7242
72432000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7244
7245 * ps-mule.el: Fix a customization problem on
7246 ps-mule-font-info-database-default.
7247
f4a2b0a4
EZ
72482000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7251 display-mouse-p instead of window-system.
7252 (ebrowse-member-mode-map): Ditto.
7253
b685181e
GM
72542000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7255
ba087cd7
EZ
7256 * progmodes/ebnf2ps.el: Update ps-print functions call.
7257 Indentation fix. Doc fix.
b685181e
GM
7258 (ebnf-version): New version number (3.2).
7259 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7260
3b5fab87
EZ
72612000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7262
032ebb29
EZ
7263 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7264 font lock support on window-system.
7265 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7266
3b5fab87
EZ
7267 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7268 display-color-p, if fboundp, instead of window-system.
7269
7e2605e7
EZ
72702000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7273 instead of window-system.
7274
7275 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7276 window-system.
7277 (widget-choice-mouse-down-action): Use display-popup-menus-p
7278 instead of window-system.
7279
7280 * strokes.el (strokes-file): Run the file name through
7281 convert-standard-filename.
7282 (strokes-mode): Call display-mouse-p instead of looking at
7283 window-system. Change the error message accordingly.
7284
7285 * progmodes/cpp.el (toplevel): Support faces on tty's.
7286
7287 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7288 (lm-plot-square, lm-init-display): Don't use window-system.
7289
7290 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7291 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7292
7293 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7294 instead of looking at window-system.
7295
26119624
GM
72962000-07-30 Gerd Moellmann <gerd@gnu.org>
7297
7298 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7299 of testing if iswitchb-prepost-hooks is bound, because the
7300 latter will always be true when invoking a recursive minibuffer
7301 from an active Iswitchb buffer.
7302
c90596f3
EZ
73032000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7304
7305 * files.el (shell-quote-wildcard-pattern): New function.
7306 (insert-directory): Call it. Only prepend "\" to command on Unix
7307 and GNU/Linux systems.
7308
18925e78
GM
73092000-07-30 Gerd Moellmann <gerd@gnu.org>
7310
7311 * eshell/esh-groups.el: Change custom :link file names
7312 from `eshell.info' to `eshell'.
7313
73142000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7315
7316 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7317 correctly in recursive ange-ftp listings.
7318
73192000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7320
7321 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7322 ps-header-font-size-internal and
7323 ps-header-title-font-size-internal variables are not set,
7324 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7325 face text property is (foreground-color . COLOR) or
7326 `(background-color . COLOR)', ps-print crashes. Doc fix.
7327 (ps-print-version): New version number (5.2.4).
7328 (ps-plot-region): Code fix.
7329 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7330 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7331 Bug fix 2.
7332
73332000-07-30 Milan Zamazal <pdm@freesoft.cz>
7334
7335 * glasses.el (glasses-make-readable): Fix uncapitalization of
7336 identifiers like `myXMLDocument'.
7337
aeb4c63e
KF
73382000-07-28 Karl Fogel <kfogel@red-bean.com>
7339
18925e78
GM
7340 * mail/mail-hist.el (mail-hist-previous-input)
7341 (mail-hist-next-input): Do the obvious code factorization.
7342 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7343 code of above two.
7344 If inserting a message body, leave point at top.
7345
9d453139
SS
73462000-07-28 Sam Steingold <sds@gnu.org>
7347
7348 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7349 Use `<=', not `<' to compare times!
7350 (ange-ftp-ls): Remove.
9d453139 7351
b548072f
GM
73522000-07-27 Gerd Moellmann <gerd@gnu.org>
7353
27848c01
GM
7354 * play/cookie1.el: Add explanation of how to make cookie.el
7355 compatible with strfile(1) to comment.
7356
7357 * subr.el (remove, remq): New functions.
7358
3ab82477
GM
7359 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7360 escape `*' in regexps.
7361 (midnight-find): Reverse order of arguments in the funcall of
7362 TEST.
7363
7364 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7365 and `.class'.
7366
b548072f
GM
7367 * play/meese.el: Add Commentary section.
7368
27848c01
GM
73692000-07-27 Alex Schroeder <alex@gnu.org>
7370
7371 * sql.el (sql-ms): Added autoload cookie.
7372 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7373 (sql-oracle): Ditto.
7374 (sql-help): Doc change.
7375
7376 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7377 types and exceptions.
7378
73792000-07-27 Alex Schroeder <alex@gnu.org>
7380
7381 * sql.el (sql-placeholder-history): New variable.
7382 (sql-query-placeholders-and-send): New function that will query
7383 the user and replace placeholders with user input.
7384 (sql-oracle): If running on NT, set comint-input-sender to
7385 sql-query-placeholders-and-send.
7386
7387 (sql-stop): If in the SQLi buffer, insert stop notification, else
7388 present it as a message.
7389
73902000-07-27 Alex Schroeder <alex@gnu.org>
7391
7392 * sql.el (sql-input-ring-separator): Doc change.
7393 (sql-input-ring-file-name): Doc change.
7394 (sql-interactive-mode): Use `sql-input-ring-separator' and
7395 `sql-input-ring-file-name' to set the comint-mode equivalents
7396 without making them local variables.
7397 (sql-stop): Don't bind `sql-input-ring-separator' and
7398 `sql-input-ring-file-name' dynamically to their comint-mode
7399 equivalents.
7400
91ae8751
KH
74012000-07-27 Kenichi Handa <handa@etl.go.jp>
7402
7403 * international/mule.el (register-char-codings): New function.
7404 (make-coding-system): Handle `safe-chars' specification in the arg
7405 PROPERTY.
7406
7407 * international/mule-cmds.el
7408 (find-coding-systems-region-subset-p): This function deleted.
7409 (sort-coding-systems-predicate): New variable.
7410 (sort-coding-systems): New function.
7411 (find-coding-systems-region): Use
7412 find-coding-systems-region-internal.
7413 (find-coding-systems-string): Use find-coding-systems-region.
7414 (find-coding-systems-for-charsets): Check
7415 char-coding-system-table.
7416 (select-safe-coding-system-accept-default-p): New variable.
7417 (select-safe-coding-system): Mostly rewritten. New argument
7418 ACCEPT-DEFAULT-P.
7419 (select-message-coding-system): Call select-safe-coding-system
7420 with ACCEPT-DEFAULT-P arg.
7421 (reset-language-environment): Reset default-sendmail-coding-system
7422 to the default value iso-latin-1.
7423 (set-language-environment): Don't set the obsolete variable
7424 charset-origin-alist.
7425
7426 * international/codepage.el (cp-coding-system-for-codepage-1):
7427 Give `safe-chars' property to make-coding-system.
7428
7429 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7430 calling select-message-coding-system twice.
7431
7432 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7433 instead of `safe-charsets'.
7434 (cyrillic-alternativnyj): Likewise.
7435 (ccl-encode-alternativnyj): Don't check the charset
7436 cyrillic-iso8859-5.
7437
90cf4474
KH
74382000-07-27 Kenichi Handa <handa@etl.go.jp>
7439
7440 * composite.el (compose-chars-after): Preserve match data.
7441
a1f84f6d
SS
74422000-07-26 Sam Steingold <sds@gnu.org>
7443
7444 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7445 (ange-ftp-real-file-newer-than-file-p): New function.
7446 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7447 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7448
7449 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7450 * midnight.el (midnight-float-time): Ditto.
7451
e092928e
AS
74522000-07-26 Andreas Schwab <schwab@suse.de>
7453
7454 * files.el (normal-backup-enable-predicate): Correct
7455 interpretation of the return value of compare-strings.
7456
7465ebef
GM
74572000-07-26 Gerd Moellmann <gerd@gnu.org>
7458
3353ef5a
GM
7459 * isearch.el (isearch-resume): New function.
7460 (isearch-done): Add something to command-history to resume
7461 the search.
7462 (isearch-yank-line, isearch-yank-word): Use
7463 buffer-substring-no-properties instead of buffer-substring.
7464
7465ebef
GM
7465 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7466 of flyspell-mouse-map.
7467
7468 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7469 duplicate definition.
7470 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7471
7472 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7473 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7474
5044b74a
SS
74752000-07-25 Sam Steingold <sds@gnu.org>
7476
25759a92
SS
7477 * net/ange-ftp.el: Get modtime over the net.
7478 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7479 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7480 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7481 Use it.
7482 (ange-ftp-dot-to-slash): New function.
7483 (ange-ftp-fix-name-for-vms): Use it.
7484
5044b74a
SS
7485 * midnight.el (midnight-buffer-display-time): Use
7486 `with-current-buffer'.
7487
5dcfb3f4
GM
74882000-07-25 Gerd Moellmann <gerd@gnu.org>
7489
7490 * find-dired.el: Update copyright notice.
7491 (find-dired): Offer to kill a running `find'.
7492
7493 * enriched.el (enriched-face-ans): For a `foreground-color'
7494 property, return '(("x-color" COLOR))' so that COLOR will be
7495 output as a parameter of the x-color annotation. Likewise for the
7496 `background-color' property. In the case of normal face
7497 properties, don't return annotations for unspecified foreground
7498 and background face attributes.
7499
8c662166
KH
75002000-07-25 Kenichi Handa <handa@etl.go.jp>
7501
7502 * language/japan-util.el (japanese-katakana-region): Fix handling
7503 HANKAKU argument.
7504
c28da489
MB
75052000-07-25 Miles Bader <miles@gnu.org>
7506
7507 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7508 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7509 constrain-to-field.
7510
ad349719
AI
75112000-07-24 Andrew Innes <andrewi@gnu.org>
7512
7513 * timer.el (timer-activate-when-idle): Add optional parameter
7514 DONT-WAIT. Update docstring.
7515 (run-with-idle-timer): Specify extra parameter to
7516 timer-activate-when-idle, so that timer will be activated
7517 immediately if Emacs is already idle.
7518
7519 * w32-fns.el (w32-using-nt): Fix docstring.
7520
c95162f5
DL
75212000-07-24 Dave Love <fx@gnu.org>
7522
7523 * mouse.el (popup-menu): Set last-command-event.
7524 (mouse-major-mode-menu-prefix): Declare.
7525
e3c31fd5
GM
75262000-07-24 Gerd Moellmann <gerd@gnu.org>
7527
7528 * textmodes/flyspell.el: Update to author's version 1.5d.
7529
7530 * progmodes/hideshow.el: Update copyright notice.
7531
7532 * vcursor.el: Set maintainer to FSF, since author cannot
7533 be reached.
7534
7636d2a3
EZ
75352000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7536
fbe0a958
EZ
7537 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7538 the prompt.
7539
7636d2a3
EZ
7540 * mouse.el (popup-menu): Run the keymap through indirect-function,
7541 in case it was defined with define-prefix-key. If the menu is a
7542 list of keymaps, look up the binding of user's choice in each one
7543 of the keymaps.
7544 (mouse-popup-menubar): If the global and local menu-bar keymaps
7545 don't have a prompt string, create one and insert it into the
7546 keymap. Don't barf if current-local-map returns nil.
7547
e024b101
GM
75482000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7549
7550 * dired.el (dired-sort-R-check): Added to allow recursive listing
7551 to be undone.
7552 (dired-sort-other): Use it.
7553
7972fcfc
GM
75542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7555
e024b101 7556 * Release of cc-mode 5.27
7972fcfc
GM
7557
75582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7559
7560 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7561 c-beginning-of-statement-1 that caused a bad case of recursion
7562 which could consume a lot of CPU in large classes in languages
7563 that have in-expression classes (i.e. Java and Pike).
7564
7565 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7566 statements before top level constructs (i.e. case 6 is moved
7567 before case 5 and is now case 4) to catch in-expression
7568 classes in top level expressions correctly.
7569
75702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7571
7572 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7573 objc-method-intro. Case 4 removed and case 5I added.
7574
7575 * cc-langs.el (c-append-paragraph-start): New variable used by
7576 c-common-init to get paragraph-start correct.
7577 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7578 initialize paragraph-start to make it correct both with and
7579 without the javadoc special case.
7580
7581 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7582 initialize paragraph-start for javadoc markup.
7583
7584 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7585 change by defaulting this to t. It's motivated by the
7586 confusing behavior that otherwise arise from the style system
7587 when editing both java and non-java files at the same time
7588 (see the comments about style setting in c-common-init).
7589
75902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7591
7592 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7593 similar to the one in c-fill-paragraph to check the fill
7594 prefix from the adaptive fill function for sanity.
7595
75962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7597
7598 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7599 defun block.
7600
76012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7602
5044b74a 7603 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7604
76052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7606
7607 * cc-align.el (c-lineup-multi-inher): Handle lines with
7608 leading comma nicely. Extended to handle member initializers
7609 too.
7610
e024b101 7611 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7612 c-guess-basic-syntax): Fixed recognition of inheritance lists
7613 when the lines begins with a comma.
7614
5044b74a 7615 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7616
7617 * cc-vars.el (c-offsets-alist): Changed default for
7618 member-init-cont to c-lineup-multi-inher since it now handles
7619 member initializers and indents better for leading commas.
7620
76212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7622
7623 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7624 handling that caused class open lines to be recognized as
7625 statement-conts in some cases.
7626
7627 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7628 guessed by the adaptive fill function unless point is on the
7629 first line of a block comment.
7630
7631 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7632 when the buffer ends with a macro continuation char.
7633
7634 * cc-engine.el (c-guess-basic-syntax): Added support for
7635 function definitions as statements in Pike. The first
7636 statement in a lambda block is now labeled defun-block-intro
7637 instead of statement-block-intro.
7638
7639 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7640 so that the class surrounding point is selected, not the one
7641 innermost in the state.
7642
7643 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7644 recognition of switch labels having hanging multiline
7645 statements.
7646
7647 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7648 some code in c-guess-basic-syntax to a separate function.
7649 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7650 recognition of member inits with multiple line arglists.
7651 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7652 member-init-cont when the commas are in funny places.
7653
76542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7655
7656 * cc-defs.el (c-auto-newline): Removed this macro since it's
7657 not used anymore.
7658
7659 * cc-engine.el (c-looking-at-bos): New helper function.
7660 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7661 inexpr and toplevel classes apart in Pike.
7662
7663 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7664 of case 9A.
7665
7666 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7667 constant, since "class" can introduce an in-expression class
7668 in Pike nowadays.
7669
76702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7671
7672 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7673 indentation on cpp-macro lines.
7674
7675 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7676 a syntax modifier like comment-intro, to make it possible to
7677 get syntactic indentation for preprocessor directives. It's
7678 incompatible wrt to lineup functions on cpp-macro, but it has
7679 no observable effect in the 99.9% common case where cpp-macro
7680 is set to -1000.
7681
76822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7683
7684 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7685 member-init-cont when the preceding arglist is several lines.
7686
76872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7688
7689 * cc-styles.el (c-style-alist): The basic offset for the BSD
7690 style corrected to 8.
7691
76922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7693
7694 * cc-styles.el (c-style-alist): Adjusted the indentation of
7695 brace list openers in the gnu style.
7696
76972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7698
7699 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7700
7701 * cc-cmds.el (c-electric-brace, c-electric-slash,
7702 c-electric-star, c-electric-semi&comma, c-electric-colon,
7703 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7704 when c-syntactic-indentation is nil.
7705
7706 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7707 we were left at comments preceding the first statement when
7708 reaching the beginning of the buffer.
7709
7710 * cc-vars.el (c-syntactic-indentation): New variable to turn
7711 off all syntactic indentation.
7712
77132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7714
7715 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7716 between the text and the block comment ender when it hangs,
7717 depending on how many there are before the fill.
7718
77192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7720
7721 * cc-engine.el (c-beginning-of-closest-statement): New helper
7722 function to go back to the closest preceding statement start,
7723 which could be inside a conditional statement.
7724 * cc-engine.el (c-guess-basic-syntax): Use
7725 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7726
7727 * cc-engine.el (c-guess-basic-syntax): Better handling of
7728 arglist-intro, arglist-cont-nonempty and arglist-close when
7729 the arglist is nested inside parens. Cases 7A, 7C and 7F
7730 changed.
7731
7732 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7733 up-to-date with javadoc 1.2.
7734
77352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7736
7737 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7738 multiline Pike type decls.
7739
77402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7741
7742 * cc-cmds.el (c-indent-new-comment-line): Always break
7743 multiline comments in multiline mode, regardless of
7744 comment-multi-line.
7745
77462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7747
7748 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7749 fully::qualified::names in C++ member init lists. Preamble in
7750 case 5D changed.
7751
77522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7753
7754 * cc-langs.el (c-common-init): Handling of obsolete variables
7755 moved to c-initialize-cc-mode. More compatible style override
7756 when using global style variables.
7757 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7758 variables moved here.
7759
e024b101 7760 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7761 c-special-indent-hook as a style variable. Don't talk about
7762 doing (c-make-styles-buffer-local t) in a mode hook, since
7763 that's already too late to work right.
5044b74a 7764
7972fcfc
GM
7765 * cc-styles.el (c-make-styles-buffer-local): Flag style
7766 variable localness in c-style-variables-are-local-p to make
7767 the compatibility measure in c-common-init work well.
7768
7769 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7770 longer contain set-from-style.
7771 * cc-styles.el (c-initialize-builtin-style): Don't check for
7772 set-from-style on c-special-indent-hook.
7773 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7774 copy-alist is sufficient now.
7775
7776 * cc-styles.el (c-set-style, c-set-style-1,
7777 c-get-style-variables): Fixes to variable initialization so
7778 that duplicate entries in styles have the same effect
7779 regardless of DONT-OVERRIDE.
7780
7781 * cc-styles.el (c-set-style-2): Fixed bug where the
7782 initialization of inheriting styles failed when the
7783 dont-override flag is set.
7784
7785 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7786 on this.
7787
77882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7789
7790 * cc-defs.el (c-forward-comment): Removed the workaround
7791 introduced in 5.38 since it had worse side-effects. If a line
7792 contains the string "//\"", it regarded the // as a comment
7793 start since the \ temporarily doesn't have escape syntax.
7794
77952000-07-17 Emmanuel Briot <briot@act-europe.fr>
7796
7797 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7798 ada-xref.el before ada-prj.el, so that the Project menu is created
7799 when ada-prj tries to add to it.
7800 (ada-activate-keys-for-case): Suppress the characters that are not
7801 part of the Ada syntax. Better compatibility with else-mode
7802 (ada-adjust-case-interactive): When auto-casing is not active,
7803 correctly insert newlines (used to insert only ^M). Prevent the
7804 syntax table from being changed in case of an error
814299a7 7805 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7806 Do nothing if ada-auto-case is nil.
7807 (ada-after-keyword-p): Ignore keywords that are also attributes
7808 (ada-batch-reformat): Update usage comment
7809 (ada-call-from-contextual-menu): New function
7810 (ada-case-read-exceptions): Reinitialize the casing exception list
7811 first to nil first, so that the casing exception file can be
7812 shared.
7813 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7814 files.
7815 (ada-compile-goto-error): Fix regexp used to detect a file:line
7816 anywhere in the error message
7817 (ada-contextual-menu-last-point): New variable
7818 (ada-create-keymap): If the variable delete-key-deletes-forward is
7819 t on XEmacs, it means that DEL should delete one character
7820 forward.
7821 (ada-create-menu): Use :included instead of :visible for XEmacs.
7822 New submenu "Options".
7823 (ada-end-stmt-re): Correctly indent "select ... then abort"
7824 statements.
7825 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7826 even if they don't match ada-fill-comment-prefix Fix handling of
7827 paragraphs on the first or last line of a file.
7828 (ada-format-paramlist): Fix handling of default parameter values.
7829 (ada-get-body-name): New function.
7830 (ada-get-current-indent): Optimized by searchling directly for an
7831 existing generic part or a statement outside of it. Handle
7832 ada-indent-align-comments when indenting comments Replaced some
7833 regexps by testing directly the next character. This results in a
7834 huge speedup on some files. New indentation scheme for renames
7835 statements. Stop looking for the 'while' or 'for' associated with
7836 a 'loop' at the first semicolon encountered. A "return" can also
7837 match an anonymous access subprogram declaration.
7838 (ada-get-indent-noindent): Ignore strings and comments when
7839 looking for the keywords "record" and "private".
7840 (ada-goto-matching-decl-start): When matching "if", make sure we
7841 are not in fact seeing "end if". Ignore "when" statements except
7842 when initial keyword was "begin". Fix handling of nested
7843 procedures. Add a recursive call to this function to skip over
7844 other 'end' statmts. Fix indentation for "when .. => begin"
7845 (ada-in-open-paren-p): Fix indentation for complex boolean
7846 expressions, where 'and then', 'or else' and parenthesis
7847 statements are mixed up.
7848 (ada-in-paramlist-p): Skip comments while searching for the
7849 beginning Fix handling of operator declarations.
7850 (ada-indent-align-comments): New variable
7851 (ada-indent-current): Change the syntax table only in the
7852 protected section, so that we are sure it is restored correctly.
7853 (ada-indent-on-previous-lines): Use ada-use-indent and
7854 ada-with-indent Correctly indent "select ... then"
7855 (ada-indent-region): Slight speedup.
7856 (ada-indent-renames): New variable.
7857 (ada-last-which-function-subprog, ada-last-which-function-line):
7858 New variables
7859 (ada-looking-at-semi-private): Correctly indent the 'private'
7860 keyword when it is the first word in a package declaration.
7861 (ada-loose-case-word): Stop searching if at the end of the buffer.
7862 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7863 even if point is not initially at the end of the word.
7864 (ada-matching-decl-start-re): Add "when".
7865 (ada-mode): Add support for abbrev-mode, outline-mode and
7866 which-func-mode Override the old find-file.el entry in
7867 ff-special-constructs since it is using the obsolete
7868 ada-spec-suffix variable
7869 (ada-no-auto-case): New function
7870 (ada-scan-paramlist): When parsing the argument type, accept
7871 spaces (as in "X 'Class", generated by Rational Rose).
7872 (ada-other-file-name): No longer loads the other file.
7873 (ada-popup-menu): Save and restore the current buffer and cursor
7874 position before and after displaying the menu.
7875 (ada-search-ignore-complex-boolean): New function.
7876 (ada-uncomment-region): Emacs21 already knows how to delete
7877 comments not starting in the first column.
7878 (ada-use-indent): New variable
7879 (ada-which-function): New function.
7880 (ada-with-indent): New variable
7881 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7882 can be batch-compiled from the command line.
7883
7884 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7885 Add to the menu when the file is loaded, not in ada-mode-hook.
7886 Add -toolbar to the default ddd command Switches moved from
7887 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7888 ada-prj-default-comp-opt
7889 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7890 Reference Manual to the menu
7891 (ada-check-current): rewritten as a call to ada-compile-current
7892 (ada-compile): Removed.
7893 (ada-compile-application, ada-compile-current, ada-check-current):
7894 Set the compilation-search-path so that compile.el automatically
7895 finds the sources in src_dir. Automatic scrollong of the
7896 compilation buffer. C-uC-cC-c asks for confirmation before
7897 compiling
7898 (ada-compile-current): New parameter, prj-field
7899 (ada-complete-identifier): Load the .ali file before doing
7900 processing
7901 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7902 conform to gnatmake's behavior.
7903 (ada-find-file-in-dir): New function
7904 (ada-find-references): Set the environment variables for gnatfind
7905 (ada-find-src-file-in-dir): New function.
7906 (ada-first-non-nil): Removed
7907 (ada-gdb-application): Add support for jdb, the java debugger.
7908 (ada-get-ada-file-name): Load the original-file first if not done
7909 yet.
7910 (ada-get-all-references): Handles the new ali syntax (parent types
7911 are found between <>).
7912 (ada-initialize-runtime-library): New function
7913 (ada-mode-hook): Always load a project file when a file is opened,
7914 so that the casing exceptions are correctly read.
7915 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7916 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7917 to open the project file, since the latter does not work with
7918 speedbar Get default values before loading the prj file, or the
7919 default executable file name is wrong. Use the absolute value of
7920 src_dir to initialize ada-search-directories and
7921 compilation-search-path,... Add the standard runtime library to
7922 the search path for find-file.
7923 (ada-prj-default-debugger): Was missing an opening '{'
7924 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7925 variables.
7926 (ada-prj-default-gnatmake-opt): New variable
7927 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7928 buffers, the project file is the default one Save the windows
7929 configuration before displaying the menu.
7930 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7931 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7932 ...) regexp-quote identifiers names to support operators +,
7933 -,... in regexps.
7934 (ada-remote): New function.
7935 (ada-run-application): Erase the output buffer before starting the
7936 run Support remote execution of the application. Use
7937 call-process, or the arguments are incorrectly parsed
7938 (ada-set-default-project-file): Reread the content of the active
7939 project file, not the one from the current buffer When a project
7940 file is set as the default project, all directories are
7941 automatically associated with it.
7942 (ada-set-environment): New function
7943 (ada-treat-cmd-string): New special variable ${current}
7944 (ada-treat-cmd-string): Revised. The substitution is now done for
7945 any ${...} substring
7946 (ada-xref-current): If no body was found, compiles the spec
7947 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7948 compiler to get rid of command line length limitations.
7949 (ada-xref-get-project-field): New function
7950 (ada-xref-project-files): New variable
7951 (ada-xref-runtime-library-specs-path)
7952 (ada-xref-runtime-library-ali-path): New variables
7953 (ada-xref-set-default-prj-values): Default run command now does a
7954 cd to the build directory. New field: main_unit Provide a default
7955 file name even if the current buffer has no prj file.
7956
7957 * ada-prj.el:
7958 Rewritten to show a tabbed-dialog.
7959 (ada-prj-add-ada-menu): Remove the map and name parameters.
7960 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7961 New function
7962 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7963 (ada-prj-load-from-file): New function
7964 (ada-prj-save): Always save fields that depend on the current buffer
7965 (ada-prj-show-value): New function
5044b74a 7966
7972fcfc
GM
7967 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7968 Ada mode. This will allow us to display the Ada menu in any buffer
7969 we want (for project items).
7970 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7971 number of spaces in the header.
5044b74a 7972
8730a8da
DL
79732000-07-24 Dave Love <fx@gnu.org>
7974
7975 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7976
db3ca487
NF
79772000-07-23 Noah Friedman <friedman@splode.com>
7978
ad953485
NF
7979 * type-break.el (type-break): perform autosave.
7980 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7981 (type-break-do-query): Cancel query schedule while performing
7982 actual query, to avoid possibility of a second query being made
7983 while first one is already in progress.
7984 (type-break-time-stamp-format): New variable.
7985 (type-break-time-stamp): New function.
7986 (type-break-time-warning): Use it.
7987 (type-break-keystroke-warning): Use it.
7988 (type-break-noninteractive-query): Use it.
7989
03a9c6d0
NF
7990 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7991 cookie.
7992 Use add-minor-mode to set minor-mode-alist, if available.
7993 (eldoc-echo-area-use-multiline-p): New user option.
7994 (eldoc-echo-area-multiline-supported-p): New variable.
7995 (eldoc-docstring-format-sym-doc): Use them.
7996 (eldoc-mode): If not using idle timers, append to local post and
7997 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7998 (eldoc-display-message-no-interference-p): Don't interfere with
7999 edebug.
8000 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8001 (eldoc-function-arglist): New function.
8002 (eldoc-function-argstring): Use it.
8003
db3ca487
NF
8004 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8005 auto save directory exists before calling directory-files.
8006
f7ad1899
DL
80072000-07-23 Dave Love <fx@gnu.org>
8008
8009 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8010 ^o, ^u.
8011
43e764c9
DL
80122000-07-21 Dave Love <fx@gnu.org>
8013
475de6f4
DL
8014 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8015 now passed to the function. It now works properly.
8016
43e764c9
DL
8017 * smerge-mode.el (smerge-mode-menu): Fill it out.
8018
e8bea4c0
GM
80192000-07-20 Gerd Moellmann <gerd@gnu.org>
8020
8021 * info-look.el (info-lookup): If *info* is shown in another frame
8022 on the same display, select that frame, instead of switching to
8023 the Info buffer in another window of the selected frame.
8024
8025 * simple.el (universal-argument-map): Bind numeric keypad keys
8026 kp-0 to kp-9 and kp-subtract.
8027 (digit-argument): Handle these keys.
8028
bc75b4fd
DL
80292000-07-20 Dave Love <fx@gnu.org>
8030
8031 * net/goto-addr.el (goto-address-fontify): Don't bother with
8032 buffer-modified and read-only stuff -- irrelevant with overlays.
8033 Put an extra property on the overlays and use it to clean up in
8034 case goto-address is re-run.
8035
8b7bc628
RS
80362000-07-19 Richard M. Stallman <rms@gnu.org>
8037
18e21ce8
RS
8038 * timer.el (run-with-idle-timer): Doc fix.
8039
db3ca487 8040 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8041 Handle case where <...> appears inside "...".
8042 Use replace-match to edit the string more simply.
8043 (rmail-dont-reply-to): Cope with an unmatched ".
8044
50575ec2
DL
80452000-07-19 Dave Love <fx@gnu.org>
8046
8047 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8048 implementation.
8049
8050 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8051 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8052 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8053
4279296d
GM
80542000-07-19 Gerd Moellmann <gerd@gnu.org>
8055
47db06aa
GM
8056 * textmodes/refer.el: Correct maintainer's email address.
8057
8058 * progmodes/hideif.el: Correct author's email address.
8059 Fix typo in comment.
8060
8061 * xml.el: New file.
8062
4279296d
GM
8063 * mail/mailheader.el: Correct author's mail address.
8064
8065 * gnus/parse-time.el: Correct author's mail address.
8066
47db06aa 80672000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8068
8069 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8070 New user options.
8071 (comint-input-ring-file-name): Change custom type.
8072 (comint-mode-map): Bind mouse-2.
8073 (comint-insert-clicked-input): New function.
8074 (comint-send-input): Handle input highlighting.
8075
21ad0f7b
SM
80762000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8077
8078 * mouse.el (popup-menu): New function.
8079 (mouse-major-mode-menu): Use it.
8080
3b33a005
DL
80812000-07-18 Dave Love <fx@gnu.org>
8082
8083 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8084 improvements.
8085
dc1cac59
GM
80862000-07-18 Gerd Moellmann <gerd@gnu.org>
8087
21ad0f7b 8088 * faces.el (face-font-selection-order)
dc1cac59 8089 (face-font-family-alternatives): Add custom type.
db3ca487 8090
f8276b77
DL
80912000-07-18 Dave Love <fx@gnu.org>
8092
8093 * cus-edit.el (custom-variable-reset-saved)
8094 (custom-variable-reset-standard): Remove unused bindings.
8095
8096 * rect.el (open-rectangle-line): Remove unused let.
8097
8098 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8099
3d6cd763
GM
81002000-07-18 Gerd Moellmann <gerd@gnu.org>
8101
8102 * cdl.el: Fix `Maintainer' keyword.
8103
8104 * play/pong.el: Add author's email address.
8105
34342a07
SS
81062000-07-17 Sam Steingold <sds@gnu.org>
8107
8108 * files.el (insert-directory): Call `split-string' instead of
8109 re-implementing it.
8110
088831a6
GM
81112000-07-18 Gerd Moellmann <gerd@gnu.org>
8112
8113 * mail/vms-pmail.el: Change maintainer to FSF.
8114
8115 * net/goto-addr.el: Change maintainer to FSF.
8116
088831a6 8117 * info.el (Info-title-face-alist): Removed.
db3ca487 8118
c152047f
GM
81192000-07-18 David Ponce <david@dponce.com>
8120
8121 * recentf.el (recentf-open-files): New command that works like
8122 `recentf-open-more-files', but shows the whole list of files (not just
8123 those omitted from the menu). Useful if you don't use a menu-bar!
8124 (recentf-open-more-files) Modified to use `recentf-open-files'.
8125
8126 (recentf-open-files, recentf-open-more-files)
8127 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8128
8129 (recentf-dialog-mode): New mode for dialogs. You can now just type
8130 "q" to cancel the dialogs.
8131
81322000-07-18 David Ponce <david@dponce.com>
8133
8134 * recentf.el: This is a major update of recentf.el. It adds new
8135 features to better organize the recentf menu and "More..." buffer.
8136
8137 Using new provided menu filtering functions you can now organize the
8138 recent files list:
8139
8140 - by major modes
8141 - by directories
8142 - by user defined rules
8143
8144 Finally, with the new `recentf-filter-changer' customizable filter you
8145 can define a ring of filters and dynamically (via the menu) cycle on
8146 each menu organization in the ring (a la msb).
8147
68be2869
EZ
81482000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8149
8150 * eshell/eshell.el (eshell): Replace links to eshell.info with
8151 links to eshell, to avoid problems on systems where the manual is
8152 installed as `eshell'.
8153 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8154 * eshell/em-smart.el (eshell-smart): Ditto.
8155 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8156 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8157
8158 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8159 same-file check in the MS-DOS version (it does support inodes).
8160
8161 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8162
21ad0f7b
SM
8163 * eshell/eshell.el (eshell-directory-name):
8164 Run default directory name through convert-standard-filename.
68be2869 8165
269b4dcb
KH
81662000-07-18 Kenichi Handa <handa@etl.go.jp>
8167
21ad0f7b
SM
8168 * international/mule-cmds.el (select-safe-coding-system):
8169 Fix typo in the comment.
240a16cf 8170
21ad0f7b
SM
8171 * language/european.el (compound-text):
8172 Force katakana-jisx0201 to be designated to G1.
aa96c820 8173
21ad0f7b
SM
8174 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8175 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8176 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8177
269b4dcb
KH
8178 * international/kkc.el (kkc-after-update-conversion-functions):
8179 New variable.
8180 (kkc-update-conversion): Run functions in it at the tail.
8181
68be2869 81822000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8183
21ad0f7b
SM
8184 * lisp/align.el (align-newline-and-indent):
8185 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8186 (align-region): Fixed badly formatted minibuffer message.
8187
7a3fd467
KH
81882000-07-17 Kenichi Handa <handa@etl.go.jp>
8189
21ad0f7b 8190 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8191 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8192 the conversion list at first if appropriate.
8193 (kkc-next): Don't update kkc-next-count here.
8194 (kkc-prev): Don't update kkc-prev-count here.
8195 (kkc-show-conversion-list-update): Fix setting up of conversion
8196 list message.
8197
a45423d8
SM
81982000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8199
088831a6 8200 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8201
91a38db1
DL
82022000-07-16 Dave Love <fx@gnu.org>
8203
8204 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8205 function to be more specific.
8206
8207 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8208 non-string help-echo.
8209 (widget-types-convert-widget): Defsubst it.
8210 (widget-echo-help): Try to cope with a help-echo function of two
8211 possible sorts.
8212
3fddcdc3
JR
82132000-07-15 Jason Rumney <jasonr@gnu.org>
8214
8215 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8216 Declare as obsolete.
8217
8218 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8219
bd23a692
GM
82202000-07-14 Gerd Moellmann <gerd@gnu.org>
8221
8222 * hilit-chg.el: Fix typo.
8223
d4af987a
DL
82242000-07-14 Dave Love <fx@gnu.org>
8225
8226 * info.el (Info-mode-menu): Fix use of :help, :enable.
8227
3a4f3f86
SM
82282000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8229
8230 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8231
cf6936a4
DL
82322000-07-13 Dave Love <fx@gnu.org>
8233
4d6d04b5
DL
8234 * emacs-lisp/easymenu.el: Doc fixes.
8235 (easy-menu-remove): Defalias to ignore.
8236
cf6936a4
DL
8237 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8238 Call throw correctly.
8239
56437999
GM
82402000-07-13 Gerd Moellmann <gerd@gnu.org>
8241
8242 * faces.el (frame-background-mode): Doc fix.
8243
8244 * simple.el (eval-expression-print-length): Change custom type to
8245 allow entering nil as value.
8246
d04a3972
DL
82472000-07-13 Dave Love <fx@gnu.org>
8248
3a4f3f86
SM
8249 * progmodes/fortran.el (fortran-imenu-generic-expression):
8250 Change definition layout.
a8189dfe
DL
8251 (fortran-mode-menu): Reinstate customize entries.
8252
d04a3972
DL
8253 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8254 Use :filter, per old XEmacs code.
8255
4bf4fb05
GM
82562000-07-12 Gerd Moellmann <gerd@gnu.org>
8257
8258 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8259 event when deciding what to send to the terminal.
8260
37328bcd
DL
82612000-07-12 Dave Love <fx@gnu.org>
8262
8263 * cus-start.el: Add optional version as 4th element of specs and
8264 use it for several things new in v21. Remove load-path. Fix type
8265 of line-number-display-limit.
8266
89492072
DL
82672000-07-11 Dave Love <fx@gnu.org>
8268
3a4f3f86
SM
8269 * progmodes/fortran.el: Don't require easymenu.
8270 Use repeat counts in various regexps.
315aa1de
DL
8271 (fortran-mode-syntax-table): Defvar directly.
8272 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8273 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8274 Use defvar, not defconst.
8275 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8276 (fortran-mode): Set fortran-comment-line-start-skip,
8277 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8278 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8279 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8280 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8281 (fortran-comment-region, fortran-electric-line-number): Simplify.
8282 (fortran-auto-fill): New function.
8283 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8284 (fortran-find-comment-start-skip):
8285 Check for non-null comment-start-skip.
8286 (fortran-auto-fill-mode, fortran-fill-statement):
8287 Use fortran-auto-fill.
315aa1de 8288 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8289 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8290
89492072
DL
8291 * widget.el (widget-plist-member): New alias.
8292
d55ead18
EZ
82932000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8294
8295 * eshell/esh-module.el (toplevel): Reference
8296 byte-compile-current-file only if it is bound.
8297
e82a2a05
GM
82982000-07-10 Gerd Moellmann <gerd@gnu.org>
8299
8300 * dired.el: Don't require `dired-aux'.
8301
1fc7fb2b
MB
83022000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8303
8304 * dired-aux.el (dired-show-file-type): New function.
8305 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8306 (dired-show-file-type): Add autoload.
8307
ab49ce15
KH
83082000-07-10 Kenichi Handa <handa@etl.go.jp>
8309
8310 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8311 change of fontset-info.
ab49ce15
KH
8312 (print-fontset): Likewise.
8313
f45aab65
SM
83142000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8315
8316 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8317
2f72fd2f
GM
83182000-07-07 Gerd Moellmann <gerd@gnu.org>
8319
e82a2a05 8320 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8321
2f72fd2f
GM
8322 * dired.el (dired-find-alternate-file): New function.
8323 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8324 (toplevel): Require dired-aux when compiling.
8325 (dired-buffers): Move defvar within file to avoid compiler warning.
8326
8327 * info.el (Info-last-search): Variable removed.
8328 (Info-search-history): New variable.
8329 (Info-search): New Info-search-history.
8330
8331 * battery.el, info-look.el: Change author's mail address.
8332
965522f5 83332000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8334
965522f5
GM
8335 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8336 if rmail-ignored-headers is nil.
8337 (rmail-retry-failure): Bind rmail-ignored-headers and
8338 rmail-displayed-headers to nil.
8339
dd8888a1
GM
83402000-07-06 Gerd Moellmann <gerd@gnu.org>
8341
e5c81191
GM
8342 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8343 (print-region-1): Don't hard code `-h' here.
8344
dd8888a1
GM
8345 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8346
e5c81191
GM
83472000-07-01 Francesco Potorti` <pot@gnu.org>
8348
8349 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8350 exim can use "your message" instead of "the message".
34342a07 8351
f45aab65
SM
83522000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8353
8354 * facemenu.el: Docstrings fixes.
8355 (facemenu-get-face): Don't use internal-find-face.
8356 (facemenu-iterate): Rename arg to match the docstring.
8357
8358 * newcomment.el (uncomment-region): Be more careful when skipping
8359 backwards over `=' not to bump into BOBP.
8360
d396e521 83612000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8362
dd8888a1
GM
8363 * ediff-diff.el (ediff-wordify): Use syntax table.
8364 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8365 ediff-color-display-p.
dd8888a1 8366 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8367 from defsubst.
8368 Got rid of special cases for NeXT and OS/2.
dd8888a1 8369 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8370 face.
34342a07 8371
5e2dfaa4
SM
83722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8373
8374 * emacs-lisp/lucid.el: Require CL.
8375 (copy-tree, remprop): Remove, it's provided by CL.
8376 (map-keymap): Define in terms of cl-map-keymap.
8377 (extent-property, set-extent-end-glyph): New functions.
8378
8379 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8380
d5c5cddd
GM
83812000-07-05 Gerd Moellmann <gerd@gnu.org>
8382
485266d0
GM
8383 * Makefile.in (DONTCOMPILE): Add comment that the name may
8384 not be changed without changing the make-dist script.
8385
5e2dfaa4 8386 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8387 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8388
e2c46326
AI
83892000-07-05 Andrew Innes <andrewi@gnu.org>
8390
8391 * makefile.nt: Add support for `bootstrap' and related targets.
8392
a027a91b
SM
83932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8394
8395 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8396 (easy-menu-do-define): Use `menu-item' format.
8397 Handle case where easy-menu-create-menu returns a symbol.
8398 Manually call the potential top-level filter in the function binding.
8399 (easy-menu-filter-return): New arg NAME.
8400 Convert to a keymap if MENU is an XEmacs menu.
8401 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8402 (easy-menu-converted-items-table, easy-menu-convert-item):
8403 New var and fun to memoize easy-menu-convert-item-1.
8404 (easy-menu-do-add-item): Use it.
8405 (easy-menu-create-menu): Use easy-menu-convert-item.
8406 Wrap easy-menu-filter-return around any :filter specification.
8407 Don't convert the menu if a filter was specified.
8408 Tell easy-menu-make-symbol not to check for MENU being an expression.
8409 (easy-menu-make-symbol): New arg NOEXP.
8410
5e03eb84
GM
84112000-07-05 Gerd Moellmann <gerd@gnu.org>
8412
8413 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8414 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8415 (eval-defun): If called with prefix arg, instrument code for
8416 Edebug.
8417
8418 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8419 similar to that of eval-defun.
8420
fca68a95
DL
84212000-07-04 Dave Love <fx@gnu.org>
8422
7ccbba4c
DL
8423 * hl-line.el (hl-line-overlay): Make it permanent-local.
8424
fca68a95
DL
8425 * calendar/todo-mode.el: Replaced with a working version, based on
8426 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8427
84282000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8429
8430 * paths.el (prune-directory-list): New function.
8431 (Info-default-directory-list): Rewritten to more methodically
8432 enumerate a big list of possible info directories (based on the
8433 list used by the standalone info reader).
fca68a95 8434
78e7e8a0 8435 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8436 non-existent directories from Info-directory-list.
78e7e8a0 8437
78e7e8a0
MB
8438 * paths.el (Info-default-directory-list): Try a list of possible
8439 info-directories instead of a single one. Add the possible
8440 info directory "/usr/share/info".
8441
8442 * woman.el (woman-man.conf-path): Explicitly include the debian
8443 man-db config file "/etc/manpath.config".
8444 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8445 are present in `manpath.config'.
8446 (woman-manpath): Include "/usr/share/man".
8447
67c9a1d2
GM
84482000-07-03 Gerd Moellmann <gerd@gnu.org>
8449
6753393b
GM
8450 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8451
8452 * startup.el (command-line): Initialize blink-cursor based
8453 on window-system.
8454
e4f98ad3
GM
8455 * frame.el (blink-cursor): Default to nil if not running under
8456 a window-system.
8457
2f516940
GM
8458 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8459 (face-x-resources): Remove duplicate entry for :font.
8460
67c9a1d2
GM
8461 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8462 instead of cycling through windows with next-window.
8463
8464 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8465 of cycling through windows with next-window.
8466
8467 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8468 of cycling through windows with next-window.
8469
8470 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8471 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8472 instead of cycling through windows with next-window.
8473
8474 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8475 instead of cycling through windows with next-window.
8476
8477 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8478 of cycling through windows with next-window.
8479
8480 * terminal.el (te-process-output): Use walk-windows instead of
8481 cycling through windows with next-window.
8482
8483 * server.el (server-switch-buffer): Use some-window instead of
8484 cycling through windows with next-window.
8485
8486 * window.el (some-window): New function.
8487 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8488
3a4f3f86 8489 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8490
8b7bc628 84912000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8492
8493 * window.el (walk-windows): Guarantee termination by keeping a list
8494 of all the windows already handled.
8495
d0d57043
EZ
84962000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8497
8498 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8499 window-system.
8500
8501 * man.el (Man-notify-when-ready): Don't use window-system. If
8502 Man-notify-method is newframe, and the display is not
8503 multi-frame, select the frame created for the man page.
8504 (Man-init-defvars): Doc fix.
8505
d5483ab1
GM
85062000-06-28 Gerd Moellmann <gerd@gnu.org>
8507
af5c25e1
GM
8508 * faces.el (region): Change background color for light background.
8509
8510 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8511 attribute from mode-line face of Ediff control frame.
8512
d5483ab1
GM
8513 * replace.el (query-replace-map): Bind `e' like `E'.
8514
9d47450f
EZ
85152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8516
3a4f3f86
SM
8517 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8518 Change name to "Select All".
496b7491 8519
9d47450f
EZ
8520 * dos-fns.el (convert-standard-filename): Fix last change.
8521
0b431deb
GM
85222000-06-27 Gerd Moellmann <gerd@gnu.org>
8523
4fa9f636
GM
8524 * help.el (describe-variable): Don't insert a second `'s' in front
8525 of the string `value is shown below'. Since the syntax-table is
8526 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8527 an existing `'s', so that this won't be deleted.
8528
0b431deb
GM
8529 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8530 * pcmpl-unix.el: New files.
8531
32cad0aa
SM
85322000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8533
8534 * wid-edit.el (widget-member): Use the new plist-member.
8535
2c69ced2
GM
85362000-06-26 Gerd Moellmann <gerd@gnu.org>
8537
44c0f771
GM
8538 * replace.el (perform-replace): Undo change of 2000-04-04.
8539 Instead, move backward 1 character at the end of the loop when
8540 necessary.
34342a07 8541
1d36487c
GM
8542 * faces.el (fringe): Change face for different backgrounds.
8543
8544 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8545 patch from John.
8546
2c69ced2
GM
8547 * eshell/*.el: Change spelling of the Free Software Foundation.
8548
8549 * eshell/esh-toggle.el: Removed.
8550
8551 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8552
8553 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8554 interactively.
8555
85562000-06-26 Alex Schroeder <alex@gnu.org>
8557
8558 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8559 `define-key'; instead of checking `(emacs-version)' check for
8560 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8561 for `;' and `o' which might be electric.
8562
8563 (sql-electric-stuff): New user option.
8564 (sql-magic-go): New function which uses `sql-electric-stuff'.
8565 (sql-magic-semicolon): New function which uses
8566 `sql-electric-stuff'.
8567
8568 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8569 is not fboundp.
8570
8571 (sql-oracle-options): New variable.
8572 (sql-oracle): Use it.
8573
8574 (sql-imenu-generic-expression): Doc change.
8575 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8576 is used.
8577
8578 (sql-informix): Added command line parameter "-" to force
8579 sql-informix-program to use stdout.
8580
db1306d8
EZ
85812000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8582
3a4f3f86 8583 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8584 (cp864-decode-table): Doc fix.
8585 (cp720-decode-table): New variable, supports the Arabic OEM
8586 codepage used by Windows.
8587 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8588
c69e5fcd
DL
85892000-06-23 Dave Love <fx@gnu.org>
8590
8591 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8592 (font-lock-fontify-anchored-keywords): Use
8593 line-beginning-position.
8594 (global-font-lock-mode): Use mapc.
8595
30ad8f23
SM
85962000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8597
8598 * eshell/esh-module.el: Require CL when compiling.
8599
26b4dc84
GM
86002000-06-23 Gerd Moellmann <gerd@gnu.org>
8601
78c56e70
GM
8602 * comint.el (comint-substitute-in-file-name): Call replace-match
8603 with second and third arg t.
8604
34342a07 8605 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8606 Specify foreground color.
8607
8608 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8609 color.
8610
affbf647
GM
8611 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8612
8613 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8614 cddr instead of cdddr.
8615
25fffb31
GM
8616 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8617 instead of copy-list.
8618
8619 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8620 of copy-list.
8621
26b4dc84
GM
8622 * subdirs.el: Add eshell subdirectory.
8623
8624 * eshell: New subdirectory containing the Eshell package.
8625
8626 * pcomplete.el: New file.
8627
78c56e70
GM
86282000-06-23 Paul Eggert <eggert@twinsun.com>
8629
ea055732
GM
8630 * mail/mailpost.el (post-mail-send-it): Make sure file has
8631 proper permissions from birth.
8632
8633 * files.el (basic-save-buffer-2): When temporarily setting
8634 file modes, set them to current modes plus 0200, not to 0777.
8635
78c56e70
GM
8636 * emerge.el (emerge-make-temp-file): Make sure file has proper
8637 permissions from birth.
8638
a3a7ff33
EZ
86392000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8640
8641 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8642 backup file name through convert-standard-filename.
8643
8644 * dos-fns.el (convert-standard-filename): Convert leading
8645 directories as well. When long file names are supported, convert
8646 characters that are invalid in Windows file names.
8647
1fd9b7fe
GM
86482000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8649
8650 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8651 ps-print crashes. New feature: page selection for printing. Create
8652 raw-text-unix coding system for XEmacs. Doc fix.
8653 (ps-print-version): New version number (5.2.3).
8654 (ps-plot-region): Bug fix.
8655 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8656 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8657 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8658 funs.
8659 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8660 (ps-last-page): New vars.
8661
16ed8416
GM
86622000-06-21 Gerd Moellmann <gerd@gnu.org>
8663
8664 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8665 empty option string.
8666
4fbee715
EZ
86672000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8668
8669 * man.el (man): Doc fix.
8670
eaecfc94
KH
86712000-06-21 Kenichi Handa <handa@etl.go.jp>
8672
8673 * international/mule-cmds.el (set-language-info-alist): Docstring
8674 fixed.
8675
4a27bdfb
GM
86762000-06-20 Gerd Moellmann <gerd@gnu.org>
8677
8678 * version.el (emacs-version): Use ISO date format.
8679
8680 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8681 instead of `M-backspace'.
8682
8683 * simple.el (turn-off-auto-fill): New function.
8684
8972fe79
SM
86852000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8686
8687 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8688 Renamed from with-buffer-prepared-for-font-lock and use
8689 inhibit-modification-hooks rather than setting *-change-functions.
8690 Update all functions to use the new name.
8691 (jit-lock-first-unfontify-pos): New semantics (and doc).
8692 (jit-lock-mode): Make non-interactive.
8693 Don't automatically turn on font-lock.
8694 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8695 Always use jit-lock-after-change.
8696 Remove and restore font-lock-after-change-function.
8697 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8698 (jit-lock-after-unfontify-buffer): Remove.
8699 (jit-lock-stealth-fontify):
8700 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8701 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8702
5d80cc9c
SS
87032000-06-20 Sam Steingold <sds@gnu.org>
8704
8705 * emacs-lisp/cl-indent.el (toplevel): Indent
8706 `print-unreadable-object' properly. Untabify.
8707
f54e4d13
CD
87082000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8709
8710 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8711 Support for bibentry.
8712 (reftex-compile-variables): Fixed problem with end of section-re.
8713
8714 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8715 reftex-view-crossref-from-bibtex):
8716 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8717 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8718 Replaced `remprop' with `put'.
8972fe79
SM
8719 (reftex-view-crossref, reftex-view-crossref-when-idle):
8720 Support for bibentry.
f54e4d13 8721
8972fe79
SM
8722 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8723 New entry for bibentry package.
f54e4d13 8724
8972fe79
SM
8725 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8726 Regexp also matches "\nobibliography".
f54e4d13 8727
8972fe79
SM
8728 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8729 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8730 (reftex-ensure-write-access): New function.
8731
f54e4d13
CD
87322000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8733
8734 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8735
8736 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8737
8738 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8739
8740 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8741
8742
560c43f4
DL
87432000-06-20 Dave Love <fx@gnu.org>
8744
8745 * faces.el (frame-background-mode): Use set-default, not set, in
8746 setter.
8747 (frame-update-faces, frame-update-face-colors): Define with
8748 defalias.
8749
8750 * enriched.el (enriched-decode-foreground)
8751 (enriched-decode-background): Don't use internal-find-face.
8752
8753 * apropos.el: Doc fixes.
8754
8755 * cus-edit.el (customize-changed-options): Check arg.
8756 (customize-version-lessp): Don't require decimal point.
8757
8758 * custom.el (defcustom, defgroup): Doc fix.
8759
8760 * newcomment.el (comment) <defgroup>: Add :version.
8761 (comment-multi-line): Doc fix.
8762
8763 * emulation/mlsupport.el (define-hooked-local-abbrev,
8764 define-hooked-global-abbrev): Fix, using define-abbrev.
8765
cdf0357b
GM
87662000-06-19 Gerd Moellmann <gerd@gnu.org>
8767
8768 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8769 the whole buffer.
8770
10013d74
DL
87712000-06-19 Dave Love <fx@gnu.org>
8772
8773 * menu-bar.el (menu-bar-options-save): New function.
8774 (menu-bar-options-menu): Use it.
8775 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8776 Simplify.
8777
6922f208
AS
87782000-06-19 Andreas Schwab <schwab@suse.de>
8779
8780 * progmodes/etags.el (tags-query-replace): Put new parameters
8781 START and END at the end, for backward compatibility.
8782
10d7bf84
KH
87832000-06-19 Kenichi Handa <handa@etl.go.jp>
8784
8785 * international/codepage.el:
8786 (cp-coding-system-for-codepage-1): Delete special codes for
8787 generating xxx-dos coding system because now a CCL based coding
8788 system can handle EOL conversion by default.
8789
8790 * international/mule.el (make-coding-system): Generate subsidiary
8791 coding systems for EOL handling variants even for a CCL based
8792 coding system.
8793
8f3c9a3d
KH
87942000-06-19 Kenichi Handa <handa@etl.go.jp>
8795
8796 * international/isearch-x.el (isearch-minibuffer-input-method)
8797 (isearch-minibuffer-input-method-function): These variables
8798 deleted.
8799 (isearch-with-input-method): Don't use the above variables.
8800 (isearch-process-search-multibyte-characters): Likewise. Call
8801 read-string with the arg INHERIT-INPUT-METHOD t.
8802
c2acf685
SM
88032000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8804
13f0d185
SM
8805 * font-lock.el (font-lock-after-fontify-buffer)
8806 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8807
8808 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8809 Use consistent make-local-variable style for font-lock-fontified.
8810 (jit-lock-fontify-buffer):
8811 Don't bother checking for font-lock-mode and jit-lock-mode.
8812
c2acf685
SM
8813 * time.el: Remove trailing ^M that prevent CVS-merging.
8814
a9021acd
GM
88152000-06-16 Gerd Moellmann <gerd@gnu.org>
8816
8817 * Makefile.in (distclean): New target.
5d80cc9c 8818
0df68e9f
SM
88192000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8820
8821 * Makefile.in (srcdir): Define for update-subdirs.
8822
6344985d
GM
88232000-06-16 Gerd Moellmann <gerd@gnu.org>
8824
8825 * find-lisp.el: New file.
8826
63239267
AI
88272000-06-16 Andrew Innes <andrewi@gnu.org>
8828
8829 * time.el (display-time-mail-function): New variable, to allow
8830 external packages to indicate when new mail is available.
8831 (display-time-update): Use it.
8832
1699f991
KH
88332000-06-16 Kenichi Handa <handa@etl.go.jp>
8834
a3b37893
KH
8835 * international/mule.el (mule-version): Change version name to
8836 SAKAKI. AOI has already been used by Meadow.
8837
1699f991
KH
8838 * international/quail.el (quail-show-guidance-buf): To find the
8839 bottom window (but minibuffer), pay attention to the height of
8840 minibuffer.
8841
228b083e
EZ
88422000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8843
7d5c8691
EZ
8844 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8845 menu-bar menus. Add help strings. Don't remove the Edit menu
8846 from the menu bar, as the menu bar has enough space now.
8847
261f3289
EZ
8848 * Makefile.in (SHELL): Make sure /bin/sh is used.
8849
228b083e
EZ
8850 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8851 characters, which use series of two ^H characters instead of one.
8852
e27e8d71
GM
88532000-06-15 Gerd Moellmann <gerd@gnu.org>
8854
5d80cc9c 8855 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8856 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8857 functions.
451ec4e3
GM
8858 (Info-find-node-2): Try a case-sensitive search first, then
8859 do a case-insensitive search.
8860
8861 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8862 tutorials.
8863
b675095c
GM
8864 * complete.el (PC-env-vars-alist): New variable.
8865 (PC-complete-as-file-name): New function.
8866 (partial-completion-mode): Initialize PC-env-vars-alist from
8867 process-environment.
8868 (PC-do-completion): Handle completion of env vars.
8869
8870 * info.el (Info-set-mode-line): Show file name in mode line,
8871 use `*Info*' instead of `Info:'.
8872
e27e8d71
GM
8873 * startup.el (command-line-1): Change copyright messages to year
8874 2000.
8875
28223a7e
DL
88762000-06-15 Dave Love <fx@gnu.org>
8877
8878 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8879 not local-map.
8880
32684631
KH
88812000-06-15 Kenichi Handa <handa@etl.go.jp>
8882
8883 * international/mule.el (set-buffer-file-coding-system): Almost
8884 rewritten to handle `undecided' as no-op.
8885
9f817ea4
GM
88862000-06-14 Gerd Moellmann <gerd@gnu.org>
8887
e27e8d71 8888 * Makefile.in: New file.
dce6b995
GM
8889
8890 * Makefile: Removed.
8891
9f817ea4
GM
8892 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8893 (goto-address-highlight-keymap): Bind C-c RET.
8894
2de33f94
KH
88952000-06-14 Kenichi Handa <handa@etl.go.jp>
8896
bbf1e8a5
KH
8897 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8898 inherits buffer-file-coding-system of the current buffer.
725a6897 8899
02891cc3
KH
8900 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8901 0. Give correct argument to set-auto-coding-function.
8902 (tar-expunge): For goto-char, use (point-min), not 0.
8903 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8904 (tar-subfile-save-buffer): Likewize.
8905
2de33f94
KH
8906 * international/mule.el
8907 (after-insert-file-set-buffer-file-coding-system): Call
8908 set-buffer-file-coding-system with the arg FORCE t.
8909
1681ead6
GM
89102000-06-13 Gerd Moellmann <gerd@gnu.org>
8911
8912 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8913 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8914 the sender is set with `-f'.
1681ead6 8915
fdf4b680
DL
89162000-06-13 Dave Love <fx@gnu.org>
8917
9c50afce
DL
8918 * help.el (describe-function-1): Kluge around cases of functions
8919 fset to subrs whose doc doesn't match their symbol-name.
8920
0ad550ba 8921 * image.el (insert-image): Default STRING to a space.
f290ca08 8922
fdf4b680 8923 * info.el Doc fixes.
5d80cc9c 8924 (Info-build-node-completions): Match Ref tags.
fdf4b680 8925
9b6610db
EZ
89262000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8927
a704139d
EZ
8928 * frame.el (display-multi-frame-p, display-multi-font-p): New
8929 defaliases for display-graphic-p.
8930
9b6610db
EZ
8931 * hl-line.el: Fixed a typo in commentary.
8932
7a5ea398
KH
89332000-06-13 Kenichi Handa <handa@etl.go.jp>
8934
8935 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8936 fixed.
8937
0dc91c57
DL
89382000-06-12 Dave Love <fx@gnu.org>
8939
8940 * image.el (insert-image): Save a little consing.
8941
0bd5914b
KH
89422000-06-12 Kenichi Handa <handa@etl.go.jp>
8943
8944 * language/tibet-util.el: Convert all tibetan-1-column characters
8945 to the corresponding tibetan characters.
8946 (tibetan-add-components): Delete code for the special treatment of
8947 'a chung.
8948
8949 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8950 change.
8951 (tibetan-vowel-transcription-alist): More rules added.
8952 (tibetan-composite-vowel-alist): New variable.
8953 (tibetan-precomposition-rule-alist): More rules added.
8954
6dc7d3d5
SM
89552000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8956
9c04c393
SM
8957 * startup.el (command-line): Only call menu-bar-mode if interactive.
8958
8959 * thingatpt.el (toplevel symbol-properties):
8960 * textmodes/makeinfo.el (makeinfo-compile):
8961 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8962 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8963 (hide-ifdef-use-define-alist):
5d80cc9c 8964 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8965 (ange-ftp-vms-add-file-entry):
8966 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8967 * man.el (Man-build-man-command):
8968 * mail/rnewspost.el (news-reply-header-hook):
8969 * info.el (Info-insert-dir):
8970 * emulation/mlconvert.el (backward-word, forward-word, setq):
8971 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8972 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8973 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8974 (byte-optimize-apply, end of file):
8975 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8976 (ad-make-freeze-definition):
8977 * startup.el (command-line, command-line-1): Don't quote lambdas.
8978
6dc7d3d5
SM
8979 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8980 (cvs-cleanup-removed): New function.
8981 (cvs-cleanup-functions): New var.
8982 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8983 some flexibility in specifying additional entries to auto-cleanup.
8984 (cvs-quickdir): New function.
8985 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8986 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8987 (cvs-mode-find-file): Check that we are on a filename or dirname
8988 when invoked through a mouse-click.
8989 (cvs-full-path): Remove.
8990 (cvs-dired-action): Re-introduced.
8991 (cvs-dired-noselect): Use it.
8992 (vc-post-command-functions): use this new hook if available.
8993
8994 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8995 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8996 (cvs-filename-map, cvs-dirname-map): Remove.
8997 (cvs-default-action): Remove.
8998 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8999 if the arg is really a keymap.
9000 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9001 Don't hardcode the mapping from state (aka type) to face, but check
9002 the var cvs-fi-<type>-face instead.
9003 (cvs-fileinfo-from-entries): New function.
9004
9005 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9006 Docstring fix.
9007 (cvs-find-file-and-jump): Change default to be safer.
9008 (cvs-mode-diff-map): Define it as a function as well.
9009 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9010 Bind mouse-2 in this global map rather than with text-properties.
9011
9012 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9013 file to resolve the ambiguity between C(conflict) and C(need-merge).
9014
5050a2ef
KH
90152000-06-12 Kenichi Handa <handa@etl.go.jp>
9016
9017 * international/mule.el (set-buffer-file-coding-system): If
9018 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9019 unconditionally.
9020
35a7ac84
DL
90212000-06-12 Dave Love <fx@gnu.org>
9022
9023 * wid-edit.el (widget-specify-button): Really suppress the face if
9024 required.
9025
db8eeecd
GM
90262000-06-11 Gerd Moellmann <gerd@gnu.org>
9027
9028 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9029
70223ca4
SM
90302000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9031
9032 * imenu.el (imenu-generic-expression): Docstring fix.
9033
9034 * composite.el (composition-function-table): Move the `put'
9035 below the autoload cookie so we can load the file before loaddefs.
9036
9037 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9038
9039 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9040 Handle easy-mmode-define-global-mode.
9041 For complex macros like define-minor-mode that can generate
9042 several autoload entries, try to autoload entries in the
9043 macroexpanded code.
9044
9045 * emacs-lisp/easy-mmode.el (define-minor-mode):
9046 If KEYMAP is a symbol, just use it.
9047 Use byte-compile-current-file and load-file-name to infer the
9048 proper :require to pass to defcustom.
9049 Wrap the hook var into `progn' so as not to autoload it.
9050 Add a :autoload-end cookie.
9051 Be more careful about the evaluation of KEYMAP.
9052 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9053 (define-derived-mode): Move define-abbrev-table outside of defvar.
9054
90552000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9056
9057 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9058 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9059 (backup-compiled-files): Ignore errors during `tar'.
9060 (bootstrap): Make autoloads before elc files.
9061
9c53b34e
KH
90622000-06-10 Kenichi Handa <handa@etl.go.jp>
9063
9064 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9065 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9066
9067 * international/mule-conf.el (unix): New alias for the coding
9068 system undecided-unix.
9069
22ddd299
DL
90702000-06-09 Dave Love <fx@gnu.org>
9071
5ee42746
DL
9072 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9073
70223ca4 9074 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9075 (executable-insert): Change custom type.
9076 (executable-find): Add autoload cookie.
cc7e1d18
DL
9077 (executable-make-buffer-file-executable-if-script-p): New
9078 function. After Noah Friedman.
22ddd299
DL
9079
9080 * files.el (after-save-hook): Customize, with
cc7e1d18 9081 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9082
41ea3794
KH
90832000-06-09 Kenichi Handa <handa@etl.go.jp>
9084
f89437e3
KH
9085 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9086 "tib24p-mule.bdf" for Tibetan.
9087
7a4ee259
KH
9088 * composite.el (decompose-composite-char): Declare it as obsolete.
9089
ff6a65c2
KH
9090 * man.el (Man-fontify-manpage): Pay attention to underline and
9091 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9092
f83fe4b4
GM
90932000-06-08 Gerd Moellmann <gerd@gnu.org>
9094
9095 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9096 Set maintainer to FSF since author isn't reachable.
9097
e56d7900
DL
90982000-06-08 Dave Love <fx@gnu.org>
9099
9100 * international/mule-cmds.el (select-safe-coding-system): If
9101 DEFAULT-CODING-SYSTEM is not specified, also check the most
9102 preferred coding-system if buffer-file-coding-system is
9103 `undecided'. From Handa.
9104
d3981b49
KH
91052000-06-08 Kenichi Handa <handa@etl.go.jp>
9106
9107 * international/mule.el
9108 (after-insert-file-set-buffer-file-coding-system): If the buffer
9109 size is greater than INSERTED, judget that we are not visiting.
9110
bff71087
RV
91112000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9112
9113 * whitespace.el (defgroup whitespace): Comment out `:version'.
9114 XEmacs 20.4 has problems defining the group with this present.
9115 We'll have this commented out till get resolve the problem.
9116
fd9ac94c
GM
91172000-06-07 John Wiegley <johnw@gnu.org>
9118
9119 * align.el (align-dq-string-modes, align-sq-string-modes)
9120 (align-open-comment-modes): Add pyhton-mode.
9121 (align-rules-list): Use get-text-property instead of
9122 text-properties-at.
9123 (align-rules-list): Add python-assignment.
9124 (align-rules-list): Change perl-comma-delimiter to
9125 basic-comma-delimiter. Use if for Perl modes and python-mode.
9126 (align-rules-list): Add python-chain-logic and
9127 basic-line-continuation.
45f485a6
GM
9128
91292000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9130
9131 * apropos.el (apropos-mode-hook): New user variable.
9132 (apropos-mode): Run apropos-mode-hook.
bff71087 9133
45f485a6
GM
91342000-06-07 David Ponce <david@dponce.com>
9135
9136 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9137 commands. Require `wid-edit' at run-time.
9138
91392000-06-07 David Ponce <david@dponce.com>
9140
9141 * recentf.el: Added some "Commentary".
9142 (recentf-open-more-files, recentf-edit-list): Minor changes to
9143 move the point at the top of the file list. This behaviour is
9144 consistent with the menu one when the list contains a lot of
9145 files.
9146 (recentf-cleanup): Now displays the number of items removed from
9147 the list.
9148 (recentf-relative-filter) New menu filter to show filenames
9149 relative to `default-directory'.
bff71087 9150
45f485a6
GM
91512000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9152
9153 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9154 with/without giving an error if PostScript printer doesn't have this
9155 kind of page size. Zebra Stripe continues or restarts on next page.
9156 Manual/automatic paper feeding. Switch or not the header.
9157 (ps-print-version): New version number (5.2.2).
9158 (ps-windows-system): Include emx as a Windows system.
9159 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9160 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9161 (ps-background-text): Code fix.
9162 (ps-error-handler-message, ps-user-defined-prologue)
9163 (ps-print-prologue-header, ps-printer-name)
9164 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9165 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9166 (ps-use-face-background): Customization fix.
9167 (ps-n-up-database): Data fix.
9168 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9169 (ps-switch-header): New vars.
9170 (ps-xemacs-color-name, ps-face-foreground-name)
9171 (ps-face-background-name, ps-boolean-constant): New funs.
9172
c14dcd22
DL
91732000-06-07 Dave Love <fx@gnu.org>
9174
9175 * allout.el: New version from Manheimer.
9176
e4044bb0
KH
91772000-06-07 Kenichi Handa <handa@etl.go.jp>
9178
9179 * textmodes/fill.el (fill-find-break-point): Check the validity of
9180 charset.
9181
59cfe8b9
KF
91822000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9183
9184 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9185 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9186 Call display-color-p and display-mouse-p instead of looking at
9187 window-system.
9188
bb2337f5
DL
91892000-06-06 Dave Love <fx@gnu.org>
9190
9191 * image.el (find-image): Doc fix. Return nil if image not found.
9192 (put-image, insert-image): Make STRING arg optional.
9193
8e624fa2
KH
91942000-06-06 Kenichi Handa <handa@etl.go.jp>
9195
9196 * language/vietnamese.el: Remove eval-when-compile.
9197 (viet-viscii-nonascii-translation-table): Define it as a
9198 translation table made from viet-viscii-decode-table.
9199 (viet-viscii-encode-table): Define it as a translation table made
9200 from the reverse map of above.
9201 (viet-vscii-nonascii-translation-table): Define it as a
9202 translation table made from viet-vscii-decode-table.
9203 (viet-vscii-encode-table): Define it as a translation table made
9204 from the reverse map of above.
9205 (ccl-decode-viscii): Use translate-character.
9206 (ccl-encode-viscii, ccl-encode-viscii-font)
9207 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9208 Likewize.
bff71087 9209
8e624fa2
KH
9210 * language/cyrillic.el: Remove eval-when-compile.
9211 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9212 translation table made from cyrillic-koi8-r-decode-table.
9213 (cyrillic-koi8-r-encode-table): Define it as a translation table
9214 made from the reverse map of above.
9215 (ccl-decode-koi8): Use translate-character.
9216 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9217 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9218 a translation table made from cyrillic-alternativnyj-decode-table.
9219 (cyrillic-alternativnyj-encode-table): Define it as a translation
9220 table made from the reverse map of above.
9221 (ccl-decode-alternativnyj): Use translate-character.
9222 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9223 Likewize
9224
9225 * international/mule-diag.el (non-iso-charset-alist): Specify
9226 translation table symbol instead of translation table itself.
9227 (list-block-of-chars): CHARSET may be a translation table symbol.
9228
9229 * international/mule.el (make-coding-system): If CODING-SYSTEM
9230 already exists, override it.
9231
9232 * international/fontset.el: Use family `proportional' for Tibetan
9233 fonts.
9234
9235 * international/ccl.el (ccl-compile-translate-character): Don't
9236 check if Rrr has property translation-table.
9237 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9238
1969fae2
GM
92392000-06-05 Gerd Moellmann <gerd@gnu.org>
9240
9241 * info.el: Bind case-fold-search to t when searching in case
9242 a user sets it to nil in a hook.
9243
d5b037c5
SM
92442000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9245
d3d02e65
SM
9246 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9247 * hl-line.el (hl-line-mode): Use the new :global key argument.
9248
9249 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9250 (tar-clip-time-string): Prepend a space.
9251 (tar-grind-file-mode): Construct a string rather than modifying one.
9252 (tar-header-block-summarize): Fix docstring.
9253 Use `format' rather than an error-prone set of copy-loops.
9254
9255 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9256 (diff-goto-source, diff-unified->context, diff-context->unified)
9257 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9258 understand the format output by the `-p' argument to diff.
9259
bff71087 9260 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9261 (sh-re-done): Use defconst.
9262 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9263 (sh-help-string-for-variable, sh-guess-basic-offset):
9264 Don't quote lambdas.
9265 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9266 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9267
f7c4478f
SM
9268 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9269 (mh-letter-mode): Derive from text-mode.
9270 This implicitly means that it now calls kill-all-local-variables.
9271 Also remove the Emacs-18 compatibility code.
9272
a8add29d
SM
9273 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9274 Make use of symbol-property doc-string-elt.
9275 Use memq rather than a sequence of eq.
9276 (doc-string-elt): Fix the wrong or missing previously unused values.
9277 (autoload-print-form): New function extracted from
9278 generate-file-autoloads to allow recursion when handling progn
9279 so that defvar's and defun's docstrings are properly printed.
9280 (generate-file-autoloads): Use it.
9281
d5b037c5
SM
9282 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9283 Use find-file-hooks in the minor-mode function.
9284 Be careful not to loop indefinitely in the post-command-hook function.
9285
560ef11a 92862000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9287
1969fae2 9288 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9289 tty's.
1969fae2 9290 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9291 differences whenever appropriate.
1969fae2
GM
9292 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9293 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9294 wildcards.
9295
b5bbbb76
SM
92962000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9297
d5b037c5
SM
9298 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9299 (jit-lock-fontify-buffer): New function for JIT refontification.
9300 (jit-lock-mode): Fix docstring.
9301 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9302 Remove jit-lock-after-change from the _local_ hook.
9303 (jit-lock-function-1): Fix docstring.
9304
9305 * info.el (Info-on-current-buffer): Initialize info.
9306
9307 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9308
9309 * progmodes/tcl.el (tcl-indent-for-comment):
9310 Ignore comment-indent-hook.
9311
9312 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9313 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9314 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9315 and improve to use the lighter to guess the capitalization.
9316 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9317 Add keyword arguments to specify global-ness or the custom group.
9318 Add local-map and help-echo properties to the lighter.
9319 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9320 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9321
bfa6c260
DL
93222000-06-02 Dave Love <fx@gnu.org>
9323
9324 * wid-edit.el: byte-compile-dynamic since we typically don't use
9325 all the widgets. Don't require cl or widget. Remove
9326 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9327 (widget-read-event): Removed. Callers changed to use read-event.
9328 (widget-button-release-event-p): Renamed from
9329 button-release-event-p.
9330 (widget-field-add-space, widget-field-use-before-change):
9331 Uncustomize.
9332 (widget-specify-field): Use keymap property, not local-map.
9333 (widget-specify-button): Obey :suppress-face.
9334 (widget-specify-insert): Use modern backquote syntax.
9335 (widget-image-directory): Renamed from widget-glyph-directory.
9336 (widget-image-enable): Renamed from widget-glyph-enable.
9337 (widget-image-find): Replaces widget-glyph-find.
9338 (widget-button-pressed-face): Move defvar.
9339 (widget-image-insert): Replaces widget-glyph-insert.
9340 (widget-convert): Use keywordp.
9341 (widget-leave-text, widget-children-value-delete): Use mapc.
9342 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9343 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9344 (widget-button-click): Don't set point at the click, but re-centre
9345 if we scroll out of window. Rewritten for images v. glyphs &c.
9346 (widget-tabable-at): Use POS arg, not point.
9347 (widget-beginning-of-line, widget-end-of-line)
9348 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9349 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9350 (widget-default-create): Use widget-image-insert; some rewriting.
9351 (widget-visibility-value-create)
9352 (widget-push-button-value-create, widget-toggle-value-create): Use
9353 widget-image-insert.
9354 (checkbox): Create on and off images dynamically.
9355 (documentation-link): Change :help-echo.
9356 (widget-documentation-link-echo-help): Remove.
9357
3837de12
SM
93582000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9359
9360 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9361
9362 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9363 (easy-mmode-define-toggle, define-minor-mode): Use it.
9364 (easy-mmode-define-keymap): Docstring fix.
9365 (define-derived-mode): Default PARENT to fundamental-mode.
9366 Add the derived-mode-parent symbol-property.
9367 (easy-mmode-derived-mode-p): New function.
9368
90aa4ea8
DL
93692000-06-02 Dave Love <fx@gnu.org>
9370
37193ee6
DL
9371 * files.el (convert-standard-filename): Doc fix.
9372 (normal-backup-enable-predicate): New function.
9373 (backup-enable-predicate): Use it to replace the lambda form.
9374
9375 * calendar/todo-mode.el: [This needs more work on the outline
9376 stuff.] Doc fixes.
9377 (todo) <defgroup>: Add :version.
9378 (todo-add-category): Don't use pushnew.
9379 (todo-cmd-raise): Fix typo.
9380 (todo-top-priorities): Change temp buffer name.
9381 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9382 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9383 Use outline-next-heading.
37193ee6 9384
90aa4ea8
DL
9385 * autoarg.el: Rewritten to use define-minor-mode.
9386 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9387 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9388
2e54623a
KH
93892000-06-02 Kenichi Handa <handa@etl.go.jp>
9390
9391 * isearch.el (isearch-other-meta-char): Fix previous change.
9392
c5def0db
SM
93932000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9394
3837de12
SM
9395 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9396 (log-edit-done): Only add the comment to the ring if it's different
9397 from the last comment entered.
9398
c5def0db
SM
9399 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9400
2330c9d4
DL
94012000-06-01 Dave Love <fx@gnu.org>
9402
9403 * hl-line.el: Rewritten using define-minor-mode.
9404
9405 * help.el (describe-function-1): Distinguish special form from
9406 builtin function. Sanity-check presence of arglist for builtins.
9407
6e5dfc31
KH
94082000-06-01 Kenichi Handa <handa@etl.go.jp>
9409
4dc1225b
KH
9410 * international/characters.el: Fix syntax/category setting of
9411 Tibetan characters.
9412
9413 * language/tibet-util.el (tibetan-add-components): Fixes for new
9414 encoding of Tibetan characters.
9415 (tibetan-decompose-precomposition-alist): New variable.
9416 (tibetan-decompose-region): Convert precomposed characters to
9417 non-precomposed characters.
9418 (tibetan-decompose-string): Likewise.
9419 (tibetan-composition-function): Fix args to
9420 thibetan-compose-string.
9421
9422 * language/tibetan.el (tibetan-composable-pattern): More
9423 characters included.
9424 (tibetan-consonant-transcription-alist): Rule for "R" added.
9425 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9426 "+R" added.
9427 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9428
eadef5e6
KH
9429 * language/lao-util.el (lao-composition-function): Fix args to
9430 compose-string.
9431
9432 * language/thai-util.el (thai-composition-function): Fix args to
9433 compose-string.
9434
6e5dfc31 9435 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9436 to prevent the point moving to the end of a composition when a
9437 part of a composition is searched.
6e5dfc31
KH
9438 (isearch-other-meta-char): If the key invoking this command can be
9439 mapped by function-key-map to a printing char, call
9440 isearch-process-search-char directly.
9441
2598a293
SM
94422000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9443
9444 * emacs-lisp/bytecomp.el:
9445 * frame.el:
9446 * international/mule-cmds.el:
9447 * international/mule-util.el:
9448 * international/mule.el:
9449 * mouse.el:
9450 * subr.el:
9451 * faces.el: Update calls to make-obsolete with a WHEN argument.
9452
9453 * byte-run.el (make-obsolete, make-obsolete-variable):
9454 Add an optional WHEN argument and change the format of the
bff71087 9455 symbol-property information.
2598a293
SM
9456 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9457 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9458 new obsolete-symbol-property format and print WHEN if it is provided.
9459
28d8dff1
DL
94602000-05-31 Dave Love <fx@gnu.org>
9461
9462 * loadhist.el (loadhist-hook-functions): Remove
9463 before-change-function, after-change-function.
9464 (unload-feature): Deal with symbols which are both bound and
9465 fbound.
9466
9467 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9468 before-change-function, after-change-function.
9469
9470 * simple.el (newline): Don't bind before-change-function,
9471 after-change-function.
9472
7f565d87
RV
94732000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9474
9475 * whitespace.el (whitespace-rescan-timer-time): Update interval
9476 set to 600 seconds (10 minutes) instead of 60 seconds since
9477 a large number of whitespace buffers causes emacs to `freeze'
9478 for a considerable amount of time.
9479
bff71087 9480 * whitespace.el: Updated email address
7f565d87 9481
a8d693d8
DL
94822000-05-31 Dave Love <fx@gnu.org>
9483
9484 * add-log.el (change-log-font-lock-keywords) <function>: Add
9485 pattern for function of change.
9486 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9487 acknowledgements patterns.
9488
a50192e7
KH
94892000-05-31 Kenichi Handa <handa@etl.go.jp>
9490
9491 * isearch.el (isearch-printing-char): If keyboard coding system is
9492 being used, call isearch-process-search-multibyte-characters.
9493
9494 * international/isearch-x.el: Mostly rewritten.
9495
9496 * international/quail.el (quail-start-conversion): Don't include
9497 unhandled events in the returned events, but set them in
9498 unread-command-events. Exit if all inputs are deleted.
9499
7e492772
JR
95002000-05-30 Jason Rumney <jasonr@gnu.org>
9501
9502 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9503
9504 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9505 Reenable code to create initial fontsets.
9506 Use set-fontset-font in place of put-charset-property.
9507
10fc3187
GM
95082000-05-30 Gerd Moellmann <gerd@gnu.org>
9509
79148ea7
GM
9510 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9511 label, ensure that the first colon isn't followed by another.
9512
9513 * paths.el (Info-default-directory-list): Doc fix.
9514
086d5b87
GM
9515 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9516 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9517 send a query containing USER only, not USER@HOST.
9518
10fc3187
GM
9519 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9520 and rmail-msgend to compute the restriction at the end, instead of
9521 computing it.
9522
49e70dec
GM
95232000-05-29 Gerd Moellmann <gerd@gnu.org>
9524
66254a13
GM
9525 * dabbrev.el (dabbrev-expand): Don't display messages in the
9526 echo area if the minibuffer window is active.
9527
49e70dec
GM
9528 * jit-lock.el (jit-lock-mode): Add after change function to
9529 local hook.
9530
95312000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9532
9533 * antlr-mode.el: New commands: hide/unhide actions,
9534 upcase/downcase literals.
9535 (antlr-tiny-action-length): New user option.
9536 (antlr-hide-actions): New command. Suggested by
9537 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9538 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9539 (antlr-mode-menu): New entries.
9540 (antlr-downcase-literals): New command.
9541 (antlr-upcase-literals): Ditto.
9542
9543 * antlr-mode.el: Minor changes: indendation, mode-name.
9544 (antlr-indent-line): Indent cpp directive at column 0.
9545 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9546
9547 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9548 (antlr-font-lock-additional-keywords): Workaround for intentional
9549 bug in XEmacs version of font-lock.
9550 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9551 be used by a smarter version of `buffers-menu-grouping-function'.
9552
95532000-05-29 Gerd Moellmann <gerd@gnu.org>
9554
9555 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9556 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9557
49f93684
KH
95582000-05-29 Kenichi Handa <handa@etl.go.jp>
9559
9560 * international/encoded-kb.el
9561 (encoded-kbd-iso2022-designation-map): Pay attention to that
9562 charset-iso-final-char return -1 for eight-bit-control and
9563 eight-bit-graphic.
9564
5b1ae051
EZ
95652000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9566
9567 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9568 (speedbar-easymenu-definition-base): Use display-graphic-p where
9569 available, instead of window-system.
9570
a205e32a
EZ
95712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9572
9573 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9574 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9575 coding systems.
9576
dd854dc2
DL
95772000-05-26 Dave Love <fx@gnu.org>
9578
c88a85d5
DL
9579 * disp-table.el (standard-display-underline): Don't use
9580 internal-find-face.
9581
dd854dc2
DL
9582 * mail/reporter.el: Maintainer change. Doc fixes.
9583 (reporter-version): Deleted.
9584
9585 * emacs-lisp/elp.el: Maintainer change.
9586 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9587
dc29aa6c
SM
95882000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * add-log.el (add-change-log-entry): Merge the current entry with the
9591 previous one if the previous one is empty.
9592
ed62683d
DL
95932000-05-26 Dave Love <fx@gnu.org>
9594
4370a375
DL
9595 * loadhist.el (unload-feature): Fix interactive spec [from
9596 lijnzaad@ebi.ac.uk].
9597
ed62683d
DL
9598 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9599 subr-arity to check primitives.
9600 (byte-compile-flush-pending, byte-compile-file-form-progn)
9601 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9602 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9603 mapcar.
9604
ba9f8f95
KH
96052000-05-26 Kenichi Handa <handa@etl.go.jp>
9606
0f3e0672
KH
9607 * international/fontset.el: Set family names of non-latin charsets
9608 in default fontset to "*".
9609
cebefb44
KH
9610 * international/mule-diag.el (print-fontset): Combine family part
9611 and registry part of the fontname by "-*-" instead of "-".
9612
ba9f8f95
KH
9613 * international/mule-cmds.el (encode-coding-char): Make strings
9614 multibyte before calling encode-coding-string.
9615
931d0724
SM
96162000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9617
9618 * derived.el: Fix keywords.
8ccce2b0 9619 (define-derived-mode): Only define if needed.
931d0724
SM
9620
9621 * simple.el (fill-comment, comment-column, comment-start)
9622 (comment-start-skip, comment-end, comment-indent-function)
9623 (block-comment-start, block-comment-end, indent-for-comment)
9624 (set-comment-column, kill-comment, comment-padding, comment-region)
9625 (comment-multi-line, indent-new-comment-line): Remove.
9626
9627 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9628 function names for comment operations.
9629
9630 * newcomment.el: Add abundant autoload cookies.
9631 (comment-style): Don't depend on runtime data at compile-time.
9632 (comment-indent-hook): Remove.
9633 (comment-indent): Check if comment-indent-hook is bound.
9634 (comment-region): Docstring fix.
9635
6fc596cf
DL
96362000-05-25 Dave Love <fx@gnu.org>
9637
9638 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9639 byte-code-function-p.
9640
9641 * mail/rmailsum.el: Add provide.
9642
9643 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9644
9645 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9646 defcustom.
9647
7997f1ca 96482000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9649
7997f1ca
MK
9650 * ediff-diff.el (ediff-exec-process): delete --binary option from
9651 non-buffer ediff jobs.
7f565d87 9652
e7a903e8
EZ
96532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9654
9655 * hilit-chg.el (highlight-changes-mode): Ask about color or
9656 grayscale support, not about window-system.
9657
9658 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9659 window-system.
9660 (ffap-highlight): Always default to t.
9661
9662 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9663 display-popup-menus-p instead of looking at window-system.
9664
9665 * disp-table.el (standard-display-g1, standard-display-graphic):
9666 Only refuse to use string glyphs on X and MS-Windows.
9667
9668 * avoid.el: Remove window-system from commentary, suggest to use
9669 display-*-p instead.
9670
9671 * apropos.el (apropos-print): Use display-mouse-p instead of
9672 window-system.
9673
14028d57
EZ
96742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9675
9676 * international/codepage.el (cp-decoding-vector-for-codepage):
9677 Fill up unsupported characters with their own codes. From Kenichi
9678 Handa.
9679
1a4f9cc1
EZ
96802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9681
9682 * international/mule-diag.el (describe-char-after): Use
9683 display-graphic-p instead of window-system, so that this function
9684 works on MS-DOS.
9685
89f6ca4e
EZ
96862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9687
9688 * international/codepage.el (cp-make-coding-systems-for-codepage):
9689 Remove the eight-bit-graphic and eight-bit-control charsets from
9690 the list of charsets which we convert into `?'.
9691
eacfd7fe
KH
96922000-05-25 Kenichi Handa <handa@etl.go.jp>
9693
9694 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9695 private charsets.
9696 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9697 japanese-jisx0213-2): New charsets.
9698
9699 * international/fontset.el: Setup default fontset for new charsets.
9700
deadf7e3
DL
97012000-05-24 Dave Love <fx@gnu.org>
9702
9703 * info.el (Info-find-node-2): Restructure [following "Vadim
9704 S. Solomin" <sovs@uic.nnov.ru>].
9705
9706 * icomplete.el: Fix header for Finder.
9707
97082000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9709
9710 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9711 STAY.
9712
9713 * rmail.el (rmail-automatic-folder-directives): New user variable.
9714 (rmail-show-message): Add call to `rmail-auto-file' during
9715 display.
9716 (rmail-auto-file): New function.
9717
6de3983f 97182000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9719
fc6a6a4e 9720 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9721 account.
fc6a6a4e
GM
9722 (ediff-test-utility,ediff-diff-mandatory-option)
9723 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9724 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9725
fc6a6a4e 9726 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9727 variable.
7f565d87 9728
fc6a6a4e 9729 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9730 ediff-merge-filename-prefix.
9731
fc290d1d
MK
97322000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9733
fc6a6a4e 9734 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9735
273182b8
EZ
97362000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9737
9738 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9739 aliases for hebrew-iso-8bit.
9740
f471ea57
EZ
97412000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9742
9743 * woman.el: New version from Francis J. Wright
9744 <F.J.Wright@Maths.QMW.ac.uk>.
9745 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9746 names in environment variables regardless of the path separator.
9747 (woman-topic-all-completions-1): Don't call file-name-directory-p
9748 on all files, since woman-file-regexp already filters out any
9749 directories.
9750
01162f24
KH
97512000-05-24 Kenichi Handa <handa@etl.go.jp>
9752
48e3df76
KH
9753 * international/quail.el (quail-start-translation): Don't change
9754 modified-p of the current buffer.
9755 (quail-start-conversion): Likewise.
9756
9757 * international/kkc.el (kkc-region): Don't change modified-p of
9758 the current buffer.
9759
747d90ea
KH
9760 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9761 conform to RFC1468.
9762 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9763
17a223ff
EL
97642000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9765
9766 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9767 (speedbar-insert-button): Invisible text property fix.
9768 (speedbar-directory-plus): Renamed from speedbar-directory-+
9769 (speedbar-directory-minus): Renamed from speedbar-directory--
9770 (speedbar-page-plus): Renamed from speedbar-file-+
9771 (speedbar-page-minus): Renamed from speedbar-file--
9772 (speedbar-page): Renamed from speedbar-file-
9773 (speedbar-tag): Renamed from speedbar-tag-
9774 (speedbar-tag-plus): Renamed from speedbar-tag-+
9775 (speedbar-tag-minus): Renamed from speedbar-tag--
9776 (speedbar-expand-image-button-alist): Use above renames.
9777
9778 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9779 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9780 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9781 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9782 * sb-pg.xpm: Renamed from sb-file.xpm
9783 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9784 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9785
e6b6fc18
KH
97862000-05-24 Kenichi Handa <handa@etl.go.jp>
9787
9788 * international/quail.el (quail-show-guidance-buf): Set
9789 current-input-method of the guidance buffer to the name of the
9790 curren input method.
9791
a1a336eb
SM
97922000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9793
9794 * progmodes/compile.el (compile-internal): Style typo.
9795
9796 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9797 quote vars and functions in the docstring.
9798
9799 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9800
9801 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9802 Don't quote lambdas.
9803
9804 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9805
9695b783
GM
98062000-05-23 Gerd Moellmann <gerd@gnu.org>
9807
716e3b88
GM
9808 * startup.el (command-line): Determine source file of compiled
9809 user init file differently. Warn if compiled user init file
9810 is older than its source file.
9811
9695b783 9812 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9813
41ac433f
EZ
98142000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9815
9816 * files.el (make-backup-file-name-1): Replace slashes with `!'
9817 rather than `|' (which is not allowed on Windows). Replace the
9818 drive letters with a string "drive_X".
9819
46600ab1
GM
98202000-05-23 Gerd Moellmann <gerd@gnu.org>
9821
9822 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9823
9824 * files.el (interpreter-mode-alist): Add `bash2'.
9825
79a64d87
DL
98262000-05-22 Dave Love <fx@gnu.org>
9827
9828 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9829 mapc.
9830 (feature-file): Avoid calling symbol-name. Doc fix.
9831 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9832 (loadhist-hook-functions): Add mouse-position-function.
9833 (unload-feature): Change uses of mapcar.
9834
9835 * files.el (parse-colon-path): Doc fix.
9836 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9837 (set-auto-mode): Use mapc.
9838
9839 * complete.el (PC-look-for-include-file): Use :alnum: character
9840 class.
9841 (partial-completion-mode): Add autoload cookie.
9842
0e8c11d8
SS
98432000-05-22 Sam Steingold <sds@gnu.org>
9844
ce75fd23 9845 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9846 `add-text-properties' (bug introduced on 2000-05-18).
9847
d8d0fa6c
DL
98482000-05-22 Dave Love <fx@gnu.org>
9849
9850 * bindings.el: Remove debug-ignored-errors set in other files.
9851
9852 * progmodes/etags.el: Add to debug-ignored-errors.
9853 (visit-tags-table-buffer): Clear out buffers holding old tables
9854 when making a new list.
9855 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9856 mapc.
9857
9858 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9859 quote keywords.
9860 (cmpl-string-case-type): Use character classes.
9861
0e8c11d8
SS
9862 * comint.el:
9863 * textmodes/ispell.el:
9864 * imenu.el:
d8d0fa6c
DL
9865 * mail/mh-e.el:
9866 * progmodes/compile.el: Add to debug-ignored-errors.
9867
9868 * dabbrev.el: Add to debug-ignored-errors.
9869 (dabbrev-completion): Use mapc.
9870
1edbbf8a
EZ
98712000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9872
9873 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9874 (woman-mapcan, woman-parse-man.conf)
9875 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9876 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9877 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9878 path syntax better.
9879 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9880 (woman-manpath): Call woman-parse-man.conf.
9881 (woman-emulation): New defcustom, defaults to nroff.
9882 (woman-font-support): New defconst.
9883 (woman-use-symbol-font): New defcustom.
9884 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9885 "Emulation".
9886 Many functions: Doc fix.
9887
5bd2148c
KH
98882000-05-22 Kenichi Handa <handa@etl.go.jp>
9889
9890 * international/quail.el (quail-simple-translation-keymap): Map
9891 128..255 to quail-self-insert-command.
9892 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9893
4125ec7e
SM
98942000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9895
a1a336eb
SM
9896 * help.el (help-manyarg-func-alist): Typo.
9897
40aeecad
SM
9898 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9899 intervals which makes it heaps simpler.
9900
4125ec7e
SM
9901 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9902 the nested comment markers.
e4da9c1c
SM
9903
9904 * subr.el (remove-hook): Don't turn the hook's value into a list.
9905
cb7216a7
DL
99062000-05-21 Dave Love <fx@gnu.org>
9907
ac266581
DL
9908 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9909 are invalid characters.
9910
cb7216a7
DL
9911 * international/mule-util.el (detect-coding-with-priority): Use
9912 mapc. Remove redundant lambda.
9913
9914 * international/mule-diag.el (list-non-iso-charset-chars)
9915 (describe-fontset): Remove redundant lambda.
9916
9917 * emulation/crisp.el (brief-mode): New alias.
9918
9919 * emacs-lisp/ring.el (ring-elements): New function.
9920
9921 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9922 (easy-menu-do-add-item): Use keywordp.
9923
9924 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9925
9926 * replace.el: Doc and error message fixes.
9927 (replace-highlight): Use facep, not internal-find-face.
9928
9b0d1d6e
SM
99292000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9930
b2d2cf58
SM
9931 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9932
ffe7dc64
SM
9933 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9934 (log-edit-insert-changelog): Drop `:' as well.
9935
9936 * log-view.el: Fix file description.
9937 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9938 available.
9939 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9940 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9941
c8c21615
SM
9942 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9943 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9944 Print a status message if the toggle is called interactively.
9945 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9946 for global minor modes and use `defcustom' for them.
9947 Use add-minor-mode.
9948 (easy-mmode-define-derived-mode): Remove.
9949 (define-derived-mode): Fancier default docstring.
9950 (easy-mmode-define-navigation): Signal an error rather than (ding).
9951
9b0d1d6e
SM
9952 * newcomment.el (comment-styles): New `box-multi'.
9953 (comment-normalize-vars): Better default for comment-continue to
9954 avoid whitespace-only continuations.
9955 (comment-search-forward): Always move even in the no-syntax case.
9956 (comment-padright): Only obey N if it's only obeyed for padleft.
9957 (comment-make-extra-lines): Better handling of empty continuations.
9958 Use `=' for the filler if comment-start has only one character.
9959 (uncomment-region): Try handling the special `=' filler.
9960 (comment-region): Allow LINES even if MULTI is nil.
9961 (comment-box): Choose box style based on comment-style.
9962
f5ee6d0f
KH
99632000-05-20 Kenichi Handa <handa@etl.go.jp>
9964
9b0d1d6e 9965 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9966 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9967
c9671f81
KH
99682000-05-20 Kenichi HANDA <handa@etl.go.jp>
9969
9970 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9971 and insert, not subst-char-in-region.
9972
9973 * international/mule-diag.el (list-character-sets-1): Handle
9974 charsets eight-bit-control and eight-bit-graphic.
9975 (list-iso-charset-chars): Likewise.
9976 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9977 charactes as is. Use indent-to to align characters.
9978
9979 * international/mule-cmds.el (find-multibyte-characters): Never
9980 exclude charsets eight-bit-control and eight-bit-graphic.
9981
1426aa5c
SM
99822000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9983
9984 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9985 Don't quote lambdas.
9986
9987 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9988
2b63d473
GM
99892000-05-19 Gerd Moellmann <gerd@gnu.org>
9990
9991 * gud.el (gud-jdb-directories): Doc fix.
9992
f1355756
SM
99932000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9994
9995 * newcomment.el: New file.
9996
5f64c9e0
GM
99972000-05-19 Gerd Moellmann <gerd@gnu.org>
9998
2b63d473 9999 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10000
db7314bd
AS
100012000-05-18 Andreas Schwab <schwab@suse.de>
10002
10003 * dired.el (dired-between-files): Also skip lines beginning with
10004 `used'.
10005
25bb0401
GM
100062000-05-18 Gerd Moellmann <gerd@gnu.org>
10007
10008 * msb.el (msb-menu-cond): Add choice `user'.
10009
a199a865 100102000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10011
a199a865
GM
10012 * ps-print.el: Compatibility, customization and doc fix.
10013 (ps-printer-name-option): Replace defconst by defvar.
10014 (ps-postscript-code-directory): XEmacs compatibility.
10015 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10016 fix.
10017 (ps-user-defined-prologue, ps-print-prologue-header)
10018 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10019 compatibility and code fix.
10020 (ps-print-background-image, ps-print-background-text):
10021 Customization fix.
10022 (ps-line-number-start, ps-n-up-on): New vars.
10023
25bb0401
GM
100242000-05-18 Espen Skoglund <esk@ira.uka.de>
10025
10026 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10027 the indent-comment function to just return the appropriate indent.
10028
68e6c83a
EL
100292000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10030
10031 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10032 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10033 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10034
dae6cb9f
DL
100352000-05-18 Dave Love <fx@gnu.org>
10036
10037 * info.el (Info-fontify-node): Add intangible property as well as
10038 invisible.
10039
10040 * calendar/appt.el (appt-make-list): Match all lines of entry.
10041 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10042
813086ea
KH
100432000-05-18 Kenichi Handa <handa@etl.go.jp>
10044
10045 * international/mule-diag.el (describe-char-after): Call
10046 internal-char-font, not char-font. If internal-char-font returns
10047 nil, display "-- none --".
10048
24978190
EZ
100492000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10050
10051 * image.el (image-type-available-p): Don't reference image-types
10052 if it isn't bound.
10053
2fca2d5d
SM
100542000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10055
10056 * autoarg.el (autoarg-mode): Typo in the :set argument.
10057
cfc75d05
EZ
100582000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10059
10060 * startup.el (command-line-1): Don't signal an error if the
10061 directory for auto-save-list files does not yet exist.
10062
c4e30387
KH
100632000-05-17 Kenichi Handa <handa@etl.go.jp>
10064
10065 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10066
dd6b8ea7
SM
100672000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10068
10069 * subr.el (remove-hook): `setq' hook-value, not `set'.
10070
399c88ad
SS
100712000-05-16 Sam Steingold <sds@gnu.org>
10072
a199a865 10073 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10074
01651f07
DL
100752000-05-16 Dave Love <fx@gnu.org>
10076
10077 * cus-edit.el: Don't require cl or easymenu.
10078 (custom-variable-prompt): Test standard-value property, not
10079 user-variable-p.
10080
2248c40d
SS
100812000-05-16 Sam Steingold <sds@gnu.org>
10082
10083 * subr.el (add-hook): `setq' hook-value, not `set'.
10084
b15f3b77
GM
100852000-05-16 Gerd Moellmann <gerd@gnu.org>
10086
10087 * startup.el (command-line-1): Mention the FAQ in the startup
10088 message.
10089
10090 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10091
10092 * progmodes/compile.el (compilation-parse-errors): Collect
10093 `nomessage' regexps last.
10094
10095 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10096
10097 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10098 to the function name.
10099
f9bbcfac
EL
101002000-05-15 Dave Love <fx@gnu.org>
10101
10102 * speedbar.el (speedbar-recenter): Typo.
10103 (speedbar-expand-line): Make arg optional.
10104 (speedbar-mode): Avoid a compiler warning.
10105
119b42eb
GM
101062000-05-15 Gerd Moellmann <gerd@gnu.org>
10107
10108 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10109 user-specified option string is empty.
10110
10111 * mouse.el (mouse-yank-at-click): Doc fix.
10112
f685bea9
EZ
101132000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10114
10115 * term/internal.el (IT-character-translations): More updates of
10116 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10117 documents.
10118
a1b8d58b
GM
101192000-05-15 Gerd Moellmann <gerd@gnu.org>
10120
10121 * env.el (getenv): New function, interactively callable.
10122 (setenv, getenv): Remove autoload cookies.
10123
10124 * loadup.el: Load `env'.
10125
10126 * progmodes/f90.el: Change author's mail address.
10127
c9bba7ed
DL
101282000-05-14 Dave Love <fx@gnu.org>
10129
e5c83697
DL
10130 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10131 goto-addr as an option.
10132
10133 * help.el (help-xref-stack): Doc fix.
10134 (help-xref-following): New variable.
10135 (help-make-xrefs): Use it.
10136 (help-xref-go-back): Use position information from stack element.
10137 (help-follow): Make position in stack element a pair. Use
10138 help-xref-following.
399c88ad 10139
e5c83697
DL
10140 * autoarg.el: New file.
10141
10142 * faces.el: Declare more functions obsolete.
10143
c9bba7ed
DL
10144 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10145 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10146 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10147 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10148 Remove all the setup-...-environment functions.
10149
b6389bfb
EL
101502000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10151
a1b8d58b
GM
10152 * speedbar.el: Updated the commentary section. xemacs20p now uses
10153 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10154 (speedbar-easymenu-definition-base): Add toggle for images.
10155 (speedbar-easymenu-definition-special): Add flush cache & expand.
10156 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10157 (speedbar-reconfigure-keymaps-hook): New variable.
10158 (speedbar-frame-parameters): Updated documentation.
10159 (speedbar-use-imenu-flag): Updated custom tag
10160 (speedbar-dynamic-tags-function-list): New variable.
10161 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10162 (speedbar-indentation-width, speedbar-indentation-width) New
10163 variables.
10164 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10165 (speedbar-vc-indicator): Doc update.
10166 (speedbar-ignored-path-expressions): Updated default value.
10167 (speedbar-supported-extension-expressions): Updated default value.
10168 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10169 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10170 as "+". Added overlay aliases.
10171 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10172 `force-mode-line-update'.
10173 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10174 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10175 `mouse-set-point'
b6389bfb 10176 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10177 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10178 of arbitrary text, and new helper functions.
10179 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10180 filename finder.
b6389bfb
EL
10181 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10182 (speedbar-directory-buttons): Update path search/expansion.
10183 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10184 `speedbar-indentation-width'. Use more care w/ invisible
10185 properties.
b6389bfb
EL
10186 (speedbar-change-expand-button-char): Call
10187 `speedbar-insert-image-button-maybe'.
10188 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10189 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10190 (speedbar-trim-words-tag-hierarchy)
10191 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10192 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10193 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10194 functions.
b6389bfb
EL
10195 (speedbar-mouse-set-point): New function
10196 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10197 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10198 of tag prefix text.
10199 (speedbar-expand-line, speedbar-contract-line): Make more robust
10200 to strange text.
10201 (speedbar-expand-line): Takes universal argument to flush the
10202 cache.
b6389bfb
EL
10203 (speedbar-flush-expand-line): New function.
10204 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10205 Use new generator insertion method.
10206 (speedbar-fetch-dynamic-tags): New function.
10207 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10208 `speedbar-fetch-dynamic-imenu'.
10209 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10210 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10211 "Revert Buffer" menu items.
10212 (speedbar-buffer-buttons-engine): Be smarter when creating a
10213 filename tag (for expansion purposes.).
a1b8d58b
GM
10214 (speedbar-highlight-one-tag-line,
10215 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10216 (speedbar-recenter): New functions.
b6389bfb 10217 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10218 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10219 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10220 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10221 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10222 (speedbar-expand-image-button-alist): New variable.
10223 (speedbar-insert-image-button-maybe): Insert an image over some
10224 buttons.
10225
43fe9244
KH
102262000-05-13 Kenichi Handa <handa@etl.go.jp>
10227
10228 * international/mule-cmds.el (encode-coding-char): An ASCII
10229 character is always encodable.
10230
10231 * international/mule-conf.el: Add more information in descriptions
10232 of character sets.
10233
813086ea 10234 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10235 (describe-font-internal): Adjusted for the change of font-info.
10236 (describe-font): Likewise.
10237 (print-fontset): Rewritten for the new fontset implementation.
10238 (describe-fontset): Include fontset alias names in completion.
10239 (list-fontsets): Adjusted for the change of print-fontset.
10240
10241 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10242 describe-char-after instead of displaying the detail in the echo
10243 area.
813086ea
KH
10244 (syntax-code-table): Format changed.
10245 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10246
e8564f57
SM
102472000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10248
10249 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10250
9278c60d
DL
102512000-05-12 Dave Love <fx@gnu.org>
10252
10253 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10254 dependence. Use line-{beginning,end}-position, not
10255 point-at{b,e}ol. Some doc fixes.
10256 (todo-position): New function. Fix callers of position to use it.
10257 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10258
be0505fe
GM
102592000-05-12 Gerd Moellmann <gerd@gnu.org>
10260
10261 * time.el (display-time-mail-icon): Use `:ascent center'.
10262
a8a3541c
GM
10263 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10264 handling FTP security extensions.
399c88ad 10265
44d5f148
DL
102662000-05-11 Dave Love <fx@gnu.org>
10267
33d0c179 10268 * calendar/todo-mode.el: New file.
44d5f148 10269
da4496b6
GM
102702000-05-11 Gerd Moellmann <gerd@gnu.org>
10271
cdc4401d
GM
10272 * comint.el (comint-read-input-ring): Move reference to
10273 comint-input-ring-size outside of the save-excursion. It was
10274 causing the default value to be the only one ever seen.
399c88ad 10275
0279f991
GM
10276 * font-lock.el: Update copyright. Remove Simon Marshall's email
10277 address on request from him.
10278
da4496b6
GM
10279 * subr.el (substitute-key-definition): Add comment describing
10280 the meaning of PREFIX.
10281
ac5cb26d
SM
102822000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10283
10284 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10285
10286 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10287 (add-minor-mode): Don't make the variable buffer-local and add a
10288 reference to define-minor-mode in the docstring.
10289
10290 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10291 HEADER/FOOTER and fix bug with trailing empty directory.
10292 (cvs-append-to-ignore): Use vc-editable-p if available.
10293 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10294 (vc-do-command): Tweak advice to handle the new VC.
10295
10296 * log-view.el (log-view-goto-rev): New function for the new VC.
10297 (log-view-minor-wrap): Use mark-active.
10298
10299 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10300 (log-edit-changelog-full-paragraphs): New var.
10301 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10302 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10303 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10304 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10305 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10306 Replace the `cvs' prefix with `log-edit'.
10307
10308 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10309
10310 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10311 (diff-font-lock-defaults): Explicitly turn off multiline.
10312 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10313 (diff-ediff-patch): Fix call to ediff-patch-file.
10314 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10315 Handle comments.
10316
10317 * frame.el (automatic-hscrolling): Typo.
10318
10319 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10320
21c34da3
DL
103212000-05-09 Sam Steingold <sds@goems.com>
10322
10323 * apropos.el (apropos-print): use `describe-face' instead of
10324 `customize-face-other-window'.
10325
950cf06f
DL
103262000-05-09 Dave Love <fx@gnu.org>
10327
10328 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10329
10330 * help.el (describe-variable): Have customize button pop the
10331 help-xref stack when invoked.
10332 (help-xref-symbol-regexp): Add `face'.
10333 (help-make-xrefs): Check for quoted face names and adapt regexp
10334 submatch numbers to cope.
10335 (help-xref-interned): Maybe insert face doc too. Separate
10336 sections with a line of hyphens.
10337
0623e40f 10338 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10339 (describe-face): Add customize button. Return the help
10340 text. Fix prompt.
10341
82e2ca9d
EZ
103422000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10343
10344 * term/internal.el (IT-character-translations): Fix last change.
10345
10c00b5c
EZ
103462000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10347
10348 * woman.el: New file
10349 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10350
9deed82f
EZ
103512000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10352
001ad319
EZ
10353 * term/internal.el (IT-character-translations): Update ASCII
10354 simulations for greek-iso8859-7, add latin-iso8859-14 and
10355 latin-iso8859-15.
10356
9deed82f
EZ
10357 * international/mule-cmds.el (set-language-info-alist): Call
10358 define-prefix-command with 3 arguments, to make the map suitable
10359 for a menu.
10360
4f37b78a
DL
103612000-05-07 Dave Love <fx@gnu.org>
10362
1ec321a7 10363 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10364
64a4c526
DL
103652000-05-05 Dave Love <fx@gnu.org>
10366
10367 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10368 list in doc string. Don't quote keyword symbols.
10369 * emacs-lisp/cl.el: Likewise
10370 * emacs-lisp/cl-seq.el: Likewise
10371
056565f7
GM
103722000-05-05 Gerd Moellmann <gerd@gnu.org>
10373
10374 * abbrev.el (abbrev-mode): Make ARG optional.
10375
4656b314
GM
103762000-05-04 Gerd Moellmann <gerd@gnu.org>
10377
ec82fb2f
GM
10378 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10379
10380 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10381
4656b314
GM
10382 * subr.el (substitute-key-definition): Clarify documentation.
10383
103842000-05-04 Milan Zamazal <pdm@freesoft.cz>
10385
10386 * glasses.el (glasses-convert-to-unreadable): Use
10387 `glasses-separator' instead of the hard-wired "_".
10388 (glasses-mode): Call `glasses-make-unreadable' only in a single
10389 place.
10390
7b081c78
EZ
103912000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10392
10393 * term/internal.el (cjk-codepages-alist): Add associations for
10394 Chinese and Korean codepages. Remove FIXME comment.
10395
baa5536e
DL
103962000-05-03 Dave Love <fx@gnu.org>
10397
10398 * time.el (display-time-mail-face, display-time-use-mail-icon):
10399 New option.
10400 (display-time-mail-icon): New variable.
10401 (display-time-string-forms): Use the above. Fix the local-map.
10402
cbf18892
GM
104032000-05-03 Gerd Moellmann <gerd@gnu.org>
10404
4ff40dd0
GM
10405 * replace.el (query-replace-map): Add binding for `E'.
10406 (query-replace-help): Extend help text.
10407 (perform-replace): Allow editing the replacement string.
10408
10409 * make-mode.el (makefile-mode-abbrev-table): New variable.
10410 (makefile-mode): Set local abbrev table to
10411 makefile-mode-abbrev-table.
10412 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10413
cbf18892
GM
10414 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10415 set TOGGLE's value.
10416
4ff40dd0
GM
10417 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10418 mail-interactive-insert-alias.
10419 (mail-abbrev-complete-alias): New command.
10420 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10421
ffec4d9f
KH
104222000-05-03 Kenichi Handa <handa@etl.go.jp>
10423
10424 * language/lao-util.el (lao-compose-region): New function.
10425
1b0672c3
GM
104262000-05-02 Gerd Moellmann <gerd@gnu.org>
10427
576da55d
GM
10428 * files.el (recover-session): Make directories as necessary
10429 if they don't exist yet.
10430
399c88ad
SS
10431 * calendar/cal-french.el
10432 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10433 (french-calendar-special-days-array): Change French text.
10434 (calendar-french-date-string): Change output.
10435 (calendar-goto-french-date): Likewise.
10436
104372000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10438
10439 * wid-edit.el (widget-default-active): Obey `:always-active'.
10440 (widget-documentation-string-value-create): Set `:always-active'.
10441
4b33deaa
EZ
104422000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10443
10444 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10445 default prefix to `~/_emacs.d/auto-save.list/_s'.
10446 (normal-top-level): Create the directory for auto-save files, if
10447 it doesn't already exist (in the ms-dos case only).
10448
5c922ea7
EZ
104492000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10450
10451 * international/mule-cmds.el (set-language-environment): Don't
10452 concat an integer (dos-codepage), use format instead.
10453
820ad5e7
DL
104542000-05-02 Dave Love <fx@gnu.org>
10455
10456 * help.el (help-xref-on-pp): Check for constant symbols.
10457
57cb56f5
GM
104582000-04-29 Gerd Moellmann <gerd@gnu.org>
10459
10460 * startup.el (normal-top-level): Put a condition-case around
10461 the code loading subdirs.el.
10462
104632000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10464
57cb56f5
GM
10465 * ps-print.el: Upside-down and face background color printing,
10466 line number step, doc fix.
10467 (ps-print-version): New version number (5.2).
10468 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10469 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10470 (ps-spool-config): Var fix.
10471 (ps-printer-name-option): Const fix.
10472 (ps-print-upside-down, ps-use-face-background)
10473 (ps-line-number-step): New vars.
10474 (ps-window-system, ps-lp-system): New consts.
10475 (ps-face-background): New fun.
10476
084cec2f
GM
104772000-04-28 Richard Stallman <rms@gnu.org>
10478
10479 * files.el (make-auto-save-file-name):
10480 Apply auto-save-file-name-transforms to visited file name
10481 before generating auto save file name.
10482 (auto-save-file-name-transforms): New variable.
10483
399c88ad 10484 * files.el (backup-enable-predicate):
084cec2f
GM
10485 Correctly test for a file under a temporary directory.
10486
c94f4677
GM
104872000-04-28 Gerd Moellmann <gerd@gnu.org>
10488
10489 * subr.el (add-minor-mode): Rewritten.
10490
7b211df5
KH
104912000-04-28 Kenichi Handa <handa@etl.go.jp>
10492
10493 * mail/sendmail.el (sendmail-send-it): Set
10494 buffer-file-coding-system to the selected coding system for MIME
10495 header.
10496
c76e04a8 104972000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10498
c76e04a8
GM
10499 * dired.el (dired-move-to-filename-regexp): Allow format where
10500 YYYY is followed by two spaces.
e3e36d74 10501
c76e04a8
GM
10502 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10503 in the second character class of the regexp.
10504
10505 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10506 mh-etc, too.
353964e3 10507
c76e04a8
GM
10508 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10509 nil.
399c88ad 10510
353964e3
GM
10511 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10512
10513 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10514 argument.
10515
c76e04a8 105162000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10517
c76e04a8
GM
10518 * emacs-lisp/crm.el (crm-completion-table): New variable.
10519 (crm-collection-fn, crm-test-completion)
10520 (completing-read-multiple): Use it.
10521
105222000-04-27 Dave Love <fx@gnu.org>
10523
10524 * help.el (locate-library): Use mapc.
10525 (help-manyarg-func-alist): Add call-process-region.
10526
7464346d
GM
105272000-04-26 Gerd Moellmann <gerd@gnu.org>
10528
b35bd33d
GM
10529 * subr.el (add-minor-mode): Make argument MAP optional.
10530
7464346d
GM
10531 * desktop.el (desktop-save): Save list of minor modes.
10532 (desktop-create-buffer): Restore minor modes.
10533 (desktop-minor-mode-table): New user-option.
10534
10535 * subr.el (add-minor-mode): New function.
10536
10537 * image.el (find-image): New function.
10538 (defimage): Rewritten to find image at load time.
10539
10540 * startup.el (normal-top-level-add-to-load-path): Handle
10541 case that the default directory is not in load-path.
10542
10543 * help.el: Old patch from Stefan Monnier.
10544 (help-xref-on-pp): New function.
10545 (describe-variable): Use it to display xrefs in a symbol's value.
10546
23c0fb21
SM
105472000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10548
10549 * cus-edit.el (custom-face): Fix parenthesis.
10550
fad95037
KH
105512000-04-26 Kenichi Handa <handa@etl.go.jp>
10552
f03392a1
KH
10553 * mail/rmail.el (rmail-expunge): When there are no deleted
10554 messages, do nothing.
fad95037 10555
0d7c5bb9
DL
105562000-04-26 Dave Love <fx@gnu.org>
10557
10558 * international/mule-cmds.el (locale-translation-file-name):
10559 Defvar to nil.
10560 (set-locale-environment): Set it here (at runtime).
10561
612839b6
GM
105622000-04-25 Gerd Moellmann <gerd@gnu.org>
10563
10564 * replace.el (perform-replace): Add parameters START and END. Use
10565 them instead of the check for a region in Transient Mark mode.
10566 (query-replace-read-args): Return two more list elements for the
10567 start and end of the region in Transient Mark mode.
10568 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10569 (map-query-replace-regexp, replace-string, replace-regexp): Add
10570 optional last arguments START and END and pass them to
10571 perform-replace.
10572
10573 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10574 form with additional arguments for perform-replace.
10575
10576 * progmodes/etags.el (tags-query-replace): Add parameters START
10577 and END. Construct a form with additional arguments for
10578 perform-replace.
10579
10580 * simple.el (shell-command): Set default directory for "*Shell
10581 Command Output" buffer.
10582
10583 * language/european.el (iso-latin-4): Fix typo.
10584
10585 * emacs-lisp/crm.el: New file.
10586
2917cc05
DL
105872000-04-24 Dave Love <fx@gnu.org>
10588
10589 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10590 (Custom-reset-saved, Custom-reset-standard)
10591 (custom-group-value-create, custom-group-set, custom-group-save)
10592 (custom-group-reset-current, custom-group-reset-saved)
10593 (custom-group-reset-standard): Use mapc.
10594 (custom-buffer-create-internal): Disable undo when creating items.
10595 Use mapc.
10596 (custom-face): Avoid redundant lambda.
10597
abfcc168
GM
105982000-04-24 Gerd Moellmann <gerd@gnu.org>
10599
10600 * startup.el (auto-save-list-file-prefix): Set default to
10601 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10602
fa78f71b
SS
106032000-04-24 Sam Steingold <sds@gnu.org>
10604
10605 * time-stamp.el (time-stamp-string-preprocess): Always convert
10606 `field-result' to a string.
10607
cc181e95
GM
106082000-04-24 Gerd Moellmann <gerd@gnu.org>
10609
10610 * frame.el (scrolling): New group.
10611 (automatic-hscrolling): New user-option.
10612
10613 * startup.el (command-line-x-option-alist): Add `-lsp' and
10614 `--line-spacing'.
10615
6142fdcb
DL
106162000-04-19 Dave Love <fx@gnu.org>
10617
10618 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10619 (cl-mapc): Rename from mapc. Fix the funcall.
10620
5e3dac3f
GM
106212000-04-19 Gerd Moellmann <gerd@gnu.org>
10622
1c459486
GM
10623 * simple.el (clone-indirect-buffer-other-window): New command.
10624 (clone-indirect-buffer): Add optional arg NORECROD.
10625 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10626
271b4185
GM
10627 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10628
10629 * window.el (count-screen-lines): New function.
10630 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10631 instead of window-buffer-height.
10632
10633 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10634 non-existing variable comint-input-sentinel.
10635 (inferior-lisp-args-to-list): Removed.
10636 (inferior-lisp): Use split-string instead of
10637 inferior-lisp-args-to-list.
10638
10639 * hexl.el (hexl-insert-hex-string): New command.
10640
5e3dac3f
GM
10641 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10642 instead of concat.
10643
f6d3257b
GM
106442000-04-18 Gerd Moellmann <gerd@gnu.org>
10645
10646 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10647 at the start of an existing but empty folder.
10648
106492000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10650
10651 * ps-mule.el: Customization fix, doc fix.
10652 (ps-multibyte-buffer): Customization fix.
10653
8b7bc628 106542000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10655
10656 * subr.el (read-passwd): Use read-char-exclusive.
10657
0daee095
GM
106582000-04-17 Gerd Moellmann <gerd@gnu.org>
10659
10660 * textmodes/texinfo.el (texinfo-insert-@email)
10661 (texinfo-insert-@emph, texinfo-insert-@quotation)
10662 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10663 (texinfo-mode-map): Add key bindings for them.
10664
10665 * files.el (basic-save-buffer-2): Use a template with `$'
10666 instead of `#' for VMS.
10667
10668 * simple.el (clone-indirect-buffer): New function.
10669
e10f64e7
GM
106702000-04-16 Stephen Eglen <stephen@gnu.org>
10671
10672 * iswitchb.el (iswitchb-case): New function. If the user input
10673 contains any upper-case characters, the search is made
10674 case-sensitive.
10675
e3721db1
SM
106762000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10677
e10f64e7
GM
10678 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10679 comment-end.
e3721db1
SM
10680 (texinfo-font-lock-syntactic-keywords): New var.
10681 (texinfo-font-lock-keywords): Remove comment regexp.
10682 (texinfo-insert-block): New function.
10683 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10684 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10685 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10686 (texinfo-environments): New var.
e10f64e7
GM
10687 (texinfo-environment-regexp): Use regexp-opt and
10688 texinfo-environments.
e3721db1 10689
e10f64e7
GM
10690 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10691 ispell-process is bound since this might be eval'd before ispell
10692 is loaded.
10693 (ispell-message): Use a tiny bit less magic and a bit more hard
10694 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10695
10696 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10697
10698 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10699 (insert-cyclic-diary-entry): Unquote the lambda.
10700
10701 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10702
10703 * files.el (backup-enable-predicate): Unquote the lambda.
10704
10705 * cus-edit.el (custom-face, face): Unquote the lambda.
10706
712dc9e0
GM
107072000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10708
10709 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10710
712dc9e0
GM
10711 * ps-print.el: Fix counting lines in a region.
10712 (ps-print-version): New version number (5.1.5).
10713 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10714 (ps-printing-region): Fun code fix.
10715
ffc50f2a
GM
107162000-04-15 Gerd Moellmann <gerd@gnu.org>
10717
10718 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10719 to file-directory-p.
10720
a2522dca
GM
107212000-04-14 Gerd Moellmann <gerd@gnu.org>
10722
10723 * gud.el (gud-jdb-build-source-files-list): Check that directory
10724 exists before calling directory-files.
10725
6e883610
DL
107262000-04-13 Dave Love <fx@gnu.org>
10727
10728 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10729 syntax.
10730
10731 * emacs-lisp/cl-specs.el: Remove when, unless.
10732
10733 * emacs-lisp/cl-extra.el: Don't quote keywords.
10734 (cl-old-mapc): New variable.
10735 (mapc): Use it.
10736 (cl-map-intervals): Use with-current-buffer. Don't check for
10737 next-property-change.
10738 (cl-map-overlays): Use with-current-buffer.
10739 (cl-expt): Remove.
10740 (copy-tree, remprop): Define unconditionally.
10741
10742 * emacs-lisp/cl-compat.el (keywordp): Remove.
10743
10744 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10745 to use keywordp.
10746 (edebug-spec): Enable keywordp.
10747
10748 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10749 string-lessp.
10750
10751 * cus-start.el: Use keywordp.
10752
198e3c7a
GM
107532000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10754
10755 * diary-lib.el (include-other-diary-files): Fix the fix of
10756 2000-02-18 by doing a save-excursion.
10757
107582000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10759
10760 * ps-print.el: Customization fix, doc fix.
10761 (ps-print-version): New version number (5.1.4).
10762 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10763 (ps-print-preprint): Adjust code.
10764 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10765 (ps-print-prologue-header, ps-print-control-characters)
10766 (ps-spool-config): Customization fix.
fa78f71b 10767
8eba343c
EZ
107682000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10769
10770 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10771 converted to the new menu-item format, names silightly changed,
10772 help strings added.
10773
10774 Support for spelling without async subprocesses:
10775
10776 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10777 (ispell-session-buffer): New variables.
10778 (ispell-start-process, ispell-process-status,
10779 ispell-accept-output, ispell-send-string): New functions, for
10780 Ispell invocation when async subprocesses aren't supported.
10781 (ispell-word, ispell-pdict-save, ispell-command-loop,
10782 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10783 to process-send-string with calls to ispell-send-string, and
10784 accept-process-output with ispell-accept-output.
10785 (ispell-init-process): Call ispell-process-status instead of
10786 process-status with.
10787 (ispell-init-process): Call ispell-start-process. Call
10788 ispell-accept-output and ispell-send-string. Don't call
10789 process-kill-without-query and kill-process if they are unbound.
10790 (ispell-async-processp): New function.
10791
3d30065d
DL
107922000-04-12 Dave Love <fx@gnu.org>
10793
10794 * info.el: Add debug-ignored-errors.
10795 (Info-mode-menu): Add some items.
10796 (Info-directory): Add autoload cookie.
10797
10798 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10799 Modify `truncate-lines'. Make `describe-language-environment'
10800 always visible and add help. Modify `describe-key' help. Invoke
10801 Info-directory from `info'. New entry `emacs-manual'.
10802
1a1b1895
GM
108032000-04-10 Gerd Moellmann <gerd@gnu.org>
10804
8b2affc5
GM
10805 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10806 propertized-buffer-identification.
10807 (ebrowse-update-member-buffer-mode-line): Likewise.
10808 (ebrowse--mode-strings): Removed.
10809 (ebrowse--mode-line-props): Removed.
10810
1a1b1895
GM
10811 * files.el (auto-mode-alist): Add `EBROWSE'.
10812
10813 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10814 space before testing for end of buffer.
10815 (ebrowse-load): Removed.
10816 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10817 (ebrowse-create-tree-buffer): Rewritten.
10818 (ebrowse-tree-mode): Read tree from buffer.
10819
10820 * progmodes/ebrowse-ffh.el: Removed.
10821
223f3c91
KH
108222000-04-10 Kenichi Handa <handa@etl.go.jp>
10823
10824 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10825
25fbf2c4
GM
108262000-04-10 Gerd Moellmann <gerd@gnu.org>
10827
10828 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10829 at the wrong place.
10830
92c13173
DL
108312000-04-09 Dave Love <fx@gnu.org>
10832
10833 * files.el (backup-enable-predicate): Use
10834 temporary-file-directory, small-temporary-file-directory.
10835 (make-backup-file-name-function, backup-directory-alist): New
10836 variables.
10837 (make-backup-file-name-1): New function.
10838 (make-backup-file-name): Use it.
10839 (find-backup-file-name): Likewise. Use format for clarity, not
10840 concat.
10841 (file-newest-backup): Use make-backup-file-name.
10842
be0dbdab
GM
108432000-04-09 Gerd Moellmann <gerd@gnu.org>
10844
c45be9ac 10845 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10846
c45be9ac
GM
10847 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10848 to ebrowse-ffh.el.
10849 (ebrowse-load): Add autoload.
10850
10851 * finder.el (finder-commentary): Add autoload cookie.
10852
be0dbdab
GM
10853 * mail/rfc2368.el: Correct author's email address.
10854
10855 * progmodes/ebrowse.el: New file.
10856
10857 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10858 item help string.
10859 (easy-menu-do-add-item): Ditto.
10860 (easy-menu-define): Extend doc string.
10861
10862 * jit-lock.el (with-buffer-unmodified): Use
10863 restore-buffer-modified-p.
10864 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10865 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10866 with-buffer-unmodified.
10867
3f923efe
DL
108682000-04-08 Dave Love <fx@gnu.org>
10869
10870 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10871 unless, when.
10872
d35bee0e
MK
108732000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10874
10875 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10876 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10877 doesn't support face.
d35bee0e 10878 Use `viper-put-on-search-overlay'.
fa78f71b 10879
c407c570
GM
108802000-04-04 Gerd Moellmann <gerd@gnu.org>
10881
10882 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10883 like C-r.
10884
10885 * progmodes/make-mode.el: Some doc fixes.
10886 (makefile-mode-abbrev-table): New variable.
10887 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10888 (makefile-font-lock-keywords): Fontify includes and conditionals.
10889 (toplevel): Require `dabbrev' and `add-log' when compiling.
10890
10891 * replace.el (perform-replace): Don't move forward one char
10892 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10893 to do that because it leaves point 1 position after the last
10894 replacement, after everything has been replaced.
10895
10896 * jit-lock.el (with-buffer-unmodified): New macro.
10897 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10898 modified state.
10899 (jit-lock-function-1): Extracted from jit-lock-function; not
10900 preserving buffer's modified state.
10901 (jit-lock-function, jit-lock-stealth-fontify): Call
10902 jit-lock-function-1.
10903
10904 * mail/rfc2368.el: Remove supernumerary copyright line.
10905
685e5ed2
GM
109062000-04-04 Milan Zamazal <pdm@freesoft.cz>
10907
10908 * glasses.el: Provide facilities for inserting space before left
10909 parentheses and uncapitalization of identifiers.
10910 (glasses-mode): Try to remove old overlays in all cases.
10911
0166aed1
GM
109122000-04-03 Gerd Moellmann <gerd@gnu.org>
10913
62f20204
GM
10914 * progmodes/compile.el (compile-internal): Display the compilation
10915 buffer in a different frame, if it's already displayed there.
10916
6460c400
GM
10917 * mail/rfc2368.el: New file.
10918
c0510d27
GM
10919 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10920 header and insert its value as mail body.
10921
10922 * subr.el (member-ignore-case): New function.
10923
10924 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10925 (dabbrev--find-expansion): Ignore buffers matching a regexp
10926 from dabbrev-ignored-regexps.
10927
0166aed1
GM
10928 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10929 to extensions handled by gzip.
10930
c0510d27
GM
109312000-04-03 Richard M. Stallman <rms@gnu.org>
10932
10933 * files.el (insert-directory): List the total free space
10934 along with the used space.
fa78f71b 10935
c0510d27
GM
10936 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10937 line is followed by one that matches CITATION-REGEXP, end the
10938 paragraph.
10939
109402000-04-03 Markus Rost <rost@delysid.gnu.org>
10941
10942 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10943 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10944
14c04384
KH
109452000-04-03 Kenichi Handa <handa@etl.go.jp>
10946
10947 * international/mule-cmds.el (encoded-string-description):
10948 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10949 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10950 for hexadecimal format.
14c04384 10951
ccf5869a
DL
109522000-04-01 Dave Love <fx@gnu.org>
10953
10954 * cpp.el: Change customization group to `c' from `C'.
10955
10956 * vcursor.el (vcursor-move): Use display-color-p.
10957
10958 * international/mule-util.el: Provide mule-utils.
10959 (string-to-sequence): Simplify and speed up.
10960
10961 * international/mule.el (make-coding-system): Purecopy doc-string.
10962
10963 * international/mule-cmds.el: Various menu changes.
10964 (describe-specified-language-support): Handle `Default'.
10965 (set-language-info): Purecopy `info'.
10966
610d841e
GM
109672000-03-31 Andrew Innes <andrewi@gnu.org>
10968
10969 * vc.el (vc-backend-diff): Return the correct status if we had to
10970 retry the rcsdiff command without the --brief option.
fa78f71b 10971
7f9de034
DL
109722000-03-31 Dave Love <fx@gnu.org>
10973
2de47765
DL
10974 * help.el (help-manyarg-func-alist): Correct several omissions.
10975
72838819
DL
10976 * add-log.el: Don't require cl, fortran.
10977 (add-log-current-defun-function): Doc fix.
10978 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10979 fix.
10980 (change-log-version-rcs): Function deleted.
10981 (change-log-version-number-search): Doc fix. Use
10982 vc-workfile-version. Avoid CL dolist.
10983 (add-change-log-entry): Just call add-log-current-defun to get
10984 defun. Simplify somewhat.
10985 (change-log-get-method-definition-1): Likewise.
10986 (add-log-current-defun): Return nil if calling
10987 add-log-current-defun-function does so. Move Fortran stuff to
10988 fortran.el. Return string without properties.
10989
7f9de034
DL
10990 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10991 and :alpha: char classes.
10992
10993 * mail/supercite.el: Defvar curline when compiling.
10994 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10995 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10996 rather than a-zA-Z0-9 to allow non-ASCII characters.
10997
aa110c0c
GM
109982000-03-31 Gerd Moellmann <gerd@gnu.org>
10999
11000 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11001
11002 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11003 Re-enable new code.
11004
11005 * lpr.el (print-region-1): Use -d to specify printer name for
11006 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11007
110082000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11009
aa110c0c
GM
11010 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11011 for function definition in symbol's function value slot first
11012 instead of first consulting byte-compile-function-environment.
fa78f71b 11013
6733d074
KH
110142000-03-31 Kenichi Handa <handa@etl.go.jp>
11015
11016 * language/european.el ("Polish"): New language environment.
11017 (setup-polish-environment): New function.
11018
63fcfa04
GM
110192000-03-30 Gerd Moellmann <gerd@gnu.org>
11020
11021 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11022 Disable new code.
11023
11024 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11025 trying to `load' the symbol of an autoload instead of the file
11026 recorded in the autoload. Fix error messages.
11027
7438c86b
GM
110282000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11029
11030 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11031 (ps-print-version): New version number (5.1.3).
11032 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11033 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11034 (ps-generate-postscript-with-faces): Code fix.
11035 (ps-color-values): XEmacs compatibility.
11036 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11037 (ps-default-fg, ps-default-bg): Adjust customization.
11038 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11039 (ps-color-scale): Renaming old ps-color-value fun.
11040 (ps-print-headers): Replace ps-print-header group to avoid conflict
11041 with ps-print-header variable.
11042 (ps-print-miscellany): New group.
11043 (ps-format-color, ps-rgb-color): New funs.
11044 (ps-default-foreground): New var.
11045 (ps-printer-name-option): New const.
fa78f71b 11046
326855a0
PB
110472000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11048
1f56ba73
PB
11049 * net/net-utils.el:
11050 (network-connection-host, network-connection-service): New variables
11051 (network-connection-mode): New mode, derived from comint-mode
11052 (network-connection-mode-setup): New function, saves host and
fa78f71b 11053 service information in local variables.
1f56ba73 11054
326855a0
PB
11055 * lisp/locate.el:
11056 (locate-word-at-point): Added this function
11057 (locate): Default to using locate-word-at-point as input
11058 Run dired-mode-hook
11059
141384bd
DL
110602000-03-29 Dave Love <fx@gnu.org>
11061
11062 * calendar/appt.el: Doc fixes.
11063 (appt-check): Convert min-to-app to a string before passing to
11064 appt-disp-window-function or concat.
11065 (appt-delete-window): Remove test for frame-root-window.
11066 (appt-select-lowest-window, appt-convert-time): Simplify.
11067
11068 * emacs-lisp/bytecomp.el: Doc fixes.
11069 (byte-compile-file-form-autoload): Update
11070 byte-compile-function-environment.
11071
c5aa0fc2
AS
110722000-03-29 Andreas Schwab <schwab@suse.de>
11073
11074 * emacs-lisp/autoload.el: Also print defsubst doc string
11075 specially.
11076
11077 * dired.el (dired-insert-directory): If dired-free-space-program
11078 failed just delete its output.
11079
f1d6fe69
DL
110802000-03-29 Dave Love <fx@gnu.org>
11081
11082 * international/iso-cvt.el: Move provide to end. Doc fixes.
11083 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11084 (iso-iso2sgml, iso-sgml2iso): New functions.
11085 (iso-cvt-define-menu): Fix some entries and use backquote for
11086 clarity.
11087
11088 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11089
b61f1215
GM
110902000-03-28 Gerd Moellmann <gerd@gnu.org>
11091
11092 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11093 ISO-DATE. If non-nil, return date in ISO 8601 format.
11094
ea4b0ca3
SM
110952000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11096
3831af62
SM
11097 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11098 if it ever becomes used.
11099 (log-edit-mode-hook): Default to vc-log-mode-hook.
11100 (log-edit-mode): Fix the docstring.
11101
ea4b0ca3
SM
11102 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11103 the code.
11104
08f8b1cc
DL
111052000-03-26 Dave Love <fx@gnu.org>
11106
082527fe
DL
11107 * net/browse-url.el (browse-url): Re-fix case of
11108 browse-url-browser-function being an alist.
11109 (browse-url): Add :link to defgroup.
11110
08f8b1cc
DL
11111 * files.el: Doc fixes.
11112 (file-truename): Include `[' in wildcard characters.
11113 (automount-dir-prefix): Customize.
11114 (find-file-wildcards): Add :version.
11115 (find-file-noselect): Simplify a mapcar call.
11116
11117 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11118 compatible with inf-lisp version.
11119 (eval-defun-1): Fix custom-declare-variable case.
11120
ea4b0ca3
SM
111212000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11122
11123 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11124
9a0dd3dc
GM
111252000-03-24 Gerd Moellmann <gerd@gnu.org>
11126
b68c375f
GM
11127 * Makefile (COMPILE_FIRST): New macro.
11128 (compile-files): Compile files from COMPILE_FIRST first.
11129
11130 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11131 code.
11132
9a0dd3dc
GM
11133 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11134 matching open parenthesis in column 0 to defun-prompt-regexp
11135 only if open-paren-in-column-0-is-defun-start is set.
11136
11137 * sun-curs.el: Require CL at compile-time only.
11138
11139 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11140 instead of copy-list which is a function from CL.
11141 (msb--choose-menu, msb--mode-menu-cond)
11142 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11143 (msb--init-file-alist): Use mapcar instead of mapcan.
11144 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11145 `(' in column 0 in doc string.
11146 (msb--add-separators): Use mapcar instead of mapcan.
11147
11148 * cus-dep.el: Require CL at compile-time only.
11149
c7dcadb5
SM
111502000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11151
11152 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11153 (byte-compile-warnings): New warning `noruntime'.
11154 (byte-compile-constants, byte-compile-variables): Fix docstring.
11155 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11156 execute `eval-whenc-compile's body.
11157 (byte-compile-unresolved-functions): Fix docstring.
11158 (byte-compile-eval): New function.
11159 (byte-compile-callargs-warn): Check if the function will be available
11160 at runtime (via property `byte-compile-noruntime').
11161 (byte-compile-print-syms): New function.
11162 (byte-compile-warn-about-unresolved-functions): Also warn about
11163 `noruntime' functions (and use `byte-compile-print-syms').
11164 (byte-compile-file): Capitalize the message.
11165
3b55acc9
GM
111662000-03-24 Gerd Moellmann <gerd@gnu.org>
11167
11168 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11169 (rmail-expunge): Ask for confirmation depending on the setting
11170 of rmail-confirm-expunge.
11171
111722000-03-23 Gerd Moellmann <gerd@gnu.org>
11173
11174 * Makefile (bootstrap-clean): If $(emacs) exists, build
11175 loaddefs.el first. A loaddefs.el that's not up-to-date might
11176 cause a bootstrap failure because things don't autoload as
11177 expected.
11178
02c76af4
DL
111792000-03-23 Dave Love <fx@gnu.org>
11180
11181 * net/browse-url.el: Restore previous use of
11182 browse-url-maybe-new-window.
11183
1a3199d9
GM
111842000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11185
11186 * ps-print.el: Skip banner page fix.
11187 (ps-print-version): New version number (5.1.2).
11188 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11189
1a3199d9
GM
111902000-03-23 Dave Pearson <davep@davep.org>
11191
11192 * net/quickurl.el Changed the type of parameter passed to the
11193 function defined by `quickurl-format-function'. Before only the
11194 text of the URL was passed. Now the whole URL structure is passed
11195 and the function is responsible for extracting the parts it
11196 requires. Changed the default of `quickurl-format-function'
11197 accordingly.
11198 (quickurl-insert): Changed the `funcall' of
11199 `quickurl-format-function' to match the above change.
11200 (quickurl-list-insert): Changed the `url' case so that it makes
11201 use of `quickurl-format-function', previous to this the format was
11202 hard wired.
fa78f71b 11203
72db3ab5
GM
112042000-03-22 Gerd Moellmann <gerd@gnu.org>
11205
11206 * startup.el: Change some spellings for the X Window System.
11207
68049bfa
SM
112082000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11209
11210 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11211 up the code and the regexp and make sure the cursor is temporarily
11212 moved to the suspicious line while querying the user.
11213
ff4df011
JR
112142000-03-22 Jason Rumney <jasonr@gnu.org>
11215
11216 * w32-fns.el (w32-charset-info-alist): Initialize.
11217
ee1c5b21
GM
112182000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11219
11220 * ps-print.el: N-up last page fix.
11221 (ps-print-version): New version number (5.1.1).
11222 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11223
d2cbfba0
SM
112242000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11225
bfb857d8
SM
11226 * files.el (find-file-run-dired): Update docstring.
11227 (find-directory-functions): New hook.
11228 (find-file-noselect): Run find-directory-functions rather than
11229 calling dired directly.
11230
11231 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11232
cb3430a1
SM
11233 * pcvs.el: Add a minimal leading commentary.
11234 (cvs-make-cvs-buffer): Change the header part by removing the startup
11235 message and adding a `Module' entry. Also replace the FOOTER and
11236 HEADER special fileinfos with the new support in ewoc for updating
11237 its own footer and header.
11238 (cvs-update-header): Update to use the header/footer of the ewoc.
11239 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11240 (cvs-is-within-p): New function.
11241 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11242 to only examine some subset of the buffers.
11243
11244 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11245 `format' instead of our own ad-hoc functions.
11246 Remove HEADER and FOOTER cases, now handled in the EWOC.
11247 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11248
11249 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11250 output to avoid scaring the user.
11251 (cvs-parse-table): Catch message for non-up-to-date commits.
11252
11253 * pcvs-defs.el (cvs-startup-message): Remove.
11254 (cvs-global-menu): New autoloaded menu.
11255
11256 * pcvs-util.el (cvs-string-fill): Remove.
11257
11258 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11259 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11260 PP part of it and also make it work for footers and headers.
11261 (ewoc-create): Drop POS and BUFFER arguments.
11262 Use the DLL's dummy node to store the end-of-footer position.
11263 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11264 (ewoc-refresh): Remove unused `header' variable.
11265 (ewoc-(get|set)-hf): New functions.
11266
d2cbfba0
SM
11267 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11268 log-view-*-(message|file) and use easy-mmode-define-navigation.
11269 (log-view-message-re): Match SCCS format as well.
11270 And match the revision line rather than the dashed separator line.
11271 (log-view-mode): Use the new define-derived-mode.
11272 (log-view-current-tag): Fill in with an actual implementation.
11273
11274 * cvs-status.el (cvs-status-(prev|next)): Rename from
11275 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11276 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11277 to let the output "breathe" a little more (more readable).
11278 (cvs-status-mode): Use the new define-derived-mode.
11279
11280 * smerge-mode.el (smerge-auto-leave): New function and variable.
11281 (smerge-basic-map): Rename from smerge-basic-keymap.
11282 Change the bindings for smerge-diff-*.
11283 (smerge-*-map): Use easy-mmode-defmap.
11284 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11285 (smerge-keep-*): Use smerge-auto-leave.
11286
51663132
JR
112872000-03-21 Jason Rumney <jasonr@gnu.org>
11288
11289 * cus-edit.el (custom-button-face): Use 3D look for w32.
11290 (custom-button-pressed-face): Likewise.
11291
3f6e4b8b
GM
112922000-03-21 Gerd Moellmann <gerd@gnu.org>
11293
11294 * progmodes/etags.el (tags-case-fold-search): New user-option.
11295 (tags-loop-eval): New function. Bind case-fold-search around eval
11296 depending on the value of tags-case-fold-search.
11297 (tags-loop-continue): Use tags-loop-eval.
11298 (find-tag-in-order): Bind case-fold-search depending on the value
11299 of tags-case-fold-search.
11300
c7ea3acc
SM
113012000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11302
0ae39f53
SM
11303 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11304 (diff-end-of-hunk): Return the end position for use in
11305 `easy-mmode-define-navigation'.
11306 (diff-recenter): Remove.
11307 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11308 of `easy-mmode-define-navigation'.
11309 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11310 previous renaming) and fix to use new names.
11311 (diff-merge-strings): Use \n as separator: simpler, faster.
11312 (diff-mode): Use `define-derived-mode'.
11313
c7ea3acc
SM
11314 * derived.el (define-derived-mode): Don't autoload anymore.
11315 Prefer the macro-only version provided by easy-mmode.el.
11316
11317 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11318 `easy-mmode-define-derived-mode'.
11319 Use `combine-run-hooks'.
11320 (easy-mmode-define-navigation): New macro.
11321
11322 * subr.el (combine-run-hooks): New function.
11323
6c4bfdc0
KH
113242000-03-21 Kenichi HANDA <handa@etl.go.jp>
11325
11326 * term/x-win.el: Fontsets related initialization is simplified.
11327
11328 * international/mule-diag.el (describe-font): Don't refer to
11329 global-fontset-alist, instead call font-list.
11330 (describe-fontset, list-fontsets, mule-diag): Likewise.
11331 (print-fontset): Adjusted for the change of fontset
11332 implementation.
11333
11334 * international/fontset.el (x-charset-registries): Variable
11335 removed, instead the corresponding data is stored in the default
11336 fontset.
11337 (register-alternate-fontnames): Function removed.
11338 (resolved-ascii-font): Variable removed.
11339 (x-compose-font-name): Ignore the second argument REDOCE.
11340 (x-complement-fontset-spec): Complement only an ASCII font and
11341 element for those charsets than can use that ASCII font.
11342 (generate-fontset-menu): Don't refer to global-fontset-alist,
11343 instead call fontset-list.
11344 (uninstantiated-fontset-alist): Variable removed.
11345 (x-style-funcs-alist): Likewise.
11346 (fontset-default-styles): Likewise.
11347 (x-modify-font-name): Function removed.
11348 (create-fontset-from-fontset-spec): Ignore the argument
11349 STYLE-VARIANT.
11350 (create-fontset-from-ascii-font): Docsting adjusted for the above
11351 change.
11352 (instantiate-fontset, resolve-fontset-name): Functions removed.
11353 (fontset-list): Now implemented by C code.
fa78f71b 11354
6c4bfdc0
KH
11355 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11356 (describe-face): Include `font' attribute in the description.
11357
9111d4b5
KH
113582000-03-21 Kenichi Handa <handa@etl.go.jp>
11359
11360 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11361
b33dd3b0
GM
113622000-03-20 Gerd Moellmann <gerd@gnu.org>
11363
a25bbe00
GM
11364 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11365 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11366 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11367
b33dd3b0
GM
11368 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11369 about behavior of set-buffer-modified-p wrt redisplay.
11370
8b7bc628 113712000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11372
11373 * view.el (view-mode-disable): Kill local binding of view-read-only.
11374
d7b511c4
GM
113752000-03-18 Gerd Moellmann <gerd@gnu.org>
11376
11377 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11378 is a string, convert it to a syntax cell using string-to-syntax.
11379
11380 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11381 (string-to-syntax): New function.
11382
11383 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11384 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11385 try to use passive ftp mode.
d7b511c4 11386
998ecc60
GM
113872000-03-17 Gerd Moellmann <gerd@gnu.org>
11388
b33dd3b0 11389 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11390
11391 * simple.el (append-to-buffer): Update point of windows after
11392 insertion.
11393
11394 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11395 forward then moving backward. Reindent.
11396
11397 * frame.el (other-frame): Call x-focus-frame only if
11398 focus-follows-mouse is off.
11399
235d6821
DL
114002000-03-17 Dave Love <fx@gnu.org>
11401
11402 * pcvs-util.el (cvs-strings->string): Rename
11403 replace-regexps-in-string.
11404
a29a2cd1
SM
114052000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11406
af595444
SM
11407 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11408 regexp for labels cannot span several lines.
11409
11410 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11411 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11412
a9be2843
DL
114132000-03-16 Dave Love <fx@gnu.org>
11414
11415 * progmodes/f90.el (f90): Put custom group under `languages', not
11416 `fortran'.
11417 (f90-mode-hook): Customize.
11418 (f90-mode): Set add-log-current-defun-function.
11419 (f90-current-defun): New function.
11420
d0ab3e9d
GM
114212000-03-16 Gerd Moellmann <gerd@gnu.org>
11422
16b20ed9
GM
11423 * cus-edit.el (custom-variable-tag-face): Handle case that
11424 default face's height is not a number.
11425 (custom-face-tag-face, custom-group-tag-face-1)
11426 (custom-group-tag-face): Ditto.
11427 (custom-group-tag-face-1): Add :group.
fa78f71b 11428
d0ab3e9d
GM
11429 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11430
ae8ab422
GM
114312000-03-15 Gerd Moellmann <gerd@gnu.org>
11432
11433 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11434 requiring easymenu.
11435
81c7ca69
GM
114362000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11437
11438 * ps-print.el: PostScript user-defined prologue, PostScript error
11439 handler, doc fix.
11440 (ps-print-version): New version number (5.1).
11441 (ps-user-defined-prologue, ps-error-handler-message)
11442 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11443 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11444 (ps-insert-string): New function.
fa78f71b 11445
dcf1003d
KH
114462000-03-15 Kenichi Handa <handa@etl.go.jp>
11447
11448 * international/ccl.el (ccl-compile-expression): Don't generate
11449 invalid self-assignment code.
11450
73825616
DL
114512000-03-14 Dave Love <fx@gnu.org>
11452
11453 * subr.el (replace-regexp-in-string): Renamed from
11454 replace-regexps-in-string. Doc fix.
11455
031020ac
DL
114562000-03-12 Dave Love <fx@gnu.org>
11457
11458 * cus-edit.el: Doc fixes.
11459 (customize-set-variable, customize-save-variable): Rename args for
11460 doc.
11461 (custom-variable-tag-face, custom-face-tag-face)
11462 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11463 style which user identify as hyperlink.
11464 (hook): Don't add undefined functions to the hook.
11465 (debug-ignored-errors): Transfer message from bindings.el.
11466
9b2f3c38
GM
114672000-03-12 Gerd Moellmann <gerd@gnu.org>
11468
11469 * recentf.el (recentf-keep-non-readable-files-p): Remove
11470 double/nested definition.
11471
0d6e23cf
DL
114722000-03-12 Dave Love <fx@gnu.org>
11473
11474 * facemenu.el (facemenu-get-face): Use display-color-p.
11475 * enriched.el (enriched-decode-foreground): Likewise.
11476 (enriched-decode-background): Likewise.
11477 * isearch.el (isearch-highlight): Likewise.
11478 * info-look.el (info-lookup): Likewise.
11479 * simple.el (completion-setup-function): Likewise.
11480
11481 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11482 :options.
11483
11484 * bindings.el (mode-line-format): Fix line-number and
11485 column-number items. Add help-echo for the background.
11486 (mode-line-mule-info): Modify help-echo.
11487
1598a961 11488 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11489
11490 * files.el (load-file): Allow completion to .elc.
11491
11492 * man.el: Doc fixes.
11493 (Man-init-defvars): Use display-color-p to set fontification.
11494
11495 * play/hanoi.el (hanoi-internal): Don't use oddp.
11496
e1cff360
GM
114972000-03-12 Gerd Moellmann <gerd@gnu.org>
11498
11499 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11500
11501 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11502
5e5dff44
GM
115032000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11504
11505 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11506 Fix comment.
11507
5b467bf4
SM
115082000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11509
83fef604
SM
11510 * font-lock.el (font-lock-keywords): Fix the doc now that
11511 regexp-opt-depth is unnecessary.
11512 (save-buffer-state): Set an edebug spec.
11513 (font-lock-fontify-anchored-keywords): Properly handle the case when
11514 the matcher goes past the limit.
11515
5b467bf4
SM
11516 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11517 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11518
83fef604
SM
11519 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11520 dll.el and cookie.el (from Elib) with heavy renaming and other
11521 massaging.
5b467bf4
SM
11522
11523 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11524 Autoload the functions used.
11525 (easy-mmode-define-syntax): Fix CL typo.
11526 (easy-mmode-define-derived-mode): Improve the docstring generation.
11527
d407456c
GM
115282000-03-10 Gerd Moellmann <gerd@gnu.org>
11529
11530 * textmodes/texinfo.el (texinfo-version): Variable and function
11531 removed.
11532
5a7a545c
SM
115332000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11534
0d6e23cf
DL
11535 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11536 allow more flexibility.
11537 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11538 fns.
11539 (easy-mmode-defmap, easy-mmode-defsyntax)
11540 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11541
d407456c 115422000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11543
11544 * rect.el (replace-rectangle): New function.
11545
115462000-03-09 Dave Love <fx@gnu.org>
11547
11548 * progmodes/fortran.el (fortran-comment-line-start): Define as
11549 "C".
11550 (fortran-comment-line-start-skip): Don't match cpp stuff.
11551 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11552 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11553 (fortran-mode): Don't set fortran-comment-line-start-skip,
11554 fortran-comment-line-start here. Set comment-start,
11555 add-log-current-defun.
11556 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11557 (fortran-current-defun): New function.
11558
80460654
GM
115592000-03-09 Gerd Moellmann <gerd@gnu.org>
11560
d1221ea9
GM
11561 * emacs-lisp/re-builder.el: New file.
11562
1853aa6b
GM
11563 * mouse.el (mouse-drag-region): Don't run up-event handler
11564 if hscroll has changed.
11565
80460654
GM
11566 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11567 builtin operators, use `font-lock-builtin-face' for Emacs and
11568 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11569
11570 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11571 `(defun (setf foo)' differently.
11572
c0056275
SM
115732000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11574
11575 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11576 (regexp-opt): Update comment and adapt the code the new meaning of
11577 the `paren' argument of regex-opt-group for shy-groups.
11578 (regexp-opt-depth): Handle shy groups as well as backslashed
11579 backslashes.
c0056275
SM
11580 (regexp-opt-group): Turn the leading comment into a docstring.
11581 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11582 Remove open-presuf and close-presuf. Instead of checking for `all
11583 one-char' and then later on check for `several one-char', handle
11584 both cases close together. Also apply a more generic algorithm
11585 for suffixes (the mirror image of the algorithm used for
11586 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11587 (regexp-opt-try-suffix): Removed.
11588
11589 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11590 from comint-mode-map, so we can just inherit from it. Also, move
11591 the initialization into the `defvar' since there's no docstring
11592 anyway and it's fairly short.
11593 (inferior-scheme-mode): Define it as derived-mode: the code is
11594 shorter and this way we inherit from comint-mode-map rather than
11595 copying it.
c0056275 11596
80460654
GM
11597 * subr.el (replace-regexps-in-string): Properly handle the case
11598 where we match an empty string.
c0056275 11599
80460654
GM
11600 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11601 when the command has a directory component (such as "./testml").
c0056275
SM
11602 Also fix a typo in the comment.
11603
5e91ff9e
GM
116042000-03-08 Gerd Moellmann <gerd@gnu.org>
11605
feab4fba
GM
11606 * Makefile (compile-files): Compile files one by one because
11607 that's the only way to ensure a clean compilation environment for
11608 each individual file.
11609
5e91ff9e
GM
11610 * frame.el (other-frame): Call x-focus-frame.
11611
76162e12
DL
116122000-03-07 Dave Love <fx@gnu.org>
11613
f64ce788
DL
11614 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11615 :require to defcustom.
11616
76162e12
DL
11617 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11618 lists.
11619
11620 * files.el (auto-mode-alist): Add configure.in.
11621
11622 * progmodes/autoconf.el: New file.
11623
f7daf1e1
GM
116242000-03-07 Gerd Moellmann <gerd@gnu.org>
11625
11626 * mail/mh-e.el: Change maintainer to `none'.
11627
11628 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11629 to remove-hook and add-hook.
11630
116312000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11632
11633 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11634 it as the default.
11635 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11636 (sendmail-send-it): Conditionally add MIME headers specifying the
11637 used character set.
fa78f71b 11638
63f6b2c4
DL
116392000-03-07 Dave Love <fx@gnu.org>
11640
11641 * winner.el: Fix keywords, autoload cookies. Split
11642 eval-when-compile form to avoid compilation failure.
11643
8330e2f9
KH
116442000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11645
11646 * international/mule.el: Modify comment about coding system
11647 property `coding-category'.
11648 (make-coding-system): New argument EOL-TYPE. Pay attention to
11649 coding-category property of PROPERTIES.
11650
11651 * international/mule-conf.el (coding-category-utf-8,
11652 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11653 categories. Include them in the argument for set-coding-priority.
11654
11655 * international/mule-cmds.el (reset-language-environment): Include
11656 coding-category-utf-8, coding-category-utf-16-be, and
11657 coding-category-utf-16-le in the argument for set-coding-priority.
11658 (reset-language-environment): Initialize coding-category-utf-8,
11659 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11660
18bb0684
GM
116612000-03-06 Karl Fogel <kfogel@red-bean.com>
11662
11663 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11664 code abstracted out of `bookmark-jump-noselect'. Now tries info
11665 extensions as well as compression extensions.
11666 (bookmark-jump-noselect): Use above new func.
fa78f71b 11667
71a6ba55
GM
116682000-03-03 Gerd Moellmann <gerd@gnu.org>
11669
11670 * strokes.el: Change maintainer's mail address.
11671
0d56cdff
KH
116722000-03-03 Kenichi Handa <handa@etl.go.jp>
11673
11674 * international/mule-diag.el (list-character-sets): Make help-echo
11675 string by substitute-command-keys.
11676 (list-character-sets): Likewise.
11677 (sort-listed-character-sets): Call help-setup-xref.
11678
900fa1f1
GM
116792000-03-02 Gerd Moellmann <gerd@gnu.org>
11680
11681 * time.el (display-time-mail-file): Add `none' to the list of
11682 choices.
11683
54d04320
DL
116842000-03-01 Dave Love <fx@gnu.org>
11685
43f3fa09
DL
11686 * help.el (help-xref-go-back): Don't try to set position.
11687
54d04320
DL
11688 * international/mule-diag.el (list-character-sets): Call
11689 help-setup-xref. Add help-echo to xrefs.
11690 (list-character-sets-1): Add help-echo to xrefs.
11691
d054101f
GM
116922000-03-02 Gerd Moellmann <gerd@gnu.org>
11693
11694 * frame.el (blink-cursor-mode): Switch cursor on when turning
11695 the mode off.
11696
11697 * add-log.el (add-log-current-defun): Add support for
11698 Autoconf mode.
11699
11700 * mail/rmail.el (rmail-quit-hook): New variable.
11701
d77dae5c
DL
117022000-03-01 Dave Love <fx@gnu.org>
11703
e5f597f0
DL
11704 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11705
d77dae5c
DL
11706 * help.el (help-xref-button): Add help-echo arg.
11707 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11708
11709 * faces.el (list-faces-display): Supply help-echo with
11710 help-make-xrefs.
11711
11712 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11713 nil.
11714
72d19d75
GM
117152000-03-01 Gerd Moellmann <gerd@gnu.org>
11716
2df636f4
GM
11717 * image.el (defimage): Look for image files in load-path.
11718
fa78f71b 11719 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11720 `number'.
11721
2df636f4
GM
117222000-03-01 David Ponce <david.ponce@wanadoo.fr>
11723
11724 * recentf.el (recentf): Added version tag to the defgroup of
11725 recentf.
11726
117272000-03-01 David Ponce <david.ponce@wanadoo.fr>
11728
11729 * recentf.el (recentf-cleanup): Changed to remove excluded file
11730 too.
11731 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11732 action to select/unselect a file.
11733 (recentf-edit-list): Code cleanup and improvement.
11734 (recentf-open-more-files-action): `recentf-open-more-files' button
11735 widget action to open a file.
11736 (recentf-open-more-files): No more use standard completion but
11737 widgets.
11738 (recentf-more-collection): Deleted.
11739 (recentf-more-history): Deleted.
11740 (recentf-setup-more-completion): Deleted.
11741
117422000-03-01 David Ponce <david.ponce@wanadoo.fr>
11743
11744 * recentf.el (recentf-mode): No more needs that Emacs is running
11745 under a window-system.
11746
117471999-03-01 David Ponce <david.ponce@wanadoo.fr>
11748
11749 * recentf.el (recentf-edit-list): New command to edit the recent
11750 list which allow the user to remove files.
11751 (recentf-edit-selected-items): New global variable, used by
11752 `recentf-edit-list' to hold the list of files to be removed from
11753 the recent list.
11754 (recentf-make-menu-items): Updated to display a "Edit list..."
11755 menu item. Minor code cleanup.
11756
117571999-03-01 David Ponce <david.ponce@wanadoo.fr>
11758
11759 * recentf.el (recentf-open-more-files): New command to open files
11760 that are not displayed in the menu.
11761 (recentf-more-collection): New global variable holding the set of
11762 permissible completions used by `recentf-open-more-files'.
11763 (recentf-more-history): New global variable holding the history list
11764 used by `recentf-open-more-files' completion.
11765 (recentf-setup-more-completion): New function to setup completion for
11766 `recentf-open-more-files'.
11767 (recentf-make-menu-items): Updated to display a "More..." menu item.
11768
117691999-03-01 David Ponce <david.ponce@wanadoo.fr>
11770
11771 * recentf.el (recentf-menu-action): Doc fixed.
11772
117731999-03-01 David Ponce <david.ponce@wanadoo.fr>
11774
11775 * recentf.el (recentf-menu-filter): Doc updated.
11776 (recentf-update-menu-hook): Allow menu filters to force menu update.
11777 (recentf-make-menu-items): New menu filter handling.
11778 (recentf-make-menu-item): New helper function.
11779 (recentf-menu-elements): New menu handling function.
11780 (recentf-sort-ascending): Updated to new menu filter handling.
11781 (recentf-sort-descending): Updated to new menu filter handling.
11782 (recentf-sort-basenames-ascending): New menu filter function.
11783 (recentf-sort-basenames-descending): New menu filter function.
11784 (recentf-show-basenames): New menu filter function.
11785 (recentf-show-basenames-ascending): New menu filter function.
11786 (recentf-show-basenames-descending): New menu filter function.
11787
72d19d75
GM
117882000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11789
11790 * diary-lib.el (list-diary-entries): Don't try to go forward at
11791 the end of the buffer.
11792
1ac1c836
KH
117932000-02-29 Kenichi Handa <handa@etl.go.jp>
11794
11795 * international/mule-diag.el (list-character-sets): Completely
11796 rewritten.
11797 (sort-listed-character-sets): New function.
11798 (list-character-sets-1): Completely rewritten.
11799 (list-character-sets-2): New function.
11800 (non-iso-charset-alist): New variable.
11801 (decode-codepage-char): New function.
11802 (charset-history): New variable.
11803 (read-charset) (list-block-of-chars)
11804 (list-iso-charset-chars)
11805 (list-non-iso-charset-chars)
11806 (list-charset-chars): New functions.
11807 (mule-diag): Call list-character-sets-2, not
11808 list-character-sets-2.
11809 (dump-charsets): Likewise.
11810
ed4d0512
GM
118112000-02-29 Gerd Moellmann <gerd@gnu.org>
11812
72d19d75
GM
11813 * dired-x.el (dired-filename-at-point): Add `@' to valid
11814 file name characters.
11815 (dired-filename-at-point): Handle ange-ftp file names.
11816
ed4d0512
GM
11817 * frame.el (frame-notice-user-settings): Use assq-delete-all
11818 instead of assoc-delete-all.
11819 (frame-notice-user-settings): Ditto.
11820
11821 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11822 Don't copy alist.
11823
32038c7a
GM
118242000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11825
11826 * calculator.el (calculator-use-menu): New option.
11827 (calculator-initial-bindings): Changed some bindings to work as
11828 macros.
11829 (calculator-forced-input): Removed.
11830 (calculator-restart-other-mode): New variable.
11831 (calculator-mode-map): Set up menu.
fa78f71b 11832
32038c7a
GM
118332000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11834
11835 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11836 tags.
fa78f71b 11837
55d7ff38 118382000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11839
55d7ff38
MK
11840 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11841 translate all ESC key sequences.
11842 (viper-goto-mark-subr): restore markers for files for which
11843 they were saved.
11844 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11845 * viper-util.el (viper-set-replace-overlay-glyphs,
11846 viper-set-replace-overlay): always check if the replacement
11847 overlay is live.
11848 * viper.el (viper-vi-state-mode-list): added major modes.
11849 * ediff-wind.el: minor comment changes.
11850 * ediff.el: copyright notice date fix.
fa78f71b 11851
387023ee
JR
118522000-02-27 Jason Rumney <jasonr@gnu.org>
11853
11854 * faces.el (face-font-family-alternatives): Add arial to helv.
11855 (mode-line, header-line, tool-bar): Same default as x for w32.
11856 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11857 face-font-family-alternatives from working.
11858 * term/w32-win.el (mouse-set-font): Do not build fontset from
11859 chosen font.
11860
f43d79c1
GM
118612000-02-25 Sam Steingold <sds@goems.com>
11862
5d80cc9c 11863 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11864 properly.
fa78f71b 11865
8b7bc628 118662000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11867
11868 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11869
4eb8436f
GM
118702000-02-25 Gerd Moellmann <gerd@gnu.org>
11871
11872 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11873 writable.
11874
449c3c52 11875 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11876
42088c12
GM
118772000-02-24 Gerd Moellmann <gerd@gnu.org>
11878
11879 * frame.el (show-cursor-in-non-selected-windows): New option.
11880
c60ea02e
GM
118812000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11882
11883 * diary-lib.el (include-other-diary-files): Undo the selective
11884 display in any included file and don't kill it.
11885
d066de8e
EZ
118862000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11887
11888 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11889 bar. Menu items converted to (menu-item format, help strings
11890 added.
11891 [downcase, upcase]: Don't enable on MS-DOS.
11892 [symlink, symlinks]: Don't show if make-symbolic-link is not
11893 bound.
11894 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11895
b6906b38
DL
118962000-02-23 Dave Love <fx@gnu.org>
11897
275cf1b2
DL
11898 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11899 (backward-kill-word): Revert addition of * to interactive spec --
11900 it's a feature.
11901
11902 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11903 (backward-kill-sentence, kill-sentence): Likewise.
11904
99d48056
DL
11905 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11906 scratch buffer name.
11907 (gud-format-command): Use int-to-string in ?l case. Simplify
11908 slightly.
11909
11910 * term/w32-win.el (internal-face-interactive): Update prompt for
11911 new read-face-name.
11912
11913 * mail/footnote.el (footnote): Add :version to defgroup.
11914 (footnote-section-tag-regexp): Customize.
11915 (footnote-start-tag, footnote-end-tag): New option.
11916 (footnote-latin-regexp): New variable.
11917 (Footnote-latin): New function.
11918 (footnote-style-alist): Add element for latin style.
11919 (footnote-style): Moved.
11920 (Footnote-goto-footnote): Use eq to test arg.
11921
11922 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11923
b6906b38
DL
11924 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11925 (byte-compile-trueconstp): Include keywords.
11926 (byte-optimize-quote, byte-optimize-lapcode): Use
11927 byte-compile-const-symbol-p.
11928 (byte-optimize-char-before): New optimization.
11929
11930 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11931 (byte-compile-const-symbol-p): New function.
11932 (byte-compile-constp, byte-compile-out-toplevel)
11933 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11934 Use it.
11935
11936 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11937
214f877f
KH
119382000-02-23 Kenichi Handa <handa@etl.go.jp>
11939
c709bcf1
KH
11940 * international/encoded-kb.el: Be sure to update minor-mode-alist
11941 and minor-mode-map-alist.
11942 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11943 codes SS2 and SS3 correctly.
11944 (encoded-kbd-self-insert-ccl): New function.
11945 (encoded-kbd-setup-keymap): New function.
11946 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11947 by calling encoded-kbd-setup-keymap.
11948
214f877f
KH
11949 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11950 characters.
11951 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11952 locally.
11953
b021ef18
DL
119542000-02-22 Dave Love <fx@gnu.org>
11955
11956 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11957 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11958 defvar.
11959 (lisp-mode-syntax-table): Set up for #|...|# comments.
11960 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11961 classes. Match `defface'.
11962 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11963 (eval-defun-1): Fix for defcustom.
11964 (lisp-indent-region): Doc fix.
11965
11966 * subr.el (when, unless, split-string): Doc fix.
11967 (read-passwd): Move call of clear-this-command-keys to the right
11968 place.
11969 (replace-regexps-in-string): New function.
11970
14cc00ad
GM
119712000-02-22 Gerd Moellmann <gerd@gnu.org>
11972
11973 * help.el (describe-variable): Set syntax table to
11974 emacs-lisp-mode-syntax-table when moving forward over the
11975 symbol's name.
11976
47da5efa
DL
119772000-02-22 Dave Love <fx@gnu.org>
11978
11979 * xt-mouse.el: Doc fixes.
11980 (xterm-mouse-position-function): New function, replacing advice of
11981 mouse-position.
11982 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11983
11984 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11985
f0a6c717
GM
119862000-02-21 Gerd Moellmann <gerd@gnu.org>
11987
11988 * format.el (format-annotate-single-property-change): Handle
11989 properties.with dotted-list values.
11990 (format-proper-list-p): New function.
11991
11992 * enriched.el (enriched-face-ans): Handle '(foreground-color
11993 . COLOR) and (background-color . COLOR).
11994
2be80b63
DL
119952000-02-20 Dave Love <fx@gnu.org>
11996
11997 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11998 and assignments to it.
11999 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12000 current local map.
12001 (make-flyspell-overlay): Use it.
12002 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12003
12004 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12005 (lm-get-header-re): Defun, not defsubst.
12006 (lm-get-package-name): Defun, not defsubst. Simplify.
12007 (lm-version): Doc fix. Simplify.
12008 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12009 (lm-crack-address, lm-last-modified-date, lm-commentary)
12010 (lm-verify, lm-synopsis): Simplify.
12011 (lm-report-bug): Require emacsbug. Use compose-mail.
12012
329eed9f
GM
120132000-02-20 Gerd Moellmann <gerd@gnu.org>
12014
12015 * dired.el (dired-mode): Call propertized-buffer-identification
12016 to set mode-line-buffer-identification to something having
12017 the right text properties.
12018
12019 * bindings.el (propertized-buffer-identification): New function.
12020
be5bb146
DL
120212000-02-20 Dave Love <fx@gnu.org>
12022
12023 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12024 check for t-mouse too.
12025
12026 * cus-start.el: Make echo-keystrokes `number'.
12027
1d4311c3
EZ
120282000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12029
12030 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12031 Don't call ring-empty-p unless tags-location-ring is bound.
12032 From Noah Friedman <friedman@splode.com>.
12033
a23c5037
TTN
120342000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12035
12036 * progmodes/hideshow.el (hs-flag-region): No longer use
12037 `intangible' overlay property.
12038
12039 (hs-toggle-hiding): New command.
12040 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12041
12042 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12043 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12044 and deactivation.
12045
b6a22bf8
GM
120462000-02-18 Gerd Moellmann <gerd@gnu.org>
12047
12048 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12049
d621caf7
GM
120502000-02-17 Gerd Moellmann <gerd@gnu.org>
12051
3c0ed7ce
GM
12052 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12053
d621caf7
GM
12054 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12055 of `*' to handle `(* ... *)' comments.
12056
538d88fb
EZ
120572000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12058
53c80cf6 12059 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12060 window-system.
53c80cf6 12061
538d88fb
EZ
12062 * menu-bar.el (global-map): Menu-bar items converted to the new
12063 format (menu-item..., rearranged for better CUA compliance, and
12064 their names changed for better clarity. Help strings added.
12065
12066 * international/mule-cmds.el (mule-menu-keymap)
12067 (describe-language-environment-map, set-coding-system-map)
12068 (setup-language-environment-map): Convert to new (menu-item...
12069 form, add help strings. Change names of menu items for better
12070 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12071 submenu).
12072
8389e1e2 120732000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12074
a23c5037 12075 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12076 within the code.
a23c5037 12077
8389e1e2 120782000-02-16 Dave Love <fx@gnu.org>
a23c5037 12079
84fe35f0
DL
12080 * faces.el: Don't require custom. Add more specific :groups to
12081 various deffaces.
12082 (set-face-attribute): Purecopy args.
12083 (read-face-name): Default to name at point and use it in prompt.
12084 Remove colon from arg in all callers.
12085 (list-faces-display): Hyperlink to face descriptions and customize
12086 buffers.
12087
b2aeee30
DL
120882000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12089
12090 * wid-edit.el (widget-match-inline): An atom never matches a
12091 list.
12092
99e95407
GM
120932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12094
82d2c7c5
DL
12095 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12096 at ':' characters by call to split-string.
99e95407
GM
12097
120982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12099
82d2c7c5 12100 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12101
121022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12103
82d2c7c5
DL
12104 * textmodes/bibtex.el: Some temporary comments removed.
12105 (bibtex-field-name, bibtex-entry-type): Made the relationship
12106 explicit.
12107 (bibtex-field-const): Allow capital letters.
12108 (bibtex-start-of-string): Deleted because unused.
12109
12110 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12111 use the term 'reference' to describe a bibtex entry as a whole.
12112 Further, reference keys are no longer called 'labels'.
12113 (bibtex-keys): Renamed to bibtex-reference-keys.
12114 (bibtex-reformat-previous-labels): Renamed to
12115 bibtex-reformat-previous-reference-keys.
12116 (bibtex-reference-type): Renamed to bibtex-entry-type.
12117 (bibtex-reference-head): Renamed to bibtex-entry-head.
12118 (bibtex-reference-maybe-empty-head): Renamed to
12119 bibtex-entry-maybe-empty-head.
12120 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12121 (bibtex-search-reference): Renamed to bibtex-search-entry.
12122 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12123 bibtex-enclosing-entry-maybe-empty-head.
12124 (bibtex-entry-field-alist, bibtex-entry-head,
12125 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12126 bibtex-map-entries, bibtex-search-entry,
12127 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12128 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12129 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12130 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12131 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12132 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12133 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12134
121352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12136
82d2c7c5
DL
12137 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12138 comment.
12139 (bibtex-format-field-delimiters): New function, functionality
12140 extracted from bibtex-format-entry.
12141 (bibtex-autokey-get-yearfield-digits): New function, functionality
12142 extracted from bibtex-autokey-get-yearfield.
12143
12144 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12145 entries in order to avoid stack overflow in the regexp matcher if
12146 field contents become large.
12147 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12148 bibtex-field-string-part-not-braced,
12149 bibtex-field-string-part-no-inner-braces,
12150 bibtex-field-string-part-1-inner-brace,
12151 bibtex-field-string-part-2-inner-braces,
12152 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12153 bibtex-field-string-quoted, bibtex-field-string,
12154 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12155 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12156 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12157 as parsing is now performed by the following functions.
12158 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12159 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12160 bibtex-parse-field-string, bibtex-search-forward-field-string,
12161 bibtex-parse-association, bibtex-field-name-for-parsing,
12162 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12163 bibtex-search-forward-field, bibtex-search-backward-field,
12164 bibtex-start-of-field, bibtex-end-of-field,
12165 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12166 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12167 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12168 bibtex-parse-string, bibtex-search-forward-string,
12169 bibtex-search-backward-string, bibtex-start-of-string,
12170 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12171 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12172 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12173 entries. Instead of reporting the results of the parsing by
12174 match-beginning or match-end, these functions return data structures
12175 that hold the corresponding positions.
12176 (bibtex-enclosing-field): Changed to also report field boundaries by
12177 return values rather than by match-beginning or match-end. The
12178 following functions have been adapted to use the new parsing
12179 functions.
12180 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12181 bibtex-enclosing-field, bibtex-format-entry,
12182 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12183 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12184 bibtex-print-help-message, bibtex-end-of-entry,
12185 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12186 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12187 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12188 method for parsing.
12189 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12190 bibtex-map-entries, bibtex-flash-head,
12191 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12192 bibtex-autokey-change, bibtex-autokey-get-namefield,
12193 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12194 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12195 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12196 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12197 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12198 order to make the new binding of case-fold-search immediately
12199 visible.
99e95407
GM
12200
122012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12202
82d2c7c5
DL
12203 * textmodes/bibtex.el: Copyright notice is up to date.
12204 Added constant 'bibtex-maintainer-salutation.
99e95407 12205
82d2c7c5
DL
12206 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12207 than make-temp-name, use match-string-no-properties and eliminate
12208 a quadratic behavior when building bibtex-strings.
99e95407 12209
82d2c7c5
DL
12210 * bibtex.el (bibtex-reference-key): Accept string entries whose
12211 reference key contains upper case letters.
99e95407
GM
12212
122132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12214
82d2c7c5
DL
12215 * bibtex.el (bibtex-reference-head): Allow entries to start with
12216 a new line.
99e95407
GM
12217
122182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12219
82d2c7c5
DL
12220 * bibtex.el: Hiding of entry bodies is not longer provided by
12221 bibtex.el directly. Instead the hideshow package can be used.
12222 Added a special bibtex entry to hs-special-modes-alist.
12223 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12224
122252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12226
f24fef2f
SM
12227 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12228 at ':' characters by call to split-string.
8389e1e2
GM
12229
122302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12231
f24fef2f 12232 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12233
122342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12235
f24fef2f
SM
12236 * textmodes/bibtex.el: Some temporary comments removed.
12237 (bibtex-field-name, bibtex-entry-type): Made the relationship
12238 explicit.
12239 (bibtex-field-const): Allow capital letters.
12240 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12241
f24fef2f
SM
12242 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12243 use the term 'reference' to describe a bibtex entry as a whole.
12244 Further, reference keys are no longer called 'labels'.
12245 (bibtex-keys): Renamed to bibtex-reference-keys.
12246 (bibtex-reformat-previous-labels): Renamed to
12247 bibtex-reformat-previous-reference-keys.
12248 (bibtex-reference-type): Renamed to bibtex-entry-type.
12249 (bibtex-reference-head): Renamed to bibtex-entry-head.
12250 (bibtex-reference-maybe-empty-head): Renamed to
12251 bibtex-entry-maybe-empty-head.
12252 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12253 (bibtex-search-reference): Renamed to bibtex-search-entry.
12254 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12255 bibtex-enclosing-entry-maybe-empty-head.
12256 (bibtex-entry-field-alist, bibtex-entry-head,
12257 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12258 bibtex-map-entries, bibtex-search-entry,
12259 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12260 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12261 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12262 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12263 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12264 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12265 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12266
122672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12268
f24fef2f
SM
12269 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12270 comment.
12271 (bibtex-format-field-delimiters): New function, functionality
12272 extracted from bibtex-format-entry.
12273 (bibtex-autokey-get-yearfield-digits): New function, functionality
12274 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12275
f24fef2f
SM
12276 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12277 entries in order to avoid stack overflow in the regexp matcher if
12278 field contents become large.
12279 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12280 bibtex-field-string-part-not-braced,
12281 bibtex-field-string-part-no-inner-braces,
12282 bibtex-field-string-part-1-inner-brace,
12283 bibtex-field-string-part-2-inner-braces,
12284 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12285 bibtex-field-string-quoted, bibtex-field-string,
12286 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12287 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12288 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12289 as parsing is now performed by the following functions.
12290 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12291 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12292 bibtex-parse-field-string, bibtex-search-forward-field-string,
12293 bibtex-parse-association, bibtex-field-name-for-parsing,
12294 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12295 bibtex-search-forward-field, bibtex-search-backward-field,
12296 bibtex-start-of-field, bibtex-end-of-field,
12297 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12298 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12299 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12300 bibtex-parse-string, bibtex-search-forward-string,
12301 bibtex-search-backward-string, bibtex-start-of-string,
12302 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12303 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12304 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12305 entries. Instead of reporting the results of the parsing by
12306 match-beginning or match-end, these functions return data structures
12307 that hold the corresponding positions.
12308 (bibtex-enclosing-field): Changed to also report field boundaries by
12309 return values rather than by match-beginning or match-end. The
12310 following functions have been adapted to use the new parsing
12311 functions.
12312 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12313 bibtex-enclosing-field, bibtex-format-entry,
12314 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12315 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12316 bibtex-print-help-message, bibtex-end-of-entry,
12317 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12318 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12319 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12320 method for parsing.
12321 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12322 bibtex-map-entries, bibtex-flash-head,
12323 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12324 bibtex-autokey-change, bibtex-autokey-get-namefield,
12325 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12326 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12327 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12328 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12329 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12330 order to make the new binding of case-fold-search immediately
12331 visible.
8389e1e2
GM
12332
123332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12334
f24fef2f
SM
12335 * textmodes/bibtex.el: Copyright notice is up to date.
12336 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12337
f24fef2f
SM
12338 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12339 than make-temp-name, use match-string-no-properties and eliminate
12340 a quadratic behavior when building bibtex-strings.
fa78f71b 12341
f24fef2f
SM
12342 * bibtex.el (bibtex-reference-key): Accept string entries whose
12343 reference key contains upper case letters.
8389e1e2
GM
12344
123452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12346
f24fef2f
SM
12347 * bibtex.el (bibtex-reference-head): Allow entries to start with
12348 a new line.
8389e1e2
GM
12349
123502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12351
f24fef2f
SM
12352 * bibtex.el: Hiding of entry bodies is not longer provided by
12353 bibtex.el directly. Instead the hideshow package can be used.
12354 Added a special bibtex entry to hs-special-modes-alist.
12355 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12356
123572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12358
82d2c7c5 12359 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12360 proceedings entry type (for cross referencing). Thanks to Wagner
12361 Toledo Correa for the suggestion.
12362
82d2c7c5 12363 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12364
eae61d8f
KH
123652000-02-14 Kenichi Handa <handa@etl.go.jp>
12366
12367 * international/characters.el: Setup case table for Vietnamese.
12368
fb07a302
GM
123692000-02-12 Gerd Moellmann <gerd@gnu.org>
12370
12371 * uniquify.el (toplevel): Require CL at compile time.
12372 (uniquify-push): Removed.
12373
12374 * shadowfile.el (shadow-when): Removed.
12375
12376 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12377 (tempo-process-and-insert-string): Use dolist instead of
12378 tempo-dolist.
12379
12380 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12381 regexp for paragraph-start.
12382
12383 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12384 commas as well.
12385
a0eddf92
DL
123862000-02-10 Dave Love <fx@gnu.org>
12387
12388 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12389 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12390 Deleted.
12391 (widget-specify-field, widget-specify-button): Don't use
12392 widget-mouse-help as help-echo property.
12393 (default): Use #'ignore for :validate and :mouse-down-action.
12394 (checkbox): Add help-echo.
12395 (widget-sexp-validate): Rewritten to clarify error messages.
12396 (character): Use char-valid-p in :match function.
12397 (widget-color-complete): Use facemenu-color-alist.
12398 (widget-color-action): Use facemenu-read-color.
12399
12400 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12401 set up `caar' &c that we now have.
12402
82d2c7c5
DL
124032000-02-09 Ray Blaak <blaak@gnu.org>
12404
12405 * delphi.el: Make resourcestring a declaration region, like const
12406 and var.
12407
6cbc1482
DL
124082000-02-09 Dave Love <fx@gnu.org>
12409
12410 * bindings.el (mode-line-input-method-map): New variable.
12411 (mode-line-mule-info): Use it; fix last change.
12412 (mode-line-mode-menu): Move definition.
12413 (mode-line-mouse-sensitive-p): Deleted.
12414 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12415 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12416 level.
12417
12418 * startup.el (command-line-1): Don't call
12419 make-mode-line-mouse-sensitive.
12420
f7136ee8
GM
124212000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12422
12423 * mail/rmail.el (rmail-retry-failure): Use
12424 rmail-beginning-of-message before rmail-toggle-header, because the
12425 former toggles headers.
12426
6e1d0d15
SM
124272000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12428
fef8c55b
SM
12429 * diff-mode.el (diff-kill-junk): New interactive function.
12430 (diff-reverse-direction): Use delete-and-extract-region.
12431 (diff-post-command-hook): Restrict the area so that the hook also works
12432 outside of any diff hunk. This is necessary for the minor-mode.
12433 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12434 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12435
6e1d0d15
SM
12436 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12437 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12438 so that it can be used more easily in <foo>-mode-hook. Also make sure
12439 to avoid duplicate entries.
12440 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12441 (font-lock-remove-keywords): Just as was done for `add', allow it to
12442 work even if font-lock-mode is nil. Also make sure we don't modify
12443 any pre-existing list by forcing a copy-sequence. Finally rename
12444 `major-mode' to `mode'.
12445 (font-lock-fontify-syntactic-anchored-keywords)
12446 (font-lock-fontify-anchored-keywords)
12447 (font-lock-fontify-keywords-region): Use line-end-position.
12448 Don't make `font-lock-multiline' local (it's now done in
12449 font-lock-set-defaults).
12450 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12451 move the `font-lock-fontified' creation to inside the `unless'.
12452
a75dfea0
AI
124532000-02-06 Andrew Innes <andrewi@gnu.org>
12454
12455 * term/w32-win.el (x-handle-args): Comment out call to message,
12456 which occurs before window system is initialized.
12457
12458 * makefile.nt: Add support for recompiling lisp code.
12459
b85e9462
DL
124602000-02-04 Dave Love <fx@gnu.org>
12461
9ff33afb
DL
12462 * bindings.el (mode-line-mule-info): Fix/extend last change.
12463
b85e9462
DL
12464 * completion.el: Replace completion-dolist with dolist.
12465
12466 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12467 dotimes.
12468
44dff075
CD
124692000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12470
12471 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12472 environment names before they go into the section regexp.
12473
12474 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12475 char class in regexp.
12476
12477 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12478 `case-fold-search' to nil.
12479
12480 * progmodes/idlwave.el (idlwave-template): Respect
12481 `idlwave-abbrev-change-case'.
12482 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12483 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12484 idlwave-while): respect `idlwave-reserved-word-upcase'.
12485 (idlwave-rw-case): New function.
12486 (idlwave-statement-match): Fixed problem with assignment regexp.
12487 (idlwave-font-lock-keywords): Improved regexp for keyword
12488 parameters.
a23c5037 12489 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12490 operators longer than 1 char.
12491
12492 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12493 idlwave-shell-expression-overlay. Implemented printing of
12494 expressions on higher levels of the calling stack.
12495 (idlwave-shell-display-level-in-calling-stack): Restore stack
12496 level.
12497 (idlwave-retrieve-expression-from-level): New function.
12498 (idlwave-shell-last-calling-stack): Variable removed.
12499 (idlwave-shell-reset): Argument action reversed (`visible' to
12500 `hidden'). Also remove stop-line overlay.
12501 (idlwave-shell-calling-stack-routine): New variable.
12502 (idlwave-shell-parse-stack-and-display): Messages now display
12503 negative level numbers.
12504 (idlwave-shell-mode): Set `modeline-format'.
12505 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12506 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12507 21.
12508 (idlwave-shell-print-expression-function): New option.
a23c5037 12509
44dff075
CD
12510 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12511 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12512 `tool-bar' instead of `toolbar'.
12513
f26c34fd
DL
125142000-02-02 Dave Love <fx@gnu.org>
12515
12516 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12517 emacs-lisp-mode-hook. Don't check for defalias being defined.
12518
12519 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12520 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12521 the new builtins directly.
12522
12523 * whitespace.el (whitespace): Add :version to defgroup.
12524
12525 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12526 Doc fix.
12527
12528 * thingatpt.el (sexp-at-point, symbol-at-point)
12529 (number-at-point, list-at-point): Add autoload cookie.
12530
12531 * recentf.el (recentf): Add :version to defgroup.
12532
12533 * quickurl.el (quickurl): Add :version to defgroup.
12534
12535 * elide-head.el (elide-head): Use point-marker more.
12536
12537 * bs.el (bs): Add :version to defgroup.
12538
12539 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12540
12541 * progmodes/delphi.el (delphi): Add :version to defgroup.
12542
d240a249
GM
125432000-02-02 Gerd Moellmann <gerd@gnu.org>
12544
12545 * ange-ftp.el (ange-ftp-write-region): Handle case that
12546 succeeding process operation sets a different coding system.
12547
12548 * calculator.el: New file.
12549
d5179a01
EZ
125502000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12551
12552 * frame.el (frames-on-display-list, framep-on-display): New
12553 functions.
12554 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12555 (display-selections-p, display-screens, display-pixel-width)
12556 (display-pixel-height, display-mm-width, display-mm-height)
12557 (display-backing-store, display-save-under, display-planes)
12558 (display-color-cells, display-visual-class): New functions.
12559
12560 * term/tty-colors.el (tty-color-gray-shades): New function.
12561
12562 * faces.el (display-color-p): Use framep-on-display.
12563 (display-grayscale-p): New function.
12564
968e00f0
DL
125652000-01-31 Dave Love <fx@gnu.org>
12566
12567 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12568 (create-fontset-from-x-resource): Don't concat integers.
12569
2cb750ba
GM
125702000-01-31 Inge Frick <inge@nada.kth.se>
12571
12572 * view.el: Some changes in documentation. Removed some trailing
12573 whitespace. Changed some parameter names to agree with
12574 documentation.
12575 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12576 window is not deleted. Modifies change 1998-04-26.
a23c5037 12577
74e9213b
GM
125782000-01-31 Gerd Moellmann <gerd@gnu.org>
12579
47569935
GM
12580 * windmove.el: New file.
12581
74e9213b
GM
12582 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12583 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12584 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12585
74e9213b
GM
12586 * jit-lock.el (jit-lock-function): Widen before calculating end
12587 position.
12588 (jit-lock-stealth-chunk-start): Rewritten.
12589
12590 * info.el (Info-title-face-alist): Removed.
12591 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12592 faces.
12593 (Info-fontify-node): Use these faces.
12594
994c5afe
GM
125952000-01-30 Gerd Moellmann <gerd@gnu.org>
12596
12597 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12598 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12599 `&allow-other-keywords'.
12600
12601 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12602 the list of directories scanned heuristically.
12603
12604 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12605 exist.
12606
f00276e3
JR
126072000-01-30 Jason Rumney <jasonr@gnu.org>
12608
12609 * w32-fns.el: Define w32-tty-standard-colors.
12610
12611 * startup.el (command-line): Use w32-tty-standard-colors when in
12612 w32 console mode.
12613
cc4dfff0
DL
126142000-01-30 Dave Love <fx@gnu.org>
12615
e645e77b
DL
12616 * jka-compr.el (jka-compr-load): Fix up load-history.
12617
cc4dfff0
DL
12618 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12619
12620 * emacs-lisp/cl-macs.el: Revert previous change.
12621
16215eb0
DL
126222000-01-29 Dave Love <fx@gnu.org>
12623
12624 * facemenu.el: Purecopy various strings.
12625
12626 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12627 years. Deal with three-digit years.
12628
12629 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12630 defconst, purecopy.
12631 (help-back-label): Purecopy it.
12632
bbd9b566
GM
126332000-01-18 Gerd Moellmann <gerd@gnu.org>
12634
12635 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12636 variable. If non-nil, order the buffer list according to the
12637 currently selected frame.
12638 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12639 non-nil, pass the selected frame to function buffer-list.
a23c5037 12640
887448e1
GM
126412000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12642
12643 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12644
7df85084
DL
126452000-01-28 Dave Love <fx@gnu.org>
12646
142e109c
DL
12647 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12648
7df85084
DL
12649 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12650 Don't use lisp-indent-hook property.
12651 (cl-abs): Remove.
12652
12653 * subr.el: Move out indent and edebug specs for when and unless.
12654
12655 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12656 when, unless.
12657
12658 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12659 unless, when.
12660
3b43c01c
GM
126612000-01-28 Gerd Moellmann <gerd@gnu.org>
12662
d060bc9f
GM
12663 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12664 `collecting' as synonym for `collect'.
12665
12666 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12667 for the case it contains spaces.
12668
12669 * simple.el (what-cursor-position): Change formatting of
12670 messages.
12671
b02786f9
GM
12672 * frame.el (delete-other-frames): New function.
12673 (toplevel): Bind it to C-x 5 1.
12674
efd68b8a
GM
12675 * sort.el (sort-numeric-base): New option.
12676 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12677 interpret it as octal or hexadecimal. Use sort-numeric-base
12678 as default base.
12679
3b43c01c
GM
12680 * progmodes/glasses.el: New file.
12681
984ae001
GM
126822000-01-27 Gerd Moellmann <gerd@gnu.org>
12683
a0b796e3
GM
12684 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12685 userids differently.
12686
984ae001
GM
12687 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12688 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12689 progmodes/ebnf-yac.el: New files.
12690
6c67ddee
DL
126912000-01-26 Dave Love <fx@gnu.org>
12692
12693 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12694 on a function with an empty body. [From Eric Ludlam.]
12695
4e6473c8
GM
126962000-01-25 Andre Spiegel <spiegel@gnu.org>
12697
12698 * vc.el (vc-version-diff): Make sure file name is expanded.
12699
e12489f9
GM
127002000-01-25 Gerd Moellmann <gerd@gnu.org>
12701
12702 * scroll-bar.el (scroll-bar-timer): Variable removed.
12703 (scroll-bar-toolkit-scroll): Don't use a timer.
12704
8dbe2b07
KH
127052000-01-25 Kenichi Handa <handa@etl.go.jp>
12706
12707 * language/thai-util.el (thai-composition-function): Delete
12708 superfluous `a'.
12709
26ef1c87
DL
127102000-01-24 Dave Love <fx@gnu.org>
12711
12712 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12713 end-of-defun-function.
12714
12715 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12716 &c.
12717
7ed4e9a7
JR
127182000-01-22 Jason Rumney <jasonr@gnu.org>
12719
12720 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12721 conflicts with new face support.
12722
8b7bc628 127232000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12724
12725 * replace.el (query-replace): Rename last arg to DELIMITED.
12726 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12727 (query-replace-regexp): Likewise.
12728
8b7bc628 127292000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12730
02b14400
RS
12731 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12732
5bb6f079
RS
12733 * emacs-lisp/lisp.el (beginning-of-defun-function):
12734 Variable renamed from beginning-of-defun.
12735 Do not call make-variable-buffer-local.
12736 (beginning-of-defun-raw): Use new variable name; doc fix.
12737 (beginning-of-defun): Doc fix.
12738 (end-of-defun-function): Variable renamed from end-of-defun.
12739 Do not call make-variable-buffer-local.
12740 (end-of-defun): Use new variable name; doc fix.
12741
02b14400
RS
12742 * subr.el (dolist, dotimes): Copied from cl-macs.el
12743 and made to work.
2d5e9b54 12744
a23c5037 12745 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12746 Variable replaces rmail-digest-end-regexp.
12747 Allows multiple regexps for detecting the end line.
12748 (undigestify-rmail-message): Corresponding changes.
12749
60af03f1
DL
127502000-01-19 Dave Love <fx@gnu.org>
12751
fe5d99e1
DL
12752 * files.el (user-init-file): Don't declare here -- is primitive.
12753
60af03f1
DL
12754 * startup.el (command-line): Check for compiled user-init-file and
12755 set to uncompiled version if necessary.
12756
72dbbc7d
GM
127572000-01-18 Gerd Moellmann <gerd@gnu.org>
12758
6a1950ec
GM
12759 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12760 (undigestify-rmail-message): Use it.
12761
72dbbc7d
GM
12762 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12763
fbe91bbd
GM
127642000-01-17 Gerd Moellmann <gerd@gnu.org>
12765
12766 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12767 of mini-buffer.
12768
33a6685b
GM
127692000-01-14 Gerd Moellmann <gerd@gnu.org>
12770
b3303df7
GM
12771 * emacs-lisp/copyright.el (copyright-update): Removed the
12772 requirement for a trailing space from `copyright-regexp', to
12773 support copyrights with owner specified on a separate line..
a23c5037 12774
3c4c8064
GM
12775 * align.el: New file.
12776
33a6685b
GM
12777 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12778
12779 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12780
044a4975
DL
127812000-01-13 Dave Love <fx@gnu.org>
12782
12783 * ph.el: Removed. (Obsoleted by EUDC.)
12784
0a352cd7
GM
127852000-01-13 Gerd Moellmann <gerd@gnu.org>
12786
12787 * net/eudc.el (toplevel): Remove autoloaded code installing
12788 menu with easymenu, because that causes build problems.
12789
12790 * frame.el (frame-notice-user-settings): New variable.
12791 (frame-notice-user-settings): Don't modify frame parameters
12792 if called a second time.
12793
8b7bc628 127942000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12795
12796 * frame.el (frame-notice-user-settings):
12797 Notice default-frame-parameters even for non-window frames.
12798
feb450e0
GM
127992000-01-13 Gerd Moellmann <gerd@gnu.org>
12800
12801 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12802 for Emacs.
12803 (eudc-bob-can-display-inline-images): Extend for Emacs.
12804 (eudc-bob-toggle-inline-display): Ditto.
12805 (eudc-bob-display-jpeg): Ditto.
12806
99c6d63b
GM
128072000-01-12 Gerd Moellmann <gerd@gnu.org>
12808
7970b229
GM
12809 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12810 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12811 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12812
e4936aa9
GM
12813 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12814 nil)'.
12815
12816 * subdirs.el: Add `net' directory.
12817
133c9e59
GM
12818 * net: New directory.
12819
99c6d63b
GM
12820 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12821 eval-last-sexp. Don't bind debug-on-error here.
12822 (eval-last-sexp): New function. Bind debug-on-error if
12823 eval-expression-debug-on-error is non-nil.
12824 (eval-defun-2, eval-defun): Likewise.
12825
12826 * simple.el (eval-expression): Don't bind debug-on-error if
12827 eval-expression-debug-on-error is nil. Detect changed
12828 debug-on-error, and propagate new value to global binding, if
12829 eval-expression-debug-on-error is non-nil,
12830 (eval-expression-debug-on-error): Change doc string.
a23c5037 12831
8b7bc628 128322000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12833
12834 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12835
12836 * emacs-lisp/lisp-mode.el (with-syntax-table):
12837 Set up lisp-indent-function property.
12838
12839 * subr.el (with-syntax-table): Moved from simple.el.
12840
12841 * simple.el (with-syntax-table): Moved to subr.el.
12842
7e3c74fa
GM
128432000-01-11 Gerd Moellmann <gerd@gnu.org>
12844
1fab1775
GM
12845 * tmm.el (tmm-shortcut): Delete region after prompt instead
12846 of erasing buffer.
12847
7e3c74fa 12848 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12849 (fill-context-prefix): Use the longest common prefix of first
12850 and second line fill prefix, if there is one.
7e3c74fa 12851
8b7bc628 128522000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12853
12854 * array.el (array-mode): Don't use make-variable-buffer-local.
12855 Use make-local-variable for `truncate-lines'.
12856
aa705642 128572000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12858
aa705642
GM
12859 * add-log.el (add-log-current-defun): Handle user-defined
12860 add-log-current-function returning nil,
a23c5037 12861
57df2446 12862 * add-log.el (add-change-log-entry): Insert version number
aa705642 12863 if having found a current function
c1356086
GM
12864
12865 * add-log.el (add-log-current-defun): Call
12866 `add-log-current-defun-function'. Try matches at level 0 and
12867 level 1. Strip whitespace from defun found.
a23c5037 12868
1d8c59e9
RS
128692000-01-10 John Wiegley <johnw@gnu.org>
12870
12871 * allout.el (isearch-done/outline-provisions): Added `edit'
12872 argument to correspond with the current definition of
12873 `isearch-done'.
12874
8cf87e9b
DL
128752000-01-10 Dave Love <fx@gnu.org>
12876
12877 * elide-head.el (elide-head): Use point-marker, not point.
12878
9050446c
GM
128792000-01-10 Gerd Moellmann <gerd@gnu.org>
12880
8321b22a
GM
12881 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12882 before and after the year 2000.
a23c5037 12883
9050446c
GM
12884 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12885 Add ispell- prefix.
12886
128872000-01-10 Ken Stevens <k.stevens@ieee.org>
12888
12889 * ispell.el: Only define dictionaries in menus when they exist.
12890 (version18p): New variable.
12891 (version20p): New variable.
12892 (xemacsp): New variable.
12893 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12894 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12895 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12896 run-together words.
9050446c
GM
12897 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12898 (ispell-dictionary-alist): Add koi8-r to customize definition.
12899 (check-ispell-version): Added documentation string. Returns
f24fef2f 12900 library path when called non-interactively.
9050446c
GM
12901 (ispell-menu-map-needed): Uses new variables.
12902 (ispell-library-path): New variable.
12903 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12904 (ispell-word): Improved documentation string. Test for valid
12905 character mappings. Correctly check typed in word changes that can
12906 result in single words split into multiple words. Returns
12907 replacement word.
12908 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12909 replace in recursive query replace mode. Help message for
12910 recursive edit mode.
12911 (ispell-show-choices): Protect against bad framepop bindings.
12912 (ispell-help): Fix to work with XEmacs.
12913 (ispell-highlight-spelling-error): Use new variables.
12914 (ispell-overlay-window): Fix to work with XEmacs.
12915 (ispell-parse-output): Passed and returns location information
12916 tracking spelling corrections. Doesn't recheck same word on
12917 current line.
12918 (ispell-init-process): Protect against bogus XEmacs variable binding.
12919 Fix call to single argument in sleep-for. Use new variables.
12920 (ispell-region): Passed and returns location information tracking
12921 spelling corrections. Doesn't check same word on current line.
12922 Improved documentation string. Doesn't resend a line already
12923 checked to the ispell process - fixes bug in LaTeX parsing.
12924 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12925 (ispell-skip-region): No longer skips <TT> in SGML.
12926 (ispell-process-line): Tracks location information with spelling
12927 corrections. Added documentation string. Accounts for words
12928 already accepted on this line. Don't allow query-replace on line
12929 starting with math characters. Doesn't resend a line already sent
12930 to ispell process. Fixes alignment error bug.
a23c5037 12931
8b7bc628 129322000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12933
a23c5037 12934 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12935 Suggest xloadimage, which is free, not xv, which isn't.
12936
a23c5037 12937 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12938 Don't ever include the host name or user name in the value.
12939
9ed79f5d
GM
129402000-01-09 Gerd Moellmann <gerd@gnu.org>
12941
12942 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12943 of a real newline.
12944
b950abb1
GM
129452000-01-09 Stephen Eglen <stephen@gnu.org>
12946
a23c5037 12947 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12948 for .png files.
12949
3c708e98
GM
129502000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12951
12952 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12953
bf61662d
GM
129542000-01-09 Gerd Moellmann <gerd@gnu.org>
12955
f1d851ae
GM
12956 * progmodes/cperl-mode.el: Replace ^F with ^L.
12957
bf61662d 12958 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12959 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12960 recursion.
12961
c65d14ee
DL
129622000-01-08 Dave Love <fx@gnu.org>
12963
8cf87e9b
DL
12964 * emacs-lisp/backquote.el: Remove inappropriate customization
12965 (allowing custom.el to use backquote).
c65d14ee 12966
83de2ebc
DL
129672000-01-07 Dave Love <fx@gnu.org>
12968
12969 * add-log.el (add-log-debugging): Deleted.
12970 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12971 file. Remove debugging code.
12972 (change-log-get-method-definition, change-log-name): Add doc.
12973 (change-log-sortable-date-at): New function.
12974 (change-log-merge): New command.
12975
12976 * time.el (display-time-string-forms): Make the Mail string active.
12977 (display-time-update): Provide help-echo for load average.
12978
12979 * bindings.el (make-mode-line-mouse2-map): New function.
12980 (mode-line-modified): Use it and simplify.
12981 (mode-line-mule-info): Provide help-echo info.
12982 (minor-mode-alist): Activate the strings.
12983 (make-mode-line-mouse-sensitive): Simplify for
12984 mode-line-buffer-identification.
12985
c1475eae
GM
129862000-01-07 Gerd Moellmann <gerd@gnu.org>
12987
12988 * play/pong.el: New file.
12989
83de2ebc
DL
129902000-01-06 Dave Love <fx@gnu.org>
12991
12992 * array.el: Assorted cleanups for compiler warnings, doc strings,
12993 `array-' prefix for symbols.
12994
129952000-01-05 Dave Love <fx@gnu.org>
12996
12997 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12998 outline-headers-as-kill.
12999 (outline-mode): Define imenu-generic-expression.
13000 (outline-headers-as-kill): New command.
13001
13002 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13003 from paragraph-start.
13004 (paragraph-indent-minor-mode): New command.
13005
13006 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13007 M-C-e, M-C-h, C-j, C-xnd, TAB.
13008 (fortran-mode): Set beginning-of-defun, end-of-defun.
13009 (fortran-column-ruler): Simplify.
13010 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13011 (fortran-with-subprogram-narrowing): Likewise.
13012 (fortran-indent-subprogram): Call mark-defun.
13013 (fortran-check-for-matching-do): Change narrowing.
13014
13015 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13016 (cl-lucid-hash-tag): Delete.
13017 (cl-hash-table-p): Correct test for native table.
13018 (cl-hash-table-count): Use hash-table-count.
13019
13020 * browse-url.el (browse-url): Fix case of
13021 browse-url-browser-function being an alist.
13022
676ac023
CD
130232000-01-05 Carsten Dominik <cd@gnu.org>
13024
c1475eae
GM
13025 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13026 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13027
13028 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13029 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13030
13031 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13032 `reftex-parse-file-extension'.
eb483e17 13033
88807984
DL
130342000-01-05 Dave Love <fx@gnu.org>
13035
83de2ebc 13036 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13037 (beginning-of-defun-raw): Use it.
13038 (end-of-defun): New variable.
13039 (end-of-defun): Use it.
13040 (check-parens): New command.
13041
1362aeb4
TTN
130422000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13043
c1475eae
GM
13044 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13045 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13046
7ddafb95
TTN
13047 Fix buglet in local variables initialization.
13048
7334aa99
AS
130492000-01-05 Andreas Schwab <schwab@suse.de>
13050
13051 * hscroll.el (hscroll): Doc fix.
13052
b12e24cd
CD
130532000-01-05 Carsten Dominik <cd@gnu.org>
13054
13055 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13056 idlw-toolbar.
13057
13058 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13059 file idlw-rinfo.el.
1362aeb4
TTN
13060 (idlwave-customize): load must read file idlw-shell.el.
13061 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13062
d6226972
CD
130632000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13064
13065 * progmodes/idlw-shell.el: Also provide idlwave-shell
13066 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13067 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13068
13069 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13070 both reftex-dcr and reftex-vcr.
1362aeb4 13071
d6226972
CD
13072 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13073
6ddb893f 130742000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13075
13076 * ps-print.el: PostScript code now is in separate files, doc fix.
13077 (ps-print-version): New version number (5.0.3).
13078 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13079 local.
13080 (ps-spool-config): Initialization fix.
c1475eae
GM
13081 (ps-print-prologue-1, ps-print-prologue-2)
13082 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13083 (ps-background-image): Little code reformating.
13084 (ps-begin-file, ps-begin-job): Fix code.
88807984 13085 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13086 (ps-prologue-file): New fun.
13087
ae833aae
KH
130882000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13089
c1475eae 13090 * ps-vars.el: Eliminated.
ae833aae
KH
13091
13092 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13093 `;;;###autoload'.
13094
13095 * ps-print.el: ps-vars eliminated, doc fix.
13096 (ps-print-version): New version number (5.0.2).
13097 (ps-spool-config): Initialization fix.
13098 (ps-print-customize): New fun.
13099
560a7bd2
GM
131002000-01-04 Gerd Moellmann <gerd@gnu.org>
13101
13102 * autorevert.el (auto-revert-mode): Return value of
13103 auto-revert-mode.
13104
f45dd0f4
DL
131052000-01-04 Dave Love <fx@gnu.org>
13106
fae2ac05
DL
13107 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13108 menu items.
f45dd0f4 13109
61255981
DL
131102000-01-03 Dave Love <fx@gnu.org>
13111
88807984 13112 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13113
83de2ebc 13114 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13115 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13116 `cl-hash-table-p', not `hash-table-p'.
13117 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13118
c182a70f
EZ
131192000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13120
13121 * faces.el (face-read-integer, read-face-attribute)
13122 (color-defined-p, color-values): unspecified-{f,b}g are now
13123 strings.
13124
047f434a
GM
131252000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13126
13127 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13128 at comment end, and re-insert them after filling.
13129
bab531e2
EZ
131302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13133 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13134 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13135
d684c676
EZ
131362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13137
13138 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13139 the new name of face-color-supported-p.
13140
13141 * term/w32-win.el (xw-defined-colors): Likewise.
13142
0aad4805
EZ
131432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13144
13145 * simple.el (completion-setup-function): Count completion-size
13146 from minibuffer-prompt-end, not from point-min.
13147
5fe1d139
EZ
131482000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13149
13150 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13151 Pass the frame to tty-color-* functions.
13152 (display-color-p, frame-set-background-mode): Pass the frame to
13153 tty-display-color-p.
13154
13155 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13156 tty-color-alist.
13157 (tty-color-alist, tty-modify-color-alist): New functions.
13158 (tty-color-define, tty-color-clear, tty-color-approximate)
13159 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13160 an optional parameter FRAME.
13161
162dec01
GM
131622000-01-01 Gerd Moellmann <gerd@gnu.org>
13163
27189709
GM
13164 * image.el (create-image, defimage): Don't assume image data is a
13165 string.
13166
162dec01
GM
13167 * image.el (defimage): Handle specifications containing :data
13168 instead of :file.
13169 (image-type-from-data): New function.
13170 (image-type-from-file-header): Use it.
13171 (create-image): Add parameter DATA-P.
1362aeb4 13172
bea56df7 13173See ChangeLog.8 for earlier changes.
25a6fab1
KH
13174
13175;; Local Variables:
e64c3a75 13176;; coding: iso-2022-7bit
25a6fab1 13177;; End: