(expose_area): Pass x-coordinate relative to the exposed
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
caa15ef7
GM
12000-12-04 Gerd Moellmann <gerd@gnu.org>
2
3 * format.el (format-decode): Don't change buffer's undo list.
4
e225faa7
KH
52000-12-04 Kenichi Handa <handa@etl.go.jp>
6
7 * faces.el (face-font-registry-alternatives): Add entries for CJK
8 fonts. Doc-string adjusted for the actual usage of this data.
9
10 * international/fontset.el: Change the font registries for CJK
11 fonts in the default fontset. Don't append '*' to registries.
12
8b262a65
SM
132000-12-03 Stefan Monnier <monnier@cs.yale.edu>
14
15 * emacs-lisp/easy-mmode.el (define-derived-mode)
16 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
17
18 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
19 (derived-mode-p): New function.
20 (derived-mode-make-docstring): Add `docstring' argument.
21 Use it if available and complete it if necessary.
22
33c4460b
AS
232000-12-03 Andreas Schwab <schwab@suse.de>
24
25 * type-break.el (type-break): Don't make parent of itself.
26
5c9b3fac
MB
272000-12-03 Miles Bader <miles@gnu.org>
28
29 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
30
27ce741e
SM
312000-12-02 Stefan Monnier <monnier@cs.yale.edu>
32
07c16ec4
SM
33 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
34 (tex-main-file, tex-file): Simplify.
35 (tex-generate-zap-file-name): Use subst-char-in-string.
36 (tex-strip-dots): Remove.
37
c19cc275
SM
38 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
39
27ce741e
SM
40 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
41 to check if the match succeeded.
42
285991dc
GM
432000-12-02 Gerd Moellmann <gerd@gnu.org>
44
45 * startup.el (use-fancy-splash-screens-p): New function.
46 (command-line-1): Use it to determine whether or not to use
47 a fancy splash screen.
48
52dca1b2
AS
492000-12-02 Andreas Schwab <schwab@suse.de>
50
51 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
52
d3e7e7cf
EZ
532000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
54
2dce2360
EZ
55 * international/mule.el (make-char): Fix last change.
56
9768eaa7
EZ
57 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
58 New defcustoms.
59 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
60 autoloading tex-mode; instead, do the same manually. Use
61 texinfo-open-quote and texinfo-close-quote. Insert literal quote
62 with numeric argument. Docstring fix.
63 (toplevel): Require cl when compiling.
64
285991dc 65 * international/mule.el (make-char): Doc fix.
d3e7e7cf 66
0dd5e255
JR
672000-12-02 Jason Rumney <jasonr@gnu.org>
68
69 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
70 the Emacs Lisp manual)
71
fbb87147
EZ
722000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
73
5cbb3e93
EZ
74 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
75
fbb87147
EZ
76 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
77 the Emacs Lisp manual).
78
1636ca09
GM
792000-12-02 Gerd Moellmann <gerd@gnu.org>
80
81 * simple.el (next-line-add-newlines): Change default to nil.
82
68875f0e
EZ
832000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
84
85 * files.el (revert-buffer, recover-file): Bind
86 coding-system-for-read to emacs-mule-unix, not to no-conversion.
87
fd9ac94c
GM
882000-12-01 Gerd Moellmann <gerd@gnu.org>
89
90 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
91
92 * play/5x5.el (5x5-play-solution):
93
45450dd5
MB
942000-12-01 Miles Bader <miles@gnu.org>
95
96 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
97
09df8881
KH
982000-12-01 Kenichi Handa <handa@etl.go.jp>
99
100 * international/mule-diag.el (describe-char-after): Fix typo.
101 (describe-character-set, non-iso-charset-alist): Fix typo.
102
dea0a87d
MB
1032000-12-01 Miles Bader <miles@gnu.org>
104
b170205b
MB
105 * image-file.el (image-file-name-regexp): Automatically add
106 upper-case variants of each filename extension in
107 `image-file-name-extensions', since they seem to be common.
108
dea0a87d
MB
109 * simple.el (minibuffer-contents)
110 (minibuffer-contents-no-properties, delete-minibuffer-contents):
111 New functions.
112 * filecache.el (file-cache-directory-name)
113 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
114
2b69bc11
GM
1152000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
116
dea0a87d
MB
117 * filecache.el (file-cache-minibuffer-complete): Don't try to
118 delete the minibuffer prompt.
119
a8a1b05d
DL
1202000-11-30 Dave Love <fx@gnu.org>
121
122 * cus-start.el: Fix read-buffer-function type.
123
693c4692
GM
1242000-11-30 Gerd Moellmann <gerd@gnu.org>
125
126 * md5.el: Removed. There's a built-in function, now.
127
2c0b1898
GM
1282000-11-30 Markus Rost <rost@math.ohio-state.edu>
129
130 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
131 as dummy 0-th char of rmail-deleted-vector.
132
63dfcf4b
EZ
1332000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
134
135 * ps-print.el (ps-end-job): Bind case-fold-search only after
136 switching to ps-spool-buffer.
137
1382000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
139
140 * ps-print.el: Line number font customization. PostScript: Lines and
141 PageCount are initialized on each page. Doc Fix.
142 (ps-print-version): New version number (6.3.2).
143 (ps-lpr-switches, ps-font-info-database, ps-font-size)
144 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
145 (ps-right-header): Customization fix.
146 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
147 Fix code.
148 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
149 New vars.
150
df3aedcf
GM
1512000-11-30 Gerd Moellmann <gerd@gnu.org>
152
edfb795e
GM
153 * bs.el: Fix typos and spelling errors.
154 (bs-appearance) <defgroup>: Renamed from bs-appearence.
155 (bs-configuration): Doc fix.
156
df3aedcf
GM
157 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
158
8b8a7f01
GM
1592000-11-30 Rob Riepel <riepel@Stanford.EDU>
160
161 * emulation/tpu-edt.el (tpu-version): New version.
162 (tpu-search-overlay, tpu-replace-overlay): New initial range.
163 (tpu-original-mode-line): Variable deleted.
164 (tpu-mark-flag): New initial value.
165 (tpu-set-mode-line): Don't redefine mode-line-format. Add
166 tpu-mark-flag to minor-mode-alist.
167 (tpu-update-mode-line): New mark flag logic.
168 (tpu-get): Use find-file-wildcards.
169 (tpu-search-highlight): Move overlay less, reset overlay properly.
170 (tpu-unselect): Deactivate mark.
171 (tpu-lm-replace): Reset overlay properly.
172 (tpu-forward-line): Use forward-visible-line.
173 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
174
175 * emulation/tpu-extras.el (tpu-forward-line): Use
176 forward-visible-line.
177
c069a9d3
GM
1782000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
179
180 * cus-edit.el (custom-face-value-create): Always emphasize tag.
181
b02cd40b
GM
1822000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
183
184 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
185 and skip whitespace and newlines.
186
b7a90344
SM
1872000-11-30 Stefan Monnier <monnier@cs.yale.edu>
188
189 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
190
be6bbb55
GM
1912000-11-29 Gerd Moellmann <gerd@gnu.org>
192
0383ed60
GM
193 * help.el (describe-function-1): Regexp-quote function name
194 when used as part of a regexp.
195
c7957947
GM
196 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
197 face-attribute instead of face-foreground and face-background.
198 (tool-bar-add-item): Likewise, and handle unspecified colors.
199
200 * enriched.el (enriched-face-ans): Use face-attribute instead
201 of face-foreground and face-background.
202
203 * faces.el (face-foreground, face-background, face-stipple):
204 Return nil if attribute is unspecified, for backward
205 compatibility.
206
7423978d
GM
207 * files.el (auto-mode-alist): Add an entry for antlr-mode.
208
ef128c78
GM
209 * play/5x5.el: Remove version info.
210
a81fc510
GM
211 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
212
be6bbb55
GM
213 * frame.el (blink-cursor-mode): Doc fix.
214
f9396e03
GM
2152000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
216
217 * antlr-mode.el: New commands to run ANTLR from within Emacs and
218 to create Makefile rules.
219 (antlr-tool-command): New user option.
220 (antlr-ask-about-save): New user option.
221 (antlr-makefile-specification): New user option.
222 (antlr-file-formats-alist): New variable.
223 (antlr-special-file-formats): New variable.
224 (antlr-unknown-file-formats): New user option.
225 (antlr-help-unknown-file-text): New variable.
226 (antlr-help-rules-intro): New variable.
227 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
228 (antlr-mode-menu): Add entries.
229 (antlr-file-dependencies): New function.
230 (antlr-directory-dependencies): New function.
231 (antlr-superclasses-glibs): New function.
232 (antlr-run-tool): New command.
233 (antlr-makefile-insert-variable): New function.
234 (antlr-insert-makefile-rules): New function.
235 (antlr-show-makefile-rules): New command.
236
237 * antlr-mode.el: More Emacs/XEmacs stuff.
238 (antlr-no-action-keywords): New constant with value nil.
239 (antlr-font-lock-keywords-alist): Use it. Old value would break
240 syntax highlighting in Emacs-21.0.
241 (antlr-default-directory): Emacs/XEmacs dependend function.
242 (antlr-read-shell-command): Ditto.
243 (antlr-with-displaying-help-buffer): Ditto.
244
2452000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
246
247 * antlr-mode.el: imenu, parsing and highlighting changes.
248 (antlr-imenu-create-index-function): Don't create extra submenus
249 for definitions in different grammar classes. It is not necessary
250 for the menu and would make command `imenu' awkward to use.
251 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
252 header actions and more than one.
253 (antlr-font-lock-tokendef-face): Changed color.
254 (antlr-font-lock-tokenref-face): Changed color.
255 (antlr-font-lock-additional-keywords): Also highlight lowercase.
256 (antlr-mode-syntax-table): New variable.
257 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
258 (antlr-with-syntax-table): Don't copy syntax table.
259
2602000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
261
262 * antlr-mode.el: Minor changes: language setting.
263 (antlr-language-alist): The value for file option "language" can
264 be both an identifier and a string.
265 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
266 (antlr-language-limit-n-regexp): Change accordingly.
267
2682000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
269
270 * antlr-mode.el: Minor changes: tabs, hiding.
271 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
272 (antlr-action-visibility): Also allow value nil to also hide the
273 braces. Renamed from `antlr-tiny-action-length'.
274 Suggested by Jay@aol.com.
275 (antlr-hide-actions): Change accordingly. Hide line if completely
276 hidden action is on a line of its own.
277
6ad948eb
SM
2782000-11-29 Stefan Monnier <monnier@cs.yale.edu>
279
280 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
281
282 * sort.el (sort-columns): Don't concat strings with numbers.
283
9c6a4107
DL
2842000-11-29 Dave Love <fx@gnu.org>
285
286 * cus-edit.el (face): Fix :format.
287
288 * mail/feedmail.el: Require smtpmail when compiling.
289 (mail-do-fcc): Autoload.
290 (feedmail) <defgroup>: Fix :link.
291 (feedmail-nuke-body-in-fcc): Fix :type.
292 (feedmail-send-it): Add autoload cookie.
293
053b8d35
SM
2942000-11-29 Stefan Monnier <monnier@cs.yale.edu>
295
296 * newcomment.el (comment-indent): Save excursion around call to
297 comment-indent-function.
298
242c13e8
MB
2992000-11-29 Miles Bader <miles@gnu.org>
300
301 * subr.el (member-ignore-case): Return the tail of the list who's
302 car matches, like `member', not the matching element itself.
303
8f4b5f28
KH
3042000-11-29 Kenichi Handa <handa@etl.go.jp>
305
306 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
307 should not contain `\n'.
308
bebe4a2c
GM
3092000-11-28 Gerd Moellmann <gerd@gnu.org>
310
fd9ac94c 311 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 312
ba7e40eb
GM
313 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
314
75ab0c79
GM
315 * dired-aux.el (dired-do-create-files): Construct default file
316 name for dired-mark-read-file-name so that when the user enters
317 just RET, the target file will end up in the target directory.
318
bebe4a2c
GM
319 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
320 local-abbrev-table before changing buffers because it might
321 have a buffer-local binding.
322
fa6d1ca8
MB
3232000-11-28 Miles Bader <miles@gnu.org>
324
325 * simple.el (delete-horizontal-space): Handle fields more generally.
326
8d2c2642
GM
3272000-11-28 Gerd Moellmann <gerd@gnu.org>
328
329 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
330
8b31236d
DL
3312000-11-28 Dave Love <fx@gnu.org>
332
3cbd02d2
DL
333 * progmodes/ps-mode.el (ps-mode): Set comment-start and
334 comment-start-skip locally.
335
8b31236d
DL
336 * progmodes/fortran.el (fortran-mode): Don't set
337 fortran-comment-line-start-skip. Set comment-start to
338 fortran-comment-line-start.
339 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
340 (fortran-comment-line-start-skip): Simplify slightly.
341
ae4bf56d
GM
3422000-11-28 Gerd Moellmann <gerd@gnu.org>
343
17ef7534
GM
344 * play/5x5.el: Remove RCS keyword.
345
fd9ac94c 346 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 347
665b27a6
GM
3482000-11-28 Milan Zamazal <pdm@freesoft.cz>
349
350 * textmodes/tildify.el (tildify-string-alist): Add
351 `plain-tex-mode' here.
352
fe3c2ae3
GM
3532000-11-28 Colin Walters <walters@cis.ohio-state.edu>
354
355 * chistory.el (Command-history-setup): Remove extraneous `keymap'
356 reference.
357
d970106b
MB
3582000-11-28 Miles Bader <miles@gnu.org>
359
36b80a0d
MB
360 * cus-face.el (custom-face-attributes): Add post-filter function
361 for :box. Make pre-filter function for :box handle all cases.
362
d970106b
MB
363 * wid-edit.el (widget-choose): Make sure pop-up window is large
364 enough to display all the choices, as there's no way to scroll it.
365
5a2bae6c
KH
3662000-11-28 Kenichi Handa <handa@etl.go.jp>
367
368 * international/mule-conf.el: Make the coding system no-conversion
369 safe for all characters.
370
9e836e23
DL
3712000-11-27 Dave Love <fx@gnu.org>
372
8b31236d
DL
373 * net/ldap.el (ldap) <defgroup>: Add :version.
374
9e836e23
DL
375 * tooltip.el (tooltip-use-echo-area): Doc fix.
376
377 * cus-start.el <minibuffer-prompt-properties>: Add version.
378 <read-buffer-function>: Add.
379
380 * apropos.el (apropos-print): Add help-echo to active text.
381
382 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
383
4a74d071
GM
3842000-11-27 Gerd Moellmann <gerd@gnu.org>
385
386 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
387 type, group and version.
388
76058c27
EZ
3892000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
390
4a74d071 391 * select.el (x-get-selection): Docstring fix.
76058c27 392
fd9ac94c 3932000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 394
fd9ac94c 395 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 396
49060c51
AI
3972000-11-27 Andrew Innes <andrewi@gnu.org>
398
399 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
400
401 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
402
b2a8e429
MB
4032000-11-27 Miles Bader <miles@gnu.org>
404
405 * dired.el (dired-get-filename): Return filename verbatim if
406 LOCALP is `verbatim'.
407 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
408 `verbatim' so that we don't inadvertently delete a non-existant
409 directory name.
410
5ac0366d
KH
4112000-11-27 Kenichi Handa <handa@etl.go.jp>
412
413 * international/characters.el: Specify cases and syntaxes for
414 mule-unicode-0100-24ff.
415
67f1cf4c
GM
4162000-11-27 Gerd Moellmann <gerd@gnu.org>
417
418 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
419 that foreground and/or background colors of the face `tool-bar'
420 are unspecified.
421
46c56972
MB
4222000-11-27 Miles Bader <miles@gnu.org>
423
ec725166
MB
424 * wid-edit.el (widget-field-buffer, widget-field-start)
425 (widget-field-end): Handle widget field `pseudo-overlays'.
426 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
427 if it's there instead of in `widget-field-list'.
428
46c56972 429 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
430 (help-make-xrefs): Delete extraneous newlines at the end of the
431 docstring.
46c56972 432
640a9cdd
JR
4332000-11-25 Jason Rumney <jasonr@gnu.org>
434
435 * startup.el (command-line): Call set-locale-environment after
436 Window System init file is read, as it can result in a call to
437 redraw-frame.
438
0b3f96d4
EZ
4392000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * simple.el (shell-command): Mention the effect of the prefix
442 argument in the doc string.
443
8da6e2a1
MB
4442000-11-25 Miles Bader <miles@gnu.org>
445
a658d039
MB
446 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
447
8da6e2a1 448 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 449 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 450
d3416cca
JR
4512000-11-24 Jason Rumney <jasonr@gnu.org>
452
453 * international/mule-cmds.el (locale-language-names): Add "jp" as
454 a non-standard alternative for Japanese.
455
17e37f53
AS
4562000-11-24 Andre Spiegel <spiegel@gnu.org>
457
458 * vc-hooks.el: Require 'cl during compilation.
459
9aa5f148
GM
4602000-11-24 Gerd Moellmann <gerd@gnu.org>
461
ba193890
GM
462 * faces.el (face-set-after-frame-default): Let face attributes
463 specified for new frames override frame parameters.
464
9aa5f148
GM
465 * startup.el (command-line): Fix computation of the source file
466 for user-init-file when user-init-file is a compiled file.
467
51a1edab
MB
4682000-11-24 Miles Bader <miles@gnu.org>
469
470 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
471 (custom-post-filter-face-spec): New functions.
472 (custom-face-set, custom-face-value-create): Filter the face spec
473 before and after customization.
474 (custom-face-set): If VALUE specifies a null face, pass a
475 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
476 * cus-face.el (custom-face-attributes): Remove SET and GET
477 functions. Add some IN-FILTER and OUT-FILTER functions in the few
478 cases they're needed.
479
1ed74431
MB
480 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
481 that it's distinguishable from the :off-glyph on dark-background
482 displays. Set its background color too.
483
67ee1125
MB
484 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
485 so that people can easily turn it off.
486
7d027816
MK
4872000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
488
489 * ediff-diff.el: Moved variables around to have it compile under NT.
490
9aa5f148 491 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 492
9aa5f148 493 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 494
9aa5f148 495 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
496 redundant skip-small-frames test.
497
9aa5f148 498 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
499 (viper-downgrade-to-insert): protect against errors in hooks.
500
9aa5f148
GM
501 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
502 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
503 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
504 functions.
505
9aa5f148 506 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 507
9aa5f148 508 * viper.el (viper-mode): Fix cursor handling.
7d027816 509
f07fa1b8
KH
5102000-11-24 Kenichi Handa <handa@etl.go.jp>
511
512 * international/mule-diag.el (list-iso-charset-chars): For
513 two-byte charset, fix the `while' condition.
514 (list-non-iso-charset-chars): Fix the `while' condition.
515
ba8299ff
SM
5162000-11-23 Stefan Monnier <monnier@cs.yale.edu>
517
79372165
SM
518 * subr.el (add-hook, remove-hook): Don't call make-local-hook
519 if the variable is make-variable-buffer-local.
520
ba8299ff
SM
521 * progmodes/ada-stmt.el (ada-template-map): Initialize
522 and bind it to C-c t in ada-mode-map.
523 (ada-stmt-mode-hook): New function extracted from old code.
524 Only change the buffer-local side of skeleton-*.
525 (ada-mode-hook): Use it.
526
68a887fa
EZ
5272000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
528
529 * iswitchb.el (iswitchb-minibuf-depth): New variable.
530 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
531 we expect to be returned by minibuffer-depth once we prompt the
532 user in the minibuffer.
533 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
534 as recorded in iswitchb-minibuf-depth, return non-nil.
535
3b345582
EZ
5362000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
537
538 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
539 (hscroll-window-maybe): Docstring fix.
540
595dead2
DL
5412000-11-23 Dave Love <fx@gnu.org>
542
543 * rect.el (string-rectangle): Don't test delete-selection-mode.
544
1e66b27a
GM
5452000-11-23 Gerd Moellmann <gerd@gnu.org>
546
02790ce2
GM
547 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
548 is in the tool bar.
549
1e66b27a
GM
550 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
551 with `no-dir'; we want the directory part to be able to remove
552 it.
553
a4caa65d
SM
5542000-11-22 Stefan Monnier <monnier@cs.yale.edu>
555
556 * textmodes/outline.el (outline-flag-region):
557 Don't bind inhibit-read-only since we don't modify the buffer.
558 (outline-isearch-open-invisible): Don't jump to overlay-start
559 since we're trying to unhide text around point.
560 (outline-discard-overlays): Use dolist.
561
562 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
563
03e757c1
GM
5642000-11-22 Gerd Moellmann <gerd@gnu.org>
565
566 * mail/rmail.el (rmail-confirm-expunge): Default to
567 y-or-n-p.
568
1598a961
SM
5692000-11-22 Stefan Monnier <monnier@cs.yale.edu>
570
571 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
572 Fix ARG regexp to skip quoted braces.
573 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
574 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
575 are (correctly) handled separately).
576 Remove `caption' and `footnote' from `citations': they contain text.
577 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
578 (latex-skeleton-end-hook): New function.
579 (latex-mode): Use it.
580 (tex-start-tex-marker): Remove.
581 (tex-send-tex-command): Don't set tex-start-tex-marker.
582 (tex-error-parse-syntax-table): New var.
583 (tex-compilation-parse-errors): Use it.
584 Ignore tex-start-tex-marker. Don't bother with marker-position.
585 (tex-validate-buffer): Don't bother with marker-position.
586
587 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 588 (flyspell-generic-progmode-verify): Use it.
1598a961 589
eaae8106
SS
5902000-11-22 Sam Steingold <sds@gnu.org>
591
03e757c1
GM
592 * simple.el (delete-trailing-whitespace): New interactive
593 function.
594
eaae8106 595 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 596 `ada-remove-trailing-spaces'.
eaae8106 597 (ada-remove-trailing-spaces): Removed.
03e757c1 598
eaae8106 599 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 600
1598a961
SM
601 * textmodes/picture.el (picture-clean): Removed.
602 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 603
a41d49e9
GM
6042000-11-22 Gerd Moellmann <gerd@gnu.org>
605
e053c60f
GM
606 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
607
a41d49e9
GM
608 * hi-lock.el (hi-lock-refontify): Don't call non-existent
609 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 610 do anything special when jit-lock is active.
a41d49e9
GM
611 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
612
197615f3
DL
6132000-11-22 Dave Love <fx@gnu.org>
614
ddbfaa9f
DL
615 * calendar/todo-mode.el (todo-top-priorities): Use
616 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
617
ddc3c695
DL
618 * language/chinese.el, language/cyrillic.el:
619 * language/devanagari.el, language/ethiopic.el, language/greek.el:
620 * language/hebrew.el, language/indian.el, language/japanese.el:
621 * language/korean.el, language/lao.el, language/misc-lang.el:
622 * language/thai.el, language/tibetan.el, language/vietnamese.el:
623 Use provide.
624
fb9fa98d
DL
625 * cus-edit.el (custom-buffer-create-internal): Save some consing.
626 (custom-variable-set): Improve validation error mesage.
627
197615f3
DL
628 * rect.el (string-rectangle): Revert last change.
629 (string-rectangle-line): New arg DELETE.
630 (string-rectangle): Check delete-selection-mode.
631
632 * emacs-lisp/edebug.el (edebug-version)
633 (edebug-maintainer-address): Deleted.
634 (edebug-submit-bug-report): Just alias to report-emacs-bug.
635 (edebug-read-function): Account for other `'#' read forms.
636 (edebug-mode-menus): Make some items toggles.
637 (edebug-outside-unread-command-event, unread-command-event):
638 Remove these to avoid warnings.
639
f4117c4d
GM
6402000-11-22 David Ponce <david@dponce.com>
641
642 * recentf.el (recentf-menu-items-for-commands)
643 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 644 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 645
f4117c4d
GM
646 (recentf-build-dir-rules, recentf-dump-variable)
647 (recentf-edit-list, recentf-open-files-item)
648 (recentf-open-files): Replaced unnecessary `mapcar' with new
649 built-in `mapc'.
eaae8106 650
f8e2f3f2
MB
6512000-11-23 Miles Bader <miles@gnu.org>
652
653 * faces.el (menu): Make inverse-video on ttys too.
654
4c4a541d
SM
6552000-11-22 Stefan Monnier <monnier@cs.yale.edu>
656
657 * simple.el (comment-line-break-function): Use the new name
658 indent-new-comment-line -> comment-indent-new-line.
659 (clone-indirect-buffer): Don't ignore NORECORD.
660 (next-completion): Properly handle the case where items are adjacent.
661
662 * mouse.el (popup-menu): Stupid typo.
663
980d836e
GM
6642000-11-22 Gerd Moellmann <gerd@gnu.org>
665
60e8e0a5
GM
666 * emacs-lisp/authors.el: Remove autoload cookies, add author,
667 maintainer, keywords tags.
668
980d836e
GM
669 * rect.el (replace-rectangle): Don't call string-rectangle-line
670 with too many arguments.
671
e08b2069
AS
6722000-11-22 Andre Spiegel <spiegel@gnu.org>
673
60e8e0a5 674 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 675 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
676 vc-locking-user, which no longer exists.
677
678 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
679
c6779d8d
DL
6802000-11-22 Dave Love <fx@gnu.org>
681
682 * md5.el (md5): Provide.
683 (md5): Fix error call.
684
e672fdce
MB
6852000-11-22 Miles Bader <miles@gnu.org>
686
eaae8106 687 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
688 (refill-fill-paragraph-at): Remove debugging code.
689
80e24c04
MB
690 * calendar/calendar.el (generate-calendar-window): When we don't
691 call `fit-window-to-buffer', make sure the top line is fully visible.
692
3a17d6cc
MB
693 * image-file.el (insert-image-file): Don't make `read-only'
694 property rear-nonsticky.
695
ae1a21c6
MB
696 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
697 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
698 stashing away its original value.
699 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
700 in the recursive edit.
701 Bind `isearch-original-minibuffer-message-timeout' to protect it.
702 (isearch-done): Restore `minibuffer-message-timeout'.
703
e672fdce
MB
704 * cus-start.el: Remove entry for `mode-line-inverse-video'.
705
3ea79df8
SM
7062000-11-21 Stefan Monnier <monnier@cs.yale.edu>
707
708 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
709
710 * find-lisp.el (find-lisp-find-files-internal):
711 Use dolist, when and file-name-as-directory.
712
980d836e 713 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
714 (define-derived-mode, define-minor-mode): Add specs.
715
716 * window.el: General comment and spacing fixes.
717 (save-selected-window): Use backquotes.
718 (window-safely-shrinkable-p): New function.
719 (shrink-window-if-larger-than-buffer): Use it.
720
721 * subr.el (make-local-hook): Docstring fix.
722
723 * shell.el (shell-mode): Use define-derived-mode.
724
725 * newcomment.el (comment-indent): Insert comment before calling
726 comment-indent-function. Don't insert in column 0.
727 (comment-dwim): Indent before inserting comment.
728
729 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
730 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
731 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
732 Use mapc rather than map.
733
734 * files.el (find-buffer-visiting): Compare all attributes before
735 declaring two files identical (rather than just their inode-no).
736 (auto-mode-alist): Use \' rather than $.
737
738 * which-func.el: Update maintainer line.
739
740 * pcvs.el (uniquify-buffer-file-name): Remove advice.
741 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
742 (uniquify-buffer-file-name): Use it.
743
8f62f2b8
MB
7442000-11-22 Miles Bader <miles@gnu.org>
745
746 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
747 * simple.el (minibuffer-avoid-prompt): New function.
748
fb279a6d
GM
7492000-11-21 Gerd Moellmann <gerd@gnu.org>
750
751 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
752
867092e9
MB
7532000-11-21 Miles Bader <miles@gnu.org>
754
ef860850
MB
755 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
756 inclusion of `track-mouse'.
757
867092e9
MB
758 * textmodes/refill.el (refill-ignorable-overlay): New variable.
759 (refill-adjust-ignorable-overlay): New function.
760 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
761 only the paragraph's tail if possible.
762 Update `refill-ignorable-overlay'.
763 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
764
765 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
766 point inside the fill-prefix.
767
768 * textmodes/refill.el (refill-post-command-function): Don't reset
769 refill-doit in the case where a self-insertion command doesn't
770 case a refill. Use `refill-fill-paragraph-at', getting position
771 from `refill-doit'.
772 (refill-after-change-function): Set `refill-doit' to END.
773 (refill-fill-paragraph-at): New function, mostly from old
774 refill-fill-paragraph.
775 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
776 (refill-pre-command-function): New function.
777 (refill-mode): Add it to `pre-command-hook'.
778
ff9ab414
GM
7792000-11-20 Gerd Moellmann <gerd@gnu.org>
780
29a01b72
GM
781 * textmodes/artist.el (artist-mode): Fix autoload cookie.
782
ff9ab414
GM
783 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
784 javadoc tags.
eaae8106 785
885b211b
AS
7862000-11-20 Andre Spiegel <spiegel@gnu.org>
787
788 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
789 vc.el).
790
eaae8106 791 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 792 require vc.
eaae8106
SS
793
794 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 795 checkouts.
eaae8106 796
d1838556
DL
7972000-11-20 Dave Love <fx@gnu.org>
798
799 * Makefile.in (DONTCOMPILE): Omit bindings.el.
800
2b69bc11 8012000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 802
2b69bc11
GM
803 * calculator.el (calculator-paste): Use `if' instead of `and'
804 and `or'.
805 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 806
b95b34e5
GM
8072000-11-19 Gerd Moellmann <gerd@gnu.org>
808
030de92f
GM
809 * info.el (info-menu-5): Doc fix.
810
b95b34e5
GM
811 * textmodes/artist.el: New file.
812
54970452
AS
8132000-11-19 Andre Spiegel <spiegel@gnu.org>
814
eaae8106 815 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
816 and differentiate according to checkout model.
817 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
818 since this function is only concerned with master state.
819
eaae8106 820 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
821 vc-default-workfile-unchanged-p): Moved here from vc.el.
822
eaae8106 823 * vc.el (vc-workfile-unchanged-p,
54970452
AS
824 vc-default-workfile-unchanged-p): See above.
825
e5a9dabf
MB
8262000-11-19 Miles Bader <miles@gnu.org>
827
828 * image-file.el (insert-image-file): Make `intangible' and
829 `read-only' properties rear-nonsticky too.
830
24127af0
GM
8312000-11-18 Gerd Moellmann <gerd@gnu.org>
832
d392e9c5 833 * ps-print.el: Update copyright notice.
eaae8106 834
d392e9c5
GM
835 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
836 (tooltip-show): Use the offsets.
837
24127af0 838 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 839 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
840 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
841
2b69bc11 8422000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 843
2b69bc11
GM
844 * ps-print.el (toplevel): Test for find-coding-system being
845 fboundp before calling ps-x-find-coding-system.
08ea6f17 846
66321b2f
SM
8472000-11-16 Stefan Monnier <monnier@cs.yale.edu>
848
849 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
850 (vc-version-backup-file): Docstring fix.
851
046110c6
GM
8522000-11-16 Gerd Moellmann <gerd@gnu.org>
853
4104194e
GM
854 * files.el (basic-save-buffer): Don't add a newline if
855 find-file-literally is non-nil.
856 (find-file-literally): Extend doc string.
857
046110c6
GM
858 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
859 sort(1) with the `-f' argument.
860
6505c16e
AS
8612000-11-16 Andre Spiegel <spiegel@gnu.org>
862
fd063975
AS
863 * vc.el: Updated backend documentation.
864 (vc-default-check-headers): New function.
865
3d02dd81 866 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
867
868 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 869 up-to-date.
eaae8106 870 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 871 the minibuffer is not active.
fd063975 872
eaae8106 873 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 874 `vc-cvs-use-edit' is on.
eaae8106
SS
875 (vc-cvs-checkout): When this is used for reverting the workfile,
876 make a backup of the original contents and revert to that in case
8791d617 877 of error.
eaae8106 878 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 879 remote repositories.
eaae8106 880
6505c16e
AS
881 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
882 for both version and ratio in the minibuffer.
fd063975 883
eaae8106 884 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 885 Use vc-do-command to perform the annotation, not call-process.
6505c16e 886
a13f0660
KH
8872000-11-16 Kenichi Handa <handa@etl.go.jp>
888
889 * international/quail.el (quail-start-translation): Don't call
890 `message' before reading key sequence.
891
1389a414
MB
8922000-11-16 Miles Bader <miles@lsi.nec.co.jp>
893
894 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
895
9256a532
KH
8962000-11-16 Kenichi Handa <handa@etl.go.jp>
897
898 * window.el (fit-window-to-buffer): Be sure to acquire at least
899 one text line even if the buffer is empty.
900
0e14fe9f
GM
9012000-11-16 Gerd Moellmann <gerd@gnu.org>
902
eaae8106 903 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
904 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
905 ange-ftp-process-verbose to nil.
906
da645c53
DL
9072000-11-15 Dave Love <fx@gnu.org>
908
233d5cde
DL
909 * wid-edit.el (widget-specify-field, widget-specify-button): If
910 :help-echo is a function, set help-echo of overlay to
911 widget-mouse-help.
912 (widget-mouse-help): New function.
913 (widget-echo-help): Rewritten for :help-echo functions only taking
914 a widget arg.
915
b12057b9
DL
916 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
917 display-graphic-p.
918 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
919 and that JPEG is available.
920 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
921
da645c53
DL
922 * international/mule-cmds.el (locale-charset-language-names):
923 Match @euro.
924
6d133d1f
GM
9252000-11-15 Gerd Moellmann <gerd@gnu.org>
926
927 * faces.el (face-set-after-frame-default): If
0e14fe9f 928 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
929 default face from X resources.
930
49ac2ac5
EZ
9312000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
934 Don't set EMACSLOADPATH.
935
4fb0a34c
EZ
9362000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
939 texinfo-insert-@url.
940 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
941 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
942
bb304a7a
SM
9432000-11-14 Stefan Monnier <monnier@cs.yale.edu>
944
82bc80bf
SM
945 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
946 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
947 (checkdoc-minor-keymap): Backward compatibility.
948 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
949 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
950 (checkdoc-this-string-valid-engine): Be a bit more strict
951 to avoid matching substrings of `...' quoted vars/funs.
952 (checkdoc-defun-info): Only look for `interactive' if alone.
953 (debug-ignored-errors): Add "arg doesn't appear in docstring".
954
e8c87124
SM
955 * progmodes/compile.el (grep): `tag-default' can be nil.
956
bb304a7a
SM
957 * newcomment.el (comment-indent): Paren typo.
958
8628686a
DL
9592000-11-14 Dave Love <fx@gnu.org>
960
25c269ef
DL
961 * calculator.el: New maintainer version.
962
66321b2f 963 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 964
8628686a
DL
965 * cmuscheme.el: Doc fixes.
966 (cmuscheme) <defgroup>: Use `scheme' as parent.
967 (cmuscheme-program-name): Remove. Change uses to
968 scheme-program-name.
969
970 * xscheme.el (scheme-program-name): Don't define here.
971
972 * progmodes/scheme.el (scheme-program-name): New variable
973 (originally in cmuscheme).
974
88f0a1eb
MB
9752000-11-14 Miles Bader <miles@gnu.org>
976
977 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
978 Handle header-lines. Don't loop forever if we can't enlarge the
979 window anymore. Simplify a bit.
980
cd9a000c
KH
9812000-11-14 Kenichi Handa <handa@etl.go.jp>
982
983 * window.el (fit-window-to-buffer): Don't check
984 window-text-height. Assure that the last line is fully visible.
985
986 * international/quail.el (quail-show-guidance-buf): Call
987 fit-window-to-buffer to assure the enough height of the guidance
988 buffer.
989 (quail-update-guidance): Avoid making the guidance buffer shorter.
990
d3fcda22
SM
9912000-11-14 Stefan Monnier <monnier@cs.yale.edu>
992
bdbd9606
SM
993 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
994 rather than `prepend' and add an interesting comment.
995 (tex-math-face, tex-font-lock-syntactic-face-function):
996 New face and function to use it.
997 (tex-define-common-keys, tex-mode-map): Use menu-item rather
998 than `menu-enable' symbol property.
999 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1000 (tex-mode): Add some latex-mode commands for auto-selection.
1001 Use tex-font-lock-syntactic-face-function.
1002 (tex-insert-quote): Simplify.
1003 (tex-shell): New mode.
1004 (tex-start-shell): Use it.
1005 (tex-shell-proc, tex-shell-buf): New functions.
1006 (tex-send-command): Use it.
1007 (tex-main-file): Fix the meaning of the new arg REALFILE.
1008 (tex-send-tex-command): New function split from `tex-start-tex'.
1009 Set compilation-last-buffer and compilation-parsing-end.
1010
d3fcda22
SM
1011 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1012 when it follows non-comment text on the line.
1013
1014 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1015 Set font-lock-defaults.
1016 (lisp-mode-shared-map): Init inside the defvar.
1017 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1018 Use define-derived-mode.
1019
bdab1d43
MB
10202000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1021
1022 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1023
936ae731
GM
10242000-11-14 Gerd Moellmann <gerd@gnu.org>
1025
1026 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1027 recursively optimize body because that can lead to infinite
1028 recursion; see comment there.
1029
1695ca2b
EZ
10302000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1031
1032 * faces.el (face-spec-set-match-display): Revert the change from
1033 2000-10-24. Add a FIXME for after v21.1.
1034
9d348294
MB
10352000-11-13 Miles Bader <miles@gnu.org>
1036
1037 * textmodes/fill.el (skip-line-prefix): New function.
1038 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1039 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1040 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1041 point inside the fill-prefix.
9d348294 1042
b85fa13c
MB
10432000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1044
1045 * calendar/calendar.el (generate-calendar-window): Use
1046 `fit-window-to-buffer'.
1047
a0b47716
SM
10482000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1049
1050 * gud.el (gud-minor-mode): New var.
1051 (gud-symbol, gud-val): New functions.
1052 (gud-find-file): Copy gud-minor-mode to the new buffer.
1053 (gud-menu-map): Include entries for commands that are not always
1054 available, using :enable to (de)activate them.
1055 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1056 (gud-mode-map): New map.
eaae8106 1057 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1058 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1059 Don't set up gud's menu (it's done by the minor-mode).
1060 (gud-minibuffer-local-map): New.
1061 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1062 (gud-query-cmdline): New function.
1063 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1064 (gud-mode): Use define-derived-mode.
1065 Don't set up gud's menu (it's done by the minor-mode).
1066 (gud-chop-words): Remove.
1067 (gud-common-init): Use split-string instead.
1068 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1069
1070 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1071 Add keyword arg :name.
1072
1073 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1074 (diff-count-matches, diff-split-hunk): New functions.
1075 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1076
1077 * pcvs-info.el (cvs-fi-conflict-face): New var.
1078
1079 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1080 Make it into a simple syntax-table, shared among all submodes.
1081 (sh-heredoc-face): Re-introduce.
1082 (sh-font-lock-syntactic-face-function): New function.
1083 (sh-mode): Use it. Also use define-derived-mode.
1084 Remove old bogus setting of indent-region-function.
1085 (sh-set-shell): Don't set the syntax-table any more.
1086 (sh-mode-syntax-table) <defun>: Remove.
1087
f5ed37df
MB
10882000-11-12 Miles Bader <miles@gnu.org>
1089
1090 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1091 message if interactive.
1092
0b074c2f
DL
10932000-11-12 Dave Love <fx@gnu.org>
1094
1095 * mail/feedmail.el: Fix header,
1096 (feedmail) <defgroup>: Add :link.
1097
1098 * view.el: Use local-map property, not keymap on mode-line string.
1099
1100 * scroll-all.el (scroll-all-mode): Customize variable. Add
1101 autoload cookie to function.
1102
1103 * lazy-lock.el: Remove compatibility code.
1104
1105 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1106 (finder-help-echo): New variable.
1107 (finder-mouse-face-on-line): Add help-echo stuff.
1108 (finder-list-keywords, finder-list-matches): Use mapc.
1109
1110 * faces.el (face-font-registry-alternatives): Add :version.
1111
1112 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1113 tags-table-list.
1114
a0b47716 1115 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1116
a0b47716 1117 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1118 (mail-mode): Use [:alnum:] in some regexps.
1119
6d502396
DL
11202000-11-10 Dave Love <fx@gnu.org>
1121
1122 * ediff.el (ediff-regions-internal, ediff-documentation):
1123 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1124 fundamental mode.
1125
1126 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1127 buffer into fundamental mode.
1128 (ediff-set-difference): Use copy-sequence if available.
1129
1130 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1131 ediff-patch-map non-nil.
1132 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1133 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1134 buffer into fundamental mode.
1135
1136 * ediff-merg.el (state-or-merge): Defvar when compiling.
1137
a82fe213
JR
11382000-11-10 Jason Rumney <jasonr@gnu.org>
1139
1140 * w32-fns.el (w32-add-charset-info): New function.
1141 (w32-charset-info-alist): Use it.
1142
52d89894
GM
11432000-11-10 Gerd Moellmann <gerd@gnu.org>
1144
1145 * faces.el (face-font-registry-alternatives): New user-option.
1146
178932de
SM
11472000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1148
d7fa3319
SM
1149 * textmodes/texinfo.el (texinfo-block-default): New var.
1150 (texinfo-insert-block): Use it. Insert a newline if needed.
1151
178932de
SM
1152 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1153 (fill-region-as-paragraph): Use it.
1154
1155 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1156 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1157 Tweak paragraph regexps to allow a leading [ \t]*.
1158 (tex-latex-block): Insert a newline if necessary.
1159 (latex-insert-item): Only insert a newline if necessary.
1160 (tex-guess-main-file): New function.
1161 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1162 Set tex-main-file if TeX-master is provided.
1163 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1164
bd02b8e0
GM
11652000-11-10 Gerd Moellmann <gerd@gnu.org>
1166
1167 * startup.el (command-line): Set the default tooltip-mode
1168 to t for graphical displays which implement x-show-tip.
1169
1170 * tooltip.el (tooltip-mode): Add a comment about startup.el
1171 setting the default value of this user-option.
1172
b29b03eb
SM
11732000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1174
1175 * font-lock.el (font-lock-*-face) <defvar>: Move.
1176 (font-lock-defaults-alist): Mark obsolete.
1177 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1178 (font-lock-mode): Use define-minor-mode.
1179 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1180 (font-lock-turn-off-thing-lock): Be more explicit.
1181 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1182 (font-lock-syntactic-face-function): New var.
1183 (font-lock-fontify-syntactically-region): Use it.
1184 (font-lock-doc-face): New.
1185
1186 * pcvs.el (cvs-enabledp): Ignore errors.
1187 (cvs-commit-filelist): Never query.
1188 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1189 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1190 (cvs-do-removal): Use cvs-partition rather than delete-if.
1191 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1192 cvs-bury-buffer.
1193
1194 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1195 Allow `next' to jump to after the end of the last match.
1196
778fbc46
GM
11972000-11-09 Gerd Moellmann <gerd@gnu.org>
1198
730c746c
GM
1199 * simple.el (byte-compiling-files-p): New function.
1200
1201 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1202 if it is there.
1203
1204 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1205 nil again.
1206
778fbc46
GM
1207 * textmodes/ispell.el (ispell-library-path): Don't call
1208 check-ispell-version when byte-compiling because that starts
1209 an ispell process, and ispell might not be installed.
1210 (toplevel): Don't set up a menu when byte-compiling.
1211
1212 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1213 it, so that a boundp test can be used to determine if we're
1214 currently byte-compiling.
1215
5912c5bb
DL
12162000-11-09 Dave Love <fx@gnu.org>
1217
1218 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1219 eval-after-load.
1220
7bb054a5
GM
12212000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1222
1223 * ps-print.el: Patch for variable initialization when spooling. Doc
1224 fix.
1225 (ps-output-list): Fun eliminated.
1226 (ps-begin-file, ps-begin-job): Code fix.
1227
9db2706e
DL
12282000-11-08 Dave Love <fx@gnu.org>
1229
1230 * ediff-wind.el (ediff-control-frame-parameters): Zero
1231 tool-bar-lines.
1232
f7eb32aa
GM
12332000-11-08 Gerd Moellmann <gerd@gnu.org>
1234
1235 * simple.el (shell-command, display-message-or-buffer)
1236 (shell-command-on-region): Mention resize-mini-windows in the doc
1237 string.
1238 (display-message-or-buffer): Take the value of resize-mini-windows
1239 into account.
1240
7b01b08c
GM
12412000-11-07 Gerd Moellmann <gerd@gnu.org>
1242
acad3c0b
GM
1243 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1244
7b01b08c
GM
1245 * dired.el (dired-between-files): Add `^. find' as an alternative
1246 to the regular expression, for find-dired.
1247
6f602bd0
SM
12482000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1249
1250 * textmodes/texnfo-upd.el: Require texinfo.
1251 (defmacro, defgroup): Remove.
1252 (texinfo-section-to-generic-alist): Remove.
1253 Use texinfo-section-list instead (i.e. level is changed string->int).
1254 (texinfo-filter): New function.
1255 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1256 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1257 Use it. And use regexp-opt.
1258 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1259 (texinfo-update-menu-region-beginning)
1260 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1261 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1262 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1263 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1264 (texinfo-sequential-node-update): Remove autoload cookie.
1265
1266 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1267 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1268 (texinfo-chapter-level-regexp): Remove.
1269 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1270
bb216218
DL
12712000-11-06 Dave Love <fx@gnu.org>
1272
6f602bd0 1273 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1274
6f602bd0
SM
1275 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1276 Match defun*.
bb216218 1277
ff8dd5d5
KH
12782000-11-06 Kenichi Handa <handa@etl.go.jp>
1279
1280 * composite.el (composition-function-table): Variable declaration
1281 moved to src/composite.c.
1282 (compose-chars-after): New optional arg object.
1283
e9da51a1
GM
12842000-11-06 Gerd Moellmann <gerd@gnu.org>
1285
e0c12c68
GM
1286 * bindings.el (mode-line-toggle-read-only)
1287 (mode-line-toggle-modified, mode-line-widen)
1288 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1289 (make-mode-line-mouse2-map): Rewritten.
1290 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1291 functions so that C-h k can show something with a doc string.
eaae8106 1292
e9da51a1
GM
1293 * startup.el (fancy-splash-delay): Set to 10 seconds.
1294 (fancy-splash-max-time): New user-option.
1295 (fancy-splash-stop-time): New variable.
1296 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1297 (fancy-splash-screens-1): Throw `stop-splashing' when current
1298 time is greater than fancy-splash-stop-time.
1299
611dbdf0
SM
13002000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1301
4d2806e2
SM
1302 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1303
611dbdf0
SM
1304 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1305 Prompt user for a file rather than raising an error.
1306 (cvs-enabledp): Fix call to cvs-mode-marked.
1307 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1308 (cvs-mode-insert): Use it. Change the init prompt' value.
1309 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1310
1311 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1312 Don't pass default arg to ewoc-locate.
1313 (ewoc-collect): Return result in the right order.
1314
1315 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1316
1317 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1318 (cvs-status-get-tags): Fix regexp.
1319 (cvs-status-trees, cvs-status-cvstrees):
1320 Combine after change hooks and don't sit-for.
4d2806e2
SM
1321 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1322 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1323 Use make-char rather than hard-coded cryptic data.
1324 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1325
1326 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1327
1328 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1329 (cvs-insert-strings): New function.
1330
937b2877
MB
13312000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1332
1333 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1334 `mwheel-scroll-amount'.
1335 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1336 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1337 string-matching against the version string.
1338
c6c97763
KH
13392000-11-06 Kenichi Handa <handa@etl.go.jp>
1340
6eaec747
KH
1341 * language/thai.el ("Thai"): Set a lisp form that produces
1342 composed string in `sample-text' language info.
1343
1344 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1345 composed string in `sample-text' language info.
1346
1347 * international/mule-cmds.el (describe-language-environment): Eval
1348 `sample-text' data and insert the result.
1349
c6c97763
KH
1350 * international/mule-conf.el (compound-text): Define this coding
1351 system here. Make x-ctext and ctext aliases of it.
1352
1353 * language/european.el (compound-text, ctext): Moved to
1354 international/mule-conf.el.
1355
d1145f85
AI
13562000-11-05 Andrew Innes <andrewi@gnu.org>
1357
1358 * w32-fns.el (w32-version): New function.
1359
178a6a45
SM
13602000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1361
1362 * progmodes/awk-mode.el: Update copyright.
1363 (awk-mode-abbrev-table): Remove.
1364 (awk-font-lock-keywords): Use regexp-opt.
1365 (awk-mode): Use define-derived-mode.
1366
1367 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1368 when extracting a suffix.
1369
1ba90166
AS
13702000-11-04 Andre Spiegel <spiegel@gnu.org>
1371
1372 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1373 auto-save-mode.
1374
546790cb
JR
13752000-11-04 Jason Rumney <jasonr@gnu.org>
1376
1377 * language/european.el (decode-mac-roman): Test against r1 not r0.
1378
d247e32d
SM
13792000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1380
fbf44f44
SM
1381 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1382 (icon-mode): Define indent-line-function.
1383 (icon-comment-indent): Simplify.
1384 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1385
1386 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1387
1388 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1389 Bind change-log-default-mode to defeat the caching done on it.
1390 Don't bother saving excursion any more.
1391
1392 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1393
1394 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1395 (set-frame-font): Use the new name (and the old for compatibility).
1396
eaae8106
SS
1397 * toolbar/tool-bar.el (tool-bar-mode):
1398 * time.el (display-time-mode):
1399 * recentf.el (recentf-mode):
1400 * paren.el (show-paren-mode):
1401 * mwheel.el (mouse-wheel-mode):
1402 * msb.el (msb-mode):
1403 * jka-compr.el (auto-compression-mode):
1404 * image-file.el (auto-image-file-mode):
1405 * hl-line.el (hl-line-mode):
1406 * delsel.el (delete-selection-mode):
1407 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1408 * complete.el (partial-completion-mode): Drop unneeded positional args.
1409
eaae8106 1410 * info.el (Info-mode):
79372165 1411 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1412
d247e32d
SM
1413 * log-edit.el (log-edit-menu): New menu.
1414
4921558e
MB
14152000-11-03 Miles Bader <miles@gnu.org>
1416
1417 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1418 definition, so that trailing spaces are handled properly.
1419 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1420
1fc02b3c
GM
14212000-11-03 Gerd Moellmann <gerd@gnu.org>
1422
1423 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1424 tab character.
1425 (fancy-splash-screens): Set tab-width to 20.
1426
51d001f7
DL
14272000-11-03 Dave Love <fx@gnu.org>
1428
1429 * comint.el (comint-completion-addsuffix): Fix custom type.
1430
ba22aeff
SM
14312000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1432
1433 * font-lock.el (font-lock-buffers): Remove.
1434 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1435 (font-lock-change-major-mode): Remove.
1436 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1437 (font-lock-default-fontify-region): Extend the multiline
1438 fontification to whole lines.
1439 (font-lock-fontify-anchored-keywords)
1440 (font-lock-fontify-keywords-region): If matching just one
1441 line (with \n) only mark the \n as multiline.
1442
1443 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1444 Correctly handle the case where several :group args are supplied.
1445 Allow :extra-args.
1446 (easy-mmode-define-global-mode): Allow :extra-args.
1447 Correctly handle the case where several :group args are supplied.
1448
9c887ada
MB
14492000-11-02 Miles Bader <miles@gnu.org>
1450
eaae8106 1451 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1452 (holiday-face): Remove dependency on `window-system'.
1453
7f25090d
KR
14542000-11-02 Ken Raeburn <raeburn@gnu.org>
1455
1456 * Makefile.in (emacs): Set EMACSLOADPATH always.
1457 (update-authors, .el.elc, compile-files): Don't do it explicitly
1458 here.
9b911107 1459 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1460
7dd6009c
DL
14612000-11-02 Dave Love <fx@gnu.org>
1462
1463 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1464
94821e4f
EZ
14652000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1468 punctuation in the warning inserted into the *mail* buffer.
1469
1ac3fc42
GM
14702000-11-02 Gerd Moellmann <gerd@gnu.org>
1471
57731876
GM
1472 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1473 (authors-public-domain-p): New function.
1474 (authors-print): Use it.
1475
975f82c9
GM
1476 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1477
1ac3fc42
GM
1478 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1479
4b3eb10f
GM
14802000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1481
975f82c9 1482 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1483 (ps-print-version): New version number (6.3.1).
1484 (ps-even-or-odd-pages): Customization fix.
1485 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1486 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1487 (ps-page-count): Var replaced by `ps-page-column'.
1488 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1489 (ps-print-sheet-p): New fun.
1490
7da794df
MB
14912000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1492
1493 * tooltip.el (tooltip-gud-tips-setup): New function.
1494 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1495 (tooltip-mode): Call tooltip-gud-tips-setup.
1496 (tooltip-gud-tips): Use `gud-basic-call' instead of
1497 process-send-string, so the prompt gets frobbed appropriately.
1498 Handle nil return value from `tooltip-gud-print-command'.
1499
0e40b809
EL
15002000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1501
1502 * comint.el (comint-add-to-input-history): New function.
1503 (comint-send-input): Use `comint-add-to-input-history'.
1504
50ada0db
MB
15052000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1506
973a3104
MB
1507 * info.el (info-menu-header): New face.
1508 (Info-fontify-menu-headers): New function.
1509 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1510
50ada0db
MB
1511 * info.el (Info-insert-dir): Don't include blank lines at
1512 beginning of additional dir files (one is added automatically).
1513
bff53411
SM
15142000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1515
1516 * emacs-lisp/easy-mmode.el (define-minor-mode):
1517 Revert the latest changes.
1518 Allow the three positional arguments to be skipped and replaced
1519 by keyword arguments.
1520 Add a :toggle argument to determine whether a nil arg means toggle
1521 or means turn-on. The default is unchanged.
1522 Add a call to force-mode-line-update.
1523
6b8a0b2d
DL
15242000-11-01 Dave Love <fx@gnu.org>
1525
1526 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1527 cookie.
1528
5bf99100
MB
15292000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1530
1531 * calendar/calendar.el (diary-face, holiday-face): Add
1532 dark-background variants.
1533
a4032611
SS
15342000-10-31 Sam Steingold <sds@gnu.org>
1535
1536 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1537 `tex-main-file' does not have directory in it.
1538
c286608e
SM
15392000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1540
1541 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1542
4836835a
TTN
15432000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1544
1545 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1546 functional change.
1547
26dcb81b
GM
15482000-10-31 Gerd Moellmann <gerd@gnu.org>
1549
1550 * files.el (find-file-noselect): When we expand a wildcard, return
1551 a list of buffers, as we should do according to the doc string.
1552
49fc4500
KR
15532000-10-31 Ken Raeburn <raeburn@gnu.org>
1554
1555 * loadup.el (top level): Adjust load path if program name is
1556 "../src/bootstrap-emacs", in case it's not dumped and thus the
1557 load path adjustment hasn't already been done.
1558
ea0c615d
GM
15592000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1560
1561 * ps-print.el: Fix bug on selected pages for printing. Use
1562 `color-values' for Emacs 21. Ensure fontification when jit-lock
1563 is on. Try to avoid warning messages when compiling. Doc Fix.
1564 (ps-print-version): New version number (6.3).
1565 (ps-color-device): Use `color-values' to determine if device
1566 supports color.
1567 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1568 (ps-print-page-p): Changed from defsubst to defun.
1569 (ps-page-number): Changed from defmacro to defun.
1570 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1571 printing.
c286608e 1572 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1573 (ps-end-file, ps-dummy-page): Funs eliminated.
1574 (ps-print-color-scale): Changed default value.
1575 (ps-page-n-up, ps-print-page-p): New internal vars.
1576 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1577 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1578
9e20722f
GM
1579 * delim-col.el: Little programming improvement.
1580 (delimit-columns-str): New macro.
1581 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1582
d7a0fd00
KH
15832000-10-31 Kenichi Handa <handa@etl.go.jp>
1584
c286608e
SM
1585 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1586 Moved to european.el.
d7a0fd00
KH
1587 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1588 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1589 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1590 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1591
234be340
DL
15922000-10-30 Dave Love <fx@gnu.org>
1593
1594 * progmodes/cc-menus.el (imenu-generic-expression)
1595 (imenu-progress-message): Only defvar when compiling.
1596
4edc4a39
DL
1597 * emacs-lisp/elp.el (elp-unload-hook): New function.
1598
1599 * loadhist.el (unload-feature): Call elp-restore-function,
1600 checking for symbols; don't use elp-restore-all.
1601 (loadhist-hook-functions): Doc fix.
1602
70c825df
SM
16032000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1604
1605 * log-edit.el (log-edit-confirm): Fix the default.
1606
1d3baf74
GM
16072000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1608
1609 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1610 delimit-columns-format.
1611 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1612
1ec321a7
MB
16132000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1614
1615 * comint.el (comint-replace-by-expanded-history): Don't use
1616 comint-get-old-input (we're not looking at *old* input).
1617 (comint-get-old-input-default): If using fields, signal an error
1618 when the point is not in an input field.
1619
70737ea9
KH
16202000-10-30 Kenichi Handa <handa@etl.go.jp>
1621
1622 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1623 and mule-unicode-e000-ffff.
1624
fa0cb51d 1625 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1626 (make-coding-system): Accept a symbol of translation table as a
1627 value of property `safe-chars'.
1628
1629 * international/mule-cmds.el (encode-coding-char): Check property
1630 safe-chars instead of safe-charsets.
1631
1632 * international/fontset.el (fontset-default): Modified for
1633 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1634 (x-font-name-charset-alist): Likewise.
1635 (ccl-encode-unicode-font): New CCL program. Record it in
1636 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1637
70c825df
SM
1638 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1639 New translation tables.
70737ea9
KH
1640 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1641 programs are modified and moved from mac-win.el.
1642 (mac-roman): Definition of this coding system is modified and
1643 moved from mac-win.el.
4836835a 1644
fda2ce24 16452000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1646
1d3baf74 1647 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1648 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1649
dd4d3cb6
MB
16502000-10-29 Miles Bader <miles@gnu.org>
1651
1652 * custom.el (custom-add-to-group): Allow multiple entries for a
1653 given value OPTION, as long as their widget types are different.
1654 * cus-edit.el (custom-face-value-create): If face name doesn't end
1655 with "face", add such here (similar to custom group widgets).
1656
1657 * comint.el (comint-highlight-prompt): Add :type.
1658
dace60cf
JW
16592000-10-28 John Wiegley <johnw@gnu.org>
1660
1661 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1662 Changed this function to operate on a temporary buffer instead of
1663 the main buffer. This not only keeps flyspell from marking a
1664 buffer as changed that wasn't, but it solves the jumpy cursor
1665 problem when attempts are made to edit incorrect words.
1666 (flyspell-maybe-correct-doubling): Same change as for
1667 `flyspell-maybe-correct-transposition'.
1668
1669 * calendar/timeclock.el (timeclock-log): Doc fix.
1670 (timeclock-last-event): Doc fix.
1671 (timeclock-log): Kill the timelog buffer after appending a new
1672 event.
1673 (timeclock-find-discrep): Use a temp buffer to read in the
1674 timelog, instead of visiting the file.
1675 (timeclock-log-data): A new function, along with a host of helper
1676 functions, for the purpose of making timelog data accessible to
1677 programmers.
1678
1679 * eshell/esh-mode.el (window-height test): Make certain that
1680 `eshell-stringify-t' is non-nil.
1681 (eshell-password-prompt-regexp): Changed to a much simpler
1682 password regexp.
1683 (eshell-send-input): If `eshell-invoke-directly' returns t,
1684 directly invoke the parsed command using `eval'. This improves
1685 turn-around time on simple commands by a factor of three or
1686 greater, such as cd, ls, pwd, etc. -- which get used very often.
1687 It also conserves thousands of cons cells per call (since
1688 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1689 in the Pacific Cookie Company).
1690
1691 * eshell/esh-test.el (eshell-test): Whitespace fix.
1692
1693 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1694 `eshell-ls-initial-args' nil when inserting directory contents.
1695
1696 * eshell/em-script.el (eshell-script-initialize): Add names to
1697 `eshell-complex-commands, since `source' and `.' are complex.
1698
0467b076
EZ
1699 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1700 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1701 `eshell-copy-handles'.
1702 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1703 bodies.
1704 (eshell-separate-commands): Whitespace fix.
1705 (eshell-complex-commands): Added a new list of names, for
1706 determining whether a given command is as simple as it looks.
1707 (eshell-invoke-directly): New function. Returns t if a command
1708 should be invoked directly (using `eval'), rather than indirectly
1709 using `eshell-do-eval'.
1710 (eshell-do-eval): Whitespace fix.
1711
1712 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1713 which provides an emulation of the DOS shell behavior of assuming
1714 that cp/mv/ln should copy/move/link to the current directory.
1715 (eshell-remove-entries): Added a doc string.
1716 (eshell-shuffle-files): Removed the check for `target' being null.
1717 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1718 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1719 it to do a smarter check of whether a destination was provided.
1720 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1721 (eshell/ln): Enable `:preserve-args', and use
1722 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1723 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1724 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1725 list after flattening it. This makes it possible to cat files
1726 with numerical names.
1727 (eshell-unix-initialize): Added several names to
1728 `eshell-complex-commands.
1729 (eshell-unix-command-complex-p): Return t if a given command name
1730 may result in external processes being invoked.
1731
1732 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1733 variable nil by default, since it slows down glob processing by a
1734 factor of two or more, and increases memory consumption.
1735
1736 * eshell/em-smart.el: Added a note about how memory consumptive
1737 smart display mode can be (at least this is true in Emacs 21).
1738 (eshell-smart-initialize): Whitespace fix.
1739 (eshell-refresh-windows): Use `if' instead of `when'.
1740 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1741 not necessary.
1742 (eshell-currently-handling-window): Added a missing global
1743 variable.
1744
1745 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1746 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1747 Whitespace fix.
1748 (eshell-ls-exclude-hidden): Added this variable in addition to
1749 `eshell-ls-exclude-regexp'. This one prevents files beginning
1750 with . from even being read, which can improve memory consumption
1751 quite a bit.
1752 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1753 read file entries beginning with a dot. In home directories with
1754 lots of hidden files, fully two-thirds of the time spent in ls is
1755 used to read directory entries that are immediately thrown away.
1756 (eshell-ls-initial-args): Added back this configuration variable,
1757 for specifying default initial arguments to every call to ls.
1758 Much faster than using an alias to do the same thing.
1759 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1760 (eshell-ls-dir): Whitespace change.
1761
1762 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1763
1764 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1765 available.
1766 (eshell-stringify-t): Added a customization variable, to indicate
1767 whether `t' should be rendered as a string at all. If not, one
1768 can still determine if the result of an expression is true using
1769 "file-exists-p FILE && echo true".
1770 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1771 stringify t!
1772
1773 * eshell/esh-module.el: Whitespace fix.
1774
1775 * eshell/em-alias.el (eshell-alias-initialize): Added
1776 `eshell-command-aliased-p' to `eshell-complex-commands'.
1777 (eshell-command-aliased-p): New function that returns t if a
1778 command name names an aliased.
1779
657f9cb8 17802000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1781
0467b076 1782 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1783 redrawing the screen when changing cursor color.
0467b076
EZ
1784 (viper-insert-state-pre-command-sentinel)
1785 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1786 (viper-replace-state-post-command-sentinel):
1787 Use viper-preserve-cursor-color.
657f9cb8
MK
1788 Many functions changed to use viper= instead of = when comparing
1789 characters.
0467b076 1790 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1791 working with characters.
0467b076 1792 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1793 Many functions changed to use viper= instead of = when comparing
1794 characters.
0467b076 1795 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1796
0467b076 1797 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1798 Several typos fixed in various docstrings.
0467b076
EZ
1799 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1800 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1801 hook.
0467b076
EZ
1802 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1803 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1804 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1805 (ediff-get-selected-buffers): New function.
1806 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1807 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1808 save-window-excursion.
0467b076 1809 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1810 termination check in while loop.
0467b076 1811 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1812 dired buffer.
0467b076
EZ
1813 (ediff-files,ediff-merge-files,ediff-files3)
1814 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1815
4f490d99
DL
18162000-10-28 Dave Love <fx@gnu.org>
1817
1818 * info.el (Info-fontify-node): Add help-echo for menu items.
1819
45b84006
EZ
18202000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1821
5ebc02b3
EZ
1822 * startup.el (normal-top-level): If the value of $TERM indicates
1823 we are running from xterm or one of its work-alikes, default to a
1824 light background mode.
1825
45b84006
EZ
1826 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1827 * faces.el (tty-handle-reverse-video): New function.
1828 (tty-create-frame-with-faces): Call it.
1829
1830 * frame.el (frame-notice-user-settings): Don't apply
1831 default-frame-alist and initial-frame-alist to MS-DOS frames.
1832 Call tty-handle-reverse-video, frame-set-background-mode, and
1833 face-set-after-frame-default for non-MS-DOS frames.
1834
1835 * startup.el (tty-long-option-alist): New variable.
1836 (tty-handle-args): New function.
1837 (command-line): Call tty-handle-args.
1838
1839 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1840 startup.el now does that for all character-terminal frames.
1841
eab6e8b9
MB
18422000-10-28 Miles Bader <miles@gnu.org>
1843
1844 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1845 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1846 global. If :global is followed by a non-nil but non-t value,
1847 make the mode buffer-local, but also generate a `global-MODE'
1848 version using `easy-mmode-define-global-mode'. Add
1849 :conditional-turn-on keyword argument.
1850
51a29efc
DL
18512000-10-28 Dave Love <fx@gnu.org>
1852
1853 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1854 use window-system.
1855
d71d7114
EZ
18562000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1857
1858 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1859 Don't call find-buffer-file-type-coding-system. Instead, just
1860 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1861 if the file is on an untranslated filesystem.
1862 (add-untranslated-filesystem): Use "D" instead of "f" inside
1863 interactive.
1864
1f9cab4b
DL
18652000-10-27 Dave Love <fx@gnu.org>
1866
70c825df 1867 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1868 (refill-mode): Use it.
1869
70c825df
SM
18702000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1871
1872 * international/quail.el (quail-activate): Don't make-local-hook.
1873
7432cf10
AS
18742000-10-27 Andre Spiegel <spiegel@gnu.org>
1875
4836835a 1876 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1877 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1878 (vc-make-version-backup): Don't do it on MS-DOS without long file
1879 names.
4836835a 1880
7432cf10
AS
1881 * vc.el (vc-version-other-window): If an automatic backup of the
1882 desired version exists, rename it instead of copying it.
1883
4836835a
TTN
1884 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1885 after command. If there's an unexpected error, signal it instead
7432cf10 1886 of being silent.
e1483c38 1887 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1888
05ea7ef2
MB
18892000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1890
fd1035aa
MB
1891 * shell.el (shell): Add BUFFER argument.
1892 * comint.el (make-comint-in-buffer): New function.
1893 (make-comint): Use it.
1894
05ea7ef2
MB
1895 * faces.el (face-spec-choose): Change syntax so that the list of
1896 attribute-value pairs is now the cdr of each clause, not the cadr.
1897 Detect old-style entries, and handle them. Use pop.
1898
835a55fe
SM
18992000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1900
f5ab1cdd
SM
1901 * cus-edit.el (custom-mode-map): Use a sparse map.
1902 (custom-mode): Don't bother with make-local-hook.
1903
1904 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1905
835a55fe
SM
1906 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1907
c13b0ec8
GM
19082000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1909
1910 * ps-print.el: Avoid compilation gripes.
1911 (ps-print-version): New version number (6.2.1).
4836835a 1912
e9f63196
DL
19132000-10-26 Dave Love <fx@gnu.org>
1914
0b95284b
DL
1915 * menu-bar.el: Modify some menu item help strings.
1916 (menu-bar-help-menu): Add link to MORE.STUFF.
1917
e9f63196
DL
1918 * cus-edit.el (custom-mode): Add `special' mode-class property.
1919
1920 * wid-browse.el (widget-browse-mode): Likewise.
1921
1922 * wid-edit.el (widget-specify-field): Revert to using local-map
1923 property, not keymap.
1924
e276a14a
MB
19252000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1926
c1545d88
MB
1927 * wid-edit.el (widget-field-end): When checking for a `boundary'
1928 field, do so in the correct buffer.
1929
3c1b77ca
MB
1930 * simple.el (undo): Correctly distinguish between numeric and
1931 non-numeric prefix args in non-transient-mark-mode, as per the doc
1932 string. When in transient-mark-mode, treat all prefix-args as
1933 numeric.
1934
f5ab1cdd
SM
1935 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1936 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1937
1938 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1939 (comint-mode-map): Reverse order of `comint-write-output' and
1940 `comint-append-output-to-file'.
1941 (comint-append-output-to-file): Reinstate this function, for the
1942 benefit of the menu.
1943
d97151cb
SM
19442000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1945
1946 * vc.el (vc-version-other-window): Bind `file'.
1947
ea7d6f5b
GM
19482000-10-25 Gerd Moellmann <gerd@gnu.org>
1949
f5ab1cdd 1950 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1951
1952 * emacs-lisp/authors.el (batch-update-authors): New function.
1953 (authors-fixed-entries): New defconst.
1954 (authors-add-fixed-entries): New function.
1955 (authors): Call it.: Don't process lispref/.
1956
17c25cea
JR
19572000-10-25 Jason Rumney <jasonr@gnu.org>
1958
1959 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1960 Merge x w32 and mac definitions.
1961
4ecda532
GM
19622000-10-25 Gerd Moellmann <gerd@gnu.org>
1963
1964 * menu-bar.el (menu-bar-options-menu): Add a help string for
1965 `uniquify'.
1966
b6735035
GM
19672000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1968
f5ab1cdd
SM
1969 * time-stamp.el (time-stamp-string-preprocess):
1970 Fix a wrong type argument error.
b6735035 1971
f4cbc7a0
MB
19722000-10-25 Miles Bader <miles@gnu.org>
1973
1974 * recentf.el (recentf-mode): Variable removed.
1975 (recentf-mode): Use `define-minor-mode'.
1976
1977 * mwheel.el (mouse-wheel-mode): New global minor mode.
1978 (mwheel-install): Use `mouse-wheel-mode'.
1979
f4b020f6
DL
19802000-10-25 Dave Love <fx@gnu.org>
1981
f5ab1cdd
SM
1982 * progmodes/cperl-mode.el (cperl-mode):
1983 Set normal-auto-fill-function correctly.
072cb6f9 1984
f4b020f6
DL
1985 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1986 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1987 bindings.
f4b020f6 1988
ebe2a441
MB
19892000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1990
ff4dcd4b
MB
1991 * wid-edit.el (widget-field-at): New function.
1992 (widget-at, widget-field-activate): Use it.
1993 (widget-tabable-at): Use `widget-at'.
1994 (widget-specify-field): If the terminating character of the widget
1995 field (which is read-only) is a newline, put it into a special
1996 `boundary' field so that C-n/C-p act more naturally.
1997 (widget-field-end): Also don't subtract one if a special
1998 `boundary' field has been added after the widget field.
1999
ebe2a441
MB
2000 * comint.el (comint-output-filter, comint-send-input): Don't
2001 bother adding stickiness fields to overlays to fool the field
2002 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2003
ebe2a441
MB
2004 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2005 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2006 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2007
fe50b6ab
GM
20082000-10-24 Gerd Moellmann <gerd@gnu.org>
2009
53df4dda
GM
2010 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2011 (authors): Set file coding system to iso-2022-7bit. Add
2012 file-local variables to output buffer.
2013
4836835a 2014 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2015 WARN is nil.
2016
53df4dda
GM
20172000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2018
2019 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2020
2021 * delim-col.el: Now there is a column formatting mechanism.
2022 Modified to customization mechanisms convention. Doc fix.
2023 (columns): New group for delim-col.
2024 (delimit-columns-before, delimit-columns-after)
2025 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2026 (delimit-columns-end): New vars.
2027 (delimit-columns-customize, delimit-columns-format): New funs.
2028 (delimit-columns-region, delimit-columns-rectangle)
2029 (delimit-columns-rectangle-line): Modified to support column
2030 formatting.
4836835a 2031
a9839779
DL
20322000-10-24 Dave Love <fx@gnu.org>
2033
2034 * log-edit.el (log-edit): Add :version and a :group for vc.
2035
df0267b8
GM
20362000-10-24 Gerd Moellmann <gerd@gnu.org>
2037
9acc3873
GM
2038 * files.el (after-find-file): Don't print a message ``New file''
2039 if WARN is nil.
2040
63e1b552
GM
2041 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2042 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2043 get duplicate tool-bar entries because we'll see the global ones
2044 on more than one path through keymaps.
2045
1946f901
GM
2046 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2047
df0267b8
GM
2048 * progmodes/cmacexp.el: Change Francesco's email address.
2049
ae3b264b
KH
20502000-10-24 Kenichi Handa <handa@etl.go.jp>
2051
2052 * window.el (fit-window-to-buffer): Adjust point of the window
2053 buffer, not that of the current buffer.
2054
23afac01
EZ
20552000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2056
2057 * progmodes/cmacexp.el: Update the euthor's email address.
2058
22d1a4ed
MB
20592000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2060
2061 * faces.el (face-spec-set-match-display): Add `graphic' display
2062 type (the inverse of `tty'). Use `display-graphic-p' instead of
2063 the window-system variable.
2064
f408aa48
KH
20652000-10-24 Kenichi Handa <handa@etl.go.jp>
2066
2067 * international/isearch-x.el (isearch-with-input-method): Call
2068 input-method-function with the first event in
2069 unread-command-events.
2070
94fe8a31
MB
20712000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2072
2073 * faces.el (face-default-spec, face-user-default-spec): Make
2074 defsubsts.
2075
8f47302e
AC
20762000-10-24 Andrew Choi <akochoi@i-cable.com>
2077
2078 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2079 New charsets.
2080
2081 * term/mac-win.el: Remove definitions of mac-roman-lower and
2082 mac-roman-upper, require dired, and define instead of set
2083 mac-ready-for-drag-n-drop to avoid compilation error.
2084
446c097e
AI
20852000-10-23 Andrew Innes <andrewi@gnu.org>
2086
2087 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2088 superfluous calls to subst-char-in-string; instead apply
2089 expand-file-name after convert-standard-filename to ensure
2090 expected directory separators are used.
2091
379b70e7
EZ
20922000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2093
2094 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2095
85c766e9
DL
20962000-10-23 Dave Love <fx@gnu.org>
2097
b7e03a67
DL
2098 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2099 (tool-bar-add-item): Set foreground and background for XBM icons.
2100
2101 * international/latin1-disp.el (latin1-char-displayable-p): New
2102 function (from Handa).
2103 (latin1-display-check-font): Use it.
2104
0dcf8835
DL
2105 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2106 using :key-sequence, making it much more usable. Use nconc, not
2107 append.
2108 (imenu--create-keymap-1): Avoid append.
2109
85c766e9 2110 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2111
cb3069bb
MB
21122000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2113
2114 [the following changes fix a bug where `define-minor-mode' didn't
2115 correctly generate :require clauses for defcustoms in compiled files]
2116 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2117 (byte-compile-log-file, byte-compile-log-1): Don't set
2118 `byte-compile-current-file' to nil. Instead set
2119 `byte-compile-last-logged-file' to it. Test whether
2120 byte-compile-current-file equals byte-compile-last-logged-file
2121 instead of whether its nil.
3b6542ba 2122 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2123
6db6243b
SM
21242000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2125
2126 * textmodes/refill.el: Fix var names in doc.
2127 (refill-mode): Don't bother with make-local-hook anymore.
2128
98490598
MB
21292000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2130
e01cd227
MB
2131 * faces.el (face-user-default-spec, face-default-spec): New functions.
2132 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2133 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2134 Use `face-user-default-spec'. Simplify code slightly.
2135
4836835a 2136 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2137 (woman-unknown-face): Add dark-background variants.
2138 (woman-default-faces): Renamed from `woman-colour-faces'.
2139 Set using the stored defaults, rather than using hard-wired colors.
2140 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2141 Just make the foreground `unspecified' rather than "black".
2142 (woman-menu): Rename menu entries accordingly.
2143
98490598
MB
2144 * faces.el (header-line): Make more reasonable on mono/grayscale
2145 displays.
2146
1a578e9b
AC
21472000-10-23 Andrew Choi <akochoi@i-cable.com>
2148
2149 * cus-edit.el (custom-button-face): Use 3D look for mac.
2150 (custom-button-pressed-face): Likewise.
2151
2152 * faces.el (set-face-attributes-from-resources): Handle mac frames
2153 in the same way as x and w32 frames.
2154 (face-valid-attribute-values): Likewise.
2155 (read-face-attribute): Likewise.
2156 (defined-colors): Likewise.
2157 (color-defined-p): Likewise.
2158 (color-values): Likewise.
2159 (display-grayscale-p): Likewise.
2160 (face-set-after-frame-default): Likewise.
2161 (mode-line): Same default face as for x and w32.
2162 (tool-bar): Likewise.
2163
2164 * frame.el: Remove call to frame-notice-user-settings at end of
2165 the file.
2166
2167 * info.el (Info-fontify-node): make underlines invisible for mac
2168 as for x, pc, and w32 frame types.
2169
2170 * term/mac-win.el: New file.
2171
aaaf7be7
DL
21722000-10-22 Dave Love <fx@gnu.org>
2173
2174 * textmodes/refill.el: New file.
2175
5392d654
AS
21762000-10-22 Andre Spiegel <spiegel@gnu.org>
2177
4836835a 2178 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2179 MANUAL and REGEXP.
4836835a 2180 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2181 New functions.
2182 (vc-before-save): Use the latter.
2183 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2184 confusion.
2185
4836835a 2186 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2187 expected by vc[-hooks].el.
2188
2189 * vc.el (vc-checkout): Added `-p' suffix in call to
2190 vc-make-version-backups-p; use vc-make-version-backup to actually
2191 make the backup.
2192 (vc-version-other-window, vc-version-backup-file): Handle both
2193 automatic and manual backups.
2194 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2195 of all of them.
2196
1e221c16
MB
21972000-10-22 Miles Bader <miles@gnu.org>
2198
7ff4fda5
MB
2199 * comint.el (comint-highlight-input, comint-highlight-prompt):
2200 Renamed, `-face' at end removed.
2201 (comint-send-input, comint-output-filter): Use renamed faces.
2202
3511cde8
MB
2203 * window.el (fit-window-to-buffer): Change defaulting of
2204 MAX-HEIGHT slightly.
2205
1e221c16
MB
2206 * faces.el (color-values, color-defined-p): Use `member', not
2207 `memq', because it works correctly for strings.
2208 (frame-set-background-mode): Actually, "unspecified-fg" and
2209 "unspecified-bg" *are* strings. Use `member', not `memq', and
2210 `equal', not `eq', when a string value is possible.
2211
b6ef4898
EZ
22122000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2215
34939e2c
SM
22162000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2219 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2220 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2221 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2222 (sh-font-lock-syntactic-keywords): Use them.
2223 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2224 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2225 (sh-mode): Don't override font-lock-unfontify-region-function.
2226 Use a copy of sh-font-lock-syntactic-keywords.
2227 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2228 Don't call sh-scan-buffer since font-lock does it on the fly.
2229 (sh-get-indent-info): Use `face' rather than `syntax-table'
2230 text-property to detect here-documents.
2231 Replace sh-special-syntax with sh-st-punc.
2232 (sh-prev-line): Use `face' rather than `syntax-table'
2233 text-property to skip over here-documents.
2234 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2235 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2236 (sh-electric-less, sh-set-here-doc-region)
4836835a 2237 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2238 (sh-scan-buffer, sh-rescan-buffer): Remove.
2239
f3d3c491
AI
22402000-10-21 Andrew Innes <andrewi@gnu.org>
2241
2242 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2243 remote (ange-ftp) file names.
2244
b86c791c
MB
22452000-10-21 Miles Bader <miles@gnu.org>
2246
d9c30bdf
MB
2247 * window.el (fit-window-to-buffer): New function.
2248 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2249 (window-text-height): Don't expect minibuffers to have mode-lines.
2250
d9c30bdf 2251 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2252 * international/quail.el (quail-update-guidance): Use
2253 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2254
617fee5a
MB
2255 * international/quail.el (quail-show-guidance-buf): Make sure
2256 guidance window really has enough room.
2257 (quail-update-guidance): If quail-guidance-win is already shown,
2258 make sure its height is OK.
2259
b86c791c
MB
2260 * window.el (window-text-height, set-window-text-height):
2261 New functions.
2262 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2263 instead of `window-height' & `mode-line-window-height-fudge'.
2264 (mode-line-window-height-fudge): Add FACE parameter.
2265 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2266 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2267
e34850d1
MB
22682000-10-20 Miles Bader <miles@gnu.org>
2269
2270 * window.el (height-affecting-face-attributes): Use `defconst'.
2271
2272 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2273 New function, conditionally aliased to `mode-line-window-height-fudge'.
2274 (ispell-help): Use it.
2275 (ispell-choices-win-default-height): Don't include mode-line fudge.
2276 (ispell-choices-win-default-height): New function.
2277 (ispell-show-choices, ispell-command-loop): Use function
2278 `ispell-choices-win-default-height' instead of variable.
2279
a8b883c2
MB
22802000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2281
8c6e4a58
MB
2282 * window.el (mode-line-window-height-fudge): New variable.
2283 (height-affecting-face-attributes): New variable.
2284 (mode-line-window-height-fudge): New function.
2285 (shrink-window-if-larger-than-buffer): Use it.
2286 * help.el (resize-temp-buffer-window): Likewise.
2287
a8b883c2
MB
2288 * info.el (Info-fontify-node): Add support for @subsubsection
2289 titles, which use `Info-title-4-face'.
2290 (Info-title-4-face): New face.
2291 (Info-title-3-face): Inherit from Info-title-4-face instead of
2292 variable-pitch.
2293
e64c3a75
JR
22942000-10-19 Jason Rumney <jasonr@gnu.org>
2295
2296 * dired.el (dired-insert-directory): Do not let errors signalled by
2297 attempt to run dired-free-space-program prevent dired from working.
2298
c70fe852
SM
22992000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2300
2301 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2302
877cf6b4
GM
23032000-10-19 Gerd Moellmann <gerd@gnu.org>
2304
5de037e0
GM
2305 * dirtrack.el (dirtrack): Fix call to run-hooks.
2306
6deb9af9
GM
2307 * cmuscheme.el (cmuscheme-program-name): Renamed from
2308 scheme-program-name because xscheme.el contains a defcustom with
2309 the same name. As a consequence, customizing group `cmuscheme'
2310 loaded `xscheme' which redefined run-scheme.
2311 (run-scheme): Use cmuscheme-program-name.
2312
877cf6b4
GM
2313 * ps-print.el (ps-print-emacs-type): Move into the
2314 eval-and-compile.
2315
e597d8fb 2316 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2317 anonymous address, and add a website for Befrienders International.
4836835a 2318
3e9cb08f
GM
23192000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2320
c70fe852
SM
2321 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2322 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2323 (ps-print-version): New version number (6.2).
2324 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2325 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2326 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2327 (ps-x-extent-priority, ps-x-extent-start-position)
2328 (ps-x-face-font-instance, ps-x-find-coding-system)
2329 (ps-x-font-instance-properties, ps-x-make-color-instance)
2330 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2331 avoid compilation gripes without defining functions.
2332 (ps-e-find-composition): Alias for function find-composition, to have a
2333 suitable function depending on Emacs version.
2334 (ps-color-device, ps-color-values, ps-face-foreground-name)
2335 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2336 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2337 (ps-print-ensure-fontified): Function definitions surrounded by
2338 `eval-and-compile' to avoid compilation gripes.
2339 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2340 by symbol-value to avoid compilation gripes.
2341 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2342 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2343
d8abcd91
MB
23442000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2345
13ab33c4
MB
2346 * startup.el (normal-top-level): Call `frame-set-background-mode'
2347 after `frame-notice-user-settings' because the latter doesn't call
2348 the former on a tty.
2349
d8abcd91
MB
2350 * faces.el (frame-set-background-mode): `unspecified' &c are
2351 symbols, not strings.
2352
e8bce0a9
EZ
23532000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2354
c70fe852
SM
2355 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2356 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2357
c70fe852
SM
2358 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2359 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2360
773272d8
KH
23612000-10-19 Kenichi Handa <handa@etl.go.jp>
2362
c70fe852 2363 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2364 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2365 for ISO10646-1 fonts.
2366 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2367
772139c0
EZ
23682000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * faces.el (frame-set-background-mode): If a tty frame defines a
2371 background color, use that to compute the background mode, instead
2372 of always defaulting to "dark".
2373
d134a19f
MB
23742000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2375
8bb84cb2
MB
2376 * comint.el (comint-write-output): New function.
2377 (comint-mode-map): Add it to the menu.
e40a778f 2378 Bind `C-c C-s' to comint-write-output.
d134a19f 2379
dada41e1
GM
23802000-10-18 Gerd Moellmann <gerd@gnu.org>
2381
2382 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2383 Use fancy-splash-delay.
2384
9b5360aa
GM
23852000-10-18 Alex Schroeder <alex@gnu.org>
2386
2387 * progmodes/sql.el (sql-sybase-options): New option.
2388 (sql-sybase): Use it. Add sql-database to the list of parameters
2389 provided for login. The options -w 2048 -n are not used any more.
2390
9035a35a
GM
2391 * comint.el (comint-read-input-ring): Bugfix such that the first
2392 and the last entry of the input ring file are not lost.
2393
3556c6dd
GM
23942000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2395
2396 * ps-print.el: Internal variable changes to defcustom,
2397 make-local-hook changes to defvar. Doc fix.
2398 (ps-print-version): New version number (6.1).
2399 (ps-setup, ps-do-despool): Code fix.
2400 (ps-printer-name): Customization fix.
2401 (ps-printer-name-option): Now is a defcustom instead of an
2402 internal variable.
2403 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2404 (ps-print-begin-column-hook): Now are defvar instead of
2405 make-local-hook.
4836835a 2406
4e217e50
MB
24072000-10-18 Miles Bader <miles@gnu.org>
2408
2409 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2410 (comint-kill-output): Changed into an alias for `comint-delete-output',
2411 and made obsolete.
2412 (comint-mode-map): Rename references to comint-kill-output.
2413
34460354
EZ
24142000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * diff-mode.el (diff-header-face, diff-file-header-face)
2417 (diff-changed-face): Add bold and italic attributes to tty faces.
2418 (diff-function-face): New face.
2419 (diff-font-lock-keywords): Use it.
2420
17ea3cdb
MB
24212000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2422
2423 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2424 Remove commented-out call to force-mode-line-update.
2425 (comint-kill-output): Use `forward-line 0' instead of
2426 beginning-of-line to make sure we get past the prompt.
2427
9244f2c7
SM
24282000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * diff-mode.el (diff-header-face, diff-file-header-face):
2431 Add specific setting for dark background.
2432 (diff-context-face): Renamed from diff-comment-face.
2433 Set explicitly rather than inheriting from font-lock-comment-face.
2434
1592c1ef
EZ
24352000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2436
2437 * startup.el (command-line): Move the code which sets the default
2438 TTY colors to before before-init-hook.
2439
f86292a9
GM
24402000-10-17 Gerd Moellmann <gerd@gnu.org>
2441
2442 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2443
f7f2e883
EZ
24442000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2445
e854cc22
EZ
2446 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2447 extensions, for MS-DOS.
2448
f7f2e883
EZ
2449 * diff-mode.el (diff-header-face, diff-file-header-face)
2450 (diff-changed-face): Define tty-specific colors.
2451
c7b4f0f9
GM
24522000-10-17 Gerd Moellmann <gerd@gnu.org>
2453
2454 * startup.el (fancy-splash-text): Realign the text.
2455
12a72271
EZ
24562000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2457
2458 * font-lock.el (font-lock-comment-face): Define a separate default
2459 for dark-background tty's.
2460
61dfccfd
MB
24612000-10-17 Miles Bader <miles@gnu.org>
2462
2463 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2464 being obscured by whizzy mode-lines on graphics displays.
2465
333cd59e
EZ
24662000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2467
2468 * info.el (Info-title-1-face, Info-title-2-face)
2469 (Info-title-3-face): Define colors for tty's.
dada41e1 2470 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2471
dbf1fcc1
EZ
24722000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2473
2474 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2475 reverse from the frame parameters, and don't invert foreground and
2476 background colors.
2477
ac629823
MB
24782000-10-16 Miles Bader <miles@gnu.org>
2479
2480 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2481 string "*Info*". Call propertized-buffer-identification to spruce
2482 up the result.
2483
76eebffc
GM
24842000-10-16 Gerd Moellmann <gerd@gnu.org>
2485
3a6b59d9
GM
2486 * help.el: Provide `help' for the sake of define-minor-mode
2487 which generates defcustoms with requires.
2488
6569c3d3
GM
2489 * jit-lock.el (jit-lock-after-change): If we're in text that
2490 matches a multi-line font-lock pattern, make sure the whole text
2491 will be redisplayed.
2492
c2e0a611
GM
2493 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2494 author's name is unknown.
2495
76eebffc
GM
2496 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2497 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2498 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2499 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2500 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2501 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2502 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2503 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2504 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2505 Add author information.
2506
cf1e7b12
MB
25072000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2508
2509 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2510 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2511 full-color version (using the Gimp) to eliminate dithering artifacts.
2512
5586f3eb
SM
25132000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2514
2515 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2516
2517 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2518
ad64a888
DL
25192000-10-15 Dave Love <fx@gnu.org>
2520
2521 * progmodes/sh-script.el: Require skeleton and comint when
2522 compiling.
2523
2524 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2525
2526 * whitespace.el: Doc fixes.
2527 (top-level): Don't add hooks here.
2528 (whitespace-running-emacs): Deleted.
2529 (timer): Don't require.
2530 (whitespace): Add back :version conditional on xemacs test.
2531 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2532 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2533 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2534 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2535 Avoid specific xemacs test.
2536 (whitespace-global-mode): New option.
2537 (whitespace-global-mode): New command.
2538 (whitespace-unload-hook): New function.
2539
2540 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2541 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2542 (Info-fontify-node): `Goto' goes to `Go to'.
2543 (Info-fontify-node): Add help-echo to xref links.
2544
1ef49fc6
EZ
25452000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2548
8b7707e1
SM
25492000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2550
b3b7f42f
SM
2551 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2552 Use plist-get and allow :inherit.
2553
2554 * emacs-lisp/cl-macs.el (cl-do-arglist):
2555 Use plist-get and plist-member instead of memq.
2556
3c7fafc7
SM
2557 * emacs-lisp/ewoc.el (ewoc-location): New function.
2558 (ewoc-enter-after, ewoc-enter-before): Document return value.
2559 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2560 Don't need make-local-hook any more.
2561 (cvs-addto-collection): Return the new tin.
2562 (cvs-mode-insert): Jump to the new line.
2563
8b7707e1
SM
2564 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2565
2566 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2567
2568 * font-lock.el (font-lock-syntactically-fontified): New var.
2569 (font-lock-fontify-syntactic-keywords-region): Use it.
2570 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2571
2572 * diff-mode.el (diff-find-file-name): Fix regexp.
2573
2574 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2575 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2576
2577 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2578 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2579 (sh-mode): Don't make all vars local here.
2580 (sh-kw): Reformat.
2581 (sh-set-shell): Use dolist. Don't set indent-region-function.
2582 (sh-mode-syntax-table): Use pop.
2583 (sh-remember-variable): Use push.
2584 (sh-help-string-for-variable): Use memq.
2585 (sh-safe-backward-sexp): Remove.
2586 (sh-safe-forward-sexp): Add ARG.
2587 (sh-get-indent-info, sh-prev-stmt): Use it.
2588 (sh-prev-line): Simplify by using forward-comment.
2589 (sh-this-is-a-continuation): Simplify.
2590 (sh-learn-buffer-indent): Use dolist.
2591 (sh-do-nothing): Remove.
2592 (sh-set-char-syntax, sh-set-here-doc-region):
2593 Use inhibit-modification-hooks.
2594 (sh-name-style): Use mapcar and push.
2595 (sh-load-style): Use dolist.
2596 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2597 (sh-case, sh-while-getopts): Use propertize directly rather
2598 than sh-electric-rparen.
2599
26002000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2601
2602 * textmodes/tex-mode.el: Require CL when compiling.
2603 (tex-mode-syntax-table): Init immediately.
2604 (tex-mode-map): Bind M-RET to latex-insert-item.
2605 (latex-mode): Set indent-line-function to latex-indent.
2606 (tex-common-initialization): Don't setup the syntax-table any more.
2607 (latex-insert-item): New skeleton.
2608 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2609 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2610 (latex-indent, latex-find-indent): New functions.
4836835a 2611 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2612 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2613 (tex-compilation-parse-errors): Use with-syntax-table.
2614
86b7fcbb
MB
26152000-10-15 Miles Bader <miles@gnu.org>
2616
2617 * font-lock.el (font-lock-comment-face): Change dark-background,
2618 color, non-tty, default to `chocolate1'.
2619
57a24508
JW
26202000-10-13 John Wiegley <johnw@gnu.org>
2621
2622 * eshell/esh-util.el (require): Added a missing `require' form,
2623 needed when compiling (for an ange-ftp macro definition).
2624
40ad3db4
DL
26252000-10-13 Dave Love <fx@gnu.org>
2626
2627 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2628
db460189
GM
26292000-10-13 Gerd Moellmann <gerd@gnu.org>
2630
b41c9501
GM
2631 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2632 fix.
2633
4836835a 2634 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2635 transparent -colors 8).
2636
3b5e21df
GM
26372000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2638
2639 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2640 that breaks with old list format timestamps.
2641 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2642 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2643 strings.
2644
16908a3f
JW
26452000-10-13 John Wiegley <johnw@gnu.org>
2646
d7103dda
JW
2647 * align.el, pcomplete.el, calendar/timeclock.el,
2648 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2649
dace60cf 2650 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2651 faulty math, where holiday hours were being computing as seconds.
2652
b6b70cda
JW
26532000-10-13 John Wiegley <johnw@gnu.org>
2654
2655 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2656 specifying what "other" kinds of buffers should be saved. This
2657 used to be hard-coded.
2658 (desktop-buffer-misc-functions): A global for specifying how
2659 auxiliary data should be determined for special buffer types.
2660 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2661 instead of hard-coding the special buffer types.
2662 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2663 auxiliary data, instead of hard-coding for Info buffers and dired.
2664 (desktop-buffer-info-misc-data): Aux function for determining Info
2665 buffer auxiliary info.
2666 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2667 (desktop-buffer-info): Changed this function to use the info
2668 gathered above.
2669 (desktop-create-buffer): Be a little more careful about what
2670 `minor-mode' means before calling it. This is important for some
2671 buffer types.
2672
8c6b1d83
JW
26732000-10-13 John Wiegley <johnw@gnu.org>
2674
2675 * eshell/esh-util.el: Added a global form which declares an
2676 autoload for `parse-time-string', if that function is not already
2677 defined, and if parse-time.el is available on the user's system.
2678
2679 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2680 to be aware of ange-ftp user info.
2681 (eshell-do-ls): Bind `ange-cache'. Also, use
2682 `eshell-file-attributes'.
2683 (eshell-ls-annotate): Use `eshell-file-attributes'.
2684 (eshell-ls-file): Made the user-id printing code a bit smarter.
2685
2686 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2687 allow identification of alias user ids in remote directories.
2688 It's manual, but there's no other way to know when the current
2689 user on the local machine, is also the owning user on the remote
2690 machine.
2691 (fboundp): Bind `ange-cache'.
2692 (eshell-directory-files-and-attributes): Re-organized the logic a
2693 bit to use `eshell-file-attributes' instead of `file-attributes'.
2694 The former is more sensitive to directories that are read via FTP,
2695 and knows how to use ange-ftp to determine full attribute
2696 information, instead of just the name and last modtime.
2697 (eshell-current-ange-uids): Return the current user id when in a
2698 remote directory.
2699 (eshell-parse-ange-ls): Parse a full directory listing that has
2700 been returned by ange-ftp.
2701 (eshell-file-attributes): This beefed up version of
2702 `file-attributes' is only special if the user is currently in a
2703 remote directory, in which case it does a lot of work to find out
2704 what the real attributes of a file are, as they appear on the
2705 remote machine. This makes usage of remote directories (i.e.,
2706 ange-ftp pathnames) much more useful. You can now use Eshell as a
2707 full-fledged FTP client, with much more manipulation ability than
2708 most other clients.
2709
2710 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2711 variable, which means that Eshell's du should always be preferred
2712 in remote directories.
2713 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2714 just `file-attributes'.
2715 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2716 when reading remote directories. This is an Eshell-specific
2717 variable (not part of ange-ftp).
2718 (eshell/ln): Bind `ange-cache'.
2719 (eshell/du): Added some extra logic for determining when to use
2720 Eshell's du (which is slow), and when to use the external version
2721 (which may or may not exist).
2722
2723 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2724 `eshell-interactive-process', rather than using
2725 `get-buffer-process', since backgrounded processes don't count in
2726 the context of this function's logic.
2727
2728 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2729 `forward-char', so that null strings are parsed correctly.
2730
87730e84 27312000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2732
2733 * eshell/em-pred.el (eshell-pred-file-type,
2734 eshell-pred-file-links, eshell-pred-file-size): Use
2735 `eshell-file-attributes'. This is more correct over ange-ftp.
2736
2737 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2738 that remote file globbing is more efficient.
2739
2740 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2741 gathering the files and attributes within a directory.
2742
2743 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2744 the command line is a special file (not a regular file, directory
2745 or symlink), always attempt to call the external version of cat.
2746
87730e84 27472000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2748
2749 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2750 Eshell-friendly version of find-tag.
2751
1c7e37a9
MB
27522000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2753
4836835a 2754 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2755 (image-file-name-regexps): Add autoload cookies.
2756
11a7f341
KH
27572000-10-13 Kenichi Handa <handa@etl.go.jp>
2758
2759 * international/mule-cmds.el (select-safe-coding-system): If FROM
2760 is string, show it in *Warning* buffer.
2761
8ddddcb0
EZ
27622000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2763
2764 * startup.el (normal-top-level): Use display-popup-menus-p instead
2765 of window-system.
2766 (command-line): Use display-graphic-p instead of window-system.
2767 (command-line-1): Use display-popup-menus-p and display-mouse-p
2768 instead of window-system.
2769
72200f89
SS
27702000-10-12 Sam Steingold <sds@gnu.org>
2771
2772 * tooltip.el (tooltip-use-echo-area): New user variable.
2773 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2774
8661c643
DL
27752000-10-12 Dave Love <fx@gnu.org>
2776
d0b40dc1
DL
2777 * recentf.el: Maintainer's checkdoc fixes.
2778
a622451f
DL
2779 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2780 character class, not ASCII when matching file names.
2781 (fancy-splash-head): Add trailing slash to URL.
2782 (command-line): Don't require XPM support for toolbar.
2783
8661c643
DL
2784 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2785 (cperl-invalid-face): Revert last change.
2786 (cperl-init-faces): Quote cperl-invalid-face.
2787
ef2ed8ab
KH
27882000-10-12 Kenichi Handa <handa@etl.go.jp>
2789
2790 * startup.el (fancy-splash-text): Remove superfluous quote.
2791
b0da379e
GM
27922000-10-12 Gerd Moellmann <gerd@gnu.org>
2793
dbeb499b
GM
2794 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2795 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2796 (command-line-1): Don't use fancy-splash-pending-command.
2797 (fancy-splash-screens-1): Goto point-min after inserting text.
2798
d861718a
GM
2799 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2800
b0da379e
GM
2801 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2802 instead of shared-lisp-mode-map.
2803
4fb2ad98
MB
28042000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2805
1cb4393e
MB
2806 * faces.el (header-line): Change tty-variant to use underlining.
2807
4fb2ad98
MB
2808 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2809 (isearch-highlight): Restore lazy-isearch face properties at old
2810 position, and suppress them at new position.
2811 (isearch-dehighlight): Restore lazy-isearch face properties.
2812 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2813 over the real isearch overlay, but in that case, don't give it a
2814 face property. Use `push'.
2815
eb991b25
KH
28162000-10-12 Kenichi Handa <handa@etl.go.jp>
2817
2818 * man.el (Man-getpage-in-background): Fix previous change.
2819 Decode the process output only when we are in multibyte mode.
2820
a818c1c0
DL
28212000-10-11 Dave Love <fx@gnu.org>
2822
c990f53a
DL
2823 * info.el (Info-mode-menu): Fix some help.
2824 (info-tool-bar-map): Add entry for Info-last.
2825
a818c1c0
DL
2826 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2827 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2828 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2829 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2830 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2831 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2832 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2833 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2834 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2835 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2836 Reduce colour requirements to 25 overall. (Probably wants
2837 revisiting from the originals to reduce further.)
2838
c1b096cb
EZ
28392000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2840
2841 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2842 buffer-file-coding-system, instead of raw-text.
2843 (dehexlify-buffer): Bind coding-system-for-read to
2844 buffer-file-coding-system, instead of raw-text.
2845
5c8b7eaf
SS
28462000-10-11 Sam Steingold <sds@gnu.org>
2847
2848 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2849 `underline' - fixes the bug introduced on 2000-09-21.
2850
2cfbdb7a
DL
28512000-10-11 Dave Love <fx@gnu.org>
2852
2853 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2854 compiler warnings.
2855 (scheme-mode): Doc fix.
2856 (scheme-font-lock-keywords-1): Match `define-syntax'.
2857
28582000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2859
2860 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2861 face specs as well as default ones. Only do anything if the
2862 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2863 (region): Make dark-background `region' face less in-your-face.
4b33f290 2864
690ec649
SS
28652000-10-10 Sam Steingold <sds@gnu.org>
2866
2867 * chistory.el, ielm.el, ledit.el:
2868 * progmodes/inf-lisp.el, progmodes/scheme.el:
2869 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2870
3b95d6bb
SM
28712000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2872
2873 * textmodes/texinfo.el: Update copyright and fix typo.
2874
2875 * desktop.el (desktop-modes-not-to-save): New var.
2876 (desktop-save-buffer-p): Use it.
2877 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2878 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2879
d646c828
DL
28802000-10-10 Dave Love <fx@gnu.org>
2881
2882 * toolbar/tool-bar.el (tool-bar-add-item)
2883 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2884 display.
2885
d646c828
DL
2886 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2887 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2888 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2889 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2890 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2891 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2892 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2893 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2894 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2895 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2896 the .xpms; probably need retouching.
2897
862a7e28
MB
28982000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2899
2900 * subr.el (add-to-list): Add optional argument APPEND.
2901 * battery.el (display-battery): Use `add-to-list'.
2902
46e33aee
TTN
29032000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2904
930baf47
TTN
2905 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2906 these vars as symbol properties.
2cfbdb7a
DL
2907 (zone, zone-when-idle, zone-leave-me-alone)
2908 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2909
5a430f9c
TTN
2910 * battery.el (display-battery): Doc spelling fix.
2911
46e33aee
TTN
2912 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2913 property.
2914
adf7d3a8
DL
29152000-10-09 Dave Love <fx@gnu.org>
2916
2917 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2918 has been initialized before calling tool-bar-setup.
c2156508 2919 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2920
06a8c9f8
EZ
29212000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2922
e4ca8f8c
EZ
2923 * menu-bar.el (send-mail-item-name): New function.
2924 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2925 of mail-user-agent in the menu. Don't display the "Send Mail"
2926 item if mail-user-agent is nil or its value is ignore.
2927 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2928 if read-mail-command is nil or its value is ignore.
2929
06a8c9f8
EZ
2930 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2931
7dbc9c8a
MB
29322000-10-09 Miles Bader <miles@gnu.org>
2933
29e0814b
MB
2934 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2935 Correct image size.
2936 * toolbar/left_arrow.xpm: Correct image size.
2937
7dbc9c8a
MB
2938 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2939 will be done by the definition of `auto-compression-mode' if
2940 necessary. Move code to uninstall existing file-name handler
2941 before definition of `auto-compression-mode'.
2942
2943 * image-file.el (auto-image-file-mode): Move to the end of the
2944 file, because `define-minor-mode' actually calls the mode-function
2945 if the associated variable is non-nil, which requires that all
2946 needed functions be already defined.
2947
65b61266
MB
2948 * mouse.el (popup-menu): Balance parens.
2949
d6b8c85b
SM
29502000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2951
2952 * mouse.el (popup-menu): Move the command call outside the loop
2953 so that popup-menu returns whatever the command returns.
2954
2955 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2956 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2957 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2958 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2959
2960 * vc.el (vc-version-diff): diff-switches can be a list.
2961 Use relative filenames for prettier output.
2962
46e33aee 2963 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2964 (vc-post-command-functions): Remove old-VC compatibility code.
2965
2966 * newcomment.el (comment-indent-default): Autoload.
2967
2968 * font-lock.el (font-lock-defaults): Make buffer-local.
2969 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2970 (font-lock-choose-keywords):
2971 Ignore LEVEL unless KEYWORDS is a list of syms.
2972 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2973 Don't wrap regexp-opt things in \(...\) unnecessarily.
2974
2975 * jit-lock.el: Don't require font-lock any more.
2976 (jit-lock-functions): Make buffer-local.
2977 (jit-lock-saved-fontify-buffer-function): Remove.
2978 (jit-lock-mode): Remove autoload cookie.
2979 Remove font-lock specific code.
2980 (jit-lock-unregister): Don't bother handling complex hooks any more.
2981 (jit-lock-refontify): New function.
2982 (jit-lock-fontify-buffer): Use it.
2983 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2984 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2985 Add optional args START and END.
2986 Never call font-lock-fontify-region directly.
2987 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2988
2989 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2990
a30ed6ac
DL
29912000-10-08 Dave Love <fx@gnu.org>
2992
4e7c7ca9
DL
2993 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2994
2995 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2996
2997 * play/studly.el (studlify-region, studlify-word): Add autoload
2998 cookie.
2999
3000 * play/morse.el (morse-region, unmorse-region): Add autoload
3001 cookie.
3002
3003 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3004 concat.
3005
3006 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3007 insist on symbols starting with word syntax.
3008 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3009 (eval-defun-1): Doc fix.
3010 (indent-sexp): Use nconc to build up indent-stack.
3011
3012 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3013 Gnus with little use.
3014 (mail-setup-hook): Add mail-abbrevs-setup to options.
3015
968f7c4a
DL
3016 * recentf.el: Doc fixes.
3017
3018 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3019 Clean up remainder.
3020
3021 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3022 without timezone and (8) with timezone to enforce some whitespace.
3023 Simplify code somewhat.
3024
3025 * options.el (list-options): Doc that you should use customize.
3026
3027 * iswitchb.el (iswitchb-mode): Add :require.
3028
a30ed6ac
DL
3029 * info.el (Info-goto-node, Info-menu): Doc fix.
3030 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3031 (info-tool-bar-map): New variable.
3032 (Info-mode): Use it.
3033 (Info-edit-map): Define all in defvar.
3034 (speedbar-attached-frame): Avoid compiler warning.
3035
3036 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3037 (global-map): Bind [tool-bar] to a filtered map.
3038 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3039 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3040 Allow PBM icons.
3041 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3042
3043 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3044 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3045 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3046 icons, except up_arrow, which is left-arrow rotated.
3047
3048 * imenu.el (imenu-add-to-menubar): Fix last change.
3049
4e953aff
PB
30502000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3051
3052 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3053 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3054
739e92a7
EZ
30552000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3056
d20faceb
EZ
3057 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3058 typos in doc strings.
3059
a640322e
EZ
3060 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3061 the doc strings how to customize Font Lock faces.
3062
739e92a7
EZ
3063 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3064 computing growth when dragging the header line.
3065
8be7408c
EZ
30662000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3067
3068 * simple.el (kill-line): Doc fix.
3069
6fee86a3
MB
30702000-10-08 Miles Bader <miles@gnu.org>
3071
445a653e
MB
3072 * faces.el (secondary-selection): Make foreground visible on tty.
3073
6fee86a3
MB
3074 * jka-compr.el (auto-compression-mode): Move to the end of the
3075 file, because `define-minor-mode' actually calls the mode-function
3076 if the associated variable is non-nil, which requires that all
3077 needed functions be already defined.
3078 (with-auto-compression-mode): Add autoload cookie.
3079
a115794c
EZ
30802000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3081
3082 * files.el (find-backup-file-name) [ms-dos]: If support for long
3083 file names is not available, behave as if version-control were set
3084 to never.
3085
b12e6de3
DL
30862000-10-07 Dave Love <fx@gnu.org>
3087
3088 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3089 (browse-url-gnome-moz): New function.
3090 (browse-url-browser-function): Use it.
3091 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3092
20b1d079
SM
30932000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3094
3095 * indent.el (tab-always-indent): New var.
3096 (indent-for-tab-command): Use it.
39250ec3 3097
9ee45b2c 3098 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3099 raise an error. This way it can still default to a sane value.
9ee45b2c 3100
8c6b1d83
JW
31012000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3102
39250ec3
SM
3103 * startup.el (fancy-splash-screens): Use local rather than global map.
3104 Don't use `update-menu-bindings' any more.
3105 Get rid of assumptions about keymap representation.
3106
a23ccdf2
DL
31072000-10-06 Dave Love <fx@gnu.org>
3108
814299a7 3109 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3110 (sentence-end-without-period): Doc fix.
3111 (adaptive-fill-regexp): Purecopy.
3112 (unjustify-current-line): Use line-end-position.
3113 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3114
3115 * net/eudc-vars.el (eudc): Add :version, :link.
3116
39250ec3 3117 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3118
3119 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3120 Fix for define-minor-mode.
3121 (function-at-point): Alias to function-called-at-point.
3122
3123 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3124
3125 * simple.el (backward-word): Doc fix.
3126
a23ccdf2
DL
3127 * image-file.el (image-file-name-regexp): image-file-regexps ->
3128 image-file-name-regexps.
742c1822 3129 (image-file-name-extensions): Add pbm.
a23ccdf2 3130
39250ec3
SM
31312000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3132
3133 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3134 and add filename to the names so that diff-mode can jump to source.
3135
3136 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3137 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3138 (tex-font-lock-keywords-1): Remove.
3139 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3140 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3141 (font-lock-default-fontify-region):
3142 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3143 (font-lock-fontify-anchored-keywords):
3144 Include the anchor text as part of the multiline.
3145
8d5dfacd
GM
31462000-10-06 Gerd Moellmann <gerd@gnu.org>
3147
3148 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3149 latter needs the autoloaded define-minor-mode macro during the
3150 bootstrap.
3151
3152 * startup.el (command-line): For now, activate tool-bar-mode only
3153 if XPM images are supported.
3154
3155 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3156 window by dragging a header-line at the top of the frame; that's
4c19fbce 3157 confusing because the header-line doesn't move.
8d5dfacd
GM
3158 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3159 of treating the event as a list. Some cleanup.
3160
f69aad2b 31612000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3162
f69aad2b
MB
3163 * simple.el (display-message-or-buffer): New function.
3164 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3165
09cb7646
MB
3166 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3167 docstring parts.
3168
814299a7 3169 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3170 (smbclient-prompt-regexp): Add usage note to doc string.
3171 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3172 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3173 Use add-hook for adding the comint filter function, and only do so
3174 if it's not already in the global hook list.
3175 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3176 to `make-local-variable'.
3177 (nslookup-font-lock-keywords): Remove prompt entry.
3178 (nslookup): Don't set the process-filter.
3179 (finger): Exit the loop correctly when the regexps list runs out.
3180 (ftp, smbclient, smbclient-list-shares):
3181 Set the real major mode immediately, not after execing.
3182 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3183
3184 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3185
4c19fbce
SM
31862000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3187
3188 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3189
3190 * which-func.el (which-func-format): Remove spurious space.
3191 (which-func-mode): Don't make it permanent-local.
3192 (which-func-ff-hook): Allow which-func-maxout to be nil.
3193 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3194 (which-func-mode): Simplify.
3195 Use post-command-idle-hook rather than post-command-hook.
3196 Go through all buffers and update their state.
3197 (which-function): Also try add-log-current-defun-function.
3198
3199 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3200 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3201 Update call to with-vc-properties accordingly.
3202 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3203 (vc-revert-buffer): More careful about window selection and deletion.
3204 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3205
3206 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3207 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3208 (cvs-dired-action): Change the default to quickdir.
3209
3210 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3211 if comment-indent-function returns nil.
3212 (comment-indent-default): New function.
3213 (comment-indent-function): Use it and document the new semantics.
3214
3215 * image-file.el: Docstring fixes.
3216
3217 * help.el (help-xref-on-pp): Use match-string.
3218 (describe-variable): New arg BUFFER.
3219 Store the current buffer in the help-xref-stack.
3220 (temp-buffer-resize-mode): Use define-minor-mode.
3221
3222 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3223 consistently with its docstring.
3224 Set jit-lock-first-unfontify-pos in an idempotent way.
3225 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3226
542c6552
GM
32272000-10-05 Alex Schroeder <alex@gnu.org>
3228
3229 * sql.el (sql-mysql-options): New variable.
3230 (sql-mysql): Use it.
3231
a3489ece
MB
32322000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3233
77f6105c
MB
3234 * image.el (image): New group.
3235
814299a7 3236 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3237 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3238
3478046b
PB
32392000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3240
3241 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3242 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3243 Ignore the value of wqindow-system; always define keywords
3244
22aca186
KH
32452000-10-05 Kenichi Handa <handa@etl.go.jp>
3246
3247 * startup.el (fancy-splash-screens): Remove the code for
3248 debugging; `(trace-to-stderr "EXITTT\n")'.
3249
55d5d717
MB
32502000-10-05 Miles Bader <miles@gnu.org>
3251
3252 * diff-mode.el (diff-goto-source): Update call to
3253 `diff-hunk-status-msg' to reflect new REV variable.
3254
41fa7178
SM
32552000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3256
3257 * progmodes/icon.el (icon-mode):
3258 Don't gratuitously override the default for comment-column.
3259
3260 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3261
3262 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3263 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3264 (jit-lock-functions): New var.
3265 (jit-lock-function-1): Use it if non-nil.
3266 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3267 Set the `fontified' property before doing the fontification to avoid
3268 repeatedly going through the same error.
3269 Don't turn errors into messages.
3270 (jit-lock-register, jit-lock-unregister): New functions.
3271
3272 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3273 Use with-current-buffer.
3274
3275 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3276 Turn comment into docstring.
3277
3278 * apropos.el (apropos-mode): Use define-derived-mode.
3279
3dc78168
GM
32802000-10-04 Gerd Moellmann <gerd@gnu.org>
3281
3282 * startup.el (fancy-splash-pending-command): New variable.
3283 (fancy-splash-pre-command): New function.
3284 (fancy-splash-screens): Rewritten.
3285 (command-line-1): If fancy-splash-pending-command is set, call it
3286 interactively.
3287
dae9dc56
DL
32882000-10-04 Dave Love <fx@gnu.org>
3289
3290 * toolbar/tool-bar.el (tool-bar-setup): New function.
3291 (tool-bar-mode): Use it.
3292
3293 * subr.el (substitute-key-definition): Doc fix.
3294 (play-sound-file): New command.
3295
3388f0a5
AS
32962000-10-04 Andre Spiegel <spiegel@gnu.org>
3297
814299a7 3298 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3299 vc-version-backup-file-name): New functions.
3300
3301 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3302
3303 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3304 vc-cvs-stay-local-p.
3305
3306 * vc.el (vc-revert-buffer): Handle empty diff properly.
3307 (vc-version-backup-file): New function.
3308 (vc-checkout): Create a version backup if necessary.
3309 (vc-checkin): If a version backup file exists, delete it.
3310 (vc-version-diff): Diff locally using version backups, if available.
3311 (vc-revert-file): If there's a version backup, revert locally.
3312 (vc-transfer-file): Use version backup for base version, if
3313 available. If not, ask for confirmation whether to get it from the
3314 server. Update mode line before check-in.
3315
ebd4825d
DL
33162000-10-04 Dave Love <fx@gnu.org>
3317
3318 * toolbar/tool-bar.el (tool-bar-setup): New function.
3319 (tool-bar-mode): Use it.
3320
1b24f4b7
PB
33212000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3322
3dc78168 3323 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3324 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3325 Only set if window-system is non-nil
3326 (net-utils-run-program): Returns buffer.
3327 (network-connection-reconnect): Added this function.
3328
814299a7
MB
3329 * generic.el:
3330 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3331 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3332 Uses cl compile-time macros.
3dc78168
GM
3333 (generic-mode-name, generic-comment-list)
3334 (generic-keywords-list, generic-font-lock-expressions)
3335 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3336 Removed variables.
3337 (generic-mode-alist): Renamed to generic-mode-list.
3338 (generic-find-file-regexp): Default changed to "^#".
3339 (generic-read-type): Uses completing read on generic-mode-list.
3340 (generic-mode-sanity-check): removed this function.
3341 (generic-add-to-auto-mode): Removed this function
3dc78168 3342 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3343 into function instead of putting them in alist.
3344 (generic-mode-set-comments): Reworked extensively.
3345 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3346 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3347
814299a7 3348 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3349 Make sure directory name ends with "/".
3350
814299a7 3351 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3352 Regexp now allows leading whitespace.
3353 (rc-generic-mode): Added eval-when-compile
3354 around generic-make-keywords-list.
3355 Deleted duplicate regexp
3356 (rul-generic-mode): Added eval-when-compile
3357 around generic-make-keywords-list.
3358 (etc-fstab-generic-mode): New generic mode.
3359 (rul-generic-mode): Removed one eval-when-compile
814299a7 3360 which caused a max-specpdl-size exceeded error.
1b24f4b7 3361
a7bf5cf3
MB
33622000-10-04 Miles Bader <miles@gnu.org>
3363
3364 * simple.el (minibuffer-temporary-goal-position): New variable.
3365 (next-history-element): Try to keep the position of point in the
3366 input string constant.
3367
3368 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3369 (dired-do-create-files): If there's only one file, pass it in as
3370 the DEFAULT arg to dired-mark-read-file-name.
3371
ce1087a9
SM
33722000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3373
3374 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3375 (diff-goto-source): Be smarter when choosing REVERSE or not.
3376
3377 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3378 (texinfo-mode-menu): Add an explicit shortcut for update all.
3379
0e41e1d6
AS
33802000-10-03 Andre Spiegel <spiegel@gnu.org>
3381
814299a7 3382 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3383 factorize backend-specific code cleanly (this was essentially
3384 conceived by Stefan Monnier).
3385 (vc-unregister): Function removed.
814299a7 3386 (vc-revert-file): New function.
858f7cb4
AS
3387 (vc-revert-buffer): Delegate some of the work to it.
3388
0e41e1d6
AS
3389 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3390 default branch unconditionally.
3391 (vc-rcs-set-default-branch): New function.
3392 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3393 (vc-rcs-checkin): If an appropriate default branch has been set,
3394 force creation of that branch.
858f7cb4
AS
3395 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3396 code (as suggested by Stefan Monnier).
0e41e1d6 3397
01c86c56
GM
33982000-10-02 Gerd Moellmann <gerd@gnu.org>
3399
45c477b4
GM
3400 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3401 highlighting overlay with a different face over the overlay
3402 isearch uses to highlight the current match because that can lead
3403 to bad face combinations.
3404
01c86c56
GM
3405 * loadup.el (toplevel): Load faces before isearch.
3406
3407 * isearch.el (isearch-faces): New custom group.
3408 (isearch): New defface; was already tested for in the code.
3409 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3410 (isearch-highlight): Always use face `isearch'.
3411
944425c0
DL
34122000-10-02 Dave Love <fx@gnu.org>
3413
3414 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3415 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3416 comparison of opcode with operand.
3417
2a099bcc
MB
34182000-10-03 Miles Bader <miles@gnu.org>
3419
3420 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3421 buffer, since the echo area will now grow to accommodate them.
3422
4300ecb8
AS
34232000-10-02 Andre Spiegel <spiegel@gnu.org>
3424
3425 * vc-hooks.el (vc-registered): If FILE used to be registered under
3426 a certain backend, try that one first.
3427
814299a7 3428 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3429 argument list. Handle multiple backends correctly.
3430 (vc-find-new-backend): Function removed.
3431 (vc-register): Use vc-responsible-backend, as before.
3432 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3433
64e6cc18
GM
34342000-10-02 Gerd Moellmann <gerd@gnu.org>
3435
3436 * startup.el (fancy-splash-head): Change message below the
3437 logo.
3438
00df919e
MB
34392000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3440
3441 * diff-mode.el (diff-goto-source): Emit a status message.
3442 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3443 (diff-test-hunk): Fix doc string.
00df919e
MB
3444 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3445 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3446 (diff-apply-hunk): Don't return a value.
00df919e 3447
ceec5a0c
SM
34482000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3449
3450 * vc.el (vc-editable-p): Minor optimization.
3451 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3452 (vc-find-new-backend): New function split from vc-responsible-backend.
3453 (vc-register): Use it.
3454 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3455 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3456 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3457 (vc-clear-headers): Don't use find-file.
3458 (vc-revert-buffer): Use `and' again (must have been a braino).
3459 (vc-switch-backend): Only prompt if requested.
3460 Short circuit if nothing is to be done.
3461 Don't use vc-resynch-buffer which could lose unsaved editing.
3462 (vc-default-receive-file): Update call to vc-unregister.
3463 (with-vc-file, vc-next-action-on-file):
3464 Use vc-backend rather than vc-registered.
3465 (vc-next-action-on-file): Use intern-soft.
3466 Deal with read-only *vc-diff* buffer.
3467 (vc-transfer-file): Docstring fix.
3468
3469 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3470 (vc-rcs-receive-file): Avoid with-vc-properties.
3471 Update call to vc-unregister.
3472 Use constant `RCS' rather than (dynamically bound) var `backend'.
3473
4ad5da8f
AS
34742000-10-01 Andre Spiegel <spiegel@gnu.org>
3475
814299a7 3476 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3477 is visited.
3478 (vc-start-entry): New argument initial-contents. Don't visit the file
3479 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3480 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3481 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3482 vc-start-entry.
3483 (vc-finish-logentry): Make sure to bury log buffer only if there
3484 really is one. Call `vc-resynch-buffer' on log-file, not
3485 buffer-file-name.
3486 (vc-default-comment-history, vc-default-wash-log): New functions.
3487 (vc-index-of): Removed.
3488 (vc-transfer-file): Make do without the above.
3489 (vc-default-receive-file): Call comment-history unconditionally. Pass
3490 the resulting string to vc-checkin, instead of inserting it into the
3491 comment ring.
3492
3493 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3494 unconditionally. Use the comments as initial contents of the log
814299a7 3495 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3496 changes.
3497
aa0c3dca
MB
34982000-10-01 Miles Bader <miles@gnu.org>
3499
3500 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3501 `recenter' with an arg to prevent redrawing the display.
3502
d5f5a2c5
SM
35032000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3504
3505 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3506
3507 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3508
814299a7 3509 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3510 Don't gratuitously override the default for comment-column.
3511
3512 * textmodes/tex-mode.el (latex-metasection-list): New var.
3513 (latex-imenu-create-index): Use it.
3514 Move the regexp construction outside loops (and use push).
814299a7 3515 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3516 (tex-font-lock-keywords): Moved from font-lock.el.
3517 (tex-comment-indent): Remove.
3518 (tex-common-initialization): Don't set comment-indent-function.
3519 (latex-block-default): New var.
3520 (tex-latex-block): Use it to provide a default choice.
3521 Add any unknown choice to latex-block-names.
3522 Insert [...] after {...}.
3523 (tex-last-unended-begin): Simplify regexp.
3524 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3525 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3526 (latex-mode): Set forward-sexp-function.
3527
3528 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3529 Add regexp for @ignore ... @end ignore.
3530 (texinfo-heading-face): New face.
3531 (texinfo-font-lock-keywords): Use it.
3532 (texinfo-mode-menu): New menu.
3533 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3534 New functions.
3535 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3536 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3537 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3538 Remove declaration.
3539 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3540
3541 * delsel.el (delete-selection-mode): Use define-minor-mode.
3542
3543 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3544
35452000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3546
3547 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3548
8a5506f2
GM
35492000-09-30 Gerd Moellmann <gerd@gnu.org>
3550
068127d6
GM
3551 * replace.el (keep-lines-read-args): New function.
3552 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3553 read arguments interactively. Add parameters RSTART and REND.
3554 Operate on the active region in Transient Mark mode.
3555
d777bb8f
GM
3556 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3557
8a5506f2
GM
3558 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3559 (authors-obsolete-files-regexps): New variable.
3560 (authors-add): Don't record changes in obsolete files.
3561
3fa87bfc
SM
35622000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3563
3564 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3565
3566 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3567 (comment-indent): Make sure there's a space between code and comment.
3568 Shift comments left to avoid going past fill-column.
3569
f02149ce
GM
35702000-09-29 Gerd Moellmann <gerd@gnu.org>
3571
3572 * startup.el (startup-echo-area-message): New function.
3573 (display-startup-echo-area-message): Use it.
3574 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3575 (fancy-splash-default-action): New function.
3576 (fancy-splash-screens-1): New function.
3577 (fancy-splash-head): Put a help-echo and a keymap under the image.
3578
a3ef6569
SM
35792000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3580
3581 * diff-mode.el (diff-add-log-file-name): Remove.
3582 (diff-mode): Use add-log-buffer-file-name-function.
3583
3584 * add-log.el (find-change-log): New arg BUFFER-FILE.
3585 (add-log-file-name): Obey add-log-file-name-function.
3586 (add-log-buffer-file-name-function): New var.
3587 (add-change-log-entry): Use it.
3588
75e5b373
MB
35892000-09-29 Miles Bader <miles@gnu.org>
3590
3591 * image-file.el (image-file-name-extensions): New variable.
3592 (image-file-name-regexps): Renamed from `image-file-regexps'.
3593 New default value is nil. Call `auto-image-file-mode'.
3594 (image-file-name-regexp): New function.
3595 (auto-image-file-mode): New minor mode.
3596 (insert-image-file): Don't make conditional on the image-file
3597 handler being enabled.
3598 (image-file-handler): Make the call here conditional instead.
3599 (set-image-file-handler-enabled, enable-image-file-handler)
3600 (disable-image-file-handler): Functions removed.
3601
3602 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3603 string.
3604
de6e1f7c
GM
36052000-09-29 Gerd Moellmann <gerd@gnu.org>
3606
3607 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3608 it's a function from CL.
3609 (latex-imenu-create-index): Replace eval-when-compile with progn
3610 because latex-section-alist is not bound while compiling.
3611
d8c201f5
SM
36122000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3613
3614 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3615 (outline-mode): Use define-derived-mode.
3616
814299a7 3617 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3618 * progmodes/awk-mode.el (awk-mode):
3619 * progmodes/asm-mode.el (asm-mode):
3620 Don't gratuitously override the default for comment-column.
3621
3622 * emacs-lisp/lisp.el (lisp-complete-symbol):
3623 Distinguish the let-binding case from the funcall case.
3624 (forward-sexp-function): New variable.
3625 (forward-sexp): Use it.
3626
3627 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3628 (easy-mmode-defmap): Remove the now useless autoload.
3629
3630 * time.el (display-time-mode): Use define-minor-mode.
3631
3632 * subr.el (add-minor-mode): Don't eval NAME.
3633 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3634 Use if rather than cond.
3635
3636 * simple.el (read-expression-map): Define more properly.
3637 (comment-indent-hook): Remove.
3638 (string-to-syntax): Bug fix.
3639
3640 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3641 (cvs-ediff-diff): Fix typo.
3642 (cvs-revert-if-needed): Don't bother preserving read-only.
3643
3644 * paren.el (show-paren-mode): Use define-minor-mode.
3645
3646 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3647 (toggle-auto-compression): Remove.
3648 (jka-compr-build-file-regexp): Remove useless grouping.
3649
3650 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3651 Avoid user-reserved bindings.
3652 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3653 (diff-header-face): Revert to grey85.
3654
3655 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3656
3657 * complete.el (partial-completion-mode) <defcustom>: Remove.
3658 (partial-completion-mode): Use define-minor-mode.
3659 (PC-do-completion): Understand `completion-auto-help = delay'
3660 to mean to popup the completion buffer only the second time.
814299a7 3661 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3662 (PC-include-file-all-completions): Don't quote lambda.
3663
3664 * comint.el (comint-mode-hook): Docstring fix.
3665 (comint-mode): Use define-derived-mode.
3666 (comint-mode-map): Remove obsolete comment.
3667 (make-comint): Minor stylistic change.
3668 (comint-insert-clicked-input): Be more careful to find the overlay.
3669 Use this-command-keys rather than hardcoding mouse-2.
3670
3671 * font-lock.el: Replace confusing (,@ with ,
3672 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3673 Don't use regexp-opt-depth. Spice up the regexp for args.
3674 Don't distinguish between cmds that can take an opt arg or not.
3675 Use `append' and `prepend' rather than `keep'.
3676
3677 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3678 (latex-outline-regexp): New var.
3679 (latex-outline-level): New fun.
3680 (latex-section-alist): New var.
3681 (latex-imenu-create-index): Use it. Use `push' as well.
3682 (tex-shell-map): Initialize it properly.
3683 (tex-mode): Minor stylistic change.
3684 (plain-tex-mode): Use define-derived-mode.
3685 (latex-mode): Use define-derived-mode.
3686 Construct the paragraph regexps in a more readable way.
3687 Set the buffer-local outline-{level,regexp} vars.
3688 (slitex-mode): Derive from latex-mode.
3689 (tex-common-initialization): Don't kill-all-vars anymore.
3690 Add setting for comment-add and font-lock-defaults.
3691 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3692 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3693 (tex-start-tex): New arg DIR (and send a chdir command for it).
3694 Also display the shell buffer and save it in tex-last-buffer-texed.
3695 (tex-region): Use expand-file-name rather than concat.
3696 Remove code made useless by changes in tex-start-tex.
3697 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3698
3699 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3700
ff398532
DL
37012000-09-28 Dave Love <fx@gnu.org>
3702
3703 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3704
f9415d5b
GM
37052000-09-28 Gerd Moellmann <gerd@gnu.org>
3706
3707 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3708 `append'.
3709
fa003899
SM
37102000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3711
3712 * info.el (Info-extract-pointer): Undo last change.
3713 Instead, fix the position of the `bound' arg to re-search-backward.
3714
37152000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3716
3717 * info.el (Info-extract-pointer):
3718 Widen more carefully, to avoid finding pointers in other nodes.
3719 (Info-index): Use push.
3720
f9415d5b 37212000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3722
3723 * frame.el (set-frame-font): Remove call to obsolete function
3724 frame-update-faces.
3725 (set-foreground-color, set-background-color): Likewise for
3726 frame-update-face-colors.
3727
5538b8ba
MB
37282000-09-27 Miles Bader <miles@gnu.org>
3729
3730 * image-file.el: New file.
3731
60536eea
GM
37322000-09-27 Gerd Moellmann <gerd@gnu.org>
3733
5b551d58
GM
3734 * frame.el (frame-notice-user-settings): Don't call
3735 frame-update-faces, which is a no-op now.
814299a7 3736
60536eea
GM
3737 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3738 tool-bar-lines.
3739
36f1966f
DL
37402000-09-27 Dave Love <fx@gnu.org>
3741
3742 * mouse.el: Fix last change.
3743
c5785b73
MB
37442000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3745
3746 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3747
672172d9
KH
37482000-09-22 Kenichi Handa <handa@etl.go.jp>
3749
3750 * international/quail.el (quail-help): The output message is
3751 improved.
3752
4653b4ea
DL
37532000-09-26 Dave Love <fx@gnu.org>
3754
3755 * mouse.el (popup-menu): If POSITION is nil, set it using
3756 mouse-position.
3757
63900fcf
SS
37582000-09-25 Sam Steingold <sds@gnu.org>
3759
3760 * net/browse-url.el (browse-url-file-url): Check for null maps.
3761
cd3b81be
GM
37622000-09-26 Gerd Moellmann <gerd@gnu.org>
3763
876512ab 3764 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3765 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3766
fa003899
SM
3767 * frame.el (frame-notice-user-settings):
3768 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3769
cd3b81be
GM
3770 * toolbar/tool-bar.el (tool-bar-help): New function.
3771
d8b4516f
GM
37722000-09-25 Gerd Moellmann <gerd@gnu.org>
3773
6567e9b5
GM
3774 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3775 current-load-list in top-level forms. Else this leaks a cons cell
3776 every time a defun is called.
63900fcf 3777
d8b4516f 3778 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3779
a461758e
DL
37802000-09-25 Dave Love <fx@gnu.org>
3781
7df6adc3
DL
3782 * startup.el (fancy-splash-head): Check XPM is available.
3783
a461758e
DL
3784 * autoinsert.el (auto-insert): Doc fix.
3785 (auto-insert-alist): Following GNU notices, don't say `copyright
3786 _by_'. Use line-beginning-position.
3787 (auto-insert): Check buffer-file-name is non-nil before use.
3788
b11af2dd
GM
37892000-09-25 Gerd Moellmann <gerd@gnu.org>
3790
3791 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3792 starting with `@def' or `@multitable', in addition to ones
3793 specified by the user in auto-fill-inhibit-regexp.
3794
5f9f981b
GM
37952000-09-25 Markus Rost <rost@math.ohio-state.edu>
3796
3797 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3798 rmail-dont-reply-to-names matches the empty string.
63900fcf 3799
8ff16b4e
GM
38002000-09-25 Gerd Moellmann <gerd@gnu.org>
3801
63900fcf 3802 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3803 text to sound more friendly.
3804
9b4a7800
TTN
38052000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3806
3807 * progmodes/hideshow.el: Update author email address.
3808 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3809 (hs-hide-all-non-comment-function): New var.
3810 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3811 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3812 (hs-show-region): Delete this command.
3813 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3814
4c7c1f3f
DL
38152000-09-22 Dave Love <fx@gnu.org>
3816
3817 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3818 (hl-line-highlight): Specify buffer when moving overlay.
3819
3820 * progmodes/fortran.el (fortran-mode): Locally set
3821 normal-auto-fill-function.
3822 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3823 (fortran-mode-map): Adjust auto-fill menu entry.
3824
13f93dee
GM
38252000-09-22 Gerd Moellmann <gerd@gnu.org>
3826
36eb0a91
GM
3827 * vc-rcs.el (toplevel): Require `vc' when compiling.
3828
fa003899 3829 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3830
36a03bf9
AS
38312000-09-22 Andre Spiegel <spiegel@gnu.org>
3832
9b4a7800 3833 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3834 registered under the new backend.
3835
9b4a7800 3836 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3837 without explicit revision number.
3838
6e4e8a3b
SM
38392000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3840
3841 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3842 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3843 (diff-xor): New function.
3844 (diff-find-source-location): Use it. Fix a stupid name clash.
3845 (diff-hunk-status-msg): New function.
3846 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3847 (diff-test-hunk): Use diff-find-source-location.
3848 (diff-goto-source): Favor the `reverse'.
3849 (diff-hunk-text): Properly handle one-sided context diffs.
3850 (diff-apply-hunk): When done, advance to the next hunk.
3851
1b24b888
GM
38522000-09-21 Gerd Moellmann <gerd@gnu.org>
3853
623a0aae
GM
3854 * startup.el (command-line): If frame was created with a non-zero
3855 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3856
1b24b888
GM
3857 * add-log.el (change-log-date-face, change-log-name-face)
3858 (change-log-email-face, change-log-file-face)
3859 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3860 (change-log-function-face, change-log-acknowledgement-face):
3861 New faces, inheriting from font-lock faces.
1b24b888 3862 (change-log-font-lock-keywords): Use them.
9b4a7800 3863
93b3a1c8
DL
38642000-09-21 Dave Love <fx@gnu.org>
3865
80585273
DL
3866 * progmodes/cperl-mode.el (top-level): Clean up
3867 `eval-when-compile's and assorted defvars.
3868 (cperl-invalid-face): Don't double-quote value. Change custom
3869 type.
3870 (cperl-mode): Set normal-auto-fill-function and don't zap
3871 auto-fill-function.
3872 (cperl-imenu--function-name-regexp-perl): Renamed from
3873 imenu-example--function-name-regexp-perl.
3874 (cperl-imenu--create-perl-index): Renamed from
3875 imenu-example--create-perl-index.
3876 (cperl-xsub-scan): Don't require cl.
3877
93b3a1c8
DL
3878 * msb.el (msb-mode-map): Use substitute-key-definition.
3879 (msb-mode): Use msb-mode-map.
3880
43ccb598
AS
38812000-09-21 Andre Spiegel <spiegel@gnu.org>
3882
3883 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3884 New functions.
fa003899 3885 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3886 (vc-switch-backend): New function.
3887 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3888 (vc-register): Fix prompt.
3889 (vc-unregister, vc-default-unregister): New functions.
3890 (vc-version-diff): Handle empty buffer in sentinel.
3891
3892 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3893 (vc-rcs-state-heuristic): Use it to guess the state of files with
3894 non-strict locking.
3895 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3896 been set with -b, but not created yet.
3897 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3898 contents in order to find the state.
3899 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3900 (vc-rcs-unregister, vc-rcs-receive-file)
3901 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3902
9b4a7800 3903 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3904 in case it is missing.
9b4a7800 3905
95fadcca
GM
39062000-09-21 Gerd Moellmann <gerd@gnu.org>
3907
3908 * startup.el (fancy-splash-tail): Use a different foreground
3909 color on a dark frame background.
3910
470f23e1
MB
39112000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3912
3913 * info.el: Use the correct capitalization when making Info-mode
3914 and Info-edit-mode `special' modes.
3915
281096ed
SM
39162000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3917
3918 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3919 (diff-mode): Add support for add-log.el.
3920 (diff-hunk-text): Use char offsets rather than line offsets.
3921 (diff-find-source-location): Replace LINE with line-offset (nil
3922 if not found) and always set POS to a meaningful position.
3923 Adapt to the new char-offsets.
3924 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3925 Adapt to the new diff-find-source-location.
3926 (diff-goto-source): Adapt to the new diff-find-source-location.
3927
3928 * add-log.el (add-log-file-name): New function (split out of
3929 add-change-log-entry).
3930 (add-change-log-entry): Use it.
3931 Call add-log-file-name-function with the changelog file name if
3932 the current buffer is not associated with any file.
3933 Avoid find-file if the selected window is dedicated.
3934
3935 * diff-mode.el (diff-find-source-location):
3936 Move code from diff-apply-hunk. Return buffer rather than file.
3937 (diff-apply-hunk): Use the new result from diff-find-source-location.
3938 (diff-goto-source): Use the new diff-find-source-location.
3939
c29d77c4
DL
39402000-09-20 Dave Love <fx@gnu.org>
3941
3942 * iswitchb.el: Some doc fixes.
3943 (iswitchb-mode-map): Define completely initially. Inherit
3944 minibuffer-local-map.
3945 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3946 fundamental-mode.
3947 (iswitchb-global-map): New variable.
3948 (iswitchb-summaries-to-end): Amalgamate regexps.
3949 (iswitchb-mode): New.
3950 (iswitchb-mode-hook): New variable.
3951 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3952 `extensions'.
3953
49939379
GM
39542000-09-20 Gerd Moellmann <gerd@gnu.org>
3955
d05c87ac
GM
3956 * ehelp.el (electric-help): New defgroup.
3957 (electric-help-shrink-window): New user-option.
3958 (with-electric-help): Use it.
3959
1ec082d4
GM
3960 * window.el (shrink-window-if-larger-than-buffer): If face
3961 `mode-line' has a :box, and we're on a graphical frame, add 1
3962 to the needed window height.
3963
f46c275e
GM
3964 * frame.el (frame-notice-user-settings): Add a last parameter nil
3965 to a call to `append', because the last list passed to `append' is
3966 not copied, and so subsequent calls to assq-delete-all will modify
3967 default-frame-alist.
3968
b7e11c5b
GM
3969 * startup.el (fancy-splash-image): Change :type.
3970 (fancy-splash-head): Use an XBM image if appropriate.
3971 (command-line-1): Show splash screens in more cases.
3972
26ff68aa
GM
3973 * startup.el (fancy-splash-text): Don't quote faces.
3974
8320414c
GM
3975 * dired.el (dired-font-lock-keywords): Undo last change.
3976 (dired-readin): Bind indent-tabs-mode to nil.
3977
49939379
GM
3978 * startup.el (fancy-splash-head): If frame's background mode
3979 is `dark', change the black background of the image to gray.
3980 (fancy-splash-screens): Display startup echo area message.
3981 (display-startup-echo-area-message): New function.
3982
c3b27206
MB
39832000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3984
55a3d2a1
MB
3985 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3986
3987 * info.el (info-header-node): Tweak for color ttys.
3988
37a99821
MB
3989 * faces.el (face-valid-attribute-values): Make sure directories we
3990 search for stipples both exist and are readable before trying to
3991 search them.
3992
0415d0d0
MB
3993 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3994 in the dry-run case.
3995
523b128c
MB
3996 * jka-compr.el (with-auto-compression-mode): New macro.
3997
c3b27206
MB
3998 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3999 (custom-group-tag-face, custom-variable-tag-face): Use relative
4000 :height and inherit from `variable-pitch' face instead of
4001 hardwiring :family.
4002 * hi-lock.el (hi-black-hb): Likewise.
4003
ddba99ad
MB
4004 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4005 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4006 toolbar-add-item, if image doesn't have a mask add a `:mask
4007 heuristic'.
4008
7e99fbde
SM
40092000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4010
4011 * diff-mode.el: Docstring fixes.
4012 (diff-header-face, diff-comment-face): New faces.
4013 (diff-font-lock-keywords): Highlight a bit differently.
4014 (diff-find-source-location): Don't return SPAN any more.
4015 (diff-hunk-text): Don't bother erasing the temp buffer.
4016 (diff-find-text): Drop argument LINE.
4017 (diff-apply-hunk): Update calls to diff-find-text.
4018 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4019
4020 * calendar/calendar.el: Docstring fixes.
4021 (calendar-make-alist): Don't quote lambda.
4022 (calendar-star-date): Use make-local-variable.
4023
fb275c02
DL
40242000-09-19 Dave Love <fx@gnu.org>
4025
7e99fbde
SM
4026 * toolbar/tool-bar.el: Renamed from toolbar.el.
4027 Change `toolbar' to `tool-bar' generally in symbols.
4028 Make some items invisible in `special' major modes.
4029 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4030 Add arg PROPS.
532cb34d 4031
7e99fbde
SM
4032 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4033 Add :version here.
fb275c02
DL
4034 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4035
8f4ca9a5
GM
40362000-09-19 Gerd Moellmann <gerd@gnu.org>
4037
8b7707e1 4038 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4039
8b7707e1 4040 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4041 (find-file-noselect): Use it.
4042
8b7707e1 4043 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4044 (fancy-splash-screen): Defgroup.
4045
8f4ca9a5
GM
4046 * add-log.el (change-log-font-lock-keywords): Match names
4047 more exactly for the case that font-lock-constant-face is
4048 underlined.
4049
ba9eeda1 40502000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4051
8b7707e1 4052 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4053
289eaef9
AS
40542000-09-19 Andre Spiegel <spiegel@gnu.org>
4055
4056 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4057
ce9ded5d
GM
40582000-09-19 Gerd Moellmann <gerd@gnu.org>
4059
c113de23
GM
4060 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4061 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4062 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4063 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4064 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4065 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4066 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4067 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4068 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4069 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4070 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4071 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4072
ce9ded5d
GM
4073 * startup.el (fancy-splash-text): New variable.
4074 (fancy-splash-delay, fancy-splash-image): New user-options.
4075 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4076 (fancy-splash-screens): New functions.
4077 (command-line-1): If display has a `display' frame parameter, has
4078 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4079
b9b1c3a9
DL
40802000-09-19 Dave Love <fx@gnu.org>
4081
4082 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4083 with null `help'. Use modern backquote syntax.
4084
1af25534
GM
40852000-09-19 Gerd Moellmann <gerd@gnu.org>
4086
afd3c8cd
GM
4087 * font-lock.el (font-lock-mode): Change message telling the user
4088 that ``the buffer is too big''.
4089
1af25534
GM
4090 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4091 for instance for the case that tab-width is 2.
4092
05b1f851
GM
40932000-09-18 Gerd Moellmann <gerd@gnu.org>
4094
4095 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4096 toolbar-add-item, if image doesn't have a mask add a `:mask
4097 heuristic'.
4098
8ec8f673
MB
40992000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4100
2b612b1f
MB
4101 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4102 and return a cons if it's non-nil.
4103 (diff-apply-hunk): Try to jump to the line in the source text
4104 corresponding to the position of point in the in the hunk.
4105
9b4a7800 4106 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4107 (Info-title-1-face): Use face inheritance and relative sizes
4108 instead of hard-wiring things.
4109
4110 * faces.el (secondary-selection): Make dark-background variant sane.
4111
5eedab4d
AI
41122000-09-16 Andrew Innes <andrewi@gnu.org>
4113
5eedab4d
AI
4114 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4115 read-only, since they aren't under VC now.
4116
6a142f26
DL
41172000-09-17 Dave Love <fx@gnu.org>
4118
e07436e1
DL
4119 * tmm.el: Replace mapcar with mapc in several places.
4120
4121 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4122 ad-unadvise.
4123
7d354dd5
DL
4124 * international/latin1-disp.el: New file.
4125
6a142f26
DL
4126 * calendar/cal-move.el (scroll-calendar-left)
4127 (scroll-calendar-right): Make arg optional (for active mode line).
4128
4129 * calendar/calendar.el (calendar-mode-line-format): Make fields
4130 mouse-sensitive.
4131 (calendar-read-date, calendar-read-date, calendar-window-list):
4132 Unquote lambda.
4133 (calendar-month-name): Use aref, not sref.
4134
4135 * view.el (minor-mode-alist): Propertize the string.
4136
4137 * international/characters.el (standard-case-table): Add entries
4138 for Greek.
4139
50ac70af
MB
41402000-09-18 Miles Bader <miles@gnu.org>
4141
53c9ab4f
MB
4142 * info.el (info-node, info-xref): Add dark-background variants.
4143
a114b1ca
MB
4144 * faces.el (header-line): Change defaults to be less confusing
4145 when mixed with mode-lines.
4146
50ac70af
MB
4147 * info.el (Info-fontify-node): Make a few cleanups.
4148 Add extra `help-echo' and `local-map' props to node xrefs.
4149 Use header-specific faces for node-names & xrefs.
4150 (Info-use-header-line): New variable.
53c9ab4f 4151 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4152 (Info-setup-header-line): New function.
4153 (Info-select-node): Call Info-setup-header-line when enabled.
4154 (Info-extract-pointer): Work even if the header line is hidden.
4155 (Info-header-line): New variable.
4156
729927ff
SM
41572000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4158
4159 * vms-patch.el (print-region-function): Don't quote lambda.
4160
4161 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4162
4163 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4164 (lm-get-header-re): Allow spaces between the header and the colon.
4165 (lm-header): Allow $ in non-RCS headers.
4166 (lm-header-multiline): Put the strings back into order.
4167 Stop at an empty line. Don't require two space chars if the
4168 line is clearly not another header line.
4169
4170 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4171 (popup-menu-popup): Remove.
4172
7a98d821
GM
41732000-09-15 Gerd Moellmann <gerd@gnu.org>
4174
7f8f1edc
GM
4175 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4176 specification if or if not tool-bar item contains an `:enabled'
4177 property.
4178
7a98d821
GM
4179 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4180 current buffer has no file name.
4181
a7bc704b
DL
41822000-09-15 Dave Love <fx@gnu.org>
4183
4184 * strokes.el: Sync with maintainer's current version with changes
4185 for Emacs, but avoid runtime cl and levents.
4186 (toplevel): Change autoloads and compilation requires.
4187 (strokes-version, strokes-bug-address, strokes-lift): Values
4188 changed.
4189 (strokes-xpm-header, strokes-insinuated): New variable.
4190 (strokes): Add :link.
4191 (strokes-mode): Customized.
4192 (strokes-while-inhibiting-garbage-collector): New macro.
4193 (strokes-remassoc): Avoid remove-if.
4194 (strokes-fix-button2-command): Don't use ad-do-it.
4195 (strokes-insinuate): New function.
4196 (strokes-button-press-event-p, strokes-button-release-event-p):
4197 New functions, used instead of non-`strokes-' versions..
4198 (strokes-mouse-event-p): Rewritten.
4199 (strokes-event-closest-point): Avoid event-point.
4200 (strokes-get-grid-position): Avoid cdadr, caadr
4201 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4202 functions.
4203 (strokes-help): Use with-output-to-temp-buffer.
4204 (strokes-window-configuration-changed-p): New function.
4205 (strokes-update-window-configuration): Use buffer-live-p,
4206 strokes-window-configuration-changed-p.
4207 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4208 (strokes-char-face): New face.
4209 (strokes-char-table, strokes-base64-chars): New variable.
4210 (strokes-xpm-for-stroke, strokes-list-strokes)
4211 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4212 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4213 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4214 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4215 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4216 functions.
4217
47e351a3
GM
42182000-09-15 Gerd Moellmann <gerd@gnu.org>
4219
ebb8f116
GM
4220 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4221
47e351a3
GM
4222 * image.el (create-image): Doc fix.
4223
4224 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4225 instead of `:heuristic-mask t'.
4226
fe83b953
AI
42272000-09-14 Andrew Innes <andrewi@gnu.org>
4228
4229 * makefile.w32-in: Revert to Unix line endings.
4230
52481729
AI
42312000-09-14 Andrew Innes <andrewi@gnu.org>
4232
3021e816
AI
4233 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4234 when installing.
4235
52481729
AI
4236 * makefile.nt (DONTCOMPILE): Fix typo.
4237
4238 * shell.el (shell-write-history-on-exit): New function.
4239 (shell-dumb-shell-regexp): New custom variable.
4240 (shell-mode): Make shell-write-history-on-exit the process
4241 sentinel if shell name matches shell-dumb-shell-regexp.
4242
4243 * w32-fns.el: Comment out before-init-hook function which resets
4244 source-directory based; this breaks bootstrap.
4245
f8034e41
DL
42462000-09-14 Dave Love <fx@gnu.org>
4247
4248 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4249 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4250 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4251 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4252 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4253 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4254 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4255 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4256 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4257
4258 * toolbar/toolbar.el: New.
4259
4260 * subdirs.el: Add toolbar.
4261
b9ce5694
GM
42622000-09-14 Gerd Moellmann <gerd@gnu.org>
4263
4264 * indent.el (indent-for-tab-command): Doc fix.
4265
986b7dee
GM
42662000-09-14 Alex Schroeder <alex@gnu.org>
4267
4268 * ansi-color.el (ansi-colors): Doc change.
4269 (ansi-color-get-face): Simplified regexp.
4270 (ansi-color-faces-vector): Added more faces, doc change.
4271 (ansi-color-names-vector): Doc change.
4272 (ansi-color-regexp): Simplified regexp.
4273 (ansi-color-parameter-regexp): New regexp.
4274 (ansi-color-filter-apply): Doc change.
4275 (ansi-color-filter-region): Doc change.
4276 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4277 deal with zero length parameters.
4278 (ansi-color-apply-on-region): Doc change.
4279 (ansi-color-map): Doc change.
4280 (ansi-color-map-update): Removed debugging message.
4281 (ansi-color-get-face-1): Added condition-case to trap
4282 args-out-of-range errors.
4283 (ansi-color-get-face): Doc change.
4284 (ansi-color-make-face): Removed.
4285 (ansi-color-for-shell-mode): New option.
9b4a7800 4286
076ff911
KH
42872000-09-13 Kenichi Handa <handa@etl.go.jp>
4288
4289 * international/quail.el (quail-start-translation): Translate KEY
4290 if necessary even if it doesn't have any mapping in the current
4291 input method.
4292 (quail-start-conversion): Likewise.
4293 (quail-help): The output message is improved.
4294
bdf08678
MB
42952000-09-13 Miles Bader <miles@gnu.org>
4296
4297 * comint.el (comint-output-filter): Revert to using
4298 `insert-before-markers'. Add bletcherous hack to undo damage
4299 caused by `insert-before-markers'. Put `front-sticky' property on
4300 overlays created here so that the field code understands how the
4301 overlay works. Use a let when making comint-last-prompt-overlay,
4302 so that the code is easier to read.
4303
ffb8db8d
DL
43042000-09-13 Dave Love <fx@gnu.org>
4305
4306 * wid-edit.el (widget-default-format-handler): DTRT when
4307 doc-property is a function.
4308
5dd05f61
GM
43092000-09-12 Francesco Potorti` <pot@gnu.org>
4310
4311 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4312 filed name if it's not there.
4313
35177617
DL
43142000-09-12 Dave Love <fx@gnu.org>
4315
9023837e
DL
4316 * simple.el (read-mail-command): Doc fix.
4317 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4318
35177617
DL
4319 * vc.el (vc-dired-listing-switches): Fix :version.
4320
4321 * vc-hooks.el: Doc fixes.
4322
4323 * subr.el (add-minor-mode): Use toggle-fun arg.
4324
4325 * speedbar.el: Add :version to several defcustoms.
4326
4327 * imenu.el (imenu--truncate-items, imenu--cleanup)
4328 (imenu--generic-function): Avoid mapcar.
4329 (imenu--replace-spaces): Function removed.
4330 (imenu--completion-buffer): Use subst-char-in-string.
4331 (imenu-add-to-menubar): Use keymap inheritance.
4332
1afaae94
MB
43332000-09-12 Miles Bader <miles@gnu.org>
4334
4335 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4336 (diff-mode-map): Bind `diff-test-hunk'.
4337 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4338
43392000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4340
4341 * bytecomp.el (byte-compile-defvar): Undo last change
4342 because it breaks '(make-variable-buffer-local (defvar ...)'
4343 which is used at least in dired.
4344
63c36c3c
KH
43452000-09-12 Kenichi Handa <handa@etl.go.jp>
4346
4347 * international/quail.el (quail-define-package): Docstring
4348 modified.
4349
1ad24be1
KH
43502000-09-12 Kenichi Handa <handa@etl.go.jp>
4351
362a8065
KH
4352 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4353 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4354 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4355 docstring of "chinese-py".
4356
1ad24be1
KH
4357 * international/quail.el (quail-translation-docstring): New
4358 variable.
4359 (quail-show-keyboard-layout): Docstring modified.
4360 (quail-select-current): Likewise.
4361 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4362 infinite recursive call.
4363 (quail-help): Check quail-translation-docstring. Format of the
4364 output changed.
4365 (quail-help-insert-keymap-description): Adjusted for the above
4366 change.
4367
cc0f95a4
GM
43682000-09-11 Gerd Moellmann <gerd@gnu.org>
4369
4370 * bytecomp.el (byte-compile-defvar): Only cons onto
4371 current-load-list in top-level forms. Else this leaks a cons cell
4372 every time a defun is called.
4373
7530b6da
MB
43742000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4375
4376 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4377 Now understands non-unified diffs. Some functionality moved into
4378 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4379 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4380 modify anything. Only reposition point in the patched file if the
4381 patch succeeds. Only pop up another window if POPUP is true.
4382 Emit a message describing what happened if successful, and at what
4383 line-offset. Automatically detect reversed hunks and do something
4384 appropriate.
4385 (diff-hunk-text, diff-find-text): New functions.
4386 (diff-filter-lines): Function removed.
4387 (diff-test-hunk): New function.
4388 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4389
6b124390
DL
43902000-09-10 Dave Love <fx@gnu.org>
4391
4392 * textmodes/tildify.el: Minor doc/commentary fixes.
4393 (tildify) <defgroup>: Add :version.
4394
4395 * faces.el (face-x-resources): Make custom type more specific.
4396 (frame-background-mode): Use mapc.
4397 (region) <defcustom>: Add :version.
4398
7f8b6551
SM
43992000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4400
9b4a7800
TTN
4401 * vc-sccs.el (vc-sccs-register):
4402 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4403 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4404 * vc.el (vc-register): Clear file's properties.
4405
c454aac1
GM
44062000-09-08 Gerd Moellmann <gerd@gnu.org>
4407
4408 * faces.el (face-spec-set): Only face-spec-reset-face when
4409 ATTRS is non-nil.
4410
bb934822
EZ
44112000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4412
4413 * help.el (help-insert-xref-button): Fix a typo in doc string.
4414
03419440
EZ
44152000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4416
7f8b6551
SM
4417 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4418 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4419 methods.
4420
03419440
EZ
4421 * menu-bar.el (read-mail-item-name): New function.
4422 (menu-bar-tools-menu): Use it to compute and display the package
4423 used to read email.
4424 (menu-bar-tools-menu): Fix typo in GUD's help string.
4425
dbcee71a
DL
44262000-09-07 Dave Love <fx@gnu.org>
4427
19e713d8
DL
4428 * diff-mode.el (diff-mouse-goto-source): New function.
4429
a7cafade 4430 * vc-sccs.el: Doc fixes.
7f8b6551 4431 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4432
4433 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4434 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4435 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4436 (vc-rcs-master-templates): Add or change :version.
4437
7f8b6551 4438 * vc-cvs.el: Doc fixes.
a7cafade
DL
4439 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4440 (vc-cvs-stay-local): Add :version.
4441
dbcee71a
DL
4442 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4443
ed254191
KH
44442000-09-07 Kenichi Handa <handa@etl.go.jp>
4445
4446 * international/quail.el (quail-help): Fix previous change.
4447
ab0ee409
GM
44482000-09-07 Gerd Moellmann <gerd@gnu.org>
4449
f46f845b 4450 * faces.el (color-values): Doc fix.
9b4a7800 4451
ab0ee409
GM
4452 * faces.el (frame-set-background-mode): Use frame-parameter
4453 instead of frame-parameters.
4454
4455 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4456 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4457 frame-parameters.
9b4a7800 4458
f7246ac7
KH
44592000-09-07 Kenichi Handa <handa@etl.go.jp>
4460
4461 * language/devan-util.el (devanagari-to-indian-region): In the
4462 loop, change the following char, not preceding char.
4463
96889af2
GM
44642000-09-07 Gerd Moellmann <gerd@gnu.org>
4465
1091dd67
GM
4466 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4467 instead of frame-parameters.
4468
9b4a7800 4469 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4470 internal-set-lisp-face-attribute with FRAME being 0.
4471
4472 * vc.el: Remove `Id' version control keyword.
96889af2 4473
0fddd0dc
KH
44742000-09-07 Kenichi Handa <handa@etl.go.jp>
4475
4476 * help.el (help-make-xrefs): Adjusted for the change of
4477 help-xref-mule-regexp.
4478 (help-insert-xref-button): New function.
4479
4480 * international/mule-cmds.el (help-xref-mule-regexp-template):
4481 Include the pattern for character set.
4482 (leim): New group.
4483
4484 * international/quail.el: Don't require face.
4485 (quail): New group.
7f8b6551 4486 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4487 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4488 (quail-keyboard-layout-substitution): New variable.
4489 (quail-update-keyboard-layout): New function.
4490 (quail-keyboard-layout-type): New customizable variable.
4491 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4492 (quail-keyboard-translate): Pay attention to
4493 quail-keyboard-layout-substitution.
4494 (quail-insert-kbd-layout): New function.
4495 (quail-show-keyboard-layout): New function.
4496 (quail-get-translation): If the definition is a vector of length
7f8b6551 4497 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4498 in that string.
4499 (quail-update-current-translations): Fix the case of
4500 relative-index out of range.
4501 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4502 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4503 Show key sequences for all available characters.
0fddd0dc
KH
4504 (quail-help-insert-keymap-description): Don't show such verbose
4505 key bindings as quail-self-insert-command.
4506
4507 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4508 Format changed, and each element now have extra documentations.
4509 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4510 Adjusted for the change of quail-cxterm-package-ext-info.
4511
8ddceaf1
GM
45122000-09-06 Gerd Moellmann <gerd@gnu.org>
4513
4514 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4515 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4516 during bootstrap.
4517
099bd78a
SM
45182000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4519
4520 * vc.el: (toplevel): Don't require `dired' at run-time.
4521 (vc-dired-resynch-file): Remove autoload cookie.
4522
45232000-09-05 Andre Spiegel <spiegel@gnu.org>
4524
4525 * vc.el: Made several backend functions optional.
4526 (vc-default-responsible-p): New function.
4527 (vc-merge): Use RET for first version to trigger merge-news, not
4528 prefix arg.
4529 (vc-annotate): Handle backends that do not support annotation.
4530 (vc-default-merge-news): Removed. The existence of a merge-news
4531 implementation is now checked on caller sites.
4532
9b4a7800 4533 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4534 case.
4535
9b4a7800 4536 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4537 special case that has been removed from the default in vc-hooks.el.
4538
45392000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4542
45432000-09-05 Andre Spiegel <spiegel@gnu.org>
4544
4545 * vc-hooks.el: Require vc during compilation.
4546 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4547 macro `with-vc-properties' in vc.el.
4548 (vc-file-getprop): Doc fix.
4549 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4550
099bd78a
SM
4551 * vc.el: Require dired-aux during compilation.
4552 (vc-name-assoc-file): Moved to vc-sccs.el.
4553 (with-vc-properties): New macro.
9b4a7800 4554 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4555 vc-finish-steal): Use it.
4556 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4557 to the backend-specific function is now supposed to do the checkout,
4558 too.
4559 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4560
9b4a7800 4561 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4562 set file properties; that gets done in the generic code now.
4563
4564 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4565 Changed parameter list, added code from vc.el that does the
4566 checkout, possibly with a double-take.
4567
4568 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4569 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4570 the above under the new name.
4571 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4572 parameter list, added checkout command.
4573 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4574 properties; that gets done in the generic code now.
4575
45762000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * vc.el: Docstring fixes (courtesy of checkdoc).
4579
45802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4581
4582 * vc.el (vc-checkout-writable-buffer-hook)
4583 (vc-checkout-writable-buffer): Remove.
4584 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4585 (vc-log-mode): Make it into a clean derived major mode.
4586 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4587 vc-log-mode if log-edit is not available.
4588 (vc-dired-mode-map): Don't set-keymap-parent yet.
4589 (vc-dired-mode): Do set-keymap-parent here.
4590 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4591
08ba3862
GM
45922000-09-05 Gerd Moellmann <gerd@gnu.org>
4593
4594 * faces.el (set-face-attribute, face-spec-reset-face)
4595 (face-spec-set): Avoid consing by removing calls to `apply'.
4596
4597 * frame.el (frame-parameter): Move to C code.
4598
3b4429b4
DL
45992000-09-05 Dave Love <fx@gnu.org>
4600
4601 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4602 insert-before-markers-and-inherit. Now checked systematically!
4603
877055f6
GM
46042000-09-05 Alex Schroeder <alex@gnu.org>
4605
4606 * sql.el (sql-postgres): Use sql-postgres-options.
4607 (sql-postgres-options): New variable.
4608
46092000-09-05 Alex Schroeder <alex@gnu.org>
4610
4611 * sql.el (sql-mode-menu): Work around missing variable mark-active
4612 in XEmacs.
4613 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4614 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4615 compatibility.
4616
7a004b71
GM
46172000-09-04 Gerd Moellmann <gerd@gnu.org>
4618
54baed30 4619 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4620
7a004b71
GM
4621 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4622
4623 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4624
46252000-09-04 Andre Spiegel <spiegel@gnu.org>
4626
4627 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4628 don't support anything else under SCCS yet.
4629
4630 * vc-hooks.el: Minor doc fixes.
4631
46322000-09-04 Andre Spiegel <spiegel@gnu.org>
4633
4634 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4635 not necessary. If verbose in state `needs-patch', do the same as
4636 under `up-to-date'. When NOT verbose and `needs-patch', check out
4637 latest version instead of `merge-news'.
4638 (vc-next-action-dired): Don't mess with default-directory here; it
4639 breaks other parts of dired. It is the job of the
099bd78a 4640 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4641 (vc-next-action): Remove a special CVS case.
4642 (vc-clear-headers): New optional arg FILE.
4643 (vc-checkin, vc-checkout): Set properties vc-state and
4644 vc-checkout-time properly.
099bd78a 4645 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4646 (vc-print-log): Use new backend function `show-log-entry'.
4647 (vc-cancel-version): Do the checks in a different order. Added a
4648 FIXME concerning RCS-only code.
4649
4650 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4651 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4652
4653 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4654
9b4a7800 4655 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4656 `needs-patch' as a `-' too.
4657
46582000-09-04 Andre Spiegel <spiegel@gnu.org>
4659
4660 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4661 (vc-default-could-register): New function.
4662 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4663 (vc-resynch-buffer): Call vc-dired-resynch-file.
4664 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4665 vc-resynch-buffer instead of vc-resynch-window.
4666 (vc-next-action-dired): Don't redisplay here, that gets done as a
4667 result of the individual file operations.
4668 (vc-retrieve-snapshot): Corrected prompt order.
4669
4670 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4671
7a004b71
GM
4672 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4673 as well.
4674 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4675 hostname regexps. Updated all callers.
4676 (vc-cvs-responsible-p): Handle directories as well.
4677 (vc-cvs-could-register): New function.
4678 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4679 properties up-to-date.
9b4a7800 4680
7a004b71
GM
4681 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4682 user whether to create one.
4683
46842000-09-04 Andre Spiegel <spiegel@gnu.org>
4685
4686 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4687 check out a non-existing file.
4688
4689 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4690 workfile does not exist.
4691
4692 * vc.el (vc-version-diff): Use `require' to check for existence of
4693 diff-mode.
4694
46952000-09-04 Andre Spiegel <spiegel@gnu.org>
4696
4697 * vc-cvs.el (vc-cvs-registered): Use new function
4698 vc-cvs-parse-entry to do the actual work.
4699
47002000-09-04 Andre Spiegel <spiegel@gnu.org>
4701
4702 * vc-hooks.el (vc-find-backend-function): If function doesn't
4703 exist, return nil instead of error.
4704 (vc-call-backend): Doc fix.
4705
4706 * vc.el (vc-do-command): Doc fix.
4707 (vc-finish-logentry): When checking in from vc-dired, choose the
4708 right backend for logentry check.
4709 (vc-dired-mode-map): Inherit from dired-mode-map.
4710 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4711 simplified.
4712 (vc-dired-state-info): Removed, updated caller.
4713 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4714 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4715 (vc-dired-listing-switches): New variable.
4716 (vc-directory): Use it, instead of dired-listing-switches.
4717
4718 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4719 (vc-cvs-dir-state): New function.
7f8b6551 4720 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4721 (vc-cvs-parse-entry): New function, also to be used in
4722 vc-cvs-registered.
9b4a7800 4723
7a004b71
GM
47242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4725
4726 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4727 *or* single-window-frames.
4728
47292000-09-04 Andre Spiegel <spiegel@gnu.org>
4730
4731 * vc.el (vc-update-changelog): Split into generic part and default
4732 implementation. Doc string adapted.
4733 (vc-default-update-changelog): New function. Call the `rcs2log'
4734 script in exec-directory, to fix a long-standing nuisance.
4735
4736 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4737 simply signals an error.
9b4a7800 4738
7a004b71
GM
47392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4740
4741 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4742 control-flow more clear and to avoid running `cvs' twice.
4743
4744 * vc.el (vc-next-action-on-file): Doc fix.
4745 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4746 (vc-print-log): Eval `file' before constructing the continuation.
4747
47482000-09-04 Andre Spiegel <spiegel@gnu.org>
4749
4750 * vc.el (vc-next-action-on-file): Corrected several messages.
4751 (vc-merge): Add prefix arg `merge-news'; handle it.
4752
4753 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4754 is not reached. It is.
4755 (vc-cvs-merge): Set state to 'edited after merge.
4756 (vc-cvs-merge-news): Set workfile version to nil if not known.
4757 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4758
4759 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4760 via stdout. (Merge from main line.)
9b4a7800 4761
7a004b71
GM
47622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4763
4764 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4765 detection.
4766
47672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4768
4769 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4770 against kill-all-local-variables.
4771 (vc-log-edit): Don't save vc-parent-buffer any more.
4772 (vc-last-comment-match): Initialize to an empty string.
4773 (vc-post-command-functions): New hook.
4774 (vc-do-command): Run it.
4775 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4776 (vc-finish-logentry): Only add the comment to the ring if it's
4777 different from the last comment entered.
4778 (vc-new-comment-index): New function.
4779 (vc-previous-comment): Use it. Make the minibuffer message
4780 slightly less terse.
4781 (vc-comment-search-reverse): Make it work forward as well. Don't
4782 set vc-comment-ring-index if no match is found. Use
4783 vc-new-comment-index.
4784 (vc-comment-search-forward): Use vc-comment-search-reverse.
4785 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4786 define-derived-mode will do it for us. Bind `v' to a keymap that
4787 inherits from vc-prefix-map so that we can bind `vt' without
4788 binding C-x v t.
4789 (vc-retrieve-snapshot): Parenthesis typo.
4790
4791 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4792 to 1. Make sure to switch to *vc* before looking for an error
4793 message. Use vc-parse-buffer.
4794
47952000-09-04 Andre Spiegel <spiegel@gnu.org>
4796
4797 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4798 and NAME.
4799 (vc-retrieve-snapshot): Split into two parts.
4800 (vc-default-retrieve-snapshot): New function.
4801
4802 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4803 (vc-cvs-retrieve-snapshot): New function (untested).
4804 (vc-cvs-stay-local): Default to t.
4805 (vc-cvs-remote-p): New function and property.
4806 (vc-cvs-state): Stay local only if the above is t.
4807 (vc-handle-cvs): Removed.
4808 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4809 done via vc-handled-backends now.
4810 (vc-cvs-header): Escape Id.
4811
48122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * vc.el (vc-do-command): Remove unused commands.
4815 (vc-version-diff): Make sure default-directory ends with a slash.
4816 Move the window commands into a vc-exec-after.
4817 (vc-print-log): Move more of the code into the `vc-exec-after'.
4818
48192000-09-04 Andre Spiegel <spiegel@gnu.org>
4820
4821 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4822 (vc-print-log): Search current revision from beginning of buffer.
4823 (vc-revert-buffer): Clear echo area after the diff is finished.
4824 (vc-prefix-map): Removed definition of "t" for terse display in vc
4825 dired.
4826 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4827 definition of "vt" for terse display.
4828 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4829
48302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4831
4832 * vc.el (vc-exec-after): Avoid caddr.
4833
48342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4835
4836 * vc.el (vc-exec-after): New function.
4837 (vc-do-command): Use it to add a termination message for async
4838 procs.
4839 (vc-checkout): Try to handle a missing-backend situation.
4840 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4841 of a directory with a backend using async diffs.
4842 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4843 present.
4844
4845 * vc-sccs.el (vc-sccs-state-heuristic): Use
4846 file-ownership-preserved-p.
4847
4848 * vc-rcs.el (vc-rcs-state-heuristic): Use
4849 file-ownership-preserved-p.
4850 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4851
48522000-09-04 Andre Spiegel <spiegel@gnu.org>
4853
4854 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4855 vc-do-command.
4856
4857 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4858 when there are no changes.
4859
48602000-09-04 Andre Spiegel <spiegel@gnu.org>
4861
4862 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4863
4864 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4865
48662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4867
4868 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4869
4870 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4871 the `fset' outside of the defvar so that it works even if
4872 vc-prefix-map was already defined.
4873 (vc-setup-buffer): New function, split out of vc-do-command.
4874 (vc-do-command): Allow BUFFER to be t to mean `just use the
4875 current buffer without any fuss'.
4876 (vc-version-diff): Change the `diff' backend operation to just put
4877 the diff in the current buffer without erasing it. Always use
4878 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4879 shrink-window-if-larger-than-buffer.
4880 (vc-print-log): Change the `print-log' backend operation to just
4881 put the log in the current buffer without erasing it. Protect
4882 shrink-window-if-larger-than-buffer.
4883 (vc-update-change-log): Fix setd typo.
4884
4885 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4886 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4887
4888 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4889 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4890 CMP.
4891
4892 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4893 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4894 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4895
48962000-09-04 Andre Spiegel <spiegel@gnu.org>
4897
4898 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4899 not possible, use vc-BACKEND-workfile-unchanged-p.
4900 (vc-default-workfile-unchanged-p): New function. Delegates to a
4901 full vc-BACKEND-diff.
4902
4903 * vc-hooks.el (vc-simple-command): Removed.
4904
4905 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4906 instead of vc-simple-command.
4907 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4908 avoid doing a diff when opening a file.
4909 (vc-rcs-state): Added check for unlocked-changes.
4910 (vc-rcs-header): Escape Id.
4911 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4912 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4913 version.
4914
4915 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4916 (vc-sccs-diff): Remove optional arg CMP.
4917 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4918 SCCS-specific function.
4919
4920 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4921 vc-simple-command.
4922
49232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4924
4925 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4926 (with-vc-file, vc-merge): Use vc-editable-p.
4927 (vc-do-command): Remove unused var vc-file and fix the
4928 doubly-defined `status' var. Add a user message when starting an
4929 async command.
4930 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4931 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4932 Use with-current-buffer.
4933 (vc-buffer-sync): Use unless.
4934 (vc-next-action-on-file): If the file is 'edited by read-only,
4935 make it read-write instead of trying to commit.
4936 (vc-version-diff, vc-update-change-log): Use `setq
4937 default-directory' rather than `cd'.
4938 (vc-log-edit): Don't forget to set default-directory in the
4939 buffer.
4940
4941 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4942 (vc-sccs-state-heuristic): Use file-writable-p instead of
4943 comparing userids.
4944 (vc-sccs-checkout): Use `unless'.
4945
4946 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4947 of comparing userids.
4948 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4949 Simplify the logic by eliminating unreachable code.
4950 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4951 just do a recursive call if we need to retry.
4952 (vc-rcs-checkout): Handle the case where rcs is missing by making
4953 the buffer read-write if requested and re-signalling the error.
4954
4955 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4956
49572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4958
4959 * vc-hooks.el (vc-handled-backends): Docstring change.
4960 (vc-ignore-vc-files): Mark obsolete.
4961 (vc-registered): Check vc-ignore-vc-files.
4962 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4963 vc-ignore-vc-files.
4964
4965 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4966
49672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4968
4969 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4970 files since ange-ftp already has vc-registered return nil.
4971
4972 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4973 (vc-sccs-workfile-version): Use with-temp-buffer and new
4974 vc-parse-buffer and don't bother setting the property.
4975 (vc-sccs-add-triple): Use with-current-buffer and
4976 find-file-noselect.
4977 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4978
4979 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4980 derives from the old vc-parse-buffer but uses the revision number
4981 rather than the date (much easier to compare robustly).
4982 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4983 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4984 locking-user more directly. Check strict locking and set
4985 checkout-model appropriately.
4986 (vc-rcs-parse-locks): Remove.
4987 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4988 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4989 (vc-rcs-system-release): Use with-current-buffer and
4990 vc-parse-buffer.
4991 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4992
4993 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4994 (vc-simple-command): Docstring fix.
4995 (vc-registered): Align the way the file-handler is called with the
4996 way the function itself works.
4997 (vc-file-owner): Remove.
4998
4999 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5000 extraction of fields and call to file-attributes because of a
5001 temporary bug in rcp.el.
5002 (vc-cvs-fetch-status): Use with-current-buffer.
5003
50042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5005
5006 * vc.el (vc-do-command): Use file-relative-name.
5007 (vc-responsible-backend): Use vc-backend if possible.
5008 (vc-create-snapshot): Improve the `interactive' spec. Add support
5009 for branches and dispatch to backend-specific `create-snapshot'.
5010 (vc-default-create-snapshot): New function, containing the bulk of
5011 the old vc-create-snapshot.
5012 (vc-retrieve-snapshot): Improve the interactive spec.
5013
5014 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5015 (vc-backend-hook-functions): Remove.
5016 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5017 (vc-backend): Reintroduce the test for `file = nil' now that I
5018 know why it was there (and added a comment to better remember).
5019
5020 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5021 code from vc-sccs-hooks.el.
5022 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5023 'vc anymore.
5024 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5025 and file-directory-p instead of file-exists-p.
5026 (vc-sccs-check-headers): Simplify the regexp.
5027
5028 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5029 from vc-rcs-hooks.el. Don't require 'vc anymore.
5030 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5031 file-directory-p instead of file-exists-p.
5032
5033 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5034 from vc-cvs-hooks.el.
5035 (proto vc-cvs-registered): Require 'vc-cvs instead of
5036 'vc-cvs-hooks. Don't require 'vc anymore.
5037 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5038 file-directory-p instead of file-exists-p.
5039 (vc-cvs-create-snapshot): New function, replacing
5040 vc-cvs-assign-name.
5041 (vc-cvs-assign-name): Remove.
5042
50432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5044
5045 * vc-cvs.el (vc-cvs-header): New var.
5046
5047 * vc-rcs.el (vc-rcs-exists): Remove.
5048 (vc-rcs-header): New var.
5049
5050 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5051 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5052 (vc-sccs-header): New var.
5053
5054 * vc.el (vc-do-command): Get rid of the `last' argument.
5055 (vc-header-alist): Remove, replaced by vc-X-header.
5056 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5057 (vc-dired-hook): Use expand-file-name instead of concat.
5058 (vc-directory): Use file-name-as-directory.
5059 (vc-snapshot-precondition, vc-create-snapshot)
5060 (vc-retrieve-snapshot): Allow the command to operate on any
5061 directory.
5062
5063 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5064 just removing the 'WORKFILE argument or by removing the 'MASTER
5065 argument and replacing `file' with (vc-name file).
5066
50672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5068
5069 * vc.el: Update Copyright and add a crude list of backend funs.
5070 (vc-writable-p): New function.
5071 (with-vc-file): Use vc-writable-p.
7f8b6551 5072 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5073 (vc-register): Avoid vc-name.
5074 (vc-locking-user): Remove.
5075 (vc-steal-lock): Make the `owner' arg non-optional.
5076 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5077 vc-checkout-model.
5078 (vc-default-dired-state-info): Use vc-state instead of
5079 vc-locking-user and return special strings for special states.
5080 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5081 and get rid of one of the special CVS cases.
5082 (vc-cancel-version): prettify error message with \\[...].
5083 (vc-rename-master): New function.
5084 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5085 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5086 the CVS special case generic.
5087 (vc-default-record-rename): Remove.
5088 (vc-file-tree-walk-internal): Only call FUNC for files that are
5089 under control of some VC backend and replace `concat' with
5090 expand-file-name.
5091 (vc-file-tree-walk): Update docstring.
5092 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5093 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5094
5095 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5096 vc-sccs-record-rename. Use `find-file-noselect' rather than
5097 `find-file' and call `vc-rename-master' to do the actual move.
5098 (vc-sccs-diff): Remove unused `backend' variable.
5099
5100 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5101 to delay loading of vc-sccs until it is really used.
5102 (vc-sccs-master-templates): Preload.
5103 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5104 (vc-sccs-project-dir): Remove (merged into
5105 vc-sccs-search-project-dir).
5106 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5107 rather than `concat', make sure it is preloaded and don't bother
5108 to check that the file actually exists.
5109 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5110 `locks' argument (use buffer's content instead) and eliminate n^2
5111 behavior.
5112
5113 * vc-rcs.el: Update Copyright.
5114 (vc-rcs-rename-file): New function.
5115 (vc-rcs-diff): Remove unused `backend' variable.
5116
5117 * vc-hooks.el: Update Copyright.
5118 (vc-backend): Don't accept a nil argument any more.
5119 (vc-up-to-date-p): Turn into a defsubst.
5120 (vc-possible-master): New function.
5121 (vc-check-master-templates): Use `vc-possible-master' and allow
5122 funs in vc-X-master-templates to return a non-existent file.
5123
5124 * vc-cvs.el: Update Copyright.
5125 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5126 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5127
5128 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5129
51302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5131
5132 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5133 since it can be called from vc-rcs.el.
5134 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5135
51362000-09-04 Andre Spiegel <spiegel@gnu.org>
5137
5138 * vc.el (vc-version-diff): Expand file name read from the
5139 minibuffer. Handle the case when a previous version number can't
5140 be guessed. Give suitable messages when there were no differences
5141 found.
5142 (vc-clear-headers): Call backend-specific implementation, if one
5143 exists.
5144 (vc-cancel-version): Made error checks generic. When done, clear
5145 headers generically, too.
5146
5147 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5148 from vc-clear-headers in vc.el.
5149
5150 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5151 correctly.
5152 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5153 optional. Handle the case when it's not there.
5154
51552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5156
5157 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5158
51592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5160
5161 * vc-hooks.el (vc-loadup): Remove.
5162 (vc-find-backend-function): Use `require'. Also, handle the case
5163 where vc-BACKEND-hooks.el doesn't exist.
5164 (vc-call-backend): Cleanup.
5165
51662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5167
5168 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5169 vc-rcs-grab-templates)
5170 (vc-rcs-registered): Remove. The default function works as well.
5171 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5172 vc-sccs-grab-templates)
5173 (vc-sccs-registered): Remove. The default function works as well.
5174
5175 * vc.el (vc-version-diff): Left out a vc- in call to
5176 vc-call-backend.
5177 (vc-default-dired-state-info, vc-default-record-rename)
5178 (vc-default-merge-news): Update for the new backend argument.
5179
5180 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5181 using the default function.
5182 (vc-call-backend): If calling the default function, pass it the
5183 backend as first argument. Update the docstring accordingly.
5184 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5185 for the new backend argument.
5186 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5187 (vc-find-backend-function): Use the new name.
5188 (vc-default-registered): New function.
5189
51902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * vc.el (vc-merge): Use vc-find-backend-function.
5193
5194 * vc-hooks.el (vc-backend-functions): Remove.
5195 (vc-loadup): Don't setup 'vc-functions.
5196 (vc-find-backend-function): New function.
5197 (vc-call-backend): Use above fun and populate 'vc-functions
5198 lazily.
5199 (vc-backend-defines): Remove.
5200
52012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5202
5203 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5204 Call vc-call-backend without the leading vc-.
5205 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5206 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5207 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5208 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5209 Call vc-call-backend without the leading vc-.
5210
5211 * vc-cvs.el (tail): Provide vc-cvs.
5212 * vc-sccs.el (tail): Provide vc-sccs.
5213 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5214
5215 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5216 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5217 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5218 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5219 (vc-call-backend): Always try to load vc-X-hooks.
5220 (vc-registered): Remove vc- in call to vc-call-backend.
5221
52222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5223
5224 * vc.el (vc-process-filter): New function.
5225 (vc-do-command): Setup `vc-process-filter' for the async process.
5226 (vc-maybe-resolve-conflicts): New function to reduce
5227 code-duplication. Additionally, it puts the buffer in
5228 `smerge-mode' if applicable.
5229 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5230 calling `merge-news'.
7f8b6551 5231 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5232 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5233 interfacing to log-edit.el.
5234 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5235 log-edit is available.
5236 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5237
52382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5239
5240 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5241 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5242 defvar and the initialization.
5243 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5244
5245 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5246 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5247
7f8b6551 5248 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5249
52502000-09-04 Andre Spiegel <spiegel@gnu.org>
5251
5252 * vc.el (vc-file-clear-masterprops): Removed.
5253 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5254 (vc-version-diff): Use buffer-size without argument.
5255 (vc-register): Heed vc-initial-comment.
5256
5257 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5258 default branch.
5259
5260 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5261 file name and workfile version.
5262 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5263
5264 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5265 vc-file-clear-masterprops.
5266
5267 * vc-sccs.el (vc-sccs-checkout): Removed call to
5268 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5269 rather than user login name.
5270
5271
52722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5273
5274 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5275 `want-differences-if-changed' and simplify.
5276 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5277 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5278 output (which is invalid for async vc-diff) to decide whether to
5279 do the revert silently or not.
5280
52812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5282
5283 * vc-hooks.el (vc-loadup): Load files quietly.
5284 (vc-call-backend): Oops, brain fart.
5285
52862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5287
5288 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5289 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5290
52912000-09-04 Andre Spiegel <spiegel@gnu.org>
5292
5293 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5294 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5295 vc-state or vc-up-to-date-p.
5296 (vc-merge): Use vc-backend-defines to check whether merging is
5297 possible. Set state to 'edited after successful merge.
5298
5299 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5300 return that name. Redocumented.
5301
53022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5303
5304 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5305 new `vc-state' semantics.
5306 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5307 'vc-locking-user to the current user.
5308 (vc-merge): Inline vc-backend-merge. Comment out code that I
5309 don't understand and hence can't adapt to the new `vc-state' and
5310 `vc-locking-user' semantics.
5311 (vc-backend-merge): Remove.
5312
5313 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5314 rather than 'vc-locking-user.
5315
5316 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5317
5318 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5319 (vc-state): Don't use 'reserved any more. Just use the same
5320 convention as the one used for vc-<backend>-state where the
5321 locking user (as a string) is returned.
5322 (vc-locking-user): Update, based on the above convention. The
5323 'vc-locking-user property has disappeared.
7f8b6551 5324 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5325
5326 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5327 with a heuristic one.
5328 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5329 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5330 error. That allows us to get to 'needs-merge even in the
5331 stay-local case. There's still no way to detect 'needs-patch in
5332 such a setup (or to force an update for that matter).
5333 (vc-cvs-logentry-check): Remove, the default works as well.
5334
53352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5336
7f8b6551 5337 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5338
5339 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5340 major-mode in which the buffer might have been put earlier. Use
5341 `remove' and `when'. Allow `okstatus' to be `async' and use
5342 `start-process' in this case.
5343 (vc-version-diff): Handle the case where the diff looks empty
5344 because of the use of an async process.
5345
53462000-09-04 Andre Spiegel <spiegel@gnu.org>
5347
5348 * vc.el (vc-next-action-on-file): Removed optional parameter
5349 `simple'. Recompute state unconditionally.
5350 (vc-default-toggle-read-only): Removed.
5351
5352 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5353 (vc-toggle-read-only): Undid prev change.
5354
5355 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5356 vc-cvs-simple-toggle. Redocumented.
5357 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5358 (vc-cvs-toggle-read-only): Removed.
5359
53602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5361
7f8b6551 5362 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5363 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5364 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5365 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5366 still is. So maybe it should be removed.
5367 (vc-head-version, vc-find-binary): Remove.
5368 (vc-recompute-state): Move from vc-hooks.el.
5369 (vc-next-action-on-file): Add a `simple' argument to allow
5370 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5371 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5372 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5373 (vc-dired-mode-map): Properly defvar it.
5374 (vc-print-log): Call log-view-mode if available.
5375 (small-temporary-file-directory): defvar instead of use boundp.
5376 (vc-merge-news): Moved to vc-cvs.el.
5377 (vc-default-merge-news): New function.
5378
5379 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5380 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5381 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5382 unknown `vc-latest-version' function. It should probably refer to
5383 vc-workfile-version or somesuch, but it's very unclear to me and I
5384 don't have SCCS to test things.
5385
5386 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5387 (vc-sccs-state-heuristic): Fix typo.
5388 (vc-sccs-workfile-unchanged-p): Add missing argument.
5389
5390 * vc-rcs.el: Require vc and vc-rcs-hooks.
5391 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5392 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5393 (vc-release-greater-or-equal-p): Move from vc.
5394 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5395 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5396 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5397 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5398
5399 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5400 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5401 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5402 than the apparently unbound `workfile-version'.
5403
5404 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5405 (vc-file-prop-obarray): Use `make-vector'.
5406 (vc-backend-functions): Add new hookable functions
5407 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5408 (vc-loadup): If neither backend nor default functions exist, use
5409 the backend function rather than nil.
5410 (vc-call-backend): If the function if not bound yet, try to load
5411 the non-hook file to see if it provides it.
5412 (vc-call): New macro plus use it wherever possible.
5413 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5414 nor `vc-find-binary' since it's only called from
7f8b6551 5415 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5416 (vc-checkout-model): Fix parenthesis.
5417 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5418
7f8b6551 5419 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5420 (vc-cvs-release, vc-cvs-system-release): Remove.
5421 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5422 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5423 status symbols.
5424 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5425 (vc-cvs-toggle-read-only): First cut at a function to allow a
5426 cvs-status-free vc-toggle-read-only.
5427 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5428 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5429 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5430 (vc-cvs-checkout): Modify access rights directly if the user
5431 requested not to use `cvs edit'. And refresh the mode line.
5432
5433 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5434 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5435
54362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5437
5438 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5439 workfile' that got lost when the code was extracted from vc.el.
5440 And merged the tail with the rest of the code (not possible in the
5441 old vc.el where the tail was shared among all backends). And
5442 explicitly set the state to 'edited if `writable' is set.
5443
5444 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5445 (vc-cvs-state): Be careful to return the value from
5446 vc-cvs-parse-state.
5447 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5448 property but return it instead. Also be careful to handle a nil
5449 or "" `rev' when workfile is non-nil (it was handled properly when
5450 workfile was nil).
5451
5452 * vc.el: Removed those pesky unnecessary `(function' quotes.
5453 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5454 directly in the defvar.
5455 (vc-do-command): Bind inhibit-read-only so as to properly handle
5456 the case where the destination buffer has been made read-only.
5457 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5458 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5459 (vc-annotate-mode-variables): Removed (code moved partly to
5460 defvars and partly to vc-annotate-add-menu).
5461 (vc-annotate-mode): Turned into a derived-mode.
5462 (vc-annotate-add-menu): Moved in code in
5463 vc-annotate-mode-variables.
5464 (vc-update-change-log): Use make-temp-file if available.
5465
54662000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5467
5468 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5469 `vc-checkout-model' updated to `vc-cvs-update-model'.
5470
54712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5472
5473 * vc.el (vc-next-action-on-file): Added handling of state
5474 `unlocked-changes'.
5475 (vc-checkout-carefully): Is now practically obsolete, unless the
5476 above is too slow to be enabled unconditionally.
5477 (vc-update-change-log): Fixed typo.
5478
5479 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5480
7f8b6551
SM
5481 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5482 Now handles state `unlocked-changes'.
5483 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5484
5485 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5486
5487 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5488 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5489 `unlocked-changes'.
5490 (vc-rcs-workfile-unchanged-p): Renamed from
5491 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5492 function yet, but supposed to become one soon.
5493
5494 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5495 `vc-steal-lock'.
5496 (vc-call-backend): Changed error message.
5497 (vc-state): Added description of state `unlocked-changes'.
5498
54992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5500
5501 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5502 always return t in CVS-controlled directories.
5503
5504 * vc.el (vc-responsible-backend): New function.
5505 (vc-register): Largely rewritten.
5506 (vc-admin): Removed (implementation moved into vc-register).
5507 (vc-checkin): Redocumented.
5508 (vc-finish-logentry): If no backend defined yet (because we are in
5509 the process of registering), use the responsible backend.
5510
5511 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5512 Updated function lists.
5513 (vc-call-backend): Fixed typo.
5514
7f8b6551
SM
5515 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5516 New functions.
5517 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5518 Removed query option. Redocumented.
7a004b71
GM
5519
55202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5521
5522 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5523
5524 * vc.el: Updated callers of `vc-checkout-required' to use
5525 `vc-checkout-model'.
5526
55272000-09-04 Martin Lorentzson <martinl@gnu.org>
5528
5529 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5530 stuff updated to reference this function instead of the old
5531 `vc-backend-release-p'.
5532
55332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5534
5535 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5536 vc-checkout-model. Return appropriate values. Updated callers.
5537
55382000-09-04 Martin Lorentzson <martinl@gnu.org>
5539
7f8b6551 5540 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5541 (vc-backend-revert): Function moved into `vc-revert';
5542 `vc-next-action' must be updated to accomodate this change.
5543 (vc-backend-steal): Function moved into `vc-finish-steal'.
5544 (vc-backend-logentry-check): Function moved into
5545 `vc-finish-logentry'.
5546 (vc-backend-printlog): Function moved into `vc-print-log'.
5547 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5548 (vc-backend-assign-name): Function moved into
5549 `vc-create-snapshot'.
5550
55512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5552
5553 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5554 Rename to vc-checkout-model. Return appropriate values.
5555 Update callers.
7a004b71 5556
7f8b6551 5557 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5558 to vc-checkout-model.
7f8b6551
SM
5559 (vc-checkout-required): Rename to vc-checkout-model.
5560 Re-implement and re-comment.
7a004b71
GM
5561 (vc-after-save): Use vc-checkout-model.
5562
55632000-09-04 Martin Lorentzson <martinl@gnu.org>
5564
7f8b6551
SM
5565 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5566 Update to use the vc-BACKEND-diff functions instead.
5567 `vc-diff' is now working.
7a004b71 5568
7f8b6551 5569 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5570
7f8b6551 5571 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5572
5573 * vc-sccs.el (vc-sccs-diff): Function changed name from
5574 `vc-backend-diff'. This makes `vc-diff' work.
5575
7f8b6551 5576 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5577 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5578 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5579 signaled during `vc-after-save'.
5580
7f8b6551
SM
5581 * vc.el: Fix typo.
5582 This checkin is made with our new VC code base for the very first time.
5583 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5584
5585 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5586 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5587
5588 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5589 updated to `vc-uses-locking'.
7f8b6551 5590 (vc-checkout-required): Call to backend function.
7a004b71
GM
5591 `vc-checkout-required' updated to `vc-uses-locking' instead.
5592
5593 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5594 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5595
7f8b6551 5596 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5597 to match the split into various backends.
7f8b6551 5598 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5599 (vc-retrieve-snapshot): Bug fix.
5600
56012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5602
5603 * vc-sccs.el (vc-sccs-release): Doc fix.
5604
56052000-09-04 Martin Lorentzson <martinl@gnu.org>
5606
5607 * vc.el (vc-next-action-on-file): Bug found and fixed.
5608 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5609 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5610
5611 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5612 (vc-rcs-checkout): Name space cleaned up. No more revision number
5613 crunching function names that are not prefixed with vc-rcs.
5614 (vc-rcs-checkout-model): Function added. References to
5615 `vc-checkout-model' replaced.
5616
56172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5618
5619 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5620 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5621 still need to be split, and implemented for RCS).
5622
56232000-09-04 Martin Lorentzson <martinl@gnu.org>
5624
5625 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5626
5627 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5628 required by the vc.el file.
5629
5630 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5631 required by the vc.el file.
5632 (vc-rcs-exists): Function added.
5633
5634 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5635 required by the vc.el file.
5636
5637 * vc.el (vc-admin): Updated to handle selection of appropriate
5638 backend. Current implementation is crufty and need re-thinking.
5639
5640 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5641
56422000-09-04 Martin Lorentzson <martinl@gnu.org>
5643
5644 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5645 beginning of annotate buffers correctly.
5646
5647 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5648 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5649 functionality updated quite a lot to support multiple backends.
5650 Variables `vc-annotate-mode', `vc-annotate-buffers',
5651 `vc-annotate-backend' added.
5652
5653 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5654 `vc-annotate-difference' added to supported backend functions.
5655
56562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5657
5658 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5659 Use with-temp-file instead of /bin/sh. Merged from mainline
5660
56612000-09-04 Martin Lorentzson <martinl@gnu.org>
5662
5663 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5664
5665 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5666
5667 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5668
56692000-09-04 Martin Lorentzson <martinl@gnu.org>
5670
5671 * vc-hooks.el: vc-state-heuristic added to
5672 vc-backend-hook-functions.
5673
5674 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5675
5676 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5677
7f8b6551
SM
5678 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5679 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5680 state to `reserved'.
5681
5682 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5683 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5684
56852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5686
7f8b6551 5687 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5688 untouched.
5689
7f8b6551 5690 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5691
7f8b6551 5692 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5693 if defined. (Merged from main line, slightly adapted.)
5694
5695 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5696 millenium problem (merged from mainline).
5697
56982000-09-04 Martin Lorentzson <martinl@gnu.org>
5699
5700 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5701 part and moved the non-BACKEND stuff to vc.el.
5702
5703 * vc.el: Split the annotate feature into a BACKEND specific part
5704 and moved it from the vc-cvs.el file to this one.
5705
57062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5707
7f8b6551
SM
5708 * vc-hooks.el: Implement new state model.
5709 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5710 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5711 locked by somebody else.
7f8b6551 5712 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5713 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5714 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5715 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5716
7f8b6551
SM
5717 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5718 Various simplifications and adaptations all over the place.
7a004b71 5719
7f8b6551
SM
5720 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5721 Simplify and adapt the rest.
7a004b71 5722
7f8b6551 5723 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5724 interaction with view mode according to recent RCS change.
7f8b6551 5725 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5726
57272000-09-04 Martin Lorentzson <martinl@gnu.org>
5728
7f8b6551 5729 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5730
57312000-09-04 Martin Lorentzson <martinl@gnu.org>
5732
5733 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5734 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5735 (vc-minor-part, vc-previous-version): Functions that operate and
5736 compare revision numbers got proper documentation. Comments added
5737 about their possible removal.
5738
57392000-09-04 Martin Lorentzson <martinl@gnu.org>
5740
5741 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5742 the vc-backend.el files.
5743
5744 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5745
5746 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5747 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5748 (vc-rcs-previous-version): Functions added.
5749
5750 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5751
5752 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5753
57542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5755
5756 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5757 Comment out the definition for now. What is the right procedure
7a004b71
GM
5758 to get rid of it?
5759 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5760 rewritten.
7f8b6551 5761 (vc-default-registered): Remove.
7a004b71
GM
5762 (vc-check-master-templates): New function; does mostly what the
5763 above did before.
5764 (vc-locking-user): Don't rely on the backend to set the property.
5765
5766 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5767 Rewrite documentation.
7a004b71
GM
5768 (vc-rcs-templates-grabbed): New variable.
5769 (vc-rcs-grab-templates): New function.
7f8b6551 5770 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5771
5772 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5773 Rewrite documentation.
7a004b71
GM
5774 (vc-sccs-templates-grabbed): New variable.
5775 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5776 (vc-sccs-registered): Rewrite to use above mechanism.
5777 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5778 Don't throw the result, simply return it.
7a004b71 5779
7f8b6551
SM
5780 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5781 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5782 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5783
7f8b6551 5784 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5785 from main line.
5786
57872000-09-04 Martin Lorentzson <martinl@gnu.org>
5788
7f8b6551 5789 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5790
7f8b6551 5791 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5792
7f8b6551
SM
5793 * vc-rcs.el (vc-rcs-diff): New function.
5794 (vc-rcs-checkout): Bug (typo) found and fixed.
5795 (vc-rcs-register-switches): New variable.
7a004b71
GM
5796
5797 * vc.el (vc-backend-diff): Function removed and placed in the
5798 backend files.
5799
58002000-09-04 Martin Lorentzson <martinl@gnu.org>
5801
5802 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5803
5804 * vc.el (vc-backend-checkout): Function removed and replaced in
5805 the vc-backend.el files.
5806
5807 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5808
5809 * vc.el (vc-backend-admin): Removed and replaced in the
5810 vc-backend.el files.
5811
5812 * vc.el (Martin): Removed all the annotate functionality since it
5813 is CVS backend specific.
5814
58152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5816
5817 * spec.txt: Added specification of vc-state.
5818
5819 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5820 Remove handling of vc-latest-version and
7a004b71
GM
5821 vc-your-latest-version. What used to be vc-latest-version, is now
5822 returned as vc-workfile-version.
7f8b6551 5823 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5824
58252000-09-04 Dave Love <fx@gnu.org>
5826
5827 * vc.el: [Merged from mainline.]
5828 (vc-dired-mode): Make the dired-move-to-filename-regexp
5829 regexp match the date, to avoid treating date as file size.
5830 Add YYYY S option to WESTERN/
5831
58322000-09-04 Dave Love <fx@gnu.org>
5833
5834 * vc.el: Require `compile' when compiling.
5835 (vc-logentry-check-hook): New option.
5836 (vc-steal-lock): Use compose-mail.
5837 (vc-dired-mode-map): Defvar when compiling.
5838 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5839 vc-sccs.el and renamed. Callers changed.
5840 (vc-backend-checkout, vc-backend-logentry-check)
5841 (vc-backend-merge-news): Doc fix.
5842 (vc-default-logentry-check): New function.
5843 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5844 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5845 (vc-backend-merge): Doc fix. Use backend functions.
5846 (vc-check-headers): Use backend functions.
5847
5848 * vc-cvs.el: Require vc when compiling.
5849 (vc-cvs-register-switches): Doc fix.
5850 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5851 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5852 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5853 New functions (code from vc.el).
5854 (vc-annotate-display-default): Fix interactive spec.
5855 (vc-annotate-time-span): Doc fix.
5856
5857 * vc-rcs.el: Require vc when compiling.
5858 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5859 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5860 (vc-rcs-checkin): New functions (code from vc.el).
5861 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5862 Doc fix.
5863 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5864
5865 * vc-sccs.el: Require vc when compiling.
5866 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5867 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5868 (vc-sccs-revert)
5869 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5870 from vc.el).
5871 (vc-sccs-add-triple, vc-sccs-record-rename)
5872 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5873 (vc-sccs-admin): Doc fix.
5874
58752000-09-04 Martin Lorentzson <martinl@gnu.org>
5876
5877 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5878 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5879 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5880 from vc.el.
5881
5882 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5883
5884 * vc-cvs.el: Moved the annotate functionality from vc.el.
5885 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5886
58872000-09-04 Dave Love <fx@gnu.org>
5888
5889 * vc.el (vc-backend-release): Call vc-system-release.
5890
5891 * vc-sccs.el (vc-sccs-system-release):
5892 Renamed from vc-sccs-backend-release.
5893
5894 * vc-rcs.el (vc-rcs-system-release):
5895 Renamed from vc-rcs-backend-release.
5896
5897 * vc-cvs.el (vc-cvs-system-release):
5898 Renamed from vc-cvs-backend-release.
5899
59002000-09-04 Dave Love <fx@gnu.org>
5901
5902 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5903 backend files.
5904 (vc-backend-release): Dispatch to backend functions.
5905 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5906 probably needs attention.]
5907
5908 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5909 (vc-sccs-backend-release): New function.
5910
5911 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5912 (vc-cvs-backend-release): New function.
5913
5914 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5915 Doc fix.
5916 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5917 (vc-default-dired-state-info): New function.
5918 (vc-dired-state-info): Dispatch to backends.
5919 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5920
5921 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5922 from vc.el and renamed.
5923
59242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5925
5926 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5927 (vc-version-other-window, vc-backend-assign-name): Removed
5928 references to vc-latest-version; sometimes changed into
5929 vc-workfile-version.
5930
5931 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5932 vc-rcs-master-workfile-version.
5933 (vc-rcs-workfile-version): Use the above. Don't call
5934 vc-latest-version (that was unreachable code, anyway).
5935 (vc-rcs-fetch-master-properties): Doc fix.
5936
5937 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5938 (vc-backend-hook-functions): Removed them from this list, too.
5939 (vc-fetch-properties): Removed.
5940 (vc-workfile-version): Doc fix.
5941
5942 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5943 (vc-rcs-workfile-version, vc-rcs-locking-user)
5944 (vc-rcs-uses-locking): Use it.
5945
5946 * vc-hooks.el (vc-consult-rcs-headers):
5947 Moved into vc-rcs-hooks.el, under the name
5948 vc-rcs-consult-headers.
5949
5950 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5951 headers.
5952 (vc-cvs-find-master): Use this name only; correct different
5953 versions of the name.
5954
5955 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5956 New functions.
5957 (vc-sccs-locking-user): Use the latter.
5958
5959 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5960 New functions.
5961
5962 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5963 Moved into both
5964 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5965 functions are implementation details of those two backends.
5966
59672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5968
5969 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5970 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5971
5972 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5973 (vc-sccs-parse-locks): SCCS-specific code moved here from
5974 vc-hooks.
5975
5976 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5977 code moved here from vc-hooks.
5978
5979 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5980 into back-end specific parts and removed. Callers not updated
5981 yet; because I guess these callers will disappear into back-end
5982 specific files anyway.
5983
59842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5985
5986 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5987 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5988 `vc-uses-locking'.
5989
5990 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5991 Store yes/no in the property, and return t/nil. Updated all
5992 callers.
5993
5994 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5995 vc-sccs-uses-locking. Don't set property.
5996 (vc-sccs-locking-user): Don't set property.
5997
5998 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5999 vc-cvs-uses-locking. Don't set property here; leave that to
6000 vc-hooks.
6001 (vc-cvs-locking-user): Reflect above change. Streamlined.
6002
6003 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6004 vc-rcs-uses-locking.
6005 (vc-rcs-locking-user): Reflect above change.
6006
60072000-09-04 Dave Love <fx@gnu.org>
6008
6009 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6010
6011 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6012
6013 * vc-hooks.el (vc-checkout-model): Punt to backends.
6014
6015 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6016
6017 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6018
6019 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6020 New functions.
6021
6022 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6023 New functions.
6024
6025 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6026 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6027
6028 * vc-hooks.el (vc-default-locking-user): New function.
6029 (vc-locking-user, vc-workfile-version): Punt to backends.
6030
60312000-09-04 Dave Love <fx@gnu.org>
6032
6033 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6034 (vc-master-workfile-version): Moved from vc-hooks.
6035
6036 * vc-rcs-hooks.el: Fix duplicate code in last change.
6037
6038 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6039 (vc-rcs-master-templates): Improve :type.
6040 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6041 vc-master-workfile-version): Moved from vc-hooks.
6042
6043 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6044 (vc-sccs-master-templates): Improve :type.
6045 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6046
6047 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6048
6049 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6050 (vc-cvs-master-templates): Improve :type. Use
6051 vc-cvs-find-cvs-master.
6052 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6053 from vc-hooks.
6054 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6055
6056 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6057 Moved to vc-cvs-hooks.
6058
6059 * vc-hooks.el: Add doc strings in various places. Simplify the
6060 minor mode setup.
6061 (vc-handled-backends): New user variable.
6062 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6063 simplification.
6064
60652000-09-04 Dave Love <fx@gnu.org>
6066
6067 * vc.el: Some doc fixes for autoloaded and interactive functions.
6068 Fix compilation warnings from ediff stuff.
6069 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6070
6071 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6072
6073 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6074
6075 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6076
60772000-09-04 Dave Love <fx@gnu.org>
6078
6079 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6080 New variable.
6081 (vc-make-backend-function, vc-loadup, vc-call-backend)
6082 (vc-backend-defines): New functions.
6083
6084 * vc-hooks.el: Various doc fixes.
6085 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6086 (vc-match-substring): Function removed. Callers changed to use
6087 match-string.
6088 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6089 Simplify.
6090
60912000-09-04 Dave Love <fx@gnu.org>
6092
6093 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6094 type.
6095 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6096 (vc-sccs-registered): Doc fix.
6097
6098 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6099 (vc-cvs-registered): Doc fix.
6100
6101 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6102 (vc-rcs-registered): Doc fix.
6103
61042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6105
6106 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6107
6108 * vc-hooks.el: vc-registered has been renamed
6109 vc-default-registered. Some functions have been moved to the
6110 backend specific files. they all support the
6111 vc-BACKEND-registered functions.
6112
61132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6114
6115 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6116
6117 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6118
a033ea13
DL
61192000-09-04 Dave Love <fx@gnu.org>
6120
179fc9ef
DL
6121 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6122 menu-bar-update-hook.
6123
6124 * help.el (help-manyarg-func-alist): Add
6125 find-operation-coding-system.
6126
a033ea13
DL
6127 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6128
6129 * custom.el (custom-set-variables): Print message about errors in
6130 setting.
6131
f8803e97
AI
61322000-09-03 Andrew Innes <andrewi@gnu.org>
6133
6134 * makefile.w32-in: Change to DOS line endings.
6135
59836110
EZ
61362000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6139 minor-mode keymaps, if they don't have one.
6140
5514ba5c
EZ
61412000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6142
6143 * eshell/esh-module.el (eval-when-compile): Don't lose if
6144 esh-module.el's file name is truncated to DOS 8+3 limits.
6145
79cf8e80
JW
61462000-09-01 John Wiegley <johnw@gnu.org>
6147
6148 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6149 predicate, which caused entries in the completion list to be
6150 doubled.
6151
61522000-08-30 John Wiegley <johnw@gnu.org>
6153
6154 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6155 sending to subprocesses. Also, hook pre-command-hook if
6156 `eshell-send-direct-to-subprocesses' is non-nil.
6157 (eshell-send-direct-to-subprocesses): New config variable. If t,
6158 subprocess input is send immediately.
6159 (eshell-toggle-direct-send): New function.
6160 (eshell-self-insert-command): New function.
6161 (eshell-intercept-commands): New function.
6162 (eshell-send-input): If direct subprocess sending is enabled,
6163 don't echo any input to the Eshell buffer. Let the subprocess
6164 handle that. This requires "stty echo" in bash, for example.
6165
61662000-08-28 John Wiegley <johnw@gnu.org>
6167
6168 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6169 completion function for Eshell's implementation of `unset'.
6170
778911b9
EZ
61712000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6172
6173 * info.el (Info-directory-list): Doc fix.
6174
05d07b49
PB
61752000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6176
9b4a7800 6177 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6178 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6179
9941d4c7
KH
61802000-08-31 Kenichi Handa <handa@etl.go.jp>
6181
6182 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6183 coding systems.
6184
af9ba8ad
AI
61852000-08-30 Andrew Innes <andrewi@gnu.org>
6186
6187 * timer.el (run-with-idle-timer): Undo last change, so that timer
6188 is not activated immediately if Emacs is already idle. Some
6189 existing code relies on this behaviour.
6190
caccd8f2
MB
61912000-08-30 Miles Bader <miles@gnu.org>
6192
6193 * frame.el (set-frame-font): Do completion of font-name for
6194 interactive use.
6195
b64c0a1c
KH
61962000-08-30 Kenichi Handa <handa@etl.go.jp>
6197
6198 * international/quail.el (quail-start-translation): Bind locally
6199 last-command-event, last-command, and this-command.
6200 (quail-start-conversion): Likewise.
75cf0095 6201 (quail-self-insert-command): Fix docstring.
b64c0a1c 6202
fd5f61d3
GM
62032000-08-29 Gerd Moellmann <gerd@gnu.org>
6204
6205 * progmodes/executable.el
6206 (executable-make-buffer-file-executable-if-script-p): Check that
6207 buffer contains at least 2 characters.
6208
5b671d04
EZ
62092000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6210
6211 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6212
485d9513
DL
62132000-08-29 Dave Love <fx@gnu.org>
6214
a39fb83d
DL
6215 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6216 (diff-mode-shared-map): Bind mouse-2.
6217 (diff-imenu-generic-expression): New variable.
6218 (diff-mode): Use it.
6219
485d9513
DL
6220 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6221 (mouse-popup-menubar): Add minor mode menus.
6222 (popup-menu): Check for lookup-key returning number.
6223
ba3478d9
MB
62242000-08-29 Miles Bader <miles@gnu.org>
6225
6226 * comint.el (comint-send-input): Create overlays using the proper
6227 front/read-advance arguments.
9b4a7800 6228
c3d6d211
GM
62292000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6230
6231 * ps-print.el: Even/odd pages printing. Doc fix.
6232 (ps-print-version): New version number (6.0).
6233 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6234 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6235 (ps-print-duplex-feature): Variable eliminated.
6236 (ps-even-or-odd-pages): New variable.
6237
ba087cd7 6238 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6239 (ebnf-version): New version (3.3).
6240 (ebnf-user-arrow): Change variable customization to sexp.
6241 (ebnf-user-arrow): Function eliminated.
6242 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6243
d313265f
KH
62442000-08-29 Kenichi Handa <handa@etl.go.jp>
6245
cba62b78 6246 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6247 (help-make-xrefs): Handle help-xref-mule-regexp.
6248
6249 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6250 variable.
6251 (describe-input-method): Temporarily activate the specfied input
6252 method to display the information.
6253 (describe-language-environment): Hyperlinks to mule related items.
6254
6255 * international/mule-diag.el (charset-multibyte-form-string): New
6256 function.
6257 (list-character-sets-1): Use charset-multibyte-form-string.
6258 (describe-character-set): New function.
6259 (describe-coding-system): Hyperlinks to safe character sets.
6260
6261 * international/quail.el (quail-help): New arg PACKAGE.
6262 Hyperlinks to mule related items.
6263 (quail-help-insert-keymap-description): Use
6264 substitute-command-keys instead of describe-bindings.
6265 (quail-translation-help): Hyperlinks to mule related items.
6266
b4bd214e
JW
62672000-08-28 John Wiegley <johnw@gnu.org>
6268
ca7aae91
JW
6269 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6270 have a defsubst call itself. Made `eshell-flatten-list' back into
6271 a function again.
6272
b4bd214e
JW
6273 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6274 catch, in case re-centering point at bottom messes up the display.
6275 This happens frequently in Emacs 21, due I believe to variable
6276 line heights.
6277
6278 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6279 to call `find-tag-interactive'.
6280
6281 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6282 the list of remember directories.
6283
d44e146b
JW
62842000-08-28 John Wiegley <johnw@gnu.org>
6285
6286 * align.el: Test align-region-separate to see if it's a symbol.
6287
546c0888 62882000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6289
6290 * eshell/esh-util.el (eshell-flatten-list): Made this function
6291 into a defsubst form. It gets used very frequently, although
6292 calls don't occur all that often.
6293
6294 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6295 examining it.
6296
6297 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6298 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6299 `eshell-protect'.
6300 (eshell-copy-handles): Created a new macro for duplicating the
6301 current set of open handles. This is needed by the looping
6302 functions.
6303 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6304 is not incorrectly stomped on.
6305
6306 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6307 declaration for pcomplete-use-paring.
6308 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6309 value of eshell-cmpl-use-paring.
6310 * pcomplete.el (pcomplete-use-paring): New config variable, to
6311 indicate whether paring should be used.
6312 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6313 completion alternatives that have already been used.
6314
6315 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6316 bound to C-c C-y, which will repeat the previous N arguments
6317 (based on prefix argument).
6318 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6319
6320 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6321 if there is no *Help* buffer. This is for XEmacs, which renames
6322 its help buffers uniquely. TODO: Find out what the current buffer
6323 name to delete is.
6324
6325 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6326 first entry that correlates to a passwd/group number. Later
6327 entries (used for group/user name aliasing to multiple IDs) are
6328 ignored.
6329
9b4a7800
TTN
6330 * eshell/em-xtra.el (eshell/expr):
6331 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6332 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6333 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6334 argument list, before passing it to the system command.
6335
6336 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6337 `find-tag' for use at final position in Eshell buffers (which
6338 otherwise triggers an error on Emacs 21).
6339 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6340 buffer, if it is currently bound to `find-tag'.
6341
6342 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6343 in the list of matched Makefile names.
6344 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6345 directory, prefer its contents to Makefile.
6346
6347 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6348 directory parts (like "cd old new", or "cd =regexp"), are now case
6349 sensitive on non-Windows/DOS platforms.
6350
6351 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6352 types RET after an open delimiter (like "), display a message
6353 indicating that Eshell is waiting for the closing delimiter.
6354
6355 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6356 environment variables.
6357
6358 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6359 gracefully if the user enters incorrect arguments.
6360
6361 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6362 Eshell buffers.
6363
9b4a7800
TTN
6364 * eshell/esh-var.el (eshell-interpolate-variable):
6365 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6366 * eshell/em-unix.el (eshell-du-sum-directory):
6367 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6368 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6369 (not (= ...)).
6370
6371 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6372 to ensure the `preserve' flag gets propagated when doing recursive
6373 directory copies.
6374
546c0888 63752000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6376
6377 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6378 Don't convert \n into \0177 in memory.
6379 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6380 and back again, when reading and writing.
9b4a7800 6381
546c0888 63822000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6383
6384 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6385 testing of `fboundp' on `processp'.
6386
6387 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6388 (eshell/jobs): Don't call process-list if it is not bound.
6389 (eshell-gather-process-output): Support systems where async
6390 subprocesses aren't supported.
6391 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6392 variables.
6393
6394 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6395 eshell-do-eval returns t.
6396 (eshell-do-pipelines-synchronously): New defmacro.
6397 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6398 when async subprocesses aren't supported.
6399 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6400 if async subprocesses aren't supported.
6401 (eshell-resume-command): Don't assume STATUS is a string.
6402
6403 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6404
6405 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6406 (eshell-close-target, eshell-get-target): Use eshell-processp.
6407 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6408 fix.
6409 (eshell-get-target, eshell-create-handles): Doc fix.
6410
546c0888 64112000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6412
546c0888 6413 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6414 criterion to include commands that output something, as long as it
6415 leaves both the command and the end-of-buffer visible when the
6416 command has exited.
6417 (eshell-review-quick-commands): Adjust the help doc string
6418 accordingly.
6419
2a371c3b
PB
64202000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6421
8348e1f9 6422 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6423 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6424
9b4a7800 6425 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6426 (file-cache-assoc-function): New variable
6427 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6428 Use file-cache-case-fold-search variable
6429 (file-cache-add-file): Use file-cache-assoc-function
6430 (file-cache-delete-file): likewise
6431 (file-cache-directory-name): likewise
6432 (file-cache-debug-read-from-minibuffer): likewise
6433
95931eb1
GM
64342000-08-28 Gerd Moellmann <gerd@gnu.org>
6435
6436 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6437 (abbrev-table-name): New function.
6438 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6439 If non-nil list local abbrev, only.
6440
bb17930d
GM
64412000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6442
546c0888
EZ
6443 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6444 from Gnus support code, and use special article copy buffer
bb17930d
GM
6445 `(gnus-original-article-buffer)' instead. This allows to get rid
6446 of article-hide-headers usage (which breaks in the latest Gnus
6447 version). Thanks to Detlev Zundel.
6448
41a68aef
KH
64492000-08-28 Kenichi Handa <handa@etl.go.jp>
6450
6451 * international/quail.el (quail-use-package): Hide "... loaded"
6452 message.
6453 (quail-start-translation, quail-start-conversion): Likewise.
6454
6455 * international/kkc.el (kkc-region): Hide "... loaded" message.
6456
28bb2cef
DL
64572000-08-27 Dave Love <fx@gnu.org>
6458
6459 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6460
11a1118d
MB
64612000-08-27 Miles Bader <miles@gnu.org>
6462
6463 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6464
0f85d477
KH
64652000-08-27 Kenichi Handa <handa@etl.go.jp>
6466
6467 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6468 'ja-dic-cnv), not (require 'skkdic-cnv).
6469
2d73e8d3
MB
64702000-08-26 Miles Bader <miles@gnu.org>
6471
a0e5a5a4
MB
6472 * faces.el (face-x-resources): Add entry for :inherit.
6473 * cus-face.el (custom-face-attributes): Add support for :inherit
6474 attribute. Add support for relative face heights.
6475 (custom-face-attributes-get): Treat `nil' as being a default value
6476 for :inherit (as well as `unspecified').
6477
19feb949
MB
6478 * faces.el (set-face-attribute): Update doc string.
6479 (face-attribute-name-alist): Add :inherit.
6480 (face-valid-attribute-values): Handle :inherit.
6481 (face-read-string): Rephrase prompt to be less confusing.
6482 Assume that DEFAULT is a string, since we must return a string.
6483 (face-read-integer): Use `format' to turn DEFAULT into an
6484 acceptable default for face-read-string. Match NEW-VALUE against
6485 the string "unspecified", not the symbol `unspecified', since
6486 that's what face-read-string returns.
6487 (read-face-attribute): Lookup a name for old-value in valid, and
6488 use it as a default if we find one. Treat all values from
6489 face-read-string as strings. If the default is used, don't do any
6490 more processing on the value, just use the old value directly.
6491 (read-face-and-attribute, modify-face): Tweak prompt.
6492 (read-face-name): Don't assume prompt ends with a space.
6493
2d73e8d3
MB
6494 * faces.el (describe-face): Add support for :inherit attribute.
6495
a1a2e38f
KH
64962000-08-25 Kenichi Handa <handa@etl.go.jp>
6497
e84fa7c5
KH
6498 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6499 concat doesn't accept interger.
6500
a1a2e38f
KH
6501 * international/kkc.el: Remove SKK from Keywords. Require
6502 ja-dic-utl instead of skkdic-utl.
6503
6504 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6505 Provide ja-dic-cnv instead of skkdic-cnv.
6506 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6507 (iso-2022-7bit-short): Add safe-charsets property.
6508 (skkdic-convert-postfix): Search Japanese chou-on character in
6509 addition to Hiragana character.
6510 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6511 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6512 (batch-skkdic-convert): Likewise.
6513
6514 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6515 Provide ja-dic-utl instead of skkdic-utl.
6516 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6517
f6499c03
DL
65182000-08-24 Dave Love <fx@gnu.org>
6519
1c2c3f16
DL
6520 * disp-table.el (standard-display-default): Make the test of `l'
6521 useful.
6522
f6499c03
DL
6523 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6524 mod sample text.
6525
6526 * international/iso-ascii.el: Make pilcrow convenient string
6527 consistent with section.
6528 (iso-ascii-display): Set up multibyte characters as well as
6529 unibyte.
6530
c543db81
KH
65312000-08-24 Kenichi Handa <handa@etl.go.jp>
6532
6533 * international/mule-cmds.el (reset-language-environment): Set
6534 default-process-coding-system to '(undecided . iso-latin-1), which
6535 makes process I/O almost consistent with file I/O. Call this
6536 function when mule-cmds.el[c] is loaded.
6537
746d9caf
AI
65382000-08-22 Andrew Innes <andrewi@gnu.org>
6539
6540 * makefile.w32-in: New file.
6541
5484005d
MB
65422000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6543
6544 * comint.el (comint-output-filter): Compare end of
6545 comint-last-output-overlay with the start of the newly inserted
6546 text, not the end, when deciding whether to extend it.
9b4a7800 6547 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6548
6549 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6550 since this is now done independently of font-lock mode.
6551
7a912f63
GM
65522000-08-21 Gerd Moellmann <gerd@gnu.org>
6553
6554 * server.el (server-kill-new-buffers): New user option.
6555 (server-existing-buffer): New buffer-local variable.
6556 (server-visit-files): When using an existing buffer, set
6557 server-existing-buffer to t.
6558 (server-buffer-done): If server-kill-new-buffers is t, kill the
6559 buffer, unless it was already present before visiting it with
6560 Emacs server.
9b4a7800 6561
240301df
EZ
65622000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6563
6564 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6565 even if the display doesn't support colors: some displays will
6566 support bold/underline faces.
6567
cbcef616
GM
65682000-08-21 Gerd Moellmann <gerd@gnu.org>
6569
6917e6bb
GM
6570 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6571
cbcef616
GM
6572 * startup.el (command-line): If user's init file had an error,
6573 add explanatory text to *Messages*.
6574
6922b018
KH
65752000-08-21 Kenichi Handa <handa@etl.go.jp>
6576
6577 * man.el (Man-getpage-in-background): Decode the process output by
6578 the system locale coding system.
6579
e50c4203
DL
65802000-08-20 Dave Love <fx@gnu.org>
6581
96ab6351
DL
6582 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6583 Don't test x-popup-menu.
6584 (function) <complete-function>: Complete only fbound symbols.
6585 <validate, value>: New.
6586 (variable) <complete-function>: Complete only bound symbols.
6587 (coding-system): Add :base-only, :complete-function, :validate,
6588 :value, :prompt-match.
6589 (widget-coding-system-prompt-value): Use read-coding-system and
6590 act on :base-only.
6591 (editable-field): Add :help-echo.
6592 (widget-push-button-gui, widget-push-button-cache)
6593 (widget-gui-action, widget-editable-list-gui): COmment out, along
6594 with uses.
6595 (widget-at): Make arg optional.
6596 (widget-echo-help): Adjust for current help-echo calling sequence.
6597 (widget-specify-field, widget-specify-button)
6598 (widget-specify-insert, widget-get-sibling, widget-image-find)
6599 (widget-convert, widget-insert, widget-leave-text)
6600 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6601 (widget-setup, widget-field-find, widget-before-change)
6602 (widget-after-change, widget-default-complete)
6603 (widget-default-create, widget-default-delete)
6604 (widget-push-button-value-create, editable-field)
6605 (widget-field-prompt-value, widget-field-validate)
6606 (widget-choice-value-create, widget-choice-action)
6607 (widget-choice-validate, widget-checklist-add-item)
6608 (widget-radio-add-item, widget-radio-chosen)
6609 (widget-radio-value-inline, widget-editable-list-value-create)
6610 (widget-editable-list-entry-create)
6611 (widget-documentation-link-add)
6612 (widget-documentation-string-value-create)
6613 (widget-regexp-validate, widget-file-complete)
6614 (widget-sexp-validate, widget-plist-convert-widget)
6615 (widget-plist-convert-widget, widget-alist-convert-widget)
6616 (widget-alist-convert-widget, widget-color-complete): Simplify,
6617 particularly to avoid bindings which aren't optimized out.
6618
e50c4203
DL
6619 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6620 Doc fix.
6621 (down-list, backward-up-list, up-list, kill-sexp)
6622 (backward-kill-sexp, mark-sexp): Make arg optional.
6623 (lisp-complete-symbol): Add optional arg PREDICATE.
6624
6625 * cus-start.el: Add display-buffer-reuse-frames,
6626 file-coding-system-alist.
6627
511bd4eb
GM
66282000-08-20 Gerd Moellmann <gerd@gnu.org>
6629
6630 * startup.el (command-line): Clear realized faces after
6631 modifying TTY color mappings.
6632
a9de7d29
MB
66332000-08-20 Miles Bader <miles@gnu.org>
6634
6635 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6636 merely a subset of FACE's attributes.
6637
8a8023d9
MB
66382000-08-19 Miles Bader <miles@gnu.org>
6639
6640 * comint.el (comint-output-filter): Save the point with a marker,
6641 not just a buffer position.
6642
6643 * international/mule.el (set-buffer-process-coding-system): Make
6644 interactive prompt less confusing.
6645
1433385f
GM
66462000-08-19 Gerd Moellmann <gerd@gnu.org>
6647
6648 * hilit-chg.el: General cleanup of doc strings, comments and
6649 code formatting.
6650
136b4eda
MB
66512000-08-19 Miles Bader <miles@gnu.org>
6652
6653 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6654 Compiler macro removed; beginning-of-line is no longer always
6655 equivalent to forward-line, in the presence of fields.
6656
6657 * comint.el (comint-output-filter): Remove ad-hoc saving of
6658 restriction, and just use save-restriction, now that it works
6659 correctly. Don't adjust comint-last-input-start to account for
6660 our insertion; it shouldn't have moved because we don't use
6661 insert-before-markers anymore. Comment out call to
6662 `force-mode-line-update'; why is it here?
6663
6664 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6665 while checking for prompt to delete. Use `forward-line 0'
6666 instead of beginning-of-line.
6667 (gud-filter): Temporarily widen gud comint buffer while
6668 examining output.
6669
cdd0f857
SM
66702000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6671
ebf96bfa
SM
6672 * progmodes/sh-script.el: Big bag of typos.
6673
cdd0f857
SM
6674 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6675 check since ispell-process is not bound when ispell is not yet loaded.
6676
9bb7a286
DL
66772000-08-18 Dave Love <fx@gnu.org>
6678
6679 * image.el (find-image): Copy `spec' before using plist-put.
6680
74ec6045
GM
66812000-08-18 Gerd Moellmann <gerd@gnu.org>
6682
6683 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6684 `portugues'.
6685
6686 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6687 backward-kill-sexp, analogous to kill-sexp.
6688
6689 * progmodes/icon.el (icon-indent-line)
6690 (icon-is-continuation-line): Handle comments specially.
6691
66922000-08-17 Ken Stevens <k.stevens@ieee.org>
6693
6694 * ispell.el: Set to standard author/maintainer/keyword fields.
6695 Fine tuning to menu map appearance and operation, and added help.
6696 Remove `start' and `end' error messages when compiling.
6697 (ispell-choices-win-default-height): Fixed comment string.
6698 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6699 castellano8 dictionaries.
6700 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6701 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6702 dictionary, added italiano dictionary.
6703 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6704 word character
6705 (ispell-tex-skip-alists): Added psfig support.
6706 (ispell-skip-html): Renamed from ispell-skip-sgml.
6707 (ispell-begin-skip-region-regexp, ispell-skip-region)
6708 (ispell-minor-check): Improved html skipping support to skip across
6709 code, and recognize `&' commands without propper `;' syntax;
6710 (ispell-process-line): Fix alignment error when manually
6711 correcting spelling.
6712 (ispell): Fix comment string.
6713 (ispell-add-per-file-word-list): Always put word list on new line.
6714
3787e12e
GM
67152000-08-17 Gerd Moellmann <gerd@gnu.org>
6716
a7b28523
GM
6717 * format.el (format-encode-run-method): Fix error message to say
6718 `encode' instead of `decode'. Use save-window-excursion around
6719 shell-command-on-region as in format-decode-run-method because
6720 shell-command-on-region can display a buffer with error output.
6721 (format-decode): Don't record undo information for the decoding.
6722 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6723 that number part of the temporary buffer name so that more than
6724 one decoding using a temporary buffer can happen safely.
6725
6726 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6727 of `A-z' in the regexp.
6728
6729 * hilit-chg.el: Fix typos in commentary.
6730
3787e12e
GM
6731 * help.el (view-emacs-news): Rewritten for new naming scheme
6732 for old NEWS files.
6733
6734 * startup.el (command-line): Pop to *Messages* in case an error
6735 is signaled while loading user-init-file.
6736
d2473540
AS
67372000-08-17 Andreas Schwab <schwab@suse.de>
6738
6739 * files.el (insert-directory): Don't lose original file name,
6740 undoing an undocumented change.
6741
c0bbaf57
GM
67422000-08-17 Alex Schroeder <alex@gnu.org>
6743
6744 * sql.el (sql-magic-go): Use comint-bol.
6745 (sql-copy-column): Use comint-line-beginning-position.
6746 (comint-line-beginning-position): Define a replacement for
6747 comint-line-beginning-position if it is not fboundp.
6748
67492000-08-17 Alex Schroeder <alex@gnu.org>
6750
6751 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6752 it didn't have any effect anyway.
6753
67542000-08-17 Alex Schroeder <alex@gnu.org>
6755
6756 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6757 --pset and pager=off instead of sending \\o|cat at the beginning
6758 of the session.
6759
9d245da5
MB
67602000-08-17 Miles Bader <miles@gnu.org>
6761
6762 * progmodes/octave-inf.el: Add compatibility definition of
6763 comint-line-beginning-position.
6764
abfdbd2e
KH
67652000-08-17 Kenichi Handa <handa@etl.go.jp>
6766
6767 * startup.el (normal-top-level): Look in each dir in load-path for
6768 a leim-list.el file too. This assures of loading leim-list.el
6769 that is created at Emacs installation time even if a user have his
6770 own leim-list.el.
6771
a0b8c939
MB
67722000-08-17 Miles Bader <miles@gnu.org>
6773
6774 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6775 foreground color to black if the background is dark.
6776
7382bcae
SM
67772000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6778
6779 * loadhist.el (unload-feature): Typo.
6780
9b4a7800 6781 * finder.el (finder-compile-keywords):
7382bcae
SM
6782 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6783 to the generated file.
6784
6785 * mail/mh-e.el (mh-make-local-vars):
6786 Replace make-variable-buffer-local with make-local-variable.
6787
cdd0f857 6788 * play/landmark.el:
7382bcae 6789 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6790 * mail/mailabbrev.el (mail-abbrevs-mode):
6791 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6792 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6793
6794 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6795
6796 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6797 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6798 Allow going past the last element.
9b4a7800 6799 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6800 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6801 (cvs-mouse-toggle-mark): Don't move point.
6802 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6803
6804 * progmodes/compile.el (grep): Provide a default set of files.
6805 (next-error): Docstring fix.
6806 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6807
6808 * emacs-lisp/easy-mmode.el (define-minor-mode):
6809 Use `symbol-value' to keep the byte-compiler quiet.
6810
6811 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6812 (diff-find-source-location): New fun, extracted from diff-goto-source.
6813 (diff-goto-source): Use it.
6814 (diff-next-complex-hunk, diff-filter-lines): New function.
6815 (diff-apply-hunk): New command.
6816
6817 * smerge-mode.el (smerge-mode-menu): Doc fix.
6818
6819 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6820
4f00b8c1
DL
68212000-08-16 Dave Love <fx@gnu.org>
6822
2b5198bb
DL
6823 * windmove.el (windmove) <defgroup>: Add :version.
6824
6825 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6826 (goto-address-fontify-p, goto-address-highlight-p)
6827 (goto-address-url-face, goto-address-url-mouse-face)
6828 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6829 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6830 (goto-address-fontify, goto-address-at-mouse): Simplify,
6831 (goto-address-at-point): browse-url-url-at-point,
6832 goto-address-find-address-at-point can return nil.
6833 (goto-address-find-address-at-point): Return nil on failure.
6834
6835 * align.el (align) <defgroup>: Add :version.
6836
6837 * calculator.el (calculator): Add :version.
6838 (calculator): Use two lines for calculator window if `modeline'
6839 face is boxed.
6840
4f00b8c1
DL
6841 * play/5x5.el: Doc fixes.
6842 (5x5) <defgroup>: Add :version.
6843
6844 * play/fortune.el (fortune) <defgroup>: Add :version.
6845 (fortune-append): Fix error message.
6846 (fortune-from-region): Doc fix.
6847
6848 * play/pong.el (pong): Doc fix.
6849
6850 * play/morse.el: Keywords, commentary, autoloads.
6851
69db7ee7
EZ
68522000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6853
6854 * desktop.el (desktop-save): Don't look at symbol-value of a
6855 member of minor-mode-alist, unless it is boundp.
6856
10e1dad9
SS
68572000-08-16 Sam Steingold <sds@gnu.org>
6858
a0b8c939 6859 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6860 `while'; use `with-current-buffer' instead of `save-excursion'.
6861 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6862
9d7bcb2e
KH
68632000-08-16 Kenichi Handa <handa@etl.go.jp>
6864
6865 * international/ccl.el (declare-ccl-program): Docstring modified.
6866 (ccl-execute-with-args): Likewise.
6867
04231ab8
MB
68682000-08-16 Miles Bader <miles@gnu.org>
6869
9d245da5 6870 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6871 comint-line-beginning-position.
6872
f68446ef
GM
68732000-08-15 Gerd Moellmann <gerd@gnu.org>
6874
dc28878c
GM
6875 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6876 'buffer-menu' property.
6877 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6878 fails.
6879 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6880 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6881 wasn't killed.
10e1dad9 6882
58ed0d3b
GM
6883 * buff-menu.el (list-buffers-noselect): Don't display the
6884 *Buffer List* buffer.
6885
32dc52f7
GM
6886 * font-lock.el: Require jit-lock to prevent a very late
6887 `Loading jit-lock' message.
6888
f68446ef 6889 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6890 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6891 mail address.
6892
90ac90a2
MB
68932000-08-15 Miles Bader <miles@gnu.org>
6894
6895 * textmodes/ispell.el (ispell-graphic-p): New constant.
6896 (ispell-choices-win-default-height, ispell-help): Use
6897 `ispell-graphic-p' instead of `xemacsp'.
6898
b0a0e263
DL
68992000-08-15 Dave Love <fx@gnu.org>
6900
c1e757e3
DL
6901 * simple.el: Autoload widget-convert when compiling.
6902 (mail-user-agent): Doc fix.
6903
6904 * help.el (function-called-at-point, variable-at-point): Use
6905 with-syntax-table.
6906 (help-manyarg-func-alist): Add insert-and-inherit.
6907
6908 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6909
6910 * delsel.el (delsel-unload-hook): New function.
6911
6912 * find-file.el: Doc fixes. Move provide to end.
6913 (ff) <defgroup>: Add :link.
6914 (ff-goto-click): Deleted.
6915 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6916 Use mouse-set-point.
6917
6918 * textmodes/tildify.el: Doc fixes.
6919 (tildify) <defgroup>: Add:version.
6920
6921 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6922 (glasses-custom-set): Use set-default, not set.
6923 (minor-mode-alist): Propertize the lighter.
6924 (glasses-mode): Provide optional arg.
6925
5f847612
DL
6926 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6927 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6928 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6929 option. Provide :type.
6930 (cwarn-configuration): Provide :type.
6931 (cwarn-mode): Doc fix.
6932
6933 * add-log.el (change-log-merge): Doc fix.
6934 (change-log-redate): New command.
6935
b0a0e263
DL
6936 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6937 Doze and Dog.
6938 (browse-url): Use dolist, not mapcar.
6939 (browse-url-at-point): Check for null url.
6940 (browse-url-event-buffer, browse-url-event-point): Functions
6941 deleted.
6942 (browse-url-at-mouse, browse-url-netscape): Simplify.
6943
6944 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6945 modes.
6946 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6947 Fix previous change to mapcan.
6948 (msb--init-file-alist, msb--add-separators)
6949 (msb--make-keymap-menu): Simplify.
6950 (msb--choose-file-menu): Use copy-sequence.
6951 (msb-mode-map): Add title to keymap.
6952 (msb-unload-hook): New function.
6953
6954 * bs.el: Fix indentation.
6955 (bs) <defgroup>: Add :links.
2b5198bb
DL
6956 (bs-show): Doc fix.
6957 (bs-apply-sort-faces): Don't use window-system.
6958 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6959
70f1b78e
EZ
69602000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6961
6962 * calendar/timeclock.el (timeclock-file): Run .timelog through
6963 convert-standard-filename.
6964
956777b3
GM
69652000-08-14 Gerd Moellmann <gerd@gnu.org>
6966
3215096c
GM
6967 * emacs-lisp/authors.el: New file.
6968
956777b3
GM
6969 * paren.el (show-paren-priority): New user option.
6970 (show-paren-function): Set overlay priorities to
6971 show-paren-priority.
10e1dad9 6972
0cde1424
MB
69732000-08-14 Miles Bader <miles@gnu.org>
6974
6975 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6976 beginning-of-line with inhibit-field-text-motion bound.
6977
90cbf47e
GM
69782000-08-14 Gerd Moellmann <gerd@gnu.org>
6979
6980 * calendar/timeclock.el: New file.
6981
69822000-08-14 David Ponce <david@dponce.com>
6983
6984 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6985 `widget-button-click'. so that one can use left mouse button to
6986 click on dialog buttons.
6987
69882000-08-14 Emmanuel Briot <briot@gnat.com>
6989
6990 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6991 identifiers, since XML is case sensitive
10e1dad9 6992
79e8dca7 69932000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6994
660394d1
MB
6995 * comint.el (comint-output-filter): Don't bother frobbing
6996 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6997
6998 * comint.el (comint-send-string, comint-send-region): Make into
6999 real functions. Snapshot the prompt before sending.
7000
218c2cc7
EZ
70012000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7002
7003 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7004 technique similar to Info-index, instead of relying on specific
7005 names of relevant Index nodes.
7006 (Info-goto-emacs-command-node): Bind Info-history to nil when
7007 going to the first node found by Info-find-emacs-command-nodes.
7008
51e066d2 70092000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7010
7011 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7012
867102f2
MB
70132000-08-10 Miles Bader <miles@gnu.org>
7014
7015 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7016
af718538
EZ
70172000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7018
7019 * info.el (Info-file-list-for-emacs): More elements for the
7020 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7021 and woman manuals.
7022
c51bacd6
MB
70232000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7024
7025 * comint.el (comint-send-input): Make the newline boundary overlay
7026 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7027 (comint-output-filter): Use `insert' instead of
7028 `insert-before-markers'. Extend comint-last-output-overlay when
7029 necessary since we can't rely on insert-before-markers to do it.
7030 * gud.el (gud-filter): Use `with-current-buffer' instead of
7031 save-excursion when inserting the output, so that point gets
7032 updated correctly; the old method relied on a rather dodgy
7033 side-effect of comint-output-filter to avoid the effect of
7034 save-excursion.
7035
98532b12
EZ
70362000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7037
7038 * files.el (recover-file): Call insert-directory instead of
7039 invoking `ls' directly.
7040
3db4b719
MB
70412000-08-10 Miles Bader <miles@gnu.org>
7042
7043 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7044 (comint-last-prompt-overlay): New variables.
7045 (comint-output-filter): Implement prompt highlighting.
7046 (comint-snapshot-last-prompt): New function.
7047 (comint-send-input): Snapshot the last prompt.
7048 Use comint-highlight-input-face.
7049 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7050 Use defface instead of defcustom.
7051 (send-invisible, comint-send-eof): Snapshot the last prompt.
7052 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7053 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7054
96190aa1
SM
70552000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7056
5cda4b07
SM
7057 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7058 (regexp-opt-group): Use a list of chars for `letters'.
7059 (regexp-opt-charset): `chars' is now a list of chars.
7060 Use a char-table rather than a vector so it works for multibyte chars.
7061
96190aa1
SM
7062 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7063 Set cvs-minor-current-files to the selected fileinfo.
7064 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7065 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7066
7d093d56
EZ
70672000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7068
7069 * files.el (insert-directory): Don't call access-file on
7070 directories on DOS and Windows.
7071
b24c5811
KH
70722000-08-09 Kenichi Handa <handa@etl.go.jp>
7073
7074 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7075 longer if necessary.
7076 (ccl-embed-code): Call ccl-embed-data to store CODE in
7077 ccl-program-vector.
7078
0a6fd67e
MB
70792000-08-09 Miles Bader <miles@gnu.org>
7080
7081 * comint.el (comint-output-filter): Properly handle the case where
7082 the text surrounded by comint-last-output-overlay was deleted.
7083
9f6d1a6c
GM
70842000-08-08 Gerd Moellmann <gerd@gnu.org>
7085
25ad1371
GM
7086 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7087 non-nil.
7088 (Info-file-list-for-emacs): Remove "info" from the list because
7089 that leads to trying to use the documentation from file `info'
7090 in various situations where it isn't appropriate, for instance
7091 C-h C-k C-h i.
7092
7093 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7094 DIR and/or STRING are nil.
7095
7096 * progmodes/compile.el (compilation-setup): Make variable
7097 compilation-error-screen-columns buffer-local, as some comment
7098 in the code suggests it should be.
7099
7100 * files.el (auto-mode-interpreter-regexp): New variable.
7101 (set-auto-mode): Use it.
7102
7103 * indent.el (indent-for-tab-command): Doc fix.
7104
7105 * mouse-sel.el (mouse-sel-mode): Doc fix.
7106
9f6d1a6c
GM
7107 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7108 labels.
7109
7110 * help.el (print-help-return-message): When
7111 display-buffer-reuse-frames is set, let the help window been quit,
7112 instead of deleting it, which might delete a reused frame.
7113
3d819a75
EZ
71142000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7115
7116 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7117 rename a directory to a name that differs only by its letter case.
7118
c5a52529
KH
71192000-08-08 Kenichi Handa <handa@etl.go.jp>
7120
7121 * international/quail.el (quail-define-rules): Handle Quail decode
7122 map correctly. Add code for supporting annotations.
7123 (quail-install-decode-map): New function.
7124 (quail-defrule-internal): New optional arguments decode-map and
7125 props.
7126 (quail-advice): New function.
7127
5e9e032a
SS
71282000-08-07 Sam Steingold <sds@gnu.org>
7129
7130 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7131 `defconst', `define-condition', `with-slots'.
7132 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7133
46645f4b
MB
71342000-08-03 Miles Bader <miles@gnu.org>
7135
7136 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7137 New variable.
7138 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7139 comint-use-prompt-regexp-instead-of-fields.
7140 (comint-send-input): Add `input' field property to stuff we send to
7141 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7142 (comint-output-filter): Add `output' field property to process
7143 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7144 (comint-replace-by-expanded-history)
7145 (comint-get-old-input-default, comint-show-output)
7146 (comint-backward-matching-input, comint-forward-matching-input)
7147 (comint-next-prompt, comint-previous-prompt): Use field
7148 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7149 (comint-line-beginning-position): New function.
7150 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7151 (comint-replace-by-expanded-history-before-point): Use
7152 comint-line-beginning-position and line-end-position.
7153 (comint-last-output-overlay): New variable.
7154 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7155
7156 * shell.el (shell-prompt-pattern): Doc change.
7157 (shell-backward-command): Use line-beginning-position.
7158
7159 * gud.el (gud-gdb-complete-command): Use
7160 comint-line-beginning-position.
7161
7162 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7163 comint-bol doesn't actually go to the beginning of the line.
7164
7165 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7166 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7167 (try-expand-line-all-buffers): Likewise.
7168
7169 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7170 explicitly matching comint-prompt-regexp.
7171 (sql-copy-column): Use comint-line-beginning-position instead of
7172 explicitly matching comint-prompt-regexp.
7173
7174 * progmodes/octave-inf.el (inferior-octave-complete): Use
7175 comint-line-beginning-position.
7176
7177 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7178
7179 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7180 looking for a prompt, use `forward-line 0' instead of
7181 `beginning-of-line', to avoid getting caught by an input field.
7182
ff3d9573
GM
71832000-08-07 Gerd Moellmann <gerd@gnu.org>
7184
7185 * files.el (shell-quote-wildcard-pattern): Make sure to return
7186 PATTERN, in the Unix case.
7187
e0d8827b
EZ
71882000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7189
7190 * play/zone.el (zone): Discard any pending input before running
7191 the randomly-chosen pgm.
7192
24d55b8f
KH
71932000-08-07 Kenichi Handa <handa@etl.go.jp>
7194
7195 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7196 checking the existence of any multibyte characters.
7197
3d05e1ee
GM
71982000-08-06 Gerd Moellmann <gerd@gnu.org>
7199
6c4a4368
GM
7200 * help.el (describe-mode): Test minor-mode symbol for being
7201 bound before testing its value for being nil.
7202
3d05e1ee
GM
7203 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7204 `first', `second', and `third'.
7205
7206 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7207 (second): Make it an alias for `cadr'.
7208
6968a481
EZ
72092000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7210
7211 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7212 types of display support faces now.
7213
e49aa397
GM
72142000-08-05 Gerd Moellmann <gerd@gnu.org>
7215
7216 * pcvs.el (require): Require `cl' during compilation, only.
7217
7218 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7219 (toplevel): Remove `remq' and `remove' from autoloads.
7220 (cl-fake-autoloads): New variable. If set, arrange for an error
7221 when CL functions etc. are autoloaded.
7222
588aca27
EZ
72232000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7224
2e78d4ab
EZ
7225 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7226
85628348
EZ
7227 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7228 popped up, but the user clicks outside the menu, return an empty
7229 regexp (that causes unhighlight-regexp to have no effect).
7230
74f0e552
EZ
7231 * menu-bar.el (menu-bar-games-menu): Add Zone.
7232
588aca27
EZ
7233 * hi-lock.el (toplevel): Require font-lock.
7234
f4988be7
GM
72352000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7236
ba087cd7 7237 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7238 (ebnf-8-bit-chars): New var for bug fix.
7239 (ebnf-string): Bug fix.
7240
027b73ac
SS
72412000-08-03 Sam Steingold <sds@gnu.org>
7242
7243 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7244 instead of `buffer-string'.
7245 (require 'cl): Always, not just when compiling.
7246 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7247 necessary.
7248
2f1fa038
EZ
72492000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7250
7251 * international/mule-cmds.el (select-safe-coding-system): Make
7252 the message text about selecting a safe coding system more clear.
7253
ead53494
GM
72542000-08-02 Gerd Moellmann <gerd@gnu.org>
7255
abb2db1c
GM
7256 * hi-lock.el: New file.
7257
7258 * play/zone.el: New file.
7259
ead53494
GM
7260 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7261 value of tab-width in the original buffer. Choose a line number
7262 format that's a multiple of the original buffer's tab width, so
7263 that lines appear right.
7264
7265 * textmodes/ispell.el (ispell): New function, replacing an alias.
7266 Spell-check active region if in transient-mark-mode and mark
7267 is active; otherwise spell-check buffer.
7268
72692000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7270
7271 * ps-mule.el: Fix a customization problem on
7272 ps-mule-font-info-database-default.
7273
f4a2b0a4
EZ
72742000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7275
7276 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7277 display-mouse-p instead of window-system.
7278 (ebrowse-member-mode-map): Ditto.
7279
b685181e
GM
72802000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7281
ba087cd7
EZ
7282 * progmodes/ebnf2ps.el: Update ps-print functions call.
7283 Indentation fix. Doc fix.
b685181e
GM
7284 (ebnf-version): New version number (3.2).
7285 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7286
3b5fab87
EZ
72872000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7288
032ebb29
EZ
7289 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7290 font lock support on window-system.
7291 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7292
3b5fab87
EZ
7293 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7294 display-color-p, if fboundp, instead of window-system.
7295
7e2605e7
EZ
72962000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7297
7298 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7299 instead of window-system.
7300
7301 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7302 window-system.
7303 (widget-choice-mouse-down-action): Use display-popup-menus-p
7304 instead of window-system.
7305
7306 * strokes.el (strokes-file): Run the file name through
7307 convert-standard-filename.
7308 (strokes-mode): Call display-mouse-p instead of looking at
7309 window-system. Change the error message accordingly.
7310
7311 * progmodes/cpp.el (toplevel): Support faces on tty's.
7312
7313 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7314 (lm-plot-square, lm-init-display): Don't use window-system.
7315
7316 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7317 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7318
7319 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7320 instead of looking at window-system.
7321
26119624
GM
73222000-07-30 Gerd Moellmann <gerd@gnu.org>
7323
7324 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7325 of testing if iswitchb-prepost-hooks is bound, because the
7326 latter will always be true when invoking a recursive minibuffer
7327 from an active Iswitchb buffer.
7328
c90596f3
EZ
73292000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7330
7331 * files.el (shell-quote-wildcard-pattern): New function.
7332 (insert-directory): Call it. Only prepend "\" to command on Unix
7333 and GNU/Linux systems.
7334
18925e78
GM
73352000-07-30 Gerd Moellmann <gerd@gnu.org>
7336
7337 * eshell/esh-groups.el: Change custom :link file names
7338 from `eshell.info' to `eshell'.
7339
73402000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7341
7342 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7343 correctly in recursive ange-ftp listings.
7344
73452000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7346
7347 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7348 ps-header-font-size-internal and
7349 ps-header-title-font-size-internal variables are not set,
7350 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7351 face text property is (foreground-color . COLOR) or
7352 `(background-color . COLOR)', ps-print crashes. Doc fix.
7353 (ps-print-version): New version number (5.2.4).
7354 (ps-plot-region): Code fix.
7355 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7356 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7357 Bug fix 2.
7358
73592000-07-30 Milan Zamazal <pdm@freesoft.cz>
7360
7361 * glasses.el (glasses-make-readable): Fix uncapitalization of
7362 identifiers like `myXMLDocument'.
7363
aeb4c63e
KF
73642000-07-28 Karl Fogel <kfogel@red-bean.com>
7365
18925e78
GM
7366 * mail/mail-hist.el (mail-hist-previous-input)
7367 (mail-hist-next-input): Do the obvious code factorization.
7368 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7369 code of above two.
7370 If inserting a message body, leave point at top.
7371
9d453139
SS
73722000-07-28 Sam Steingold <sds@gnu.org>
7373
7374 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7375 Use `<=', not `<' to compare times!
7376 (ange-ftp-ls): Remove.
9d453139 7377
b548072f
GM
73782000-07-27 Gerd Moellmann <gerd@gnu.org>
7379
27848c01
GM
7380 * play/cookie1.el: Add explanation of how to make cookie.el
7381 compatible with strfile(1) to comment.
7382
7383 * subr.el (remove, remq): New functions.
7384
3ab82477
GM
7385 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7386 escape `*' in regexps.
7387 (midnight-find): Reverse order of arguments in the funcall of
7388 TEST.
7389
7390 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7391 and `.class'.
7392
b548072f
GM
7393 * play/meese.el: Add Commentary section.
7394
27848c01
GM
73952000-07-27 Alex Schroeder <alex@gnu.org>
7396
7397 * sql.el (sql-ms): Added autoload cookie.
7398 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7399 (sql-oracle): Ditto.
7400 (sql-help): Doc change.
7401
7402 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7403 types and exceptions.
7404
74052000-07-27 Alex Schroeder <alex@gnu.org>
7406
7407 * sql.el (sql-placeholder-history): New variable.
7408 (sql-query-placeholders-and-send): New function that will query
7409 the user and replace placeholders with user input.
7410 (sql-oracle): If running on NT, set comint-input-sender to
7411 sql-query-placeholders-and-send.
7412
7413 (sql-stop): If in the SQLi buffer, insert stop notification, else
7414 present it as a message.
7415
74162000-07-27 Alex Schroeder <alex@gnu.org>
7417
7418 * sql.el (sql-input-ring-separator): Doc change.
7419 (sql-input-ring-file-name): Doc change.
7420 (sql-interactive-mode): Use `sql-input-ring-separator' and
7421 `sql-input-ring-file-name' to set the comint-mode equivalents
7422 without making them local variables.
7423 (sql-stop): Don't bind `sql-input-ring-separator' and
7424 `sql-input-ring-file-name' dynamically to their comint-mode
7425 equivalents.
7426
91ae8751
KH
74272000-07-27 Kenichi Handa <handa@etl.go.jp>
7428
7429 * international/mule.el (register-char-codings): New function.
7430 (make-coding-system): Handle `safe-chars' specification in the arg
7431 PROPERTY.
7432
7433 * international/mule-cmds.el
7434 (find-coding-systems-region-subset-p): This function deleted.
7435 (sort-coding-systems-predicate): New variable.
7436 (sort-coding-systems): New function.
7437 (find-coding-systems-region): Use
7438 find-coding-systems-region-internal.
7439 (find-coding-systems-string): Use find-coding-systems-region.
7440 (find-coding-systems-for-charsets): Check
7441 char-coding-system-table.
7442 (select-safe-coding-system-accept-default-p): New variable.
7443 (select-safe-coding-system): Mostly rewritten. New argument
7444 ACCEPT-DEFAULT-P.
7445 (select-message-coding-system): Call select-safe-coding-system
7446 with ACCEPT-DEFAULT-P arg.
7447 (reset-language-environment): Reset default-sendmail-coding-system
7448 to the default value iso-latin-1.
7449 (set-language-environment): Don't set the obsolete variable
7450 charset-origin-alist.
7451
7452 * international/codepage.el (cp-coding-system-for-codepage-1):
7453 Give `safe-chars' property to make-coding-system.
7454
7455 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7456 calling select-message-coding-system twice.
7457
7458 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7459 instead of `safe-charsets'.
7460 (cyrillic-alternativnyj): Likewise.
7461 (ccl-encode-alternativnyj): Don't check the charset
7462 cyrillic-iso8859-5.
7463
90cf4474
KH
74642000-07-27 Kenichi Handa <handa@etl.go.jp>
7465
7466 * composite.el (compose-chars-after): Preserve match data.
7467
a1f84f6d
SS
74682000-07-26 Sam Steingold <sds@gnu.org>
7469
7470 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7471 (ange-ftp-real-file-newer-than-file-p): New function.
7472 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7473 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7474
7475 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7476 * midnight.el (midnight-float-time): Ditto.
7477
e092928e
AS
74782000-07-26 Andreas Schwab <schwab@suse.de>
7479
7480 * files.el (normal-backup-enable-predicate): Correct
7481 interpretation of the return value of compare-strings.
7482
7465ebef
GM
74832000-07-26 Gerd Moellmann <gerd@gnu.org>
7484
3353ef5a
GM
7485 * isearch.el (isearch-resume): New function.
7486 (isearch-done): Add something to command-history to resume
7487 the search.
7488 (isearch-yank-line, isearch-yank-word): Use
7489 buffer-substring-no-properties instead of buffer-substring.
7490
7465ebef
GM
7491 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7492 of flyspell-mouse-map.
7493
7494 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7495 duplicate definition.
7496 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7497
7498 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7499 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7500
5044b74a
SS
75012000-07-25 Sam Steingold <sds@gnu.org>
7502
25759a92
SS
7503 * net/ange-ftp.el: Get modtime over the net.
7504 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7505 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7506 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7507 Use it.
7508 (ange-ftp-dot-to-slash): New function.
7509 (ange-ftp-fix-name-for-vms): Use it.
7510
5044b74a
SS
7511 * midnight.el (midnight-buffer-display-time): Use
7512 `with-current-buffer'.
7513
5dcfb3f4
GM
75142000-07-25 Gerd Moellmann <gerd@gnu.org>
7515
7516 * find-dired.el: Update copyright notice.
7517 (find-dired): Offer to kill a running `find'.
7518
7519 * enriched.el (enriched-face-ans): For a `foreground-color'
7520 property, return '(("x-color" COLOR))' so that COLOR will be
7521 output as a parameter of the x-color annotation. Likewise for the
7522 `background-color' property. In the case of normal face
7523 properties, don't return annotations for unspecified foreground
7524 and background face attributes.
7525
8c662166
KH
75262000-07-25 Kenichi Handa <handa@etl.go.jp>
7527
7528 * language/japan-util.el (japanese-katakana-region): Fix handling
7529 HANKAKU argument.
7530
c28da489
MB
75312000-07-25 Miles Bader <miles@gnu.org>
7532
7533 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7534 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7535 constrain-to-field.
7536
ad349719
AI
75372000-07-24 Andrew Innes <andrewi@gnu.org>
7538
7539 * timer.el (timer-activate-when-idle): Add optional parameter
7540 DONT-WAIT. Update docstring.
7541 (run-with-idle-timer): Specify extra parameter to
7542 timer-activate-when-idle, so that timer will be activated
7543 immediately if Emacs is already idle.
7544
7545 * w32-fns.el (w32-using-nt): Fix docstring.
7546
c95162f5
DL
75472000-07-24 Dave Love <fx@gnu.org>
7548
7549 * mouse.el (popup-menu): Set last-command-event.
7550 (mouse-major-mode-menu-prefix): Declare.
7551
e3c31fd5
GM
75522000-07-24 Gerd Moellmann <gerd@gnu.org>
7553
7554 * textmodes/flyspell.el: Update to author's version 1.5d.
7555
7556 * progmodes/hideshow.el: Update copyright notice.
7557
7558 * vcursor.el: Set maintainer to FSF, since author cannot
7559 be reached.
7560
7636d2a3
EZ
75612000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7562
fbe0a958
EZ
7563 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7564 the prompt.
7565
7636d2a3
EZ
7566 * mouse.el (popup-menu): Run the keymap through indirect-function,
7567 in case it was defined with define-prefix-key. If the menu is a
7568 list of keymaps, look up the binding of user's choice in each one
7569 of the keymaps.
7570 (mouse-popup-menubar): If the global and local menu-bar keymaps
7571 don't have a prompt string, create one and insert it into the
7572 keymap. Don't barf if current-local-map returns nil.
7573
e024b101
GM
75742000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7575
7576 * dired.el (dired-sort-R-check): Added to allow recursive listing
7577 to be undone.
7578 (dired-sort-other): Use it.
7579
7972fcfc
GM
75802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7581
e024b101 7582 * Release of cc-mode 5.27
7972fcfc
GM
7583
75842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7585
7586 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7587 c-beginning-of-statement-1 that caused a bad case of recursion
7588 which could consume a lot of CPU in large classes in languages
7589 that have in-expression classes (i.e. Java and Pike).
7590
7591 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7592 statements before top level constructs (i.e. case 6 is moved
7593 before case 5 and is now case 4) to catch in-expression
7594 classes in top level expressions correctly.
7595
75962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7597
7598 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7599 objc-method-intro. Case 4 removed and case 5I added.
7600
7601 * cc-langs.el (c-append-paragraph-start): New variable used by
7602 c-common-init to get paragraph-start correct.
7603 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7604 initialize paragraph-start to make it correct both with and
7605 without the javadoc special case.
7606
7607 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7608 initialize paragraph-start for javadoc markup.
7609
7610 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7611 change by defaulting this to t. It's motivated by the
7612 confusing behavior that otherwise arise from the style system
7613 when editing both java and non-java files at the same time
7614 (see the comments about style setting in c-common-init).
7615
76162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7617
7618 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7619 similar to the one in c-fill-paragraph to check the fill
7620 prefix from the adaptive fill function for sanity.
7621
76222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7623
7624 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7625 defun block.
7626
76272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7628
5044b74a 7629 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7630
76312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7632
7633 * cc-align.el (c-lineup-multi-inher): Handle lines with
7634 leading comma nicely. Extended to handle member initializers
7635 too.
7636
e024b101 7637 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7638 c-guess-basic-syntax): Fixed recognition of inheritance lists
7639 when the lines begins with a comma.
7640
5044b74a 7641 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7642
7643 * cc-vars.el (c-offsets-alist): Changed default for
7644 member-init-cont to c-lineup-multi-inher since it now handles
7645 member initializers and indents better for leading commas.
7646
76472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7648
7649 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7650 handling that caused class open lines to be recognized as
7651 statement-conts in some cases.
7652
7653 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7654 guessed by the adaptive fill function unless point is on the
7655 first line of a block comment.
7656
7657 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7658 when the buffer ends with a macro continuation char.
7659
7660 * cc-engine.el (c-guess-basic-syntax): Added support for
7661 function definitions as statements in Pike. The first
7662 statement in a lambda block is now labeled defun-block-intro
7663 instead of statement-block-intro.
7664
7665 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7666 so that the class surrounding point is selected, not the one
7667 innermost in the state.
7668
7669 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7670 recognition of switch labels having hanging multiline
7671 statements.
7672
7673 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7674 some code in c-guess-basic-syntax to a separate function.
7675 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7676 recognition of member inits with multiple line arglists.
7677 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7678 member-init-cont when the commas are in funny places.
7679
76802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7681
7682 * cc-defs.el (c-auto-newline): Removed this macro since it's
7683 not used anymore.
7684
7685 * cc-engine.el (c-looking-at-bos): New helper function.
7686 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7687 inexpr and toplevel classes apart in Pike.
7688
7689 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7690 of case 9A.
7691
7692 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7693 constant, since "class" can introduce an in-expression class
7694 in Pike nowadays.
7695
76962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7697
7698 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7699 indentation on cpp-macro lines.
7700
7701 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7702 a syntax modifier like comment-intro, to make it possible to
7703 get syntactic indentation for preprocessor directives. It's
7704 incompatible wrt to lineup functions on cpp-macro, but it has
7705 no observable effect in the 99.9% common case where cpp-macro
7706 is set to -1000.
7707
77082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7709
7710 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7711 member-init-cont when the preceding arglist is several lines.
7712
77132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7714
7715 * cc-styles.el (c-style-alist): The basic offset for the BSD
7716 style corrected to 8.
7717
77182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7719
7720 * cc-styles.el (c-style-alist): Adjusted the indentation of
7721 brace list openers in the gnu style.
7722
77232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7724
7725 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7726
7727 * cc-cmds.el (c-electric-brace, c-electric-slash,
7728 c-electric-star, c-electric-semi&comma, c-electric-colon,
7729 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7730 when c-syntactic-indentation is nil.
7731
7732 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7733 we were left at comments preceding the first statement when
7734 reaching the beginning of the buffer.
7735
7736 * cc-vars.el (c-syntactic-indentation): New variable to turn
7737 off all syntactic indentation.
7738
77392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7740
7741 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7742 between the text and the block comment ender when it hangs,
7743 depending on how many there are before the fill.
7744
77452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7746
7747 * cc-engine.el (c-beginning-of-closest-statement): New helper
7748 function to go back to the closest preceding statement start,
7749 which could be inside a conditional statement.
7750 * cc-engine.el (c-guess-basic-syntax): Use
7751 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7752
7753 * cc-engine.el (c-guess-basic-syntax): Better handling of
7754 arglist-intro, arglist-cont-nonempty and arglist-close when
7755 the arglist is nested inside parens. Cases 7A, 7C and 7F
7756 changed.
7757
7758 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7759 up-to-date with javadoc 1.2.
7760
77612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7762
7763 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7764 multiline Pike type decls.
7765
77662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7767
7768 * cc-cmds.el (c-indent-new-comment-line): Always break
7769 multiline comments in multiline mode, regardless of
7770 comment-multi-line.
7771
77722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7773
7774 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7775 fully::qualified::names in C++ member init lists. Preamble in
7776 case 5D changed.
7777
77782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7779
7780 * cc-langs.el (c-common-init): Handling of obsolete variables
7781 moved to c-initialize-cc-mode. More compatible style override
7782 when using global style variables.
7783 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7784 variables moved here.
7785
e024b101 7786 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7787 c-special-indent-hook as a style variable. Don't talk about
7788 doing (c-make-styles-buffer-local t) in a mode hook, since
7789 that's already too late to work right.
5044b74a 7790
7972fcfc
GM
7791 * cc-styles.el (c-make-styles-buffer-local): Flag style
7792 variable localness in c-style-variables-are-local-p to make
7793 the compatibility measure in c-common-init work well.
7794
7795 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7796 longer contain set-from-style.
7797 * cc-styles.el (c-initialize-builtin-style): Don't check for
7798 set-from-style on c-special-indent-hook.
7799 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7800 copy-alist is sufficient now.
7801
7802 * cc-styles.el (c-set-style, c-set-style-1,
7803 c-get-style-variables): Fixes to variable initialization so
7804 that duplicate entries in styles have the same effect
7805 regardless of DONT-OVERRIDE.
7806
7807 * cc-styles.el (c-set-style-2): Fixed bug where the
7808 initialization of inheriting styles failed when the
7809 dont-override flag is set.
7810
7811 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7812 on this.
7813
78142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7815
7816 * cc-defs.el (c-forward-comment): Removed the workaround
7817 introduced in 5.38 since it had worse side-effects. If a line
7818 contains the string "//\"", it regarded the // as a comment
7819 start since the \ temporarily doesn't have escape syntax.
7820
78212000-07-17 Emmanuel Briot <briot@act-europe.fr>
7822
7823 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7824 ada-xref.el before ada-prj.el, so that the Project menu is created
7825 when ada-prj tries to add to it.
7826 (ada-activate-keys-for-case): Suppress the characters that are not
7827 part of the Ada syntax. Better compatibility with else-mode
7828 (ada-adjust-case-interactive): When auto-casing is not active,
7829 correctly insert newlines (used to insert only ^M). Prevent the
7830 syntax table from being changed in case of an error
814299a7 7831 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7832 Do nothing if ada-auto-case is nil.
7833 (ada-after-keyword-p): Ignore keywords that are also attributes
7834 (ada-batch-reformat): Update usage comment
7835 (ada-call-from-contextual-menu): New function
7836 (ada-case-read-exceptions): Reinitialize the casing exception list
7837 first to nil first, so that the casing exception file can be
7838 shared.
7839 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7840 files.
7841 (ada-compile-goto-error): Fix regexp used to detect a file:line
7842 anywhere in the error message
7843 (ada-contextual-menu-last-point): New variable
7844 (ada-create-keymap): If the variable delete-key-deletes-forward is
7845 t on XEmacs, it means that DEL should delete one character
7846 forward.
7847 (ada-create-menu): Use :included instead of :visible for XEmacs.
7848 New submenu "Options".
7849 (ada-end-stmt-re): Correctly indent "select ... then abort"
7850 statements.
7851 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7852 even if they don't match ada-fill-comment-prefix Fix handling of
7853 paragraphs on the first or last line of a file.
7854 (ada-format-paramlist): Fix handling of default parameter values.
7855 (ada-get-body-name): New function.
7856 (ada-get-current-indent): Optimized by searchling directly for an
7857 existing generic part or a statement outside of it. Handle
7858 ada-indent-align-comments when indenting comments Replaced some
7859 regexps by testing directly the next character. This results in a
7860 huge speedup on some files. New indentation scheme for renames
7861 statements. Stop looking for the 'while' or 'for' associated with
7862 a 'loop' at the first semicolon encountered. A "return" can also
7863 match an anonymous access subprogram declaration.
7864 (ada-get-indent-noindent): Ignore strings and comments when
7865 looking for the keywords "record" and "private".
7866 (ada-goto-matching-decl-start): When matching "if", make sure we
7867 are not in fact seeing "end if". Ignore "when" statements except
7868 when initial keyword was "begin". Fix handling of nested
7869 procedures. Add a recursive call to this function to skip over
7870 other 'end' statmts. Fix indentation for "when .. => begin"
7871 (ada-in-open-paren-p): Fix indentation for complex boolean
7872 expressions, where 'and then', 'or else' and parenthesis
7873 statements are mixed up.
7874 (ada-in-paramlist-p): Skip comments while searching for the
7875 beginning Fix handling of operator declarations.
7876 (ada-indent-align-comments): New variable
7877 (ada-indent-current): Change the syntax table only in the
7878 protected section, so that we are sure it is restored correctly.
7879 (ada-indent-on-previous-lines): Use ada-use-indent and
7880 ada-with-indent Correctly indent "select ... then"
7881 (ada-indent-region): Slight speedup.
7882 (ada-indent-renames): New variable.
7883 (ada-last-which-function-subprog, ada-last-which-function-line):
7884 New variables
7885 (ada-looking-at-semi-private): Correctly indent the 'private'
7886 keyword when it is the first word in a package declaration.
7887 (ada-loose-case-word): Stop searching if at the end of the buffer.
7888 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7889 even if point is not initially at the end of the word.
7890 (ada-matching-decl-start-re): Add "when".
7891 (ada-mode): Add support for abbrev-mode, outline-mode and
7892 which-func-mode Override the old find-file.el entry in
7893 ff-special-constructs since it is using the obsolete
7894 ada-spec-suffix variable
7895 (ada-no-auto-case): New function
7896 (ada-scan-paramlist): When parsing the argument type, accept
7897 spaces (as in "X 'Class", generated by Rational Rose).
7898 (ada-other-file-name): No longer loads the other file.
7899 (ada-popup-menu): Save and restore the current buffer and cursor
7900 position before and after displaying the menu.
7901 (ada-search-ignore-complex-boolean): New function.
7902 (ada-uncomment-region): Emacs21 already knows how to delete
7903 comments not starting in the first column.
7904 (ada-use-indent): New variable
7905 (ada-which-function): New function.
7906 (ada-with-indent): New variable
7907 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7908 can be batch-compiled from the command line.
7909
7910 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7911 Add to the menu when the file is loaded, not in ada-mode-hook.
7912 Add -toolbar to the default ddd command Switches moved from
7913 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7914 ada-prj-default-comp-opt
7915 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7916 Reference Manual to the menu
7917 (ada-check-current): rewritten as a call to ada-compile-current
7918 (ada-compile): Removed.
7919 (ada-compile-application, ada-compile-current, ada-check-current):
7920 Set the compilation-search-path so that compile.el automatically
7921 finds the sources in src_dir. Automatic scrollong of the
7922 compilation buffer. C-uC-cC-c asks for confirmation before
7923 compiling
7924 (ada-compile-current): New parameter, prj-field
7925 (ada-complete-identifier): Load the .ali file before doing
7926 processing
7927 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7928 conform to gnatmake's behavior.
7929 (ada-find-file-in-dir): New function
7930 (ada-find-references): Set the environment variables for gnatfind
7931 (ada-find-src-file-in-dir): New function.
7932 (ada-first-non-nil): Removed
7933 (ada-gdb-application): Add support for jdb, the java debugger.
7934 (ada-get-ada-file-name): Load the original-file first if not done
7935 yet.
7936 (ada-get-all-references): Handles the new ali syntax (parent types
7937 are found between <>).
7938 (ada-initialize-runtime-library): New function
7939 (ada-mode-hook): Always load a project file when a file is opened,
7940 so that the casing exceptions are correctly read.
7941 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7942 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7943 to open the project file, since the latter does not work with
7944 speedbar Get default values before loading the prj file, or the
7945 default executable file name is wrong. Use the absolute value of
7946 src_dir to initialize ada-search-directories and
7947 compilation-search-path,... Add the standard runtime library to
7948 the search path for find-file.
7949 (ada-prj-default-debugger): Was missing an opening '{'
7950 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7951 variables.
7952 (ada-prj-default-gnatmake-opt): New variable
7953 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7954 buffers, the project file is the default one Save the windows
7955 configuration before displaying the menu.
7956 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7957 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7958 ...) regexp-quote identifiers names to support operators +,
7959 -,... in regexps.
7960 (ada-remote): New function.
7961 (ada-run-application): Erase the output buffer before starting the
7962 run Support remote execution of the application. Use
7963 call-process, or the arguments are incorrectly parsed
7964 (ada-set-default-project-file): Reread the content of the active
7965 project file, not the one from the current buffer When a project
7966 file is set as the default project, all directories are
7967 automatically associated with it.
7968 (ada-set-environment): New function
7969 (ada-treat-cmd-string): New special variable ${current}
7970 (ada-treat-cmd-string): Revised. The substitution is now done for
7971 any ${...} substring
7972 (ada-xref-current): If no body was found, compiles the spec
7973 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7974 compiler to get rid of command line length limitations.
7975 (ada-xref-get-project-field): New function
7976 (ada-xref-project-files): New variable
7977 (ada-xref-runtime-library-specs-path)
7978 (ada-xref-runtime-library-ali-path): New variables
7979 (ada-xref-set-default-prj-values): Default run command now does a
7980 cd to the build directory. New field: main_unit Provide a default
7981 file name even if the current buffer has no prj file.
7982
7983 * ada-prj.el:
7984 Rewritten to show a tabbed-dialog.
7985 (ada-prj-add-ada-menu): Remove the map and name parameters.
7986 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7987 New function
7988 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7989 (ada-prj-load-from-file): New function
7990 (ada-prj-save): Always save fields that depend on the current buffer
7991 (ada-prj-show-value): New function
5044b74a 7992
7972fcfc
GM
7993 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7994 Ada mode. This will allow us to display the Ada menu in any buffer
7995 we want (for project items).
7996 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7997 number of spaces in the header.
5044b74a 7998
8730a8da
DL
79992000-07-24 Dave Love <fx@gnu.org>
8000
8001 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8002
db3ca487
NF
80032000-07-23 Noah Friedman <friedman@splode.com>
8004
ad953485
NF
8005 * type-break.el (type-break): perform autosave.
8006 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8007 (type-break-do-query): Cancel query schedule while performing
8008 actual query, to avoid possibility of a second query being made
8009 while first one is already in progress.
8010 (type-break-time-stamp-format): New variable.
8011 (type-break-time-stamp): New function.
8012 (type-break-time-warning): Use it.
8013 (type-break-keystroke-warning): Use it.
8014 (type-break-noninteractive-query): Use it.
8015
03a9c6d0
NF
8016 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8017 cookie.
8018 Use add-minor-mode to set minor-mode-alist, if available.
8019 (eldoc-echo-area-use-multiline-p): New user option.
8020 (eldoc-echo-area-multiline-supported-p): New variable.
8021 (eldoc-docstring-format-sym-doc): Use them.
8022 (eldoc-mode): If not using idle timers, append to local post and
8023 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8024 (eldoc-display-message-no-interference-p): Don't interfere with
8025 edebug.
8026 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8027 (eldoc-function-arglist): New function.
8028 (eldoc-function-argstring): Use it.
8029
db3ca487
NF
8030 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8031 auto save directory exists before calling directory-files.
8032
f7ad1899
DL
80332000-07-23 Dave Love <fx@gnu.org>
8034
8035 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8036 ^o, ^u.
8037
43e764c9
DL
80382000-07-21 Dave Love <fx@gnu.org>
8039
475de6f4
DL
8040 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8041 now passed to the function. It now works properly.
8042
43e764c9
DL
8043 * smerge-mode.el (smerge-mode-menu): Fill it out.
8044
e8bea4c0
GM
80452000-07-20 Gerd Moellmann <gerd@gnu.org>
8046
8047 * info-look.el (info-lookup): If *info* is shown in another frame
8048 on the same display, select that frame, instead of switching to
8049 the Info buffer in another window of the selected frame.
8050
8051 * simple.el (universal-argument-map): Bind numeric keypad keys
8052 kp-0 to kp-9 and kp-subtract.
8053 (digit-argument): Handle these keys.
8054
bc75b4fd
DL
80552000-07-20 Dave Love <fx@gnu.org>
8056
8057 * net/goto-addr.el (goto-address-fontify): Don't bother with
8058 buffer-modified and read-only stuff -- irrelevant with overlays.
8059 Put an extra property on the overlays and use it to clean up in
8060 case goto-address is re-run.
8061
8b7bc628
RS
80622000-07-19 Richard M. Stallman <rms@gnu.org>
8063
18e21ce8
RS
8064 * timer.el (run-with-idle-timer): Doc fix.
8065
db3ca487 8066 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8067 Handle case where <...> appears inside "...".
8068 Use replace-match to edit the string more simply.
8069 (rmail-dont-reply-to): Cope with an unmatched ".
8070
50575ec2
DL
80712000-07-19 Dave Love <fx@gnu.org>
8072
8073 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8074 implementation.
8075
8076 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8077 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8078 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8079
4279296d
GM
80802000-07-19 Gerd Moellmann <gerd@gnu.org>
8081
47db06aa
GM
8082 * textmodes/refer.el: Correct maintainer's email address.
8083
8084 * progmodes/hideif.el: Correct author's email address.
8085 Fix typo in comment.
8086
8087 * xml.el: New file.
8088
4279296d
GM
8089 * mail/mailheader.el: Correct author's mail address.
8090
8091 * gnus/parse-time.el: Correct author's mail address.
8092
47db06aa 80932000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8094
8095 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8096 New user options.
8097 (comint-input-ring-file-name): Change custom type.
8098 (comint-mode-map): Bind mouse-2.
8099 (comint-insert-clicked-input): New function.
8100 (comint-send-input): Handle input highlighting.
8101
21ad0f7b
SM
81022000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8103
8104 * mouse.el (popup-menu): New function.
8105 (mouse-major-mode-menu): Use it.
8106
3b33a005
DL
81072000-07-18 Dave Love <fx@gnu.org>
8108
8109 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8110 improvements.
8111
dc1cac59
GM
81122000-07-18 Gerd Moellmann <gerd@gnu.org>
8113
21ad0f7b 8114 * faces.el (face-font-selection-order)
dc1cac59 8115 (face-font-family-alternatives): Add custom type.
db3ca487 8116
f8276b77
DL
81172000-07-18 Dave Love <fx@gnu.org>
8118
8119 * cus-edit.el (custom-variable-reset-saved)
8120 (custom-variable-reset-standard): Remove unused bindings.
8121
8122 * rect.el (open-rectangle-line): Remove unused let.
8123
8124 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8125
3d6cd763
GM
81262000-07-18 Gerd Moellmann <gerd@gnu.org>
8127
8128 * cdl.el: Fix `Maintainer' keyword.
8129
8130 * play/pong.el: Add author's email address.
8131
34342a07
SS
81322000-07-17 Sam Steingold <sds@gnu.org>
8133
8134 * files.el (insert-directory): Call `split-string' instead of
8135 re-implementing it.
8136
088831a6
GM
81372000-07-18 Gerd Moellmann <gerd@gnu.org>
8138
8139 * mail/vms-pmail.el: Change maintainer to FSF.
8140
8141 * net/goto-addr.el: Change maintainer to FSF.
8142
088831a6 8143 * info.el (Info-title-face-alist): Removed.
db3ca487 8144
c152047f
GM
81452000-07-18 David Ponce <david@dponce.com>
8146
8147 * recentf.el (recentf-open-files): New command that works like
8148 `recentf-open-more-files', but shows the whole list of files (not just
8149 those omitted from the menu). Useful if you don't use a menu-bar!
8150 (recentf-open-more-files) Modified to use `recentf-open-files'.
8151
8152 (recentf-open-files, recentf-open-more-files)
8153 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8154
8155 (recentf-dialog-mode): New mode for dialogs. You can now just type
8156 "q" to cancel the dialogs.
8157
81582000-07-18 David Ponce <david@dponce.com>
8159
8160 * recentf.el: This is a major update of recentf.el. It adds new
8161 features to better organize the recentf menu and "More..." buffer.
8162
8163 Using new provided menu filtering functions you can now organize the
8164 recent files list:
8165
8166 - by major modes
8167 - by directories
8168 - by user defined rules
8169
8170 Finally, with the new `recentf-filter-changer' customizable filter you
8171 can define a ring of filters and dynamically (via the menu) cycle on
8172 each menu organization in the ring (a la msb).
8173
68be2869
EZ
81742000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8175
8176 * eshell/eshell.el (eshell): Replace links to eshell.info with
8177 links to eshell, to avoid problems on systems where the manual is
8178 installed as `eshell'.
8179 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8180 * eshell/em-smart.el (eshell-smart): Ditto.
8181 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8182 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8183
8184 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8185 same-file check in the MS-DOS version (it does support inodes).
8186
8187 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8188
21ad0f7b
SM
8189 * eshell/eshell.el (eshell-directory-name):
8190 Run default directory name through convert-standard-filename.
68be2869 8191
269b4dcb
KH
81922000-07-18 Kenichi Handa <handa@etl.go.jp>
8193
21ad0f7b
SM
8194 * international/mule-cmds.el (select-safe-coding-system):
8195 Fix typo in the comment.
240a16cf 8196
21ad0f7b
SM
8197 * language/european.el (compound-text):
8198 Force katakana-jisx0201 to be designated to G1.
aa96c820 8199
21ad0f7b
SM
8200 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8201 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8202 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8203
269b4dcb
KH
8204 * international/kkc.el (kkc-after-update-conversion-functions):
8205 New variable.
8206 (kkc-update-conversion): Run functions in it at the tail.
8207
68be2869 82082000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8209
21ad0f7b
SM
8210 * lisp/align.el (align-newline-and-indent):
8211 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8212 (align-region): Fixed badly formatted minibuffer message.
8213
7a3fd467
KH
82142000-07-17 Kenichi Handa <handa@etl.go.jp>
8215
21ad0f7b 8216 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8217 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8218 the conversion list at first if appropriate.
8219 (kkc-next): Don't update kkc-next-count here.
8220 (kkc-prev): Don't update kkc-prev-count here.
8221 (kkc-show-conversion-list-update): Fix setting up of conversion
8222 list message.
8223
a45423d8
SM
82242000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8225
088831a6 8226 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8227
91a38db1
DL
82282000-07-16 Dave Love <fx@gnu.org>
8229
8230 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8231 function to be more specific.
8232
8233 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8234 non-string help-echo.
8235 (widget-types-convert-widget): Defsubst it.
8236 (widget-echo-help): Try to cope with a help-echo function of two
8237 possible sorts.
8238
3fddcdc3
JR
82392000-07-15 Jason Rumney <jasonr@gnu.org>
8240
8241 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8242 Declare as obsolete.
8243
8244 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8245
bd23a692
GM
82462000-07-14 Gerd Moellmann <gerd@gnu.org>
8247
8248 * hilit-chg.el: Fix typo.
8249
d4af987a
DL
82502000-07-14 Dave Love <fx@gnu.org>
8251
8252 * info.el (Info-mode-menu): Fix use of :help, :enable.
8253
3a4f3f86
SM
82542000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8255
8256 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8257
cf6936a4
DL
82582000-07-13 Dave Love <fx@gnu.org>
8259
4d6d04b5
DL
8260 * emacs-lisp/easymenu.el: Doc fixes.
8261 (easy-menu-remove): Defalias to ignore.
8262
cf6936a4
DL
8263 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8264 Call throw correctly.
8265
56437999
GM
82662000-07-13 Gerd Moellmann <gerd@gnu.org>
8267
8268 * faces.el (frame-background-mode): Doc fix.
8269
8270 * simple.el (eval-expression-print-length): Change custom type to
8271 allow entering nil as value.
8272
d04a3972
DL
82732000-07-13 Dave Love <fx@gnu.org>
8274
3a4f3f86
SM
8275 * progmodes/fortran.el (fortran-imenu-generic-expression):
8276 Change definition layout.
a8189dfe
DL
8277 (fortran-mode-menu): Reinstate customize entries.
8278
d04a3972
DL
8279 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8280 Use :filter, per old XEmacs code.
8281
4bf4fb05
GM
82822000-07-12 Gerd Moellmann <gerd@gnu.org>
8283
8284 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8285 event when deciding what to send to the terminal.
8286
37328bcd
DL
82872000-07-12 Dave Love <fx@gnu.org>
8288
8289 * cus-start.el: Add optional version as 4th element of specs and
8290 use it for several things new in v21. Remove load-path. Fix type
8291 of line-number-display-limit.
8292
89492072
DL
82932000-07-11 Dave Love <fx@gnu.org>
8294
3a4f3f86
SM
8295 * progmodes/fortran.el: Don't require easymenu.
8296 Use repeat counts in various regexps.
315aa1de
DL
8297 (fortran-mode-syntax-table): Defvar directly.
8298 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8299 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8300 Use defvar, not defconst.
8301 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8302 (fortran-mode): Set fortran-comment-line-start-skip,
8303 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8304 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8305 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8306 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8307 (fortran-comment-region, fortran-electric-line-number): Simplify.
8308 (fortran-auto-fill): New function.
8309 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8310 (fortran-find-comment-start-skip):
8311 Check for non-null comment-start-skip.
8312 (fortran-auto-fill-mode, fortran-fill-statement):
8313 Use fortran-auto-fill.
315aa1de 8314 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8315 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8316
89492072
DL
8317 * widget.el (widget-plist-member): New alias.
8318
d55ead18
EZ
83192000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8320
8321 * eshell/esh-module.el (toplevel): Reference
8322 byte-compile-current-file only if it is bound.
8323
e82a2a05
GM
83242000-07-10 Gerd Moellmann <gerd@gnu.org>
8325
8326 * dired.el: Don't require `dired-aux'.
8327
1fc7fb2b
MB
83282000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8329
8330 * dired-aux.el (dired-show-file-type): New function.
8331 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8332 (dired-show-file-type): Add autoload.
8333
ab49ce15
KH
83342000-07-10 Kenichi Handa <handa@etl.go.jp>
8335
8336 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8337 change of fontset-info.
ab49ce15
KH
8338 (print-fontset): Likewise.
8339
f45aab65
SM
83402000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8341
8342 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8343
2f72fd2f
GM
83442000-07-07 Gerd Moellmann <gerd@gnu.org>
8345
e82a2a05 8346 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8347
2f72fd2f
GM
8348 * dired.el (dired-find-alternate-file): New function.
8349 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8350 (toplevel): Require dired-aux when compiling.
8351 (dired-buffers): Move defvar within file to avoid compiler warning.
8352
8353 * info.el (Info-last-search): Variable removed.
8354 (Info-search-history): New variable.
8355 (Info-search): New Info-search-history.
8356
8357 * battery.el, info-look.el: Change author's mail address.
8358
965522f5 83592000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8360
965522f5
GM
8361 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8362 if rmail-ignored-headers is nil.
8363 (rmail-retry-failure): Bind rmail-ignored-headers and
8364 rmail-displayed-headers to nil.
8365
dd8888a1
GM
83662000-07-06 Gerd Moellmann <gerd@gnu.org>
8367
e5c81191
GM
8368 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8369 (print-region-1): Don't hard code `-h' here.
8370
dd8888a1
GM
8371 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8372
e5c81191
GM
83732000-07-01 Francesco Potorti` <pot@gnu.org>
8374
8375 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8376 exim can use "your message" instead of "the message".
34342a07 8377
f45aab65
SM
83782000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8379
8380 * facemenu.el: Docstrings fixes.
8381 (facemenu-get-face): Don't use internal-find-face.
8382 (facemenu-iterate): Rename arg to match the docstring.
8383
8384 * newcomment.el (uncomment-region): Be more careful when skipping
8385 backwards over `=' not to bump into BOBP.
8386
d396e521 83872000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8388
dd8888a1
GM
8389 * ediff-diff.el (ediff-wordify): Use syntax table.
8390 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8391 ediff-color-display-p.
dd8888a1 8392 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8393 from defsubst.
8394 Got rid of special cases for NeXT and OS/2.
dd8888a1 8395 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8396 face.
34342a07 8397
5e2dfaa4
SM
83982000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8399
8400 * emacs-lisp/lucid.el: Require CL.
8401 (copy-tree, remprop): Remove, it's provided by CL.
8402 (map-keymap): Define in terms of cl-map-keymap.
8403 (extent-property, set-extent-end-glyph): New functions.
8404
8405 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8406
d5c5cddd
GM
84072000-07-05 Gerd Moellmann <gerd@gnu.org>
8408
485266d0
GM
8409 * Makefile.in (DONTCOMPILE): Add comment that the name may
8410 not be changed without changing the make-dist script.
8411
5e2dfaa4 8412 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8413 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8414
e2c46326
AI
84152000-07-05 Andrew Innes <andrewi@gnu.org>
8416
8417 * makefile.nt: Add support for `bootstrap' and related targets.
8418
a027a91b
SM
84192000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8420
8421 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8422 (easy-menu-do-define): Use `menu-item' format.
8423 Handle case where easy-menu-create-menu returns a symbol.
8424 Manually call the potential top-level filter in the function binding.
8425 (easy-menu-filter-return): New arg NAME.
8426 Convert to a keymap if MENU is an XEmacs menu.
8427 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8428 (easy-menu-converted-items-table, easy-menu-convert-item):
8429 New var and fun to memoize easy-menu-convert-item-1.
8430 (easy-menu-do-add-item): Use it.
8431 (easy-menu-create-menu): Use easy-menu-convert-item.
8432 Wrap easy-menu-filter-return around any :filter specification.
8433 Don't convert the menu if a filter was specified.
8434 Tell easy-menu-make-symbol not to check for MENU being an expression.
8435 (easy-menu-make-symbol): New arg NOEXP.
8436
5e03eb84
GM
84372000-07-05 Gerd Moellmann <gerd@gnu.org>
8438
8439 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8440 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8441 (eval-defun): If called with prefix arg, instrument code for
8442 Edebug.
8443
8444 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8445 similar to that of eval-defun.
8446
fca68a95
DL
84472000-07-04 Dave Love <fx@gnu.org>
8448
7ccbba4c
DL
8449 * hl-line.el (hl-line-overlay): Make it permanent-local.
8450
fca68a95
DL
8451 * calendar/todo-mode.el: Replaced with a working version, based on
8452 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8453
84542000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8455
8456 * paths.el (prune-directory-list): New function.
8457 (Info-default-directory-list): Rewritten to more methodically
8458 enumerate a big list of possible info directories (based on the
8459 list used by the standalone info reader).
fca68a95 8460
78e7e8a0 8461 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8462 non-existent directories from Info-directory-list.
78e7e8a0 8463
78e7e8a0
MB
8464 * paths.el (Info-default-directory-list): Try a list of possible
8465 info-directories instead of a single one. Add the possible
8466 info directory "/usr/share/info".
8467
8468 * woman.el (woman-man.conf-path): Explicitly include the debian
8469 man-db config file "/etc/manpath.config".
8470 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8471 are present in `manpath.config'.
8472 (woman-manpath): Include "/usr/share/man".
8473
67c9a1d2
GM
84742000-07-03 Gerd Moellmann <gerd@gnu.org>
8475
6753393b
GM
8476 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8477
8478 * startup.el (command-line): Initialize blink-cursor based
8479 on window-system.
8480
e4f98ad3
GM
8481 * frame.el (blink-cursor): Default to nil if not running under
8482 a window-system.
8483
2f516940
GM
8484 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8485 (face-x-resources): Remove duplicate entry for :font.
8486
67c9a1d2
GM
8487 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8488 instead of cycling through windows with next-window.
8489
8490 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8491 of cycling through windows with next-window.
8492
8493 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8494 of cycling through windows with next-window.
8495
8496 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8497 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8498 instead of cycling through windows with next-window.
8499
8500 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8501 instead of cycling through windows with next-window.
8502
8503 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8504 of cycling through windows with next-window.
8505
8506 * terminal.el (te-process-output): Use walk-windows instead of
8507 cycling through windows with next-window.
8508
8509 * server.el (server-switch-buffer): Use some-window instead of
8510 cycling through windows with next-window.
8511
8512 * window.el (some-window): New function.
8513 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8514
3a4f3f86 8515 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8516
8b7bc628 85172000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8518
8519 * window.el (walk-windows): Guarantee termination by keeping a list
8520 of all the windows already handled.
8521
d0d57043
EZ
85222000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8523
8524 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8525 window-system.
8526
8527 * man.el (Man-notify-when-ready): Don't use window-system. If
8528 Man-notify-method is newframe, and the display is not
8529 multi-frame, select the frame created for the man page.
8530 (Man-init-defvars): Doc fix.
8531
d5483ab1
GM
85322000-06-28 Gerd Moellmann <gerd@gnu.org>
8533
af5c25e1
GM
8534 * faces.el (region): Change background color for light background.
8535
8536 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8537 attribute from mode-line face of Ediff control frame.
8538
d5483ab1
GM
8539 * replace.el (query-replace-map): Bind `e' like `E'.
8540
9d47450f
EZ
85412000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8542
3a4f3f86
SM
8543 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8544 Change name to "Select All".
496b7491 8545
9d47450f
EZ
8546 * dos-fns.el (convert-standard-filename): Fix last change.
8547
0b431deb
GM
85482000-06-27 Gerd Moellmann <gerd@gnu.org>
8549
4fa9f636
GM
8550 * help.el (describe-variable): Don't insert a second `'s' in front
8551 of the string `value is shown below'. Since the syntax-table is
8552 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8553 an existing `'s', so that this won't be deleted.
8554
0b431deb
GM
8555 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8556 * pcmpl-unix.el: New files.
8557
32cad0aa
SM
85582000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8559
8560 * wid-edit.el (widget-member): Use the new plist-member.
8561
2c69ced2
GM
85622000-06-26 Gerd Moellmann <gerd@gnu.org>
8563
44c0f771
GM
8564 * replace.el (perform-replace): Undo change of 2000-04-04.
8565 Instead, move backward 1 character at the end of the loop when
8566 necessary.
34342a07 8567
1d36487c
GM
8568 * faces.el (fringe): Change face for different backgrounds.
8569
8570 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8571 patch from John.
8572
2c69ced2
GM
8573 * eshell/*.el: Change spelling of the Free Software Foundation.
8574
8575 * eshell/esh-toggle.el: Removed.
8576
8577 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8578
8579 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8580 interactively.
8581
85822000-06-26 Alex Schroeder <alex@gnu.org>
8583
8584 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8585 `define-key'; instead of checking `(emacs-version)' check for
8586 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8587 for `;' and `o' which might be electric.
8588
8589 (sql-electric-stuff): New user option.
8590 (sql-magic-go): New function which uses `sql-electric-stuff'.
8591 (sql-magic-semicolon): New function which uses
8592 `sql-electric-stuff'.
8593
8594 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8595 is not fboundp.
8596
8597 (sql-oracle-options): New variable.
8598 (sql-oracle): Use it.
8599
8600 (sql-imenu-generic-expression): Doc change.
8601 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8602 is used.
8603
8604 (sql-informix): Added command line parameter "-" to force
8605 sql-informix-program to use stdout.
8606
db1306d8
EZ
86072000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8608
3a4f3f86 8609 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8610 (cp864-decode-table): Doc fix.
8611 (cp720-decode-table): New variable, supports the Arabic OEM
8612 codepage used by Windows.
8613 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8614
c69e5fcd
DL
86152000-06-23 Dave Love <fx@gnu.org>
8616
8617 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8618 (font-lock-fontify-anchored-keywords): Use
8619 line-beginning-position.
8620 (global-font-lock-mode): Use mapc.
8621
30ad8f23
SM
86222000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8623
8624 * eshell/esh-module.el: Require CL when compiling.
8625
26b4dc84
GM
86262000-06-23 Gerd Moellmann <gerd@gnu.org>
8627
78c56e70
GM
8628 * comint.el (comint-substitute-in-file-name): Call replace-match
8629 with second and third arg t.
8630
34342a07 8631 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8632 Specify foreground color.
8633
8634 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8635 color.
8636
affbf647
GM
8637 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8638
8639 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8640 cddr instead of cdddr.
8641
25fffb31
GM
8642 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8643 instead of copy-list.
8644
8645 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8646 of copy-list.
8647
26b4dc84
GM
8648 * subdirs.el: Add eshell subdirectory.
8649
8650 * eshell: New subdirectory containing the Eshell package.
8651
8652 * pcomplete.el: New file.
8653
78c56e70
GM
86542000-06-23 Paul Eggert <eggert@twinsun.com>
8655
ea055732
GM
8656 * mail/mailpost.el (post-mail-send-it): Make sure file has
8657 proper permissions from birth.
8658
8659 * files.el (basic-save-buffer-2): When temporarily setting
8660 file modes, set them to current modes plus 0200, not to 0777.
8661
78c56e70
GM
8662 * emerge.el (emerge-make-temp-file): Make sure file has proper
8663 permissions from birth.
8664
a3a7ff33
EZ
86652000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8666
8667 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8668 backup file name through convert-standard-filename.
8669
8670 * dos-fns.el (convert-standard-filename): Convert leading
8671 directories as well. When long file names are supported, convert
8672 characters that are invalid in Windows file names.
8673
1fd9b7fe
GM
86742000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8675
8676 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8677 ps-print crashes. New feature: page selection for printing. Create
8678 raw-text-unix coding system for XEmacs. Doc fix.
8679 (ps-print-version): New version number (5.2.3).
8680 (ps-plot-region): Bug fix.
8681 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8682 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8683 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8684 funs.
8685 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8686 (ps-last-page): New vars.
8687
16ed8416
GM
86882000-06-21 Gerd Moellmann <gerd@gnu.org>
8689
8690 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8691 empty option string.
8692
4fbee715
EZ
86932000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8694
8695 * man.el (man): Doc fix.
8696
eaecfc94
KH
86972000-06-21 Kenichi Handa <handa@etl.go.jp>
8698
8699 * international/mule-cmds.el (set-language-info-alist): Docstring
8700 fixed.
8701
4a27bdfb
GM
87022000-06-20 Gerd Moellmann <gerd@gnu.org>
8703
8704 * version.el (emacs-version): Use ISO date format.
8705
8706 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8707 instead of `M-backspace'.
8708
8709 * simple.el (turn-off-auto-fill): New function.
8710
8972fe79
SM
87112000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8712
8713 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8714 Renamed from with-buffer-prepared-for-font-lock and use
8715 inhibit-modification-hooks rather than setting *-change-functions.
8716 Update all functions to use the new name.
8717 (jit-lock-first-unfontify-pos): New semantics (and doc).
8718 (jit-lock-mode): Make non-interactive.
8719 Don't automatically turn on font-lock.
8720 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8721 Always use jit-lock-after-change.
8722 Remove and restore font-lock-after-change-function.
8723 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8724 (jit-lock-after-unfontify-buffer): Remove.
8725 (jit-lock-stealth-fontify):
8726 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8727 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8728
5d80cc9c
SS
87292000-06-20 Sam Steingold <sds@gnu.org>
8730
8731 * emacs-lisp/cl-indent.el (toplevel): Indent
8732 `print-unreadable-object' properly. Untabify.
8733
f54e4d13
CD
87342000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8735
8736 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8737 Support for bibentry.
8738 (reftex-compile-variables): Fixed problem with end of section-re.
8739
8740 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8741 reftex-view-crossref-from-bibtex):
8742 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8743 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8744 Replaced `remprop' with `put'.
8972fe79
SM
8745 (reftex-view-crossref, reftex-view-crossref-when-idle):
8746 Support for bibentry.
f54e4d13 8747
8972fe79
SM
8748 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8749 New entry for bibentry package.
f54e4d13 8750
8972fe79
SM
8751 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8752 Regexp also matches "\nobibliography".
f54e4d13 8753
8972fe79
SM
8754 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8755 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8756 (reftex-ensure-write-access): New function.
8757
f54e4d13
CD
87582000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8759
8760 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8761
8762 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8763
8764 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8765
8766 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8767
8768
560c43f4
DL
87692000-06-20 Dave Love <fx@gnu.org>
8770
8771 * faces.el (frame-background-mode): Use set-default, not set, in
8772 setter.
8773 (frame-update-faces, frame-update-face-colors): Define with
8774 defalias.
8775
8776 * enriched.el (enriched-decode-foreground)
8777 (enriched-decode-background): Don't use internal-find-face.
8778
8779 * apropos.el: Doc fixes.
8780
8781 * cus-edit.el (customize-changed-options): Check arg.
8782 (customize-version-lessp): Don't require decimal point.
8783
8784 * custom.el (defcustom, defgroup): Doc fix.
8785
8786 * newcomment.el (comment) <defgroup>: Add :version.
8787 (comment-multi-line): Doc fix.
8788
8789 * emulation/mlsupport.el (define-hooked-local-abbrev,
8790 define-hooked-global-abbrev): Fix, using define-abbrev.
8791
cdf0357b
GM
87922000-06-19 Gerd Moellmann <gerd@gnu.org>
8793
8794 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8795 the whole buffer.
8796
10013d74
DL
87972000-06-19 Dave Love <fx@gnu.org>
8798
8799 * menu-bar.el (menu-bar-options-save): New function.
8800 (menu-bar-options-menu): Use it.
8801 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8802 Simplify.
8803
6922f208
AS
88042000-06-19 Andreas Schwab <schwab@suse.de>
8805
8806 * progmodes/etags.el (tags-query-replace): Put new parameters
8807 START and END at the end, for backward compatibility.
8808
10d7bf84
KH
88092000-06-19 Kenichi Handa <handa@etl.go.jp>
8810
8811 * international/codepage.el:
8812 (cp-coding-system-for-codepage-1): Delete special codes for
8813 generating xxx-dos coding system because now a CCL based coding
8814 system can handle EOL conversion by default.
8815
8816 * international/mule.el (make-coding-system): Generate subsidiary
8817 coding systems for EOL handling variants even for a CCL based
8818 coding system.
8819
8f3c9a3d
KH
88202000-06-19 Kenichi Handa <handa@etl.go.jp>
8821
8822 * international/isearch-x.el (isearch-minibuffer-input-method)
8823 (isearch-minibuffer-input-method-function): These variables
8824 deleted.
8825 (isearch-with-input-method): Don't use the above variables.
8826 (isearch-process-search-multibyte-characters): Likewise. Call
8827 read-string with the arg INHERIT-INPUT-METHOD t.
8828
c2acf685
SM
88292000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8830
13f0d185
SM
8831 * font-lock.el (font-lock-after-fontify-buffer)
8832 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8833
8834 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8835 Use consistent make-local-variable style for font-lock-fontified.
8836 (jit-lock-fontify-buffer):
8837 Don't bother checking for font-lock-mode and jit-lock-mode.
8838
c2acf685
SM
8839 * time.el: Remove trailing ^M that prevent CVS-merging.
8840
a9021acd
GM
88412000-06-16 Gerd Moellmann <gerd@gnu.org>
8842
8843 * Makefile.in (distclean): New target.
5d80cc9c 8844
0df68e9f
SM
88452000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8846
8847 * Makefile.in (srcdir): Define for update-subdirs.
8848
6344985d
GM
88492000-06-16 Gerd Moellmann <gerd@gnu.org>
8850
8851 * find-lisp.el: New file.
8852
63239267
AI
88532000-06-16 Andrew Innes <andrewi@gnu.org>
8854
8855 * time.el (display-time-mail-function): New variable, to allow
8856 external packages to indicate when new mail is available.
8857 (display-time-update): Use it.
8858
1699f991
KH
88592000-06-16 Kenichi Handa <handa@etl.go.jp>
8860
a3b37893
KH
8861 * international/mule.el (mule-version): Change version name to
8862 SAKAKI. AOI has already been used by Meadow.
8863
1699f991
KH
8864 * international/quail.el (quail-show-guidance-buf): To find the
8865 bottom window (but minibuffer), pay attention to the height of
8866 minibuffer.
8867
228b083e
EZ
88682000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8869
7d5c8691
EZ
8870 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8871 menu-bar menus. Add help strings. Don't remove the Edit menu
8872 from the menu bar, as the menu bar has enough space now.
8873
261f3289
EZ
8874 * Makefile.in (SHELL): Make sure /bin/sh is used.
8875
228b083e
EZ
8876 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8877 characters, which use series of two ^H characters instead of one.
8878
e27e8d71
GM
88792000-06-15 Gerd Moellmann <gerd@gnu.org>
8880
5d80cc9c 8881 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8882 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8883 functions.
451ec4e3
GM
8884 (Info-find-node-2): Try a case-sensitive search first, then
8885 do a case-insensitive search.
8886
8887 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8888 tutorials.
8889
b675095c
GM
8890 * complete.el (PC-env-vars-alist): New variable.
8891 (PC-complete-as-file-name): New function.
8892 (partial-completion-mode): Initialize PC-env-vars-alist from
8893 process-environment.
8894 (PC-do-completion): Handle completion of env vars.
8895
8896 * info.el (Info-set-mode-line): Show file name in mode line,
8897 use `*Info*' instead of `Info:'.
8898
e27e8d71
GM
8899 * startup.el (command-line-1): Change copyright messages to year
8900 2000.
8901
28223a7e
DL
89022000-06-15 Dave Love <fx@gnu.org>
8903
8904 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8905 not local-map.
8906
32684631
KH
89072000-06-15 Kenichi Handa <handa@etl.go.jp>
8908
8909 * international/mule.el (set-buffer-file-coding-system): Almost
8910 rewritten to handle `undecided' as no-op.
8911
9f817ea4
GM
89122000-06-14 Gerd Moellmann <gerd@gnu.org>
8913
e27e8d71 8914 * Makefile.in: New file.
dce6b995
GM
8915
8916 * Makefile: Removed.
8917
9f817ea4
GM
8918 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8919 (goto-address-highlight-keymap): Bind C-c RET.
8920
2de33f94
KH
89212000-06-14 Kenichi Handa <handa@etl.go.jp>
8922
bbf1e8a5
KH
8923 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8924 inherits buffer-file-coding-system of the current buffer.
725a6897 8925
02891cc3
KH
8926 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8927 0. Give correct argument to set-auto-coding-function.
8928 (tar-expunge): For goto-char, use (point-min), not 0.
8929 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8930 (tar-subfile-save-buffer): Likewize.
8931
2de33f94
KH
8932 * international/mule.el
8933 (after-insert-file-set-buffer-file-coding-system): Call
8934 set-buffer-file-coding-system with the arg FORCE t.
8935
1681ead6
GM
89362000-06-13 Gerd Moellmann <gerd@gnu.org>
8937
8938 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8939 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8940 the sender is set with `-f'.
1681ead6 8941
fdf4b680
DL
89422000-06-13 Dave Love <fx@gnu.org>
8943
9c50afce
DL
8944 * help.el (describe-function-1): Kluge around cases of functions
8945 fset to subrs whose doc doesn't match their symbol-name.
8946
0ad550ba 8947 * image.el (insert-image): Default STRING to a space.
f290ca08 8948
fdf4b680 8949 * info.el Doc fixes.
5d80cc9c 8950 (Info-build-node-completions): Match Ref tags.
fdf4b680 8951
9b6610db
EZ
89522000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8953
a704139d
EZ
8954 * frame.el (display-multi-frame-p, display-multi-font-p): New
8955 defaliases for display-graphic-p.
8956
9b6610db
EZ
8957 * hl-line.el: Fixed a typo in commentary.
8958
7a5ea398
KH
89592000-06-13 Kenichi Handa <handa@etl.go.jp>
8960
8961 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8962 fixed.
8963
0dc91c57
DL
89642000-06-12 Dave Love <fx@gnu.org>
8965
8966 * image.el (insert-image): Save a little consing.
8967
0bd5914b
KH
89682000-06-12 Kenichi Handa <handa@etl.go.jp>
8969
8970 * language/tibet-util.el: Convert all tibetan-1-column characters
8971 to the corresponding tibetan characters.
8972 (tibetan-add-components): Delete code for the special treatment of
8973 'a chung.
8974
8975 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8976 change.
8977 (tibetan-vowel-transcription-alist): More rules added.
8978 (tibetan-composite-vowel-alist): New variable.
8979 (tibetan-precomposition-rule-alist): More rules added.
8980
6dc7d3d5
SM
89812000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8982
9c04c393
SM
8983 * startup.el (command-line): Only call menu-bar-mode if interactive.
8984
8985 * thingatpt.el (toplevel symbol-properties):
8986 * textmodes/makeinfo.el (makeinfo-compile):
8987 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8988 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8989 (hide-ifdef-use-define-alist):
5d80cc9c 8990 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8991 (ange-ftp-vms-add-file-entry):
8992 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8993 * man.el (Man-build-man-command):
8994 * mail/rnewspost.el (news-reply-header-hook):
8995 * info.el (Info-insert-dir):
8996 * emulation/mlconvert.el (backward-word, forward-word, setq):
8997 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8998 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8999 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9000 (byte-optimize-apply, end of file):
9001 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9002 (ad-make-freeze-definition):
9003 * startup.el (command-line, command-line-1): Don't quote lambdas.
9004
6dc7d3d5
SM
9005 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9006 (cvs-cleanup-removed): New function.
9007 (cvs-cleanup-functions): New var.
9008 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9009 some flexibility in specifying additional entries to auto-cleanup.
9010 (cvs-quickdir): New function.
9011 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9012 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9013 (cvs-mode-find-file): Check that we are on a filename or dirname
9014 when invoked through a mouse-click.
9015 (cvs-full-path): Remove.
9016 (cvs-dired-action): Re-introduced.
9017 (cvs-dired-noselect): Use it.
9018 (vc-post-command-functions): use this new hook if available.
9019
9020 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9021 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9022 (cvs-filename-map, cvs-dirname-map): Remove.
9023 (cvs-default-action): Remove.
9024 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9025 if the arg is really a keymap.
9026 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9027 Don't hardcode the mapping from state (aka type) to face, but check
9028 the var cvs-fi-<type>-face instead.
9029 (cvs-fileinfo-from-entries): New function.
9030
9031 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9032 Docstring fix.
9033 (cvs-find-file-and-jump): Change default to be safer.
9034 (cvs-mode-diff-map): Define it as a function as well.
9035 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9036 Bind mouse-2 in this global map rather than with text-properties.
9037
9038 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9039 file to resolve the ambiguity between C(conflict) and C(need-merge).
9040
5050a2ef
KH
90412000-06-12 Kenichi Handa <handa@etl.go.jp>
9042
9043 * international/mule.el (set-buffer-file-coding-system): If
9044 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9045 unconditionally.
9046
35a7ac84
DL
90472000-06-12 Dave Love <fx@gnu.org>
9048
9049 * wid-edit.el (widget-specify-button): Really suppress the face if
9050 required.
9051
db8eeecd
GM
90522000-06-11 Gerd Moellmann <gerd@gnu.org>
9053
9054 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9055
70223ca4
SM
90562000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9057
9058 * imenu.el (imenu-generic-expression): Docstring fix.
9059
9060 * composite.el (composition-function-table): Move the `put'
9061 below the autoload cookie so we can load the file before loaddefs.
9062
9063 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9064
9065 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9066 Handle easy-mmode-define-global-mode.
9067 For complex macros like define-minor-mode that can generate
9068 several autoload entries, try to autoload entries in the
9069 macroexpanded code.
9070
9071 * emacs-lisp/easy-mmode.el (define-minor-mode):
9072 If KEYMAP is a symbol, just use it.
9073 Use byte-compile-current-file and load-file-name to infer the
9074 proper :require to pass to defcustom.
9075 Wrap the hook var into `progn' so as not to autoload it.
9076 Add a :autoload-end cookie.
9077 Be more careful about the evaluation of KEYMAP.
9078 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9079 (define-derived-mode): Move define-abbrev-table outside of defvar.
9080
90812000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9084 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9085 (backup-compiled-files): Ignore errors during `tar'.
9086 (bootstrap): Make autoloads before elc files.
9087
9c53b34e
KH
90882000-06-10 Kenichi Handa <handa@etl.go.jp>
9089
9090 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9091 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9092
9093 * international/mule-conf.el (unix): New alias for the coding
9094 system undecided-unix.
9095
22ddd299
DL
90962000-06-09 Dave Love <fx@gnu.org>
9097
5ee42746
DL
9098 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9099
70223ca4 9100 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9101 (executable-insert): Change custom type.
9102 (executable-find): Add autoload cookie.
cc7e1d18
DL
9103 (executable-make-buffer-file-executable-if-script-p): New
9104 function. After Noah Friedman.
22ddd299
DL
9105
9106 * files.el (after-save-hook): Customize, with
cc7e1d18 9107 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9108
41ea3794
KH
91092000-06-09 Kenichi Handa <handa@etl.go.jp>
9110
f89437e3
KH
9111 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9112 "tib24p-mule.bdf" for Tibetan.
9113
7a4ee259
KH
9114 * composite.el (decompose-composite-char): Declare it as obsolete.
9115
ff6a65c2
KH
9116 * man.el (Man-fontify-manpage): Pay attention to underline and
9117 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9118
f83fe4b4
GM
91192000-06-08 Gerd Moellmann <gerd@gnu.org>
9120
9121 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9122 Set maintainer to FSF since author isn't reachable.
9123
e56d7900
DL
91242000-06-08 Dave Love <fx@gnu.org>
9125
9126 * international/mule-cmds.el (select-safe-coding-system): If
9127 DEFAULT-CODING-SYSTEM is not specified, also check the most
9128 preferred coding-system if buffer-file-coding-system is
9129 `undecided'. From Handa.
9130
d3981b49
KH
91312000-06-08 Kenichi Handa <handa@etl.go.jp>
9132
9133 * international/mule.el
9134 (after-insert-file-set-buffer-file-coding-system): If the buffer
9135 size is greater than INSERTED, judget that we are not visiting.
9136
bff71087
RV
91372000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9138
9139 * whitespace.el (defgroup whitespace): Comment out `:version'.
9140 XEmacs 20.4 has problems defining the group with this present.
9141 We'll have this commented out till get resolve the problem.
9142
fd9ac94c
GM
91432000-06-07 John Wiegley <johnw@gnu.org>
9144
9145 * align.el (align-dq-string-modes, align-sq-string-modes)
9146 (align-open-comment-modes): Add pyhton-mode.
9147 (align-rules-list): Use get-text-property instead of
9148 text-properties-at.
9149 (align-rules-list): Add python-assignment.
9150 (align-rules-list): Change perl-comma-delimiter to
9151 basic-comma-delimiter. Use if for Perl modes and python-mode.
9152 (align-rules-list): Add python-chain-logic and
9153 basic-line-continuation.
45f485a6
GM
9154
91552000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9156
9157 * apropos.el (apropos-mode-hook): New user variable.
9158 (apropos-mode): Run apropos-mode-hook.
bff71087 9159
45f485a6
GM
91602000-06-07 David Ponce <david@dponce.com>
9161
9162 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9163 commands. Require `wid-edit' at run-time.
9164
91652000-06-07 David Ponce <david@dponce.com>
9166
9167 * recentf.el: Added some "Commentary".
9168 (recentf-open-more-files, recentf-edit-list): Minor changes to
9169 move the point at the top of the file list. This behaviour is
9170 consistent with the menu one when the list contains a lot of
9171 files.
9172 (recentf-cleanup): Now displays the number of items removed from
9173 the list.
9174 (recentf-relative-filter) New menu filter to show filenames
9175 relative to `default-directory'.
bff71087 9176
45f485a6
GM
91772000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9178
9179 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9180 with/without giving an error if PostScript printer doesn't have this
9181 kind of page size. Zebra Stripe continues or restarts on next page.
9182 Manual/automatic paper feeding. Switch or not the header.
9183 (ps-print-version): New version number (5.2.2).
9184 (ps-windows-system): Include emx as a Windows system.
9185 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9186 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9187 (ps-background-text): Code fix.
9188 (ps-error-handler-message, ps-user-defined-prologue)
9189 (ps-print-prologue-header, ps-printer-name)
9190 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9191 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9192 (ps-use-face-background): Customization fix.
9193 (ps-n-up-database): Data fix.
9194 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9195 (ps-switch-header): New vars.
9196 (ps-xemacs-color-name, ps-face-foreground-name)
9197 (ps-face-background-name, ps-boolean-constant): New funs.
9198
c14dcd22
DL
91992000-06-07 Dave Love <fx@gnu.org>
9200
9201 * allout.el: New version from Manheimer.
9202
e4044bb0
KH
92032000-06-07 Kenichi Handa <handa@etl.go.jp>
9204
9205 * textmodes/fill.el (fill-find-break-point): Check the validity of
9206 charset.
9207
59cfe8b9
KF
92082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9211 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9212 Call display-color-p and display-mouse-p instead of looking at
9213 window-system.
9214
bb2337f5
DL
92152000-06-06 Dave Love <fx@gnu.org>
9216
9217 * image.el (find-image): Doc fix. Return nil if image not found.
9218 (put-image, insert-image): Make STRING arg optional.
9219
8e624fa2
KH
92202000-06-06 Kenichi Handa <handa@etl.go.jp>
9221
9222 * language/vietnamese.el: Remove eval-when-compile.
9223 (viet-viscii-nonascii-translation-table): Define it as a
9224 translation table made from viet-viscii-decode-table.
9225 (viet-viscii-encode-table): Define it as a translation table made
9226 from the reverse map of above.
9227 (viet-vscii-nonascii-translation-table): Define it as a
9228 translation table made from viet-vscii-decode-table.
9229 (viet-vscii-encode-table): Define it as a translation table made
9230 from the reverse map of above.
9231 (ccl-decode-viscii): Use translate-character.
9232 (ccl-encode-viscii, ccl-encode-viscii-font)
9233 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9234 Likewize.
bff71087 9235
8e624fa2
KH
9236 * language/cyrillic.el: Remove eval-when-compile.
9237 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9238 translation table made from cyrillic-koi8-r-decode-table.
9239 (cyrillic-koi8-r-encode-table): Define it as a translation table
9240 made from the reverse map of above.
9241 (ccl-decode-koi8): Use translate-character.
9242 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9243 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9244 a translation table made from cyrillic-alternativnyj-decode-table.
9245 (cyrillic-alternativnyj-encode-table): Define it as a translation
9246 table made from the reverse map of above.
9247 (ccl-decode-alternativnyj): Use translate-character.
9248 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9249 Likewize
9250
9251 * international/mule-diag.el (non-iso-charset-alist): Specify
9252 translation table symbol instead of translation table itself.
9253 (list-block-of-chars): CHARSET may be a translation table symbol.
9254
9255 * international/mule.el (make-coding-system): If CODING-SYSTEM
9256 already exists, override it.
9257
9258 * international/fontset.el: Use family `proportional' for Tibetan
9259 fonts.
9260
9261 * international/ccl.el (ccl-compile-translate-character): Don't
9262 check if Rrr has property translation-table.
9263 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9264
1969fae2
GM
92652000-06-05 Gerd Moellmann <gerd@gnu.org>
9266
9267 * info.el: Bind case-fold-search to t when searching in case
9268 a user sets it to nil in a hook.
9269
d5b037c5
SM
92702000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9271
d3d02e65
SM
9272 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9273 * hl-line.el (hl-line-mode): Use the new :global key argument.
9274
9275 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9276 (tar-clip-time-string): Prepend a space.
9277 (tar-grind-file-mode): Construct a string rather than modifying one.
9278 (tar-header-block-summarize): Fix docstring.
9279 Use `format' rather than an error-prone set of copy-loops.
9280
9281 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9282 (diff-goto-source, diff-unified->context, diff-context->unified)
9283 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9284 understand the format output by the `-p' argument to diff.
9285
bff71087 9286 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9287 (sh-re-done): Use defconst.
9288 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9289 (sh-help-string-for-variable, sh-guess-basic-offset):
9290 Don't quote lambdas.
9291 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9292 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9293
f7c4478f
SM
9294 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9295 (mh-letter-mode): Derive from text-mode.
9296 This implicitly means that it now calls kill-all-local-variables.
9297 Also remove the Emacs-18 compatibility code.
9298
a8add29d
SM
9299 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9300 Make use of symbol-property doc-string-elt.
9301 Use memq rather than a sequence of eq.
9302 (doc-string-elt): Fix the wrong or missing previously unused values.
9303 (autoload-print-form): New function extracted from
9304 generate-file-autoloads to allow recursion when handling progn
9305 so that defvar's and defun's docstrings are properly printed.
9306 (generate-file-autoloads): Use it.
9307
d5b037c5
SM
9308 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9309 Use find-file-hooks in the minor-mode function.
9310 Be careful not to loop indefinitely in the post-command-hook function.
9311
560ef11a 93122000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9313
1969fae2 9314 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9315 tty's.
1969fae2 9316 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9317 differences whenever appropriate.
1969fae2
GM
9318 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9319 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9320 wildcards.
9321
b5bbbb76
SM
93222000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9323
d5b037c5
SM
9324 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9325 (jit-lock-fontify-buffer): New function for JIT refontification.
9326 (jit-lock-mode): Fix docstring.
9327 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9328 Remove jit-lock-after-change from the _local_ hook.
9329 (jit-lock-function-1): Fix docstring.
9330
9331 * info.el (Info-on-current-buffer): Initialize info.
9332
9333 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9334
9335 * progmodes/tcl.el (tcl-indent-for-comment):
9336 Ignore comment-indent-hook.
9337
9338 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9339 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9340 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9341 and improve to use the lighter to guess the capitalization.
9342 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9343 Add keyword arguments to specify global-ness or the custom group.
9344 Add local-map and help-echo properties to the lighter.
9345 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9346 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9347
bfa6c260
DL
93482000-06-02 Dave Love <fx@gnu.org>
9349
9350 * wid-edit.el: byte-compile-dynamic since we typically don't use
9351 all the widgets. Don't require cl or widget. Remove
9352 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9353 (widget-read-event): Removed. Callers changed to use read-event.
9354 (widget-button-release-event-p): Renamed from
9355 button-release-event-p.
9356 (widget-field-add-space, widget-field-use-before-change):
9357 Uncustomize.
9358 (widget-specify-field): Use keymap property, not local-map.
9359 (widget-specify-button): Obey :suppress-face.
9360 (widget-specify-insert): Use modern backquote syntax.
9361 (widget-image-directory): Renamed from widget-glyph-directory.
9362 (widget-image-enable): Renamed from widget-glyph-enable.
9363 (widget-image-find): Replaces widget-glyph-find.
9364 (widget-button-pressed-face): Move defvar.
9365 (widget-image-insert): Replaces widget-glyph-insert.
9366 (widget-convert): Use keywordp.
9367 (widget-leave-text, widget-children-value-delete): Use mapc.
9368 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9369 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9370 (widget-button-click): Don't set point at the click, but re-centre
9371 if we scroll out of window. Rewritten for images v. glyphs &c.
9372 (widget-tabable-at): Use POS arg, not point.
9373 (widget-beginning-of-line, widget-end-of-line)
9374 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9375 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9376 (widget-default-create): Use widget-image-insert; some rewriting.
9377 (widget-visibility-value-create)
9378 (widget-push-button-value-create, widget-toggle-value-create): Use
9379 widget-image-insert.
9380 (checkbox): Create on and off images dynamically.
9381 (documentation-link): Change :help-echo.
9382 (widget-documentation-link-echo-help): Remove.
9383
3837de12
SM
93842000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9385
9386 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9387
9388 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9389 (easy-mmode-define-toggle, define-minor-mode): Use it.
9390 (easy-mmode-define-keymap): Docstring fix.
9391 (define-derived-mode): Default PARENT to fundamental-mode.
9392 Add the derived-mode-parent symbol-property.
9393 (easy-mmode-derived-mode-p): New function.
9394
90aa4ea8
DL
93952000-06-02 Dave Love <fx@gnu.org>
9396
37193ee6
DL
9397 * files.el (convert-standard-filename): Doc fix.
9398 (normal-backup-enable-predicate): New function.
9399 (backup-enable-predicate): Use it to replace the lambda form.
9400
9401 * calendar/todo-mode.el: [This needs more work on the outline
9402 stuff.] Doc fixes.
9403 (todo) <defgroup>: Add :version.
9404 (todo-add-category): Don't use pushnew.
9405 (todo-cmd-raise): Fix typo.
9406 (todo-top-priorities): Change temp buffer name.
9407 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9408 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9409 Use outline-next-heading.
37193ee6 9410
90aa4ea8
DL
9411 * autoarg.el: Rewritten to use define-minor-mode.
9412 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9413 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9414
2e54623a
KH
94152000-06-02 Kenichi Handa <handa@etl.go.jp>
9416
9417 * isearch.el (isearch-other-meta-char): Fix previous change.
9418
c5def0db
SM
94192000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9420
3837de12
SM
9421 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9422 (log-edit-done): Only add the comment to the ring if it's different
9423 from the last comment entered.
9424
c5def0db
SM
9425 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9426
2330c9d4
DL
94272000-06-01 Dave Love <fx@gnu.org>
9428
9429 * hl-line.el: Rewritten using define-minor-mode.
9430
9431 * help.el (describe-function-1): Distinguish special form from
9432 builtin function. Sanity-check presence of arglist for builtins.
9433
6e5dfc31
KH
94342000-06-01 Kenichi Handa <handa@etl.go.jp>
9435
4dc1225b
KH
9436 * international/characters.el: Fix syntax/category setting of
9437 Tibetan characters.
9438
9439 * language/tibet-util.el (tibetan-add-components): Fixes for new
9440 encoding of Tibetan characters.
9441 (tibetan-decompose-precomposition-alist): New variable.
9442 (tibetan-decompose-region): Convert precomposed characters to
9443 non-precomposed characters.
9444 (tibetan-decompose-string): Likewise.
9445 (tibetan-composition-function): Fix args to
9446 thibetan-compose-string.
9447
9448 * language/tibetan.el (tibetan-composable-pattern): More
9449 characters included.
9450 (tibetan-consonant-transcription-alist): Rule for "R" added.
9451 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9452 "+R" added.
9453 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9454
eadef5e6
KH
9455 * language/lao-util.el (lao-composition-function): Fix args to
9456 compose-string.
9457
9458 * language/thai-util.el (thai-composition-function): Fix args to
9459 compose-string.
9460
6e5dfc31 9461 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9462 to prevent the point moving to the end of a composition when a
9463 part of a composition is searched.
6e5dfc31
KH
9464 (isearch-other-meta-char): If the key invoking this command can be
9465 mapped by function-key-map to a printing char, call
9466 isearch-process-search-char directly.
9467
2598a293
SM
94682000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9469
9470 * emacs-lisp/bytecomp.el:
9471 * frame.el:
9472 * international/mule-cmds.el:
9473 * international/mule-util.el:
9474 * international/mule.el:
9475 * mouse.el:
9476 * subr.el:
9477 * faces.el: Update calls to make-obsolete with a WHEN argument.
9478
9479 * byte-run.el (make-obsolete, make-obsolete-variable):
9480 Add an optional WHEN argument and change the format of the
bff71087 9481 symbol-property information.
2598a293
SM
9482 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9483 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9484 new obsolete-symbol-property format and print WHEN if it is provided.
9485
28d8dff1
DL
94862000-05-31 Dave Love <fx@gnu.org>
9487
9488 * loadhist.el (loadhist-hook-functions): Remove
9489 before-change-function, after-change-function.
9490 (unload-feature): Deal with symbols which are both bound and
9491 fbound.
9492
9493 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9494 before-change-function, after-change-function.
9495
9496 * simple.el (newline): Don't bind before-change-function,
9497 after-change-function.
9498
7f565d87
RV
94992000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9500
9501 * whitespace.el (whitespace-rescan-timer-time): Update interval
9502 set to 600 seconds (10 minutes) instead of 60 seconds since
9503 a large number of whitespace buffers causes emacs to `freeze'
9504 for a considerable amount of time.
9505
bff71087 9506 * whitespace.el: Updated email address
7f565d87 9507
a8d693d8
DL
95082000-05-31 Dave Love <fx@gnu.org>
9509
9510 * add-log.el (change-log-font-lock-keywords) <function>: Add
9511 pattern for function of change.
9512 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9513 acknowledgements patterns.
9514
a50192e7
KH
95152000-05-31 Kenichi Handa <handa@etl.go.jp>
9516
9517 * isearch.el (isearch-printing-char): If keyboard coding system is
9518 being used, call isearch-process-search-multibyte-characters.
9519
9520 * international/isearch-x.el: Mostly rewritten.
9521
9522 * international/quail.el (quail-start-conversion): Don't include
9523 unhandled events in the returned events, but set them in
9524 unread-command-events. Exit if all inputs are deleted.
9525
7e492772
JR
95262000-05-30 Jason Rumney <jasonr@gnu.org>
9527
9528 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9529
9530 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9531 Reenable code to create initial fontsets.
9532 Use set-fontset-font in place of put-charset-property.
9533
10fc3187
GM
95342000-05-30 Gerd Moellmann <gerd@gnu.org>
9535
79148ea7
GM
9536 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9537 label, ensure that the first colon isn't followed by another.
9538
9539 * paths.el (Info-default-directory-list): Doc fix.
9540
086d5b87
GM
9541 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9542 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9543 send a query containing USER only, not USER@HOST.
9544
10fc3187
GM
9545 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9546 and rmail-msgend to compute the restriction at the end, instead of
9547 computing it.
9548
49e70dec
GM
95492000-05-29 Gerd Moellmann <gerd@gnu.org>
9550
66254a13
GM
9551 * dabbrev.el (dabbrev-expand): Don't display messages in the
9552 echo area if the minibuffer window is active.
9553
49e70dec
GM
9554 * jit-lock.el (jit-lock-mode): Add after change function to
9555 local hook.
9556
95572000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9558
9559 * antlr-mode.el: New commands: hide/unhide actions,
9560 upcase/downcase literals.
9561 (antlr-tiny-action-length): New user option.
9562 (antlr-hide-actions): New command. Suggested by
9563 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9564 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9565 (antlr-mode-menu): New entries.
9566 (antlr-downcase-literals): New command.
9567 (antlr-upcase-literals): Ditto.
9568
9569 * antlr-mode.el: Minor changes: indendation, mode-name.
9570 (antlr-indent-line): Indent cpp directive at column 0.
9571 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9572
9573 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9574 (antlr-font-lock-additional-keywords): Workaround for intentional
9575 bug in XEmacs version of font-lock.
9576 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9577 be used by a smarter version of `buffers-menu-grouping-function'.
9578
95792000-05-29 Gerd Moellmann <gerd@gnu.org>
9580
9581 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9582 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9583
49f93684
KH
95842000-05-29 Kenichi Handa <handa@etl.go.jp>
9585
9586 * international/encoded-kb.el
9587 (encoded-kbd-iso2022-designation-map): Pay attention to that
9588 charset-iso-final-char return -1 for eight-bit-control and
9589 eight-bit-graphic.
9590
5b1ae051
EZ
95912000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9592
9593 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9594 (speedbar-easymenu-definition-base): Use display-graphic-p where
9595 available, instead of window-system.
9596
a205e32a
EZ
95972000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9598
9599 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9600 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9601 coding systems.
9602
dd854dc2
DL
96032000-05-26 Dave Love <fx@gnu.org>
9604
c88a85d5
DL
9605 * disp-table.el (standard-display-underline): Don't use
9606 internal-find-face.
9607
dd854dc2
DL
9608 * mail/reporter.el: Maintainer change. Doc fixes.
9609 (reporter-version): Deleted.
9610
9611 * emacs-lisp/elp.el: Maintainer change.
9612 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9613
dc29aa6c
SM
96142000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * add-log.el (add-change-log-entry): Merge the current entry with the
9617 previous one if the previous one is empty.
9618
ed62683d
DL
96192000-05-26 Dave Love <fx@gnu.org>
9620
4370a375
DL
9621 * loadhist.el (unload-feature): Fix interactive spec [from
9622 lijnzaad@ebi.ac.uk].
9623
ed62683d
DL
9624 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9625 subr-arity to check primitives.
9626 (byte-compile-flush-pending, byte-compile-file-form-progn)
9627 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9628 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9629 mapcar.
9630
ba9f8f95
KH
96312000-05-26 Kenichi Handa <handa@etl.go.jp>
9632
0f3e0672
KH
9633 * international/fontset.el: Set family names of non-latin charsets
9634 in default fontset to "*".
9635
cebefb44
KH
9636 * international/mule-diag.el (print-fontset): Combine family part
9637 and registry part of the fontname by "-*-" instead of "-".
9638
ba9f8f95
KH
9639 * international/mule-cmds.el (encode-coding-char): Make strings
9640 multibyte before calling encode-coding-string.
9641
931d0724
SM
96422000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9643
9644 * derived.el: Fix keywords.
8ccce2b0 9645 (define-derived-mode): Only define if needed.
931d0724
SM
9646
9647 * simple.el (fill-comment, comment-column, comment-start)
9648 (comment-start-skip, comment-end, comment-indent-function)
9649 (block-comment-start, block-comment-end, indent-for-comment)
9650 (set-comment-column, kill-comment, comment-padding, comment-region)
9651 (comment-multi-line, indent-new-comment-line): Remove.
9652
9653 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9654 function names for comment operations.
9655
9656 * newcomment.el: Add abundant autoload cookies.
9657 (comment-style): Don't depend on runtime data at compile-time.
9658 (comment-indent-hook): Remove.
9659 (comment-indent): Check if comment-indent-hook is bound.
9660 (comment-region): Docstring fix.
9661
6fc596cf
DL
96622000-05-25 Dave Love <fx@gnu.org>
9663
9664 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9665 byte-code-function-p.
9666
9667 * mail/rmailsum.el: Add provide.
9668
9669 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9670
9671 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9672 defcustom.
9673
7997f1ca 96742000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9675
7997f1ca
MK
9676 * ediff-diff.el (ediff-exec-process): delete --binary option from
9677 non-buffer ediff jobs.
7f565d87 9678
e7a903e8
EZ
96792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9680
9681 * hilit-chg.el (highlight-changes-mode): Ask about color or
9682 grayscale support, not about window-system.
9683
9684 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9685 window-system.
9686 (ffap-highlight): Always default to t.
9687
9688 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9689 display-popup-menus-p instead of looking at window-system.
9690
9691 * disp-table.el (standard-display-g1, standard-display-graphic):
9692 Only refuse to use string glyphs on X and MS-Windows.
9693
9694 * avoid.el: Remove window-system from commentary, suggest to use
9695 display-*-p instead.
9696
9697 * apropos.el (apropos-print): Use display-mouse-p instead of
9698 window-system.
9699
14028d57
EZ
97002000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9701
9702 * international/codepage.el (cp-decoding-vector-for-codepage):
9703 Fill up unsupported characters with their own codes. From Kenichi
9704 Handa.
9705
1a4f9cc1
EZ
97062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * international/mule-diag.el (describe-char-after): Use
9709 display-graphic-p instead of window-system, so that this function
9710 works on MS-DOS.
9711
89f6ca4e
EZ
97122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9713
9714 * international/codepage.el (cp-make-coding-systems-for-codepage):
9715 Remove the eight-bit-graphic and eight-bit-control charsets from
9716 the list of charsets which we convert into `?'.
9717
eacfd7fe
KH
97182000-05-25 Kenichi Handa <handa@etl.go.jp>
9719
9720 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9721 private charsets.
9722 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9723 japanese-jisx0213-2): New charsets.
9724
9725 * international/fontset.el: Setup default fontset for new charsets.
9726
deadf7e3
DL
97272000-05-24 Dave Love <fx@gnu.org>
9728
9729 * info.el (Info-find-node-2): Restructure [following "Vadim
9730 S. Solomin" <sovs@uic.nnov.ru>].
9731
9732 * icomplete.el: Fix header for Finder.
9733
97342000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9735
9736 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9737 STAY.
9738
9739 * rmail.el (rmail-automatic-folder-directives): New user variable.
9740 (rmail-show-message): Add call to `rmail-auto-file' during
9741 display.
9742 (rmail-auto-file): New function.
9743
6de3983f 97442000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9745
fc6a6a4e 9746 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9747 account.
fc6a6a4e
GM
9748 (ediff-test-utility,ediff-diff-mandatory-option)
9749 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9750 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9751
fc6a6a4e 9752 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9753 variable.
7f565d87 9754
fc6a6a4e 9755 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9756 ediff-merge-filename-prefix.
9757
fc290d1d
MK
97582000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9759
fc6a6a4e 9760 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9761
273182b8
EZ
97622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9763
9764 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9765 aliases for hebrew-iso-8bit.
9766
f471ea57
EZ
97672000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9768
9769 * woman.el: New version from Francis J. Wright
9770 <F.J.Wright@Maths.QMW.ac.uk>.
9771 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9772 names in environment variables regardless of the path separator.
9773 (woman-topic-all-completions-1): Don't call file-name-directory-p
9774 on all files, since woman-file-regexp already filters out any
9775 directories.
9776
01162f24
KH
97772000-05-24 Kenichi Handa <handa@etl.go.jp>
9778
48e3df76
KH
9779 * international/quail.el (quail-start-translation): Don't change
9780 modified-p of the current buffer.
9781 (quail-start-conversion): Likewise.
9782
9783 * international/kkc.el (kkc-region): Don't change modified-p of
9784 the current buffer.
9785
747d90ea
KH
9786 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9787 conform to RFC1468.
9788 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9789
17a223ff
EL
97902000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9791
9792 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9793 (speedbar-insert-button): Invisible text property fix.
9794 (speedbar-directory-plus): Renamed from speedbar-directory-+
9795 (speedbar-directory-minus): Renamed from speedbar-directory--
9796 (speedbar-page-plus): Renamed from speedbar-file-+
9797 (speedbar-page-minus): Renamed from speedbar-file--
9798 (speedbar-page): Renamed from speedbar-file-
9799 (speedbar-tag): Renamed from speedbar-tag-
9800 (speedbar-tag-plus): Renamed from speedbar-tag-+
9801 (speedbar-tag-minus): Renamed from speedbar-tag--
9802 (speedbar-expand-image-button-alist): Use above renames.
9803
9804 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9805 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9806 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9807 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9808 * sb-pg.xpm: Renamed from sb-file.xpm
9809 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9810 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9811
e6b6fc18
KH
98122000-05-24 Kenichi Handa <handa@etl.go.jp>
9813
9814 * international/quail.el (quail-show-guidance-buf): Set
9815 current-input-method of the guidance buffer to the name of the
9816 curren input method.
9817
a1a336eb
SM
98182000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9819
9820 * progmodes/compile.el (compile-internal): Style typo.
9821
9822 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9823 quote vars and functions in the docstring.
9824
9825 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9826
9827 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9828 Don't quote lambdas.
9829
9830 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9831
9695b783
GM
98322000-05-23 Gerd Moellmann <gerd@gnu.org>
9833
716e3b88
GM
9834 * startup.el (command-line): Determine source file of compiled
9835 user init file differently. Warn if compiled user init file
9836 is older than its source file.
9837
9695b783 9838 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9839
41ac433f
EZ
98402000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9841
9842 * files.el (make-backup-file-name-1): Replace slashes with `!'
9843 rather than `|' (which is not allowed on Windows). Replace the
9844 drive letters with a string "drive_X".
9845
46600ab1
GM
98462000-05-23 Gerd Moellmann <gerd@gnu.org>
9847
9848 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9849
9850 * files.el (interpreter-mode-alist): Add `bash2'.
9851
79a64d87
DL
98522000-05-22 Dave Love <fx@gnu.org>
9853
9854 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9855 mapc.
9856 (feature-file): Avoid calling symbol-name. Doc fix.
9857 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9858 (loadhist-hook-functions): Add mouse-position-function.
9859 (unload-feature): Change uses of mapcar.
9860
9861 * files.el (parse-colon-path): Doc fix.
9862 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9863 (set-auto-mode): Use mapc.
9864
9865 * complete.el (PC-look-for-include-file): Use :alnum: character
9866 class.
9867 (partial-completion-mode): Add autoload cookie.
9868
0e8c11d8
SS
98692000-05-22 Sam Steingold <sds@gnu.org>
9870
ce75fd23 9871 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9872 `add-text-properties' (bug introduced on 2000-05-18).
9873
d8d0fa6c
DL
98742000-05-22 Dave Love <fx@gnu.org>
9875
9876 * bindings.el: Remove debug-ignored-errors set in other files.
9877
9878 * progmodes/etags.el: Add to debug-ignored-errors.
9879 (visit-tags-table-buffer): Clear out buffers holding old tables
9880 when making a new list.
9881 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9882 mapc.
9883
9884 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9885 quote keywords.
9886 (cmpl-string-case-type): Use character classes.
9887
0e8c11d8
SS
9888 * comint.el:
9889 * textmodes/ispell.el:
9890 * imenu.el:
d8d0fa6c
DL
9891 * mail/mh-e.el:
9892 * progmodes/compile.el: Add to debug-ignored-errors.
9893
9894 * dabbrev.el: Add to debug-ignored-errors.
9895 (dabbrev-completion): Use mapc.
9896
1edbbf8a
EZ
98972000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9898
9899 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9900 (woman-mapcan, woman-parse-man.conf)
9901 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9902 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9903 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9904 path syntax better.
9905 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9906 (woman-manpath): Call woman-parse-man.conf.
9907 (woman-emulation): New defcustom, defaults to nroff.
9908 (woman-font-support): New defconst.
9909 (woman-use-symbol-font): New defcustom.
9910 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9911 "Emulation".
9912 Many functions: Doc fix.
9913
5bd2148c
KH
99142000-05-22 Kenichi Handa <handa@etl.go.jp>
9915
9916 * international/quail.el (quail-simple-translation-keymap): Map
9917 128..255 to quail-self-insert-command.
9918 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9919
4125ec7e
SM
99202000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9921
a1a336eb
SM
9922 * help.el (help-manyarg-func-alist): Typo.
9923
40aeecad
SM
9924 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9925 intervals which makes it heaps simpler.
9926
4125ec7e
SM
9927 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9928 the nested comment markers.
e4da9c1c
SM
9929
9930 * subr.el (remove-hook): Don't turn the hook's value into a list.
9931
cb7216a7
DL
99322000-05-21 Dave Love <fx@gnu.org>
9933
ac266581
DL
9934 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9935 are invalid characters.
9936
cb7216a7
DL
9937 * international/mule-util.el (detect-coding-with-priority): Use
9938 mapc. Remove redundant lambda.
9939
9940 * international/mule-diag.el (list-non-iso-charset-chars)
9941 (describe-fontset): Remove redundant lambda.
9942
9943 * emulation/crisp.el (brief-mode): New alias.
9944
9945 * emacs-lisp/ring.el (ring-elements): New function.
9946
9947 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9948 (easy-menu-do-add-item): Use keywordp.
9949
9950 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9951
9952 * replace.el: Doc and error message fixes.
9953 (replace-highlight): Use facep, not internal-find-face.
9954
9b0d1d6e
SM
99552000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9956
b2d2cf58
SM
9957 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9958
ffe7dc64
SM
9959 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9960 (log-edit-insert-changelog): Drop `:' as well.
9961
9962 * log-view.el: Fix file description.
9963 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9964 available.
9965 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9966 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9967
c8c21615
SM
9968 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9969 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9970 Print a status message if the toggle is called interactively.
9971 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9972 for global minor modes and use `defcustom' for them.
9973 Use add-minor-mode.
9974 (easy-mmode-define-derived-mode): Remove.
9975 (define-derived-mode): Fancier default docstring.
9976 (easy-mmode-define-navigation): Signal an error rather than (ding).
9977
9b0d1d6e
SM
9978 * newcomment.el (comment-styles): New `box-multi'.
9979 (comment-normalize-vars): Better default for comment-continue to
9980 avoid whitespace-only continuations.
9981 (comment-search-forward): Always move even in the no-syntax case.
9982 (comment-padright): Only obey N if it's only obeyed for padleft.
9983 (comment-make-extra-lines): Better handling of empty continuations.
9984 Use `=' for the filler if comment-start has only one character.
9985 (uncomment-region): Try handling the special `=' filler.
9986 (comment-region): Allow LINES even if MULTI is nil.
9987 (comment-box): Choose box style based on comment-style.
9988
f5ee6d0f
KH
99892000-05-20 Kenichi Handa <handa@etl.go.jp>
9990
9b0d1d6e 9991 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9992 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9993
c9671f81
KH
99942000-05-20 Kenichi HANDA <handa@etl.go.jp>
9995
9996 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9997 and insert, not subst-char-in-region.
9998
9999 * international/mule-diag.el (list-character-sets-1): Handle
10000 charsets eight-bit-control and eight-bit-graphic.
10001 (list-iso-charset-chars): Likewise.
10002 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10003 charactes as is. Use indent-to to align characters.
10004
10005 * international/mule-cmds.el (find-multibyte-characters): Never
10006 exclude charsets eight-bit-control and eight-bit-graphic.
10007
1426aa5c
SM
100082000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10009
10010 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10011 Don't quote lambdas.
10012
10013 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10014
2b63d473
GM
100152000-05-19 Gerd Moellmann <gerd@gnu.org>
10016
10017 * gud.el (gud-jdb-directories): Doc fix.
10018
f1355756
SM
100192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10020
10021 * newcomment.el: New file.
10022
5f64c9e0
GM
100232000-05-19 Gerd Moellmann <gerd@gnu.org>
10024
2b63d473 10025 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10026
db7314bd
AS
100272000-05-18 Andreas Schwab <schwab@suse.de>
10028
10029 * dired.el (dired-between-files): Also skip lines beginning with
10030 `used'.
10031
25bb0401
GM
100322000-05-18 Gerd Moellmann <gerd@gnu.org>
10033
10034 * msb.el (msb-menu-cond): Add choice `user'.
10035
a199a865 100362000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10037
a199a865
GM
10038 * ps-print.el: Compatibility, customization and doc fix.
10039 (ps-printer-name-option): Replace defconst by defvar.
10040 (ps-postscript-code-directory): XEmacs compatibility.
10041 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10042 fix.
10043 (ps-user-defined-prologue, ps-print-prologue-header)
10044 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10045 compatibility and code fix.
10046 (ps-print-background-image, ps-print-background-text):
10047 Customization fix.
10048 (ps-line-number-start, ps-n-up-on): New vars.
10049
25bb0401
GM
100502000-05-18 Espen Skoglund <esk@ira.uka.de>
10051
10052 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10053 the indent-comment function to just return the appropriate indent.
10054
68e6c83a
EL
100552000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10056
10057 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10058 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10059 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10060
dae6cb9f
DL
100612000-05-18 Dave Love <fx@gnu.org>
10062
10063 * info.el (Info-fontify-node): Add intangible property as well as
10064 invisible.
10065
10066 * calendar/appt.el (appt-make-list): Match all lines of entry.
10067 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10068
813086ea
KH
100692000-05-18 Kenichi Handa <handa@etl.go.jp>
10070
10071 * international/mule-diag.el (describe-char-after): Call
10072 internal-char-font, not char-font. If internal-char-font returns
10073 nil, display "-- none --".
10074
24978190
EZ
100752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10076
10077 * image.el (image-type-available-p): Don't reference image-types
10078 if it isn't bound.
10079
2fca2d5d
SM
100802000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10081
10082 * autoarg.el (autoarg-mode): Typo in the :set argument.
10083
cfc75d05
EZ
100842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10085
10086 * startup.el (command-line-1): Don't signal an error if the
10087 directory for auto-save-list files does not yet exist.
10088
c4e30387
KH
100892000-05-17 Kenichi Handa <handa@etl.go.jp>
10090
10091 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10092
dd6b8ea7
SM
100932000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10094
10095 * subr.el (remove-hook): `setq' hook-value, not `set'.
10096
399c88ad
SS
100972000-05-16 Sam Steingold <sds@gnu.org>
10098
a199a865 10099 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10100
01651f07
DL
101012000-05-16 Dave Love <fx@gnu.org>
10102
10103 * cus-edit.el: Don't require cl or easymenu.
10104 (custom-variable-prompt): Test standard-value property, not
10105 user-variable-p.
10106
2248c40d
SS
101072000-05-16 Sam Steingold <sds@gnu.org>
10108
10109 * subr.el (add-hook): `setq' hook-value, not `set'.
10110
b15f3b77
GM
101112000-05-16 Gerd Moellmann <gerd@gnu.org>
10112
10113 * startup.el (command-line-1): Mention the FAQ in the startup
10114 message.
10115
10116 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10117
10118 * progmodes/compile.el (compilation-parse-errors): Collect
10119 `nomessage' regexps last.
10120
10121 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10122
10123 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10124 to the function name.
10125
f9bbcfac
EL
101262000-05-15 Dave Love <fx@gnu.org>
10127
10128 * speedbar.el (speedbar-recenter): Typo.
10129 (speedbar-expand-line): Make arg optional.
10130 (speedbar-mode): Avoid a compiler warning.
10131
119b42eb
GM
101322000-05-15 Gerd Moellmann <gerd@gnu.org>
10133
10134 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10135 user-specified option string is empty.
10136
10137 * mouse.el (mouse-yank-at-click): Doc fix.
10138
f685bea9
EZ
101392000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10140
10141 * term/internal.el (IT-character-translations): More updates of
10142 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10143 documents.
10144
a1b8d58b
GM
101452000-05-15 Gerd Moellmann <gerd@gnu.org>
10146
10147 * env.el (getenv): New function, interactively callable.
10148 (setenv, getenv): Remove autoload cookies.
10149
10150 * loadup.el: Load `env'.
10151
10152 * progmodes/f90.el: Change author's mail address.
10153
c9bba7ed
DL
101542000-05-14 Dave Love <fx@gnu.org>
10155
e5c83697
DL
10156 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10157 goto-addr as an option.
10158
10159 * help.el (help-xref-stack): Doc fix.
10160 (help-xref-following): New variable.
10161 (help-make-xrefs): Use it.
10162 (help-xref-go-back): Use position information from stack element.
10163 (help-follow): Make position in stack element a pair. Use
10164 help-xref-following.
399c88ad 10165
e5c83697
DL
10166 * autoarg.el: New file.
10167
10168 * faces.el: Declare more functions obsolete.
10169
c9bba7ed
DL
10170 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10171 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10172 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10173 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10174 Remove all the setup-...-environment functions.
10175
b6389bfb
EL
101762000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10177
a1b8d58b
GM
10178 * speedbar.el: Updated the commentary section. xemacs20p now uses
10179 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10180 (speedbar-easymenu-definition-base): Add toggle for images.
10181 (speedbar-easymenu-definition-special): Add flush cache & expand.
10182 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10183 (speedbar-reconfigure-keymaps-hook): New variable.
10184 (speedbar-frame-parameters): Updated documentation.
10185 (speedbar-use-imenu-flag): Updated custom tag
10186 (speedbar-dynamic-tags-function-list): New variable.
10187 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10188 (speedbar-indentation-width, speedbar-indentation-width) New
10189 variables.
10190 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10191 (speedbar-vc-indicator): Doc update.
10192 (speedbar-ignored-path-expressions): Updated default value.
10193 (speedbar-supported-extension-expressions): Updated default value.
10194 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10195 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10196 as "+". Added overlay aliases.
10197 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10198 `force-mode-line-update'.
10199 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10200 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10201 `mouse-set-point'
b6389bfb 10202 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10203 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10204 of arbitrary text, and new helper functions.
10205 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10206 filename finder.
b6389bfb
EL
10207 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10208 (speedbar-directory-buttons): Update path search/expansion.
10209 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10210 `speedbar-indentation-width'. Use more care w/ invisible
10211 properties.
b6389bfb
EL
10212 (speedbar-change-expand-button-char): Call
10213 `speedbar-insert-image-button-maybe'.
10214 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10215 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10216 (speedbar-trim-words-tag-hierarchy)
10217 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10218 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10219 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10220 functions.
b6389bfb
EL
10221 (speedbar-mouse-set-point): New function
10222 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10223 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10224 of tag prefix text.
10225 (speedbar-expand-line, speedbar-contract-line): Make more robust
10226 to strange text.
10227 (speedbar-expand-line): Takes universal argument to flush the
10228 cache.
b6389bfb
EL
10229 (speedbar-flush-expand-line): New function.
10230 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10231 Use new generator insertion method.
10232 (speedbar-fetch-dynamic-tags): New function.
10233 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10234 `speedbar-fetch-dynamic-imenu'.
10235 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10236 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10237 "Revert Buffer" menu items.
10238 (speedbar-buffer-buttons-engine): Be smarter when creating a
10239 filename tag (for expansion purposes.).
a1b8d58b
GM
10240 (speedbar-highlight-one-tag-line,
10241 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10242 (speedbar-recenter): New functions.
b6389bfb 10243 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10244 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10245 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10246 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10247 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10248 (speedbar-expand-image-button-alist): New variable.
10249 (speedbar-insert-image-button-maybe): Insert an image over some
10250 buttons.
10251
43fe9244
KH
102522000-05-13 Kenichi Handa <handa@etl.go.jp>
10253
10254 * international/mule-cmds.el (encode-coding-char): An ASCII
10255 character is always encodable.
10256
10257 * international/mule-conf.el: Add more information in descriptions
10258 of character sets.
10259
813086ea 10260 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10261 (describe-font-internal): Adjusted for the change of font-info.
10262 (describe-font): Likewise.
10263 (print-fontset): Rewritten for the new fontset implementation.
10264 (describe-fontset): Include fontset alias names in completion.
10265 (list-fontsets): Adjusted for the change of print-fontset.
10266
10267 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10268 describe-char-after instead of displaying the detail in the echo
10269 area.
813086ea
KH
10270 (syntax-code-table): Format changed.
10271 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10272
e8564f57
SM
102732000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10276
9278c60d
DL
102772000-05-12 Dave Love <fx@gnu.org>
10278
10279 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10280 dependence. Use line-{beginning,end}-position, not
10281 point-at{b,e}ol. Some doc fixes.
10282 (todo-position): New function. Fix callers of position to use it.
10283 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10284
be0505fe
GM
102852000-05-12 Gerd Moellmann <gerd@gnu.org>
10286
10287 * time.el (display-time-mail-icon): Use `:ascent center'.
10288
a8a3541c
GM
10289 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10290 handling FTP security extensions.
399c88ad 10291
44d5f148
DL
102922000-05-11 Dave Love <fx@gnu.org>
10293
33d0c179 10294 * calendar/todo-mode.el: New file.
44d5f148 10295
da4496b6
GM
102962000-05-11 Gerd Moellmann <gerd@gnu.org>
10297
cdc4401d
GM
10298 * comint.el (comint-read-input-ring): Move reference to
10299 comint-input-ring-size outside of the save-excursion. It was
10300 causing the default value to be the only one ever seen.
399c88ad 10301
0279f991
GM
10302 * font-lock.el: Update copyright. Remove Simon Marshall's email
10303 address on request from him.
10304
da4496b6
GM
10305 * subr.el (substitute-key-definition): Add comment describing
10306 the meaning of PREFIX.
10307
ac5cb26d
SM
103082000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10309
10310 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10311
10312 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10313 (add-minor-mode): Don't make the variable buffer-local and add a
10314 reference to define-minor-mode in the docstring.
10315
10316 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10317 HEADER/FOOTER and fix bug with trailing empty directory.
10318 (cvs-append-to-ignore): Use vc-editable-p if available.
10319 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10320 (vc-do-command): Tweak advice to handle the new VC.
10321
10322 * log-view.el (log-view-goto-rev): New function for the new VC.
10323 (log-view-minor-wrap): Use mark-active.
10324
10325 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10326 (log-edit-changelog-full-paragraphs): New var.
10327 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10328 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10329 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10330 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10331 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10332 Replace the `cvs' prefix with `log-edit'.
10333
10334 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10335
10336 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10337 (diff-font-lock-defaults): Explicitly turn off multiline.
10338 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10339 (diff-ediff-patch): Fix call to ediff-patch-file.
10340 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10341 Handle comments.
10342
10343 * frame.el (automatic-hscrolling): Typo.
10344
10345 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10346
21c34da3
DL
103472000-05-09 Sam Steingold <sds@goems.com>
10348
10349 * apropos.el (apropos-print): use `describe-face' instead of
10350 `customize-face-other-window'.
10351
950cf06f
DL
103522000-05-09 Dave Love <fx@gnu.org>
10353
10354 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10355
10356 * help.el (describe-variable): Have customize button pop the
10357 help-xref stack when invoked.
10358 (help-xref-symbol-regexp): Add `face'.
10359 (help-make-xrefs): Check for quoted face names and adapt regexp
10360 submatch numbers to cope.
10361 (help-xref-interned): Maybe insert face doc too. Separate
10362 sections with a line of hyphens.
10363
0623e40f 10364 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10365 (describe-face): Add customize button. Return the help
10366 text. Fix prompt.
10367
82e2ca9d
EZ
103682000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10369
10370 * term/internal.el (IT-character-translations): Fix last change.
10371
10c00b5c
EZ
103722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10373
10374 * woman.el: New file
10375 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10376
9deed82f
EZ
103772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10378
001ad319
EZ
10379 * term/internal.el (IT-character-translations): Update ASCII
10380 simulations for greek-iso8859-7, add latin-iso8859-14 and
10381 latin-iso8859-15.
10382
9deed82f
EZ
10383 * international/mule-cmds.el (set-language-info-alist): Call
10384 define-prefix-command with 3 arguments, to make the map suitable
10385 for a menu.
10386
4f37b78a
DL
103872000-05-07 Dave Love <fx@gnu.org>
10388
1ec321a7 10389 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10390
64a4c526
DL
103912000-05-05 Dave Love <fx@gnu.org>
10392
10393 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10394 list in doc string. Don't quote keyword symbols.
10395 * emacs-lisp/cl.el: Likewise
10396 * emacs-lisp/cl-seq.el: Likewise
10397
056565f7
GM
103982000-05-05 Gerd Moellmann <gerd@gnu.org>
10399
10400 * abbrev.el (abbrev-mode): Make ARG optional.
10401
4656b314
GM
104022000-05-04 Gerd Moellmann <gerd@gnu.org>
10403
ec82fb2f
GM
10404 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10405
10406 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10407
4656b314
GM
10408 * subr.el (substitute-key-definition): Clarify documentation.
10409
104102000-05-04 Milan Zamazal <pdm@freesoft.cz>
10411
10412 * glasses.el (glasses-convert-to-unreadable): Use
10413 `glasses-separator' instead of the hard-wired "_".
10414 (glasses-mode): Call `glasses-make-unreadable' only in a single
10415 place.
10416
7b081c78
EZ
104172000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10418
10419 * term/internal.el (cjk-codepages-alist): Add associations for
10420 Chinese and Korean codepages. Remove FIXME comment.
10421
baa5536e
DL
104222000-05-03 Dave Love <fx@gnu.org>
10423
10424 * time.el (display-time-mail-face, display-time-use-mail-icon):
10425 New option.
10426 (display-time-mail-icon): New variable.
10427 (display-time-string-forms): Use the above. Fix the local-map.
10428
cbf18892
GM
104292000-05-03 Gerd Moellmann <gerd@gnu.org>
10430
4ff40dd0
GM
10431 * replace.el (query-replace-map): Add binding for `E'.
10432 (query-replace-help): Extend help text.
10433 (perform-replace): Allow editing the replacement string.
10434
10435 * make-mode.el (makefile-mode-abbrev-table): New variable.
10436 (makefile-mode): Set local abbrev table to
10437 makefile-mode-abbrev-table.
10438 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10439
cbf18892
GM
10440 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10441 set TOGGLE's value.
10442
4ff40dd0
GM
10443 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10444 mail-interactive-insert-alias.
10445 (mail-abbrev-complete-alias): New command.
10446 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10447
ffec4d9f
KH
104482000-05-03 Kenichi Handa <handa@etl.go.jp>
10449
10450 * language/lao-util.el (lao-compose-region): New function.
10451
1b0672c3
GM
104522000-05-02 Gerd Moellmann <gerd@gnu.org>
10453
576da55d
GM
10454 * files.el (recover-session): Make directories as necessary
10455 if they don't exist yet.
10456
399c88ad
SS
10457 * calendar/cal-french.el
10458 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10459 (french-calendar-special-days-array): Change French text.
10460 (calendar-french-date-string): Change output.
10461 (calendar-goto-french-date): Likewise.
10462
104632000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10464
10465 * wid-edit.el (widget-default-active): Obey `:always-active'.
10466 (widget-documentation-string-value-create): Set `:always-active'.
10467
4b33deaa
EZ
104682000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10469
10470 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10471 default prefix to `~/_emacs.d/auto-save.list/_s'.
10472 (normal-top-level): Create the directory for auto-save files, if
10473 it doesn't already exist (in the ms-dos case only).
10474
5c922ea7
EZ
104752000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10476
10477 * international/mule-cmds.el (set-language-environment): Don't
10478 concat an integer (dos-codepage), use format instead.
10479
820ad5e7
DL
104802000-05-02 Dave Love <fx@gnu.org>
10481
10482 * help.el (help-xref-on-pp): Check for constant symbols.
10483
57cb56f5
GM
104842000-04-29 Gerd Moellmann <gerd@gnu.org>
10485
10486 * startup.el (normal-top-level): Put a condition-case around
10487 the code loading subdirs.el.
10488
104892000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10490
57cb56f5
GM
10491 * ps-print.el: Upside-down and face background color printing,
10492 line number step, doc fix.
10493 (ps-print-version): New version number (5.2).
10494 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10495 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10496 (ps-spool-config): Var fix.
10497 (ps-printer-name-option): Const fix.
10498 (ps-print-upside-down, ps-use-face-background)
10499 (ps-line-number-step): New vars.
10500 (ps-window-system, ps-lp-system): New consts.
10501 (ps-face-background): New fun.
10502
084cec2f
GM
105032000-04-28 Richard Stallman <rms@gnu.org>
10504
10505 * files.el (make-auto-save-file-name):
10506 Apply auto-save-file-name-transforms to visited file name
10507 before generating auto save file name.
10508 (auto-save-file-name-transforms): New variable.
10509
399c88ad 10510 * files.el (backup-enable-predicate):
084cec2f
GM
10511 Correctly test for a file under a temporary directory.
10512
c94f4677
GM
105132000-04-28 Gerd Moellmann <gerd@gnu.org>
10514
10515 * subr.el (add-minor-mode): Rewritten.
10516
7b211df5
KH
105172000-04-28 Kenichi Handa <handa@etl.go.jp>
10518
10519 * mail/sendmail.el (sendmail-send-it): Set
10520 buffer-file-coding-system to the selected coding system for MIME
10521 header.
10522
c76e04a8 105232000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10524
c76e04a8
GM
10525 * dired.el (dired-move-to-filename-regexp): Allow format where
10526 YYYY is followed by two spaces.
e3e36d74 10527
c76e04a8
GM
10528 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10529 in the second character class of the regexp.
10530
10531 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10532 mh-etc, too.
353964e3 10533
c76e04a8
GM
10534 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10535 nil.
399c88ad 10536
353964e3
GM
10537 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10538
10539 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10540 argument.
10541
c76e04a8 105422000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10543
c76e04a8
GM
10544 * emacs-lisp/crm.el (crm-completion-table): New variable.
10545 (crm-collection-fn, crm-test-completion)
10546 (completing-read-multiple): Use it.
10547
105482000-04-27 Dave Love <fx@gnu.org>
10549
10550 * help.el (locate-library): Use mapc.
10551 (help-manyarg-func-alist): Add call-process-region.
10552
7464346d
GM
105532000-04-26 Gerd Moellmann <gerd@gnu.org>
10554
b35bd33d
GM
10555 * subr.el (add-minor-mode): Make argument MAP optional.
10556
7464346d
GM
10557 * desktop.el (desktop-save): Save list of minor modes.
10558 (desktop-create-buffer): Restore minor modes.
10559 (desktop-minor-mode-table): New user-option.
10560
10561 * subr.el (add-minor-mode): New function.
10562
10563 * image.el (find-image): New function.
10564 (defimage): Rewritten to find image at load time.
10565
10566 * startup.el (normal-top-level-add-to-load-path): Handle
10567 case that the default directory is not in load-path.
10568
10569 * help.el: Old patch from Stefan Monnier.
10570 (help-xref-on-pp): New function.
10571 (describe-variable): Use it to display xrefs in a symbol's value.
10572
23c0fb21
SM
105732000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10574
10575 * cus-edit.el (custom-face): Fix parenthesis.
10576
fad95037
KH
105772000-04-26 Kenichi Handa <handa@etl.go.jp>
10578
f03392a1
KH
10579 * mail/rmail.el (rmail-expunge): When there are no deleted
10580 messages, do nothing.
fad95037 10581
0d7c5bb9
DL
105822000-04-26 Dave Love <fx@gnu.org>
10583
10584 * international/mule-cmds.el (locale-translation-file-name):
10585 Defvar to nil.
10586 (set-locale-environment): Set it here (at runtime).
10587
612839b6
GM
105882000-04-25 Gerd Moellmann <gerd@gnu.org>
10589
10590 * replace.el (perform-replace): Add parameters START and END. Use
10591 them instead of the check for a region in Transient Mark mode.
10592 (query-replace-read-args): Return two more list elements for the
10593 start and end of the region in Transient Mark mode.
10594 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10595 (map-query-replace-regexp, replace-string, replace-regexp): Add
10596 optional last arguments START and END and pass them to
10597 perform-replace.
10598
10599 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10600 form with additional arguments for perform-replace.
10601
10602 * progmodes/etags.el (tags-query-replace): Add parameters START
10603 and END. Construct a form with additional arguments for
10604 perform-replace.
10605
10606 * simple.el (shell-command): Set default directory for "*Shell
10607 Command Output" buffer.
10608
10609 * language/european.el (iso-latin-4): Fix typo.
10610
10611 * emacs-lisp/crm.el: New file.
10612
2917cc05
DL
106132000-04-24 Dave Love <fx@gnu.org>
10614
10615 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10616 (Custom-reset-saved, Custom-reset-standard)
10617 (custom-group-value-create, custom-group-set, custom-group-save)
10618 (custom-group-reset-current, custom-group-reset-saved)
10619 (custom-group-reset-standard): Use mapc.
10620 (custom-buffer-create-internal): Disable undo when creating items.
10621 Use mapc.
10622 (custom-face): Avoid redundant lambda.
10623
abfcc168
GM
106242000-04-24 Gerd Moellmann <gerd@gnu.org>
10625
10626 * startup.el (auto-save-list-file-prefix): Set default to
10627 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10628
fa78f71b
SS
106292000-04-24 Sam Steingold <sds@gnu.org>
10630
10631 * time-stamp.el (time-stamp-string-preprocess): Always convert
10632 `field-result' to a string.
10633
cc181e95
GM
106342000-04-24 Gerd Moellmann <gerd@gnu.org>
10635
10636 * frame.el (scrolling): New group.
10637 (automatic-hscrolling): New user-option.
10638
10639 * startup.el (command-line-x-option-alist): Add `-lsp' and
10640 `--line-spacing'.
10641
6142fdcb
DL
106422000-04-19 Dave Love <fx@gnu.org>
10643
10644 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10645 (cl-mapc): Rename from mapc. Fix the funcall.
10646
5e3dac3f
GM
106472000-04-19 Gerd Moellmann <gerd@gnu.org>
10648
1c459486
GM
10649 * simple.el (clone-indirect-buffer-other-window): New command.
10650 (clone-indirect-buffer): Add optional arg NORECROD.
10651 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10652
271b4185
GM
10653 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10654
10655 * window.el (count-screen-lines): New function.
10656 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10657 instead of window-buffer-height.
10658
10659 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10660 non-existing variable comint-input-sentinel.
10661 (inferior-lisp-args-to-list): Removed.
10662 (inferior-lisp): Use split-string instead of
10663 inferior-lisp-args-to-list.
10664
10665 * hexl.el (hexl-insert-hex-string): New command.
10666
5e3dac3f
GM
10667 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10668 instead of concat.
10669
f6d3257b
GM
106702000-04-18 Gerd Moellmann <gerd@gnu.org>
10671
10672 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10673 at the start of an existing but empty folder.
10674
106752000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10676
10677 * ps-mule.el: Customization fix, doc fix.
10678 (ps-multibyte-buffer): Customization fix.
10679
8b7bc628 106802000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10681
10682 * subr.el (read-passwd): Use read-char-exclusive.
10683
0daee095
GM
106842000-04-17 Gerd Moellmann <gerd@gnu.org>
10685
10686 * textmodes/texinfo.el (texinfo-insert-@email)
10687 (texinfo-insert-@emph, texinfo-insert-@quotation)
10688 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10689 (texinfo-mode-map): Add key bindings for them.
10690
10691 * files.el (basic-save-buffer-2): Use a template with `$'
10692 instead of `#' for VMS.
10693
10694 * simple.el (clone-indirect-buffer): New function.
10695
e10f64e7
GM
106962000-04-16 Stephen Eglen <stephen@gnu.org>
10697
10698 * iswitchb.el (iswitchb-case): New function. If the user input
10699 contains any upper-case characters, the search is made
10700 case-sensitive.
10701
e3721db1
SM
107022000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10703
e10f64e7
GM
10704 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10705 comment-end.
e3721db1
SM
10706 (texinfo-font-lock-syntactic-keywords): New var.
10707 (texinfo-font-lock-keywords): Remove comment regexp.
10708 (texinfo-insert-block): New function.
10709 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10710 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10711 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10712 (texinfo-environments): New var.
e10f64e7
GM
10713 (texinfo-environment-regexp): Use regexp-opt and
10714 texinfo-environments.
e3721db1 10715
e10f64e7
GM
10716 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10717 ispell-process is bound since this might be eval'd before ispell
10718 is loaded.
10719 (ispell-message): Use a tiny bit less magic and a bit more hard
10720 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10721
10722 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10723
10724 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10725 (insert-cyclic-diary-entry): Unquote the lambda.
10726
10727 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10728
10729 * files.el (backup-enable-predicate): Unquote the lambda.
10730
10731 * cus-edit.el (custom-face, face): Unquote the lambda.
10732
712dc9e0
GM
107332000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10734
10735 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10736
712dc9e0
GM
10737 * ps-print.el: Fix counting lines in a region.
10738 (ps-print-version): New version number (5.1.5).
10739 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10740 (ps-printing-region): Fun code fix.
10741
ffc50f2a
GM
107422000-04-15 Gerd Moellmann <gerd@gnu.org>
10743
10744 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10745 to file-directory-p.
10746
a2522dca
GM
107472000-04-14 Gerd Moellmann <gerd@gnu.org>
10748
10749 * gud.el (gud-jdb-build-source-files-list): Check that directory
10750 exists before calling directory-files.
10751
6e883610
DL
107522000-04-13 Dave Love <fx@gnu.org>
10753
10754 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10755 syntax.
10756
10757 * emacs-lisp/cl-specs.el: Remove when, unless.
10758
10759 * emacs-lisp/cl-extra.el: Don't quote keywords.
10760 (cl-old-mapc): New variable.
10761 (mapc): Use it.
10762 (cl-map-intervals): Use with-current-buffer. Don't check for
10763 next-property-change.
10764 (cl-map-overlays): Use with-current-buffer.
10765 (cl-expt): Remove.
10766 (copy-tree, remprop): Define unconditionally.
10767
10768 * emacs-lisp/cl-compat.el (keywordp): Remove.
10769
10770 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10771 to use keywordp.
10772 (edebug-spec): Enable keywordp.
10773
10774 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10775 string-lessp.
10776
10777 * cus-start.el: Use keywordp.
10778
198e3c7a
GM
107792000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10780
10781 * diary-lib.el (include-other-diary-files): Fix the fix of
10782 2000-02-18 by doing a save-excursion.
10783
107842000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10785
10786 * ps-print.el: Customization fix, doc fix.
10787 (ps-print-version): New version number (5.1.4).
10788 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10789 (ps-print-preprint): Adjust code.
10790 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10791 (ps-print-prologue-header, ps-print-control-characters)
10792 (ps-spool-config): Customization fix.
fa78f71b 10793
8eba343c
EZ
107942000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10795
10796 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10797 converted to the new menu-item format, names silightly changed,
10798 help strings added.
10799
10800 Support for spelling without async subprocesses:
10801
10802 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10803 (ispell-session-buffer): New variables.
10804 (ispell-start-process, ispell-process-status,
10805 ispell-accept-output, ispell-send-string): New functions, for
10806 Ispell invocation when async subprocesses aren't supported.
10807 (ispell-word, ispell-pdict-save, ispell-command-loop,
10808 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10809 to process-send-string with calls to ispell-send-string, and
10810 accept-process-output with ispell-accept-output.
10811 (ispell-init-process): Call ispell-process-status instead of
10812 process-status with.
10813 (ispell-init-process): Call ispell-start-process. Call
10814 ispell-accept-output and ispell-send-string. Don't call
10815 process-kill-without-query and kill-process if they are unbound.
10816 (ispell-async-processp): New function.
10817
3d30065d
DL
108182000-04-12 Dave Love <fx@gnu.org>
10819
10820 * info.el: Add debug-ignored-errors.
10821 (Info-mode-menu): Add some items.
10822 (Info-directory): Add autoload cookie.
10823
10824 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10825 Modify `truncate-lines'. Make `describe-language-environment'
10826 always visible and add help. Modify `describe-key' help. Invoke
10827 Info-directory from `info'. New entry `emacs-manual'.
10828
1a1b1895
GM
108292000-04-10 Gerd Moellmann <gerd@gnu.org>
10830
8b2affc5
GM
10831 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10832 propertized-buffer-identification.
10833 (ebrowse-update-member-buffer-mode-line): Likewise.
10834 (ebrowse--mode-strings): Removed.
10835 (ebrowse--mode-line-props): Removed.
10836
1a1b1895
GM
10837 * files.el (auto-mode-alist): Add `EBROWSE'.
10838
10839 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10840 space before testing for end of buffer.
10841 (ebrowse-load): Removed.
10842 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10843 (ebrowse-create-tree-buffer): Rewritten.
10844 (ebrowse-tree-mode): Read tree from buffer.
10845
10846 * progmodes/ebrowse-ffh.el: Removed.
10847
223f3c91
KH
108482000-04-10 Kenichi Handa <handa@etl.go.jp>
10849
10850 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10851
25fbf2c4
GM
108522000-04-10 Gerd Moellmann <gerd@gnu.org>
10853
10854 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10855 at the wrong place.
10856
92c13173
DL
108572000-04-09 Dave Love <fx@gnu.org>
10858
10859 * files.el (backup-enable-predicate): Use
10860 temporary-file-directory, small-temporary-file-directory.
10861 (make-backup-file-name-function, backup-directory-alist): New
10862 variables.
10863 (make-backup-file-name-1): New function.
10864 (make-backup-file-name): Use it.
10865 (find-backup-file-name): Likewise. Use format for clarity, not
10866 concat.
10867 (file-newest-backup): Use make-backup-file-name.
10868
be0dbdab
GM
108692000-04-09 Gerd Moellmann <gerd@gnu.org>
10870
c45be9ac 10871 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10872
c45be9ac
GM
10873 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10874 to ebrowse-ffh.el.
10875 (ebrowse-load): Add autoload.
10876
10877 * finder.el (finder-commentary): Add autoload cookie.
10878
be0dbdab
GM
10879 * mail/rfc2368.el: Correct author's email address.
10880
10881 * progmodes/ebrowse.el: New file.
10882
10883 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10884 item help string.
10885 (easy-menu-do-add-item): Ditto.
10886 (easy-menu-define): Extend doc string.
10887
10888 * jit-lock.el (with-buffer-unmodified): Use
10889 restore-buffer-modified-p.
10890 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10891 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10892 with-buffer-unmodified.
10893
3f923efe
DL
108942000-04-08 Dave Love <fx@gnu.org>
10895
10896 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10897 unless, when.
10898
d35bee0e
MK
108992000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10900
10901 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10902 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10903 doesn't support face.
d35bee0e 10904 Use `viper-put-on-search-overlay'.
fa78f71b 10905
c407c570
GM
109062000-04-04 Gerd Moellmann <gerd@gnu.org>
10907
10908 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10909 like C-r.
10910
10911 * progmodes/make-mode.el: Some doc fixes.
10912 (makefile-mode-abbrev-table): New variable.
10913 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10914 (makefile-font-lock-keywords): Fontify includes and conditionals.
10915 (toplevel): Require `dabbrev' and `add-log' when compiling.
10916
10917 * replace.el (perform-replace): Don't move forward one char
10918 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10919 to do that because it leaves point 1 position after the last
10920 replacement, after everything has been replaced.
10921
10922 * jit-lock.el (with-buffer-unmodified): New macro.
10923 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10924 modified state.
10925 (jit-lock-function-1): Extracted from jit-lock-function; not
10926 preserving buffer's modified state.
10927 (jit-lock-function, jit-lock-stealth-fontify): Call
10928 jit-lock-function-1.
10929
10930 * mail/rfc2368.el: Remove supernumerary copyright line.
10931
685e5ed2
GM
109322000-04-04 Milan Zamazal <pdm@freesoft.cz>
10933
10934 * glasses.el: Provide facilities for inserting space before left
10935 parentheses and uncapitalization of identifiers.
10936 (glasses-mode): Try to remove old overlays in all cases.
10937
0166aed1
GM
109382000-04-03 Gerd Moellmann <gerd@gnu.org>
10939
62f20204
GM
10940 * progmodes/compile.el (compile-internal): Display the compilation
10941 buffer in a different frame, if it's already displayed there.
10942
6460c400
GM
10943 * mail/rfc2368.el: New file.
10944
c0510d27
GM
10945 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10946 header and insert its value as mail body.
10947
10948 * subr.el (member-ignore-case): New function.
10949
10950 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10951 (dabbrev--find-expansion): Ignore buffers matching a regexp
10952 from dabbrev-ignored-regexps.
10953
0166aed1
GM
10954 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10955 to extensions handled by gzip.
10956
c0510d27
GM
109572000-04-03 Richard M. Stallman <rms@gnu.org>
10958
10959 * files.el (insert-directory): List the total free space
10960 along with the used space.
fa78f71b 10961
c0510d27
GM
10962 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10963 line is followed by one that matches CITATION-REGEXP, end the
10964 paragraph.
10965
109662000-04-03 Markus Rost <rost@delysid.gnu.org>
10967
10968 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10969 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10970
14c04384
KH
109712000-04-03 Kenichi Handa <handa@etl.go.jp>
10972
10973 * international/mule-cmds.el (encoded-string-description):
10974 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10975 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10976 for hexadecimal format.
14c04384 10977
ccf5869a
DL
109782000-04-01 Dave Love <fx@gnu.org>
10979
10980 * cpp.el: Change customization group to `c' from `C'.
10981
10982 * vcursor.el (vcursor-move): Use display-color-p.
10983
10984 * international/mule-util.el: Provide mule-utils.
10985 (string-to-sequence): Simplify and speed up.
10986
10987 * international/mule.el (make-coding-system): Purecopy doc-string.
10988
10989 * international/mule-cmds.el: Various menu changes.
10990 (describe-specified-language-support): Handle `Default'.
10991 (set-language-info): Purecopy `info'.
10992
610d841e
GM
109932000-03-31 Andrew Innes <andrewi@gnu.org>
10994
10995 * vc.el (vc-backend-diff): Return the correct status if we had to
10996 retry the rcsdiff command without the --brief option.
fa78f71b 10997
7f9de034
DL
109982000-03-31 Dave Love <fx@gnu.org>
10999
2de47765
DL
11000 * help.el (help-manyarg-func-alist): Correct several omissions.
11001
72838819
DL
11002 * add-log.el: Don't require cl, fortran.
11003 (add-log-current-defun-function): Doc fix.
11004 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11005 fix.
11006 (change-log-version-rcs): Function deleted.
11007 (change-log-version-number-search): Doc fix. Use
11008 vc-workfile-version. Avoid CL dolist.
11009 (add-change-log-entry): Just call add-log-current-defun to get
11010 defun. Simplify somewhat.
11011 (change-log-get-method-definition-1): Likewise.
11012 (add-log-current-defun): Return nil if calling
11013 add-log-current-defun-function does so. Move Fortran stuff to
11014 fortran.el. Return string without properties.
11015
7f9de034
DL
11016 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11017 and :alpha: char classes.
11018
11019 * mail/supercite.el: Defvar curline when compiling.
11020 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11021 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11022 rather than a-zA-Z0-9 to allow non-ASCII characters.
11023
aa110c0c
GM
110242000-03-31 Gerd Moellmann <gerd@gnu.org>
11025
11026 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11027
11028 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11029 Re-enable new code.
11030
11031 * lpr.el (print-region-1): Use -d to specify printer name for
11032 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11033
110342000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11035
aa110c0c
GM
11036 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11037 for function definition in symbol's function value slot first
11038 instead of first consulting byte-compile-function-environment.
fa78f71b 11039
6733d074
KH
110402000-03-31 Kenichi Handa <handa@etl.go.jp>
11041
11042 * language/european.el ("Polish"): New language environment.
11043 (setup-polish-environment): New function.
11044
63fcfa04
GM
110452000-03-30 Gerd Moellmann <gerd@gnu.org>
11046
11047 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11048 Disable new code.
11049
11050 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11051 trying to `load' the symbol of an autoload instead of the file
11052 recorded in the autoload. Fix error messages.
11053
7438c86b
GM
110542000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11055
11056 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11057 (ps-print-version): New version number (5.1.3).
11058 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11059 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11060 (ps-generate-postscript-with-faces): Code fix.
11061 (ps-color-values): XEmacs compatibility.
11062 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11063 (ps-default-fg, ps-default-bg): Adjust customization.
11064 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11065 (ps-color-scale): Renaming old ps-color-value fun.
11066 (ps-print-headers): Replace ps-print-header group to avoid conflict
11067 with ps-print-header variable.
11068 (ps-print-miscellany): New group.
11069 (ps-format-color, ps-rgb-color): New funs.
11070 (ps-default-foreground): New var.
11071 (ps-printer-name-option): New const.
fa78f71b 11072
326855a0
PB
110732000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11074
1f56ba73
PB
11075 * net/net-utils.el:
11076 (network-connection-host, network-connection-service): New variables
11077 (network-connection-mode): New mode, derived from comint-mode
11078 (network-connection-mode-setup): New function, saves host and
fa78f71b 11079 service information in local variables.
1f56ba73 11080
326855a0
PB
11081 * lisp/locate.el:
11082 (locate-word-at-point): Added this function
11083 (locate): Default to using locate-word-at-point as input
11084 Run dired-mode-hook
11085
141384bd
DL
110862000-03-29 Dave Love <fx@gnu.org>
11087
11088 * calendar/appt.el: Doc fixes.
11089 (appt-check): Convert min-to-app to a string before passing to
11090 appt-disp-window-function or concat.
11091 (appt-delete-window): Remove test for frame-root-window.
11092 (appt-select-lowest-window, appt-convert-time): Simplify.
11093
11094 * emacs-lisp/bytecomp.el: Doc fixes.
11095 (byte-compile-file-form-autoload): Update
11096 byte-compile-function-environment.
11097
c5aa0fc2
AS
110982000-03-29 Andreas Schwab <schwab@suse.de>
11099
11100 * emacs-lisp/autoload.el: Also print defsubst doc string
11101 specially.
11102
11103 * dired.el (dired-insert-directory): If dired-free-space-program
11104 failed just delete its output.
11105
f1d6fe69
DL
111062000-03-29 Dave Love <fx@gnu.org>
11107
11108 * international/iso-cvt.el: Move provide to end. Doc fixes.
11109 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11110 (iso-iso2sgml, iso-sgml2iso): New functions.
11111 (iso-cvt-define-menu): Fix some entries and use backquote for
11112 clarity.
11113
11114 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11115
b61f1215
GM
111162000-03-28 Gerd Moellmann <gerd@gnu.org>
11117
11118 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11119 ISO-DATE. If non-nil, return date in ISO 8601 format.
11120
ea4b0ca3
SM
111212000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11122
3831af62
SM
11123 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11124 if it ever becomes used.
11125 (log-edit-mode-hook): Default to vc-log-mode-hook.
11126 (log-edit-mode): Fix the docstring.
11127
ea4b0ca3
SM
11128 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11129 the code.
11130
08f8b1cc
DL
111312000-03-26 Dave Love <fx@gnu.org>
11132
082527fe
DL
11133 * net/browse-url.el (browse-url): Re-fix case of
11134 browse-url-browser-function being an alist.
11135 (browse-url): Add :link to defgroup.
11136
08f8b1cc
DL
11137 * files.el: Doc fixes.
11138 (file-truename): Include `[' in wildcard characters.
11139 (automount-dir-prefix): Customize.
11140 (find-file-wildcards): Add :version.
11141 (find-file-noselect): Simplify a mapcar call.
11142
11143 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11144 compatible with inf-lisp version.
11145 (eval-defun-1): Fix custom-declare-variable case.
11146
ea4b0ca3
SM
111472000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11148
11149 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11150
9a0dd3dc
GM
111512000-03-24 Gerd Moellmann <gerd@gnu.org>
11152
b68c375f
GM
11153 * Makefile (COMPILE_FIRST): New macro.
11154 (compile-files): Compile files from COMPILE_FIRST first.
11155
11156 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11157 code.
11158
9a0dd3dc
GM
11159 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11160 matching open parenthesis in column 0 to defun-prompt-regexp
11161 only if open-paren-in-column-0-is-defun-start is set.
11162
11163 * sun-curs.el: Require CL at compile-time only.
11164
11165 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11166 instead of copy-list which is a function from CL.
11167 (msb--choose-menu, msb--mode-menu-cond)
11168 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11169 (msb--init-file-alist): Use mapcar instead of mapcan.
11170 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11171 `(' in column 0 in doc string.
11172 (msb--add-separators): Use mapcar instead of mapcan.
11173
11174 * cus-dep.el: Require CL at compile-time only.
11175
c7dcadb5
SM
111762000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11177
11178 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11179 (byte-compile-warnings): New warning `noruntime'.
11180 (byte-compile-constants, byte-compile-variables): Fix docstring.
11181 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11182 execute `eval-whenc-compile's body.
11183 (byte-compile-unresolved-functions): Fix docstring.
11184 (byte-compile-eval): New function.
11185 (byte-compile-callargs-warn): Check if the function will be available
11186 at runtime (via property `byte-compile-noruntime').
11187 (byte-compile-print-syms): New function.
11188 (byte-compile-warn-about-unresolved-functions): Also warn about
11189 `noruntime' functions (and use `byte-compile-print-syms').
11190 (byte-compile-file): Capitalize the message.
11191
3b55acc9
GM
111922000-03-24 Gerd Moellmann <gerd@gnu.org>
11193
11194 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11195 (rmail-expunge): Ask for confirmation depending on the setting
11196 of rmail-confirm-expunge.
11197
111982000-03-23 Gerd Moellmann <gerd@gnu.org>
11199
11200 * Makefile (bootstrap-clean): If $(emacs) exists, build
11201 loaddefs.el first. A loaddefs.el that's not up-to-date might
11202 cause a bootstrap failure because things don't autoload as
11203 expected.
11204
02c76af4
DL
112052000-03-23 Dave Love <fx@gnu.org>
11206
11207 * net/browse-url.el: Restore previous use of
11208 browse-url-maybe-new-window.
11209
1a3199d9
GM
112102000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11211
11212 * ps-print.el: Skip banner page fix.
11213 (ps-print-version): New version number (5.1.2).
11214 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11215
1a3199d9
GM
112162000-03-23 Dave Pearson <davep@davep.org>
11217
11218 * net/quickurl.el Changed the type of parameter passed to the
11219 function defined by `quickurl-format-function'. Before only the
11220 text of the URL was passed. Now the whole URL structure is passed
11221 and the function is responsible for extracting the parts it
11222 requires. Changed the default of `quickurl-format-function'
11223 accordingly.
11224 (quickurl-insert): Changed the `funcall' of
11225 `quickurl-format-function' to match the above change.
11226 (quickurl-list-insert): Changed the `url' case so that it makes
11227 use of `quickurl-format-function', previous to this the format was
11228 hard wired.
fa78f71b 11229
72db3ab5
GM
112302000-03-22 Gerd Moellmann <gerd@gnu.org>
11231
11232 * startup.el: Change some spellings for the X Window System.
11233
68049bfa
SM
112342000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11235
11236 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11237 up the code and the regexp and make sure the cursor is temporarily
11238 moved to the suspicious line while querying the user.
11239
ff4df011
JR
112402000-03-22 Jason Rumney <jasonr@gnu.org>
11241
11242 * w32-fns.el (w32-charset-info-alist): Initialize.
11243
ee1c5b21
GM
112442000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11245
11246 * ps-print.el: N-up last page fix.
11247 (ps-print-version): New version number (5.1.1).
11248 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11249
d2cbfba0
SM
112502000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11251
bfb857d8
SM
11252 * files.el (find-file-run-dired): Update docstring.
11253 (find-directory-functions): New hook.
11254 (find-file-noselect): Run find-directory-functions rather than
11255 calling dired directly.
11256
11257 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11258
cb3430a1
SM
11259 * pcvs.el: Add a minimal leading commentary.
11260 (cvs-make-cvs-buffer): Change the header part by removing the startup
11261 message and adding a `Module' entry. Also replace the FOOTER and
11262 HEADER special fileinfos with the new support in ewoc for updating
11263 its own footer and header.
11264 (cvs-update-header): Update to use the header/footer of the ewoc.
11265 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11266 (cvs-is-within-p): New function.
11267 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11268 to only examine some subset of the buffers.
11269
11270 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11271 `format' instead of our own ad-hoc functions.
11272 Remove HEADER and FOOTER cases, now handled in the EWOC.
11273 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11274
11275 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11276 output to avoid scaring the user.
11277 (cvs-parse-table): Catch message for non-up-to-date commits.
11278
11279 * pcvs-defs.el (cvs-startup-message): Remove.
11280 (cvs-global-menu): New autoloaded menu.
11281
11282 * pcvs-util.el (cvs-string-fill): Remove.
11283
11284 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11285 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11286 PP part of it and also make it work for footers and headers.
11287 (ewoc-create): Drop POS and BUFFER arguments.
11288 Use the DLL's dummy node to store the end-of-footer position.
11289 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11290 (ewoc-refresh): Remove unused `header' variable.
11291 (ewoc-(get|set)-hf): New functions.
11292
d2cbfba0
SM
11293 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11294 log-view-*-(message|file) and use easy-mmode-define-navigation.
11295 (log-view-message-re): Match SCCS format as well.
11296 And match the revision line rather than the dashed separator line.
11297 (log-view-mode): Use the new define-derived-mode.
11298 (log-view-current-tag): Fill in with an actual implementation.
11299
11300 * cvs-status.el (cvs-status-(prev|next)): Rename from
11301 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11302 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11303 to let the output "breathe" a little more (more readable).
11304 (cvs-status-mode): Use the new define-derived-mode.
11305
11306 * smerge-mode.el (smerge-auto-leave): New function and variable.
11307 (smerge-basic-map): Rename from smerge-basic-keymap.
11308 Change the bindings for smerge-diff-*.
11309 (smerge-*-map): Use easy-mmode-defmap.
11310 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11311 (smerge-keep-*): Use smerge-auto-leave.
11312
51663132
JR
113132000-03-21 Jason Rumney <jasonr@gnu.org>
11314
11315 * cus-edit.el (custom-button-face): Use 3D look for w32.
11316 (custom-button-pressed-face): Likewise.
11317
3f6e4b8b
GM
113182000-03-21 Gerd Moellmann <gerd@gnu.org>
11319
11320 * progmodes/etags.el (tags-case-fold-search): New user-option.
11321 (tags-loop-eval): New function. Bind case-fold-search around eval
11322 depending on the value of tags-case-fold-search.
11323 (tags-loop-continue): Use tags-loop-eval.
11324 (find-tag-in-order): Bind case-fold-search depending on the value
11325 of tags-case-fold-search.
11326
c7ea3acc
SM
113272000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11328
0ae39f53
SM
11329 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11330 (diff-end-of-hunk): Return the end position for use in
11331 `easy-mmode-define-navigation'.
11332 (diff-recenter): Remove.
11333 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11334 of `easy-mmode-define-navigation'.
11335 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11336 previous renaming) and fix to use new names.
11337 (diff-merge-strings): Use \n as separator: simpler, faster.
11338 (diff-mode): Use `define-derived-mode'.
11339
c7ea3acc
SM
11340 * derived.el (define-derived-mode): Don't autoload anymore.
11341 Prefer the macro-only version provided by easy-mmode.el.
11342
11343 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11344 `easy-mmode-define-derived-mode'.
11345 Use `combine-run-hooks'.
11346 (easy-mmode-define-navigation): New macro.
11347
11348 * subr.el (combine-run-hooks): New function.
11349
6c4bfdc0
KH
113502000-03-21 Kenichi HANDA <handa@etl.go.jp>
11351
11352 * term/x-win.el: Fontsets related initialization is simplified.
11353
11354 * international/mule-diag.el (describe-font): Don't refer to
11355 global-fontset-alist, instead call font-list.
11356 (describe-fontset, list-fontsets, mule-diag): Likewise.
11357 (print-fontset): Adjusted for the change of fontset
11358 implementation.
11359
11360 * international/fontset.el (x-charset-registries): Variable
11361 removed, instead the corresponding data is stored in the default
11362 fontset.
11363 (register-alternate-fontnames): Function removed.
11364 (resolved-ascii-font): Variable removed.
11365 (x-compose-font-name): Ignore the second argument REDOCE.
11366 (x-complement-fontset-spec): Complement only an ASCII font and
11367 element for those charsets than can use that ASCII font.
11368 (generate-fontset-menu): Don't refer to global-fontset-alist,
11369 instead call fontset-list.
11370 (uninstantiated-fontset-alist): Variable removed.
11371 (x-style-funcs-alist): Likewise.
11372 (fontset-default-styles): Likewise.
11373 (x-modify-font-name): Function removed.
11374 (create-fontset-from-fontset-spec): Ignore the argument
11375 STYLE-VARIANT.
11376 (create-fontset-from-ascii-font): Docsting adjusted for the above
11377 change.
11378 (instantiate-fontset, resolve-fontset-name): Functions removed.
11379 (fontset-list): Now implemented by C code.
fa78f71b 11380
6c4bfdc0
KH
11381 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11382 (describe-face): Include `font' attribute in the description.
11383
9111d4b5
KH
113842000-03-21 Kenichi Handa <handa@etl.go.jp>
11385
11386 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11387
b33dd3b0
GM
113882000-03-20 Gerd Moellmann <gerd@gnu.org>
11389
a25bbe00
GM
11390 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11391 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11392 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11393
b33dd3b0
GM
11394 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11395 about behavior of set-buffer-modified-p wrt redisplay.
11396
8b7bc628 113972000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11398
11399 * view.el (view-mode-disable): Kill local binding of view-read-only.
11400
d7b511c4
GM
114012000-03-18 Gerd Moellmann <gerd@gnu.org>
11402
11403 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11404 is a string, convert it to a syntax cell using string-to-syntax.
11405
11406 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11407 (string-to-syntax): New function.
11408
11409 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11410 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11411 try to use passive ftp mode.
d7b511c4 11412
998ecc60
GM
114132000-03-17 Gerd Moellmann <gerd@gnu.org>
11414
b33dd3b0 11415 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11416
11417 * simple.el (append-to-buffer): Update point of windows after
11418 insertion.
11419
11420 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11421 forward then moving backward. Reindent.
11422
11423 * frame.el (other-frame): Call x-focus-frame only if
11424 focus-follows-mouse is off.
11425
235d6821
DL
114262000-03-17 Dave Love <fx@gnu.org>
11427
11428 * pcvs-util.el (cvs-strings->string): Rename
11429 replace-regexps-in-string.
11430
a29a2cd1
SM
114312000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11432
af595444
SM
11433 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11434 regexp for labels cannot span several lines.
11435
11436 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11437 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11438
a9be2843
DL
114392000-03-16 Dave Love <fx@gnu.org>
11440
11441 * progmodes/f90.el (f90): Put custom group under `languages', not
11442 `fortran'.
11443 (f90-mode-hook): Customize.
11444 (f90-mode): Set add-log-current-defun-function.
11445 (f90-current-defun): New function.
11446
d0ab3e9d
GM
114472000-03-16 Gerd Moellmann <gerd@gnu.org>
11448
16b20ed9
GM
11449 * cus-edit.el (custom-variable-tag-face): Handle case that
11450 default face's height is not a number.
11451 (custom-face-tag-face, custom-group-tag-face-1)
11452 (custom-group-tag-face): Ditto.
11453 (custom-group-tag-face-1): Add :group.
fa78f71b 11454
d0ab3e9d
GM
11455 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11456
ae8ab422
GM
114572000-03-15 Gerd Moellmann <gerd@gnu.org>
11458
11459 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11460 requiring easymenu.
11461
81c7ca69
GM
114622000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11463
11464 * ps-print.el: PostScript user-defined prologue, PostScript error
11465 handler, doc fix.
11466 (ps-print-version): New version number (5.1).
11467 (ps-user-defined-prologue, ps-error-handler-message)
11468 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11469 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11470 (ps-insert-string): New function.
fa78f71b 11471
dcf1003d
KH
114722000-03-15 Kenichi Handa <handa@etl.go.jp>
11473
11474 * international/ccl.el (ccl-compile-expression): Don't generate
11475 invalid self-assignment code.
11476
73825616
DL
114772000-03-14 Dave Love <fx@gnu.org>
11478
11479 * subr.el (replace-regexp-in-string): Renamed from
11480 replace-regexps-in-string. Doc fix.
11481
031020ac
DL
114822000-03-12 Dave Love <fx@gnu.org>
11483
11484 * cus-edit.el: Doc fixes.
11485 (customize-set-variable, customize-save-variable): Rename args for
11486 doc.
11487 (custom-variable-tag-face, custom-face-tag-face)
11488 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11489 style which user identify as hyperlink.
11490 (hook): Don't add undefined functions to the hook.
11491 (debug-ignored-errors): Transfer message from bindings.el.
11492
9b2f3c38
GM
114932000-03-12 Gerd Moellmann <gerd@gnu.org>
11494
11495 * recentf.el (recentf-keep-non-readable-files-p): Remove
11496 double/nested definition.
11497
0d6e23cf
DL
114982000-03-12 Dave Love <fx@gnu.org>
11499
11500 * facemenu.el (facemenu-get-face): Use display-color-p.
11501 * enriched.el (enriched-decode-foreground): Likewise.
11502 (enriched-decode-background): Likewise.
11503 * isearch.el (isearch-highlight): Likewise.
11504 * info-look.el (info-lookup): Likewise.
11505 * simple.el (completion-setup-function): Likewise.
11506
11507 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11508 :options.
11509
11510 * bindings.el (mode-line-format): Fix line-number and
11511 column-number items. Add help-echo for the background.
11512 (mode-line-mule-info): Modify help-echo.
11513
1598a961 11514 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11515
11516 * files.el (load-file): Allow completion to .elc.
11517
11518 * man.el: Doc fixes.
11519 (Man-init-defvars): Use display-color-p to set fontification.
11520
11521 * play/hanoi.el (hanoi-internal): Don't use oddp.
11522
e1cff360
GM
115232000-03-12 Gerd Moellmann <gerd@gnu.org>
11524
11525 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11526
11527 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11528
5e5dff44
GM
115292000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11530
11531 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11532 Fix comment.
11533
5b467bf4
SM
115342000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11535
83fef604
SM
11536 * font-lock.el (font-lock-keywords): Fix the doc now that
11537 regexp-opt-depth is unnecessary.
11538 (save-buffer-state): Set an edebug spec.
11539 (font-lock-fontify-anchored-keywords): Properly handle the case when
11540 the matcher goes past the limit.
11541
5b467bf4
SM
11542 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11543 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11544
83fef604
SM
11545 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11546 dll.el and cookie.el (from Elib) with heavy renaming and other
11547 massaging.
5b467bf4
SM
11548
11549 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11550 Autoload the functions used.
11551 (easy-mmode-define-syntax): Fix CL typo.
11552 (easy-mmode-define-derived-mode): Improve the docstring generation.
11553
d407456c
GM
115542000-03-10 Gerd Moellmann <gerd@gnu.org>
11555
11556 * textmodes/texinfo.el (texinfo-version): Variable and function
11557 removed.
11558
5a7a545c
SM
115592000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11560
0d6e23cf
DL
11561 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11562 allow more flexibility.
11563 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11564 fns.
11565 (easy-mmode-defmap, easy-mmode-defsyntax)
11566 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11567
d407456c 115682000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11569
11570 * rect.el (replace-rectangle): New function.
11571
115722000-03-09 Dave Love <fx@gnu.org>
11573
11574 * progmodes/fortran.el (fortran-comment-line-start): Define as
11575 "C".
11576 (fortran-comment-line-start-skip): Don't match cpp stuff.
11577 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11578 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11579 (fortran-mode): Don't set fortran-comment-line-start-skip,
11580 fortran-comment-line-start here. Set comment-start,
11581 add-log-current-defun.
11582 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11583 (fortran-current-defun): New function.
11584
80460654
GM
115852000-03-09 Gerd Moellmann <gerd@gnu.org>
11586
d1221ea9
GM
11587 * emacs-lisp/re-builder.el: New file.
11588
1853aa6b
GM
11589 * mouse.el (mouse-drag-region): Don't run up-event handler
11590 if hscroll has changed.
11591
80460654
GM
11592 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11593 builtin operators, use `font-lock-builtin-face' for Emacs and
11594 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11595
11596 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11597 `(defun (setf foo)' differently.
11598
c0056275
SM
115992000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11600
11601 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11602 (regexp-opt): Update comment and adapt the code the new meaning of
11603 the `paren' argument of regex-opt-group for shy-groups.
11604 (regexp-opt-depth): Handle shy groups as well as backslashed
11605 backslashes.
c0056275
SM
11606 (regexp-opt-group): Turn the leading comment into a docstring.
11607 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11608 Remove open-presuf and close-presuf. Instead of checking for `all
11609 one-char' and then later on check for `several one-char', handle
11610 both cases close together. Also apply a more generic algorithm
11611 for suffixes (the mirror image of the algorithm used for
11612 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11613 (regexp-opt-try-suffix): Removed.
11614
11615 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11616 from comint-mode-map, so we can just inherit from it. Also, move
11617 the initialization into the `defvar' since there's no docstring
11618 anyway and it's fairly short.
11619 (inferior-scheme-mode): Define it as derived-mode: the code is
11620 shorter and this way we inherit from comint-mode-map rather than
11621 copying it.
c0056275 11622
80460654
GM
11623 * subr.el (replace-regexps-in-string): Properly handle the case
11624 where we match an empty string.
c0056275 11625
80460654
GM
11626 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11627 when the command has a directory component (such as "./testml").
c0056275
SM
11628 Also fix a typo in the comment.
11629
5e91ff9e
GM
116302000-03-08 Gerd Moellmann <gerd@gnu.org>
11631
feab4fba
GM
11632 * Makefile (compile-files): Compile files one by one because
11633 that's the only way to ensure a clean compilation environment for
11634 each individual file.
11635
5e91ff9e
GM
11636 * frame.el (other-frame): Call x-focus-frame.
11637
76162e12
DL
116382000-03-07 Dave Love <fx@gnu.org>
11639
f64ce788
DL
11640 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11641 :require to defcustom.
11642
76162e12
DL
11643 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11644 lists.
11645
11646 * files.el (auto-mode-alist): Add configure.in.
11647
11648 * progmodes/autoconf.el: New file.
11649
f7daf1e1
GM
116502000-03-07 Gerd Moellmann <gerd@gnu.org>
11651
11652 * mail/mh-e.el: Change maintainer to `none'.
11653
11654 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11655 to remove-hook and add-hook.
11656
116572000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11658
11659 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11660 it as the default.
11661 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11662 (sendmail-send-it): Conditionally add MIME headers specifying the
11663 used character set.
fa78f71b 11664
63f6b2c4
DL
116652000-03-07 Dave Love <fx@gnu.org>
11666
11667 * winner.el: Fix keywords, autoload cookies. Split
11668 eval-when-compile form to avoid compilation failure.
11669
8330e2f9
KH
116702000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11671
11672 * international/mule.el: Modify comment about coding system
11673 property `coding-category'.
11674 (make-coding-system): New argument EOL-TYPE. Pay attention to
11675 coding-category property of PROPERTIES.
11676
11677 * international/mule-conf.el (coding-category-utf-8,
11678 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11679 categories. Include them in the argument for set-coding-priority.
11680
11681 * international/mule-cmds.el (reset-language-environment): Include
11682 coding-category-utf-8, coding-category-utf-16-be, and
11683 coding-category-utf-16-le in the argument for set-coding-priority.
11684 (reset-language-environment): Initialize coding-category-utf-8,
11685 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11686
18bb0684
GM
116872000-03-06 Karl Fogel <kfogel@red-bean.com>
11688
11689 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11690 code abstracted out of `bookmark-jump-noselect'. Now tries info
11691 extensions as well as compression extensions.
11692 (bookmark-jump-noselect): Use above new func.
fa78f71b 11693
71a6ba55
GM
116942000-03-03 Gerd Moellmann <gerd@gnu.org>
11695
11696 * strokes.el: Change maintainer's mail address.
11697
0d56cdff
KH
116982000-03-03 Kenichi Handa <handa@etl.go.jp>
11699
11700 * international/mule-diag.el (list-character-sets): Make help-echo
11701 string by substitute-command-keys.
11702 (list-character-sets): Likewise.
11703 (sort-listed-character-sets): Call help-setup-xref.
11704
900fa1f1
GM
117052000-03-02 Gerd Moellmann <gerd@gnu.org>
11706
11707 * time.el (display-time-mail-file): Add `none' to the list of
11708 choices.
11709
54d04320
DL
117102000-03-01 Dave Love <fx@gnu.org>
11711
43f3fa09
DL
11712 * help.el (help-xref-go-back): Don't try to set position.
11713
54d04320
DL
11714 * international/mule-diag.el (list-character-sets): Call
11715 help-setup-xref. Add help-echo to xrefs.
11716 (list-character-sets-1): Add help-echo to xrefs.
11717
d054101f
GM
117182000-03-02 Gerd Moellmann <gerd@gnu.org>
11719
11720 * frame.el (blink-cursor-mode): Switch cursor on when turning
11721 the mode off.
11722
11723 * add-log.el (add-log-current-defun): Add support for
11724 Autoconf mode.
11725
11726 * mail/rmail.el (rmail-quit-hook): New variable.
11727
d77dae5c
DL
117282000-03-01 Dave Love <fx@gnu.org>
11729
e5f597f0
DL
11730 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11731
d77dae5c
DL
11732 * help.el (help-xref-button): Add help-echo arg.
11733 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11734
11735 * faces.el (list-faces-display): Supply help-echo with
11736 help-make-xrefs.
11737
11738 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11739 nil.
11740
72d19d75
GM
117412000-03-01 Gerd Moellmann <gerd@gnu.org>
11742
2df636f4
GM
11743 * image.el (defimage): Look for image files in load-path.
11744
fa78f71b 11745 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11746 `number'.
11747
2df636f4
GM
117482000-03-01 David Ponce <david.ponce@wanadoo.fr>
11749
11750 * recentf.el (recentf): Added version tag to the defgroup of
11751 recentf.
11752
117532000-03-01 David Ponce <david.ponce@wanadoo.fr>
11754
11755 * recentf.el (recentf-cleanup): Changed to remove excluded file
11756 too.
11757 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11758 action to select/unselect a file.
11759 (recentf-edit-list): Code cleanup and improvement.
11760 (recentf-open-more-files-action): `recentf-open-more-files' button
11761 widget action to open a file.
11762 (recentf-open-more-files): No more use standard completion but
11763 widgets.
11764 (recentf-more-collection): Deleted.
11765 (recentf-more-history): Deleted.
11766 (recentf-setup-more-completion): Deleted.
11767
117682000-03-01 David Ponce <david.ponce@wanadoo.fr>
11769
11770 * recentf.el (recentf-mode): No more needs that Emacs is running
11771 under a window-system.
11772
117731999-03-01 David Ponce <david.ponce@wanadoo.fr>
11774
11775 * recentf.el (recentf-edit-list): New command to edit the recent
11776 list which allow the user to remove files.
11777 (recentf-edit-selected-items): New global variable, used by
11778 `recentf-edit-list' to hold the list of files to be removed from
11779 the recent list.
11780 (recentf-make-menu-items): Updated to display a "Edit list..."
11781 menu item. Minor code cleanup.
11782
117831999-03-01 David Ponce <david.ponce@wanadoo.fr>
11784
11785 * recentf.el (recentf-open-more-files): New command to open files
11786 that are not displayed in the menu.
11787 (recentf-more-collection): New global variable holding the set of
11788 permissible completions used by `recentf-open-more-files'.
11789 (recentf-more-history): New global variable holding the history list
11790 used by `recentf-open-more-files' completion.
11791 (recentf-setup-more-completion): New function to setup completion for
11792 `recentf-open-more-files'.
11793 (recentf-make-menu-items): Updated to display a "More..." menu item.
11794
117951999-03-01 David Ponce <david.ponce@wanadoo.fr>
11796
11797 * recentf.el (recentf-menu-action): Doc fixed.
11798
117991999-03-01 David Ponce <david.ponce@wanadoo.fr>
11800
11801 * recentf.el (recentf-menu-filter): Doc updated.
11802 (recentf-update-menu-hook): Allow menu filters to force menu update.
11803 (recentf-make-menu-items): New menu filter handling.
11804 (recentf-make-menu-item): New helper function.
11805 (recentf-menu-elements): New menu handling function.
11806 (recentf-sort-ascending): Updated to new menu filter handling.
11807 (recentf-sort-descending): Updated to new menu filter handling.
11808 (recentf-sort-basenames-ascending): New menu filter function.
11809 (recentf-sort-basenames-descending): New menu filter function.
11810 (recentf-show-basenames): New menu filter function.
11811 (recentf-show-basenames-ascending): New menu filter function.
11812 (recentf-show-basenames-descending): New menu filter function.
11813
72d19d75
GM
118142000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11815
11816 * diary-lib.el (list-diary-entries): Don't try to go forward at
11817 the end of the buffer.
11818
1ac1c836
KH
118192000-02-29 Kenichi Handa <handa@etl.go.jp>
11820
11821 * international/mule-diag.el (list-character-sets): Completely
11822 rewritten.
11823 (sort-listed-character-sets): New function.
11824 (list-character-sets-1): Completely rewritten.
11825 (list-character-sets-2): New function.
11826 (non-iso-charset-alist): New variable.
11827 (decode-codepage-char): New function.
11828 (charset-history): New variable.
11829 (read-charset) (list-block-of-chars)
11830 (list-iso-charset-chars)
11831 (list-non-iso-charset-chars)
11832 (list-charset-chars): New functions.
11833 (mule-diag): Call list-character-sets-2, not
11834 list-character-sets-2.
11835 (dump-charsets): Likewise.
11836
ed4d0512
GM
118372000-02-29 Gerd Moellmann <gerd@gnu.org>
11838
72d19d75
GM
11839 * dired-x.el (dired-filename-at-point): Add `@' to valid
11840 file name characters.
11841 (dired-filename-at-point): Handle ange-ftp file names.
11842
ed4d0512
GM
11843 * frame.el (frame-notice-user-settings): Use assq-delete-all
11844 instead of assoc-delete-all.
11845 (frame-notice-user-settings): Ditto.
11846
11847 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11848 Don't copy alist.
11849
32038c7a
GM
118502000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11851
11852 * calculator.el (calculator-use-menu): New option.
11853 (calculator-initial-bindings): Changed some bindings to work as
11854 macros.
11855 (calculator-forced-input): Removed.
11856 (calculator-restart-other-mode): New variable.
11857 (calculator-mode-map): Set up menu.
fa78f71b 11858
32038c7a
GM
118592000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11860
11861 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11862 tags.
fa78f71b 11863
55d7ff38 118642000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11865
55d7ff38
MK
11866 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11867 translate all ESC key sequences.
11868 (viper-goto-mark-subr): restore markers for files for which
11869 they were saved.
11870 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11871 * viper-util.el (viper-set-replace-overlay-glyphs,
11872 viper-set-replace-overlay): always check if the replacement
11873 overlay is live.
11874 * viper.el (viper-vi-state-mode-list): added major modes.
11875 * ediff-wind.el: minor comment changes.
11876 * ediff.el: copyright notice date fix.
fa78f71b 11877
387023ee
JR
118782000-02-27 Jason Rumney <jasonr@gnu.org>
11879
11880 * faces.el (face-font-family-alternatives): Add arial to helv.
11881 (mode-line, header-line, tool-bar): Same default as x for w32.
11882 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11883 face-font-family-alternatives from working.
11884 * term/w32-win.el (mouse-set-font): Do not build fontset from
11885 chosen font.
11886
f43d79c1
GM
118872000-02-25 Sam Steingold <sds@goems.com>
11888
5d80cc9c 11889 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11890 properly.
fa78f71b 11891
8b7bc628 118922000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11893
11894 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11895
4eb8436f
GM
118962000-02-25 Gerd Moellmann <gerd@gnu.org>
11897
11898 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11899 writable.
11900
449c3c52 11901 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11902
42088c12
GM
119032000-02-24 Gerd Moellmann <gerd@gnu.org>
11904
11905 * frame.el (show-cursor-in-non-selected-windows): New option.
11906
c60ea02e
GM
119072000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11908
11909 * diary-lib.el (include-other-diary-files): Undo the selective
11910 display in any included file and don't kill it.
11911
d066de8e
EZ
119122000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11913
11914 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11915 bar. Menu items converted to (menu-item format, help strings
11916 added.
11917 [downcase, upcase]: Don't enable on MS-DOS.
11918 [symlink, symlinks]: Don't show if make-symbolic-link is not
11919 bound.
11920 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11921
b6906b38
DL
119222000-02-23 Dave Love <fx@gnu.org>
11923
275cf1b2
DL
11924 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11925 (backward-kill-word): Revert addition of * to interactive spec --
11926 it's a feature.
11927
11928 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11929 (backward-kill-sentence, kill-sentence): Likewise.
11930
99d48056
DL
11931 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11932 scratch buffer name.
11933 (gud-format-command): Use int-to-string in ?l case. Simplify
11934 slightly.
11935
11936 * term/w32-win.el (internal-face-interactive): Update prompt for
11937 new read-face-name.
11938
11939 * mail/footnote.el (footnote): Add :version to defgroup.
11940 (footnote-section-tag-regexp): Customize.
11941 (footnote-start-tag, footnote-end-tag): New option.
11942 (footnote-latin-regexp): New variable.
11943 (Footnote-latin): New function.
11944 (footnote-style-alist): Add element for latin style.
11945 (footnote-style): Moved.
11946 (Footnote-goto-footnote): Use eq to test arg.
11947
11948 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11949
b6906b38
DL
11950 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11951 (byte-compile-trueconstp): Include keywords.
11952 (byte-optimize-quote, byte-optimize-lapcode): Use
11953 byte-compile-const-symbol-p.
11954 (byte-optimize-char-before): New optimization.
11955
11956 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11957 (byte-compile-const-symbol-p): New function.
11958 (byte-compile-constp, byte-compile-out-toplevel)
11959 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11960 Use it.
11961
11962 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11963
214f877f
KH
119642000-02-23 Kenichi Handa <handa@etl.go.jp>
11965
c709bcf1
KH
11966 * international/encoded-kb.el: Be sure to update minor-mode-alist
11967 and minor-mode-map-alist.
11968 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11969 codes SS2 and SS3 correctly.
11970 (encoded-kbd-self-insert-ccl): New function.
11971 (encoded-kbd-setup-keymap): New function.
11972 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11973 by calling encoded-kbd-setup-keymap.
11974
214f877f
KH
11975 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11976 characters.
11977 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11978 locally.
11979
b021ef18
DL
119802000-02-22 Dave Love <fx@gnu.org>
11981
11982 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11983 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11984 defvar.
11985 (lisp-mode-syntax-table): Set up for #|...|# comments.
11986 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11987 classes. Match `defface'.
11988 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11989 (eval-defun-1): Fix for defcustom.
11990 (lisp-indent-region): Doc fix.
11991
11992 * subr.el (when, unless, split-string): Doc fix.
11993 (read-passwd): Move call of clear-this-command-keys to the right
11994 place.
11995 (replace-regexps-in-string): New function.
11996
14cc00ad
GM
119972000-02-22 Gerd Moellmann <gerd@gnu.org>
11998
11999 * help.el (describe-variable): Set syntax table to
12000 emacs-lisp-mode-syntax-table when moving forward over the
12001 symbol's name.
12002
47da5efa
DL
120032000-02-22 Dave Love <fx@gnu.org>
12004
12005 * xt-mouse.el: Doc fixes.
12006 (xterm-mouse-position-function): New function, replacing advice of
12007 mouse-position.
12008 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12009
12010 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12011
f0a6c717
GM
120122000-02-21 Gerd Moellmann <gerd@gnu.org>
12013
12014 * format.el (format-annotate-single-property-change): Handle
12015 properties.with dotted-list values.
12016 (format-proper-list-p): New function.
12017
12018 * enriched.el (enriched-face-ans): Handle '(foreground-color
12019 . COLOR) and (background-color . COLOR).
12020
2be80b63
DL
120212000-02-20 Dave Love <fx@gnu.org>
12022
12023 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12024 and assignments to it.
12025 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12026 current local map.
12027 (make-flyspell-overlay): Use it.
12028 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12029
12030 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12031 (lm-get-header-re): Defun, not defsubst.
12032 (lm-get-package-name): Defun, not defsubst. Simplify.
12033 (lm-version): Doc fix. Simplify.
12034 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12035 (lm-crack-address, lm-last-modified-date, lm-commentary)
12036 (lm-verify, lm-synopsis): Simplify.
12037 (lm-report-bug): Require emacsbug. Use compose-mail.
12038
329eed9f
GM
120392000-02-20 Gerd Moellmann <gerd@gnu.org>
12040
12041 * dired.el (dired-mode): Call propertized-buffer-identification
12042 to set mode-line-buffer-identification to something having
12043 the right text properties.
12044
12045 * bindings.el (propertized-buffer-identification): New function.
12046
be5bb146
DL
120472000-02-20 Dave Love <fx@gnu.org>
12048
12049 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12050 check for t-mouse too.
12051
12052 * cus-start.el: Make echo-keystrokes `number'.
12053
1d4311c3
EZ
120542000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12055
12056 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12057 Don't call ring-empty-p unless tags-location-ring is bound.
12058 From Noah Friedman <friedman@splode.com>.
12059
a23c5037
TTN
120602000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12061
12062 * progmodes/hideshow.el (hs-flag-region): No longer use
12063 `intangible' overlay property.
12064
12065 (hs-toggle-hiding): New command.
12066 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12067
12068 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12069 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12070 and deactivation.
12071
b6a22bf8
GM
120722000-02-18 Gerd Moellmann <gerd@gnu.org>
12073
12074 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12075
d621caf7
GM
120762000-02-17 Gerd Moellmann <gerd@gnu.org>
12077
3c0ed7ce
GM
12078 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12079
d621caf7
GM
12080 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12081 of `*' to handle `(* ... *)' comments.
12082
538d88fb
EZ
120832000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12084
53c80cf6 12085 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12086 window-system.
53c80cf6 12087
538d88fb
EZ
12088 * menu-bar.el (global-map): Menu-bar items converted to the new
12089 format (menu-item..., rearranged for better CUA compliance, and
12090 their names changed for better clarity. Help strings added.
12091
12092 * international/mule-cmds.el (mule-menu-keymap)
12093 (describe-language-environment-map, set-coding-system-map)
12094 (setup-language-environment-map): Convert to new (menu-item...
12095 form, add help strings. Change names of menu items for better
12096 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12097 submenu).
12098
8389e1e2 120992000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12100
a23c5037 12101 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12102 within the code.
a23c5037 12103
8389e1e2 121042000-02-16 Dave Love <fx@gnu.org>
a23c5037 12105
84fe35f0
DL
12106 * faces.el: Don't require custom. Add more specific :groups to
12107 various deffaces.
12108 (set-face-attribute): Purecopy args.
12109 (read-face-name): Default to name at point and use it in prompt.
12110 Remove colon from arg in all callers.
12111 (list-faces-display): Hyperlink to face descriptions and customize
12112 buffers.
12113
b2aeee30
DL
121142000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12115
12116 * wid-edit.el (widget-match-inline): An atom never matches a
12117 list.
12118
99e95407
GM
121192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12120
82d2c7c5
DL
12121 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12122 at ':' characters by call to split-string.
99e95407
GM
12123
121242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12125
82d2c7c5 12126 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12127
121282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12129
82d2c7c5
DL
12130 * textmodes/bibtex.el: Some temporary comments removed.
12131 (bibtex-field-name, bibtex-entry-type): Made the relationship
12132 explicit.
12133 (bibtex-field-const): Allow capital letters.
12134 (bibtex-start-of-string): Deleted because unused.
12135
12136 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12137 use the term 'reference' to describe a bibtex entry as a whole.
12138 Further, reference keys are no longer called 'labels'.
12139 (bibtex-keys): Renamed to bibtex-reference-keys.
12140 (bibtex-reformat-previous-labels): Renamed to
12141 bibtex-reformat-previous-reference-keys.
12142 (bibtex-reference-type): Renamed to bibtex-entry-type.
12143 (bibtex-reference-head): Renamed to bibtex-entry-head.
12144 (bibtex-reference-maybe-empty-head): Renamed to
12145 bibtex-entry-maybe-empty-head.
12146 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12147 (bibtex-search-reference): Renamed to bibtex-search-entry.
12148 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12149 bibtex-enclosing-entry-maybe-empty-head.
12150 (bibtex-entry-field-alist, bibtex-entry-head,
12151 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12152 bibtex-map-entries, bibtex-search-entry,
12153 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12154 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12155 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12156 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12157 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12158 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12159 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12160
121612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12162
82d2c7c5
DL
12163 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12164 comment.
12165 (bibtex-format-field-delimiters): New function, functionality
12166 extracted from bibtex-format-entry.
12167 (bibtex-autokey-get-yearfield-digits): New function, functionality
12168 extracted from bibtex-autokey-get-yearfield.
12169
12170 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12171 entries in order to avoid stack overflow in the regexp matcher if
12172 field contents become large.
12173 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12174 bibtex-field-string-part-not-braced,
12175 bibtex-field-string-part-no-inner-braces,
12176 bibtex-field-string-part-1-inner-brace,
12177 bibtex-field-string-part-2-inner-braces,
12178 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12179 bibtex-field-string-quoted, bibtex-field-string,
12180 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12181 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12182 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12183 as parsing is now performed by the following functions.
12184 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12185 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12186 bibtex-parse-field-string, bibtex-search-forward-field-string,
12187 bibtex-parse-association, bibtex-field-name-for-parsing,
12188 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12189 bibtex-search-forward-field, bibtex-search-backward-field,
12190 bibtex-start-of-field, bibtex-end-of-field,
12191 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12192 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12193 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12194 bibtex-parse-string, bibtex-search-forward-string,
12195 bibtex-search-backward-string, bibtex-start-of-string,
12196 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12197 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12198 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12199 entries. Instead of reporting the results of the parsing by
12200 match-beginning or match-end, these functions return data structures
12201 that hold the corresponding positions.
12202 (bibtex-enclosing-field): Changed to also report field boundaries by
12203 return values rather than by match-beginning or match-end. The
12204 following functions have been adapted to use the new parsing
12205 functions.
12206 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12207 bibtex-enclosing-field, bibtex-format-entry,
12208 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12209 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12210 bibtex-print-help-message, bibtex-end-of-entry,
12211 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12212 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12213 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12214 method for parsing.
12215 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12216 bibtex-map-entries, bibtex-flash-head,
12217 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12218 bibtex-autokey-change, bibtex-autokey-get-namefield,
12219 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12220 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12221 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12222 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12223 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12224 order to make the new binding of case-fold-search immediately
12225 visible.
99e95407
GM
12226
122272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12228
82d2c7c5
DL
12229 * textmodes/bibtex.el: Copyright notice is up to date.
12230 Added constant 'bibtex-maintainer-salutation.
99e95407 12231
82d2c7c5
DL
12232 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12233 than make-temp-name, use match-string-no-properties and eliminate
12234 a quadratic behavior when building bibtex-strings.
99e95407 12235
82d2c7c5
DL
12236 * bibtex.el (bibtex-reference-key): Accept string entries whose
12237 reference key contains upper case letters.
99e95407
GM
12238
122392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12240
82d2c7c5
DL
12241 * bibtex.el (bibtex-reference-head): Allow entries to start with
12242 a new line.
99e95407
GM
12243
122442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12245
82d2c7c5
DL
12246 * bibtex.el: Hiding of entry bodies is not longer provided by
12247 bibtex.el directly. Instead the hideshow package can be used.
12248 Added a special bibtex entry to hs-special-modes-alist.
12249 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12250
122512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12252
f24fef2f
SM
12253 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12254 at ':' characters by call to split-string.
8389e1e2
GM
12255
122562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12257
f24fef2f 12258 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12259
122602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12261
f24fef2f
SM
12262 * textmodes/bibtex.el: Some temporary comments removed.
12263 (bibtex-field-name, bibtex-entry-type): Made the relationship
12264 explicit.
12265 (bibtex-field-const): Allow capital letters.
12266 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12267
f24fef2f
SM
12268 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12269 use the term 'reference' to describe a bibtex entry as a whole.
12270 Further, reference keys are no longer called 'labels'.
12271 (bibtex-keys): Renamed to bibtex-reference-keys.
12272 (bibtex-reformat-previous-labels): Renamed to
12273 bibtex-reformat-previous-reference-keys.
12274 (bibtex-reference-type): Renamed to bibtex-entry-type.
12275 (bibtex-reference-head): Renamed to bibtex-entry-head.
12276 (bibtex-reference-maybe-empty-head): Renamed to
12277 bibtex-entry-maybe-empty-head.
12278 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12279 (bibtex-search-reference): Renamed to bibtex-search-entry.
12280 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12281 bibtex-enclosing-entry-maybe-empty-head.
12282 (bibtex-entry-field-alist, bibtex-entry-head,
12283 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12284 bibtex-map-entries, bibtex-search-entry,
12285 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12286 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12287 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12288 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12289 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12290 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12291 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12292
122932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12294
f24fef2f
SM
12295 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12296 comment.
12297 (bibtex-format-field-delimiters): New function, functionality
12298 extracted from bibtex-format-entry.
12299 (bibtex-autokey-get-yearfield-digits): New function, functionality
12300 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12301
f24fef2f
SM
12302 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12303 entries in order to avoid stack overflow in the regexp matcher if
12304 field contents become large.
12305 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12306 bibtex-field-string-part-not-braced,
12307 bibtex-field-string-part-no-inner-braces,
12308 bibtex-field-string-part-1-inner-brace,
12309 bibtex-field-string-part-2-inner-braces,
12310 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12311 bibtex-field-string-quoted, bibtex-field-string,
12312 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12313 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12314 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12315 as parsing is now performed by the following functions.
12316 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12317 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12318 bibtex-parse-field-string, bibtex-search-forward-field-string,
12319 bibtex-parse-association, bibtex-field-name-for-parsing,
12320 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12321 bibtex-search-forward-field, bibtex-search-backward-field,
12322 bibtex-start-of-field, bibtex-end-of-field,
12323 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12324 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12325 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12326 bibtex-parse-string, bibtex-search-forward-string,
12327 bibtex-search-backward-string, bibtex-start-of-string,
12328 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12329 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12330 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12331 entries. Instead of reporting the results of the parsing by
12332 match-beginning or match-end, these functions return data structures
12333 that hold the corresponding positions.
12334 (bibtex-enclosing-field): Changed to also report field boundaries by
12335 return values rather than by match-beginning or match-end. The
12336 following functions have been adapted to use the new parsing
12337 functions.
12338 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12339 bibtex-enclosing-field, bibtex-format-entry,
12340 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12341 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12342 bibtex-print-help-message, bibtex-end-of-entry,
12343 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12344 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12345 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12346 method for parsing.
12347 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12348 bibtex-map-entries, bibtex-flash-head,
12349 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12350 bibtex-autokey-change, bibtex-autokey-get-namefield,
12351 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12352 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12353 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12354 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12355 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12356 order to make the new binding of case-fold-search immediately
12357 visible.
8389e1e2
GM
12358
123592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12360
f24fef2f
SM
12361 * textmodes/bibtex.el: Copyright notice is up to date.
12362 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12363
f24fef2f
SM
12364 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12365 than make-temp-name, use match-string-no-properties and eliminate
12366 a quadratic behavior when building bibtex-strings.
fa78f71b 12367
f24fef2f
SM
12368 * bibtex.el (bibtex-reference-key): Accept string entries whose
12369 reference key contains upper case letters.
8389e1e2
GM
12370
123712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12372
f24fef2f
SM
12373 * bibtex.el (bibtex-reference-head): Allow entries to start with
12374 a new line.
8389e1e2
GM
12375
123762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12377
f24fef2f
SM
12378 * bibtex.el: Hiding of entry bodies is not longer provided by
12379 bibtex.el directly. Instead the hideshow package can be used.
12380 Added a special bibtex entry to hs-special-modes-alist.
12381 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12382
123832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12384
82d2c7c5 12385 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12386 proceedings entry type (for cross referencing). Thanks to Wagner
12387 Toledo Correa for the suggestion.
12388
82d2c7c5 12389 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12390
eae61d8f
KH
123912000-02-14 Kenichi Handa <handa@etl.go.jp>
12392
12393 * international/characters.el: Setup case table for Vietnamese.
12394
fb07a302
GM
123952000-02-12 Gerd Moellmann <gerd@gnu.org>
12396
12397 * uniquify.el (toplevel): Require CL at compile time.
12398 (uniquify-push): Removed.
12399
12400 * shadowfile.el (shadow-when): Removed.
12401
12402 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12403 (tempo-process-and-insert-string): Use dolist instead of
12404 tempo-dolist.
12405
12406 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12407 regexp for paragraph-start.
12408
12409 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12410 commas as well.
12411
a0eddf92
DL
124122000-02-10 Dave Love <fx@gnu.org>
12413
12414 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12415 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12416 Deleted.
12417 (widget-specify-field, widget-specify-button): Don't use
12418 widget-mouse-help as help-echo property.
12419 (default): Use #'ignore for :validate and :mouse-down-action.
12420 (checkbox): Add help-echo.
12421 (widget-sexp-validate): Rewritten to clarify error messages.
12422 (character): Use char-valid-p in :match function.
12423 (widget-color-complete): Use facemenu-color-alist.
12424 (widget-color-action): Use facemenu-read-color.
12425
12426 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12427 set up `caar' &c that we now have.
12428
82d2c7c5
DL
124292000-02-09 Ray Blaak <blaak@gnu.org>
12430
12431 * delphi.el: Make resourcestring a declaration region, like const
12432 and var.
12433
6cbc1482
DL
124342000-02-09 Dave Love <fx@gnu.org>
12435
12436 * bindings.el (mode-line-input-method-map): New variable.
12437 (mode-line-mule-info): Use it; fix last change.
12438 (mode-line-mode-menu): Move definition.
12439 (mode-line-mouse-sensitive-p): Deleted.
12440 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12441 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12442 level.
12443
12444 * startup.el (command-line-1): Don't call
12445 make-mode-line-mouse-sensitive.
12446
f7136ee8
GM
124472000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12448
12449 * mail/rmail.el (rmail-retry-failure): Use
12450 rmail-beginning-of-message before rmail-toggle-header, because the
12451 former toggles headers.
12452
6e1d0d15
SM
124532000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12454
fef8c55b
SM
12455 * diff-mode.el (diff-kill-junk): New interactive function.
12456 (diff-reverse-direction): Use delete-and-extract-region.
12457 (diff-post-command-hook): Restrict the area so that the hook also works
12458 outside of any diff hunk. This is necessary for the minor-mode.
12459 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12460 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12461
6e1d0d15
SM
12462 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12463 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12464 so that it can be used more easily in <foo>-mode-hook. Also make sure
12465 to avoid duplicate entries.
12466 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12467 (font-lock-remove-keywords): Just as was done for `add', allow it to
12468 work even if font-lock-mode is nil. Also make sure we don't modify
12469 any pre-existing list by forcing a copy-sequence. Finally rename
12470 `major-mode' to `mode'.
12471 (font-lock-fontify-syntactic-anchored-keywords)
12472 (font-lock-fontify-anchored-keywords)
12473 (font-lock-fontify-keywords-region): Use line-end-position.
12474 Don't make `font-lock-multiline' local (it's now done in
12475 font-lock-set-defaults).
12476 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12477 move the `font-lock-fontified' creation to inside the `unless'.
12478
a75dfea0
AI
124792000-02-06 Andrew Innes <andrewi@gnu.org>
12480
12481 * term/w32-win.el (x-handle-args): Comment out call to message,
12482 which occurs before window system is initialized.
12483
12484 * makefile.nt: Add support for recompiling lisp code.
12485
b85e9462
DL
124862000-02-04 Dave Love <fx@gnu.org>
12487
9ff33afb
DL
12488 * bindings.el (mode-line-mule-info): Fix/extend last change.
12489
b85e9462
DL
12490 * completion.el: Replace completion-dolist with dolist.
12491
12492 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12493 dotimes.
12494
44dff075
CD
124952000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12496
12497 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12498 environment names before they go into the section regexp.
12499
12500 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12501 char class in regexp.
12502
12503 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12504 `case-fold-search' to nil.
12505
12506 * progmodes/idlwave.el (idlwave-template): Respect
12507 `idlwave-abbrev-change-case'.
12508 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12509 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12510 idlwave-while): respect `idlwave-reserved-word-upcase'.
12511 (idlwave-rw-case): New function.
12512 (idlwave-statement-match): Fixed problem with assignment regexp.
12513 (idlwave-font-lock-keywords): Improved regexp for keyword
12514 parameters.
a23c5037 12515 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12516 operators longer than 1 char.
12517
12518 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12519 idlwave-shell-expression-overlay. Implemented printing of
12520 expressions on higher levels of the calling stack.
12521 (idlwave-shell-display-level-in-calling-stack): Restore stack
12522 level.
12523 (idlwave-retrieve-expression-from-level): New function.
12524 (idlwave-shell-last-calling-stack): Variable removed.
12525 (idlwave-shell-reset): Argument action reversed (`visible' to
12526 `hidden'). Also remove stop-line overlay.
12527 (idlwave-shell-calling-stack-routine): New variable.
12528 (idlwave-shell-parse-stack-and-display): Messages now display
12529 negative level numbers.
12530 (idlwave-shell-mode): Set `modeline-format'.
12531 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12532 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12533 21.
12534 (idlwave-shell-print-expression-function): New option.
a23c5037 12535
44dff075
CD
12536 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12537 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12538 `tool-bar' instead of `toolbar'.
12539
f26c34fd
DL
125402000-02-02 Dave Love <fx@gnu.org>
12541
12542 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12543 emacs-lisp-mode-hook. Don't check for defalias being defined.
12544
12545 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12546 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12547 the new builtins directly.
12548
12549 * whitespace.el (whitespace): Add :version to defgroup.
12550
12551 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12552 Doc fix.
12553
12554 * thingatpt.el (sexp-at-point, symbol-at-point)
12555 (number-at-point, list-at-point): Add autoload cookie.
12556
12557 * recentf.el (recentf): Add :version to defgroup.
12558
12559 * quickurl.el (quickurl): Add :version to defgroup.
12560
12561 * elide-head.el (elide-head): Use point-marker more.
12562
12563 * bs.el (bs): Add :version to defgroup.
12564
12565 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12566
12567 * progmodes/delphi.el (delphi): Add :version to defgroup.
12568
d240a249
GM
125692000-02-02 Gerd Moellmann <gerd@gnu.org>
12570
12571 * ange-ftp.el (ange-ftp-write-region): Handle case that
12572 succeeding process operation sets a different coding system.
12573
12574 * calculator.el: New file.
12575
d5179a01
EZ
125762000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12577
12578 * frame.el (frames-on-display-list, framep-on-display): New
12579 functions.
12580 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12581 (display-selections-p, display-screens, display-pixel-width)
12582 (display-pixel-height, display-mm-width, display-mm-height)
12583 (display-backing-store, display-save-under, display-planes)
12584 (display-color-cells, display-visual-class): New functions.
12585
12586 * term/tty-colors.el (tty-color-gray-shades): New function.
12587
12588 * faces.el (display-color-p): Use framep-on-display.
12589 (display-grayscale-p): New function.
12590
968e00f0
DL
125912000-01-31 Dave Love <fx@gnu.org>
12592
12593 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12594 (create-fontset-from-x-resource): Don't concat integers.
12595
2cb750ba
GM
125962000-01-31 Inge Frick <inge@nada.kth.se>
12597
12598 * view.el: Some changes in documentation. Removed some trailing
12599 whitespace. Changed some parameter names to agree with
12600 documentation.
12601 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12602 window is not deleted. Modifies change 1998-04-26.
a23c5037 12603
74e9213b
GM
126042000-01-31 Gerd Moellmann <gerd@gnu.org>
12605
47569935
GM
12606 * windmove.el: New file.
12607
74e9213b
GM
12608 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12609 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12610 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12611
74e9213b
GM
12612 * jit-lock.el (jit-lock-function): Widen before calculating end
12613 position.
12614 (jit-lock-stealth-chunk-start): Rewritten.
12615
12616 * info.el (Info-title-face-alist): Removed.
12617 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12618 faces.
12619 (Info-fontify-node): Use these faces.
12620
994c5afe
GM
126212000-01-30 Gerd Moellmann <gerd@gnu.org>
12622
12623 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12624 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12625 `&allow-other-keywords'.
12626
12627 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12628 the list of directories scanned heuristically.
12629
12630 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12631 exist.
12632
f00276e3
JR
126332000-01-30 Jason Rumney <jasonr@gnu.org>
12634
12635 * w32-fns.el: Define w32-tty-standard-colors.
12636
12637 * startup.el (command-line): Use w32-tty-standard-colors when in
12638 w32 console mode.
12639
cc4dfff0
DL
126402000-01-30 Dave Love <fx@gnu.org>
12641
e645e77b
DL
12642 * jka-compr.el (jka-compr-load): Fix up load-history.
12643
cc4dfff0
DL
12644 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12645
12646 * emacs-lisp/cl-macs.el: Revert previous change.
12647
16215eb0
DL
126482000-01-29 Dave Love <fx@gnu.org>
12649
12650 * facemenu.el: Purecopy various strings.
12651
12652 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12653 years. Deal with three-digit years.
12654
12655 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12656 defconst, purecopy.
12657 (help-back-label): Purecopy it.
12658
bbd9b566
GM
126592000-01-18 Gerd Moellmann <gerd@gnu.org>
12660
12661 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12662 variable. If non-nil, order the buffer list according to the
12663 currently selected frame.
12664 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12665 non-nil, pass the selected frame to function buffer-list.
a23c5037 12666
887448e1
GM
126672000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12668
12669 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12670
7df85084
DL
126712000-01-28 Dave Love <fx@gnu.org>
12672
142e109c
DL
12673 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12674
7df85084
DL
12675 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12676 Don't use lisp-indent-hook property.
12677 (cl-abs): Remove.
12678
12679 * subr.el: Move out indent and edebug specs for when and unless.
12680
12681 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12682 when, unless.
12683
12684 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12685 unless, when.
12686
3b43c01c
GM
126872000-01-28 Gerd Moellmann <gerd@gnu.org>
12688
d060bc9f
GM
12689 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12690 `collecting' as synonym for `collect'.
12691
12692 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12693 for the case it contains spaces.
12694
12695 * simple.el (what-cursor-position): Change formatting of
12696 messages.
12697
b02786f9
GM
12698 * frame.el (delete-other-frames): New function.
12699 (toplevel): Bind it to C-x 5 1.
12700
efd68b8a
GM
12701 * sort.el (sort-numeric-base): New option.
12702 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12703 interpret it as octal or hexadecimal. Use sort-numeric-base
12704 as default base.
12705
3b43c01c
GM
12706 * progmodes/glasses.el: New file.
12707
984ae001
GM
127082000-01-27 Gerd Moellmann <gerd@gnu.org>
12709
a0b796e3
GM
12710 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12711 userids differently.
12712
984ae001
GM
12713 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12714 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12715 progmodes/ebnf-yac.el: New files.
12716
6c67ddee
DL
127172000-01-26 Dave Love <fx@gnu.org>
12718
12719 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12720 on a function with an empty body. [From Eric Ludlam.]
12721
4e6473c8
GM
127222000-01-25 Andre Spiegel <spiegel@gnu.org>
12723
12724 * vc.el (vc-version-diff): Make sure file name is expanded.
12725
e12489f9
GM
127262000-01-25 Gerd Moellmann <gerd@gnu.org>
12727
12728 * scroll-bar.el (scroll-bar-timer): Variable removed.
12729 (scroll-bar-toolkit-scroll): Don't use a timer.
12730
8dbe2b07
KH
127312000-01-25 Kenichi Handa <handa@etl.go.jp>
12732
12733 * language/thai-util.el (thai-composition-function): Delete
12734 superfluous `a'.
12735
26ef1c87
DL
127362000-01-24 Dave Love <fx@gnu.org>
12737
12738 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12739 end-of-defun-function.
12740
12741 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12742 &c.
12743
7ed4e9a7
JR
127442000-01-22 Jason Rumney <jasonr@gnu.org>
12745
12746 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12747 conflicts with new face support.
12748
8b7bc628 127492000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12750
12751 * replace.el (query-replace): Rename last arg to DELIMITED.
12752 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12753 (query-replace-regexp): Likewise.
12754
8b7bc628 127552000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12756
02b14400
RS
12757 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12758
5bb6f079
RS
12759 * emacs-lisp/lisp.el (beginning-of-defun-function):
12760 Variable renamed from beginning-of-defun.
12761 Do not call make-variable-buffer-local.
12762 (beginning-of-defun-raw): Use new variable name; doc fix.
12763 (beginning-of-defun): Doc fix.
12764 (end-of-defun-function): Variable renamed from end-of-defun.
12765 Do not call make-variable-buffer-local.
12766 (end-of-defun): Use new variable name; doc fix.
12767
02b14400
RS
12768 * subr.el (dolist, dotimes): Copied from cl-macs.el
12769 and made to work.
2d5e9b54 12770
a23c5037 12771 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12772 Variable replaces rmail-digest-end-regexp.
12773 Allows multiple regexps for detecting the end line.
12774 (undigestify-rmail-message): Corresponding changes.
12775
60af03f1
DL
127762000-01-19 Dave Love <fx@gnu.org>
12777
fe5d99e1
DL
12778 * files.el (user-init-file): Don't declare here -- is primitive.
12779
60af03f1
DL
12780 * startup.el (command-line): Check for compiled user-init-file and
12781 set to uncompiled version if necessary.
12782
72dbbc7d
GM
127832000-01-18 Gerd Moellmann <gerd@gnu.org>
12784
6a1950ec
GM
12785 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12786 (undigestify-rmail-message): Use it.
12787
72dbbc7d
GM
12788 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12789
fbe91bbd
GM
127902000-01-17 Gerd Moellmann <gerd@gnu.org>
12791
12792 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12793 of mini-buffer.
12794
33a6685b
GM
127952000-01-14 Gerd Moellmann <gerd@gnu.org>
12796
b3303df7
GM
12797 * emacs-lisp/copyright.el (copyright-update): Removed the
12798 requirement for a trailing space from `copyright-regexp', to
12799 support copyrights with owner specified on a separate line..
a23c5037 12800
3c4c8064
GM
12801 * align.el: New file.
12802
33a6685b
GM
12803 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12804
12805 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12806
044a4975
DL
128072000-01-13 Dave Love <fx@gnu.org>
12808
12809 * ph.el: Removed. (Obsoleted by EUDC.)
12810
0a352cd7
GM
128112000-01-13 Gerd Moellmann <gerd@gnu.org>
12812
12813 * net/eudc.el (toplevel): Remove autoloaded code installing
12814 menu with easymenu, because that causes build problems.
12815
12816 * frame.el (frame-notice-user-settings): New variable.
12817 (frame-notice-user-settings): Don't modify frame parameters
12818 if called a second time.
12819
8b7bc628 128202000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12821
12822 * frame.el (frame-notice-user-settings):
12823 Notice default-frame-parameters even for non-window frames.
12824
feb450e0
GM
128252000-01-13 Gerd Moellmann <gerd@gnu.org>
12826
12827 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12828 for Emacs.
12829 (eudc-bob-can-display-inline-images): Extend for Emacs.
12830 (eudc-bob-toggle-inline-display): Ditto.
12831 (eudc-bob-display-jpeg): Ditto.
12832
99c6d63b
GM
128332000-01-12 Gerd Moellmann <gerd@gnu.org>
12834
7970b229
GM
12835 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12836 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12837 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12838
e4936aa9
GM
12839 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12840 nil)'.
12841
12842 * subdirs.el: Add `net' directory.
12843
133c9e59
GM
12844 * net: New directory.
12845
99c6d63b
GM
12846 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12847 eval-last-sexp. Don't bind debug-on-error here.
12848 (eval-last-sexp): New function. Bind debug-on-error if
12849 eval-expression-debug-on-error is non-nil.
12850 (eval-defun-2, eval-defun): Likewise.
12851
12852 * simple.el (eval-expression): Don't bind debug-on-error if
12853 eval-expression-debug-on-error is nil. Detect changed
12854 debug-on-error, and propagate new value to global binding, if
12855 eval-expression-debug-on-error is non-nil,
12856 (eval-expression-debug-on-error): Change doc string.
a23c5037 12857
8b7bc628 128582000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12859
12860 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12861
12862 * emacs-lisp/lisp-mode.el (with-syntax-table):
12863 Set up lisp-indent-function property.
12864
12865 * subr.el (with-syntax-table): Moved from simple.el.
12866
12867 * simple.el (with-syntax-table): Moved to subr.el.
12868
7e3c74fa
GM
128692000-01-11 Gerd Moellmann <gerd@gnu.org>
12870
1fab1775
GM
12871 * tmm.el (tmm-shortcut): Delete region after prompt instead
12872 of erasing buffer.
12873
7e3c74fa 12874 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12875 (fill-context-prefix): Use the longest common prefix of first
12876 and second line fill prefix, if there is one.
7e3c74fa 12877
8b7bc628 128782000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12879
12880 * array.el (array-mode): Don't use make-variable-buffer-local.
12881 Use make-local-variable for `truncate-lines'.
12882
aa705642 128832000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12884
aa705642
GM
12885 * add-log.el (add-log-current-defun): Handle user-defined
12886 add-log-current-function returning nil,
a23c5037 12887
57df2446 12888 * add-log.el (add-change-log-entry): Insert version number
aa705642 12889 if having found a current function
c1356086
GM
12890
12891 * add-log.el (add-log-current-defun): Call
12892 `add-log-current-defun-function'. Try matches at level 0 and
12893 level 1. Strip whitespace from defun found.
a23c5037 12894
1d8c59e9
RS
128952000-01-10 John Wiegley <johnw@gnu.org>
12896
12897 * allout.el (isearch-done/outline-provisions): Added `edit'
12898 argument to correspond with the current definition of
12899 `isearch-done'.
12900
8cf87e9b
DL
129012000-01-10 Dave Love <fx@gnu.org>
12902
12903 * elide-head.el (elide-head): Use point-marker, not point.
12904
9050446c
GM
129052000-01-10 Gerd Moellmann <gerd@gnu.org>
12906
8321b22a
GM
12907 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12908 before and after the year 2000.
a23c5037 12909
9050446c
GM
12910 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12911 Add ispell- prefix.
12912
129132000-01-10 Ken Stevens <k.stevens@ieee.org>
12914
12915 * ispell.el: Only define dictionaries in menus when they exist.
12916 (version18p): New variable.
12917 (version20p): New variable.
12918 (xemacsp): New variable.
12919 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12920 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12921 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12922 run-together words.
9050446c
GM
12923 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12924 (ispell-dictionary-alist): Add koi8-r to customize definition.
12925 (check-ispell-version): Added documentation string. Returns
f24fef2f 12926 library path when called non-interactively.
9050446c
GM
12927 (ispell-menu-map-needed): Uses new variables.
12928 (ispell-library-path): New variable.
12929 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12930 (ispell-word): Improved documentation string. Test for valid
12931 character mappings. Correctly check typed in word changes that can
12932 result in single words split into multiple words. Returns
12933 replacement word.
12934 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12935 replace in recursive query replace mode. Help message for
12936 recursive edit mode.
12937 (ispell-show-choices): Protect against bad framepop bindings.
12938 (ispell-help): Fix to work with XEmacs.
12939 (ispell-highlight-spelling-error): Use new variables.
12940 (ispell-overlay-window): Fix to work with XEmacs.
12941 (ispell-parse-output): Passed and returns location information
12942 tracking spelling corrections. Doesn't recheck same word on
12943 current line.
12944 (ispell-init-process): Protect against bogus XEmacs variable binding.
12945 Fix call to single argument in sleep-for. Use new variables.
12946 (ispell-region): Passed and returns location information tracking
12947 spelling corrections. Doesn't check same word on current line.
12948 Improved documentation string. Doesn't resend a line already
12949 checked to the ispell process - fixes bug in LaTeX parsing.
12950 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12951 (ispell-skip-region): No longer skips <TT> in SGML.
12952 (ispell-process-line): Tracks location information with spelling
12953 corrections. Added documentation string. Accounts for words
12954 already accepted on this line. Don't allow query-replace on line
12955 starting with math characters. Doesn't resend a line already sent
12956 to ispell process. Fixes alignment error bug.
a23c5037 12957
8b7bc628 129582000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12959
a23c5037 12960 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12961 Suggest xloadimage, which is free, not xv, which isn't.
12962
a23c5037 12963 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12964 Don't ever include the host name or user name in the value.
12965
9ed79f5d
GM
129662000-01-09 Gerd Moellmann <gerd@gnu.org>
12967
12968 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12969 of a real newline.
12970
b950abb1
GM
129712000-01-09 Stephen Eglen <stephen@gnu.org>
12972
a23c5037 12973 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12974 for .png files.
12975
3c708e98
GM
129762000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12977
12978 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12979
bf61662d
GM
129802000-01-09 Gerd Moellmann <gerd@gnu.org>
12981
f1d851ae
GM
12982 * progmodes/cperl-mode.el: Replace ^F with ^L.
12983
bf61662d 12984 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12985 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12986 recursion.
12987
c65d14ee
DL
129882000-01-08 Dave Love <fx@gnu.org>
12989
8cf87e9b
DL
12990 * emacs-lisp/backquote.el: Remove inappropriate customization
12991 (allowing custom.el to use backquote).
c65d14ee 12992
83de2ebc
DL
129932000-01-07 Dave Love <fx@gnu.org>
12994
12995 * add-log.el (add-log-debugging): Deleted.
12996 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12997 file. Remove debugging code.
12998 (change-log-get-method-definition, change-log-name): Add doc.
12999 (change-log-sortable-date-at): New function.
13000 (change-log-merge): New command.
13001
13002 * time.el (display-time-string-forms): Make the Mail string active.
13003 (display-time-update): Provide help-echo for load average.
13004
13005 * bindings.el (make-mode-line-mouse2-map): New function.
13006 (mode-line-modified): Use it and simplify.
13007 (mode-line-mule-info): Provide help-echo info.
13008 (minor-mode-alist): Activate the strings.
13009 (make-mode-line-mouse-sensitive): Simplify for
13010 mode-line-buffer-identification.
13011
c1475eae
GM
130122000-01-07 Gerd Moellmann <gerd@gnu.org>
13013
13014 * play/pong.el: New file.
13015
83de2ebc
DL
130162000-01-06 Dave Love <fx@gnu.org>
13017
13018 * array.el: Assorted cleanups for compiler warnings, doc strings,
13019 `array-' prefix for symbols.
13020
130212000-01-05 Dave Love <fx@gnu.org>
13022
13023 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13024 outline-headers-as-kill.
13025 (outline-mode): Define imenu-generic-expression.
13026 (outline-headers-as-kill): New command.
13027
13028 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13029 from paragraph-start.
13030 (paragraph-indent-minor-mode): New command.
13031
13032 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13033 M-C-e, M-C-h, C-j, C-xnd, TAB.
13034 (fortran-mode): Set beginning-of-defun, end-of-defun.
13035 (fortran-column-ruler): Simplify.
13036 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13037 (fortran-with-subprogram-narrowing): Likewise.
13038 (fortran-indent-subprogram): Call mark-defun.
13039 (fortran-check-for-matching-do): Change narrowing.
13040
13041 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13042 (cl-lucid-hash-tag): Delete.
13043 (cl-hash-table-p): Correct test for native table.
13044 (cl-hash-table-count): Use hash-table-count.
13045
13046 * browse-url.el (browse-url): Fix case of
13047 browse-url-browser-function being an alist.
13048
676ac023
CD
130492000-01-05 Carsten Dominik <cd@gnu.org>
13050
c1475eae
GM
13051 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13052 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13053
13054 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13055 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13056
13057 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13058 `reftex-parse-file-extension'.
eb483e17 13059
88807984
DL
130602000-01-05 Dave Love <fx@gnu.org>
13061
83de2ebc 13062 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13063 (beginning-of-defun-raw): Use it.
13064 (end-of-defun): New variable.
13065 (end-of-defun): Use it.
13066 (check-parens): New command.
13067
1362aeb4
TTN
130682000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13069
c1475eae
GM
13070 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13071 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13072
7ddafb95
TTN
13073 Fix buglet in local variables initialization.
13074
7334aa99
AS
130752000-01-05 Andreas Schwab <schwab@suse.de>
13076
13077 * hscroll.el (hscroll): Doc fix.
13078
b12e24cd
CD
130792000-01-05 Carsten Dominik <cd@gnu.org>
13080
13081 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13082 idlw-toolbar.
13083
13084 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13085 file idlw-rinfo.el.
1362aeb4
TTN
13086 (idlwave-customize): load must read file idlw-shell.el.
13087 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13088
d6226972
CD
130892000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13090
13091 * progmodes/idlw-shell.el: Also provide idlwave-shell
13092 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13093 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13094
13095 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13096 both reftex-dcr and reftex-vcr.
1362aeb4 13097
d6226972
CD
13098 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13099
6ddb893f 131002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13101
13102 * ps-print.el: PostScript code now is in separate files, doc fix.
13103 (ps-print-version): New version number (5.0.3).
13104 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13105 local.
13106 (ps-spool-config): Initialization fix.
c1475eae
GM
13107 (ps-print-prologue-1, ps-print-prologue-2)
13108 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13109 (ps-background-image): Little code reformating.
13110 (ps-begin-file, ps-begin-job): Fix code.
88807984 13111 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13112 (ps-prologue-file): New fun.
13113
ae833aae
KH
131142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13115
c1475eae 13116 * ps-vars.el: Eliminated.
ae833aae
KH
13117
13118 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13119 `;;;###autoload'.
13120
13121 * ps-print.el: ps-vars eliminated, doc fix.
13122 (ps-print-version): New version number (5.0.2).
13123 (ps-spool-config): Initialization fix.
13124 (ps-print-customize): New fun.
13125
560a7bd2
GM
131262000-01-04 Gerd Moellmann <gerd@gnu.org>
13127
13128 * autorevert.el (auto-revert-mode): Return value of
13129 auto-revert-mode.
13130
f45dd0f4
DL
131312000-01-04 Dave Love <fx@gnu.org>
13132
fae2ac05
DL
13133 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13134 menu items.
f45dd0f4 13135
61255981
DL
131362000-01-03 Dave Love <fx@gnu.org>
13137
88807984 13138 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13139
83de2ebc 13140 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13141 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13142 `cl-hash-table-p', not `hash-table-p'.
13143 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13144
c182a70f
EZ
131452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13146
13147 * faces.el (face-read-integer, read-face-attribute)
13148 (color-defined-p, color-values): unspecified-{f,b}g are now
13149 strings.
13150
047f434a
GM
131512000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13152
13153 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13154 at comment end, and re-insert them after filling.
13155
bab531e2
EZ
131562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13157
13158 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13159 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13160 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13161
d684c676
EZ
131622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13163
13164 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13165 the new name of face-color-supported-p.
13166
13167 * term/w32-win.el (xw-defined-colors): Likewise.
13168
0aad4805
EZ
131692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13170
13171 * simple.el (completion-setup-function): Count completion-size
13172 from minibuffer-prompt-end, not from point-min.
13173
5fe1d139
EZ
131742000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13175
13176 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13177 Pass the frame to tty-color-* functions.
13178 (display-color-p, frame-set-background-mode): Pass the frame to
13179 tty-display-color-p.
13180
13181 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13182 tty-color-alist.
13183 (tty-color-alist, tty-modify-color-alist): New functions.
13184 (tty-color-define, tty-color-clear, tty-color-approximate)
13185 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13186 an optional parameter FRAME.
13187
162dec01
GM
131882000-01-01 Gerd Moellmann <gerd@gnu.org>
13189
27189709
GM
13190 * image.el (create-image, defimage): Don't assume image data is a
13191 string.
13192
162dec01
GM
13193 * image.el (defimage): Handle specifications containing :data
13194 instead of :file.
13195 (image-type-from-data): New function.
13196 (image-type-from-file-header): Use it.
13197 (create-image): Add parameter DATA-P.
1362aeb4 13198
bea56df7 13199See ChangeLog.8 for earlier changes.
25a6fab1
KH
13200
13201;; Local Variables:
e64c3a75 13202;; coding: iso-2022-7bit
25a6fab1 13203;; End: