(occur): Make line-number-width 1 smaller for the
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6610f4b2
AI
12000-12-06 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in (lisp): Set to an absolute directory, namely
4 $(CURDIR).
5
9e3366e4
EZ
62000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9 read generated-autoload-file, and set buffer-file-coding-system to
10 raw-text-unix after reading the file.
11
12 * international/mule-conf.el (file-coding-system-alist): Use
13 raw-text for reading loaddefs.el and raw-text-unix for writing
14 it.
15
d94d636f
GM
162000-12-06 Gerd Moellmann <gerd@gnu.org>
17
347d0813
GM
18 * startup.el (fancy-splash-text, command-line-1): Use
19 `File' for the menu name instead of `Files'.
20
d4b72d58
GM
21 * tmm.el: Update copyright.
22
d94d636f
GM
23 * cus-start.el: Add entry for even-window-heights.
24
6e424019
MB
252000-12-06 Miles Bader <miles@gnu.org>
26
27 * faces.el (frame-set-background-mode): Avoid stomping on
28 locally modified faces.
29
e6477b58
KH
302000-12-06 Kenichi Handa <handa@etl.go.jp>
31
32 * international/fontset.el: Correct the font registries for
33 japanese-jisx0213-1 and japanese-jisx0213-2.
34
21999ab9
GM
352000-12-05 Gerd Moellmann <gerd@gnu.org>
36
57d6e381
GM
37 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
38
21999ab9
GM
39 * iswitchb.el: Update customization commentary.
40
7422819c
GM
412000-12-05 Rob Riepel <riepel@Stanford.EDU>
42
43 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
44 (tpu-search-highlight): Fixed comparison of overlay end positions.
45 (tpu-trim-line-ends): Implemented trimming logic locally.
46
47 * emulation/tpu-extras.el (tpu-write-file-hook)
48 (tpu-set-cursor-bound): Replaced picture-clean with
49 tpu-trim-line-ends.
50
73daff18
KH
512000-12-05 Kenichi Handa <handa@etl.go.jp>
52
53 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
54 to cn-gb.
55 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
56
6a4cd002
DL
572000-12-04 Dave Love <fx@gnu.org>
58
59 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
60
6452929e
GM
612000-12-04 Gerd Moellmann <gerd@gnu.org>
62
63 * mail/rmailsum.el (rmail-summary-expunge)
64 (rmail-summary-expunge-and-save): Ask for confirmation with
65 rmail-expunge-confirmed.
66
67 * mail/rmail.el (rmail-expunge-confirmed): New function.
68 (rmail-expunge): Use it.
69
0c68ce6f
GM
70 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
71 (etags-recognize-tags-table, find-tag-in-order): New
72 functionality: interpret file names as tags.
73
7a53d8c8
EZ
742000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * info.el (Info-scroll-prefer-subnodes): New defcustom.
77 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
78 visit the first subnode until the bottom of the current node is
79 visible.
80
caa15ef7
GM
812000-12-04 Gerd Moellmann <gerd@gnu.org>
82
83 * format.el (format-decode): Don't change buffer's undo list.
84
e225faa7
KH
852000-12-04 Kenichi Handa <handa@etl.go.jp>
86
87 * faces.el (face-font-registry-alternatives): Add entries for CJK
88 fonts. Doc-string adjusted for the actual usage of this data.
89
90 * international/fontset.el: Change the font registries for CJK
91 fonts in the default fontset. Don't append '*' to registries.
92
8b262a65
SM
932000-12-03 Stefan Monnier <monnier@cs.yale.edu>
94
95 * emacs-lisp/easy-mmode.el (define-derived-mode)
96 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
97
98 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
99 (derived-mode-p): New function.
100 (derived-mode-make-docstring): Add `docstring' argument.
101 Use it if available and complete it if necessary.
102
33c4460b
AS
1032000-12-03 Andreas Schwab <schwab@suse.de>
104
105 * type-break.el (type-break): Don't make parent of itself.
106
5c9b3fac
MB
1072000-12-03 Miles Bader <miles@gnu.org>
108
109 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
110
27ce741e
SM
1112000-12-02 Stefan Monnier <monnier@cs.yale.edu>
112
07c16ec4
SM
113 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
114 (tex-main-file, tex-file): Simplify.
115 (tex-generate-zap-file-name): Use subst-char-in-string.
116 (tex-strip-dots): Remove.
117
c19cc275
SM
118 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
119
27ce741e
SM
120 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
121 to check if the match succeeded.
122
285991dc
GM
1232000-12-02 Gerd Moellmann <gerd@gnu.org>
124
125 * startup.el (use-fancy-splash-screens-p): New function.
126 (command-line-1): Use it to determine whether or not to use
127 a fancy splash screen.
128
52dca1b2
AS
1292000-12-02 Andreas Schwab <schwab@suse.de>
130
131 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
132
d3e7e7cf
EZ
1332000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
134
2dce2360
EZ
135 * international/mule.el (make-char): Fix last change.
136
9768eaa7
EZ
137 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
138 New defcustoms.
139 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
140 autoloading tex-mode; instead, do the same manually. Use
141 texinfo-open-quote and texinfo-close-quote. Insert literal quote
142 with numeric argument. Docstring fix.
143 (toplevel): Require cl when compiling.
144
285991dc 145 * international/mule.el (make-char): Doc fix.
d3e7e7cf 146
0dd5e255
JR
1472000-12-02 Jason Rumney <jasonr@gnu.org>
148
149 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
150 the Emacs Lisp manual)
151
fbb87147
EZ
1522000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
153
5cbb3e93
EZ
154 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
155
fbb87147
EZ
156 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
157 the Emacs Lisp manual).
158
1636ca09
GM
1592000-12-02 Gerd Moellmann <gerd@gnu.org>
160
161 * simple.el (next-line-add-newlines): Change default to nil.
162
68875f0e
EZ
1632000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * files.el (revert-buffer, recover-file): Bind
166 coding-system-for-read to emacs-mule-unix, not to no-conversion.
167
fd9ac94c
GM
1682000-12-01 Gerd Moellmann <gerd@gnu.org>
169
170 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
171
172 * play/5x5.el (5x5-play-solution):
173
45450dd5
MB
1742000-12-01 Miles Bader <miles@gnu.org>
175
176 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
177
09df8881
KH
1782000-12-01 Kenichi Handa <handa@etl.go.jp>
179
180 * international/mule-diag.el (describe-char-after): Fix typo.
181 (describe-character-set, non-iso-charset-alist): Fix typo.
182
dea0a87d
MB
1832000-12-01 Miles Bader <miles@gnu.org>
184
b170205b
MB
185 * image-file.el (image-file-name-regexp): Automatically add
186 upper-case variants of each filename extension in
187 `image-file-name-extensions', since they seem to be common.
188
dea0a87d
MB
189 * simple.el (minibuffer-contents)
190 (minibuffer-contents-no-properties, delete-minibuffer-contents):
191 New functions.
192 * filecache.el (file-cache-directory-name)
193 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
194
2b69bc11
GM
1952000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
196
dea0a87d
MB
197 * filecache.el (file-cache-minibuffer-complete): Don't try to
198 delete the minibuffer prompt.
199
a8a1b05d
DL
2002000-11-30 Dave Love <fx@gnu.org>
201
202 * cus-start.el: Fix read-buffer-function type.
203
693c4692
GM
2042000-11-30 Gerd Moellmann <gerd@gnu.org>
205
206 * md5.el: Removed. There's a built-in function, now.
207
2c0b1898
GM
2082000-11-30 Markus Rost <rost@math.ohio-state.edu>
209
210 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
211 as dummy 0-th char of rmail-deleted-vector.
212
63dfcf4b
EZ
2132000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
214
215 * ps-print.el (ps-end-job): Bind case-fold-search only after
216 switching to ps-spool-buffer.
217
2182000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
219
220 * ps-print.el: Line number font customization. PostScript: Lines and
221 PageCount are initialized on each page. Doc Fix.
222 (ps-print-version): New version number (6.3.2).
223 (ps-lpr-switches, ps-font-info-database, ps-font-size)
224 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
225 (ps-right-header): Customization fix.
226 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
227 Fix code.
228 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
229 New vars.
230
df3aedcf
GM
2312000-11-30 Gerd Moellmann <gerd@gnu.org>
232
edfb795e
GM
233 * bs.el: Fix typos and spelling errors.
234 (bs-appearance) <defgroup>: Renamed from bs-appearence.
235 (bs-configuration): Doc fix.
236
df3aedcf
GM
237 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
238
8b8a7f01
GM
2392000-11-30 Rob Riepel <riepel@Stanford.EDU>
240
241 * emulation/tpu-edt.el (tpu-version): New version.
242 (tpu-search-overlay, tpu-replace-overlay): New initial range.
243 (tpu-original-mode-line): Variable deleted.
244 (tpu-mark-flag): New initial value.
245 (tpu-set-mode-line): Don't redefine mode-line-format. Add
246 tpu-mark-flag to minor-mode-alist.
247 (tpu-update-mode-line): New mark flag logic.
248 (tpu-get): Use find-file-wildcards.
249 (tpu-search-highlight): Move overlay less, reset overlay properly.
250 (tpu-unselect): Deactivate mark.
251 (tpu-lm-replace): Reset overlay properly.
252 (tpu-forward-line): Use forward-visible-line.
253 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
254
255 * emulation/tpu-extras.el (tpu-forward-line): Use
256 forward-visible-line.
257
c069a9d3
GM
2582000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
259
260 * cus-edit.el (custom-face-value-create): Always emphasize tag.
261
b02cd40b
GM
2622000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
263
264 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
265 and skip whitespace and newlines.
266
b7a90344
SM
2672000-11-30 Stefan Monnier <monnier@cs.yale.edu>
268
269 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
270
be6bbb55
GM
2712000-11-29 Gerd Moellmann <gerd@gnu.org>
272
0383ed60
GM
273 * help.el (describe-function-1): Regexp-quote function name
274 when used as part of a regexp.
275
c7957947
GM
276 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
277 face-attribute instead of face-foreground and face-background.
278 (tool-bar-add-item): Likewise, and handle unspecified colors.
279
280 * enriched.el (enriched-face-ans): Use face-attribute instead
281 of face-foreground and face-background.
282
283 * faces.el (face-foreground, face-background, face-stipple):
284 Return nil if attribute is unspecified, for backward
285 compatibility.
286
7423978d
GM
287 * files.el (auto-mode-alist): Add an entry for antlr-mode.
288
ef128c78
GM
289 * play/5x5.el: Remove version info.
290
a81fc510
GM
291 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
292
be6bbb55
GM
293 * frame.el (blink-cursor-mode): Doc fix.
294
f9396e03
GM
2952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
296
297 * antlr-mode.el: New commands to run ANTLR from within Emacs and
298 to create Makefile rules.
299 (antlr-tool-command): New user option.
300 (antlr-ask-about-save): New user option.
301 (antlr-makefile-specification): New user option.
302 (antlr-file-formats-alist): New variable.
303 (antlr-special-file-formats): New variable.
304 (antlr-unknown-file-formats): New user option.
305 (antlr-help-unknown-file-text): New variable.
306 (antlr-help-rules-intro): New variable.
307 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
308 (antlr-mode-menu): Add entries.
309 (antlr-file-dependencies): New function.
310 (antlr-directory-dependencies): New function.
311 (antlr-superclasses-glibs): New function.
312 (antlr-run-tool): New command.
313 (antlr-makefile-insert-variable): New function.
314 (antlr-insert-makefile-rules): New function.
315 (antlr-show-makefile-rules): New command.
316
317 * antlr-mode.el: More Emacs/XEmacs stuff.
318 (antlr-no-action-keywords): New constant with value nil.
319 (antlr-font-lock-keywords-alist): Use it. Old value would break
320 syntax highlighting in Emacs-21.0.
321 (antlr-default-directory): Emacs/XEmacs dependend function.
322 (antlr-read-shell-command): Ditto.
323 (antlr-with-displaying-help-buffer): Ditto.
324
3252000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
326
327 * antlr-mode.el: imenu, parsing and highlighting changes.
328 (antlr-imenu-create-index-function): Don't create extra submenus
329 for definitions in different grammar classes. It is not necessary
330 for the menu and would make command `imenu' awkward to use.
331 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
332 header actions and more than one.
333 (antlr-font-lock-tokendef-face): Changed color.
334 (antlr-font-lock-tokenref-face): Changed color.
335 (antlr-font-lock-additional-keywords): Also highlight lowercase.
336 (antlr-mode-syntax-table): New variable.
337 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
338 (antlr-with-syntax-table): Don't copy syntax table.
339
3402000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
341
342 * antlr-mode.el: Minor changes: language setting.
343 (antlr-language-alist): The value for file option "language" can
344 be both an identifier and a string.
345 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
346 (antlr-language-limit-n-regexp): Change accordingly.
347
3482000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
349
350 * antlr-mode.el: Minor changes: tabs, hiding.
351 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
352 (antlr-action-visibility): Also allow value nil to also hide the
353 braces. Renamed from `antlr-tiny-action-length'.
354 Suggested by Jay@aol.com.
355 (antlr-hide-actions): Change accordingly. Hide line if completely
356 hidden action is on a line of its own.
357
6ad948eb
SM
3582000-11-29 Stefan Monnier <monnier@cs.yale.edu>
359
360 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
361
362 * sort.el (sort-columns): Don't concat strings with numbers.
363
9c6a4107
DL
3642000-11-29 Dave Love <fx@gnu.org>
365
366 * cus-edit.el (face): Fix :format.
367
368 * mail/feedmail.el: Require smtpmail when compiling.
369 (mail-do-fcc): Autoload.
370 (feedmail) <defgroup>: Fix :link.
371 (feedmail-nuke-body-in-fcc): Fix :type.
372 (feedmail-send-it): Add autoload cookie.
373
053b8d35
SM
3742000-11-29 Stefan Monnier <monnier@cs.yale.edu>
375
376 * newcomment.el (comment-indent): Save excursion around call to
377 comment-indent-function.
378
242c13e8
MB
3792000-11-29 Miles Bader <miles@gnu.org>
380
381 * subr.el (member-ignore-case): Return the tail of the list who's
382 car matches, like `member', not the matching element itself.
383
8f4b5f28
KH
3842000-11-29 Kenichi Handa <handa@etl.go.jp>
385
386 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
387 should not contain `\n'.
388
bebe4a2c
GM
3892000-11-28 Gerd Moellmann <gerd@gnu.org>
390
fd9ac94c 391 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 392
ba7e40eb
GM
393 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
394
75ab0c79
GM
395 * dired-aux.el (dired-do-create-files): Construct default file
396 name for dired-mark-read-file-name so that when the user enters
397 just RET, the target file will end up in the target directory.
398
bebe4a2c
GM
399 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
400 local-abbrev-table before changing buffers because it might
401 have a buffer-local binding.
402
fa6d1ca8
MB
4032000-11-28 Miles Bader <miles@gnu.org>
404
405 * simple.el (delete-horizontal-space): Handle fields more generally.
406
8d2c2642
GM
4072000-11-28 Gerd Moellmann <gerd@gnu.org>
408
409 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
410
8b31236d
DL
4112000-11-28 Dave Love <fx@gnu.org>
412
3cbd02d2
DL
413 * progmodes/ps-mode.el (ps-mode): Set comment-start and
414 comment-start-skip locally.
415
8b31236d
DL
416 * progmodes/fortran.el (fortran-mode): Don't set
417 fortran-comment-line-start-skip. Set comment-start to
418 fortran-comment-line-start.
419 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
420 (fortran-comment-line-start-skip): Simplify slightly.
421
ae4bf56d
GM
4222000-11-28 Gerd Moellmann <gerd@gnu.org>
423
17ef7534
GM
424 * play/5x5.el: Remove RCS keyword.
425
fd9ac94c 426 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 427
665b27a6
GM
4282000-11-28 Milan Zamazal <pdm@freesoft.cz>
429
430 * textmodes/tildify.el (tildify-string-alist): Add
431 `plain-tex-mode' here.
432
fe3c2ae3
GM
4332000-11-28 Colin Walters <walters@cis.ohio-state.edu>
434
435 * chistory.el (Command-history-setup): Remove extraneous `keymap'
436 reference.
437
d970106b
MB
4382000-11-28 Miles Bader <miles@gnu.org>
439
36b80a0d
MB
440 * cus-face.el (custom-face-attributes): Add post-filter function
441 for :box. Make pre-filter function for :box handle all cases.
442
d970106b
MB
443 * wid-edit.el (widget-choose): Make sure pop-up window is large
444 enough to display all the choices, as there's no way to scroll it.
445
5a2bae6c
KH
4462000-11-28 Kenichi Handa <handa@etl.go.jp>
447
448 * international/mule-conf.el: Make the coding system no-conversion
449 safe for all characters.
450
9e836e23
DL
4512000-11-27 Dave Love <fx@gnu.org>
452
8b31236d
DL
453 * net/ldap.el (ldap) <defgroup>: Add :version.
454
9e836e23
DL
455 * tooltip.el (tooltip-use-echo-area): Doc fix.
456
457 * cus-start.el <minibuffer-prompt-properties>: Add version.
458 <read-buffer-function>: Add.
459
460 * apropos.el (apropos-print): Add help-echo to active text.
461
462 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
463
4a74d071
GM
4642000-11-27 Gerd Moellmann <gerd@gnu.org>
465
466 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
467 type, group and version.
468
76058c27
EZ
4692000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
470
4a74d071 471 * select.el (x-get-selection): Docstring fix.
76058c27 472
fd9ac94c 4732000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 474
fd9ac94c 475 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 476
49060c51
AI
4772000-11-27 Andrew Innes <andrewi@gnu.org>
478
479 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
480
481 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
482
b2a8e429
MB
4832000-11-27 Miles Bader <miles@gnu.org>
484
485 * dired.el (dired-get-filename): Return filename verbatim if
486 LOCALP is `verbatim'.
487 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
488 `verbatim' so that we don't inadvertently delete a non-existant
489 directory name.
490
5ac0366d
KH
4912000-11-27 Kenichi Handa <handa@etl.go.jp>
492
493 * international/characters.el: Specify cases and syntaxes for
494 mule-unicode-0100-24ff.
495
67f1cf4c
GM
4962000-11-27 Gerd Moellmann <gerd@gnu.org>
497
498 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
499 that foreground and/or background colors of the face `tool-bar'
500 are unspecified.
501
46c56972
MB
5022000-11-27 Miles Bader <miles@gnu.org>
503
ec725166
MB
504 * wid-edit.el (widget-field-buffer, widget-field-start)
505 (widget-field-end): Handle widget field `pseudo-overlays'.
506 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
507 if it's there instead of in `widget-field-list'.
508
46c56972 509 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
510 (help-make-xrefs): Delete extraneous newlines at the end of the
511 docstring.
46c56972 512
640a9cdd
JR
5132000-11-25 Jason Rumney <jasonr@gnu.org>
514
515 * startup.el (command-line): Call set-locale-environment after
516 Window System init file is read, as it can result in a call to
517 redraw-frame.
518
0b3f96d4
EZ
5192000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
520
521 * simple.el (shell-command): Mention the effect of the prefix
522 argument in the doc string.
523
8da6e2a1
MB
5242000-11-25 Miles Bader <miles@gnu.org>
525
a658d039
MB
526 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
527
8da6e2a1 528 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 529 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 530
d3416cca
JR
5312000-11-24 Jason Rumney <jasonr@gnu.org>
532
533 * international/mule-cmds.el (locale-language-names): Add "jp" as
534 a non-standard alternative for Japanese.
535
17e37f53
AS
5362000-11-24 Andre Spiegel <spiegel@gnu.org>
537
538 * vc-hooks.el: Require 'cl during compilation.
539
9aa5f148
GM
5402000-11-24 Gerd Moellmann <gerd@gnu.org>
541
ba193890
GM
542 * faces.el (face-set-after-frame-default): Let face attributes
543 specified for new frames override frame parameters.
544
9aa5f148
GM
545 * startup.el (command-line): Fix computation of the source file
546 for user-init-file when user-init-file is a compiled file.
547
51a1edab
MB
5482000-11-24 Miles Bader <miles@gnu.org>
549
550 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
551 (custom-post-filter-face-spec): New functions.
552 (custom-face-set, custom-face-value-create): Filter the face spec
553 before and after customization.
554 (custom-face-set): If VALUE specifies a null face, pass a
555 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
556 * cus-face.el (custom-face-attributes): Remove SET and GET
557 functions. Add some IN-FILTER and OUT-FILTER functions in the few
558 cases they're needed.
559
1ed74431
MB
560 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
561 that it's distinguishable from the :off-glyph on dark-background
562 displays. Set its background color too.
563
67ee1125
MB
564 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
565 so that people can easily turn it off.
566
7d027816
MK
5672000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
568
569 * ediff-diff.el: Moved variables around to have it compile under NT.
570
9aa5f148 571 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 572
9aa5f148 573 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 574
9aa5f148 575 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
576 redundant skip-small-frames test.
577
9aa5f148 578 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
579 (viper-downgrade-to-insert): protect against errors in hooks.
580
9aa5f148
GM
581 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
582 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
583 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
584 functions.
585
9aa5f148 586 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 587
9aa5f148 588 * viper.el (viper-mode): Fix cursor handling.
7d027816 589
f07fa1b8
KH
5902000-11-24 Kenichi Handa <handa@etl.go.jp>
591
592 * international/mule-diag.el (list-iso-charset-chars): For
593 two-byte charset, fix the `while' condition.
594 (list-non-iso-charset-chars): Fix the `while' condition.
595
ba8299ff
SM
5962000-11-23 Stefan Monnier <monnier@cs.yale.edu>
597
79372165
SM
598 * subr.el (add-hook, remove-hook): Don't call make-local-hook
599 if the variable is make-variable-buffer-local.
600
ba8299ff
SM
601 * progmodes/ada-stmt.el (ada-template-map): Initialize
602 and bind it to C-c t in ada-mode-map.
603 (ada-stmt-mode-hook): New function extracted from old code.
604 Only change the buffer-local side of skeleton-*.
605 (ada-mode-hook): Use it.
606
68a887fa
EZ
6072000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
608
609 * iswitchb.el (iswitchb-minibuf-depth): New variable.
610 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
611 we expect to be returned by minibuffer-depth once we prompt the
612 user in the minibuffer.
613 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
614 as recorded in iswitchb-minibuf-depth, return non-nil.
615
3b345582
EZ
6162000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
617
618 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
619 (hscroll-window-maybe): Docstring fix.
620
595dead2
DL
6212000-11-23 Dave Love <fx@gnu.org>
622
623 * rect.el (string-rectangle): Don't test delete-selection-mode.
624
1e66b27a
GM
6252000-11-23 Gerd Moellmann <gerd@gnu.org>
626
02790ce2
GM
627 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
628 is in the tool bar.
629
1e66b27a
GM
630 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
631 with `no-dir'; we want the directory part to be able to remove
632 it.
633
a4caa65d
SM
6342000-11-22 Stefan Monnier <monnier@cs.yale.edu>
635
636 * textmodes/outline.el (outline-flag-region):
637 Don't bind inhibit-read-only since we don't modify the buffer.
638 (outline-isearch-open-invisible): Don't jump to overlay-start
639 since we're trying to unhide text around point.
640 (outline-discard-overlays): Use dolist.
641
642 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
643
03e757c1
GM
6442000-11-22 Gerd Moellmann <gerd@gnu.org>
645
646 * mail/rmail.el (rmail-confirm-expunge): Default to
647 y-or-n-p.
648
1598a961
SM
6492000-11-22 Stefan Monnier <monnier@cs.yale.edu>
650
651 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
652 Fix ARG regexp to skip quoted braces.
653 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
654 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
655 are (correctly) handled separately).
656 Remove `caption' and `footnote' from `citations': they contain text.
657 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
658 (latex-skeleton-end-hook): New function.
659 (latex-mode): Use it.
660 (tex-start-tex-marker): Remove.
661 (tex-send-tex-command): Don't set tex-start-tex-marker.
662 (tex-error-parse-syntax-table): New var.
663 (tex-compilation-parse-errors): Use it.
664 Ignore tex-start-tex-marker. Don't bother with marker-position.
665 (tex-validate-buffer): Don't bother with marker-position.
666
667 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 668 (flyspell-generic-progmode-verify): Use it.
1598a961 669
eaae8106
SS
6702000-11-22 Sam Steingold <sds@gnu.org>
671
03e757c1
GM
672 * simple.el (delete-trailing-whitespace): New interactive
673 function.
674
eaae8106 675 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 676 `ada-remove-trailing-spaces'.
eaae8106 677 (ada-remove-trailing-spaces): Removed.
03e757c1 678
eaae8106 679 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 680
1598a961
SM
681 * textmodes/picture.el (picture-clean): Removed.
682 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 683
a41d49e9
GM
6842000-11-22 Gerd Moellmann <gerd@gnu.org>
685
e053c60f
GM
686 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
687
a41d49e9
GM
688 * hi-lock.el (hi-lock-refontify): Don't call non-existent
689 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 690 do anything special when jit-lock is active.
a41d49e9
GM
691 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
692
197615f3
DL
6932000-11-22 Dave Love <fx@gnu.org>
694
ddbfaa9f
DL
695 * calendar/todo-mode.el (todo-top-priorities): Use
696 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
697
ddc3c695
DL
698 * language/chinese.el, language/cyrillic.el:
699 * language/devanagari.el, language/ethiopic.el, language/greek.el:
700 * language/hebrew.el, language/indian.el, language/japanese.el:
701 * language/korean.el, language/lao.el, language/misc-lang.el:
702 * language/thai.el, language/tibetan.el, language/vietnamese.el:
703 Use provide.
704
fb9fa98d
DL
705 * cus-edit.el (custom-buffer-create-internal): Save some consing.
706 (custom-variable-set): Improve validation error mesage.
707
197615f3
DL
708 * rect.el (string-rectangle): Revert last change.
709 (string-rectangle-line): New arg DELETE.
710 (string-rectangle): Check delete-selection-mode.
711
712 * emacs-lisp/edebug.el (edebug-version)
713 (edebug-maintainer-address): Deleted.
714 (edebug-submit-bug-report): Just alias to report-emacs-bug.
715 (edebug-read-function): Account for other `'#' read forms.
716 (edebug-mode-menus): Make some items toggles.
717 (edebug-outside-unread-command-event, unread-command-event):
718 Remove these to avoid warnings.
719
f4117c4d
GM
7202000-11-22 David Ponce <david@dponce.com>
721
722 * recentf.el (recentf-menu-items-for-commands)
723 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 724 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 725
f4117c4d
GM
726 (recentf-build-dir-rules, recentf-dump-variable)
727 (recentf-edit-list, recentf-open-files-item)
728 (recentf-open-files): Replaced unnecessary `mapcar' with new
729 built-in `mapc'.
eaae8106 730
f8e2f3f2
MB
7312000-11-23 Miles Bader <miles@gnu.org>
732
733 * faces.el (menu): Make inverse-video on ttys too.
734
4c4a541d
SM
7352000-11-22 Stefan Monnier <monnier@cs.yale.edu>
736
737 * simple.el (comment-line-break-function): Use the new name
738 indent-new-comment-line -> comment-indent-new-line.
739 (clone-indirect-buffer): Don't ignore NORECORD.
740 (next-completion): Properly handle the case where items are adjacent.
741
742 * mouse.el (popup-menu): Stupid typo.
743
980d836e
GM
7442000-11-22 Gerd Moellmann <gerd@gnu.org>
745
60e8e0a5
GM
746 * emacs-lisp/authors.el: Remove autoload cookies, add author,
747 maintainer, keywords tags.
748
980d836e
GM
749 * rect.el (replace-rectangle): Don't call string-rectangle-line
750 with too many arguments.
751
e08b2069
AS
7522000-11-22 Andre Spiegel <spiegel@gnu.org>
753
60e8e0a5 754 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 755 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
756 vc-locking-user, which no longer exists.
757
758 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
759
c6779d8d
DL
7602000-11-22 Dave Love <fx@gnu.org>
761
762 * md5.el (md5): Provide.
763 (md5): Fix error call.
764
e672fdce
MB
7652000-11-22 Miles Bader <miles@gnu.org>
766
eaae8106 767 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
768 (refill-fill-paragraph-at): Remove debugging code.
769
80e24c04
MB
770 * calendar/calendar.el (generate-calendar-window): When we don't
771 call `fit-window-to-buffer', make sure the top line is fully visible.
772
3a17d6cc
MB
773 * image-file.el (insert-image-file): Don't make `read-only'
774 property rear-nonsticky.
775
ae1a21c6
MB
776 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
777 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
778 stashing away its original value.
779 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
780 in the recursive edit.
781 Bind `isearch-original-minibuffer-message-timeout' to protect it.
782 (isearch-done): Restore `minibuffer-message-timeout'.
783
e672fdce
MB
784 * cus-start.el: Remove entry for `mode-line-inverse-video'.
785
3ea79df8
SM
7862000-11-21 Stefan Monnier <monnier@cs.yale.edu>
787
788 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
789
790 * find-lisp.el (find-lisp-find-files-internal):
791 Use dolist, when and file-name-as-directory.
792
980d836e 793 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
794 (define-derived-mode, define-minor-mode): Add specs.
795
796 * window.el: General comment and spacing fixes.
797 (save-selected-window): Use backquotes.
798 (window-safely-shrinkable-p): New function.
799 (shrink-window-if-larger-than-buffer): Use it.
800
801 * subr.el (make-local-hook): Docstring fix.
802
803 * shell.el (shell-mode): Use define-derived-mode.
804
805 * newcomment.el (comment-indent): Insert comment before calling
806 comment-indent-function. Don't insert in column 0.
807 (comment-dwim): Indent before inserting comment.
808
809 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
810 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
811 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
812 Use mapc rather than map.
813
814 * files.el (find-buffer-visiting): Compare all attributes before
815 declaring two files identical (rather than just their inode-no).
816 (auto-mode-alist): Use \' rather than $.
817
818 * which-func.el: Update maintainer line.
819
820 * pcvs.el (uniquify-buffer-file-name): Remove advice.
821 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
822 (uniquify-buffer-file-name): Use it.
823
8f62f2b8
MB
8242000-11-22 Miles Bader <miles@gnu.org>
825
826 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
827 * simple.el (minibuffer-avoid-prompt): New function.
828
fb279a6d
GM
8292000-11-21 Gerd Moellmann <gerd@gnu.org>
830
831 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
832
867092e9
MB
8332000-11-21 Miles Bader <miles@gnu.org>
834
ef860850
MB
835 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
836 inclusion of `track-mouse'.
837
867092e9
MB
838 * textmodes/refill.el (refill-ignorable-overlay): New variable.
839 (refill-adjust-ignorable-overlay): New function.
840 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
841 only the paragraph's tail if possible.
842 Update `refill-ignorable-overlay'.
843 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
844
845 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
846 point inside the fill-prefix.
847
848 * textmodes/refill.el (refill-post-command-function): Don't reset
849 refill-doit in the case where a self-insertion command doesn't
850 case a refill. Use `refill-fill-paragraph-at', getting position
851 from `refill-doit'.
852 (refill-after-change-function): Set `refill-doit' to END.
853 (refill-fill-paragraph-at): New function, mostly from old
854 refill-fill-paragraph.
855 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
856 (refill-pre-command-function): New function.
857 (refill-mode): Add it to `pre-command-hook'.
858
ff9ab414
GM
8592000-11-20 Gerd Moellmann <gerd@gnu.org>
860
29a01b72
GM
861 * textmodes/artist.el (artist-mode): Fix autoload cookie.
862
ff9ab414
GM
863 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
864 javadoc tags.
eaae8106 865
885b211b
AS
8662000-11-20 Andre Spiegel <spiegel@gnu.org>
867
868 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
869 vc.el).
870
eaae8106 871 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 872 require vc.
eaae8106
SS
873
874 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 875 checkouts.
eaae8106 876
d1838556
DL
8772000-11-20 Dave Love <fx@gnu.org>
878
879 * Makefile.in (DONTCOMPILE): Omit bindings.el.
880
2b69bc11 8812000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 882
2b69bc11
GM
883 * calculator.el (calculator-paste): Use `if' instead of `and'
884 and `or'.
885 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 886
b95b34e5
GM
8872000-11-19 Gerd Moellmann <gerd@gnu.org>
888
030de92f
GM
889 * info.el (info-menu-5): Doc fix.
890
b95b34e5
GM
891 * textmodes/artist.el: New file.
892
54970452
AS
8932000-11-19 Andre Spiegel <spiegel@gnu.org>
894
eaae8106 895 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
896 and differentiate according to checkout model.
897 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
898 since this function is only concerned with master state.
899
eaae8106 900 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
901 vc-default-workfile-unchanged-p): Moved here from vc.el.
902
eaae8106 903 * vc.el (vc-workfile-unchanged-p,
54970452
AS
904 vc-default-workfile-unchanged-p): See above.
905
e5a9dabf
MB
9062000-11-19 Miles Bader <miles@gnu.org>
907
908 * image-file.el (insert-image-file): Make `intangible' and
909 `read-only' properties rear-nonsticky too.
910
24127af0
GM
9112000-11-18 Gerd Moellmann <gerd@gnu.org>
912
d392e9c5 913 * ps-print.el: Update copyright notice.
eaae8106 914
d392e9c5
GM
915 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
916 (tooltip-show): Use the offsets.
917
24127af0 918 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 919 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
920 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
921
2b69bc11 9222000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 923
2b69bc11
GM
924 * ps-print.el (toplevel): Test for find-coding-system being
925 fboundp before calling ps-x-find-coding-system.
08ea6f17 926
66321b2f
SM
9272000-11-16 Stefan Monnier <monnier@cs.yale.edu>
928
929 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
930 (vc-version-backup-file): Docstring fix.
931
046110c6
GM
9322000-11-16 Gerd Moellmann <gerd@gnu.org>
933
4104194e
GM
934 * files.el (basic-save-buffer): Don't add a newline if
935 find-file-literally is non-nil.
936 (find-file-literally): Extend doc string.
937
046110c6
GM
938 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
939 sort(1) with the `-f' argument.
940
6505c16e
AS
9412000-11-16 Andre Spiegel <spiegel@gnu.org>
942
fd063975
AS
943 * vc.el: Updated backend documentation.
944 (vc-default-check-headers): New function.
945
3d02dd81 946 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
947
948 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 949 up-to-date.
eaae8106 950 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 951 the minibuffer is not active.
fd063975 952
eaae8106 953 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 954 `vc-cvs-use-edit' is on.
eaae8106
SS
955 (vc-cvs-checkout): When this is used for reverting the workfile,
956 make a backup of the original contents and revert to that in case
8791d617 957 of error.
eaae8106 958 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 959 remote repositories.
eaae8106 960
6505c16e
AS
961 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
962 for both version and ratio in the minibuffer.
fd063975 963
eaae8106 964 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 965 Use vc-do-command to perform the annotation, not call-process.
6505c16e 966
a13f0660
KH
9672000-11-16 Kenichi Handa <handa@etl.go.jp>
968
969 * international/quail.el (quail-start-translation): Don't call
970 `message' before reading key sequence.
971
1389a414
MB
9722000-11-16 Miles Bader <miles@lsi.nec.co.jp>
973
974 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
975
9256a532
KH
9762000-11-16 Kenichi Handa <handa@etl.go.jp>
977
978 * window.el (fit-window-to-buffer): Be sure to acquire at least
979 one text line even if the buffer is empty.
980
0e14fe9f
GM
9812000-11-16 Gerd Moellmann <gerd@gnu.org>
982
eaae8106 983 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
984 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
985 ange-ftp-process-verbose to nil.
986
da645c53
DL
9872000-11-15 Dave Love <fx@gnu.org>
988
233d5cde
DL
989 * wid-edit.el (widget-specify-field, widget-specify-button): If
990 :help-echo is a function, set help-echo of overlay to
991 widget-mouse-help.
992 (widget-mouse-help): New function.
993 (widget-echo-help): Rewritten for :help-echo functions only taking
994 a widget arg.
995
b12057b9
DL
996 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
997 display-graphic-p.
998 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
999 and that JPEG is available.
1000 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1001
da645c53
DL
1002 * international/mule-cmds.el (locale-charset-language-names):
1003 Match @euro.
1004
6d133d1f
GM
10052000-11-15 Gerd Moellmann <gerd@gnu.org>
1006
1007 * faces.el (face-set-after-frame-default): If
0e14fe9f 1008 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1009 default face from X resources.
1010
49ac2ac5
EZ
10112000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1012
1013 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1014 Don't set EMACSLOADPATH.
1015
4fb0a34c
EZ
10162000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1017
1018 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1019 texinfo-insert-@url.
1020 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1021 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1022
bb304a7a
SM
10232000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1024
82bc80bf
SM
1025 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1026 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1027 (checkdoc-minor-keymap): Backward compatibility.
1028 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1029 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1030 (checkdoc-this-string-valid-engine): Be a bit more strict
1031 to avoid matching substrings of `...' quoted vars/funs.
1032 (checkdoc-defun-info): Only look for `interactive' if alone.
1033 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1034
e8c87124
SM
1035 * progmodes/compile.el (grep): `tag-default' can be nil.
1036
bb304a7a
SM
1037 * newcomment.el (comment-indent): Paren typo.
1038
8628686a
DL
10392000-11-14 Dave Love <fx@gnu.org>
1040
25c269ef
DL
1041 * calculator.el: New maintainer version.
1042
66321b2f 1043 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1044
8628686a
DL
1045 * cmuscheme.el: Doc fixes.
1046 (cmuscheme) <defgroup>: Use `scheme' as parent.
1047 (cmuscheme-program-name): Remove. Change uses to
1048 scheme-program-name.
1049
1050 * xscheme.el (scheme-program-name): Don't define here.
1051
1052 * progmodes/scheme.el (scheme-program-name): New variable
1053 (originally in cmuscheme).
1054
88f0a1eb
MB
10552000-11-14 Miles Bader <miles@gnu.org>
1056
1057 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1058 Handle header-lines. Don't loop forever if we can't enlarge the
1059 window anymore. Simplify a bit.
1060
cd9a000c
KH
10612000-11-14 Kenichi Handa <handa@etl.go.jp>
1062
1063 * window.el (fit-window-to-buffer): Don't check
1064 window-text-height. Assure that the last line is fully visible.
1065
1066 * international/quail.el (quail-show-guidance-buf): Call
1067 fit-window-to-buffer to assure the enough height of the guidance
1068 buffer.
1069 (quail-update-guidance): Avoid making the guidance buffer shorter.
1070
d3fcda22
SM
10712000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1072
bdbd9606
SM
1073 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1074 rather than `prepend' and add an interesting comment.
1075 (tex-math-face, tex-font-lock-syntactic-face-function):
1076 New face and function to use it.
1077 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1078 than `menu-enable' symbol property.
1079 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1080 (tex-mode): Add some latex-mode commands for auto-selection.
1081 Use tex-font-lock-syntactic-face-function.
1082 (tex-insert-quote): Simplify.
1083 (tex-shell): New mode.
1084 (tex-start-shell): Use it.
1085 (tex-shell-proc, tex-shell-buf): New functions.
1086 (tex-send-command): Use it.
1087 (tex-main-file): Fix the meaning of the new arg REALFILE.
1088 (tex-send-tex-command): New function split from `tex-start-tex'.
1089 Set compilation-last-buffer and compilation-parsing-end.
1090
d3fcda22
SM
1091 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1092 when it follows non-comment text on the line.
1093
1094 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1095 Set font-lock-defaults.
1096 (lisp-mode-shared-map): Init inside the defvar.
1097 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1098 Use define-derived-mode.
1099
bdab1d43
MB
11002000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1101
1102 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1103
936ae731
GM
11042000-11-14 Gerd Moellmann <gerd@gnu.org>
1105
1106 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1107 recursively optimize body because that can lead to infinite
1108 recursion; see comment there.
1109
1695ca2b
EZ
11102000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * faces.el (face-spec-set-match-display): Revert the change from
1113 2000-10-24. Add a FIXME for after v21.1.
1114
9d348294
MB
11152000-11-13 Miles Bader <miles@gnu.org>
1116
1117 * textmodes/fill.el (skip-line-prefix): New function.
1118 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1119 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1120 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1121 point inside the fill-prefix.
9d348294 1122
b85fa13c
MB
11232000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1124
1125 * calendar/calendar.el (generate-calendar-window): Use
1126 `fit-window-to-buffer'.
1127
a0b47716
SM
11282000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1129
1130 * gud.el (gud-minor-mode): New var.
1131 (gud-symbol, gud-val): New functions.
1132 (gud-find-file): Copy gud-minor-mode to the new buffer.
1133 (gud-menu-map): Include entries for commands that are not always
1134 available, using :enable to (de)activate them.
1135 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1136 (gud-mode-map): New map.
eaae8106 1137 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1138 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1139 Don't set up gud's menu (it's done by the minor-mode).
1140 (gud-minibuffer-local-map): New.
1141 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1142 (gud-query-cmdline): New function.
1143 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1144 (gud-mode): Use define-derived-mode.
1145 Don't set up gud's menu (it's done by the minor-mode).
1146 (gud-chop-words): Remove.
1147 (gud-common-init): Use split-string instead.
1148 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1149
1150 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1151 Add keyword arg :name.
1152
1153 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1154 (diff-count-matches, diff-split-hunk): New functions.
1155 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1156
1157 * pcvs-info.el (cvs-fi-conflict-face): New var.
1158
1159 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1160 Make it into a simple syntax-table, shared among all submodes.
1161 (sh-heredoc-face): Re-introduce.
1162 (sh-font-lock-syntactic-face-function): New function.
1163 (sh-mode): Use it. Also use define-derived-mode.
1164 Remove old bogus setting of indent-region-function.
1165 (sh-set-shell): Don't set the syntax-table any more.
1166 (sh-mode-syntax-table) <defun>: Remove.
1167
f5ed37df
MB
11682000-11-12 Miles Bader <miles@gnu.org>
1169
1170 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1171 message if interactive.
1172
0b074c2f
DL
11732000-11-12 Dave Love <fx@gnu.org>
1174
1175 * mail/feedmail.el: Fix header,
1176 (feedmail) <defgroup>: Add :link.
1177
1178 * view.el: Use local-map property, not keymap on mode-line string.
1179
1180 * scroll-all.el (scroll-all-mode): Customize variable. Add
1181 autoload cookie to function.
1182
1183 * lazy-lock.el: Remove compatibility code.
1184
1185 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1186 (finder-help-echo): New variable.
1187 (finder-mouse-face-on-line): Add help-echo stuff.
1188 (finder-list-keywords, finder-list-matches): Use mapc.
1189
1190 * faces.el (face-font-registry-alternatives): Add :version.
1191
1192 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1193 tags-table-list.
1194
a0b47716 1195 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1196
a0b47716 1197 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1198 (mail-mode): Use [:alnum:] in some regexps.
1199
6d502396
DL
12002000-11-10 Dave Love <fx@gnu.org>
1201
1202 * ediff.el (ediff-regions-internal, ediff-documentation):
1203 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1204 fundamental mode.
1205
1206 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1207 buffer into fundamental mode.
1208 (ediff-set-difference): Use copy-sequence if available.
1209
1210 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1211 ediff-patch-map non-nil.
1212 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1213 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1214 buffer into fundamental mode.
1215
1216 * ediff-merg.el (state-or-merge): Defvar when compiling.
1217
a82fe213
JR
12182000-11-10 Jason Rumney <jasonr@gnu.org>
1219
1220 * w32-fns.el (w32-add-charset-info): New function.
1221 (w32-charset-info-alist): Use it.
1222
52d89894
GM
12232000-11-10 Gerd Moellmann <gerd@gnu.org>
1224
1225 * faces.el (face-font-registry-alternatives): New user-option.
1226
178932de
SM
12272000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1228
d7fa3319
SM
1229 * textmodes/texinfo.el (texinfo-block-default): New var.
1230 (texinfo-insert-block): Use it. Insert a newline if needed.
1231
178932de
SM
1232 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1233 (fill-region-as-paragraph): Use it.
1234
1235 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1236 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1237 Tweak paragraph regexps to allow a leading [ \t]*.
1238 (tex-latex-block): Insert a newline if necessary.
1239 (latex-insert-item): Only insert a newline if necessary.
1240 (tex-guess-main-file): New function.
1241 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1242 Set tex-main-file if TeX-master is provided.
1243 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1244
bd02b8e0
GM
12452000-11-10 Gerd Moellmann <gerd@gnu.org>
1246
1247 * startup.el (command-line): Set the default tooltip-mode
1248 to t for graphical displays which implement x-show-tip.
1249
1250 * tooltip.el (tooltip-mode): Add a comment about startup.el
1251 setting the default value of this user-option.
1252
b29b03eb
SM
12532000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1254
1255 * font-lock.el (font-lock-*-face) <defvar>: Move.
1256 (font-lock-defaults-alist): Mark obsolete.
1257 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1258 (font-lock-mode): Use define-minor-mode.
1259 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1260 (font-lock-turn-off-thing-lock): Be more explicit.
1261 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1262 (font-lock-syntactic-face-function): New var.
1263 (font-lock-fontify-syntactically-region): Use it.
1264 (font-lock-doc-face): New.
1265
1266 * pcvs.el (cvs-enabledp): Ignore errors.
1267 (cvs-commit-filelist): Never query.
1268 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1269 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1270 (cvs-do-removal): Use cvs-partition rather than delete-if.
1271 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1272 cvs-bury-buffer.
1273
1274 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1275 Allow `next' to jump to after the end of the last match.
1276
778fbc46
GM
12772000-11-09 Gerd Moellmann <gerd@gnu.org>
1278
730c746c
GM
1279 * simple.el (byte-compiling-files-p): New function.
1280
1281 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1282 if it is there.
1283
1284 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1285 nil again.
1286
778fbc46
GM
1287 * textmodes/ispell.el (ispell-library-path): Don't call
1288 check-ispell-version when byte-compiling because that starts
1289 an ispell process, and ispell might not be installed.
1290 (toplevel): Don't set up a menu when byte-compiling.
1291
1292 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1293 it, so that a boundp test can be used to determine if we're
1294 currently byte-compiling.
1295
5912c5bb
DL
12962000-11-09 Dave Love <fx@gnu.org>
1297
1298 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1299 eval-after-load.
1300
7bb054a5
GM
13012000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1302
1303 * ps-print.el: Patch for variable initialization when spooling. Doc
1304 fix.
1305 (ps-output-list): Fun eliminated.
1306 (ps-begin-file, ps-begin-job): Code fix.
1307
9db2706e
DL
13082000-11-08 Dave Love <fx@gnu.org>
1309
1310 * ediff-wind.el (ediff-control-frame-parameters): Zero
1311 tool-bar-lines.
1312
f7eb32aa
GM
13132000-11-08 Gerd Moellmann <gerd@gnu.org>
1314
1315 * simple.el (shell-command, display-message-or-buffer)
1316 (shell-command-on-region): Mention resize-mini-windows in the doc
1317 string.
1318 (display-message-or-buffer): Take the value of resize-mini-windows
1319 into account.
1320
7b01b08c
GM
13212000-11-07 Gerd Moellmann <gerd@gnu.org>
1322
acad3c0b
GM
1323 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1324
7b01b08c
GM
1325 * dired.el (dired-between-files): Add `^. find' as an alternative
1326 to the regular expression, for find-dired.
1327
6f602bd0
SM
13282000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1329
1330 * textmodes/texnfo-upd.el: Require texinfo.
1331 (defmacro, defgroup): Remove.
1332 (texinfo-section-to-generic-alist): Remove.
1333 Use texinfo-section-list instead (i.e. level is changed string->int).
1334 (texinfo-filter): New function.
1335 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1336 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1337 Use it. And use regexp-opt.
1338 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1339 (texinfo-update-menu-region-beginning)
1340 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1341 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1342 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1343 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1344 (texinfo-sequential-node-update): Remove autoload cookie.
1345
1346 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1347 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1348 (texinfo-chapter-level-regexp): Remove.
1349 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1350
bb216218
DL
13512000-11-06 Dave Love <fx@gnu.org>
1352
6f602bd0 1353 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1354
6f602bd0
SM
1355 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1356 Match defun*.
bb216218 1357
ff8dd5d5
KH
13582000-11-06 Kenichi Handa <handa@etl.go.jp>
1359
1360 * composite.el (composition-function-table): Variable declaration
1361 moved to src/composite.c.
1362 (compose-chars-after): New optional arg object.
1363
e9da51a1
GM
13642000-11-06 Gerd Moellmann <gerd@gnu.org>
1365
e0c12c68
GM
1366 * bindings.el (mode-line-toggle-read-only)
1367 (mode-line-toggle-modified, mode-line-widen)
1368 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1369 (make-mode-line-mouse2-map): Rewritten.
1370 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1371 functions so that C-h k can show something with a doc string.
eaae8106 1372
e9da51a1
GM
1373 * startup.el (fancy-splash-delay): Set to 10 seconds.
1374 (fancy-splash-max-time): New user-option.
1375 (fancy-splash-stop-time): New variable.
1376 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1377 (fancy-splash-screens-1): Throw `stop-splashing' when current
1378 time is greater than fancy-splash-stop-time.
1379
611dbdf0
SM
13802000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1381
4d2806e2
SM
1382 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1383
611dbdf0
SM
1384 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1385 Prompt user for a file rather than raising an error.
1386 (cvs-enabledp): Fix call to cvs-mode-marked.
1387 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1388 (cvs-mode-insert): Use it. Change the init prompt' value.
1389 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1390
1391 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1392 Don't pass default arg to ewoc-locate.
1393 (ewoc-collect): Return result in the right order.
1394
1395 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1396
1397 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1398 (cvs-status-get-tags): Fix regexp.
1399 (cvs-status-trees, cvs-status-cvstrees):
1400 Combine after change hooks and don't sit-for.
4d2806e2
SM
1401 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1402 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1403 Use make-char rather than hard-coded cryptic data.
1404 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1405
1406 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1407
1408 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1409 (cvs-insert-strings): New function.
1410
937b2877
MB
14112000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1412
1413 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1414 `mwheel-scroll-amount'.
1415 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1416 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1417 string-matching against the version string.
1418
c6c97763
KH
14192000-11-06 Kenichi Handa <handa@etl.go.jp>
1420
6eaec747
KH
1421 * language/thai.el ("Thai"): Set a lisp form that produces
1422 composed string in `sample-text' language info.
1423
1424 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1425 composed string in `sample-text' language info.
1426
1427 * international/mule-cmds.el (describe-language-environment): Eval
1428 `sample-text' data and insert the result.
1429
c6c97763
KH
1430 * international/mule-conf.el (compound-text): Define this coding
1431 system here. Make x-ctext and ctext aliases of it.
1432
1433 * language/european.el (compound-text, ctext): Moved to
1434 international/mule-conf.el.
1435
d1145f85
AI
14362000-11-05 Andrew Innes <andrewi@gnu.org>
1437
1438 * w32-fns.el (w32-version): New function.
1439
178a6a45
SM
14402000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1441
1442 * progmodes/awk-mode.el: Update copyright.
1443 (awk-mode-abbrev-table): Remove.
1444 (awk-font-lock-keywords): Use regexp-opt.
1445 (awk-mode): Use define-derived-mode.
1446
1447 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1448 when extracting a suffix.
1449
1ba90166
AS
14502000-11-04 Andre Spiegel <spiegel@gnu.org>
1451
1452 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1453 auto-save-mode.
1454
546790cb
JR
14552000-11-04 Jason Rumney <jasonr@gnu.org>
1456
1457 * language/european.el (decode-mac-roman): Test against r1 not r0.
1458
d247e32d
SM
14592000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1460
fbf44f44
SM
1461 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1462 (icon-mode): Define indent-line-function.
1463 (icon-comment-indent): Simplify.
1464 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1465
1466 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1467
1468 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1469 Bind change-log-default-mode to defeat the caching done on it.
1470 Don't bother saving excursion any more.
1471
1472 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1473
1474 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1475 (set-frame-font): Use the new name (and the old for compatibility).
1476
eaae8106
SS
1477 * toolbar/tool-bar.el (tool-bar-mode):
1478 * time.el (display-time-mode):
1479 * recentf.el (recentf-mode):
1480 * paren.el (show-paren-mode):
1481 * mwheel.el (mouse-wheel-mode):
1482 * msb.el (msb-mode):
1483 * jka-compr.el (auto-compression-mode):
1484 * image-file.el (auto-image-file-mode):
1485 * hl-line.el (hl-line-mode):
1486 * delsel.el (delete-selection-mode):
1487 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1488 * complete.el (partial-completion-mode): Drop unneeded positional args.
1489
eaae8106 1490 * info.el (Info-mode):
79372165 1491 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1492
d247e32d
SM
1493 * log-edit.el (log-edit-menu): New menu.
1494
4921558e
MB
14952000-11-03 Miles Bader <miles@gnu.org>
1496
1497 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1498 definition, so that trailing spaces are handled properly.
1499 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1500
1fc02b3c
GM
15012000-11-03 Gerd Moellmann <gerd@gnu.org>
1502
1503 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1504 tab character.
1505 (fancy-splash-screens): Set tab-width to 20.
1506
51d001f7
DL
15072000-11-03 Dave Love <fx@gnu.org>
1508
1509 * comint.el (comint-completion-addsuffix): Fix custom type.
1510
ba22aeff
SM
15112000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1512
1513 * font-lock.el (font-lock-buffers): Remove.
1514 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1515 (font-lock-change-major-mode): Remove.
1516 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1517 (font-lock-default-fontify-region): Extend the multiline
1518 fontification to whole lines.
1519 (font-lock-fontify-anchored-keywords)
1520 (font-lock-fontify-keywords-region): If matching just one
1521 line (with \n) only mark the \n as multiline.
1522
1523 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1524 Correctly handle the case where several :group args are supplied.
1525 Allow :extra-args.
1526 (easy-mmode-define-global-mode): Allow :extra-args.
1527 Correctly handle the case where several :group args are supplied.
1528
9c887ada
MB
15292000-11-02 Miles Bader <miles@gnu.org>
1530
eaae8106 1531 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1532 (holiday-face): Remove dependency on `window-system'.
1533
7f25090d
KR
15342000-11-02 Ken Raeburn <raeburn@gnu.org>
1535
1536 * Makefile.in (emacs): Set EMACSLOADPATH always.
1537 (update-authors, .el.elc, compile-files): Don't do it explicitly
1538 here.
9b911107 1539 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1540
7dd6009c
DL
15412000-11-02 Dave Love <fx@gnu.org>
1542
1543 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1544
94821e4f
EZ
15452000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1546
1547 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1548 punctuation in the warning inserted into the *mail* buffer.
1549
1ac3fc42
GM
15502000-11-02 Gerd Moellmann <gerd@gnu.org>
1551
57731876
GM
1552 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1553 (authors-public-domain-p): New function.
1554 (authors-print): Use it.
1555
975f82c9
GM
1556 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1557
1ac3fc42
GM
1558 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1559
4b3eb10f
GM
15602000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1561
975f82c9 1562 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1563 (ps-print-version): New version number (6.3.1).
1564 (ps-even-or-odd-pages): Customization fix.
1565 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1566 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1567 (ps-page-count): Var replaced by `ps-page-column'.
1568 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1569 (ps-print-sheet-p): New fun.
1570
7da794df
MB
15712000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1572
1573 * tooltip.el (tooltip-gud-tips-setup): New function.
1574 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1575 (tooltip-mode): Call tooltip-gud-tips-setup.
1576 (tooltip-gud-tips): Use `gud-basic-call' instead of
1577 process-send-string, so the prompt gets frobbed appropriately.
1578 Handle nil return value from `tooltip-gud-print-command'.
1579
0e40b809
EL
15802000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1581
1582 * comint.el (comint-add-to-input-history): New function.
1583 (comint-send-input): Use `comint-add-to-input-history'.
1584
50ada0db
MB
15852000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1586
973a3104
MB
1587 * info.el (info-menu-header): New face.
1588 (Info-fontify-menu-headers): New function.
1589 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1590
50ada0db
MB
1591 * info.el (Info-insert-dir): Don't include blank lines at
1592 beginning of additional dir files (one is added automatically).
1593
bff53411
SM
15942000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1595
1596 * emacs-lisp/easy-mmode.el (define-minor-mode):
1597 Revert the latest changes.
1598 Allow the three positional arguments to be skipped and replaced
1599 by keyword arguments.
1600 Add a :toggle argument to determine whether a nil arg means toggle
1601 or means turn-on. The default is unchanged.
1602 Add a call to force-mode-line-update.
1603
6b8a0b2d
DL
16042000-11-01 Dave Love <fx@gnu.org>
1605
1606 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1607 cookie.
1608
5bf99100
MB
16092000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1610
1611 * calendar/calendar.el (diary-face, holiday-face): Add
1612 dark-background variants.
1613
a4032611
SS
16142000-10-31 Sam Steingold <sds@gnu.org>
1615
1616 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1617 `tex-main-file' does not have directory in it.
1618
c286608e
SM
16192000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1620
1621 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1622
4836835a
TTN
16232000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1624
1625 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1626 functional change.
1627
26dcb81b
GM
16282000-10-31 Gerd Moellmann <gerd@gnu.org>
1629
1630 * files.el (find-file-noselect): When we expand a wildcard, return
1631 a list of buffers, as we should do according to the doc string.
1632
49fc4500
KR
16332000-10-31 Ken Raeburn <raeburn@gnu.org>
1634
1635 * loadup.el (top level): Adjust load path if program name is
1636 "../src/bootstrap-emacs", in case it's not dumped and thus the
1637 load path adjustment hasn't already been done.
1638
ea0c615d
GM
16392000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1640
1641 * ps-print.el: Fix bug on selected pages for printing. Use
1642 `color-values' for Emacs 21. Ensure fontification when jit-lock
1643 is on. Try to avoid warning messages when compiling. Doc Fix.
1644 (ps-print-version): New version number (6.3).
1645 (ps-color-device): Use `color-values' to determine if device
1646 supports color.
1647 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1648 (ps-print-page-p): Changed from defsubst to defun.
1649 (ps-page-number): Changed from defmacro to defun.
1650 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1651 printing.
c286608e 1652 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1653 (ps-end-file, ps-dummy-page): Funs eliminated.
1654 (ps-print-color-scale): Changed default value.
1655 (ps-page-n-up, ps-print-page-p): New internal vars.
1656 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1657 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1658
9e20722f
GM
1659 * delim-col.el: Little programming improvement.
1660 (delimit-columns-str): New macro.
1661 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1662
d7a0fd00
KH
16632000-10-31 Kenichi Handa <handa@etl.go.jp>
1664
c286608e
SM
1665 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1666 Moved to european.el.
d7a0fd00
KH
1667 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1668 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1669 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1670 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1671
234be340
DL
16722000-10-30 Dave Love <fx@gnu.org>
1673
1674 * progmodes/cc-menus.el (imenu-generic-expression)
1675 (imenu-progress-message): Only defvar when compiling.
1676
4edc4a39
DL
1677 * emacs-lisp/elp.el (elp-unload-hook): New function.
1678
1679 * loadhist.el (unload-feature): Call elp-restore-function,
1680 checking for symbols; don't use elp-restore-all.
1681 (loadhist-hook-functions): Doc fix.
1682
70c825df
SM
16832000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1684
1685 * log-edit.el (log-edit-confirm): Fix the default.
1686
1d3baf74
GM
16872000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1688
1689 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1690 delimit-columns-format.
1691 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1692
1ec321a7
MB
16932000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1694
1695 * comint.el (comint-replace-by-expanded-history): Don't use
1696 comint-get-old-input (we're not looking at *old* input).
1697 (comint-get-old-input-default): If using fields, signal an error
1698 when the point is not in an input field.
1699
70737ea9
KH
17002000-10-30 Kenichi Handa <handa@etl.go.jp>
1701
1702 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1703 and mule-unicode-e000-ffff.
1704
fa0cb51d 1705 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1706 (make-coding-system): Accept a symbol of translation table as a
1707 value of property `safe-chars'.
1708
1709 * international/mule-cmds.el (encode-coding-char): Check property
1710 safe-chars instead of safe-charsets.
1711
1712 * international/fontset.el (fontset-default): Modified for
1713 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1714 (x-font-name-charset-alist): Likewise.
1715 (ccl-encode-unicode-font): New CCL program. Record it in
1716 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1717
70c825df
SM
1718 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1719 New translation tables.
70737ea9
KH
1720 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1721 programs are modified and moved from mac-win.el.
1722 (mac-roman): Definition of this coding system is modified and
1723 moved from mac-win.el.
4836835a 1724
fda2ce24 17252000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1726
1d3baf74 1727 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1728 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1729
dd4d3cb6
MB
17302000-10-29 Miles Bader <miles@gnu.org>
1731
1732 * custom.el (custom-add-to-group): Allow multiple entries for a
1733 given value OPTION, as long as their widget types are different.
1734 * cus-edit.el (custom-face-value-create): If face name doesn't end
1735 with "face", add such here (similar to custom group widgets).
1736
1737 * comint.el (comint-highlight-prompt): Add :type.
1738
dace60cf
JW
17392000-10-28 John Wiegley <johnw@gnu.org>
1740
1741 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1742 Changed this function to operate on a temporary buffer instead of
1743 the main buffer. This not only keeps flyspell from marking a
1744 buffer as changed that wasn't, but it solves the jumpy cursor
1745 problem when attempts are made to edit incorrect words.
1746 (flyspell-maybe-correct-doubling): Same change as for
1747 `flyspell-maybe-correct-transposition'.
1748
1749 * calendar/timeclock.el (timeclock-log): Doc fix.
1750 (timeclock-last-event): Doc fix.
1751 (timeclock-log): Kill the timelog buffer after appending a new
1752 event.
1753 (timeclock-find-discrep): Use a temp buffer to read in the
1754 timelog, instead of visiting the file.
1755 (timeclock-log-data): A new function, along with a host of helper
1756 functions, for the purpose of making timelog data accessible to
1757 programmers.
1758
1759 * eshell/esh-mode.el (window-height test): Make certain that
1760 `eshell-stringify-t' is non-nil.
1761 (eshell-password-prompt-regexp): Changed to a much simpler
1762 password regexp.
1763 (eshell-send-input): If `eshell-invoke-directly' returns t,
1764 directly invoke the parsed command using `eval'. This improves
1765 turn-around time on simple commands by a factor of three or
1766 greater, such as cd, ls, pwd, etc. -- which get used very often.
1767 It also conserves thousands of cons cells per call (since
1768 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1769 in the Pacific Cookie Company).
1770
1771 * eshell/esh-test.el (eshell-test): Whitespace fix.
1772
1773 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1774 `eshell-ls-initial-args' nil when inserting directory contents.
1775
1776 * eshell/em-script.el (eshell-script-initialize): Add names to
1777 `eshell-complex-commands, since `source' and `.' are complex.
1778
0467b076
EZ
1779 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1780 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1781 `eshell-copy-handles'.
1782 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1783 bodies.
1784 (eshell-separate-commands): Whitespace fix.
1785 (eshell-complex-commands): Added a new list of names, for
1786 determining whether a given command is as simple as it looks.
1787 (eshell-invoke-directly): New function. Returns t if a command
1788 should be invoked directly (using `eval'), rather than indirectly
1789 using `eshell-do-eval'.
1790 (eshell-do-eval): Whitespace fix.
1791
1792 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1793 which provides an emulation of the DOS shell behavior of assuming
1794 that cp/mv/ln should copy/move/link to the current directory.
1795 (eshell-remove-entries): Added a doc string.
1796 (eshell-shuffle-files): Removed the check for `target' being null.
1797 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1798 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1799 it to do a smarter check of whether a destination was provided.
1800 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1801 (eshell/ln): Enable `:preserve-args', and use
1802 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1803 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1804 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1805 list after flattening it. This makes it possible to cat files
1806 with numerical names.
1807 (eshell-unix-initialize): Added several names to
1808 `eshell-complex-commands.
1809 (eshell-unix-command-complex-p): Return t if a given command name
1810 may result in external processes being invoked.
1811
1812 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1813 variable nil by default, since it slows down glob processing by a
1814 factor of two or more, and increases memory consumption.
1815
1816 * eshell/em-smart.el: Added a note about how memory consumptive
1817 smart display mode can be (at least this is true in Emacs 21).
1818 (eshell-smart-initialize): Whitespace fix.
1819 (eshell-refresh-windows): Use `if' instead of `when'.
1820 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1821 not necessary.
1822 (eshell-currently-handling-window): Added a missing global
1823 variable.
1824
1825 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1826 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1827 Whitespace fix.
1828 (eshell-ls-exclude-hidden): Added this variable in addition to
1829 `eshell-ls-exclude-regexp'. This one prevents files beginning
1830 with . from even being read, which can improve memory consumption
1831 quite a bit.
1832 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1833 read file entries beginning with a dot. In home directories with
1834 lots of hidden files, fully two-thirds of the time spent in ls is
1835 used to read directory entries that are immediately thrown away.
1836 (eshell-ls-initial-args): Added back this configuration variable,
1837 for specifying default initial arguments to every call to ls.
1838 Much faster than using an alias to do the same thing.
1839 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1840 (eshell-ls-dir): Whitespace change.
1841
1842 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1843
1844 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1845 available.
1846 (eshell-stringify-t): Added a customization variable, to indicate
1847 whether `t' should be rendered as a string at all. If not, one
1848 can still determine if the result of an expression is true using
1849 "file-exists-p FILE && echo true".
1850 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1851 stringify t!
1852
1853 * eshell/esh-module.el: Whitespace fix.
1854
1855 * eshell/em-alias.el (eshell-alias-initialize): Added
1856 `eshell-command-aliased-p' to `eshell-complex-commands'.
1857 (eshell-command-aliased-p): New function that returns t if a
1858 command name names an aliased.
1859
657f9cb8 18602000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1861
0467b076 1862 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1863 redrawing the screen when changing cursor color.
0467b076
EZ
1864 (viper-insert-state-pre-command-sentinel)
1865 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1866 (viper-replace-state-post-command-sentinel):
1867 Use viper-preserve-cursor-color.
657f9cb8
MK
1868 Many functions changed to use viper= instead of = when comparing
1869 characters.
0467b076 1870 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1871 working with characters.
0467b076 1872 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1873 Many functions changed to use viper= instead of = when comparing
1874 characters.
0467b076 1875 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1876
0467b076 1877 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1878 Several typos fixed in various docstrings.
0467b076
EZ
1879 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1880 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1881 hook.
0467b076
EZ
1882 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1883 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1884 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1885 (ediff-get-selected-buffers): New function.
1886 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1887 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1888 save-window-excursion.
0467b076 1889 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1890 termination check in while loop.
0467b076 1891 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1892 dired buffer.
0467b076
EZ
1893 (ediff-files,ediff-merge-files,ediff-files3)
1894 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1895
4f490d99
DL
18962000-10-28 Dave Love <fx@gnu.org>
1897
1898 * info.el (Info-fontify-node): Add help-echo for menu items.
1899
45b84006
EZ
19002000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1901
5ebc02b3
EZ
1902 * startup.el (normal-top-level): If the value of $TERM indicates
1903 we are running from xterm or one of its work-alikes, default to a
1904 light background mode.
1905
45b84006
EZ
1906 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1907 * faces.el (tty-handle-reverse-video): New function.
1908 (tty-create-frame-with-faces): Call it.
1909
1910 * frame.el (frame-notice-user-settings): Don't apply
1911 default-frame-alist and initial-frame-alist to MS-DOS frames.
1912 Call tty-handle-reverse-video, frame-set-background-mode, and
1913 face-set-after-frame-default for non-MS-DOS frames.
1914
1915 * startup.el (tty-long-option-alist): New variable.
1916 (tty-handle-args): New function.
1917 (command-line): Call tty-handle-args.
1918
1919 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1920 startup.el now does that for all character-terminal frames.
1921
eab6e8b9
MB
19222000-10-28 Miles Bader <miles@gnu.org>
1923
1924 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1925 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1926 global. If :global is followed by a non-nil but non-t value,
1927 make the mode buffer-local, but also generate a `global-MODE'
1928 version using `easy-mmode-define-global-mode'. Add
1929 :conditional-turn-on keyword argument.
1930
51a29efc
DL
19312000-10-28 Dave Love <fx@gnu.org>
1932
1933 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1934 use window-system.
1935
d71d7114
EZ
19362000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1937
1938 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1939 Don't call find-buffer-file-type-coding-system. Instead, just
1940 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1941 if the file is on an untranslated filesystem.
1942 (add-untranslated-filesystem): Use "D" instead of "f" inside
1943 interactive.
1944
1f9cab4b
DL
19452000-10-27 Dave Love <fx@gnu.org>
1946
70c825df 1947 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1948 (refill-mode): Use it.
1949
70c825df
SM
19502000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * international/quail.el (quail-activate): Don't make-local-hook.
1953
7432cf10
AS
19542000-10-27 Andre Spiegel <spiegel@gnu.org>
1955
4836835a 1956 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1957 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1958 (vc-make-version-backup): Don't do it on MS-DOS without long file
1959 names.
4836835a 1960
7432cf10
AS
1961 * vc.el (vc-version-other-window): If an automatic backup of the
1962 desired version exists, rename it instead of copying it.
1963
4836835a
TTN
1964 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1965 after command. If there's an unexpected error, signal it instead
7432cf10 1966 of being silent.
e1483c38 1967 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1968
05ea7ef2
MB
19692000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1970
fd1035aa
MB
1971 * shell.el (shell): Add BUFFER argument.
1972 * comint.el (make-comint-in-buffer): New function.
1973 (make-comint): Use it.
1974
05ea7ef2
MB
1975 * faces.el (face-spec-choose): Change syntax so that the list of
1976 attribute-value pairs is now the cdr of each clause, not the cadr.
1977 Detect old-style entries, and handle them. Use pop.
1978
835a55fe
SM
19792000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1980
f5ab1cdd
SM
1981 * cus-edit.el (custom-mode-map): Use a sparse map.
1982 (custom-mode): Don't bother with make-local-hook.
1983
1984 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1985
835a55fe
SM
1986 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1987
c13b0ec8
GM
19882000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1989
1990 * ps-print.el: Avoid compilation gripes.
1991 (ps-print-version): New version number (6.2.1).
4836835a 1992
e9f63196
DL
19932000-10-26 Dave Love <fx@gnu.org>
1994
0b95284b
DL
1995 * menu-bar.el: Modify some menu item help strings.
1996 (menu-bar-help-menu): Add link to MORE.STUFF.
1997
e9f63196
DL
1998 * cus-edit.el (custom-mode): Add `special' mode-class property.
1999
2000 * wid-browse.el (widget-browse-mode): Likewise.
2001
2002 * wid-edit.el (widget-specify-field): Revert to using local-map
2003 property, not keymap.
2004
e276a14a
MB
20052000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2006
c1545d88
MB
2007 * wid-edit.el (widget-field-end): When checking for a `boundary'
2008 field, do so in the correct buffer.
2009
3c1b77ca
MB
2010 * simple.el (undo): Correctly distinguish between numeric and
2011 non-numeric prefix args in non-transient-mark-mode, as per the doc
2012 string. When in transient-mark-mode, treat all prefix-args as
2013 numeric.
2014
f5ab1cdd
SM
2015 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2016 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2017
2018 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2019 (comint-mode-map): Reverse order of `comint-write-output' and
2020 `comint-append-output-to-file'.
2021 (comint-append-output-to-file): Reinstate this function, for the
2022 benefit of the menu.
2023
d97151cb
SM
20242000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2025
2026 * vc.el (vc-version-other-window): Bind `file'.
2027
ea7d6f5b
GM
20282000-10-25 Gerd Moellmann <gerd@gnu.org>
2029
f5ab1cdd 2030 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2031
2032 * emacs-lisp/authors.el (batch-update-authors): New function.
2033 (authors-fixed-entries): New defconst.
2034 (authors-add-fixed-entries): New function.
2035 (authors): Call it.: Don't process lispref/.
2036
17c25cea
JR
20372000-10-25 Jason Rumney <jasonr@gnu.org>
2038
2039 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2040 Merge x w32 and mac definitions.
2041
4ecda532
GM
20422000-10-25 Gerd Moellmann <gerd@gnu.org>
2043
2044 * menu-bar.el (menu-bar-options-menu): Add a help string for
2045 `uniquify'.
2046
b6735035
GM
20472000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2048
f5ab1cdd
SM
2049 * time-stamp.el (time-stamp-string-preprocess):
2050 Fix a wrong type argument error.
b6735035 2051
f4cbc7a0
MB
20522000-10-25 Miles Bader <miles@gnu.org>
2053
2054 * recentf.el (recentf-mode): Variable removed.
2055 (recentf-mode): Use `define-minor-mode'.
2056
2057 * mwheel.el (mouse-wheel-mode): New global minor mode.
2058 (mwheel-install): Use `mouse-wheel-mode'.
2059
f4b020f6
DL
20602000-10-25 Dave Love <fx@gnu.org>
2061
f5ab1cdd
SM
2062 * progmodes/cperl-mode.el (cperl-mode):
2063 Set normal-auto-fill-function correctly.
072cb6f9 2064
f4b020f6
DL
2065 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2066 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2067 bindings.
f4b020f6 2068
ebe2a441
MB
20692000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2070
ff4dcd4b
MB
2071 * wid-edit.el (widget-field-at): New function.
2072 (widget-at, widget-field-activate): Use it.
2073 (widget-tabable-at): Use `widget-at'.
2074 (widget-specify-field): If the terminating character of the widget
2075 field (which is read-only) is a newline, put it into a special
2076 `boundary' field so that C-n/C-p act more naturally.
2077 (widget-field-end): Also don't subtract one if a special
2078 `boundary' field has been added after the widget field.
2079
ebe2a441
MB
2080 * comint.el (comint-output-filter, comint-send-input): Don't
2081 bother adding stickiness fields to overlays to fool the field
2082 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2083
ebe2a441
MB
2084 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2085 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2086 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2087
fe50b6ab
GM
20882000-10-24 Gerd Moellmann <gerd@gnu.org>
2089
53df4dda
GM
2090 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2091 (authors): Set file coding system to iso-2022-7bit. Add
2092 file-local variables to output buffer.
2093
4836835a 2094 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2095 WARN is nil.
2096
53df4dda
GM
20972000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2098
2099 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2100
2101 * delim-col.el: Now there is a column formatting mechanism.
2102 Modified to customization mechanisms convention. Doc fix.
2103 (columns): New group for delim-col.
2104 (delimit-columns-before, delimit-columns-after)
2105 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2106 (delimit-columns-end): New vars.
2107 (delimit-columns-customize, delimit-columns-format): New funs.
2108 (delimit-columns-region, delimit-columns-rectangle)
2109 (delimit-columns-rectangle-line): Modified to support column
2110 formatting.
4836835a 2111
a9839779
DL
21122000-10-24 Dave Love <fx@gnu.org>
2113
2114 * log-edit.el (log-edit): Add :version and a :group for vc.
2115
df0267b8
GM
21162000-10-24 Gerd Moellmann <gerd@gnu.org>
2117
9acc3873
GM
2118 * files.el (after-find-file): Don't print a message ``New file''
2119 if WARN is nil.
2120
63e1b552
GM
2121 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2122 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2123 get duplicate tool-bar entries because we'll see the global ones
2124 on more than one path through keymaps.
2125
1946f901
GM
2126 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2127
df0267b8
GM
2128 * progmodes/cmacexp.el: Change Francesco's email address.
2129
ae3b264b
KH
21302000-10-24 Kenichi Handa <handa@etl.go.jp>
2131
2132 * window.el (fit-window-to-buffer): Adjust point of the window
2133 buffer, not that of the current buffer.
2134
23afac01
EZ
21352000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2136
2137 * progmodes/cmacexp.el: Update the euthor's email address.
2138
22d1a4ed
MB
21392000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2140
2141 * faces.el (face-spec-set-match-display): Add `graphic' display
2142 type (the inverse of `tty'). Use `display-graphic-p' instead of
2143 the window-system variable.
2144
f408aa48
KH
21452000-10-24 Kenichi Handa <handa@etl.go.jp>
2146
2147 * international/isearch-x.el (isearch-with-input-method): Call
2148 input-method-function with the first event in
2149 unread-command-events.
2150
94fe8a31
MB
21512000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2152
2153 * faces.el (face-default-spec, face-user-default-spec): Make
2154 defsubsts.
2155
8f47302e
AC
21562000-10-24 Andrew Choi <akochoi@i-cable.com>
2157
2158 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2159 New charsets.
2160
2161 * term/mac-win.el: Remove definitions of mac-roman-lower and
2162 mac-roman-upper, require dired, and define instead of set
2163 mac-ready-for-drag-n-drop to avoid compilation error.
2164
446c097e
AI
21652000-10-23 Andrew Innes <andrewi@gnu.org>
2166
2167 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2168 superfluous calls to subst-char-in-string; instead apply
2169 expand-file-name after convert-standard-filename to ensure
2170 expected directory separators are used.
2171
379b70e7
EZ
21722000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2173
2174 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2175
85c766e9
DL
21762000-10-23 Dave Love <fx@gnu.org>
2177
b7e03a67
DL
2178 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2179 (tool-bar-add-item): Set foreground and background for XBM icons.
2180
2181 * international/latin1-disp.el (latin1-char-displayable-p): New
2182 function (from Handa).
2183 (latin1-display-check-font): Use it.
2184
0dcf8835
DL
2185 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2186 using :key-sequence, making it much more usable. Use nconc, not
2187 append.
2188 (imenu--create-keymap-1): Avoid append.
2189
85c766e9 2190 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2191
cb3069bb
MB
21922000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2193
2194 [the following changes fix a bug where `define-minor-mode' didn't
2195 correctly generate :require clauses for defcustoms in compiled files]
2196 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2197 (byte-compile-log-file, byte-compile-log-1): Don't set
2198 `byte-compile-current-file' to nil. Instead set
2199 `byte-compile-last-logged-file' to it. Test whether
2200 byte-compile-current-file equals byte-compile-last-logged-file
2201 instead of whether its nil.
3b6542ba 2202 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2203
6db6243b
SM
22042000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2205
2206 * textmodes/refill.el: Fix var names in doc.
2207 (refill-mode): Don't bother with make-local-hook anymore.
2208
98490598
MB
22092000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2210
e01cd227
MB
2211 * faces.el (face-user-default-spec, face-default-spec): New functions.
2212 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2213 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2214 Use `face-user-default-spec'. Simplify code slightly.
2215
4836835a 2216 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2217 (woman-unknown-face): Add dark-background variants.
2218 (woman-default-faces): Renamed from `woman-colour-faces'.
2219 Set using the stored defaults, rather than using hard-wired colors.
2220 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2221 Just make the foreground `unspecified' rather than "black".
2222 (woman-menu): Rename menu entries accordingly.
2223
98490598
MB
2224 * faces.el (header-line): Make more reasonable on mono/grayscale
2225 displays.
2226
1a578e9b
AC
22272000-10-23 Andrew Choi <akochoi@i-cable.com>
2228
2229 * cus-edit.el (custom-button-face): Use 3D look for mac.
2230 (custom-button-pressed-face): Likewise.
2231
2232 * faces.el (set-face-attributes-from-resources): Handle mac frames
2233 in the same way as x and w32 frames.
2234 (face-valid-attribute-values): Likewise.
2235 (read-face-attribute): Likewise.
2236 (defined-colors): Likewise.
2237 (color-defined-p): Likewise.
2238 (color-values): Likewise.
2239 (display-grayscale-p): Likewise.
2240 (face-set-after-frame-default): Likewise.
2241 (mode-line): Same default face as for x and w32.
2242 (tool-bar): Likewise.
2243
2244 * frame.el: Remove call to frame-notice-user-settings at end of
2245 the file.
2246
2247 * info.el (Info-fontify-node): make underlines invisible for mac
2248 as for x, pc, and w32 frame types.
2249
2250 * term/mac-win.el: New file.
2251
aaaf7be7
DL
22522000-10-22 Dave Love <fx@gnu.org>
2253
2254 * textmodes/refill.el: New file.
2255
5392d654
AS
22562000-10-22 Andre Spiegel <spiegel@gnu.org>
2257
4836835a 2258 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2259 MANUAL and REGEXP.
4836835a 2260 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2261 New functions.
2262 (vc-before-save): Use the latter.
2263 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2264 confusion.
2265
4836835a 2266 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2267 expected by vc[-hooks].el.
2268
2269 * vc.el (vc-checkout): Added `-p' suffix in call to
2270 vc-make-version-backups-p; use vc-make-version-backup to actually
2271 make the backup.
2272 (vc-version-other-window, vc-version-backup-file): Handle both
2273 automatic and manual backups.
2274 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2275 of all of them.
2276
1e221c16
MB
22772000-10-22 Miles Bader <miles@gnu.org>
2278
7ff4fda5
MB
2279 * comint.el (comint-highlight-input, comint-highlight-prompt):
2280 Renamed, `-face' at end removed.
2281 (comint-send-input, comint-output-filter): Use renamed faces.
2282
3511cde8
MB
2283 * window.el (fit-window-to-buffer): Change defaulting of
2284 MAX-HEIGHT slightly.
2285
1e221c16
MB
2286 * faces.el (color-values, color-defined-p): Use `member', not
2287 `memq', because it works correctly for strings.
2288 (frame-set-background-mode): Actually, "unspecified-fg" and
2289 "unspecified-bg" *are* strings. Use `member', not `memq', and
2290 `equal', not `eq', when a string value is possible.
2291
b6ef4898
EZ
22922000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2295
34939e2c
SM
22962000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2299 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2300 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2301 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2302 (sh-font-lock-syntactic-keywords): Use them.
2303 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2304 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2305 (sh-mode): Don't override font-lock-unfontify-region-function.
2306 Use a copy of sh-font-lock-syntactic-keywords.
2307 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2308 Don't call sh-scan-buffer since font-lock does it on the fly.
2309 (sh-get-indent-info): Use `face' rather than `syntax-table'
2310 text-property to detect here-documents.
2311 Replace sh-special-syntax with sh-st-punc.
2312 (sh-prev-line): Use `face' rather than `syntax-table'
2313 text-property to skip over here-documents.
2314 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2315 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2316 (sh-electric-less, sh-set-here-doc-region)
4836835a 2317 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2318 (sh-scan-buffer, sh-rescan-buffer): Remove.
2319
f3d3c491
AI
23202000-10-21 Andrew Innes <andrewi@gnu.org>
2321
2322 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2323 remote (ange-ftp) file names.
2324
b86c791c
MB
23252000-10-21 Miles Bader <miles@gnu.org>
2326
d9c30bdf
MB
2327 * window.el (fit-window-to-buffer): New function.
2328 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2329 (window-text-height): Don't expect minibuffers to have mode-lines.
2330
d9c30bdf 2331 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2332 * international/quail.el (quail-update-guidance): Use
2333 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2334
617fee5a
MB
2335 * international/quail.el (quail-show-guidance-buf): Make sure
2336 guidance window really has enough room.
2337 (quail-update-guidance): If quail-guidance-win is already shown,
2338 make sure its height is OK.
2339
b86c791c
MB
2340 * window.el (window-text-height, set-window-text-height):
2341 New functions.
2342 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2343 instead of `window-height' & `mode-line-window-height-fudge'.
2344 (mode-line-window-height-fudge): Add FACE parameter.
2345 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2346 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2347
e34850d1
MB
23482000-10-20 Miles Bader <miles@gnu.org>
2349
2350 * window.el (height-affecting-face-attributes): Use `defconst'.
2351
2352 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2353 New function, conditionally aliased to `mode-line-window-height-fudge'.
2354 (ispell-help): Use it.
2355 (ispell-choices-win-default-height): Don't include mode-line fudge.
2356 (ispell-choices-win-default-height): New function.
2357 (ispell-show-choices, ispell-command-loop): Use function
2358 `ispell-choices-win-default-height' instead of variable.
2359
a8b883c2
MB
23602000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2361
8c6e4a58
MB
2362 * window.el (mode-line-window-height-fudge): New variable.
2363 (height-affecting-face-attributes): New variable.
2364 (mode-line-window-height-fudge): New function.
2365 (shrink-window-if-larger-than-buffer): Use it.
2366 * help.el (resize-temp-buffer-window): Likewise.
2367
a8b883c2
MB
2368 * info.el (Info-fontify-node): Add support for @subsubsection
2369 titles, which use `Info-title-4-face'.
2370 (Info-title-4-face): New face.
2371 (Info-title-3-face): Inherit from Info-title-4-face instead of
2372 variable-pitch.
2373
e64c3a75
JR
23742000-10-19 Jason Rumney <jasonr@gnu.org>
2375
2376 * dired.el (dired-insert-directory): Do not let errors signalled by
2377 attempt to run dired-free-space-program prevent dired from working.
2378
c70fe852
SM
23792000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2380
2381 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2382
877cf6b4
GM
23832000-10-19 Gerd Moellmann <gerd@gnu.org>
2384
5de037e0
GM
2385 * dirtrack.el (dirtrack): Fix call to run-hooks.
2386
6deb9af9
GM
2387 * cmuscheme.el (cmuscheme-program-name): Renamed from
2388 scheme-program-name because xscheme.el contains a defcustom with
2389 the same name. As a consequence, customizing group `cmuscheme'
2390 loaded `xscheme' which redefined run-scheme.
2391 (run-scheme): Use cmuscheme-program-name.
2392
877cf6b4
GM
2393 * ps-print.el (ps-print-emacs-type): Move into the
2394 eval-and-compile.
2395
e597d8fb 2396 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2397 anonymous address, and add a website for Befrienders International.
4836835a 2398
3e9cb08f
GM
23992000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2400
c70fe852
SM
2401 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2402 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2403 (ps-print-version): New version number (6.2).
2404 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2405 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2406 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2407 (ps-x-extent-priority, ps-x-extent-start-position)
2408 (ps-x-face-font-instance, ps-x-find-coding-system)
2409 (ps-x-font-instance-properties, ps-x-make-color-instance)
2410 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2411 avoid compilation gripes without defining functions.
2412 (ps-e-find-composition): Alias for function find-composition, to have a
2413 suitable function depending on Emacs version.
2414 (ps-color-device, ps-color-values, ps-face-foreground-name)
2415 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2416 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2417 (ps-print-ensure-fontified): Function definitions surrounded by
2418 `eval-and-compile' to avoid compilation gripes.
2419 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2420 by symbol-value to avoid compilation gripes.
2421 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2422 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2423
d8abcd91
MB
24242000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2425
13ab33c4
MB
2426 * startup.el (normal-top-level): Call `frame-set-background-mode'
2427 after `frame-notice-user-settings' because the latter doesn't call
2428 the former on a tty.
2429
d8abcd91
MB
2430 * faces.el (frame-set-background-mode): `unspecified' &c are
2431 symbols, not strings.
2432
e8bce0a9
EZ
24332000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2434
c70fe852
SM
2435 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2436 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2437
c70fe852
SM
2438 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2439 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2440
773272d8
KH
24412000-10-19 Kenichi Handa <handa@etl.go.jp>
2442
c70fe852 2443 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2444 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2445 for ISO10646-1 fonts.
2446 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2447
772139c0
EZ
24482000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2449
2450 * faces.el (frame-set-background-mode): If a tty frame defines a
2451 background color, use that to compute the background mode, instead
2452 of always defaulting to "dark".
2453
d134a19f
MB
24542000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2455
8bb84cb2
MB
2456 * comint.el (comint-write-output): New function.
2457 (comint-mode-map): Add it to the menu.
e40a778f 2458 Bind `C-c C-s' to comint-write-output.
d134a19f 2459
dada41e1
GM
24602000-10-18 Gerd Moellmann <gerd@gnu.org>
2461
2462 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2463 Use fancy-splash-delay.
2464
9b5360aa
GM
24652000-10-18 Alex Schroeder <alex@gnu.org>
2466
2467 * progmodes/sql.el (sql-sybase-options): New option.
2468 (sql-sybase): Use it. Add sql-database to the list of parameters
2469 provided for login. The options -w 2048 -n are not used any more.
2470
9035a35a
GM
2471 * comint.el (comint-read-input-ring): Bugfix such that the first
2472 and the last entry of the input ring file are not lost.
2473
3556c6dd
GM
24742000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2475
2476 * ps-print.el: Internal variable changes to defcustom,
2477 make-local-hook changes to defvar. Doc fix.
2478 (ps-print-version): New version number (6.1).
2479 (ps-setup, ps-do-despool): Code fix.
2480 (ps-printer-name): Customization fix.
2481 (ps-printer-name-option): Now is a defcustom instead of an
2482 internal variable.
2483 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2484 (ps-print-begin-column-hook): Now are defvar instead of
2485 make-local-hook.
4836835a 2486
4e217e50
MB
24872000-10-18 Miles Bader <miles@gnu.org>
2488
2489 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2490 (comint-kill-output): Changed into an alias for `comint-delete-output',
2491 and made obsolete.
2492 (comint-mode-map): Rename references to comint-kill-output.
2493
34460354
EZ
24942000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2495
2496 * diff-mode.el (diff-header-face, diff-file-header-face)
2497 (diff-changed-face): Add bold and italic attributes to tty faces.
2498 (diff-function-face): New face.
2499 (diff-font-lock-keywords): Use it.
2500
17ea3cdb
MB
25012000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2502
2503 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2504 Remove commented-out call to force-mode-line-update.
2505 (comint-kill-output): Use `forward-line 0' instead of
2506 beginning-of-line to make sure we get past the prompt.
2507
9244f2c7
SM
25082000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2509
2510 * diff-mode.el (diff-header-face, diff-file-header-face):
2511 Add specific setting for dark background.
2512 (diff-context-face): Renamed from diff-comment-face.
2513 Set explicitly rather than inheriting from font-lock-comment-face.
2514
1592c1ef
EZ
25152000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2516
2517 * startup.el (command-line): Move the code which sets the default
2518 TTY colors to before before-init-hook.
2519
f86292a9
GM
25202000-10-17 Gerd Moellmann <gerd@gnu.org>
2521
2522 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2523
f7f2e883
EZ
25242000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2525
e854cc22
EZ
2526 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2527 extensions, for MS-DOS.
2528
f7f2e883
EZ
2529 * diff-mode.el (diff-header-face, diff-file-header-face)
2530 (diff-changed-face): Define tty-specific colors.
2531
c7b4f0f9
GM
25322000-10-17 Gerd Moellmann <gerd@gnu.org>
2533
2534 * startup.el (fancy-splash-text): Realign the text.
2535
12a72271
EZ
25362000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2537
2538 * font-lock.el (font-lock-comment-face): Define a separate default
2539 for dark-background tty's.
2540
61dfccfd
MB
25412000-10-17 Miles Bader <miles@gnu.org>
2542
2543 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2544 being obscured by whizzy mode-lines on graphics displays.
2545
333cd59e
EZ
25462000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2547
2548 * info.el (Info-title-1-face, Info-title-2-face)
2549 (Info-title-3-face): Define colors for tty's.
dada41e1 2550 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2551
dbf1fcc1
EZ
25522000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2553
2554 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2555 reverse from the frame parameters, and don't invert foreground and
2556 background colors.
2557
ac629823
MB
25582000-10-16 Miles Bader <miles@gnu.org>
2559
2560 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2561 string "*Info*". Call propertized-buffer-identification to spruce
2562 up the result.
2563
76eebffc
GM
25642000-10-16 Gerd Moellmann <gerd@gnu.org>
2565
3a6b59d9
GM
2566 * help.el: Provide `help' for the sake of define-minor-mode
2567 which generates defcustoms with requires.
2568
6569c3d3
GM
2569 * jit-lock.el (jit-lock-after-change): If we're in text that
2570 matches a multi-line font-lock pattern, make sure the whole text
2571 will be redisplayed.
2572
c2e0a611
GM
2573 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2574 author's name is unknown.
2575
76eebffc
GM
2576 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2577 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2578 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2579 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2580 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2581 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2582 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2583 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2584 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2585 Add author information.
2586
cf1e7b12
MB
25872000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2588
2589 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2590 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2591 full-color version (using the Gimp) to eliminate dithering artifacts.
2592
5586f3eb
SM
25932000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2594
2595 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2596
2597 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2598
ad64a888
DL
25992000-10-15 Dave Love <fx@gnu.org>
2600
2601 * progmodes/sh-script.el: Require skeleton and comint when
2602 compiling.
2603
2604 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2605
2606 * whitespace.el: Doc fixes.
2607 (top-level): Don't add hooks here.
2608 (whitespace-running-emacs): Deleted.
2609 (timer): Don't require.
2610 (whitespace): Add back :version conditional on xemacs test.
2611 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2612 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2613 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2614 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2615 Avoid specific xemacs test.
2616 (whitespace-global-mode): New option.
2617 (whitespace-global-mode): New command.
2618 (whitespace-unload-hook): New function.
2619
2620 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2621 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2622 (Info-fontify-node): `Goto' goes to `Go to'.
2623 (Info-fontify-node): Add help-echo to xref links.
2624
1ef49fc6
EZ
26252000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2626
2627 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2628
8b7707e1
SM
26292000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2630
b3b7f42f
SM
2631 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2632 Use plist-get and allow :inherit.
2633
2634 * emacs-lisp/cl-macs.el (cl-do-arglist):
2635 Use plist-get and plist-member instead of memq.
2636
3c7fafc7
SM
2637 * emacs-lisp/ewoc.el (ewoc-location): New function.
2638 (ewoc-enter-after, ewoc-enter-before): Document return value.
2639 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2640 Don't need make-local-hook any more.
2641 (cvs-addto-collection): Return the new tin.
2642 (cvs-mode-insert): Jump to the new line.
2643
8b7707e1
SM
2644 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2645
2646 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2647
2648 * font-lock.el (font-lock-syntactically-fontified): New var.
2649 (font-lock-fontify-syntactic-keywords-region): Use it.
2650 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2651
2652 * diff-mode.el (diff-find-file-name): Fix regexp.
2653
2654 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2655 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2656
2657 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2658 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2659 (sh-mode): Don't make all vars local here.
2660 (sh-kw): Reformat.
2661 (sh-set-shell): Use dolist. Don't set indent-region-function.
2662 (sh-mode-syntax-table): Use pop.
2663 (sh-remember-variable): Use push.
2664 (sh-help-string-for-variable): Use memq.
2665 (sh-safe-backward-sexp): Remove.
2666 (sh-safe-forward-sexp): Add ARG.
2667 (sh-get-indent-info, sh-prev-stmt): Use it.
2668 (sh-prev-line): Simplify by using forward-comment.
2669 (sh-this-is-a-continuation): Simplify.
2670 (sh-learn-buffer-indent): Use dolist.
2671 (sh-do-nothing): Remove.
2672 (sh-set-char-syntax, sh-set-here-doc-region):
2673 Use inhibit-modification-hooks.
2674 (sh-name-style): Use mapcar and push.
2675 (sh-load-style): Use dolist.
2676 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2677 (sh-case, sh-while-getopts): Use propertize directly rather
2678 than sh-electric-rparen.
2679
26802000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2681
2682 * textmodes/tex-mode.el: Require CL when compiling.
2683 (tex-mode-syntax-table): Init immediately.
2684 (tex-mode-map): Bind M-RET to latex-insert-item.
2685 (latex-mode): Set indent-line-function to latex-indent.
2686 (tex-common-initialization): Don't setup the syntax-table any more.
2687 (latex-insert-item): New skeleton.
2688 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2689 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2690 (latex-indent, latex-find-indent): New functions.
4836835a 2691 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2692 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2693 (tex-compilation-parse-errors): Use with-syntax-table.
2694
86b7fcbb
MB
26952000-10-15 Miles Bader <miles@gnu.org>
2696
2697 * font-lock.el (font-lock-comment-face): Change dark-background,
2698 color, non-tty, default to `chocolate1'.
2699
57a24508
JW
27002000-10-13 John Wiegley <johnw@gnu.org>
2701
2702 * eshell/esh-util.el (require): Added a missing `require' form,
2703 needed when compiling (for an ange-ftp macro definition).
2704
40ad3db4
DL
27052000-10-13 Dave Love <fx@gnu.org>
2706
2707 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2708
db460189
GM
27092000-10-13 Gerd Moellmann <gerd@gnu.org>
2710
b41c9501
GM
2711 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2712 fix.
2713
4836835a 2714 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2715 transparent -colors 8).
2716
3b5e21df
GM
27172000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2718
2719 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2720 that breaks with old list format timestamps.
2721 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2722 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2723 strings.
2724
16908a3f
JW
27252000-10-13 John Wiegley <johnw@gnu.org>
2726
d7103dda
JW
2727 * align.el, pcomplete.el, calendar/timeclock.el,
2728 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2729
dace60cf 2730 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2731 faulty math, where holiday hours were being computing as seconds.
2732
b6b70cda
JW
27332000-10-13 John Wiegley <johnw@gnu.org>
2734
2735 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2736 specifying what "other" kinds of buffers should be saved. This
2737 used to be hard-coded.
2738 (desktop-buffer-misc-functions): A global for specifying how
2739 auxiliary data should be determined for special buffer types.
2740 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2741 instead of hard-coding the special buffer types.
2742 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2743 auxiliary data, instead of hard-coding for Info buffers and dired.
2744 (desktop-buffer-info-misc-data): Aux function for determining Info
2745 buffer auxiliary info.
2746 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2747 (desktop-buffer-info): Changed this function to use the info
2748 gathered above.
2749 (desktop-create-buffer): Be a little more careful about what
2750 `minor-mode' means before calling it. This is important for some
2751 buffer types.
2752
8c6b1d83
JW
27532000-10-13 John Wiegley <johnw@gnu.org>
2754
2755 * eshell/esh-util.el: Added a global form which declares an
2756 autoload for `parse-time-string', if that function is not already
2757 defined, and if parse-time.el is available on the user's system.
2758
2759 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2760 to be aware of ange-ftp user info.
2761 (eshell-do-ls): Bind `ange-cache'. Also, use
2762 `eshell-file-attributes'.
2763 (eshell-ls-annotate): Use `eshell-file-attributes'.
2764 (eshell-ls-file): Made the user-id printing code a bit smarter.
2765
2766 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2767 allow identification of alias user ids in remote directories.
2768 It's manual, but there's no other way to know when the current
2769 user on the local machine, is also the owning user on the remote
2770 machine.
2771 (fboundp): Bind `ange-cache'.
2772 (eshell-directory-files-and-attributes): Re-organized the logic a
2773 bit to use `eshell-file-attributes' instead of `file-attributes'.
2774 The former is more sensitive to directories that are read via FTP,
2775 and knows how to use ange-ftp to determine full attribute
2776 information, instead of just the name and last modtime.
2777 (eshell-current-ange-uids): Return the current user id when in a
2778 remote directory.
2779 (eshell-parse-ange-ls): Parse a full directory listing that has
2780 been returned by ange-ftp.
2781 (eshell-file-attributes): This beefed up version of
2782 `file-attributes' is only special if the user is currently in a
2783 remote directory, in which case it does a lot of work to find out
2784 what the real attributes of a file are, as they appear on the
2785 remote machine. This makes usage of remote directories (i.e.,
2786 ange-ftp pathnames) much more useful. You can now use Eshell as a
2787 full-fledged FTP client, with much more manipulation ability than
2788 most other clients.
2789
2790 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2791 variable, which means that Eshell's du should always be preferred
2792 in remote directories.
2793 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2794 just `file-attributes'.
2795 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2796 when reading remote directories. This is an Eshell-specific
2797 variable (not part of ange-ftp).
2798 (eshell/ln): Bind `ange-cache'.
2799 (eshell/du): Added some extra logic for determining when to use
2800 Eshell's du (which is slow), and when to use the external version
2801 (which may or may not exist).
2802
2803 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2804 `eshell-interactive-process', rather than using
2805 `get-buffer-process', since backgrounded processes don't count in
2806 the context of this function's logic.
2807
2808 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2809 `forward-char', so that null strings are parsed correctly.
2810
87730e84 28112000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2812
2813 * eshell/em-pred.el (eshell-pred-file-type,
2814 eshell-pred-file-links, eshell-pred-file-size): Use
2815 `eshell-file-attributes'. This is more correct over ange-ftp.
2816
2817 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2818 that remote file globbing is more efficient.
2819
2820 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2821 gathering the files and attributes within a directory.
2822
2823 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2824 the command line is a special file (not a regular file, directory
2825 or symlink), always attempt to call the external version of cat.
2826
87730e84 28272000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2828
2829 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2830 Eshell-friendly version of find-tag.
2831
1c7e37a9
MB
28322000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2833
4836835a 2834 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2835 (image-file-name-regexps): Add autoload cookies.
2836
11a7f341
KH
28372000-10-13 Kenichi Handa <handa@etl.go.jp>
2838
2839 * international/mule-cmds.el (select-safe-coding-system): If FROM
2840 is string, show it in *Warning* buffer.
2841
8ddddcb0
EZ
28422000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2843
2844 * startup.el (normal-top-level): Use display-popup-menus-p instead
2845 of window-system.
2846 (command-line): Use display-graphic-p instead of window-system.
2847 (command-line-1): Use display-popup-menus-p and display-mouse-p
2848 instead of window-system.
2849
72200f89
SS
28502000-10-12 Sam Steingold <sds@gnu.org>
2851
2852 * tooltip.el (tooltip-use-echo-area): New user variable.
2853 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2854
8661c643
DL
28552000-10-12 Dave Love <fx@gnu.org>
2856
d0b40dc1
DL
2857 * recentf.el: Maintainer's checkdoc fixes.
2858
a622451f
DL
2859 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2860 character class, not ASCII when matching file names.
2861 (fancy-splash-head): Add trailing slash to URL.
2862 (command-line): Don't require XPM support for toolbar.
2863
8661c643
DL
2864 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2865 (cperl-invalid-face): Revert last change.
2866 (cperl-init-faces): Quote cperl-invalid-face.
2867
ef2ed8ab
KH
28682000-10-12 Kenichi Handa <handa@etl.go.jp>
2869
2870 * startup.el (fancy-splash-text): Remove superfluous quote.
2871
b0da379e
GM
28722000-10-12 Gerd Moellmann <gerd@gnu.org>
2873
dbeb499b
GM
2874 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2875 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2876 (command-line-1): Don't use fancy-splash-pending-command.
2877 (fancy-splash-screens-1): Goto point-min after inserting text.
2878
d861718a
GM
2879 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2880
b0da379e
GM
2881 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2882 instead of shared-lisp-mode-map.
2883
4fb2ad98
MB
28842000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2885
1cb4393e
MB
2886 * faces.el (header-line): Change tty-variant to use underlining.
2887
4fb2ad98
MB
2888 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2889 (isearch-highlight): Restore lazy-isearch face properties at old
2890 position, and suppress them at new position.
2891 (isearch-dehighlight): Restore lazy-isearch face properties.
2892 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2893 over the real isearch overlay, but in that case, don't give it a
2894 face property. Use `push'.
2895
eb991b25
KH
28962000-10-12 Kenichi Handa <handa@etl.go.jp>
2897
2898 * man.el (Man-getpage-in-background): Fix previous change.
2899 Decode the process output only when we are in multibyte mode.
2900
a818c1c0
DL
29012000-10-11 Dave Love <fx@gnu.org>
2902
c990f53a
DL
2903 * info.el (Info-mode-menu): Fix some help.
2904 (info-tool-bar-map): Add entry for Info-last.
2905
a818c1c0
DL
2906 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2907 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2908 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2909 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2910 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2911 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2912 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2913 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2914 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2915 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2916 Reduce colour requirements to 25 overall. (Probably wants
2917 revisiting from the originals to reduce further.)
2918
c1b096cb
EZ
29192000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2922 buffer-file-coding-system, instead of raw-text.
2923 (dehexlify-buffer): Bind coding-system-for-read to
2924 buffer-file-coding-system, instead of raw-text.
2925
5c8b7eaf
SS
29262000-10-11 Sam Steingold <sds@gnu.org>
2927
2928 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2929 `underline' - fixes the bug introduced on 2000-09-21.
2930
2cfbdb7a
DL
29312000-10-11 Dave Love <fx@gnu.org>
2932
2933 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2934 compiler warnings.
2935 (scheme-mode): Doc fix.
2936 (scheme-font-lock-keywords-1): Match `define-syntax'.
2937
29382000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2939
2940 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2941 face specs as well as default ones. Only do anything if the
2942 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2943 (region): Make dark-background `region' face less in-your-face.
4b33f290 2944
690ec649
SS
29452000-10-10 Sam Steingold <sds@gnu.org>
2946
2947 * chistory.el, ielm.el, ledit.el:
2948 * progmodes/inf-lisp.el, progmodes/scheme.el:
2949 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2950
3b95d6bb
SM
29512000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2952
2953 * textmodes/texinfo.el: Update copyright and fix typo.
2954
2955 * desktop.el (desktop-modes-not-to-save): New var.
2956 (desktop-save-buffer-p): Use it.
2957 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2958 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2959
d646c828
DL
29602000-10-10 Dave Love <fx@gnu.org>
2961
2962 * toolbar/tool-bar.el (tool-bar-add-item)
2963 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2964 display.
2965
d646c828
DL
2966 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2967 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2968 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2969 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2970 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2971 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2972 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2973 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2974 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2975 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2976 the .xpms; probably need retouching.
2977
862a7e28
MB
29782000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2979
2980 * subr.el (add-to-list): Add optional argument APPEND.
2981 * battery.el (display-battery): Use `add-to-list'.
2982
46e33aee
TTN
29832000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2984
930baf47
TTN
2985 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2986 these vars as symbol properties.
2cfbdb7a
DL
2987 (zone, zone-when-idle, zone-leave-me-alone)
2988 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2989
5a430f9c
TTN
2990 * battery.el (display-battery): Doc spelling fix.
2991
46e33aee
TTN
2992 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2993 property.
2994
adf7d3a8
DL
29952000-10-09 Dave Love <fx@gnu.org>
2996
2997 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2998 has been initialized before calling tool-bar-setup.
c2156508 2999 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3000
06a8c9f8
EZ
30012000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3002
e4ca8f8c
EZ
3003 * menu-bar.el (send-mail-item-name): New function.
3004 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3005 of mail-user-agent in the menu. Don't display the "Send Mail"
3006 item if mail-user-agent is nil or its value is ignore.
3007 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3008 if read-mail-command is nil or its value is ignore.
3009
06a8c9f8
EZ
3010 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3011
7dbc9c8a
MB
30122000-10-09 Miles Bader <miles@gnu.org>
3013
29e0814b
MB
3014 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3015 Correct image size.
3016 * toolbar/left_arrow.xpm: Correct image size.
3017
7dbc9c8a
MB
3018 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3019 will be done by the definition of `auto-compression-mode' if
3020 necessary. Move code to uninstall existing file-name handler
3021 before definition of `auto-compression-mode'.
3022
3023 * image-file.el (auto-image-file-mode): Move to the end of the
3024 file, because `define-minor-mode' actually calls the mode-function
3025 if the associated variable is non-nil, which requires that all
3026 needed functions be already defined.
3027
65b61266
MB
3028 * mouse.el (popup-menu): Balance parens.
3029
d6b8c85b
SM
30302000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3031
3032 * mouse.el (popup-menu): Move the command call outside the loop
3033 so that popup-menu returns whatever the command returns.
3034
3035 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3036 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3037 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3038 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3039
3040 * vc.el (vc-version-diff): diff-switches can be a list.
3041 Use relative filenames for prettier output.
3042
46e33aee 3043 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3044 (vc-post-command-functions): Remove old-VC compatibility code.
3045
3046 * newcomment.el (comment-indent-default): Autoload.
3047
3048 * font-lock.el (font-lock-defaults): Make buffer-local.
3049 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3050 (font-lock-choose-keywords):
3051 Ignore LEVEL unless KEYWORDS is a list of syms.
3052 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3053 Don't wrap regexp-opt things in \(...\) unnecessarily.
3054
3055 * jit-lock.el: Don't require font-lock any more.
3056 (jit-lock-functions): Make buffer-local.
3057 (jit-lock-saved-fontify-buffer-function): Remove.
3058 (jit-lock-mode): Remove autoload cookie.
3059 Remove font-lock specific code.
3060 (jit-lock-unregister): Don't bother handling complex hooks any more.
3061 (jit-lock-refontify): New function.
3062 (jit-lock-fontify-buffer): Use it.
3063 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3064 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3065 Add optional args START and END.
3066 Never call font-lock-fontify-region directly.
3067 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3068
3069 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3070
a30ed6ac
DL
30712000-10-08 Dave Love <fx@gnu.org>
3072
4e7c7ca9
DL
3073 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3074
3075 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3076
3077 * play/studly.el (studlify-region, studlify-word): Add autoload
3078 cookie.
3079
3080 * play/morse.el (morse-region, unmorse-region): Add autoload
3081 cookie.
3082
3083 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3084 concat.
3085
3086 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3087 insist on symbols starting with word syntax.
3088 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3089 (eval-defun-1): Doc fix.
3090 (indent-sexp): Use nconc to build up indent-stack.
3091
3092 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3093 Gnus with little use.
3094 (mail-setup-hook): Add mail-abbrevs-setup to options.
3095
968f7c4a
DL
3096 * recentf.el: Doc fixes.
3097
3098 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3099 Clean up remainder.
3100
3101 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3102 without timezone and (8) with timezone to enforce some whitespace.
3103 Simplify code somewhat.
3104
3105 * options.el (list-options): Doc that you should use customize.
3106
3107 * iswitchb.el (iswitchb-mode): Add :require.
3108
a30ed6ac
DL
3109 * info.el (Info-goto-node, Info-menu): Doc fix.
3110 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3111 (info-tool-bar-map): New variable.
3112 (Info-mode): Use it.
3113 (Info-edit-map): Define all in defvar.
3114 (speedbar-attached-frame): Avoid compiler warning.
3115
3116 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3117 (global-map): Bind [tool-bar] to a filtered map.
3118 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3119 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3120 Allow PBM icons.
3121 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3122
3123 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3124 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3125 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3126 icons, except up_arrow, which is left-arrow rotated.
3127
3128 * imenu.el (imenu-add-to-menubar): Fix last change.
3129
4e953aff
PB
31302000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3131
3132 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3133 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3134
739e92a7
EZ
31352000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3136
d20faceb
EZ
3137 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3138 typos in doc strings.
3139
a640322e
EZ
3140 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3141 the doc strings how to customize Font Lock faces.
3142
739e92a7
EZ
3143 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3144 computing growth when dragging the header line.
3145
8be7408c
EZ
31462000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 * simple.el (kill-line): Doc fix.
3149
6fee86a3
MB
31502000-10-08 Miles Bader <miles@gnu.org>
3151
445a653e
MB
3152 * faces.el (secondary-selection): Make foreground visible on tty.
3153
6fee86a3
MB
3154 * jka-compr.el (auto-compression-mode): Move to the end of the
3155 file, because `define-minor-mode' actually calls the mode-function
3156 if the associated variable is non-nil, which requires that all
3157 needed functions be already defined.
3158 (with-auto-compression-mode): Add autoload cookie.
3159
a115794c
EZ
31602000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * files.el (find-backup-file-name) [ms-dos]: If support for long
3163 file names is not available, behave as if version-control were set
3164 to never.
3165
b12e6de3
DL
31662000-10-07 Dave Love <fx@gnu.org>
3167
3168 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3169 (browse-url-gnome-moz): New function.
3170 (browse-url-browser-function): Use it.
3171 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3172
20b1d079
SM
31732000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * indent.el (tab-always-indent): New var.
3176 (indent-for-tab-command): Use it.
39250ec3 3177
9ee45b2c 3178 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3179 raise an error. This way it can still default to a sane value.
9ee45b2c 3180
8c6b1d83
JW
31812000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3182
39250ec3
SM
3183 * startup.el (fancy-splash-screens): Use local rather than global map.
3184 Don't use `update-menu-bindings' any more.
3185 Get rid of assumptions about keymap representation.
3186
a23ccdf2
DL
31872000-10-06 Dave Love <fx@gnu.org>
3188
814299a7 3189 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3190 (sentence-end-without-period): Doc fix.
3191 (adaptive-fill-regexp): Purecopy.
3192 (unjustify-current-line): Use line-end-position.
3193 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3194
3195 * net/eudc-vars.el (eudc): Add :version, :link.
3196
39250ec3 3197 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3198
3199 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3200 Fix for define-minor-mode.
3201 (function-at-point): Alias to function-called-at-point.
3202
3203 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3204
3205 * simple.el (backward-word): Doc fix.
3206
a23ccdf2
DL
3207 * image-file.el (image-file-name-regexp): image-file-regexps ->
3208 image-file-name-regexps.
742c1822 3209 (image-file-name-extensions): Add pbm.
a23ccdf2 3210
39250ec3
SM
32112000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3212
3213 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3214 and add filename to the names so that diff-mode can jump to source.
3215
3216 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3217 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3218 (tex-font-lock-keywords-1): Remove.
3219 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3220 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3221 (font-lock-default-fontify-region):
3222 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3223 (font-lock-fontify-anchored-keywords):
3224 Include the anchor text as part of the multiline.
3225
8d5dfacd
GM
32262000-10-06 Gerd Moellmann <gerd@gnu.org>
3227
3228 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3229 latter needs the autoloaded define-minor-mode macro during the
3230 bootstrap.
3231
3232 * startup.el (command-line): For now, activate tool-bar-mode only
3233 if XPM images are supported.
3234
3235 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3236 window by dragging a header-line at the top of the frame; that's
4c19fbce 3237 confusing because the header-line doesn't move.
8d5dfacd
GM
3238 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3239 of treating the event as a list. Some cleanup.
3240
f69aad2b 32412000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3242
f69aad2b
MB
3243 * simple.el (display-message-or-buffer): New function.
3244 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3245
09cb7646
MB
3246 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3247 docstring parts.
3248
814299a7 3249 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3250 (smbclient-prompt-regexp): Add usage note to doc string.
3251 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3252 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3253 Use add-hook for adding the comint filter function, and only do so
3254 if it's not already in the global hook list.
3255 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3256 to `make-local-variable'.
3257 (nslookup-font-lock-keywords): Remove prompt entry.
3258 (nslookup): Don't set the process-filter.
3259 (finger): Exit the loop correctly when the regexps list runs out.
3260 (ftp, smbclient, smbclient-list-shares):
3261 Set the real major mode immediately, not after execing.
3262 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3263
3264 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3265
4c19fbce
SM
32662000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3267
3268 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3269
3270 * which-func.el (which-func-format): Remove spurious space.
3271 (which-func-mode): Don't make it permanent-local.
3272 (which-func-ff-hook): Allow which-func-maxout to be nil.
3273 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3274 (which-func-mode): Simplify.
3275 Use post-command-idle-hook rather than post-command-hook.
3276 Go through all buffers and update their state.
3277 (which-function): Also try add-log-current-defun-function.
3278
3279 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3280 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3281 Update call to with-vc-properties accordingly.
3282 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3283 (vc-revert-buffer): More careful about window selection and deletion.
3284 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3285
3286 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3287 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3288 (cvs-dired-action): Change the default to quickdir.
3289
3290 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3291 if comment-indent-function returns nil.
3292 (comment-indent-default): New function.
3293 (comment-indent-function): Use it and document the new semantics.
3294
3295 * image-file.el: Docstring fixes.
3296
3297 * help.el (help-xref-on-pp): Use match-string.
3298 (describe-variable): New arg BUFFER.
3299 Store the current buffer in the help-xref-stack.
3300 (temp-buffer-resize-mode): Use define-minor-mode.
3301
3302 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3303 consistently with its docstring.
3304 Set jit-lock-first-unfontify-pos in an idempotent way.
3305 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3306
542c6552
GM
33072000-10-05 Alex Schroeder <alex@gnu.org>
3308
3309 * sql.el (sql-mysql-options): New variable.
3310 (sql-mysql): Use it.
3311
a3489ece
MB
33122000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3313
77f6105c
MB
3314 * image.el (image): New group.
3315
814299a7 3316 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3317 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3318
3478046b
PB
33192000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3320
3321 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3322 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3323 Ignore the value of wqindow-system; always define keywords
3324
22aca186
KH
33252000-10-05 Kenichi Handa <handa@etl.go.jp>
3326
3327 * startup.el (fancy-splash-screens): Remove the code for
3328 debugging; `(trace-to-stderr "EXITTT\n")'.
3329
55d5d717
MB
33302000-10-05 Miles Bader <miles@gnu.org>
3331
3332 * diff-mode.el (diff-goto-source): Update call to
3333 `diff-hunk-status-msg' to reflect new REV variable.
3334
41fa7178
SM
33352000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3336
3337 * progmodes/icon.el (icon-mode):
3338 Don't gratuitously override the default for comment-column.
3339
3340 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3341
3342 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3343 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3344 (jit-lock-functions): New var.
3345 (jit-lock-function-1): Use it if non-nil.
3346 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3347 Set the `fontified' property before doing the fontification to avoid
3348 repeatedly going through the same error.
3349 Don't turn errors into messages.
3350 (jit-lock-register, jit-lock-unregister): New functions.
3351
3352 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3353 Use with-current-buffer.
3354
3355 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3356 Turn comment into docstring.
3357
3358 * apropos.el (apropos-mode): Use define-derived-mode.
3359
3dc78168
GM
33602000-10-04 Gerd Moellmann <gerd@gnu.org>
3361
3362 * startup.el (fancy-splash-pending-command): New variable.
3363 (fancy-splash-pre-command): New function.
3364 (fancy-splash-screens): Rewritten.
3365 (command-line-1): If fancy-splash-pending-command is set, call it
3366 interactively.
3367
dae9dc56
DL
33682000-10-04 Dave Love <fx@gnu.org>
3369
3370 * toolbar/tool-bar.el (tool-bar-setup): New function.
3371 (tool-bar-mode): Use it.
3372
3373 * subr.el (substitute-key-definition): Doc fix.
3374 (play-sound-file): New command.
3375
3388f0a5
AS
33762000-10-04 Andre Spiegel <spiegel@gnu.org>
3377
814299a7 3378 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3379 vc-version-backup-file-name): New functions.
3380
3381 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3382
3383 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3384 vc-cvs-stay-local-p.
3385
3386 * vc.el (vc-revert-buffer): Handle empty diff properly.
3387 (vc-version-backup-file): New function.
3388 (vc-checkout): Create a version backup if necessary.
3389 (vc-checkin): If a version backup file exists, delete it.
3390 (vc-version-diff): Diff locally using version backups, if available.
3391 (vc-revert-file): If there's a version backup, revert locally.
3392 (vc-transfer-file): Use version backup for base version, if
3393 available. If not, ask for confirmation whether to get it from the
3394 server. Update mode line before check-in.
3395
ebd4825d
DL
33962000-10-04 Dave Love <fx@gnu.org>
3397
3398 * toolbar/tool-bar.el (tool-bar-setup): New function.
3399 (tool-bar-mode): Use it.
3400
1b24f4b7
PB
34012000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3402
3dc78168 3403 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3404 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3405 Only set if window-system is non-nil
3406 (net-utils-run-program): Returns buffer.
3407 (network-connection-reconnect): Added this function.
3408
814299a7
MB
3409 * generic.el:
3410 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3411 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3412 Uses cl compile-time macros.
3dc78168
GM
3413 (generic-mode-name, generic-comment-list)
3414 (generic-keywords-list, generic-font-lock-expressions)
3415 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3416 Removed variables.
3417 (generic-mode-alist): Renamed to generic-mode-list.
3418 (generic-find-file-regexp): Default changed to "^#".
3419 (generic-read-type): Uses completing read on generic-mode-list.
3420 (generic-mode-sanity-check): removed this function.
3421 (generic-add-to-auto-mode): Removed this function
3dc78168 3422 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3423 into function instead of putting them in alist.
3424 (generic-mode-set-comments): Reworked extensively.
3425 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3426 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3427
814299a7 3428 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3429 Make sure directory name ends with "/".
3430
814299a7 3431 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3432 Regexp now allows leading whitespace.
3433 (rc-generic-mode): Added eval-when-compile
3434 around generic-make-keywords-list.
3435 Deleted duplicate regexp
3436 (rul-generic-mode): Added eval-when-compile
3437 around generic-make-keywords-list.
3438 (etc-fstab-generic-mode): New generic mode.
3439 (rul-generic-mode): Removed one eval-when-compile
814299a7 3440 which caused a max-specpdl-size exceeded error.
1b24f4b7 3441
a7bf5cf3
MB
34422000-10-04 Miles Bader <miles@gnu.org>
3443
3444 * simple.el (minibuffer-temporary-goal-position): New variable.
3445 (next-history-element): Try to keep the position of point in the
3446 input string constant.
3447
3448 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3449 (dired-do-create-files): If there's only one file, pass it in as
3450 the DEFAULT arg to dired-mark-read-file-name.
3451
ce1087a9
SM
34522000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3453
3454 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3455 (diff-goto-source): Be smarter when choosing REVERSE or not.
3456
3457 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3458 (texinfo-mode-menu): Add an explicit shortcut for update all.
3459
0e41e1d6
AS
34602000-10-03 Andre Spiegel <spiegel@gnu.org>
3461
814299a7 3462 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3463 factorize backend-specific code cleanly (this was essentially
3464 conceived by Stefan Monnier).
3465 (vc-unregister): Function removed.
814299a7 3466 (vc-revert-file): New function.
858f7cb4
AS
3467 (vc-revert-buffer): Delegate some of the work to it.
3468
0e41e1d6
AS
3469 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3470 default branch unconditionally.
3471 (vc-rcs-set-default-branch): New function.
3472 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3473 (vc-rcs-checkin): If an appropriate default branch has been set,
3474 force creation of that branch.
858f7cb4
AS
3475 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3476 code (as suggested by Stefan Monnier).
0e41e1d6 3477
01c86c56
GM
34782000-10-02 Gerd Moellmann <gerd@gnu.org>
3479
45c477b4
GM
3480 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3481 highlighting overlay with a different face over the overlay
3482 isearch uses to highlight the current match because that can lead
3483 to bad face combinations.
3484
01c86c56
GM
3485 * loadup.el (toplevel): Load faces before isearch.
3486
3487 * isearch.el (isearch-faces): New custom group.
3488 (isearch): New defface; was already tested for in the code.
3489 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3490 (isearch-highlight): Always use face `isearch'.
3491
944425c0
DL
34922000-10-02 Dave Love <fx@gnu.org>
3493
3494 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3495 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3496 comparison of opcode with operand.
3497
2a099bcc
MB
34982000-10-03 Miles Bader <miles@gnu.org>
3499
3500 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3501 buffer, since the echo area will now grow to accommodate them.
3502
4300ecb8
AS
35032000-10-02 Andre Spiegel <spiegel@gnu.org>
3504
3505 * vc-hooks.el (vc-registered): If FILE used to be registered under
3506 a certain backend, try that one first.
3507
814299a7 3508 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3509 argument list. Handle multiple backends correctly.
3510 (vc-find-new-backend): Function removed.
3511 (vc-register): Use vc-responsible-backend, as before.
3512 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3513
64e6cc18
GM
35142000-10-02 Gerd Moellmann <gerd@gnu.org>
3515
3516 * startup.el (fancy-splash-head): Change message below the
3517 logo.
3518
00df919e
MB
35192000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3520
3521 * diff-mode.el (diff-goto-source): Emit a status message.
3522 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3523 (diff-test-hunk): Fix doc string.
00df919e
MB
3524 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3525 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3526 (diff-apply-hunk): Don't return a value.
00df919e 3527
ceec5a0c
SM
35282000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3529
3530 * vc.el (vc-editable-p): Minor optimization.
3531 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3532 (vc-find-new-backend): New function split from vc-responsible-backend.
3533 (vc-register): Use it.
3534 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3535 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3536 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3537 (vc-clear-headers): Don't use find-file.
3538 (vc-revert-buffer): Use `and' again (must have been a braino).
3539 (vc-switch-backend): Only prompt if requested.
3540 Short circuit if nothing is to be done.
3541 Don't use vc-resynch-buffer which could lose unsaved editing.
3542 (vc-default-receive-file): Update call to vc-unregister.
3543 (with-vc-file, vc-next-action-on-file):
3544 Use vc-backend rather than vc-registered.
3545 (vc-next-action-on-file): Use intern-soft.
3546 Deal with read-only *vc-diff* buffer.
3547 (vc-transfer-file): Docstring fix.
3548
3549 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3550 (vc-rcs-receive-file): Avoid with-vc-properties.
3551 Update call to vc-unregister.
3552 Use constant `RCS' rather than (dynamically bound) var `backend'.
3553
4ad5da8f
AS
35542000-10-01 Andre Spiegel <spiegel@gnu.org>
3555
814299a7 3556 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3557 is visited.
3558 (vc-start-entry): New argument initial-contents. Don't visit the file
3559 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3560 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3561 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3562 vc-start-entry.
3563 (vc-finish-logentry): Make sure to bury log buffer only if there
3564 really is one. Call `vc-resynch-buffer' on log-file, not
3565 buffer-file-name.
3566 (vc-default-comment-history, vc-default-wash-log): New functions.
3567 (vc-index-of): Removed.
3568 (vc-transfer-file): Make do without the above.
3569 (vc-default-receive-file): Call comment-history unconditionally. Pass
3570 the resulting string to vc-checkin, instead of inserting it into the
3571 comment ring.
3572
3573 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3574 unconditionally. Use the comments as initial contents of the log
814299a7 3575 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3576 changes.
3577
aa0c3dca
MB
35782000-10-01 Miles Bader <miles@gnu.org>
3579
3580 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3581 `recenter' with an arg to prevent redrawing the display.
3582
d5f5a2c5
SM
35832000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3584
3585 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3586
3587 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3588
814299a7 3589 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3590 Don't gratuitously override the default for comment-column.
3591
3592 * textmodes/tex-mode.el (latex-metasection-list): New var.
3593 (latex-imenu-create-index): Use it.
3594 Move the regexp construction outside loops (and use push).
814299a7 3595 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3596 (tex-font-lock-keywords): Moved from font-lock.el.
3597 (tex-comment-indent): Remove.
3598 (tex-common-initialization): Don't set comment-indent-function.
3599 (latex-block-default): New var.
3600 (tex-latex-block): Use it to provide a default choice.
3601 Add any unknown choice to latex-block-names.
3602 Insert [...] after {...}.
3603 (tex-last-unended-begin): Simplify regexp.
3604 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3605 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3606 (latex-mode): Set forward-sexp-function.
3607
3608 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3609 Add regexp for @ignore ... @end ignore.
3610 (texinfo-heading-face): New face.
3611 (texinfo-font-lock-keywords): Use it.
3612 (texinfo-mode-menu): New menu.
3613 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3614 New functions.
3615 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3616 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3617 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3618 Remove declaration.
3619 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3620
3621 * delsel.el (delete-selection-mode): Use define-minor-mode.
3622
3623 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3624
36252000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3626
3627 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3628
8a5506f2
GM
36292000-09-30 Gerd Moellmann <gerd@gnu.org>
3630
068127d6
GM
3631 * replace.el (keep-lines-read-args): New function.
3632 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3633 read arguments interactively. Add parameters RSTART and REND.
3634 Operate on the active region in Transient Mark mode.
3635
d777bb8f
GM
3636 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3637
8a5506f2
GM
3638 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3639 (authors-obsolete-files-regexps): New variable.
3640 (authors-add): Don't record changes in obsolete files.
3641
3fa87bfc
SM
36422000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3643
3644 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3645
3646 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3647 (comment-indent): Make sure there's a space between code and comment.
3648 Shift comments left to avoid going past fill-column.
3649
f02149ce
GM
36502000-09-29 Gerd Moellmann <gerd@gnu.org>
3651
3652 * startup.el (startup-echo-area-message): New function.
3653 (display-startup-echo-area-message): Use it.
3654 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3655 (fancy-splash-default-action): New function.
3656 (fancy-splash-screens-1): New function.
3657 (fancy-splash-head): Put a help-echo and a keymap under the image.
3658
a3ef6569
SM
36592000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3660
3661 * diff-mode.el (diff-add-log-file-name): Remove.
3662 (diff-mode): Use add-log-buffer-file-name-function.
3663
3664 * add-log.el (find-change-log): New arg BUFFER-FILE.
3665 (add-log-file-name): Obey add-log-file-name-function.
3666 (add-log-buffer-file-name-function): New var.
3667 (add-change-log-entry): Use it.
3668
75e5b373
MB
36692000-09-29 Miles Bader <miles@gnu.org>
3670
3671 * image-file.el (image-file-name-extensions): New variable.
3672 (image-file-name-regexps): Renamed from `image-file-regexps'.
3673 New default value is nil. Call `auto-image-file-mode'.
3674 (image-file-name-regexp): New function.
3675 (auto-image-file-mode): New minor mode.
3676 (insert-image-file): Don't make conditional on the image-file
3677 handler being enabled.
3678 (image-file-handler): Make the call here conditional instead.
3679 (set-image-file-handler-enabled, enable-image-file-handler)
3680 (disable-image-file-handler): Functions removed.
3681
3682 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3683 string.
3684
de6e1f7c
GM
36852000-09-29 Gerd Moellmann <gerd@gnu.org>
3686
3687 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3688 it's a function from CL.
3689 (latex-imenu-create-index): Replace eval-when-compile with progn
3690 because latex-section-alist is not bound while compiling.
3691
d8c201f5
SM
36922000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3693
3694 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3695 (outline-mode): Use define-derived-mode.
3696
814299a7 3697 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3698 * progmodes/awk-mode.el (awk-mode):
3699 * progmodes/asm-mode.el (asm-mode):
3700 Don't gratuitously override the default for comment-column.
3701
3702 * emacs-lisp/lisp.el (lisp-complete-symbol):
3703 Distinguish the let-binding case from the funcall case.
3704 (forward-sexp-function): New variable.
3705 (forward-sexp): Use it.
3706
3707 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3708 (easy-mmode-defmap): Remove the now useless autoload.
3709
3710 * time.el (display-time-mode): Use define-minor-mode.
3711
3712 * subr.el (add-minor-mode): Don't eval NAME.
3713 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3714 Use if rather than cond.
3715
3716 * simple.el (read-expression-map): Define more properly.
3717 (comment-indent-hook): Remove.
3718 (string-to-syntax): Bug fix.
3719
3720 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3721 (cvs-ediff-diff): Fix typo.
3722 (cvs-revert-if-needed): Don't bother preserving read-only.
3723
3724 * paren.el (show-paren-mode): Use define-minor-mode.
3725
3726 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3727 (toggle-auto-compression): Remove.
3728 (jka-compr-build-file-regexp): Remove useless grouping.
3729
3730 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3731 Avoid user-reserved bindings.
3732 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3733 (diff-header-face): Revert to grey85.
3734
3735 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3736
3737 * complete.el (partial-completion-mode) <defcustom>: Remove.
3738 (partial-completion-mode): Use define-minor-mode.
3739 (PC-do-completion): Understand `completion-auto-help = delay'
3740 to mean to popup the completion buffer only the second time.
814299a7 3741 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3742 (PC-include-file-all-completions): Don't quote lambda.
3743
3744 * comint.el (comint-mode-hook): Docstring fix.
3745 (comint-mode): Use define-derived-mode.
3746 (comint-mode-map): Remove obsolete comment.
3747 (make-comint): Minor stylistic change.
3748 (comint-insert-clicked-input): Be more careful to find the overlay.
3749 Use this-command-keys rather than hardcoding mouse-2.
3750
3751 * font-lock.el: Replace confusing (,@ with ,
3752 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3753 Don't use regexp-opt-depth. Spice up the regexp for args.
3754 Don't distinguish between cmds that can take an opt arg or not.
3755 Use `append' and `prepend' rather than `keep'.
3756
3757 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3758 (latex-outline-regexp): New var.
3759 (latex-outline-level): New fun.
3760 (latex-section-alist): New var.
3761 (latex-imenu-create-index): Use it. Use `push' as well.
3762 (tex-shell-map): Initialize it properly.
3763 (tex-mode): Minor stylistic change.
3764 (plain-tex-mode): Use define-derived-mode.
3765 (latex-mode): Use define-derived-mode.
3766 Construct the paragraph regexps in a more readable way.
3767 Set the buffer-local outline-{level,regexp} vars.
3768 (slitex-mode): Derive from latex-mode.
3769 (tex-common-initialization): Don't kill-all-vars anymore.
3770 Add setting for comment-add and font-lock-defaults.
3771 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3772 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3773 (tex-start-tex): New arg DIR (and send a chdir command for it).
3774 Also display the shell buffer and save it in tex-last-buffer-texed.
3775 (tex-region): Use expand-file-name rather than concat.
3776 Remove code made useless by changes in tex-start-tex.
3777 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3778
3779 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3780
ff398532
DL
37812000-09-28 Dave Love <fx@gnu.org>
3782
3783 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3784
f9415d5b
GM
37852000-09-28 Gerd Moellmann <gerd@gnu.org>
3786
3787 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3788 `append'.
3789
fa003899
SM
37902000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3791
3792 * info.el (Info-extract-pointer): Undo last change.
3793 Instead, fix the position of the `bound' arg to re-search-backward.
3794
37952000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3796
3797 * info.el (Info-extract-pointer):
3798 Widen more carefully, to avoid finding pointers in other nodes.
3799 (Info-index): Use push.
3800
f9415d5b 38012000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3802
3803 * frame.el (set-frame-font): Remove call to obsolete function
3804 frame-update-faces.
3805 (set-foreground-color, set-background-color): Likewise for
3806 frame-update-face-colors.
3807
5538b8ba
MB
38082000-09-27 Miles Bader <miles@gnu.org>
3809
3810 * image-file.el: New file.
3811
60536eea
GM
38122000-09-27 Gerd Moellmann <gerd@gnu.org>
3813
5b551d58
GM
3814 * frame.el (frame-notice-user-settings): Don't call
3815 frame-update-faces, which is a no-op now.
814299a7 3816
60536eea
GM
3817 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3818 tool-bar-lines.
3819
36f1966f
DL
38202000-09-27 Dave Love <fx@gnu.org>
3821
3822 * mouse.el: Fix last change.
3823
c5785b73
MB
38242000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3825
3826 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3827
672172d9
KH
38282000-09-22 Kenichi Handa <handa@etl.go.jp>
3829
3830 * international/quail.el (quail-help): The output message is
3831 improved.
3832
4653b4ea
DL
38332000-09-26 Dave Love <fx@gnu.org>
3834
3835 * mouse.el (popup-menu): If POSITION is nil, set it using
3836 mouse-position.
3837
63900fcf
SS
38382000-09-25 Sam Steingold <sds@gnu.org>
3839
3840 * net/browse-url.el (browse-url-file-url): Check for null maps.
3841
cd3b81be
GM
38422000-09-26 Gerd Moellmann <gerd@gnu.org>
3843
876512ab 3844 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3845 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3846
fa003899
SM
3847 * frame.el (frame-notice-user-settings):
3848 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3849
cd3b81be
GM
3850 * toolbar/tool-bar.el (tool-bar-help): New function.
3851
d8b4516f
GM
38522000-09-25 Gerd Moellmann <gerd@gnu.org>
3853
6567e9b5
GM
3854 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3855 current-load-list in top-level forms. Else this leaks a cons cell
3856 every time a defun is called.
63900fcf 3857
d8b4516f 3858 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3859
a461758e
DL
38602000-09-25 Dave Love <fx@gnu.org>
3861
7df6adc3
DL
3862 * startup.el (fancy-splash-head): Check XPM is available.
3863
a461758e
DL
3864 * autoinsert.el (auto-insert): Doc fix.
3865 (auto-insert-alist): Following GNU notices, don't say `copyright
3866 _by_'. Use line-beginning-position.
3867 (auto-insert): Check buffer-file-name is non-nil before use.
3868
b11af2dd
GM
38692000-09-25 Gerd Moellmann <gerd@gnu.org>
3870
3871 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3872 starting with `@def' or `@multitable', in addition to ones
3873 specified by the user in auto-fill-inhibit-regexp.
3874
5f9f981b
GM
38752000-09-25 Markus Rost <rost@math.ohio-state.edu>
3876
3877 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3878 rmail-dont-reply-to-names matches the empty string.
63900fcf 3879
8ff16b4e
GM
38802000-09-25 Gerd Moellmann <gerd@gnu.org>
3881
63900fcf 3882 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3883 text to sound more friendly.
3884
9b4a7800
TTN
38852000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3886
3887 * progmodes/hideshow.el: Update author email address.
3888 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3889 (hs-hide-all-non-comment-function): New var.
3890 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3891 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3892 (hs-show-region): Delete this command.
3893 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3894
4c7c1f3f
DL
38952000-09-22 Dave Love <fx@gnu.org>
3896
3897 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3898 (hl-line-highlight): Specify buffer when moving overlay.
3899
3900 * progmodes/fortran.el (fortran-mode): Locally set
3901 normal-auto-fill-function.
3902 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3903 (fortran-mode-map): Adjust auto-fill menu entry.
3904
13f93dee
GM
39052000-09-22 Gerd Moellmann <gerd@gnu.org>
3906
36eb0a91
GM
3907 * vc-rcs.el (toplevel): Require `vc' when compiling.
3908
fa003899 3909 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3910
36a03bf9
AS
39112000-09-22 Andre Spiegel <spiegel@gnu.org>
3912
9b4a7800 3913 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3914 registered under the new backend.
3915
9b4a7800 3916 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3917 without explicit revision number.
3918
6e4e8a3b
SM
39192000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3920
3921 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3922 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3923 (diff-xor): New function.
3924 (diff-find-source-location): Use it. Fix a stupid name clash.
3925 (diff-hunk-status-msg): New function.
3926 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3927 (diff-test-hunk): Use diff-find-source-location.
3928 (diff-goto-source): Favor the `reverse'.
3929 (diff-hunk-text): Properly handle one-sided context diffs.
3930 (diff-apply-hunk): When done, advance to the next hunk.
3931
1b24b888
GM
39322000-09-21 Gerd Moellmann <gerd@gnu.org>
3933
623a0aae
GM
3934 * startup.el (command-line): If frame was created with a non-zero
3935 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3936
1b24b888
GM
3937 * add-log.el (change-log-date-face, change-log-name-face)
3938 (change-log-email-face, change-log-file-face)
3939 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3940 (change-log-function-face, change-log-acknowledgement-face):
3941 New faces, inheriting from font-lock faces.
1b24b888 3942 (change-log-font-lock-keywords): Use them.
9b4a7800 3943
93b3a1c8
DL
39442000-09-21 Dave Love <fx@gnu.org>
3945
80585273
DL
3946 * progmodes/cperl-mode.el (top-level): Clean up
3947 `eval-when-compile's and assorted defvars.
3948 (cperl-invalid-face): Don't double-quote value. Change custom
3949 type.
3950 (cperl-mode): Set normal-auto-fill-function and don't zap
3951 auto-fill-function.
3952 (cperl-imenu--function-name-regexp-perl): Renamed from
3953 imenu-example--function-name-regexp-perl.
3954 (cperl-imenu--create-perl-index): Renamed from
3955 imenu-example--create-perl-index.
3956 (cperl-xsub-scan): Don't require cl.
3957
93b3a1c8
DL
3958 * msb.el (msb-mode-map): Use substitute-key-definition.
3959 (msb-mode): Use msb-mode-map.
3960
43ccb598
AS
39612000-09-21 Andre Spiegel <spiegel@gnu.org>
3962
3963 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3964 New functions.
fa003899 3965 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3966 (vc-switch-backend): New function.
3967 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3968 (vc-register): Fix prompt.
3969 (vc-unregister, vc-default-unregister): New functions.
3970 (vc-version-diff): Handle empty buffer in sentinel.
3971
3972 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3973 (vc-rcs-state-heuristic): Use it to guess the state of files with
3974 non-strict locking.
3975 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3976 been set with -b, but not created yet.
3977 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3978 contents in order to find the state.
3979 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3980 (vc-rcs-unregister, vc-rcs-receive-file)
3981 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3982
9b4a7800 3983 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3984 in case it is missing.
9b4a7800 3985
95fadcca
GM
39862000-09-21 Gerd Moellmann <gerd@gnu.org>
3987
3988 * startup.el (fancy-splash-tail): Use a different foreground
3989 color on a dark frame background.
3990
470f23e1
MB
39912000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3992
3993 * info.el: Use the correct capitalization when making Info-mode
3994 and Info-edit-mode `special' modes.
3995
281096ed
SM
39962000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3997
3998 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3999 (diff-mode): Add support for add-log.el.
4000 (diff-hunk-text): Use char offsets rather than line offsets.
4001 (diff-find-source-location): Replace LINE with line-offset (nil
4002 if not found) and always set POS to a meaningful position.
4003 Adapt to the new char-offsets.
4004 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4005 Adapt to the new diff-find-source-location.
4006 (diff-goto-source): Adapt to the new diff-find-source-location.
4007
4008 * add-log.el (add-log-file-name): New function (split out of
4009 add-change-log-entry).
4010 (add-change-log-entry): Use it.
4011 Call add-log-file-name-function with the changelog file name if
4012 the current buffer is not associated with any file.
4013 Avoid find-file if the selected window is dedicated.
4014
4015 * diff-mode.el (diff-find-source-location):
4016 Move code from diff-apply-hunk. Return buffer rather than file.
4017 (diff-apply-hunk): Use the new result from diff-find-source-location.
4018 (diff-goto-source): Use the new diff-find-source-location.
4019
c29d77c4
DL
40202000-09-20 Dave Love <fx@gnu.org>
4021
4022 * iswitchb.el: Some doc fixes.
4023 (iswitchb-mode-map): Define completely initially. Inherit
4024 minibuffer-local-map.
4025 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4026 fundamental-mode.
4027 (iswitchb-global-map): New variable.
4028 (iswitchb-summaries-to-end): Amalgamate regexps.
4029 (iswitchb-mode): New.
4030 (iswitchb-mode-hook): New variable.
4031 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4032 `extensions'.
4033
49939379
GM
40342000-09-20 Gerd Moellmann <gerd@gnu.org>
4035
d05c87ac
GM
4036 * ehelp.el (electric-help): New defgroup.
4037 (electric-help-shrink-window): New user-option.
4038 (with-electric-help): Use it.
4039
1ec082d4
GM
4040 * window.el (shrink-window-if-larger-than-buffer): If face
4041 `mode-line' has a :box, and we're on a graphical frame, add 1
4042 to the needed window height.
4043
f46c275e
GM
4044 * frame.el (frame-notice-user-settings): Add a last parameter nil
4045 to a call to `append', because the last list passed to `append' is
4046 not copied, and so subsequent calls to assq-delete-all will modify
4047 default-frame-alist.
4048
b7e11c5b
GM
4049 * startup.el (fancy-splash-image): Change :type.
4050 (fancy-splash-head): Use an XBM image if appropriate.
4051 (command-line-1): Show splash screens in more cases.
4052
26ff68aa
GM
4053 * startup.el (fancy-splash-text): Don't quote faces.
4054
8320414c
GM
4055 * dired.el (dired-font-lock-keywords): Undo last change.
4056 (dired-readin): Bind indent-tabs-mode to nil.
4057
49939379
GM
4058 * startup.el (fancy-splash-head): If frame's background mode
4059 is `dark', change the black background of the image to gray.
4060 (fancy-splash-screens): Display startup echo area message.
4061 (display-startup-echo-area-message): New function.
4062
c3b27206
MB
40632000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4064
55a3d2a1
MB
4065 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4066
4067 * info.el (info-header-node): Tweak for color ttys.
4068
37a99821
MB
4069 * faces.el (face-valid-attribute-values): Make sure directories we
4070 search for stipples both exist and are readable before trying to
4071 search them.
4072
0415d0d0
MB
4073 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4074 in the dry-run case.
4075
523b128c
MB
4076 * jka-compr.el (with-auto-compression-mode): New macro.
4077
c3b27206
MB
4078 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4079 (custom-group-tag-face, custom-variable-tag-face): Use relative
4080 :height and inherit from `variable-pitch' face instead of
4081 hardwiring :family.
4082 * hi-lock.el (hi-black-hb): Likewise.
4083
ddba99ad
MB
4084 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4085 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4086 toolbar-add-item, if image doesn't have a mask add a `:mask
4087 heuristic'.
4088
7e99fbde
SM
40892000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4090
4091 * diff-mode.el: Docstring fixes.
4092 (diff-header-face, diff-comment-face): New faces.
4093 (diff-font-lock-keywords): Highlight a bit differently.
4094 (diff-find-source-location): Don't return SPAN any more.
4095 (diff-hunk-text): Don't bother erasing the temp buffer.
4096 (diff-find-text): Drop argument LINE.
4097 (diff-apply-hunk): Update calls to diff-find-text.
4098 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4099
4100 * calendar/calendar.el: Docstring fixes.
4101 (calendar-make-alist): Don't quote lambda.
4102 (calendar-star-date): Use make-local-variable.
4103
fb275c02
DL
41042000-09-19 Dave Love <fx@gnu.org>
4105
7e99fbde
SM
4106 * toolbar/tool-bar.el: Renamed from toolbar.el.
4107 Change `toolbar' to `tool-bar' generally in symbols.
4108 Make some items invisible in `special' major modes.
4109 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4110 Add arg PROPS.
532cb34d 4111
7e99fbde
SM
4112 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4113 Add :version here.
fb275c02
DL
4114 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4115
8f4ca9a5
GM
41162000-09-19 Gerd Moellmann <gerd@gnu.org>
4117
8b7707e1 4118 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4119
8b7707e1 4120 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4121 (find-file-noselect): Use it.
4122
8b7707e1 4123 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4124 (fancy-splash-screen): Defgroup.
4125
8f4ca9a5
GM
4126 * add-log.el (change-log-font-lock-keywords): Match names
4127 more exactly for the case that font-lock-constant-face is
4128 underlined.
4129
ba9eeda1 41302000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4131
8b7707e1 4132 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4133
289eaef9
AS
41342000-09-19 Andre Spiegel <spiegel@gnu.org>
4135
4136 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4137
ce9ded5d
GM
41382000-09-19 Gerd Moellmann <gerd@gnu.org>
4139
c113de23
GM
4140 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4141 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4142 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4143 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4144 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4145 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4146 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4147 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4148 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4149 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4150 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4151 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4152
ce9ded5d
GM
4153 * startup.el (fancy-splash-text): New variable.
4154 (fancy-splash-delay, fancy-splash-image): New user-options.
4155 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4156 (fancy-splash-screens): New functions.
4157 (command-line-1): If display has a `display' frame parameter, has
4158 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4159
b9b1c3a9
DL
41602000-09-19 Dave Love <fx@gnu.org>
4161
4162 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4163 with null `help'. Use modern backquote syntax.
4164
1af25534
GM
41652000-09-19 Gerd Moellmann <gerd@gnu.org>
4166
afd3c8cd
GM
4167 * font-lock.el (font-lock-mode): Change message telling the user
4168 that ``the buffer is too big''.
4169
1af25534
GM
4170 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4171 for instance for the case that tab-width is 2.
4172
05b1f851
GM
41732000-09-18 Gerd Moellmann <gerd@gnu.org>
4174
4175 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4176 toolbar-add-item, if image doesn't have a mask add a `:mask
4177 heuristic'.
4178
8ec8f673
MB
41792000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4180
2b612b1f
MB
4181 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4182 and return a cons if it's non-nil.
4183 (diff-apply-hunk): Try to jump to the line in the source text
4184 corresponding to the position of point in the in the hunk.
4185
9b4a7800 4186 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4187 (Info-title-1-face): Use face inheritance and relative sizes
4188 instead of hard-wiring things.
4189
4190 * faces.el (secondary-selection): Make dark-background variant sane.
4191
5eedab4d
AI
41922000-09-16 Andrew Innes <andrewi@gnu.org>
4193
5eedab4d
AI
4194 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4195 read-only, since they aren't under VC now.
4196
6a142f26
DL
41972000-09-17 Dave Love <fx@gnu.org>
4198
e07436e1
DL
4199 * tmm.el: Replace mapcar with mapc in several places.
4200
4201 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4202 ad-unadvise.
4203
7d354dd5
DL
4204 * international/latin1-disp.el: New file.
4205
6a142f26
DL
4206 * calendar/cal-move.el (scroll-calendar-left)
4207 (scroll-calendar-right): Make arg optional (for active mode line).
4208
4209 * calendar/calendar.el (calendar-mode-line-format): Make fields
4210 mouse-sensitive.
4211 (calendar-read-date, calendar-read-date, calendar-window-list):
4212 Unquote lambda.
4213 (calendar-month-name): Use aref, not sref.
4214
4215 * view.el (minor-mode-alist): Propertize the string.
4216
4217 * international/characters.el (standard-case-table): Add entries
4218 for Greek.
4219
50ac70af
MB
42202000-09-18 Miles Bader <miles@gnu.org>
4221
53c9ab4f
MB
4222 * info.el (info-node, info-xref): Add dark-background variants.
4223
a114b1ca
MB
4224 * faces.el (header-line): Change defaults to be less confusing
4225 when mixed with mode-lines.
4226
50ac70af
MB
4227 * info.el (Info-fontify-node): Make a few cleanups.
4228 Add extra `help-echo' and `local-map' props to node xrefs.
4229 Use header-specific faces for node-names & xrefs.
4230 (Info-use-header-line): New variable.
53c9ab4f 4231 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4232 (Info-setup-header-line): New function.
4233 (Info-select-node): Call Info-setup-header-line when enabled.
4234 (Info-extract-pointer): Work even if the header line is hidden.
4235 (Info-header-line): New variable.
4236
729927ff
SM
42372000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4238
4239 * vms-patch.el (print-region-function): Don't quote lambda.
4240
4241 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4242
4243 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4244 (lm-get-header-re): Allow spaces between the header and the colon.
4245 (lm-header): Allow $ in non-RCS headers.
4246 (lm-header-multiline): Put the strings back into order.
4247 Stop at an empty line. Don't require two space chars if the
4248 line is clearly not another header line.
4249
4250 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4251 (popup-menu-popup): Remove.
4252
7a98d821
GM
42532000-09-15 Gerd Moellmann <gerd@gnu.org>
4254
7f8f1edc
GM
4255 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4256 specification if or if not tool-bar item contains an `:enabled'
4257 property.
4258
7a98d821
GM
4259 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4260 current buffer has no file name.
4261
a7bc704b
DL
42622000-09-15 Dave Love <fx@gnu.org>
4263
4264 * strokes.el: Sync with maintainer's current version with changes
4265 for Emacs, but avoid runtime cl and levents.
4266 (toplevel): Change autoloads and compilation requires.
4267 (strokes-version, strokes-bug-address, strokes-lift): Values
4268 changed.
4269 (strokes-xpm-header, strokes-insinuated): New variable.
4270 (strokes): Add :link.
4271 (strokes-mode): Customized.
4272 (strokes-while-inhibiting-garbage-collector): New macro.
4273 (strokes-remassoc): Avoid remove-if.
4274 (strokes-fix-button2-command): Don't use ad-do-it.
4275 (strokes-insinuate): New function.
4276 (strokes-button-press-event-p, strokes-button-release-event-p):
4277 New functions, used instead of non-`strokes-' versions..
4278 (strokes-mouse-event-p): Rewritten.
4279 (strokes-event-closest-point): Avoid event-point.
4280 (strokes-get-grid-position): Avoid cdadr, caadr
4281 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4282 functions.
4283 (strokes-help): Use with-output-to-temp-buffer.
4284 (strokes-window-configuration-changed-p): New function.
4285 (strokes-update-window-configuration): Use buffer-live-p,
4286 strokes-window-configuration-changed-p.
4287 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4288 (strokes-char-face): New face.
4289 (strokes-char-table, strokes-base64-chars): New variable.
4290 (strokes-xpm-for-stroke, strokes-list-strokes)
4291 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4292 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4293 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4294 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4295 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4296 functions.
4297
47e351a3
GM
42982000-09-15 Gerd Moellmann <gerd@gnu.org>
4299
ebb8f116
GM
4300 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4301
47e351a3
GM
4302 * image.el (create-image): Doc fix.
4303
4304 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4305 instead of `:heuristic-mask t'.
4306
fe83b953
AI
43072000-09-14 Andrew Innes <andrewi@gnu.org>
4308
4309 * makefile.w32-in: Revert to Unix line endings.
4310
52481729
AI
43112000-09-14 Andrew Innes <andrewi@gnu.org>
4312
3021e816
AI
4313 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4314 when installing.
4315
52481729
AI
4316 * makefile.nt (DONTCOMPILE): Fix typo.
4317
4318 * shell.el (shell-write-history-on-exit): New function.
4319 (shell-dumb-shell-regexp): New custom variable.
4320 (shell-mode): Make shell-write-history-on-exit the process
4321 sentinel if shell name matches shell-dumb-shell-regexp.
4322
4323 * w32-fns.el: Comment out before-init-hook function which resets
4324 source-directory based; this breaks bootstrap.
4325
f8034e41
DL
43262000-09-14 Dave Love <fx@gnu.org>
4327
4328 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4329 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4330 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4331 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4332 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4333 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4334 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4335 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4336 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4337
4338 * toolbar/toolbar.el: New.
4339
4340 * subdirs.el: Add toolbar.
4341
b9ce5694
GM
43422000-09-14 Gerd Moellmann <gerd@gnu.org>
4343
4344 * indent.el (indent-for-tab-command): Doc fix.
4345
986b7dee
GM
43462000-09-14 Alex Schroeder <alex@gnu.org>
4347
4348 * ansi-color.el (ansi-colors): Doc change.
4349 (ansi-color-get-face): Simplified regexp.
4350 (ansi-color-faces-vector): Added more faces, doc change.
4351 (ansi-color-names-vector): Doc change.
4352 (ansi-color-regexp): Simplified regexp.
4353 (ansi-color-parameter-regexp): New regexp.
4354 (ansi-color-filter-apply): Doc change.
4355 (ansi-color-filter-region): Doc change.
4356 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4357 deal with zero length parameters.
4358 (ansi-color-apply-on-region): Doc change.
4359 (ansi-color-map): Doc change.
4360 (ansi-color-map-update): Removed debugging message.
4361 (ansi-color-get-face-1): Added condition-case to trap
4362 args-out-of-range errors.
4363 (ansi-color-get-face): Doc change.
4364 (ansi-color-make-face): Removed.
4365 (ansi-color-for-shell-mode): New option.
9b4a7800 4366
076ff911
KH
43672000-09-13 Kenichi Handa <handa@etl.go.jp>
4368
4369 * international/quail.el (quail-start-translation): Translate KEY
4370 if necessary even if it doesn't have any mapping in the current
4371 input method.
4372 (quail-start-conversion): Likewise.
4373 (quail-help): The output message is improved.
4374
bdf08678
MB
43752000-09-13 Miles Bader <miles@gnu.org>
4376
4377 * comint.el (comint-output-filter): Revert to using
4378 `insert-before-markers'. Add bletcherous hack to undo damage
4379 caused by `insert-before-markers'. Put `front-sticky' property on
4380 overlays created here so that the field code understands how the
4381 overlay works. Use a let when making comint-last-prompt-overlay,
4382 so that the code is easier to read.
4383
ffb8db8d
DL
43842000-09-13 Dave Love <fx@gnu.org>
4385
4386 * wid-edit.el (widget-default-format-handler): DTRT when
4387 doc-property is a function.
4388
5dd05f61
GM
43892000-09-12 Francesco Potorti` <pot@gnu.org>
4390
4391 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4392 filed name if it's not there.
4393
35177617
DL
43942000-09-12 Dave Love <fx@gnu.org>
4395
9023837e
DL
4396 * simple.el (read-mail-command): Doc fix.
4397 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4398
35177617
DL
4399 * vc.el (vc-dired-listing-switches): Fix :version.
4400
4401 * vc-hooks.el: Doc fixes.
4402
4403 * subr.el (add-minor-mode): Use toggle-fun arg.
4404
4405 * speedbar.el: Add :version to several defcustoms.
4406
4407 * imenu.el (imenu--truncate-items, imenu--cleanup)
4408 (imenu--generic-function): Avoid mapcar.
4409 (imenu--replace-spaces): Function removed.
4410 (imenu--completion-buffer): Use subst-char-in-string.
4411 (imenu-add-to-menubar): Use keymap inheritance.
4412
1afaae94
MB
44132000-09-12 Miles Bader <miles@gnu.org>
4414
4415 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4416 (diff-mode-map): Bind `diff-test-hunk'.
4417 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4418
44192000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4420
4421 * bytecomp.el (byte-compile-defvar): Undo last change
4422 because it breaks '(make-variable-buffer-local (defvar ...)'
4423 which is used at least in dired.
4424
63c36c3c
KH
44252000-09-12 Kenichi Handa <handa@etl.go.jp>
4426
4427 * international/quail.el (quail-define-package): Docstring
4428 modified.
4429
1ad24be1
KH
44302000-09-12 Kenichi Handa <handa@etl.go.jp>
4431
362a8065
KH
4432 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4433 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4434 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4435 docstring of "chinese-py".
4436
1ad24be1
KH
4437 * international/quail.el (quail-translation-docstring): New
4438 variable.
4439 (quail-show-keyboard-layout): Docstring modified.
4440 (quail-select-current): Likewise.
4441 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4442 infinite recursive call.
4443 (quail-help): Check quail-translation-docstring. Format of the
4444 output changed.
4445 (quail-help-insert-keymap-description): Adjusted for the above
4446 change.
4447
cc0f95a4
GM
44482000-09-11 Gerd Moellmann <gerd@gnu.org>
4449
4450 * bytecomp.el (byte-compile-defvar): Only cons onto
4451 current-load-list in top-level forms. Else this leaks a cons cell
4452 every time a defun is called.
4453
7530b6da
MB
44542000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4455
4456 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4457 Now understands non-unified diffs. Some functionality moved into
4458 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4459 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4460 modify anything. Only reposition point in the patched file if the
4461 patch succeeds. Only pop up another window if POPUP is true.
4462 Emit a message describing what happened if successful, and at what
4463 line-offset. Automatically detect reversed hunks and do something
4464 appropriate.
4465 (diff-hunk-text, diff-find-text): New functions.
4466 (diff-filter-lines): Function removed.
4467 (diff-test-hunk): New function.
4468 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4469
6b124390
DL
44702000-09-10 Dave Love <fx@gnu.org>
4471
4472 * textmodes/tildify.el: Minor doc/commentary fixes.
4473 (tildify) <defgroup>: Add :version.
4474
4475 * faces.el (face-x-resources): Make custom type more specific.
4476 (frame-background-mode): Use mapc.
4477 (region) <defcustom>: Add :version.
4478
7f8b6551
SM
44792000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4480
9b4a7800
TTN
4481 * vc-sccs.el (vc-sccs-register):
4482 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4483 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4484 * vc.el (vc-register): Clear file's properties.
4485
c454aac1
GM
44862000-09-08 Gerd Moellmann <gerd@gnu.org>
4487
4488 * faces.el (face-spec-set): Only face-spec-reset-face when
4489 ATTRS is non-nil.
4490
bb934822
EZ
44912000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4492
4493 * help.el (help-insert-xref-button): Fix a typo in doc string.
4494
03419440
EZ
44952000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4496
7f8b6551
SM
4497 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4498 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4499 methods.
4500
03419440
EZ
4501 * menu-bar.el (read-mail-item-name): New function.
4502 (menu-bar-tools-menu): Use it to compute and display the package
4503 used to read email.
4504 (menu-bar-tools-menu): Fix typo in GUD's help string.
4505
dbcee71a
DL
45062000-09-07 Dave Love <fx@gnu.org>
4507
19e713d8
DL
4508 * diff-mode.el (diff-mouse-goto-source): New function.
4509
a7cafade 4510 * vc-sccs.el: Doc fixes.
7f8b6551 4511 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4512
4513 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4514 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4515 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4516 (vc-rcs-master-templates): Add or change :version.
4517
7f8b6551 4518 * vc-cvs.el: Doc fixes.
a7cafade
DL
4519 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4520 (vc-cvs-stay-local): Add :version.
4521
dbcee71a
DL
4522 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4523
ed254191
KH
45242000-09-07 Kenichi Handa <handa@etl.go.jp>
4525
4526 * international/quail.el (quail-help): Fix previous change.
4527
ab0ee409
GM
45282000-09-07 Gerd Moellmann <gerd@gnu.org>
4529
f46f845b 4530 * faces.el (color-values): Doc fix.
9b4a7800 4531
ab0ee409
GM
4532 * faces.el (frame-set-background-mode): Use frame-parameter
4533 instead of frame-parameters.
4534
4535 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4536 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4537 frame-parameters.
9b4a7800 4538
f7246ac7
KH
45392000-09-07 Kenichi Handa <handa@etl.go.jp>
4540
4541 * language/devan-util.el (devanagari-to-indian-region): In the
4542 loop, change the following char, not preceding char.
4543
96889af2
GM
45442000-09-07 Gerd Moellmann <gerd@gnu.org>
4545
1091dd67
GM
4546 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4547 instead of frame-parameters.
4548
9b4a7800 4549 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4550 internal-set-lisp-face-attribute with FRAME being 0.
4551
4552 * vc.el: Remove `Id' version control keyword.
96889af2 4553
0fddd0dc
KH
45542000-09-07 Kenichi Handa <handa@etl.go.jp>
4555
4556 * help.el (help-make-xrefs): Adjusted for the change of
4557 help-xref-mule-regexp.
4558 (help-insert-xref-button): New function.
4559
4560 * international/mule-cmds.el (help-xref-mule-regexp-template):
4561 Include the pattern for character set.
4562 (leim): New group.
4563
4564 * international/quail.el: Don't require face.
4565 (quail): New group.
7f8b6551 4566 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4567 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4568 (quail-keyboard-layout-substitution): New variable.
4569 (quail-update-keyboard-layout): New function.
4570 (quail-keyboard-layout-type): New customizable variable.
4571 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4572 (quail-keyboard-translate): Pay attention to
4573 quail-keyboard-layout-substitution.
4574 (quail-insert-kbd-layout): New function.
4575 (quail-show-keyboard-layout): New function.
4576 (quail-get-translation): If the definition is a vector of length
7f8b6551 4577 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4578 in that string.
4579 (quail-update-current-translations): Fix the case of
4580 relative-index out of range.
4581 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4582 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4583 Show key sequences for all available characters.
0fddd0dc
KH
4584 (quail-help-insert-keymap-description): Don't show such verbose
4585 key bindings as quail-self-insert-command.
4586
4587 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4588 Format changed, and each element now have extra documentations.
4589 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4590 Adjusted for the change of quail-cxterm-package-ext-info.
4591
8ddceaf1
GM
45922000-09-06 Gerd Moellmann <gerd@gnu.org>
4593
4594 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4595 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4596 during bootstrap.
4597
099bd78a
SM
45982000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4599
4600 * vc.el: (toplevel): Don't require `dired' at run-time.
4601 (vc-dired-resynch-file): Remove autoload cookie.
4602
46032000-09-05 Andre Spiegel <spiegel@gnu.org>
4604
4605 * vc.el: Made several backend functions optional.
4606 (vc-default-responsible-p): New function.
4607 (vc-merge): Use RET for first version to trigger merge-news, not
4608 prefix arg.
4609 (vc-annotate): Handle backends that do not support annotation.
4610 (vc-default-merge-news): Removed. The existence of a merge-news
4611 implementation is now checked on caller sites.
4612
9b4a7800 4613 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4614 case.
4615
9b4a7800 4616 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4617 special case that has been removed from the default in vc-hooks.el.
4618
46192000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4620
4621 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4622
46232000-09-05 Andre Spiegel <spiegel@gnu.org>
4624
4625 * vc-hooks.el: Require vc during compilation.
4626 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4627 macro `with-vc-properties' in vc.el.
4628 (vc-file-getprop): Doc fix.
4629 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4630
099bd78a
SM
4631 * vc.el: Require dired-aux during compilation.
4632 (vc-name-assoc-file): Moved to vc-sccs.el.
4633 (with-vc-properties): New macro.
9b4a7800 4634 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4635 vc-finish-steal): Use it.
4636 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4637 to the backend-specific function is now supposed to do the checkout,
4638 too.
4639 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4640
9b4a7800 4641 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4642 set file properties; that gets done in the generic code now.
4643
4644 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4645 Changed parameter list, added code from vc.el that does the
4646 checkout, possibly with a double-take.
4647
4648 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4649 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4650 the above under the new name.
4651 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4652 parameter list, added checkout command.
4653 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4654 properties; that gets done in the generic code now.
4655
46562000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4657
4658 * vc.el: Docstring fixes (courtesy of checkdoc).
4659
46602000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4661
4662 * vc.el (vc-checkout-writable-buffer-hook)
4663 (vc-checkout-writable-buffer): Remove.
4664 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4665 (vc-log-mode): Make it into a clean derived major mode.
4666 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4667 vc-log-mode if log-edit is not available.
4668 (vc-dired-mode-map): Don't set-keymap-parent yet.
4669 (vc-dired-mode): Do set-keymap-parent here.
4670 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4671
08ba3862
GM
46722000-09-05 Gerd Moellmann <gerd@gnu.org>
4673
4674 * faces.el (set-face-attribute, face-spec-reset-face)
4675 (face-spec-set): Avoid consing by removing calls to `apply'.
4676
4677 * frame.el (frame-parameter): Move to C code.
4678
3b4429b4
DL
46792000-09-05 Dave Love <fx@gnu.org>
4680
4681 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4682 insert-before-markers-and-inherit. Now checked systematically!
4683
877055f6
GM
46842000-09-05 Alex Schroeder <alex@gnu.org>
4685
4686 * sql.el (sql-postgres): Use sql-postgres-options.
4687 (sql-postgres-options): New variable.
4688
46892000-09-05 Alex Schroeder <alex@gnu.org>
4690
4691 * sql.el (sql-mode-menu): Work around missing variable mark-active
4692 in XEmacs.
4693 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4694 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4695 compatibility.
4696
7a004b71
GM
46972000-09-04 Gerd Moellmann <gerd@gnu.org>
4698
54baed30 4699 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4700
7a004b71
GM
4701 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4702
4703 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4704
47052000-09-04 Andre Spiegel <spiegel@gnu.org>
4706
4707 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4708 don't support anything else under SCCS yet.
4709
4710 * vc-hooks.el: Minor doc fixes.
4711
47122000-09-04 Andre Spiegel <spiegel@gnu.org>
4713
4714 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4715 not necessary. If verbose in state `needs-patch', do the same as
4716 under `up-to-date'. When NOT verbose and `needs-patch', check out
4717 latest version instead of `merge-news'.
4718 (vc-next-action-dired): Don't mess with default-directory here; it
4719 breaks other parts of dired. It is the job of the
099bd78a 4720 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4721 (vc-next-action): Remove a special CVS case.
4722 (vc-clear-headers): New optional arg FILE.
4723 (vc-checkin, vc-checkout): Set properties vc-state and
4724 vc-checkout-time properly.
099bd78a 4725 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4726 (vc-print-log): Use new backend function `show-log-entry'.
4727 (vc-cancel-version): Do the checks in a different order. Added a
4728 FIXME concerning RCS-only code.
4729
4730 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4731 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4732
4733 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4734
9b4a7800 4735 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4736 `needs-patch' as a `-' too.
4737
47382000-09-04 Andre Spiegel <spiegel@gnu.org>
4739
4740 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4741 (vc-default-could-register): New function.
4742 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4743 (vc-resynch-buffer): Call vc-dired-resynch-file.
4744 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4745 vc-resynch-buffer instead of vc-resynch-window.
4746 (vc-next-action-dired): Don't redisplay here, that gets done as a
4747 result of the individual file operations.
4748 (vc-retrieve-snapshot): Corrected prompt order.
4749
4750 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4751
7a004b71
GM
4752 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4753 as well.
4754 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4755 hostname regexps. Updated all callers.
4756 (vc-cvs-responsible-p): Handle directories as well.
4757 (vc-cvs-could-register): New function.
4758 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4759 properties up-to-date.
9b4a7800 4760
7a004b71
GM
4761 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4762 user whether to create one.
4763
47642000-09-04 Andre Spiegel <spiegel@gnu.org>
4765
4766 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4767 check out a non-existing file.
4768
4769 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4770 workfile does not exist.
4771
4772 * vc.el (vc-version-diff): Use `require' to check for existence of
4773 diff-mode.
4774
47752000-09-04 Andre Spiegel <spiegel@gnu.org>
4776
4777 * vc-cvs.el (vc-cvs-registered): Use new function
4778 vc-cvs-parse-entry to do the actual work.
4779
47802000-09-04 Andre Spiegel <spiegel@gnu.org>
4781
4782 * vc-hooks.el (vc-find-backend-function): If function doesn't
4783 exist, return nil instead of error.
4784 (vc-call-backend): Doc fix.
4785
4786 * vc.el (vc-do-command): Doc fix.
4787 (vc-finish-logentry): When checking in from vc-dired, choose the
4788 right backend for logentry check.
4789 (vc-dired-mode-map): Inherit from dired-mode-map.
4790 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4791 simplified.
4792 (vc-dired-state-info): Removed, updated caller.
4793 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4794 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4795 (vc-dired-listing-switches): New variable.
4796 (vc-directory): Use it, instead of dired-listing-switches.
4797
4798 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4799 (vc-cvs-dir-state): New function.
7f8b6551 4800 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4801 (vc-cvs-parse-entry): New function, also to be used in
4802 vc-cvs-registered.
9b4a7800 4803
7a004b71
GM
48042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4805
4806 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4807 *or* single-window-frames.
4808
48092000-09-04 Andre Spiegel <spiegel@gnu.org>
4810
4811 * vc.el (vc-update-changelog): Split into generic part and default
4812 implementation. Doc string adapted.
4813 (vc-default-update-changelog): New function. Call the `rcs2log'
4814 script in exec-directory, to fix a long-standing nuisance.
4815
4816 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4817 simply signals an error.
9b4a7800 4818
7a004b71
GM
48192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4820
4821 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4822 control-flow more clear and to avoid running `cvs' twice.
4823
4824 * vc.el (vc-next-action-on-file): Doc fix.
4825 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4826 (vc-print-log): Eval `file' before constructing the continuation.
4827
48282000-09-04 Andre Spiegel <spiegel@gnu.org>
4829
4830 * vc.el (vc-next-action-on-file): Corrected several messages.
4831 (vc-merge): Add prefix arg `merge-news'; handle it.
4832
4833 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4834 is not reached. It is.
4835 (vc-cvs-merge): Set state to 'edited after merge.
4836 (vc-cvs-merge-news): Set workfile version to nil if not known.
4837 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4838
4839 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4840 via stdout. (Merge from main line.)
9b4a7800 4841
7a004b71
GM
48422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4843
4844 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4845 detection.
4846
48472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4848
4849 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4850 against kill-all-local-variables.
4851 (vc-log-edit): Don't save vc-parent-buffer any more.
4852 (vc-last-comment-match): Initialize to an empty string.
4853 (vc-post-command-functions): New hook.
4854 (vc-do-command): Run it.
4855 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4856 (vc-finish-logentry): Only add the comment to the ring if it's
4857 different from the last comment entered.
4858 (vc-new-comment-index): New function.
4859 (vc-previous-comment): Use it. Make the minibuffer message
4860 slightly less terse.
4861 (vc-comment-search-reverse): Make it work forward as well. Don't
4862 set vc-comment-ring-index if no match is found. Use
4863 vc-new-comment-index.
4864 (vc-comment-search-forward): Use vc-comment-search-reverse.
4865 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4866 define-derived-mode will do it for us. Bind `v' to a keymap that
4867 inherits from vc-prefix-map so that we can bind `vt' without
4868 binding C-x v t.
4869 (vc-retrieve-snapshot): Parenthesis typo.
4870
4871 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4872 to 1. Make sure to switch to *vc* before looking for an error
4873 message. Use vc-parse-buffer.
4874
48752000-09-04 Andre Spiegel <spiegel@gnu.org>
4876
4877 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4878 and NAME.
4879 (vc-retrieve-snapshot): Split into two parts.
4880 (vc-default-retrieve-snapshot): New function.
4881
4882 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4883 (vc-cvs-retrieve-snapshot): New function (untested).
4884 (vc-cvs-stay-local): Default to t.
4885 (vc-cvs-remote-p): New function and property.
4886 (vc-cvs-state): Stay local only if the above is t.
4887 (vc-handle-cvs): Removed.
4888 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4889 done via vc-handled-backends now.
4890 (vc-cvs-header): Escape Id.
4891
48922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4893
4894 * vc.el (vc-do-command): Remove unused commands.
4895 (vc-version-diff): Make sure default-directory ends with a slash.
4896 Move the window commands into a vc-exec-after.
4897 (vc-print-log): Move more of the code into the `vc-exec-after'.
4898
48992000-09-04 Andre Spiegel <spiegel@gnu.org>
4900
4901 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4902 (vc-print-log): Search current revision from beginning of buffer.
4903 (vc-revert-buffer): Clear echo area after the diff is finished.
4904 (vc-prefix-map): Removed definition of "t" for terse display in vc
4905 dired.
4906 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4907 definition of "vt" for terse display.
4908 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4909
49102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4911
4912 * vc.el (vc-exec-after): Avoid caddr.
4913
49142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4915
4916 * vc.el (vc-exec-after): New function.
4917 (vc-do-command): Use it to add a termination message for async
4918 procs.
4919 (vc-checkout): Try to handle a missing-backend situation.
4920 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4921 of a directory with a backend using async diffs.
4922 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4923 present.
4924
4925 * vc-sccs.el (vc-sccs-state-heuristic): Use
4926 file-ownership-preserved-p.
4927
4928 * vc-rcs.el (vc-rcs-state-heuristic): Use
4929 file-ownership-preserved-p.
4930 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4931
49322000-09-04 Andre Spiegel <spiegel@gnu.org>
4933
4934 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4935 vc-do-command.
4936
4937 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4938 when there are no changes.
4939
49402000-09-04 Andre Spiegel <spiegel@gnu.org>
4941
4942 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4943
4944 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4945
49462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4947
4948 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4949
4950 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4951 the `fset' outside of the defvar so that it works even if
4952 vc-prefix-map was already defined.
4953 (vc-setup-buffer): New function, split out of vc-do-command.
4954 (vc-do-command): Allow BUFFER to be t to mean `just use the
4955 current buffer without any fuss'.
4956 (vc-version-diff): Change the `diff' backend operation to just put
4957 the diff in the current buffer without erasing it. Always use
4958 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4959 shrink-window-if-larger-than-buffer.
4960 (vc-print-log): Change the `print-log' backend operation to just
4961 put the log in the current buffer without erasing it. Protect
4962 shrink-window-if-larger-than-buffer.
4963 (vc-update-change-log): Fix setd typo.
4964
4965 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4966 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4967
4968 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4969 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4970 CMP.
4971
4972 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4973 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4974 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4975
49762000-09-04 Andre Spiegel <spiegel@gnu.org>
4977
4978 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4979 not possible, use vc-BACKEND-workfile-unchanged-p.
4980 (vc-default-workfile-unchanged-p): New function. Delegates to a
4981 full vc-BACKEND-diff.
4982
4983 * vc-hooks.el (vc-simple-command): Removed.
4984
4985 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4986 instead of vc-simple-command.
4987 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4988 avoid doing a diff when opening a file.
4989 (vc-rcs-state): Added check for unlocked-changes.
4990 (vc-rcs-header): Escape Id.
4991 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4992 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4993 version.
4994
4995 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4996 (vc-sccs-diff): Remove optional arg CMP.
4997 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4998 SCCS-specific function.
4999
5000 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5001 vc-simple-command.
5002
50032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5004
5005 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5006 (with-vc-file, vc-merge): Use vc-editable-p.
5007 (vc-do-command): Remove unused var vc-file and fix the
5008 doubly-defined `status' var. Add a user message when starting an
5009 async command.
5010 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5011 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5012 Use with-current-buffer.
5013 (vc-buffer-sync): Use unless.
5014 (vc-next-action-on-file): If the file is 'edited by read-only,
5015 make it read-write instead of trying to commit.
5016 (vc-version-diff, vc-update-change-log): Use `setq
5017 default-directory' rather than `cd'.
5018 (vc-log-edit): Don't forget to set default-directory in the
5019 buffer.
5020
5021 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5022 (vc-sccs-state-heuristic): Use file-writable-p instead of
5023 comparing userids.
5024 (vc-sccs-checkout): Use `unless'.
5025
5026 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5027 of comparing userids.
5028 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5029 Simplify the logic by eliminating unreachable code.
5030 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5031 just do a recursive call if we need to retry.
5032 (vc-rcs-checkout): Handle the case where rcs is missing by making
5033 the buffer read-write if requested and re-signalling the error.
5034
5035 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5036
50372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5038
5039 * vc-hooks.el (vc-handled-backends): Docstring change.
5040 (vc-ignore-vc-files): Mark obsolete.
5041 (vc-registered): Check vc-ignore-vc-files.
5042 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5043 vc-ignore-vc-files.
5044
5045 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5046
50472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5048
5049 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5050 files since ange-ftp already has vc-registered return nil.
5051
5052 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5053 (vc-sccs-workfile-version): Use with-temp-buffer and new
5054 vc-parse-buffer and don't bother setting the property.
5055 (vc-sccs-add-triple): Use with-current-buffer and
5056 find-file-noselect.
5057 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5058
5059 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5060 derives from the old vc-parse-buffer but uses the revision number
5061 rather than the date (much easier to compare robustly).
5062 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5063 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5064 locking-user more directly. Check strict locking and set
5065 checkout-model appropriately.
5066 (vc-rcs-parse-locks): Remove.
5067 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5068 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5069 (vc-rcs-system-release): Use with-current-buffer and
5070 vc-parse-buffer.
5071 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5072
5073 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5074 (vc-simple-command): Docstring fix.
5075 (vc-registered): Align the way the file-handler is called with the
5076 way the function itself works.
5077 (vc-file-owner): Remove.
5078
5079 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5080 extraction of fields and call to file-attributes because of a
5081 temporary bug in rcp.el.
5082 (vc-cvs-fetch-status): Use with-current-buffer.
5083
50842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5085
5086 * vc.el (vc-do-command): Use file-relative-name.
5087 (vc-responsible-backend): Use vc-backend if possible.
5088 (vc-create-snapshot): Improve the `interactive' spec. Add support
5089 for branches and dispatch to backend-specific `create-snapshot'.
5090 (vc-default-create-snapshot): New function, containing the bulk of
5091 the old vc-create-snapshot.
5092 (vc-retrieve-snapshot): Improve the interactive spec.
5093
5094 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5095 (vc-backend-hook-functions): Remove.
5096 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5097 (vc-backend): Reintroduce the test for `file = nil' now that I
5098 know why it was there (and added a comment to better remember).
5099
5100 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5101 code from vc-sccs-hooks.el.
5102 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5103 'vc anymore.
5104 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5105 and file-directory-p instead of file-exists-p.
5106 (vc-sccs-check-headers): Simplify the regexp.
5107
5108 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5109 from vc-rcs-hooks.el. Don't require 'vc anymore.
5110 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5111 file-directory-p instead of file-exists-p.
5112
5113 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5114 from vc-cvs-hooks.el.
5115 (proto vc-cvs-registered): Require 'vc-cvs instead of
5116 'vc-cvs-hooks. Don't require 'vc anymore.
5117 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5118 file-directory-p instead of file-exists-p.
5119 (vc-cvs-create-snapshot): New function, replacing
5120 vc-cvs-assign-name.
5121 (vc-cvs-assign-name): Remove.
5122
51232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5124
5125 * vc-cvs.el (vc-cvs-header): New var.
5126
5127 * vc-rcs.el (vc-rcs-exists): Remove.
5128 (vc-rcs-header): New var.
5129
5130 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5131 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5132 (vc-sccs-header): New var.
5133
5134 * vc.el (vc-do-command): Get rid of the `last' argument.
5135 (vc-header-alist): Remove, replaced by vc-X-header.
5136 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5137 (vc-dired-hook): Use expand-file-name instead of concat.
5138 (vc-directory): Use file-name-as-directory.
5139 (vc-snapshot-precondition, vc-create-snapshot)
5140 (vc-retrieve-snapshot): Allow the command to operate on any
5141 directory.
5142
5143 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5144 just removing the 'WORKFILE argument or by removing the 'MASTER
5145 argument and replacing `file' with (vc-name file).
5146
51472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5148
5149 * vc.el: Update Copyright and add a crude list of backend funs.
5150 (vc-writable-p): New function.
5151 (with-vc-file): Use vc-writable-p.
7f8b6551 5152 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5153 (vc-register): Avoid vc-name.
5154 (vc-locking-user): Remove.
5155 (vc-steal-lock): Make the `owner' arg non-optional.
5156 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5157 vc-checkout-model.
5158 (vc-default-dired-state-info): Use vc-state instead of
5159 vc-locking-user and return special strings for special states.
5160 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5161 and get rid of one of the special CVS cases.
5162 (vc-cancel-version): prettify error message with \\[...].
5163 (vc-rename-master): New function.
5164 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5165 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5166 the CVS special case generic.
5167 (vc-default-record-rename): Remove.
5168 (vc-file-tree-walk-internal): Only call FUNC for files that are
5169 under control of some VC backend and replace `concat' with
5170 expand-file-name.
5171 (vc-file-tree-walk): Update docstring.
5172 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5173 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5174
5175 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5176 vc-sccs-record-rename. Use `find-file-noselect' rather than
5177 `find-file' and call `vc-rename-master' to do the actual move.
5178 (vc-sccs-diff): Remove unused `backend' variable.
5179
5180 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5181 to delay loading of vc-sccs until it is really used.
5182 (vc-sccs-master-templates): Preload.
5183 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5184 (vc-sccs-project-dir): Remove (merged into
5185 vc-sccs-search-project-dir).
5186 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5187 rather than `concat', make sure it is preloaded and don't bother
5188 to check that the file actually exists.
5189 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5190 `locks' argument (use buffer's content instead) and eliminate n^2
5191 behavior.
5192
5193 * vc-rcs.el: Update Copyright.
5194 (vc-rcs-rename-file): New function.
5195 (vc-rcs-diff): Remove unused `backend' variable.
5196
5197 * vc-hooks.el: Update Copyright.
5198 (vc-backend): Don't accept a nil argument any more.
5199 (vc-up-to-date-p): Turn into a defsubst.
5200 (vc-possible-master): New function.
5201 (vc-check-master-templates): Use `vc-possible-master' and allow
5202 funs in vc-X-master-templates to return a non-existent file.
5203
5204 * vc-cvs.el: Update Copyright.
5205 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5206 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5207
5208 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5209
52102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5211
5212 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5213 since it can be called from vc-rcs.el.
5214 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5215
52162000-09-04 Andre Spiegel <spiegel@gnu.org>
5217
5218 * vc.el (vc-version-diff): Expand file name read from the
5219 minibuffer. Handle the case when a previous version number can't
5220 be guessed. Give suitable messages when there were no differences
5221 found.
5222 (vc-clear-headers): Call backend-specific implementation, if one
5223 exists.
5224 (vc-cancel-version): Made error checks generic. When done, clear
5225 headers generically, too.
5226
5227 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5228 from vc-clear-headers in vc.el.
5229
5230 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5231 correctly.
5232 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5233 optional. Handle the case when it's not there.
5234
52352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5236
5237 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5238
52392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * vc-hooks.el (vc-loadup): Remove.
5242 (vc-find-backend-function): Use `require'. Also, handle the case
5243 where vc-BACKEND-hooks.el doesn't exist.
5244 (vc-call-backend): Cleanup.
5245
52462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5249 vc-rcs-grab-templates)
5250 (vc-rcs-registered): Remove. The default function works as well.
5251 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5252 vc-sccs-grab-templates)
5253 (vc-sccs-registered): Remove. The default function works as well.
5254
5255 * vc.el (vc-version-diff): Left out a vc- in call to
5256 vc-call-backend.
5257 (vc-default-dired-state-info, vc-default-record-rename)
5258 (vc-default-merge-news): Update for the new backend argument.
5259
5260 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5261 using the default function.
5262 (vc-call-backend): If calling the default function, pass it the
5263 backend as first argument. Update the docstring accordingly.
5264 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5265 for the new backend argument.
5266 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5267 (vc-find-backend-function): Use the new name.
5268 (vc-default-registered): New function.
5269
52702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5271
5272 * vc.el (vc-merge): Use vc-find-backend-function.
5273
5274 * vc-hooks.el (vc-backend-functions): Remove.
5275 (vc-loadup): Don't setup 'vc-functions.
5276 (vc-find-backend-function): New function.
5277 (vc-call-backend): Use above fun and populate 'vc-functions
5278 lazily.
5279 (vc-backend-defines): Remove.
5280
52812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5282
5283 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5284 Call vc-call-backend without the leading vc-.
5285 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5286 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5287 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5288 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5289 Call vc-call-backend without the leading vc-.
5290
5291 * vc-cvs.el (tail): Provide vc-cvs.
5292 * vc-sccs.el (tail): Provide vc-sccs.
5293 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5294
5295 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5296 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5297 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5298 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5299 (vc-call-backend): Always try to load vc-X-hooks.
5300 (vc-registered): Remove vc- in call to vc-call-backend.
5301
53022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5303
5304 * vc.el (vc-process-filter): New function.
5305 (vc-do-command): Setup `vc-process-filter' for the async process.
5306 (vc-maybe-resolve-conflicts): New function to reduce
5307 code-duplication. Additionally, it puts the buffer in
5308 `smerge-mode' if applicable.
5309 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5310 calling `merge-news'.
7f8b6551 5311 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5312 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5313 interfacing to log-edit.el.
5314 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5315 log-edit is available.
5316 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5317
53182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5319
5320 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5321 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5322 defvar and the initialization.
5323 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5324
5325 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5326 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5327
7f8b6551 5328 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5329
53302000-09-04 Andre Spiegel <spiegel@gnu.org>
5331
5332 * vc.el (vc-file-clear-masterprops): Removed.
5333 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5334 (vc-version-diff): Use buffer-size without argument.
5335 (vc-register): Heed vc-initial-comment.
5336
5337 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5338 default branch.
5339
5340 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5341 file name and workfile version.
5342 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5343
5344 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5345 vc-file-clear-masterprops.
5346
5347 * vc-sccs.el (vc-sccs-checkout): Removed call to
5348 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5349 rather than user login name.
5350
5351
53522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5353
5354 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5355 `want-differences-if-changed' and simplify.
5356 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5357 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5358 output (which is invalid for async vc-diff) to decide whether to
5359 do the revert silently or not.
5360
53612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5362
5363 * vc-hooks.el (vc-loadup): Load files quietly.
5364 (vc-call-backend): Oops, brain fart.
5365
53662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5367
5368 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5369 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5370
53712000-09-04 Andre Spiegel <spiegel@gnu.org>
5372
5373 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5374 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5375 vc-state or vc-up-to-date-p.
5376 (vc-merge): Use vc-backend-defines to check whether merging is
5377 possible. Set state to 'edited after successful merge.
5378
5379 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5380 return that name. Redocumented.
5381
53822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5383
5384 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5385 new `vc-state' semantics.
5386 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5387 'vc-locking-user to the current user.
5388 (vc-merge): Inline vc-backend-merge. Comment out code that I
5389 don't understand and hence can't adapt to the new `vc-state' and
5390 `vc-locking-user' semantics.
5391 (vc-backend-merge): Remove.
5392
5393 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5394 rather than 'vc-locking-user.
5395
5396 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5397
5398 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5399 (vc-state): Don't use 'reserved any more. Just use the same
5400 convention as the one used for vc-<backend>-state where the
5401 locking user (as a string) is returned.
5402 (vc-locking-user): Update, based on the above convention. The
5403 'vc-locking-user property has disappeared.
7f8b6551 5404 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5405
5406 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5407 with a heuristic one.
5408 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5409 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5410 error. That allows us to get to 'needs-merge even in the
5411 stay-local case. There's still no way to detect 'needs-patch in
5412 such a setup (or to force an update for that matter).
5413 (vc-cvs-logentry-check): Remove, the default works as well.
5414
54152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5416
7f8b6551 5417 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5418
5419 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5420 major-mode in which the buffer might have been put earlier. Use
5421 `remove' and `when'. Allow `okstatus' to be `async' and use
5422 `start-process' in this case.
5423 (vc-version-diff): Handle the case where the diff looks empty
5424 because of the use of an async process.
5425
54262000-09-04 Andre Spiegel <spiegel@gnu.org>
5427
5428 * vc.el (vc-next-action-on-file): Removed optional parameter
5429 `simple'. Recompute state unconditionally.
5430 (vc-default-toggle-read-only): Removed.
5431
5432 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5433 (vc-toggle-read-only): Undid prev change.
5434
5435 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5436 vc-cvs-simple-toggle. Redocumented.
5437 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5438 (vc-cvs-toggle-read-only): Removed.
5439
54402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5441
7f8b6551 5442 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5443 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5444 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5445 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5446 still is. So maybe it should be removed.
5447 (vc-head-version, vc-find-binary): Remove.
5448 (vc-recompute-state): Move from vc-hooks.el.
5449 (vc-next-action-on-file): Add a `simple' argument to allow
5450 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5451 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5452 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5453 (vc-dired-mode-map): Properly defvar it.
5454 (vc-print-log): Call log-view-mode if available.
5455 (small-temporary-file-directory): defvar instead of use boundp.
5456 (vc-merge-news): Moved to vc-cvs.el.
5457 (vc-default-merge-news): New function.
5458
5459 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5460 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5461 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5462 unknown `vc-latest-version' function. It should probably refer to
5463 vc-workfile-version or somesuch, but it's very unclear to me and I
5464 don't have SCCS to test things.
5465
5466 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5467 (vc-sccs-state-heuristic): Fix typo.
5468 (vc-sccs-workfile-unchanged-p): Add missing argument.
5469
5470 * vc-rcs.el: Require vc and vc-rcs-hooks.
5471 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5472 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5473 (vc-release-greater-or-equal-p): Move from vc.
5474 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5475 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5476 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5477 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5478
5479 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5480 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5481 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5482 than the apparently unbound `workfile-version'.
5483
5484 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5485 (vc-file-prop-obarray): Use `make-vector'.
5486 (vc-backend-functions): Add new hookable functions
5487 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5488 (vc-loadup): If neither backend nor default functions exist, use
5489 the backend function rather than nil.
5490 (vc-call-backend): If the function if not bound yet, try to load
5491 the non-hook file to see if it provides it.
5492 (vc-call): New macro plus use it wherever possible.
5493 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5494 nor `vc-find-binary' since it's only called from
7f8b6551 5495 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5496 (vc-checkout-model): Fix parenthesis.
5497 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5498
7f8b6551 5499 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5500 (vc-cvs-release, vc-cvs-system-release): Remove.
5501 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5502 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5503 status symbols.
5504 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5505 (vc-cvs-toggle-read-only): First cut at a function to allow a
5506 cvs-status-free vc-toggle-read-only.
5507 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5508 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5509 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5510 (vc-cvs-checkout): Modify access rights directly if the user
5511 requested not to use `cvs edit'. And refresh the mode line.
5512
5513 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5514 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5515
55162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5519 workfile' that got lost when the code was extracted from vc.el.
5520 And merged the tail with the rest of the code (not possible in the
5521 old vc.el where the tail was shared among all backends). And
5522 explicitly set the state to 'edited if `writable' is set.
5523
5524 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5525 (vc-cvs-state): Be careful to return the value from
5526 vc-cvs-parse-state.
5527 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5528 property but return it instead. Also be careful to handle a nil
5529 or "" `rev' when workfile is non-nil (it was handled properly when
5530 workfile was nil).
5531
5532 * vc.el: Removed those pesky unnecessary `(function' quotes.
5533 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5534 directly in the defvar.
5535 (vc-do-command): Bind inhibit-read-only so as to properly handle
5536 the case where the destination buffer has been made read-only.
5537 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5538 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5539 (vc-annotate-mode-variables): Removed (code moved partly to
5540 defvars and partly to vc-annotate-add-menu).
5541 (vc-annotate-mode): Turned into a derived-mode.
5542 (vc-annotate-add-menu): Moved in code in
5543 vc-annotate-mode-variables.
5544 (vc-update-change-log): Use make-temp-file if available.
5545
55462000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5547
5548 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5549 `vc-checkout-model' updated to `vc-cvs-update-model'.
5550
55512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5552
5553 * vc.el (vc-next-action-on-file): Added handling of state
5554 `unlocked-changes'.
5555 (vc-checkout-carefully): Is now practically obsolete, unless the
5556 above is too slow to be enabled unconditionally.
5557 (vc-update-change-log): Fixed typo.
5558
5559 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5560
7f8b6551
SM
5561 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5562 Now handles state `unlocked-changes'.
5563 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5564
5565 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5566
5567 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5568 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5569 `unlocked-changes'.
5570 (vc-rcs-workfile-unchanged-p): Renamed from
5571 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5572 function yet, but supposed to become one soon.
5573
5574 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5575 `vc-steal-lock'.
5576 (vc-call-backend): Changed error message.
5577 (vc-state): Added description of state `unlocked-changes'.
5578
55792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5580
5581 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5582 always return t in CVS-controlled directories.
5583
5584 * vc.el (vc-responsible-backend): New function.
5585 (vc-register): Largely rewritten.
5586 (vc-admin): Removed (implementation moved into vc-register).
5587 (vc-checkin): Redocumented.
5588 (vc-finish-logentry): If no backend defined yet (because we are in
5589 the process of registering), use the responsible backend.
5590
5591 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5592 Updated function lists.
5593 (vc-call-backend): Fixed typo.
5594
7f8b6551
SM
5595 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5596 New functions.
5597 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5598 Removed query option. Redocumented.
7a004b71
GM
5599
56002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5601
5602 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5603
5604 * vc.el: Updated callers of `vc-checkout-required' to use
5605 `vc-checkout-model'.
5606
56072000-09-04 Martin Lorentzson <martinl@gnu.org>
5608
5609 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5610 stuff updated to reference this function instead of the old
5611 `vc-backend-release-p'.
5612
56132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5614
5615 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5616 vc-checkout-model. Return appropriate values. Updated callers.
5617
56182000-09-04 Martin Lorentzson <martinl@gnu.org>
5619
7f8b6551 5620 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5621 (vc-backend-revert): Function moved into `vc-revert';
5622 `vc-next-action' must be updated to accomodate this change.
5623 (vc-backend-steal): Function moved into `vc-finish-steal'.
5624 (vc-backend-logentry-check): Function moved into
5625 `vc-finish-logentry'.
5626 (vc-backend-printlog): Function moved into `vc-print-log'.
5627 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5628 (vc-backend-assign-name): Function moved into
5629 `vc-create-snapshot'.
5630
56312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5632
5633 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5634 Rename to vc-checkout-model. Return appropriate values.
5635 Update callers.
7a004b71 5636
7f8b6551 5637 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5638 to vc-checkout-model.
7f8b6551
SM
5639 (vc-checkout-required): Rename to vc-checkout-model.
5640 Re-implement and re-comment.
7a004b71
GM
5641 (vc-after-save): Use vc-checkout-model.
5642
56432000-09-04 Martin Lorentzson <martinl@gnu.org>
5644
7f8b6551
SM
5645 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5646 Update to use the vc-BACKEND-diff functions instead.
5647 `vc-diff' is now working.
7a004b71 5648
7f8b6551 5649 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5650
7f8b6551 5651 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5652
5653 * vc-sccs.el (vc-sccs-diff): Function changed name from
5654 `vc-backend-diff'. This makes `vc-diff' work.
5655
7f8b6551 5656 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5657 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5658 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5659 signaled during `vc-after-save'.
5660
7f8b6551
SM
5661 * vc.el: Fix typo.
5662 This checkin is made with our new VC code base for the very first time.
5663 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5664
5665 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5666 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5667
5668 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5669 updated to `vc-uses-locking'.
7f8b6551 5670 (vc-checkout-required): Call to backend function.
7a004b71
GM
5671 `vc-checkout-required' updated to `vc-uses-locking' instead.
5672
5673 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5674 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5675
7f8b6551 5676 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5677 to match the split into various backends.
7f8b6551 5678 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5679 (vc-retrieve-snapshot): Bug fix.
5680
56812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5682
5683 * vc-sccs.el (vc-sccs-release): Doc fix.
5684
56852000-09-04 Martin Lorentzson <martinl@gnu.org>
5686
5687 * vc.el (vc-next-action-on-file): Bug found and fixed.
5688 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5689 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5690
5691 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5692 (vc-rcs-checkout): Name space cleaned up. No more revision number
5693 crunching function names that are not prefixed with vc-rcs.
5694 (vc-rcs-checkout-model): Function added. References to
5695 `vc-checkout-model' replaced.
5696
56972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5698
5699 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5700 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5701 still need to be split, and implemented for RCS).
5702
57032000-09-04 Martin Lorentzson <martinl@gnu.org>
5704
5705 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5706
5707 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5708 required by the vc.el file.
5709
5710 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5711 required by the vc.el file.
5712 (vc-rcs-exists): Function added.
5713
5714 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5715 required by the vc.el file.
5716
5717 * vc.el (vc-admin): Updated to handle selection of appropriate
5718 backend. Current implementation is crufty and need re-thinking.
5719
5720 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5721
57222000-09-04 Martin Lorentzson <martinl@gnu.org>
5723
5724 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5725 beginning of annotate buffers correctly.
5726
5727 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5728 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5729 functionality updated quite a lot to support multiple backends.
5730 Variables `vc-annotate-mode', `vc-annotate-buffers',
5731 `vc-annotate-backend' added.
5732
5733 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5734 `vc-annotate-difference' added to supported backend functions.
5735
57362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5737
5738 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5739 Use with-temp-file instead of /bin/sh. Merged from mainline
5740
57412000-09-04 Martin Lorentzson <martinl@gnu.org>
5742
5743 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5744
5745 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5746
5747 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5748
57492000-09-04 Martin Lorentzson <martinl@gnu.org>
5750
5751 * vc-hooks.el: vc-state-heuristic added to
5752 vc-backend-hook-functions.
5753
5754 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5755
5756 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5757
7f8b6551
SM
5758 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5759 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5760 state to `reserved'.
5761
5762 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5763 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5764
57652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5766
7f8b6551 5767 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5768 untouched.
5769
7f8b6551 5770 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5771
7f8b6551 5772 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5773 if defined. (Merged from main line, slightly adapted.)
5774
5775 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5776 millenium problem (merged from mainline).
5777
57782000-09-04 Martin Lorentzson <martinl@gnu.org>
5779
5780 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5781 part and moved the non-BACKEND stuff to vc.el.
5782
5783 * vc.el: Split the annotate feature into a BACKEND specific part
5784 and moved it from the vc-cvs.el file to this one.
5785
57862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5787
7f8b6551
SM
5788 * vc-hooks.el: Implement new state model.
5789 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5790 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5791 locked by somebody else.
7f8b6551 5792 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5793 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5794 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5795 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5796
7f8b6551
SM
5797 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5798 Various simplifications and adaptations all over the place.
7a004b71 5799
7f8b6551
SM
5800 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5801 Simplify and adapt the rest.
7a004b71 5802
7f8b6551 5803 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5804 interaction with view mode according to recent RCS change.
7f8b6551 5805 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5806
58072000-09-04 Martin Lorentzson <martinl@gnu.org>
5808
7f8b6551 5809 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5810
58112000-09-04 Martin Lorentzson <martinl@gnu.org>
5812
5813 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5814 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5815 (vc-minor-part, vc-previous-version): Functions that operate and
5816 compare revision numbers got proper documentation. Comments added
5817 about their possible removal.
5818
58192000-09-04 Martin Lorentzson <martinl@gnu.org>
5820
5821 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5822 the vc-backend.el files.
5823
5824 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5825
5826 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5827 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5828 (vc-rcs-previous-version): Functions added.
5829
5830 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5831
5832 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5833
58342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5835
5836 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5837 Comment out the definition for now. What is the right procedure
7a004b71
GM
5838 to get rid of it?
5839 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5840 rewritten.
7f8b6551 5841 (vc-default-registered): Remove.
7a004b71
GM
5842 (vc-check-master-templates): New function; does mostly what the
5843 above did before.
5844 (vc-locking-user): Don't rely on the backend to set the property.
5845
5846 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5847 Rewrite documentation.
7a004b71
GM
5848 (vc-rcs-templates-grabbed): New variable.
5849 (vc-rcs-grab-templates): New function.
7f8b6551 5850 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5851
5852 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5853 Rewrite documentation.
7a004b71
GM
5854 (vc-sccs-templates-grabbed): New variable.
5855 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5856 (vc-sccs-registered): Rewrite to use above mechanism.
5857 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5858 Don't throw the result, simply return it.
7a004b71 5859
7f8b6551
SM
5860 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5861 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5862 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5863
7f8b6551 5864 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5865 from main line.
5866
58672000-09-04 Martin Lorentzson <martinl@gnu.org>
5868
7f8b6551 5869 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5870
7f8b6551 5871 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5872
7f8b6551
SM
5873 * vc-rcs.el (vc-rcs-diff): New function.
5874 (vc-rcs-checkout): Bug (typo) found and fixed.
5875 (vc-rcs-register-switches): New variable.
7a004b71
GM
5876
5877 * vc.el (vc-backend-diff): Function removed and placed in the
5878 backend files.
5879
58802000-09-04 Martin Lorentzson <martinl@gnu.org>
5881
5882 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5883
5884 * vc.el (vc-backend-checkout): Function removed and replaced in
5885 the vc-backend.el files.
5886
5887 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5888
5889 * vc.el (vc-backend-admin): Removed and replaced in the
5890 vc-backend.el files.
5891
5892 * vc.el (Martin): Removed all the annotate functionality since it
5893 is CVS backend specific.
5894
58952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5896
5897 * spec.txt: Added specification of vc-state.
5898
5899 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5900 Remove handling of vc-latest-version and
7a004b71
GM
5901 vc-your-latest-version. What used to be vc-latest-version, is now
5902 returned as vc-workfile-version.
7f8b6551 5903 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5904
59052000-09-04 Dave Love <fx@gnu.org>
5906
5907 * vc.el: [Merged from mainline.]
5908 (vc-dired-mode): Make the dired-move-to-filename-regexp
5909 regexp match the date, to avoid treating date as file size.
5910 Add YYYY S option to WESTERN/
5911
59122000-09-04 Dave Love <fx@gnu.org>
5913
5914 * vc.el: Require `compile' when compiling.
5915 (vc-logentry-check-hook): New option.
5916 (vc-steal-lock): Use compose-mail.
5917 (vc-dired-mode-map): Defvar when compiling.
5918 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5919 vc-sccs.el and renamed. Callers changed.
5920 (vc-backend-checkout, vc-backend-logentry-check)
5921 (vc-backend-merge-news): Doc fix.
5922 (vc-default-logentry-check): New function.
5923 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5924 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5925 (vc-backend-merge): Doc fix. Use backend functions.
5926 (vc-check-headers): Use backend functions.
5927
5928 * vc-cvs.el: Require vc when compiling.
5929 (vc-cvs-register-switches): Doc fix.
5930 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5931 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5932 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5933 New functions (code from vc.el).
5934 (vc-annotate-display-default): Fix interactive spec.
5935 (vc-annotate-time-span): Doc fix.
5936
5937 * vc-rcs.el: Require vc when compiling.
5938 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5939 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5940 (vc-rcs-checkin): New functions (code from vc.el).
5941 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5942 Doc fix.
5943 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5944
5945 * vc-sccs.el: Require vc when compiling.
5946 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5947 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5948 (vc-sccs-revert)
5949 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5950 from vc.el).
5951 (vc-sccs-add-triple, vc-sccs-record-rename)
5952 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5953 (vc-sccs-admin): Doc fix.
5954
59552000-09-04 Martin Lorentzson <martinl@gnu.org>
5956
5957 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5958 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5959 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5960 from vc.el.
5961
5962 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5963
5964 * vc-cvs.el: Moved the annotate functionality from vc.el.
5965 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5966
59672000-09-04 Dave Love <fx@gnu.org>
5968
5969 * vc.el (vc-backend-release): Call vc-system-release.
5970
5971 * vc-sccs.el (vc-sccs-system-release):
5972 Renamed from vc-sccs-backend-release.
5973
5974 * vc-rcs.el (vc-rcs-system-release):
5975 Renamed from vc-rcs-backend-release.
5976
5977 * vc-cvs.el (vc-cvs-system-release):
5978 Renamed from vc-cvs-backend-release.
5979
59802000-09-04 Dave Love <fx@gnu.org>
5981
5982 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5983 backend files.
5984 (vc-backend-release): Dispatch to backend functions.
5985 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5986 probably needs attention.]
5987
5988 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5989 (vc-sccs-backend-release): New function.
5990
5991 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5992 (vc-cvs-backend-release): New function.
5993
5994 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5995 Doc fix.
5996 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5997 (vc-default-dired-state-info): New function.
5998 (vc-dired-state-info): Dispatch to backends.
5999 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6000
6001 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6002 from vc.el and renamed.
6003
60042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6005
6006 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6007 (vc-version-other-window, vc-backend-assign-name): Removed
6008 references to vc-latest-version; sometimes changed into
6009 vc-workfile-version.
6010
6011 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6012 vc-rcs-master-workfile-version.
6013 (vc-rcs-workfile-version): Use the above. Don't call
6014 vc-latest-version (that was unreachable code, anyway).
6015 (vc-rcs-fetch-master-properties): Doc fix.
6016
6017 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6018 (vc-backend-hook-functions): Removed them from this list, too.
6019 (vc-fetch-properties): Removed.
6020 (vc-workfile-version): Doc fix.
6021
6022 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6023 (vc-rcs-workfile-version, vc-rcs-locking-user)
6024 (vc-rcs-uses-locking): Use it.
6025
6026 * vc-hooks.el (vc-consult-rcs-headers):
6027 Moved into vc-rcs-hooks.el, under the name
6028 vc-rcs-consult-headers.
6029
6030 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6031 headers.
6032 (vc-cvs-find-master): Use this name only; correct different
6033 versions of the name.
6034
6035 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6036 New functions.
6037 (vc-sccs-locking-user): Use the latter.
6038
6039 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6040 New functions.
6041
6042 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6043 Moved into both
6044 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6045 functions are implementation details of those two backends.
6046
60472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6048
6049 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6050 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6051
6052 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6053 (vc-sccs-parse-locks): SCCS-specific code moved here from
6054 vc-hooks.
6055
6056 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6057 code moved here from vc-hooks.
6058
6059 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6060 into back-end specific parts and removed. Callers not updated
6061 yet; because I guess these callers will disappear into back-end
6062 specific files anyway.
6063
60642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6065
6066 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6067 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6068 `vc-uses-locking'.
6069
6070 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6071 Store yes/no in the property, and return t/nil. Updated all
6072 callers.
6073
6074 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6075 vc-sccs-uses-locking. Don't set property.
6076 (vc-sccs-locking-user): Don't set property.
6077
6078 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6079 vc-cvs-uses-locking. Don't set property here; leave that to
6080 vc-hooks.
6081 (vc-cvs-locking-user): Reflect above change. Streamlined.
6082
6083 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6084 vc-rcs-uses-locking.
6085 (vc-rcs-locking-user): Reflect above change.
6086
60872000-09-04 Dave Love <fx@gnu.org>
6088
6089 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6090
6091 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6092
6093 * vc-hooks.el (vc-checkout-model): Punt to backends.
6094
6095 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6096
6097 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6098
6099 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6100 New functions.
6101
6102 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6103 New functions.
6104
6105 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6106 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6107
6108 * vc-hooks.el (vc-default-locking-user): New function.
6109 (vc-locking-user, vc-workfile-version): Punt to backends.
6110
61112000-09-04 Dave Love <fx@gnu.org>
6112
6113 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6114 (vc-master-workfile-version): Moved from vc-hooks.
6115
6116 * vc-rcs-hooks.el: Fix duplicate code in last change.
6117
6118 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6119 (vc-rcs-master-templates): Improve :type.
6120 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6121 vc-master-workfile-version): Moved from vc-hooks.
6122
6123 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6124 (vc-sccs-master-templates): Improve :type.
6125 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6126
6127 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6128
6129 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6130 (vc-cvs-master-templates): Improve :type. Use
6131 vc-cvs-find-cvs-master.
6132 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6133 from vc-hooks.
6134 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6135
6136 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6137 Moved to vc-cvs-hooks.
6138
6139 * vc-hooks.el: Add doc strings in various places. Simplify the
6140 minor mode setup.
6141 (vc-handled-backends): New user variable.
6142 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6143 simplification.
6144
61452000-09-04 Dave Love <fx@gnu.org>
6146
6147 * vc.el: Some doc fixes for autoloaded and interactive functions.
6148 Fix compilation warnings from ediff stuff.
6149 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6150
6151 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6152
6153 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6154
6155 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6156
61572000-09-04 Dave Love <fx@gnu.org>
6158
6159 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6160 New variable.
6161 (vc-make-backend-function, vc-loadup, vc-call-backend)
6162 (vc-backend-defines): New functions.
6163
6164 * vc-hooks.el: Various doc fixes.
6165 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6166 (vc-match-substring): Function removed. Callers changed to use
6167 match-string.
6168 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6169 Simplify.
6170
61712000-09-04 Dave Love <fx@gnu.org>
6172
6173 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6174 type.
6175 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6176 (vc-sccs-registered): Doc fix.
6177
6178 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6179 (vc-cvs-registered): Doc fix.
6180
6181 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6182 (vc-rcs-registered): Doc fix.
6183
61842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6185
6186 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6187
6188 * vc-hooks.el: vc-registered has been renamed
6189 vc-default-registered. Some functions have been moved to the
6190 backend specific files. they all support the
6191 vc-BACKEND-registered functions.
6192
61932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6194
6195 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6196
6197 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6198
a033ea13
DL
61992000-09-04 Dave Love <fx@gnu.org>
6200
179fc9ef
DL
6201 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6202 menu-bar-update-hook.
6203
6204 * help.el (help-manyarg-func-alist): Add
6205 find-operation-coding-system.
6206
a033ea13
DL
6207 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6208
6209 * custom.el (custom-set-variables): Print message about errors in
6210 setting.
6211
f8803e97
AI
62122000-09-03 Andrew Innes <andrewi@gnu.org>
6213
6214 * makefile.w32-in: Change to DOS line endings.
6215
59836110
EZ
62162000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6217
6218 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6219 minor-mode keymaps, if they don't have one.
6220
5514ba5c
EZ
62212000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6222
6223 * eshell/esh-module.el (eval-when-compile): Don't lose if
6224 esh-module.el's file name is truncated to DOS 8+3 limits.
6225
79cf8e80
JW
62262000-09-01 John Wiegley <johnw@gnu.org>
6227
6228 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6229 predicate, which caused entries in the completion list to be
6230 doubled.
6231
62322000-08-30 John Wiegley <johnw@gnu.org>
6233
6234 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6235 sending to subprocesses. Also, hook pre-command-hook if
6236 `eshell-send-direct-to-subprocesses' is non-nil.
6237 (eshell-send-direct-to-subprocesses): New config variable. If t,
6238 subprocess input is send immediately.
6239 (eshell-toggle-direct-send): New function.
6240 (eshell-self-insert-command): New function.
6241 (eshell-intercept-commands): New function.
6242 (eshell-send-input): If direct subprocess sending is enabled,
6243 don't echo any input to the Eshell buffer. Let the subprocess
6244 handle that. This requires "stty echo" in bash, for example.
6245
62462000-08-28 John Wiegley <johnw@gnu.org>
6247
6248 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6249 completion function for Eshell's implementation of `unset'.
6250
778911b9
EZ
62512000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6252
6253 * info.el (Info-directory-list): Doc fix.
6254
05d07b49
PB
62552000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6256
9b4a7800 6257 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6258 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6259
9941d4c7
KH
62602000-08-31 Kenichi Handa <handa@etl.go.jp>
6261
6262 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6263 coding systems.
6264
af9ba8ad
AI
62652000-08-30 Andrew Innes <andrewi@gnu.org>
6266
6267 * timer.el (run-with-idle-timer): Undo last change, so that timer
6268 is not activated immediately if Emacs is already idle. Some
6269 existing code relies on this behaviour.
6270
caccd8f2
MB
62712000-08-30 Miles Bader <miles@gnu.org>
6272
6273 * frame.el (set-frame-font): Do completion of font-name for
6274 interactive use.
6275
b64c0a1c
KH
62762000-08-30 Kenichi Handa <handa@etl.go.jp>
6277
6278 * international/quail.el (quail-start-translation): Bind locally
6279 last-command-event, last-command, and this-command.
6280 (quail-start-conversion): Likewise.
75cf0095 6281 (quail-self-insert-command): Fix docstring.
b64c0a1c 6282
fd5f61d3
GM
62832000-08-29 Gerd Moellmann <gerd@gnu.org>
6284
6285 * progmodes/executable.el
6286 (executable-make-buffer-file-executable-if-script-p): Check that
6287 buffer contains at least 2 characters.
6288
5b671d04
EZ
62892000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6292
485d9513
DL
62932000-08-29 Dave Love <fx@gnu.org>
6294
a39fb83d
DL
6295 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6296 (diff-mode-shared-map): Bind mouse-2.
6297 (diff-imenu-generic-expression): New variable.
6298 (diff-mode): Use it.
6299
485d9513
DL
6300 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6301 (mouse-popup-menubar): Add minor mode menus.
6302 (popup-menu): Check for lookup-key returning number.
6303
ba3478d9
MB
63042000-08-29 Miles Bader <miles@gnu.org>
6305
6306 * comint.el (comint-send-input): Create overlays using the proper
6307 front/read-advance arguments.
9b4a7800 6308
c3d6d211
GM
63092000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6310
6311 * ps-print.el: Even/odd pages printing. Doc fix.
6312 (ps-print-version): New version number (6.0).
6313 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6314 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6315 (ps-print-duplex-feature): Variable eliminated.
6316 (ps-even-or-odd-pages): New variable.
6317
ba087cd7 6318 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6319 (ebnf-version): New version (3.3).
6320 (ebnf-user-arrow): Change variable customization to sexp.
6321 (ebnf-user-arrow): Function eliminated.
6322 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6323
d313265f
KH
63242000-08-29 Kenichi Handa <handa@etl.go.jp>
6325
cba62b78 6326 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6327 (help-make-xrefs): Handle help-xref-mule-regexp.
6328
6329 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6330 variable.
6331 (describe-input-method): Temporarily activate the specfied input
6332 method to display the information.
6333 (describe-language-environment): Hyperlinks to mule related items.
6334
6335 * international/mule-diag.el (charset-multibyte-form-string): New
6336 function.
6337 (list-character-sets-1): Use charset-multibyte-form-string.
6338 (describe-character-set): New function.
6339 (describe-coding-system): Hyperlinks to safe character sets.
6340
6341 * international/quail.el (quail-help): New arg PACKAGE.
6342 Hyperlinks to mule related items.
6343 (quail-help-insert-keymap-description): Use
6344 substitute-command-keys instead of describe-bindings.
6345 (quail-translation-help): Hyperlinks to mule related items.
6346
b4bd214e
JW
63472000-08-28 John Wiegley <johnw@gnu.org>
6348
ca7aae91
JW
6349 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6350 have a defsubst call itself. Made `eshell-flatten-list' back into
6351 a function again.
6352
b4bd214e
JW
6353 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6354 catch, in case re-centering point at bottom messes up the display.
6355 This happens frequently in Emacs 21, due I believe to variable
6356 line heights.
6357
6358 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6359 to call `find-tag-interactive'.
6360
6361 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6362 the list of remember directories.
6363
d44e146b
JW
63642000-08-28 John Wiegley <johnw@gnu.org>
6365
6366 * align.el: Test align-region-separate to see if it's a symbol.
6367
546c0888 63682000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6369
6370 * eshell/esh-util.el (eshell-flatten-list): Made this function
6371 into a defsubst form. It gets used very frequently, although
6372 calls don't occur all that often.
6373
6374 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6375 examining it.
6376
6377 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6378 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6379 `eshell-protect'.
6380 (eshell-copy-handles): Created a new macro for duplicating the
6381 current set of open handles. This is needed by the looping
6382 functions.
6383 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6384 is not incorrectly stomped on.
6385
6386 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6387 declaration for pcomplete-use-paring.
6388 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6389 value of eshell-cmpl-use-paring.
6390 * pcomplete.el (pcomplete-use-paring): New config variable, to
6391 indicate whether paring should be used.
6392 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6393 completion alternatives that have already been used.
6394
6395 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6396 bound to C-c C-y, which will repeat the previous N arguments
6397 (based on prefix argument).
6398 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6399
6400 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6401 if there is no *Help* buffer. This is for XEmacs, which renames
6402 its help buffers uniquely. TODO: Find out what the current buffer
6403 name to delete is.
6404
6405 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6406 first entry that correlates to a passwd/group number. Later
6407 entries (used for group/user name aliasing to multiple IDs) are
6408 ignored.
6409
9b4a7800
TTN
6410 * eshell/em-xtra.el (eshell/expr):
6411 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6412 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6413 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6414 argument list, before passing it to the system command.
6415
6416 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6417 `find-tag' for use at final position in Eshell buffers (which
6418 otherwise triggers an error on Emacs 21).
6419 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6420 buffer, if it is currently bound to `find-tag'.
6421
6422 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6423 in the list of matched Makefile names.
6424 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6425 directory, prefer its contents to Makefile.
6426
6427 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6428 directory parts (like "cd old new", or "cd =regexp"), are now case
6429 sensitive on non-Windows/DOS platforms.
6430
6431 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6432 types RET after an open delimiter (like "), display a message
6433 indicating that Eshell is waiting for the closing delimiter.
6434
6435 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6436 environment variables.
6437
6438 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6439 gracefully if the user enters incorrect arguments.
6440
6441 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6442 Eshell buffers.
6443
9b4a7800
TTN
6444 * eshell/esh-var.el (eshell-interpolate-variable):
6445 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6446 * eshell/em-unix.el (eshell-du-sum-directory):
6447 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6448 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6449 (not (= ...)).
6450
6451 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6452 to ensure the `preserve' flag gets propagated when doing recursive
6453 directory copies.
6454
546c0888 64552000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6456
6457 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6458 Don't convert \n into \0177 in memory.
6459 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6460 and back again, when reading and writing.
9b4a7800 6461
546c0888 64622000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6463
6464 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6465 testing of `fboundp' on `processp'.
6466
6467 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6468 (eshell/jobs): Don't call process-list if it is not bound.
6469 (eshell-gather-process-output): Support systems where async
6470 subprocesses aren't supported.
6471 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6472 variables.
6473
6474 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6475 eshell-do-eval returns t.
6476 (eshell-do-pipelines-synchronously): New defmacro.
6477 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6478 when async subprocesses aren't supported.
6479 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6480 if async subprocesses aren't supported.
6481 (eshell-resume-command): Don't assume STATUS is a string.
6482
6483 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6484
6485 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6486 (eshell-close-target, eshell-get-target): Use eshell-processp.
6487 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6488 fix.
6489 (eshell-get-target, eshell-create-handles): Doc fix.
6490
546c0888 64912000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6492
546c0888 6493 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6494 criterion to include commands that output something, as long as it
6495 leaves both the command and the end-of-buffer visible when the
6496 command has exited.
6497 (eshell-review-quick-commands): Adjust the help doc string
6498 accordingly.
6499
2a371c3b
PB
65002000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6501
8348e1f9 6502 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6503 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6504
9b4a7800 6505 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6506 (file-cache-assoc-function): New variable
6507 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6508 Use file-cache-case-fold-search variable
6509 (file-cache-add-file): Use file-cache-assoc-function
6510 (file-cache-delete-file): likewise
6511 (file-cache-directory-name): likewise
6512 (file-cache-debug-read-from-minibuffer): likewise
6513
95931eb1
GM
65142000-08-28 Gerd Moellmann <gerd@gnu.org>
6515
6516 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6517 (abbrev-table-name): New function.
6518 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6519 If non-nil list local abbrev, only.
6520
bb17930d
GM
65212000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6522
546c0888
EZ
6523 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6524 from Gnus support code, and use special article copy buffer
bb17930d
GM
6525 `(gnus-original-article-buffer)' instead. This allows to get rid
6526 of article-hide-headers usage (which breaks in the latest Gnus
6527 version). Thanks to Detlev Zundel.
6528
41a68aef
KH
65292000-08-28 Kenichi Handa <handa@etl.go.jp>
6530
6531 * international/quail.el (quail-use-package): Hide "... loaded"
6532 message.
6533 (quail-start-translation, quail-start-conversion): Likewise.
6534
6535 * international/kkc.el (kkc-region): Hide "... loaded" message.
6536
28bb2cef
DL
65372000-08-27 Dave Love <fx@gnu.org>
6538
6539 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6540
11a1118d
MB
65412000-08-27 Miles Bader <miles@gnu.org>
6542
6543 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6544
0f85d477
KH
65452000-08-27 Kenichi Handa <handa@etl.go.jp>
6546
6547 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6548 'ja-dic-cnv), not (require 'skkdic-cnv).
6549
2d73e8d3
MB
65502000-08-26 Miles Bader <miles@gnu.org>
6551
a0e5a5a4
MB
6552 * faces.el (face-x-resources): Add entry for :inherit.
6553 * cus-face.el (custom-face-attributes): Add support for :inherit
6554 attribute. Add support for relative face heights.
6555 (custom-face-attributes-get): Treat `nil' as being a default value
6556 for :inherit (as well as `unspecified').
6557
19feb949
MB
6558 * faces.el (set-face-attribute): Update doc string.
6559 (face-attribute-name-alist): Add :inherit.
6560 (face-valid-attribute-values): Handle :inherit.
6561 (face-read-string): Rephrase prompt to be less confusing.
6562 Assume that DEFAULT is a string, since we must return a string.
6563 (face-read-integer): Use `format' to turn DEFAULT into an
6564 acceptable default for face-read-string. Match NEW-VALUE against
6565 the string "unspecified", not the symbol `unspecified', since
6566 that's what face-read-string returns.
6567 (read-face-attribute): Lookup a name for old-value in valid, and
6568 use it as a default if we find one. Treat all values from
6569 face-read-string as strings. If the default is used, don't do any
6570 more processing on the value, just use the old value directly.
6571 (read-face-and-attribute, modify-face): Tweak prompt.
6572 (read-face-name): Don't assume prompt ends with a space.
6573
2d73e8d3
MB
6574 * faces.el (describe-face): Add support for :inherit attribute.
6575
a1a2e38f
KH
65762000-08-25 Kenichi Handa <handa@etl.go.jp>
6577
e84fa7c5
KH
6578 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6579 concat doesn't accept interger.
6580
a1a2e38f
KH
6581 * international/kkc.el: Remove SKK from Keywords. Require
6582 ja-dic-utl instead of skkdic-utl.
6583
6584 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6585 Provide ja-dic-cnv instead of skkdic-cnv.
6586 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6587 (iso-2022-7bit-short): Add safe-charsets property.
6588 (skkdic-convert-postfix): Search Japanese chou-on character in
6589 addition to Hiragana character.
6590 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6591 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6592 (batch-skkdic-convert): Likewise.
6593
6594 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6595 Provide ja-dic-utl instead of skkdic-utl.
6596 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6597
f6499c03
DL
65982000-08-24 Dave Love <fx@gnu.org>
6599
1c2c3f16
DL
6600 * disp-table.el (standard-display-default): Make the test of `l'
6601 useful.
6602
f6499c03
DL
6603 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6604 mod sample text.
6605
6606 * international/iso-ascii.el: Make pilcrow convenient string
6607 consistent with section.
6608 (iso-ascii-display): Set up multibyte characters as well as
6609 unibyte.
6610
c543db81
KH
66112000-08-24 Kenichi Handa <handa@etl.go.jp>
6612
6613 * international/mule-cmds.el (reset-language-environment): Set
6614 default-process-coding-system to '(undecided . iso-latin-1), which
6615 makes process I/O almost consistent with file I/O. Call this
6616 function when mule-cmds.el[c] is loaded.
6617
746d9caf
AI
66182000-08-22 Andrew Innes <andrewi@gnu.org>
6619
6620 * makefile.w32-in: New file.
6621
5484005d
MB
66222000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6623
6624 * comint.el (comint-output-filter): Compare end of
6625 comint-last-output-overlay with the start of the newly inserted
6626 text, not the end, when deciding whether to extend it.
9b4a7800 6627 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6628
6629 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6630 since this is now done independently of font-lock mode.
6631
7a912f63
GM
66322000-08-21 Gerd Moellmann <gerd@gnu.org>
6633
6634 * server.el (server-kill-new-buffers): New user option.
6635 (server-existing-buffer): New buffer-local variable.
6636 (server-visit-files): When using an existing buffer, set
6637 server-existing-buffer to t.
6638 (server-buffer-done): If server-kill-new-buffers is t, kill the
6639 buffer, unless it was already present before visiting it with
6640 Emacs server.
9b4a7800 6641
240301df
EZ
66422000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6643
6644 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6645 even if the display doesn't support colors: some displays will
6646 support bold/underline faces.
6647
cbcef616
GM
66482000-08-21 Gerd Moellmann <gerd@gnu.org>
6649
6917e6bb
GM
6650 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6651
cbcef616
GM
6652 * startup.el (command-line): If user's init file had an error,
6653 add explanatory text to *Messages*.
6654
6922b018
KH
66552000-08-21 Kenichi Handa <handa@etl.go.jp>
6656
6657 * man.el (Man-getpage-in-background): Decode the process output by
6658 the system locale coding system.
6659
e50c4203
DL
66602000-08-20 Dave Love <fx@gnu.org>
6661
96ab6351
DL
6662 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6663 Don't test x-popup-menu.
6664 (function) <complete-function>: Complete only fbound symbols.
6665 <validate, value>: New.
6666 (variable) <complete-function>: Complete only bound symbols.
6667 (coding-system): Add :base-only, :complete-function, :validate,
6668 :value, :prompt-match.
6669 (widget-coding-system-prompt-value): Use read-coding-system and
6670 act on :base-only.
6671 (editable-field): Add :help-echo.
6672 (widget-push-button-gui, widget-push-button-cache)
6673 (widget-gui-action, widget-editable-list-gui): COmment out, along
6674 with uses.
6675 (widget-at): Make arg optional.
6676 (widget-echo-help): Adjust for current help-echo calling sequence.
6677 (widget-specify-field, widget-specify-button)
6678 (widget-specify-insert, widget-get-sibling, widget-image-find)
6679 (widget-convert, widget-insert, widget-leave-text)
6680 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6681 (widget-setup, widget-field-find, widget-before-change)
6682 (widget-after-change, widget-default-complete)
6683 (widget-default-create, widget-default-delete)
6684 (widget-push-button-value-create, editable-field)
6685 (widget-field-prompt-value, widget-field-validate)
6686 (widget-choice-value-create, widget-choice-action)
6687 (widget-choice-validate, widget-checklist-add-item)
6688 (widget-radio-add-item, widget-radio-chosen)
6689 (widget-radio-value-inline, widget-editable-list-value-create)
6690 (widget-editable-list-entry-create)
6691 (widget-documentation-link-add)
6692 (widget-documentation-string-value-create)
6693 (widget-regexp-validate, widget-file-complete)
6694 (widget-sexp-validate, widget-plist-convert-widget)
6695 (widget-plist-convert-widget, widget-alist-convert-widget)
6696 (widget-alist-convert-widget, widget-color-complete): Simplify,
6697 particularly to avoid bindings which aren't optimized out.
6698
e50c4203
DL
6699 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6700 Doc fix.
6701 (down-list, backward-up-list, up-list, kill-sexp)
6702 (backward-kill-sexp, mark-sexp): Make arg optional.
6703 (lisp-complete-symbol): Add optional arg PREDICATE.
6704
6705 * cus-start.el: Add display-buffer-reuse-frames,
6706 file-coding-system-alist.
6707
511bd4eb
GM
67082000-08-20 Gerd Moellmann <gerd@gnu.org>
6709
6710 * startup.el (command-line): Clear realized faces after
6711 modifying TTY color mappings.
6712
a9de7d29
MB
67132000-08-20 Miles Bader <miles@gnu.org>
6714
6715 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6716 merely a subset of FACE's attributes.
6717
8a8023d9
MB
67182000-08-19 Miles Bader <miles@gnu.org>
6719
6720 * comint.el (comint-output-filter): Save the point with a marker,
6721 not just a buffer position.
6722
6723 * international/mule.el (set-buffer-process-coding-system): Make
6724 interactive prompt less confusing.
6725
1433385f
GM
67262000-08-19 Gerd Moellmann <gerd@gnu.org>
6727
6728 * hilit-chg.el: General cleanup of doc strings, comments and
6729 code formatting.
6730
136b4eda
MB
67312000-08-19 Miles Bader <miles@gnu.org>
6732
6733 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6734 Compiler macro removed; beginning-of-line is no longer always
6735 equivalent to forward-line, in the presence of fields.
6736
6737 * comint.el (comint-output-filter): Remove ad-hoc saving of
6738 restriction, and just use save-restriction, now that it works
6739 correctly. Don't adjust comint-last-input-start to account for
6740 our insertion; it shouldn't have moved because we don't use
6741 insert-before-markers anymore. Comment out call to
6742 `force-mode-line-update'; why is it here?
6743
6744 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6745 while checking for prompt to delete. Use `forward-line 0'
6746 instead of beginning-of-line.
6747 (gud-filter): Temporarily widen gud comint buffer while
6748 examining output.
6749
cdd0f857
SM
67502000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6751
ebf96bfa
SM
6752 * progmodes/sh-script.el: Big bag of typos.
6753
cdd0f857
SM
6754 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6755 check since ispell-process is not bound when ispell is not yet loaded.
6756
9bb7a286
DL
67572000-08-18 Dave Love <fx@gnu.org>
6758
6759 * image.el (find-image): Copy `spec' before using plist-put.
6760
74ec6045
GM
67612000-08-18 Gerd Moellmann <gerd@gnu.org>
6762
6763 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6764 `portugues'.
6765
6766 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6767 backward-kill-sexp, analogous to kill-sexp.
6768
6769 * progmodes/icon.el (icon-indent-line)
6770 (icon-is-continuation-line): Handle comments specially.
6771
67722000-08-17 Ken Stevens <k.stevens@ieee.org>
6773
6774 * ispell.el: Set to standard author/maintainer/keyword fields.
6775 Fine tuning to menu map appearance and operation, and added help.
6776 Remove `start' and `end' error messages when compiling.
6777 (ispell-choices-win-default-height): Fixed comment string.
6778 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6779 castellano8 dictionaries.
6780 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6781 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6782 dictionary, added italiano dictionary.
6783 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6784 word character
6785 (ispell-tex-skip-alists): Added psfig support.
6786 (ispell-skip-html): Renamed from ispell-skip-sgml.
6787 (ispell-begin-skip-region-regexp, ispell-skip-region)
6788 (ispell-minor-check): Improved html skipping support to skip across
6789 code, and recognize `&' commands without propper `;' syntax;
6790 (ispell-process-line): Fix alignment error when manually
6791 correcting spelling.
6792 (ispell): Fix comment string.
6793 (ispell-add-per-file-word-list): Always put word list on new line.
6794
3787e12e
GM
67952000-08-17 Gerd Moellmann <gerd@gnu.org>
6796
a7b28523
GM
6797 * format.el (format-encode-run-method): Fix error message to say
6798 `encode' instead of `decode'. Use save-window-excursion around
6799 shell-command-on-region as in format-decode-run-method because
6800 shell-command-on-region can display a buffer with error output.
6801 (format-decode): Don't record undo information for the decoding.
6802 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6803 that number part of the temporary buffer name so that more than
6804 one decoding using a temporary buffer can happen safely.
6805
6806 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6807 of `A-z' in the regexp.
6808
6809 * hilit-chg.el: Fix typos in commentary.
6810
3787e12e
GM
6811 * help.el (view-emacs-news): Rewritten for new naming scheme
6812 for old NEWS files.
6813
6814 * startup.el (command-line): Pop to *Messages* in case an error
6815 is signaled while loading user-init-file.
6816
d2473540
AS
68172000-08-17 Andreas Schwab <schwab@suse.de>
6818
6819 * files.el (insert-directory): Don't lose original file name,
6820 undoing an undocumented change.
6821
c0bbaf57
GM
68222000-08-17 Alex Schroeder <alex@gnu.org>
6823
6824 * sql.el (sql-magic-go): Use comint-bol.
6825 (sql-copy-column): Use comint-line-beginning-position.
6826 (comint-line-beginning-position): Define a replacement for
6827 comint-line-beginning-position if it is not fboundp.
6828
68292000-08-17 Alex Schroeder <alex@gnu.org>
6830
6831 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6832 it didn't have any effect anyway.
6833
68342000-08-17 Alex Schroeder <alex@gnu.org>
6835
6836 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6837 --pset and pager=off instead of sending \\o|cat at the beginning
6838 of the session.
6839
9d245da5
MB
68402000-08-17 Miles Bader <miles@gnu.org>
6841
6842 * progmodes/octave-inf.el: Add compatibility definition of
6843 comint-line-beginning-position.
6844
abfdbd2e
KH
68452000-08-17 Kenichi Handa <handa@etl.go.jp>
6846
6847 * startup.el (normal-top-level): Look in each dir in load-path for
6848 a leim-list.el file too. This assures of loading leim-list.el
6849 that is created at Emacs installation time even if a user have his
6850 own leim-list.el.
6851
a0b8c939
MB
68522000-08-17 Miles Bader <miles@gnu.org>
6853
6854 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6855 foreground color to black if the background is dark.
6856
7382bcae
SM
68572000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6858
6859 * loadhist.el (unload-feature): Typo.
6860
9b4a7800 6861 * finder.el (finder-compile-keywords):
7382bcae
SM
6862 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6863 to the generated file.
6864
6865 * mail/mh-e.el (mh-make-local-vars):
6866 Replace make-variable-buffer-local with make-local-variable.
6867
cdd0f857 6868 * play/landmark.el:
7382bcae 6869 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6870 * mail/mailabbrev.el (mail-abbrevs-mode):
6871 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6872 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6873
6874 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6875
6876 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6877 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6878 Allow going past the last element.
9b4a7800 6879 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6880 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6881 (cvs-mouse-toggle-mark): Don't move point.
6882 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6883
6884 * progmodes/compile.el (grep): Provide a default set of files.
6885 (next-error): Docstring fix.
6886 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6887
6888 * emacs-lisp/easy-mmode.el (define-minor-mode):
6889 Use `symbol-value' to keep the byte-compiler quiet.
6890
6891 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6892 (diff-find-source-location): New fun, extracted from diff-goto-source.
6893 (diff-goto-source): Use it.
6894 (diff-next-complex-hunk, diff-filter-lines): New function.
6895 (diff-apply-hunk): New command.
6896
6897 * smerge-mode.el (smerge-mode-menu): Doc fix.
6898
6899 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6900
4f00b8c1
DL
69012000-08-16 Dave Love <fx@gnu.org>
6902
2b5198bb
DL
6903 * windmove.el (windmove) <defgroup>: Add :version.
6904
6905 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6906 (goto-address-fontify-p, goto-address-highlight-p)
6907 (goto-address-url-face, goto-address-url-mouse-face)
6908 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6909 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6910 (goto-address-fontify, goto-address-at-mouse): Simplify,
6911 (goto-address-at-point): browse-url-url-at-point,
6912 goto-address-find-address-at-point can return nil.
6913 (goto-address-find-address-at-point): Return nil on failure.
6914
6915 * align.el (align) <defgroup>: Add :version.
6916
6917 * calculator.el (calculator): Add :version.
6918 (calculator): Use two lines for calculator window if `modeline'
6919 face is boxed.
6920
4f00b8c1
DL
6921 * play/5x5.el: Doc fixes.
6922 (5x5) <defgroup>: Add :version.
6923
6924 * play/fortune.el (fortune) <defgroup>: Add :version.
6925 (fortune-append): Fix error message.
6926 (fortune-from-region): Doc fix.
6927
6928 * play/pong.el (pong): Doc fix.
6929
6930 * play/morse.el: Keywords, commentary, autoloads.
6931
69db7ee7
EZ
69322000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6933
6934 * desktop.el (desktop-save): Don't look at symbol-value of a
6935 member of minor-mode-alist, unless it is boundp.
6936
10e1dad9
SS
69372000-08-16 Sam Steingold <sds@gnu.org>
6938
a0b8c939 6939 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6940 `while'; use `with-current-buffer' instead of `save-excursion'.
6941 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6942
9d7bcb2e
KH
69432000-08-16 Kenichi Handa <handa@etl.go.jp>
6944
6945 * international/ccl.el (declare-ccl-program): Docstring modified.
6946 (ccl-execute-with-args): Likewise.
6947
04231ab8
MB
69482000-08-16 Miles Bader <miles@gnu.org>
6949
9d245da5 6950 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6951 comint-line-beginning-position.
6952
f68446ef
GM
69532000-08-15 Gerd Moellmann <gerd@gnu.org>
6954
dc28878c
GM
6955 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6956 'buffer-menu' property.
6957 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6958 fails.
6959 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6960 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6961 wasn't killed.
10e1dad9 6962
58ed0d3b
GM
6963 * buff-menu.el (list-buffers-noselect): Don't display the
6964 *Buffer List* buffer.
6965
32dc52f7
GM
6966 * font-lock.el: Require jit-lock to prevent a very late
6967 `Loading jit-lock' message.
6968
f68446ef 6969 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6970 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6971 mail address.
6972
90ac90a2
MB
69732000-08-15 Miles Bader <miles@gnu.org>
6974
6975 * textmodes/ispell.el (ispell-graphic-p): New constant.
6976 (ispell-choices-win-default-height, ispell-help): Use
6977 `ispell-graphic-p' instead of `xemacsp'.
6978
b0a0e263
DL
69792000-08-15 Dave Love <fx@gnu.org>
6980
c1e757e3
DL
6981 * simple.el: Autoload widget-convert when compiling.
6982 (mail-user-agent): Doc fix.
6983
6984 * help.el (function-called-at-point, variable-at-point): Use
6985 with-syntax-table.
6986 (help-manyarg-func-alist): Add insert-and-inherit.
6987
6988 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6989
6990 * delsel.el (delsel-unload-hook): New function.
6991
6992 * find-file.el: Doc fixes. Move provide to end.
6993 (ff) <defgroup>: Add :link.
6994 (ff-goto-click): Deleted.
6995 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6996 Use mouse-set-point.
6997
6998 * textmodes/tildify.el: Doc fixes.
6999 (tildify) <defgroup>: Add:version.
7000
7001 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7002 (glasses-custom-set): Use set-default, not set.
7003 (minor-mode-alist): Propertize the lighter.
7004 (glasses-mode): Provide optional arg.
7005
5f847612
DL
7006 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7007 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7008 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7009 option. Provide :type.
7010 (cwarn-configuration): Provide :type.
7011 (cwarn-mode): Doc fix.
7012
7013 * add-log.el (change-log-merge): Doc fix.
7014 (change-log-redate): New command.
7015
b0a0e263
DL
7016 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7017 Doze and Dog.
7018 (browse-url): Use dolist, not mapcar.
7019 (browse-url-at-point): Check for null url.
7020 (browse-url-event-buffer, browse-url-event-point): Functions
7021 deleted.
7022 (browse-url-at-mouse, browse-url-netscape): Simplify.
7023
7024 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7025 modes.
7026 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7027 Fix previous change to mapcan.
7028 (msb--init-file-alist, msb--add-separators)
7029 (msb--make-keymap-menu): Simplify.
7030 (msb--choose-file-menu): Use copy-sequence.
7031 (msb-mode-map): Add title to keymap.
7032 (msb-unload-hook): New function.
7033
7034 * bs.el: Fix indentation.
7035 (bs) <defgroup>: Add :links.
2b5198bb
DL
7036 (bs-show): Doc fix.
7037 (bs-apply-sort-faces): Don't use window-system.
7038 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7039
70f1b78e
EZ
70402000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7041
7042 * calendar/timeclock.el (timeclock-file): Run .timelog through
7043 convert-standard-filename.
7044
956777b3
GM
70452000-08-14 Gerd Moellmann <gerd@gnu.org>
7046
3215096c
GM
7047 * emacs-lisp/authors.el: New file.
7048
956777b3
GM
7049 * paren.el (show-paren-priority): New user option.
7050 (show-paren-function): Set overlay priorities to
7051 show-paren-priority.
10e1dad9 7052
0cde1424
MB
70532000-08-14 Miles Bader <miles@gnu.org>
7054
7055 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7056 beginning-of-line with inhibit-field-text-motion bound.
7057
90cbf47e
GM
70582000-08-14 Gerd Moellmann <gerd@gnu.org>
7059
7060 * calendar/timeclock.el: New file.
7061
70622000-08-14 David Ponce <david@dponce.com>
7063
7064 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7065 `widget-button-click'. so that one can use left mouse button to
7066 click on dialog buttons.
7067
70682000-08-14 Emmanuel Briot <briot@gnat.com>
7069
7070 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7071 identifiers, since XML is case sensitive
10e1dad9 7072
79e8dca7 70732000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7074
660394d1
MB
7075 * comint.el (comint-output-filter): Don't bother frobbing
7076 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7077
7078 * comint.el (comint-send-string, comint-send-region): Make into
7079 real functions. Snapshot the prompt before sending.
7080
218c2cc7
EZ
70812000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7082
7083 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7084 technique similar to Info-index, instead of relying on specific
7085 names of relevant Index nodes.
7086 (Info-goto-emacs-command-node): Bind Info-history to nil when
7087 going to the first node found by Info-find-emacs-command-nodes.
7088
51e066d2 70892000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7090
7091 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7092
867102f2
MB
70932000-08-10 Miles Bader <miles@gnu.org>
7094
7095 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7096
af718538
EZ
70972000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7098
7099 * info.el (Info-file-list-for-emacs): More elements for the
7100 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7101 and woman manuals.
7102
c51bacd6
MB
71032000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7104
7105 * comint.el (comint-send-input): Make the newline boundary overlay
7106 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7107 (comint-output-filter): Use `insert' instead of
7108 `insert-before-markers'. Extend comint-last-output-overlay when
7109 necessary since we can't rely on insert-before-markers to do it.
7110 * gud.el (gud-filter): Use `with-current-buffer' instead of
7111 save-excursion when inserting the output, so that point gets
7112 updated correctly; the old method relied on a rather dodgy
7113 side-effect of comint-output-filter to avoid the effect of
7114 save-excursion.
7115
98532b12
EZ
71162000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7117
7118 * files.el (recover-file): Call insert-directory instead of
7119 invoking `ls' directly.
7120
3db4b719
MB
71212000-08-10 Miles Bader <miles@gnu.org>
7122
7123 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7124 (comint-last-prompt-overlay): New variables.
7125 (comint-output-filter): Implement prompt highlighting.
7126 (comint-snapshot-last-prompt): New function.
7127 (comint-send-input): Snapshot the last prompt.
7128 Use comint-highlight-input-face.
7129 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7130 Use defface instead of defcustom.
7131 (send-invisible, comint-send-eof): Snapshot the last prompt.
7132 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7133 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7134
96190aa1
SM
71352000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7136
5cda4b07
SM
7137 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7138 (regexp-opt-group): Use a list of chars for `letters'.
7139 (regexp-opt-charset): `chars' is now a list of chars.
7140 Use a char-table rather than a vector so it works for multibyte chars.
7141
96190aa1
SM
7142 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7143 Set cvs-minor-current-files to the selected fileinfo.
7144 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7145 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7146
7d093d56
EZ
71472000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7148
7149 * files.el (insert-directory): Don't call access-file on
7150 directories on DOS and Windows.
7151
b24c5811
KH
71522000-08-09 Kenichi Handa <handa@etl.go.jp>
7153
7154 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7155 longer if necessary.
7156 (ccl-embed-code): Call ccl-embed-data to store CODE in
7157 ccl-program-vector.
7158
0a6fd67e
MB
71592000-08-09 Miles Bader <miles@gnu.org>
7160
7161 * comint.el (comint-output-filter): Properly handle the case where
7162 the text surrounded by comint-last-output-overlay was deleted.
7163
9f6d1a6c
GM
71642000-08-08 Gerd Moellmann <gerd@gnu.org>
7165
25ad1371
GM
7166 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7167 non-nil.
7168 (Info-file-list-for-emacs): Remove "info" from the list because
7169 that leads to trying to use the documentation from file `info'
7170 in various situations where it isn't appropriate, for instance
7171 C-h C-k C-h i.
7172
7173 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7174 DIR and/or STRING are nil.
7175
7176 * progmodes/compile.el (compilation-setup): Make variable
7177 compilation-error-screen-columns buffer-local, as some comment
7178 in the code suggests it should be.
7179
7180 * files.el (auto-mode-interpreter-regexp): New variable.
7181 (set-auto-mode): Use it.
7182
7183 * indent.el (indent-for-tab-command): Doc fix.
7184
7185 * mouse-sel.el (mouse-sel-mode): Doc fix.
7186
9f6d1a6c
GM
7187 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7188 labels.
7189
7190 * help.el (print-help-return-message): When
7191 display-buffer-reuse-frames is set, let the help window been quit,
7192 instead of deleting it, which might delete a reused frame.
7193
3d819a75
EZ
71942000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7195
7196 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7197 rename a directory to a name that differs only by its letter case.
7198
c5a52529
KH
71992000-08-08 Kenichi Handa <handa@etl.go.jp>
7200
7201 * international/quail.el (quail-define-rules): Handle Quail decode
7202 map correctly. Add code for supporting annotations.
7203 (quail-install-decode-map): New function.
7204 (quail-defrule-internal): New optional arguments decode-map and
7205 props.
7206 (quail-advice): New function.
7207
5e9e032a
SS
72082000-08-07 Sam Steingold <sds@gnu.org>
7209
7210 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7211 `defconst', `define-condition', `with-slots'.
7212 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7213
46645f4b
MB
72142000-08-03 Miles Bader <miles@gnu.org>
7215
7216 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7217 New variable.
7218 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7219 comint-use-prompt-regexp-instead-of-fields.
7220 (comint-send-input): Add `input' field property to stuff we send to
7221 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7222 (comint-output-filter): Add `output' field property to process
7223 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7224 (comint-replace-by-expanded-history)
7225 (comint-get-old-input-default, comint-show-output)
7226 (comint-backward-matching-input, comint-forward-matching-input)
7227 (comint-next-prompt, comint-previous-prompt): Use field
7228 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7229 (comint-line-beginning-position): New function.
7230 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7231 (comint-replace-by-expanded-history-before-point): Use
7232 comint-line-beginning-position and line-end-position.
7233 (comint-last-output-overlay): New variable.
7234 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7235
7236 * shell.el (shell-prompt-pattern): Doc change.
7237 (shell-backward-command): Use line-beginning-position.
7238
7239 * gud.el (gud-gdb-complete-command): Use
7240 comint-line-beginning-position.
7241
7242 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7243 comint-bol doesn't actually go to the beginning of the line.
7244
7245 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7246 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7247 (try-expand-line-all-buffers): Likewise.
7248
7249 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7250 explicitly matching comint-prompt-regexp.
7251 (sql-copy-column): Use comint-line-beginning-position instead of
7252 explicitly matching comint-prompt-regexp.
7253
7254 * progmodes/octave-inf.el (inferior-octave-complete): Use
7255 comint-line-beginning-position.
7256
7257 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7258
7259 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7260 looking for a prompt, use `forward-line 0' instead of
7261 `beginning-of-line', to avoid getting caught by an input field.
7262
ff3d9573
GM
72632000-08-07 Gerd Moellmann <gerd@gnu.org>
7264
7265 * files.el (shell-quote-wildcard-pattern): Make sure to return
7266 PATTERN, in the Unix case.
7267
e0d8827b
EZ
72682000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7269
7270 * play/zone.el (zone): Discard any pending input before running
7271 the randomly-chosen pgm.
7272
24d55b8f
KH
72732000-08-07 Kenichi Handa <handa@etl.go.jp>
7274
7275 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7276 checking the existence of any multibyte characters.
7277
3d05e1ee
GM
72782000-08-06 Gerd Moellmann <gerd@gnu.org>
7279
6c4a4368
GM
7280 * help.el (describe-mode): Test minor-mode symbol for being
7281 bound before testing its value for being nil.
7282
3d05e1ee
GM
7283 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7284 `first', `second', and `third'.
7285
7286 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7287 (second): Make it an alias for `cadr'.
7288
6968a481
EZ
72892000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7290
7291 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7292 types of display support faces now.
7293
e49aa397
GM
72942000-08-05 Gerd Moellmann <gerd@gnu.org>
7295
7296 * pcvs.el (require): Require `cl' during compilation, only.
7297
7298 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7299 (toplevel): Remove `remq' and `remove' from autoloads.
7300 (cl-fake-autoloads): New variable. If set, arrange for an error
7301 when CL functions etc. are autoloaded.
7302
588aca27
EZ
73032000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7304
2e78d4ab
EZ
7305 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7306
85628348
EZ
7307 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7308 popped up, but the user clicks outside the menu, return an empty
7309 regexp (that causes unhighlight-regexp to have no effect).
7310
74f0e552
EZ
7311 * menu-bar.el (menu-bar-games-menu): Add Zone.
7312
588aca27
EZ
7313 * hi-lock.el (toplevel): Require font-lock.
7314
f4988be7
GM
73152000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7316
ba087cd7 7317 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7318 (ebnf-8-bit-chars): New var for bug fix.
7319 (ebnf-string): Bug fix.
7320
027b73ac
SS
73212000-08-03 Sam Steingold <sds@gnu.org>
7322
7323 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7324 instead of `buffer-string'.
7325 (require 'cl): Always, not just when compiling.
7326 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7327 necessary.
7328
2f1fa038
EZ
73292000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7330
7331 * international/mule-cmds.el (select-safe-coding-system): Make
7332 the message text about selecting a safe coding system more clear.
7333
ead53494
GM
73342000-08-02 Gerd Moellmann <gerd@gnu.org>
7335
abb2db1c
GM
7336 * hi-lock.el: New file.
7337
7338 * play/zone.el: New file.
7339
ead53494
GM
7340 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7341 value of tab-width in the original buffer. Choose a line number
7342 format that's a multiple of the original buffer's tab width, so
7343 that lines appear right.
7344
7345 * textmodes/ispell.el (ispell): New function, replacing an alias.
7346 Spell-check active region if in transient-mark-mode and mark
7347 is active; otherwise spell-check buffer.
7348
73492000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7350
7351 * ps-mule.el: Fix a customization problem on
7352 ps-mule-font-info-database-default.
7353
f4a2b0a4
EZ
73542000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7355
7356 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7357 display-mouse-p instead of window-system.
7358 (ebrowse-member-mode-map): Ditto.
7359
b685181e
GM
73602000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7361
ba087cd7
EZ
7362 * progmodes/ebnf2ps.el: Update ps-print functions call.
7363 Indentation fix. Doc fix.
b685181e
GM
7364 (ebnf-version): New version number (3.2).
7365 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7366
3b5fab87
EZ
73672000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7368
032ebb29
EZ
7369 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7370 font lock support on window-system.
7371 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7372
3b5fab87
EZ
7373 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7374 display-color-p, if fboundp, instead of window-system.
7375
7e2605e7
EZ
73762000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7377
7378 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7379 instead of window-system.
7380
7381 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7382 window-system.
7383 (widget-choice-mouse-down-action): Use display-popup-menus-p
7384 instead of window-system.
7385
7386 * strokes.el (strokes-file): Run the file name through
7387 convert-standard-filename.
7388 (strokes-mode): Call display-mouse-p instead of looking at
7389 window-system. Change the error message accordingly.
7390
7391 * progmodes/cpp.el (toplevel): Support faces on tty's.
7392
7393 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7394 (lm-plot-square, lm-init-display): Don't use window-system.
7395
7396 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7397 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7398
7399 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7400 instead of looking at window-system.
7401
26119624
GM
74022000-07-30 Gerd Moellmann <gerd@gnu.org>
7403
7404 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7405 of testing if iswitchb-prepost-hooks is bound, because the
7406 latter will always be true when invoking a recursive minibuffer
7407 from an active Iswitchb buffer.
7408
c90596f3
EZ
74092000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7410
7411 * files.el (shell-quote-wildcard-pattern): New function.
7412 (insert-directory): Call it. Only prepend "\" to command on Unix
7413 and GNU/Linux systems.
7414
18925e78
GM
74152000-07-30 Gerd Moellmann <gerd@gnu.org>
7416
7417 * eshell/esh-groups.el: Change custom :link file names
7418 from `eshell.info' to `eshell'.
7419
74202000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7421
7422 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7423 correctly in recursive ange-ftp listings.
7424
74252000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7426
7427 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7428 ps-header-font-size-internal and
7429 ps-header-title-font-size-internal variables are not set,
7430 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7431 face text property is (foreground-color . COLOR) or
7432 `(background-color . COLOR)', ps-print crashes. Doc fix.
7433 (ps-print-version): New version number (5.2.4).
7434 (ps-plot-region): Code fix.
7435 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7436 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7437 Bug fix 2.
7438
74392000-07-30 Milan Zamazal <pdm@freesoft.cz>
7440
7441 * glasses.el (glasses-make-readable): Fix uncapitalization of
7442 identifiers like `myXMLDocument'.
7443
aeb4c63e
KF
74442000-07-28 Karl Fogel <kfogel@red-bean.com>
7445
18925e78
GM
7446 * mail/mail-hist.el (mail-hist-previous-input)
7447 (mail-hist-next-input): Do the obvious code factorization.
7448 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7449 code of above two.
7450 If inserting a message body, leave point at top.
7451
9d453139
SS
74522000-07-28 Sam Steingold <sds@gnu.org>
7453
7454 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7455 Use `<=', not `<' to compare times!
7456 (ange-ftp-ls): Remove.
9d453139 7457
b548072f
GM
74582000-07-27 Gerd Moellmann <gerd@gnu.org>
7459
27848c01
GM
7460 * play/cookie1.el: Add explanation of how to make cookie.el
7461 compatible with strfile(1) to comment.
7462
7463 * subr.el (remove, remq): New functions.
7464
3ab82477
GM
7465 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7466 escape `*' in regexps.
7467 (midnight-find): Reverse order of arguments in the funcall of
7468 TEST.
7469
7470 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7471 and `.class'.
7472
b548072f
GM
7473 * play/meese.el: Add Commentary section.
7474
27848c01
GM
74752000-07-27 Alex Schroeder <alex@gnu.org>
7476
7477 * sql.el (sql-ms): Added autoload cookie.
7478 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7479 (sql-oracle): Ditto.
7480 (sql-help): Doc change.
7481
7482 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7483 types and exceptions.
7484
74852000-07-27 Alex Schroeder <alex@gnu.org>
7486
7487 * sql.el (sql-placeholder-history): New variable.
7488 (sql-query-placeholders-and-send): New function that will query
7489 the user and replace placeholders with user input.
7490 (sql-oracle): If running on NT, set comint-input-sender to
7491 sql-query-placeholders-and-send.
7492
7493 (sql-stop): If in the SQLi buffer, insert stop notification, else
7494 present it as a message.
7495
74962000-07-27 Alex Schroeder <alex@gnu.org>
7497
7498 * sql.el (sql-input-ring-separator): Doc change.
7499 (sql-input-ring-file-name): Doc change.
7500 (sql-interactive-mode): Use `sql-input-ring-separator' and
7501 `sql-input-ring-file-name' to set the comint-mode equivalents
7502 without making them local variables.
7503 (sql-stop): Don't bind `sql-input-ring-separator' and
7504 `sql-input-ring-file-name' dynamically to their comint-mode
7505 equivalents.
7506
91ae8751
KH
75072000-07-27 Kenichi Handa <handa@etl.go.jp>
7508
7509 * international/mule.el (register-char-codings): New function.
7510 (make-coding-system): Handle `safe-chars' specification in the arg
7511 PROPERTY.
7512
7513 * international/mule-cmds.el
7514 (find-coding-systems-region-subset-p): This function deleted.
7515 (sort-coding-systems-predicate): New variable.
7516 (sort-coding-systems): New function.
7517 (find-coding-systems-region): Use
7518 find-coding-systems-region-internal.
7519 (find-coding-systems-string): Use find-coding-systems-region.
7520 (find-coding-systems-for-charsets): Check
7521 char-coding-system-table.
7522 (select-safe-coding-system-accept-default-p): New variable.
7523 (select-safe-coding-system): Mostly rewritten. New argument
7524 ACCEPT-DEFAULT-P.
7525 (select-message-coding-system): Call select-safe-coding-system
7526 with ACCEPT-DEFAULT-P arg.
7527 (reset-language-environment): Reset default-sendmail-coding-system
7528 to the default value iso-latin-1.
7529 (set-language-environment): Don't set the obsolete variable
7530 charset-origin-alist.
7531
7532 * international/codepage.el (cp-coding-system-for-codepage-1):
7533 Give `safe-chars' property to make-coding-system.
7534
7535 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7536 calling select-message-coding-system twice.
7537
7538 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7539 instead of `safe-charsets'.
7540 (cyrillic-alternativnyj): Likewise.
7541 (ccl-encode-alternativnyj): Don't check the charset
7542 cyrillic-iso8859-5.
7543
90cf4474
KH
75442000-07-27 Kenichi Handa <handa@etl.go.jp>
7545
7546 * composite.el (compose-chars-after): Preserve match data.
7547
a1f84f6d
SS
75482000-07-26 Sam Steingold <sds@gnu.org>
7549
7550 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7551 (ange-ftp-real-file-newer-than-file-p): New function.
7552 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7553 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7554
7555 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7556 * midnight.el (midnight-float-time): Ditto.
7557
e092928e
AS
75582000-07-26 Andreas Schwab <schwab@suse.de>
7559
7560 * files.el (normal-backup-enable-predicate): Correct
7561 interpretation of the return value of compare-strings.
7562
7465ebef
GM
75632000-07-26 Gerd Moellmann <gerd@gnu.org>
7564
3353ef5a
GM
7565 * isearch.el (isearch-resume): New function.
7566 (isearch-done): Add something to command-history to resume
7567 the search.
7568 (isearch-yank-line, isearch-yank-word): Use
7569 buffer-substring-no-properties instead of buffer-substring.
7570
7465ebef
GM
7571 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7572 of flyspell-mouse-map.
7573
7574 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7575 duplicate definition.
7576 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7577
7578 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7579 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7580
5044b74a
SS
75812000-07-25 Sam Steingold <sds@gnu.org>
7582
25759a92
SS
7583 * net/ange-ftp.el: Get modtime over the net.
7584 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7585 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7586 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7587 Use it.
7588 (ange-ftp-dot-to-slash): New function.
7589 (ange-ftp-fix-name-for-vms): Use it.
7590
5044b74a
SS
7591 * midnight.el (midnight-buffer-display-time): Use
7592 `with-current-buffer'.
7593
5dcfb3f4
GM
75942000-07-25 Gerd Moellmann <gerd@gnu.org>
7595
7596 * find-dired.el: Update copyright notice.
7597 (find-dired): Offer to kill a running `find'.
7598
7599 * enriched.el (enriched-face-ans): For a `foreground-color'
7600 property, return '(("x-color" COLOR))' so that COLOR will be
7601 output as a parameter of the x-color annotation. Likewise for the
7602 `background-color' property. In the case of normal face
7603 properties, don't return annotations for unspecified foreground
7604 and background face attributes.
7605
8c662166
KH
76062000-07-25 Kenichi Handa <handa@etl.go.jp>
7607
7608 * language/japan-util.el (japanese-katakana-region): Fix handling
7609 HANKAKU argument.
7610
c28da489
MB
76112000-07-25 Miles Bader <miles@gnu.org>
7612
7613 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7614 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7615 constrain-to-field.
7616
ad349719
AI
76172000-07-24 Andrew Innes <andrewi@gnu.org>
7618
7619 * timer.el (timer-activate-when-idle): Add optional parameter
7620 DONT-WAIT. Update docstring.
7621 (run-with-idle-timer): Specify extra parameter to
7622 timer-activate-when-idle, so that timer will be activated
7623 immediately if Emacs is already idle.
7624
7625 * w32-fns.el (w32-using-nt): Fix docstring.
7626
c95162f5
DL
76272000-07-24 Dave Love <fx@gnu.org>
7628
7629 * mouse.el (popup-menu): Set last-command-event.
7630 (mouse-major-mode-menu-prefix): Declare.
7631
e3c31fd5
GM
76322000-07-24 Gerd Moellmann <gerd@gnu.org>
7633
7634 * textmodes/flyspell.el: Update to author's version 1.5d.
7635
7636 * progmodes/hideshow.el: Update copyright notice.
7637
7638 * vcursor.el: Set maintainer to FSF, since author cannot
7639 be reached.
7640
7636d2a3
EZ
76412000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7642
fbe0a958
EZ
7643 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7644 the prompt.
7645
7636d2a3
EZ
7646 * mouse.el (popup-menu): Run the keymap through indirect-function,
7647 in case it was defined with define-prefix-key. If the menu is a
7648 list of keymaps, look up the binding of user's choice in each one
7649 of the keymaps.
7650 (mouse-popup-menubar): If the global and local menu-bar keymaps
7651 don't have a prompt string, create one and insert it into the
7652 keymap. Don't barf if current-local-map returns nil.
7653
e024b101
GM
76542000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7655
7656 * dired.el (dired-sort-R-check): Added to allow recursive listing
7657 to be undone.
7658 (dired-sort-other): Use it.
7659
7972fcfc
GM
76602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7661
e024b101 7662 * Release of cc-mode 5.27
7972fcfc
GM
7663
76642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7665
7666 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7667 c-beginning-of-statement-1 that caused a bad case of recursion
7668 which could consume a lot of CPU in large classes in languages
7669 that have in-expression classes (i.e. Java and Pike).
7670
7671 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7672 statements before top level constructs (i.e. case 6 is moved
7673 before case 5 and is now case 4) to catch in-expression
7674 classes in top level expressions correctly.
7675
76762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7677
7678 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7679 objc-method-intro. Case 4 removed and case 5I added.
7680
7681 * cc-langs.el (c-append-paragraph-start): New variable used by
7682 c-common-init to get paragraph-start correct.
7683 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7684 initialize paragraph-start to make it correct both with and
7685 without the javadoc special case.
7686
7687 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7688 initialize paragraph-start for javadoc markup.
7689
7690 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7691 change by defaulting this to t. It's motivated by the
7692 confusing behavior that otherwise arise from the style system
7693 when editing both java and non-java files at the same time
7694 (see the comments about style setting in c-common-init).
7695
76962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7697
7698 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7699 similar to the one in c-fill-paragraph to check the fill
7700 prefix from the adaptive fill function for sanity.
7701
77022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7703
7704 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7705 defun block.
7706
77072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7708
5044b74a 7709 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7710
77112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7712
7713 * cc-align.el (c-lineup-multi-inher): Handle lines with
7714 leading comma nicely. Extended to handle member initializers
7715 too.
7716
e024b101 7717 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7718 c-guess-basic-syntax): Fixed recognition of inheritance lists
7719 when the lines begins with a comma.
7720
5044b74a 7721 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7722
7723 * cc-vars.el (c-offsets-alist): Changed default for
7724 member-init-cont to c-lineup-multi-inher since it now handles
7725 member initializers and indents better for leading commas.
7726
77272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7728
7729 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7730 handling that caused class open lines to be recognized as
7731 statement-conts in some cases.
7732
7733 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7734 guessed by the adaptive fill function unless point is on the
7735 first line of a block comment.
7736
7737 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7738 when the buffer ends with a macro continuation char.
7739
7740 * cc-engine.el (c-guess-basic-syntax): Added support for
7741 function definitions as statements in Pike. The first
7742 statement in a lambda block is now labeled defun-block-intro
7743 instead of statement-block-intro.
7744
7745 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7746 so that the class surrounding point is selected, not the one
7747 innermost in the state.
7748
7749 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7750 recognition of switch labels having hanging multiline
7751 statements.
7752
7753 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7754 some code in c-guess-basic-syntax to a separate function.
7755 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7756 recognition of member inits with multiple line arglists.
7757 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7758 member-init-cont when the commas are in funny places.
7759
77602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7761
7762 * cc-defs.el (c-auto-newline): Removed this macro since it's
7763 not used anymore.
7764
7765 * cc-engine.el (c-looking-at-bos): New helper function.
7766 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7767 inexpr and toplevel classes apart in Pike.
7768
7769 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7770 of case 9A.
7771
7772 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7773 constant, since "class" can introduce an in-expression class
7774 in Pike nowadays.
7775
77762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7777
7778 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7779 indentation on cpp-macro lines.
7780
7781 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7782 a syntax modifier like comment-intro, to make it possible to
7783 get syntactic indentation for preprocessor directives. It's
7784 incompatible wrt to lineup functions on cpp-macro, but it has
7785 no observable effect in the 99.9% common case where cpp-macro
7786 is set to -1000.
7787
77882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7789
7790 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7791 member-init-cont when the preceding arglist is several lines.
7792
77932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7794
7795 * cc-styles.el (c-style-alist): The basic offset for the BSD
7796 style corrected to 8.
7797
77982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7799
7800 * cc-styles.el (c-style-alist): Adjusted the indentation of
7801 brace list openers in the gnu style.
7802
78032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7804
7805 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7806
7807 * cc-cmds.el (c-electric-brace, c-electric-slash,
7808 c-electric-star, c-electric-semi&comma, c-electric-colon,
7809 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7810 when c-syntactic-indentation is nil.
7811
7812 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7813 we were left at comments preceding the first statement when
7814 reaching the beginning of the buffer.
7815
7816 * cc-vars.el (c-syntactic-indentation): New variable to turn
7817 off all syntactic indentation.
7818
78192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7820
7821 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7822 between the text and the block comment ender when it hangs,
7823 depending on how many there are before the fill.
7824
78252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7826
7827 * cc-engine.el (c-beginning-of-closest-statement): New helper
7828 function to go back to the closest preceding statement start,
7829 which could be inside a conditional statement.
7830 * cc-engine.el (c-guess-basic-syntax): Use
7831 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7832
7833 * cc-engine.el (c-guess-basic-syntax): Better handling of
7834 arglist-intro, arglist-cont-nonempty and arglist-close when
7835 the arglist is nested inside parens. Cases 7A, 7C and 7F
7836 changed.
7837
7838 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7839 up-to-date with javadoc 1.2.
7840
78412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7842
7843 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7844 multiline Pike type decls.
7845
78462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7847
7848 * cc-cmds.el (c-indent-new-comment-line): Always break
7849 multiline comments in multiline mode, regardless of
7850 comment-multi-line.
7851
78522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7853
7854 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7855 fully::qualified::names in C++ member init lists. Preamble in
7856 case 5D changed.
7857
78582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7859
7860 * cc-langs.el (c-common-init): Handling of obsolete variables
7861 moved to c-initialize-cc-mode. More compatible style override
7862 when using global style variables.
7863 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7864 variables moved here.
7865
e024b101 7866 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7867 c-special-indent-hook as a style variable. Don't talk about
7868 doing (c-make-styles-buffer-local t) in a mode hook, since
7869 that's already too late to work right.
5044b74a 7870
7972fcfc
GM
7871 * cc-styles.el (c-make-styles-buffer-local): Flag style
7872 variable localness in c-style-variables-are-local-p to make
7873 the compatibility measure in c-common-init work well.
7874
7875 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7876 longer contain set-from-style.
7877 * cc-styles.el (c-initialize-builtin-style): Don't check for
7878 set-from-style on c-special-indent-hook.
7879 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7880 copy-alist is sufficient now.
7881
7882 * cc-styles.el (c-set-style, c-set-style-1,
7883 c-get-style-variables): Fixes to variable initialization so
7884 that duplicate entries in styles have the same effect
7885 regardless of DONT-OVERRIDE.
7886
7887 * cc-styles.el (c-set-style-2): Fixed bug where the
7888 initialization of inheriting styles failed when the
7889 dont-override flag is set.
7890
7891 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7892 on this.
7893
78942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7895
7896 * cc-defs.el (c-forward-comment): Removed the workaround
7897 introduced in 5.38 since it had worse side-effects. If a line
7898 contains the string "//\"", it regarded the // as a comment
7899 start since the \ temporarily doesn't have escape syntax.
7900
79012000-07-17 Emmanuel Briot <briot@act-europe.fr>
7902
7903 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7904 ada-xref.el before ada-prj.el, so that the Project menu is created
7905 when ada-prj tries to add to it.
7906 (ada-activate-keys-for-case): Suppress the characters that are not
7907 part of the Ada syntax. Better compatibility with else-mode
7908 (ada-adjust-case-interactive): When auto-casing is not active,
7909 correctly insert newlines (used to insert only ^M). Prevent the
7910 syntax table from being changed in case of an error
814299a7 7911 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7912 Do nothing if ada-auto-case is nil.
7913 (ada-after-keyword-p): Ignore keywords that are also attributes
7914 (ada-batch-reformat): Update usage comment
7915 (ada-call-from-contextual-menu): New function
7916 (ada-case-read-exceptions): Reinitialize the casing exception list
7917 first to nil first, so that the casing exception file can be
7918 shared.
7919 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7920 files.
7921 (ada-compile-goto-error): Fix regexp used to detect a file:line
7922 anywhere in the error message
7923 (ada-contextual-menu-last-point): New variable
7924 (ada-create-keymap): If the variable delete-key-deletes-forward is
7925 t on XEmacs, it means that DEL should delete one character
7926 forward.
7927 (ada-create-menu): Use :included instead of :visible for XEmacs.
7928 New submenu "Options".
7929 (ada-end-stmt-re): Correctly indent "select ... then abort"
7930 statements.
7931 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7932 even if they don't match ada-fill-comment-prefix Fix handling of
7933 paragraphs on the first or last line of a file.
7934 (ada-format-paramlist): Fix handling of default parameter values.
7935 (ada-get-body-name): New function.
7936 (ada-get-current-indent): Optimized by searchling directly for an
7937 existing generic part or a statement outside of it. Handle
7938 ada-indent-align-comments when indenting comments Replaced some
7939 regexps by testing directly the next character. This results in a
7940 huge speedup on some files. New indentation scheme for renames
7941 statements. Stop looking for the 'while' or 'for' associated with
7942 a 'loop' at the first semicolon encountered. A "return" can also
7943 match an anonymous access subprogram declaration.
7944 (ada-get-indent-noindent): Ignore strings and comments when
7945 looking for the keywords "record" and "private".
7946 (ada-goto-matching-decl-start): When matching "if", make sure we
7947 are not in fact seeing "end if". Ignore "when" statements except
7948 when initial keyword was "begin". Fix handling of nested
7949 procedures. Add a recursive call to this function to skip over
7950 other 'end' statmts. Fix indentation for "when .. => begin"
7951 (ada-in-open-paren-p): Fix indentation for complex boolean
7952 expressions, where 'and then', 'or else' and parenthesis
7953 statements are mixed up.
7954 (ada-in-paramlist-p): Skip comments while searching for the
7955 beginning Fix handling of operator declarations.
7956 (ada-indent-align-comments): New variable
7957 (ada-indent-current): Change the syntax table only in the
7958 protected section, so that we are sure it is restored correctly.
7959 (ada-indent-on-previous-lines): Use ada-use-indent and
7960 ada-with-indent Correctly indent "select ... then"
7961 (ada-indent-region): Slight speedup.
7962 (ada-indent-renames): New variable.
7963 (ada-last-which-function-subprog, ada-last-which-function-line):
7964 New variables
7965 (ada-looking-at-semi-private): Correctly indent the 'private'
7966 keyword when it is the first word in a package declaration.
7967 (ada-loose-case-word): Stop searching if at the end of the buffer.
7968 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7969 even if point is not initially at the end of the word.
7970 (ada-matching-decl-start-re): Add "when".
7971 (ada-mode): Add support for abbrev-mode, outline-mode and
7972 which-func-mode Override the old find-file.el entry in
7973 ff-special-constructs since it is using the obsolete
7974 ada-spec-suffix variable
7975 (ada-no-auto-case): New function
7976 (ada-scan-paramlist): When parsing the argument type, accept
7977 spaces (as in "X 'Class", generated by Rational Rose).
7978 (ada-other-file-name): No longer loads the other file.
7979 (ada-popup-menu): Save and restore the current buffer and cursor
7980 position before and after displaying the menu.
7981 (ada-search-ignore-complex-boolean): New function.
7982 (ada-uncomment-region): Emacs21 already knows how to delete
7983 comments not starting in the first column.
7984 (ada-use-indent): New variable
7985 (ada-which-function): New function.
7986 (ada-with-indent): New variable
7987 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7988 can be batch-compiled from the command line.
7989
7990 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7991 Add to the menu when the file is loaded, not in ada-mode-hook.
7992 Add -toolbar to the default ddd command Switches moved from
7993 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7994 ada-prj-default-comp-opt
7995 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7996 Reference Manual to the menu
7997 (ada-check-current): rewritten as a call to ada-compile-current
7998 (ada-compile): Removed.
7999 (ada-compile-application, ada-compile-current, ada-check-current):
8000 Set the compilation-search-path so that compile.el automatically
8001 finds the sources in src_dir. Automatic scrollong of the
8002 compilation buffer. C-uC-cC-c asks for confirmation before
8003 compiling
8004 (ada-compile-current): New parameter, prj-field
8005 (ada-complete-identifier): Load the .ali file before doing
8006 processing
8007 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8008 conform to gnatmake's behavior.
8009 (ada-find-file-in-dir): New function
8010 (ada-find-references): Set the environment variables for gnatfind
8011 (ada-find-src-file-in-dir): New function.
8012 (ada-first-non-nil): Removed
8013 (ada-gdb-application): Add support for jdb, the java debugger.
8014 (ada-get-ada-file-name): Load the original-file first if not done
8015 yet.
8016 (ada-get-all-references): Handles the new ali syntax (parent types
8017 are found between <>).
8018 (ada-initialize-runtime-library): New function
8019 (ada-mode-hook): Always load a project file when a file is opened,
8020 so that the casing exceptions are correctly read.
8021 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8022 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8023 to open the project file, since the latter does not work with
8024 speedbar Get default values before loading the prj file, or the
8025 default executable file name is wrong. Use the absolute value of
8026 src_dir to initialize ada-search-directories and
8027 compilation-search-path,... Add the standard runtime library to
8028 the search path for find-file.
8029 (ada-prj-default-debugger): Was missing an opening '{'
8030 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8031 variables.
8032 (ada-prj-default-gnatmake-opt): New variable
8033 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8034 buffers, the project file is the default one Save the windows
8035 configuration before displaying the menu.
8036 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8037 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8038 ...) regexp-quote identifiers names to support operators +,
8039 -,... in regexps.
8040 (ada-remote): New function.
8041 (ada-run-application): Erase the output buffer before starting the
8042 run Support remote execution of the application. Use
8043 call-process, or the arguments are incorrectly parsed
8044 (ada-set-default-project-file): Reread the content of the active
8045 project file, not the one from the current buffer When a project
8046 file is set as the default project, all directories are
8047 automatically associated with it.
8048 (ada-set-environment): New function
8049 (ada-treat-cmd-string): New special variable ${current}
8050 (ada-treat-cmd-string): Revised. The substitution is now done for
8051 any ${...} substring
8052 (ada-xref-current): If no body was found, compiles the spec
8053 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8054 compiler to get rid of command line length limitations.
8055 (ada-xref-get-project-field): New function
8056 (ada-xref-project-files): New variable
8057 (ada-xref-runtime-library-specs-path)
8058 (ada-xref-runtime-library-ali-path): New variables
8059 (ada-xref-set-default-prj-values): Default run command now does a
8060 cd to the build directory. New field: main_unit Provide a default
8061 file name even if the current buffer has no prj file.
8062
8063 * ada-prj.el:
8064 Rewritten to show a tabbed-dialog.
8065 (ada-prj-add-ada-menu): Remove the map and name parameters.
8066 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8067 New function
8068 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8069 (ada-prj-load-from-file): New function
8070 (ada-prj-save): Always save fields that depend on the current buffer
8071 (ada-prj-show-value): New function
5044b74a 8072
7972fcfc
GM
8073 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8074 Ada mode. This will allow us to display the Ada menu in any buffer
8075 we want (for project items).
8076 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8077 number of spaces in the header.
5044b74a 8078
8730a8da
DL
80792000-07-24 Dave Love <fx@gnu.org>
8080
8081 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8082
db3ca487
NF
80832000-07-23 Noah Friedman <friedman@splode.com>
8084
ad953485
NF
8085 * type-break.el (type-break): perform autosave.
8086 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8087 (type-break-do-query): Cancel query schedule while performing
8088 actual query, to avoid possibility of a second query being made
8089 while first one is already in progress.
8090 (type-break-time-stamp-format): New variable.
8091 (type-break-time-stamp): New function.
8092 (type-break-time-warning): Use it.
8093 (type-break-keystroke-warning): Use it.
8094 (type-break-noninteractive-query): Use it.
8095
03a9c6d0
NF
8096 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8097 cookie.
8098 Use add-minor-mode to set minor-mode-alist, if available.
8099 (eldoc-echo-area-use-multiline-p): New user option.
8100 (eldoc-echo-area-multiline-supported-p): New variable.
8101 (eldoc-docstring-format-sym-doc): Use them.
8102 (eldoc-mode): If not using idle timers, append to local post and
8103 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8104 (eldoc-display-message-no-interference-p): Don't interfere with
8105 edebug.
8106 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8107 (eldoc-function-arglist): New function.
8108 (eldoc-function-argstring): Use it.
8109
db3ca487
NF
8110 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8111 auto save directory exists before calling directory-files.
8112
f7ad1899
DL
81132000-07-23 Dave Love <fx@gnu.org>
8114
8115 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8116 ^o, ^u.
8117
43e764c9
DL
81182000-07-21 Dave Love <fx@gnu.org>
8119
475de6f4
DL
8120 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8121 now passed to the function. It now works properly.
8122
43e764c9
DL
8123 * smerge-mode.el (smerge-mode-menu): Fill it out.
8124
e8bea4c0
GM
81252000-07-20 Gerd Moellmann <gerd@gnu.org>
8126
8127 * info-look.el (info-lookup): If *info* is shown in another frame
8128 on the same display, select that frame, instead of switching to
8129 the Info buffer in another window of the selected frame.
8130
8131 * simple.el (universal-argument-map): Bind numeric keypad keys
8132 kp-0 to kp-9 and kp-subtract.
8133 (digit-argument): Handle these keys.
8134
bc75b4fd
DL
81352000-07-20 Dave Love <fx@gnu.org>
8136
8137 * net/goto-addr.el (goto-address-fontify): Don't bother with
8138 buffer-modified and read-only stuff -- irrelevant with overlays.
8139 Put an extra property on the overlays and use it to clean up in
8140 case goto-address is re-run.
8141
8b7bc628
RS
81422000-07-19 Richard M. Stallman <rms@gnu.org>
8143
18e21ce8
RS
8144 * timer.el (run-with-idle-timer): Doc fix.
8145
db3ca487 8146 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8147 Handle case where <...> appears inside "...".
8148 Use replace-match to edit the string more simply.
8149 (rmail-dont-reply-to): Cope with an unmatched ".
8150
50575ec2
DL
81512000-07-19 Dave Love <fx@gnu.org>
8152
8153 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8154 implementation.
8155
8156 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8157 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8158 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8159
4279296d
GM
81602000-07-19 Gerd Moellmann <gerd@gnu.org>
8161
47db06aa
GM
8162 * textmodes/refer.el: Correct maintainer's email address.
8163
8164 * progmodes/hideif.el: Correct author's email address.
8165 Fix typo in comment.
8166
8167 * xml.el: New file.
8168
4279296d
GM
8169 * mail/mailheader.el: Correct author's mail address.
8170
8171 * gnus/parse-time.el: Correct author's mail address.
8172
47db06aa 81732000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8174
8175 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8176 New user options.
8177 (comint-input-ring-file-name): Change custom type.
8178 (comint-mode-map): Bind mouse-2.
8179 (comint-insert-clicked-input): New function.
8180 (comint-send-input): Handle input highlighting.
8181
21ad0f7b
SM
81822000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8183
8184 * mouse.el (popup-menu): New function.
8185 (mouse-major-mode-menu): Use it.
8186
3b33a005
DL
81872000-07-18 Dave Love <fx@gnu.org>
8188
8189 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8190 improvements.
8191
dc1cac59
GM
81922000-07-18 Gerd Moellmann <gerd@gnu.org>
8193
21ad0f7b 8194 * faces.el (face-font-selection-order)
dc1cac59 8195 (face-font-family-alternatives): Add custom type.
db3ca487 8196
f8276b77
DL
81972000-07-18 Dave Love <fx@gnu.org>
8198
8199 * cus-edit.el (custom-variable-reset-saved)
8200 (custom-variable-reset-standard): Remove unused bindings.
8201
8202 * rect.el (open-rectangle-line): Remove unused let.
8203
8204 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8205
3d6cd763
GM
82062000-07-18 Gerd Moellmann <gerd@gnu.org>
8207
8208 * cdl.el: Fix `Maintainer' keyword.
8209
8210 * play/pong.el: Add author's email address.
8211
34342a07
SS
82122000-07-17 Sam Steingold <sds@gnu.org>
8213
8214 * files.el (insert-directory): Call `split-string' instead of
8215 re-implementing it.
8216
088831a6
GM
82172000-07-18 Gerd Moellmann <gerd@gnu.org>
8218
8219 * mail/vms-pmail.el: Change maintainer to FSF.
8220
8221 * net/goto-addr.el: Change maintainer to FSF.
8222
088831a6 8223 * info.el (Info-title-face-alist): Removed.
db3ca487 8224
c152047f
GM
82252000-07-18 David Ponce <david@dponce.com>
8226
8227 * recentf.el (recentf-open-files): New command that works like
8228 `recentf-open-more-files', but shows the whole list of files (not just
8229 those omitted from the menu). Useful if you don't use a menu-bar!
8230 (recentf-open-more-files) Modified to use `recentf-open-files'.
8231
8232 (recentf-open-files, recentf-open-more-files)
8233 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8234
8235 (recentf-dialog-mode): New mode for dialogs. You can now just type
8236 "q" to cancel the dialogs.
8237
82382000-07-18 David Ponce <david@dponce.com>
8239
8240 * recentf.el: This is a major update of recentf.el. It adds new
8241 features to better organize the recentf menu and "More..." buffer.
8242
8243 Using new provided menu filtering functions you can now organize the
8244 recent files list:
8245
8246 - by major modes
8247 - by directories
8248 - by user defined rules
8249
8250 Finally, with the new `recentf-filter-changer' customizable filter you
8251 can define a ring of filters and dynamically (via the menu) cycle on
8252 each menu organization in the ring (a la msb).
8253
68be2869
EZ
82542000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8255
8256 * eshell/eshell.el (eshell): Replace links to eshell.info with
8257 links to eshell, to avoid problems on systems where the manual is
8258 installed as `eshell'.
8259 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8260 * eshell/em-smart.el (eshell-smart): Ditto.
8261 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8262 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8263
8264 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8265 same-file check in the MS-DOS version (it does support inodes).
8266
8267 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8268
21ad0f7b
SM
8269 * eshell/eshell.el (eshell-directory-name):
8270 Run default directory name through convert-standard-filename.
68be2869 8271
269b4dcb
KH
82722000-07-18 Kenichi Handa <handa@etl.go.jp>
8273
21ad0f7b
SM
8274 * international/mule-cmds.el (select-safe-coding-system):
8275 Fix typo in the comment.
240a16cf 8276
21ad0f7b
SM
8277 * language/european.el (compound-text):
8278 Force katakana-jisx0201 to be designated to G1.
aa96c820 8279
21ad0f7b
SM
8280 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8281 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8282 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8283
269b4dcb
KH
8284 * international/kkc.el (kkc-after-update-conversion-functions):
8285 New variable.
8286 (kkc-update-conversion): Run functions in it at the tail.
8287
68be2869 82882000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8289
21ad0f7b
SM
8290 * lisp/align.el (align-newline-and-indent):
8291 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8292 (align-region): Fixed badly formatted minibuffer message.
8293
7a3fd467
KH
82942000-07-17 Kenichi Handa <handa@etl.go.jp>
8295
21ad0f7b 8296 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8297 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8298 the conversion list at first if appropriate.
8299 (kkc-next): Don't update kkc-next-count here.
8300 (kkc-prev): Don't update kkc-prev-count here.
8301 (kkc-show-conversion-list-update): Fix setting up of conversion
8302 list message.
8303
a45423d8
SM
83042000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8305
088831a6 8306 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8307
91a38db1
DL
83082000-07-16 Dave Love <fx@gnu.org>
8309
8310 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8311 function to be more specific.
8312
8313 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8314 non-string help-echo.
8315 (widget-types-convert-widget): Defsubst it.
8316 (widget-echo-help): Try to cope with a help-echo function of two
8317 possible sorts.
8318
3fddcdc3
JR
83192000-07-15 Jason Rumney <jasonr@gnu.org>
8320
8321 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8322 Declare as obsolete.
8323
8324 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8325
bd23a692
GM
83262000-07-14 Gerd Moellmann <gerd@gnu.org>
8327
8328 * hilit-chg.el: Fix typo.
8329
d4af987a
DL
83302000-07-14 Dave Love <fx@gnu.org>
8331
8332 * info.el (Info-mode-menu): Fix use of :help, :enable.
8333
3a4f3f86
SM
83342000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8335
8336 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8337
cf6936a4
DL
83382000-07-13 Dave Love <fx@gnu.org>
8339
4d6d04b5
DL
8340 * emacs-lisp/easymenu.el: Doc fixes.
8341 (easy-menu-remove): Defalias to ignore.
8342
cf6936a4
DL
8343 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8344 Call throw correctly.
8345
56437999
GM
83462000-07-13 Gerd Moellmann <gerd@gnu.org>
8347
8348 * faces.el (frame-background-mode): Doc fix.
8349
8350 * simple.el (eval-expression-print-length): Change custom type to
8351 allow entering nil as value.
8352
d04a3972
DL
83532000-07-13 Dave Love <fx@gnu.org>
8354
3a4f3f86
SM
8355 * progmodes/fortran.el (fortran-imenu-generic-expression):
8356 Change definition layout.
a8189dfe
DL
8357 (fortran-mode-menu): Reinstate customize entries.
8358
d04a3972
DL
8359 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8360 Use :filter, per old XEmacs code.
8361
4bf4fb05
GM
83622000-07-12 Gerd Moellmann <gerd@gnu.org>
8363
8364 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8365 event when deciding what to send to the terminal.
8366
37328bcd
DL
83672000-07-12 Dave Love <fx@gnu.org>
8368
8369 * cus-start.el: Add optional version as 4th element of specs and
8370 use it for several things new in v21. Remove load-path. Fix type
8371 of line-number-display-limit.
8372
89492072
DL
83732000-07-11 Dave Love <fx@gnu.org>
8374
3a4f3f86
SM
8375 * progmodes/fortran.el: Don't require easymenu.
8376 Use repeat counts in various regexps.
315aa1de
DL
8377 (fortran-mode-syntax-table): Defvar directly.
8378 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8379 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8380 Use defvar, not defconst.
8381 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8382 (fortran-mode): Set fortran-comment-line-start-skip,
8383 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8384 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8385 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8386 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8387 (fortran-comment-region, fortran-electric-line-number): Simplify.
8388 (fortran-auto-fill): New function.
8389 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8390 (fortran-find-comment-start-skip):
8391 Check for non-null comment-start-skip.
8392 (fortran-auto-fill-mode, fortran-fill-statement):
8393 Use fortran-auto-fill.
315aa1de 8394 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8395 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8396
89492072
DL
8397 * widget.el (widget-plist-member): New alias.
8398
d55ead18
EZ
83992000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8400
8401 * eshell/esh-module.el (toplevel): Reference
8402 byte-compile-current-file only if it is bound.
8403
e82a2a05
GM
84042000-07-10 Gerd Moellmann <gerd@gnu.org>
8405
8406 * dired.el: Don't require `dired-aux'.
8407
1fc7fb2b
MB
84082000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8409
8410 * dired-aux.el (dired-show-file-type): New function.
8411 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8412 (dired-show-file-type): Add autoload.
8413
ab49ce15
KH
84142000-07-10 Kenichi Handa <handa@etl.go.jp>
8415
8416 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8417 change of fontset-info.
ab49ce15
KH
8418 (print-fontset): Likewise.
8419
f45aab65
SM
84202000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8421
8422 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8423
2f72fd2f
GM
84242000-07-07 Gerd Moellmann <gerd@gnu.org>
8425
e82a2a05 8426 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8427
2f72fd2f
GM
8428 * dired.el (dired-find-alternate-file): New function.
8429 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8430 (toplevel): Require dired-aux when compiling.
8431 (dired-buffers): Move defvar within file to avoid compiler warning.
8432
8433 * info.el (Info-last-search): Variable removed.
8434 (Info-search-history): New variable.
8435 (Info-search): New Info-search-history.
8436
8437 * battery.el, info-look.el: Change author's mail address.
8438
965522f5 84392000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8440
965522f5
GM
8441 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8442 if rmail-ignored-headers is nil.
8443 (rmail-retry-failure): Bind rmail-ignored-headers and
8444 rmail-displayed-headers to nil.
8445
dd8888a1
GM
84462000-07-06 Gerd Moellmann <gerd@gnu.org>
8447
e5c81191
GM
8448 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8449 (print-region-1): Don't hard code `-h' here.
8450
dd8888a1
GM
8451 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8452
e5c81191
GM
84532000-07-01 Francesco Potorti` <pot@gnu.org>
8454
8455 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8456 exim can use "your message" instead of "the message".
34342a07 8457
f45aab65
SM
84582000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8459
8460 * facemenu.el: Docstrings fixes.
8461 (facemenu-get-face): Don't use internal-find-face.
8462 (facemenu-iterate): Rename arg to match the docstring.
8463
8464 * newcomment.el (uncomment-region): Be more careful when skipping
8465 backwards over `=' not to bump into BOBP.
8466
d396e521 84672000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8468
dd8888a1
GM
8469 * ediff-diff.el (ediff-wordify): Use syntax table.
8470 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8471 ediff-color-display-p.
dd8888a1 8472 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8473 from defsubst.
8474 Got rid of special cases for NeXT and OS/2.
dd8888a1 8475 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8476 face.
34342a07 8477
5e2dfaa4
SM
84782000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8479
8480 * emacs-lisp/lucid.el: Require CL.
8481 (copy-tree, remprop): Remove, it's provided by CL.
8482 (map-keymap): Define in terms of cl-map-keymap.
8483 (extent-property, set-extent-end-glyph): New functions.
8484
8485 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8486
d5c5cddd
GM
84872000-07-05 Gerd Moellmann <gerd@gnu.org>
8488
485266d0
GM
8489 * Makefile.in (DONTCOMPILE): Add comment that the name may
8490 not be changed without changing the make-dist script.
8491
5e2dfaa4 8492 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8493 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8494
e2c46326
AI
84952000-07-05 Andrew Innes <andrewi@gnu.org>
8496
8497 * makefile.nt: Add support for `bootstrap' and related targets.
8498
a027a91b
SM
84992000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8500
8501 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8502 (easy-menu-do-define): Use `menu-item' format.
8503 Handle case where easy-menu-create-menu returns a symbol.
8504 Manually call the potential top-level filter in the function binding.
8505 (easy-menu-filter-return): New arg NAME.
8506 Convert to a keymap if MENU is an XEmacs menu.
8507 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8508 (easy-menu-converted-items-table, easy-menu-convert-item):
8509 New var and fun to memoize easy-menu-convert-item-1.
8510 (easy-menu-do-add-item): Use it.
8511 (easy-menu-create-menu): Use easy-menu-convert-item.
8512 Wrap easy-menu-filter-return around any :filter specification.
8513 Don't convert the menu if a filter was specified.
8514 Tell easy-menu-make-symbol not to check for MENU being an expression.
8515 (easy-menu-make-symbol): New arg NOEXP.
8516
5e03eb84
GM
85172000-07-05 Gerd Moellmann <gerd@gnu.org>
8518
8519 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8520 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8521 (eval-defun): If called with prefix arg, instrument code for
8522 Edebug.
8523
8524 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8525 similar to that of eval-defun.
8526
fca68a95
DL
85272000-07-04 Dave Love <fx@gnu.org>
8528
7ccbba4c
DL
8529 * hl-line.el (hl-line-overlay): Make it permanent-local.
8530
fca68a95
DL
8531 * calendar/todo-mode.el: Replaced with a working version, based on
8532 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8533
85342000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8535
8536 * paths.el (prune-directory-list): New function.
8537 (Info-default-directory-list): Rewritten to more methodically
8538 enumerate a big list of possible info directories (based on the
8539 list used by the standalone info reader).
fca68a95 8540
78e7e8a0 8541 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8542 non-existent directories from Info-directory-list.
78e7e8a0 8543
78e7e8a0
MB
8544 * paths.el (Info-default-directory-list): Try a list of possible
8545 info-directories instead of a single one. Add the possible
8546 info directory "/usr/share/info".
8547
8548 * woman.el (woman-man.conf-path): Explicitly include the debian
8549 man-db config file "/etc/manpath.config".
8550 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8551 are present in `manpath.config'.
8552 (woman-manpath): Include "/usr/share/man".
8553
67c9a1d2
GM
85542000-07-03 Gerd Moellmann <gerd@gnu.org>
8555
6753393b
GM
8556 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8557
8558 * startup.el (command-line): Initialize blink-cursor based
8559 on window-system.
8560
e4f98ad3
GM
8561 * frame.el (blink-cursor): Default to nil if not running under
8562 a window-system.
8563
2f516940
GM
8564 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8565 (face-x-resources): Remove duplicate entry for :font.
8566
67c9a1d2
GM
8567 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8568 instead of cycling through windows with next-window.
8569
8570 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8571 of cycling through windows with next-window.
8572
8573 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8574 of cycling through windows with next-window.
8575
8576 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8577 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8578 instead of cycling through windows with next-window.
8579
8580 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8581 instead of cycling through windows with next-window.
8582
8583 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8584 of cycling through windows with next-window.
8585
8586 * terminal.el (te-process-output): Use walk-windows instead of
8587 cycling through windows with next-window.
8588
8589 * server.el (server-switch-buffer): Use some-window instead of
8590 cycling through windows with next-window.
8591
8592 * window.el (some-window): New function.
8593 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8594
3a4f3f86 8595 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8596
8b7bc628 85972000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8598
8599 * window.el (walk-windows): Guarantee termination by keeping a list
8600 of all the windows already handled.
8601
d0d57043
EZ
86022000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8605 window-system.
8606
8607 * man.el (Man-notify-when-ready): Don't use window-system. If
8608 Man-notify-method is newframe, and the display is not
8609 multi-frame, select the frame created for the man page.
8610 (Man-init-defvars): Doc fix.
8611
d5483ab1
GM
86122000-06-28 Gerd Moellmann <gerd@gnu.org>
8613
af5c25e1
GM
8614 * faces.el (region): Change background color for light background.
8615
8616 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8617 attribute from mode-line face of Ediff control frame.
8618
d5483ab1
GM
8619 * replace.el (query-replace-map): Bind `e' like `E'.
8620
9d47450f
EZ
86212000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8622
3a4f3f86
SM
8623 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8624 Change name to "Select All".
496b7491 8625
9d47450f
EZ
8626 * dos-fns.el (convert-standard-filename): Fix last change.
8627
0b431deb
GM
86282000-06-27 Gerd Moellmann <gerd@gnu.org>
8629
4fa9f636
GM
8630 * help.el (describe-variable): Don't insert a second `'s' in front
8631 of the string `value is shown below'. Since the syntax-table is
8632 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8633 an existing `'s', so that this won't be deleted.
8634
0b431deb
GM
8635 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8636 * pcmpl-unix.el: New files.
8637
32cad0aa
SM
86382000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8639
8640 * wid-edit.el (widget-member): Use the new plist-member.
8641
2c69ced2
GM
86422000-06-26 Gerd Moellmann <gerd@gnu.org>
8643
44c0f771
GM
8644 * replace.el (perform-replace): Undo change of 2000-04-04.
8645 Instead, move backward 1 character at the end of the loop when
8646 necessary.
34342a07 8647
1d36487c
GM
8648 * faces.el (fringe): Change face for different backgrounds.
8649
8650 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8651 patch from John.
8652
2c69ced2
GM
8653 * eshell/*.el: Change spelling of the Free Software Foundation.
8654
8655 * eshell/esh-toggle.el: Removed.
8656
8657 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8658
8659 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8660 interactively.
8661
86622000-06-26 Alex Schroeder <alex@gnu.org>
8663
8664 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8665 `define-key'; instead of checking `(emacs-version)' check for
8666 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8667 for `;' and `o' which might be electric.
8668
8669 (sql-electric-stuff): New user option.
8670 (sql-magic-go): New function which uses `sql-electric-stuff'.
8671 (sql-magic-semicolon): New function which uses
8672 `sql-electric-stuff'.
8673
8674 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8675 is not fboundp.
8676
8677 (sql-oracle-options): New variable.
8678 (sql-oracle): Use it.
8679
8680 (sql-imenu-generic-expression): Doc change.
8681 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8682 is used.
8683
8684 (sql-informix): Added command line parameter "-" to force
8685 sql-informix-program to use stdout.
8686
db1306d8
EZ
86872000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8688
3a4f3f86 8689 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8690 (cp864-decode-table): Doc fix.
8691 (cp720-decode-table): New variable, supports the Arabic OEM
8692 codepage used by Windows.
8693 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8694
c69e5fcd
DL
86952000-06-23 Dave Love <fx@gnu.org>
8696
8697 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8698 (font-lock-fontify-anchored-keywords): Use
8699 line-beginning-position.
8700 (global-font-lock-mode): Use mapc.
8701
30ad8f23
SM
87022000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8703
8704 * eshell/esh-module.el: Require CL when compiling.
8705
26b4dc84
GM
87062000-06-23 Gerd Moellmann <gerd@gnu.org>
8707
78c56e70
GM
8708 * comint.el (comint-substitute-in-file-name): Call replace-match
8709 with second and third arg t.
8710
34342a07 8711 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8712 Specify foreground color.
8713
8714 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8715 color.
8716
affbf647
GM
8717 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8718
8719 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8720 cddr instead of cdddr.
8721
25fffb31
GM
8722 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8723 instead of copy-list.
8724
8725 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8726 of copy-list.
8727
26b4dc84
GM
8728 * subdirs.el: Add eshell subdirectory.
8729
8730 * eshell: New subdirectory containing the Eshell package.
8731
8732 * pcomplete.el: New file.
8733
78c56e70
GM
87342000-06-23 Paul Eggert <eggert@twinsun.com>
8735
ea055732
GM
8736 * mail/mailpost.el (post-mail-send-it): Make sure file has
8737 proper permissions from birth.
8738
8739 * files.el (basic-save-buffer-2): When temporarily setting
8740 file modes, set them to current modes plus 0200, not to 0777.
8741
78c56e70
GM
8742 * emerge.el (emerge-make-temp-file): Make sure file has proper
8743 permissions from birth.
8744
a3a7ff33
EZ
87452000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8748 backup file name through convert-standard-filename.
8749
8750 * dos-fns.el (convert-standard-filename): Convert leading
8751 directories as well. When long file names are supported, convert
8752 characters that are invalid in Windows file names.
8753
1fd9b7fe
GM
87542000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8755
8756 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8757 ps-print crashes. New feature: page selection for printing. Create
8758 raw-text-unix coding system for XEmacs. Doc fix.
8759 (ps-print-version): New version number (5.2.3).
8760 (ps-plot-region): Bug fix.
8761 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8762 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8763 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8764 funs.
8765 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8766 (ps-last-page): New vars.
8767
16ed8416
GM
87682000-06-21 Gerd Moellmann <gerd@gnu.org>
8769
8770 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8771 empty option string.
8772
4fbee715
EZ
87732000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8774
8775 * man.el (man): Doc fix.
8776
eaecfc94
KH
87772000-06-21 Kenichi Handa <handa@etl.go.jp>
8778
8779 * international/mule-cmds.el (set-language-info-alist): Docstring
8780 fixed.
8781
4a27bdfb
GM
87822000-06-20 Gerd Moellmann <gerd@gnu.org>
8783
8784 * version.el (emacs-version): Use ISO date format.
8785
8786 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8787 instead of `M-backspace'.
8788
8789 * simple.el (turn-off-auto-fill): New function.
8790
8972fe79
SM
87912000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8792
8793 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8794 Renamed from with-buffer-prepared-for-font-lock and use
8795 inhibit-modification-hooks rather than setting *-change-functions.
8796 Update all functions to use the new name.
8797 (jit-lock-first-unfontify-pos): New semantics (and doc).
8798 (jit-lock-mode): Make non-interactive.
8799 Don't automatically turn on font-lock.
8800 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8801 Always use jit-lock-after-change.
8802 Remove and restore font-lock-after-change-function.
8803 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8804 (jit-lock-after-unfontify-buffer): Remove.
8805 (jit-lock-stealth-fontify):
8806 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8807 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8808
5d80cc9c
SS
88092000-06-20 Sam Steingold <sds@gnu.org>
8810
8811 * emacs-lisp/cl-indent.el (toplevel): Indent
8812 `print-unreadable-object' properly. Untabify.
8813
f54e4d13
CD
88142000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8815
8816 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8817 Support for bibentry.
8818 (reftex-compile-variables): Fixed problem with end of section-re.
8819
8820 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8821 reftex-view-crossref-from-bibtex):
8822 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8823 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8824 Replaced `remprop' with `put'.
8972fe79
SM
8825 (reftex-view-crossref, reftex-view-crossref-when-idle):
8826 Support for bibentry.
f54e4d13 8827
8972fe79
SM
8828 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8829 New entry for bibentry package.
f54e4d13 8830
8972fe79
SM
8831 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8832 Regexp also matches "\nobibliography".
f54e4d13 8833
8972fe79
SM
8834 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8835 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8836 (reftex-ensure-write-access): New function.
8837
f54e4d13
CD
88382000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8839
8840 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8841
8842 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8843
8844 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8845
8846 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8847
8848
560c43f4
DL
88492000-06-20 Dave Love <fx@gnu.org>
8850
8851 * faces.el (frame-background-mode): Use set-default, not set, in
8852 setter.
8853 (frame-update-faces, frame-update-face-colors): Define with
8854 defalias.
8855
8856 * enriched.el (enriched-decode-foreground)
8857 (enriched-decode-background): Don't use internal-find-face.
8858
8859 * apropos.el: Doc fixes.
8860
8861 * cus-edit.el (customize-changed-options): Check arg.
8862 (customize-version-lessp): Don't require decimal point.
8863
8864 * custom.el (defcustom, defgroup): Doc fix.
8865
8866 * newcomment.el (comment) <defgroup>: Add :version.
8867 (comment-multi-line): Doc fix.
8868
8869 * emulation/mlsupport.el (define-hooked-local-abbrev,
8870 define-hooked-global-abbrev): Fix, using define-abbrev.
8871
cdf0357b
GM
88722000-06-19 Gerd Moellmann <gerd@gnu.org>
8873
8874 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8875 the whole buffer.
8876
10013d74
DL
88772000-06-19 Dave Love <fx@gnu.org>
8878
8879 * menu-bar.el (menu-bar-options-save): New function.
8880 (menu-bar-options-menu): Use it.
8881 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8882 Simplify.
8883
6922f208
AS
88842000-06-19 Andreas Schwab <schwab@suse.de>
8885
8886 * progmodes/etags.el (tags-query-replace): Put new parameters
8887 START and END at the end, for backward compatibility.
8888
10d7bf84
KH
88892000-06-19 Kenichi Handa <handa@etl.go.jp>
8890
8891 * international/codepage.el:
8892 (cp-coding-system-for-codepage-1): Delete special codes for
8893 generating xxx-dos coding system because now a CCL based coding
8894 system can handle EOL conversion by default.
8895
8896 * international/mule.el (make-coding-system): Generate subsidiary
8897 coding systems for EOL handling variants even for a CCL based
8898 coding system.
8899
8f3c9a3d
KH
89002000-06-19 Kenichi Handa <handa@etl.go.jp>
8901
8902 * international/isearch-x.el (isearch-minibuffer-input-method)
8903 (isearch-minibuffer-input-method-function): These variables
8904 deleted.
8905 (isearch-with-input-method): Don't use the above variables.
8906 (isearch-process-search-multibyte-characters): Likewise. Call
8907 read-string with the arg INHERIT-INPUT-METHOD t.
8908
c2acf685
SM
89092000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8910
13f0d185
SM
8911 * font-lock.el (font-lock-after-fontify-buffer)
8912 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8913
8914 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8915 Use consistent make-local-variable style for font-lock-fontified.
8916 (jit-lock-fontify-buffer):
8917 Don't bother checking for font-lock-mode and jit-lock-mode.
8918
c2acf685
SM
8919 * time.el: Remove trailing ^M that prevent CVS-merging.
8920
a9021acd
GM
89212000-06-16 Gerd Moellmann <gerd@gnu.org>
8922
8923 * Makefile.in (distclean): New target.
5d80cc9c 8924
0df68e9f
SM
89252000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8926
8927 * Makefile.in (srcdir): Define for update-subdirs.
8928
6344985d
GM
89292000-06-16 Gerd Moellmann <gerd@gnu.org>
8930
8931 * find-lisp.el: New file.
8932
63239267
AI
89332000-06-16 Andrew Innes <andrewi@gnu.org>
8934
8935 * time.el (display-time-mail-function): New variable, to allow
8936 external packages to indicate when new mail is available.
8937 (display-time-update): Use it.
8938
1699f991
KH
89392000-06-16 Kenichi Handa <handa@etl.go.jp>
8940
a3b37893
KH
8941 * international/mule.el (mule-version): Change version name to
8942 SAKAKI. AOI has already been used by Meadow.
8943
1699f991
KH
8944 * international/quail.el (quail-show-guidance-buf): To find the
8945 bottom window (but minibuffer), pay attention to the height of
8946 minibuffer.
8947
228b083e
EZ
89482000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8949
7d5c8691
EZ
8950 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8951 menu-bar menus. Add help strings. Don't remove the Edit menu
8952 from the menu bar, as the menu bar has enough space now.
8953
261f3289
EZ
8954 * Makefile.in (SHELL): Make sure /bin/sh is used.
8955
228b083e
EZ
8956 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8957 characters, which use series of two ^H characters instead of one.
8958
e27e8d71
GM
89592000-06-15 Gerd Moellmann <gerd@gnu.org>
8960
5d80cc9c 8961 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8962 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8963 functions.
451ec4e3
GM
8964 (Info-find-node-2): Try a case-sensitive search first, then
8965 do a case-insensitive search.
8966
8967 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8968 tutorials.
8969
b675095c
GM
8970 * complete.el (PC-env-vars-alist): New variable.
8971 (PC-complete-as-file-name): New function.
8972 (partial-completion-mode): Initialize PC-env-vars-alist from
8973 process-environment.
8974 (PC-do-completion): Handle completion of env vars.
8975
8976 * info.el (Info-set-mode-line): Show file name in mode line,
8977 use `*Info*' instead of `Info:'.
8978
e27e8d71
GM
8979 * startup.el (command-line-1): Change copyright messages to year
8980 2000.
8981
28223a7e
DL
89822000-06-15 Dave Love <fx@gnu.org>
8983
8984 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8985 not local-map.
8986
32684631
KH
89872000-06-15 Kenichi Handa <handa@etl.go.jp>
8988
8989 * international/mule.el (set-buffer-file-coding-system): Almost
8990 rewritten to handle `undecided' as no-op.
8991
9f817ea4
GM
89922000-06-14 Gerd Moellmann <gerd@gnu.org>
8993
e27e8d71 8994 * Makefile.in: New file.
dce6b995
GM
8995
8996 * Makefile: Removed.
8997
9f817ea4
GM
8998 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8999 (goto-address-highlight-keymap): Bind C-c RET.
9000
2de33f94
KH
90012000-06-14 Kenichi Handa <handa@etl.go.jp>
9002
bbf1e8a5
KH
9003 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9004 inherits buffer-file-coding-system of the current buffer.
725a6897 9005
02891cc3
KH
9006 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9007 0. Give correct argument to set-auto-coding-function.
9008 (tar-expunge): For goto-char, use (point-min), not 0.
9009 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9010 (tar-subfile-save-buffer): Likewize.
9011
2de33f94
KH
9012 * international/mule.el
9013 (after-insert-file-set-buffer-file-coding-system): Call
9014 set-buffer-file-coding-system with the arg FORCE t.
9015
1681ead6
GM
90162000-06-13 Gerd Moellmann <gerd@gnu.org>
9017
9018 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9019 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9020 the sender is set with `-f'.
1681ead6 9021
fdf4b680
DL
90222000-06-13 Dave Love <fx@gnu.org>
9023
9c50afce
DL
9024 * help.el (describe-function-1): Kluge around cases of functions
9025 fset to subrs whose doc doesn't match their symbol-name.
9026
0ad550ba 9027 * image.el (insert-image): Default STRING to a space.
f290ca08 9028
fdf4b680 9029 * info.el Doc fixes.
5d80cc9c 9030 (Info-build-node-completions): Match Ref tags.
fdf4b680 9031
9b6610db
EZ
90322000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9033
a704139d
EZ
9034 * frame.el (display-multi-frame-p, display-multi-font-p): New
9035 defaliases for display-graphic-p.
9036
9b6610db
EZ
9037 * hl-line.el: Fixed a typo in commentary.
9038
7a5ea398
KH
90392000-06-13 Kenichi Handa <handa@etl.go.jp>
9040
9041 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9042 fixed.
9043
0dc91c57
DL
90442000-06-12 Dave Love <fx@gnu.org>
9045
9046 * image.el (insert-image): Save a little consing.
9047
0bd5914b
KH
90482000-06-12 Kenichi Handa <handa@etl.go.jp>
9049
9050 * language/tibet-util.el: Convert all tibetan-1-column characters
9051 to the corresponding tibetan characters.
9052 (tibetan-add-components): Delete code for the special treatment of
9053 'a chung.
9054
9055 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9056 change.
9057 (tibetan-vowel-transcription-alist): More rules added.
9058 (tibetan-composite-vowel-alist): New variable.
9059 (tibetan-precomposition-rule-alist): More rules added.
9060
6dc7d3d5
SM
90612000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9062
9c04c393
SM
9063 * startup.el (command-line): Only call menu-bar-mode if interactive.
9064
9065 * thingatpt.el (toplevel symbol-properties):
9066 * textmodes/makeinfo.el (makeinfo-compile):
9067 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9068 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9069 (hide-ifdef-use-define-alist):
5d80cc9c 9070 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9071 (ange-ftp-vms-add-file-entry):
9072 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9073 * man.el (Man-build-man-command):
9074 * mail/rnewspost.el (news-reply-header-hook):
9075 * info.el (Info-insert-dir):
9076 * emulation/mlconvert.el (backward-word, forward-word, setq):
9077 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9078 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9079 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9080 (byte-optimize-apply, end of file):
9081 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9082 (ad-make-freeze-definition):
9083 * startup.el (command-line, command-line-1): Don't quote lambdas.
9084
6dc7d3d5
SM
9085 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9086 (cvs-cleanup-removed): New function.
9087 (cvs-cleanup-functions): New var.
9088 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9089 some flexibility in specifying additional entries to auto-cleanup.
9090 (cvs-quickdir): New function.
9091 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9092 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9093 (cvs-mode-find-file): Check that we are on a filename or dirname
9094 when invoked through a mouse-click.
9095 (cvs-full-path): Remove.
9096 (cvs-dired-action): Re-introduced.
9097 (cvs-dired-noselect): Use it.
9098 (vc-post-command-functions): use this new hook if available.
9099
9100 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9101 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9102 (cvs-filename-map, cvs-dirname-map): Remove.
9103 (cvs-default-action): Remove.
9104 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9105 if the arg is really a keymap.
9106 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9107 Don't hardcode the mapping from state (aka type) to face, but check
9108 the var cvs-fi-<type>-face instead.
9109 (cvs-fileinfo-from-entries): New function.
9110
9111 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9112 Docstring fix.
9113 (cvs-find-file-and-jump): Change default to be safer.
9114 (cvs-mode-diff-map): Define it as a function as well.
9115 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9116 Bind mouse-2 in this global map rather than with text-properties.
9117
9118 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9119 file to resolve the ambiguity between C(conflict) and C(need-merge).
9120
5050a2ef
KH
91212000-06-12 Kenichi Handa <handa@etl.go.jp>
9122
9123 * international/mule.el (set-buffer-file-coding-system): If
9124 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9125 unconditionally.
9126
35a7ac84
DL
91272000-06-12 Dave Love <fx@gnu.org>
9128
9129 * wid-edit.el (widget-specify-button): Really suppress the face if
9130 required.
9131
db8eeecd
GM
91322000-06-11 Gerd Moellmann <gerd@gnu.org>
9133
9134 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9135
70223ca4
SM
91362000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9137
9138 * imenu.el (imenu-generic-expression): Docstring fix.
9139
9140 * composite.el (composition-function-table): Move the `put'
9141 below the autoload cookie so we can load the file before loaddefs.
9142
9143 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9144
9145 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9146 Handle easy-mmode-define-global-mode.
9147 For complex macros like define-minor-mode that can generate
9148 several autoload entries, try to autoload entries in the
9149 macroexpanded code.
9150
9151 * emacs-lisp/easy-mmode.el (define-minor-mode):
9152 If KEYMAP is a symbol, just use it.
9153 Use byte-compile-current-file and load-file-name to infer the
9154 proper :require to pass to defcustom.
9155 Wrap the hook var into `progn' so as not to autoload it.
9156 Add a :autoload-end cookie.
9157 Be more careful about the evaluation of KEYMAP.
9158 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9159 (define-derived-mode): Move define-abbrev-table outside of defvar.
9160
91612000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9162
9163 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9164 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9165 (backup-compiled-files): Ignore errors during `tar'.
9166 (bootstrap): Make autoloads before elc files.
9167
9c53b34e
KH
91682000-06-10 Kenichi Handa <handa@etl.go.jp>
9169
9170 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9171 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9172
9173 * international/mule-conf.el (unix): New alias for the coding
9174 system undecided-unix.
9175
22ddd299
DL
91762000-06-09 Dave Love <fx@gnu.org>
9177
5ee42746
DL
9178 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9179
70223ca4 9180 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9181 (executable-insert): Change custom type.
9182 (executable-find): Add autoload cookie.
cc7e1d18
DL
9183 (executable-make-buffer-file-executable-if-script-p): New
9184 function. After Noah Friedman.
22ddd299
DL
9185
9186 * files.el (after-save-hook): Customize, with
cc7e1d18 9187 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9188
41ea3794
KH
91892000-06-09 Kenichi Handa <handa@etl.go.jp>
9190
f89437e3
KH
9191 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9192 "tib24p-mule.bdf" for Tibetan.
9193
7a4ee259
KH
9194 * composite.el (decompose-composite-char): Declare it as obsolete.
9195
ff6a65c2
KH
9196 * man.el (Man-fontify-manpage): Pay attention to underline and
9197 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9198
f83fe4b4
GM
91992000-06-08 Gerd Moellmann <gerd@gnu.org>
9200
9201 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9202 Set maintainer to FSF since author isn't reachable.
9203
e56d7900
DL
92042000-06-08 Dave Love <fx@gnu.org>
9205
9206 * international/mule-cmds.el (select-safe-coding-system): If
9207 DEFAULT-CODING-SYSTEM is not specified, also check the most
9208 preferred coding-system if buffer-file-coding-system is
9209 `undecided'. From Handa.
9210
d3981b49
KH
92112000-06-08 Kenichi Handa <handa@etl.go.jp>
9212
9213 * international/mule.el
9214 (after-insert-file-set-buffer-file-coding-system): If the buffer
9215 size is greater than INSERTED, judget that we are not visiting.
9216
bff71087
RV
92172000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9218
9219 * whitespace.el (defgroup whitespace): Comment out `:version'.
9220 XEmacs 20.4 has problems defining the group with this present.
9221 We'll have this commented out till get resolve the problem.
9222
fd9ac94c
GM
92232000-06-07 John Wiegley <johnw@gnu.org>
9224
9225 * align.el (align-dq-string-modes, align-sq-string-modes)
9226 (align-open-comment-modes): Add pyhton-mode.
9227 (align-rules-list): Use get-text-property instead of
9228 text-properties-at.
9229 (align-rules-list): Add python-assignment.
9230 (align-rules-list): Change perl-comma-delimiter to
9231 basic-comma-delimiter. Use if for Perl modes and python-mode.
9232 (align-rules-list): Add python-chain-logic and
9233 basic-line-continuation.
45f485a6
GM
9234
92352000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9236
9237 * apropos.el (apropos-mode-hook): New user variable.
9238 (apropos-mode): Run apropos-mode-hook.
bff71087 9239
45f485a6
GM
92402000-06-07 David Ponce <david@dponce.com>
9241
9242 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9243 commands. Require `wid-edit' at run-time.
9244
92452000-06-07 David Ponce <david@dponce.com>
9246
9247 * recentf.el: Added some "Commentary".
9248 (recentf-open-more-files, recentf-edit-list): Minor changes to
9249 move the point at the top of the file list. This behaviour is
9250 consistent with the menu one when the list contains a lot of
9251 files.
9252 (recentf-cleanup): Now displays the number of items removed from
9253 the list.
9254 (recentf-relative-filter) New menu filter to show filenames
9255 relative to `default-directory'.
bff71087 9256
45f485a6
GM
92572000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9258
9259 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9260 with/without giving an error if PostScript printer doesn't have this
9261 kind of page size. Zebra Stripe continues or restarts on next page.
9262 Manual/automatic paper feeding. Switch or not the header.
9263 (ps-print-version): New version number (5.2.2).
9264 (ps-windows-system): Include emx as a Windows system.
9265 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9266 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9267 (ps-background-text): Code fix.
9268 (ps-error-handler-message, ps-user-defined-prologue)
9269 (ps-print-prologue-header, ps-printer-name)
9270 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9271 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9272 (ps-use-face-background): Customization fix.
9273 (ps-n-up-database): Data fix.
9274 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9275 (ps-switch-header): New vars.
9276 (ps-xemacs-color-name, ps-face-foreground-name)
9277 (ps-face-background-name, ps-boolean-constant): New funs.
9278
c14dcd22
DL
92792000-06-07 Dave Love <fx@gnu.org>
9280
9281 * allout.el: New version from Manheimer.
9282
e4044bb0
KH
92832000-06-07 Kenichi Handa <handa@etl.go.jp>
9284
9285 * textmodes/fill.el (fill-find-break-point): Check the validity of
9286 charset.
9287
59cfe8b9
KF
92882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9289
9290 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9291 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9292 Call display-color-p and display-mouse-p instead of looking at
9293 window-system.
9294
bb2337f5
DL
92952000-06-06 Dave Love <fx@gnu.org>
9296
9297 * image.el (find-image): Doc fix. Return nil if image not found.
9298 (put-image, insert-image): Make STRING arg optional.
9299
8e624fa2
KH
93002000-06-06 Kenichi Handa <handa@etl.go.jp>
9301
9302 * language/vietnamese.el: Remove eval-when-compile.
9303 (viet-viscii-nonascii-translation-table): Define it as a
9304 translation table made from viet-viscii-decode-table.
9305 (viet-viscii-encode-table): Define it as a translation table made
9306 from the reverse map of above.
9307 (viet-vscii-nonascii-translation-table): Define it as a
9308 translation table made from viet-vscii-decode-table.
9309 (viet-vscii-encode-table): Define it as a translation table made
9310 from the reverse map of above.
9311 (ccl-decode-viscii): Use translate-character.
9312 (ccl-encode-viscii, ccl-encode-viscii-font)
9313 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9314 Likewize.
bff71087 9315
8e624fa2
KH
9316 * language/cyrillic.el: Remove eval-when-compile.
9317 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9318 translation table made from cyrillic-koi8-r-decode-table.
9319 (cyrillic-koi8-r-encode-table): Define it as a translation table
9320 made from the reverse map of above.
9321 (ccl-decode-koi8): Use translate-character.
9322 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9323 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9324 a translation table made from cyrillic-alternativnyj-decode-table.
9325 (cyrillic-alternativnyj-encode-table): Define it as a translation
9326 table made from the reverse map of above.
9327 (ccl-decode-alternativnyj): Use translate-character.
9328 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9329 Likewize
9330
9331 * international/mule-diag.el (non-iso-charset-alist): Specify
9332 translation table symbol instead of translation table itself.
9333 (list-block-of-chars): CHARSET may be a translation table symbol.
9334
9335 * international/mule.el (make-coding-system): If CODING-SYSTEM
9336 already exists, override it.
9337
9338 * international/fontset.el: Use family `proportional' for Tibetan
9339 fonts.
9340
9341 * international/ccl.el (ccl-compile-translate-character): Don't
9342 check if Rrr has property translation-table.
9343 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9344
1969fae2
GM
93452000-06-05 Gerd Moellmann <gerd@gnu.org>
9346
9347 * info.el: Bind case-fold-search to t when searching in case
9348 a user sets it to nil in a hook.
9349
d5b037c5
SM
93502000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9351
d3d02e65
SM
9352 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9353 * hl-line.el (hl-line-mode): Use the new :global key argument.
9354
9355 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9356 (tar-clip-time-string): Prepend a space.
9357 (tar-grind-file-mode): Construct a string rather than modifying one.
9358 (tar-header-block-summarize): Fix docstring.
9359 Use `format' rather than an error-prone set of copy-loops.
9360
9361 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9362 (diff-goto-source, diff-unified->context, diff-context->unified)
9363 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9364 understand the format output by the `-p' argument to diff.
9365
bff71087 9366 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9367 (sh-re-done): Use defconst.
9368 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9369 (sh-help-string-for-variable, sh-guess-basic-offset):
9370 Don't quote lambdas.
9371 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9372 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9373
f7c4478f
SM
9374 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9375 (mh-letter-mode): Derive from text-mode.
9376 This implicitly means that it now calls kill-all-local-variables.
9377 Also remove the Emacs-18 compatibility code.
9378
a8add29d
SM
9379 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9380 Make use of symbol-property doc-string-elt.
9381 Use memq rather than a sequence of eq.
9382 (doc-string-elt): Fix the wrong or missing previously unused values.
9383 (autoload-print-form): New function extracted from
9384 generate-file-autoloads to allow recursion when handling progn
9385 so that defvar's and defun's docstrings are properly printed.
9386 (generate-file-autoloads): Use it.
9387
d5b037c5
SM
9388 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9389 Use find-file-hooks in the minor-mode function.
9390 Be careful not to loop indefinitely in the post-command-hook function.
9391
560ef11a 93922000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9393
1969fae2 9394 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9395 tty's.
1969fae2 9396 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9397 differences whenever appropriate.
1969fae2
GM
9398 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9399 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9400 wildcards.
9401
b5bbbb76
SM
94022000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9403
d5b037c5
SM
9404 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9405 (jit-lock-fontify-buffer): New function for JIT refontification.
9406 (jit-lock-mode): Fix docstring.
9407 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9408 Remove jit-lock-after-change from the _local_ hook.
9409 (jit-lock-function-1): Fix docstring.
9410
9411 * info.el (Info-on-current-buffer): Initialize info.
9412
9413 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9414
9415 * progmodes/tcl.el (tcl-indent-for-comment):
9416 Ignore comment-indent-hook.
9417
9418 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9419 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9420 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9421 and improve to use the lighter to guess the capitalization.
9422 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9423 Add keyword arguments to specify global-ness or the custom group.
9424 Add local-map and help-echo properties to the lighter.
9425 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9426 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9427
bfa6c260
DL
94282000-06-02 Dave Love <fx@gnu.org>
9429
9430 * wid-edit.el: byte-compile-dynamic since we typically don't use
9431 all the widgets. Don't require cl or widget. Remove
9432 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9433 (widget-read-event): Removed. Callers changed to use read-event.
9434 (widget-button-release-event-p): Renamed from
9435 button-release-event-p.
9436 (widget-field-add-space, widget-field-use-before-change):
9437 Uncustomize.
9438 (widget-specify-field): Use keymap property, not local-map.
9439 (widget-specify-button): Obey :suppress-face.
9440 (widget-specify-insert): Use modern backquote syntax.
9441 (widget-image-directory): Renamed from widget-glyph-directory.
9442 (widget-image-enable): Renamed from widget-glyph-enable.
9443 (widget-image-find): Replaces widget-glyph-find.
9444 (widget-button-pressed-face): Move defvar.
9445 (widget-image-insert): Replaces widget-glyph-insert.
9446 (widget-convert): Use keywordp.
9447 (widget-leave-text, widget-children-value-delete): Use mapc.
9448 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9449 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9450 (widget-button-click): Don't set point at the click, but re-centre
9451 if we scroll out of window. Rewritten for images v. glyphs &c.
9452 (widget-tabable-at): Use POS arg, not point.
9453 (widget-beginning-of-line, widget-end-of-line)
9454 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9455 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9456 (widget-default-create): Use widget-image-insert; some rewriting.
9457 (widget-visibility-value-create)
9458 (widget-push-button-value-create, widget-toggle-value-create): Use
9459 widget-image-insert.
9460 (checkbox): Create on and off images dynamically.
9461 (documentation-link): Change :help-echo.
9462 (widget-documentation-link-echo-help): Remove.
9463
3837de12
SM
94642000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9465
9466 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9467
9468 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9469 (easy-mmode-define-toggle, define-minor-mode): Use it.
9470 (easy-mmode-define-keymap): Docstring fix.
9471 (define-derived-mode): Default PARENT to fundamental-mode.
9472 Add the derived-mode-parent symbol-property.
9473 (easy-mmode-derived-mode-p): New function.
9474
90aa4ea8
DL
94752000-06-02 Dave Love <fx@gnu.org>
9476
37193ee6
DL
9477 * files.el (convert-standard-filename): Doc fix.
9478 (normal-backup-enable-predicate): New function.
9479 (backup-enable-predicate): Use it to replace the lambda form.
9480
9481 * calendar/todo-mode.el: [This needs more work on the outline
9482 stuff.] Doc fixes.
9483 (todo) <defgroup>: Add :version.
9484 (todo-add-category): Don't use pushnew.
9485 (todo-cmd-raise): Fix typo.
9486 (todo-top-priorities): Change temp buffer name.
9487 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9488 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9489 Use outline-next-heading.
37193ee6 9490
90aa4ea8
DL
9491 * autoarg.el: Rewritten to use define-minor-mode.
9492 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9493 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9494
2e54623a
KH
94952000-06-02 Kenichi Handa <handa@etl.go.jp>
9496
9497 * isearch.el (isearch-other-meta-char): Fix previous change.
9498
c5def0db
SM
94992000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9500
3837de12
SM
9501 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9502 (log-edit-done): Only add the comment to the ring if it's different
9503 from the last comment entered.
9504
c5def0db
SM
9505 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9506
2330c9d4
DL
95072000-06-01 Dave Love <fx@gnu.org>
9508
9509 * hl-line.el: Rewritten using define-minor-mode.
9510
9511 * help.el (describe-function-1): Distinguish special form from
9512 builtin function. Sanity-check presence of arglist for builtins.
9513
6e5dfc31
KH
95142000-06-01 Kenichi Handa <handa@etl.go.jp>
9515
4dc1225b
KH
9516 * international/characters.el: Fix syntax/category setting of
9517 Tibetan characters.
9518
9519 * language/tibet-util.el (tibetan-add-components): Fixes for new
9520 encoding of Tibetan characters.
9521 (tibetan-decompose-precomposition-alist): New variable.
9522 (tibetan-decompose-region): Convert precomposed characters to
9523 non-precomposed characters.
9524 (tibetan-decompose-string): Likewise.
9525 (tibetan-composition-function): Fix args to
9526 thibetan-compose-string.
9527
9528 * language/tibetan.el (tibetan-composable-pattern): More
9529 characters included.
9530 (tibetan-consonant-transcription-alist): Rule for "R" added.
9531 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9532 "+R" added.
9533 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9534
eadef5e6
KH
9535 * language/lao-util.el (lao-composition-function): Fix args to
9536 compose-string.
9537
9538 * language/thai-util.el (thai-composition-function): Fix args to
9539 compose-string.
9540
6e5dfc31 9541 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9542 to prevent the point moving to the end of a composition when a
9543 part of a composition is searched.
6e5dfc31
KH
9544 (isearch-other-meta-char): If the key invoking this command can be
9545 mapped by function-key-map to a printing char, call
9546 isearch-process-search-char directly.
9547
2598a293
SM
95482000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9549
9550 * emacs-lisp/bytecomp.el:
9551 * frame.el:
9552 * international/mule-cmds.el:
9553 * international/mule-util.el:
9554 * international/mule.el:
9555 * mouse.el:
9556 * subr.el:
9557 * faces.el: Update calls to make-obsolete with a WHEN argument.
9558
9559 * byte-run.el (make-obsolete, make-obsolete-variable):
9560 Add an optional WHEN argument and change the format of the
bff71087 9561 symbol-property information.
2598a293
SM
9562 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9563 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9564 new obsolete-symbol-property format and print WHEN if it is provided.
9565
28d8dff1
DL
95662000-05-31 Dave Love <fx@gnu.org>
9567
9568 * loadhist.el (loadhist-hook-functions): Remove
9569 before-change-function, after-change-function.
9570 (unload-feature): Deal with symbols which are both bound and
9571 fbound.
9572
9573 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9574 before-change-function, after-change-function.
9575
9576 * simple.el (newline): Don't bind before-change-function,
9577 after-change-function.
9578
7f565d87
RV
95792000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9580
9581 * whitespace.el (whitespace-rescan-timer-time): Update interval
9582 set to 600 seconds (10 minutes) instead of 60 seconds since
9583 a large number of whitespace buffers causes emacs to `freeze'
9584 for a considerable amount of time.
9585
bff71087 9586 * whitespace.el: Updated email address
7f565d87 9587
a8d693d8
DL
95882000-05-31 Dave Love <fx@gnu.org>
9589
9590 * add-log.el (change-log-font-lock-keywords) <function>: Add
9591 pattern for function of change.
9592 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9593 acknowledgements patterns.
9594
a50192e7
KH
95952000-05-31 Kenichi Handa <handa@etl.go.jp>
9596
9597 * isearch.el (isearch-printing-char): If keyboard coding system is
9598 being used, call isearch-process-search-multibyte-characters.
9599
9600 * international/isearch-x.el: Mostly rewritten.
9601
9602 * international/quail.el (quail-start-conversion): Don't include
9603 unhandled events in the returned events, but set them in
9604 unread-command-events. Exit if all inputs are deleted.
9605
7e492772
JR
96062000-05-30 Jason Rumney <jasonr@gnu.org>
9607
9608 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9609
9610 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9611 Reenable code to create initial fontsets.
9612 Use set-fontset-font in place of put-charset-property.
9613
10fc3187
GM
96142000-05-30 Gerd Moellmann <gerd@gnu.org>
9615
79148ea7
GM
9616 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9617 label, ensure that the first colon isn't followed by another.
9618
9619 * paths.el (Info-default-directory-list): Doc fix.
9620
086d5b87
GM
9621 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9622 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9623 send a query containing USER only, not USER@HOST.
9624
10fc3187
GM
9625 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9626 and rmail-msgend to compute the restriction at the end, instead of
9627 computing it.
9628
49e70dec
GM
96292000-05-29 Gerd Moellmann <gerd@gnu.org>
9630
66254a13
GM
9631 * dabbrev.el (dabbrev-expand): Don't display messages in the
9632 echo area if the minibuffer window is active.
9633
49e70dec
GM
9634 * jit-lock.el (jit-lock-mode): Add after change function to
9635 local hook.
9636
96372000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9638
9639 * antlr-mode.el: New commands: hide/unhide actions,
9640 upcase/downcase literals.
9641 (antlr-tiny-action-length): New user option.
9642 (antlr-hide-actions): New command. Suggested by
9643 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9644 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9645 (antlr-mode-menu): New entries.
9646 (antlr-downcase-literals): New command.
9647 (antlr-upcase-literals): Ditto.
9648
9649 * antlr-mode.el: Minor changes: indendation, mode-name.
9650 (antlr-indent-line): Indent cpp directive at column 0.
9651 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9652
9653 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9654 (antlr-font-lock-additional-keywords): Workaround for intentional
9655 bug in XEmacs version of font-lock.
9656 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9657 be used by a smarter version of `buffers-menu-grouping-function'.
9658
96592000-05-29 Gerd Moellmann <gerd@gnu.org>
9660
9661 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9662 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9663
49f93684
KH
96642000-05-29 Kenichi Handa <handa@etl.go.jp>
9665
9666 * international/encoded-kb.el
9667 (encoded-kbd-iso2022-designation-map): Pay attention to that
9668 charset-iso-final-char return -1 for eight-bit-control and
9669 eight-bit-graphic.
9670
5b1ae051
EZ
96712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9672
9673 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9674 (speedbar-easymenu-definition-base): Use display-graphic-p where
9675 available, instead of window-system.
9676
a205e32a
EZ
96772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9678
9679 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9680 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9681 coding systems.
9682
dd854dc2
DL
96832000-05-26 Dave Love <fx@gnu.org>
9684
c88a85d5
DL
9685 * disp-table.el (standard-display-underline): Don't use
9686 internal-find-face.
9687
dd854dc2
DL
9688 * mail/reporter.el: Maintainer change. Doc fixes.
9689 (reporter-version): Deleted.
9690
9691 * emacs-lisp/elp.el: Maintainer change.
9692 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9693
dc29aa6c
SM
96942000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9695
9696 * add-log.el (add-change-log-entry): Merge the current entry with the
9697 previous one if the previous one is empty.
9698
ed62683d
DL
96992000-05-26 Dave Love <fx@gnu.org>
9700
4370a375
DL
9701 * loadhist.el (unload-feature): Fix interactive spec [from
9702 lijnzaad@ebi.ac.uk].
9703
ed62683d
DL
9704 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9705 subr-arity to check primitives.
9706 (byte-compile-flush-pending, byte-compile-file-form-progn)
9707 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9708 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9709 mapcar.
9710
ba9f8f95
KH
97112000-05-26 Kenichi Handa <handa@etl.go.jp>
9712
0f3e0672
KH
9713 * international/fontset.el: Set family names of non-latin charsets
9714 in default fontset to "*".
9715
cebefb44
KH
9716 * international/mule-diag.el (print-fontset): Combine family part
9717 and registry part of the fontname by "-*-" instead of "-".
9718
ba9f8f95
KH
9719 * international/mule-cmds.el (encode-coding-char): Make strings
9720 multibyte before calling encode-coding-string.
9721
931d0724
SM
97222000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * derived.el: Fix keywords.
8ccce2b0 9725 (define-derived-mode): Only define if needed.
931d0724
SM
9726
9727 * simple.el (fill-comment, comment-column, comment-start)
9728 (comment-start-skip, comment-end, comment-indent-function)
9729 (block-comment-start, block-comment-end, indent-for-comment)
9730 (set-comment-column, kill-comment, comment-padding, comment-region)
9731 (comment-multi-line, indent-new-comment-line): Remove.
9732
9733 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9734 function names for comment operations.
9735
9736 * newcomment.el: Add abundant autoload cookies.
9737 (comment-style): Don't depend on runtime data at compile-time.
9738 (comment-indent-hook): Remove.
9739 (comment-indent): Check if comment-indent-hook is bound.
9740 (comment-region): Docstring fix.
9741
6fc596cf
DL
97422000-05-25 Dave Love <fx@gnu.org>
9743
9744 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9745 byte-code-function-p.
9746
9747 * mail/rmailsum.el: Add provide.
9748
9749 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9750
9751 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9752 defcustom.
9753
7997f1ca 97542000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9755
7997f1ca
MK
9756 * ediff-diff.el (ediff-exec-process): delete --binary option from
9757 non-buffer ediff jobs.
7f565d87 9758
e7a903e8
EZ
97592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9760
9761 * hilit-chg.el (highlight-changes-mode): Ask about color or
9762 grayscale support, not about window-system.
9763
9764 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9765 window-system.
9766 (ffap-highlight): Always default to t.
9767
9768 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9769 display-popup-menus-p instead of looking at window-system.
9770
9771 * disp-table.el (standard-display-g1, standard-display-graphic):
9772 Only refuse to use string glyphs on X and MS-Windows.
9773
9774 * avoid.el: Remove window-system from commentary, suggest to use
9775 display-*-p instead.
9776
9777 * apropos.el (apropos-print): Use display-mouse-p instead of
9778 window-system.
9779
14028d57
EZ
97802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9781
9782 * international/codepage.el (cp-decoding-vector-for-codepage):
9783 Fill up unsupported characters with their own codes. From Kenichi
9784 Handa.
9785
1a4f9cc1
EZ
97862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9787
9788 * international/mule-diag.el (describe-char-after): Use
9789 display-graphic-p instead of window-system, so that this function
9790 works on MS-DOS.
9791
89f6ca4e
EZ
97922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * international/codepage.el (cp-make-coding-systems-for-codepage):
9795 Remove the eight-bit-graphic and eight-bit-control charsets from
9796 the list of charsets which we convert into `?'.
9797
eacfd7fe
KH
97982000-05-25 Kenichi Handa <handa@etl.go.jp>
9799
9800 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9801 private charsets.
9802 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9803 japanese-jisx0213-2): New charsets.
9804
9805 * international/fontset.el: Setup default fontset for new charsets.
9806
deadf7e3
DL
98072000-05-24 Dave Love <fx@gnu.org>
9808
9809 * info.el (Info-find-node-2): Restructure [following "Vadim
9810 S. Solomin" <sovs@uic.nnov.ru>].
9811
9812 * icomplete.el: Fix header for Finder.
9813
98142000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9815
9816 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9817 STAY.
9818
9819 * rmail.el (rmail-automatic-folder-directives): New user variable.
9820 (rmail-show-message): Add call to `rmail-auto-file' during
9821 display.
9822 (rmail-auto-file): New function.
9823
6de3983f 98242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9825
fc6a6a4e 9826 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9827 account.
fc6a6a4e
GM
9828 (ediff-test-utility,ediff-diff-mandatory-option)
9829 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9830 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9831
fc6a6a4e 9832 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9833 variable.
7f565d87 9834
fc6a6a4e 9835 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9836 ediff-merge-filename-prefix.
9837
fc290d1d
MK
98382000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9839
fc6a6a4e 9840 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9841
273182b8
EZ
98422000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9843
9844 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9845 aliases for hebrew-iso-8bit.
9846
f471ea57
EZ
98472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9848
9849 * woman.el: New version from Francis J. Wright
9850 <F.J.Wright@Maths.QMW.ac.uk>.
9851 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9852 names in environment variables regardless of the path separator.
9853 (woman-topic-all-completions-1): Don't call file-name-directory-p
9854 on all files, since woman-file-regexp already filters out any
9855 directories.
9856
01162f24
KH
98572000-05-24 Kenichi Handa <handa@etl.go.jp>
9858
48e3df76
KH
9859 * international/quail.el (quail-start-translation): Don't change
9860 modified-p of the current buffer.
9861 (quail-start-conversion): Likewise.
9862
9863 * international/kkc.el (kkc-region): Don't change modified-p of
9864 the current buffer.
9865
747d90ea
KH
9866 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9867 conform to RFC1468.
9868 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9869
17a223ff
EL
98702000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9871
9872 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9873 (speedbar-insert-button): Invisible text property fix.
9874 (speedbar-directory-plus): Renamed from speedbar-directory-+
9875 (speedbar-directory-minus): Renamed from speedbar-directory--
9876 (speedbar-page-plus): Renamed from speedbar-file-+
9877 (speedbar-page-minus): Renamed from speedbar-file--
9878 (speedbar-page): Renamed from speedbar-file-
9879 (speedbar-tag): Renamed from speedbar-tag-
9880 (speedbar-tag-plus): Renamed from speedbar-tag-+
9881 (speedbar-tag-minus): Renamed from speedbar-tag--
9882 (speedbar-expand-image-button-alist): Use above renames.
9883
9884 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9885 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9886 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9887 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9888 * sb-pg.xpm: Renamed from sb-file.xpm
9889 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9890 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9891
e6b6fc18
KH
98922000-05-24 Kenichi Handa <handa@etl.go.jp>
9893
9894 * international/quail.el (quail-show-guidance-buf): Set
9895 current-input-method of the guidance buffer to the name of the
9896 curren input method.
9897
a1a336eb
SM
98982000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9899
9900 * progmodes/compile.el (compile-internal): Style typo.
9901
9902 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9903 quote vars and functions in the docstring.
9904
9905 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9906
9907 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9908 Don't quote lambdas.
9909
9910 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9911
9695b783
GM
99122000-05-23 Gerd Moellmann <gerd@gnu.org>
9913
716e3b88
GM
9914 * startup.el (command-line): Determine source file of compiled
9915 user init file differently. Warn if compiled user init file
9916 is older than its source file.
9917
9695b783 9918 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9919
41ac433f
EZ
99202000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9921
9922 * files.el (make-backup-file-name-1): Replace slashes with `!'
9923 rather than `|' (which is not allowed on Windows). Replace the
9924 drive letters with a string "drive_X".
9925
46600ab1
GM
99262000-05-23 Gerd Moellmann <gerd@gnu.org>
9927
9928 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9929
9930 * files.el (interpreter-mode-alist): Add `bash2'.
9931
79a64d87
DL
99322000-05-22 Dave Love <fx@gnu.org>
9933
9934 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9935 mapc.
9936 (feature-file): Avoid calling symbol-name. Doc fix.
9937 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9938 (loadhist-hook-functions): Add mouse-position-function.
9939 (unload-feature): Change uses of mapcar.
9940
9941 * files.el (parse-colon-path): Doc fix.
9942 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9943 (set-auto-mode): Use mapc.
9944
9945 * complete.el (PC-look-for-include-file): Use :alnum: character
9946 class.
9947 (partial-completion-mode): Add autoload cookie.
9948
0e8c11d8
SS
99492000-05-22 Sam Steingold <sds@gnu.org>
9950
ce75fd23 9951 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9952 `add-text-properties' (bug introduced on 2000-05-18).
9953
d8d0fa6c
DL
99542000-05-22 Dave Love <fx@gnu.org>
9955
9956 * bindings.el: Remove debug-ignored-errors set in other files.
9957
9958 * progmodes/etags.el: Add to debug-ignored-errors.
9959 (visit-tags-table-buffer): Clear out buffers holding old tables
9960 when making a new list.
9961 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9962 mapc.
9963
9964 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9965 quote keywords.
9966 (cmpl-string-case-type): Use character classes.
9967
0e8c11d8
SS
9968 * comint.el:
9969 * textmodes/ispell.el:
9970 * imenu.el:
d8d0fa6c
DL
9971 * mail/mh-e.el:
9972 * progmodes/compile.el: Add to debug-ignored-errors.
9973
9974 * dabbrev.el: Add to debug-ignored-errors.
9975 (dabbrev-completion): Use mapc.
9976
1edbbf8a
EZ
99772000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9978
9979 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9980 (woman-mapcan, woman-parse-man.conf)
9981 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9982 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9983 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9984 path syntax better.
9985 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9986 (woman-manpath): Call woman-parse-man.conf.
9987 (woman-emulation): New defcustom, defaults to nroff.
9988 (woman-font-support): New defconst.
9989 (woman-use-symbol-font): New defcustom.
9990 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9991 "Emulation".
9992 Many functions: Doc fix.
9993
5bd2148c
KH
99942000-05-22 Kenichi Handa <handa@etl.go.jp>
9995
9996 * international/quail.el (quail-simple-translation-keymap): Map
9997 128..255 to quail-self-insert-command.
9998 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9999
4125ec7e
SM
100002000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10001
a1a336eb
SM
10002 * help.el (help-manyarg-func-alist): Typo.
10003
40aeecad
SM
10004 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10005 intervals which makes it heaps simpler.
10006
4125ec7e
SM
10007 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10008 the nested comment markers.
e4da9c1c
SM
10009
10010 * subr.el (remove-hook): Don't turn the hook's value into a list.
10011
cb7216a7
DL
100122000-05-21 Dave Love <fx@gnu.org>
10013
ac266581
DL
10014 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10015 are invalid characters.
10016
cb7216a7
DL
10017 * international/mule-util.el (detect-coding-with-priority): Use
10018 mapc. Remove redundant lambda.
10019
10020 * international/mule-diag.el (list-non-iso-charset-chars)
10021 (describe-fontset): Remove redundant lambda.
10022
10023 * emulation/crisp.el (brief-mode): New alias.
10024
10025 * emacs-lisp/ring.el (ring-elements): New function.
10026
10027 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10028 (easy-menu-do-add-item): Use keywordp.
10029
10030 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10031
10032 * replace.el: Doc and error message fixes.
10033 (replace-highlight): Use facep, not internal-find-face.
10034
9b0d1d6e
SM
100352000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10036
b2d2cf58
SM
10037 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10038
ffe7dc64
SM
10039 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10040 (log-edit-insert-changelog): Drop `:' as well.
10041
10042 * log-view.el: Fix file description.
10043 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10044 available.
10045 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10046 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10047
c8c21615
SM
10048 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10049 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10050 Print a status message if the toggle is called interactively.
10051 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10052 for global minor modes and use `defcustom' for them.
10053 Use add-minor-mode.
10054 (easy-mmode-define-derived-mode): Remove.
10055 (define-derived-mode): Fancier default docstring.
10056 (easy-mmode-define-navigation): Signal an error rather than (ding).
10057
9b0d1d6e
SM
10058 * newcomment.el (comment-styles): New `box-multi'.
10059 (comment-normalize-vars): Better default for comment-continue to
10060 avoid whitespace-only continuations.
10061 (comment-search-forward): Always move even in the no-syntax case.
10062 (comment-padright): Only obey N if it's only obeyed for padleft.
10063 (comment-make-extra-lines): Better handling of empty continuations.
10064 Use `=' for the filler if comment-start has only one character.
10065 (uncomment-region): Try handling the special `=' filler.
10066 (comment-region): Allow LINES even if MULTI is nil.
10067 (comment-box): Choose box style based on comment-style.
10068
f5ee6d0f
KH
100692000-05-20 Kenichi Handa <handa@etl.go.jp>
10070
9b0d1d6e 10071 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10072 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10073
c9671f81
KH
100742000-05-20 Kenichi HANDA <handa@etl.go.jp>
10075
10076 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10077 and insert, not subst-char-in-region.
10078
10079 * international/mule-diag.el (list-character-sets-1): Handle
10080 charsets eight-bit-control and eight-bit-graphic.
10081 (list-iso-charset-chars): Likewise.
10082 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10083 charactes as is. Use indent-to to align characters.
10084
10085 * international/mule-cmds.el (find-multibyte-characters): Never
10086 exclude charsets eight-bit-control and eight-bit-graphic.
10087
1426aa5c
SM
100882000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10089
10090 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10091 Don't quote lambdas.
10092
10093 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10094
2b63d473
GM
100952000-05-19 Gerd Moellmann <gerd@gnu.org>
10096
10097 * gud.el (gud-jdb-directories): Doc fix.
10098
f1355756
SM
100992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10100
10101 * newcomment.el: New file.
10102
5f64c9e0
GM
101032000-05-19 Gerd Moellmann <gerd@gnu.org>
10104
2b63d473 10105 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10106
db7314bd
AS
101072000-05-18 Andreas Schwab <schwab@suse.de>
10108
10109 * dired.el (dired-between-files): Also skip lines beginning with
10110 `used'.
10111
25bb0401
GM
101122000-05-18 Gerd Moellmann <gerd@gnu.org>
10113
10114 * msb.el (msb-menu-cond): Add choice `user'.
10115
a199a865 101162000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10117
a199a865
GM
10118 * ps-print.el: Compatibility, customization and doc fix.
10119 (ps-printer-name-option): Replace defconst by defvar.
10120 (ps-postscript-code-directory): XEmacs compatibility.
10121 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10122 fix.
10123 (ps-user-defined-prologue, ps-print-prologue-header)
10124 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10125 compatibility and code fix.
10126 (ps-print-background-image, ps-print-background-text):
10127 Customization fix.
10128 (ps-line-number-start, ps-n-up-on): New vars.
10129
25bb0401
GM
101302000-05-18 Espen Skoglund <esk@ira.uka.de>
10131
10132 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10133 the indent-comment function to just return the appropriate indent.
10134
68e6c83a
EL
101352000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10136
10137 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10138 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10139 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10140
dae6cb9f
DL
101412000-05-18 Dave Love <fx@gnu.org>
10142
10143 * info.el (Info-fontify-node): Add intangible property as well as
10144 invisible.
10145
10146 * calendar/appt.el (appt-make-list): Match all lines of entry.
10147 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10148
813086ea
KH
101492000-05-18 Kenichi Handa <handa@etl.go.jp>
10150
10151 * international/mule-diag.el (describe-char-after): Call
10152 internal-char-font, not char-font. If internal-char-font returns
10153 nil, display "-- none --".
10154
24978190
EZ
101552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10156
10157 * image.el (image-type-available-p): Don't reference image-types
10158 if it isn't bound.
10159
2fca2d5d
SM
101602000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10161
10162 * autoarg.el (autoarg-mode): Typo in the :set argument.
10163
cfc75d05
EZ
101642000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10165
10166 * startup.el (command-line-1): Don't signal an error if the
10167 directory for auto-save-list files does not yet exist.
10168
c4e30387
KH
101692000-05-17 Kenichi Handa <handa@etl.go.jp>
10170
10171 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10172
dd6b8ea7
SM
101732000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10174
10175 * subr.el (remove-hook): `setq' hook-value, not `set'.
10176
399c88ad
SS
101772000-05-16 Sam Steingold <sds@gnu.org>
10178
a199a865 10179 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10180
01651f07
DL
101812000-05-16 Dave Love <fx@gnu.org>
10182
10183 * cus-edit.el: Don't require cl or easymenu.
10184 (custom-variable-prompt): Test standard-value property, not
10185 user-variable-p.
10186
2248c40d
SS
101872000-05-16 Sam Steingold <sds@gnu.org>
10188
10189 * subr.el (add-hook): `setq' hook-value, not `set'.
10190
b15f3b77
GM
101912000-05-16 Gerd Moellmann <gerd@gnu.org>
10192
10193 * startup.el (command-line-1): Mention the FAQ in the startup
10194 message.
10195
10196 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10197
10198 * progmodes/compile.el (compilation-parse-errors): Collect
10199 `nomessage' regexps last.
10200
10201 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10202
10203 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10204 to the function name.
10205
f9bbcfac
EL
102062000-05-15 Dave Love <fx@gnu.org>
10207
10208 * speedbar.el (speedbar-recenter): Typo.
10209 (speedbar-expand-line): Make arg optional.
10210 (speedbar-mode): Avoid a compiler warning.
10211
119b42eb
GM
102122000-05-15 Gerd Moellmann <gerd@gnu.org>
10213
10214 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10215 user-specified option string is empty.
10216
10217 * mouse.el (mouse-yank-at-click): Doc fix.
10218
f685bea9
EZ
102192000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10220
10221 * term/internal.el (IT-character-translations): More updates of
10222 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10223 documents.
10224
a1b8d58b
GM
102252000-05-15 Gerd Moellmann <gerd@gnu.org>
10226
10227 * env.el (getenv): New function, interactively callable.
10228 (setenv, getenv): Remove autoload cookies.
10229
10230 * loadup.el: Load `env'.
10231
10232 * progmodes/f90.el: Change author's mail address.
10233
c9bba7ed
DL
102342000-05-14 Dave Love <fx@gnu.org>
10235
e5c83697
DL
10236 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10237 goto-addr as an option.
10238
10239 * help.el (help-xref-stack): Doc fix.
10240 (help-xref-following): New variable.
10241 (help-make-xrefs): Use it.
10242 (help-xref-go-back): Use position information from stack element.
10243 (help-follow): Make position in stack element a pair. Use
10244 help-xref-following.
399c88ad 10245
e5c83697
DL
10246 * autoarg.el: New file.
10247
10248 * faces.el: Declare more functions obsolete.
10249
c9bba7ed
DL
10250 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10251 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10252 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10253 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10254 Remove all the setup-...-environment functions.
10255
b6389bfb
EL
102562000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10257
a1b8d58b
GM
10258 * speedbar.el: Updated the commentary section. xemacs20p now uses
10259 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10260 (speedbar-easymenu-definition-base): Add toggle for images.
10261 (speedbar-easymenu-definition-special): Add flush cache & expand.
10262 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10263 (speedbar-reconfigure-keymaps-hook): New variable.
10264 (speedbar-frame-parameters): Updated documentation.
10265 (speedbar-use-imenu-flag): Updated custom tag
10266 (speedbar-dynamic-tags-function-list): New variable.
10267 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10268 (speedbar-indentation-width, speedbar-indentation-width) New
10269 variables.
10270 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10271 (speedbar-vc-indicator): Doc update.
10272 (speedbar-ignored-path-expressions): Updated default value.
10273 (speedbar-supported-extension-expressions): Updated default value.
10274 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10275 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10276 as "+". Added overlay aliases.
10277 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10278 `force-mode-line-update'.
10279 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10280 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10281 `mouse-set-point'
b6389bfb 10282 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10283 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10284 of arbitrary text, and new helper functions.
10285 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10286 filename finder.
b6389bfb
EL
10287 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10288 (speedbar-directory-buttons): Update path search/expansion.
10289 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10290 `speedbar-indentation-width'. Use more care w/ invisible
10291 properties.
b6389bfb
EL
10292 (speedbar-change-expand-button-char): Call
10293 `speedbar-insert-image-button-maybe'.
10294 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10295 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10296 (speedbar-trim-words-tag-hierarchy)
10297 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10298 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10299 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10300 functions.
b6389bfb
EL
10301 (speedbar-mouse-set-point): New function
10302 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10303 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10304 of tag prefix text.
10305 (speedbar-expand-line, speedbar-contract-line): Make more robust
10306 to strange text.
10307 (speedbar-expand-line): Takes universal argument to flush the
10308 cache.
b6389bfb
EL
10309 (speedbar-flush-expand-line): New function.
10310 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10311 Use new generator insertion method.
10312 (speedbar-fetch-dynamic-tags): New function.
10313 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10314 `speedbar-fetch-dynamic-imenu'.
10315 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10316 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10317 "Revert Buffer" menu items.
10318 (speedbar-buffer-buttons-engine): Be smarter when creating a
10319 filename tag (for expansion purposes.).
a1b8d58b
GM
10320 (speedbar-highlight-one-tag-line,
10321 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10322 (speedbar-recenter): New functions.
b6389bfb 10323 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10324 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10325 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10326 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10327 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10328 (speedbar-expand-image-button-alist): New variable.
10329 (speedbar-insert-image-button-maybe): Insert an image over some
10330 buttons.
10331
43fe9244
KH
103322000-05-13 Kenichi Handa <handa@etl.go.jp>
10333
10334 * international/mule-cmds.el (encode-coding-char): An ASCII
10335 character is always encodable.
10336
10337 * international/mule-conf.el: Add more information in descriptions
10338 of character sets.
10339
813086ea 10340 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10341 (describe-font-internal): Adjusted for the change of font-info.
10342 (describe-font): Likewise.
10343 (print-fontset): Rewritten for the new fontset implementation.
10344 (describe-fontset): Include fontset alias names in completion.
10345 (list-fontsets): Adjusted for the change of print-fontset.
10346
10347 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10348 describe-char-after instead of displaying the detail in the echo
10349 area.
813086ea
KH
10350 (syntax-code-table): Format changed.
10351 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10352
e8564f57
SM
103532000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10354
10355 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10356
9278c60d
DL
103572000-05-12 Dave Love <fx@gnu.org>
10358
10359 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10360 dependence. Use line-{beginning,end}-position, not
10361 point-at{b,e}ol. Some doc fixes.
10362 (todo-position): New function. Fix callers of position to use it.
10363 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10364
be0505fe
GM
103652000-05-12 Gerd Moellmann <gerd@gnu.org>
10366
10367 * time.el (display-time-mail-icon): Use `:ascent center'.
10368
a8a3541c
GM
10369 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10370 handling FTP security extensions.
399c88ad 10371
44d5f148
DL
103722000-05-11 Dave Love <fx@gnu.org>
10373
33d0c179 10374 * calendar/todo-mode.el: New file.
44d5f148 10375
da4496b6
GM
103762000-05-11 Gerd Moellmann <gerd@gnu.org>
10377
cdc4401d
GM
10378 * comint.el (comint-read-input-ring): Move reference to
10379 comint-input-ring-size outside of the save-excursion. It was
10380 causing the default value to be the only one ever seen.
399c88ad 10381
0279f991
GM
10382 * font-lock.el: Update copyright. Remove Simon Marshall's email
10383 address on request from him.
10384
da4496b6
GM
10385 * subr.el (substitute-key-definition): Add comment describing
10386 the meaning of PREFIX.
10387
ac5cb26d
SM
103882000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10391
10392 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10393 (add-minor-mode): Don't make the variable buffer-local and add a
10394 reference to define-minor-mode in the docstring.
10395
10396 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10397 HEADER/FOOTER and fix bug with trailing empty directory.
10398 (cvs-append-to-ignore): Use vc-editable-p if available.
10399 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10400 (vc-do-command): Tweak advice to handle the new VC.
10401
10402 * log-view.el (log-view-goto-rev): New function for the new VC.
10403 (log-view-minor-wrap): Use mark-active.
10404
10405 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10406 (log-edit-changelog-full-paragraphs): New var.
10407 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10408 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10409 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10410 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10411 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10412 Replace the `cvs' prefix with `log-edit'.
10413
10414 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10415
10416 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10417 (diff-font-lock-defaults): Explicitly turn off multiline.
10418 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10419 (diff-ediff-patch): Fix call to ediff-patch-file.
10420 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10421 Handle comments.
10422
10423 * frame.el (automatic-hscrolling): Typo.
10424
10425 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10426
21c34da3
DL
104272000-05-09 Sam Steingold <sds@goems.com>
10428
10429 * apropos.el (apropos-print): use `describe-face' instead of
10430 `customize-face-other-window'.
10431
950cf06f
DL
104322000-05-09 Dave Love <fx@gnu.org>
10433
10434 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10435
10436 * help.el (describe-variable): Have customize button pop the
10437 help-xref stack when invoked.
10438 (help-xref-symbol-regexp): Add `face'.
10439 (help-make-xrefs): Check for quoted face names and adapt regexp
10440 submatch numbers to cope.
10441 (help-xref-interned): Maybe insert face doc too. Separate
10442 sections with a line of hyphens.
10443
0623e40f 10444 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10445 (describe-face): Add customize button. Return the help
10446 text. Fix prompt.
10447
82e2ca9d
EZ
104482000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10449
10450 * term/internal.el (IT-character-translations): Fix last change.
10451
10c00b5c
EZ
104522000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10453
10454 * woman.el: New file
10455 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10456
9deed82f
EZ
104572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10458
001ad319
EZ
10459 * term/internal.el (IT-character-translations): Update ASCII
10460 simulations for greek-iso8859-7, add latin-iso8859-14 and
10461 latin-iso8859-15.
10462
9deed82f
EZ
10463 * international/mule-cmds.el (set-language-info-alist): Call
10464 define-prefix-command with 3 arguments, to make the map suitable
10465 for a menu.
10466
4f37b78a
DL
104672000-05-07 Dave Love <fx@gnu.org>
10468
1ec321a7 10469 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10470
64a4c526
DL
104712000-05-05 Dave Love <fx@gnu.org>
10472
10473 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10474 list in doc string. Don't quote keyword symbols.
10475 * emacs-lisp/cl.el: Likewise
10476 * emacs-lisp/cl-seq.el: Likewise
10477
056565f7
GM
104782000-05-05 Gerd Moellmann <gerd@gnu.org>
10479
10480 * abbrev.el (abbrev-mode): Make ARG optional.
10481
4656b314
GM
104822000-05-04 Gerd Moellmann <gerd@gnu.org>
10483
ec82fb2f
GM
10484 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10485
10486 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10487
4656b314
GM
10488 * subr.el (substitute-key-definition): Clarify documentation.
10489
104902000-05-04 Milan Zamazal <pdm@freesoft.cz>
10491
10492 * glasses.el (glasses-convert-to-unreadable): Use
10493 `glasses-separator' instead of the hard-wired "_".
10494 (glasses-mode): Call `glasses-make-unreadable' only in a single
10495 place.
10496
7b081c78
EZ
104972000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10498
10499 * term/internal.el (cjk-codepages-alist): Add associations for
10500 Chinese and Korean codepages. Remove FIXME comment.
10501
baa5536e
DL
105022000-05-03 Dave Love <fx@gnu.org>
10503
10504 * time.el (display-time-mail-face, display-time-use-mail-icon):
10505 New option.
10506 (display-time-mail-icon): New variable.
10507 (display-time-string-forms): Use the above. Fix the local-map.
10508
cbf18892
GM
105092000-05-03 Gerd Moellmann <gerd@gnu.org>
10510
4ff40dd0
GM
10511 * replace.el (query-replace-map): Add binding for `E'.
10512 (query-replace-help): Extend help text.
10513 (perform-replace): Allow editing the replacement string.
10514
10515 * make-mode.el (makefile-mode-abbrev-table): New variable.
10516 (makefile-mode): Set local abbrev table to
10517 makefile-mode-abbrev-table.
10518 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10519
cbf18892
GM
10520 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10521 set TOGGLE's value.
10522
4ff40dd0
GM
10523 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10524 mail-interactive-insert-alias.
10525 (mail-abbrev-complete-alias): New command.
10526 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10527
ffec4d9f
KH
105282000-05-03 Kenichi Handa <handa@etl.go.jp>
10529
10530 * language/lao-util.el (lao-compose-region): New function.
10531
1b0672c3
GM
105322000-05-02 Gerd Moellmann <gerd@gnu.org>
10533
576da55d
GM
10534 * files.el (recover-session): Make directories as necessary
10535 if they don't exist yet.
10536
399c88ad
SS
10537 * calendar/cal-french.el
10538 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10539 (french-calendar-special-days-array): Change French text.
10540 (calendar-french-date-string): Change output.
10541 (calendar-goto-french-date): Likewise.
10542
105432000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10544
10545 * wid-edit.el (widget-default-active): Obey `:always-active'.
10546 (widget-documentation-string-value-create): Set `:always-active'.
10547
4b33deaa
EZ
105482000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10549
10550 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10551 default prefix to `~/_emacs.d/auto-save.list/_s'.
10552 (normal-top-level): Create the directory for auto-save files, if
10553 it doesn't already exist (in the ms-dos case only).
10554
5c922ea7
EZ
105552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10556
10557 * international/mule-cmds.el (set-language-environment): Don't
10558 concat an integer (dos-codepage), use format instead.
10559
820ad5e7
DL
105602000-05-02 Dave Love <fx@gnu.org>
10561
10562 * help.el (help-xref-on-pp): Check for constant symbols.
10563
57cb56f5
GM
105642000-04-29 Gerd Moellmann <gerd@gnu.org>
10565
10566 * startup.el (normal-top-level): Put a condition-case around
10567 the code loading subdirs.el.
10568
105692000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10570
57cb56f5
GM
10571 * ps-print.el: Upside-down and face background color printing,
10572 line number step, doc fix.
10573 (ps-print-version): New version number (5.2).
10574 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10575 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10576 (ps-spool-config): Var fix.
10577 (ps-printer-name-option): Const fix.
10578 (ps-print-upside-down, ps-use-face-background)
10579 (ps-line-number-step): New vars.
10580 (ps-window-system, ps-lp-system): New consts.
10581 (ps-face-background): New fun.
10582
084cec2f
GM
105832000-04-28 Richard Stallman <rms@gnu.org>
10584
10585 * files.el (make-auto-save-file-name):
10586 Apply auto-save-file-name-transforms to visited file name
10587 before generating auto save file name.
10588 (auto-save-file-name-transforms): New variable.
10589
399c88ad 10590 * files.el (backup-enable-predicate):
084cec2f
GM
10591 Correctly test for a file under a temporary directory.
10592
c94f4677
GM
105932000-04-28 Gerd Moellmann <gerd@gnu.org>
10594
10595 * subr.el (add-minor-mode): Rewritten.
10596
7b211df5
KH
105972000-04-28 Kenichi Handa <handa@etl.go.jp>
10598
10599 * mail/sendmail.el (sendmail-send-it): Set
10600 buffer-file-coding-system to the selected coding system for MIME
10601 header.
10602
c76e04a8 106032000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10604
c76e04a8
GM
10605 * dired.el (dired-move-to-filename-regexp): Allow format where
10606 YYYY is followed by two spaces.
e3e36d74 10607
c76e04a8
GM
10608 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10609 in the second character class of the regexp.
10610
10611 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10612 mh-etc, too.
353964e3 10613
c76e04a8
GM
10614 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10615 nil.
399c88ad 10616
353964e3
GM
10617 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10618
10619 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10620 argument.
10621
c76e04a8 106222000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10623
c76e04a8
GM
10624 * emacs-lisp/crm.el (crm-completion-table): New variable.
10625 (crm-collection-fn, crm-test-completion)
10626 (completing-read-multiple): Use it.
10627
106282000-04-27 Dave Love <fx@gnu.org>
10629
10630 * help.el (locate-library): Use mapc.
10631 (help-manyarg-func-alist): Add call-process-region.
10632
7464346d
GM
106332000-04-26 Gerd Moellmann <gerd@gnu.org>
10634
b35bd33d
GM
10635 * subr.el (add-minor-mode): Make argument MAP optional.
10636
7464346d
GM
10637 * desktop.el (desktop-save): Save list of minor modes.
10638 (desktop-create-buffer): Restore minor modes.
10639 (desktop-minor-mode-table): New user-option.
10640
10641 * subr.el (add-minor-mode): New function.
10642
10643 * image.el (find-image): New function.
10644 (defimage): Rewritten to find image at load time.
10645
10646 * startup.el (normal-top-level-add-to-load-path): Handle
10647 case that the default directory is not in load-path.
10648
10649 * help.el: Old patch from Stefan Monnier.
10650 (help-xref-on-pp): New function.
10651 (describe-variable): Use it to display xrefs in a symbol's value.
10652
23c0fb21
SM
106532000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10654
10655 * cus-edit.el (custom-face): Fix parenthesis.
10656
fad95037
KH
106572000-04-26 Kenichi Handa <handa@etl.go.jp>
10658
f03392a1
KH
10659 * mail/rmail.el (rmail-expunge): When there are no deleted
10660 messages, do nothing.
fad95037 10661
0d7c5bb9
DL
106622000-04-26 Dave Love <fx@gnu.org>
10663
10664 * international/mule-cmds.el (locale-translation-file-name):
10665 Defvar to nil.
10666 (set-locale-environment): Set it here (at runtime).
10667
612839b6
GM
106682000-04-25 Gerd Moellmann <gerd@gnu.org>
10669
10670 * replace.el (perform-replace): Add parameters START and END. Use
10671 them instead of the check for a region in Transient Mark mode.
10672 (query-replace-read-args): Return two more list elements for the
10673 start and end of the region in Transient Mark mode.
10674 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10675 (map-query-replace-regexp, replace-string, replace-regexp): Add
10676 optional last arguments START and END and pass them to
10677 perform-replace.
10678
10679 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10680 form with additional arguments for perform-replace.
10681
10682 * progmodes/etags.el (tags-query-replace): Add parameters START
10683 and END. Construct a form with additional arguments for
10684 perform-replace.
10685
10686 * simple.el (shell-command): Set default directory for "*Shell
10687 Command Output" buffer.
10688
10689 * language/european.el (iso-latin-4): Fix typo.
10690
10691 * emacs-lisp/crm.el: New file.
10692
2917cc05
DL
106932000-04-24 Dave Love <fx@gnu.org>
10694
10695 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10696 (Custom-reset-saved, Custom-reset-standard)
10697 (custom-group-value-create, custom-group-set, custom-group-save)
10698 (custom-group-reset-current, custom-group-reset-saved)
10699 (custom-group-reset-standard): Use mapc.
10700 (custom-buffer-create-internal): Disable undo when creating items.
10701 Use mapc.
10702 (custom-face): Avoid redundant lambda.
10703
abfcc168
GM
107042000-04-24 Gerd Moellmann <gerd@gnu.org>
10705
10706 * startup.el (auto-save-list-file-prefix): Set default to
10707 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10708
fa78f71b
SS
107092000-04-24 Sam Steingold <sds@gnu.org>
10710
10711 * time-stamp.el (time-stamp-string-preprocess): Always convert
10712 `field-result' to a string.
10713
cc181e95
GM
107142000-04-24 Gerd Moellmann <gerd@gnu.org>
10715
10716 * frame.el (scrolling): New group.
10717 (automatic-hscrolling): New user-option.
10718
10719 * startup.el (command-line-x-option-alist): Add `-lsp' and
10720 `--line-spacing'.
10721
6142fdcb
DL
107222000-04-19 Dave Love <fx@gnu.org>
10723
10724 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10725 (cl-mapc): Rename from mapc. Fix the funcall.
10726
5e3dac3f
GM
107272000-04-19 Gerd Moellmann <gerd@gnu.org>
10728
1c459486
GM
10729 * simple.el (clone-indirect-buffer-other-window): New command.
10730 (clone-indirect-buffer): Add optional arg NORECROD.
10731 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10732
271b4185
GM
10733 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10734
10735 * window.el (count-screen-lines): New function.
10736 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10737 instead of window-buffer-height.
10738
10739 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10740 non-existing variable comint-input-sentinel.
10741 (inferior-lisp-args-to-list): Removed.
10742 (inferior-lisp): Use split-string instead of
10743 inferior-lisp-args-to-list.
10744
10745 * hexl.el (hexl-insert-hex-string): New command.
10746
5e3dac3f
GM
10747 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10748 instead of concat.
10749
f6d3257b
GM
107502000-04-18 Gerd Moellmann <gerd@gnu.org>
10751
10752 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10753 at the start of an existing but empty folder.
10754
107552000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10756
10757 * ps-mule.el: Customization fix, doc fix.
10758 (ps-multibyte-buffer): Customization fix.
10759
8b7bc628 107602000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10761
10762 * subr.el (read-passwd): Use read-char-exclusive.
10763
0daee095
GM
107642000-04-17 Gerd Moellmann <gerd@gnu.org>
10765
10766 * textmodes/texinfo.el (texinfo-insert-@email)
10767 (texinfo-insert-@emph, texinfo-insert-@quotation)
10768 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10769 (texinfo-mode-map): Add key bindings for them.
10770
10771 * files.el (basic-save-buffer-2): Use a template with `$'
10772 instead of `#' for VMS.
10773
10774 * simple.el (clone-indirect-buffer): New function.
10775
e10f64e7
GM
107762000-04-16 Stephen Eglen <stephen@gnu.org>
10777
10778 * iswitchb.el (iswitchb-case): New function. If the user input
10779 contains any upper-case characters, the search is made
10780 case-sensitive.
10781
e3721db1
SM
107822000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10783
e10f64e7
GM
10784 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10785 comment-end.
e3721db1
SM
10786 (texinfo-font-lock-syntactic-keywords): New var.
10787 (texinfo-font-lock-keywords): Remove comment regexp.
10788 (texinfo-insert-block): New function.
10789 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10790 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10791 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10792 (texinfo-environments): New var.
e10f64e7
GM
10793 (texinfo-environment-regexp): Use regexp-opt and
10794 texinfo-environments.
e3721db1 10795
e10f64e7
GM
10796 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10797 ispell-process is bound since this might be eval'd before ispell
10798 is loaded.
10799 (ispell-message): Use a tiny bit less magic and a bit more hard
10800 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10801
10802 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10803
10804 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10805 (insert-cyclic-diary-entry): Unquote the lambda.
10806
10807 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10808
10809 * files.el (backup-enable-predicate): Unquote the lambda.
10810
10811 * cus-edit.el (custom-face, face): Unquote the lambda.
10812
712dc9e0
GM
108132000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10814
10815 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10816
712dc9e0
GM
10817 * ps-print.el: Fix counting lines in a region.
10818 (ps-print-version): New version number (5.1.5).
10819 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10820 (ps-printing-region): Fun code fix.
10821
ffc50f2a
GM
108222000-04-15 Gerd Moellmann <gerd@gnu.org>
10823
10824 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10825 to file-directory-p.
10826
a2522dca
GM
108272000-04-14 Gerd Moellmann <gerd@gnu.org>
10828
10829 * gud.el (gud-jdb-build-source-files-list): Check that directory
10830 exists before calling directory-files.
10831
6e883610
DL
108322000-04-13 Dave Love <fx@gnu.org>
10833
10834 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10835 syntax.
10836
10837 * emacs-lisp/cl-specs.el: Remove when, unless.
10838
10839 * emacs-lisp/cl-extra.el: Don't quote keywords.
10840 (cl-old-mapc): New variable.
10841 (mapc): Use it.
10842 (cl-map-intervals): Use with-current-buffer. Don't check for
10843 next-property-change.
10844 (cl-map-overlays): Use with-current-buffer.
10845 (cl-expt): Remove.
10846 (copy-tree, remprop): Define unconditionally.
10847
10848 * emacs-lisp/cl-compat.el (keywordp): Remove.
10849
10850 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10851 to use keywordp.
10852 (edebug-spec): Enable keywordp.
10853
10854 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10855 string-lessp.
10856
10857 * cus-start.el: Use keywordp.
10858
198e3c7a
GM
108592000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10860
10861 * diary-lib.el (include-other-diary-files): Fix the fix of
10862 2000-02-18 by doing a save-excursion.
10863
108642000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10865
10866 * ps-print.el: Customization fix, doc fix.
10867 (ps-print-version): New version number (5.1.4).
10868 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10869 (ps-print-preprint): Adjust code.
10870 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10871 (ps-print-prologue-header, ps-print-control-characters)
10872 (ps-spool-config): Customization fix.
fa78f71b 10873
8eba343c
EZ
108742000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10875
10876 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10877 converted to the new menu-item format, names silightly changed,
10878 help strings added.
10879
10880 Support for spelling without async subprocesses:
10881
10882 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10883 (ispell-session-buffer): New variables.
10884 (ispell-start-process, ispell-process-status,
10885 ispell-accept-output, ispell-send-string): New functions, for
10886 Ispell invocation when async subprocesses aren't supported.
10887 (ispell-word, ispell-pdict-save, ispell-command-loop,
10888 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10889 to process-send-string with calls to ispell-send-string, and
10890 accept-process-output with ispell-accept-output.
10891 (ispell-init-process): Call ispell-process-status instead of
10892 process-status with.
10893 (ispell-init-process): Call ispell-start-process. Call
10894 ispell-accept-output and ispell-send-string. Don't call
10895 process-kill-without-query and kill-process if they are unbound.
10896 (ispell-async-processp): New function.
10897
3d30065d
DL
108982000-04-12 Dave Love <fx@gnu.org>
10899
10900 * info.el: Add debug-ignored-errors.
10901 (Info-mode-menu): Add some items.
10902 (Info-directory): Add autoload cookie.
10903
10904 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10905 Modify `truncate-lines'. Make `describe-language-environment'
10906 always visible and add help. Modify `describe-key' help. Invoke
10907 Info-directory from `info'. New entry `emacs-manual'.
10908
1a1b1895
GM
109092000-04-10 Gerd Moellmann <gerd@gnu.org>
10910
8b2affc5
GM
10911 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10912 propertized-buffer-identification.
10913 (ebrowse-update-member-buffer-mode-line): Likewise.
10914 (ebrowse--mode-strings): Removed.
10915 (ebrowse--mode-line-props): Removed.
10916
1a1b1895
GM
10917 * files.el (auto-mode-alist): Add `EBROWSE'.
10918
10919 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10920 space before testing for end of buffer.
10921 (ebrowse-load): Removed.
10922 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10923 (ebrowse-create-tree-buffer): Rewritten.
10924 (ebrowse-tree-mode): Read tree from buffer.
10925
10926 * progmodes/ebrowse-ffh.el: Removed.
10927
223f3c91
KH
109282000-04-10 Kenichi Handa <handa@etl.go.jp>
10929
10930 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10931
25fbf2c4
GM
109322000-04-10 Gerd Moellmann <gerd@gnu.org>
10933
10934 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10935 at the wrong place.
10936
92c13173
DL
109372000-04-09 Dave Love <fx@gnu.org>
10938
10939 * files.el (backup-enable-predicate): Use
10940 temporary-file-directory, small-temporary-file-directory.
10941 (make-backup-file-name-function, backup-directory-alist): New
10942 variables.
10943 (make-backup-file-name-1): New function.
10944 (make-backup-file-name): Use it.
10945 (find-backup-file-name): Likewise. Use format for clarity, not
10946 concat.
10947 (file-newest-backup): Use make-backup-file-name.
10948
be0dbdab
GM
109492000-04-09 Gerd Moellmann <gerd@gnu.org>
10950
c45be9ac 10951 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10952
c45be9ac
GM
10953 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10954 to ebrowse-ffh.el.
10955 (ebrowse-load): Add autoload.
10956
10957 * finder.el (finder-commentary): Add autoload cookie.
10958
be0dbdab
GM
10959 * mail/rfc2368.el: Correct author's email address.
10960
10961 * progmodes/ebrowse.el: New file.
10962
10963 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10964 item help string.
10965 (easy-menu-do-add-item): Ditto.
10966 (easy-menu-define): Extend doc string.
10967
10968 * jit-lock.el (with-buffer-unmodified): Use
10969 restore-buffer-modified-p.
10970 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10971 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10972 with-buffer-unmodified.
10973
3f923efe
DL
109742000-04-08 Dave Love <fx@gnu.org>
10975
10976 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10977 unless, when.
10978
d35bee0e
MK
109792000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10980
10981 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10982 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10983 doesn't support face.
d35bee0e 10984 Use `viper-put-on-search-overlay'.
fa78f71b 10985
c407c570
GM
109862000-04-04 Gerd Moellmann <gerd@gnu.org>
10987
10988 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10989 like C-r.
10990
10991 * progmodes/make-mode.el: Some doc fixes.
10992 (makefile-mode-abbrev-table): New variable.
10993 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10994 (makefile-font-lock-keywords): Fontify includes and conditionals.
10995 (toplevel): Require `dabbrev' and `add-log' when compiling.
10996
10997 * replace.el (perform-replace): Don't move forward one char
10998 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10999 to do that because it leaves point 1 position after the last
11000 replacement, after everything has been replaced.
11001
11002 * jit-lock.el (with-buffer-unmodified): New macro.
11003 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11004 modified state.
11005 (jit-lock-function-1): Extracted from jit-lock-function; not
11006 preserving buffer's modified state.
11007 (jit-lock-function, jit-lock-stealth-fontify): Call
11008 jit-lock-function-1.
11009
11010 * mail/rfc2368.el: Remove supernumerary copyright line.
11011
685e5ed2
GM
110122000-04-04 Milan Zamazal <pdm@freesoft.cz>
11013
11014 * glasses.el: Provide facilities for inserting space before left
11015 parentheses and uncapitalization of identifiers.
11016 (glasses-mode): Try to remove old overlays in all cases.
11017
0166aed1
GM
110182000-04-03 Gerd Moellmann <gerd@gnu.org>
11019
62f20204
GM
11020 * progmodes/compile.el (compile-internal): Display the compilation
11021 buffer in a different frame, if it's already displayed there.
11022
6460c400
GM
11023 * mail/rfc2368.el: New file.
11024
c0510d27
GM
11025 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11026 header and insert its value as mail body.
11027
11028 * subr.el (member-ignore-case): New function.
11029
11030 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11031 (dabbrev--find-expansion): Ignore buffers matching a regexp
11032 from dabbrev-ignored-regexps.
11033
0166aed1
GM
11034 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11035 to extensions handled by gzip.
11036
c0510d27
GM
110372000-04-03 Richard M. Stallman <rms@gnu.org>
11038
11039 * files.el (insert-directory): List the total free space
11040 along with the used space.
fa78f71b 11041
c0510d27
GM
11042 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11043 line is followed by one that matches CITATION-REGEXP, end the
11044 paragraph.
11045
110462000-04-03 Markus Rost <rost@delysid.gnu.org>
11047
11048 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11049 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11050
14c04384
KH
110512000-04-03 Kenichi Handa <handa@etl.go.jp>
11052
11053 * international/mule-cmds.el (encoded-string-description):
11054 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11055 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11056 for hexadecimal format.
14c04384 11057
ccf5869a
DL
110582000-04-01 Dave Love <fx@gnu.org>
11059
11060 * cpp.el: Change customization group to `c' from `C'.
11061
11062 * vcursor.el (vcursor-move): Use display-color-p.
11063
11064 * international/mule-util.el: Provide mule-utils.
11065 (string-to-sequence): Simplify and speed up.
11066
11067 * international/mule.el (make-coding-system): Purecopy doc-string.
11068
11069 * international/mule-cmds.el: Various menu changes.
11070 (describe-specified-language-support): Handle `Default'.
11071 (set-language-info): Purecopy `info'.
11072
610d841e
GM
110732000-03-31 Andrew Innes <andrewi@gnu.org>
11074
11075 * vc.el (vc-backend-diff): Return the correct status if we had to
11076 retry the rcsdiff command without the --brief option.
fa78f71b 11077
7f9de034
DL
110782000-03-31 Dave Love <fx@gnu.org>
11079
2de47765
DL
11080 * help.el (help-manyarg-func-alist): Correct several omissions.
11081
72838819
DL
11082 * add-log.el: Don't require cl, fortran.
11083 (add-log-current-defun-function): Doc fix.
11084 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11085 fix.
11086 (change-log-version-rcs): Function deleted.
11087 (change-log-version-number-search): Doc fix. Use
11088 vc-workfile-version. Avoid CL dolist.
11089 (add-change-log-entry): Just call add-log-current-defun to get
11090 defun. Simplify somewhat.
11091 (change-log-get-method-definition-1): Likewise.
11092 (add-log-current-defun): Return nil if calling
11093 add-log-current-defun-function does so. Move Fortran stuff to
11094 fortran.el. Return string without properties.
11095
7f9de034
DL
11096 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11097 and :alpha: char classes.
11098
11099 * mail/supercite.el: Defvar curline when compiling.
11100 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11101 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11102 rather than a-zA-Z0-9 to allow non-ASCII characters.
11103
aa110c0c
GM
111042000-03-31 Gerd Moellmann <gerd@gnu.org>
11105
11106 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11107
11108 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11109 Re-enable new code.
11110
11111 * lpr.el (print-region-1): Use -d to specify printer name for
11112 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11113
111142000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11115
aa110c0c
GM
11116 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11117 for function definition in symbol's function value slot first
11118 instead of first consulting byte-compile-function-environment.
fa78f71b 11119
6733d074
KH
111202000-03-31 Kenichi Handa <handa@etl.go.jp>
11121
11122 * language/european.el ("Polish"): New language environment.
11123 (setup-polish-environment): New function.
11124
63fcfa04
GM
111252000-03-30 Gerd Moellmann <gerd@gnu.org>
11126
11127 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11128 Disable new code.
11129
11130 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11131 trying to `load' the symbol of an autoload instead of the file
11132 recorded in the autoload. Fix error messages.
11133
7438c86b
GM
111342000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11135
11136 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11137 (ps-print-version): New version number (5.1.3).
11138 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11139 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11140 (ps-generate-postscript-with-faces): Code fix.
11141 (ps-color-values): XEmacs compatibility.
11142 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11143 (ps-default-fg, ps-default-bg): Adjust customization.
11144 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11145 (ps-color-scale): Renaming old ps-color-value fun.
11146 (ps-print-headers): Replace ps-print-header group to avoid conflict
11147 with ps-print-header variable.
11148 (ps-print-miscellany): New group.
11149 (ps-format-color, ps-rgb-color): New funs.
11150 (ps-default-foreground): New var.
11151 (ps-printer-name-option): New const.
fa78f71b 11152
326855a0
PB
111532000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11154
1f56ba73
PB
11155 * net/net-utils.el:
11156 (network-connection-host, network-connection-service): New variables
11157 (network-connection-mode): New mode, derived from comint-mode
11158 (network-connection-mode-setup): New function, saves host and
fa78f71b 11159 service information in local variables.
1f56ba73 11160
326855a0
PB
11161 * lisp/locate.el:
11162 (locate-word-at-point): Added this function
11163 (locate): Default to using locate-word-at-point as input
11164 Run dired-mode-hook
11165
141384bd
DL
111662000-03-29 Dave Love <fx@gnu.org>
11167
11168 * calendar/appt.el: Doc fixes.
11169 (appt-check): Convert min-to-app to a string before passing to
11170 appt-disp-window-function or concat.
11171 (appt-delete-window): Remove test for frame-root-window.
11172 (appt-select-lowest-window, appt-convert-time): Simplify.
11173
11174 * emacs-lisp/bytecomp.el: Doc fixes.
11175 (byte-compile-file-form-autoload): Update
11176 byte-compile-function-environment.
11177
c5aa0fc2
AS
111782000-03-29 Andreas Schwab <schwab@suse.de>
11179
11180 * emacs-lisp/autoload.el: Also print defsubst doc string
11181 specially.
11182
11183 * dired.el (dired-insert-directory): If dired-free-space-program
11184 failed just delete its output.
11185
f1d6fe69
DL
111862000-03-29 Dave Love <fx@gnu.org>
11187
11188 * international/iso-cvt.el: Move provide to end. Doc fixes.
11189 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11190 (iso-iso2sgml, iso-sgml2iso): New functions.
11191 (iso-cvt-define-menu): Fix some entries and use backquote for
11192 clarity.
11193
11194 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11195
b61f1215
GM
111962000-03-28 Gerd Moellmann <gerd@gnu.org>
11197
11198 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11199 ISO-DATE. If non-nil, return date in ISO 8601 format.
11200
ea4b0ca3
SM
112012000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11202
3831af62
SM
11203 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11204 if it ever becomes used.
11205 (log-edit-mode-hook): Default to vc-log-mode-hook.
11206 (log-edit-mode): Fix the docstring.
11207
ea4b0ca3
SM
11208 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11209 the code.
11210
08f8b1cc
DL
112112000-03-26 Dave Love <fx@gnu.org>
11212
082527fe
DL
11213 * net/browse-url.el (browse-url): Re-fix case of
11214 browse-url-browser-function being an alist.
11215 (browse-url): Add :link to defgroup.
11216
08f8b1cc
DL
11217 * files.el: Doc fixes.
11218 (file-truename): Include `[' in wildcard characters.
11219 (automount-dir-prefix): Customize.
11220 (find-file-wildcards): Add :version.
11221 (find-file-noselect): Simplify a mapcar call.
11222
11223 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11224 compatible with inf-lisp version.
11225 (eval-defun-1): Fix custom-declare-variable case.
11226
ea4b0ca3
SM
112272000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11228
11229 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11230
9a0dd3dc
GM
112312000-03-24 Gerd Moellmann <gerd@gnu.org>
11232
b68c375f
GM
11233 * Makefile (COMPILE_FIRST): New macro.
11234 (compile-files): Compile files from COMPILE_FIRST first.
11235
11236 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11237 code.
11238
9a0dd3dc
GM
11239 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11240 matching open parenthesis in column 0 to defun-prompt-regexp
11241 only if open-paren-in-column-0-is-defun-start is set.
11242
11243 * sun-curs.el: Require CL at compile-time only.
11244
11245 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11246 instead of copy-list which is a function from CL.
11247 (msb--choose-menu, msb--mode-menu-cond)
11248 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11249 (msb--init-file-alist): Use mapcar instead of mapcan.
11250 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11251 `(' in column 0 in doc string.
11252 (msb--add-separators): Use mapcar instead of mapcan.
11253
11254 * cus-dep.el: Require CL at compile-time only.
11255
c7dcadb5
SM
112562000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11257
11258 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11259 (byte-compile-warnings): New warning `noruntime'.
11260 (byte-compile-constants, byte-compile-variables): Fix docstring.
11261 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11262 execute `eval-whenc-compile's body.
11263 (byte-compile-unresolved-functions): Fix docstring.
11264 (byte-compile-eval): New function.
11265 (byte-compile-callargs-warn): Check if the function will be available
11266 at runtime (via property `byte-compile-noruntime').
11267 (byte-compile-print-syms): New function.
11268 (byte-compile-warn-about-unresolved-functions): Also warn about
11269 `noruntime' functions (and use `byte-compile-print-syms').
11270 (byte-compile-file): Capitalize the message.
11271
3b55acc9
GM
112722000-03-24 Gerd Moellmann <gerd@gnu.org>
11273
11274 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11275 (rmail-expunge): Ask for confirmation depending on the setting
11276 of rmail-confirm-expunge.
11277
112782000-03-23 Gerd Moellmann <gerd@gnu.org>
11279
11280 * Makefile (bootstrap-clean): If $(emacs) exists, build
11281 loaddefs.el first. A loaddefs.el that's not up-to-date might
11282 cause a bootstrap failure because things don't autoload as
11283 expected.
11284
02c76af4
DL
112852000-03-23 Dave Love <fx@gnu.org>
11286
11287 * net/browse-url.el: Restore previous use of
11288 browse-url-maybe-new-window.
11289
1a3199d9
GM
112902000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11291
11292 * ps-print.el: Skip banner page fix.
11293 (ps-print-version): New version number (5.1.2).
11294 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11295
1a3199d9
GM
112962000-03-23 Dave Pearson <davep@davep.org>
11297
11298 * net/quickurl.el Changed the type of parameter passed to the
11299 function defined by `quickurl-format-function'. Before only the
11300 text of the URL was passed. Now the whole URL structure is passed
11301 and the function is responsible for extracting the parts it
11302 requires. Changed the default of `quickurl-format-function'
11303 accordingly.
11304 (quickurl-insert): Changed the `funcall' of
11305 `quickurl-format-function' to match the above change.
11306 (quickurl-list-insert): Changed the `url' case so that it makes
11307 use of `quickurl-format-function', previous to this the format was
11308 hard wired.
fa78f71b 11309
72db3ab5
GM
113102000-03-22 Gerd Moellmann <gerd@gnu.org>
11311
11312 * startup.el: Change some spellings for the X Window System.
11313
68049bfa
SM
113142000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11315
11316 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11317 up the code and the regexp and make sure the cursor is temporarily
11318 moved to the suspicious line while querying the user.
11319
ff4df011
JR
113202000-03-22 Jason Rumney <jasonr@gnu.org>
11321
11322 * w32-fns.el (w32-charset-info-alist): Initialize.
11323
ee1c5b21
GM
113242000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11325
11326 * ps-print.el: N-up last page fix.
11327 (ps-print-version): New version number (5.1.1).
11328 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11329
d2cbfba0
SM
113302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11331
bfb857d8
SM
11332 * files.el (find-file-run-dired): Update docstring.
11333 (find-directory-functions): New hook.
11334 (find-file-noselect): Run find-directory-functions rather than
11335 calling dired directly.
11336
11337 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11338
cb3430a1
SM
11339 * pcvs.el: Add a minimal leading commentary.
11340 (cvs-make-cvs-buffer): Change the header part by removing the startup
11341 message and adding a `Module' entry. Also replace the FOOTER and
11342 HEADER special fileinfos with the new support in ewoc for updating
11343 its own footer and header.
11344 (cvs-update-header): Update to use the header/footer of the ewoc.
11345 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11346 (cvs-is-within-p): New function.
11347 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11348 to only examine some subset of the buffers.
11349
11350 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11351 `format' instead of our own ad-hoc functions.
11352 Remove HEADER and FOOTER cases, now handled in the EWOC.
11353 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11354
11355 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11356 output to avoid scaring the user.
11357 (cvs-parse-table): Catch message for non-up-to-date commits.
11358
11359 * pcvs-defs.el (cvs-startup-message): Remove.
11360 (cvs-global-menu): New autoloaded menu.
11361
11362 * pcvs-util.el (cvs-string-fill): Remove.
11363
11364 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11365 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11366 PP part of it and also make it work for footers and headers.
11367 (ewoc-create): Drop POS and BUFFER arguments.
11368 Use the DLL's dummy node to store the end-of-footer position.
11369 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11370 (ewoc-refresh): Remove unused `header' variable.
11371 (ewoc-(get|set)-hf): New functions.
11372
d2cbfba0
SM
11373 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11374 log-view-*-(message|file) and use easy-mmode-define-navigation.
11375 (log-view-message-re): Match SCCS format as well.
11376 And match the revision line rather than the dashed separator line.
11377 (log-view-mode): Use the new define-derived-mode.
11378 (log-view-current-tag): Fill in with an actual implementation.
11379
11380 * cvs-status.el (cvs-status-(prev|next)): Rename from
11381 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11382 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11383 to let the output "breathe" a little more (more readable).
11384 (cvs-status-mode): Use the new define-derived-mode.
11385
11386 * smerge-mode.el (smerge-auto-leave): New function and variable.
11387 (smerge-basic-map): Rename from smerge-basic-keymap.
11388 Change the bindings for smerge-diff-*.
11389 (smerge-*-map): Use easy-mmode-defmap.
11390 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11391 (smerge-keep-*): Use smerge-auto-leave.
11392
51663132
JR
113932000-03-21 Jason Rumney <jasonr@gnu.org>
11394
11395 * cus-edit.el (custom-button-face): Use 3D look for w32.
11396 (custom-button-pressed-face): Likewise.
11397
3f6e4b8b
GM
113982000-03-21 Gerd Moellmann <gerd@gnu.org>
11399
11400 * progmodes/etags.el (tags-case-fold-search): New user-option.
11401 (tags-loop-eval): New function. Bind case-fold-search around eval
11402 depending on the value of tags-case-fold-search.
11403 (tags-loop-continue): Use tags-loop-eval.
11404 (find-tag-in-order): Bind case-fold-search depending on the value
11405 of tags-case-fold-search.
11406
c7ea3acc
SM
114072000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11408
0ae39f53
SM
11409 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11410 (diff-end-of-hunk): Return the end position for use in
11411 `easy-mmode-define-navigation'.
11412 (diff-recenter): Remove.
11413 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11414 of `easy-mmode-define-navigation'.
11415 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11416 previous renaming) and fix to use new names.
11417 (diff-merge-strings): Use \n as separator: simpler, faster.
11418 (diff-mode): Use `define-derived-mode'.
11419
c7ea3acc
SM
11420 * derived.el (define-derived-mode): Don't autoload anymore.
11421 Prefer the macro-only version provided by easy-mmode.el.
11422
11423 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11424 `easy-mmode-define-derived-mode'.
11425 Use `combine-run-hooks'.
11426 (easy-mmode-define-navigation): New macro.
11427
11428 * subr.el (combine-run-hooks): New function.
11429
6c4bfdc0
KH
114302000-03-21 Kenichi HANDA <handa@etl.go.jp>
11431
11432 * term/x-win.el: Fontsets related initialization is simplified.
11433
11434 * international/mule-diag.el (describe-font): Don't refer to
11435 global-fontset-alist, instead call font-list.
11436 (describe-fontset, list-fontsets, mule-diag): Likewise.
11437 (print-fontset): Adjusted for the change of fontset
11438 implementation.
11439
11440 * international/fontset.el (x-charset-registries): Variable
11441 removed, instead the corresponding data is stored in the default
11442 fontset.
11443 (register-alternate-fontnames): Function removed.
11444 (resolved-ascii-font): Variable removed.
11445 (x-compose-font-name): Ignore the second argument REDOCE.
11446 (x-complement-fontset-spec): Complement only an ASCII font and
11447 element for those charsets than can use that ASCII font.
11448 (generate-fontset-menu): Don't refer to global-fontset-alist,
11449 instead call fontset-list.
11450 (uninstantiated-fontset-alist): Variable removed.
11451 (x-style-funcs-alist): Likewise.
11452 (fontset-default-styles): Likewise.
11453 (x-modify-font-name): Function removed.
11454 (create-fontset-from-fontset-spec): Ignore the argument
11455 STYLE-VARIANT.
11456 (create-fontset-from-ascii-font): Docsting adjusted for the above
11457 change.
11458 (instantiate-fontset, resolve-fontset-name): Functions removed.
11459 (fontset-list): Now implemented by C code.
fa78f71b 11460
6c4bfdc0
KH
11461 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11462 (describe-face): Include `font' attribute in the description.
11463
9111d4b5
KH
114642000-03-21 Kenichi Handa <handa@etl.go.jp>
11465
11466 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11467
b33dd3b0
GM
114682000-03-20 Gerd Moellmann <gerd@gnu.org>
11469
a25bbe00
GM
11470 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11471 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11472 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11473
b33dd3b0
GM
11474 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11475 about behavior of set-buffer-modified-p wrt redisplay.
11476
8b7bc628 114772000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11478
11479 * view.el (view-mode-disable): Kill local binding of view-read-only.
11480
d7b511c4
GM
114812000-03-18 Gerd Moellmann <gerd@gnu.org>
11482
11483 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11484 is a string, convert it to a syntax cell using string-to-syntax.
11485
11486 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11487 (string-to-syntax): New function.
11488
11489 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11490 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11491 try to use passive ftp mode.
d7b511c4 11492
998ecc60
GM
114932000-03-17 Gerd Moellmann <gerd@gnu.org>
11494
b33dd3b0 11495 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11496
11497 * simple.el (append-to-buffer): Update point of windows after
11498 insertion.
11499
11500 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11501 forward then moving backward. Reindent.
11502
11503 * frame.el (other-frame): Call x-focus-frame only if
11504 focus-follows-mouse is off.
11505
235d6821
DL
115062000-03-17 Dave Love <fx@gnu.org>
11507
11508 * pcvs-util.el (cvs-strings->string): Rename
11509 replace-regexps-in-string.
11510
a29a2cd1
SM
115112000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11512
af595444
SM
11513 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11514 regexp for labels cannot span several lines.
11515
11516 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11517 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11518
a9be2843
DL
115192000-03-16 Dave Love <fx@gnu.org>
11520
11521 * progmodes/f90.el (f90): Put custom group under `languages', not
11522 `fortran'.
11523 (f90-mode-hook): Customize.
11524 (f90-mode): Set add-log-current-defun-function.
11525 (f90-current-defun): New function.
11526
d0ab3e9d
GM
115272000-03-16 Gerd Moellmann <gerd@gnu.org>
11528
16b20ed9
GM
11529 * cus-edit.el (custom-variable-tag-face): Handle case that
11530 default face's height is not a number.
11531 (custom-face-tag-face, custom-group-tag-face-1)
11532 (custom-group-tag-face): Ditto.
11533 (custom-group-tag-face-1): Add :group.
fa78f71b 11534
d0ab3e9d
GM
11535 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11536
ae8ab422
GM
115372000-03-15 Gerd Moellmann <gerd@gnu.org>
11538
11539 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11540 requiring easymenu.
11541
81c7ca69
GM
115422000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11543
11544 * ps-print.el: PostScript user-defined prologue, PostScript error
11545 handler, doc fix.
11546 (ps-print-version): New version number (5.1).
11547 (ps-user-defined-prologue, ps-error-handler-message)
11548 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11549 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11550 (ps-insert-string): New function.
fa78f71b 11551
dcf1003d
KH
115522000-03-15 Kenichi Handa <handa@etl.go.jp>
11553
11554 * international/ccl.el (ccl-compile-expression): Don't generate
11555 invalid self-assignment code.
11556
73825616
DL
115572000-03-14 Dave Love <fx@gnu.org>
11558
11559 * subr.el (replace-regexp-in-string): Renamed from
11560 replace-regexps-in-string. Doc fix.
11561
031020ac
DL
115622000-03-12 Dave Love <fx@gnu.org>
11563
11564 * cus-edit.el: Doc fixes.
11565 (customize-set-variable, customize-save-variable): Rename args for
11566 doc.
11567 (custom-variable-tag-face, custom-face-tag-face)
11568 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11569 style which user identify as hyperlink.
11570 (hook): Don't add undefined functions to the hook.
11571 (debug-ignored-errors): Transfer message from bindings.el.
11572
9b2f3c38
GM
115732000-03-12 Gerd Moellmann <gerd@gnu.org>
11574
11575 * recentf.el (recentf-keep-non-readable-files-p): Remove
11576 double/nested definition.
11577
0d6e23cf
DL
115782000-03-12 Dave Love <fx@gnu.org>
11579
11580 * facemenu.el (facemenu-get-face): Use display-color-p.
11581 * enriched.el (enriched-decode-foreground): Likewise.
11582 (enriched-decode-background): Likewise.
11583 * isearch.el (isearch-highlight): Likewise.
11584 * info-look.el (info-lookup): Likewise.
11585 * simple.el (completion-setup-function): Likewise.
11586
11587 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11588 :options.
11589
11590 * bindings.el (mode-line-format): Fix line-number and
11591 column-number items. Add help-echo for the background.
11592 (mode-line-mule-info): Modify help-echo.
11593
1598a961 11594 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11595
11596 * files.el (load-file): Allow completion to .elc.
11597
11598 * man.el: Doc fixes.
11599 (Man-init-defvars): Use display-color-p to set fontification.
11600
11601 * play/hanoi.el (hanoi-internal): Don't use oddp.
11602
e1cff360
GM
116032000-03-12 Gerd Moellmann <gerd@gnu.org>
11604
11605 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11606
11607 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11608
5e5dff44
GM
116092000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11610
11611 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11612 Fix comment.
11613
5b467bf4
SM
116142000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11615
83fef604
SM
11616 * font-lock.el (font-lock-keywords): Fix the doc now that
11617 regexp-opt-depth is unnecessary.
11618 (save-buffer-state): Set an edebug spec.
11619 (font-lock-fontify-anchored-keywords): Properly handle the case when
11620 the matcher goes past the limit.
11621
5b467bf4
SM
11622 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11623 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11624
83fef604
SM
11625 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11626 dll.el and cookie.el (from Elib) with heavy renaming and other
11627 massaging.
5b467bf4
SM
11628
11629 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11630 Autoload the functions used.
11631 (easy-mmode-define-syntax): Fix CL typo.
11632 (easy-mmode-define-derived-mode): Improve the docstring generation.
11633
d407456c
GM
116342000-03-10 Gerd Moellmann <gerd@gnu.org>
11635
11636 * textmodes/texinfo.el (texinfo-version): Variable and function
11637 removed.
11638
5a7a545c
SM
116392000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11640
0d6e23cf
DL
11641 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11642 allow more flexibility.
11643 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11644 fns.
11645 (easy-mmode-defmap, easy-mmode-defsyntax)
11646 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11647
d407456c 116482000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11649
11650 * rect.el (replace-rectangle): New function.
11651
116522000-03-09 Dave Love <fx@gnu.org>
11653
11654 * progmodes/fortran.el (fortran-comment-line-start): Define as
11655 "C".
11656 (fortran-comment-line-start-skip): Don't match cpp stuff.
11657 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11658 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11659 (fortran-mode): Don't set fortran-comment-line-start-skip,
11660 fortran-comment-line-start here. Set comment-start,
11661 add-log-current-defun.
11662 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11663 (fortran-current-defun): New function.
11664
80460654
GM
116652000-03-09 Gerd Moellmann <gerd@gnu.org>
11666
d1221ea9
GM
11667 * emacs-lisp/re-builder.el: New file.
11668
1853aa6b
GM
11669 * mouse.el (mouse-drag-region): Don't run up-event handler
11670 if hscroll has changed.
11671
80460654
GM
11672 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11673 builtin operators, use `font-lock-builtin-face' for Emacs and
11674 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11675
11676 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11677 `(defun (setf foo)' differently.
11678
c0056275
SM
116792000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11680
11681 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11682 (regexp-opt): Update comment and adapt the code the new meaning of
11683 the `paren' argument of regex-opt-group for shy-groups.
11684 (regexp-opt-depth): Handle shy groups as well as backslashed
11685 backslashes.
c0056275
SM
11686 (regexp-opt-group): Turn the leading comment into a docstring.
11687 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11688 Remove open-presuf and close-presuf. Instead of checking for `all
11689 one-char' and then later on check for `several one-char', handle
11690 both cases close together. Also apply a more generic algorithm
11691 for suffixes (the mirror image of the algorithm used for
11692 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11693 (regexp-opt-try-suffix): Removed.
11694
11695 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11696 from comint-mode-map, so we can just inherit from it. Also, move
11697 the initialization into the `defvar' since there's no docstring
11698 anyway and it's fairly short.
11699 (inferior-scheme-mode): Define it as derived-mode: the code is
11700 shorter and this way we inherit from comint-mode-map rather than
11701 copying it.
c0056275 11702
80460654
GM
11703 * subr.el (replace-regexps-in-string): Properly handle the case
11704 where we match an empty string.
c0056275 11705
80460654
GM
11706 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11707 when the command has a directory component (such as "./testml").
c0056275
SM
11708 Also fix a typo in the comment.
11709
5e91ff9e
GM
117102000-03-08 Gerd Moellmann <gerd@gnu.org>
11711
feab4fba
GM
11712 * Makefile (compile-files): Compile files one by one because
11713 that's the only way to ensure a clean compilation environment for
11714 each individual file.
11715
5e91ff9e
GM
11716 * frame.el (other-frame): Call x-focus-frame.
11717
76162e12
DL
117182000-03-07 Dave Love <fx@gnu.org>
11719
f64ce788
DL
11720 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11721 :require to defcustom.
11722
76162e12
DL
11723 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11724 lists.
11725
11726 * files.el (auto-mode-alist): Add configure.in.
11727
11728 * progmodes/autoconf.el: New file.
11729
f7daf1e1
GM
117302000-03-07 Gerd Moellmann <gerd@gnu.org>
11731
11732 * mail/mh-e.el: Change maintainer to `none'.
11733
11734 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11735 to remove-hook and add-hook.
11736
117372000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11738
11739 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11740 it as the default.
11741 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11742 (sendmail-send-it): Conditionally add MIME headers specifying the
11743 used character set.
fa78f71b 11744
63f6b2c4
DL
117452000-03-07 Dave Love <fx@gnu.org>
11746
11747 * winner.el: Fix keywords, autoload cookies. Split
11748 eval-when-compile form to avoid compilation failure.
11749
8330e2f9
KH
117502000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11751
11752 * international/mule.el: Modify comment about coding system
11753 property `coding-category'.
11754 (make-coding-system): New argument EOL-TYPE. Pay attention to
11755 coding-category property of PROPERTIES.
11756
11757 * international/mule-conf.el (coding-category-utf-8,
11758 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11759 categories. Include them in the argument for set-coding-priority.
11760
11761 * international/mule-cmds.el (reset-language-environment): Include
11762 coding-category-utf-8, coding-category-utf-16-be, and
11763 coding-category-utf-16-le in the argument for set-coding-priority.
11764 (reset-language-environment): Initialize coding-category-utf-8,
11765 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11766
18bb0684
GM
117672000-03-06 Karl Fogel <kfogel@red-bean.com>
11768
11769 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11770 code abstracted out of `bookmark-jump-noselect'. Now tries info
11771 extensions as well as compression extensions.
11772 (bookmark-jump-noselect): Use above new func.
fa78f71b 11773
71a6ba55
GM
117742000-03-03 Gerd Moellmann <gerd@gnu.org>
11775
11776 * strokes.el: Change maintainer's mail address.
11777
0d56cdff
KH
117782000-03-03 Kenichi Handa <handa@etl.go.jp>
11779
11780 * international/mule-diag.el (list-character-sets): Make help-echo
11781 string by substitute-command-keys.
11782 (list-character-sets): Likewise.
11783 (sort-listed-character-sets): Call help-setup-xref.
11784
900fa1f1
GM
117852000-03-02 Gerd Moellmann <gerd@gnu.org>
11786
11787 * time.el (display-time-mail-file): Add `none' to the list of
11788 choices.
11789
54d04320
DL
117902000-03-01 Dave Love <fx@gnu.org>
11791
43f3fa09
DL
11792 * help.el (help-xref-go-back): Don't try to set position.
11793
54d04320
DL
11794 * international/mule-diag.el (list-character-sets): Call
11795 help-setup-xref. Add help-echo to xrefs.
11796 (list-character-sets-1): Add help-echo to xrefs.
11797
d054101f
GM
117982000-03-02 Gerd Moellmann <gerd@gnu.org>
11799
11800 * frame.el (blink-cursor-mode): Switch cursor on when turning
11801 the mode off.
11802
11803 * add-log.el (add-log-current-defun): Add support for
11804 Autoconf mode.
11805
11806 * mail/rmail.el (rmail-quit-hook): New variable.
11807
d77dae5c
DL
118082000-03-01 Dave Love <fx@gnu.org>
11809
e5f597f0
DL
11810 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11811
d77dae5c
DL
11812 * help.el (help-xref-button): Add help-echo arg.
11813 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11814
11815 * faces.el (list-faces-display): Supply help-echo with
11816 help-make-xrefs.
11817
11818 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11819 nil.
11820
72d19d75
GM
118212000-03-01 Gerd Moellmann <gerd@gnu.org>
11822
2df636f4
GM
11823 * image.el (defimage): Look for image files in load-path.
11824
fa78f71b 11825 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11826 `number'.
11827
2df636f4
GM
118282000-03-01 David Ponce <david.ponce@wanadoo.fr>
11829
11830 * recentf.el (recentf): Added version tag to the defgroup of
11831 recentf.
11832
118332000-03-01 David Ponce <david.ponce@wanadoo.fr>
11834
11835 * recentf.el (recentf-cleanup): Changed to remove excluded file
11836 too.
11837 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11838 action to select/unselect a file.
11839 (recentf-edit-list): Code cleanup and improvement.
11840 (recentf-open-more-files-action): `recentf-open-more-files' button
11841 widget action to open a file.
11842 (recentf-open-more-files): No more use standard completion but
11843 widgets.
11844 (recentf-more-collection): Deleted.
11845 (recentf-more-history): Deleted.
11846 (recentf-setup-more-completion): Deleted.
11847
118482000-03-01 David Ponce <david.ponce@wanadoo.fr>
11849
11850 * recentf.el (recentf-mode): No more needs that Emacs is running
11851 under a window-system.
11852
118531999-03-01 David Ponce <david.ponce@wanadoo.fr>
11854
11855 * recentf.el (recentf-edit-list): New command to edit the recent
11856 list which allow the user to remove files.
11857 (recentf-edit-selected-items): New global variable, used by
11858 `recentf-edit-list' to hold the list of files to be removed from
11859 the recent list.
11860 (recentf-make-menu-items): Updated to display a "Edit list..."
11861 menu item. Minor code cleanup.
11862
118631999-03-01 David Ponce <david.ponce@wanadoo.fr>
11864
11865 * recentf.el (recentf-open-more-files): New command to open files
11866 that are not displayed in the menu.
11867 (recentf-more-collection): New global variable holding the set of
11868 permissible completions used by `recentf-open-more-files'.
11869 (recentf-more-history): New global variable holding the history list
11870 used by `recentf-open-more-files' completion.
11871 (recentf-setup-more-completion): New function to setup completion for
11872 `recentf-open-more-files'.
11873 (recentf-make-menu-items): Updated to display a "More..." menu item.
11874
118751999-03-01 David Ponce <david.ponce@wanadoo.fr>
11876
11877 * recentf.el (recentf-menu-action): Doc fixed.
11878
118791999-03-01 David Ponce <david.ponce@wanadoo.fr>
11880
11881 * recentf.el (recentf-menu-filter): Doc updated.
11882 (recentf-update-menu-hook): Allow menu filters to force menu update.
11883 (recentf-make-menu-items): New menu filter handling.
11884 (recentf-make-menu-item): New helper function.
11885 (recentf-menu-elements): New menu handling function.
11886 (recentf-sort-ascending): Updated to new menu filter handling.
11887 (recentf-sort-descending): Updated to new menu filter handling.
11888 (recentf-sort-basenames-ascending): New menu filter function.
11889 (recentf-sort-basenames-descending): New menu filter function.
11890 (recentf-show-basenames): New menu filter function.
11891 (recentf-show-basenames-ascending): New menu filter function.
11892 (recentf-show-basenames-descending): New menu filter function.
11893
72d19d75
GM
118942000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11895
11896 * diary-lib.el (list-diary-entries): Don't try to go forward at
11897 the end of the buffer.
11898
1ac1c836
KH
118992000-02-29 Kenichi Handa <handa@etl.go.jp>
11900
11901 * international/mule-diag.el (list-character-sets): Completely
11902 rewritten.
11903 (sort-listed-character-sets): New function.
11904 (list-character-sets-1): Completely rewritten.
11905 (list-character-sets-2): New function.
11906 (non-iso-charset-alist): New variable.
11907 (decode-codepage-char): New function.
11908 (charset-history): New variable.
11909 (read-charset) (list-block-of-chars)
11910 (list-iso-charset-chars)
11911 (list-non-iso-charset-chars)
11912 (list-charset-chars): New functions.
11913 (mule-diag): Call list-character-sets-2, not
11914 list-character-sets-2.
11915 (dump-charsets): Likewise.
11916
ed4d0512
GM
119172000-02-29 Gerd Moellmann <gerd@gnu.org>
11918
72d19d75
GM
11919 * dired-x.el (dired-filename-at-point): Add `@' to valid
11920 file name characters.
11921 (dired-filename-at-point): Handle ange-ftp file names.
11922
ed4d0512
GM
11923 * frame.el (frame-notice-user-settings): Use assq-delete-all
11924 instead of assoc-delete-all.
11925 (frame-notice-user-settings): Ditto.
11926
11927 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11928 Don't copy alist.
11929
32038c7a
GM
119302000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11931
11932 * calculator.el (calculator-use-menu): New option.
11933 (calculator-initial-bindings): Changed some bindings to work as
11934 macros.
11935 (calculator-forced-input): Removed.
11936 (calculator-restart-other-mode): New variable.
11937 (calculator-mode-map): Set up menu.
fa78f71b 11938
32038c7a
GM
119392000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11940
11941 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11942 tags.
fa78f71b 11943
55d7ff38 119442000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11945
55d7ff38
MK
11946 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11947 translate all ESC key sequences.
11948 (viper-goto-mark-subr): restore markers for files for which
11949 they were saved.
11950 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11951 * viper-util.el (viper-set-replace-overlay-glyphs,
11952 viper-set-replace-overlay): always check if the replacement
11953 overlay is live.
11954 * viper.el (viper-vi-state-mode-list): added major modes.
11955 * ediff-wind.el: minor comment changes.
11956 * ediff.el: copyright notice date fix.
fa78f71b 11957
387023ee
JR
119582000-02-27 Jason Rumney <jasonr@gnu.org>
11959
11960 * faces.el (face-font-family-alternatives): Add arial to helv.
11961 (mode-line, header-line, tool-bar): Same default as x for w32.
11962 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11963 face-font-family-alternatives from working.
11964 * term/w32-win.el (mouse-set-font): Do not build fontset from
11965 chosen font.
11966
f43d79c1
GM
119672000-02-25 Sam Steingold <sds@goems.com>
11968
5d80cc9c 11969 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11970 properly.
fa78f71b 11971
8b7bc628 119722000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11973
11974 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11975
4eb8436f
GM
119762000-02-25 Gerd Moellmann <gerd@gnu.org>
11977
11978 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11979 writable.
11980
449c3c52 11981 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11982
42088c12
GM
119832000-02-24 Gerd Moellmann <gerd@gnu.org>
11984
11985 * frame.el (show-cursor-in-non-selected-windows): New option.
11986
c60ea02e
GM
119872000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11988
11989 * diary-lib.el (include-other-diary-files): Undo the selective
11990 display in any included file and don't kill it.
11991
d066de8e
EZ
119922000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11993
11994 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11995 bar. Menu items converted to (menu-item format, help strings
11996 added.
11997 [downcase, upcase]: Don't enable on MS-DOS.
11998 [symlink, symlinks]: Don't show if make-symbolic-link is not
11999 bound.
12000 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12001
b6906b38
DL
120022000-02-23 Dave Love <fx@gnu.org>
12003
275cf1b2
DL
12004 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12005 (backward-kill-word): Revert addition of * to interactive spec --
12006 it's a feature.
12007
12008 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12009 (backward-kill-sentence, kill-sentence): Likewise.
12010
99d48056
DL
12011 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12012 scratch buffer name.
12013 (gud-format-command): Use int-to-string in ?l case. Simplify
12014 slightly.
12015
12016 * term/w32-win.el (internal-face-interactive): Update prompt for
12017 new read-face-name.
12018
12019 * mail/footnote.el (footnote): Add :version to defgroup.
12020 (footnote-section-tag-regexp): Customize.
12021 (footnote-start-tag, footnote-end-tag): New option.
12022 (footnote-latin-regexp): New variable.
12023 (Footnote-latin): New function.
12024 (footnote-style-alist): Add element for latin style.
12025 (footnote-style): Moved.
12026 (Footnote-goto-footnote): Use eq to test arg.
12027
12028 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12029
b6906b38
DL
12030 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12031 (byte-compile-trueconstp): Include keywords.
12032 (byte-optimize-quote, byte-optimize-lapcode): Use
12033 byte-compile-const-symbol-p.
12034 (byte-optimize-char-before): New optimization.
12035
12036 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12037 (byte-compile-const-symbol-p): New function.
12038 (byte-compile-constp, byte-compile-out-toplevel)
12039 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12040 Use it.
12041
12042 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12043
214f877f
KH
120442000-02-23 Kenichi Handa <handa@etl.go.jp>
12045
c709bcf1
KH
12046 * international/encoded-kb.el: Be sure to update minor-mode-alist
12047 and minor-mode-map-alist.
12048 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12049 codes SS2 and SS3 correctly.
12050 (encoded-kbd-self-insert-ccl): New function.
12051 (encoded-kbd-setup-keymap): New function.
12052 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12053 by calling encoded-kbd-setup-keymap.
12054
214f877f
KH
12055 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12056 characters.
12057 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12058 locally.
12059
b021ef18
DL
120602000-02-22 Dave Love <fx@gnu.org>
12061
12062 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12063 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12064 defvar.
12065 (lisp-mode-syntax-table): Set up for #|...|# comments.
12066 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12067 classes. Match `defface'.
12068 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12069 (eval-defun-1): Fix for defcustom.
12070 (lisp-indent-region): Doc fix.
12071
12072 * subr.el (when, unless, split-string): Doc fix.
12073 (read-passwd): Move call of clear-this-command-keys to the right
12074 place.
12075 (replace-regexps-in-string): New function.
12076
14cc00ad
GM
120772000-02-22 Gerd Moellmann <gerd@gnu.org>
12078
12079 * help.el (describe-variable): Set syntax table to
12080 emacs-lisp-mode-syntax-table when moving forward over the
12081 symbol's name.
12082
47da5efa
DL
120832000-02-22 Dave Love <fx@gnu.org>
12084
12085 * xt-mouse.el: Doc fixes.
12086 (xterm-mouse-position-function): New function, replacing advice of
12087 mouse-position.
12088 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12089
12090 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12091
f0a6c717
GM
120922000-02-21 Gerd Moellmann <gerd@gnu.org>
12093
12094 * format.el (format-annotate-single-property-change): Handle
12095 properties.with dotted-list values.
12096 (format-proper-list-p): New function.
12097
12098 * enriched.el (enriched-face-ans): Handle '(foreground-color
12099 . COLOR) and (background-color . COLOR).
12100
2be80b63
DL
121012000-02-20 Dave Love <fx@gnu.org>
12102
12103 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12104 and assignments to it.
12105 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12106 current local map.
12107 (make-flyspell-overlay): Use it.
12108 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12109
12110 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12111 (lm-get-header-re): Defun, not defsubst.
12112 (lm-get-package-name): Defun, not defsubst. Simplify.
12113 (lm-version): Doc fix. Simplify.
12114 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12115 (lm-crack-address, lm-last-modified-date, lm-commentary)
12116 (lm-verify, lm-synopsis): Simplify.
12117 (lm-report-bug): Require emacsbug. Use compose-mail.
12118
329eed9f
GM
121192000-02-20 Gerd Moellmann <gerd@gnu.org>
12120
12121 * dired.el (dired-mode): Call propertized-buffer-identification
12122 to set mode-line-buffer-identification to something having
12123 the right text properties.
12124
12125 * bindings.el (propertized-buffer-identification): New function.
12126
be5bb146
DL
121272000-02-20 Dave Love <fx@gnu.org>
12128
12129 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12130 check for t-mouse too.
12131
12132 * cus-start.el: Make echo-keystrokes `number'.
12133
1d4311c3
EZ
121342000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12135
12136 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12137 Don't call ring-empty-p unless tags-location-ring is bound.
12138 From Noah Friedman <friedman@splode.com>.
12139
a23c5037
TTN
121402000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12141
12142 * progmodes/hideshow.el (hs-flag-region): No longer use
12143 `intangible' overlay property.
12144
12145 (hs-toggle-hiding): New command.
12146 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12147
12148 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12149 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12150 and deactivation.
12151
b6a22bf8
GM
121522000-02-18 Gerd Moellmann <gerd@gnu.org>
12153
12154 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12155
d621caf7
GM
121562000-02-17 Gerd Moellmann <gerd@gnu.org>
12157
3c0ed7ce
GM
12158 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12159
d621caf7
GM
12160 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12161 of `*' to handle `(* ... *)' comments.
12162
538d88fb
EZ
121632000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12164
53c80cf6 12165 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12166 window-system.
53c80cf6 12167
538d88fb
EZ
12168 * menu-bar.el (global-map): Menu-bar items converted to the new
12169 format (menu-item..., rearranged for better CUA compliance, and
12170 their names changed for better clarity. Help strings added.
12171
12172 * international/mule-cmds.el (mule-menu-keymap)
12173 (describe-language-environment-map, set-coding-system-map)
12174 (setup-language-environment-map): Convert to new (menu-item...
12175 form, add help strings. Change names of menu items for better
12176 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12177 submenu).
12178
8389e1e2 121792000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12180
a23c5037 12181 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12182 within the code.
a23c5037 12183
8389e1e2 121842000-02-16 Dave Love <fx@gnu.org>
a23c5037 12185
84fe35f0
DL
12186 * faces.el: Don't require custom. Add more specific :groups to
12187 various deffaces.
12188 (set-face-attribute): Purecopy args.
12189 (read-face-name): Default to name at point and use it in prompt.
12190 Remove colon from arg in all callers.
12191 (list-faces-display): Hyperlink to face descriptions and customize
12192 buffers.
12193
b2aeee30
DL
121942000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12195
12196 * wid-edit.el (widget-match-inline): An atom never matches a
12197 list.
12198
99e95407
GM
121992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12200
82d2c7c5
DL
12201 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12202 at ':' characters by call to split-string.
99e95407
GM
12203
122042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12205
82d2c7c5 12206 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12207
122082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12209
82d2c7c5
DL
12210 * textmodes/bibtex.el: Some temporary comments removed.
12211 (bibtex-field-name, bibtex-entry-type): Made the relationship
12212 explicit.
12213 (bibtex-field-const): Allow capital letters.
12214 (bibtex-start-of-string): Deleted because unused.
12215
12216 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12217 use the term 'reference' to describe a bibtex entry as a whole.
12218 Further, reference keys are no longer called 'labels'.
12219 (bibtex-keys): Renamed to bibtex-reference-keys.
12220 (bibtex-reformat-previous-labels): Renamed to
12221 bibtex-reformat-previous-reference-keys.
12222 (bibtex-reference-type): Renamed to bibtex-entry-type.
12223 (bibtex-reference-head): Renamed to bibtex-entry-head.
12224 (bibtex-reference-maybe-empty-head): Renamed to
12225 bibtex-entry-maybe-empty-head.
12226 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12227 (bibtex-search-reference): Renamed to bibtex-search-entry.
12228 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12229 bibtex-enclosing-entry-maybe-empty-head.
12230 (bibtex-entry-field-alist, bibtex-entry-head,
12231 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12232 bibtex-map-entries, bibtex-search-entry,
12233 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12234 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12235 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12236 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12237 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12238 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12239 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12240
122412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12242
82d2c7c5
DL
12243 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12244 comment.
12245 (bibtex-format-field-delimiters): New function, functionality
12246 extracted from bibtex-format-entry.
12247 (bibtex-autokey-get-yearfield-digits): New function, functionality
12248 extracted from bibtex-autokey-get-yearfield.
12249
12250 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12251 entries in order to avoid stack overflow in the regexp matcher if
12252 field contents become large.
12253 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12254 bibtex-field-string-part-not-braced,
12255 bibtex-field-string-part-no-inner-braces,
12256 bibtex-field-string-part-1-inner-brace,
12257 bibtex-field-string-part-2-inner-braces,
12258 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12259 bibtex-field-string-quoted, bibtex-field-string,
12260 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12261 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12262 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12263 as parsing is now performed by the following functions.
12264 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12265 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12266 bibtex-parse-field-string, bibtex-search-forward-field-string,
12267 bibtex-parse-association, bibtex-field-name-for-parsing,
12268 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12269 bibtex-search-forward-field, bibtex-search-backward-field,
12270 bibtex-start-of-field, bibtex-end-of-field,
12271 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12272 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12273 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12274 bibtex-parse-string, bibtex-search-forward-string,
12275 bibtex-search-backward-string, bibtex-start-of-string,
12276 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12277 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12278 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12279 entries. Instead of reporting the results of the parsing by
12280 match-beginning or match-end, these functions return data structures
12281 that hold the corresponding positions.
12282 (bibtex-enclosing-field): Changed to also report field boundaries by
12283 return values rather than by match-beginning or match-end. The
12284 following functions have been adapted to use the new parsing
12285 functions.
12286 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12287 bibtex-enclosing-field, bibtex-format-entry,
12288 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12289 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12290 bibtex-print-help-message, bibtex-end-of-entry,
12291 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12292 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12293 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12294 method for parsing.
12295 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12296 bibtex-map-entries, bibtex-flash-head,
12297 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12298 bibtex-autokey-change, bibtex-autokey-get-namefield,
12299 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12300 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12301 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12302 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12303 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12304 order to make the new binding of case-fold-search immediately
12305 visible.
99e95407
GM
12306
123072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12308
82d2c7c5
DL
12309 * textmodes/bibtex.el: Copyright notice is up to date.
12310 Added constant 'bibtex-maintainer-salutation.
99e95407 12311
82d2c7c5
DL
12312 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12313 than make-temp-name, use match-string-no-properties and eliminate
12314 a quadratic behavior when building bibtex-strings.
99e95407 12315
82d2c7c5
DL
12316 * bibtex.el (bibtex-reference-key): Accept string entries whose
12317 reference key contains upper case letters.
99e95407
GM
12318
123192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12320
82d2c7c5
DL
12321 * bibtex.el (bibtex-reference-head): Allow entries to start with
12322 a new line.
99e95407
GM
12323
123242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12325
82d2c7c5
DL
12326 * bibtex.el: Hiding of entry bodies is not longer provided by
12327 bibtex.el directly. Instead the hideshow package can be used.
12328 Added a special bibtex entry to hs-special-modes-alist.
12329 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12330
123312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12332
f24fef2f
SM
12333 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12334 at ':' characters by call to split-string.
8389e1e2
GM
12335
123362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12337
f24fef2f 12338 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12339
123402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12341
f24fef2f
SM
12342 * textmodes/bibtex.el: Some temporary comments removed.
12343 (bibtex-field-name, bibtex-entry-type): Made the relationship
12344 explicit.
12345 (bibtex-field-const): Allow capital letters.
12346 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12347
f24fef2f
SM
12348 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12349 use the term 'reference' to describe a bibtex entry as a whole.
12350 Further, reference keys are no longer called 'labels'.
12351 (bibtex-keys): Renamed to bibtex-reference-keys.
12352 (bibtex-reformat-previous-labels): Renamed to
12353 bibtex-reformat-previous-reference-keys.
12354 (bibtex-reference-type): Renamed to bibtex-entry-type.
12355 (bibtex-reference-head): Renamed to bibtex-entry-head.
12356 (bibtex-reference-maybe-empty-head): Renamed to
12357 bibtex-entry-maybe-empty-head.
12358 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12359 (bibtex-search-reference): Renamed to bibtex-search-entry.
12360 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12361 bibtex-enclosing-entry-maybe-empty-head.
12362 (bibtex-entry-field-alist, bibtex-entry-head,
12363 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12364 bibtex-map-entries, bibtex-search-entry,
12365 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12366 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12367 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12368 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12369 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12370 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12371 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12372
123732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12374
f24fef2f
SM
12375 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12376 comment.
12377 (bibtex-format-field-delimiters): New function, functionality
12378 extracted from bibtex-format-entry.
12379 (bibtex-autokey-get-yearfield-digits): New function, functionality
12380 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12381
f24fef2f
SM
12382 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12383 entries in order to avoid stack overflow in the regexp matcher if
12384 field contents become large.
12385 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12386 bibtex-field-string-part-not-braced,
12387 bibtex-field-string-part-no-inner-braces,
12388 bibtex-field-string-part-1-inner-brace,
12389 bibtex-field-string-part-2-inner-braces,
12390 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12391 bibtex-field-string-quoted, bibtex-field-string,
12392 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12393 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12394 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12395 as parsing is now performed by the following functions.
12396 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12397 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12398 bibtex-parse-field-string, bibtex-search-forward-field-string,
12399 bibtex-parse-association, bibtex-field-name-for-parsing,
12400 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12401 bibtex-search-forward-field, bibtex-search-backward-field,
12402 bibtex-start-of-field, bibtex-end-of-field,
12403 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12404 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12405 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12406 bibtex-parse-string, bibtex-search-forward-string,
12407 bibtex-search-backward-string, bibtex-start-of-string,
12408 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12409 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12410 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12411 entries. Instead of reporting the results of the parsing by
12412 match-beginning or match-end, these functions return data structures
12413 that hold the corresponding positions.
12414 (bibtex-enclosing-field): Changed to also report field boundaries by
12415 return values rather than by match-beginning or match-end. The
12416 following functions have been adapted to use the new parsing
12417 functions.
12418 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12419 bibtex-enclosing-field, bibtex-format-entry,
12420 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12421 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12422 bibtex-print-help-message, bibtex-end-of-entry,
12423 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12424 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12425 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12426 method for parsing.
12427 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12428 bibtex-map-entries, bibtex-flash-head,
12429 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12430 bibtex-autokey-change, bibtex-autokey-get-namefield,
12431 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12432 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12433 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12434 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12435 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12436 order to make the new binding of case-fold-search immediately
12437 visible.
8389e1e2
GM
12438
124392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12440
f24fef2f
SM
12441 * textmodes/bibtex.el: Copyright notice is up to date.
12442 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12443
f24fef2f
SM
12444 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12445 than make-temp-name, use match-string-no-properties and eliminate
12446 a quadratic behavior when building bibtex-strings.
fa78f71b 12447
f24fef2f
SM
12448 * bibtex.el (bibtex-reference-key): Accept string entries whose
12449 reference key contains upper case letters.
8389e1e2
GM
12450
124512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12452
f24fef2f
SM
12453 * bibtex.el (bibtex-reference-head): Allow entries to start with
12454 a new line.
8389e1e2
GM
12455
124562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12457
f24fef2f
SM
12458 * bibtex.el: Hiding of entry bodies is not longer provided by
12459 bibtex.el directly. Instead the hideshow package can be used.
12460 Added a special bibtex entry to hs-special-modes-alist.
12461 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12462
124632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12464
82d2c7c5 12465 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12466 proceedings entry type (for cross referencing). Thanks to Wagner
12467 Toledo Correa for the suggestion.
12468
82d2c7c5 12469 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12470
eae61d8f
KH
124712000-02-14 Kenichi Handa <handa@etl.go.jp>
12472
12473 * international/characters.el: Setup case table for Vietnamese.
12474
fb07a302
GM
124752000-02-12 Gerd Moellmann <gerd@gnu.org>
12476
12477 * uniquify.el (toplevel): Require CL at compile time.
12478 (uniquify-push): Removed.
12479
12480 * shadowfile.el (shadow-when): Removed.
12481
12482 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12483 (tempo-process-and-insert-string): Use dolist instead of
12484 tempo-dolist.
12485
12486 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12487 regexp for paragraph-start.
12488
12489 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12490 commas as well.
12491
a0eddf92
DL
124922000-02-10 Dave Love <fx@gnu.org>
12493
12494 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12495 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12496 Deleted.
12497 (widget-specify-field, widget-specify-button): Don't use
12498 widget-mouse-help as help-echo property.
12499 (default): Use #'ignore for :validate and :mouse-down-action.
12500 (checkbox): Add help-echo.
12501 (widget-sexp-validate): Rewritten to clarify error messages.
12502 (character): Use char-valid-p in :match function.
12503 (widget-color-complete): Use facemenu-color-alist.
12504 (widget-color-action): Use facemenu-read-color.
12505
12506 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12507 set up `caar' &c that we now have.
12508
82d2c7c5
DL
125092000-02-09 Ray Blaak <blaak@gnu.org>
12510
12511 * delphi.el: Make resourcestring a declaration region, like const
12512 and var.
12513
6cbc1482
DL
125142000-02-09 Dave Love <fx@gnu.org>
12515
12516 * bindings.el (mode-line-input-method-map): New variable.
12517 (mode-line-mule-info): Use it; fix last change.
12518 (mode-line-mode-menu): Move definition.
12519 (mode-line-mouse-sensitive-p): Deleted.
12520 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12521 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12522 level.
12523
12524 * startup.el (command-line-1): Don't call
12525 make-mode-line-mouse-sensitive.
12526
f7136ee8
GM
125272000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12528
12529 * mail/rmail.el (rmail-retry-failure): Use
12530 rmail-beginning-of-message before rmail-toggle-header, because the
12531 former toggles headers.
12532
6e1d0d15
SM
125332000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12534
fef8c55b
SM
12535 * diff-mode.el (diff-kill-junk): New interactive function.
12536 (diff-reverse-direction): Use delete-and-extract-region.
12537 (diff-post-command-hook): Restrict the area so that the hook also works
12538 outside of any diff hunk. This is necessary for the minor-mode.
12539 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12540 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12541
6e1d0d15
SM
12542 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12543 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12544 so that it can be used more easily in <foo>-mode-hook. Also make sure
12545 to avoid duplicate entries.
12546 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12547 (font-lock-remove-keywords): Just as was done for `add', allow it to
12548 work even if font-lock-mode is nil. Also make sure we don't modify
12549 any pre-existing list by forcing a copy-sequence. Finally rename
12550 `major-mode' to `mode'.
12551 (font-lock-fontify-syntactic-anchored-keywords)
12552 (font-lock-fontify-anchored-keywords)
12553 (font-lock-fontify-keywords-region): Use line-end-position.
12554 Don't make `font-lock-multiline' local (it's now done in
12555 font-lock-set-defaults).
12556 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12557 move the `font-lock-fontified' creation to inside the `unless'.
12558
a75dfea0
AI
125592000-02-06 Andrew Innes <andrewi@gnu.org>
12560
12561 * term/w32-win.el (x-handle-args): Comment out call to message,
12562 which occurs before window system is initialized.
12563
12564 * makefile.nt: Add support for recompiling lisp code.
12565
b85e9462
DL
125662000-02-04 Dave Love <fx@gnu.org>
12567
9ff33afb
DL
12568 * bindings.el (mode-line-mule-info): Fix/extend last change.
12569
b85e9462
DL
12570 * completion.el: Replace completion-dolist with dolist.
12571
12572 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12573 dotimes.
12574
44dff075
CD
125752000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12576
12577 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12578 environment names before they go into the section regexp.
12579
12580 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12581 char class in regexp.
12582
12583 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12584 `case-fold-search' to nil.
12585
12586 * progmodes/idlwave.el (idlwave-template): Respect
12587 `idlwave-abbrev-change-case'.
12588 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12589 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12590 idlwave-while): respect `idlwave-reserved-word-upcase'.
12591 (idlwave-rw-case): New function.
12592 (idlwave-statement-match): Fixed problem with assignment regexp.
12593 (idlwave-font-lock-keywords): Improved regexp for keyword
12594 parameters.
a23c5037 12595 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12596 operators longer than 1 char.
12597
12598 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12599 idlwave-shell-expression-overlay. Implemented printing of
12600 expressions on higher levels of the calling stack.
12601 (idlwave-shell-display-level-in-calling-stack): Restore stack
12602 level.
12603 (idlwave-retrieve-expression-from-level): New function.
12604 (idlwave-shell-last-calling-stack): Variable removed.
12605 (idlwave-shell-reset): Argument action reversed (`visible' to
12606 `hidden'). Also remove stop-line overlay.
12607 (idlwave-shell-calling-stack-routine): New variable.
12608 (idlwave-shell-parse-stack-and-display): Messages now display
12609 negative level numbers.
12610 (idlwave-shell-mode): Set `modeline-format'.
12611 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12612 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12613 21.
12614 (idlwave-shell-print-expression-function): New option.
a23c5037 12615
44dff075
CD
12616 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12617 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12618 `tool-bar' instead of `toolbar'.
12619
f26c34fd
DL
126202000-02-02 Dave Love <fx@gnu.org>
12621
12622 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12623 emacs-lisp-mode-hook. Don't check for defalias being defined.
12624
12625 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12626 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12627 the new builtins directly.
12628
12629 * whitespace.el (whitespace): Add :version to defgroup.
12630
12631 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12632 Doc fix.
12633
12634 * thingatpt.el (sexp-at-point, symbol-at-point)
12635 (number-at-point, list-at-point): Add autoload cookie.
12636
12637 * recentf.el (recentf): Add :version to defgroup.
12638
12639 * quickurl.el (quickurl): Add :version to defgroup.
12640
12641 * elide-head.el (elide-head): Use point-marker more.
12642
12643 * bs.el (bs): Add :version to defgroup.
12644
12645 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12646
12647 * progmodes/delphi.el (delphi): Add :version to defgroup.
12648
d240a249
GM
126492000-02-02 Gerd Moellmann <gerd@gnu.org>
12650
12651 * ange-ftp.el (ange-ftp-write-region): Handle case that
12652 succeeding process operation sets a different coding system.
12653
12654 * calculator.el: New file.
12655
d5179a01
EZ
126562000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12657
12658 * frame.el (frames-on-display-list, framep-on-display): New
12659 functions.
12660 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12661 (display-selections-p, display-screens, display-pixel-width)
12662 (display-pixel-height, display-mm-width, display-mm-height)
12663 (display-backing-store, display-save-under, display-planes)
12664 (display-color-cells, display-visual-class): New functions.
12665
12666 * term/tty-colors.el (tty-color-gray-shades): New function.
12667
12668 * faces.el (display-color-p): Use framep-on-display.
12669 (display-grayscale-p): New function.
12670
968e00f0
DL
126712000-01-31 Dave Love <fx@gnu.org>
12672
12673 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12674 (create-fontset-from-x-resource): Don't concat integers.
12675
2cb750ba
GM
126762000-01-31 Inge Frick <inge@nada.kth.se>
12677
12678 * view.el: Some changes in documentation. Removed some trailing
12679 whitespace. Changed some parameter names to agree with
12680 documentation.
12681 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12682 window is not deleted. Modifies change 1998-04-26.
a23c5037 12683
74e9213b
GM
126842000-01-31 Gerd Moellmann <gerd@gnu.org>
12685
47569935
GM
12686 * windmove.el: New file.
12687
74e9213b
GM
12688 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12689 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12690 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12691
74e9213b
GM
12692 * jit-lock.el (jit-lock-function): Widen before calculating end
12693 position.
12694 (jit-lock-stealth-chunk-start): Rewritten.
12695
12696 * info.el (Info-title-face-alist): Removed.
12697 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12698 faces.
12699 (Info-fontify-node): Use these faces.
12700
994c5afe
GM
127012000-01-30 Gerd Moellmann <gerd@gnu.org>
12702
12703 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12704 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12705 `&allow-other-keywords'.
12706
12707 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12708 the list of directories scanned heuristically.
12709
12710 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12711 exist.
12712
f00276e3
JR
127132000-01-30 Jason Rumney <jasonr@gnu.org>
12714
12715 * w32-fns.el: Define w32-tty-standard-colors.
12716
12717 * startup.el (command-line): Use w32-tty-standard-colors when in
12718 w32 console mode.
12719
cc4dfff0
DL
127202000-01-30 Dave Love <fx@gnu.org>
12721
e645e77b
DL
12722 * jka-compr.el (jka-compr-load): Fix up load-history.
12723
cc4dfff0
DL
12724 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12725
12726 * emacs-lisp/cl-macs.el: Revert previous change.
12727
16215eb0
DL
127282000-01-29 Dave Love <fx@gnu.org>
12729
12730 * facemenu.el: Purecopy various strings.
12731
12732 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12733 years. Deal with three-digit years.
12734
12735 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12736 defconst, purecopy.
12737 (help-back-label): Purecopy it.
12738
bbd9b566
GM
127392000-01-18 Gerd Moellmann <gerd@gnu.org>
12740
12741 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12742 variable. If non-nil, order the buffer list according to the
12743 currently selected frame.
12744 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12745 non-nil, pass the selected frame to function buffer-list.
a23c5037 12746
887448e1
GM
127472000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12748
12749 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12750
7df85084
DL
127512000-01-28 Dave Love <fx@gnu.org>
12752
142e109c
DL
12753 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12754
7df85084
DL
12755 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12756 Don't use lisp-indent-hook property.
12757 (cl-abs): Remove.
12758
12759 * subr.el: Move out indent and edebug specs for when and unless.
12760
12761 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12762 when, unless.
12763
12764 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12765 unless, when.
12766
3b43c01c
GM
127672000-01-28 Gerd Moellmann <gerd@gnu.org>
12768
d060bc9f
GM
12769 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12770 `collecting' as synonym for `collect'.
12771
12772 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12773 for the case it contains spaces.
12774
12775 * simple.el (what-cursor-position): Change formatting of
12776 messages.
12777
b02786f9
GM
12778 * frame.el (delete-other-frames): New function.
12779 (toplevel): Bind it to C-x 5 1.
12780
efd68b8a
GM
12781 * sort.el (sort-numeric-base): New option.
12782 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12783 interpret it as octal or hexadecimal. Use sort-numeric-base
12784 as default base.
12785
3b43c01c
GM
12786 * progmodes/glasses.el: New file.
12787
984ae001
GM
127882000-01-27 Gerd Moellmann <gerd@gnu.org>
12789
a0b796e3
GM
12790 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12791 userids differently.
12792
984ae001
GM
12793 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12794 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12795 progmodes/ebnf-yac.el: New files.
12796
6c67ddee
DL
127972000-01-26 Dave Love <fx@gnu.org>
12798
12799 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12800 on a function with an empty body. [From Eric Ludlam.]
12801
4e6473c8
GM
128022000-01-25 Andre Spiegel <spiegel@gnu.org>
12803
12804 * vc.el (vc-version-diff): Make sure file name is expanded.
12805
e12489f9
GM
128062000-01-25 Gerd Moellmann <gerd@gnu.org>
12807
12808 * scroll-bar.el (scroll-bar-timer): Variable removed.
12809 (scroll-bar-toolkit-scroll): Don't use a timer.
12810
8dbe2b07
KH
128112000-01-25 Kenichi Handa <handa@etl.go.jp>
12812
12813 * language/thai-util.el (thai-composition-function): Delete
12814 superfluous `a'.
12815
26ef1c87
DL
128162000-01-24 Dave Love <fx@gnu.org>
12817
12818 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12819 end-of-defun-function.
12820
12821 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12822 &c.
12823
7ed4e9a7
JR
128242000-01-22 Jason Rumney <jasonr@gnu.org>
12825
12826 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12827 conflicts with new face support.
12828
8b7bc628 128292000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12830
12831 * replace.el (query-replace): Rename last arg to DELIMITED.
12832 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12833 (query-replace-regexp): Likewise.
12834
8b7bc628 128352000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12836
02b14400
RS
12837 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12838
5bb6f079
RS
12839 * emacs-lisp/lisp.el (beginning-of-defun-function):
12840 Variable renamed from beginning-of-defun.
12841 Do not call make-variable-buffer-local.
12842 (beginning-of-defun-raw): Use new variable name; doc fix.
12843 (beginning-of-defun): Doc fix.
12844 (end-of-defun-function): Variable renamed from end-of-defun.
12845 Do not call make-variable-buffer-local.
12846 (end-of-defun): Use new variable name; doc fix.
12847
02b14400
RS
12848 * subr.el (dolist, dotimes): Copied from cl-macs.el
12849 and made to work.
2d5e9b54 12850
a23c5037 12851 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12852 Variable replaces rmail-digest-end-regexp.
12853 Allows multiple regexps for detecting the end line.
12854 (undigestify-rmail-message): Corresponding changes.
12855
60af03f1
DL
128562000-01-19 Dave Love <fx@gnu.org>
12857
fe5d99e1
DL
12858 * files.el (user-init-file): Don't declare here -- is primitive.
12859
60af03f1
DL
12860 * startup.el (command-line): Check for compiled user-init-file and
12861 set to uncompiled version if necessary.
12862
72dbbc7d
GM
128632000-01-18 Gerd Moellmann <gerd@gnu.org>
12864
6a1950ec
GM
12865 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12866 (undigestify-rmail-message): Use it.
12867
72dbbc7d
GM
12868 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12869
fbe91bbd
GM
128702000-01-17 Gerd Moellmann <gerd@gnu.org>
12871
12872 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12873 of mini-buffer.
12874
33a6685b
GM
128752000-01-14 Gerd Moellmann <gerd@gnu.org>
12876
b3303df7
GM
12877 * emacs-lisp/copyright.el (copyright-update): Removed the
12878 requirement for a trailing space from `copyright-regexp', to
12879 support copyrights with owner specified on a separate line..
a23c5037 12880
3c4c8064
GM
12881 * align.el: New file.
12882
33a6685b
GM
12883 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12884
12885 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12886
044a4975
DL
128872000-01-13 Dave Love <fx@gnu.org>
12888
12889 * ph.el: Removed. (Obsoleted by EUDC.)
12890
0a352cd7
GM
128912000-01-13 Gerd Moellmann <gerd@gnu.org>
12892
12893 * net/eudc.el (toplevel): Remove autoloaded code installing
12894 menu with easymenu, because that causes build problems.
12895
12896 * frame.el (frame-notice-user-settings): New variable.
12897 (frame-notice-user-settings): Don't modify frame parameters
12898 if called a second time.
12899
8b7bc628 129002000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12901
12902 * frame.el (frame-notice-user-settings):
12903 Notice default-frame-parameters even for non-window frames.
12904
feb450e0
GM
129052000-01-13 Gerd Moellmann <gerd@gnu.org>
12906
12907 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12908 for Emacs.
12909 (eudc-bob-can-display-inline-images): Extend for Emacs.
12910 (eudc-bob-toggle-inline-display): Ditto.
12911 (eudc-bob-display-jpeg): Ditto.
12912
99c6d63b
GM
129132000-01-12 Gerd Moellmann <gerd@gnu.org>
12914
7970b229
GM
12915 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12916 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12917 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12918
e4936aa9
GM
12919 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12920 nil)'.
12921
12922 * subdirs.el: Add `net' directory.
12923
133c9e59
GM
12924 * net: New directory.
12925
99c6d63b
GM
12926 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12927 eval-last-sexp. Don't bind debug-on-error here.
12928 (eval-last-sexp): New function. Bind debug-on-error if
12929 eval-expression-debug-on-error is non-nil.
12930 (eval-defun-2, eval-defun): Likewise.
12931
12932 * simple.el (eval-expression): Don't bind debug-on-error if
12933 eval-expression-debug-on-error is nil. Detect changed
12934 debug-on-error, and propagate new value to global binding, if
12935 eval-expression-debug-on-error is non-nil,
12936 (eval-expression-debug-on-error): Change doc string.
a23c5037 12937
8b7bc628 129382000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12939
12940 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12941
12942 * emacs-lisp/lisp-mode.el (with-syntax-table):
12943 Set up lisp-indent-function property.
12944
12945 * subr.el (with-syntax-table): Moved from simple.el.
12946
12947 * simple.el (with-syntax-table): Moved to subr.el.
12948
7e3c74fa
GM
129492000-01-11 Gerd Moellmann <gerd@gnu.org>
12950
1fab1775
GM
12951 * tmm.el (tmm-shortcut): Delete region after prompt instead
12952 of erasing buffer.
12953
7e3c74fa 12954 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12955 (fill-context-prefix): Use the longest common prefix of first
12956 and second line fill prefix, if there is one.
7e3c74fa 12957
8b7bc628 129582000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12959
12960 * array.el (array-mode): Don't use make-variable-buffer-local.
12961 Use make-local-variable for `truncate-lines'.
12962
aa705642 129632000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12964
aa705642
GM
12965 * add-log.el (add-log-current-defun): Handle user-defined
12966 add-log-current-function returning nil,
a23c5037 12967
57df2446 12968 * add-log.el (add-change-log-entry): Insert version number
aa705642 12969 if having found a current function
c1356086
GM
12970
12971 * add-log.el (add-log-current-defun): Call
12972 `add-log-current-defun-function'. Try matches at level 0 and
12973 level 1. Strip whitespace from defun found.
a23c5037 12974
1d8c59e9
RS
129752000-01-10 John Wiegley <johnw@gnu.org>
12976
12977 * allout.el (isearch-done/outline-provisions): Added `edit'
12978 argument to correspond with the current definition of
12979 `isearch-done'.
12980
8cf87e9b
DL
129812000-01-10 Dave Love <fx@gnu.org>
12982
12983 * elide-head.el (elide-head): Use point-marker, not point.
12984
9050446c
GM
129852000-01-10 Gerd Moellmann <gerd@gnu.org>
12986
8321b22a
GM
12987 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12988 before and after the year 2000.
a23c5037 12989
9050446c
GM
12990 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12991 Add ispell- prefix.
12992
129932000-01-10 Ken Stevens <k.stevens@ieee.org>
12994
12995 * ispell.el: Only define dictionaries in menus when they exist.
12996 (version18p): New variable.
12997 (version20p): New variable.
12998 (xemacsp): New variable.
12999 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13000 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13001 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13002 run-together words.
9050446c
GM
13003 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13004 (ispell-dictionary-alist): Add koi8-r to customize definition.
13005 (check-ispell-version): Added documentation string. Returns
f24fef2f 13006 library path when called non-interactively.
9050446c
GM
13007 (ispell-menu-map-needed): Uses new variables.
13008 (ispell-library-path): New variable.
13009 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13010 (ispell-word): Improved documentation string. Test for valid
13011 character mappings. Correctly check typed in word changes that can
13012 result in single words split into multiple words. Returns
13013 replacement word.
13014 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13015 replace in recursive query replace mode. Help message for
13016 recursive edit mode.
13017 (ispell-show-choices): Protect against bad framepop bindings.
13018 (ispell-help): Fix to work with XEmacs.
13019 (ispell-highlight-spelling-error): Use new variables.
13020 (ispell-overlay-window): Fix to work with XEmacs.
13021 (ispell-parse-output): Passed and returns location information
13022 tracking spelling corrections. Doesn't recheck same word on
13023 current line.
13024 (ispell-init-process): Protect against bogus XEmacs variable binding.
13025 Fix call to single argument in sleep-for. Use new variables.
13026 (ispell-region): Passed and returns location information tracking
13027 spelling corrections. Doesn't check same word on current line.
13028 Improved documentation string. Doesn't resend a line already
13029 checked to the ispell process - fixes bug in LaTeX parsing.
13030 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13031 (ispell-skip-region): No longer skips <TT> in SGML.
13032 (ispell-process-line): Tracks location information with spelling
13033 corrections. Added documentation string. Accounts for words
13034 already accepted on this line. Don't allow query-replace on line
13035 starting with math characters. Doesn't resend a line already sent
13036 to ispell process. Fixes alignment error bug.
a23c5037 13037
8b7bc628 130382000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13039
a23c5037 13040 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13041 Suggest xloadimage, which is free, not xv, which isn't.
13042
a23c5037 13043 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13044 Don't ever include the host name or user name in the value.
13045
9ed79f5d
GM
130462000-01-09 Gerd Moellmann <gerd@gnu.org>
13047
13048 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13049 of a real newline.
13050
b950abb1
GM
130512000-01-09 Stephen Eglen <stephen@gnu.org>
13052
a23c5037 13053 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13054 for .png files.
13055
3c708e98
GM
130562000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13057
13058 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13059
bf61662d
GM
130602000-01-09 Gerd Moellmann <gerd@gnu.org>
13061
f1d851ae
GM
13062 * progmodes/cperl-mode.el: Replace ^F with ^L.
13063
bf61662d 13064 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13065 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13066 recursion.
13067
c65d14ee
DL
130682000-01-08 Dave Love <fx@gnu.org>
13069
8cf87e9b
DL
13070 * emacs-lisp/backquote.el: Remove inappropriate customization
13071 (allowing custom.el to use backquote).
c65d14ee 13072
83de2ebc
DL
130732000-01-07 Dave Love <fx@gnu.org>
13074
13075 * add-log.el (add-log-debugging): Deleted.
13076 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13077 file. Remove debugging code.
13078 (change-log-get-method-definition, change-log-name): Add doc.
13079 (change-log-sortable-date-at): New function.
13080 (change-log-merge): New command.
13081
13082 * time.el (display-time-string-forms): Make the Mail string active.
13083 (display-time-update): Provide help-echo for load average.
13084
13085 * bindings.el (make-mode-line-mouse2-map): New function.
13086 (mode-line-modified): Use it and simplify.
13087 (mode-line-mule-info): Provide help-echo info.
13088 (minor-mode-alist): Activate the strings.
13089 (make-mode-line-mouse-sensitive): Simplify for
13090 mode-line-buffer-identification.
13091
c1475eae
GM
130922000-01-07 Gerd Moellmann <gerd@gnu.org>
13093
13094 * play/pong.el: New file.
13095
83de2ebc
DL
130962000-01-06 Dave Love <fx@gnu.org>
13097
13098 * array.el: Assorted cleanups for compiler warnings, doc strings,
13099 `array-' prefix for symbols.
13100
131012000-01-05 Dave Love <fx@gnu.org>
13102
13103 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13104 outline-headers-as-kill.
13105 (outline-mode): Define imenu-generic-expression.
13106 (outline-headers-as-kill): New command.
13107
13108 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13109 from paragraph-start.
13110 (paragraph-indent-minor-mode): New command.
13111
13112 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13113 M-C-e, M-C-h, C-j, C-xnd, TAB.
13114 (fortran-mode): Set beginning-of-defun, end-of-defun.
13115 (fortran-column-ruler): Simplify.
13116 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13117 (fortran-with-subprogram-narrowing): Likewise.
13118 (fortran-indent-subprogram): Call mark-defun.
13119 (fortran-check-for-matching-do): Change narrowing.
13120
13121 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13122 (cl-lucid-hash-tag): Delete.
13123 (cl-hash-table-p): Correct test for native table.
13124 (cl-hash-table-count): Use hash-table-count.
13125
13126 * browse-url.el (browse-url): Fix case of
13127 browse-url-browser-function being an alist.
13128
676ac023
CD
131292000-01-05 Carsten Dominik <cd@gnu.org>
13130
c1475eae
GM
13131 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13132 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13133
13134 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13135 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13136
13137 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13138 `reftex-parse-file-extension'.
eb483e17 13139
88807984
DL
131402000-01-05 Dave Love <fx@gnu.org>
13141
83de2ebc 13142 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13143 (beginning-of-defun-raw): Use it.
13144 (end-of-defun): New variable.
13145 (end-of-defun): Use it.
13146 (check-parens): New command.
13147
1362aeb4
TTN
131482000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13149
c1475eae
GM
13150 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13151 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13152
7ddafb95
TTN
13153 Fix buglet in local variables initialization.
13154
7334aa99
AS
131552000-01-05 Andreas Schwab <schwab@suse.de>
13156
13157 * hscroll.el (hscroll): Doc fix.
13158
b12e24cd
CD
131592000-01-05 Carsten Dominik <cd@gnu.org>
13160
13161 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13162 idlw-toolbar.
13163
13164 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13165 file idlw-rinfo.el.
1362aeb4
TTN
13166 (idlwave-customize): load must read file idlw-shell.el.
13167 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13168
d6226972
CD
131692000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13170
13171 * progmodes/idlw-shell.el: Also provide idlwave-shell
13172 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13173 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13174
13175 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13176 both reftex-dcr and reftex-vcr.
1362aeb4 13177
d6226972
CD
13178 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13179
6ddb893f 131802000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13181
13182 * ps-print.el: PostScript code now is in separate files, doc fix.
13183 (ps-print-version): New version number (5.0.3).
13184 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13185 local.
13186 (ps-spool-config): Initialization fix.
c1475eae
GM
13187 (ps-print-prologue-1, ps-print-prologue-2)
13188 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13189 (ps-background-image): Little code reformating.
13190 (ps-begin-file, ps-begin-job): Fix code.
88807984 13191 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13192 (ps-prologue-file): New fun.
13193
ae833aae
KH
131942000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13195
c1475eae 13196 * ps-vars.el: Eliminated.
ae833aae
KH
13197
13198 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13199 `;;;###autoload'.
13200
13201 * ps-print.el: ps-vars eliminated, doc fix.
13202 (ps-print-version): New version number (5.0.2).
13203 (ps-spool-config): Initialization fix.
13204 (ps-print-customize): New fun.
13205
560a7bd2
GM
132062000-01-04 Gerd Moellmann <gerd@gnu.org>
13207
13208 * autorevert.el (auto-revert-mode): Return value of
13209 auto-revert-mode.
13210
f45dd0f4
DL
132112000-01-04 Dave Love <fx@gnu.org>
13212
fae2ac05
DL
13213 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13214 menu items.
f45dd0f4 13215
61255981
DL
132162000-01-03 Dave Love <fx@gnu.org>
13217
88807984 13218 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13219
83de2ebc 13220 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13221 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13222 `cl-hash-table-p', not `hash-table-p'.
13223 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13224
c182a70f
EZ
132252000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13226
13227 * faces.el (face-read-integer, read-face-attribute)
13228 (color-defined-p, color-values): unspecified-{f,b}g are now
13229 strings.
13230
047f434a
GM
132312000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13232
13233 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13234 at comment end, and re-insert them after filling.
13235
bab531e2
EZ
132362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13237
13238 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13239 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13240 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13241
d684c676
EZ
132422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13243
13244 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13245 the new name of face-color-supported-p.
13246
13247 * term/w32-win.el (xw-defined-colors): Likewise.
13248
0aad4805
EZ
132492000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13250
13251 * simple.el (completion-setup-function): Count completion-size
13252 from minibuffer-prompt-end, not from point-min.
13253
5fe1d139
EZ
132542000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13255
13256 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13257 Pass the frame to tty-color-* functions.
13258 (display-color-p, frame-set-background-mode): Pass the frame to
13259 tty-display-color-p.
13260
13261 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13262 tty-color-alist.
13263 (tty-color-alist, tty-modify-color-alist): New functions.
13264 (tty-color-define, tty-color-clear, tty-color-approximate)
13265 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13266 an optional parameter FRAME.
13267
162dec01
GM
132682000-01-01 Gerd Moellmann <gerd@gnu.org>
13269
27189709
GM
13270 * image.el (create-image, defimage): Don't assume image data is a
13271 string.
13272
162dec01
GM
13273 * image.el (defimage): Handle specifications containing :data
13274 instead of :file.
13275 (image-type-from-data): New function.
13276 (image-type-from-file-header): Use it.
13277 (create-image): Add parameter DATA-P.
1362aeb4 13278
bea56df7 13279See ChangeLog.8 for earlier changes.
25a6fab1
KH
13280
13281;; Local Variables:
e64c3a75 13282;; coding: iso-2022-7bit
25a6fab1 13283;; End: