(sort-columns): Fix error message.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0c28d842
GM
12000-12-15 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4
3ffa545b
GM
52000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6
7 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8 `upcase' or `downcase' or nil.
9 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
10 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11 (dabbrev--substitute-expansion): New arg record-case-pattern.
12 If it is non-nil, set dabbrev--last-case-pattern.
13 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
14
15 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
16
c2d7f289
MB
172000-12-15 Miles Bader <miles@gnu.org>
18
b6348438
MB
19 * paths.el (Info-default-directory-list): Don't delete
20 configure-info-directory from the list of standard info
21 directories when appending it to the end -- their order is
22 important.
23
f9056dd9
MB
24 * faces.el (read-face-attribute): If there's no entry for the
25 user's input in VALID, just use it as-is (this will often result
26 in an error, but it may be OK for e.g. colors using hexadecimal
27 notation, and at least will yield a better error message).
28
c2d7f289
MB
29 * window.el (mode-line-window-height-fudge): Function removed.
30 (height-affecting-face-attributes, mode-line-window-height-fudge):
31 Variables removed.
32 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
33 window is really the right size. Use vertical-motion
34 rather than forward-line.
35 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
36 (ispell-command-loop, ispell-show-choices): Use the variable
37 ispell-choices-win-default-height, rather than the function.
38 (ispell-choices-win-default-height): Function removed.
39 (ispell-mode-line-window-height-fudge): Function removed.
40
8f530b95
SM
412000-12-14 Stefan Monnier <monnier@cs.yale.edu>
42
43 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
44
6d435deb
EZ
452000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
46
4dddb0b7
EZ
47 * paths.el (Info-default-directory-list): If
48 configure-info-directory is not one of the standard directories,
49 put it first in the list; otherwise put it last. Doc string
50 changed accordingly.
51
52 * info.el (Info-directory-list): Change doc string to reflect the
53 change in Info-default-directory-list.
54
6d435deb
EZ
55 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
56 windows-nt as windowed environments, even under -nw.
57
58 * startup.el (command-line): Don't call x-backspace-delete-keys-p
59 if not fboundp. Switch delete-forward mode for the <delete> key
60 on all PC platforms, even under -nw.
61
62 * term/internal.el ([M-delete]): Remap to M-d.
63
9d7d9263
GM
642000-12-14 Gerd Moellmann <gerd@gnu.org>
65
66 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
67
7cf0153a
EZ
682000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
69
70 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
71
5e5b3d41
GM
722000-12-14 Gerd Moellmann <gerd@gnu.org>
73
5f368d29
GM
74 * startup.el (command-line): Call delete-key-deletes-forward-mode,
75 if appropriate.
76
77 * simple.el (delete-key-deletes-forward): New user-option.
78 (delete-key-deletes-forward-mode): New function.
79
9d7d9263 80 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 81
5e5b3d41
GM
82 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
83 if symbol is bound before getting its value.
84
85 * tooltip.el (tooltip-show): If an error is signaled in
86 x-show-tip, display that error, and display the help in the
87 echo area.
88
c2d7f289
MB
892000-12-15 Miles Bader <miles@gnu.org>
90
91 * window.el (mode-line-window-height-fudge): Function removed.
92 (height-affecting-face-attributes, mode-line-window-height-fudge):
93 Variables removed.
94 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
95 window is really the right size. Use vertical-motion
96 rather than forward-line.
97 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
98 (ispell-choices-win-default-height): Function removed.
99 (ispell-command-loop, ispell-show-choices): Use the variable
100 ispell-mode-line-window-height-fudge, rather than the function.
101 (ispell-mode-line-window-height-fudge): Function removed.
102
191b83b6
KH
1032000-12-14 Kenichi Handa <handa@etl.go.jp>
104
105 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
106 "... entries" messages for every 10000 entries, not 10.
107
6192b604
KF
1082000-12-13 Karl Fogel <kfogel@red-bean.com>
109
110 * bookmark.el: Provide a generic exit hook, as suggested by
111 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
112 (bookmark-exit-hook): New var.
113 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
114 old raw lambda form in `kill-emacs-hook', and runs new
115 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
116 as logically that feature must have been provided if this function
117 is running.
118 Removed ;;;###autoload before the `add-hook' call.
119
5edf6b55
SM
1202000-12-13 Stefan Monnier <monnier@cs.yale.edu>
121
122 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
123 (easy-menu-current-active-maps): New function.
124 (easy-menu-get-map): Use it.
125 Make a proper menu entry when creating a new keymap.
126
16b5e8e6
KH
1272000-12-13 Kenichi Handa <handa@etl.go.jp>
128
d49fc4eb
KH
129 * international/characters.el: Fix cases and syntaxes for
130 mule-unicode-0100-24ff.
131
3b53d876
KH
132 * dired.el (dired-move-to-filename-regexp): Fixed for the case
133 that a Japanese character is not appended after day and year.
134
16b5e8e6
KH
135 * info.el (Info-suffix-list): Change format for a command that
136 requires arguments.
137 (info-insert-file-contents): Adjusted for the above change.
138
1df1c518
AS
1392000-12-12 Andreas Schwab <schwab@suse.de>
140
141 * tar-mode.el (tar-extract): Base the name of the subfile buffer
142 on the name of the tar buffer. Verify that the existing buffer is
143 visiting the same subfile.
144
a7a07b98
DL
1452000-12-12 Dave Love <fx@gnu.org>
146
147 * subdirs.el: Add obsolete.
148
4fdbd809
GM
1492000-12-12 Gerd Moellmann <gerd@gnu.org>
150
bfdb75ee
GM
151 * mail/rmailsum.el (rmail-summary-expunge)
152 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
153 instead of rmail-confirm-expunge.
154
4fdbd809
GM
155 * replace.el (perform-replace): Don't use an empty match adjacent
156 to a non-empty match when computing the next match before the
157 replacement is performed.
158
e9a59cad
GM
1592000-12-12 Milan Zamazal <pdm@freesoft.cz>
160
161 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
162 definition (patch by Stefan Monnier).
163 (glasses-mode): Use jit-lock instead of `after-change-functions'
164 (patch by Stefan Monnier).
165
c2def7a0
MB
1662000-12-12 Miles Bader <miles@gnu.org>
167
168 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
169 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
170
591b63b4
AC
1712000-12-12 Andrew Choi <akochoi@i-cable.com>
172
173 * term/mac-win.el: Remove load for ls-lisp.
174
a924cf63 175 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 176
5ff4ba3d
MB
1772000-12-12 Miles Bader <miles@gnu.org>
178
179 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
180 Respect field end too.
181 (just-one-space): Respect fields as `delete-horizontal-space'.
182 (newline-and-indent, reindent-then-newline-and-indent): Use
183 `delete-horizontal-space'.
184
d0c679bc
SM
1852000-12-11 Stefan Monnier <monnier@cs.yale.edu>
186
adf9c994
SM
187 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
188 (so as to obey the field property in the minibuffer).
189
4b0cd42d
SM
190 * obsolete/c-mode.el: Moved from lisp/progmodes.
191 * obsolete/auto-show.el: Moved from lisp.
192 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 193
89f85863
CD
1942000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
195
196 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
197 changes to list them here.
198
199 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
200 many changes to list them here.
201
202 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
203 many changes to list them here.
204
205 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
206
3e0d35ce
GM
2072000-12-11 Gerd Moellmann <gerd@gnu.org>
208
d990421f
GM
209 * simple.el (kill-new): Don't try to setcar kill-ring if it is
210 nil.
211
fda514f7
GM
212 * cus-edit.el (custom-save-variables, custom-save-faces):
213 Comment fix.
214
3e0d35ce
GM
215 * hscroll.el: Moved to `obsolete' subdir.
216
ff904dd6
MB
2172000-12-11 Miles Bader <miles@gnu.org>
218
219 * window.el (window-text-height): Function removed (now in C).
220
fb97d87f
SM
2212000-12-10 Stefan Monnier <monnier@cs.yale.edu>
222
223 * log-edit.el (log-edit-parent-buffer): New var.
224 (log-edit): Set it. Add BUFFER argument.
225 (log-edit-done): Use char-before.
226 Don't bother checking validity of vc-comment-ring.
227 Only bury the buffer if log-edit popped it up.
228
229 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
230 (cvs-mode-diff-help): Remove.
231 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 232 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
233
234 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
235 Remove binding for ? now made unnecessary.
236
7de77417
CD
2372000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
238
239 * textmodes/reftex.el (reftex-scanning-info-available-p): New
240 function
241 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
242
243 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
244 when master file is not open.
245
4efa209f
SM
2462000-12-09 Stefan Monnier <monnier@cs.yale.edu>
247
248 * progmodes/ada-stmt.el: Update `maintainer'.
249
0a8052bd
GM
2502000-12-09 Stephen Gildea <gildea@alum.mit.edu>
251
252 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
253 choices to match documentation string.
254
a12167c5
MB
2552000-12-09 Miles Bader <miles@gnu.org>
256
2161605d
MB
257 * minibuf-eldef.el: New file.
258
a12167c5
MB
259 * window.el (fit-window-to-buffer): Don't pass last argument to
260 pos-visible-in-window-p, now that its meaning is inverted.
261
9ea8de1b
EZ
2622000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * image.el (create-image): Doc fix; spotted by Per Cederqvist
265 <ceder@lysator.liu.se>.
266
5002ddbb
SM
2672000-12-08 Stefan Monnier <monnier@cs.yale.edu>
268
b6114d80
SM
269 * autoinsert.el (auto-insert-alist): Add missing final \n.
270
ee8d23ee
SM
271 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
272 (cvs-menu-map): Remove.
273 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
274 (cvs-mode-quit): Turn it back into a plain function.
275
5002ddbb 276 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 277 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
278
279 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
280 file where it's more visible.
281 (texinfo-filter, texinfo-chapter-level-regexp): New variables
282 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
283 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
284 (texinfo-inside-macro-p): Only catch `scan-error's.
285 (texinfo-inside-env-p): Make better use of the match info.
286 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
287 (texinfo-insert-@end): Slight re-organization.
288 Also remove useless `looking-at' call.
289
30cd075d
AI
2902000-12-08 Andrew Innes <andrewi@gnu.org>
291
292 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
293 accessible in -nw mode.
294
295 * term/w32-win.el: Remove stuff about selection timeout, which is
296 irrelevant on Windows. Move clipboard support to w32-fns.el, so
297 it is accessible in -nw mode.
298
01b91009
DL
2992000-12-08 Dave Love <fx@gnu.org>
300
301 * emacs-lisp/lisp-mode.el (lisp-mode): Set
302 font-lock-keywords-case-fold-search.
303
842b2a94
GM
3042000-12-08 Gerd Moellmann <gerd@gnu.org>
305
306 * textmodes/ispell.el (ispell): Doc fix.
307
f9d5f611
KH
3082000-12-08 Kenichi Handa <handa@etl.go.jp>
309
310 * international/quail.el (quail-insert-decode-map): Check the
311 frame width of a window displaying the current buffer, not that of
312 the selected frame.
313 (quail-help): Make sure that the help buffer has window before
314 inserting text in it.
315
e04d21aa
SS
3162000-12-07 Sam Steingold <sds@gnu.org>
317
318 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
319 Backquote is used in isearch.el, so autoloading saves nothing.
320
fc3e23a4
EZ
3212000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
322
137cad7c
EZ
323 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
324 the CVS and RCS subdirectories case-insensitively.
325
fc3e23a4
EZ
326 * dired.el (dired-insert-directory): If file-system-info is
327 fboundp, call it instead of invoking dired-free-space-program.
328
796ecd10
GM
3292000-12-07 Gerd Moellmann <gerd@gnu.org>
330
0f5f7c3e
GM
331 * server.el (server-visit-files): Push files on file-name-history.
332
3764ba49
GM
333 * progmodes/cc-langs.el: Update copyright.
334
8e7931da
GM
335 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
336
ae0d7485 337 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 338
796ecd10
GM
339 * bindings.el (mode-line-mode-menu): Reverse the order
340 of define-keys so that the menu appears in alphabetical order.
341
ae0d7485
GM
3422000-12-07 Milan Zamazal <pdm@freesoft.cz>
343
344 * progmodes/glasses.el (glasses-mode): Update mode line at the end
345 of the function.
346
e2849090
DL
3472000-12-07 Dave Love <fx@gnu.org>
348
349 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
350
351 * facemenu.el (facemenu-unlisted-faces): Fix value.
352
5c7f629c
SM
3532000-12-07 Stefan Monnier <monnier@cs.yale.edu>
354
355 * font-lock.el (font-lock-default-fontify-region):
356 Include the terminating \n (off-by-one error).
357 (font-lock-set-defaults): Use dolist.
358
359 * derived.el (define-derived-mode): Don't use combine-run-hooks.
360
73481ae3
KH
3612000-12-07 Kenichi Handa <handa@etl.go.jp>
362
ffbaa122
KH
363 * international/mule-cmds.el (describe-language-environment): Fix
364 for the case that an input method title is not string but a list.
365
73481ae3
KH
366 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
367 of wrong SIZE record.
368
e2896b22
DL
3692000-12-06 Dave Love <fx@gnu.org>
370
67292061
DL
371 * newcomment.el (comment-region, comment-dwim): Doc fix.
372
373 * textmodes/texinfo.el: Require tex-mode when compiling.
374 (texinfo-update-node): Doc fix.
375 (texinfo-imenu-generic-expression): Add @anchor.
376 (texinfo-font-lock-keywords): Add @uref.
377 (texinfo-inside-macro-p): Don't use ignore-errors.
378 (texinfo-insert-quote): Match more contexts.
379
e76938e7
DL
380 * international/mule.el (decode-char, encode-char): Doc fix.
381 (auto-coding-alist): Customize.
382
383 * files.el (load-file): Fix change of 2000-03-12.
384
e2896b22
DL
385 * wid-edit.el (widget-text-keymap): Doc fix.
386
6610f4b2
AI
3872000-12-06 Andrew Innes <andrewi@gnu.org>
388
389 * makefile.w32-in (lisp): Set to an absolute directory, namely
390 $(CURDIR).
391
9e3366e4
EZ
3922000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
393
394 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
395 read generated-autoload-file, and set buffer-file-coding-system to
396 raw-text-unix after reading the file.
397
398 * international/mule-conf.el (file-coding-system-alist): Use
399 raw-text for reading loaddefs.el and raw-text-unix for writing
400 it.
401
d94d636f
GM
4022000-12-06 Gerd Moellmann <gerd@gnu.org>
403
384333ee
GM
404 * replace.el (occur): Make line-number-width 1 smaller for the
405 colon following the line number.
406
347d0813
GM
407 * startup.el (fancy-splash-text, command-line-1): Use
408 `File' for the menu name instead of `Files'.
e04d21aa 409
d4b72d58
GM
410 * tmm.el: Update copyright.
411
d94d636f
GM
412 * cus-start.el: Add entry for even-window-heights.
413
6e424019
MB
4142000-12-06 Miles Bader <miles@gnu.org>
415
416 * faces.el (frame-set-background-mode): Avoid stomping on
417 locally modified faces.
418
e6477b58
KH
4192000-12-06 Kenichi Handa <handa@etl.go.jp>
420
421 * international/fontset.el: Correct the font registries for
422 japanese-jisx0213-1 and japanese-jisx0213-2.
423
21999ab9
GM
4242000-12-05 Gerd Moellmann <gerd@gnu.org>
425
57d6e381
GM
426 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
427
21999ab9
GM
428 * iswitchb.el: Update customization commentary.
429
7422819c
GM
4302000-12-05 Rob Riepel <riepel@Stanford.EDU>
431
432 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
433 (tpu-search-highlight): Fixed comparison of overlay end positions.
434 (tpu-trim-line-ends): Implemented trimming logic locally.
435
436 * emulation/tpu-extras.el (tpu-write-file-hook)
437 (tpu-set-cursor-bound): Replaced picture-clean with
438 tpu-trim-line-ends.
439
73daff18
KH
4402000-12-05 Kenichi Handa <handa@etl.go.jp>
441
442 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
443 to cn-gb.
444 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
445
6a4cd002
DL
4462000-12-04 Dave Love <fx@gnu.org>
447
448 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
449
6452929e
GM
4502000-12-04 Gerd Moellmann <gerd@gnu.org>
451
e04d21aa 452 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
453 (rmail-summary-expunge-and-save): Ask for confirmation with
454 rmail-expunge-confirmed.
455
456 * mail/rmail.el (rmail-expunge-confirmed): New function.
457 (rmail-expunge): Use it.
458
0c68ce6f
GM
459 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
460 (etags-recognize-tags-table, find-tag-in-order): New
461 functionality: interpret file names as tags.
e04d21aa 462
7a53d8c8
EZ
4632000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
464
465 * info.el (Info-scroll-prefer-subnodes): New defcustom.
466 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
467 visit the first subnode until the bottom of the current node is
468 visible.
469
caa15ef7
GM
4702000-12-04 Gerd Moellmann <gerd@gnu.org>
471
472 * format.el (format-decode): Don't change buffer's undo list.
473
e225faa7
KH
4742000-12-04 Kenichi Handa <handa@etl.go.jp>
475
476 * faces.el (face-font-registry-alternatives): Add entries for CJK
477 fonts. Doc-string adjusted for the actual usage of this data.
478
479 * international/fontset.el: Change the font registries for CJK
480 fonts in the default fontset. Don't append '*' to registries.
481
8b262a65
SM
4822000-12-03 Stefan Monnier <monnier@cs.yale.edu>
483
e04d21aa 484 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
485 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
486
487 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
488 (derived-mode-p): New function.
489 (derived-mode-make-docstring): Add `docstring' argument.
490 Use it if available and complete it if necessary.
491
33c4460b
AS
4922000-12-03 Andreas Schwab <schwab@suse.de>
493
494 * type-break.el (type-break): Don't make parent of itself.
495
5c9b3fac
MB
4962000-12-03 Miles Bader <miles@gnu.org>
497
498 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
499
27ce741e
SM
5002000-12-02 Stefan Monnier <monnier@cs.yale.edu>
501
07c16ec4
SM
502 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
503 (tex-main-file, tex-file): Simplify.
504 (tex-generate-zap-file-name): Use subst-char-in-string.
505 (tex-strip-dots): Remove.
506
c19cc275
SM
507 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
508
27ce741e
SM
509 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
510 to check if the match succeeded.
511
285991dc
GM
5122000-12-02 Gerd Moellmann <gerd@gnu.org>
513
514 * startup.el (use-fancy-splash-screens-p): New function.
515 (command-line-1): Use it to determine whether or not to use
516 a fancy splash screen.
517
52dca1b2
AS
5182000-12-02 Andreas Schwab <schwab@suse.de>
519
520 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
521
d3e7e7cf
EZ
5222000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
523
2dce2360
EZ
524 * international/mule.el (make-char): Fix last change.
525
9768eaa7
EZ
526 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
527 New defcustoms.
528 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
529 autoloading tex-mode; instead, do the same manually. Use
530 texinfo-open-quote and texinfo-close-quote. Insert literal quote
531 with numeric argument. Docstring fix.
532 (toplevel): Require cl when compiling.
e04d21aa 533
285991dc 534 * international/mule.el (make-char): Doc fix.
d3e7e7cf 535
0dd5e255
JR
5362000-12-02 Jason Rumney <jasonr@gnu.org>
537
538 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
539 the Emacs Lisp manual)
540
fbb87147
EZ
5412000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
542
5cbb3e93
EZ
543 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
544
fbb87147
EZ
545 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
546 the Emacs Lisp manual).
547
1636ca09
GM
5482000-12-02 Gerd Moellmann <gerd@gnu.org>
549
550 * simple.el (next-line-add-newlines): Change default to nil.
551
68875f0e
EZ
5522000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * files.el (revert-buffer, recover-file): Bind
555 coding-system-for-read to emacs-mule-unix, not to no-conversion.
556
fd9ac94c
GM
5572000-12-01 Gerd Moellmann <gerd@gnu.org>
558
559 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
560
45450dd5
MB
5612000-12-01 Miles Bader <miles@gnu.org>
562
563 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
564
09df8881
KH
5652000-12-01 Kenichi Handa <handa@etl.go.jp>
566
567 * international/mule-diag.el (describe-char-after): Fix typo.
568 (describe-character-set, non-iso-charset-alist): Fix typo.
569
dea0a87d
MB
5702000-12-01 Miles Bader <miles@gnu.org>
571
b170205b
MB
572 * image-file.el (image-file-name-regexp): Automatically add
573 upper-case variants of each filename extension in
574 `image-file-name-extensions', since they seem to be common.
575
e04d21aa 576 * simple.el (minibuffer-contents)
dea0a87d
MB
577 (minibuffer-contents-no-properties, delete-minibuffer-contents):
578 New functions.
579 * filecache.el (file-cache-directory-name)
580 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
581
2b69bc11 5822000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 583
dea0a87d
MB
584 * filecache.el (file-cache-minibuffer-complete): Don't try to
585 delete the minibuffer prompt.
586
a8a1b05d
DL
5872000-11-30 Dave Love <fx@gnu.org>
588
589 * cus-start.el: Fix read-buffer-function type.
590
693c4692
GM
5912000-11-30 Gerd Moellmann <gerd@gnu.org>
592
593 * md5.el: Removed. There's a built-in function, now.
594
2c0b1898
GM
5952000-11-30 Markus Rost <rost@math.ohio-state.edu>
596
597 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
598 as dummy 0-th char of rmail-deleted-vector.
599
63dfcf4b
EZ
6002000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
601
602 * ps-print.el (ps-end-job): Bind case-fold-search only after
603 switching to ps-spool-buffer.
604
6052000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
606
607 * ps-print.el: Line number font customization. PostScript: Lines and
608 PageCount are initialized on each page. Doc Fix.
609 (ps-print-version): New version number (6.3.2).
610 (ps-lpr-switches, ps-font-info-database, ps-font-size)
611 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
612 (ps-right-header): Customization fix.
613 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
614 Fix code.
615 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
616 New vars.
617
df3aedcf
GM
6182000-11-30 Gerd Moellmann <gerd@gnu.org>
619
edfb795e
GM
620 * bs.el: Fix typos and spelling errors.
621 (bs-appearance) <defgroup>: Renamed from bs-appearence.
622 (bs-configuration): Doc fix.
e04d21aa 623
df3aedcf
GM
624 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
625
8b8a7f01
GM
6262000-11-30 Rob Riepel <riepel@Stanford.EDU>
627
628 * emulation/tpu-edt.el (tpu-version): New version.
629 (tpu-search-overlay, tpu-replace-overlay): New initial range.
630 (tpu-original-mode-line): Variable deleted.
631 (tpu-mark-flag): New initial value.
632 (tpu-set-mode-line): Don't redefine mode-line-format. Add
633 tpu-mark-flag to minor-mode-alist.
634 (tpu-update-mode-line): New mark flag logic.
635 (tpu-get): Use find-file-wildcards.
636 (tpu-search-highlight): Move overlay less, reset overlay properly.
637 (tpu-unselect): Deactivate mark.
638 (tpu-lm-replace): Reset overlay properly.
639 (tpu-forward-line): Use forward-visible-line.
640 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
641
642 * emulation/tpu-extras.el (tpu-forward-line): Use
643 forward-visible-line.
e04d21aa 644
c069a9d3
GM
6452000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
646
647 * cus-edit.el (custom-face-value-create): Always emphasize tag.
648
b02cd40b
GM
6492000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
650
651 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
652 and skip whitespace and newlines.
e04d21aa 653
b7a90344
SM
6542000-11-30 Stefan Monnier <monnier@cs.yale.edu>
655
656 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
657
be6bbb55
GM
6582000-11-29 Gerd Moellmann <gerd@gnu.org>
659
0383ed60
GM
660 * help.el (describe-function-1): Regexp-quote function name
661 when used as part of a regexp.
662
c7957947
GM
663 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
664 face-attribute instead of face-foreground and face-background.
665 (tool-bar-add-item): Likewise, and handle unspecified colors.
666
667 * enriched.el (enriched-face-ans): Use face-attribute instead
668 of face-foreground and face-background.
669
670 * faces.el (face-foreground, face-background, face-stipple):
671 Return nil if attribute is unspecified, for backward
672 compatibility.
673
7423978d
GM
674 * files.el (auto-mode-alist): Add an entry for antlr-mode.
675
ef128c78
GM
676 * play/5x5.el: Remove version info.
677
a81fc510
GM
678 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
679
be6bbb55
GM
680 * frame.el (blink-cursor-mode): Doc fix.
681
f9396e03
GM
6822000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
683
684 * antlr-mode.el: New commands to run ANTLR from within Emacs and
685 to create Makefile rules.
686 (antlr-tool-command): New user option.
687 (antlr-ask-about-save): New user option.
688 (antlr-makefile-specification): New user option.
689 (antlr-file-formats-alist): New variable.
690 (antlr-special-file-formats): New variable.
691 (antlr-unknown-file-formats): New user option.
692 (antlr-help-unknown-file-text): New variable.
693 (antlr-help-rules-intro): New variable.
694 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
695 (antlr-mode-menu): Add entries.
696 (antlr-file-dependencies): New function.
697 (antlr-directory-dependencies): New function.
698 (antlr-superclasses-glibs): New function.
699 (antlr-run-tool): New command.
700 (antlr-makefile-insert-variable): New function.
701 (antlr-insert-makefile-rules): New function.
702 (antlr-show-makefile-rules): New command.
703
704 * antlr-mode.el: More Emacs/XEmacs stuff.
705 (antlr-no-action-keywords): New constant with value nil.
706 (antlr-font-lock-keywords-alist): Use it. Old value would break
707 syntax highlighting in Emacs-21.0.
708 (antlr-default-directory): Emacs/XEmacs dependend function.
709 (antlr-read-shell-command): Ditto.
710 (antlr-with-displaying-help-buffer): Ditto.
711
7122000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
713
714 * antlr-mode.el: imenu, parsing and highlighting changes.
715 (antlr-imenu-create-index-function): Don't create extra submenus
716 for definitions in different grammar classes. It is not necessary
717 for the menu and would make command `imenu' awkward to use.
718 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
719 header actions and more than one.
720 (antlr-font-lock-tokendef-face): Changed color.
721 (antlr-font-lock-tokenref-face): Changed color.
722 (antlr-font-lock-additional-keywords): Also highlight lowercase.
723 (antlr-mode-syntax-table): New variable.
724 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
725 (antlr-with-syntax-table): Don't copy syntax table.
726
7272000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
728
729 * antlr-mode.el: Minor changes: language setting.
730 (antlr-language-alist): The value for file option "language" can
731 be both an identifier and a string.
732 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
733 (antlr-language-limit-n-regexp): Change accordingly.
734
7352000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
736
737 * antlr-mode.el: Minor changes: tabs, hiding.
738 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
739 (antlr-action-visibility): Also allow value nil to also hide the
740 braces. Renamed from `antlr-tiny-action-length'.
741 Suggested by Jay@aol.com.
742 (antlr-hide-actions): Change accordingly. Hide line if completely
743 hidden action is on a line of its own.
e04d21aa 744
6ad948eb
SM
7452000-11-29 Stefan Monnier <monnier@cs.yale.edu>
746
747 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
748
749 * sort.el (sort-columns): Don't concat strings with numbers.
750
9c6a4107
DL
7512000-11-29 Dave Love <fx@gnu.org>
752
753 * cus-edit.el (face): Fix :format.
754
755 * mail/feedmail.el: Require smtpmail when compiling.
756 (mail-do-fcc): Autoload.
757 (feedmail) <defgroup>: Fix :link.
758 (feedmail-nuke-body-in-fcc): Fix :type.
759 (feedmail-send-it): Add autoload cookie.
760
053b8d35
SM
7612000-11-29 Stefan Monnier <monnier@cs.yale.edu>
762
763 * newcomment.el (comment-indent): Save excursion around call to
764 comment-indent-function.
765
242c13e8
MB
7662000-11-29 Miles Bader <miles@gnu.org>
767
768 * subr.el (member-ignore-case): Return the tail of the list who's
769 car matches, like `member', not the matching element itself.
770
8f4b5f28
KH
7712000-11-29 Kenichi Handa <handa@etl.go.jp>
772
773 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
774 should not contain `\n'.
775
bebe4a2c
GM
7762000-11-28 Gerd Moellmann <gerd@gnu.org>
777
fd9ac94c 778 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 779
ba7e40eb
GM
780 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
781
75ab0c79
GM
782 * dired-aux.el (dired-do-create-files): Construct default file
783 name for dired-mark-read-file-name so that when the user enters
784 just RET, the target file will end up in the target directory.
785
bebe4a2c
GM
786 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
787 local-abbrev-table before changing buffers because it might
788 have a buffer-local binding.
789
fa6d1ca8
MB
7902000-11-28 Miles Bader <miles@gnu.org>
791
792 * simple.el (delete-horizontal-space): Handle fields more generally.
793
8d2c2642
GM
7942000-11-28 Gerd Moellmann <gerd@gnu.org>
795
796 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
797
8b31236d
DL
7982000-11-28 Dave Love <fx@gnu.org>
799
3cbd02d2
DL
800 * progmodes/ps-mode.el (ps-mode): Set comment-start and
801 comment-start-skip locally.
802
8b31236d
DL
803 * progmodes/fortran.el (fortran-mode): Don't set
804 fortran-comment-line-start-skip. Set comment-start to
805 fortran-comment-line-start.
806 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
807 (fortran-comment-line-start-skip): Simplify slightly.
808
ae4bf56d
GM
8092000-11-28 Gerd Moellmann <gerd@gnu.org>
810
17ef7534
GM
811 * play/5x5.el: Remove RCS keyword.
812
fd9ac94c 813 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 814
665b27a6
GM
8152000-11-28 Milan Zamazal <pdm@freesoft.cz>
816
817 * textmodes/tildify.el (tildify-string-alist): Add
818 `plain-tex-mode' here.
819
fe3c2ae3
GM
8202000-11-28 Colin Walters <walters@cis.ohio-state.edu>
821
822 * chistory.el (Command-history-setup): Remove extraneous `keymap'
823 reference.
824
d970106b
MB
8252000-11-28 Miles Bader <miles@gnu.org>
826
36b80a0d
MB
827 * cus-face.el (custom-face-attributes): Add post-filter function
828 for :box. Make pre-filter function for :box handle all cases.
829
d970106b
MB
830 * wid-edit.el (widget-choose): Make sure pop-up window is large
831 enough to display all the choices, as there's no way to scroll it.
832
5a2bae6c
KH
8332000-11-28 Kenichi Handa <handa@etl.go.jp>
834
835 * international/mule-conf.el: Make the coding system no-conversion
836 safe for all characters.
837
9e836e23
DL
8382000-11-27 Dave Love <fx@gnu.org>
839
8b31236d
DL
840 * net/ldap.el (ldap) <defgroup>: Add :version.
841
9e836e23
DL
842 * tooltip.el (tooltip-use-echo-area): Doc fix.
843
844 * cus-start.el <minibuffer-prompt-properties>: Add version.
845 <read-buffer-function>: Add.
846
847 * apropos.el (apropos-print): Add help-echo to active text.
848
849 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
850
4a74d071
GM
8512000-11-27 Gerd Moellmann <gerd@gnu.org>
852
853 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
854 type, group and version.
855
76058c27
EZ
8562000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
857
4a74d071 858 * select.el (x-get-selection): Docstring fix.
76058c27 859
fd9ac94c 8602000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 861
fd9ac94c 862 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 863
49060c51
AI
8642000-11-27 Andrew Innes <andrewi@gnu.org>
865
866 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
867
868 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
869
b2a8e429
MB
8702000-11-27 Miles Bader <miles@gnu.org>
871
872 * dired.el (dired-get-filename): Return filename verbatim if
873 LOCALP is `verbatim'.
874 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
875 `verbatim' so that we don't inadvertently delete a non-existant
876 directory name.
877
5ac0366d
KH
8782000-11-27 Kenichi Handa <handa@etl.go.jp>
879
880 * international/characters.el: Specify cases and syntaxes for
881 mule-unicode-0100-24ff.
882
67f1cf4c
GM
8832000-11-27 Gerd Moellmann <gerd@gnu.org>
884
885 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
886 that foreground and/or background colors of the face `tool-bar'
887 are unspecified.
888
46c56972
MB
8892000-11-27 Miles Bader <miles@gnu.org>
890
e04d21aa 891 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
892 (widget-field-end): Handle widget field `pseudo-overlays'.
893 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
894 if it's there instead of in `widget-field-list'.
895
46c56972 896 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
897 (help-make-xrefs): Delete extraneous newlines at the end of the
898 docstring.
46c56972 899
640a9cdd
JR
9002000-11-25 Jason Rumney <jasonr@gnu.org>
901
902 * startup.el (command-line): Call set-locale-environment after
903 Window System init file is read, as it can result in a call to
904 redraw-frame.
905
0b3f96d4
EZ
9062000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * simple.el (shell-command): Mention the effect of the prefix
909 argument in the doc string.
910
8da6e2a1
MB
9112000-11-25 Miles Bader <miles@gnu.org>
912
a658d039
MB
913 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
914
8da6e2a1 915 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 916 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 917
d3416cca
JR
9182000-11-24 Jason Rumney <jasonr@gnu.org>
919
920 * international/mule-cmds.el (locale-language-names): Add "jp" as
921 a non-standard alternative for Japanese.
922
17e37f53
AS
9232000-11-24 Andre Spiegel <spiegel@gnu.org>
924
925 * vc-hooks.el: Require 'cl during compilation.
926
9aa5f148
GM
9272000-11-24 Gerd Moellmann <gerd@gnu.org>
928
ba193890
GM
929 * faces.el (face-set-after-frame-default): Let face attributes
930 specified for new frames override frame parameters.
931
9aa5f148
GM
932 * startup.el (command-line): Fix computation of the source file
933 for user-init-file when user-init-file is a compiled file.
934
51a1edab
MB
9352000-11-24 Miles Bader <miles@gnu.org>
936
e04d21aa 937 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
938 (custom-post-filter-face-spec): New functions.
939 (custom-face-set, custom-face-value-create): Filter the face spec
940 before and after customization.
941 (custom-face-set): If VALUE specifies a null face, pass a
942 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
943 * cus-face.el (custom-face-attributes): Remove SET and GET
944 functions. Add some IN-FILTER and OUT-FILTER functions in the few
945 cases they're needed.
946
1ed74431
MB
947 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
948 that it's distinguishable from the :off-glyph on dark-background
949 displays. Set its background color too.
950
67ee1125
MB
951 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
952 so that people can easily turn it off.
953
7d027816 9542000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 955
7d027816 956 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 957
9aa5f148 958 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 959
9aa5f148 960 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 961
9aa5f148 962 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 963 redundant skip-small-frames test.
e04d21aa 964
9aa5f148 965 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 966 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 967
9aa5f148
GM
968 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
969 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
970 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 971 functions.
e04d21aa 972
9aa5f148 973 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 974
9aa5f148 975 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 976
f07fa1b8
KH
9772000-11-24 Kenichi Handa <handa@etl.go.jp>
978
979 * international/mule-diag.el (list-iso-charset-chars): For
980 two-byte charset, fix the `while' condition.
981 (list-non-iso-charset-chars): Fix the `while' condition.
982
ba8299ff
SM
9832000-11-23 Stefan Monnier <monnier@cs.yale.edu>
984
79372165
SM
985 * subr.el (add-hook, remove-hook): Don't call make-local-hook
986 if the variable is make-variable-buffer-local.
987
ba8299ff
SM
988 * progmodes/ada-stmt.el (ada-template-map): Initialize
989 and bind it to C-c t in ada-mode-map.
990 (ada-stmt-mode-hook): New function extracted from old code.
991 Only change the buffer-local side of skeleton-*.
992 (ada-mode-hook): Use it.
993
68a887fa
EZ
9942000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
995
996 * iswitchb.el (iswitchb-minibuf-depth): New variable.
997 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
998 we expect to be returned by minibuffer-depth once we prompt the
999 user in the minibuffer.
1000 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1001 as recorded in iswitchb-minibuf-depth, return non-nil.
1002
3b345582
EZ
10032000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1004
1005 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1006 (hscroll-window-maybe): Docstring fix.
1007
595dead2
DL
10082000-11-23 Dave Love <fx@gnu.org>
1009
1010 * rect.el (string-rectangle): Don't test delete-selection-mode.
1011
1e66b27a
GM
10122000-11-23 Gerd Moellmann <gerd@gnu.org>
1013
02790ce2
GM
1014 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1015 is in the tool bar.
1016
1e66b27a
GM
1017 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1018 with `no-dir'; we want the directory part to be able to remove
1019 it.
1020
a4caa65d
SM
10212000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1022
1023 * textmodes/outline.el (outline-flag-region):
1024 Don't bind inhibit-read-only since we don't modify the buffer.
1025 (outline-isearch-open-invisible): Don't jump to overlay-start
1026 since we're trying to unhide text around point.
1027 (outline-discard-overlays): Use dolist.
1028
1029 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1030
03e757c1
GM
10312000-11-22 Gerd Moellmann <gerd@gnu.org>
1032
e04d21aa 1033 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1034 y-or-n-p.
e04d21aa 1035
1598a961
SM
10362000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1037
1038 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1039 Fix ARG regexp to skip quoted braces.
1040 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1041 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1042 are (correctly) handled separately).
1043 Remove `caption' and `footnote' from `citations': they contain text.
1044 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1045 (latex-skeleton-end-hook): New function.
1046 (latex-mode): Use it.
1047 (tex-start-tex-marker): Remove.
1048 (tex-send-tex-command): Don't set tex-start-tex-marker.
1049 (tex-error-parse-syntax-table): New var.
1050 (tex-compilation-parse-errors): Use it.
1051 Ignore tex-start-tex-marker. Don't bother with marker-position.
1052 (tex-validate-buffer): Don't bother with marker-position.
1053
1054 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1055 (flyspell-generic-progmode-verify): Use it.
1598a961 1056
eaae8106
SS
10572000-11-22 Sam Steingold <sds@gnu.org>
1058
03e757c1
GM
1059 * simple.el (delete-trailing-whitespace): New interactive
1060 function.
e04d21aa 1061
eaae8106 1062 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1063 `ada-remove-trailing-spaces'.
eaae8106 1064 (ada-remove-trailing-spaces): Removed.
e04d21aa 1065
eaae8106 1066 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1067
1598a961
SM
1068 * textmodes/picture.el (picture-clean): Removed.
1069 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1070
a41d49e9
GM
10712000-11-22 Gerd Moellmann <gerd@gnu.org>
1072
e053c60f
GM
1073 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1074
a41d49e9
GM
1075 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1076 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1077 do anything special when jit-lock is active.
a41d49e9
GM
1078 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1079
197615f3
DL
10802000-11-22 Dave Love <fx@gnu.org>
1081
ddbfaa9f
DL
1082 * calendar/todo-mode.el (todo-top-priorities): Use
1083 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1084
ddc3c695
DL
1085 * language/chinese.el, language/cyrillic.el:
1086 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1087 * language/hebrew.el, language/indian.el, language/japanese.el:
1088 * language/korean.el, language/lao.el, language/misc-lang.el:
1089 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1090 Use provide.
1091
fb9fa98d
DL
1092 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1093 (custom-variable-set): Improve validation error mesage.
1094
197615f3
DL
1095 * rect.el (string-rectangle): Revert last change.
1096 (string-rectangle-line): New arg DELETE.
1097 (string-rectangle): Check delete-selection-mode.
1098
1099 * emacs-lisp/edebug.el (edebug-version)
1100 (edebug-maintainer-address): Deleted.
1101 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1102 (edebug-read-function): Account for other `'#' read forms.
1103 (edebug-mode-menus): Make some items toggles.
1104 (edebug-outside-unread-command-event, unread-command-event):
1105 Remove these to avoid warnings.
1106
f4117c4d
GM
11072000-11-22 David Ponce <david@dponce.com>
1108
1109 * recentf.el (recentf-menu-items-for-commands)
1110 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1111 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1112
f4117c4d
GM
1113 (recentf-build-dir-rules, recentf-dump-variable)
1114 (recentf-edit-list, recentf-open-files-item)
1115 (recentf-open-files): Replaced unnecessary `mapcar' with new
1116 built-in `mapc'.
eaae8106 1117
f8e2f3f2
MB
11182000-11-23 Miles Bader <miles@gnu.org>
1119
1120 * faces.el (menu): Make inverse-video on ttys too.
1121
4c4a541d
SM
11222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1123
1124 * simple.el (comment-line-break-function): Use the new name
1125 indent-new-comment-line -> comment-indent-new-line.
1126 (clone-indirect-buffer): Don't ignore NORECORD.
1127 (next-completion): Properly handle the case where items are adjacent.
1128
1129 * mouse.el (popup-menu): Stupid typo.
1130
980d836e
GM
11312000-11-22 Gerd Moellmann <gerd@gnu.org>
1132
60e8e0a5
GM
1133 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1134 maintainer, keywords tags.
1135
980d836e
GM
1136 * rect.el (replace-rectangle): Don't call string-rectangle-line
1137 with too many arguments.
1138
e08b2069
AS
11392000-11-22 Andre Spiegel <spiegel@gnu.org>
1140
60e8e0a5 1141 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1142 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1143 vc-locking-user, which no longer exists.
1144
1145 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1146
c6779d8d
DL
11472000-11-22 Dave Love <fx@gnu.org>
1148
1149 * md5.el (md5): Provide.
1150 (md5): Fix error call.
1151
e672fdce
MB
11522000-11-22 Miles Bader <miles@gnu.org>
1153
eaae8106 1154 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1155 (refill-fill-paragraph-at): Remove debugging code.
1156
80e24c04
MB
1157 * calendar/calendar.el (generate-calendar-window): When we don't
1158 call `fit-window-to-buffer', make sure the top line is fully visible.
1159
3a17d6cc
MB
1160 * image-file.el (insert-image-file): Don't make `read-only'
1161 property rear-nonsticky.
1162
ae1a21c6
MB
1163 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1164 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1165 stashing away its original value.
1166 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1167 in the recursive edit.
1168 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1169 (isearch-done): Restore `minibuffer-message-timeout'.
1170
e672fdce
MB
1171 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1172
3ea79df8
SM
11732000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1174
1175 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1176
1177 * find-lisp.el (find-lisp-find-files-internal):
1178 Use dolist, when and file-name-as-directory.
1179
980d836e 1180 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1181 (define-derived-mode, define-minor-mode): Add specs.
1182
1183 * window.el: General comment and spacing fixes.
1184 (save-selected-window): Use backquotes.
1185 (window-safely-shrinkable-p): New function.
1186 (shrink-window-if-larger-than-buffer): Use it.
1187
1188 * subr.el (make-local-hook): Docstring fix.
1189
1190 * shell.el (shell-mode): Use define-derived-mode.
1191
1192 * newcomment.el (comment-indent): Insert comment before calling
1193 comment-indent-function. Don't insert in column 0.
1194 (comment-dwim): Indent before inserting comment.
1195
1196 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1197 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1198 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1199 Use mapc rather than map.
1200
1201 * files.el (find-buffer-visiting): Compare all attributes before
1202 declaring two files identical (rather than just their inode-no).
1203 (auto-mode-alist): Use \' rather than $.
1204
1205 * which-func.el: Update maintainer line.
1206
1207 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1208 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1209 (uniquify-buffer-file-name): Use it.
1210
8f62f2b8
MB
12112000-11-22 Miles Bader <miles@gnu.org>
1212
1213 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1214 * simple.el (minibuffer-avoid-prompt): New function.
1215
fb279a6d
GM
12162000-11-21 Gerd Moellmann <gerd@gnu.org>
1217
1218 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1219
867092e9
MB
12202000-11-21 Miles Bader <miles@gnu.org>
1221
ef860850
MB
1222 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1223 inclusion of `track-mouse'.
1224
867092e9
MB
1225 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1226 (refill-adjust-ignorable-overlay): New function.
1227 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1228 only the paragraph's tail if possible.
1229 Update `refill-ignorable-overlay'.
1230 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1231
1232 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1233 point inside the fill-prefix.
1234
1235 * textmodes/refill.el (refill-post-command-function): Don't reset
1236 refill-doit in the case where a self-insertion command doesn't
1237 case a refill. Use `refill-fill-paragraph-at', getting position
1238 from `refill-doit'.
1239 (refill-after-change-function): Set `refill-doit' to END.
1240 (refill-fill-paragraph-at): New function, mostly from old
1241 refill-fill-paragraph.
1242 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1243 (refill-pre-command-function): New function.
1244 (refill-mode): Add it to `pre-command-hook'.
1245
ff9ab414
GM
12462000-11-20 Gerd Moellmann <gerd@gnu.org>
1247
29a01b72
GM
1248 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1249
ff9ab414
GM
1250 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1251 javadoc tags.
eaae8106 1252
885b211b
AS
12532000-11-20 Andre Spiegel <spiegel@gnu.org>
1254
1255 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1256 vc.el).
1257
eaae8106 1258 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1259 require vc.
eaae8106
SS
1260
1261 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1262 checkouts.
eaae8106 1263
d1838556
DL
12642000-11-20 Dave Love <fx@gnu.org>
1265
1266 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1267
2b69bc11 12682000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1269
2b69bc11
GM
1270 * calculator.el (calculator-paste): Use `if' instead of `and'
1271 and `or'.
1272 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1273
b95b34e5
GM
12742000-11-19 Gerd Moellmann <gerd@gnu.org>
1275
030de92f
GM
1276 * info.el (info-menu-5): Doc fix.
1277
b95b34e5
GM
1278 * textmodes/artist.el: New file.
1279
54970452
AS
12802000-11-19 Andre Spiegel <spiegel@gnu.org>
1281
eaae8106 1282 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1283 and differentiate according to checkout model.
1284 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1285 since this function is only concerned with master state.
1286
eaae8106 1287 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1288 vc-default-workfile-unchanged-p): Moved here from vc.el.
1289
eaae8106 1290 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1291 vc-default-workfile-unchanged-p): See above.
1292
e5a9dabf
MB
12932000-11-19 Miles Bader <miles@gnu.org>
1294
1295 * image-file.el (insert-image-file): Make `intangible' and
1296 `read-only' properties rear-nonsticky too.
1297
24127af0
GM
12982000-11-18 Gerd Moellmann <gerd@gnu.org>
1299
d392e9c5 1300 * ps-print.el: Update copyright notice.
eaae8106 1301
d392e9c5
GM
1302 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1303 (tooltip-show): Use the offsets.
1304
24127af0 1305 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1306 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1307 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1308
2b69bc11 13092000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1310
2b69bc11
GM
1311 * ps-print.el (toplevel): Test for find-coding-system being
1312 fboundp before calling ps-x-find-coding-system.
08ea6f17 1313
66321b2f
SM
13142000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1317 (vc-version-backup-file): Docstring fix.
1318
046110c6
GM
13192000-11-16 Gerd Moellmann <gerd@gnu.org>
1320
4104194e
GM
1321 * files.el (basic-save-buffer): Don't add a newline if
1322 find-file-literally is non-nil.
1323 (find-file-literally): Extend doc string.
1324
046110c6
GM
1325 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1326 sort(1) with the `-f' argument.
1327
6505c16e
AS
13282000-11-16 Andre Spiegel <spiegel@gnu.org>
1329
fd063975
AS
1330 * vc.el: Updated backend documentation.
1331 (vc-default-check-headers): New function.
1332
3d02dd81 1333 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1334
1335 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1336 up-to-date.
eaae8106 1337 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1338 the minibuffer is not active.
fd063975 1339
eaae8106 1340 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1341 `vc-cvs-use-edit' is on.
eaae8106
SS
1342 (vc-cvs-checkout): When this is used for reverting the workfile,
1343 make a backup of the original contents and revert to that in case
8791d617 1344 of error.
eaae8106 1345 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1346 remote repositories.
eaae8106 1347
6505c16e
AS
1348 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1349 for both version and ratio in the minibuffer.
fd063975 1350
eaae8106 1351 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1352 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1353
a13f0660
KH
13542000-11-16 Kenichi Handa <handa@etl.go.jp>
1355
1356 * international/quail.el (quail-start-translation): Don't call
1357 `message' before reading key sequence.
1358
1389a414
MB
13592000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1360
1361 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1362
9256a532
KH
13632000-11-16 Kenichi Handa <handa@etl.go.jp>
1364
1365 * window.el (fit-window-to-buffer): Be sure to acquire at least
1366 one text line even if the buffer is empty.
1367
0e14fe9f
GM
13682000-11-16 Gerd Moellmann <gerd@gnu.org>
1369
eaae8106 1370 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1371 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1372 ange-ftp-process-verbose to nil.
1373
da645c53
DL
13742000-11-15 Dave Love <fx@gnu.org>
1375
233d5cde
DL
1376 * wid-edit.el (widget-specify-field, widget-specify-button): If
1377 :help-echo is a function, set help-echo of overlay to
1378 widget-mouse-help.
1379 (widget-mouse-help): New function.
1380 (widget-echo-help): Rewritten for :help-echo functions only taking
1381 a widget arg.
1382
b12057b9
DL
1383 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1384 display-graphic-p.
1385 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1386 and that JPEG is available.
1387 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1388
da645c53
DL
1389 * international/mule-cmds.el (locale-charset-language-names):
1390 Match @euro.
1391
6d133d1f
GM
13922000-11-15 Gerd Moellmann <gerd@gnu.org>
1393
1394 * faces.el (face-set-after-frame-default): If
0e14fe9f 1395 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1396 default face from X resources.
1397
49ac2ac5
EZ
13982000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1401 Don't set EMACSLOADPATH.
1402
4fb0a34c
EZ
14032000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1404
1405 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1406 texinfo-insert-@url.
1407 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1408 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1409
bb304a7a
SM
14102000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1411
82bc80bf
SM
1412 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1413 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1414 (checkdoc-minor-keymap): Backward compatibility.
1415 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1416 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1417 (checkdoc-this-string-valid-engine): Be a bit more strict
1418 to avoid matching substrings of `...' quoted vars/funs.
1419 (checkdoc-defun-info): Only look for `interactive' if alone.
1420 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1421
e8c87124
SM
1422 * progmodes/compile.el (grep): `tag-default' can be nil.
1423
bb304a7a
SM
1424 * newcomment.el (comment-indent): Paren typo.
1425
8628686a
DL
14262000-11-14 Dave Love <fx@gnu.org>
1427
25c269ef
DL
1428 * calculator.el: New maintainer version.
1429
66321b2f 1430 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1431
8628686a
DL
1432 * cmuscheme.el: Doc fixes.
1433 (cmuscheme) <defgroup>: Use `scheme' as parent.
1434 (cmuscheme-program-name): Remove. Change uses to
1435 scheme-program-name.
1436
1437 * xscheme.el (scheme-program-name): Don't define here.
1438
1439 * progmodes/scheme.el (scheme-program-name): New variable
1440 (originally in cmuscheme).
1441
88f0a1eb
MB
14422000-11-14 Miles Bader <miles@gnu.org>
1443
1444 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1445 Handle header-lines. Don't loop forever if we can't enlarge the
1446 window anymore. Simplify a bit.
1447
cd9a000c
KH
14482000-11-14 Kenichi Handa <handa@etl.go.jp>
1449
1450 * window.el (fit-window-to-buffer): Don't check
1451 window-text-height. Assure that the last line is fully visible.
1452
1453 * international/quail.el (quail-show-guidance-buf): Call
1454 fit-window-to-buffer to assure the enough height of the guidance
1455 buffer.
1456 (quail-update-guidance): Avoid making the guidance buffer shorter.
1457
d3fcda22
SM
14582000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1459
bdbd9606
SM
1460 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1461 rather than `prepend' and add an interesting comment.
1462 (tex-math-face, tex-font-lock-syntactic-face-function):
1463 New face and function to use it.
1464 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1465 than `menu-enable' symbol property.
1466 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1467 (tex-mode): Add some latex-mode commands for auto-selection.
1468 Use tex-font-lock-syntactic-face-function.
1469 (tex-insert-quote): Simplify.
1470 (tex-shell): New mode.
1471 (tex-start-shell): Use it.
1472 (tex-shell-proc, tex-shell-buf): New functions.
1473 (tex-send-command): Use it.
1474 (tex-main-file): Fix the meaning of the new arg REALFILE.
1475 (tex-send-tex-command): New function split from `tex-start-tex'.
1476 Set compilation-last-buffer and compilation-parsing-end.
1477
d3fcda22
SM
1478 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1479 when it follows non-comment text on the line.
1480
1481 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1482 Set font-lock-defaults.
1483 (lisp-mode-shared-map): Init inside the defvar.
1484 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1485 Use define-derived-mode.
1486
bdab1d43
MB
14872000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1488
1489 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1490
936ae731
GM
14912000-11-14 Gerd Moellmann <gerd@gnu.org>
1492
1493 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1494 recursively optimize body because that can lead to infinite
1495 recursion; see comment there.
1496
1695ca2b
EZ
14972000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1498
1499 * faces.el (face-spec-set-match-display): Revert the change from
1500 2000-10-24. Add a FIXME for after v21.1.
1501
9d348294
MB
15022000-11-13 Miles Bader <miles@gnu.org>
1503
1504 * textmodes/fill.el (skip-line-prefix): New function.
1505 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1506 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1507 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1508 point inside the fill-prefix.
9d348294 1509
b85fa13c
MB
15102000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1511
1512 * calendar/calendar.el (generate-calendar-window): Use
1513 `fit-window-to-buffer'.
1514
a0b47716
SM
15152000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * gud.el (gud-minor-mode): New var.
1518 (gud-symbol, gud-val): New functions.
1519 (gud-find-file): Copy gud-minor-mode to the new buffer.
1520 (gud-menu-map): Include entries for commands that are not always
1521 available, using :enable to (de)activate them.
1522 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1523 (gud-mode-map): New map.
eaae8106 1524 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1525 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1526 Don't set up gud's menu (it's done by the minor-mode).
1527 (gud-minibuffer-local-map): New.
1528 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1529 (gud-query-cmdline): New function.
1530 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1531 (gud-mode): Use define-derived-mode.
1532 Don't set up gud's menu (it's done by the minor-mode).
1533 (gud-chop-words): Remove.
1534 (gud-common-init): Use split-string instead.
1535 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1536
1537 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1538 Add keyword arg :name.
1539
1540 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1541 (diff-count-matches, diff-split-hunk): New functions.
1542 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1543
1544 * pcvs-info.el (cvs-fi-conflict-face): New var.
1545
1546 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1547 Make it into a simple syntax-table, shared among all submodes.
1548 (sh-heredoc-face): Re-introduce.
1549 (sh-font-lock-syntactic-face-function): New function.
1550 (sh-mode): Use it. Also use define-derived-mode.
1551 Remove old bogus setting of indent-region-function.
1552 (sh-set-shell): Don't set the syntax-table any more.
1553 (sh-mode-syntax-table) <defun>: Remove.
1554
f5ed37df
MB
15552000-11-12 Miles Bader <miles@gnu.org>
1556
1557 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1558 message if interactive.
1559
0b074c2f
DL
15602000-11-12 Dave Love <fx@gnu.org>
1561
1562 * mail/feedmail.el: Fix header,
1563 (feedmail) <defgroup>: Add :link.
1564
1565 * view.el: Use local-map property, not keymap on mode-line string.
1566
1567 * scroll-all.el (scroll-all-mode): Customize variable. Add
1568 autoload cookie to function.
1569
1570 * lazy-lock.el: Remove compatibility code.
1571
1572 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1573 (finder-help-echo): New variable.
1574 (finder-mouse-face-on-line): Add help-echo stuff.
1575 (finder-list-keywords, finder-list-matches): Use mapc.
1576
1577 * faces.el (face-font-registry-alternatives): Add :version.
1578
1579 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1580 tags-table-list.
1581
a0b47716 1582 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1583
a0b47716 1584 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1585 (mail-mode): Use [:alnum:] in some regexps.
1586
6d502396
DL
15872000-11-10 Dave Love <fx@gnu.org>
1588
1589 * ediff.el (ediff-regions-internal, ediff-documentation):
1590 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1591 fundamental mode.
1592
1593 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1594 buffer into fundamental mode.
1595 (ediff-set-difference): Use copy-sequence if available.
1596
1597 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1598 ediff-patch-map non-nil.
1599 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1600 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1601 buffer into fundamental mode.
1602
1603 * ediff-merg.el (state-or-merge): Defvar when compiling.
1604
a82fe213
JR
16052000-11-10 Jason Rumney <jasonr@gnu.org>
1606
1607 * w32-fns.el (w32-add-charset-info): New function.
1608 (w32-charset-info-alist): Use it.
1609
52d89894
GM
16102000-11-10 Gerd Moellmann <gerd@gnu.org>
1611
1612 * faces.el (face-font-registry-alternatives): New user-option.
1613
178932de
SM
16142000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1615
d7fa3319
SM
1616 * textmodes/texinfo.el (texinfo-block-default): New var.
1617 (texinfo-insert-block): Use it. Insert a newline if needed.
1618
178932de
SM
1619 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1620 (fill-region-as-paragraph): Use it.
1621
1622 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1623 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1624 Tweak paragraph regexps to allow a leading [ \t]*.
1625 (tex-latex-block): Insert a newline if necessary.
1626 (latex-insert-item): Only insert a newline if necessary.
1627 (tex-guess-main-file): New function.
1628 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1629 Set tex-main-file if TeX-master is provided.
1630 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1631
bd02b8e0
GM
16322000-11-10 Gerd Moellmann <gerd@gnu.org>
1633
1634 * startup.el (command-line): Set the default tooltip-mode
1635 to t for graphical displays which implement x-show-tip.
1636
1637 * tooltip.el (tooltip-mode): Add a comment about startup.el
1638 setting the default value of this user-option.
1639
b29b03eb
SM
16402000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * font-lock.el (font-lock-*-face) <defvar>: Move.
1643 (font-lock-defaults-alist): Mark obsolete.
1644 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1645 (font-lock-mode): Use define-minor-mode.
1646 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1647 (font-lock-turn-off-thing-lock): Be more explicit.
1648 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1649 (font-lock-syntactic-face-function): New var.
1650 (font-lock-fontify-syntactically-region): Use it.
1651 (font-lock-doc-face): New.
1652
1653 * pcvs.el (cvs-enabledp): Ignore errors.
1654 (cvs-commit-filelist): Never query.
1655 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1656 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1657 (cvs-do-removal): Use cvs-partition rather than delete-if.
1658 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1659 cvs-bury-buffer.
1660
1661 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1662 Allow `next' to jump to after the end of the last match.
1663
778fbc46
GM
16642000-11-09 Gerd Moellmann <gerd@gnu.org>
1665
730c746c
GM
1666 * simple.el (byte-compiling-files-p): New function.
1667
1668 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1669 if it is there.
1670
1671 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1672 nil again.
1673
778fbc46
GM
1674 * textmodes/ispell.el (ispell-library-path): Don't call
1675 check-ispell-version when byte-compiling because that starts
1676 an ispell process, and ispell might not be installed.
1677 (toplevel): Don't set up a menu when byte-compiling.
1678
1679 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1680 it, so that a boundp test can be used to determine if we're
1681 currently byte-compiling.
1682
5912c5bb
DL
16832000-11-09 Dave Love <fx@gnu.org>
1684
1685 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1686 eval-after-load.
1687
7bb054a5
GM
16882000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1689
1690 * ps-print.el: Patch for variable initialization when spooling. Doc
1691 fix.
1692 (ps-output-list): Fun eliminated.
1693 (ps-begin-file, ps-begin-job): Code fix.
1694
9db2706e
DL
16952000-11-08 Dave Love <fx@gnu.org>
1696
1697 * ediff-wind.el (ediff-control-frame-parameters): Zero
1698 tool-bar-lines.
1699
f7eb32aa
GM
17002000-11-08 Gerd Moellmann <gerd@gnu.org>
1701
1702 * simple.el (shell-command, display-message-or-buffer)
1703 (shell-command-on-region): Mention resize-mini-windows in the doc
1704 string.
1705 (display-message-or-buffer): Take the value of resize-mini-windows
1706 into account.
1707
7b01b08c
GM
17082000-11-07 Gerd Moellmann <gerd@gnu.org>
1709
acad3c0b
GM
1710 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1711
7b01b08c
GM
1712 * dired.el (dired-between-files): Add `^. find' as an alternative
1713 to the regular expression, for find-dired.
1714
6f602bd0
SM
17152000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1716
1717 * textmodes/texnfo-upd.el: Require texinfo.
1718 (defmacro, defgroup): Remove.
1719 (texinfo-section-to-generic-alist): Remove.
1720 Use texinfo-section-list instead (i.e. level is changed string->int).
1721 (texinfo-filter): New function.
1722 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1723 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1724 Use it. And use regexp-opt.
1725 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1726 (texinfo-update-menu-region-beginning)
1727 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1728 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1729 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1730 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1731 (texinfo-sequential-node-update): Remove autoload cookie.
1732
1733 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1734 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1735 (texinfo-chapter-level-regexp): Remove.
1736 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1737
bb216218
DL
17382000-11-06 Dave Love <fx@gnu.org>
1739
6f602bd0 1740 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1741
6f602bd0
SM
1742 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1743 Match defun*.
bb216218 1744
ff8dd5d5
KH
17452000-11-06 Kenichi Handa <handa@etl.go.jp>
1746
1747 * composite.el (composition-function-table): Variable declaration
1748 moved to src/composite.c.
1749 (compose-chars-after): New optional arg object.
1750
e9da51a1
GM
17512000-11-06 Gerd Moellmann <gerd@gnu.org>
1752
e0c12c68
GM
1753 * bindings.el (mode-line-toggle-read-only)
1754 (mode-line-toggle-modified, mode-line-widen)
1755 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1756 (make-mode-line-mouse2-map): Rewritten.
1757 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1758 functions so that C-h k can show something with a doc string.
eaae8106 1759
e9da51a1
GM
1760 * startup.el (fancy-splash-delay): Set to 10 seconds.
1761 (fancy-splash-max-time): New user-option.
1762 (fancy-splash-stop-time): New variable.
1763 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1764 (fancy-splash-screens-1): Throw `stop-splashing' when current
1765 time is greater than fancy-splash-stop-time.
1766
611dbdf0
SM
17672000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1768
4d2806e2
SM
1769 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1770
611dbdf0
SM
1771 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1772 Prompt user for a file rather than raising an error.
1773 (cvs-enabledp): Fix call to cvs-mode-marked.
1774 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1775 (cvs-mode-insert): Use it. Change the init prompt' value.
1776 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1777
1778 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1779 Don't pass default arg to ewoc-locate.
1780 (ewoc-collect): Return result in the right order.
1781
1782 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1783
1784 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1785 (cvs-status-get-tags): Fix regexp.
1786 (cvs-status-trees, cvs-status-cvstrees):
1787 Combine after change hooks and don't sit-for.
4d2806e2
SM
1788 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1789 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1790 Use make-char rather than hard-coded cryptic data.
1791 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1792
1793 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1794
1795 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1796 (cvs-insert-strings): New function.
1797
937b2877
MB
17982000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1799
1800 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1801 `mwheel-scroll-amount'.
1802 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1803 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1804 string-matching against the version string.
1805
c6c97763
KH
18062000-11-06 Kenichi Handa <handa@etl.go.jp>
1807
6eaec747
KH
1808 * language/thai.el ("Thai"): Set a lisp form that produces
1809 composed string in `sample-text' language info.
1810
1811 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1812 composed string in `sample-text' language info.
1813
1814 * international/mule-cmds.el (describe-language-environment): Eval
1815 `sample-text' data and insert the result.
1816
c6c97763
KH
1817 * international/mule-conf.el (compound-text): Define this coding
1818 system here. Make x-ctext and ctext aliases of it.
1819
1820 * language/european.el (compound-text, ctext): Moved to
1821 international/mule-conf.el.
1822
d1145f85
AI
18232000-11-05 Andrew Innes <andrewi@gnu.org>
1824
1825 * w32-fns.el (w32-version): New function.
1826
178a6a45
SM
18272000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1828
1829 * progmodes/awk-mode.el: Update copyright.
1830 (awk-mode-abbrev-table): Remove.
1831 (awk-font-lock-keywords): Use regexp-opt.
1832 (awk-mode): Use define-derived-mode.
1833
1834 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1835 when extracting a suffix.
1836
1ba90166
AS
18372000-11-04 Andre Spiegel <spiegel@gnu.org>
1838
1839 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1840 auto-save-mode.
1841
546790cb
JR
18422000-11-04 Jason Rumney <jasonr@gnu.org>
1843
1844 * language/european.el (decode-mac-roman): Test against r1 not r0.
1845
d247e32d
SM
18462000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1847
fbf44f44
SM
1848 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1849 (icon-mode): Define indent-line-function.
1850 (icon-comment-indent): Simplify.
1851 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1852
1853 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1854
1855 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1856 Bind change-log-default-mode to defeat the caching done on it.
1857 Don't bother saving excursion any more.
1858
1859 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1860
1861 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1862 (set-frame-font): Use the new name (and the old for compatibility).
1863
eaae8106
SS
1864 * toolbar/tool-bar.el (tool-bar-mode):
1865 * time.el (display-time-mode):
1866 * recentf.el (recentf-mode):
1867 * paren.el (show-paren-mode):
1868 * mwheel.el (mouse-wheel-mode):
1869 * msb.el (msb-mode):
1870 * jka-compr.el (auto-compression-mode):
1871 * image-file.el (auto-image-file-mode):
1872 * hl-line.el (hl-line-mode):
1873 * delsel.el (delete-selection-mode):
1874 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1875 * complete.el (partial-completion-mode): Drop unneeded positional args.
1876
eaae8106 1877 * info.el (Info-mode):
79372165 1878 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1879
d247e32d
SM
1880 * log-edit.el (log-edit-menu): New menu.
1881
4921558e
MB
18822000-11-03 Miles Bader <miles@gnu.org>
1883
1884 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1885 definition, so that trailing spaces are handled properly.
1886 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1887
1fc02b3c
GM
18882000-11-03 Gerd Moellmann <gerd@gnu.org>
1889
1890 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1891 tab character.
1892 (fancy-splash-screens): Set tab-width to 20.
1893
51d001f7
DL
18942000-11-03 Dave Love <fx@gnu.org>
1895
1896 * comint.el (comint-completion-addsuffix): Fix custom type.
1897
ba22aeff
SM
18982000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1899
1900 * font-lock.el (font-lock-buffers): Remove.
1901 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1902 (font-lock-change-major-mode): Remove.
1903 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1904 (font-lock-default-fontify-region): Extend the multiline
1905 fontification to whole lines.
1906 (font-lock-fontify-anchored-keywords)
1907 (font-lock-fontify-keywords-region): If matching just one
1908 line (with \n) only mark the \n as multiline.
1909
1910 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1911 Correctly handle the case where several :group args are supplied.
1912 Allow :extra-args.
1913 (easy-mmode-define-global-mode): Allow :extra-args.
1914 Correctly handle the case where several :group args are supplied.
1915
9c887ada
MB
19162000-11-02 Miles Bader <miles@gnu.org>
1917
eaae8106 1918 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1919 (holiday-face): Remove dependency on `window-system'.
1920
7f25090d
KR
19212000-11-02 Ken Raeburn <raeburn@gnu.org>
1922
1923 * Makefile.in (emacs): Set EMACSLOADPATH always.
1924 (update-authors, .el.elc, compile-files): Don't do it explicitly
1925 here.
9b911107 1926 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1927
7dd6009c
DL
19282000-11-02 Dave Love <fx@gnu.org>
1929
1930 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1931
94821e4f
EZ
19322000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1933
1934 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1935 punctuation in the warning inserted into the *mail* buffer.
1936
1ac3fc42
GM
19372000-11-02 Gerd Moellmann <gerd@gnu.org>
1938
57731876
GM
1939 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1940 (authors-public-domain-p): New function.
1941 (authors-print): Use it.
1942
975f82c9
GM
1943 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1944
1ac3fc42
GM
1945 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1946
4b3eb10f
GM
19472000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1948
975f82c9 1949 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1950 (ps-print-version): New version number (6.3.1).
1951 (ps-even-or-odd-pages): Customization fix.
1952 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1953 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1954 (ps-page-count): Var replaced by `ps-page-column'.
1955 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1956 (ps-print-sheet-p): New fun.
1957
7da794df
MB
19582000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1959
1960 * tooltip.el (tooltip-gud-tips-setup): New function.
1961 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1962 (tooltip-mode): Call tooltip-gud-tips-setup.
1963 (tooltip-gud-tips): Use `gud-basic-call' instead of
1964 process-send-string, so the prompt gets frobbed appropriately.
1965 Handle nil return value from `tooltip-gud-print-command'.
1966
0e40b809
EL
19672000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1968
1969 * comint.el (comint-add-to-input-history): New function.
1970 (comint-send-input): Use `comint-add-to-input-history'.
1971
50ada0db
MB
19722000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1973
973a3104
MB
1974 * info.el (info-menu-header): New face.
1975 (Info-fontify-menu-headers): New function.
1976 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1977
50ada0db
MB
1978 * info.el (Info-insert-dir): Don't include blank lines at
1979 beginning of additional dir files (one is added automatically).
1980
bff53411
SM
19812000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1982
1983 * emacs-lisp/easy-mmode.el (define-minor-mode):
1984 Revert the latest changes.
1985 Allow the three positional arguments to be skipped and replaced
1986 by keyword arguments.
1987 Add a :toggle argument to determine whether a nil arg means toggle
1988 or means turn-on. The default is unchanged.
1989 Add a call to force-mode-line-update.
1990
6b8a0b2d
DL
19912000-11-01 Dave Love <fx@gnu.org>
1992
1993 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1994 cookie.
1995
5bf99100
MB
19962000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1997
1998 * calendar/calendar.el (diary-face, holiday-face): Add
1999 dark-background variants.
2000
a4032611
SS
20012000-10-31 Sam Steingold <sds@gnu.org>
2002
2003 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2004 `tex-main-file' does not have directory in it.
2005
c286608e
SM
20062000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2007
2008 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2009
4836835a
TTN
20102000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2011
2012 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2013 functional change.
2014
26dcb81b
GM
20152000-10-31 Gerd Moellmann <gerd@gnu.org>
2016
2017 * files.el (find-file-noselect): When we expand a wildcard, return
2018 a list of buffers, as we should do according to the doc string.
2019
49fc4500
KR
20202000-10-31 Ken Raeburn <raeburn@gnu.org>
2021
2022 * loadup.el (top level): Adjust load path if program name is
2023 "../src/bootstrap-emacs", in case it's not dumped and thus the
2024 load path adjustment hasn't already been done.
2025
ea0c615d
GM
20262000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2027
2028 * ps-print.el: Fix bug on selected pages for printing. Use
2029 `color-values' for Emacs 21. Ensure fontification when jit-lock
2030 is on. Try to avoid warning messages when compiling. Doc Fix.
2031 (ps-print-version): New version number (6.3).
2032 (ps-color-device): Use `color-values' to determine if device
2033 supports color.
2034 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2035 (ps-print-page-p): Changed from defsubst to defun.
2036 (ps-page-number): Changed from defmacro to defun.
2037 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2038 printing.
c286608e 2039 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2040 (ps-end-file, ps-dummy-page): Funs eliminated.
2041 (ps-print-color-scale): Changed default value.
2042 (ps-page-n-up, ps-print-page-p): New internal vars.
2043 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2044 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2045
9e20722f
GM
2046 * delim-col.el: Little programming improvement.
2047 (delimit-columns-str): New macro.
2048 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2049
d7a0fd00
KH
20502000-10-31 Kenichi Handa <handa@etl.go.jp>
2051
c286608e
SM
2052 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2053 Moved to european.el.
d7a0fd00
KH
2054 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2055 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2056 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2057 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2058
234be340
DL
20592000-10-30 Dave Love <fx@gnu.org>
2060
2061 * progmodes/cc-menus.el (imenu-generic-expression)
2062 (imenu-progress-message): Only defvar when compiling.
2063
4edc4a39
DL
2064 * emacs-lisp/elp.el (elp-unload-hook): New function.
2065
2066 * loadhist.el (unload-feature): Call elp-restore-function,
2067 checking for symbols; don't use elp-restore-all.
2068 (loadhist-hook-functions): Doc fix.
2069
70c825df
SM
20702000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2071
2072 * log-edit.el (log-edit-confirm): Fix the default.
2073
1d3baf74
GM
20742000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2075
2076 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2077 delimit-columns-format.
2078 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2079
1ec321a7
MB
20802000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2081
2082 * comint.el (comint-replace-by-expanded-history): Don't use
2083 comint-get-old-input (we're not looking at *old* input).
2084 (comint-get-old-input-default): If using fields, signal an error
2085 when the point is not in an input field.
2086
70737ea9
KH
20872000-10-30 Kenichi Handa <handa@etl.go.jp>
2088
2089 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2090 and mule-unicode-e000-ffff.
2091
fa0cb51d 2092 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2093 (make-coding-system): Accept a symbol of translation table as a
2094 value of property `safe-chars'.
2095
2096 * international/mule-cmds.el (encode-coding-char): Check property
2097 safe-chars instead of safe-charsets.
2098
2099 * international/fontset.el (fontset-default): Modified for
2100 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2101 (x-font-name-charset-alist): Likewise.
2102 (ccl-encode-unicode-font): New CCL program. Record it in
2103 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2104
70c825df
SM
2105 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2106 New translation tables.
70737ea9
KH
2107 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2108 programs are modified and moved from mac-win.el.
2109 (mac-roman): Definition of this coding system is modified and
2110 moved from mac-win.el.
4836835a 2111
fda2ce24 21122000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2113
1d3baf74 2114 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2115 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2116
dd4d3cb6
MB
21172000-10-29 Miles Bader <miles@gnu.org>
2118
2119 * custom.el (custom-add-to-group): Allow multiple entries for a
2120 given value OPTION, as long as their widget types are different.
2121 * cus-edit.el (custom-face-value-create): If face name doesn't end
2122 with "face", add such here (similar to custom group widgets).
2123
2124 * comint.el (comint-highlight-prompt): Add :type.
2125
dace60cf
JW
21262000-10-28 John Wiegley <johnw@gnu.org>
2127
2128 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2129 Changed this function to operate on a temporary buffer instead of
2130 the main buffer. This not only keeps flyspell from marking a
2131 buffer as changed that wasn't, but it solves the jumpy cursor
2132 problem when attempts are made to edit incorrect words.
2133 (flyspell-maybe-correct-doubling): Same change as for
2134 `flyspell-maybe-correct-transposition'.
2135
2136 * calendar/timeclock.el (timeclock-log): Doc fix.
2137 (timeclock-last-event): Doc fix.
2138 (timeclock-log): Kill the timelog buffer after appending a new
2139 event.
2140 (timeclock-find-discrep): Use a temp buffer to read in the
2141 timelog, instead of visiting the file.
2142 (timeclock-log-data): A new function, along with a host of helper
2143 functions, for the purpose of making timelog data accessible to
2144 programmers.
2145
2146 * eshell/esh-mode.el (window-height test): Make certain that
2147 `eshell-stringify-t' is non-nil.
2148 (eshell-password-prompt-regexp): Changed to a much simpler
2149 password regexp.
2150 (eshell-send-input): If `eshell-invoke-directly' returns t,
2151 directly invoke the parsed command using `eval'. This improves
2152 turn-around time on simple commands by a factor of three or
2153 greater, such as cd, ls, pwd, etc. -- which get used very often.
2154 It also conserves thousands of cons cells per call (since
2155 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2156 in the Pacific Cookie Company).
2157
2158 * eshell/esh-test.el (eshell-test): Whitespace fix.
2159
2160 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2161 `eshell-ls-initial-args' nil when inserting directory contents.
2162
2163 * eshell/em-script.el (eshell-script-initialize): Add names to
2164 `eshell-complex-commands, since `source' and `.' are complex.
2165
0467b076
EZ
2166 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2167 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2168 `eshell-copy-handles'.
2169 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2170 bodies.
2171 (eshell-separate-commands): Whitespace fix.
2172 (eshell-complex-commands): Added a new list of names, for
2173 determining whether a given command is as simple as it looks.
2174 (eshell-invoke-directly): New function. Returns t if a command
2175 should be invoked directly (using `eval'), rather than indirectly
2176 using `eshell-do-eval'.
2177 (eshell-do-eval): Whitespace fix.
2178
2179 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2180 which provides an emulation of the DOS shell behavior of assuming
2181 that cp/mv/ln should copy/move/link to the current directory.
2182 (eshell-remove-entries): Added a doc string.
2183 (eshell-shuffle-files): Removed the check for `target' being null.
2184 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2185 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2186 it to do a smarter check of whether a destination was provided.
2187 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2188 (eshell/ln): Enable `:preserve-args', and use
2189 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2190 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2191 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2192 list after flattening it. This makes it possible to cat files
2193 with numerical names.
2194 (eshell-unix-initialize): Added several names to
2195 `eshell-complex-commands.
2196 (eshell-unix-command-complex-p): Return t if a given command name
2197 may result in external processes being invoked.
2198
2199 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2200 variable nil by default, since it slows down glob processing by a
2201 factor of two or more, and increases memory consumption.
2202
2203 * eshell/em-smart.el: Added a note about how memory consumptive
2204 smart display mode can be (at least this is true in Emacs 21).
2205 (eshell-smart-initialize): Whitespace fix.
2206 (eshell-refresh-windows): Use `if' instead of `when'.
2207 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2208 not necessary.
2209 (eshell-currently-handling-window): Added a missing global
2210 variable.
2211
2212 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2213 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2214 Whitespace fix.
2215 (eshell-ls-exclude-hidden): Added this variable in addition to
2216 `eshell-ls-exclude-regexp'. This one prevents files beginning
2217 with . from even being read, which can improve memory consumption
2218 quite a bit.
2219 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2220 read file entries beginning with a dot. In home directories with
2221 lots of hidden files, fully two-thirds of the time spent in ls is
2222 used to read directory entries that are immediately thrown away.
2223 (eshell-ls-initial-args): Added back this configuration variable,
2224 for specifying default initial arguments to every call to ls.
2225 Much faster than using an alias to do the same thing.
2226 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2227 (eshell-ls-dir): Whitespace change.
2228
2229 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2230
2231 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2232 available.
2233 (eshell-stringify-t): Added a customization variable, to indicate
2234 whether `t' should be rendered as a string at all. If not, one
2235 can still determine if the result of an expression is true using
2236 "file-exists-p FILE && echo true".
2237 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2238 stringify t!
2239
2240 * eshell/esh-module.el: Whitespace fix.
2241
2242 * eshell/em-alias.el (eshell-alias-initialize): Added
2243 `eshell-command-aliased-p' to `eshell-complex-commands'.
2244 (eshell-command-aliased-p): New function that returns t if a
2245 command name names an aliased.
2246
657f9cb8 22472000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2248
0467b076 2249 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2250 redrawing the screen when changing cursor color.
0467b076
EZ
2251 (viper-insert-state-pre-command-sentinel)
2252 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2253 (viper-replace-state-post-command-sentinel):
2254 Use viper-preserve-cursor-color.
657f9cb8
MK
2255 Many functions changed to use viper= instead of = when comparing
2256 characters.
0467b076 2257 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2258 working with characters.
0467b076 2259 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2260 Many functions changed to use viper= instead of = when comparing
2261 characters.
0467b076 2262 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2263
0467b076 2264 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2265 Several typos fixed in various docstrings.
0467b076
EZ
2266 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2267 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2268 hook.
0467b076
EZ
2269 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2270 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2271 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2272 (ediff-get-selected-buffers): New function.
2273 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2274 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2275 save-window-excursion.
0467b076 2276 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2277 termination check in while loop.
0467b076 2278 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2279 dired buffer.
0467b076
EZ
2280 (ediff-files,ediff-merge-files,ediff-files3)
2281 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2282
4f490d99
DL
22832000-10-28 Dave Love <fx@gnu.org>
2284
2285 * info.el (Info-fontify-node): Add help-echo for menu items.
2286
45b84006
EZ
22872000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2288
5ebc02b3
EZ
2289 * startup.el (normal-top-level): If the value of $TERM indicates
2290 we are running from xterm or one of its work-alikes, default to a
2291 light background mode.
2292
45b84006
EZ
2293 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2294 * faces.el (tty-handle-reverse-video): New function.
2295 (tty-create-frame-with-faces): Call it.
2296
2297 * frame.el (frame-notice-user-settings): Don't apply
2298 default-frame-alist and initial-frame-alist to MS-DOS frames.
2299 Call tty-handle-reverse-video, frame-set-background-mode, and
2300 face-set-after-frame-default for non-MS-DOS frames.
2301
2302 * startup.el (tty-long-option-alist): New variable.
2303 (tty-handle-args): New function.
2304 (command-line): Call tty-handle-args.
2305
2306 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2307 startup.el now does that for all character-terminal frames.
2308
eab6e8b9
MB
23092000-10-28 Miles Bader <miles@gnu.org>
2310
2311 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2312 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2313 global. If :global is followed by a non-nil but non-t value,
2314 make the mode buffer-local, but also generate a `global-MODE'
2315 version using `easy-mmode-define-global-mode'. Add
2316 :conditional-turn-on keyword argument.
2317
51a29efc
DL
23182000-10-28 Dave Love <fx@gnu.org>
2319
2320 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2321 use window-system.
2322
d71d7114
EZ
23232000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2326 Don't call find-buffer-file-type-coding-system. Instead, just
2327 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2328 if the file is on an untranslated filesystem.
2329 (add-untranslated-filesystem): Use "D" instead of "f" inside
2330 interactive.
2331
1f9cab4b
DL
23322000-10-27 Dave Love <fx@gnu.org>
2333
70c825df 2334 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2335 (refill-mode): Use it.
2336
70c825df
SM
23372000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2338
2339 * international/quail.el (quail-activate): Don't make-local-hook.
2340
7432cf10
AS
23412000-10-27 Andre Spiegel <spiegel@gnu.org>
2342
4836835a 2343 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2344 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2345 (vc-make-version-backup): Don't do it on MS-DOS without long file
2346 names.
4836835a 2347
7432cf10
AS
2348 * vc.el (vc-version-other-window): If an automatic backup of the
2349 desired version exists, rename it instead of copying it.
2350
4836835a
TTN
2351 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2352 after command. If there's an unexpected error, signal it instead
7432cf10 2353 of being silent.
e1483c38 2354 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2355
05ea7ef2
MB
23562000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2357
fd1035aa
MB
2358 * shell.el (shell): Add BUFFER argument.
2359 * comint.el (make-comint-in-buffer): New function.
2360 (make-comint): Use it.
2361
05ea7ef2
MB
2362 * faces.el (face-spec-choose): Change syntax so that the list of
2363 attribute-value pairs is now the cdr of each clause, not the cadr.
2364 Detect old-style entries, and handle them. Use pop.
2365
835a55fe
SM
23662000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2367
f5ab1cdd
SM
2368 * cus-edit.el (custom-mode-map): Use a sparse map.
2369 (custom-mode): Don't bother with make-local-hook.
2370
2371 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2372
835a55fe
SM
2373 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2374
c13b0ec8
GM
23752000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2376
2377 * ps-print.el: Avoid compilation gripes.
2378 (ps-print-version): New version number (6.2.1).
4836835a 2379
e9f63196
DL
23802000-10-26 Dave Love <fx@gnu.org>
2381
0b95284b
DL
2382 * menu-bar.el: Modify some menu item help strings.
2383 (menu-bar-help-menu): Add link to MORE.STUFF.
2384
e9f63196
DL
2385 * cus-edit.el (custom-mode): Add `special' mode-class property.
2386
2387 * wid-browse.el (widget-browse-mode): Likewise.
2388
2389 * wid-edit.el (widget-specify-field): Revert to using local-map
2390 property, not keymap.
2391
e276a14a
MB
23922000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2393
c1545d88
MB
2394 * wid-edit.el (widget-field-end): When checking for a `boundary'
2395 field, do so in the correct buffer.
2396
3c1b77ca
MB
2397 * simple.el (undo): Correctly distinguish between numeric and
2398 non-numeric prefix args in non-transient-mark-mode, as per the doc
2399 string. When in transient-mark-mode, treat all prefix-args as
2400 numeric.
2401
f5ab1cdd
SM
2402 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2403 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2404
2405 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2406 (comint-mode-map): Reverse order of `comint-write-output' and
2407 `comint-append-output-to-file'.
2408 (comint-append-output-to-file): Reinstate this function, for the
2409 benefit of the menu.
2410
d97151cb
SM
24112000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2412
2413 * vc.el (vc-version-other-window): Bind `file'.
2414
ea7d6f5b
GM
24152000-10-25 Gerd Moellmann <gerd@gnu.org>
2416
f5ab1cdd 2417 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2418
2419 * emacs-lisp/authors.el (batch-update-authors): New function.
2420 (authors-fixed-entries): New defconst.
2421 (authors-add-fixed-entries): New function.
2422 (authors): Call it.: Don't process lispref/.
2423
17c25cea
JR
24242000-10-25 Jason Rumney <jasonr@gnu.org>
2425
2426 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2427 Merge x w32 and mac definitions.
2428
4ecda532
GM
24292000-10-25 Gerd Moellmann <gerd@gnu.org>
2430
2431 * menu-bar.el (menu-bar-options-menu): Add a help string for
2432 `uniquify'.
2433
b6735035
GM
24342000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2435
f5ab1cdd
SM
2436 * time-stamp.el (time-stamp-string-preprocess):
2437 Fix a wrong type argument error.
b6735035 2438
f4cbc7a0
MB
24392000-10-25 Miles Bader <miles@gnu.org>
2440
2441 * recentf.el (recentf-mode): Variable removed.
2442 (recentf-mode): Use `define-minor-mode'.
2443
2444 * mwheel.el (mouse-wheel-mode): New global minor mode.
2445 (mwheel-install): Use `mouse-wheel-mode'.
2446
f4b020f6
DL
24472000-10-25 Dave Love <fx@gnu.org>
2448
f5ab1cdd
SM
2449 * progmodes/cperl-mode.el (cperl-mode):
2450 Set normal-auto-fill-function correctly.
072cb6f9 2451
f4b020f6
DL
2452 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2453 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2454 bindings.
f4b020f6 2455
ebe2a441
MB
24562000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2457
ff4dcd4b
MB
2458 * wid-edit.el (widget-field-at): New function.
2459 (widget-at, widget-field-activate): Use it.
2460 (widget-tabable-at): Use `widget-at'.
2461 (widget-specify-field): If the terminating character of the widget
2462 field (which is read-only) is a newline, put it into a special
2463 `boundary' field so that C-n/C-p act more naturally.
2464 (widget-field-end): Also don't subtract one if a special
2465 `boundary' field has been added after the widget field.
2466
ebe2a441
MB
2467 * comint.el (comint-output-filter, comint-send-input): Don't
2468 bother adding stickiness fields to overlays to fool the field
2469 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2470
ebe2a441
MB
2471 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2472 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2473 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2474
fe50b6ab
GM
24752000-10-24 Gerd Moellmann <gerd@gnu.org>
2476
53df4dda
GM
2477 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2478 (authors): Set file coding system to iso-2022-7bit. Add
2479 file-local variables to output buffer.
2480
4836835a 2481 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2482 WARN is nil.
2483
53df4dda
GM
24842000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2485
2486 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2487
2488 * delim-col.el: Now there is a column formatting mechanism.
2489 Modified to customization mechanisms convention. Doc fix.
2490 (columns): New group for delim-col.
2491 (delimit-columns-before, delimit-columns-after)
2492 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2493 (delimit-columns-end): New vars.
2494 (delimit-columns-customize, delimit-columns-format): New funs.
2495 (delimit-columns-region, delimit-columns-rectangle)
2496 (delimit-columns-rectangle-line): Modified to support column
2497 formatting.
4836835a 2498
a9839779
DL
24992000-10-24 Dave Love <fx@gnu.org>
2500
2501 * log-edit.el (log-edit): Add :version and a :group for vc.
2502
df0267b8
GM
25032000-10-24 Gerd Moellmann <gerd@gnu.org>
2504
9acc3873
GM
2505 * files.el (after-find-file): Don't print a message ``New file''
2506 if WARN is nil.
2507
63e1b552
GM
2508 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2509 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2510 get duplicate tool-bar entries because we'll see the global ones
2511 on more than one path through keymaps.
2512
1946f901
GM
2513 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2514
df0267b8
GM
2515 * progmodes/cmacexp.el: Change Francesco's email address.
2516
ae3b264b
KH
25172000-10-24 Kenichi Handa <handa@etl.go.jp>
2518
2519 * window.el (fit-window-to-buffer): Adjust point of the window
2520 buffer, not that of the current buffer.
2521
23afac01
EZ
25222000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2523
2524 * progmodes/cmacexp.el: Update the euthor's email address.
2525
22d1a4ed
MB
25262000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2527
2528 * faces.el (face-spec-set-match-display): Add `graphic' display
2529 type (the inverse of `tty'). Use `display-graphic-p' instead of
2530 the window-system variable.
2531
f408aa48
KH
25322000-10-24 Kenichi Handa <handa@etl.go.jp>
2533
2534 * international/isearch-x.el (isearch-with-input-method): Call
2535 input-method-function with the first event in
2536 unread-command-events.
2537
94fe8a31
MB
25382000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2539
2540 * faces.el (face-default-spec, face-user-default-spec): Make
2541 defsubsts.
2542
8f47302e
AC
25432000-10-24 Andrew Choi <akochoi@i-cable.com>
2544
2545 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2546 New charsets.
2547
2548 * term/mac-win.el: Remove definitions of mac-roman-lower and
2549 mac-roman-upper, require dired, and define instead of set
2550 mac-ready-for-drag-n-drop to avoid compilation error.
2551
446c097e
AI
25522000-10-23 Andrew Innes <andrewi@gnu.org>
2553
2554 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2555 superfluous calls to subst-char-in-string; instead apply
2556 expand-file-name after convert-standard-filename to ensure
2557 expected directory separators are used.
2558
379b70e7
EZ
25592000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2560
2561 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2562
85c766e9
DL
25632000-10-23 Dave Love <fx@gnu.org>
2564
b7e03a67
DL
2565 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2566 (tool-bar-add-item): Set foreground and background for XBM icons.
2567
2568 * international/latin1-disp.el (latin1-char-displayable-p): New
2569 function (from Handa).
2570 (latin1-display-check-font): Use it.
2571
0dcf8835
DL
2572 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2573 using :key-sequence, making it much more usable. Use nconc, not
2574 append.
2575 (imenu--create-keymap-1): Avoid append.
2576
85c766e9 2577 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2578
cb3069bb
MB
25792000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2580
2581 [the following changes fix a bug where `define-minor-mode' didn't
2582 correctly generate :require clauses for defcustoms in compiled files]
2583 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2584 (byte-compile-log-file, byte-compile-log-1): Don't set
2585 `byte-compile-current-file' to nil. Instead set
2586 `byte-compile-last-logged-file' to it. Test whether
2587 byte-compile-current-file equals byte-compile-last-logged-file
2588 instead of whether its nil.
3b6542ba 2589 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2590
6db6243b
SM
25912000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2592
2593 * textmodes/refill.el: Fix var names in doc.
2594 (refill-mode): Don't bother with make-local-hook anymore.
2595
98490598
MB
25962000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2597
e01cd227
MB
2598 * faces.el (face-user-default-spec, face-default-spec): New functions.
2599 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2600 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2601 Use `face-user-default-spec'. Simplify code slightly.
2602
4836835a 2603 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2604 (woman-unknown-face): Add dark-background variants.
2605 (woman-default-faces): Renamed from `woman-colour-faces'.
2606 Set using the stored defaults, rather than using hard-wired colors.
2607 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2608 Just make the foreground `unspecified' rather than "black".
2609 (woman-menu): Rename menu entries accordingly.
2610
98490598
MB
2611 * faces.el (header-line): Make more reasonable on mono/grayscale
2612 displays.
2613
1a578e9b
AC
26142000-10-23 Andrew Choi <akochoi@i-cable.com>
2615
2616 * cus-edit.el (custom-button-face): Use 3D look for mac.
2617 (custom-button-pressed-face): Likewise.
2618
2619 * faces.el (set-face-attributes-from-resources): Handle mac frames
2620 in the same way as x and w32 frames.
2621 (face-valid-attribute-values): Likewise.
2622 (read-face-attribute): Likewise.
2623 (defined-colors): Likewise.
2624 (color-defined-p): Likewise.
2625 (color-values): Likewise.
2626 (display-grayscale-p): Likewise.
2627 (face-set-after-frame-default): Likewise.
2628 (mode-line): Same default face as for x and w32.
2629 (tool-bar): Likewise.
2630
2631 * frame.el: Remove call to frame-notice-user-settings at end of
2632 the file.
2633
2634 * info.el (Info-fontify-node): make underlines invisible for mac
2635 as for x, pc, and w32 frame types.
2636
2637 * term/mac-win.el: New file.
2638
aaaf7be7
DL
26392000-10-22 Dave Love <fx@gnu.org>
2640
2641 * textmodes/refill.el: New file.
2642
5392d654
AS
26432000-10-22 Andre Spiegel <spiegel@gnu.org>
2644
4836835a 2645 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2646 MANUAL and REGEXP.
4836835a 2647 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2648 New functions.
2649 (vc-before-save): Use the latter.
2650 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2651 confusion.
2652
4836835a 2653 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2654 expected by vc[-hooks].el.
2655
2656 * vc.el (vc-checkout): Added `-p' suffix in call to
2657 vc-make-version-backups-p; use vc-make-version-backup to actually
2658 make the backup.
2659 (vc-version-other-window, vc-version-backup-file): Handle both
2660 automatic and manual backups.
2661 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2662 of all of them.
2663
1e221c16
MB
26642000-10-22 Miles Bader <miles@gnu.org>
2665
7ff4fda5
MB
2666 * comint.el (comint-highlight-input, comint-highlight-prompt):
2667 Renamed, `-face' at end removed.
2668 (comint-send-input, comint-output-filter): Use renamed faces.
2669
3511cde8
MB
2670 * window.el (fit-window-to-buffer): Change defaulting of
2671 MAX-HEIGHT slightly.
2672
1e221c16
MB
2673 * faces.el (color-values, color-defined-p): Use `member', not
2674 `memq', because it works correctly for strings.
2675 (frame-set-background-mode): Actually, "unspecified-fg" and
2676 "unspecified-bg" *are* strings. Use `member', not `memq', and
2677 `equal', not `eq', when a string value is possible.
2678
b6ef4898
EZ
26792000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2680
2681 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2682
34939e2c
SM
26832000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2684
2685 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2686 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2687 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2688 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2689 (sh-font-lock-syntactic-keywords): Use them.
2690 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2691 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2692 (sh-mode): Don't override font-lock-unfontify-region-function.
2693 Use a copy of sh-font-lock-syntactic-keywords.
2694 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2695 Don't call sh-scan-buffer since font-lock does it on the fly.
2696 (sh-get-indent-info): Use `face' rather than `syntax-table'
2697 text-property to detect here-documents.
2698 Replace sh-special-syntax with sh-st-punc.
2699 (sh-prev-line): Use `face' rather than `syntax-table'
2700 text-property to skip over here-documents.
2701 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2702 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2703 (sh-electric-less, sh-set-here-doc-region)
4836835a 2704 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2705 (sh-scan-buffer, sh-rescan-buffer): Remove.
2706
f3d3c491
AI
27072000-10-21 Andrew Innes <andrewi@gnu.org>
2708
2709 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2710 remote (ange-ftp) file names.
2711
b86c791c
MB
27122000-10-21 Miles Bader <miles@gnu.org>
2713
d9c30bdf
MB
2714 * window.el (fit-window-to-buffer): New function.
2715 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2716 (window-text-height): Don't expect minibuffers to have mode-lines.
2717
d9c30bdf 2718 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2719 * international/quail.el (quail-update-guidance): Use
2720 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2721
617fee5a
MB
2722 * international/quail.el (quail-show-guidance-buf): Make sure
2723 guidance window really has enough room.
2724 (quail-update-guidance): If quail-guidance-win is already shown,
2725 make sure its height is OK.
2726
b86c791c
MB
2727 * window.el (window-text-height, set-window-text-height):
2728 New functions.
2729 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2730 instead of `window-height' & `mode-line-window-height-fudge'.
2731 (mode-line-window-height-fudge): Add FACE parameter.
2732 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2733 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2734
e34850d1
MB
27352000-10-20 Miles Bader <miles@gnu.org>
2736
2737 * window.el (height-affecting-face-attributes): Use `defconst'.
2738
2739 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2740 New function, conditionally aliased to `mode-line-window-height-fudge'.
2741 (ispell-help): Use it.
2742 (ispell-choices-win-default-height): Don't include mode-line fudge.
2743 (ispell-choices-win-default-height): New function.
2744 (ispell-show-choices, ispell-command-loop): Use function
2745 `ispell-choices-win-default-height' instead of variable.
2746
a8b883c2
MB
27472000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2748
8c6e4a58
MB
2749 * window.el (mode-line-window-height-fudge): New variable.
2750 (height-affecting-face-attributes): New variable.
2751 (mode-line-window-height-fudge): New function.
2752 (shrink-window-if-larger-than-buffer): Use it.
2753 * help.el (resize-temp-buffer-window): Likewise.
2754
a8b883c2
MB
2755 * info.el (Info-fontify-node): Add support for @subsubsection
2756 titles, which use `Info-title-4-face'.
2757 (Info-title-4-face): New face.
2758 (Info-title-3-face): Inherit from Info-title-4-face instead of
2759 variable-pitch.
2760
e64c3a75
JR
27612000-10-19 Jason Rumney <jasonr@gnu.org>
2762
2763 * dired.el (dired-insert-directory): Do not let errors signalled by
2764 attempt to run dired-free-space-program prevent dired from working.
2765
c70fe852
SM
27662000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2767
2768 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2769
877cf6b4
GM
27702000-10-19 Gerd Moellmann <gerd@gnu.org>
2771
5de037e0
GM
2772 * dirtrack.el (dirtrack): Fix call to run-hooks.
2773
6deb9af9
GM
2774 * cmuscheme.el (cmuscheme-program-name): Renamed from
2775 scheme-program-name because xscheme.el contains a defcustom with
2776 the same name. As a consequence, customizing group `cmuscheme'
2777 loaded `xscheme' which redefined run-scheme.
2778 (run-scheme): Use cmuscheme-program-name.
2779
877cf6b4
GM
2780 * ps-print.el (ps-print-emacs-type): Move into the
2781 eval-and-compile.
2782
e597d8fb 2783 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2784 anonymous address, and add a website for Befrienders International.
4836835a 2785
3e9cb08f
GM
27862000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2787
c70fe852
SM
2788 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2789 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2790 (ps-print-version): New version number (6.2).
2791 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2792 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2793 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2794 (ps-x-extent-priority, ps-x-extent-start-position)
2795 (ps-x-face-font-instance, ps-x-find-coding-system)
2796 (ps-x-font-instance-properties, ps-x-make-color-instance)
2797 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2798 avoid compilation gripes without defining functions.
2799 (ps-e-find-composition): Alias for function find-composition, to have a
2800 suitable function depending on Emacs version.
2801 (ps-color-device, ps-color-values, ps-face-foreground-name)
2802 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2803 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2804 (ps-print-ensure-fontified): Function definitions surrounded by
2805 `eval-and-compile' to avoid compilation gripes.
2806 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2807 by symbol-value to avoid compilation gripes.
2808 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2809 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2810
d8abcd91
MB
28112000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2812
13ab33c4
MB
2813 * startup.el (normal-top-level): Call `frame-set-background-mode'
2814 after `frame-notice-user-settings' because the latter doesn't call
2815 the former on a tty.
2816
d8abcd91
MB
2817 * faces.el (frame-set-background-mode): `unspecified' &c are
2818 symbols, not strings.
2819
e8bce0a9
EZ
28202000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2821
c70fe852
SM
2822 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2823 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2824
c70fe852
SM
2825 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2826 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2827
773272d8
KH
28282000-10-19 Kenichi Handa <handa@etl.go.jp>
2829
c70fe852 2830 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2831 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2832 for ISO10646-1 fonts.
2833 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2834
772139c0
EZ
28352000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * faces.el (frame-set-background-mode): If a tty frame defines a
2838 background color, use that to compute the background mode, instead
2839 of always defaulting to "dark".
2840
d134a19f
MB
28412000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2842
8bb84cb2
MB
2843 * comint.el (comint-write-output): New function.
2844 (comint-mode-map): Add it to the menu.
e40a778f 2845 Bind `C-c C-s' to comint-write-output.
d134a19f 2846
dada41e1
GM
28472000-10-18 Gerd Moellmann <gerd@gnu.org>
2848
2849 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2850 Use fancy-splash-delay.
2851
9b5360aa
GM
28522000-10-18 Alex Schroeder <alex@gnu.org>
2853
2854 * progmodes/sql.el (sql-sybase-options): New option.
2855 (sql-sybase): Use it. Add sql-database to the list of parameters
2856 provided for login. The options -w 2048 -n are not used any more.
2857
9035a35a
GM
2858 * comint.el (comint-read-input-ring): Bugfix such that the first
2859 and the last entry of the input ring file are not lost.
2860
3556c6dd
GM
28612000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2862
2863 * ps-print.el: Internal variable changes to defcustom,
2864 make-local-hook changes to defvar. Doc fix.
2865 (ps-print-version): New version number (6.1).
2866 (ps-setup, ps-do-despool): Code fix.
2867 (ps-printer-name): Customization fix.
2868 (ps-printer-name-option): Now is a defcustom instead of an
2869 internal variable.
2870 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2871 (ps-print-begin-column-hook): Now are defvar instead of
2872 make-local-hook.
4836835a 2873
4e217e50
MB
28742000-10-18 Miles Bader <miles@gnu.org>
2875
2876 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2877 (comint-kill-output): Changed into an alias for `comint-delete-output',
2878 and made obsolete.
2879 (comint-mode-map): Rename references to comint-kill-output.
2880
34460354
EZ
28812000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2882
2883 * diff-mode.el (diff-header-face, diff-file-header-face)
2884 (diff-changed-face): Add bold and italic attributes to tty faces.
2885 (diff-function-face): New face.
2886 (diff-font-lock-keywords): Use it.
2887
17ea3cdb
MB
28882000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2889
2890 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2891 Remove commented-out call to force-mode-line-update.
2892 (comint-kill-output): Use `forward-line 0' instead of
2893 beginning-of-line to make sure we get past the prompt.
2894
9244f2c7
SM
28952000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2896
2897 * diff-mode.el (diff-header-face, diff-file-header-face):
2898 Add specific setting for dark background.
2899 (diff-context-face): Renamed from diff-comment-face.
2900 Set explicitly rather than inheriting from font-lock-comment-face.
2901
1592c1ef
EZ
29022000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * startup.el (command-line): Move the code which sets the default
2905 TTY colors to before before-init-hook.
2906
f86292a9
GM
29072000-10-17 Gerd Moellmann <gerd@gnu.org>
2908
2909 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2910
f7f2e883
EZ
29112000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2912
e854cc22
EZ
2913 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2914 extensions, for MS-DOS.
2915
f7f2e883
EZ
2916 * diff-mode.el (diff-header-face, diff-file-header-face)
2917 (diff-changed-face): Define tty-specific colors.
2918
c7b4f0f9
GM
29192000-10-17 Gerd Moellmann <gerd@gnu.org>
2920
2921 * startup.el (fancy-splash-text): Realign the text.
2922
12a72271
EZ
29232000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2924
2925 * font-lock.el (font-lock-comment-face): Define a separate default
2926 for dark-background tty's.
2927
61dfccfd
MB
29282000-10-17 Miles Bader <miles@gnu.org>
2929
2930 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2931 being obscured by whizzy mode-lines on graphics displays.
2932
333cd59e
EZ
29332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2934
2935 * info.el (Info-title-1-face, Info-title-2-face)
2936 (Info-title-3-face): Define colors for tty's.
dada41e1 2937 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2938
dbf1fcc1
EZ
29392000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2940
2941 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2942 reverse from the frame parameters, and don't invert foreground and
2943 background colors.
2944
ac629823
MB
29452000-10-16 Miles Bader <miles@gnu.org>
2946
2947 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2948 string "*Info*". Call propertized-buffer-identification to spruce
2949 up the result.
2950
76eebffc
GM
29512000-10-16 Gerd Moellmann <gerd@gnu.org>
2952
3a6b59d9
GM
2953 * help.el: Provide `help' for the sake of define-minor-mode
2954 which generates defcustoms with requires.
2955
6569c3d3
GM
2956 * jit-lock.el (jit-lock-after-change): If we're in text that
2957 matches a multi-line font-lock pattern, make sure the whole text
2958 will be redisplayed.
2959
c2e0a611
GM
2960 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2961 author's name is unknown.
2962
76eebffc
GM
2963 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2964 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2965 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2966 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2967 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2968 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2969 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2970 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2971 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2972 Add author information.
2973
cf1e7b12
MB
29742000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2975
2976 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2977 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2978 full-color version (using the Gimp) to eliminate dithering artifacts.
2979
5586f3eb
SM
29802000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2981
2982 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2983
2984 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2985
ad64a888
DL
29862000-10-15 Dave Love <fx@gnu.org>
2987
2988 * progmodes/sh-script.el: Require skeleton and comint when
2989 compiling.
2990
2991 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2992
2993 * whitespace.el: Doc fixes.
2994 (top-level): Don't add hooks here.
2995 (whitespace-running-emacs): Deleted.
2996 (timer): Don't require.
2997 (whitespace): Add back :version conditional on xemacs test.
2998 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2999 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3000 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3001 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3002 Avoid specific xemacs test.
3003 (whitespace-global-mode): New option.
3004 (whitespace-global-mode): New command.
3005 (whitespace-unload-hook): New function.
3006
3007 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3008 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3009 (Info-fontify-node): `Goto' goes to `Go to'.
3010 (Info-fontify-node): Add help-echo to xref links.
3011
1ef49fc6
EZ
30122000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3013
3014 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3015
8b7707e1
SM
30162000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3017
b3b7f42f
SM
3018 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3019 Use plist-get and allow :inherit.
3020
3021 * emacs-lisp/cl-macs.el (cl-do-arglist):
3022 Use plist-get and plist-member instead of memq.
3023
3c7fafc7
SM
3024 * emacs-lisp/ewoc.el (ewoc-location): New function.
3025 (ewoc-enter-after, ewoc-enter-before): Document return value.
3026 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3027 Don't need make-local-hook any more.
3028 (cvs-addto-collection): Return the new tin.
3029 (cvs-mode-insert): Jump to the new line.
3030
8b7707e1
SM
3031 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3032
3033 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3034
3035 * font-lock.el (font-lock-syntactically-fontified): New var.
3036 (font-lock-fontify-syntactic-keywords-region): Use it.
3037 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3038
3039 * diff-mode.el (diff-find-file-name): Fix regexp.
3040
3041 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3042 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3043
3044 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3045 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3046 (sh-mode): Don't make all vars local here.
3047 (sh-kw): Reformat.
3048 (sh-set-shell): Use dolist. Don't set indent-region-function.
3049 (sh-mode-syntax-table): Use pop.
3050 (sh-remember-variable): Use push.
3051 (sh-help-string-for-variable): Use memq.
3052 (sh-safe-backward-sexp): Remove.
3053 (sh-safe-forward-sexp): Add ARG.
3054 (sh-get-indent-info, sh-prev-stmt): Use it.
3055 (sh-prev-line): Simplify by using forward-comment.
3056 (sh-this-is-a-continuation): Simplify.
3057 (sh-learn-buffer-indent): Use dolist.
3058 (sh-do-nothing): Remove.
3059 (sh-set-char-syntax, sh-set-here-doc-region):
3060 Use inhibit-modification-hooks.
3061 (sh-name-style): Use mapcar and push.
3062 (sh-load-style): Use dolist.
3063 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3064 (sh-case, sh-while-getopts): Use propertize directly rather
3065 than sh-electric-rparen.
3066
30672000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3068
3069 * textmodes/tex-mode.el: Require CL when compiling.
3070 (tex-mode-syntax-table): Init immediately.
3071 (tex-mode-map): Bind M-RET to latex-insert-item.
3072 (latex-mode): Set indent-line-function to latex-indent.
3073 (tex-common-initialization): Don't setup the syntax-table any more.
3074 (latex-insert-item): New skeleton.
3075 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3076 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3077 (latex-indent, latex-find-indent): New functions.
4836835a 3078 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3079 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3080 (tex-compilation-parse-errors): Use with-syntax-table.
3081
86b7fcbb
MB
30822000-10-15 Miles Bader <miles@gnu.org>
3083
3084 * font-lock.el (font-lock-comment-face): Change dark-background,
3085 color, non-tty, default to `chocolate1'.
3086
57a24508
JW
30872000-10-13 John Wiegley <johnw@gnu.org>
3088
3089 * eshell/esh-util.el (require): Added a missing `require' form,
3090 needed when compiling (for an ange-ftp macro definition).
3091
40ad3db4
DL
30922000-10-13 Dave Love <fx@gnu.org>
3093
3094 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3095
db460189
GM
30962000-10-13 Gerd Moellmann <gerd@gnu.org>
3097
b41c9501
GM
3098 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3099 fix.
3100
4836835a 3101 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3102 transparent -colors 8).
3103
3b5e21df
GM
31042000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3105
3106 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3107 that breaks with old list format timestamps.
3108 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3109 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3110 strings.
3111
16908a3f
JW
31122000-10-13 John Wiegley <johnw@gnu.org>
3113
d7103dda
JW
3114 * align.el, pcomplete.el, calendar/timeclock.el,
3115 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3116
dace60cf 3117 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3118 faulty math, where holiday hours were being computing as seconds.
3119
b6b70cda
JW
31202000-10-13 John Wiegley <johnw@gnu.org>
3121
3122 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3123 specifying what "other" kinds of buffers should be saved. This
3124 used to be hard-coded.
3125 (desktop-buffer-misc-functions): A global for specifying how
3126 auxiliary data should be determined for special buffer types.
3127 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3128 instead of hard-coding the special buffer types.
3129 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3130 auxiliary data, instead of hard-coding for Info buffers and dired.
3131 (desktop-buffer-info-misc-data): Aux function for determining Info
3132 buffer auxiliary info.
3133 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3134 (desktop-buffer-info): Changed this function to use the info
3135 gathered above.
3136 (desktop-create-buffer): Be a little more careful about what
3137 `minor-mode' means before calling it. This is important for some
3138 buffer types.
3139
8c6b1d83
JW
31402000-10-13 John Wiegley <johnw@gnu.org>
3141
3142 * eshell/esh-util.el: Added a global form which declares an
3143 autoload for `parse-time-string', if that function is not already
3144 defined, and if parse-time.el is available on the user's system.
3145
3146 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3147 to be aware of ange-ftp user info.
3148 (eshell-do-ls): Bind `ange-cache'. Also, use
3149 `eshell-file-attributes'.
3150 (eshell-ls-annotate): Use `eshell-file-attributes'.
3151 (eshell-ls-file): Made the user-id printing code a bit smarter.
3152
3153 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3154 allow identification of alias user ids in remote directories.
3155 It's manual, but there's no other way to know when the current
3156 user on the local machine, is also the owning user on the remote
3157 machine.
3158 (fboundp): Bind `ange-cache'.
3159 (eshell-directory-files-and-attributes): Re-organized the logic a
3160 bit to use `eshell-file-attributes' instead of `file-attributes'.
3161 The former is more sensitive to directories that are read via FTP,
3162 and knows how to use ange-ftp to determine full attribute
3163 information, instead of just the name and last modtime.
3164 (eshell-current-ange-uids): Return the current user id when in a
3165 remote directory.
3166 (eshell-parse-ange-ls): Parse a full directory listing that has
3167 been returned by ange-ftp.
3168 (eshell-file-attributes): This beefed up version of
3169 `file-attributes' is only special if the user is currently in a
3170 remote directory, in which case it does a lot of work to find out
3171 what the real attributes of a file are, as they appear on the
3172 remote machine. This makes usage of remote directories (i.e.,
3173 ange-ftp pathnames) much more useful. You can now use Eshell as a
3174 full-fledged FTP client, with much more manipulation ability than
3175 most other clients.
3176
3177 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3178 variable, which means that Eshell's du should always be preferred
3179 in remote directories.
3180 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3181 just `file-attributes'.
3182 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3183 when reading remote directories. This is an Eshell-specific
3184 variable (not part of ange-ftp).
3185 (eshell/ln): Bind `ange-cache'.
3186 (eshell/du): Added some extra logic for determining when to use
3187 Eshell's du (which is slow), and when to use the external version
3188 (which may or may not exist).
3189
3190 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3191 `eshell-interactive-process', rather than using
3192 `get-buffer-process', since backgrounded processes don't count in
3193 the context of this function's logic.
3194
3195 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3196 `forward-char', so that null strings are parsed correctly.
3197
87730e84 31982000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3199
3200 * eshell/em-pred.el (eshell-pred-file-type,
3201 eshell-pred-file-links, eshell-pred-file-size): Use
3202 `eshell-file-attributes'. This is more correct over ange-ftp.
3203
3204 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3205 that remote file globbing is more efficient.
3206
3207 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3208 gathering the files and attributes within a directory.
3209
3210 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3211 the command line is a special file (not a regular file, directory
3212 or symlink), always attempt to call the external version of cat.
3213
87730e84 32142000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3215
3216 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3217 Eshell-friendly version of find-tag.
3218
1c7e37a9
MB
32192000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3220
4836835a 3221 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3222 (image-file-name-regexps): Add autoload cookies.
3223
11a7f341
KH
32242000-10-13 Kenichi Handa <handa@etl.go.jp>
3225
3226 * international/mule-cmds.el (select-safe-coding-system): If FROM
3227 is string, show it in *Warning* buffer.
3228
8ddddcb0
EZ
32292000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3230
3231 * startup.el (normal-top-level): Use display-popup-menus-p instead
3232 of window-system.
3233 (command-line): Use display-graphic-p instead of window-system.
3234 (command-line-1): Use display-popup-menus-p and display-mouse-p
3235 instead of window-system.
3236
72200f89
SS
32372000-10-12 Sam Steingold <sds@gnu.org>
3238
3239 * tooltip.el (tooltip-use-echo-area): New user variable.
3240 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3241
8661c643
DL
32422000-10-12 Dave Love <fx@gnu.org>
3243
d0b40dc1
DL
3244 * recentf.el: Maintainer's checkdoc fixes.
3245
a622451f
DL
3246 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3247 character class, not ASCII when matching file names.
3248 (fancy-splash-head): Add trailing slash to URL.
3249 (command-line): Don't require XPM support for toolbar.
3250
8661c643
DL
3251 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3252 (cperl-invalid-face): Revert last change.
3253 (cperl-init-faces): Quote cperl-invalid-face.
3254
ef2ed8ab
KH
32552000-10-12 Kenichi Handa <handa@etl.go.jp>
3256
3257 * startup.el (fancy-splash-text): Remove superfluous quote.
3258
b0da379e
GM
32592000-10-12 Gerd Moellmann <gerd@gnu.org>
3260
dbeb499b
GM
3261 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3262 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3263 (command-line-1): Don't use fancy-splash-pending-command.
3264 (fancy-splash-screens-1): Goto point-min after inserting text.
3265
d861718a
GM
3266 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3267
b0da379e
GM
3268 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3269 instead of shared-lisp-mode-map.
3270
4fb2ad98
MB
32712000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3272
1cb4393e
MB
3273 * faces.el (header-line): Change tty-variant to use underlining.
3274
4fb2ad98
MB
3275 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3276 (isearch-highlight): Restore lazy-isearch face properties at old
3277 position, and suppress them at new position.
3278 (isearch-dehighlight): Restore lazy-isearch face properties.
3279 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3280 over the real isearch overlay, but in that case, don't give it a
3281 face property. Use `push'.
3282
eb991b25
KH
32832000-10-12 Kenichi Handa <handa@etl.go.jp>
3284
3285 * man.el (Man-getpage-in-background): Fix previous change.
3286 Decode the process output only when we are in multibyte mode.
3287
a818c1c0
DL
32882000-10-11 Dave Love <fx@gnu.org>
3289
c990f53a
DL
3290 * info.el (Info-mode-menu): Fix some help.
3291 (info-tool-bar-map): Add entry for Info-last.
3292
a818c1c0
DL
3293 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3294 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3295 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3296 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3297 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3298 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3299 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3300 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3301 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3302 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3303 Reduce colour requirements to 25 overall. (Probably wants
3304 revisiting from the originals to reduce further.)
3305
c1b096cb
EZ
33062000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3307
3308 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3309 buffer-file-coding-system, instead of raw-text.
3310 (dehexlify-buffer): Bind coding-system-for-read to
3311 buffer-file-coding-system, instead of raw-text.
3312
5c8b7eaf
SS
33132000-10-11 Sam Steingold <sds@gnu.org>
3314
3315 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3316 `underline' - fixes the bug introduced on 2000-09-21.
3317
2cfbdb7a
DL
33182000-10-11 Dave Love <fx@gnu.org>
3319
3320 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3321 compiler warnings.
3322 (scheme-mode): Doc fix.
3323 (scheme-font-lock-keywords-1): Match `define-syntax'.
3324
33252000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3326
3327 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3328 face specs as well as default ones. Only do anything if the
3329 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3330 (region): Make dark-background `region' face less in-your-face.
4b33f290 3331
690ec649
SS
33322000-10-10 Sam Steingold <sds@gnu.org>
3333
3334 * chistory.el, ielm.el, ledit.el:
3335 * progmodes/inf-lisp.el, progmodes/scheme.el:
3336 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3337
3b95d6bb
SM
33382000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3339
3340 * textmodes/texinfo.el: Update copyright and fix typo.
3341
3342 * desktop.el (desktop-modes-not-to-save): New var.
3343 (desktop-save-buffer-p): Use it.
3344 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3345 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3346
d646c828
DL
33472000-10-10 Dave Love <fx@gnu.org>
3348
3349 * toolbar/tool-bar.el (tool-bar-add-item)
3350 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3351 display.
3352
d646c828
DL
3353 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3354 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3355 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3356 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3357 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3358 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3359 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3360 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3361 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3362 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3363 the .xpms; probably need retouching.
3364
862a7e28
MB
33652000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3366
3367 * subr.el (add-to-list): Add optional argument APPEND.
3368 * battery.el (display-battery): Use `add-to-list'.
3369
46e33aee
TTN
33702000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3371
930baf47
TTN
3372 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3373 these vars as symbol properties.
2cfbdb7a
DL
3374 (zone, zone-when-idle, zone-leave-me-alone)
3375 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3376
5a430f9c
TTN
3377 * battery.el (display-battery): Doc spelling fix.
3378
46e33aee
TTN
3379 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3380 property.
3381
adf7d3a8
DL
33822000-10-09 Dave Love <fx@gnu.org>
3383
3384 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3385 has been initialized before calling tool-bar-setup.
c2156508 3386 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3387
06a8c9f8
EZ
33882000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3389
e4ca8f8c
EZ
3390 * menu-bar.el (send-mail-item-name): New function.
3391 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3392 of mail-user-agent in the menu. Don't display the "Send Mail"
3393 item if mail-user-agent is nil or its value is ignore.
3394 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3395 if read-mail-command is nil or its value is ignore.
3396
06a8c9f8
EZ
3397 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3398
7dbc9c8a
MB
33992000-10-09 Miles Bader <miles@gnu.org>
3400
29e0814b
MB
3401 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3402 Correct image size.
3403 * toolbar/left_arrow.xpm: Correct image size.
3404
7dbc9c8a
MB
3405 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3406 will be done by the definition of `auto-compression-mode' if
3407 necessary. Move code to uninstall existing file-name handler
3408 before definition of `auto-compression-mode'.
3409
3410 * image-file.el (auto-image-file-mode): Move to the end of the
3411 file, because `define-minor-mode' actually calls the mode-function
3412 if the associated variable is non-nil, which requires that all
3413 needed functions be already defined.
3414
65b61266
MB
3415 * mouse.el (popup-menu): Balance parens.
3416
d6b8c85b
SM
34172000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3418
3419 * mouse.el (popup-menu): Move the command call outside the loop
3420 so that popup-menu returns whatever the command returns.
3421
3422 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3423 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3424 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3425 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3426
3427 * vc.el (vc-version-diff): diff-switches can be a list.
3428 Use relative filenames for prettier output.
3429
46e33aee 3430 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3431 (vc-post-command-functions): Remove old-VC compatibility code.
3432
3433 * newcomment.el (comment-indent-default): Autoload.
3434
3435 * font-lock.el (font-lock-defaults): Make buffer-local.
3436 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3437 (font-lock-choose-keywords):
3438 Ignore LEVEL unless KEYWORDS is a list of syms.
3439 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3440 Don't wrap regexp-opt things in \(...\) unnecessarily.
3441
3442 * jit-lock.el: Don't require font-lock any more.
3443 (jit-lock-functions): Make buffer-local.
3444 (jit-lock-saved-fontify-buffer-function): Remove.
3445 (jit-lock-mode): Remove autoload cookie.
3446 Remove font-lock specific code.
3447 (jit-lock-unregister): Don't bother handling complex hooks any more.
3448 (jit-lock-refontify): New function.
3449 (jit-lock-fontify-buffer): Use it.
3450 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3451 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3452 Add optional args START and END.
3453 Never call font-lock-fontify-region directly.
3454 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3455
3456 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3457
a30ed6ac
DL
34582000-10-08 Dave Love <fx@gnu.org>
3459
4e7c7ca9
DL
3460 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3461
3462 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3463
3464 * play/studly.el (studlify-region, studlify-word): Add autoload
3465 cookie.
3466
3467 * play/morse.el (morse-region, unmorse-region): Add autoload
3468 cookie.
3469
3470 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3471 concat.
3472
3473 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3474 insist on symbols starting with word syntax.
3475 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3476 (eval-defun-1): Doc fix.
3477 (indent-sexp): Use nconc to build up indent-stack.
3478
3479 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3480 Gnus with little use.
3481 (mail-setup-hook): Add mail-abbrevs-setup to options.
3482
968f7c4a
DL
3483 * recentf.el: Doc fixes.
3484
3485 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3486 Clean up remainder.
3487
3488 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3489 without timezone and (8) with timezone to enforce some whitespace.
3490 Simplify code somewhat.
3491
3492 * options.el (list-options): Doc that you should use customize.
3493
3494 * iswitchb.el (iswitchb-mode): Add :require.
3495
a30ed6ac
DL
3496 * info.el (Info-goto-node, Info-menu): Doc fix.
3497 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3498 (info-tool-bar-map): New variable.
3499 (Info-mode): Use it.
3500 (Info-edit-map): Define all in defvar.
3501 (speedbar-attached-frame): Avoid compiler warning.
3502
3503 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3504 (global-map): Bind [tool-bar] to a filtered map.
3505 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3506 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3507 Allow PBM icons.
3508 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3509
3510 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3511 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3512 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3513 icons, except up_arrow, which is left-arrow rotated.
3514
3515 * imenu.el (imenu-add-to-menubar): Fix last change.
3516
4e953aff
PB
35172000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3518
3519 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3520 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3521
739e92a7
EZ
35222000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3523
d20faceb
EZ
3524 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3525 typos in doc strings.
3526
a640322e
EZ
3527 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3528 the doc strings how to customize Font Lock faces.
3529
739e92a7
EZ
3530 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3531 computing growth when dragging the header line.
3532
8be7408c
EZ
35332000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * simple.el (kill-line): Doc fix.
3536
6fee86a3
MB
35372000-10-08 Miles Bader <miles@gnu.org>
3538
445a653e
MB
3539 * faces.el (secondary-selection): Make foreground visible on tty.
3540
6fee86a3
MB
3541 * jka-compr.el (auto-compression-mode): Move to the end of the
3542 file, because `define-minor-mode' actually calls the mode-function
3543 if the associated variable is non-nil, which requires that all
3544 needed functions be already defined.
3545 (with-auto-compression-mode): Add autoload cookie.
3546
a115794c
EZ
35472000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3548
3549 * files.el (find-backup-file-name) [ms-dos]: If support for long
3550 file names is not available, behave as if version-control were set
3551 to never.
3552
b12e6de3
DL
35532000-10-07 Dave Love <fx@gnu.org>
3554
3555 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3556 (browse-url-gnome-moz): New function.
3557 (browse-url-browser-function): Use it.
3558 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3559
20b1d079
SM
35602000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3561
3562 * indent.el (tab-always-indent): New var.
3563 (indent-for-tab-command): Use it.
39250ec3 3564
9ee45b2c 3565 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3566 raise an error. This way it can still default to a sane value.
9ee45b2c 3567
8c6b1d83
JW
35682000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3569
39250ec3
SM
3570 * startup.el (fancy-splash-screens): Use local rather than global map.
3571 Don't use `update-menu-bindings' any more.
3572 Get rid of assumptions about keymap representation.
3573
a23ccdf2
DL
35742000-10-06 Dave Love <fx@gnu.org>
3575
814299a7 3576 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3577 (sentence-end-without-period): Doc fix.
3578 (adaptive-fill-regexp): Purecopy.
3579 (unjustify-current-line): Use line-end-position.
3580 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3581
3582 * net/eudc-vars.el (eudc): Add :version, :link.
3583
39250ec3 3584 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3585
3586 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3587 Fix for define-minor-mode.
3588 (function-at-point): Alias to function-called-at-point.
3589
3590 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3591
3592 * simple.el (backward-word): Doc fix.
3593
a23ccdf2
DL
3594 * image-file.el (image-file-name-regexp): image-file-regexps ->
3595 image-file-name-regexps.
742c1822 3596 (image-file-name-extensions): Add pbm.
a23ccdf2 3597
39250ec3
SM
35982000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3599
3600 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3601 and add filename to the names so that diff-mode can jump to source.
3602
3603 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3604 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3605 (tex-font-lock-keywords-1): Remove.
3606 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3607 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3608 (font-lock-default-fontify-region):
3609 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3610 (font-lock-fontify-anchored-keywords):
3611 Include the anchor text as part of the multiline.
3612
8d5dfacd
GM
36132000-10-06 Gerd Moellmann <gerd@gnu.org>
3614
3615 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3616 latter needs the autoloaded define-minor-mode macro during the
3617 bootstrap.
3618
3619 * startup.el (command-line): For now, activate tool-bar-mode only
3620 if XPM images are supported.
3621
3622 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3623 window by dragging a header-line at the top of the frame; that's
4c19fbce 3624 confusing because the header-line doesn't move.
8d5dfacd
GM
3625 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3626 of treating the event as a list. Some cleanup.
3627
f69aad2b 36282000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3629
f69aad2b
MB
3630 * simple.el (display-message-or-buffer): New function.
3631 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3632
09cb7646
MB
3633 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3634 docstring parts.
3635
814299a7 3636 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3637 (smbclient-prompt-regexp): Add usage note to doc string.
3638 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3639 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3640 Use add-hook for adding the comint filter function, and only do so
3641 if it's not already in the global hook list.
3642 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3643 to `make-local-variable'.
3644 (nslookup-font-lock-keywords): Remove prompt entry.
3645 (nslookup): Don't set the process-filter.
3646 (finger): Exit the loop correctly when the regexps list runs out.
3647 (ftp, smbclient, smbclient-list-shares):
3648 Set the real major mode immediately, not after execing.
3649 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3650
3651 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3652
4c19fbce
SM
36532000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3654
3655 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3656
3657 * which-func.el (which-func-format): Remove spurious space.
3658 (which-func-mode): Don't make it permanent-local.
3659 (which-func-ff-hook): Allow which-func-maxout to be nil.
3660 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3661 (which-func-mode): Simplify.
3662 Use post-command-idle-hook rather than post-command-hook.
3663 Go through all buffers and update their state.
3664 (which-function): Also try add-log-current-defun-function.
3665
3666 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3667 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3668 Update call to with-vc-properties accordingly.
3669 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3670 (vc-revert-buffer): More careful about window selection and deletion.
3671 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3672
3673 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3674 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3675 (cvs-dired-action): Change the default to quickdir.
3676
3677 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3678 if comment-indent-function returns nil.
3679 (comment-indent-default): New function.
3680 (comment-indent-function): Use it and document the new semantics.
3681
3682 * image-file.el: Docstring fixes.
3683
3684 * help.el (help-xref-on-pp): Use match-string.
3685 (describe-variable): New arg BUFFER.
3686 Store the current buffer in the help-xref-stack.
3687 (temp-buffer-resize-mode): Use define-minor-mode.
3688
3689 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3690 consistently with its docstring.
3691 Set jit-lock-first-unfontify-pos in an idempotent way.
3692 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3693
542c6552
GM
36942000-10-05 Alex Schroeder <alex@gnu.org>
3695
3696 * sql.el (sql-mysql-options): New variable.
3697 (sql-mysql): Use it.
3698
a3489ece
MB
36992000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3700
77f6105c
MB
3701 * image.el (image): New group.
3702
814299a7 3703 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3704 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3705
3478046b
PB
37062000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3707
3708 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3709 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3710 Ignore the value of wqindow-system; always define keywords
3711
22aca186
KH
37122000-10-05 Kenichi Handa <handa@etl.go.jp>
3713
3714 * startup.el (fancy-splash-screens): Remove the code for
3715 debugging; `(trace-to-stderr "EXITTT\n")'.
3716
55d5d717
MB
37172000-10-05 Miles Bader <miles@gnu.org>
3718
3719 * diff-mode.el (diff-goto-source): Update call to
3720 `diff-hunk-status-msg' to reflect new REV variable.
3721
41fa7178
SM
37222000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * progmodes/icon.el (icon-mode):
3725 Don't gratuitously override the default for comment-column.
3726
3727 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3728
3729 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3730 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3731 (jit-lock-functions): New var.
3732 (jit-lock-function-1): Use it if non-nil.
3733 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3734 Set the `fontified' property before doing the fontification to avoid
3735 repeatedly going through the same error.
3736 Don't turn errors into messages.
3737 (jit-lock-register, jit-lock-unregister): New functions.
3738
3739 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3740 Use with-current-buffer.
3741
3742 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3743 Turn comment into docstring.
3744
3745 * apropos.el (apropos-mode): Use define-derived-mode.
3746
3dc78168
GM
37472000-10-04 Gerd Moellmann <gerd@gnu.org>
3748
3749 * startup.el (fancy-splash-pending-command): New variable.
3750 (fancy-splash-pre-command): New function.
3751 (fancy-splash-screens): Rewritten.
3752 (command-line-1): If fancy-splash-pending-command is set, call it
3753 interactively.
3754
dae9dc56
DL
37552000-10-04 Dave Love <fx@gnu.org>
3756
3757 * toolbar/tool-bar.el (tool-bar-setup): New function.
3758 (tool-bar-mode): Use it.
3759
3760 * subr.el (substitute-key-definition): Doc fix.
3761 (play-sound-file): New command.
3762
3388f0a5
AS
37632000-10-04 Andre Spiegel <spiegel@gnu.org>
3764
814299a7 3765 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3766 vc-version-backup-file-name): New functions.
3767
3768 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3769
3770 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3771 vc-cvs-stay-local-p.
3772
3773 * vc.el (vc-revert-buffer): Handle empty diff properly.
3774 (vc-version-backup-file): New function.
3775 (vc-checkout): Create a version backup if necessary.
3776 (vc-checkin): If a version backup file exists, delete it.
3777 (vc-version-diff): Diff locally using version backups, if available.
3778 (vc-revert-file): If there's a version backup, revert locally.
3779 (vc-transfer-file): Use version backup for base version, if
3780 available. If not, ask for confirmation whether to get it from the
3781 server. Update mode line before check-in.
3782
ebd4825d
DL
37832000-10-04 Dave Love <fx@gnu.org>
3784
3785 * toolbar/tool-bar.el (tool-bar-setup): New function.
3786 (tool-bar-mode): Use it.
3787
1b24f4b7
PB
37882000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3789
3dc78168 3790 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3791 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3792 Only set if window-system is non-nil
3793 (net-utils-run-program): Returns buffer.
3794 (network-connection-reconnect): Added this function.
3795
814299a7
MB
3796 * generic.el:
3797 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3798 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3799 Uses cl compile-time macros.
3dc78168
GM
3800 (generic-mode-name, generic-comment-list)
3801 (generic-keywords-list, generic-font-lock-expressions)
3802 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3803 Removed variables.
3804 (generic-mode-alist): Renamed to generic-mode-list.
3805 (generic-find-file-regexp): Default changed to "^#".
3806 (generic-read-type): Uses completing read on generic-mode-list.
3807 (generic-mode-sanity-check): removed this function.
3808 (generic-add-to-auto-mode): Removed this function
3dc78168 3809 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3810 into function instead of putting them in alist.
3811 (generic-mode-set-comments): Reworked extensively.
3812 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3813 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3814
814299a7 3815 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3816 Make sure directory name ends with "/".
3817
814299a7 3818 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3819 Regexp now allows leading whitespace.
3820 (rc-generic-mode): Added eval-when-compile
3821 around generic-make-keywords-list.
3822 Deleted duplicate regexp
3823 (rul-generic-mode): Added eval-when-compile
3824 around generic-make-keywords-list.
3825 (etc-fstab-generic-mode): New generic mode.
3826 (rul-generic-mode): Removed one eval-when-compile
814299a7 3827 which caused a max-specpdl-size exceeded error.
1b24f4b7 3828
a7bf5cf3
MB
38292000-10-04 Miles Bader <miles@gnu.org>
3830
3831 * simple.el (minibuffer-temporary-goal-position): New variable.
3832 (next-history-element): Try to keep the position of point in the
3833 input string constant.
3834
3835 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3836 (dired-do-create-files): If there's only one file, pass it in as
3837 the DEFAULT arg to dired-mark-read-file-name.
3838
ce1087a9
SM
38392000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3840
3841 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3842 (diff-goto-source): Be smarter when choosing REVERSE or not.
3843
3844 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3845 (texinfo-mode-menu): Add an explicit shortcut for update all.
3846
0e41e1d6
AS
38472000-10-03 Andre Spiegel <spiegel@gnu.org>
3848
814299a7 3849 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3850 factorize backend-specific code cleanly (this was essentially
3851 conceived by Stefan Monnier).
3852 (vc-unregister): Function removed.
814299a7 3853 (vc-revert-file): New function.
858f7cb4
AS
3854 (vc-revert-buffer): Delegate some of the work to it.
3855
0e41e1d6
AS
3856 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3857 default branch unconditionally.
3858 (vc-rcs-set-default-branch): New function.
3859 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3860 (vc-rcs-checkin): If an appropriate default branch has been set,
3861 force creation of that branch.
858f7cb4
AS
3862 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3863 code (as suggested by Stefan Monnier).
0e41e1d6 3864
01c86c56
GM
38652000-10-02 Gerd Moellmann <gerd@gnu.org>
3866
45c477b4
GM
3867 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3868 highlighting overlay with a different face over the overlay
3869 isearch uses to highlight the current match because that can lead
3870 to bad face combinations.
3871
01c86c56
GM
3872 * loadup.el (toplevel): Load faces before isearch.
3873
3874 * isearch.el (isearch-faces): New custom group.
3875 (isearch): New defface; was already tested for in the code.
3876 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3877 (isearch-highlight): Always use face `isearch'.
3878
944425c0
DL
38792000-10-02 Dave Love <fx@gnu.org>
3880
3881 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3882 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3883 comparison of opcode with operand.
3884
2a099bcc
MB
38852000-10-03 Miles Bader <miles@gnu.org>
3886
3887 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3888 buffer, since the echo area will now grow to accommodate them.
3889
4300ecb8
AS
38902000-10-02 Andre Spiegel <spiegel@gnu.org>
3891
3892 * vc-hooks.el (vc-registered): If FILE used to be registered under
3893 a certain backend, try that one first.
3894
814299a7 3895 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3896 argument list. Handle multiple backends correctly.
3897 (vc-find-new-backend): Function removed.
3898 (vc-register): Use vc-responsible-backend, as before.
3899 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3900
64e6cc18
GM
39012000-10-02 Gerd Moellmann <gerd@gnu.org>
3902
3903 * startup.el (fancy-splash-head): Change message below the
3904 logo.
3905
00df919e
MB
39062000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3907
3908 * diff-mode.el (diff-goto-source): Emit a status message.
3909 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3910 (diff-test-hunk): Fix doc string.
00df919e
MB
3911 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3912 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3913 (diff-apply-hunk): Don't return a value.
00df919e 3914
ceec5a0c
SM
39152000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3916
3917 * vc.el (vc-editable-p): Minor optimization.
3918 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3919 (vc-find-new-backend): New function split from vc-responsible-backend.
3920 (vc-register): Use it.
3921 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3922 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3923 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3924 (vc-clear-headers): Don't use find-file.
3925 (vc-revert-buffer): Use `and' again (must have been a braino).
3926 (vc-switch-backend): Only prompt if requested.
3927 Short circuit if nothing is to be done.
3928 Don't use vc-resynch-buffer which could lose unsaved editing.
3929 (vc-default-receive-file): Update call to vc-unregister.
3930 (with-vc-file, vc-next-action-on-file):
3931 Use vc-backend rather than vc-registered.
3932 (vc-next-action-on-file): Use intern-soft.
3933 Deal with read-only *vc-diff* buffer.
3934 (vc-transfer-file): Docstring fix.
3935
3936 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3937 (vc-rcs-receive-file): Avoid with-vc-properties.
3938 Update call to vc-unregister.
3939 Use constant `RCS' rather than (dynamically bound) var `backend'.
3940
4ad5da8f
AS
39412000-10-01 Andre Spiegel <spiegel@gnu.org>
3942
814299a7 3943 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3944 is visited.
3945 (vc-start-entry): New argument initial-contents. Don't visit the file
3946 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3947 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3948 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3949 vc-start-entry.
3950 (vc-finish-logentry): Make sure to bury log buffer only if there
3951 really is one. Call `vc-resynch-buffer' on log-file, not
3952 buffer-file-name.
3953 (vc-default-comment-history, vc-default-wash-log): New functions.
3954 (vc-index-of): Removed.
3955 (vc-transfer-file): Make do without the above.
3956 (vc-default-receive-file): Call comment-history unconditionally. Pass
3957 the resulting string to vc-checkin, instead of inserting it into the
3958 comment ring.
3959
3960 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3961 unconditionally. Use the comments as initial contents of the log
814299a7 3962 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3963 changes.
3964
aa0c3dca
MB
39652000-10-01 Miles Bader <miles@gnu.org>
3966
3967 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3968 `recenter' with an arg to prevent redrawing the display.
3969
d5f5a2c5
SM
39702000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3973
3974 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3975
814299a7 3976 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3977 Don't gratuitously override the default for comment-column.
3978
3979 * textmodes/tex-mode.el (latex-metasection-list): New var.
3980 (latex-imenu-create-index): Use it.
3981 Move the regexp construction outside loops (and use push).
814299a7 3982 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3983 (tex-font-lock-keywords): Moved from font-lock.el.
3984 (tex-comment-indent): Remove.
3985 (tex-common-initialization): Don't set comment-indent-function.
3986 (latex-block-default): New var.
3987 (tex-latex-block): Use it to provide a default choice.
3988 Add any unknown choice to latex-block-names.
3989 Insert [...] after {...}.
3990 (tex-last-unended-begin): Simplify regexp.
3991 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3992 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3993 (latex-mode): Set forward-sexp-function.
3994
3995 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3996 Add regexp for @ignore ... @end ignore.
3997 (texinfo-heading-face): New face.
3998 (texinfo-font-lock-keywords): Use it.
3999 (texinfo-mode-menu): New menu.
4000 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4001 New functions.
4002 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4003 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4004 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4005 Remove declaration.
4006 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4007
4008 * delsel.el (delete-selection-mode): Use define-minor-mode.
4009
4010 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4011
40122000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4013
4014 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4015
8a5506f2
GM
40162000-09-30 Gerd Moellmann <gerd@gnu.org>
4017
068127d6
GM
4018 * replace.el (keep-lines-read-args): New function.
4019 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4020 read arguments interactively. Add parameters RSTART and REND.
4021 Operate on the active region in Transient Mark mode.
4022
d777bb8f
GM
4023 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4024
8a5506f2
GM
4025 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4026 (authors-obsolete-files-regexps): New variable.
4027 (authors-add): Don't record changes in obsolete files.
4028
3fa87bfc
SM
40292000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4030
4031 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4032
4033 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4034 (comment-indent): Make sure there's a space between code and comment.
4035 Shift comments left to avoid going past fill-column.
4036
f02149ce
GM
40372000-09-29 Gerd Moellmann <gerd@gnu.org>
4038
4039 * startup.el (startup-echo-area-message): New function.
4040 (display-startup-echo-area-message): Use it.
4041 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4042 (fancy-splash-default-action): New function.
4043 (fancy-splash-screens-1): New function.
4044 (fancy-splash-head): Put a help-echo and a keymap under the image.
4045
a3ef6569
SM
40462000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4047
4048 * diff-mode.el (diff-add-log-file-name): Remove.
4049 (diff-mode): Use add-log-buffer-file-name-function.
4050
4051 * add-log.el (find-change-log): New arg BUFFER-FILE.
4052 (add-log-file-name): Obey add-log-file-name-function.
4053 (add-log-buffer-file-name-function): New var.
4054 (add-change-log-entry): Use it.
4055
75e5b373
MB
40562000-09-29 Miles Bader <miles@gnu.org>
4057
4058 * image-file.el (image-file-name-extensions): New variable.
4059 (image-file-name-regexps): Renamed from `image-file-regexps'.
4060 New default value is nil. Call `auto-image-file-mode'.
4061 (image-file-name-regexp): New function.
4062 (auto-image-file-mode): New minor mode.
4063 (insert-image-file): Don't make conditional on the image-file
4064 handler being enabled.
4065 (image-file-handler): Make the call here conditional instead.
4066 (set-image-file-handler-enabled, enable-image-file-handler)
4067 (disable-image-file-handler): Functions removed.
4068
4069 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4070 string.
4071
de6e1f7c
GM
40722000-09-29 Gerd Moellmann <gerd@gnu.org>
4073
4074 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4075 it's a function from CL.
4076 (latex-imenu-create-index): Replace eval-when-compile with progn
4077 because latex-section-alist is not bound while compiling.
4078
d8c201f5
SM
40792000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4080
4081 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4082 (outline-mode): Use define-derived-mode.
4083
814299a7 4084 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4085 * progmodes/awk-mode.el (awk-mode):
4086 * progmodes/asm-mode.el (asm-mode):
4087 Don't gratuitously override the default for comment-column.
4088
4089 * emacs-lisp/lisp.el (lisp-complete-symbol):
4090 Distinguish the let-binding case from the funcall case.
4091 (forward-sexp-function): New variable.
4092 (forward-sexp): Use it.
4093
4094 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4095 (easy-mmode-defmap): Remove the now useless autoload.
4096
4097 * time.el (display-time-mode): Use define-minor-mode.
4098
4099 * subr.el (add-minor-mode): Don't eval NAME.
4100 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4101 Use if rather than cond.
4102
4103 * simple.el (read-expression-map): Define more properly.
4104 (comment-indent-hook): Remove.
4105 (string-to-syntax): Bug fix.
4106
4107 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4108 (cvs-ediff-diff): Fix typo.
4109 (cvs-revert-if-needed): Don't bother preserving read-only.
4110
4111 * paren.el (show-paren-mode): Use define-minor-mode.
4112
4113 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4114 (toggle-auto-compression): Remove.
4115 (jka-compr-build-file-regexp): Remove useless grouping.
4116
4117 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4118 Avoid user-reserved bindings.
4119 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4120 (diff-header-face): Revert to grey85.
4121
4122 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4123
4124 * complete.el (partial-completion-mode) <defcustom>: Remove.
4125 (partial-completion-mode): Use define-minor-mode.
4126 (PC-do-completion): Understand `completion-auto-help = delay'
4127 to mean to popup the completion buffer only the second time.
814299a7 4128 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4129 (PC-include-file-all-completions): Don't quote lambda.
4130
4131 * comint.el (comint-mode-hook): Docstring fix.
4132 (comint-mode): Use define-derived-mode.
4133 (comint-mode-map): Remove obsolete comment.
4134 (make-comint): Minor stylistic change.
4135 (comint-insert-clicked-input): Be more careful to find the overlay.
4136 Use this-command-keys rather than hardcoding mouse-2.
4137
4138 * font-lock.el: Replace confusing (,@ with ,
4139 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4140 Don't use regexp-opt-depth. Spice up the regexp for args.
4141 Don't distinguish between cmds that can take an opt arg or not.
4142 Use `append' and `prepend' rather than `keep'.
4143
4144 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4145 (latex-outline-regexp): New var.
4146 (latex-outline-level): New fun.
4147 (latex-section-alist): New var.
4148 (latex-imenu-create-index): Use it. Use `push' as well.
4149 (tex-shell-map): Initialize it properly.
4150 (tex-mode): Minor stylistic change.
4151 (plain-tex-mode): Use define-derived-mode.
4152 (latex-mode): Use define-derived-mode.
4153 Construct the paragraph regexps in a more readable way.
4154 Set the buffer-local outline-{level,regexp} vars.
4155 (slitex-mode): Derive from latex-mode.
4156 (tex-common-initialization): Don't kill-all-vars anymore.
4157 Add setting for comment-add and font-lock-defaults.
4158 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4159 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4160 (tex-start-tex): New arg DIR (and send a chdir command for it).
4161 Also display the shell buffer and save it in tex-last-buffer-texed.
4162 (tex-region): Use expand-file-name rather than concat.
4163 Remove code made useless by changes in tex-start-tex.
4164 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4165
4166 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4167
ff398532
DL
41682000-09-28 Dave Love <fx@gnu.org>
4169
4170 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4171
f9415d5b
GM
41722000-09-28 Gerd Moellmann <gerd@gnu.org>
4173
4174 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4175 `append'.
4176
fa003899
SM
41772000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4178
4179 * info.el (Info-extract-pointer): Undo last change.
4180 Instead, fix the position of the `bound' arg to re-search-backward.
4181
41822000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4183
4184 * info.el (Info-extract-pointer):
4185 Widen more carefully, to avoid finding pointers in other nodes.
4186 (Info-index): Use push.
4187
f9415d5b 41882000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4189
4190 * frame.el (set-frame-font): Remove call to obsolete function
4191 frame-update-faces.
4192 (set-foreground-color, set-background-color): Likewise for
4193 frame-update-face-colors.
4194
5538b8ba
MB
41952000-09-27 Miles Bader <miles@gnu.org>
4196
4197 * image-file.el: New file.
4198
60536eea
GM
41992000-09-27 Gerd Moellmann <gerd@gnu.org>
4200
5b551d58
GM
4201 * frame.el (frame-notice-user-settings): Don't call
4202 frame-update-faces, which is a no-op now.
814299a7 4203
60536eea
GM
4204 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4205 tool-bar-lines.
4206
36f1966f
DL
42072000-09-27 Dave Love <fx@gnu.org>
4208
4209 * mouse.el: Fix last change.
4210
c5785b73
MB
42112000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4212
4213 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4214
672172d9
KH
42152000-09-22 Kenichi Handa <handa@etl.go.jp>
4216
4217 * international/quail.el (quail-help): The output message is
4218 improved.
4219
4653b4ea
DL
42202000-09-26 Dave Love <fx@gnu.org>
4221
4222 * mouse.el (popup-menu): If POSITION is nil, set it using
4223 mouse-position.
4224
63900fcf
SS
42252000-09-25 Sam Steingold <sds@gnu.org>
4226
4227 * net/browse-url.el (browse-url-file-url): Check for null maps.
4228
cd3b81be
GM
42292000-09-26 Gerd Moellmann <gerd@gnu.org>
4230
876512ab 4231 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4232 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4233
fa003899
SM
4234 * frame.el (frame-notice-user-settings):
4235 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4236
cd3b81be
GM
4237 * toolbar/tool-bar.el (tool-bar-help): New function.
4238
d8b4516f
GM
42392000-09-25 Gerd Moellmann <gerd@gnu.org>
4240
6567e9b5
GM
4241 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4242 current-load-list in top-level forms. Else this leaks a cons cell
4243 every time a defun is called.
63900fcf 4244
d8b4516f 4245 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4246
a461758e
DL
42472000-09-25 Dave Love <fx@gnu.org>
4248
7df6adc3
DL
4249 * startup.el (fancy-splash-head): Check XPM is available.
4250
a461758e
DL
4251 * autoinsert.el (auto-insert): Doc fix.
4252 (auto-insert-alist): Following GNU notices, don't say `copyright
4253 _by_'. Use line-beginning-position.
4254 (auto-insert): Check buffer-file-name is non-nil before use.
4255
b11af2dd
GM
42562000-09-25 Gerd Moellmann <gerd@gnu.org>
4257
4258 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4259 starting with `@def' or `@multitable', in addition to ones
4260 specified by the user in auto-fill-inhibit-regexp.
4261
5f9f981b
GM
42622000-09-25 Markus Rost <rost@math.ohio-state.edu>
4263
4264 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4265 rmail-dont-reply-to-names matches the empty string.
63900fcf 4266
8ff16b4e
GM
42672000-09-25 Gerd Moellmann <gerd@gnu.org>
4268
63900fcf 4269 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4270 text to sound more friendly.
4271
9b4a7800
TTN
42722000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4273
4274 * progmodes/hideshow.el: Update author email address.
4275 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4276 (hs-hide-all-non-comment-function): New var.
4277 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4278 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4279 (hs-show-region): Delete this command.
4280 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4281
4c7c1f3f
DL
42822000-09-22 Dave Love <fx@gnu.org>
4283
4284 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4285 (hl-line-highlight): Specify buffer when moving overlay.
4286
4287 * progmodes/fortran.el (fortran-mode): Locally set
4288 normal-auto-fill-function.
4289 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4290 (fortran-mode-map): Adjust auto-fill menu entry.
4291
13f93dee
GM
42922000-09-22 Gerd Moellmann <gerd@gnu.org>
4293
36eb0a91
GM
4294 * vc-rcs.el (toplevel): Require `vc' when compiling.
4295
fa003899 4296 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4297
36a03bf9
AS
42982000-09-22 Andre Spiegel <spiegel@gnu.org>
4299
9b4a7800 4300 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4301 registered under the new backend.
4302
9b4a7800 4303 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4304 without explicit revision number.
4305
6e4e8a3b
SM
43062000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4307
4308 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4309 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4310 (diff-xor): New function.
4311 (diff-find-source-location): Use it. Fix a stupid name clash.
4312 (diff-hunk-status-msg): New function.
4313 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4314 (diff-test-hunk): Use diff-find-source-location.
4315 (diff-goto-source): Favor the `reverse'.
4316 (diff-hunk-text): Properly handle one-sided context diffs.
4317 (diff-apply-hunk): When done, advance to the next hunk.
4318
1b24b888
GM
43192000-09-21 Gerd Moellmann <gerd@gnu.org>
4320
623a0aae
GM
4321 * startup.el (command-line): If frame was created with a non-zero
4322 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4323
1b24b888
GM
4324 * add-log.el (change-log-date-face, change-log-name-face)
4325 (change-log-email-face, change-log-file-face)
4326 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4327 (change-log-function-face, change-log-acknowledgement-face):
4328 New faces, inheriting from font-lock faces.
1b24b888 4329 (change-log-font-lock-keywords): Use them.
9b4a7800 4330
93b3a1c8
DL
43312000-09-21 Dave Love <fx@gnu.org>
4332
80585273
DL
4333 * progmodes/cperl-mode.el (top-level): Clean up
4334 `eval-when-compile's and assorted defvars.
4335 (cperl-invalid-face): Don't double-quote value. Change custom
4336 type.
4337 (cperl-mode): Set normal-auto-fill-function and don't zap
4338 auto-fill-function.
4339 (cperl-imenu--function-name-regexp-perl): Renamed from
4340 imenu-example--function-name-regexp-perl.
4341 (cperl-imenu--create-perl-index): Renamed from
4342 imenu-example--create-perl-index.
4343 (cperl-xsub-scan): Don't require cl.
4344
93b3a1c8
DL
4345 * msb.el (msb-mode-map): Use substitute-key-definition.
4346 (msb-mode): Use msb-mode-map.
4347
43ccb598
AS
43482000-09-21 Andre Spiegel <spiegel@gnu.org>
4349
4350 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4351 New functions.
fa003899 4352 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4353 (vc-switch-backend): New function.
4354 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4355 (vc-register): Fix prompt.
4356 (vc-unregister, vc-default-unregister): New functions.
4357 (vc-version-diff): Handle empty buffer in sentinel.
4358
4359 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4360 (vc-rcs-state-heuristic): Use it to guess the state of files with
4361 non-strict locking.
4362 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4363 been set with -b, but not created yet.
4364 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4365 contents in order to find the state.
4366 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4367 (vc-rcs-unregister, vc-rcs-receive-file)
4368 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4369
9b4a7800 4370 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4371 in case it is missing.
9b4a7800 4372
95fadcca
GM
43732000-09-21 Gerd Moellmann <gerd@gnu.org>
4374
4375 * startup.el (fancy-splash-tail): Use a different foreground
4376 color on a dark frame background.
4377
470f23e1
MB
43782000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4379
4380 * info.el: Use the correct capitalization when making Info-mode
4381 and Info-edit-mode `special' modes.
4382
281096ed
SM
43832000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4384
4385 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4386 (diff-mode): Add support for add-log.el.
4387 (diff-hunk-text): Use char offsets rather than line offsets.
4388 (diff-find-source-location): Replace LINE with line-offset (nil
4389 if not found) and always set POS to a meaningful position.
4390 Adapt to the new char-offsets.
4391 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4392 Adapt to the new diff-find-source-location.
4393 (diff-goto-source): Adapt to the new diff-find-source-location.
4394
4395 * add-log.el (add-log-file-name): New function (split out of
4396 add-change-log-entry).
4397 (add-change-log-entry): Use it.
4398 Call add-log-file-name-function with the changelog file name if
4399 the current buffer is not associated with any file.
4400 Avoid find-file if the selected window is dedicated.
4401
4402 * diff-mode.el (diff-find-source-location):
4403 Move code from diff-apply-hunk. Return buffer rather than file.
4404 (diff-apply-hunk): Use the new result from diff-find-source-location.
4405 (diff-goto-source): Use the new diff-find-source-location.
4406
c29d77c4
DL
44072000-09-20 Dave Love <fx@gnu.org>
4408
4409 * iswitchb.el: Some doc fixes.
4410 (iswitchb-mode-map): Define completely initially. Inherit
4411 minibuffer-local-map.
4412 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4413 fundamental-mode.
4414 (iswitchb-global-map): New variable.
4415 (iswitchb-summaries-to-end): Amalgamate regexps.
4416 (iswitchb-mode): New.
4417 (iswitchb-mode-hook): New variable.
4418 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4419 `extensions'.
4420
49939379
GM
44212000-09-20 Gerd Moellmann <gerd@gnu.org>
4422
d05c87ac
GM
4423 * ehelp.el (electric-help): New defgroup.
4424 (electric-help-shrink-window): New user-option.
4425 (with-electric-help): Use it.
4426
1ec082d4
GM
4427 * window.el (shrink-window-if-larger-than-buffer): If face
4428 `mode-line' has a :box, and we're on a graphical frame, add 1
4429 to the needed window height.
4430
f46c275e
GM
4431 * frame.el (frame-notice-user-settings): Add a last parameter nil
4432 to a call to `append', because the last list passed to `append' is
4433 not copied, and so subsequent calls to assq-delete-all will modify
4434 default-frame-alist.
4435
b7e11c5b
GM
4436 * startup.el (fancy-splash-image): Change :type.
4437 (fancy-splash-head): Use an XBM image if appropriate.
4438 (command-line-1): Show splash screens in more cases.
4439
26ff68aa
GM
4440 * startup.el (fancy-splash-text): Don't quote faces.
4441
8320414c
GM
4442 * dired.el (dired-font-lock-keywords): Undo last change.
4443 (dired-readin): Bind indent-tabs-mode to nil.
4444
49939379
GM
4445 * startup.el (fancy-splash-head): If frame's background mode
4446 is `dark', change the black background of the image to gray.
4447 (fancy-splash-screens): Display startup echo area message.
4448 (display-startup-echo-area-message): New function.
4449
c3b27206
MB
44502000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4451
55a3d2a1
MB
4452 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4453
4454 * info.el (info-header-node): Tweak for color ttys.
4455
37a99821
MB
4456 * faces.el (face-valid-attribute-values): Make sure directories we
4457 search for stipples both exist and are readable before trying to
4458 search them.
4459
0415d0d0
MB
4460 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4461 in the dry-run case.
4462
523b128c
MB
4463 * jka-compr.el (with-auto-compression-mode): New macro.
4464
c3b27206
MB
4465 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4466 (custom-group-tag-face, custom-variable-tag-face): Use relative
4467 :height and inherit from `variable-pitch' face instead of
4468 hardwiring :family.
4469 * hi-lock.el (hi-black-hb): Likewise.
4470
ddba99ad
MB
4471 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4472 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4473 toolbar-add-item, if image doesn't have a mask add a `:mask
4474 heuristic'.
4475
7e99fbde
SM
44762000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * diff-mode.el: Docstring fixes.
4479 (diff-header-face, diff-comment-face): New faces.
4480 (diff-font-lock-keywords): Highlight a bit differently.
4481 (diff-find-source-location): Don't return SPAN any more.
4482 (diff-hunk-text): Don't bother erasing the temp buffer.
4483 (diff-find-text): Drop argument LINE.
4484 (diff-apply-hunk): Update calls to diff-find-text.
4485 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4486
4487 * calendar/calendar.el: Docstring fixes.
4488 (calendar-make-alist): Don't quote lambda.
4489 (calendar-star-date): Use make-local-variable.
4490
fb275c02
DL
44912000-09-19 Dave Love <fx@gnu.org>
4492
7e99fbde
SM
4493 * toolbar/tool-bar.el: Renamed from toolbar.el.
4494 Change `toolbar' to `tool-bar' generally in symbols.
4495 Make some items invisible in `special' major modes.
4496 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4497 Add arg PROPS.
532cb34d 4498
7e99fbde
SM
4499 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4500 Add :version here.
fb275c02
DL
4501 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4502
8f4ca9a5
GM
45032000-09-19 Gerd Moellmann <gerd@gnu.org>
4504
8b7707e1 4505 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4506
8b7707e1 4507 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4508 (find-file-noselect): Use it.
4509
8b7707e1 4510 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4511 (fancy-splash-screen): Defgroup.
4512
8f4ca9a5
GM
4513 * add-log.el (change-log-font-lock-keywords): Match names
4514 more exactly for the case that font-lock-constant-face is
4515 underlined.
4516
ba9eeda1 45172000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4518
8b7707e1 4519 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4520
289eaef9
AS
45212000-09-19 Andre Spiegel <spiegel@gnu.org>
4522
4523 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4524
ce9ded5d
GM
45252000-09-19 Gerd Moellmann <gerd@gnu.org>
4526
c113de23
GM
4527 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4528 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4529 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4530 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4531 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4532 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4533 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4534 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4535 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4536 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4537 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4538 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4539
ce9ded5d
GM
4540 * startup.el (fancy-splash-text): New variable.
4541 (fancy-splash-delay, fancy-splash-image): New user-options.
4542 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4543 (fancy-splash-screens): New functions.
4544 (command-line-1): If display has a `display' frame parameter, has
4545 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4546
b9b1c3a9
DL
45472000-09-19 Dave Love <fx@gnu.org>
4548
4549 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4550 with null `help'. Use modern backquote syntax.
4551
1af25534
GM
45522000-09-19 Gerd Moellmann <gerd@gnu.org>
4553
afd3c8cd
GM
4554 * font-lock.el (font-lock-mode): Change message telling the user
4555 that ``the buffer is too big''.
4556
1af25534
GM
4557 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4558 for instance for the case that tab-width is 2.
4559
05b1f851
GM
45602000-09-18 Gerd Moellmann <gerd@gnu.org>
4561
4562 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4563 toolbar-add-item, if image doesn't have a mask add a `:mask
4564 heuristic'.
4565
8ec8f673
MB
45662000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4567
2b612b1f
MB
4568 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4569 and return a cons if it's non-nil.
4570 (diff-apply-hunk): Try to jump to the line in the source text
4571 corresponding to the position of point in the in the hunk.
4572
9b4a7800 4573 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4574 (Info-title-1-face): Use face inheritance and relative sizes
4575 instead of hard-wiring things.
4576
4577 * faces.el (secondary-selection): Make dark-background variant sane.
4578
5eedab4d
AI
45792000-09-16 Andrew Innes <andrewi@gnu.org>
4580
5eedab4d
AI
4581 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4582 read-only, since they aren't under VC now.
4583
6a142f26
DL
45842000-09-17 Dave Love <fx@gnu.org>
4585
e07436e1
DL
4586 * tmm.el: Replace mapcar with mapc in several places.
4587
4588 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4589 ad-unadvise.
4590
7d354dd5
DL
4591 * international/latin1-disp.el: New file.
4592
6a142f26
DL
4593 * calendar/cal-move.el (scroll-calendar-left)
4594 (scroll-calendar-right): Make arg optional (for active mode line).
4595
4596 * calendar/calendar.el (calendar-mode-line-format): Make fields
4597 mouse-sensitive.
4598 (calendar-read-date, calendar-read-date, calendar-window-list):
4599 Unquote lambda.
4600 (calendar-month-name): Use aref, not sref.
4601
4602 * view.el (minor-mode-alist): Propertize the string.
4603
4604 * international/characters.el (standard-case-table): Add entries
4605 for Greek.
4606
50ac70af
MB
46072000-09-18 Miles Bader <miles@gnu.org>
4608
53c9ab4f
MB
4609 * info.el (info-node, info-xref): Add dark-background variants.
4610
a114b1ca
MB
4611 * faces.el (header-line): Change defaults to be less confusing
4612 when mixed with mode-lines.
4613
50ac70af
MB
4614 * info.el (Info-fontify-node): Make a few cleanups.
4615 Add extra `help-echo' and `local-map' props to node xrefs.
4616 Use header-specific faces for node-names & xrefs.
4617 (Info-use-header-line): New variable.
53c9ab4f 4618 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4619 (Info-setup-header-line): New function.
4620 (Info-select-node): Call Info-setup-header-line when enabled.
4621 (Info-extract-pointer): Work even if the header line is hidden.
4622 (Info-header-line): New variable.
4623
729927ff
SM
46242000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * vms-patch.el (print-region-function): Don't quote lambda.
4627
4628 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4629
4630 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4631 (lm-get-header-re): Allow spaces between the header and the colon.
4632 (lm-header): Allow $ in non-RCS headers.
4633 (lm-header-multiline): Put the strings back into order.
4634 Stop at an empty line. Don't require two space chars if the
4635 line is clearly not another header line.
4636
4637 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4638 (popup-menu-popup): Remove.
4639
7a98d821
GM
46402000-09-15 Gerd Moellmann <gerd@gnu.org>
4641
7f8f1edc
GM
4642 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4643 specification if or if not tool-bar item contains an `:enabled'
4644 property.
4645
7a98d821
GM
4646 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4647 current buffer has no file name.
4648
a7bc704b
DL
46492000-09-15 Dave Love <fx@gnu.org>
4650
4651 * strokes.el: Sync with maintainer's current version with changes
4652 for Emacs, but avoid runtime cl and levents.
4653 (toplevel): Change autoloads and compilation requires.
4654 (strokes-version, strokes-bug-address, strokes-lift): Values
4655 changed.
4656 (strokes-xpm-header, strokes-insinuated): New variable.
4657 (strokes): Add :link.
4658 (strokes-mode): Customized.
4659 (strokes-while-inhibiting-garbage-collector): New macro.
4660 (strokes-remassoc): Avoid remove-if.
4661 (strokes-fix-button2-command): Don't use ad-do-it.
4662 (strokes-insinuate): New function.
4663 (strokes-button-press-event-p, strokes-button-release-event-p):
4664 New functions, used instead of non-`strokes-' versions..
4665 (strokes-mouse-event-p): Rewritten.
4666 (strokes-event-closest-point): Avoid event-point.
4667 (strokes-get-grid-position): Avoid cdadr, caadr
4668 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4669 functions.
4670 (strokes-help): Use with-output-to-temp-buffer.
4671 (strokes-window-configuration-changed-p): New function.
4672 (strokes-update-window-configuration): Use buffer-live-p,
4673 strokes-window-configuration-changed-p.
4674 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4675 (strokes-char-face): New face.
4676 (strokes-char-table, strokes-base64-chars): New variable.
4677 (strokes-xpm-for-stroke, strokes-list-strokes)
4678 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4679 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4680 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4681 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4682 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4683 functions.
4684
47e351a3
GM
46852000-09-15 Gerd Moellmann <gerd@gnu.org>
4686
ebb8f116
GM
4687 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4688
47e351a3
GM
4689 * image.el (create-image): Doc fix.
4690
4691 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4692 instead of `:heuristic-mask t'.
4693
fe83b953
AI
46942000-09-14 Andrew Innes <andrewi@gnu.org>
4695
4696 * makefile.w32-in: Revert to Unix line endings.
4697
52481729
AI
46982000-09-14 Andrew Innes <andrewi@gnu.org>
4699
3021e816
AI
4700 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4701 when installing.
4702
52481729
AI
4703 * makefile.nt (DONTCOMPILE): Fix typo.
4704
4705 * shell.el (shell-write-history-on-exit): New function.
4706 (shell-dumb-shell-regexp): New custom variable.
4707 (shell-mode): Make shell-write-history-on-exit the process
4708 sentinel if shell name matches shell-dumb-shell-regexp.
4709
4710 * w32-fns.el: Comment out before-init-hook function which resets
4711 source-directory based; this breaks bootstrap.
4712
f8034e41
DL
47132000-09-14 Dave Love <fx@gnu.org>
4714
4715 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4716 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4717 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4718 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4719 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4720 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4721 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4722 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4723 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4724
4725 * toolbar/toolbar.el: New.
4726
4727 * subdirs.el: Add toolbar.
4728
b9ce5694
GM
47292000-09-14 Gerd Moellmann <gerd@gnu.org>
4730
4731 * indent.el (indent-for-tab-command): Doc fix.
4732
986b7dee
GM
47332000-09-14 Alex Schroeder <alex@gnu.org>
4734
4735 * ansi-color.el (ansi-colors): Doc change.
4736 (ansi-color-get-face): Simplified regexp.
4737 (ansi-color-faces-vector): Added more faces, doc change.
4738 (ansi-color-names-vector): Doc change.
4739 (ansi-color-regexp): Simplified regexp.
4740 (ansi-color-parameter-regexp): New regexp.
4741 (ansi-color-filter-apply): Doc change.
4742 (ansi-color-filter-region): Doc change.
4743 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4744 deal with zero length parameters.
4745 (ansi-color-apply-on-region): Doc change.
4746 (ansi-color-map): Doc change.
4747 (ansi-color-map-update): Removed debugging message.
4748 (ansi-color-get-face-1): Added condition-case to trap
4749 args-out-of-range errors.
4750 (ansi-color-get-face): Doc change.
4751 (ansi-color-make-face): Removed.
4752 (ansi-color-for-shell-mode): New option.
9b4a7800 4753
076ff911
KH
47542000-09-13 Kenichi Handa <handa@etl.go.jp>
4755
4756 * international/quail.el (quail-start-translation): Translate KEY
4757 if necessary even if it doesn't have any mapping in the current
4758 input method.
4759 (quail-start-conversion): Likewise.
4760 (quail-help): The output message is improved.
4761
bdf08678
MB
47622000-09-13 Miles Bader <miles@gnu.org>
4763
4764 * comint.el (comint-output-filter): Revert to using
4765 `insert-before-markers'. Add bletcherous hack to undo damage
4766 caused by `insert-before-markers'. Put `front-sticky' property on
4767 overlays created here so that the field code understands how the
4768 overlay works. Use a let when making comint-last-prompt-overlay,
4769 so that the code is easier to read.
4770
ffb8db8d
DL
47712000-09-13 Dave Love <fx@gnu.org>
4772
4773 * wid-edit.el (widget-default-format-handler): DTRT when
4774 doc-property is a function.
4775
5dd05f61
GM
47762000-09-12 Francesco Potorti` <pot@gnu.org>
4777
4778 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4779 filed name if it's not there.
4780
35177617
DL
47812000-09-12 Dave Love <fx@gnu.org>
4782
9023837e
DL
4783 * simple.el (read-mail-command): Doc fix.
4784 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4785
35177617
DL
4786 * vc.el (vc-dired-listing-switches): Fix :version.
4787
4788 * vc-hooks.el: Doc fixes.
4789
4790 * subr.el (add-minor-mode): Use toggle-fun arg.
4791
4792 * speedbar.el: Add :version to several defcustoms.
4793
4794 * imenu.el (imenu--truncate-items, imenu--cleanup)
4795 (imenu--generic-function): Avoid mapcar.
4796 (imenu--replace-spaces): Function removed.
4797 (imenu--completion-buffer): Use subst-char-in-string.
4798 (imenu-add-to-menubar): Use keymap inheritance.
4799
1afaae94
MB
48002000-09-12 Miles Bader <miles@gnu.org>
4801
4802 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4803 (diff-mode-map): Bind `diff-test-hunk'.
4804 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4805
48062000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4807
4808 * bytecomp.el (byte-compile-defvar): Undo last change
4809 because it breaks '(make-variable-buffer-local (defvar ...)'
4810 which is used at least in dired.
4811
63c36c3c
KH
48122000-09-12 Kenichi Handa <handa@etl.go.jp>
4813
4814 * international/quail.el (quail-define-package): Docstring
4815 modified.
4816
1ad24be1
KH
48172000-09-12 Kenichi Handa <handa@etl.go.jp>
4818
362a8065
KH
4819 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4820 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4821 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4822 docstring of "chinese-py".
4823
1ad24be1
KH
4824 * international/quail.el (quail-translation-docstring): New
4825 variable.
4826 (quail-show-keyboard-layout): Docstring modified.
4827 (quail-select-current): Likewise.
4828 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4829 infinite recursive call.
4830 (quail-help): Check quail-translation-docstring. Format of the
4831 output changed.
4832 (quail-help-insert-keymap-description): Adjusted for the above
4833 change.
4834
cc0f95a4
GM
48352000-09-11 Gerd Moellmann <gerd@gnu.org>
4836
4837 * bytecomp.el (byte-compile-defvar): Only cons onto
4838 current-load-list in top-level forms. Else this leaks a cons cell
4839 every time a defun is called.
4840
7530b6da
MB
48412000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4842
4843 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4844 Now understands non-unified diffs. Some functionality moved into
4845 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4846 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4847 modify anything. Only reposition point in the patched file if the
4848 patch succeeds. Only pop up another window if POPUP is true.
4849 Emit a message describing what happened if successful, and at what
4850 line-offset. Automatically detect reversed hunks and do something
4851 appropriate.
4852 (diff-hunk-text, diff-find-text): New functions.
4853 (diff-filter-lines): Function removed.
4854 (diff-test-hunk): New function.
4855 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4856
6b124390
DL
48572000-09-10 Dave Love <fx@gnu.org>
4858
4859 * textmodes/tildify.el: Minor doc/commentary fixes.
4860 (tildify) <defgroup>: Add :version.
4861
4862 * faces.el (face-x-resources): Make custom type more specific.
4863 (frame-background-mode): Use mapc.
4864 (region) <defcustom>: Add :version.
4865
7f8b6551
SM
48662000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4867
9b4a7800
TTN
4868 * vc-sccs.el (vc-sccs-register):
4869 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4870 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4871 * vc.el (vc-register): Clear file's properties.
4872
c454aac1
GM
48732000-09-08 Gerd Moellmann <gerd@gnu.org>
4874
4875 * faces.el (face-spec-set): Only face-spec-reset-face when
4876 ATTRS is non-nil.
4877
bb934822
EZ
48782000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * help.el (help-insert-xref-button): Fix a typo in doc string.
4881
03419440
EZ
48822000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4883
7f8b6551
SM
4884 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4885 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4886 methods.
4887
03419440
EZ
4888 * menu-bar.el (read-mail-item-name): New function.
4889 (menu-bar-tools-menu): Use it to compute and display the package
4890 used to read email.
4891 (menu-bar-tools-menu): Fix typo in GUD's help string.
4892
dbcee71a
DL
48932000-09-07 Dave Love <fx@gnu.org>
4894
19e713d8
DL
4895 * diff-mode.el (diff-mouse-goto-source): New function.
4896
a7cafade 4897 * vc-sccs.el: Doc fixes.
7f8b6551 4898 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4899
4900 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4901 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4902 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4903 (vc-rcs-master-templates): Add or change :version.
4904
7f8b6551 4905 * vc-cvs.el: Doc fixes.
a7cafade
DL
4906 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4907 (vc-cvs-stay-local): Add :version.
4908
dbcee71a
DL
4909 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4910
ed254191
KH
49112000-09-07 Kenichi Handa <handa@etl.go.jp>
4912
4913 * international/quail.el (quail-help): Fix previous change.
4914
ab0ee409
GM
49152000-09-07 Gerd Moellmann <gerd@gnu.org>
4916
f46f845b 4917 * faces.el (color-values): Doc fix.
9b4a7800 4918
ab0ee409
GM
4919 * faces.el (frame-set-background-mode): Use frame-parameter
4920 instead of frame-parameters.
4921
4922 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4923 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4924 frame-parameters.
9b4a7800 4925
f7246ac7
KH
49262000-09-07 Kenichi Handa <handa@etl.go.jp>
4927
4928 * language/devan-util.el (devanagari-to-indian-region): In the
4929 loop, change the following char, not preceding char.
4930
96889af2
GM
49312000-09-07 Gerd Moellmann <gerd@gnu.org>
4932
1091dd67
GM
4933 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4934 instead of frame-parameters.
4935
9b4a7800 4936 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4937 internal-set-lisp-face-attribute with FRAME being 0.
4938
4939 * vc.el: Remove `Id' version control keyword.
96889af2 4940
0fddd0dc
KH
49412000-09-07 Kenichi Handa <handa@etl.go.jp>
4942
4943 * help.el (help-make-xrefs): Adjusted for the change of
4944 help-xref-mule-regexp.
4945 (help-insert-xref-button): New function.
4946
4947 * international/mule-cmds.el (help-xref-mule-regexp-template):
4948 Include the pattern for character set.
4949 (leim): New group.
4950
4951 * international/quail.el: Don't require face.
4952 (quail): New group.
7f8b6551 4953 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4954 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4955 (quail-keyboard-layout-substitution): New variable.
4956 (quail-update-keyboard-layout): New function.
4957 (quail-keyboard-layout-type): New customizable variable.
4958 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4959 (quail-keyboard-translate): Pay attention to
4960 quail-keyboard-layout-substitution.
4961 (quail-insert-kbd-layout): New function.
4962 (quail-show-keyboard-layout): New function.
4963 (quail-get-translation): If the definition is a vector of length
7f8b6551 4964 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4965 in that string.
4966 (quail-update-current-translations): Fix the case of
4967 relative-index out of range.
4968 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4969 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4970 Show key sequences for all available characters.
0fddd0dc
KH
4971 (quail-help-insert-keymap-description): Don't show such verbose
4972 key bindings as quail-self-insert-command.
4973
4974 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4975 Format changed, and each element now have extra documentations.
4976 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4977 Adjusted for the change of quail-cxterm-package-ext-info.
4978
8ddceaf1
GM
49792000-09-06 Gerd Moellmann <gerd@gnu.org>
4980
4981 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4982 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4983 during bootstrap.
4984
099bd78a
SM
49852000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4986
4987 * vc.el: (toplevel): Don't require `dired' at run-time.
4988 (vc-dired-resynch-file): Remove autoload cookie.
4989
49902000-09-05 Andre Spiegel <spiegel@gnu.org>
4991
4992 * vc.el: Made several backend functions optional.
4993 (vc-default-responsible-p): New function.
4994 (vc-merge): Use RET for first version to trigger merge-news, not
4995 prefix arg.
4996 (vc-annotate): Handle backends that do not support annotation.
4997 (vc-default-merge-news): Removed. The existence of a merge-news
4998 implementation is now checked on caller sites.
4999
9b4a7800 5000 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5001 case.
5002
9b4a7800 5003 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5004 special case that has been removed from the default in vc-hooks.el.
5005
50062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5007
5008 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5009
50102000-09-05 Andre Spiegel <spiegel@gnu.org>
5011
5012 * vc-hooks.el: Require vc during compilation.
5013 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5014 macro `with-vc-properties' in vc.el.
5015 (vc-file-getprop): Doc fix.
5016 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5017
099bd78a
SM
5018 * vc.el: Require dired-aux during compilation.
5019 (vc-name-assoc-file): Moved to vc-sccs.el.
5020 (with-vc-properties): New macro.
9b4a7800 5021 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5022 vc-finish-steal): Use it.
5023 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5024 to the backend-specific function is now supposed to do the checkout,
5025 too.
5026 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5027
9b4a7800 5028 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5029 set file properties; that gets done in the generic code now.
5030
5031 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5032 Changed parameter list, added code from vc.el that does the
5033 checkout, possibly with a double-take.
5034
5035 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5036 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5037 the above under the new name.
5038 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5039 parameter list, added checkout command.
5040 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5041 properties; that gets done in the generic code now.
5042
50432000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5044
5045 * vc.el: Docstring fixes (courtesy of checkdoc).
5046
50472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5048
5049 * vc.el (vc-checkout-writable-buffer-hook)
5050 (vc-checkout-writable-buffer): Remove.
5051 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5052 (vc-log-mode): Make it into a clean derived major mode.
5053 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5054 vc-log-mode if log-edit is not available.
5055 (vc-dired-mode-map): Don't set-keymap-parent yet.
5056 (vc-dired-mode): Do set-keymap-parent here.
5057 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5058
08ba3862
GM
50592000-09-05 Gerd Moellmann <gerd@gnu.org>
5060
5061 * faces.el (set-face-attribute, face-spec-reset-face)
5062 (face-spec-set): Avoid consing by removing calls to `apply'.
5063
5064 * frame.el (frame-parameter): Move to C code.
5065
3b4429b4
DL
50662000-09-05 Dave Love <fx@gnu.org>
5067
5068 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5069 insert-before-markers-and-inherit. Now checked systematically!
5070
877055f6
GM
50712000-09-05 Alex Schroeder <alex@gnu.org>
5072
5073 * sql.el (sql-postgres): Use sql-postgres-options.
5074 (sql-postgres-options): New variable.
5075
50762000-09-05 Alex Schroeder <alex@gnu.org>
5077
5078 * sql.el (sql-mode-menu): Work around missing variable mark-active
5079 in XEmacs.
5080 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5081 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5082 compatibility.
5083
7a004b71
GM
50842000-09-04 Gerd Moellmann <gerd@gnu.org>
5085
54baed30 5086 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5087
7a004b71
GM
5088 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5089
5090 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5091
50922000-09-04 Andre Spiegel <spiegel@gnu.org>
5093
5094 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5095 don't support anything else under SCCS yet.
5096
5097 * vc-hooks.el: Minor doc fixes.
5098
50992000-09-04 Andre Spiegel <spiegel@gnu.org>
5100
5101 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5102 not necessary. If verbose in state `needs-patch', do the same as
5103 under `up-to-date'. When NOT verbose and `needs-patch', check out
5104 latest version instead of `merge-news'.
5105 (vc-next-action-dired): Don't mess with default-directory here; it
5106 breaks other parts of dired. It is the job of the
099bd78a 5107 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5108 (vc-next-action): Remove a special CVS case.
5109 (vc-clear-headers): New optional arg FILE.
5110 (vc-checkin, vc-checkout): Set properties vc-state and
5111 vc-checkout-time properly.
099bd78a 5112 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5113 (vc-print-log): Use new backend function `show-log-entry'.
5114 (vc-cancel-version): Do the checks in a different order. Added a
5115 FIXME concerning RCS-only code.
5116
5117 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5118 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5119
5120 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5121
9b4a7800 5122 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5123 `needs-patch' as a `-' too.
5124
51252000-09-04 Andre Spiegel <spiegel@gnu.org>
5126
5127 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5128 (vc-default-could-register): New function.
5129 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5130 (vc-resynch-buffer): Call vc-dired-resynch-file.
5131 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5132 vc-resynch-buffer instead of vc-resynch-window.
5133 (vc-next-action-dired): Don't redisplay here, that gets done as a
5134 result of the individual file operations.
5135 (vc-retrieve-snapshot): Corrected prompt order.
5136
5137 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5138
7a004b71
GM
5139 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5140 as well.
5141 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5142 hostname regexps. Updated all callers.
5143 (vc-cvs-responsible-p): Handle directories as well.
5144 (vc-cvs-could-register): New function.
5145 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5146 properties up-to-date.
9b4a7800 5147
7a004b71
GM
5148 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5149 user whether to create one.
5150
51512000-09-04 Andre Spiegel <spiegel@gnu.org>
5152
5153 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5154 check out a non-existing file.
5155
5156 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5157 workfile does not exist.
5158
5159 * vc.el (vc-version-diff): Use `require' to check for existence of
5160 diff-mode.
5161
51622000-09-04 Andre Spiegel <spiegel@gnu.org>
5163
5164 * vc-cvs.el (vc-cvs-registered): Use new function
5165 vc-cvs-parse-entry to do the actual work.
5166
51672000-09-04 Andre Spiegel <spiegel@gnu.org>
5168
5169 * vc-hooks.el (vc-find-backend-function): If function doesn't
5170 exist, return nil instead of error.
5171 (vc-call-backend): Doc fix.
5172
5173 * vc.el (vc-do-command): Doc fix.
5174 (vc-finish-logentry): When checking in from vc-dired, choose the
5175 right backend for logentry check.
5176 (vc-dired-mode-map): Inherit from dired-mode-map.
5177 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5178 simplified.
5179 (vc-dired-state-info): Removed, updated caller.
5180 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5181 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5182 (vc-dired-listing-switches): New variable.
5183 (vc-directory): Use it, instead of dired-listing-switches.
5184
5185 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5186 (vc-cvs-dir-state): New function.
7f8b6551 5187 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5188 (vc-cvs-parse-entry): New function, also to be used in
5189 vc-cvs-registered.
9b4a7800 5190
7a004b71
GM
51912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5192
5193 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5194 *or* single-window-frames.
5195
51962000-09-04 Andre Spiegel <spiegel@gnu.org>
5197
5198 * vc.el (vc-update-changelog): Split into generic part and default
5199 implementation. Doc string adapted.
5200 (vc-default-update-changelog): New function. Call the `rcs2log'
5201 script in exec-directory, to fix a long-standing nuisance.
5202
5203 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5204 simply signals an error.
9b4a7800 5205
7a004b71
GM
52062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5207
5208 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5209 control-flow more clear and to avoid running `cvs' twice.
5210
5211 * vc.el (vc-next-action-on-file): Doc fix.
5212 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5213 (vc-print-log): Eval `file' before constructing the continuation.
5214
52152000-09-04 Andre Spiegel <spiegel@gnu.org>
5216
5217 * vc.el (vc-next-action-on-file): Corrected several messages.
5218 (vc-merge): Add prefix arg `merge-news'; handle it.
5219
5220 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5221 is not reached. It is.
5222 (vc-cvs-merge): Set state to 'edited after merge.
5223 (vc-cvs-merge-news): Set workfile version to nil if not known.
5224 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5225
5226 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5227 via stdout. (Merge from main line.)
9b4a7800 5228
7a004b71
GM
52292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5230
5231 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5232 detection.
5233
52342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5235
5236 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5237 against kill-all-local-variables.
5238 (vc-log-edit): Don't save vc-parent-buffer any more.
5239 (vc-last-comment-match): Initialize to an empty string.
5240 (vc-post-command-functions): New hook.
5241 (vc-do-command): Run it.
5242 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5243 (vc-finish-logentry): Only add the comment to the ring if it's
5244 different from the last comment entered.
5245 (vc-new-comment-index): New function.
5246 (vc-previous-comment): Use it. Make the minibuffer message
5247 slightly less terse.
5248 (vc-comment-search-reverse): Make it work forward as well. Don't
5249 set vc-comment-ring-index if no match is found. Use
5250 vc-new-comment-index.
5251 (vc-comment-search-forward): Use vc-comment-search-reverse.
5252 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5253 define-derived-mode will do it for us. Bind `v' to a keymap that
5254 inherits from vc-prefix-map so that we can bind `vt' without
5255 binding C-x v t.
5256 (vc-retrieve-snapshot): Parenthesis typo.
5257
5258 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5259 to 1. Make sure to switch to *vc* before looking for an error
5260 message. Use vc-parse-buffer.
5261
52622000-09-04 Andre Spiegel <spiegel@gnu.org>
5263
5264 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5265 and NAME.
5266 (vc-retrieve-snapshot): Split into two parts.
5267 (vc-default-retrieve-snapshot): New function.
5268
5269 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5270 (vc-cvs-retrieve-snapshot): New function (untested).
5271 (vc-cvs-stay-local): Default to t.
5272 (vc-cvs-remote-p): New function and property.
5273 (vc-cvs-state): Stay local only if the above is t.
5274 (vc-handle-cvs): Removed.
5275 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5276 done via vc-handled-backends now.
5277 (vc-cvs-header): Escape Id.
5278
52792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5280
5281 * vc.el (vc-do-command): Remove unused commands.
5282 (vc-version-diff): Make sure default-directory ends with a slash.
5283 Move the window commands into a vc-exec-after.
5284 (vc-print-log): Move more of the code into the `vc-exec-after'.
5285
52862000-09-04 Andre Spiegel <spiegel@gnu.org>
5287
5288 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5289 (vc-print-log): Search current revision from beginning of buffer.
5290 (vc-revert-buffer): Clear echo area after the diff is finished.
5291 (vc-prefix-map): Removed definition of "t" for terse display in vc
5292 dired.
5293 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5294 definition of "vt" for terse display.
5295 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5296
52972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * vc.el (vc-exec-after): Avoid caddr.
5300
53012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * vc.el (vc-exec-after): New function.
5304 (vc-do-command): Use it to add a termination message for async
5305 procs.
5306 (vc-checkout): Try to handle a missing-backend situation.
5307 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5308 of a directory with a backend using async diffs.
5309 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5310 present.
5311
5312 * vc-sccs.el (vc-sccs-state-heuristic): Use
5313 file-ownership-preserved-p.
5314
5315 * vc-rcs.el (vc-rcs-state-heuristic): Use
5316 file-ownership-preserved-p.
5317 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5318
53192000-09-04 Andre Spiegel <spiegel@gnu.org>
5320
5321 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5322 vc-do-command.
5323
5324 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5325 when there are no changes.
5326
53272000-09-04 Andre Spiegel <spiegel@gnu.org>
5328
5329 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5330
5331 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5332
53332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5334
5335 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5336
5337 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5338 the `fset' outside of the defvar so that it works even if
5339 vc-prefix-map was already defined.
5340 (vc-setup-buffer): New function, split out of vc-do-command.
5341 (vc-do-command): Allow BUFFER to be t to mean `just use the
5342 current buffer without any fuss'.
5343 (vc-version-diff): Change the `diff' backend operation to just put
5344 the diff in the current buffer without erasing it. Always use
5345 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5346 shrink-window-if-larger-than-buffer.
5347 (vc-print-log): Change the `print-log' backend operation to just
5348 put the log in the current buffer without erasing it. Protect
5349 shrink-window-if-larger-than-buffer.
5350 (vc-update-change-log): Fix setd typo.
5351
5352 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5353 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5354
5355 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5356 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5357 CMP.
5358
5359 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5360 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5361 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5362
53632000-09-04 Andre Spiegel <spiegel@gnu.org>
5364
5365 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5366 not possible, use vc-BACKEND-workfile-unchanged-p.
5367 (vc-default-workfile-unchanged-p): New function. Delegates to a
5368 full vc-BACKEND-diff.
5369
5370 * vc-hooks.el (vc-simple-command): Removed.
5371
5372 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5373 instead of vc-simple-command.
5374 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5375 avoid doing a diff when opening a file.
5376 (vc-rcs-state): Added check for unlocked-changes.
5377 (vc-rcs-header): Escape Id.
5378 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5379 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5380 version.
5381
5382 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5383 (vc-sccs-diff): Remove optional arg CMP.
5384 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5385 SCCS-specific function.
5386
5387 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5388 vc-simple-command.
5389
53902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5391
5392 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5393 (with-vc-file, vc-merge): Use vc-editable-p.
5394 (vc-do-command): Remove unused var vc-file and fix the
5395 doubly-defined `status' var. Add a user message when starting an
5396 async command.
5397 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5398 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5399 Use with-current-buffer.
5400 (vc-buffer-sync): Use unless.
5401 (vc-next-action-on-file): If the file is 'edited by read-only,
5402 make it read-write instead of trying to commit.
5403 (vc-version-diff, vc-update-change-log): Use `setq
5404 default-directory' rather than `cd'.
5405 (vc-log-edit): Don't forget to set default-directory in the
5406 buffer.
5407
5408 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5409 (vc-sccs-state-heuristic): Use file-writable-p instead of
5410 comparing userids.
5411 (vc-sccs-checkout): Use `unless'.
5412
5413 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5414 of comparing userids.
5415 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5416 Simplify the logic by eliminating unreachable code.
5417 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5418 just do a recursive call if we need to retry.
5419 (vc-rcs-checkout): Handle the case where rcs is missing by making
5420 the buffer read-write if requested and re-signalling the error.
5421
5422 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5423
54242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5425
5426 * vc-hooks.el (vc-handled-backends): Docstring change.
5427 (vc-ignore-vc-files): Mark obsolete.
5428 (vc-registered): Check vc-ignore-vc-files.
5429 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5430 vc-ignore-vc-files.
5431
5432 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5433
54342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5435
5436 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5437 files since ange-ftp already has vc-registered return nil.
5438
5439 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5440 (vc-sccs-workfile-version): Use with-temp-buffer and new
5441 vc-parse-buffer and don't bother setting the property.
5442 (vc-sccs-add-triple): Use with-current-buffer and
5443 find-file-noselect.
5444 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5445
5446 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5447 derives from the old vc-parse-buffer but uses the revision number
5448 rather than the date (much easier to compare robustly).
5449 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5450 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5451 locking-user more directly. Check strict locking and set
5452 checkout-model appropriately.
5453 (vc-rcs-parse-locks): Remove.
5454 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5455 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5456 (vc-rcs-system-release): Use with-current-buffer and
5457 vc-parse-buffer.
5458 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5459
5460 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5461 (vc-simple-command): Docstring fix.
5462 (vc-registered): Align the way the file-handler is called with the
5463 way the function itself works.
5464 (vc-file-owner): Remove.
5465
5466 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5467 extraction of fields and call to file-attributes because of a
5468 temporary bug in rcp.el.
5469 (vc-cvs-fetch-status): Use with-current-buffer.
5470
54712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5472
5473 * vc.el (vc-do-command): Use file-relative-name.
5474 (vc-responsible-backend): Use vc-backend if possible.
5475 (vc-create-snapshot): Improve the `interactive' spec. Add support
5476 for branches and dispatch to backend-specific `create-snapshot'.
5477 (vc-default-create-snapshot): New function, containing the bulk of
5478 the old vc-create-snapshot.
5479 (vc-retrieve-snapshot): Improve the interactive spec.
5480
5481 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5482 (vc-backend-hook-functions): Remove.
5483 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5484 (vc-backend): Reintroduce the test for `file = nil' now that I
5485 know why it was there (and added a comment to better remember).
5486
5487 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5488 code from vc-sccs-hooks.el.
5489 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5490 'vc anymore.
5491 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5492 and file-directory-p instead of file-exists-p.
5493 (vc-sccs-check-headers): Simplify the regexp.
5494
5495 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5496 from vc-rcs-hooks.el. Don't require 'vc anymore.
5497 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5498 file-directory-p instead of file-exists-p.
5499
5500 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5501 from vc-cvs-hooks.el.
5502 (proto vc-cvs-registered): Require 'vc-cvs instead of
5503 'vc-cvs-hooks. Don't require 'vc anymore.
5504 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5505 file-directory-p instead of file-exists-p.
5506 (vc-cvs-create-snapshot): New function, replacing
5507 vc-cvs-assign-name.
5508 (vc-cvs-assign-name): Remove.
5509
55102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5511
5512 * vc-cvs.el (vc-cvs-header): New var.
5513
5514 * vc-rcs.el (vc-rcs-exists): Remove.
5515 (vc-rcs-header): New var.
5516
5517 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5518 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5519 (vc-sccs-header): New var.
5520
5521 * vc.el (vc-do-command): Get rid of the `last' argument.
5522 (vc-header-alist): Remove, replaced by vc-X-header.
5523 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5524 (vc-dired-hook): Use expand-file-name instead of concat.
5525 (vc-directory): Use file-name-as-directory.
5526 (vc-snapshot-precondition, vc-create-snapshot)
5527 (vc-retrieve-snapshot): Allow the command to operate on any
5528 directory.
5529
5530 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5531 just removing the 'WORKFILE argument or by removing the 'MASTER
5532 argument and replacing `file' with (vc-name file).
5533
55342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5535
5536 * vc.el: Update Copyright and add a crude list of backend funs.
5537 (vc-writable-p): New function.
5538 (with-vc-file): Use vc-writable-p.
7f8b6551 5539 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5540 (vc-register): Avoid vc-name.
5541 (vc-locking-user): Remove.
5542 (vc-steal-lock): Make the `owner' arg non-optional.
5543 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5544 vc-checkout-model.
5545 (vc-default-dired-state-info): Use vc-state instead of
5546 vc-locking-user and return special strings for special states.
5547 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5548 and get rid of one of the special CVS cases.
5549 (vc-cancel-version): prettify error message with \\[...].
5550 (vc-rename-master): New function.
5551 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5552 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5553 the CVS special case generic.
5554 (vc-default-record-rename): Remove.
5555 (vc-file-tree-walk-internal): Only call FUNC for files that are
5556 under control of some VC backend and replace `concat' with
5557 expand-file-name.
5558 (vc-file-tree-walk): Update docstring.
5559 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5560 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5561
5562 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5563 vc-sccs-record-rename. Use `find-file-noselect' rather than
5564 `find-file' and call `vc-rename-master' to do the actual move.
5565 (vc-sccs-diff): Remove unused `backend' variable.
5566
5567 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5568 to delay loading of vc-sccs until it is really used.
5569 (vc-sccs-master-templates): Preload.
5570 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5571 (vc-sccs-project-dir): Remove (merged into
5572 vc-sccs-search-project-dir).
5573 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5574 rather than `concat', make sure it is preloaded and don't bother
5575 to check that the file actually exists.
5576 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5577 `locks' argument (use buffer's content instead) and eliminate n^2
5578 behavior.
5579
5580 * vc-rcs.el: Update Copyright.
5581 (vc-rcs-rename-file): New function.
5582 (vc-rcs-diff): Remove unused `backend' variable.
5583
5584 * vc-hooks.el: Update Copyright.
5585 (vc-backend): Don't accept a nil argument any more.
5586 (vc-up-to-date-p): Turn into a defsubst.
5587 (vc-possible-master): New function.
5588 (vc-check-master-templates): Use `vc-possible-master' and allow
5589 funs in vc-X-master-templates to return a non-existent file.
5590
5591 * vc-cvs.el: Update Copyright.
5592 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5593 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5594
5595 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5596
55972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5598
5599 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5600 since it can be called from vc-rcs.el.
5601 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5602
56032000-09-04 Andre Spiegel <spiegel@gnu.org>
5604
5605 * vc.el (vc-version-diff): Expand file name read from the
5606 minibuffer. Handle the case when a previous version number can't
5607 be guessed. Give suitable messages when there were no differences
5608 found.
5609 (vc-clear-headers): Call backend-specific implementation, if one
5610 exists.
5611 (vc-cancel-version): Made error checks generic. When done, clear
5612 headers generically, too.
5613
5614 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5615 from vc-clear-headers in vc.el.
5616
5617 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5618 correctly.
5619 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5620 optional. Handle the case when it's not there.
5621
56222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5623
5624 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5625
56262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5627
5628 * vc-hooks.el (vc-loadup): Remove.
5629 (vc-find-backend-function): Use `require'. Also, handle the case
5630 where vc-BACKEND-hooks.el doesn't exist.
5631 (vc-call-backend): Cleanup.
5632
56332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5634
5635 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5636 vc-rcs-grab-templates)
5637 (vc-rcs-registered): Remove. The default function works as well.
5638 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5639 vc-sccs-grab-templates)
5640 (vc-sccs-registered): Remove. The default function works as well.
5641
5642 * vc.el (vc-version-diff): Left out a vc- in call to
5643 vc-call-backend.
5644 (vc-default-dired-state-info, vc-default-record-rename)
5645 (vc-default-merge-news): Update for the new backend argument.
5646
5647 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5648 using the default function.
5649 (vc-call-backend): If calling the default function, pass it the
5650 backend as first argument. Update the docstring accordingly.
5651 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5652 for the new backend argument.
5653 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5654 (vc-find-backend-function): Use the new name.
5655 (vc-default-registered): New function.
5656
56572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5658
5659 * vc.el (vc-merge): Use vc-find-backend-function.
5660
5661 * vc-hooks.el (vc-backend-functions): Remove.
5662 (vc-loadup): Don't setup 'vc-functions.
5663 (vc-find-backend-function): New function.
5664 (vc-call-backend): Use above fun and populate 'vc-functions
5665 lazily.
5666 (vc-backend-defines): Remove.
5667
56682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5669
5670 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5671 Call vc-call-backend without the leading vc-.
5672 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5673 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5674 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5675 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5676 Call vc-call-backend without the leading vc-.
5677
5678 * vc-cvs.el (tail): Provide vc-cvs.
5679 * vc-sccs.el (tail): Provide vc-sccs.
5680 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5681
5682 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5683 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5684 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5685 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5686 (vc-call-backend): Always try to load vc-X-hooks.
5687 (vc-registered): Remove vc- in call to vc-call-backend.
5688
56892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5690
5691 * vc.el (vc-process-filter): New function.
5692 (vc-do-command): Setup `vc-process-filter' for the async process.
5693 (vc-maybe-resolve-conflicts): New function to reduce
5694 code-duplication. Additionally, it puts the buffer in
5695 `smerge-mode' if applicable.
5696 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5697 calling `merge-news'.
7f8b6551 5698 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5699 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5700 interfacing to log-edit.el.
5701 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5702 log-edit is available.
5703 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5704
57052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5706
5707 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5708 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5709 defvar and the initialization.
5710 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5711
5712 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5713 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5714
7f8b6551 5715 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5716
57172000-09-04 Andre Spiegel <spiegel@gnu.org>
5718
5719 * vc.el (vc-file-clear-masterprops): Removed.
5720 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5721 (vc-version-diff): Use buffer-size without argument.
5722 (vc-register): Heed vc-initial-comment.
5723
5724 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5725 default branch.
5726
5727 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5728 file name and workfile version.
5729 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5730
5731 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5732 vc-file-clear-masterprops.
5733
5734 * vc-sccs.el (vc-sccs-checkout): Removed call to
5735 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5736 rather than user login name.
5737
5738
57392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5740
5741 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5742 `want-differences-if-changed' and simplify.
5743 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5744 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5745 output (which is invalid for async vc-diff) to decide whether to
5746 do the revert silently or not.
5747
57482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5749
5750 * vc-hooks.el (vc-loadup): Load files quietly.
5751 (vc-call-backend): Oops, brain fart.
5752
57532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5754
5755 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5756 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5757
57582000-09-04 Andre Spiegel <spiegel@gnu.org>
5759
5760 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5761 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5762 vc-state or vc-up-to-date-p.
5763 (vc-merge): Use vc-backend-defines to check whether merging is
5764 possible. Set state to 'edited after successful merge.
5765
5766 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5767 return that name. Redocumented.
5768
57692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5770
5771 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5772 new `vc-state' semantics.
5773 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5774 'vc-locking-user to the current user.
5775 (vc-merge): Inline vc-backend-merge. Comment out code that I
5776 don't understand and hence can't adapt to the new `vc-state' and
5777 `vc-locking-user' semantics.
5778 (vc-backend-merge): Remove.
5779
5780 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5781 rather than 'vc-locking-user.
5782
5783 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5784
5785 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5786 (vc-state): Don't use 'reserved any more. Just use the same
5787 convention as the one used for vc-<backend>-state where the
5788 locking user (as a string) is returned.
5789 (vc-locking-user): Update, based on the above convention. The
5790 'vc-locking-user property has disappeared.
7f8b6551 5791 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5792
5793 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5794 with a heuristic one.
5795 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5796 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5797 error. That allows us to get to 'needs-merge even in the
5798 stay-local case. There's still no way to detect 'needs-patch in
5799 such a setup (or to force an update for that matter).
5800 (vc-cvs-logentry-check): Remove, the default works as well.
5801
58022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5803
7f8b6551 5804 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5805
5806 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5807 major-mode in which the buffer might have been put earlier. Use
5808 `remove' and `when'. Allow `okstatus' to be `async' and use
5809 `start-process' in this case.
5810 (vc-version-diff): Handle the case where the diff looks empty
5811 because of the use of an async process.
5812
58132000-09-04 Andre Spiegel <spiegel@gnu.org>
5814
5815 * vc.el (vc-next-action-on-file): Removed optional parameter
5816 `simple'. Recompute state unconditionally.
5817 (vc-default-toggle-read-only): Removed.
5818
5819 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5820 (vc-toggle-read-only): Undid prev change.
5821
5822 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5823 vc-cvs-simple-toggle. Redocumented.
5824 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5825 (vc-cvs-toggle-read-only): Removed.
5826
58272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5828
7f8b6551 5829 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5830 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5831 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5832 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5833 still is. So maybe it should be removed.
5834 (vc-head-version, vc-find-binary): Remove.
5835 (vc-recompute-state): Move from vc-hooks.el.
5836 (vc-next-action-on-file): Add a `simple' argument to allow
5837 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5838 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5839 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5840 (vc-dired-mode-map): Properly defvar it.
5841 (vc-print-log): Call log-view-mode if available.
5842 (small-temporary-file-directory): defvar instead of use boundp.
5843 (vc-merge-news): Moved to vc-cvs.el.
5844 (vc-default-merge-news): New function.
5845
5846 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5847 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5848 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5849 unknown `vc-latest-version' function. It should probably refer to
5850 vc-workfile-version or somesuch, but it's very unclear to me and I
5851 don't have SCCS to test things.
5852
5853 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5854 (vc-sccs-state-heuristic): Fix typo.
5855 (vc-sccs-workfile-unchanged-p): Add missing argument.
5856
5857 * vc-rcs.el: Require vc and vc-rcs-hooks.
5858 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5859 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5860 (vc-release-greater-or-equal-p): Move from vc.
5861 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5862 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5863 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5864 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5865
5866 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5867 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5868 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5869 than the apparently unbound `workfile-version'.
5870
5871 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5872 (vc-file-prop-obarray): Use `make-vector'.
5873 (vc-backend-functions): Add new hookable functions
5874 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5875 (vc-loadup): If neither backend nor default functions exist, use
5876 the backend function rather than nil.
5877 (vc-call-backend): If the function if not bound yet, try to load
5878 the non-hook file to see if it provides it.
5879 (vc-call): New macro plus use it wherever possible.
5880 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5881 nor `vc-find-binary' since it's only called from
7f8b6551 5882 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5883 (vc-checkout-model): Fix parenthesis.
5884 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5885
7f8b6551 5886 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5887 (vc-cvs-release, vc-cvs-system-release): Remove.
5888 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5889 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5890 status symbols.
5891 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5892 (vc-cvs-toggle-read-only): First cut at a function to allow a
5893 cvs-status-free vc-toggle-read-only.
5894 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5895 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5896 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5897 (vc-cvs-checkout): Modify access rights directly if the user
5898 requested not to use `cvs edit'. And refresh the mode line.
5899
5900 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5901 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5902
59032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5904
5905 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5906 workfile' that got lost when the code was extracted from vc.el.
5907 And merged the tail with the rest of the code (not possible in the
5908 old vc.el where the tail was shared among all backends). And
5909 explicitly set the state to 'edited if `writable' is set.
5910
5911 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5912 (vc-cvs-state): Be careful to return the value from
5913 vc-cvs-parse-state.
5914 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5915 property but return it instead. Also be careful to handle a nil
5916 or "" `rev' when workfile is non-nil (it was handled properly when
5917 workfile was nil).
5918
5919 * vc.el: Removed those pesky unnecessary `(function' quotes.
5920 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5921 directly in the defvar.
5922 (vc-do-command): Bind inhibit-read-only so as to properly handle
5923 the case where the destination buffer has been made read-only.
5924 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5925 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5926 (vc-annotate-mode-variables): Removed (code moved partly to
5927 defvars and partly to vc-annotate-add-menu).
5928 (vc-annotate-mode): Turned into a derived-mode.
5929 (vc-annotate-add-menu): Moved in code in
5930 vc-annotate-mode-variables.
5931 (vc-update-change-log): Use make-temp-file if available.
5932
59332000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5934
5935 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5936 `vc-checkout-model' updated to `vc-cvs-update-model'.
5937
59382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5939
5940 * vc.el (vc-next-action-on-file): Added handling of state
5941 `unlocked-changes'.
5942 (vc-checkout-carefully): Is now practically obsolete, unless the
5943 above is too slow to be enabled unconditionally.
5944 (vc-update-change-log): Fixed typo.
5945
5946 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5947
7f8b6551
SM
5948 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5949 Now handles state `unlocked-changes'.
5950 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5951
5952 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5953
5954 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5955 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5956 `unlocked-changes'.
5957 (vc-rcs-workfile-unchanged-p): Renamed from
5958 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5959 function yet, but supposed to become one soon.
5960
5961 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5962 `vc-steal-lock'.
5963 (vc-call-backend): Changed error message.
5964 (vc-state): Added description of state `unlocked-changes'.
5965
59662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5967
5968 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5969 always return t in CVS-controlled directories.
5970
5971 * vc.el (vc-responsible-backend): New function.
5972 (vc-register): Largely rewritten.
5973 (vc-admin): Removed (implementation moved into vc-register).
5974 (vc-checkin): Redocumented.
5975 (vc-finish-logentry): If no backend defined yet (because we are in
5976 the process of registering), use the responsible backend.
5977
5978 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5979 Updated function lists.
5980 (vc-call-backend): Fixed typo.
5981
7f8b6551
SM
5982 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5983 New functions.
5984 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5985 Removed query option. Redocumented.
7a004b71
GM
5986
59872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5988
5989 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5990
5991 * vc.el: Updated callers of `vc-checkout-required' to use
5992 `vc-checkout-model'.
5993
59942000-09-04 Martin Lorentzson <martinl@gnu.org>
5995
5996 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5997 stuff updated to reference this function instead of the old
5998 `vc-backend-release-p'.
5999
60002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6001
6002 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6003 vc-checkout-model. Return appropriate values. Updated callers.
6004
60052000-09-04 Martin Lorentzson <martinl@gnu.org>
6006
7f8b6551 6007 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6008 (vc-backend-revert): Function moved into `vc-revert';
6009 `vc-next-action' must be updated to accomodate this change.
6010 (vc-backend-steal): Function moved into `vc-finish-steal'.
6011 (vc-backend-logentry-check): Function moved into
6012 `vc-finish-logentry'.
6013 (vc-backend-printlog): Function moved into `vc-print-log'.
6014 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6015 (vc-backend-assign-name): Function moved into
6016 `vc-create-snapshot'.
6017
60182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6019
6020 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6021 Rename to vc-checkout-model. Return appropriate values.
6022 Update callers.
7a004b71 6023
7f8b6551 6024 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6025 to vc-checkout-model.
7f8b6551
SM
6026 (vc-checkout-required): Rename to vc-checkout-model.
6027 Re-implement and re-comment.
7a004b71
GM
6028 (vc-after-save): Use vc-checkout-model.
6029
60302000-09-04 Martin Lorentzson <martinl@gnu.org>
6031
7f8b6551
SM
6032 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6033 Update to use the vc-BACKEND-diff functions instead.
6034 `vc-diff' is now working.
7a004b71 6035
7f8b6551 6036 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6037
7f8b6551 6038 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6039
6040 * vc-sccs.el (vc-sccs-diff): Function changed name from
6041 `vc-backend-diff'. This makes `vc-diff' work.
6042
7f8b6551 6043 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6044 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6045 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6046 signaled during `vc-after-save'.
6047
7f8b6551
SM
6048 * vc.el: Fix typo.
6049 This checkin is made with our new VC code base for the very first time.
6050 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6051
6052 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6053 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6054
6055 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6056 updated to `vc-uses-locking'.
7f8b6551 6057 (vc-checkout-required): Call to backend function.
7a004b71
GM
6058 `vc-checkout-required' updated to `vc-uses-locking' instead.
6059
6060 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6061 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6062
7f8b6551 6063 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6064 to match the split into various backends.
7f8b6551 6065 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6066 (vc-retrieve-snapshot): Bug fix.
6067
60682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6069
6070 * vc-sccs.el (vc-sccs-release): Doc fix.
6071
60722000-09-04 Martin Lorentzson <martinl@gnu.org>
6073
6074 * vc.el (vc-next-action-on-file): Bug found and fixed.
6075 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6076 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6077
6078 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6079 (vc-rcs-checkout): Name space cleaned up. No more revision number
6080 crunching function names that are not prefixed with vc-rcs.
6081 (vc-rcs-checkout-model): Function added. References to
6082 `vc-checkout-model' replaced.
6083
60842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6085
6086 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6087 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6088 still need to be split, and implemented for RCS).
6089
60902000-09-04 Martin Lorentzson <martinl@gnu.org>
6091
6092 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6093
6094 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6095 required by the vc.el file.
6096
6097 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6098 required by the vc.el file.
6099 (vc-rcs-exists): Function added.
6100
6101 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6102 required by the vc.el file.
6103
6104 * vc.el (vc-admin): Updated to handle selection of appropriate
6105 backend. Current implementation is crufty and need re-thinking.
6106
6107 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6108
61092000-09-04 Martin Lorentzson <martinl@gnu.org>
6110
6111 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6112 beginning of annotate buffers correctly.
6113
6114 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6115 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6116 functionality updated quite a lot to support multiple backends.
6117 Variables `vc-annotate-mode', `vc-annotate-buffers',
6118 `vc-annotate-backend' added.
6119
6120 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6121 `vc-annotate-difference' added to supported backend functions.
6122
61232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6124
6125 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6126 Use with-temp-file instead of /bin/sh. Merged from mainline
6127
61282000-09-04 Martin Lorentzson <martinl@gnu.org>
6129
6130 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6131
6132 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6133
6134 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6135
61362000-09-04 Martin Lorentzson <martinl@gnu.org>
6137
6138 * vc-hooks.el: vc-state-heuristic added to
6139 vc-backend-hook-functions.
6140
6141 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6142
6143 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6144
7f8b6551
SM
6145 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6146 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6147 state to `reserved'.
6148
6149 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6150 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6151
61522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6153
7f8b6551 6154 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6155 untouched.
6156
7f8b6551 6157 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6158
7f8b6551 6159 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6160 if defined. (Merged from main line, slightly adapted.)
6161
6162 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6163 millenium problem (merged from mainline).
6164
61652000-09-04 Martin Lorentzson <martinl@gnu.org>
6166
6167 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6168 part and moved the non-BACKEND stuff to vc.el.
6169
6170 * vc.el: Split the annotate feature into a BACKEND specific part
6171 and moved it from the vc-cvs.el file to this one.
6172
61732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6174
7f8b6551
SM
6175 * vc-hooks.el: Implement new state model.
6176 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6177 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6178 locked by somebody else.
7f8b6551 6179 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6180 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6181 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6182 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6183
7f8b6551
SM
6184 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6185 Various simplifications and adaptations all over the place.
7a004b71 6186
7f8b6551
SM
6187 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6188 Simplify and adapt the rest.
7a004b71 6189
7f8b6551 6190 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6191 interaction with view mode according to recent RCS change.
7f8b6551 6192 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6193
61942000-09-04 Martin Lorentzson <martinl@gnu.org>
6195
7f8b6551 6196 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6197
61982000-09-04 Martin Lorentzson <martinl@gnu.org>
6199
6200 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6201 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6202 (vc-minor-part, vc-previous-version): Functions that operate and
6203 compare revision numbers got proper documentation. Comments added
6204 about their possible removal.
6205
62062000-09-04 Martin Lorentzson <martinl@gnu.org>
6207
6208 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6209 the vc-backend.el files.
6210
6211 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6212
6213 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6214 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6215 (vc-rcs-previous-version): Functions added.
6216
6217 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6218
6219 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6220
62212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6222
6223 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6224 Comment out the definition for now. What is the right procedure
7a004b71
GM
6225 to get rid of it?
6226 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6227 rewritten.
7f8b6551 6228 (vc-default-registered): Remove.
7a004b71
GM
6229 (vc-check-master-templates): New function; does mostly what the
6230 above did before.
6231 (vc-locking-user): Don't rely on the backend to set the property.
6232
6233 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6234 Rewrite documentation.
7a004b71
GM
6235 (vc-rcs-templates-grabbed): New variable.
6236 (vc-rcs-grab-templates): New function.
7f8b6551 6237 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6238
6239 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6240 Rewrite documentation.
7a004b71
GM
6241 (vc-sccs-templates-grabbed): New variable.
6242 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6243 (vc-sccs-registered): Rewrite to use above mechanism.
6244 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6245 Don't throw the result, simply return it.
7a004b71 6246
7f8b6551
SM
6247 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6248 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6249 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6250
7f8b6551 6251 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6252 from main line.
6253
62542000-09-04 Martin Lorentzson <martinl@gnu.org>
6255
7f8b6551 6256 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6257
7f8b6551 6258 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6259
7f8b6551
SM
6260 * vc-rcs.el (vc-rcs-diff): New function.
6261 (vc-rcs-checkout): Bug (typo) found and fixed.
6262 (vc-rcs-register-switches): New variable.
7a004b71
GM
6263
6264 * vc.el (vc-backend-diff): Function removed and placed in the
6265 backend files.
6266
62672000-09-04 Martin Lorentzson <martinl@gnu.org>
6268
6269 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6270
6271 * vc.el (vc-backend-checkout): Function removed and replaced in
6272 the vc-backend.el files.
6273
6274 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6275
6276 * vc.el (vc-backend-admin): Removed and replaced in the
6277 vc-backend.el files.
6278
6279 * vc.el (Martin): Removed all the annotate functionality since it
6280 is CVS backend specific.
6281
62822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6283
6284 * spec.txt: Added specification of vc-state.
6285
6286 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6287 Remove handling of vc-latest-version and
7a004b71
GM
6288 vc-your-latest-version. What used to be vc-latest-version, is now
6289 returned as vc-workfile-version.
7f8b6551 6290 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6291
62922000-09-04 Dave Love <fx@gnu.org>
6293
6294 * vc.el: [Merged from mainline.]
6295 (vc-dired-mode): Make the dired-move-to-filename-regexp
6296 regexp match the date, to avoid treating date as file size.
6297 Add YYYY S option to WESTERN/
6298
62992000-09-04 Dave Love <fx@gnu.org>
6300
6301 * vc.el: Require `compile' when compiling.
6302 (vc-logentry-check-hook): New option.
6303 (vc-steal-lock): Use compose-mail.
6304 (vc-dired-mode-map): Defvar when compiling.
6305 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6306 vc-sccs.el and renamed. Callers changed.
6307 (vc-backend-checkout, vc-backend-logentry-check)
6308 (vc-backend-merge-news): Doc fix.
6309 (vc-default-logentry-check): New function.
6310 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6311 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6312 (vc-backend-merge): Doc fix. Use backend functions.
6313 (vc-check-headers): Use backend functions.
6314
6315 * vc-cvs.el: Require vc when compiling.
6316 (vc-cvs-register-switches): Doc fix.
6317 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6318 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6319 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6320 New functions (code from vc.el).
6321 (vc-annotate-display-default): Fix interactive spec.
6322 (vc-annotate-time-span): Doc fix.
6323
6324 * vc-rcs.el: Require vc when compiling.
6325 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6326 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6327 (vc-rcs-checkin): New functions (code from vc.el).
6328 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6329 Doc fix.
6330 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6331
6332 * vc-sccs.el: Require vc when compiling.
6333 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6334 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6335 (vc-sccs-revert)
6336 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6337 from vc.el).
6338 (vc-sccs-add-triple, vc-sccs-record-rename)
6339 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6340 (vc-sccs-admin): Doc fix.
6341
63422000-09-04 Martin Lorentzson <martinl@gnu.org>
6343
6344 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6345 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6346 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6347 from vc.el.
6348
6349 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6350
6351 * vc-cvs.el: Moved the annotate functionality from vc.el.
6352 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6353
63542000-09-04 Dave Love <fx@gnu.org>
6355
6356 * vc.el (vc-backend-release): Call vc-system-release.
6357
6358 * vc-sccs.el (vc-sccs-system-release):
6359 Renamed from vc-sccs-backend-release.
6360
6361 * vc-rcs.el (vc-rcs-system-release):
6362 Renamed from vc-rcs-backend-release.
6363
6364 * vc-cvs.el (vc-cvs-system-release):
6365 Renamed from vc-cvs-backend-release.
6366
63672000-09-04 Dave Love <fx@gnu.org>
6368
6369 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6370 backend files.
6371 (vc-backend-release): Dispatch to backend functions.
6372 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6373 probably needs attention.]
6374
6375 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6376 (vc-sccs-backend-release): New function.
6377
6378 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6379 (vc-cvs-backend-release): New function.
6380
6381 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6382 Doc fix.
6383 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6384 (vc-default-dired-state-info): New function.
6385 (vc-dired-state-info): Dispatch to backends.
6386 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6387
6388 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6389 from vc.el and renamed.
6390
63912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6392
6393 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6394 (vc-version-other-window, vc-backend-assign-name): Removed
6395 references to vc-latest-version; sometimes changed into
6396 vc-workfile-version.
6397
6398 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6399 vc-rcs-master-workfile-version.
6400 (vc-rcs-workfile-version): Use the above. Don't call
6401 vc-latest-version (that was unreachable code, anyway).
6402 (vc-rcs-fetch-master-properties): Doc fix.
6403
6404 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6405 (vc-backend-hook-functions): Removed them from this list, too.
6406 (vc-fetch-properties): Removed.
6407 (vc-workfile-version): Doc fix.
6408
6409 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6410 (vc-rcs-workfile-version, vc-rcs-locking-user)
6411 (vc-rcs-uses-locking): Use it.
6412
6413 * vc-hooks.el (vc-consult-rcs-headers):
6414 Moved into vc-rcs-hooks.el, under the name
6415 vc-rcs-consult-headers.
6416
6417 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6418 headers.
6419 (vc-cvs-find-master): Use this name only; correct different
6420 versions of the name.
6421
6422 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6423 New functions.
6424 (vc-sccs-locking-user): Use the latter.
6425
6426 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6427 New functions.
6428
6429 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6430 Moved into both
6431 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6432 functions are implementation details of those two backends.
6433
64342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6435
6436 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6437 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6438
6439 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6440 (vc-sccs-parse-locks): SCCS-specific code moved here from
6441 vc-hooks.
6442
6443 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6444 code moved here from vc-hooks.
6445
6446 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6447 into back-end specific parts and removed. Callers not updated
6448 yet; because I guess these callers will disappear into back-end
6449 specific files anyway.
6450
64512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6452
6453 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6454 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6455 `vc-uses-locking'.
6456
6457 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6458 Store yes/no in the property, and return t/nil. Updated all
6459 callers.
6460
6461 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6462 vc-sccs-uses-locking. Don't set property.
6463 (vc-sccs-locking-user): Don't set property.
6464
6465 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6466 vc-cvs-uses-locking. Don't set property here; leave that to
6467 vc-hooks.
6468 (vc-cvs-locking-user): Reflect above change. Streamlined.
6469
6470 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6471 vc-rcs-uses-locking.
6472 (vc-rcs-locking-user): Reflect above change.
6473
64742000-09-04 Dave Love <fx@gnu.org>
6475
6476 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6477
6478 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6479
6480 * vc-hooks.el (vc-checkout-model): Punt to backends.
6481
6482 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6483
6484 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6485
6486 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6487 New functions.
6488
6489 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6490 New functions.
6491
6492 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6493 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6494
6495 * vc-hooks.el (vc-default-locking-user): New function.
6496 (vc-locking-user, vc-workfile-version): Punt to backends.
6497
64982000-09-04 Dave Love <fx@gnu.org>
6499
6500 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6501 (vc-master-workfile-version): Moved from vc-hooks.
6502
6503 * vc-rcs-hooks.el: Fix duplicate code in last change.
6504
6505 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6506 (vc-rcs-master-templates): Improve :type.
6507 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6508 vc-master-workfile-version): Moved from vc-hooks.
6509
6510 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6511 (vc-sccs-master-templates): Improve :type.
6512 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6513
6514 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6515
6516 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6517 (vc-cvs-master-templates): Improve :type. Use
6518 vc-cvs-find-cvs-master.
6519 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6520 from vc-hooks.
6521 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6522
6523 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6524 Moved to vc-cvs-hooks.
6525
6526 * vc-hooks.el: Add doc strings in various places. Simplify the
6527 minor mode setup.
6528 (vc-handled-backends): New user variable.
6529 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6530 simplification.
6531
65322000-09-04 Dave Love <fx@gnu.org>
6533
6534 * vc.el: Some doc fixes for autoloaded and interactive functions.
6535 Fix compilation warnings from ediff stuff.
6536 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6537
6538 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6539
6540 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6541
6542 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6543
65442000-09-04 Dave Love <fx@gnu.org>
6545
6546 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6547 New variable.
6548 (vc-make-backend-function, vc-loadup, vc-call-backend)
6549 (vc-backend-defines): New functions.
6550
6551 * vc-hooks.el: Various doc fixes.
6552 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6553 (vc-match-substring): Function removed. Callers changed to use
6554 match-string.
6555 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6556 Simplify.
6557
65582000-09-04 Dave Love <fx@gnu.org>
6559
6560 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6561 type.
6562 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6563 (vc-sccs-registered): Doc fix.
6564
6565 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6566 (vc-cvs-registered): Doc fix.
6567
6568 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6569 (vc-rcs-registered): Doc fix.
6570
65712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6572
6573 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6574
6575 * vc-hooks.el: vc-registered has been renamed
6576 vc-default-registered. Some functions have been moved to the
6577 backend specific files. they all support the
6578 vc-BACKEND-registered functions.
6579
65802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6581
6582 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6583
6584 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6585
a033ea13
DL
65862000-09-04 Dave Love <fx@gnu.org>
6587
179fc9ef
DL
6588 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6589 menu-bar-update-hook.
6590
6591 * help.el (help-manyarg-func-alist): Add
6592 find-operation-coding-system.
6593
a033ea13
DL
6594 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6595
6596 * custom.el (custom-set-variables): Print message about errors in
6597 setting.
6598
f8803e97
AI
65992000-09-03 Andrew Innes <andrewi@gnu.org>
6600
6601 * makefile.w32-in: Change to DOS line endings.
6602
59836110
EZ
66032000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6604
6605 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6606 minor-mode keymaps, if they don't have one.
6607
5514ba5c
EZ
66082000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * eshell/esh-module.el (eval-when-compile): Don't lose if
6611 esh-module.el's file name is truncated to DOS 8+3 limits.
6612
79cf8e80
JW
66132000-09-01 John Wiegley <johnw@gnu.org>
6614
6615 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6616 predicate, which caused entries in the completion list to be
6617 doubled.
6618
66192000-08-30 John Wiegley <johnw@gnu.org>
6620
6621 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6622 sending to subprocesses. Also, hook pre-command-hook if
6623 `eshell-send-direct-to-subprocesses' is non-nil.
6624 (eshell-send-direct-to-subprocesses): New config variable. If t,
6625 subprocess input is send immediately.
6626 (eshell-toggle-direct-send): New function.
6627 (eshell-self-insert-command): New function.
6628 (eshell-intercept-commands): New function.
6629 (eshell-send-input): If direct subprocess sending is enabled,
6630 don't echo any input to the Eshell buffer. Let the subprocess
6631 handle that. This requires "stty echo" in bash, for example.
6632
66332000-08-28 John Wiegley <johnw@gnu.org>
6634
6635 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6636 completion function for Eshell's implementation of `unset'.
6637
778911b9
EZ
66382000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6639
6640 * info.el (Info-directory-list): Doc fix.
6641
05d07b49
PB
66422000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6643
9b4a7800 6644 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6645 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6646
9941d4c7
KH
66472000-08-31 Kenichi Handa <handa@etl.go.jp>
6648
6649 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6650 coding systems.
6651
af9ba8ad
AI
66522000-08-30 Andrew Innes <andrewi@gnu.org>
6653
6654 * timer.el (run-with-idle-timer): Undo last change, so that timer
6655 is not activated immediately if Emacs is already idle. Some
6656 existing code relies on this behaviour.
6657
caccd8f2
MB
66582000-08-30 Miles Bader <miles@gnu.org>
6659
6660 * frame.el (set-frame-font): Do completion of font-name for
6661 interactive use.
6662
b64c0a1c
KH
66632000-08-30 Kenichi Handa <handa@etl.go.jp>
6664
6665 * international/quail.el (quail-start-translation): Bind locally
6666 last-command-event, last-command, and this-command.
6667 (quail-start-conversion): Likewise.
75cf0095 6668 (quail-self-insert-command): Fix docstring.
b64c0a1c 6669
fd5f61d3
GM
66702000-08-29 Gerd Moellmann <gerd@gnu.org>
6671
6672 * progmodes/executable.el
6673 (executable-make-buffer-file-executable-if-script-p): Check that
6674 buffer contains at least 2 characters.
6675
5b671d04
EZ
66762000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6677
6678 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6679
485d9513
DL
66802000-08-29 Dave Love <fx@gnu.org>
6681
a39fb83d
DL
6682 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6683 (diff-mode-shared-map): Bind mouse-2.
6684 (diff-imenu-generic-expression): New variable.
6685 (diff-mode): Use it.
6686
485d9513
DL
6687 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6688 (mouse-popup-menubar): Add minor mode menus.
6689 (popup-menu): Check for lookup-key returning number.
6690
ba3478d9
MB
66912000-08-29 Miles Bader <miles@gnu.org>
6692
6693 * comint.el (comint-send-input): Create overlays using the proper
6694 front/read-advance arguments.
9b4a7800 6695
c3d6d211
GM
66962000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6697
6698 * ps-print.el: Even/odd pages printing. Doc fix.
6699 (ps-print-version): New version number (6.0).
6700 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6701 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6702 (ps-print-duplex-feature): Variable eliminated.
6703 (ps-even-or-odd-pages): New variable.
6704
ba087cd7 6705 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6706 (ebnf-version): New version (3.3).
6707 (ebnf-user-arrow): Change variable customization to sexp.
6708 (ebnf-user-arrow): Function eliminated.
6709 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6710
d313265f
KH
67112000-08-29 Kenichi Handa <handa@etl.go.jp>
6712
cba62b78 6713 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6714 (help-make-xrefs): Handle help-xref-mule-regexp.
6715
6716 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6717 variable.
6718 (describe-input-method): Temporarily activate the specfied input
6719 method to display the information.
6720 (describe-language-environment): Hyperlinks to mule related items.
6721
6722 * international/mule-diag.el (charset-multibyte-form-string): New
6723 function.
6724 (list-character-sets-1): Use charset-multibyte-form-string.
6725 (describe-character-set): New function.
6726 (describe-coding-system): Hyperlinks to safe character sets.
6727
6728 * international/quail.el (quail-help): New arg PACKAGE.
6729 Hyperlinks to mule related items.
6730 (quail-help-insert-keymap-description): Use
6731 substitute-command-keys instead of describe-bindings.
6732 (quail-translation-help): Hyperlinks to mule related items.
6733
b4bd214e
JW
67342000-08-28 John Wiegley <johnw@gnu.org>
6735
ca7aae91
JW
6736 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6737 have a defsubst call itself. Made `eshell-flatten-list' back into
6738 a function again.
6739
b4bd214e
JW
6740 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6741 catch, in case re-centering point at bottom messes up the display.
6742 This happens frequently in Emacs 21, due I believe to variable
6743 line heights.
6744
6745 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6746 to call `find-tag-interactive'.
6747
6748 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6749 the list of remember directories.
6750
d44e146b
JW
67512000-08-28 John Wiegley <johnw@gnu.org>
6752
6753 * align.el: Test align-region-separate to see if it's a symbol.
6754
546c0888 67552000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6756
6757 * eshell/esh-util.el (eshell-flatten-list): Made this function
6758 into a defsubst form. It gets used very frequently, although
6759 calls don't occur all that often.
6760
6761 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6762 examining it.
6763
6764 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6765 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6766 `eshell-protect'.
6767 (eshell-copy-handles): Created a new macro for duplicating the
6768 current set of open handles. This is needed by the looping
6769 functions.
6770 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6771 is not incorrectly stomped on.
6772
6773 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6774 declaration for pcomplete-use-paring.
6775 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6776 value of eshell-cmpl-use-paring.
6777 * pcomplete.el (pcomplete-use-paring): New config variable, to
6778 indicate whether paring should be used.
6779 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6780 completion alternatives that have already been used.
6781
6782 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6783 bound to C-c C-y, which will repeat the previous N arguments
6784 (based on prefix argument).
6785 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6786
6787 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6788 if there is no *Help* buffer. This is for XEmacs, which renames
6789 its help buffers uniquely. TODO: Find out what the current buffer
6790 name to delete is.
6791
6792 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6793 first entry that correlates to a passwd/group number. Later
6794 entries (used for group/user name aliasing to multiple IDs) are
6795 ignored.
6796
9b4a7800
TTN
6797 * eshell/em-xtra.el (eshell/expr):
6798 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6799 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6800 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6801 argument list, before passing it to the system command.
6802
6803 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6804 `find-tag' for use at final position in Eshell buffers (which
6805 otherwise triggers an error on Emacs 21).
6806 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6807 buffer, if it is currently bound to `find-tag'.
6808
6809 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6810 in the list of matched Makefile names.
6811 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6812 directory, prefer its contents to Makefile.
6813
6814 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6815 directory parts (like "cd old new", or "cd =regexp"), are now case
6816 sensitive on non-Windows/DOS platforms.
6817
6818 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6819 types RET after an open delimiter (like "), display a message
6820 indicating that Eshell is waiting for the closing delimiter.
6821
6822 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6823 environment variables.
6824
6825 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6826 gracefully if the user enters incorrect arguments.
6827
6828 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6829 Eshell buffers.
6830
9b4a7800
TTN
6831 * eshell/esh-var.el (eshell-interpolate-variable):
6832 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6833 * eshell/em-unix.el (eshell-du-sum-directory):
6834 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6835 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6836 (not (= ...)).
6837
6838 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6839 to ensure the `preserve' flag gets propagated when doing recursive
6840 directory copies.
6841
546c0888 68422000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6843
6844 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6845 Don't convert \n into \0177 in memory.
6846 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6847 and back again, when reading and writing.
9b4a7800 6848
546c0888 68492000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6850
6851 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6852 testing of `fboundp' on `processp'.
6853
6854 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6855 (eshell/jobs): Don't call process-list if it is not bound.
6856 (eshell-gather-process-output): Support systems where async
6857 subprocesses aren't supported.
6858 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6859 variables.
6860
6861 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6862 eshell-do-eval returns t.
6863 (eshell-do-pipelines-synchronously): New defmacro.
6864 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6865 when async subprocesses aren't supported.
6866 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6867 if async subprocesses aren't supported.
6868 (eshell-resume-command): Don't assume STATUS is a string.
6869
6870 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6871
6872 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6873 (eshell-close-target, eshell-get-target): Use eshell-processp.
6874 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6875 fix.
6876 (eshell-get-target, eshell-create-handles): Doc fix.
6877
546c0888 68782000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6879
546c0888 6880 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6881 criterion to include commands that output something, as long as it
6882 leaves both the command and the end-of-buffer visible when the
6883 command has exited.
6884 (eshell-review-quick-commands): Adjust the help doc string
6885 accordingly.
6886
2a371c3b
PB
68872000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6888
8348e1f9 6889 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6890 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6891
9b4a7800 6892 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6893 (file-cache-assoc-function): New variable
6894 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6895 Use file-cache-case-fold-search variable
6896 (file-cache-add-file): Use file-cache-assoc-function
6897 (file-cache-delete-file): likewise
6898 (file-cache-directory-name): likewise
6899 (file-cache-debug-read-from-minibuffer): likewise
6900
95931eb1
GM
69012000-08-28 Gerd Moellmann <gerd@gnu.org>
6902
6903 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6904 (abbrev-table-name): New function.
6905 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6906 If non-nil list local abbrev, only.
6907
bb17930d
GM
69082000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6909
546c0888
EZ
6910 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6911 from Gnus support code, and use special article copy buffer
bb17930d
GM
6912 `(gnus-original-article-buffer)' instead. This allows to get rid
6913 of article-hide-headers usage (which breaks in the latest Gnus
6914 version). Thanks to Detlev Zundel.
6915
41a68aef
KH
69162000-08-28 Kenichi Handa <handa@etl.go.jp>
6917
6918 * international/quail.el (quail-use-package): Hide "... loaded"
6919 message.
6920 (quail-start-translation, quail-start-conversion): Likewise.
6921
6922 * international/kkc.el (kkc-region): Hide "... loaded" message.
6923
28bb2cef
DL
69242000-08-27 Dave Love <fx@gnu.org>
6925
6926 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6927
11a1118d
MB
69282000-08-27 Miles Bader <miles@gnu.org>
6929
6930 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6931
0f85d477
KH
69322000-08-27 Kenichi Handa <handa@etl.go.jp>
6933
6934 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6935 'ja-dic-cnv), not (require 'skkdic-cnv).
6936
2d73e8d3
MB
69372000-08-26 Miles Bader <miles@gnu.org>
6938
a0e5a5a4
MB
6939 * faces.el (face-x-resources): Add entry for :inherit.
6940 * cus-face.el (custom-face-attributes): Add support for :inherit
6941 attribute. Add support for relative face heights.
6942 (custom-face-attributes-get): Treat `nil' as being a default value
6943 for :inherit (as well as `unspecified').
6944
19feb949
MB
6945 * faces.el (set-face-attribute): Update doc string.
6946 (face-attribute-name-alist): Add :inherit.
6947 (face-valid-attribute-values): Handle :inherit.
6948 (face-read-string): Rephrase prompt to be less confusing.
6949 Assume that DEFAULT is a string, since we must return a string.
6950 (face-read-integer): Use `format' to turn DEFAULT into an
6951 acceptable default for face-read-string. Match NEW-VALUE against
6952 the string "unspecified", not the symbol `unspecified', since
6953 that's what face-read-string returns.
6954 (read-face-attribute): Lookup a name for old-value in valid, and
6955 use it as a default if we find one. Treat all values from
6956 face-read-string as strings. If the default is used, don't do any
6957 more processing on the value, just use the old value directly.
6958 (read-face-and-attribute, modify-face): Tweak prompt.
6959 (read-face-name): Don't assume prompt ends with a space.
6960
2d73e8d3
MB
6961 * faces.el (describe-face): Add support for :inherit attribute.
6962
a1a2e38f
KH
69632000-08-25 Kenichi Handa <handa@etl.go.jp>
6964
e84fa7c5
KH
6965 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6966 concat doesn't accept interger.
6967
a1a2e38f
KH
6968 * international/kkc.el: Remove SKK from Keywords. Require
6969 ja-dic-utl instead of skkdic-utl.
6970
6971 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6972 Provide ja-dic-cnv instead of skkdic-cnv.
6973 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6974 (iso-2022-7bit-short): Add safe-charsets property.
6975 (skkdic-convert-postfix): Search Japanese chou-on character in
6976 addition to Hiragana character.
6977 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6978 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6979 (batch-skkdic-convert): Likewise.
6980
6981 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6982 Provide ja-dic-utl instead of skkdic-utl.
6983 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6984
f6499c03
DL
69852000-08-24 Dave Love <fx@gnu.org>
6986
1c2c3f16
DL
6987 * disp-table.el (standard-display-default): Make the test of `l'
6988 useful.
6989
f6499c03
DL
6990 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6991 mod sample text.
6992
6993 * international/iso-ascii.el: Make pilcrow convenient string
6994 consistent with section.
6995 (iso-ascii-display): Set up multibyte characters as well as
6996 unibyte.
6997
c543db81
KH
69982000-08-24 Kenichi Handa <handa@etl.go.jp>
6999
7000 * international/mule-cmds.el (reset-language-environment): Set
7001 default-process-coding-system to '(undecided . iso-latin-1), which
7002 makes process I/O almost consistent with file I/O. Call this
7003 function when mule-cmds.el[c] is loaded.
7004
746d9caf
AI
70052000-08-22 Andrew Innes <andrewi@gnu.org>
7006
7007 * makefile.w32-in: New file.
7008
5484005d
MB
70092000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7010
7011 * comint.el (comint-output-filter): Compare end of
7012 comint-last-output-overlay with the start of the newly inserted
7013 text, not the end, when deciding whether to extend it.
9b4a7800 7014 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7015
7016 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7017 since this is now done independently of font-lock mode.
7018
7a912f63
GM
70192000-08-21 Gerd Moellmann <gerd@gnu.org>
7020
7021 * server.el (server-kill-new-buffers): New user option.
7022 (server-existing-buffer): New buffer-local variable.
7023 (server-visit-files): When using an existing buffer, set
7024 server-existing-buffer to t.
7025 (server-buffer-done): If server-kill-new-buffers is t, kill the
7026 buffer, unless it was already present before visiting it with
7027 Emacs server.
9b4a7800 7028
240301df
EZ
70292000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7030
7031 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7032 even if the display doesn't support colors: some displays will
7033 support bold/underline faces.
7034
cbcef616
GM
70352000-08-21 Gerd Moellmann <gerd@gnu.org>
7036
6917e6bb
GM
7037 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7038
cbcef616
GM
7039 * startup.el (command-line): If user's init file had an error,
7040 add explanatory text to *Messages*.
7041
6922b018
KH
70422000-08-21 Kenichi Handa <handa@etl.go.jp>
7043
7044 * man.el (Man-getpage-in-background): Decode the process output by
7045 the system locale coding system.
7046
e50c4203
DL
70472000-08-20 Dave Love <fx@gnu.org>
7048
96ab6351
DL
7049 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7050 Don't test x-popup-menu.
7051 (function) <complete-function>: Complete only fbound symbols.
7052 <validate, value>: New.
7053 (variable) <complete-function>: Complete only bound symbols.
7054 (coding-system): Add :base-only, :complete-function, :validate,
7055 :value, :prompt-match.
7056 (widget-coding-system-prompt-value): Use read-coding-system and
7057 act on :base-only.
7058 (editable-field): Add :help-echo.
7059 (widget-push-button-gui, widget-push-button-cache)
7060 (widget-gui-action, widget-editable-list-gui): COmment out, along
7061 with uses.
7062 (widget-at): Make arg optional.
7063 (widget-echo-help): Adjust for current help-echo calling sequence.
7064 (widget-specify-field, widget-specify-button)
7065 (widget-specify-insert, widget-get-sibling, widget-image-find)
7066 (widget-convert, widget-insert, widget-leave-text)
7067 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7068 (widget-setup, widget-field-find, widget-before-change)
7069 (widget-after-change, widget-default-complete)
7070 (widget-default-create, widget-default-delete)
7071 (widget-push-button-value-create, editable-field)
7072 (widget-field-prompt-value, widget-field-validate)
7073 (widget-choice-value-create, widget-choice-action)
7074 (widget-choice-validate, widget-checklist-add-item)
7075 (widget-radio-add-item, widget-radio-chosen)
7076 (widget-radio-value-inline, widget-editable-list-value-create)
7077 (widget-editable-list-entry-create)
7078 (widget-documentation-link-add)
7079 (widget-documentation-string-value-create)
7080 (widget-regexp-validate, widget-file-complete)
7081 (widget-sexp-validate, widget-plist-convert-widget)
7082 (widget-plist-convert-widget, widget-alist-convert-widget)
7083 (widget-alist-convert-widget, widget-color-complete): Simplify,
7084 particularly to avoid bindings which aren't optimized out.
7085
e50c4203
DL
7086 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7087 Doc fix.
7088 (down-list, backward-up-list, up-list, kill-sexp)
7089 (backward-kill-sexp, mark-sexp): Make arg optional.
7090 (lisp-complete-symbol): Add optional arg PREDICATE.
7091
7092 * cus-start.el: Add display-buffer-reuse-frames,
7093 file-coding-system-alist.
7094
511bd4eb
GM
70952000-08-20 Gerd Moellmann <gerd@gnu.org>
7096
7097 * startup.el (command-line): Clear realized faces after
7098 modifying TTY color mappings.
7099
a9de7d29
MB
71002000-08-20 Miles Bader <miles@gnu.org>
7101
7102 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7103 merely a subset of FACE's attributes.
7104
8a8023d9
MB
71052000-08-19 Miles Bader <miles@gnu.org>
7106
7107 * comint.el (comint-output-filter): Save the point with a marker,
7108 not just a buffer position.
7109
7110 * international/mule.el (set-buffer-process-coding-system): Make
7111 interactive prompt less confusing.
7112
1433385f
GM
71132000-08-19 Gerd Moellmann <gerd@gnu.org>
7114
7115 * hilit-chg.el: General cleanup of doc strings, comments and
7116 code formatting.
7117
136b4eda
MB
71182000-08-19 Miles Bader <miles@gnu.org>
7119
7120 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7121 Compiler macro removed; beginning-of-line is no longer always
7122 equivalent to forward-line, in the presence of fields.
7123
7124 * comint.el (comint-output-filter): Remove ad-hoc saving of
7125 restriction, and just use save-restriction, now that it works
7126 correctly. Don't adjust comint-last-input-start to account for
7127 our insertion; it shouldn't have moved because we don't use
7128 insert-before-markers anymore. Comment out call to
7129 `force-mode-line-update'; why is it here?
7130
7131 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7132 while checking for prompt to delete. Use `forward-line 0'
7133 instead of beginning-of-line.
7134 (gud-filter): Temporarily widen gud comint buffer while
7135 examining output.
7136
cdd0f857
SM
71372000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7138
ebf96bfa
SM
7139 * progmodes/sh-script.el: Big bag of typos.
7140
cdd0f857
SM
7141 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7142 check since ispell-process is not bound when ispell is not yet loaded.
7143
9bb7a286
DL
71442000-08-18 Dave Love <fx@gnu.org>
7145
7146 * image.el (find-image): Copy `spec' before using plist-put.
7147
74ec6045
GM
71482000-08-18 Gerd Moellmann <gerd@gnu.org>
7149
7150 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7151 `portugues'.
7152
7153 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7154 backward-kill-sexp, analogous to kill-sexp.
7155
7156 * progmodes/icon.el (icon-indent-line)
7157 (icon-is-continuation-line): Handle comments specially.
7158
71592000-08-17 Ken Stevens <k.stevens@ieee.org>
7160
7161 * ispell.el: Set to standard author/maintainer/keyword fields.
7162 Fine tuning to menu map appearance and operation, and added help.
7163 Remove `start' and `end' error messages when compiling.
7164 (ispell-choices-win-default-height): Fixed comment string.
7165 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7166 castellano8 dictionaries.
7167 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7168 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7169 dictionary, added italiano dictionary.
7170 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7171 word character
7172 (ispell-tex-skip-alists): Added psfig support.
7173 (ispell-skip-html): Renamed from ispell-skip-sgml.
7174 (ispell-begin-skip-region-regexp, ispell-skip-region)
7175 (ispell-minor-check): Improved html skipping support to skip across
7176 code, and recognize `&' commands without propper `;' syntax;
7177 (ispell-process-line): Fix alignment error when manually
7178 correcting spelling.
7179 (ispell): Fix comment string.
7180 (ispell-add-per-file-word-list): Always put word list on new line.
7181
3787e12e
GM
71822000-08-17 Gerd Moellmann <gerd@gnu.org>
7183
a7b28523
GM
7184 * format.el (format-encode-run-method): Fix error message to say
7185 `encode' instead of `decode'. Use save-window-excursion around
7186 shell-command-on-region as in format-decode-run-method because
7187 shell-command-on-region can display a buffer with error output.
7188 (format-decode): Don't record undo information for the decoding.
7189 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7190 that number part of the temporary buffer name so that more than
7191 one decoding using a temporary buffer can happen safely.
7192
7193 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7194 of `A-z' in the regexp.
7195
7196 * hilit-chg.el: Fix typos in commentary.
7197
3787e12e
GM
7198 * help.el (view-emacs-news): Rewritten for new naming scheme
7199 for old NEWS files.
7200
7201 * startup.el (command-line): Pop to *Messages* in case an error
7202 is signaled while loading user-init-file.
7203
d2473540
AS
72042000-08-17 Andreas Schwab <schwab@suse.de>
7205
7206 * files.el (insert-directory): Don't lose original file name,
7207 undoing an undocumented change.
7208
c0bbaf57
GM
72092000-08-17 Alex Schroeder <alex@gnu.org>
7210
7211 * sql.el (sql-magic-go): Use comint-bol.
7212 (sql-copy-column): Use comint-line-beginning-position.
7213 (comint-line-beginning-position): Define a replacement for
7214 comint-line-beginning-position if it is not fboundp.
7215
72162000-08-17 Alex Schroeder <alex@gnu.org>
7217
7218 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7219 it didn't have any effect anyway.
7220
72212000-08-17 Alex Schroeder <alex@gnu.org>
7222
7223 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7224 --pset and pager=off instead of sending \\o|cat at the beginning
7225 of the session.
7226
9d245da5
MB
72272000-08-17 Miles Bader <miles@gnu.org>
7228
7229 * progmodes/octave-inf.el: Add compatibility definition of
7230 comint-line-beginning-position.
7231
abfdbd2e
KH
72322000-08-17 Kenichi Handa <handa@etl.go.jp>
7233
7234 * startup.el (normal-top-level): Look in each dir in load-path for
7235 a leim-list.el file too. This assures of loading leim-list.el
7236 that is created at Emacs installation time even if a user have his
7237 own leim-list.el.
7238
a0b8c939
MB
72392000-08-17 Miles Bader <miles@gnu.org>
7240
7241 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7242 foreground color to black if the background is dark.
7243
7382bcae
SM
72442000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7245
7246 * loadhist.el (unload-feature): Typo.
7247
9b4a7800 7248 * finder.el (finder-compile-keywords):
7382bcae
SM
7249 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7250 to the generated file.
7251
7252 * mail/mh-e.el (mh-make-local-vars):
7253 Replace make-variable-buffer-local with make-local-variable.
7254
cdd0f857 7255 * play/landmark.el:
7382bcae 7256 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7257 * mail/mailabbrev.el (mail-abbrevs-mode):
7258 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7259 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7260
7261 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7262
7263 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7264 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7265 Allow going past the last element.
9b4a7800 7266 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7267 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7268 (cvs-mouse-toggle-mark): Don't move point.
7269 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7270
7271 * progmodes/compile.el (grep): Provide a default set of files.
7272 (next-error): Docstring fix.
7273 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7274
7275 * emacs-lisp/easy-mmode.el (define-minor-mode):
7276 Use `symbol-value' to keep the byte-compiler quiet.
7277
7278 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7279 (diff-find-source-location): New fun, extracted from diff-goto-source.
7280 (diff-goto-source): Use it.
7281 (diff-next-complex-hunk, diff-filter-lines): New function.
7282 (diff-apply-hunk): New command.
7283
7284 * smerge-mode.el (smerge-mode-menu): Doc fix.
7285
7286 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7287
4f00b8c1
DL
72882000-08-16 Dave Love <fx@gnu.org>
7289
2b5198bb
DL
7290 * windmove.el (windmove) <defgroup>: Add :version.
7291
7292 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7293 (goto-address-fontify-p, goto-address-highlight-p)
7294 (goto-address-url-face, goto-address-url-mouse-face)
7295 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7296 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7297 (goto-address-fontify, goto-address-at-mouse): Simplify,
7298 (goto-address-at-point): browse-url-url-at-point,
7299 goto-address-find-address-at-point can return nil.
7300 (goto-address-find-address-at-point): Return nil on failure.
7301
7302 * align.el (align) <defgroup>: Add :version.
7303
7304 * calculator.el (calculator): Add :version.
7305 (calculator): Use two lines for calculator window if `modeline'
7306 face is boxed.
7307
4f00b8c1
DL
7308 * play/5x5.el: Doc fixes.
7309 (5x5) <defgroup>: Add :version.
7310
7311 * play/fortune.el (fortune) <defgroup>: Add :version.
7312 (fortune-append): Fix error message.
7313 (fortune-from-region): Doc fix.
7314
7315 * play/pong.el (pong): Doc fix.
7316
7317 * play/morse.el: Keywords, commentary, autoloads.
7318
69db7ee7
EZ
73192000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7320
7321 * desktop.el (desktop-save): Don't look at symbol-value of a
7322 member of minor-mode-alist, unless it is boundp.
7323
10e1dad9
SS
73242000-08-16 Sam Steingold <sds@gnu.org>
7325
a0b8c939 7326 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7327 `while'; use `with-current-buffer' instead of `save-excursion'.
7328 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7329
9d7bcb2e
KH
73302000-08-16 Kenichi Handa <handa@etl.go.jp>
7331
7332 * international/ccl.el (declare-ccl-program): Docstring modified.
7333 (ccl-execute-with-args): Likewise.
7334
04231ab8
MB
73352000-08-16 Miles Bader <miles@gnu.org>
7336
9d245da5 7337 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7338 comint-line-beginning-position.
7339
f68446ef
GM
73402000-08-15 Gerd Moellmann <gerd@gnu.org>
7341
dc28878c
GM
7342 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7343 'buffer-menu' property.
7344 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7345 fails.
7346 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7347 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7348 wasn't killed.
10e1dad9 7349
58ed0d3b
GM
7350 * buff-menu.el (list-buffers-noselect): Don't display the
7351 *Buffer List* buffer.
7352
32dc52f7
GM
7353 * font-lock.el: Require jit-lock to prevent a very late
7354 `Loading jit-lock' message.
7355
f68446ef 7356 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7357 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7358 mail address.
7359
90ac90a2
MB
73602000-08-15 Miles Bader <miles@gnu.org>
7361
7362 * textmodes/ispell.el (ispell-graphic-p): New constant.
7363 (ispell-choices-win-default-height, ispell-help): Use
7364 `ispell-graphic-p' instead of `xemacsp'.
7365
b0a0e263
DL
73662000-08-15 Dave Love <fx@gnu.org>
7367
c1e757e3
DL
7368 * simple.el: Autoload widget-convert when compiling.
7369 (mail-user-agent): Doc fix.
7370
7371 * help.el (function-called-at-point, variable-at-point): Use
7372 with-syntax-table.
7373 (help-manyarg-func-alist): Add insert-and-inherit.
7374
7375 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7376
7377 * delsel.el (delsel-unload-hook): New function.
7378
7379 * find-file.el: Doc fixes. Move provide to end.
7380 (ff) <defgroup>: Add :link.
7381 (ff-goto-click): Deleted.
7382 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7383 Use mouse-set-point.
7384
7385 * textmodes/tildify.el: Doc fixes.
7386 (tildify) <defgroup>: Add:version.
7387
7388 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7389 (glasses-custom-set): Use set-default, not set.
7390 (minor-mode-alist): Propertize the lighter.
7391 (glasses-mode): Provide optional arg.
7392
5f847612
DL
7393 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7394 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7395 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7396 option. Provide :type.
7397 (cwarn-configuration): Provide :type.
7398 (cwarn-mode): Doc fix.
7399
7400 * add-log.el (change-log-merge): Doc fix.
7401 (change-log-redate): New command.
7402
b0a0e263
DL
7403 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7404 Doze and Dog.
7405 (browse-url): Use dolist, not mapcar.
7406 (browse-url-at-point): Check for null url.
7407 (browse-url-event-buffer, browse-url-event-point): Functions
7408 deleted.
7409 (browse-url-at-mouse, browse-url-netscape): Simplify.
7410
7411 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7412 modes.
7413 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7414 Fix previous change to mapcan.
7415 (msb--init-file-alist, msb--add-separators)
7416 (msb--make-keymap-menu): Simplify.
7417 (msb--choose-file-menu): Use copy-sequence.
7418 (msb-mode-map): Add title to keymap.
7419 (msb-unload-hook): New function.
7420
7421 * bs.el: Fix indentation.
7422 (bs) <defgroup>: Add :links.
2b5198bb
DL
7423 (bs-show): Doc fix.
7424 (bs-apply-sort-faces): Don't use window-system.
7425 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7426
70f1b78e
EZ
74272000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7428
7429 * calendar/timeclock.el (timeclock-file): Run .timelog through
7430 convert-standard-filename.
7431
956777b3
GM
74322000-08-14 Gerd Moellmann <gerd@gnu.org>
7433
3215096c
GM
7434 * emacs-lisp/authors.el: New file.
7435
956777b3
GM
7436 * paren.el (show-paren-priority): New user option.
7437 (show-paren-function): Set overlay priorities to
7438 show-paren-priority.
10e1dad9 7439
0cde1424
MB
74402000-08-14 Miles Bader <miles@gnu.org>
7441
7442 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7443 beginning-of-line with inhibit-field-text-motion bound.
7444
90cbf47e
GM
74452000-08-14 Gerd Moellmann <gerd@gnu.org>
7446
7447 * calendar/timeclock.el: New file.
7448
74492000-08-14 David Ponce <david@dponce.com>
7450
7451 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7452 `widget-button-click'. so that one can use left mouse button to
7453 click on dialog buttons.
7454
74552000-08-14 Emmanuel Briot <briot@gnat.com>
7456
7457 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7458 identifiers, since XML is case sensitive
10e1dad9 7459
79e8dca7 74602000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7461
660394d1
MB
7462 * comint.el (comint-output-filter): Don't bother frobbing
7463 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7464
7465 * comint.el (comint-send-string, comint-send-region): Make into
7466 real functions. Snapshot the prompt before sending.
7467
218c2cc7
EZ
74682000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7469
7470 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7471 technique similar to Info-index, instead of relying on specific
7472 names of relevant Index nodes.
7473 (Info-goto-emacs-command-node): Bind Info-history to nil when
7474 going to the first node found by Info-find-emacs-command-nodes.
7475
51e066d2 74762000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7477
7478 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7479
867102f2
MB
74802000-08-10 Miles Bader <miles@gnu.org>
7481
7482 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7483
af718538
EZ
74842000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7485
7486 * info.el (Info-file-list-for-emacs): More elements for the
7487 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7488 and woman manuals.
7489
c51bacd6
MB
74902000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7491
7492 * comint.el (comint-send-input): Make the newline boundary overlay
7493 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7494 (comint-output-filter): Use `insert' instead of
7495 `insert-before-markers'. Extend comint-last-output-overlay when
7496 necessary since we can't rely on insert-before-markers to do it.
7497 * gud.el (gud-filter): Use `with-current-buffer' instead of
7498 save-excursion when inserting the output, so that point gets
7499 updated correctly; the old method relied on a rather dodgy
7500 side-effect of comint-output-filter to avoid the effect of
7501 save-excursion.
7502
98532b12
EZ
75032000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7504
7505 * files.el (recover-file): Call insert-directory instead of
7506 invoking `ls' directly.
7507
3db4b719
MB
75082000-08-10 Miles Bader <miles@gnu.org>
7509
7510 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7511 (comint-last-prompt-overlay): New variables.
7512 (comint-output-filter): Implement prompt highlighting.
7513 (comint-snapshot-last-prompt): New function.
7514 (comint-send-input): Snapshot the last prompt.
7515 Use comint-highlight-input-face.
7516 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7517 Use defface instead of defcustom.
7518 (send-invisible, comint-send-eof): Snapshot the last prompt.
7519 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7520 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7521
96190aa1
SM
75222000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7523
5cda4b07
SM
7524 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7525 (regexp-opt-group): Use a list of chars for `letters'.
7526 (regexp-opt-charset): `chars' is now a list of chars.
7527 Use a char-table rather than a vector so it works for multibyte chars.
7528
96190aa1
SM
7529 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7530 Set cvs-minor-current-files to the selected fileinfo.
7531 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7532 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7533
7d093d56
EZ
75342000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7535
7536 * files.el (insert-directory): Don't call access-file on
7537 directories on DOS and Windows.
7538
b24c5811
KH
75392000-08-09 Kenichi Handa <handa@etl.go.jp>
7540
7541 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7542 longer if necessary.
7543 (ccl-embed-code): Call ccl-embed-data to store CODE in
7544 ccl-program-vector.
7545
0a6fd67e
MB
75462000-08-09 Miles Bader <miles@gnu.org>
7547
7548 * comint.el (comint-output-filter): Properly handle the case where
7549 the text surrounded by comint-last-output-overlay was deleted.
7550
9f6d1a6c
GM
75512000-08-08 Gerd Moellmann <gerd@gnu.org>
7552
25ad1371
GM
7553 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7554 non-nil.
7555 (Info-file-list-for-emacs): Remove "info" from the list because
7556 that leads to trying to use the documentation from file `info'
7557 in various situations where it isn't appropriate, for instance
7558 C-h C-k C-h i.
7559
7560 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7561 DIR and/or STRING are nil.
7562
7563 * progmodes/compile.el (compilation-setup): Make variable
7564 compilation-error-screen-columns buffer-local, as some comment
7565 in the code suggests it should be.
7566
7567 * files.el (auto-mode-interpreter-regexp): New variable.
7568 (set-auto-mode): Use it.
7569
7570 * indent.el (indent-for-tab-command): Doc fix.
7571
7572 * mouse-sel.el (mouse-sel-mode): Doc fix.
7573
9f6d1a6c
GM
7574 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7575 labels.
7576
7577 * help.el (print-help-return-message): When
7578 display-buffer-reuse-frames is set, let the help window been quit,
7579 instead of deleting it, which might delete a reused frame.
7580
3d819a75
EZ
75812000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7582
7583 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7584 rename a directory to a name that differs only by its letter case.
7585
c5a52529
KH
75862000-08-08 Kenichi Handa <handa@etl.go.jp>
7587
7588 * international/quail.el (quail-define-rules): Handle Quail decode
7589 map correctly. Add code for supporting annotations.
7590 (quail-install-decode-map): New function.
7591 (quail-defrule-internal): New optional arguments decode-map and
7592 props.
7593 (quail-advice): New function.
7594
5e9e032a
SS
75952000-08-07 Sam Steingold <sds@gnu.org>
7596
7597 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7598 `defconst', `define-condition', `with-slots'.
7599 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7600
46645f4b
MB
76012000-08-03 Miles Bader <miles@gnu.org>
7602
7603 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7604 New variable.
7605 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7606 comint-use-prompt-regexp-instead-of-fields.
7607 (comint-send-input): Add `input' field property to stuff we send to
7608 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7609 (comint-output-filter): Add `output' field property to process
7610 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7611 (comint-replace-by-expanded-history)
7612 (comint-get-old-input-default, comint-show-output)
7613 (comint-backward-matching-input, comint-forward-matching-input)
7614 (comint-next-prompt, comint-previous-prompt): Use field
7615 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7616 (comint-line-beginning-position): New function.
7617 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7618 (comint-replace-by-expanded-history-before-point): Use
7619 comint-line-beginning-position and line-end-position.
7620 (comint-last-output-overlay): New variable.
7621 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7622
7623 * shell.el (shell-prompt-pattern): Doc change.
7624 (shell-backward-command): Use line-beginning-position.
7625
7626 * gud.el (gud-gdb-complete-command): Use
7627 comint-line-beginning-position.
7628
7629 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7630 comint-bol doesn't actually go to the beginning of the line.
7631
7632 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7633 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7634 (try-expand-line-all-buffers): Likewise.
7635
7636 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7637 explicitly matching comint-prompt-regexp.
7638 (sql-copy-column): Use comint-line-beginning-position instead of
7639 explicitly matching comint-prompt-regexp.
7640
7641 * progmodes/octave-inf.el (inferior-octave-complete): Use
7642 comint-line-beginning-position.
7643
7644 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7645
7646 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7647 looking for a prompt, use `forward-line 0' instead of
7648 `beginning-of-line', to avoid getting caught by an input field.
7649
ff3d9573
GM
76502000-08-07 Gerd Moellmann <gerd@gnu.org>
7651
7652 * files.el (shell-quote-wildcard-pattern): Make sure to return
7653 PATTERN, in the Unix case.
7654
e0d8827b
EZ
76552000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7656
7657 * play/zone.el (zone): Discard any pending input before running
7658 the randomly-chosen pgm.
7659
24d55b8f
KH
76602000-08-07 Kenichi Handa <handa@etl.go.jp>
7661
7662 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7663 checking the existence of any multibyte characters.
7664
3d05e1ee
GM
76652000-08-06 Gerd Moellmann <gerd@gnu.org>
7666
6c4a4368
GM
7667 * help.el (describe-mode): Test minor-mode symbol for being
7668 bound before testing its value for being nil.
7669
3d05e1ee
GM
7670 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7671 `first', `second', and `third'.
7672
7673 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7674 (second): Make it an alias for `cadr'.
7675
6968a481
EZ
76762000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7677
7678 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7679 types of display support faces now.
7680
e49aa397
GM
76812000-08-05 Gerd Moellmann <gerd@gnu.org>
7682
7683 * pcvs.el (require): Require `cl' during compilation, only.
7684
7685 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7686 (toplevel): Remove `remq' and `remove' from autoloads.
7687 (cl-fake-autoloads): New variable. If set, arrange for an error
7688 when CL functions etc. are autoloaded.
7689
588aca27
EZ
76902000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7691
2e78d4ab
EZ
7692 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7693
85628348
EZ
7694 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7695 popped up, but the user clicks outside the menu, return an empty
7696 regexp (that causes unhighlight-regexp to have no effect).
7697
74f0e552
EZ
7698 * menu-bar.el (menu-bar-games-menu): Add Zone.
7699
588aca27
EZ
7700 * hi-lock.el (toplevel): Require font-lock.
7701
f4988be7
GM
77022000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7703
ba087cd7 7704 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7705 (ebnf-8-bit-chars): New var for bug fix.
7706 (ebnf-string): Bug fix.
7707
027b73ac
SS
77082000-08-03 Sam Steingold <sds@gnu.org>
7709
7710 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7711 instead of `buffer-string'.
7712 (require 'cl): Always, not just when compiling.
7713 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7714 necessary.
7715
2f1fa038
EZ
77162000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7717
7718 * international/mule-cmds.el (select-safe-coding-system): Make
7719 the message text about selecting a safe coding system more clear.
7720
ead53494
GM
77212000-08-02 Gerd Moellmann <gerd@gnu.org>
7722
abb2db1c
GM
7723 * hi-lock.el: New file.
7724
7725 * play/zone.el: New file.
7726
ead53494
GM
7727 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7728 value of tab-width in the original buffer. Choose a line number
7729 format that's a multiple of the original buffer's tab width, so
7730 that lines appear right.
7731
7732 * textmodes/ispell.el (ispell): New function, replacing an alias.
7733 Spell-check active region if in transient-mark-mode and mark
7734 is active; otherwise spell-check buffer.
7735
77362000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7737
7738 * ps-mule.el: Fix a customization problem on
7739 ps-mule-font-info-database-default.
7740
f4a2b0a4
EZ
77412000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7742
7743 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7744 display-mouse-p instead of window-system.
7745 (ebrowse-member-mode-map): Ditto.
7746
b685181e
GM
77472000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7748
ba087cd7
EZ
7749 * progmodes/ebnf2ps.el: Update ps-print functions call.
7750 Indentation fix. Doc fix.
b685181e
GM
7751 (ebnf-version): New version number (3.2).
7752 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7753
3b5fab87
EZ
77542000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7755
032ebb29
EZ
7756 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7757 font lock support on window-system.
7758 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7759
3b5fab87
EZ
7760 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7761 display-color-p, if fboundp, instead of window-system.
7762
7e2605e7
EZ
77632000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7764
7765 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7766 instead of window-system.
7767
7768 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7769 window-system.
7770 (widget-choice-mouse-down-action): Use display-popup-menus-p
7771 instead of window-system.
7772
7773 * strokes.el (strokes-file): Run the file name through
7774 convert-standard-filename.
7775 (strokes-mode): Call display-mouse-p instead of looking at
7776 window-system. Change the error message accordingly.
7777
7778 * progmodes/cpp.el (toplevel): Support faces on tty's.
7779
7780 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7781 (lm-plot-square, lm-init-display): Don't use window-system.
7782
7783 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7784 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7785
7786 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7787 instead of looking at window-system.
7788
26119624
GM
77892000-07-30 Gerd Moellmann <gerd@gnu.org>
7790
7791 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7792 of testing if iswitchb-prepost-hooks is bound, because the
7793 latter will always be true when invoking a recursive minibuffer
7794 from an active Iswitchb buffer.
7795
c90596f3
EZ
77962000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * files.el (shell-quote-wildcard-pattern): New function.
7799 (insert-directory): Call it. Only prepend "\" to command on Unix
7800 and GNU/Linux systems.
7801
18925e78
GM
78022000-07-30 Gerd Moellmann <gerd@gnu.org>
7803
7804 * eshell/esh-groups.el: Change custom :link file names
7805 from `eshell.info' to `eshell'.
7806
78072000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7808
7809 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7810 correctly in recursive ange-ftp listings.
7811
78122000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7813
7814 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7815 ps-header-font-size-internal and
7816 ps-header-title-font-size-internal variables are not set,
7817 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7818 face text property is (foreground-color . COLOR) or
7819 `(background-color . COLOR)', ps-print crashes. Doc fix.
7820 (ps-print-version): New version number (5.2.4).
7821 (ps-plot-region): Code fix.
7822 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7823 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7824 Bug fix 2.
7825
78262000-07-30 Milan Zamazal <pdm@freesoft.cz>
7827
7828 * glasses.el (glasses-make-readable): Fix uncapitalization of
7829 identifiers like `myXMLDocument'.
7830
aeb4c63e
KF
78312000-07-28 Karl Fogel <kfogel@red-bean.com>
7832
18925e78
GM
7833 * mail/mail-hist.el (mail-hist-previous-input)
7834 (mail-hist-next-input): Do the obvious code factorization.
7835 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7836 code of above two.
7837 If inserting a message body, leave point at top.
7838
9d453139
SS
78392000-07-28 Sam Steingold <sds@gnu.org>
7840
7841 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7842 Use `<=', not `<' to compare times!
7843 (ange-ftp-ls): Remove.
9d453139 7844
b548072f
GM
78452000-07-27 Gerd Moellmann <gerd@gnu.org>
7846
27848c01
GM
7847 * play/cookie1.el: Add explanation of how to make cookie.el
7848 compatible with strfile(1) to comment.
7849
7850 * subr.el (remove, remq): New functions.
7851
3ab82477
GM
7852 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7853 escape `*' in regexps.
7854 (midnight-find): Reverse order of arguments in the funcall of
7855 TEST.
7856
7857 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7858 and `.class'.
7859
b548072f
GM
7860 * play/meese.el: Add Commentary section.
7861
27848c01
GM
78622000-07-27 Alex Schroeder <alex@gnu.org>
7863
7864 * sql.el (sql-ms): Added autoload cookie.
7865 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7866 (sql-oracle): Ditto.
7867 (sql-help): Doc change.
7868
7869 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7870 types and exceptions.
7871
78722000-07-27 Alex Schroeder <alex@gnu.org>
7873
7874 * sql.el (sql-placeholder-history): New variable.
7875 (sql-query-placeholders-and-send): New function that will query
7876 the user and replace placeholders with user input.
7877 (sql-oracle): If running on NT, set comint-input-sender to
7878 sql-query-placeholders-and-send.
7879
7880 (sql-stop): If in the SQLi buffer, insert stop notification, else
7881 present it as a message.
7882
78832000-07-27 Alex Schroeder <alex@gnu.org>
7884
7885 * sql.el (sql-input-ring-separator): Doc change.
7886 (sql-input-ring-file-name): Doc change.
7887 (sql-interactive-mode): Use `sql-input-ring-separator' and
7888 `sql-input-ring-file-name' to set the comint-mode equivalents
7889 without making them local variables.
7890 (sql-stop): Don't bind `sql-input-ring-separator' and
7891 `sql-input-ring-file-name' dynamically to their comint-mode
7892 equivalents.
7893
91ae8751
KH
78942000-07-27 Kenichi Handa <handa@etl.go.jp>
7895
7896 * international/mule.el (register-char-codings): New function.
7897 (make-coding-system): Handle `safe-chars' specification in the arg
7898 PROPERTY.
7899
7900 * international/mule-cmds.el
7901 (find-coding-systems-region-subset-p): This function deleted.
7902 (sort-coding-systems-predicate): New variable.
7903 (sort-coding-systems): New function.
7904 (find-coding-systems-region): Use
7905 find-coding-systems-region-internal.
7906 (find-coding-systems-string): Use find-coding-systems-region.
7907 (find-coding-systems-for-charsets): Check
7908 char-coding-system-table.
7909 (select-safe-coding-system-accept-default-p): New variable.
7910 (select-safe-coding-system): Mostly rewritten. New argument
7911 ACCEPT-DEFAULT-P.
7912 (select-message-coding-system): Call select-safe-coding-system
7913 with ACCEPT-DEFAULT-P arg.
7914 (reset-language-environment): Reset default-sendmail-coding-system
7915 to the default value iso-latin-1.
7916 (set-language-environment): Don't set the obsolete variable
7917 charset-origin-alist.
7918
7919 * international/codepage.el (cp-coding-system-for-codepage-1):
7920 Give `safe-chars' property to make-coding-system.
7921
7922 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7923 calling select-message-coding-system twice.
7924
7925 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7926 instead of `safe-charsets'.
7927 (cyrillic-alternativnyj): Likewise.
7928 (ccl-encode-alternativnyj): Don't check the charset
7929 cyrillic-iso8859-5.
7930
90cf4474
KH
79312000-07-27 Kenichi Handa <handa@etl.go.jp>
7932
7933 * composite.el (compose-chars-after): Preserve match data.
7934
a1f84f6d
SS
79352000-07-26 Sam Steingold <sds@gnu.org>
7936
7937 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7938 (ange-ftp-real-file-newer-than-file-p): New function.
7939 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7940 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7941
7942 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7943 * midnight.el (midnight-float-time): Ditto.
7944
e092928e
AS
79452000-07-26 Andreas Schwab <schwab@suse.de>
7946
7947 * files.el (normal-backup-enable-predicate): Correct
7948 interpretation of the return value of compare-strings.
7949
7465ebef
GM
79502000-07-26 Gerd Moellmann <gerd@gnu.org>
7951
3353ef5a
GM
7952 * isearch.el (isearch-resume): New function.
7953 (isearch-done): Add something to command-history to resume
7954 the search.
7955 (isearch-yank-line, isearch-yank-word): Use
7956 buffer-substring-no-properties instead of buffer-substring.
7957
7465ebef
GM
7958 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7959 of flyspell-mouse-map.
7960
7961 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7962 duplicate definition.
7963 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7964
7965 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7966 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7967
5044b74a
SS
79682000-07-25 Sam Steingold <sds@gnu.org>
7969
25759a92
SS
7970 * net/ange-ftp.el: Get modtime over the net.
7971 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7972 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7973 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7974 Use it.
7975 (ange-ftp-dot-to-slash): New function.
7976 (ange-ftp-fix-name-for-vms): Use it.
7977
5044b74a
SS
7978 * midnight.el (midnight-buffer-display-time): Use
7979 `with-current-buffer'.
7980
5dcfb3f4
GM
79812000-07-25 Gerd Moellmann <gerd@gnu.org>
7982
7983 * find-dired.el: Update copyright notice.
7984 (find-dired): Offer to kill a running `find'.
7985
7986 * enriched.el (enriched-face-ans): For a `foreground-color'
7987 property, return '(("x-color" COLOR))' so that COLOR will be
7988 output as a parameter of the x-color annotation. Likewise for the
7989 `background-color' property. In the case of normal face
7990 properties, don't return annotations for unspecified foreground
7991 and background face attributes.
7992
8c662166
KH
79932000-07-25 Kenichi Handa <handa@etl.go.jp>
7994
7995 * language/japan-util.el (japanese-katakana-region): Fix handling
7996 HANKAKU argument.
7997
c28da489
MB
79982000-07-25 Miles Bader <miles@gnu.org>
7999
8000 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8001 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8002 constrain-to-field.
8003
ad349719
AI
80042000-07-24 Andrew Innes <andrewi@gnu.org>
8005
8006 * timer.el (timer-activate-when-idle): Add optional parameter
8007 DONT-WAIT. Update docstring.
8008 (run-with-idle-timer): Specify extra parameter to
8009 timer-activate-when-idle, so that timer will be activated
8010 immediately if Emacs is already idle.
8011
8012 * w32-fns.el (w32-using-nt): Fix docstring.
8013
c95162f5
DL
80142000-07-24 Dave Love <fx@gnu.org>
8015
8016 * mouse.el (popup-menu): Set last-command-event.
8017 (mouse-major-mode-menu-prefix): Declare.
8018
e3c31fd5
GM
80192000-07-24 Gerd Moellmann <gerd@gnu.org>
8020
8021 * textmodes/flyspell.el: Update to author's version 1.5d.
8022
8023 * progmodes/hideshow.el: Update copyright notice.
8024
8025 * vcursor.el: Set maintainer to FSF, since author cannot
8026 be reached.
8027
7636d2a3
EZ
80282000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8029
fbe0a958
EZ
8030 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8031 the prompt.
8032
7636d2a3
EZ
8033 * mouse.el (popup-menu): Run the keymap through indirect-function,
8034 in case it was defined with define-prefix-key. If the menu is a
8035 list of keymaps, look up the binding of user's choice in each one
8036 of the keymaps.
8037 (mouse-popup-menubar): If the global and local menu-bar keymaps
8038 don't have a prompt string, create one and insert it into the
8039 keymap. Don't barf if current-local-map returns nil.
8040
e024b101
GM
80412000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8042
8043 * dired.el (dired-sort-R-check): Added to allow recursive listing
8044 to be undone.
8045 (dired-sort-other): Use it.
8046
7972fcfc
GM
80472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8048
e024b101 8049 * Release of cc-mode 5.27
7972fcfc
GM
8050
80512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8052
8053 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8054 c-beginning-of-statement-1 that caused a bad case of recursion
8055 which could consume a lot of CPU in large classes in languages
8056 that have in-expression classes (i.e. Java and Pike).
8057
8058 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8059 statements before top level constructs (i.e. case 6 is moved
8060 before case 5 and is now case 4) to catch in-expression
8061 classes in top level expressions correctly.
8062
80632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8064
8065 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8066 objc-method-intro. Case 4 removed and case 5I added.
8067
8068 * cc-langs.el (c-append-paragraph-start): New variable used by
8069 c-common-init to get paragraph-start correct.
8070 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8071 initialize paragraph-start to make it correct both with and
8072 without the javadoc special case.
8073
8074 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8075 initialize paragraph-start for javadoc markup.
8076
8077 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8078 change by defaulting this to t. It's motivated by the
8079 confusing behavior that otherwise arise from the style system
8080 when editing both java and non-java files at the same time
8081 (see the comments about style setting in c-common-init).
8082
80832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8084
8085 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8086 similar to the one in c-fill-paragraph to check the fill
8087 prefix from the adaptive fill function for sanity.
8088
80892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8090
8091 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8092 defun block.
8093
80942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8095
5044b74a 8096 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8097
80982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8099
8100 * cc-align.el (c-lineup-multi-inher): Handle lines with
8101 leading comma nicely. Extended to handle member initializers
8102 too.
8103
e024b101 8104 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8105 c-guess-basic-syntax): Fixed recognition of inheritance lists
8106 when the lines begins with a comma.
8107
5044b74a 8108 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8109
8110 * cc-vars.el (c-offsets-alist): Changed default for
8111 member-init-cont to c-lineup-multi-inher since it now handles
8112 member initializers and indents better for leading commas.
8113
81142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8115
8116 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8117 handling that caused class open lines to be recognized as
8118 statement-conts in some cases.
8119
8120 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8121 guessed by the adaptive fill function unless point is on the
8122 first line of a block comment.
8123
8124 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8125 when the buffer ends with a macro continuation char.
8126
8127 * cc-engine.el (c-guess-basic-syntax): Added support for
8128 function definitions as statements in Pike. The first
8129 statement in a lambda block is now labeled defun-block-intro
8130 instead of statement-block-intro.
8131
8132 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8133 so that the class surrounding point is selected, not the one
8134 innermost in the state.
8135
8136 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8137 recognition of switch labels having hanging multiline
8138 statements.
8139
8140 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8141 some code in c-guess-basic-syntax to a separate function.
8142 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8143 recognition of member inits with multiple line arglists.
8144 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8145 member-init-cont when the commas are in funny places.
8146
81472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8148
8149 * cc-defs.el (c-auto-newline): Removed this macro since it's
8150 not used anymore.
8151
8152 * cc-engine.el (c-looking-at-bos): New helper function.
8153 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8154 inexpr and toplevel classes apart in Pike.
8155
8156 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8157 of case 9A.
8158
8159 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8160 constant, since "class" can introduce an in-expression class
8161 in Pike nowadays.
8162
81632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8164
8165 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8166 indentation on cpp-macro lines.
8167
8168 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8169 a syntax modifier like comment-intro, to make it possible to
8170 get syntactic indentation for preprocessor directives. It's
8171 incompatible wrt to lineup functions on cpp-macro, but it has
8172 no observable effect in the 99.9% common case where cpp-macro
8173 is set to -1000.
8174
81752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8176
8177 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8178 member-init-cont when the preceding arglist is several lines.
8179
81802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8181
8182 * cc-styles.el (c-style-alist): The basic offset for the BSD
8183 style corrected to 8.
8184
81852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8186
8187 * cc-styles.el (c-style-alist): Adjusted the indentation of
8188 brace list openers in the gnu style.
8189
81902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8191
8192 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8193
8194 * cc-cmds.el (c-electric-brace, c-electric-slash,
8195 c-electric-star, c-electric-semi&comma, c-electric-colon,
8196 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8197 when c-syntactic-indentation is nil.
8198
8199 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8200 we were left at comments preceding the first statement when
8201 reaching the beginning of the buffer.
8202
8203 * cc-vars.el (c-syntactic-indentation): New variable to turn
8204 off all syntactic indentation.
8205
82062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8207
8208 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8209 between the text and the block comment ender when it hangs,
8210 depending on how many there are before the fill.
8211
82122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8213
8214 * cc-engine.el (c-beginning-of-closest-statement): New helper
8215 function to go back to the closest preceding statement start,
8216 which could be inside a conditional statement.
8217 * cc-engine.el (c-guess-basic-syntax): Use
8218 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8219
8220 * cc-engine.el (c-guess-basic-syntax): Better handling of
8221 arglist-intro, arglist-cont-nonempty and arglist-close when
8222 the arglist is nested inside parens. Cases 7A, 7C and 7F
8223 changed.
8224
8225 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8226 up-to-date with javadoc 1.2.
8227
82282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8229
8230 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8231 multiline Pike type decls.
8232
82332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8234
8235 * cc-cmds.el (c-indent-new-comment-line): Always break
8236 multiline comments in multiline mode, regardless of
8237 comment-multi-line.
8238
82392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8240
8241 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8242 fully::qualified::names in C++ member init lists. Preamble in
8243 case 5D changed.
8244
82452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8246
8247 * cc-langs.el (c-common-init): Handling of obsolete variables
8248 moved to c-initialize-cc-mode. More compatible style override
8249 when using global style variables.
8250 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8251 variables moved here.
8252
e024b101 8253 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8254 c-special-indent-hook as a style variable. Don't talk about
8255 doing (c-make-styles-buffer-local t) in a mode hook, since
8256 that's already too late to work right.
5044b74a 8257
7972fcfc
GM
8258 * cc-styles.el (c-make-styles-buffer-local): Flag style
8259 variable localness in c-style-variables-are-local-p to make
8260 the compatibility measure in c-common-init work well.
8261
8262 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8263 longer contain set-from-style.
8264 * cc-styles.el (c-initialize-builtin-style): Don't check for
8265 set-from-style on c-special-indent-hook.
8266 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8267 copy-alist is sufficient now.
8268
8269 * cc-styles.el (c-set-style, c-set-style-1,
8270 c-get-style-variables): Fixes to variable initialization so
8271 that duplicate entries in styles have the same effect
8272 regardless of DONT-OVERRIDE.
8273
8274 * cc-styles.el (c-set-style-2): Fixed bug where the
8275 initialization of inheriting styles failed when the
8276 dont-override flag is set.
8277
8278 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8279 on this.
8280
82812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8282
8283 * cc-defs.el (c-forward-comment): Removed the workaround
8284 introduced in 5.38 since it had worse side-effects. If a line
8285 contains the string "//\"", it regarded the // as a comment
8286 start since the \ temporarily doesn't have escape syntax.
8287
82882000-07-17 Emmanuel Briot <briot@act-europe.fr>
8289
8290 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8291 ada-xref.el before ada-prj.el, so that the Project menu is created
8292 when ada-prj tries to add to it.
8293 (ada-activate-keys-for-case): Suppress the characters that are not
8294 part of the Ada syntax. Better compatibility with else-mode
8295 (ada-adjust-case-interactive): When auto-casing is not active,
8296 correctly insert newlines (used to insert only ^M). Prevent the
8297 syntax table from being changed in case of an error
814299a7 8298 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8299 Do nothing if ada-auto-case is nil.
8300 (ada-after-keyword-p): Ignore keywords that are also attributes
8301 (ada-batch-reformat): Update usage comment
8302 (ada-call-from-contextual-menu): New function
8303 (ada-case-read-exceptions): Reinitialize the casing exception list
8304 first to nil first, so that the casing exception file can be
8305 shared.
8306 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8307 files.
8308 (ada-compile-goto-error): Fix regexp used to detect a file:line
8309 anywhere in the error message
8310 (ada-contextual-menu-last-point): New variable
8311 (ada-create-keymap): If the variable delete-key-deletes-forward is
8312 t on XEmacs, it means that DEL should delete one character
8313 forward.
8314 (ada-create-menu): Use :included instead of :visible for XEmacs.
8315 New submenu "Options".
8316 (ada-end-stmt-re): Correctly indent "select ... then abort"
8317 statements.
8318 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8319 even if they don't match ada-fill-comment-prefix Fix handling of
8320 paragraphs on the first or last line of a file.
8321 (ada-format-paramlist): Fix handling of default parameter values.
8322 (ada-get-body-name): New function.
8323 (ada-get-current-indent): Optimized by searchling directly for an
8324 existing generic part or a statement outside of it. Handle
8325 ada-indent-align-comments when indenting comments Replaced some
8326 regexps by testing directly the next character. This results in a
8327 huge speedup on some files. New indentation scheme for renames
8328 statements. Stop looking for the 'while' or 'for' associated with
8329 a 'loop' at the first semicolon encountered. A "return" can also
8330 match an anonymous access subprogram declaration.
8331 (ada-get-indent-noindent): Ignore strings and comments when
8332 looking for the keywords "record" and "private".
8333 (ada-goto-matching-decl-start): When matching "if", make sure we
8334 are not in fact seeing "end if". Ignore "when" statements except
8335 when initial keyword was "begin". Fix handling of nested
8336 procedures. Add a recursive call to this function to skip over
8337 other 'end' statmts. Fix indentation for "when .. => begin"
8338 (ada-in-open-paren-p): Fix indentation for complex boolean
8339 expressions, where 'and then', 'or else' and parenthesis
8340 statements are mixed up.
8341 (ada-in-paramlist-p): Skip comments while searching for the
8342 beginning Fix handling of operator declarations.
8343 (ada-indent-align-comments): New variable
8344 (ada-indent-current): Change the syntax table only in the
8345 protected section, so that we are sure it is restored correctly.
8346 (ada-indent-on-previous-lines): Use ada-use-indent and
8347 ada-with-indent Correctly indent "select ... then"
8348 (ada-indent-region): Slight speedup.
8349 (ada-indent-renames): New variable.
8350 (ada-last-which-function-subprog, ada-last-which-function-line):
8351 New variables
8352 (ada-looking-at-semi-private): Correctly indent the 'private'
8353 keyword when it is the first word in a package declaration.
8354 (ada-loose-case-word): Stop searching if at the end of the buffer.
8355 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8356 even if point is not initially at the end of the word.
8357 (ada-matching-decl-start-re): Add "when".
8358 (ada-mode): Add support for abbrev-mode, outline-mode and
8359 which-func-mode Override the old find-file.el entry in
8360 ff-special-constructs since it is using the obsolete
8361 ada-spec-suffix variable
8362 (ada-no-auto-case): New function
8363 (ada-scan-paramlist): When parsing the argument type, accept
8364 spaces (as in "X 'Class", generated by Rational Rose).
8365 (ada-other-file-name): No longer loads the other file.
8366 (ada-popup-menu): Save and restore the current buffer and cursor
8367 position before and after displaying the menu.
8368 (ada-search-ignore-complex-boolean): New function.
8369 (ada-uncomment-region): Emacs21 already knows how to delete
8370 comments not starting in the first column.
8371 (ada-use-indent): New variable
8372 (ada-which-function): New function.
8373 (ada-with-indent): New variable
8374 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8375 can be batch-compiled from the command line.
8376
8377 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8378 Add to the menu when the file is loaded, not in ada-mode-hook.
8379 Add -toolbar to the default ddd command Switches moved from
8380 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8381 ada-prj-default-comp-opt
8382 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8383 Reference Manual to the menu
8384 (ada-check-current): rewritten as a call to ada-compile-current
8385 (ada-compile): Removed.
8386 (ada-compile-application, ada-compile-current, ada-check-current):
8387 Set the compilation-search-path so that compile.el automatically
8388 finds the sources in src_dir. Automatic scrollong of the
8389 compilation buffer. C-uC-cC-c asks for confirmation before
8390 compiling
8391 (ada-compile-current): New parameter, prj-field
8392 (ada-complete-identifier): Load the .ali file before doing
8393 processing
8394 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8395 conform to gnatmake's behavior.
8396 (ada-find-file-in-dir): New function
8397 (ada-find-references): Set the environment variables for gnatfind
8398 (ada-find-src-file-in-dir): New function.
8399 (ada-first-non-nil): Removed
8400 (ada-gdb-application): Add support for jdb, the java debugger.
8401 (ada-get-ada-file-name): Load the original-file first if not done
8402 yet.
8403 (ada-get-all-references): Handles the new ali syntax (parent types
8404 are found between <>).
8405 (ada-initialize-runtime-library): New function
8406 (ada-mode-hook): Always load a project file when a file is opened,
8407 so that the casing exceptions are correctly read.
8408 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8409 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8410 to open the project file, since the latter does not work with
8411 speedbar Get default values before loading the prj file, or the
8412 default executable file name is wrong. Use the absolute value of
8413 src_dir to initialize ada-search-directories and
8414 compilation-search-path,... Add the standard runtime library to
8415 the search path for find-file.
8416 (ada-prj-default-debugger): Was missing an opening '{'
8417 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8418 variables.
8419 (ada-prj-default-gnatmake-opt): New variable
8420 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8421 buffers, the project file is the default one Save the windows
8422 configuration before displaying the menu.
8423 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8424 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8425 ...) regexp-quote identifiers names to support operators +,
8426 -,... in regexps.
8427 (ada-remote): New function.
8428 (ada-run-application): Erase the output buffer before starting the
8429 run Support remote execution of the application. Use
8430 call-process, or the arguments are incorrectly parsed
8431 (ada-set-default-project-file): Reread the content of the active
8432 project file, not the one from the current buffer When a project
8433 file is set as the default project, all directories are
8434 automatically associated with it.
8435 (ada-set-environment): New function
8436 (ada-treat-cmd-string): New special variable ${current}
8437 (ada-treat-cmd-string): Revised. The substitution is now done for
8438 any ${...} substring
8439 (ada-xref-current): If no body was found, compiles the spec
8440 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8441 compiler to get rid of command line length limitations.
8442 (ada-xref-get-project-field): New function
8443 (ada-xref-project-files): New variable
8444 (ada-xref-runtime-library-specs-path)
8445 (ada-xref-runtime-library-ali-path): New variables
8446 (ada-xref-set-default-prj-values): Default run command now does a
8447 cd to the build directory. New field: main_unit Provide a default
8448 file name even if the current buffer has no prj file.
8449
8450 * ada-prj.el:
8451 Rewritten to show a tabbed-dialog.
8452 (ada-prj-add-ada-menu): Remove the map and name parameters.
8453 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8454 New function
8455 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8456 (ada-prj-load-from-file): New function
8457 (ada-prj-save): Always save fields that depend on the current buffer
8458 (ada-prj-show-value): New function
5044b74a 8459
7972fcfc
GM
8460 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8461 Ada mode. This will allow us to display the Ada menu in any buffer
8462 we want (for project items).
8463 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8464 number of spaces in the header.
5044b74a 8465
8730a8da
DL
84662000-07-24 Dave Love <fx@gnu.org>
8467
8468 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8469
db3ca487
NF
84702000-07-23 Noah Friedman <friedman@splode.com>
8471
ad953485
NF
8472 * type-break.el (type-break): perform autosave.
8473 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8474 (type-break-do-query): Cancel query schedule while performing
8475 actual query, to avoid possibility of a second query being made
8476 while first one is already in progress.
8477 (type-break-time-stamp-format): New variable.
8478 (type-break-time-stamp): New function.
8479 (type-break-time-warning): Use it.
8480 (type-break-keystroke-warning): Use it.
8481 (type-break-noninteractive-query): Use it.
8482
03a9c6d0
NF
8483 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8484 cookie.
8485 Use add-minor-mode to set minor-mode-alist, if available.
8486 (eldoc-echo-area-use-multiline-p): New user option.
8487 (eldoc-echo-area-multiline-supported-p): New variable.
8488 (eldoc-docstring-format-sym-doc): Use them.
8489 (eldoc-mode): If not using idle timers, append to local post and
8490 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8491 (eldoc-display-message-no-interference-p): Don't interfere with
8492 edebug.
8493 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8494 (eldoc-function-arglist): New function.
8495 (eldoc-function-argstring): Use it.
8496
db3ca487
NF
8497 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8498 auto save directory exists before calling directory-files.
8499
f7ad1899
DL
85002000-07-23 Dave Love <fx@gnu.org>
8501
8502 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8503 ^o, ^u.
8504
43e764c9
DL
85052000-07-21 Dave Love <fx@gnu.org>
8506
475de6f4
DL
8507 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8508 now passed to the function. It now works properly.
8509
43e764c9
DL
8510 * smerge-mode.el (smerge-mode-menu): Fill it out.
8511
e8bea4c0
GM
85122000-07-20 Gerd Moellmann <gerd@gnu.org>
8513
8514 * info-look.el (info-lookup): If *info* is shown in another frame
8515 on the same display, select that frame, instead of switching to
8516 the Info buffer in another window of the selected frame.
8517
8518 * simple.el (universal-argument-map): Bind numeric keypad keys
8519 kp-0 to kp-9 and kp-subtract.
8520 (digit-argument): Handle these keys.
8521
bc75b4fd
DL
85222000-07-20 Dave Love <fx@gnu.org>
8523
8524 * net/goto-addr.el (goto-address-fontify): Don't bother with
8525 buffer-modified and read-only stuff -- irrelevant with overlays.
8526 Put an extra property on the overlays and use it to clean up in
8527 case goto-address is re-run.
8528
8b7bc628
RS
85292000-07-19 Richard M. Stallman <rms@gnu.org>
8530
18e21ce8
RS
8531 * timer.el (run-with-idle-timer): Doc fix.
8532
db3ca487 8533 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8534 Handle case where <...> appears inside "...".
8535 Use replace-match to edit the string more simply.
8536 (rmail-dont-reply-to): Cope with an unmatched ".
8537
50575ec2
DL
85382000-07-19 Dave Love <fx@gnu.org>
8539
8540 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8541 implementation.
8542
8543 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8544 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8545 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8546
4279296d
GM
85472000-07-19 Gerd Moellmann <gerd@gnu.org>
8548
47db06aa
GM
8549 * textmodes/refer.el: Correct maintainer's email address.
8550
8551 * progmodes/hideif.el: Correct author's email address.
8552 Fix typo in comment.
8553
8554 * xml.el: New file.
8555
4279296d
GM
8556 * mail/mailheader.el: Correct author's mail address.
8557
8558 * gnus/parse-time.el: Correct author's mail address.
8559
47db06aa 85602000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8561
8562 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8563 New user options.
8564 (comint-input-ring-file-name): Change custom type.
8565 (comint-mode-map): Bind mouse-2.
8566 (comint-insert-clicked-input): New function.
8567 (comint-send-input): Handle input highlighting.
8568
21ad0f7b
SM
85692000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8570
8571 * mouse.el (popup-menu): New function.
8572 (mouse-major-mode-menu): Use it.
8573
3b33a005
DL
85742000-07-18 Dave Love <fx@gnu.org>
8575
8576 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8577 improvements.
8578
dc1cac59
GM
85792000-07-18 Gerd Moellmann <gerd@gnu.org>
8580
21ad0f7b 8581 * faces.el (face-font-selection-order)
dc1cac59 8582 (face-font-family-alternatives): Add custom type.
db3ca487 8583
f8276b77
DL
85842000-07-18 Dave Love <fx@gnu.org>
8585
8586 * cus-edit.el (custom-variable-reset-saved)
8587 (custom-variable-reset-standard): Remove unused bindings.
8588
8589 * rect.el (open-rectangle-line): Remove unused let.
8590
8591 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8592
3d6cd763
GM
85932000-07-18 Gerd Moellmann <gerd@gnu.org>
8594
8595 * cdl.el: Fix `Maintainer' keyword.
8596
8597 * play/pong.el: Add author's email address.
8598
34342a07
SS
85992000-07-17 Sam Steingold <sds@gnu.org>
8600
8601 * files.el (insert-directory): Call `split-string' instead of
8602 re-implementing it.
8603
088831a6
GM
86042000-07-18 Gerd Moellmann <gerd@gnu.org>
8605
8606 * mail/vms-pmail.el: Change maintainer to FSF.
8607
8608 * net/goto-addr.el: Change maintainer to FSF.
8609
088831a6 8610 * info.el (Info-title-face-alist): Removed.
db3ca487 8611
c152047f
GM
86122000-07-18 David Ponce <david@dponce.com>
8613
8614 * recentf.el (recentf-open-files): New command that works like
8615 `recentf-open-more-files', but shows the whole list of files (not just
8616 those omitted from the menu). Useful if you don't use a menu-bar!
8617 (recentf-open-more-files) Modified to use `recentf-open-files'.
8618
8619 (recentf-open-files, recentf-open-more-files)
8620 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8621
c152047f
GM
8622 (recentf-dialog-mode): New mode for dialogs. You can now just type
8623 "q" to cancel the dialogs.
8624
86252000-07-18 David Ponce <david@dponce.com>
8626
8627 * recentf.el: This is a major update of recentf.el. It adds new
8628 features to better organize the recentf menu and "More..." buffer.
8629
8630 Using new provided menu filtering functions you can now organize the
8631 recent files list:
8632
8633 - by major modes
8634 - by directories
8635 - by user defined rules
8636
8637 Finally, with the new `recentf-filter-changer' customizable filter you
8638 can define a ring of filters and dynamically (via the menu) cycle on
8639 each menu organization in the ring (a la msb).
8640
68be2869
EZ
86412000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8642
8643 * eshell/eshell.el (eshell): Replace links to eshell.info with
8644 links to eshell, to avoid problems on systems where the manual is
8645 installed as `eshell'.
8646 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8647 * eshell/em-smart.el (eshell-smart): Ditto.
8648 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8649 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8650
8651 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8652 same-file check in the MS-DOS version (it does support inodes).
8653
8654 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8655
21ad0f7b
SM
8656 * eshell/eshell.el (eshell-directory-name):
8657 Run default directory name through convert-standard-filename.
68be2869 8658
269b4dcb
KH
86592000-07-18 Kenichi Handa <handa@etl.go.jp>
8660
21ad0f7b
SM
8661 * international/mule-cmds.el (select-safe-coding-system):
8662 Fix typo in the comment.
240a16cf 8663
21ad0f7b
SM
8664 * language/european.el (compound-text):
8665 Force katakana-jisx0201 to be designated to G1.
aa96c820 8666
21ad0f7b
SM
8667 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8668 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8669 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8670
269b4dcb
KH
8671 * international/kkc.el (kkc-after-update-conversion-functions):
8672 New variable.
8673 (kkc-update-conversion): Run functions in it at the tail.
8674
68be2869 86752000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8676
21ad0f7b
SM
8677 * lisp/align.el (align-newline-and-indent):
8678 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8679 (align-region): Fixed badly formatted minibuffer message.
8680
7a3fd467
KH
86812000-07-17 Kenichi Handa <handa@etl.go.jp>
8682
21ad0f7b 8683 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8684 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8685 the conversion list at first if appropriate.
8686 (kkc-next): Don't update kkc-next-count here.
8687 (kkc-prev): Don't update kkc-prev-count here.
8688 (kkc-show-conversion-list-update): Fix setting up of conversion
8689 list message.
8690
a45423d8
SM
86912000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8692
088831a6 8693 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8694
91a38db1
DL
86952000-07-16 Dave Love <fx@gnu.org>
8696
8697 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8698 function to be more specific.
8699
8700 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8701 non-string help-echo.
8702 (widget-types-convert-widget): Defsubst it.
8703 (widget-echo-help): Try to cope with a help-echo function of two
8704 possible sorts.
8705
3fddcdc3
JR
87062000-07-15 Jason Rumney <jasonr@gnu.org>
8707
8708 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8709 Declare as obsolete.
8710
8711 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8712
bd23a692
GM
87132000-07-14 Gerd Moellmann <gerd@gnu.org>
8714
8715 * hilit-chg.el: Fix typo.
8716
d4af987a
DL
87172000-07-14 Dave Love <fx@gnu.org>
8718
8719 * info.el (Info-mode-menu): Fix use of :help, :enable.
8720
3a4f3f86
SM
87212000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8722
8723 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8724
cf6936a4
DL
87252000-07-13 Dave Love <fx@gnu.org>
8726
4d6d04b5
DL
8727 * emacs-lisp/easymenu.el: Doc fixes.
8728 (easy-menu-remove): Defalias to ignore.
8729
cf6936a4
DL
8730 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8731 Call throw correctly.
8732
56437999
GM
87332000-07-13 Gerd Moellmann <gerd@gnu.org>
8734
8735 * faces.el (frame-background-mode): Doc fix.
8736
8737 * simple.el (eval-expression-print-length): Change custom type to
8738 allow entering nil as value.
8739
d04a3972
DL
87402000-07-13 Dave Love <fx@gnu.org>
8741
3a4f3f86
SM
8742 * progmodes/fortran.el (fortran-imenu-generic-expression):
8743 Change definition layout.
a8189dfe
DL
8744 (fortran-mode-menu): Reinstate customize entries.
8745
d04a3972
DL
8746 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8747 Use :filter, per old XEmacs code.
8748
4bf4fb05
GM
87492000-07-12 Gerd Moellmann <gerd@gnu.org>
8750
8751 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8752 event when deciding what to send to the terminal.
8753
37328bcd
DL
87542000-07-12 Dave Love <fx@gnu.org>
8755
8756 * cus-start.el: Add optional version as 4th element of specs and
8757 use it for several things new in v21. Remove load-path. Fix type
8758 of line-number-display-limit.
8759
89492072
DL
87602000-07-11 Dave Love <fx@gnu.org>
8761
3a4f3f86
SM
8762 * progmodes/fortran.el: Don't require easymenu.
8763 Use repeat counts in various regexps.
315aa1de
DL
8764 (fortran-mode-syntax-table): Defvar directly.
8765 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8766 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8767 Use defvar, not defconst.
8768 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8769 (fortran-mode): Set fortran-comment-line-start-skip,
8770 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8771 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8772 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8773 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8774 (fortran-comment-region, fortran-electric-line-number): Simplify.
8775 (fortran-auto-fill): New function.
8776 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8777 (fortran-find-comment-start-skip):
8778 Check for non-null comment-start-skip.
8779 (fortran-auto-fill-mode, fortran-fill-statement):
8780 Use fortran-auto-fill.
315aa1de 8781 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8782 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8783
89492072
DL
8784 * widget.el (widget-plist-member): New alias.
8785
d55ead18
EZ
87862000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8787
8788 * eshell/esh-module.el (toplevel): Reference
8789 byte-compile-current-file only if it is bound.
8790
e82a2a05
GM
87912000-07-10 Gerd Moellmann <gerd@gnu.org>
8792
8793 * dired.el: Don't require `dired-aux'.
8794
1fc7fb2b
MB
87952000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8796
8797 * dired-aux.el (dired-show-file-type): New function.
8798 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8799 (dired-show-file-type): Add autoload.
8800
ab49ce15
KH
88012000-07-10 Kenichi Handa <handa@etl.go.jp>
8802
8803 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8804 change of fontset-info.
ab49ce15
KH
8805 (print-fontset): Likewise.
8806
f45aab65
SM
88072000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8808
8809 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8810
2f72fd2f
GM
88112000-07-07 Gerd Moellmann <gerd@gnu.org>
8812
e82a2a05 8813 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8814
2f72fd2f
GM
8815 * dired.el (dired-find-alternate-file): New function.
8816 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8817 (toplevel): Require dired-aux when compiling.
8818 (dired-buffers): Move defvar within file to avoid compiler warning.
8819
8820 * info.el (Info-last-search): Variable removed.
8821 (Info-search-history): New variable.
8822 (Info-search): New Info-search-history.
8823
8824 * battery.el, info-look.el: Change author's mail address.
8825
965522f5 88262000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8827
965522f5
GM
8828 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8829 if rmail-ignored-headers is nil.
8830 (rmail-retry-failure): Bind rmail-ignored-headers and
8831 rmail-displayed-headers to nil.
8832
dd8888a1
GM
88332000-07-06 Gerd Moellmann <gerd@gnu.org>
8834
e5c81191
GM
8835 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8836 (print-region-1): Don't hard code `-h' here.
8837
dd8888a1
GM
8838 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8839
e5c81191
GM
88402000-07-01 Francesco Potorti` <pot@gnu.org>
8841
8842 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8843 exim can use "your message" instead of "the message".
34342a07 8844
f45aab65
SM
88452000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8846
8847 * facemenu.el: Docstrings fixes.
8848 (facemenu-get-face): Don't use internal-find-face.
8849 (facemenu-iterate): Rename arg to match the docstring.
8850
8851 * newcomment.el (uncomment-region): Be more careful when skipping
8852 backwards over `=' not to bump into BOBP.
8853
d396e521 88542000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8855
dd8888a1
GM
8856 * ediff-diff.el (ediff-wordify): Use syntax table.
8857 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8858 ediff-color-display-p.
dd8888a1 8859 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8860 from defsubst.
8861 Got rid of special cases for NeXT and OS/2.
dd8888a1 8862 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8863 face.
34342a07 8864
5e2dfaa4
SM
88652000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8866
8867 * emacs-lisp/lucid.el: Require CL.
8868 (copy-tree, remprop): Remove, it's provided by CL.
8869 (map-keymap): Define in terms of cl-map-keymap.
8870 (extent-property, set-extent-end-glyph): New functions.
8871
8872 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8873
d5c5cddd
GM
88742000-07-05 Gerd Moellmann <gerd@gnu.org>
8875
485266d0
GM
8876 * Makefile.in (DONTCOMPILE): Add comment that the name may
8877 not be changed without changing the make-dist script.
8878
5e2dfaa4 8879 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8880 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8881
e2c46326
AI
88822000-07-05 Andrew Innes <andrewi@gnu.org>
8883
8884 * makefile.nt: Add support for `bootstrap' and related targets.
8885
a027a91b
SM
88862000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8887
8888 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8889 (easy-menu-do-define): Use `menu-item' format.
8890 Handle case where easy-menu-create-menu returns a symbol.
8891 Manually call the potential top-level filter in the function binding.
8892 (easy-menu-filter-return): New arg NAME.
8893 Convert to a keymap if MENU is an XEmacs menu.
8894 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8895 (easy-menu-converted-items-table, easy-menu-convert-item):
8896 New var and fun to memoize easy-menu-convert-item-1.
8897 (easy-menu-do-add-item): Use it.
8898 (easy-menu-create-menu): Use easy-menu-convert-item.
8899 Wrap easy-menu-filter-return around any :filter specification.
8900 Don't convert the menu if a filter was specified.
8901 Tell easy-menu-make-symbol not to check for MENU being an expression.
8902 (easy-menu-make-symbol): New arg NOEXP.
8903
5e03eb84
GM
89042000-07-05 Gerd Moellmann <gerd@gnu.org>
8905
8906 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8907 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8908 (eval-defun): If called with prefix arg, instrument code for
8909 Edebug.
8910
8911 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8912 similar to that of eval-defun.
8913
fca68a95
DL
89142000-07-04 Dave Love <fx@gnu.org>
8915
7ccbba4c
DL
8916 * hl-line.el (hl-line-overlay): Make it permanent-local.
8917
fca68a95
DL
8918 * calendar/todo-mode.el: Replaced with a working version, based on
8919 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8920
89212000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8922
8923 * paths.el (prune-directory-list): New function.
8924 (Info-default-directory-list): Rewritten to more methodically
8925 enumerate a big list of possible info directories (based on the
8926 list used by the standalone info reader).
fca68a95 8927
78e7e8a0 8928 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8929 non-existent directories from Info-directory-list.
78e7e8a0 8930
78e7e8a0
MB
8931 * paths.el (Info-default-directory-list): Try a list of possible
8932 info-directories instead of a single one. Add the possible
8933 info directory "/usr/share/info".
8934
8935 * woman.el (woman-man.conf-path): Explicitly include the debian
8936 man-db config file "/etc/manpath.config".
8937 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8938 are present in `manpath.config'.
8939 (woman-manpath): Include "/usr/share/man".
8940
67c9a1d2
GM
89412000-07-03 Gerd Moellmann <gerd@gnu.org>
8942
6753393b
GM
8943 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8944
8945 * startup.el (command-line): Initialize blink-cursor based
8946 on window-system.
8947
e4f98ad3
GM
8948 * frame.el (blink-cursor): Default to nil if not running under
8949 a window-system.
8950
2f516940
GM
8951 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8952 (face-x-resources): Remove duplicate entry for :font.
8953
67c9a1d2
GM
8954 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8955 instead of cycling through windows with next-window.
8956
8957 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8958 of cycling through windows with next-window.
8959
8960 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8961 of cycling through windows with next-window.
8962
8963 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8964 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8965 instead of cycling through windows with next-window.
8966
8967 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8968 instead of cycling through windows with next-window.
8969
8970 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8971 of cycling through windows with next-window.
8972
8973 * terminal.el (te-process-output): Use walk-windows instead of
8974 cycling through windows with next-window.
8975
8976 * server.el (server-switch-buffer): Use some-window instead of
8977 cycling through windows with next-window.
8978
8979 * window.el (some-window): New function.
8980 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8981
3a4f3f86 8982 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8983
8b7bc628 89842000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8985
8986 * window.el (walk-windows): Guarantee termination by keeping a list
8987 of all the windows already handled.
8988
d0d57043
EZ
89892000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8992 window-system.
8993
8994 * man.el (Man-notify-when-ready): Don't use window-system. If
8995 Man-notify-method is newframe, and the display is not
8996 multi-frame, select the frame created for the man page.
8997 (Man-init-defvars): Doc fix.
8998
d5483ab1
GM
89992000-06-28 Gerd Moellmann <gerd@gnu.org>
9000
af5c25e1
GM
9001 * faces.el (region): Change background color for light background.
9002
9003 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9004 attribute from mode-line face of Ediff control frame.
9005
d5483ab1
GM
9006 * replace.el (query-replace-map): Bind `e' like `E'.
9007
9d47450f
EZ
90082000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9009
3a4f3f86
SM
9010 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9011 Change name to "Select All".
496b7491 9012
9d47450f
EZ
9013 * dos-fns.el (convert-standard-filename): Fix last change.
9014
0b431deb
GM
90152000-06-27 Gerd Moellmann <gerd@gnu.org>
9016
4fa9f636
GM
9017 * help.el (describe-variable): Don't insert a second `'s' in front
9018 of the string `value is shown below'. Since the syntax-table is
9019 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9020 an existing `'s', so that this won't be deleted.
9021
0b431deb
GM
9022 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9023 * pcmpl-unix.el: New files.
9024
32cad0aa
SM
90252000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9026
9027 * wid-edit.el (widget-member): Use the new plist-member.
9028
2c69ced2
GM
90292000-06-26 Gerd Moellmann <gerd@gnu.org>
9030
44c0f771
GM
9031 * replace.el (perform-replace): Undo change of 2000-04-04.
9032 Instead, move backward 1 character at the end of the loop when
9033 necessary.
34342a07 9034
1d36487c
GM
9035 * faces.el (fringe): Change face for different backgrounds.
9036
9037 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9038 patch from John.
9039
2c69ced2
GM
9040 * eshell/*.el: Change spelling of the Free Software Foundation.
9041
9042 * eshell/esh-toggle.el: Removed.
9043
9044 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9045
9046 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9047 interactively.
9048
90492000-06-26 Alex Schroeder <alex@gnu.org>
9050
9051 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9052 `define-key'; instead of checking `(emacs-version)' check for
9053 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9054 for `;' and `o' which might be electric.
9055
9056 (sql-electric-stuff): New user option.
9057 (sql-magic-go): New function which uses `sql-electric-stuff'.
9058 (sql-magic-semicolon): New function which uses
9059 `sql-electric-stuff'.
9060
9061 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9062 is not fboundp.
9063
9064 (sql-oracle-options): New variable.
9065 (sql-oracle): Use it.
9066
9067 (sql-imenu-generic-expression): Doc change.
9068 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9069 is used.
9070
9071 (sql-informix): Added command line parameter "-" to force
9072 sql-informix-program to use stdout.
9073
db1306d8
EZ
90742000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9075
3a4f3f86 9076 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9077 (cp864-decode-table): Doc fix.
9078 (cp720-decode-table): New variable, supports the Arabic OEM
9079 codepage used by Windows.
9080 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9081
c69e5fcd
DL
90822000-06-23 Dave Love <fx@gnu.org>
9083
9084 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9085 (font-lock-fontify-anchored-keywords): Use
9086 line-beginning-position.
9087 (global-font-lock-mode): Use mapc.
9088
30ad8f23
SM
90892000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9090
9091 * eshell/esh-module.el: Require CL when compiling.
9092
26b4dc84
GM
90932000-06-23 Gerd Moellmann <gerd@gnu.org>
9094
78c56e70
GM
9095 * comint.el (comint-substitute-in-file-name): Call replace-match
9096 with second and third arg t.
9097
34342a07 9098 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9099 Specify foreground color.
9100
9101 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9102 color.
9103
affbf647
GM
9104 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9105
9106 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9107 cddr instead of cdddr.
9108
25fffb31
GM
9109 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9110 instead of copy-list.
9111
9112 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9113 of copy-list.
9114
26b4dc84
GM
9115 * subdirs.el: Add eshell subdirectory.
9116
9117 * eshell: New subdirectory containing the Eshell package.
9118
9119 * pcomplete.el: New file.
9120
78c56e70
GM
91212000-06-23 Paul Eggert <eggert@twinsun.com>
9122
ea055732
GM
9123 * mail/mailpost.el (post-mail-send-it): Make sure file has
9124 proper permissions from birth.
9125
9126 * files.el (basic-save-buffer-2): When temporarily setting
9127 file modes, set them to current modes plus 0200, not to 0777.
9128
78c56e70
GM
9129 * emerge.el (emerge-make-temp-file): Make sure file has proper
9130 permissions from birth.
9131
a3a7ff33
EZ
91322000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9135 backup file name through convert-standard-filename.
9136
9137 * dos-fns.el (convert-standard-filename): Convert leading
9138 directories as well. When long file names are supported, convert
9139 characters that are invalid in Windows file names.
9140
1fd9b7fe
GM
91412000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9142
9143 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9144 ps-print crashes. New feature: page selection for printing. Create
9145 raw-text-unix coding system for XEmacs. Doc fix.
9146 (ps-print-version): New version number (5.2.3).
9147 (ps-plot-region): Bug fix.
9148 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9149 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9150 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9151 funs.
9152 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9153 (ps-last-page): New vars.
9154
16ed8416
GM
91552000-06-21 Gerd Moellmann <gerd@gnu.org>
9156
9157 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9158 empty option string.
9159
4fbee715
EZ
91602000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9161
9162 * man.el (man): Doc fix.
9163
eaecfc94
KH
91642000-06-21 Kenichi Handa <handa@etl.go.jp>
9165
9166 * international/mule-cmds.el (set-language-info-alist): Docstring
9167 fixed.
9168
4a27bdfb
GM
91692000-06-20 Gerd Moellmann <gerd@gnu.org>
9170
9171 * version.el (emacs-version): Use ISO date format.
9172
9173 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9174 instead of `M-backspace'.
9175
9176 * simple.el (turn-off-auto-fill): New function.
9177
8972fe79
SM
91782000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9179
9180 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9181 Renamed from with-buffer-prepared-for-font-lock and use
9182 inhibit-modification-hooks rather than setting *-change-functions.
9183 Update all functions to use the new name.
9184 (jit-lock-first-unfontify-pos): New semantics (and doc).
9185 (jit-lock-mode): Make non-interactive.
9186 Don't automatically turn on font-lock.
9187 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9188 Always use jit-lock-after-change.
9189 Remove and restore font-lock-after-change-function.
9190 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9191 (jit-lock-after-unfontify-buffer): Remove.
9192 (jit-lock-stealth-fontify):
9193 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9194 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9195
5d80cc9c
SS
91962000-06-20 Sam Steingold <sds@gnu.org>
9197
9198 * emacs-lisp/cl-indent.el (toplevel): Indent
9199 `print-unreadable-object' properly. Untabify.
9200
f54e4d13
CD
92012000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9202
9203 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9204 Support for bibentry.
9205 (reftex-compile-variables): Fixed problem with end of section-re.
9206
9207 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9208 reftex-view-crossref-from-bibtex):
9209 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9210 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9211 Replaced `remprop' with `put'.
8972fe79
SM
9212 (reftex-view-crossref, reftex-view-crossref-when-idle):
9213 Support for bibentry.
f54e4d13 9214
8972fe79
SM
9215 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9216 New entry for bibentry package.
f54e4d13 9217
8972fe79
SM
9218 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9219 Regexp also matches "\nobibliography".
f54e4d13 9220
8972fe79
SM
9221 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9222 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9223 (reftex-ensure-write-access): New function.
9224
f54e4d13
CD
92252000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9226
9227 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9228
9229 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9230
9231 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9232
9233 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9234
9235
560c43f4
DL
92362000-06-20 Dave Love <fx@gnu.org>
9237
9238 * faces.el (frame-background-mode): Use set-default, not set, in
9239 setter.
9240 (frame-update-faces, frame-update-face-colors): Define with
9241 defalias.
9242
9243 * enriched.el (enriched-decode-foreground)
9244 (enriched-decode-background): Don't use internal-find-face.
9245
9246 * apropos.el: Doc fixes.
9247
9248 * cus-edit.el (customize-changed-options): Check arg.
9249 (customize-version-lessp): Don't require decimal point.
9250
9251 * custom.el (defcustom, defgroup): Doc fix.
9252
9253 * newcomment.el (comment) <defgroup>: Add :version.
9254 (comment-multi-line): Doc fix.
9255
9256 * emulation/mlsupport.el (define-hooked-local-abbrev,
9257 define-hooked-global-abbrev): Fix, using define-abbrev.
9258
cdf0357b
GM
92592000-06-19 Gerd Moellmann <gerd@gnu.org>
9260
9261 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9262 the whole buffer.
9263
10013d74
DL
92642000-06-19 Dave Love <fx@gnu.org>
9265
9266 * menu-bar.el (menu-bar-options-save): New function.
9267 (menu-bar-options-menu): Use it.
9268 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9269 Simplify.
9270
6922f208
AS
92712000-06-19 Andreas Schwab <schwab@suse.de>
9272
9273 * progmodes/etags.el (tags-query-replace): Put new parameters
9274 START and END at the end, for backward compatibility.
9275
10d7bf84
KH
92762000-06-19 Kenichi Handa <handa@etl.go.jp>
9277
9278 * international/codepage.el:
9279 (cp-coding-system-for-codepage-1): Delete special codes for
9280 generating xxx-dos coding system because now a CCL based coding
9281 system can handle EOL conversion by default.
9282
9283 * international/mule.el (make-coding-system): Generate subsidiary
9284 coding systems for EOL handling variants even for a CCL based
9285 coding system.
9286
8f3c9a3d
KH
92872000-06-19 Kenichi Handa <handa@etl.go.jp>
9288
9289 * international/isearch-x.el (isearch-minibuffer-input-method)
9290 (isearch-minibuffer-input-method-function): These variables
9291 deleted.
9292 (isearch-with-input-method): Don't use the above variables.
9293 (isearch-process-search-multibyte-characters): Likewise. Call
9294 read-string with the arg INHERIT-INPUT-METHOD t.
9295
c2acf685
SM
92962000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9297
13f0d185
SM
9298 * font-lock.el (font-lock-after-fontify-buffer)
9299 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9300
9301 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9302 Use consistent make-local-variable style for font-lock-fontified.
9303 (jit-lock-fontify-buffer):
9304 Don't bother checking for font-lock-mode and jit-lock-mode.
9305
c2acf685
SM
9306 * time.el: Remove trailing ^M that prevent CVS-merging.
9307
a9021acd
GM
93082000-06-16 Gerd Moellmann <gerd@gnu.org>
9309
9310 * Makefile.in (distclean): New target.
5d80cc9c 9311
0df68e9f
SM
93122000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9313
9314 * Makefile.in (srcdir): Define for update-subdirs.
9315
6344985d
GM
93162000-06-16 Gerd Moellmann <gerd@gnu.org>
9317
9318 * find-lisp.el: New file.
9319
63239267
AI
93202000-06-16 Andrew Innes <andrewi@gnu.org>
9321
9322 * time.el (display-time-mail-function): New variable, to allow
9323 external packages to indicate when new mail is available.
9324 (display-time-update): Use it.
9325
1699f991
KH
93262000-06-16 Kenichi Handa <handa@etl.go.jp>
9327
a3b37893
KH
9328 * international/mule.el (mule-version): Change version name to
9329 SAKAKI. AOI has already been used by Meadow.
9330
1699f991
KH
9331 * international/quail.el (quail-show-guidance-buf): To find the
9332 bottom window (but minibuffer), pay attention to the height of
9333 minibuffer.
9334
228b083e
EZ
93352000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9336
7d5c8691
EZ
9337 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9338 menu-bar menus. Add help strings. Don't remove the Edit menu
9339 from the menu bar, as the menu bar has enough space now.
9340
261f3289
EZ
9341 * Makefile.in (SHELL): Make sure /bin/sh is used.
9342
228b083e
EZ
9343 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9344 characters, which use series of two ^H characters instead of one.
9345
e27e8d71
GM
93462000-06-15 Gerd Moellmann <gerd@gnu.org>
9347
5d80cc9c 9348 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9349 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9350 functions.
451ec4e3
GM
9351 (Info-find-node-2): Try a case-sensitive search first, then
9352 do a case-insensitive search.
9353
9354 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9355 tutorials.
9356
b675095c
GM
9357 * complete.el (PC-env-vars-alist): New variable.
9358 (PC-complete-as-file-name): New function.
9359 (partial-completion-mode): Initialize PC-env-vars-alist from
9360 process-environment.
9361 (PC-do-completion): Handle completion of env vars.
9362
9363 * info.el (Info-set-mode-line): Show file name in mode line,
9364 use `*Info*' instead of `Info:'.
9365
e27e8d71
GM
9366 * startup.el (command-line-1): Change copyright messages to year
9367 2000.
9368
28223a7e
DL
93692000-06-15 Dave Love <fx@gnu.org>
9370
9371 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9372 not local-map.
9373
32684631
KH
93742000-06-15 Kenichi Handa <handa@etl.go.jp>
9375
9376 * international/mule.el (set-buffer-file-coding-system): Almost
9377 rewritten to handle `undecided' as no-op.
9378
9f817ea4
GM
93792000-06-14 Gerd Moellmann <gerd@gnu.org>
9380
e27e8d71 9381 * Makefile.in: New file.
dce6b995
GM
9382
9383 * Makefile: Removed.
9384
9f817ea4
GM
9385 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9386 (goto-address-highlight-keymap): Bind C-c RET.
9387
2de33f94
KH
93882000-06-14 Kenichi Handa <handa@etl.go.jp>
9389
bbf1e8a5
KH
9390 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9391 inherits buffer-file-coding-system of the current buffer.
725a6897 9392
02891cc3
KH
9393 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9394 0. Give correct argument to set-auto-coding-function.
9395 (tar-expunge): For goto-char, use (point-min), not 0.
9396 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9397 (tar-subfile-save-buffer): Likewize.
9398
2de33f94
KH
9399 * international/mule.el
9400 (after-insert-file-set-buffer-file-coding-system): Call
9401 set-buffer-file-coding-system with the arg FORCE t.
9402
1681ead6
GM
94032000-06-13 Gerd Moellmann <gerd@gnu.org>
9404
9405 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9406 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9407 the sender is set with `-f'.
1681ead6 9408
fdf4b680
DL
94092000-06-13 Dave Love <fx@gnu.org>
9410
9c50afce
DL
9411 * help.el (describe-function-1): Kluge around cases of functions
9412 fset to subrs whose doc doesn't match their symbol-name.
9413
0ad550ba 9414 * image.el (insert-image): Default STRING to a space.
f290ca08 9415
fdf4b680 9416 * info.el Doc fixes.
5d80cc9c 9417 (Info-build-node-completions): Match Ref tags.
fdf4b680 9418
9b6610db
EZ
94192000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9420
a704139d
EZ
9421 * frame.el (display-multi-frame-p, display-multi-font-p): New
9422 defaliases for display-graphic-p.
9423
9b6610db
EZ
9424 * hl-line.el: Fixed a typo in commentary.
9425
7a5ea398
KH
94262000-06-13 Kenichi Handa <handa@etl.go.jp>
9427
9428 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9429 fixed.
9430
0dc91c57
DL
94312000-06-12 Dave Love <fx@gnu.org>
9432
9433 * image.el (insert-image): Save a little consing.
9434
0bd5914b
KH
94352000-06-12 Kenichi Handa <handa@etl.go.jp>
9436
9437 * language/tibet-util.el: Convert all tibetan-1-column characters
9438 to the corresponding tibetan characters.
9439 (tibetan-add-components): Delete code for the special treatment of
9440 'a chung.
9441
9442 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9443 change.
9444 (tibetan-vowel-transcription-alist): More rules added.
9445 (tibetan-composite-vowel-alist): New variable.
9446 (tibetan-precomposition-rule-alist): More rules added.
9447
6dc7d3d5
SM
94482000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9449
9c04c393
SM
9450 * startup.el (command-line): Only call menu-bar-mode if interactive.
9451
9452 * thingatpt.el (toplevel symbol-properties):
9453 * textmodes/makeinfo.el (makeinfo-compile):
9454 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9455 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9456 (hide-ifdef-use-define-alist):
5d80cc9c 9457 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9458 (ange-ftp-vms-add-file-entry):
9459 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9460 * man.el (Man-build-man-command):
9461 * mail/rnewspost.el (news-reply-header-hook):
9462 * info.el (Info-insert-dir):
9463 * emulation/mlconvert.el (backward-word, forward-word, setq):
9464 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9465 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9466 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9467 (byte-optimize-apply, end of file):
9468 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9469 (ad-make-freeze-definition):
9470 * startup.el (command-line, command-line-1): Don't quote lambdas.
9471
6dc7d3d5
SM
9472 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9473 (cvs-cleanup-removed): New function.
9474 (cvs-cleanup-functions): New var.
9475 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9476 some flexibility in specifying additional entries to auto-cleanup.
9477 (cvs-quickdir): New function.
9478 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9479 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9480 (cvs-mode-find-file): Check that we are on a filename or dirname
9481 when invoked through a mouse-click.
9482 (cvs-full-path): Remove.
9483 (cvs-dired-action): Re-introduced.
9484 (cvs-dired-noselect): Use it.
9485 (vc-post-command-functions): use this new hook if available.
9486
9487 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9488 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9489 (cvs-filename-map, cvs-dirname-map): Remove.
9490 (cvs-default-action): Remove.
9491 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9492 if the arg is really a keymap.
9493 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9494 Don't hardcode the mapping from state (aka type) to face, but check
9495 the var cvs-fi-<type>-face instead.
9496 (cvs-fileinfo-from-entries): New function.
9497
9498 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9499 Docstring fix.
9500 (cvs-find-file-and-jump): Change default to be safer.
9501 (cvs-mode-diff-map): Define it as a function as well.
9502 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9503 Bind mouse-2 in this global map rather than with text-properties.
9504
9505 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9506 file to resolve the ambiguity between C(conflict) and C(need-merge).
9507
5050a2ef
KH
95082000-06-12 Kenichi Handa <handa@etl.go.jp>
9509
9510 * international/mule.el (set-buffer-file-coding-system): If
9511 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9512 unconditionally.
9513
35a7ac84
DL
95142000-06-12 Dave Love <fx@gnu.org>
9515
9516 * wid-edit.el (widget-specify-button): Really suppress the face if
9517 required.
9518
db8eeecd
GM
95192000-06-11 Gerd Moellmann <gerd@gnu.org>
9520
9521 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9522
70223ca4
SM
95232000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9524
9525 * imenu.el (imenu-generic-expression): Docstring fix.
9526
9527 * composite.el (composition-function-table): Move the `put'
9528 below the autoload cookie so we can load the file before loaddefs.
9529
9530 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9531
9532 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9533 Handle easy-mmode-define-global-mode.
9534 For complex macros like define-minor-mode that can generate
9535 several autoload entries, try to autoload entries in the
9536 macroexpanded code.
9537
9538 * emacs-lisp/easy-mmode.el (define-minor-mode):
9539 If KEYMAP is a symbol, just use it.
9540 Use byte-compile-current-file and load-file-name to infer the
9541 proper :require to pass to defcustom.
9542 Wrap the hook var into `progn' so as not to autoload it.
9543 Add a :autoload-end cookie.
9544 Be more careful about the evaluation of KEYMAP.
9545 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9546 (define-derived-mode): Move define-abbrev-table outside of defvar.
9547
95482000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9549
9550 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9551 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9552 (backup-compiled-files): Ignore errors during `tar'.
9553 (bootstrap): Make autoloads before elc files.
9554
9c53b34e
KH
95552000-06-10 Kenichi Handa <handa@etl.go.jp>
9556
9557 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9558 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9559
9560 * international/mule-conf.el (unix): New alias for the coding
9561 system undecided-unix.
9562
22ddd299
DL
95632000-06-09 Dave Love <fx@gnu.org>
9564
5ee42746
DL
9565 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9566
70223ca4 9567 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9568 (executable-insert): Change custom type.
9569 (executable-find): Add autoload cookie.
cc7e1d18
DL
9570 (executable-make-buffer-file-executable-if-script-p): New
9571 function. After Noah Friedman.
22ddd299
DL
9572
9573 * files.el (after-save-hook): Customize, with
cc7e1d18 9574 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9575
41ea3794
KH
95762000-06-09 Kenichi Handa <handa@etl.go.jp>
9577
f89437e3
KH
9578 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9579 "tib24p-mule.bdf" for Tibetan.
9580
7a4ee259
KH
9581 * composite.el (decompose-composite-char): Declare it as obsolete.
9582
ff6a65c2
KH
9583 * man.el (Man-fontify-manpage): Pay attention to underline and
9584 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9585
f83fe4b4
GM
95862000-06-08 Gerd Moellmann <gerd@gnu.org>
9587
9588 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9589 Set maintainer to FSF since author isn't reachable.
9590
e56d7900
DL
95912000-06-08 Dave Love <fx@gnu.org>
9592
9593 * international/mule-cmds.el (select-safe-coding-system): If
9594 DEFAULT-CODING-SYSTEM is not specified, also check the most
9595 preferred coding-system if buffer-file-coding-system is
9596 `undecided'. From Handa.
9597
d3981b49
KH
95982000-06-08 Kenichi Handa <handa@etl.go.jp>
9599
9600 * international/mule.el
9601 (after-insert-file-set-buffer-file-coding-system): If the buffer
9602 size is greater than INSERTED, judget that we are not visiting.
9603
bff71087
RV
96042000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9605
9606 * whitespace.el (defgroup whitespace): Comment out `:version'.
9607 XEmacs 20.4 has problems defining the group with this present.
9608 We'll have this commented out till get resolve the problem.
9609
fd9ac94c 96102000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9611
fd9ac94c
GM
9612 * align.el (align-dq-string-modes, align-sq-string-modes)
9613 (align-open-comment-modes): Add pyhton-mode.
9614 (align-rules-list): Use get-text-property instead of
9615 text-properties-at.
9616 (align-rules-list): Add python-assignment.
9617 (align-rules-list): Change perl-comma-delimiter to
9618 basic-comma-delimiter. Use if for Perl modes and python-mode.
9619 (align-rules-list): Add python-chain-logic and
9620 basic-line-continuation.
45f485a6
GM
9621
96222000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9623
9624 * apropos.el (apropos-mode-hook): New user variable.
9625 (apropos-mode): Run apropos-mode-hook.
bff71087 9626
45f485a6
GM
96272000-06-07 David Ponce <david@dponce.com>
9628
9629 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9630 commands. Require `wid-edit' at run-time.
9631
96322000-06-07 David Ponce <david@dponce.com>
9633
9634 * recentf.el: Added some "Commentary".
9635 (recentf-open-more-files, recentf-edit-list): Minor changes to
9636 move the point at the top of the file list. This behaviour is
9637 consistent with the menu one when the list contains a lot of
9638 files.
9639 (recentf-cleanup): Now displays the number of items removed from
9640 the list.
9641 (recentf-relative-filter) New menu filter to show filenames
9642 relative to `default-directory'.
bff71087 9643
45f485a6
GM
96442000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9645
9646 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9647 with/without giving an error if PostScript printer doesn't have this
9648 kind of page size. Zebra Stripe continues or restarts on next page.
9649 Manual/automatic paper feeding. Switch or not the header.
9650 (ps-print-version): New version number (5.2.2).
9651 (ps-windows-system): Include emx as a Windows system.
9652 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9653 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9654 (ps-background-text): Code fix.
9655 (ps-error-handler-message, ps-user-defined-prologue)
9656 (ps-print-prologue-header, ps-printer-name)
9657 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9658 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9659 (ps-use-face-background): Customization fix.
9660 (ps-n-up-database): Data fix.
9661 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9662 (ps-switch-header): New vars.
9663 (ps-xemacs-color-name, ps-face-foreground-name)
9664 (ps-face-background-name, ps-boolean-constant): New funs.
9665
c14dcd22
DL
96662000-06-07 Dave Love <fx@gnu.org>
9667
9668 * allout.el: New version from Manheimer.
9669
e4044bb0
KH
96702000-06-07 Kenichi Handa <handa@etl.go.jp>
9671
9672 * textmodes/fill.el (fill-find-break-point): Check the validity of
9673 charset.
9674
59cfe8b9
KF
96752000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9676
9677 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9678 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9679 Call display-color-p and display-mouse-p instead of looking at
9680 window-system.
9681
bb2337f5
DL
96822000-06-06 Dave Love <fx@gnu.org>
9683
9684 * image.el (find-image): Doc fix. Return nil if image not found.
9685 (put-image, insert-image): Make STRING arg optional.
9686
8e624fa2
KH
96872000-06-06 Kenichi Handa <handa@etl.go.jp>
9688
9689 * language/vietnamese.el: Remove eval-when-compile.
9690 (viet-viscii-nonascii-translation-table): Define it as a
9691 translation table made from viet-viscii-decode-table.
9692 (viet-viscii-encode-table): Define it as a translation table made
9693 from the reverse map of above.
9694 (viet-vscii-nonascii-translation-table): Define it as a
9695 translation table made from viet-vscii-decode-table.
9696 (viet-vscii-encode-table): Define it as a translation table made
9697 from the reverse map of above.
9698 (ccl-decode-viscii): Use translate-character.
9699 (ccl-encode-viscii, ccl-encode-viscii-font)
9700 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9701 Likewize.
bff71087 9702
8e624fa2
KH
9703 * language/cyrillic.el: Remove eval-when-compile.
9704 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9705 translation table made from cyrillic-koi8-r-decode-table.
9706 (cyrillic-koi8-r-encode-table): Define it as a translation table
9707 made from the reverse map of above.
9708 (ccl-decode-koi8): Use translate-character.
9709 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9710 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9711 a translation table made from cyrillic-alternativnyj-decode-table.
9712 (cyrillic-alternativnyj-encode-table): Define it as a translation
9713 table made from the reverse map of above.
9714 (ccl-decode-alternativnyj): Use translate-character.
9715 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9716 Likewize
9717
9718 * international/mule-diag.el (non-iso-charset-alist): Specify
9719 translation table symbol instead of translation table itself.
9720 (list-block-of-chars): CHARSET may be a translation table symbol.
9721
9722 * international/mule.el (make-coding-system): If CODING-SYSTEM
9723 already exists, override it.
9724
9725 * international/fontset.el: Use family `proportional' for Tibetan
9726 fonts.
9727
9728 * international/ccl.el (ccl-compile-translate-character): Don't
9729 check if Rrr has property translation-table.
9730 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9731
1969fae2
GM
97322000-06-05 Gerd Moellmann <gerd@gnu.org>
9733
9734 * info.el: Bind case-fold-search to t when searching in case
9735 a user sets it to nil in a hook.
9736
d5b037c5
SM
97372000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9738
d3d02e65
SM
9739 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9740 * hl-line.el (hl-line-mode): Use the new :global key argument.
9741
9742 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9743 (tar-clip-time-string): Prepend a space.
9744 (tar-grind-file-mode): Construct a string rather than modifying one.
9745 (tar-header-block-summarize): Fix docstring.
9746 Use `format' rather than an error-prone set of copy-loops.
9747
9748 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9749 (diff-goto-source, diff-unified->context, diff-context->unified)
9750 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9751 understand the format output by the `-p' argument to diff.
9752
bff71087 9753 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9754 (sh-re-done): Use defconst.
9755 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9756 (sh-help-string-for-variable, sh-guess-basic-offset):
9757 Don't quote lambdas.
9758 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9759 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9760
f7c4478f
SM
9761 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9762 (mh-letter-mode): Derive from text-mode.
9763 This implicitly means that it now calls kill-all-local-variables.
9764 Also remove the Emacs-18 compatibility code.
9765
a8add29d
SM
9766 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9767 Make use of symbol-property doc-string-elt.
9768 Use memq rather than a sequence of eq.
9769 (doc-string-elt): Fix the wrong or missing previously unused values.
9770 (autoload-print-form): New function extracted from
9771 generate-file-autoloads to allow recursion when handling progn
9772 so that defvar's and defun's docstrings are properly printed.
9773 (generate-file-autoloads): Use it.
9774
d5b037c5
SM
9775 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9776 Use find-file-hooks in the minor-mode function.
9777 Be careful not to loop indefinitely in the post-command-hook function.
9778
560ef11a 97792000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9780
1969fae2 9781 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9782 tty's.
1969fae2 9783 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9784 differences whenever appropriate.
1969fae2
GM
9785 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9786 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9787 wildcards.
9788
b5bbbb76
SM
97892000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9790
d5b037c5
SM
9791 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9792 (jit-lock-fontify-buffer): New function for JIT refontification.
9793 (jit-lock-mode): Fix docstring.
9794 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9795 Remove jit-lock-after-change from the _local_ hook.
9796 (jit-lock-function-1): Fix docstring.
9797
9798 * info.el (Info-on-current-buffer): Initialize info.
9799
9800 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9801
9802 * progmodes/tcl.el (tcl-indent-for-comment):
9803 Ignore comment-indent-hook.
9804
9805 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9806 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9807 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9808 and improve to use the lighter to guess the capitalization.
9809 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9810 Add keyword arguments to specify global-ness or the custom group.
9811 Add local-map and help-echo properties to the lighter.
9812 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9813 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9814
bfa6c260
DL
98152000-06-02 Dave Love <fx@gnu.org>
9816
9817 * wid-edit.el: byte-compile-dynamic since we typically don't use
9818 all the widgets. Don't require cl or widget. Remove
9819 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9820 (widget-read-event): Removed. Callers changed to use read-event.
9821 (widget-button-release-event-p): Renamed from
9822 button-release-event-p.
9823 (widget-field-add-space, widget-field-use-before-change):
9824 Uncustomize.
9825 (widget-specify-field): Use keymap property, not local-map.
9826 (widget-specify-button): Obey :suppress-face.
9827 (widget-specify-insert): Use modern backquote syntax.
9828 (widget-image-directory): Renamed from widget-glyph-directory.
9829 (widget-image-enable): Renamed from widget-glyph-enable.
9830 (widget-image-find): Replaces widget-glyph-find.
9831 (widget-button-pressed-face): Move defvar.
9832 (widget-image-insert): Replaces widget-glyph-insert.
9833 (widget-convert): Use keywordp.
9834 (widget-leave-text, widget-children-value-delete): Use mapc.
9835 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9836 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9837 (widget-button-click): Don't set point at the click, but re-centre
9838 if we scroll out of window. Rewritten for images v. glyphs &c.
9839 (widget-tabable-at): Use POS arg, not point.
9840 (widget-beginning-of-line, widget-end-of-line)
9841 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9842 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9843 (widget-default-create): Use widget-image-insert; some rewriting.
9844 (widget-visibility-value-create)
9845 (widget-push-button-value-create, widget-toggle-value-create): Use
9846 widget-image-insert.
9847 (checkbox): Create on and off images dynamically.
9848 (documentation-link): Change :help-echo.
9849 (widget-documentation-link-echo-help): Remove.
9850
3837de12
SM
98512000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9852
9853 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9854
9855 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9856 (easy-mmode-define-toggle, define-minor-mode): Use it.
9857 (easy-mmode-define-keymap): Docstring fix.
9858 (define-derived-mode): Default PARENT to fundamental-mode.
9859 Add the derived-mode-parent symbol-property.
9860 (easy-mmode-derived-mode-p): New function.
9861
90aa4ea8
DL
98622000-06-02 Dave Love <fx@gnu.org>
9863
37193ee6
DL
9864 * files.el (convert-standard-filename): Doc fix.
9865 (normal-backup-enable-predicate): New function.
9866 (backup-enable-predicate): Use it to replace the lambda form.
9867
9868 * calendar/todo-mode.el: [This needs more work on the outline
9869 stuff.] Doc fixes.
9870 (todo) <defgroup>: Add :version.
9871 (todo-add-category): Don't use pushnew.
9872 (todo-cmd-raise): Fix typo.
9873 (todo-top-priorities): Change temp buffer name.
9874 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9875 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9876 Use outline-next-heading.
37193ee6 9877
90aa4ea8
DL
9878 * autoarg.el: Rewritten to use define-minor-mode.
9879 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9880 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9881
2e54623a
KH
98822000-06-02 Kenichi Handa <handa@etl.go.jp>
9883
9884 * isearch.el (isearch-other-meta-char): Fix previous change.
9885
c5def0db
SM
98862000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9887
3837de12
SM
9888 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9889 (log-edit-done): Only add the comment to the ring if it's different
9890 from the last comment entered.
9891
c5def0db
SM
9892 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9893
2330c9d4
DL
98942000-06-01 Dave Love <fx@gnu.org>
9895
9896 * hl-line.el: Rewritten using define-minor-mode.
9897
9898 * help.el (describe-function-1): Distinguish special form from
9899 builtin function. Sanity-check presence of arglist for builtins.
9900
6e5dfc31
KH
99012000-06-01 Kenichi Handa <handa@etl.go.jp>
9902
4dc1225b
KH
9903 * international/characters.el: Fix syntax/category setting of
9904 Tibetan characters.
9905
9906 * language/tibet-util.el (tibetan-add-components): Fixes for new
9907 encoding of Tibetan characters.
9908 (tibetan-decompose-precomposition-alist): New variable.
9909 (tibetan-decompose-region): Convert precomposed characters to
9910 non-precomposed characters.
9911 (tibetan-decompose-string): Likewise.
9912 (tibetan-composition-function): Fix args to
9913 thibetan-compose-string.
9914
9915 * language/tibetan.el (tibetan-composable-pattern): More
9916 characters included.
9917 (tibetan-consonant-transcription-alist): Rule for "R" added.
9918 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9919 "+R" added.
9920 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9921
eadef5e6
KH
9922 * language/lao-util.el (lao-composition-function): Fix args to
9923 compose-string.
9924
9925 * language/thai-util.el (thai-composition-function): Fix args to
9926 compose-string.
9927
6e5dfc31 9928 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9929 to prevent the point moving to the end of a composition when a
9930 part of a composition is searched.
6e5dfc31
KH
9931 (isearch-other-meta-char): If the key invoking this command can be
9932 mapped by function-key-map to a printing char, call
9933 isearch-process-search-char directly.
9934
2598a293
SM
99352000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9936
9937 * emacs-lisp/bytecomp.el:
9938 * frame.el:
9939 * international/mule-cmds.el:
9940 * international/mule-util.el:
9941 * international/mule.el:
9942 * mouse.el:
9943 * subr.el:
9944 * faces.el: Update calls to make-obsolete with a WHEN argument.
9945
9946 * byte-run.el (make-obsolete, make-obsolete-variable):
9947 Add an optional WHEN argument and change the format of the
bff71087 9948 symbol-property information.
2598a293
SM
9949 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9950 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9951 new obsolete-symbol-property format and print WHEN if it is provided.
9952
28d8dff1
DL
99532000-05-31 Dave Love <fx@gnu.org>
9954
9955 * loadhist.el (loadhist-hook-functions): Remove
9956 before-change-function, after-change-function.
9957 (unload-feature): Deal with symbols which are both bound and
9958 fbound.
9959
9960 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9961 before-change-function, after-change-function.
9962
9963 * simple.el (newline): Don't bind before-change-function,
9964 after-change-function.
9965
7f565d87
RV
99662000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9967
9968 * whitespace.el (whitespace-rescan-timer-time): Update interval
9969 set to 600 seconds (10 minutes) instead of 60 seconds since
9970 a large number of whitespace buffers causes emacs to `freeze'
9971 for a considerable amount of time.
9972
bff71087 9973 * whitespace.el: Updated email address
7f565d87 9974
a8d693d8
DL
99752000-05-31 Dave Love <fx@gnu.org>
9976
9977 * add-log.el (change-log-font-lock-keywords) <function>: Add
9978 pattern for function of change.
9979 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9980 acknowledgements patterns.
9981
a50192e7
KH
99822000-05-31 Kenichi Handa <handa@etl.go.jp>
9983
9984 * isearch.el (isearch-printing-char): If keyboard coding system is
9985 being used, call isearch-process-search-multibyte-characters.
9986
9987 * international/isearch-x.el: Mostly rewritten.
9988
9989 * international/quail.el (quail-start-conversion): Don't include
9990 unhandled events in the returned events, but set them in
9991 unread-command-events. Exit if all inputs are deleted.
9992
7e492772
JR
99932000-05-30 Jason Rumney <jasonr@gnu.org>
9994
9995 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9996
9997 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9998 Reenable code to create initial fontsets.
9999 Use set-fontset-font in place of put-charset-property.
10000
10fc3187
GM
100012000-05-30 Gerd Moellmann <gerd@gnu.org>
10002
79148ea7
GM
10003 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10004 label, ensure that the first colon isn't followed by another.
10005
10006 * paths.el (Info-default-directory-list): Doc fix.
10007
086d5b87
GM
10008 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10009 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10010 send a query containing USER only, not USER@HOST.
10011
10fc3187
GM
10012 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10013 and rmail-msgend to compute the restriction at the end, instead of
10014 computing it.
10015
49e70dec
GM
100162000-05-29 Gerd Moellmann <gerd@gnu.org>
10017
66254a13
GM
10018 * dabbrev.el (dabbrev-expand): Don't display messages in the
10019 echo area if the minibuffer window is active.
10020
49e70dec
GM
10021 * jit-lock.el (jit-lock-mode): Add after change function to
10022 local hook.
10023
100242000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10025
10026 * antlr-mode.el: New commands: hide/unhide actions,
10027 upcase/downcase literals.
10028 (antlr-tiny-action-length): New user option.
10029 (antlr-hide-actions): New command. Suggested by
10030 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10031 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10032 (antlr-mode-menu): New entries.
10033 (antlr-downcase-literals): New command.
10034 (antlr-upcase-literals): Ditto.
10035
10036 * antlr-mode.el: Minor changes: indendation, mode-name.
10037 (antlr-indent-line): Indent cpp directive at column 0.
10038 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10039
10040 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10041 (antlr-font-lock-additional-keywords): Workaround for intentional
10042 bug in XEmacs version of font-lock.
10043 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10044 be used by a smarter version of `buffers-menu-grouping-function'.
10045
100462000-05-29 Gerd Moellmann <gerd@gnu.org>
10047
10048 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10049 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10050
49f93684
KH
100512000-05-29 Kenichi Handa <handa@etl.go.jp>
10052
10053 * international/encoded-kb.el
10054 (encoded-kbd-iso2022-designation-map): Pay attention to that
10055 charset-iso-final-char return -1 for eight-bit-control and
10056 eight-bit-graphic.
10057
5b1ae051
EZ
100582000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10059
10060 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10061 (speedbar-easymenu-definition-base): Use display-graphic-p where
10062 available, instead of window-system.
10063
a205e32a
EZ
100642000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10065
10066 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10067 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10068 coding systems.
10069
dd854dc2
DL
100702000-05-26 Dave Love <fx@gnu.org>
10071
c88a85d5
DL
10072 * disp-table.el (standard-display-underline): Don't use
10073 internal-find-face.
10074
dd854dc2
DL
10075 * mail/reporter.el: Maintainer change. Doc fixes.
10076 (reporter-version): Deleted.
10077
10078 * emacs-lisp/elp.el: Maintainer change.
10079 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10080
dc29aa6c
SM
100812000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10082
10083 * add-log.el (add-change-log-entry): Merge the current entry with the
10084 previous one if the previous one is empty.
10085
ed62683d
DL
100862000-05-26 Dave Love <fx@gnu.org>
10087
4370a375
DL
10088 * loadhist.el (unload-feature): Fix interactive spec [from
10089 lijnzaad@ebi.ac.uk].
10090
ed62683d
DL
10091 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10092 subr-arity to check primitives.
10093 (byte-compile-flush-pending, byte-compile-file-form-progn)
10094 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10095 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10096 mapcar.
10097
ba9f8f95
KH
100982000-05-26 Kenichi Handa <handa@etl.go.jp>
10099
0f3e0672
KH
10100 * international/fontset.el: Set family names of non-latin charsets
10101 in default fontset to "*".
10102
cebefb44
KH
10103 * international/mule-diag.el (print-fontset): Combine family part
10104 and registry part of the fontname by "-*-" instead of "-".
10105
ba9f8f95
KH
10106 * international/mule-cmds.el (encode-coding-char): Make strings
10107 multibyte before calling encode-coding-string.
10108
931d0724
SM
101092000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10110
10111 * derived.el: Fix keywords.
8ccce2b0 10112 (define-derived-mode): Only define if needed.
931d0724
SM
10113
10114 * simple.el (fill-comment, comment-column, comment-start)
10115 (comment-start-skip, comment-end, comment-indent-function)
10116 (block-comment-start, block-comment-end, indent-for-comment)
10117 (set-comment-column, kill-comment, comment-padding, comment-region)
10118 (comment-multi-line, indent-new-comment-line): Remove.
10119
10120 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10121 function names for comment operations.
10122
10123 * newcomment.el: Add abundant autoload cookies.
10124 (comment-style): Don't depend on runtime data at compile-time.
10125 (comment-indent-hook): Remove.
10126 (comment-indent): Check if comment-indent-hook is bound.
10127 (comment-region): Docstring fix.
10128
6fc596cf
DL
101292000-05-25 Dave Love <fx@gnu.org>
10130
10131 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10132 byte-code-function-p.
10133
10134 * mail/rmailsum.el: Add provide.
10135
10136 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10137
10138 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10139 defcustom.
10140
7997f1ca 101412000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10142
7997f1ca
MK
10143 * ediff-diff.el (ediff-exec-process): delete --binary option from
10144 non-buffer ediff jobs.
7f565d87 10145
e7a903e8
EZ
101462000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10147
10148 * hilit-chg.el (highlight-changes-mode): Ask about color or
10149 grayscale support, not about window-system.
10150
10151 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10152 window-system.
10153 (ffap-highlight): Always default to t.
10154
10155 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10156 display-popup-menus-p instead of looking at window-system.
10157
10158 * disp-table.el (standard-display-g1, standard-display-graphic):
10159 Only refuse to use string glyphs on X and MS-Windows.
10160
10161 * avoid.el: Remove window-system from commentary, suggest to use
10162 display-*-p instead.
10163
10164 * apropos.el (apropos-print): Use display-mouse-p instead of
10165 window-system.
10166
14028d57
EZ
101672000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10168
10169 * international/codepage.el (cp-decoding-vector-for-codepage):
10170 Fill up unsupported characters with their own codes. From Kenichi
10171 Handa.
10172
1a4f9cc1
EZ
101732000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10174
10175 * international/mule-diag.el (describe-char-after): Use
10176 display-graphic-p instead of window-system, so that this function
10177 works on MS-DOS.
10178
89f6ca4e
EZ
101792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10180
10181 * international/codepage.el (cp-make-coding-systems-for-codepage):
10182 Remove the eight-bit-graphic and eight-bit-control charsets from
10183 the list of charsets which we convert into `?'.
10184
eacfd7fe
KH
101852000-05-25 Kenichi Handa <handa@etl.go.jp>
10186
10187 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10188 private charsets.
10189 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10190 japanese-jisx0213-2): New charsets.
10191
10192 * international/fontset.el: Setup default fontset for new charsets.
10193
deadf7e3
DL
101942000-05-24 Dave Love <fx@gnu.org>
10195
10196 * info.el (Info-find-node-2): Restructure [following "Vadim
10197 S. Solomin" <sovs@uic.nnov.ru>].
10198
10199 * icomplete.el: Fix header for Finder.
10200
102012000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10202
10203 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10204 STAY.
10205
10206 * rmail.el (rmail-automatic-folder-directives): New user variable.
10207 (rmail-show-message): Add call to `rmail-auto-file' during
10208 display.
10209 (rmail-auto-file): New function.
10210
6de3983f 102112000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10212
fc6a6a4e 10213 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10214 account.
fc6a6a4e
GM
10215 (ediff-test-utility,ediff-diff-mandatory-option)
10216 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10217 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10218
fc6a6a4e 10219 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10220 variable.
7f565d87 10221
fc6a6a4e 10222 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10223 ediff-merge-filename-prefix.
10224
fc290d1d
MK
102252000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10226
fc6a6a4e 10227 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10228
273182b8
EZ
102292000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10230
10231 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10232 aliases for hebrew-iso-8bit.
10233
f471ea57
EZ
102342000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10235
10236 * woman.el: New version from Francis J. Wright
10237 <F.J.Wright@Maths.QMW.ac.uk>.
10238 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10239 names in environment variables regardless of the path separator.
10240 (woman-topic-all-completions-1): Don't call file-name-directory-p
10241 on all files, since woman-file-regexp already filters out any
10242 directories.
10243
01162f24
KH
102442000-05-24 Kenichi Handa <handa@etl.go.jp>
10245
48e3df76
KH
10246 * international/quail.el (quail-start-translation): Don't change
10247 modified-p of the current buffer.
10248 (quail-start-conversion): Likewise.
10249
10250 * international/kkc.el (kkc-region): Don't change modified-p of
10251 the current buffer.
10252
747d90ea
KH
10253 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10254 conform to RFC1468.
10255 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10256
17a223ff
EL
102572000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10258
10259 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10260 (speedbar-insert-button): Invisible text property fix.
10261 (speedbar-directory-plus): Renamed from speedbar-directory-+
10262 (speedbar-directory-minus): Renamed from speedbar-directory--
10263 (speedbar-page-plus): Renamed from speedbar-file-+
10264 (speedbar-page-minus): Renamed from speedbar-file--
10265 (speedbar-page): Renamed from speedbar-file-
10266 (speedbar-tag): Renamed from speedbar-tag-
10267 (speedbar-tag-plus): Renamed from speedbar-tag-+
10268 (speedbar-tag-minus): Renamed from speedbar-tag--
10269 (speedbar-expand-image-button-alist): Use above renames.
10270
10271 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10272 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10273 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10274 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10275 * sb-pg.xpm: Renamed from sb-file.xpm
10276 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10277 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10278
e6b6fc18
KH
102792000-05-24 Kenichi Handa <handa@etl.go.jp>
10280
10281 * international/quail.el (quail-show-guidance-buf): Set
10282 current-input-method of the guidance buffer to the name of the
10283 curren input method.
10284
a1a336eb
SM
102852000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10286
10287 * progmodes/compile.el (compile-internal): Style typo.
10288
10289 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10290 quote vars and functions in the docstring.
10291
10292 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10293
10294 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10295 Don't quote lambdas.
10296
10297 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10298
9695b783
GM
102992000-05-23 Gerd Moellmann <gerd@gnu.org>
10300
716e3b88
GM
10301 * startup.el (command-line): Determine source file of compiled
10302 user init file differently. Warn if compiled user init file
10303 is older than its source file.
10304
9695b783 10305 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10306
41ac433f
EZ
103072000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10308
10309 * files.el (make-backup-file-name-1): Replace slashes with `!'
10310 rather than `|' (which is not allowed on Windows). Replace the
10311 drive letters with a string "drive_X".
10312
46600ab1
GM
103132000-05-23 Gerd Moellmann <gerd@gnu.org>
10314
10315 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10316
10317 * files.el (interpreter-mode-alist): Add `bash2'.
10318
79a64d87
DL
103192000-05-22 Dave Love <fx@gnu.org>
10320
10321 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10322 mapc.
10323 (feature-file): Avoid calling symbol-name. Doc fix.
10324 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10325 (loadhist-hook-functions): Add mouse-position-function.
10326 (unload-feature): Change uses of mapcar.
10327
10328 * files.el (parse-colon-path): Doc fix.
10329 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10330 (set-auto-mode): Use mapc.
10331
10332 * complete.el (PC-look-for-include-file): Use :alnum: character
10333 class.
10334 (partial-completion-mode): Add autoload cookie.
10335
0e8c11d8
SS
103362000-05-22 Sam Steingold <sds@gnu.org>
10337
ce75fd23 10338 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10339 `add-text-properties' (bug introduced on 2000-05-18).
10340
d8d0fa6c
DL
103412000-05-22 Dave Love <fx@gnu.org>
10342
10343 * bindings.el: Remove debug-ignored-errors set in other files.
10344
10345 * progmodes/etags.el: Add to debug-ignored-errors.
10346 (visit-tags-table-buffer): Clear out buffers holding old tables
10347 when making a new list.
10348 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10349 mapc.
10350
10351 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10352 quote keywords.
10353 (cmpl-string-case-type): Use character classes.
10354
0e8c11d8
SS
10355 * comint.el:
10356 * textmodes/ispell.el:
10357 * imenu.el:
d8d0fa6c
DL
10358 * mail/mh-e.el:
10359 * progmodes/compile.el: Add to debug-ignored-errors.
10360
10361 * dabbrev.el: Add to debug-ignored-errors.
10362 (dabbrev-completion): Use mapc.
10363
1edbbf8a
EZ
103642000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10365
10366 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10367 (woman-mapcan, woman-parse-man.conf)
10368 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10369 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10370 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10371 path syntax better.
10372 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10373 (woman-manpath): Call woman-parse-man.conf.
10374 (woman-emulation): New defcustom, defaults to nroff.
10375 (woman-font-support): New defconst.
10376 (woman-use-symbol-font): New defcustom.
10377 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10378 "Emulation".
10379 Many functions: Doc fix.
10380
5bd2148c
KH
103812000-05-22 Kenichi Handa <handa@etl.go.jp>
10382
10383 * international/quail.el (quail-simple-translation-keymap): Map
10384 128..255 to quail-self-insert-command.
10385 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10386
4125ec7e
SM
103872000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10388
a1a336eb
SM
10389 * help.el (help-manyarg-func-alist): Typo.
10390
40aeecad
SM
10391 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10392 intervals which makes it heaps simpler.
10393
4125ec7e
SM
10394 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10395 the nested comment markers.
e4da9c1c
SM
10396
10397 * subr.el (remove-hook): Don't turn the hook's value into a list.
10398
cb7216a7
DL
103992000-05-21 Dave Love <fx@gnu.org>
10400
ac266581
DL
10401 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10402 are invalid characters.
10403
cb7216a7
DL
10404 * international/mule-util.el (detect-coding-with-priority): Use
10405 mapc. Remove redundant lambda.
10406
10407 * international/mule-diag.el (list-non-iso-charset-chars)
10408 (describe-fontset): Remove redundant lambda.
10409
10410 * emulation/crisp.el (brief-mode): New alias.
10411
10412 * emacs-lisp/ring.el (ring-elements): New function.
10413
10414 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10415 (easy-menu-do-add-item): Use keywordp.
10416
10417 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10418
10419 * replace.el: Doc and error message fixes.
10420 (replace-highlight): Use facep, not internal-find-face.
10421
9b0d1d6e
SM
104222000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10423
b2d2cf58
SM
10424 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10425
ffe7dc64
SM
10426 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10427 (log-edit-insert-changelog): Drop `:' as well.
10428
10429 * log-view.el: Fix file description.
10430 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10431 available.
10432 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10433 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10434
c8c21615
SM
10435 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10436 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10437 Print a status message if the toggle is called interactively.
10438 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10439 for global minor modes and use `defcustom' for them.
10440 Use add-minor-mode.
10441 (easy-mmode-define-derived-mode): Remove.
10442 (define-derived-mode): Fancier default docstring.
10443 (easy-mmode-define-navigation): Signal an error rather than (ding).
10444
9b0d1d6e
SM
10445 * newcomment.el (comment-styles): New `box-multi'.
10446 (comment-normalize-vars): Better default for comment-continue to
10447 avoid whitespace-only continuations.
10448 (comment-search-forward): Always move even in the no-syntax case.
10449 (comment-padright): Only obey N if it's only obeyed for padleft.
10450 (comment-make-extra-lines): Better handling of empty continuations.
10451 Use `=' for the filler if comment-start has only one character.
10452 (uncomment-region): Try handling the special `=' filler.
10453 (comment-region): Allow LINES even if MULTI is nil.
10454 (comment-box): Choose box style based on comment-style.
10455
f5ee6d0f
KH
104562000-05-20 Kenichi Handa <handa@etl.go.jp>
10457
9b0d1d6e 10458 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10459 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10460
c9671f81
KH
104612000-05-20 Kenichi HANDA <handa@etl.go.jp>
10462
10463 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10464 and insert, not subst-char-in-region.
10465
10466 * international/mule-diag.el (list-character-sets-1): Handle
10467 charsets eight-bit-control and eight-bit-graphic.
10468 (list-iso-charset-chars): Likewise.
10469 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10470 charactes as is. Use indent-to to align characters.
10471
10472 * international/mule-cmds.el (find-multibyte-characters): Never
10473 exclude charsets eight-bit-control and eight-bit-graphic.
10474
1426aa5c
SM
104752000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10476
10477 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10478 Don't quote lambdas.
10479
10480 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10481
2b63d473
GM
104822000-05-19 Gerd Moellmann <gerd@gnu.org>
10483
10484 * gud.el (gud-jdb-directories): Doc fix.
10485
f1355756
SM
104862000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10487
10488 * newcomment.el: New file.
10489
5f64c9e0
GM
104902000-05-19 Gerd Moellmann <gerd@gnu.org>
10491
2b63d473 10492 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10493
db7314bd
AS
104942000-05-18 Andreas Schwab <schwab@suse.de>
10495
10496 * dired.el (dired-between-files): Also skip lines beginning with
10497 `used'.
10498
25bb0401
GM
104992000-05-18 Gerd Moellmann <gerd@gnu.org>
10500
10501 * msb.el (msb-menu-cond): Add choice `user'.
10502
a199a865 105032000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10504
a199a865
GM
10505 * ps-print.el: Compatibility, customization and doc fix.
10506 (ps-printer-name-option): Replace defconst by defvar.
10507 (ps-postscript-code-directory): XEmacs compatibility.
10508 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10509 fix.
10510 (ps-user-defined-prologue, ps-print-prologue-header)
10511 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10512 compatibility and code fix.
10513 (ps-print-background-image, ps-print-background-text):
10514 Customization fix.
10515 (ps-line-number-start, ps-n-up-on): New vars.
10516
25bb0401
GM
105172000-05-18 Espen Skoglund <esk@ira.uka.de>
10518
10519 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10520 the indent-comment function to just return the appropriate indent.
10521
68e6c83a
EL
105222000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10523
10524 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10525 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10526 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10527
dae6cb9f
DL
105282000-05-18 Dave Love <fx@gnu.org>
10529
10530 * info.el (Info-fontify-node): Add intangible property as well as
10531 invisible.
10532
10533 * calendar/appt.el (appt-make-list): Match all lines of entry.
10534 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10535
813086ea
KH
105362000-05-18 Kenichi Handa <handa@etl.go.jp>
10537
10538 * international/mule-diag.el (describe-char-after): Call
10539 internal-char-font, not char-font. If internal-char-font returns
10540 nil, display "-- none --".
10541
24978190
EZ
105422000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10543
10544 * image.el (image-type-available-p): Don't reference image-types
10545 if it isn't bound.
10546
2fca2d5d
SM
105472000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10548
10549 * autoarg.el (autoarg-mode): Typo in the :set argument.
10550
cfc75d05
EZ
105512000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10552
10553 * startup.el (command-line-1): Don't signal an error if the
10554 directory for auto-save-list files does not yet exist.
10555
c4e30387
KH
105562000-05-17 Kenichi Handa <handa@etl.go.jp>
10557
10558 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10559
dd6b8ea7
SM
105602000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10561
10562 * subr.el (remove-hook): `setq' hook-value, not `set'.
10563
399c88ad
SS
105642000-05-16 Sam Steingold <sds@gnu.org>
10565
a199a865 10566 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10567
01651f07
DL
105682000-05-16 Dave Love <fx@gnu.org>
10569
10570 * cus-edit.el: Don't require cl or easymenu.
10571 (custom-variable-prompt): Test standard-value property, not
10572 user-variable-p.
10573
2248c40d
SS
105742000-05-16 Sam Steingold <sds@gnu.org>
10575
10576 * subr.el (add-hook): `setq' hook-value, not `set'.
10577
b15f3b77
GM
105782000-05-16 Gerd Moellmann <gerd@gnu.org>
10579
10580 * startup.el (command-line-1): Mention the FAQ in the startup
10581 message.
10582
10583 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10584
10585 * progmodes/compile.el (compilation-parse-errors): Collect
10586 `nomessage' regexps last.
10587
10588 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10589
10590 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10591 to the function name.
10592
f9bbcfac
EL
105932000-05-15 Dave Love <fx@gnu.org>
10594
10595 * speedbar.el (speedbar-recenter): Typo.
10596 (speedbar-expand-line): Make arg optional.
10597 (speedbar-mode): Avoid a compiler warning.
10598
119b42eb
GM
105992000-05-15 Gerd Moellmann <gerd@gnu.org>
10600
10601 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10602 user-specified option string is empty.
10603
10604 * mouse.el (mouse-yank-at-click): Doc fix.
10605
f685bea9
EZ
106062000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10607
10608 * term/internal.el (IT-character-translations): More updates of
10609 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10610 documents.
10611
a1b8d58b
GM
106122000-05-15 Gerd Moellmann <gerd@gnu.org>
10613
10614 * env.el (getenv): New function, interactively callable.
10615 (setenv, getenv): Remove autoload cookies.
10616
10617 * loadup.el: Load `env'.
10618
10619 * progmodes/f90.el: Change author's mail address.
10620
c9bba7ed
DL
106212000-05-14 Dave Love <fx@gnu.org>
10622
e5c83697
DL
10623 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10624 goto-addr as an option.
10625
10626 * help.el (help-xref-stack): Doc fix.
10627 (help-xref-following): New variable.
10628 (help-make-xrefs): Use it.
10629 (help-xref-go-back): Use position information from stack element.
10630 (help-follow): Make position in stack element a pair. Use
10631 help-xref-following.
399c88ad 10632
e5c83697
DL
10633 * autoarg.el: New file.
10634
10635 * faces.el: Declare more functions obsolete.
10636
c9bba7ed
DL
10637 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10638 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10639 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10640 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10641 Remove all the setup-...-environment functions.
10642
b6389bfb
EL
106432000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10644
a1b8d58b
GM
10645 * speedbar.el: Updated the commentary section. xemacs20p now uses
10646 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10647 (speedbar-easymenu-definition-base): Add toggle for images.
10648 (speedbar-easymenu-definition-special): Add flush cache & expand.
10649 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10650 (speedbar-reconfigure-keymaps-hook): New variable.
10651 (speedbar-frame-parameters): Updated documentation.
10652 (speedbar-use-imenu-flag): Updated custom tag
10653 (speedbar-dynamic-tags-function-list): New variable.
10654 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10655 (speedbar-indentation-width, speedbar-indentation-width) New
10656 variables.
10657 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10658 (speedbar-vc-indicator): Doc update.
10659 (speedbar-ignored-path-expressions): Updated default value.
10660 (speedbar-supported-extension-expressions): Updated default value.
10661 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10662 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10663 as "+". Added overlay aliases.
10664 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10665 `force-mode-line-update'.
10666 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10667 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10668 `mouse-set-point'
b6389bfb 10669 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10670 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10671 of arbitrary text, and new helper functions.
10672 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10673 filename finder.
b6389bfb
EL
10674 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10675 (speedbar-directory-buttons): Update path search/expansion.
10676 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10677 `speedbar-indentation-width'. Use more care w/ invisible
10678 properties.
b6389bfb
EL
10679 (speedbar-change-expand-button-char): Call
10680 `speedbar-insert-image-button-maybe'.
10681 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10682 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10683 (speedbar-trim-words-tag-hierarchy)
10684 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10685 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10686 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10687 functions.
b6389bfb
EL
10688 (speedbar-mouse-set-point): New function
10689 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10690 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10691 of tag prefix text.
10692 (speedbar-expand-line, speedbar-contract-line): Make more robust
10693 to strange text.
10694 (speedbar-expand-line): Takes universal argument to flush the
10695 cache.
b6389bfb
EL
10696 (speedbar-flush-expand-line): New function.
10697 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10698 Use new generator insertion method.
10699 (speedbar-fetch-dynamic-tags): New function.
10700 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10701 `speedbar-fetch-dynamic-imenu'.
10702 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10703 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10704 "Revert Buffer" menu items.
10705 (speedbar-buffer-buttons-engine): Be smarter when creating a
10706 filename tag (for expansion purposes.).
a1b8d58b
GM
10707 (speedbar-highlight-one-tag-line,
10708 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10709 (speedbar-recenter): New functions.
b6389bfb 10710 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10711 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10712 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10713 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10714 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10715 (speedbar-expand-image-button-alist): New variable.
10716 (speedbar-insert-image-button-maybe): Insert an image over some
10717 buttons.
10718
43fe9244
KH
107192000-05-13 Kenichi Handa <handa@etl.go.jp>
10720
10721 * international/mule-cmds.el (encode-coding-char): An ASCII
10722 character is always encodable.
10723
10724 * international/mule-conf.el: Add more information in descriptions
10725 of character sets.
10726
813086ea 10727 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10728 (describe-font-internal): Adjusted for the change of font-info.
10729 (describe-font): Likewise.
10730 (print-fontset): Rewritten for the new fontset implementation.
10731 (describe-fontset): Include fontset alias names in completion.
10732 (list-fontsets): Adjusted for the change of print-fontset.
10733
10734 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10735 describe-char-after instead of displaying the detail in the echo
10736 area.
813086ea
KH
10737 (syntax-code-table): Format changed.
10738 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10739
e8564f57
SM
107402000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10741
10742 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10743
9278c60d
DL
107442000-05-12 Dave Love <fx@gnu.org>
10745
10746 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10747 dependence. Use line-{beginning,end}-position, not
10748 point-at{b,e}ol. Some doc fixes.
10749 (todo-position): New function. Fix callers of position to use it.
10750 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10751
be0505fe
GM
107522000-05-12 Gerd Moellmann <gerd@gnu.org>
10753
10754 * time.el (display-time-mail-icon): Use `:ascent center'.
10755
a8a3541c
GM
10756 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10757 handling FTP security extensions.
399c88ad 10758
44d5f148
DL
107592000-05-11 Dave Love <fx@gnu.org>
10760
33d0c179 10761 * calendar/todo-mode.el: New file.
44d5f148 10762
da4496b6
GM
107632000-05-11 Gerd Moellmann <gerd@gnu.org>
10764
cdc4401d
GM
10765 * comint.el (comint-read-input-ring): Move reference to
10766 comint-input-ring-size outside of the save-excursion. It was
10767 causing the default value to be the only one ever seen.
399c88ad 10768
0279f991
GM
10769 * font-lock.el: Update copyright. Remove Simon Marshall's email
10770 address on request from him.
10771
da4496b6
GM
10772 * subr.el (substitute-key-definition): Add comment describing
10773 the meaning of PREFIX.
10774
ac5cb26d
SM
107752000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10776
10777 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10778
10779 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10780 (add-minor-mode): Don't make the variable buffer-local and add a
10781 reference to define-minor-mode in the docstring.
10782
10783 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10784 HEADER/FOOTER and fix bug with trailing empty directory.
10785 (cvs-append-to-ignore): Use vc-editable-p if available.
10786 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10787 (vc-do-command): Tweak advice to handle the new VC.
10788
10789 * log-view.el (log-view-goto-rev): New function for the new VC.
10790 (log-view-minor-wrap): Use mark-active.
10791
10792 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10793 (log-edit-changelog-full-paragraphs): New var.
10794 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10795 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10796 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10797 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10798 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10799 Replace the `cvs' prefix with `log-edit'.
10800
10801 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10802
10803 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10804 (diff-font-lock-defaults): Explicitly turn off multiline.
10805 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10806 (diff-ediff-patch): Fix call to ediff-patch-file.
10807 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10808 Handle comments.
10809
10810 * frame.el (automatic-hscrolling): Typo.
10811
10812 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10813
21c34da3
DL
108142000-05-09 Sam Steingold <sds@goems.com>
10815
10816 * apropos.el (apropos-print): use `describe-face' instead of
10817 `customize-face-other-window'.
10818
950cf06f
DL
108192000-05-09 Dave Love <fx@gnu.org>
10820
10821 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10822
10823 * help.el (describe-variable): Have customize button pop the
10824 help-xref stack when invoked.
10825 (help-xref-symbol-regexp): Add `face'.
10826 (help-make-xrefs): Check for quoted face names and adapt regexp
10827 submatch numbers to cope.
10828 (help-xref-interned): Maybe insert face doc too. Separate
10829 sections with a line of hyphens.
10830
0623e40f 10831 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10832 (describe-face): Add customize button. Return the help
10833 text. Fix prompt.
10834
82e2ca9d
EZ
108352000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10836
10837 * term/internal.el (IT-character-translations): Fix last change.
10838
10c00b5c
EZ
108392000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10840
10841 * woman.el: New file
10842 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10843
9deed82f
EZ
108442000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10845
001ad319
EZ
10846 * term/internal.el (IT-character-translations): Update ASCII
10847 simulations for greek-iso8859-7, add latin-iso8859-14 and
10848 latin-iso8859-15.
10849
9deed82f
EZ
10850 * international/mule-cmds.el (set-language-info-alist): Call
10851 define-prefix-command with 3 arguments, to make the map suitable
10852 for a menu.
10853
4f37b78a
DL
108542000-05-07 Dave Love <fx@gnu.org>
10855
1ec321a7 10856 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10857
64a4c526
DL
108582000-05-05 Dave Love <fx@gnu.org>
10859
10860 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10861 list in doc string. Don't quote keyword symbols.
10862 * emacs-lisp/cl.el: Likewise
10863 * emacs-lisp/cl-seq.el: Likewise
10864
056565f7
GM
108652000-05-05 Gerd Moellmann <gerd@gnu.org>
10866
10867 * abbrev.el (abbrev-mode): Make ARG optional.
10868
4656b314
GM
108692000-05-04 Gerd Moellmann <gerd@gnu.org>
10870
ec82fb2f
GM
10871 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10872
10873 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10874
4656b314
GM
10875 * subr.el (substitute-key-definition): Clarify documentation.
10876
108772000-05-04 Milan Zamazal <pdm@freesoft.cz>
10878
10879 * glasses.el (glasses-convert-to-unreadable): Use
10880 `glasses-separator' instead of the hard-wired "_".
10881 (glasses-mode): Call `glasses-make-unreadable' only in a single
10882 place.
10883
7b081c78
EZ
108842000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10885
10886 * term/internal.el (cjk-codepages-alist): Add associations for
10887 Chinese and Korean codepages. Remove FIXME comment.
10888
baa5536e
DL
108892000-05-03 Dave Love <fx@gnu.org>
10890
10891 * time.el (display-time-mail-face, display-time-use-mail-icon):
10892 New option.
10893 (display-time-mail-icon): New variable.
10894 (display-time-string-forms): Use the above. Fix the local-map.
10895
cbf18892
GM
108962000-05-03 Gerd Moellmann <gerd@gnu.org>
10897
4ff40dd0
GM
10898 * replace.el (query-replace-map): Add binding for `E'.
10899 (query-replace-help): Extend help text.
10900 (perform-replace): Allow editing the replacement string.
10901
10902 * make-mode.el (makefile-mode-abbrev-table): New variable.
10903 (makefile-mode): Set local abbrev table to
10904 makefile-mode-abbrev-table.
10905 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10906
cbf18892
GM
10907 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10908 set TOGGLE's value.
10909
4ff40dd0
GM
10910 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10911 mail-interactive-insert-alias.
10912 (mail-abbrev-complete-alias): New command.
10913 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10914
ffec4d9f
KH
109152000-05-03 Kenichi Handa <handa@etl.go.jp>
10916
10917 * language/lao-util.el (lao-compose-region): New function.
10918
1b0672c3
GM
109192000-05-02 Gerd Moellmann <gerd@gnu.org>
10920
576da55d
GM
10921 * files.el (recover-session): Make directories as necessary
10922 if they don't exist yet.
10923
399c88ad
SS
10924 * calendar/cal-french.el
10925 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10926 (french-calendar-special-days-array): Change French text.
10927 (calendar-french-date-string): Change output.
10928 (calendar-goto-french-date): Likewise.
10929
109302000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10931
10932 * wid-edit.el (widget-default-active): Obey `:always-active'.
10933 (widget-documentation-string-value-create): Set `:always-active'.
10934
4b33deaa
EZ
109352000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10936
10937 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10938 default prefix to `~/_emacs.d/auto-save.list/_s'.
10939 (normal-top-level): Create the directory for auto-save files, if
10940 it doesn't already exist (in the ms-dos case only).
10941
5c922ea7
EZ
109422000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10943
10944 * international/mule-cmds.el (set-language-environment): Don't
10945 concat an integer (dos-codepage), use format instead.
10946
820ad5e7
DL
109472000-05-02 Dave Love <fx@gnu.org>
10948
10949 * help.el (help-xref-on-pp): Check for constant symbols.
10950
57cb56f5
GM
109512000-04-29 Gerd Moellmann <gerd@gnu.org>
10952
10953 * startup.el (normal-top-level): Put a condition-case around
10954 the code loading subdirs.el.
10955
109562000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10957
57cb56f5
GM
10958 * ps-print.el: Upside-down and face background color printing,
10959 line number step, doc fix.
10960 (ps-print-version): New version number (5.2).
10961 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10962 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10963 (ps-spool-config): Var fix.
10964 (ps-printer-name-option): Const fix.
10965 (ps-print-upside-down, ps-use-face-background)
10966 (ps-line-number-step): New vars.
10967 (ps-window-system, ps-lp-system): New consts.
10968 (ps-face-background): New fun.
10969
084cec2f
GM
109702000-04-28 Richard Stallman <rms@gnu.org>
10971
10972 * files.el (make-auto-save-file-name):
10973 Apply auto-save-file-name-transforms to visited file name
10974 before generating auto save file name.
10975 (auto-save-file-name-transforms): New variable.
10976
399c88ad 10977 * files.el (backup-enable-predicate):
084cec2f
GM
10978 Correctly test for a file under a temporary directory.
10979
c94f4677
GM
109802000-04-28 Gerd Moellmann <gerd@gnu.org>
10981
10982 * subr.el (add-minor-mode): Rewritten.
10983
7b211df5
KH
109842000-04-28 Kenichi Handa <handa@etl.go.jp>
10985
10986 * mail/sendmail.el (sendmail-send-it): Set
10987 buffer-file-coding-system to the selected coding system for MIME
10988 header.
10989
c76e04a8 109902000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10991
c76e04a8
GM
10992 * dired.el (dired-move-to-filename-regexp): Allow format where
10993 YYYY is followed by two spaces.
e3e36d74 10994
c76e04a8
GM
10995 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10996 in the second character class of the regexp.
10997
10998 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10999 mh-etc, too.
353964e3 11000
c76e04a8
GM
11001 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11002 nil.
399c88ad 11003
353964e3
GM
11004 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11005
11006 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11007 argument.
11008
c76e04a8 110092000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11010
c76e04a8
GM
11011 * emacs-lisp/crm.el (crm-completion-table): New variable.
11012 (crm-collection-fn, crm-test-completion)
11013 (completing-read-multiple): Use it.
11014
110152000-04-27 Dave Love <fx@gnu.org>
11016
11017 * help.el (locate-library): Use mapc.
11018 (help-manyarg-func-alist): Add call-process-region.
11019
7464346d
GM
110202000-04-26 Gerd Moellmann <gerd@gnu.org>
11021
b35bd33d
GM
11022 * subr.el (add-minor-mode): Make argument MAP optional.
11023
7464346d
GM
11024 * desktop.el (desktop-save): Save list of minor modes.
11025 (desktop-create-buffer): Restore minor modes.
11026 (desktop-minor-mode-table): New user-option.
11027
11028 * subr.el (add-minor-mode): New function.
11029
11030 * image.el (find-image): New function.
11031 (defimage): Rewritten to find image at load time.
11032
11033 * startup.el (normal-top-level-add-to-load-path): Handle
11034 case that the default directory is not in load-path.
11035
11036 * help.el: Old patch from Stefan Monnier.
11037 (help-xref-on-pp): New function.
11038 (describe-variable): Use it to display xrefs in a symbol's value.
11039
23c0fb21
SM
110402000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11041
11042 * cus-edit.el (custom-face): Fix parenthesis.
11043
fad95037
KH
110442000-04-26 Kenichi Handa <handa@etl.go.jp>
11045
f03392a1
KH
11046 * mail/rmail.el (rmail-expunge): When there are no deleted
11047 messages, do nothing.
fad95037 11048
0d7c5bb9
DL
110492000-04-26 Dave Love <fx@gnu.org>
11050
11051 * international/mule-cmds.el (locale-translation-file-name):
11052 Defvar to nil.
11053 (set-locale-environment): Set it here (at runtime).
11054
612839b6
GM
110552000-04-25 Gerd Moellmann <gerd@gnu.org>
11056
11057 * replace.el (perform-replace): Add parameters START and END. Use
11058 them instead of the check for a region in Transient Mark mode.
11059 (query-replace-read-args): Return two more list elements for the
11060 start and end of the region in Transient Mark mode.
11061 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11062 (map-query-replace-regexp, replace-string, replace-regexp): Add
11063 optional last arguments START and END and pass them to
11064 perform-replace.
11065
11066 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11067 form with additional arguments for perform-replace.
11068
11069 * progmodes/etags.el (tags-query-replace): Add parameters START
11070 and END. Construct a form with additional arguments for
11071 perform-replace.
11072
11073 * simple.el (shell-command): Set default directory for "*Shell
11074 Command Output" buffer.
11075
11076 * language/european.el (iso-latin-4): Fix typo.
11077
11078 * emacs-lisp/crm.el: New file.
11079
2917cc05
DL
110802000-04-24 Dave Love <fx@gnu.org>
11081
11082 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11083 (Custom-reset-saved, Custom-reset-standard)
11084 (custom-group-value-create, custom-group-set, custom-group-save)
11085 (custom-group-reset-current, custom-group-reset-saved)
11086 (custom-group-reset-standard): Use mapc.
11087 (custom-buffer-create-internal): Disable undo when creating items.
11088 Use mapc.
11089 (custom-face): Avoid redundant lambda.
11090
abfcc168
GM
110912000-04-24 Gerd Moellmann <gerd@gnu.org>
11092
11093 * startup.el (auto-save-list-file-prefix): Set default to
11094 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11095
fa78f71b
SS
110962000-04-24 Sam Steingold <sds@gnu.org>
11097
11098 * time-stamp.el (time-stamp-string-preprocess): Always convert
11099 `field-result' to a string.
11100
cc181e95
GM
111012000-04-24 Gerd Moellmann <gerd@gnu.org>
11102
11103 * frame.el (scrolling): New group.
11104 (automatic-hscrolling): New user-option.
11105
11106 * startup.el (command-line-x-option-alist): Add `-lsp' and
11107 `--line-spacing'.
11108
6142fdcb
DL
111092000-04-19 Dave Love <fx@gnu.org>
11110
11111 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11112 (cl-mapc): Rename from mapc. Fix the funcall.
11113
5e3dac3f
GM
111142000-04-19 Gerd Moellmann <gerd@gnu.org>
11115
1c459486
GM
11116 * simple.el (clone-indirect-buffer-other-window): New command.
11117 (clone-indirect-buffer): Add optional arg NORECROD.
11118 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11119
271b4185
GM
11120 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11121
11122 * window.el (count-screen-lines): New function.
11123 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11124 instead of window-buffer-height.
11125
11126 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11127 non-existing variable comint-input-sentinel.
11128 (inferior-lisp-args-to-list): Removed.
11129 (inferior-lisp): Use split-string instead of
11130 inferior-lisp-args-to-list.
11131
11132 * hexl.el (hexl-insert-hex-string): New command.
11133
5e3dac3f
GM
11134 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11135 instead of concat.
11136
f6d3257b
GM
111372000-04-18 Gerd Moellmann <gerd@gnu.org>
11138
11139 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11140 at the start of an existing but empty folder.
11141
111422000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11143
11144 * ps-mule.el: Customization fix, doc fix.
11145 (ps-multibyte-buffer): Customization fix.
11146
8b7bc628 111472000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11148
11149 * subr.el (read-passwd): Use read-char-exclusive.
11150
0daee095
GM
111512000-04-17 Gerd Moellmann <gerd@gnu.org>
11152
11153 * textmodes/texinfo.el (texinfo-insert-@email)
11154 (texinfo-insert-@emph, texinfo-insert-@quotation)
11155 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11156 (texinfo-mode-map): Add key bindings for them.
11157
11158 * files.el (basic-save-buffer-2): Use a template with `$'
11159 instead of `#' for VMS.
11160
11161 * simple.el (clone-indirect-buffer): New function.
11162
e10f64e7
GM
111632000-04-16 Stephen Eglen <stephen@gnu.org>
11164
11165 * iswitchb.el (iswitchb-case): New function. If the user input
11166 contains any upper-case characters, the search is made
11167 case-sensitive.
11168
e3721db1
SM
111692000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11170
e10f64e7
GM
11171 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11172 comment-end.
e3721db1
SM
11173 (texinfo-font-lock-syntactic-keywords): New var.
11174 (texinfo-font-lock-keywords): Remove comment regexp.
11175 (texinfo-insert-block): New function.
11176 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11177 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11178 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11179 (texinfo-environments): New var.
e10f64e7
GM
11180 (texinfo-environment-regexp): Use regexp-opt and
11181 texinfo-environments.
e3721db1 11182
e10f64e7
GM
11183 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11184 ispell-process is bound since this might be eval'd before ispell
11185 is loaded.
11186 (ispell-message): Use a tiny bit less magic and a bit more hard
11187 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11188
11189 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11190
11191 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11192 (insert-cyclic-diary-entry): Unquote the lambda.
11193
11194 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11195
11196 * files.el (backup-enable-predicate): Unquote the lambda.
11197
11198 * cus-edit.el (custom-face, face): Unquote the lambda.
11199
712dc9e0
GM
112002000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11201
11202 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11203
712dc9e0
GM
11204 * ps-print.el: Fix counting lines in a region.
11205 (ps-print-version): New version number (5.1.5).
11206 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11207 (ps-printing-region): Fun code fix.
11208
ffc50f2a
GM
112092000-04-15 Gerd Moellmann <gerd@gnu.org>
11210
11211 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11212 to file-directory-p.
11213
a2522dca
GM
112142000-04-14 Gerd Moellmann <gerd@gnu.org>
11215
11216 * gud.el (gud-jdb-build-source-files-list): Check that directory
11217 exists before calling directory-files.
11218
6e883610
DL
112192000-04-13 Dave Love <fx@gnu.org>
11220
11221 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11222 syntax.
11223
11224 * emacs-lisp/cl-specs.el: Remove when, unless.
11225
11226 * emacs-lisp/cl-extra.el: Don't quote keywords.
11227 (cl-old-mapc): New variable.
11228 (mapc): Use it.
11229 (cl-map-intervals): Use with-current-buffer. Don't check for
11230 next-property-change.
11231 (cl-map-overlays): Use with-current-buffer.
11232 (cl-expt): Remove.
11233 (copy-tree, remprop): Define unconditionally.
11234
11235 * emacs-lisp/cl-compat.el (keywordp): Remove.
11236
11237 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11238 to use keywordp.
11239 (edebug-spec): Enable keywordp.
11240
11241 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11242 string-lessp.
11243
11244 * cus-start.el: Use keywordp.
11245
198e3c7a
GM
112462000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11247
11248 * diary-lib.el (include-other-diary-files): Fix the fix of
11249 2000-02-18 by doing a save-excursion.
11250
112512000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11252
11253 * ps-print.el: Customization fix, doc fix.
11254 (ps-print-version): New version number (5.1.4).
11255 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11256 (ps-print-preprint): Adjust code.
11257 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11258 (ps-print-prologue-header, ps-print-control-characters)
11259 (ps-spool-config): Customization fix.
fa78f71b 11260
8eba343c
EZ
112612000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11262
11263 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11264 converted to the new menu-item format, names silightly changed,
11265 help strings added.
11266
11267 Support for spelling without async subprocesses:
11268
11269 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11270 (ispell-session-buffer): New variables.
11271 (ispell-start-process, ispell-process-status,
11272 ispell-accept-output, ispell-send-string): New functions, for
11273 Ispell invocation when async subprocesses aren't supported.
11274 (ispell-word, ispell-pdict-save, ispell-command-loop,
11275 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11276 to process-send-string with calls to ispell-send-string, and
11277 accept-process-output with ispell-accept-output.
11278 (ispell-init-process): Call ispell-process-status instead of
11279 process-status with.
11280 (ispell-init-process): Call ispell-start-process. Call
11281 ispell-accept-output and ispell-send-string. Don't call
11282 process-kill-without-query and kill-process if they are unbound.
11283 (ispell-async-processp): New function.
11284
3d30065d
DL
112852000-04-12 Dave Love <fx@gnu.org>
11286
11287 * info.el: Add debug-ignored-errors.
11288 (Info-mode-menu): Add some items.
11289 (Info-directory): Add autoload cookie.
11290
11291 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11292 Modify `truncate-lines'. Make `describe-language-environment'
11293 always visible and add help. Modify `describe-key' help. Invoke
11294 Info-directory from `info'. New entry `emacs-manual'.
11295
1a1b1895
GM
112962000-04-10 Gerd Moellmann <gerd@gnu.org>
11297
8b2affc5
GM
11298 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11299 propertized-buffer-identification.
11300 (ebrowse-update-member-buffer-mode-line): Likewise.
11301 (ebrowse--mode-strings): Removed.
11302 (ebrowse--mode-line-props): Removed.
11303
1a1b1895
GM
11304 * files.el (auto-mode-alist): Add `EBROWSE'.
11305
11306 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11307 space before testing for end of buffer.
11308 (ebrowse-load): Removed.
11309 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11310 (ebrowse-create-tree-buffer): Rewritten.
11311 (ebrowse-tree-mode): Read tree from buffer.
11312
11313 * progmodes/ebrowse-ffh.el: Removed.
11314
223f3c91
KH
113152000-04-10 Kenichi Handa <handa@etl.go.jp>
11316
11317 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11318
25fbf2c4
GM
113192000-04-10 Gerd Moellmann <gerd@gnu.org>
11320
11321 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11322 at the wrong place.
11323
92c13173
DL
113242000-04-09 Dave Love <fx@gnu.org>
11325
11326 * files.el (backup-enable-predicate): Use
11327 temporary-file-directory, small-temporary-file-directory.
11328 (make-backup-file-name-function, backup-directory-alist): New
11329 variables.
11330 (make-backup-file-name-1): New function.
11331 (make-backup-file-name): Use it.
11332 (find-backup-file-name): Likewise. Use format for clarity, not
11333 concat.
11334 (file-newest-backup): Use make-backup-file-name.
11335
be0dbdab
GM
113362000-04-09 Gerd Moellmann <gerd@gnu.org>
11337
c45be9ac 11338 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11339
c45be9ac
GM
11340 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11341 to ebrowse-ffh.el.
11342 (ebrowse-load): Add autoload.
11343
11344 * finder.el (finder-commentary): Add autoload cookie.
11345
be0dbdab
GM
11346 * mail/rfc2368.el: Correct author's email address.
11347
11348 * progmodes/ebrowse.el: New file.
11349
11350 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11351 item help string.
11352 (easy-menu-do-add-item): Ditto.
11353 (easy-menu-define): Extend doc string.
11354
11355 * jit-lock.el (with-buffer-unmodified): Use
11356 restore-buffer-modified-p.
11357 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11358 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11359 with-buffer-unmodified.
11360
3f923efe
DL
113612000-04-08 Dave Love <fx@gnu.org>
11362
11363 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11364 unless, when.
11365
d35bee0e
MK
113662000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11367
11368 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11369 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11370 doesn't support face.
d35bee0e 11371 Use `viper-put-on-search-overlay'.
fa78f71b 11372
c407c570
GM
113732000-04-04 Gerd Moellmann <gerd@gnu.org>
11374
11375 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11376 like C-r.
11377
11378 * progmodes/make-mode.el: Some doc fixes.
11379 (makefile-mode-abbrev-table): New variable.
11380 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11381 (makefile-font-lock-keywords): Fontify includes and conditionals.
11382 (toplevel): Require `dabbrev' and `add-log' when compiling.
11383
11384 * replace.el (perform-replace): Don't move forward one char
11385 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11386 to do that because it leaves point 1 position after the last
11387 replacement, after everything has been replaced.
11388
11389 * jit-lock.el (with-buffer-unmodified): New macro.
11390 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11391 modified state.
11392 (jit-lock-function-1): Extracted from jit-lock-function; not
11393 preserving buffer's modified state.
11394 (jit-lock-function, jit-lock-stealth-fontify): Call
11395 jit-lock-function-1.
11396
11397 * mail/rfc2368.el: Remove supernumerary copyright line.
11398
685e5ed2
GM
113992000-04-04 Milan Zamazal <pdm@freesoft.cz>
11400
11401 * glasses.el: Provide facilities for inserting space before left
11402 parentheses and uncapitalization of identifiers.
11403 (glasses-mode): Try to remove old overlays in all cases.
11404
0166aed1
GM
114052000-04-03 Gerd Moellmann <gerd@gnu.org>
11406
62f20204
GM
11407 * progmodes/compile.el (compile-internal): Display the compilation
11408 buffer in a different frame, if it's already displayed there.
11409
6460c400
GM
11410 * mail/rfc2368.el: New file.
11411
c0510d27
GM
11412 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11413 header and insert its value as mail body.
11414
11415 * subr.el (member-ignore-case): New function.
11416
11417 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11418 (dabbrev--find-expansion): Ignore buffers matching a regexp
11419 from dabbrev-ignored-regexps.
11420
0166aed1
GM
11421 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11422 to extensions handled by gzip.
11423
c0510d27
GM
114242000-04-03 Richard M. Stallman <rms@gnu.org>
11425
11426 * files.el (insert-directory): List the total free space
11427 along with the used space.
fa78f71b 11428
c0510d27
GM
11429 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11430 line is followed by one that matches CITATION-REGEXP, end the
11431 paragraph.
11432
114332000-04-03 Markus Rost <rost@delysid.gnu.org>
11434
11435 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11436 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11437
14c04384
KH
114382000-04-03 Kenichi Handa <handa@etl.go.jp>
11439
11440 * international/mule-cmds.el (encoded-string-description):
11441 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11442 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11443 for hexadecimal format.
14c04384 11444
ccf5869a
DL
114452000-04-01 Dave Love <fx@gnu.org>
11446
11447 * cpp.el: Change customization group to `c' from `C'.
11448
11449 * vcursor.el (vcursor-move): Use display-color-p.
11450
11451 * international/mule-util.el: Provide mule-utils.
11452 (string-to-sequence): Simplify and speed up.
11453
11454 * international/mule.el (make-coding-system): Purecopy doc-string.
11455
11456 * international/mule-cmds.el: Various menu changes.
11457 (describe-specified-language-support): Handle `Default'.
11458 (set-language-info): Purecopy `info'.
11459
610d841e
GM
114602000-03-31 Andrew Innes <andrewi@gnu.org>
11461
11462 * vc.el (vc-backend-diff): Return the correct status if we had to
11463 retry the rcsdiff command without the --brief option.
fa78f71b 11464
7f9de034
DL
114652000-03-31 Dave Love <fx@gnu.org>
11466
2de47765
DL
11467 * help.el (help-manyarg-func-alist): Correct several omissions.
11468
72838819
DL
11469 * add-log.el: Don't require cl, fortran.
11470 (add-log-current-defun-function): Doc fix.
11471 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11472 fix.
11473 (change-log-version-rcs): Function deleted.
11474 (change-log-version-number-search): Doc fix. Use
11475 vc-workfile-version. Avoid CL dolist.
11476 (add-change-log-entry): Just call add-log-current-defun to get
11477 defun. Simplify somewhat.
11478 (change-log-get-method-definition-1): Likewise.
11479 (add-log-current-defun): Return nil if calling
11480 add-log-current-defun-function does so. Move Fortran stuff to
11481 fortran.el. Return string without properties.
11482
7f9de034
DL
11483 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11484 and :alpha: char classes.
11485
11486 * mail/supercite.el: Defvar curline when compiling.
11487 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11488 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11489 rather than a-zA-Z0-9 to allow non-ASCII characters.
11490
aa110c0c
GM
114912000-03-31 Gerd Moellmann <gerd@gnu.org>
11492
11493 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11494
11495 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11496 Re-enable new code.
11497
11498 * lpr.el (print-region-1): Use -d to specify printer name for
11499 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11500
115012000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11502
aa110c0c
GM
11503 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11504 for function definition in symbol's function value slot first
11505 instead of first consulting byte-compile-function-environment.
fa78f71b 11506
6733d074
KH
115072000-03-31 Kenichi Handa <handa@etl.go.jp>
11508
11509 * language/european.el ("Polish"): New language environment.
11510 (setup-polish-environment): New function.
11511
63fcfa04
GM
115122000-03-30 Gerd Moellmann <gerd@gnu.org>
11513
11514 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11515 Disable new code.
11516
11517 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11518 trying to `load' the symbol of an autoload instead of the file
11519 recorded in the autoload. Fix error messages.
11520
7438c86b
GM
115212000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11522
11523 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11524 (ps-print-version): New version number (5.1.3).
11525 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11526 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11527 (ps-generate-postscript-with-faces): Code fix.
11528 (ps-color-values): XEmacs compatibility.
11529 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11530 (ps-default-fg, ps-default-bg): Adjust customization.
11531 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11532 (ps-color-scale): Renaming old ps-color-value fun.
11533 (ps-print-headers): Replace ps-print-header group to avoid conflict
11534 with ps-print-header variable.
11535 (ps-print-miscellany): New group.
11536 (ps-format-color, ps-rgb-color): New funs.
11537 (ps-default-foreground): New var.
11538 (ps-printer-name-option): New const.
fa78f71b 11539
326855a0
PB
115402000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11541
1f56ba73
PB
11542 * net/net-utils.el:
11543 (network-connection-host, network-connection-service): New variables
11544 (network-connection-mode): New mode, derived from comint-mode
11545 (network-connection-mode-setup): New function, saves host and
fa78f71b 11546 service information in local variables.
1f56ba73 11547
326855a0
PB
11548 * lisp/locate.el:
11549 (locate-word-at-point): Added this function
11550 (locate): Default to using locate-word-at-point as input
11551 Run dired-mode-hook
11552
141384bd
DL
115532000-03-29 Dave Love <fx@gnu.org>
11554
11555 * calendar/appt.el: Doc fixes.
11556 (appt-check): Convert min-to-app to a string before passing to
11557 appt-disp-window-function or concat.
11558 (appt-delete-window): Remove test for frame-root-window.
11559 (appt-select-lowest-window, appt-convert-time): Simplify.
11560
11561 * emacs-lisp/bytecomp.el: Doc fixes.
11562 (byte-compile-file-form-autoload): Update
11563 byte-compile-function-environment.
11564
c5aa0fc2
AS
115652000-03-29 Andreas Schwab <schwab@suse.de>
11566
11567 * emacs-lisp/autoload.el: Also print defsubst doc string
11568 specially.
11569
11570 * dired.el (dired-insert-directory): If dired-free-space-program
11571 failed just delete its output.
11572
f1d6fe69
DL
115732000-03-29 Dave Love <fx@gnu.org>
11574
11575 * international/iso-cvt.el: Move provide to end. Doc fixes.
11576 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11577 (iso-iso2sgml, iso-sgml2iso): New functions.
11578 (iso-cvt-define-menu): Fix some entries and use backquote for
11579 clarity.
11580
11581 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11582
b61f1215
GM
115832000-03-28 Gerd Moellmann <gerd@gnu.org>
11584
11585 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11586 ISO-DATE. If non-nil, return date in ISO 8601 format.
11587
ea4b0ca3
SM
115882000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11589
3831af62
SM
11590 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11591 if it ever becomes used.
11592 (log-edit-mode-hook): Default to vc-log-mode-hook.
11593 (log-edit-mode): Fix the docstring.
11594
ea4b0ca3
SM
11595 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11596 the code.
11597
08f8b1cc
DL
115982000-03-26 Dave Love <fx@gnu.org>
11599
082527fe
DL
11600 * net/browse-url.el (browse-url): Re-fix case of
11601 browse-url-browser-function being an alist.
11602 (browse-url): Add :link to defgroup.
11603
08f8b1cc
DL
11604 * files.el: Doc fixes.
11605 (file-truename): Include `[' in wildcard characters.
11606 (automount-dir-prefix): Customize.
11607 (find-file-wildcards): Add :version.
11608 (find-file-noselect): Simplify a mapcar call.
11609
11610 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11611 compatible with inf-lisp version.
11612 (eval-defun-1): Fix custom-declare-variable case.
11613
ea4b0ca3
SM
116142000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11615
11616 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11617
9a0dd3dc
GM
116182000-03-24 Gerd Moellmann <gerd@gnu.org>
11619
b68c375f
GM
11620 * Makefile (COMPILE_FIRST): New macro.
11621 (compile-files): Compile files from COMPILE_FIRST first.
11622
11623 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11624 code.
11625
9a0dd3dc
GM
11626 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11627 matching open parenthesis in column 0 to defun-prompt-regexp
11628 only if open-paren-in-column-0-is-defun-start is set.
11629
11630 * sun-curs.el: Require CL at compile-time only.
11631
11632 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11633 instead of copy-list which is a function from CL.
11634 (msb--choose-menu, msb--mode-menu-cond)
11635 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11636 (msb--init-file-alist): Use mapcar instead of mapcan.
11637 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11638 `(' in column 0 in doc string.
11639 (msb--add-separators): Use mapcar instead of mapcan.
11640
11641 * cus-dep.el: Require CL at compile-time only.
11642
c7dcadb5
SM
116432000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11644
11645 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11646 (byte-compile-warnings): New warning `noruntime'.
11647 (byte-compile-constants, byte-compile-variables): Fix docstring.
11648 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11649 execute `eval-whenc-compile's body.
11650 (byte-compile-unresolved-functions): Fix docstring.
11651 (byte-compile-eval): New function.
11652 (byte-compile-callargs-warn): Check if the function will be available
11653 at runtime (via property `byte-compile-noruntime').
11654 (byte-compile-print-syms): New function.
11655 (byte-compile-warn-about-unresolved-functions): Also warn about
11656 `noruntime' functions (and use `byte-compile-print-syms').
11657 (byte-compile-file): Capitalize the message.
11658
3b55acc9
GM
116592000-03-24 Gerd Moellmann <gerd@gnu.org>
11660
11661 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11662 (rmail-expunge): Ask for confirmation depending on the setting
11663 of rmail-confirm-expunge.
11664
116652000-03-23 Gerd Moellmann <gerd@gnu.org>
11666
11667 * Makefile (bootstrap-clean): If $(emacs) exists, build
11668 loaddefs.el first. A loaddefs.el that's not up-to-date might
11669 cause a bootstrap failure because things don't autoload as
11670 expected.
11671
02c76af4
DL
116722000-03-23 Dave Love <fx@gnu.org>
11673
11674 * net/browse-url.el: Restore previous use of
11675 browse-url-maybe-new-window.
11676
1a3199d9
GM
116772000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11678
11679 * ps-print.el: Skip banner page fix.
11680 (ps-print-version): New version number (5.1.2).
11681 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11682
1a3199d9
GM
116832000-03-23 Dave Pearson <davep@davep.org>
11684
11685 * net/quickurl.el Changed the type of parameter passed to the
11686 function defined by `quickurl-format-function'. Before only the
11687 text of the URL was passed. Now the whole URL structure is passed
11688 and the function is responsible for extracting the parts it
11689 requires. Changed the default of `quickurl-format-function'
11690 accordingly.
11691 (quickurl-insert): Changed the `funcall' of
11692 `quickurl-format-function' to match the above change.
11693 (quickurl-list-insert): Changed the `url' case so that it makes
11694 use of `quickurl-format-function', previous to this the format was
11695 hard wired.
fa78f71b 11696
72db3ab5
GM
116972000-03-22 Gerd Moellmann <gerd@gnu.org>
11698
11699 * startup.el: Change some spellings for the X Window System.
11700
68049bfa
SM
117012000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11702
11703 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11704 up the code and the regexp and make sure the cursor is temporarily
11705 moved to the suspicious line while querying the user.
11706
ff4df011
JR
117072000-03-22 Jason Rumney <jasonr@gnu.org>
11708
11709 * w32-fns.el (w32-charset-info-alist): Initialize.
11710
ee1c5b21
GM
117112000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11712
11713 * ps-print.el: N-up last page fix.
11714 (ps-print-version): New version number (5.1.1).
11715 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11716
d2cbfba0
SM
117172000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11718
bfb857d8
SM
11719 * files.el (find-file-run-dired): Update docstring.
11720 (find-directory-functions): New hook.
11721 (find-file-noselect): Run find-directory-functions rather than
11722 calling dired directly.
11723
11724 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11725
cb3430a1
SM
11726 * pcvs.el: Add a minimal leading commentary.
11727 (cvs-make-cvs-buffer): Change the header part by removing the startup
11728 message and adding a `Module' entry. Also replace the FOOTER and
11729 HEADER special fileinfos with the new support in ewoc for updating
11730 its own footer and header.
11731 (cvs-update-header): Update to use the header/footer of the ewoc.
11732 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11733 (cvs-is-within-p): New function.
11734 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11735 to only examine some subset of the buffers.
11736
11737 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11738 `format' instead of our own ad-hoc functions.
11739 Remove HEADER and FOOTER cases, now handled in the EWOC.
11740 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11741
11742 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11743 output to avoid scaring the user.
11744 (cvs-parse-table): Catch message for non-up-to-date commits.
11745
11746 * pcvs-defs.el (cvs-startup-message): Remove.
11747 (cvs-global-menu): New autoloaded menu.
11748
11749 * pcvs-util.el (cvs-string-fill): Remove.
11750
11751 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11752 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11753 PP part of it and also make it work for footers and headers.
11754 (ewoc-create): Drop POS and BUFFER arguments.
11755 Use the DLL's dummy node to store the end-of-footer position.
11756 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11757 (ewoc-refresh): Remove unused `header' variable.
11758 (ewoc-(get|set)-hf): New functions.
11759
d2cbfba0
SM
11760 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11761 log-view-*-(message|file) and use easy-mmode-define-navigation.
11762 (log-view-message-re): Match SCCS format as well.
11763 And match the revision line rather than the dashed separator line.
11764 (log-view-mode): Use the new define-derived-mode.
11765 (log-view-current-tag): Fill in with an actual implementation.
11766
11767 * cvs-status.el (cvs-status-(prev|next)): Rename from
11768 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11769 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11770 to let the output "breathe" a little more (more readable).
11771 (cvs-status-mode): Use the new define-derived-mode.
11772
11773 * smerge-mode.el (smerge-auto-leave): New function and variable.
11774 (smerge-basic-map): Rename from smerge-basic-keymap.
11775 Change the bindings for smerge-diff-*.
11776 (smerge-*-map): Use easy-mmode-defmap.
11777 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11778 (smerge-keep-*): Use smerge-auto-leave.
11779
51663132
JR
117802000-03-21 Jason Rumney <jasonr@gnu.org>
11781
11782 * cus-edit.el (custom-button-face): Use 3D look for w32.
11783 (custom-button-pressed-face): Likewise.
11784
3f6e4b8b
GM
117852000-03-21 Gerd Moellmann <gerd@gnu.org>
11786
11787 * progmodes/etags.el (tags-case-fold-search): New user-option.
11788 (tags-loop-eval): New function. Bind case-fold-search around eval
11789 depending on the value of tags-case-fold-search.
11790 (tags-loop-continue): Use tags-loop-eval.
11791 (find-tag-in-order): Bind case-fold-search depending on the value
11792 of tags-case-fold-search.
11793
c7ea3acc
SM
117942000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11795
0ae39f53
SM
11796 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11797 (diff-end-of-hunk): Return the end position for use in
11798 `easy-mmode-define-navigation'.
11799 (diff-recenter): Remove.
11800 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11801 of `easy-mmode-define-navigation'.
11802 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11803 previous renaming) and fix to use new names.
11804 (diff-merge-strings): Use \n as separator: simpler, faster.
11805 (diff-mode): Use `define-derived-mode'.
11806
c7ea3acc
SM
11807 * derived.el (define-derived-mode): Don't autoload anymore.
11808 Prefer the macro-only version provided by easy-mmode.el.
11809
11810 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11811 `easy-mmode-define-derived-mode'.
11812 Use `combine-run-hooks'.
11813 (easy-mmode-define-navigation): New macro.
11814
11815 * subr.el (combine-run-hooks): New function.
11816
6c4bfdc0
KH
118172000-03-21 Kenichi HANDA <handa@etl.go.jp>
11818
11819 * term/x-win.el: Fontsets related initialization is simplified.
11820
11821 * international/mule-diag.el (describe-font): Don't refer to
11822 global-fontset-alist, instead call font-list.
11823 (describe-fontset, list-fontsets, mule-diag): Likewise.
11824 (print-fontset): Adjusted for the change of fontset
11825 implementation.
11826
11827 * international/fontset.el (x-charset-registries): Variable
11828 removed, instead the corresponding data is stored in the default
11829 fontset.
11830 (register-alternate-fontnames): Function removed.
11831 (resolved-ascii-font): Variable removed.
11832 (x-compose-font-name): Ignore the second argument REDOCE.
11833 (x-complement-fontset-spec): Complement only an ASCII font and
11834 element for those charsets than can use that ASCII font.
11835 (generate-fontset-menu): Don't refer to global-fontset-alist,
11836 instead call fontset-list.
11837 (uninstantiated-fontset-alist): Variable removed.
11838 (x-style-funcs-alist): Likewise.
11839 (fontset-default-styles): Likewise.
11840 (x-modify-font-name): Function removed.
11841 (create-fontset-from-fontset-spec): Ignore the argument
11842 STYLE-VARIANT.
11843 (create-fontset-from-ascii-font): Docsting adjusted for the above
11844 change.
11845 (instantiate-fontset, resolve-fontset-name): Functions removed.
11846 (fontset-list): Now implemented by C code.
fa78f71b 11847
6c4bfdc0
KH
11848 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11849 (describe-face): Include `font' attribute in the description.
11850
9111d4b5
KH
118512000-03-21 Kenichi Handa <handa@etl.go.jp>
11852
11853 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11854
b33dd3b0
GM
118552000-03-20 Gerd Moellmann <gerd@gnu.org>
11856
a25bbe00
GM
11857 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11858 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11859 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11860
b33dd3b0
GM
11861 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11862 about behavior of set-buffer-modified-p wrt redisplay.
11863
8b7bc628 118642000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11865
11866 * view.el (view-mode-disable): Kill local binding of view-read-only.
11867
d7b511c4
GM
118682000-03-18 Gerd Moellmann <gerd@gnu.org>
11869
11870 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11871 is a string, convert it to a syntax cell using string-to-syntax.
11872
11873 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11874 (string-to-syntax): New function.
11875
11876 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11877 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11878 try to use passive ftp mode.
d7b511c4 11879
998ecc60
GM
118802000-03-17 Gerd Moellmann <gerd@gnu.org>
11881
b33dd3b0 11882 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11883
11884 * simple.el (append-to-buffer): Update point of windows after
11885 insertion.
11886
11887 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11888 forward then moving backward. Reindent.
11889
11890 * frame.el (other-frame): Call x-focus-frame only if
11891 focus-follows-mouse is off.
11892
235d6821
DL
118932000-03-17 Dave Love <fx@gnu.org>
11894
11895 * pcvs-util.el (cvs-strings->string): Rename
11896 replace-regexps-in-string.
11897
a29a2cd1
SM
118982000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11899
af595444
SM
11900 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11901 regexp for labels cannot span several lines.
11902
11903 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11904 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11905
a9be2843
DL
119062000-03-16 Dave Love <fx@gnu.org>
11907
11908 * progmodes/f90.el (f90): Put custom group under `languages', not
11909 `fortran'.
11910 (f90-mode-hook): Customize.
11911 (f90-mode): Set add-log-current-defun-function.
11912 (f90-current-defun): New function.
11913
d0ab3e9d
GM
119142000-03-16 Gerd Moellmann <gerd@gnu.org>
11915
16b20ed9
GM
11916 * cus-edit.el (custom-variable-tag-face): Handle case that
11917 default face's height is not a number.
11918 (custom-face-tag-face, custom-group-tag-face-1)
11919 (custom-group-tag-face): Ditto.
11920 (custom-group-tag-face-1): Add :group.
fa78f71b 11921
d0ab3e9d
GM
11922 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11923
ae8ab422
GM
119242000-03-15 Gerd Moellmann <gerd@gnu.org>
11925
11926 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11927 requiring easymenu.
11928
81c7ca69
GM
119292000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11930
11931 * ps-print.el: PostScript user-defined prologue, PostScript error
11932 handler, doc fix.
11933 (ps-print-version): New version number (5.1).
11934 (ps-user-defined-prologue, ps-error-handler-message)
11935 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11936 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11937 (ps-insert-string): New function.
fa78f71b 11938
dcf1003d
KH
119392000-03-15 Kenichi Handa <handa@etl.go.jp>
11940
11941 * international/ccl.el (ccl-compile-expression): Don't generate
11942 invalid self-assignment code.
11943
73825616
DL
119442000-03-14 Dave Love <fx@gnu.org>
11945
11946 * subr.el (replace-regexp-in-string): Renamed from
11947 replace-regexps-in-string. Doc fix.
11948
031020ac
DL
119492000-03-12 Dave Love <fx@gnu.org>
11950
11951 * cus-edit.el: Doc fixes.
11952 (customize-set-variable, customize-save-variable): Rename args for
11953 doc.
11954 (custom-variable-tag-face, custom-face-tag-face)
11955 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11956 style which user identify as hyperlink.
11957 (hook): Don't add undefined functions to the hook.
11958 (debug-ignored-errors): Transfer message from bindings.el.
11959
9b2f3c38
GM
119602000-03-12 Gerd Moellmann <gerd@gnu.org>
11961
11962 * recentf.el (recentf-keep-non-readable-files-p): Remove
11963 double/nested definition.
11964
0d6e23cf
DL
119652000-03-12 Dave Love <fx@gnu.org>
11966
11967 * facemenu.el (facemenu-get-face): Use display-color-p.
11968 * enriched.el (enriched-decode-foreground): Likewise.
11969 (enriched-decode-background): Likewise.
11970 * isearch.el (isearch-highlight): Likewise.
11971 * info-look.el (info-lookup): Likewise.
11972 * simple.el (completion-setup-function): Likewise.
11973
11974 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11975 :options.
11976
11977 * bindings.el (mode-line-format): Fix line-number and
11978 column-number items. Add help-echo for the background.
11979 (mode-line-mule-info): Modify help-echo.
11980
1598a961 11981 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11982
11983 * files.el (load-file): Allow completion to .elc.
11984
11985 * man.el: Doc fixes.
11986 (Man-init-defvars): Use display-color-p to set fontification.
11987
11988 * play/hanoi.el (hanoi-internal): Don't use oddp.
11989
e1cff360
GM
119902000-03-12 Gerd Moellmann <gerd@gnu.org>
11991
11992 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11993
11994 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11995
5e5dff44
GM
119962000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11997
11998 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11999 Fix comment.
12000
5b467bf4
SM
120012000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12002
83fef604
SM
12003 * font-lock.el (font-lock-keywords): Fix the doc now that
12004 regexp-opt-depth is unnecessary.
12005 (save-buffer-state): Set an edebug spec.
12006 (font-lock-fontify-anchored-keywords): Properly handle the case when
12007 the matcher goes past the limit.
12008
5b467bf4
SM
12009 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12010 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12011
83fef604
SM
12012 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12013 dll.el and cookie.el (from Elib) with heavy renaming and other
12014 massaging.
5b467bf4
SM
12015
12016 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12017 Autoload the functions used.
12018 (easy-mmode-define-syntax): Fix CL typo.
12019 (easy-mmode-define-derived-mode): Improve the docstring generation.
12020
d407456c
GM
120212000-03-10 Gerd Moellmann <gerd@gnu.org>
12022
12023 * textmodes/texinfo.el (texinfo-version): Variable and function
12024 removed.
12025
5a7a545c
SM
120262000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12027
0d6e23cf
DL
12028 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12029 allow more flexibility.
12030 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12031 fns.
12032 (easy-mmode-defmap, easy-mmode-defsyntax)
12033 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12034
d407456c 120352000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12036
12037 * rect.el (replace-rectangle): New function.
12038
120392000-03-09 Dave Love <fx@gnu.org>
12040
12041 * progmodes/fortran.el (fortran-comment-line-start): Define as
12042 "C".
12043 (fortran-comment-line-start-skip): Don't match cpp stuff.
12044 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12045 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12046 (fortran-mode): Don't set fortran-comment-line-start-skip,
12047 fortran-comment-line-start here. Set comment-start,
12048 add-log-current-defun.
12049 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12050 (fortran-current-defun): New function.
12051
80460654
GM
120522000-03-09 Gerd Moellmann <gerd@gnu.org>
12053
d1221ea9
GM
12054 * emacs-lisp/re-builder.el: New file.
12055
1853aa6b
GM
12056 * mouse.el (mouse-drag-region): Don't run up-event handler
12057 if hscroll has changed.
12058
80460654
GM
12059 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12060 builtin operators, use `font-lock-builtin-face' for Emacs and
12061 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12062
12063 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12064 `(defun (setf foo)' differently.
12065
c0056275
SM
120662000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12067
12068 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12069 (regexp-opt): Update comment and adapt the code the new meaning of
12070 the `paren' argument of regex-opt-group for shy-groups.
12071 (regexp-opt-depth): Handle shy groups as well as backslashed
12072 backslashes.
c0056275
SM
12073 (regexp-opt-group): Turn the leading comment into a docstring.
12074 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12075 Remove open-presuf and close-presuf. Instead of checking for `all
12076 one-char' and then later on check for `several one-char', handle
12077 both cases close together. Also apply a more generic algorithm
12078 for suffixes (the mirror image of the algorithm used for
12079 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12080 (regexp-opt-try-suffix): Removed.
12081
12082 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12083 from comint-mode-map, so we can just inherit from it. Also, move
12084 the initialization into the `defvar' since there's no docstring
12085 anyway and it's fairly short.
12086 (inferior-scheme-mode): Define it as derived-mode: the code is
12087 shorter and this way we inherit from comint-mode-map rather than
12088 copying it.
c0056275 12089
80460654
GM
12090 * subr.el (replace-regexps-in-string): Properly handle the case
12091 where we match an empty string.
c0056275 12092
80460654
GM
12093 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12094 when the command has a directory component (such as "./testml").
c0056275
SM
12095 Also fix a typo in the comment.
12096
5e91ff9e
GM
120972000-03-08 Gerd Moellmann <gerd@gnu.org>
12098
feab4fba
GM
12099 * Makefile (compile-files): Compile files one by one because
12100 that's the only way to ensure a clean compilation environment for
12101 each individual file.
12102
5e91ff9e
GM
12103 * frame.el (other-frame): Call x-focus-frame.
12104
76162e12
DL
121052000-03-07 Dave Love <fx@gnu.org>
12106
f64ce788
DL
12107 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12108 :require to defcustom.
12109
76162e12
DL
12110 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12111 lists.
12112
12113 * files.el (auto-mode-alist): Add configure.in.
12114
12115 * progmodes/autoconf.el: New file.
12116
f7daf1e1
GM
121172000-03-07 Gerd Moellmann <gerd@gnu.org>
12118
12119 * mail/mh-e.el: Change maintainer to `none'.
12120
12121 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12122 to remove-hook and add-hook.
12123
121242000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12125
12126 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12127 it as the default.
12128 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12129 (sendmail-send-it): Conditionally add MIME headers specifying the
12130 used character set.
fa78f71b 12131
63f6b2c4
DL
121322000-03-07 Dave Love <fx@gnu.org>
12133
12134 * winner.el: Fix keywords, autoload cookies. Split
12135 eval-when-compile form to avoid compilation failure.
12136
8330e2f9
KH
121372000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12138
12139 * international/mule.el: Modify comment about coding system
12140 property `coding-category'.
12141 (make-coding-system): New argument EOL-TYPE. Pay attention to
12142 coding-category property of PROPERTIES.
12143
12144 * international/mule-conf.el (coding-category-utf-8,
12145 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12146 categories. Include them in the argument for set-coding-priority.
12147
12148 * international/mule-cmds.el (reset-language-environment): Include
12149 coding-category-utf-8, coding-category-utf-16-be, and
12150 coding-category-utf-16-le in the argument for set-coding-priority.
12151 (reset-language-environment): Initialize coding-category-utf-8,
12152 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12153
18bb0684
GM
121542000-03-06 Karl Fogel <kfogel@red-bean.com>
12155
12156 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12157 code abstracted out of `bookmark-jump-noselect'. Now tries info
12158 extensions as well as compression extensions.
12159 (bookmark-jump-noselect): Use above new func.
fa78f71b 12160
71a6ba55
GM
121612000-03-03 Gerd Moellmann <gerd@gnu.org>
12162
12163 * strokes.el: Change maintainer's mail address.
12164
0d56cdff
KH
121652000-03-03 Kenichi Handa <handa@etl.go.jp>
12166
12167 * international/mule-diag.el (list-character-sets): Make help-echo
12168 string by substitute-command-keys.
12169 (list-character-sets): Likewise.
12170 (sort-listed-character-sets): Call help-setup-xref.
12171
900fa1f1
GM
121722000-03-02 Gerd Moellmann <gerd@gnu.org>
12173
12174 * time.el (display-time-mail-file): Add `none' to the list of
12175 choices.
12176
54d04320
DL
121772000-03-01 Dave Love <fx@gnu.org>
12178
43f3fa09
DL
12179 * help.el (help-xref-go-back): Don't try to set position.
12180
54d04320
DL
12181 * international/mule-diag.el (list-character-sets): Call
12182 help-setup-xref. Add help-echo to xrefs.
12183 (list-character-sets-1): Add help-echo to xrefs.
12184
d054101f
GM
121852000-03-02 Gerd Moellmann <gerd@gnu.org>
12186
12187 * frame.el (blink-cursor-mode): Switch cursor on when turning
12188 the mode off.
12189
12190 * add-log.el (add-log-current-defun): Add support for
12191 Autoconf mode.
12192
12193 * mail/rmail.el (rmail-quit-hook): New variable.
12194
d77dae5c
DL
121952000-03-01 Dave Love <fx@gnu.org>
12196
e5f597f0
DL
12197 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12198
d77dae5c
DL
12199 * help.el (help-xref-button): Add help-echo arg.
12200 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12201
12202 * faces.el (list-faces-display): Supply help-echo with
12203 help-make-xrefs.
12204
12205 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12206 nil.
12207
72d19d75
GM
122082000-03-01 Gerd Moellmann <gerd@gnu.org>
12209
2df636f4
GM
12210 * image.el (defimage): Look for image files in load-path.
12211
fa78f71b 12212 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12213 `number'.
12214
2df636f4
GM
122152000-03-01 David Ponce <david.ponce@wanadoo.fr>
12216
12217 * recentf.el (recentf): Added version tag to the defgroup of
12218 recentf.
12219
122202000-03-01 David Ponce <david.ponce@wanadoo.fr>
12221
12222 * recentf.el (recentf-cleanup): Changed to remove excluded file
12223 too.
12224 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12225 action to select/unselect a file.
12226 (recentf-edit-list): Code cleanup and improvement.
12227 (recentf-open-more-files-action): `recentf-open-more-files' button
12228 widget action to open a file.
12229 (recentf-open-more-files): No more use standard completion but
12230 widgets.
12231 (recentf-more-collection): Deleted.
12232 (recentf-more-history): Deleted.
12233 (recentf-setup-more-completion): Deleted.
12234
122352000-03-01 David Ponce <david.ponce@wanadoo.fr>
12236
12237 * recentf.el (recentf-mode): No more needs that Emacs is running
12238 under a window-system.
12239
122401999-03-01 David Ponce <david.ponce@wanadoo.fr>
12241
12242 * recentf.el (recentf-edit-list): New command to edit the recent
12243 list which allow the user to remove files.
12244 (recentf-edit-selected-items): New global variable, used by
12245 `recentf-edit-list' to hold the list of files to be removed from
12246 the recent list.
12247 (recentf-make-menu-items): Updated to display a "Edit list..."
12248 menu item. Minor code cleanup.
12249
122501999-03-01 David Ponce <david.ponce@wanadoo.fr>
12251
12252 * recentf.el (recentf-open-more-files): New command to open files
12253 that are not displayed in the menu.
12254 (recentf-more-collection): New global variable holding the set of
12255 permissible completions used by `recentf-open-more-files'.
12256 (recentf-more-history): New global variable holding the history list
12257 used by `recentf-open-more-files' completion.
12258 (recentf-setup-more-completion): New function to setup completion for
12259 `recentf-open-more-files'.
12260 (recentf-make-menu-items): Updated to display a "More..." menu item.
12261
122621999-03-01 David Ponce <david.ponce@wanadoo.fr>
12263
12264 * recentf.el (recentf-menu-action): Doc fixed.
12265
122661999-03-01 David Ponce <david.ponce@wanadoo.fr>
12267
12268 * recentf.el (recentf-menu-filter): Doc updated.
12269 (recentf-update-menu-hook): Allow menu filters to force menu update.
12270 (recentf-make-menu-items): New menu filter handling.
12271 (recentf-make-menu-item): New helper function.
12272 (recentf-menu-elements): New menu handling function.
12273 (recentf-sort-ascending): Updated to new menu filter handling.
12274 (recentf-sort-descending): Updated to new menu filter handling.
12275 (recentf-sort-basenames-ascending): New menu filter function.
12276 (recentf-sort-basenames-descending): New menu filter function.
12277 (recentf-show-basenames): New menu filter function.
12278 (recentf-show-basenames-ascending): New menu filter function.
12279 (recentf-show-basenames-descending): New menu filter function.
12280
72d19d75
GM
122812000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12282
12283 * diary-lib.el (list-diary-entries): Don't try to go forward at
12284 the end of the buffer.
12285
1ac1c836
KH
122862000-02-29 Kenichi Handa <handa@etl.go.jp>
12287
12288 * international/mule-diag.el (list-character-sets): Completely
12289 rewritten.
12290 (sort-listed-character-sets): New function.
12291 (list-character-sets-1): Completely rewritten.
12292 (list-character-sets-2): New function.
12293 (non-iso-charset-alist): New variable.
12294 (decode-codepage-char): New function.
12295 (charset-history): New variable.
12296 (read-charset) (list-block-of-chars)
12297 (list-iso-charset-chars)
12298 (list-non-iso-charset-chars)
12299 (list-charset-chars): New functions.
12300 (mule-diag): Call list-character-sets-2, not
12301 list-character-sets-2.
12302 (dump-charsets): Likewise.
12303
ed4d0512
GM
123042000-02-29 Gerd Moellmann <gerd@gnu.org>
12305
72d19d75
GM
12306 * dired-x.el (dired-filename-at-point): Add `@' to valid
12307 file name characters.
12308 (dired-filename-at-point): Handle ange-ftp file names.
12309
ed4d0512
GM
12310 * frame.el (frame-notice-user-settings): Use assq-delete-all
12311 instead of assoc-delete-all.
12312 (frame-notice-user-settings): Ditto.
12313
12314 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12315 Don't copy alist.
12316
32038c7a
GM
123172000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12318
12319 * calculator.el (calculator-use-menu): New option.
12320 (calculator-initial-bindings): Changed some bindings to work as
12321 macros.
12322 (calculator-forced-input): Removed.
12323 (calculator-restart-other-mode): New variable.
12324 (calculator-mode-map): Set up menu.
fa78f71b 12325
32038c7a
GM
123262000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12327
12328 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12329 tags.
fa78f71b 12330
55d7ff38 123312000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12332
55d7ff38
MK
12333 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12334 translate all ESC key sequences.
12335 (viper-goto-mark-subr): restore markers for files for which
12336 they were saved.
12337 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12338 * viper-util.el (viper-set-replace-overlay-glyphs,
12339 viper-set-replace-overlay): always check if the replacement
12340 overlay is live.
12341 * viper.el (viper-vi-state-mode-list): added major modes.
12342 * ediff-wind.el: minor comment changes.
12343 * ediff.el: copyright notice date fix.
fa78f71b 12344
387023ee
JR
123452000-02-27 Jason Rumney <jasonr@gnu.org>
12346
12347 * faces.el (face-font-family-alternatives): Add arial to helv.
12348 (mode-line, header-line, tool-bar): Same default as x for w32.
12349 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12350 face-font-family-alternatives from working.
12351 * term/w32-win.el (mouse-set-font): Do not build fontset from
12352 chosen font.
12353
f43d79c1
GM
123542000-02-25 Sam Steingold <sds@goems.com>
12355
5d80cc9c 12356 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12357 properly.
fa78f71b 12358
8b7bc628 123592000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12360
12361 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12362
4eb8436f
GM
123632000-02-25 Gerd Moellmann <gerd@gnu.org>
12364
12365 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12366 writable.
12367
449c3c52 12368 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12369
42088c12
GM
123702000-02-24 Gerd Moellmann <gerd@gnu.org>
12371
12372 * frame.el (show-cursor-in-non-selected-windows): New option.
12373
c60ea02e
GM
123742000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12375
12376 * diary-lib.el (include-other-diary-files): Undo the selective
12377 display in any included file and don't kill it.
12378
d066de8e
EZ
123792000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12380
12381 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12382 bar. Menu items converted to (menu-item format, help strings
12383 added.
12384 [downcase, upcase]: Don't enable on MS-DOS.
12385 [symlink, symlinks]: Don't show if make-symbolic-link is not
12386 bound.
12387 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12388
b6906b38
DL
123892000-02-23 Dave Love <fx@gnu.org>
12390
275cf1b2
DL
12391 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12392 (backward-kill-word): Revert addition of * to interactive spec --
12393 it's a feature.
12394
12395 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12396 (backward-kill-sentence, kill-sentence): Likewise.
12397
99d48056
DL
12398 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12399 scratch buffer name.
12400 (gud-format-command): Use int-to-string in ?l case. Simplify
12401 slightly.
12402
12403 * term/w32-win.el (internal-face-interactive): Update prompt for
12404 new read-face-name.
12405
12406 * mail/footnote.el (footnote): Add :version to defgroup.
12407 (footnote-section-tag-regexp): Customize.
12408 (footnote-start-tag, footnote-end-tag): New option.
12409 (footnote-latin-regexp): New variable.
12410 (Footnote-latin): New function.
12411 (footnote-style-alist): Add element for latin style.
12412 (footnote-style): Moved.
12413 (Footnote-goto-footnote): Use eq to test arg.
12414
12415 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12416
b6906b38
DL
12417 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12418 (byte-compile-trueconstp): Include keywords.
12419 (byte-optimize-quote, byte-optimize-lapcode): Use
12420 byte-compile-const-symbol-p.
12421 (byte-optimize-char-before): New optimization.
12422
12423 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12424 (byte-compile-const-symbol-p): New function.
12425 (byte-compile-constp, byte-compile-out-toplevel)
12426 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12427 Use it.
12428
12429 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12430
214f877f
KH
124312000-02-23 Kenichi Handa <handa@etl.go.jp>
12432
c709bcf1
KH
12433 * international/encoded-kb.el: Be sure to update minor-mode-alist
12434 and minor-mode-map-alist.
12435 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12436 codes SS2 and SS3 correctly.
12437 (encoded-kbd-self-insert-ccl): New function.
12438 (encoded-kbd-setup-keymap): New function.
12439 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12440 by calling encoded-kbd-setup-keymap.
12441
214f877f
KH
12442 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12443 characters.
12444 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12445 locally.
12446
b021ef18
DL
124472000-02-22 Dave Love <fx@gnu.org>
12448
12449 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12450 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12451 defvar.
12452 (lisp-mode-syntax-table): Set up for #|...|# comments.
12453 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12454 classes. Match `defface'.
12455 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12456 (eval-defun-1): Fix for defcustom.
12457 (lisp-indent-region): Doc fix.
12458
12459 * subr.el (when, unless, split-string): Doc fix.
12460 (read-passwd): Move call of clear-this-command-keys to the right
12461 place.
12462 (replace-regexps-in-string): New function.
12463
14cc00ad
GM
124642000-02-22 Gerd Moellmann <gerd@gnu.org>
12465
12466 * help.el (describe-variable): Set syntax table to
12467 emacs-lisp-mode-syntax-table when moving forward over the
12468 symbol's name.
12469
47da5efa
DL
124702000-02-22 Dave Love <fx@gnu.org>
12471
12472 * xt-mouse.el: Doc fixes.
12473 (xterm-mouse-position-function): New function, replacing advice of
12474 mouse-position.
12475 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12476
12477 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12478
f0a6c717
GM
124792000-02-21 Gerd Moellmann <gerd@gnu.org>
12480
12481 * format.el (format-annotate-single-property-change): Handle
12482 properties.with dotted-list values.
12483 (format-proper-list-p): New function.
12484
12485 * enriched.el (enriched-face-ans): Handle '(foreground-color
12486 . COLOR) and (background-color . COLOR).
12487
2be80b63
DL
124882000-02-20 Dave Love <fx@gnu.org>
12489
12490 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12491 and assignments to it.
12492 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12493 current local map.
12494 (make-flyspell-overlay): Use it.
12495 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12496
12497 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12498 (lm-get-header-re): Defun, not defsubst.
12499 (lm-get-package-name): Defun, not defsubst. Simplify.
12500 (lm-version): Doc fix. Simplify.
12501 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12502 (lm-crack-address, lm-last-modified-date, lm-commentary)
12503 (lm-verify, lm-synopsis): Simplify.
12504 (lm-report-bug): Require emacsbug. Use compose-mail.
12505
329eed9f
GM
125062000-02-20 Gerd Moellmann <gerd@gnu.org>
12507
12508 * dired.el (dired-mode): Call propertized-buffer-identification
12509 to set mode-line-buffer-identification to something having
12510 the right text properties.
12511
12512 * bindings.el (propertized-buffer-identification): New function.
12513
be5bb146
DL
125142000-02-20 Dave Love <fx@gnu.org>
12515
12516 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12517 check for t-mouse too.
12518
12519 * cus-start.el: Make echo-keystrokes `number'.
12520
1d4311c3
EZ
125212000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12522
12523 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12524 Don't call ring-empty-p unless tags-location-ring is bound.
12525 From Noah Friedman <friedman@splode.com>.
12526
a23c5037
TTN
125272000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12528
12529 * progmodes/hideshow.el (hs-flag-region): No longer use
12530 `intangible' overlay property.
12531
12532 (hs-toggle-hiding): New command.
12533 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12534
12535 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12536 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12537 and deactivation.
12538
b6a22bf8
GM
125392000-02-18 Gerd Moellmann <gerd@gnu.org>
12540
12541 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12542
d621caf7
GM
125432000-02-17 Gerd Moellmann <gerd@gnu.org>
12544
3c0ed7ce
GM
12545 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12546
d621caf7
GM
12547 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12548 of `*' to handle `(* ... *)' comments.
12549
538d88fb
EZ
125502000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12551
53c80cf6 12552 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12553 window-system.
53c80cf6 12554
538d88fb
EZ
12555 * menu-bar.el (global-map): Menu-bar items converted to the new
12556 format (menu-item..., rearranged for better CUA compliance, and
12557 their names changed for better clarity. Help strings added.
12558
12559 * international/mule-cmds.el (mule-menu-keymap)
12560 (describe-language-environment-map, set-coding-system-map)
12561 (setup-language-environment-map): Convert to new (menu-item...
12562 form, add help strings. Change names of menu items for better
12563 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12564 submenu).
12565
8389e1e2 125662000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12567
a23c5037 12568 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12569 within the code.
a23c5037 12570
8389e1e2 125712000-02-16 Dave Love <fx@gnu.org>
a23c5037 12572
84fe35f0
DL
12573 * faces.el: Don't require custom. Add more specific :groups to
12574 various deffaces.
12575 (set-face-attribute): Purecopy args.
12576 (read-face-name): Default to name at point and use it in prompt.
12577 Remove colon from arg in all callers.
12578 (list-faces-display): Hyperlink to face descriptions and customize
12579 buffers.
12580
b2aeee30
DL
125812000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12582
12583 * wid-edit.el (widget-match-inline): An atom never matches a
12584 list.
12585
99e95407
GM
125862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12587
82d2c7c5
DL
12588 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12589 at ':' characters by call to split-string.
99e95407
GM
12590
125912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12592
82d2c7c5 12593 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12594
125952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12596
82d2c7c5
DL
12597 * textmodes/bibtex.el: Some temporary comments removed.
12598 (bibtex-field-name, bibtex-entry-type): Made the relationship
12599 explicit.
12600 (bibtex-field-const): Allow capital letters.
12601 (bibtex-start-of-string): Deleted because unused.
12602
12603 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12604 use the term 'reference' to describe a bibtex entry as a whole.
12605 Further, reference keys are no longer called 'labels'.
12606 (bibtex-keys): Renamed to bibtex-reference-keys.
12607 (bibtex-reformat-previous-labels): Renamed to
12608 bibtex-reformat-previous-reference-keys.
12609 (bibtex-reference-type): Renamed to bibtex-entry-type.
12610 (bibtex-reference-head): Renamed to bibtex-entry-head.
12611 (bibtex-reference-maybe-empty-head): Renamed to
12612 bibtex-entry-maybe-empty-head.
12613 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12614 (bibtex-search-reference): Renamed to bibtex-search-entry.
12615 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12616 bibtex-enclosing-entry-maybe-empty-head.
12617 (bibtex-entry-field-alist, bibtex-entry-head,
12618 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12619 bibtex-map-entries, bibtex-search-entry,
12620 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12621 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12622 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12623 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12624 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12625 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12626 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12627
126282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12629
82d2c7c5
DL
12630 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12631 comment.
12632 (bibtex-format-field-delimiters): New function, functionality
12633 extracted from bibtex-format-entry.
12634 (bibtex-autokey-get-yearfield-digits): New function, functionality
12635 extracted from bibtex-autokey-get-yearfield.
12636
12637 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12638 entries in order to avoid stack overflow in the regexp matcher if
12639 field contents become large.
12640 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12641 bibtex-field-string-part-not-braced,
12642 bibtex-field-string-part-no-inner-braces,
12643 bibtex-field-string-part-1-inner-brace,
12644 bibtex-field-string-part-2-inner-braces,
12645 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12646 bibtex-field-string-quoted, bibtex-field-string,
12647 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12648 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12649 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12650 as parsing is now performed by the following functions.
12651 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12652 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12653 bibtex-parse-field-string, bibtex-search-forward-field-string,
12654 bibtex-parse-association, bibtex-field-name-for-parsing,
12655 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12656 bibtex-search-forward-field, bibtex-search-backward-field,
12657 bibtex-start-of-field, bibtex-end-of-field,
12658 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12659 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12660 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12661 bibtex-parse-string, bibtex-search-forward-string,
12662 bibtex-search-backward-string, bibtex-start-of-string,
12663 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12664 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12665 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12666 entries. Instead of reporting the results of the parsing by
12667 match-beginning or match-end, these functions return data structures
12668 that hold the corresponding positions.
12669 (bibtex-enclosing-field): Changed to also report field boundaries by
12670 return values rather than by match-beginning or match-end. The
12671 following functions have been adapted to use the new parsing
12672 functions.
12673 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12674 bibtex-enclosing-field, bibtex-format-entry,
12675 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12676 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12677 bibtex-print-help-message, bibtex-end-of-entry,
12678 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12679 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12680 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12681 method for parsing.
12682 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12683 bibtex-map-entries, bibtex-flash-head,
12684 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12685 bibtex-autokey-change, bibtex-autokey-get-namefield,
12686 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12687 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12688 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12689 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12690 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12691 order to make the new binding of case-fold-search immediately
12692 visible.
99e95407
GM
12693
126942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12695
82d2c7c5
DL
12696 * textmodes/bibtex.el: Copyright notice is up to date.
12697 Added constant 'bibtex-maintainer-salutation.
99e95407 12698
82d2c7c5
DL
12699 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12700 than make-temp-name, use match-string-no-properties and eliminate
12701 a quadratic behavior when building bibtex-strings.
99e95407 12702
82d2c7c5
DL
12703 * bibtex.el (bibtex-reference-key): Accept string entries whose
12704 reference key contains upper case letters.
99e95407
GM
12705
127062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12707
82d2c7c5
DL
12708 * bibtex.el (bibtex-reference-head): Allow entries to start with
12709 a new line.
99e95407
GM
12710
127112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12712
82d2c7c5
DL
12713 * bibtex.el: Hiding of entry bodies is not longer provided by
12714 bibtex.el directly. Instead the hideshow package can be used.
12715 Added a special bibtex entry to hs-special-modes-alist.
12716 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12717
127182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12719
f24fef2f
SM
12720 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12721 at ':' characters by call to split-string.
8389e1e2
GM
12722
127232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12724
f24fef2f 12725 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12726
127272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12728
f24fef2f
SM
12729 * textmodes/bibtex.el: Some temporary comments removed.
12730 (bibtex-field-name, bibtex-entry-type): Made the relationship
12731 explicit.
12732 (bibtex-field-const): Allow capital letters.
12733 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12734
f24fef2f
SM
12735 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12736 use the term 'reference' to describe a bibtex entry as a whole.
12737 Further, reference keys are no longer called 'labels'.
12738 (bibtex-keys): Renamed to bibtex-reference-keys.
12739 (bibtex-reformat-previous-labels): Renamed to
12740 bibtex-reformat-previous-reference-keys.
12741 (bibtex-reference-type): Renamed to bibtex-entry-type.
12742 (bibtex-reference-head): Renamed to bibtex-entry-head.
12743 (bibtex-reference-maybe-empty-head): Renamed to
12744 bibtex-entry-maybe-empty-head.
12745 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12746 (bibtex-search-reference): Renamed to bibtex-search-entry.
12747 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12748 bibtex-enclosing-entry-maybe-empty-head.
12749 (bibtex-entry-field-alist, bibtex-entry-head,
12750 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12751 bibtex-map-entries, bibtex-search-entry,
12752 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12753 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12754 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12755 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12756 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12757 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12758 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12759
127602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12761
f24fef2f
SM
12762 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12763 comment.
12764 (bibtex-format-field-delimiters): New function, functionality
12765 extracted from bibtex-format-entry.
12766 (bibtex-autokey-get-yearfield-digits): New function, functionality
12767 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12768
f24fef2f
SM
12769 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12770 entries in order to avoid stack overflow in the regexp matcher if
12771 field contents become large.
12772 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12773 bibtex-field-string-part-not-braced,
12774 bibtex-field-string-part-no-inner-braces,
12775 bibtex-field-string-part-1-inner-brace,
12776 bibtex-field-string-part-2-inner-braces,
12777 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12778 bibtex-field-string-quoted, bibtex-field-string,
12779 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12780 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12781 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12782 as parsing is now performed by the following functions.
12783 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12784 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12785 bibtex-parse-field-string, bibtex-search-forward-field-string,
12786 bibtex-parse-association, bibtex-field-name-for-parsing,
12787 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12788 bibtex-search-forward-field, bibtex-search-backward-field,
12789 bibtex-start-of-field, bibtex-end-of-field,
12790 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12791 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12792 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12793 bibtex-parse-string, bibtex-search-forward-string,
12794 bibtex-search-backward-string, bibtex-start-of-string,
12795 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12796 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12797 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12798 entries. Instead of reporting the results of the parsing by
12799 match-beginning or match-end, these functions return data structures
12800 that hold the corresponding positions.
12801 (bibtex-enclosing-field): Changed to also report field boundaries by
12802 return values rather than by match-beginning or match-end. The
12803 following functions have been adapted to use the new parsing
12804 functions.
12805 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12806 bibtex-enclosing-field, bibtex-format-entry,
12807 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12808 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12809 bibtex-print-help-message, bibtex-end-of-entry,
12810 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12811 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12812 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12813 method for parsing.
12814 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12815 bibtex-map-entries, bibtex-flash-head,
12816 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12817 bibtex-autokey-change, bibtex-autokey-get-namefield,
12818 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12819 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12820 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12821 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12822 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12823 order to make the new binding of case-fold-search immediately
12824 visible.
8389e1e2
GM
12825
128262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12827
f24fef2f
SM
12828 * textmodes/bibtex.el: Copyright notice is up to date.
12829 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12830
f24fef2f
SM
12831 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12832 than make-temp-name, use match-string-no-properties and eliminate
12833 a quadratic behavior when building bibtex-strings.
fa78f71b 12834
f24fef2f
SM
12835 * bibtex.el (bibtex-reference-key): Accept string entries whose
12836 reference key contains upper case letters.
8389e1e2
GM
12837
128382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12839
f24fef2f
SM
12840 * bibtex.el (bibtex-reference-head): Allow entries to start with
12841 a new line.
8389e1e2
GM
12842
128432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12844
f24fef2f
SM
12845 * bibtex.el: Hiding of entry bodies is not longer provided by
12846 bibtex.el directly. Instead the hideshow package can be used.
12847 Added a special bibtex entry to hs-special-modes-alist.
12848 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12849
128502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12851
82d2c7c5 12852 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12853 proceedings entry type (for cross referencing). Thanks to Wagner
12854 Toledo Correa for the suggestion.
12855
82d2c7c5 12856 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12857
eae61d8f
KH
128582000-02-14 Kenichi Handa <handa@etl.go.jp>
12859
12860 * international/characters.el: Setup case table for Vietnamese.
12861
fb07a302
GM
128622000-02-12 Gerd Moellmann <gerd@gnu.org>
12863
12864 * uniquify.el (toplevel): Require CL at compile time.
12865 (uniquify-push): Removed.
12866
12867 * shadowfile.el (shadow-when): Removed.
12868
12869 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12870 (tempo-process-and-insert-string): Use dolist instead of
12871 tempo-dolist.
12872
12873 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12874 regexp for paragraph-start.
12875
12876 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12877 commas as well.
12878
a0eddf92
DL
128792000-02-10 Dave Love <fx@gnu.org>
12880
12881 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12882 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12883 Deleted.
12884 (widget-specify-field, widget-specify-button): Don't use
12885 widget-mouse-help as help-echo property.
12886 (default): Use #'ignore for :validate and :mouse-down-action.
12887 (checkbox): Add help-echo.
12888 (widget-sexp-validate): Rewritten to clarify error messages.
12889 (character): Use char-valid-p in :match function.
12890 (widget-color-complete): Use facemenu-color-alist.
12891 (widget-color-action): Use facemenu-read-color.
12892
12893 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12894 set up `caar' &c that we now have.
12895
82d2c7c5
DL
128962000-02-09 Ray Blaak <blaak@gnu.org>
12897
12898 * delphi.el: Make resourcestring a declaration region, like const
12899 and var.
12900
6cbc1482
DL
129012000-02-09 Dave Love <fx@gnu.org>
12902
12903 * bindings.el (mode-line-input-method-map): New variable.
12904 (mode-line-mule-info): Use it; fix last change.
12905 (mode-line-mode-menu): Move definition.
12906 (mode-line-mouse-sensitive-p): Deleted.
12907 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12908 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12909 level.
12910
12911 * startup.el (command-line-1): Don't call
12912 make-mode-line-mouse-sensitive.
12913
f7136ee8
GM
129142000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12915
12916 * mail/rmail.el (rmail-retry-failure): Use
12917 rmail-beginning-of-message before rmail-toggle-header, because the
12918 former toggles headers.
12919
6e1d0d15
SM
129202000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12921
fef8c55b
SM
12922 * diff-mode.el (diff-kill-junk): New interactive function.
12923 (diff-reverse-direction): Use delete-and-extract-region.
12924 (diff-post-command-hook): Restrict the area so that the hook also works
12925 outside of any diff hunk. This is necessary for the minor-mode.
12926 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12927 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12928
6e1d0d15
SM
12929 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12930 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12931 so that it can be used more easily in <foo>-mode-hook. Also make sure
12932 to avoid duplicate entries.
12933 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12934 (font-lock-remove-keywords): Just as was done for `add', allow it to
12935 work even if font-lock-mode is nil. Also make sure we don't modify
12936 any pre-existing list by forcing a copy-sequence. Finally rename
12937 `major-mode' to `mode'.
12938 (font-lock-fontify-syntactic-anchored-keywords)
12939 (font-lock-fontify-anchored-keywords)
12940 (font-lock-fontify-keywords-region): Use line-end-position.
12941 Don't make `font-lock-multiline' local (it's now done in
12942 font-lock-set-defaults).
12943 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12944 move the `font-lock-fontified' creation to inside the `unless'.
12945
a75dfea0
AI
129462000-02-06 Andrew Innes <andrewi@gnu.org>
12947
12948 * term/w32-win.el (x-handle-args): Comment out call to message,
12949 which occurs before window system is initialized.
12950
12951 * makefile.nt: Add support for recompiling lisp code.
12952
b85e9462
DL
129532000-02-04 Dave Love <fx@gnu.org>
12954
9ff33afb
DL
12955 * bindings.el (mode-line-mule-info): Fix/extend last change.
12956
b85e9462
DL
12957 * completion.el: Replace completion-dolist with dolist.
12958
12959 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12960 dotimes.
12961
44dff075
CD
129622000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12963
12964 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12965 environment names before they go into the section regexp.
12966
12967 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12968 char class in regexp.
12969
12970 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12971 `case-fold-search' to nil.
12972
12973 * progmodes/idlwave.el (idlwave-template): Respect
12974 `idlwave-abbrev-change-case'.
12975 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12976 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12977 idlwave-while): respect `idlwave-reserved-word-upcase'.
12978 (idlwave-rw-case): New function.
12979 (idlwave-statement-match): Fixed problem with assignment regexp.
12980 (idlwave-font-lock-keywords): Improved regexp for keyword
12981 parameters.
a23c5037 12982 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12983 operators longer than 1 char.
12984
12985 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12986 idlwave-shell-expression-overlay. Implemented printing of
12987 expressions on higher levels of the calling stack.
12988 (idlwave-shell-display-level-in-calling-stack): Restore stack
12989 level.
12990 (idlwave-retrieve-expression-from-level): New function.
12991 (idlwave-shell-last-calling-stack): Variable removed.
12992 (idlwave-shell-reset): Argument action reversed (`visible' to
12993 `hidden'). Also remove stop-line overlay.
12994 (idlwave-shell-calling-stack-routine): New variable.
12995 (idlwave-shell-parse-stack-and-display): Messages now display
12996 negative level numbers.
12997 (idlwave-shell-mode): Set `modeline-format'.
12998 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12999 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13000 21.
13001 (idlwave-shell-print-expression-function): New option.
a23c5037 13002
44dff075
CD
13003 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13004 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13005 `tool-bar' instead of `toolbar'.
13006
f26c34fd
DL
130072000-02-02 Dave Love <fx@gnu.org>
13008
13009 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13010 emacs-lisp-mode-hook. Don't check for defalias being defined.
13011
13012 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13013 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13014 the new builtins directly.
13015
13016 * whitespace.el (whitespace): Add :version to defgroup.
13017
13018 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13019 Doc fix.
13020
13021 * thingatpt.el (sexp-at-point, symbol-at-point)
13022 (number-at-point, list-at-point): Add autoload cookie.
13023
13024 * recentf.el (recentf): Add :version to defgroup.
13025
13026 * quickurl.el (quickurl): Add :version to defgroup.
13027
13028 * elide-head.el (elide-head): Use point-marker more.
13029
13030 * bs.el (bs): Add :version to defgroup.
13031
13032 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13033
13034 * progmodes/delphi.el (delphi): Add :version to defgroup.
13035
d240a249
GM
130362000-02-02 Gerd Moellmann <gerd@gnu.org>
13037
13038 * ange-ftp.el (ange-ftp-write-region): Handle case that
13039 succeeding process operation sets a different coding system.
13040
13041 * calculator.el: New file.
13042
d5179a01
EZ
130432000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13044
13045 * frame.el (frames-on-display-list, framep-on-display): New
13046 functions.
13047 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13048 (display-selections-p, display-screens, display-pixel-width)
13049 (display-pixel-height, display-mm-width, display-mm-height)
13050 (display-backing-store, display-save-under, display-planes)
13051 (display-color-cells, display-visual-class): New functions.
13052
13053 * term/tty-colors.el (tty-color-gray-shades): New function.
13054
13055 * faces.el (display-color-p): Use framep-on-display.
13056 (display-grayscale-p): New function.
13057
968e00f0
DL
130582000-01-31 Dave Love <fx@gnu.org>
13059
13060 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13061 (create-fontset-from-x-resource): Don't concat integers.
13062
2cb750ba
GM
130632000-01-31 Inge Frick <inge@nada.kth.se>
13064
13065 * view.el: Some changes in documentation. Removed some trailing
13066 whitespace. Changed some parameter names to agree with
13067 documentation.
13068 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13069 window is not deleted. Modifies change 1998-04-26.
a23c5037 13070
74e9213b
GM
130712000-01-31 Gerd Moellmann <gerd@gnu.org>
13072
47569935
GM
13073 * windmove.el: New file.
13074
74e9213b
GM
13075 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13076 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13077 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13078
74e9213b
GM
13079 * jit-lock.el (jit-lock-function): Widen before calculating end
13080 position.
13081 (jit-lock-stealth-chunk-start): Rewritten.
13082
13083 * info.el (Info-title-face-alist): Removed.
13084 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13085 faces.
13086 (Info-fontify-node): Use these faces.
13087
994c5afe
GM
130882000-01-30 Gerd Moellmann <gerd@gnu.org>
13089
13090 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13091 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13092 `&allow-other-keywords'.
13093
13094 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13095 the list of directories scanned heuristically.
13096
13097 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13098 exist.
13099
f00276e3
JR
131002000-01-30 Jason Rumney <jasonr@gnu.org>
13101
13102 * w32-fns.el: Define w32-tty-standard-colors.
13103
13104 * startup.el (command-line): Use w32-tty-standard-colors when in
13105 w32 console mode.
13106
cc4dfff0
DL
131072000-01-30 Dave Love <fx@gnu.org>
13108
e645e77b
DL
13109 * jka-compr.el (jka-compr-load): Fix up load-history.
13110
cc4dfff0
DL
13111 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13112
13113 * emacs-lisp/cl-macs.el: Revert previous change.
13114
16215eb0
DL
131152000-01-29 Dave Love <fx@gnu.org>
13116
13117 * facemenu.el: Purecopy various strings.
13118
13119 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13120 years. Deal with three-digit years.
13121
13122 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13123 defconst, purecopy.
13124 (help-back-label): Purecopy it.
13125
bbd9b566
GM
131262000-01-18 Gerd Moellmann <gerd@gnu.org>
13127
13128 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13129 variable. If non-nil, order the buffer list according to the
13130 currently selected frame.
13131 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13132 non-nil, pass the selected frame to function buffer-list.
a23c5037 13133
887448e1
GM
131342000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13135
13136 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13137
7df85084
DL
131382000-01-28 Dave Love <fx@gnu.org>
13139
142e109c
DL
13140 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13141
7df85084
DL
13142 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13143 Don't use lisp-indent-hook property.
13144 (cl-abs): Remove.
13145
13146 * subr.el: Move out indent and edebug specs for when and unless.
13147
13148 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13149 when, unless.
13150
13151 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13152 unless, when.
13153
3b43c01c
GM
131542000-01-28 Gerd Moellmann <gerd@gnu.org>
13155
d060bc9f
GM
13156 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13157 `collecting' as synonym for `collect'.
13158
13159 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13160 for the case it contains spaces.
13161
13162 * simple.el (what-cursor-position): Change formatting of
13163 messages.
13164
b02786f9
GM
13165 * frame.el (delete-other-frames): New function.
13166 (toplevel): Bind it to C-x 5 1.
13167
efd68b8a
GM
13168 * sort.el (sort-numeric-base): New option.
13169 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13170 interpret it as octal or hexadecimal. Use sort-numeric-base
13171 as default base.
13172
3b43c01c
GM
13173 * progmodes/glasses.el: New file.
13174
984ae001
GM
131752000-01-27 Gerd Moellmann <gerd@gnu.org>
13176
a0b796e3
GM
13177 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13178 userids differently.
13179
984ae001
GM
13180 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13181 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13182 progmodes/ebnf-yac.el: New files.
13183
6c67ddee
DL
131842000-01-26 Dave Love <fx@gnu.org>
13185
13186 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13187 on a function with an empty body. [From Eric Ludlam.]
13188
4e6473c8
GM
131892000-01-25 Andre Spiegel <spiegel@gnu.org>
13190
13191 * vc.el (vc-version-diff): Make sure file name is expanded.
13192
e12489f9
GM
131932000-01-25 Gerd Moellmann <gerd@gnu.org>
13194
13195 * scroll-bar.el (scroll-bar-timer): Variable removed.
13196 (scroll-bar-toolkit-scroll): Don't use a timer.
13197
8dbe2b07
KH
131982000-01-25 Kenichi Handa <handa@etl.go.jp>
13199
13200 * language/thai-util.el (thai-composition-function): Delete
13201 superfluous `a'.
13202
26ef1c87
DL
132032000-01-24 Dave Love <fx@gnu.org>
13204
13205 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13206 end-of-defun-function.
13207
13208 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13209 &c.
13210
7ed4e9a7
JR
132112000-01-22 Jason Rumney <jasonr@gnu.org>
13212
13213 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13214 conflicts with new face support.
13215
8b7bc628 132162000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13217
13218 * replace.el (query-replace): Rename last arg to DELIMITED.
13219 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13220 (query-replace-regexp): Likewise.
13221
8b7bc628 132222000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13223
02b14400
RS
13224 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13225
5bb6f079
RS
13226 * emacs-lisp/lisp.el (beginning-of-defun-function):
13227 Variable renamed from beginning-of-defun.
13228 Do not call make-variable-buffer-local.
13229 (beginning-of-defun-raw): Use new variable name; doc fix.
13230 (beginning-of-defun): Doc fix.
13231 (end-of-defun-function): Variable renamed from end-of-defun.
13232 Do not call make-variable-buffer-local.
13233 (end-of-defun): Use new variable name; doc fix.
13234
02b14400
RS
13235 * subr.el (dolist, dotimes): Copied from cl-macs.el
13236 and made to work.
2d5e9b54 13237
a23c5037 13238 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13239 Variable replaces rmail-digest-end-regexp.
13240 Allows multiple regexps for detecting the end line.
13241 (undigestify-rmail-message): Corresponding changes.
13242
60af03f1
DL
132432000-01-19 Dave Love <fx@gnu.org>
13244
fe5d99e1
DL
13245 * files.el (user-init-file): Don't declare here -- is primitive.
13246
60af03f1
DL
13247 * startup.el (command-line): Check for compiled user-init-file and
13248 set to uncompiled version if necessary.
13249
72dbbc7d
GM
132502000-01-18 Gerd Moellmann <gerd@gnu.org>
13251
6a1950ec
GM
13252 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13253 (undigestify-rmail-message): Use it.
13254
72dbbc7d
GM
13255 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13256
fbe91bbd
GM
132572000-01-17 Gerd Moellmann <gerd@gnu.org>
13258
13259 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13260 of mini-buffer.
13261
33a6685b
GM
132622000-01-14 Gerd Moellmann <gerd@gnu.org>
13263
b3303df7
GM
13264 * emacs-lisp/copyright.el (copyright-update): Removed the
13265 requirement for a trailing space from `copyright-regexp', to
13266 support copyrights with owner specified on a separate line..
a23c5037 13267
3c4c8064
GM
13268 * align.el: New file.
13269
33a6685b
GM
13270 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13271
13272 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13273
044a4975
DL
132742000-01-13 Dave Love <fx@gnu.org>
13275
13276 * ph.el: Removed. (Obsoleted by EUDC.)
13277
0a352cd7
GM
132782000-01-13 Gerd Moellmann <gerd@gnu.org>
13279
13280 * net/eudc.el (toplevel): Remove autoloaded code installing
13281 menu with easymenu, because that causes build problems.
13282
13283 * frame.el (frame-notice-user-settings): New variable.
13284 (frame-notice-user-settings): Don't modify frame parameters
13285 if called a second time.
13286
8b7bc628 132872000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13288
13289 * frame.el (frame-notice-user-settings):
13290 Notice default-frame-parameters even for non-window frames.
13291
feb450e0
GM
132922000-01-13 Gerd Moellmann <gerd@gnu.org>
13293
13294 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13295 for Emacs.
13296 (eudc-bob-can-display-inline-images): Extend for Emacs.
13297 (eudc-bob-toggle-inline-display): Ditto.
13298 (eudc-bob-display-jpeg): Ditto.
13299
99c6d63b
GM
133002000-01-12 Gerd Moellmann <gerd@gnu.org>
13301
7970b229
GM
13302 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13303 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13304 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13305
e4936aa9
GM
13306 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13307 nil)'.
13308
13309 * subdirs.el: Add `net' directory.
13310
133c9e59
GM
13311 * net: New directory.
13312
99c6d63b
GM
13313 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13314 eval-last-sexp. Don't bind debug-on-error here.
13315 (eval-last-sexp): New function. Bind debug-on-error if
13316 eval-expression-debug-on-error is non-nil.
13317 (eval-defun-2, eval-defun): Likewise.
13318
13319 * simple.el (eval-expression): Don't bind debug-on-error if
13320 eval-expression-debug-on-error is nil. Detect changed
13321 debug-on-error, and propagate new value to global binding, if
13322 eval-expression-debug-on-error is non-nil,
13323 (eval-expression-debug-on-error): Change doc string.
a23c5037 13324
8b7bc628 133252000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13326
13327 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13328
13329 * emacs-lisp/lisp-mode.el (with-syntax-table):
13330 Set up lisp-indent-function property.
13331
13332 * subr.el (with-syntax-table): Moved from simple.el.
13333
13334 * simple.el (with-syntax-table): Moved to subr.el.
13335
7e3c74fa
GM
133362000-01-11 Gerd Moellmann <gerd@gnu.org>
13337
1fab1775
GM
13338 * tmm.el (tmm-shortcut): Delete region after prompt instead
13339 of erasing buffer.
13340
7e3c74fa 13341 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13342 (fill-context-prefix): Use the longest common prefix of first
13343 and second line fill prefix, if there is one.
7e3c74fa 13344
8b7bc628 133452000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13346
13347 * array.el (array-mode): Don't use make-variable-buffer-local.
13348 Use make-local-variable for `truncate-lines'.
13349
aa705642 133502000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13351
aa705642
GM
13352 * add-log.el (add-log-current-defun): Handle user-defined
13353 add-log-current-function returning nil,
a23c5037 13354
57df2446 13355 * add-log.el (add-change-log-entry): Insert version number
aa705642 13356 if having found a current function
c1356086
GM
13357
13358 * add-log.el (add-log-current-defun): Call
13359 `add-log-current-defun-function'. Try matches at level 0 and
13360 level 1. Strip whitespace from defun found.
a23c5037 13361
1d8c59e9
RS
133622000-01-10 John Wiegley <johnw@gnu.org>
13363
13364 * allout.el (isearch-done/outline-provisions): Added `edit'
13365 argument to correspond with the current definition of
13366 `isearch-done'.
13367
8cf87e9b
DL
133682000-01-10 Dave Love <fx@gnu.org>
13369
13370 * elide-head.el (elide-head): Use point-marker, not point.
13371
9050446c
GM
133722000-01-10 Gerd Moellmann <gerd@gnu.org>
13373
8321b22a
GM
13374 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13375 before and after the year 2000.
a23c5037 13376
9050446c
GM
13377 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13378 Add ispell- prefix.
13379
133802000-01-10 Ken Stevens <k.stevens@ieee.org>
13381
13382 * ispell.el: Only define dictionaries in menus when they exist.
13383 (version18p): New variable.
13384 (version20p): New variable.
13385 (xemacsp): New variable.
13386 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13387 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13388 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13389 run-together words.
9050446c
GM
13390 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13391 (ispell-dictionary-alist): Add koi8-r to customize definition.
13392 (check-ispell-version): Added documentation string. Returns
f24fef2f 13393 library path when called non-interactively.
9050446c
GM
13394 (ispell-menu-map-needed): Uses new variables.
13395 (ispell-library-path): New variable.
13396 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13397 (ispell-word): Improved documentation string. Test for valid
13398 character mappings. Correctly check typed in word changes that can
13399 result in single words split into multiple words. Returns
13400 replacement word.
13401 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13402 replace in recursive query replace mode. Help message for
13403 recursive edit mode.
13404 (ispell-show-choices): Protect against bad framepop bindings.
13405 (ispell-help): Fix to work with XEmacs.
13406 (ispell-highlight-spelling-error): Use new variables.
13407 (ispell-overlay-window): Fix to work with XEmacs.
13408 (ispell-parse-output): Passed and returns location information
13409 tracking spelling corrections. Doesn't recheck same word on
13410 current line.
13411 (ispell-init-process): Protect against bogus XEmacs variable binding.
13412 Fix call to single argument in sleep-for. Use new variables.
13413 (ispell-region): Passed and returns location information tracking
13414 spelling corrections. Doesn't check same word on current line.
13415 Improved documentation string. Doesn't resend a line already
13416 checked to the ispell process - fixes bug in LaTeX parsing.
13417 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13418 (ispell-skip-region): No longer skips <TT> in SGML.
13419 (ispell-process-line): Tracks location information with spelling
13420 corrections. Added documentation string. Accounts for words
13421 already accepted on this line. Don't allow query-replace on line
13422 starting with math characters. Doesn't resend a line already sent
13423 to ispell process. Fixes alignment error bug.
a23c5037 13424
8b7bc628 134252000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13426
a23c5037 13427 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13428 Suggest xloadimage, which is free, not xv, which isn't.
13429
a23c5037 13430 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13431 Don't ever include the host name or user name in the value.
13432
9ed79f5d
GM
134332000-01-09 Gerd Moellmann <gerd@gnu.org>
13434
13435 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13436 of a real newline.
13437
b950abb1
GM
134382000-01-09 Stephen Eglen <stephen@gnu.org>
13439
a23c5037 13440 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13441 for .png files.
13442
3c708e98
GM
134432000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13444
13445 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13446
bf61662d
GM
134472000-01-09 Gerd Moellmann <gerd@gnu.org>
13448
f1d851ae
GM
13449 * progmodes/cperl-mode.el: Replace ^F with ^L.
13450
bf61662d 13451 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13452 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13453 recursion.
13454
c65d14ee
DL
134552000-01-08 Dave Love <fx@gnu.org>
13456
8cf87e9b
DL
13457 * emacs-lisp/backquote.el: Remove inappropriate customization
13458 (allowing custom.el to use backquote).
c65d14ee 13459
83de2ebc
DL
134602000-01-07 Dave Love <fx@gnu.org>
13461
13462 * add-log.el (add-log-debugging): Deleted.
13463 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13464 file. Remove debugging code.
13465 (change-log-get-method-definition, change-log-name): Add doc.
13466 (change-log-sortable-date-at): New function.
13467 (change-log-merge): New command.
13468
13469 * time.el (display-time-string-forms): Make the Mail string active.
13470 (display-time-update): Provide help-echo for load average.
13471
13472 * bindings.el (make-mode-line-mouse2-map): New function.
13473 (mode-line-modified): Use it and simplify.
13474 (mode-line-mule-info): Provide help-echo info.
13475 (minor-mode-alist): Activate the strings.
13476 (make-mode-line-mouse-sensitive): Simplify for
13477 mode-line-buffer-identification.
13478
c1475eae
GM
134792000-01-07 Gerd Moellmann <gerd@gnu.org>
13480
13481 * play/pong.el: New file.
13482
83de2ebc
DL
134832000-01-06 Dave Love <fx@gnu.org>
13484
13485 * array.el: Assorted cleanups for compiler warnings, doc strings,
13486 `array-' prefix for symbols.
13487
134882000-01-05 Dave Love <fx@gnu.org>
13489
13490 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13491 outline-headers-as-kill.
13492 (outline-mode): Define imenu-generic-expression.
13493 (outline-headers-as-kill): New command.
13494
13495 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13496 from paragraph-start.
13497 (paragraph-indent-minor-mode): New command.
13498
13499 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13500 M-C-e, M-C-h, C-j, C-xnd, TAB.
13501 (fortran-mode): Set beginning-of-defun, end-of-defun.
13502 (fortran-column-ruler): Simplify.
13503 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13504 (fortran-with-subprogram-narrowing): Likewise.
13505 (fortran-indent-subprogram): Call mark-defun.
13506 (fortran-check-for-matching-do): Change narrowing.
13507
13508 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13509 (cl-lucid-hash-tag): Delete.
13510 (cl-hash-table-p): Correct test for native table.
13511 (cl-hash-table-count): Use hash-table-count.
13512
13513 * browse-url.el (browse-url): Fix case of
13514 browse-url-browser-function being an alist.
13515
676ac023
CD
135162000-01-05 Carsten Dominik <cd@gnu.org>
13517
c1475eae
GM
13518 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13519 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13520
13521 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13522 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13523
13524 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13525 `reftex-parse-file-extension'.
eb483e17 13526
88807984
DL
135272000-01-05 Dave Love <fx@gnu.org>
13528
83de2ebc 13529 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13530 (beginning-of-defun-raw): Use it.
13531 (end-of-defun): New variable.
13532 (end-of-defun): Use it.
13533 (check-parens): New command.
13534
1362aeb4
TTN
135352000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13536
c1475eae
GM
13537 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13538 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13539
7ddafb95
TTN
13540 Fix buglet in local variables initialization.
13541
7334aa99
AS
135422000-01-05 Andreas Schwab <schwab@suse.de>
13543
13544 * hscroll.el (hscroll): Doc fix.
13545
b12e24cd
CD
135462000-01-05 Carsten Dominik <cd@gnu.org>
13547
13548 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13549 idlw-toolbar.
13550
13551 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13552 file idlw-rinfo.el.
1362aeb4
TTN
13553 (idlwave-customize): load must read file idlw-shell.el.
13554 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13555
d6226972
CD
135562000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13557
13558 * progmodes/idlw-shell.el: Also provide idlwave-shell
13559 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13560 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13561
13562 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13563 both reftex-dcr and reftex-vcr.
1362aeb4 13564
d6226972
CD
13565 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13566
6ddb893f 135672000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13568
13569 * ps-print.el: PostScript code now is in separate files, doc fix.
13570 (ps-print-version): New version number (5.0.3).
13571 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13572 local.
13573 (ps-spool-config): Initialization fix.
c1475eae
GM
13574 (ps-print-prologue-1, ps-print-prologue-2)
13575 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13576 (ps-background-image): Little code reformating.
13577 (ps-begin-file, ps-begin-job): Fix code.
88807984 13578 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13579 (ps-prologue-file): New fun.
13580
ae833aae
KH
135812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13582
c1475eae 13583 * ps-vars.el: Eliminated.
ae833aae
KH
13584
13585 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13586 `;;;###autoload'.
13587
13588 * ps-print.el: ps-vars eliminated, doc fix.
13589 (ps-print-version): New version number (5.0.2).
13590 (ps-spool-config): Initialization fix.
13591 (ps-print-customize): New fun.
13592
560a7bd2
GM
135932000-01-04 Gerd Moellmann <gerd@gnu.org>
13594
13595 * autorevert.el (auto-revert-mode): Return value of
13596 auto-revert-mode.
13597
f45dd0f4
DL
135982000-01-04 Dave Love <fx@gnu.org>
13599
fae2ac05
DL
13600 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13601 menu items.
f45dd0f4 13602
61255981
DL
136032000-01-03 Dave Love <fx@gnu.org>
13604
88807984 13605 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13606
83de2ebc 13607 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13608 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13609 `cl-hash-table-p', not `hash-table-p'.
13610 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13611
c182a70f
EZ
136122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13613
13614 * faces.el (face-read-integer, read-face-attribute)
13615 (color-defined-p, color-values): unspecified-{f,b}g are now
13616 strings.
13617
047f434a
GM
136182000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13619
13620 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13621 at comment end, and re-insert them after filling.
13622
bab531e2
EZ
136232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13624
13625 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13626 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13627 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13628
d684c676
EZ
136292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13630
13631 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13632 the new name of face-color-supported-p.
13633
13634 * term/w32-win.el (xw-defined-colors): Likewise.
13635
0aad4805
EZ
136362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13637
13638 * simple.el (completion-setup-function): Count completion-size
13639 from minibuffer-prompt-end, not from point-min.
13640
5fe1d139
EZ
136412000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13642
13643 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13644 Pass the frame to tty-color-* functions.
13645 (display-color-p, frame-set-background-mode): Pass the frame to
13646 tty-display-color-p.
13647
13648 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13649 tty-color-alist.
13650 (tty-color-alist, tty-modify-color-alist): New functions.
13651 (tty-color-define, tty-color-clear, tty-color-approximate)
13652 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13653 an optional parameter FRAME.
13654
162dec01
GM
136552000-01-01 Gerd Moellmann <gerd@gnu.org>
13656
27189709
GM
13657 * image.el (create-image, defimage): Don't assume image data is a
13658 string.
13659
162dec01
GM
13660 * image.el (defimage): Handle specifications containing :data
13661 instead of :file.
13662 (image-type-from-data): New function.
13663 (image-type-from-file-header): Use it.
13664 (create-image): Add parameter DATA-P.
1362aeb4 13665
bea56df7 13666See ChangeLog.8 for earlier changes.
25a6fab1
KH
13667
13668;; Local Variables:
e64c3a75 13669;; coding: iso-2022-7bit
25a6fab1 13670;; End: