(lface_from_face_name): Function comment fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
9aa5f148
GM
12000-11-24 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el (command-line): Fix computation of the source file
4 for user-init-file when user-init-file is a compiled file.
5
51a1edab
MB
62000-11-24 Miles Bader <miles@gnu.org>
7
8 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9 (custom-post-filter-face-spec): New functions.
10 (custom-face-set, custom-face-value-create): Filter the face spec
11 before and after customization.
12 (custom-face-set): If VALUE specifies a null face, pass a
13 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
14 * cus-face.el (custom-face-attributes): Remove SET and GET
15 functions. Add some IN-FILTER and OUT-FILTER functions in the few
16 cases they're needed.
17
1ed74431
MB
18 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
19 that it's distinguishable from the :off-glyph on dark-background
20 displays. Set its background color too.
21
67ee1125
MB
22 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
23 so that people can easily turn it off.
24
7d027816
MK
252000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
26
27 * ediff-diff.el: Moved variables around to have it compile under NT.
28
9aa5f148 29 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 30
9aa5f148 31 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 32
9aa5f148 33 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
34 redundant skip-small-frames test.
35
9aa5f148 36 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
37 (viper-downgrade-to-insert): protect against errors in hooks.
38
9aa5f148
GM
39 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
40 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
41 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
42 functions.
43
9aa5f148 44 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 45
9aa5f148 46 * viper.el (viper-mode): Fix cursor handling.
7d027816 47
f07fa1b8
KH
482000-11-24 Kenichi Handa <handa@etl.go.jp>
49
50 * international/mule-diag.el (list-iso-charset-chars): For
51 two-byte charset, fix the `while' condition.
52 (list-non-iso-charset-chars): Fix the `while' condition.
53
ba8299ff
SM
542000-11-23 Stefan Monnier <monnier@cs.yale.edu>
55
79372165
SM
56 * subr.el (add-hook, remove-hook): Don't call make-local-hook
57 if the variable is make-variable-buffer-local.
58
ba8299ff
SM
59 * progmodes/ada-stmt.el (ada-template-map): Initialize
60 and bind it to C-c t in ada-mode-map.
61 (ada-stmt-mode-hook): New function extracted from old code.
62 Only change the buffer-local side of skeleton-*.
63 (ada-mode-hook): Use it.
64
68a887fa
EZ
652000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * iswitchb.el (iswitchb-minibuf-depth): New variable.
68 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
69 we expect to be returned by minibuffer-depth once we prompt the
70 user in the minibuffer.
71 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
72 as recorded in iswitchb-minibuf-depth, return non-nil.
73
3b345582
EZ
742000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
77 (hscroll-window-maybe): Docstring fix.
78
595dead2
DL
792000-11-23 Dave Love <fx@gnu.org>
80
81 * rect.el (string-rectangle): Don't test delete-selection-mode.
82
1e66b27a
GM
832000-11-23 Gerd Moellmann <gerd@gnu.org>
84
02790ce2
GM
85 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
86 is in the tool bar.
87
1e66b27a
GM
88 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
89 with `no-dir'; we want the directory part to be able to remove
90 it.
91
a4caa65d
SM
922000-11-22 Stefan Monnier <monnier@cs.yale.edu>
93
94 * textmodes/outline.el (outline-flag-region):
95 Don't bind inhibit-read-only since we don't modify the buffer.
96 (outline-isearch-open-invisible): Don't jump to overlay-start
97 since we're trying to unhide text around point.
98 (outline-discard-overlays): Use dolist.
99
100 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
101
03e757c1
GM
1022000-11-22 Gerd Moellmann <gerd@gnu.org>
103
104 * mail/rmail.el (rmail-confirm-expunge): Default to
105 y-or-n-p.
106
1598a961
SM
1072000-11-22 Stefan Monnier <monnier@cs.yale.edu>
108
109 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
110 Fix ARG regexp to skip quoted braces.
111 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
112 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
113 are (correctly) handled separately).
114 Remove `caption' and `footnote' from `citations': they contain text.
115 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
116 (latex-skeleton-end-hook): New function.
117 (latex-mode): Use it.
118 (tex-start-tex-marker): Remove.
119 (tex-send-tex-command): Don't set tex-start-tex-marker.
120 (tex-error-parse-syntax-table): New var.
121 (tex-compilation-parse-errors): Use it.
122 Ignore tex-start-tex-marker. Don't bother with marker-position.
123 (tex-validate-buffer): Don't bother with marker-position.
124
125 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
126 (flyspell-generic-progmode-verify): Use it.n
127
eaae8106
SS
1282000-11-22 Sam Steingold <sds@gnu.org>
129
03e757c1
GM
130 * simple.el (delete-trailing-whitespace): New interactive
131 function.
132
eaae8106
SS
133 * progmodes/ada-mode.el (ada-mode): Use it instead of
134 `ada-remove-trailing-spaces'
135 (ada-remove-trailing-spaces): Removed.
03e757c1 136
eaae8106 137 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 138
1598a961
SM
139 * textmodes/picture.el (picture-clean): Removed.
140 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 141
a41d49e9
GM
1422000-11-22 Gerd Moellmann <gerd@gnu.org>
143
e053c60f
GM
144 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
145
a41d49e9
GM
146 * hi-lock.el (hi-lock-refontify): Don't call non-existent
147 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 148 do anything special when jit-lock is active.
a41d49e9
GM
149 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
150
197615f3
DL
1512000-11-22 Dave Love <fx@gnu.org>
152
ddbfaa9f
DL
153 * calendar/todo-mode.el (todo-top-priorities): Use
154 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
155
ddc3c695
DL
156 * language/chinese.el, language/cyrillic.el:
157 * language/devanagari.el, language/ethiopic.el, language/greek.el:
158 * language/hebrew.el, language/indian.el, language/japanese.el:
159 * language/korean.el, language/lao.el, language/misc-lang.el:
160 * language/thai.el, language/tibetan.el, language/vietnamese.el:
161 Use provide.
162
fb9fa98d
DL
163 * cus-edit.el (custom-buffer-create-internal): Save some consing.
164 (custom-variable-set): Improve validation error mesage.
165
197615f3
DL
166 * rect.el (string-rectangle): Revert last change.
167 (string-rectangle-line): New arg DELETE.
168 (string-rectangle): Check delete-selection-mode.
169
170 * emacs-lisp/edebug.el (edebug-version)
171 (edebug-maintainer-address): Deleted.
172 (edebug-submit-bug-report): Just alias to report-emacs-bug.
173 (edebug-read-function): Account for other `'#' read forms.
174 (edebug-mode-menus): Make some items toggles.
175 (edebug-outside-unread-command-event, unread-command-event):
176 Remove these to avoid warnings.
177
f4117c4d
GM
1782000-11-22 David Ponce <david@dponce.com>
179
180 * recentf.el (recentf-menu-items-for-commands)
181 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 182 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 183
f4117c4d
GM
184 (recentf-build-dir-rules, recentf-dump-variable)
185 (recentf-edit-list, recentf-open-files-item)
186 (recentf-open-files): Replaced unnecessary `mapcar' with new
187 built-in `mapc'.
eaae8106 188
f8e2f3f2
MB
1892000-11-23 Miles Bader <miles@gnu.org>
190
191 * faces.el (menu): Make inverse-video on ttys too.
192
4c4a541d
SM
1932000-11-22 Stefan Monnier <monnier@cs.yale.edu>
194
195 * simple.el (comment-line-break-function): Use the new name
196 indent-new-comment-line -> comment-indent-new-line.
197 (clone-indirect-buffer): Don't ignore NORECORD.
198 (next-completion): Properly handle the case where items are adjacent.
199
200 * mouse.el (popup-menu): Stupid typo.
201
980d836e
GM
2022000-11-22 Gerd Moellmann <gerd@gnu.org>
203
60e8e0a5
GM
204 * emacs-lisp/authors.el: Remove autoload cookies, add author,
205 maintainer, keywords tags.
206
980d836e
GM
207 * rect.el (replace-rectangle): Don't call string-rectangle-line
208 with too many arguments.
209
e08b2069
AS
2102000-11-22 Andre Spiegel <spiegel@gnu.org>
211
60e8e0a5 212 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 213 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
214 vc-locking-user, which no longer exists.
215
216 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
217
c6779d8d
DL
2182000-11-22 Dave Love <fx@gnu.org>
219
220 * md5.el (md5): Provide.
221 (md5): Fix error call.
222
e672fdce
MB
2232000-11-22 Miles Bader <miles@gnu.org>
224
eaae8106 225 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
226 (refill-fill-paragraph-at): Remove debugging code.
227
80e24c04
MB
228 * calendar/calendar.el (generate-calendar-window): When we don't
229 call `fit-window-to-buffer', make sure the top line is fully visible.
230
3a17d6cc
MB
231 * image-file.el (insert-image-file): Don't make `read-only'
232 property rear-nonsticky.
233
ae1a21c6
MB
234 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
235 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
236 stashing away its original value.
237 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
238 in the recursive edit.
239 Bind `isearch-original-minibuffer-message-timeout' to protect it.
240 (isearch-done): Restore `minibuffer-message-timeout'.
241
e672fdce
MB
242 * cus-start.el: Remove entry for `mode-line-inverse-video'.
243
3ea79df8
SM
2442000-11-21 Stefan Monnier <monnier@cs.yale.edu>
245
246 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
247
248 * find-lisp.el (find-lisp-find-files-internal):
249 Use dolist, when and file-name-as-directory.
250
980d836e 251 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
252 (define-derived-mode, define-minor-mode): Add specs.
253
254 * window.el: General comment and spacing fixes.
255 (save-selected-window): Use backquotes.
256 (window-safely-shrinkable-p): New function.
257 (shrink-window-if-larger-than-buffer): Use it.
258
259 * subr.el (make-local-hook): Docstring fix.
260
261 * shell.el (shell-mode): Use define-derived-mode.
262
263 * newcomment.el (comment-indent): Insert comment before calling
264 comment-indent-function. Don't insert in column 0.
265 (comment-dwim): Indent before inserting comment.
266
267 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
268 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
269 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
270 Use mapc rather than map.
271
272 * files.el (find-buffer-visiting): Compare all attributes before
273 declaring two files identical (rather than just their inode-no).
274 (auto-mode-alist): Use \' rather than $.
275
276 * which-func.el: Update maintainer line.
277
278 * pcvs.el (uniquify-buffer-file-name): Remove advice.
279 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
280 (uniquify-buffer-file-name): Use it.
281
8f62f2b8
MB
2822000-11-22 Miles Bader <miles@gnu.org>
283
284 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
285 * simple.el (minibuffer-avoid-prompt): New function.
286
fb279a6d
GM
2872000-11-21 Gerd Moellmann <gerd@gnu.org>
288
289 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
290
867092e9
MB
2912000-11-21 Miles Bader <miles@gnu.org>
292
ef860850
MB
293 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
294 inclusion of `track-mouse'.
295
867092e9
MB
296 * textmodes/refill.el (refill-ignorable-overlay): New variable.
297 (refill-adjust-ignorable-overlay): New function.
298 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
299 only the paragraph's tail if possible.
300 Update `refill-ignorable-overlay'.
301 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
302
303 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
304 point inside the fill-prefix.
305
306 * textmodes/refill.el (refill-post-command-function): Don't reset
307 refill-doit in the case where a self-insertion command doesn't
308 case a refill. Use `refill-fill-paragraph-at', getting position
309 from `refill-doit'.
310 (refill-after-change-function): Set `refill-doit' to END.
311 (refill-fill-paragraph-at): New function, mostly from old
312 refill-fill-paragraph.
313 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
314 (refill-pre-command-function): New function.
315 (refill-mode): Add it to `pre-command-hook'.
316
ff9ab414
GM
3172000-11-20 Gerd Moellmann <gerd@gnu.org>
318
29a01b72
GM
319 * textmodes/artist.el (artist-mode): Fix autoload cookie.
320
ff9ab414
GM
321 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
322 javadoc tags.
eaae8106 323
885b211b
AS
3242000-11-20 Andre Spiegel <spiegel@gnu.org>
325
326 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
327 vc.el).
328
eaae8106 329 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 330 require vc.
eaae8106
SS
331
332 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 333 checkouts.
eaae8106 334
d1838556
DL
3352000-11-20 Dave Love <fx@gnu.org>
336
337 * Makefile.in (DONTCOMPILE): Omit bindings.el.
338
56c13ae6
GM
3392000-11-20 Gerd Moellmann <gerd@gnu.org>
340
341 * calculator.el: New version from author.
342
b95b34e5
GM
3432000-11-19 Gerd Moellmann <gerd@gnu.org>
344
030de92f
GM
345 * info.el (info-menu-5): Doc fix.
346
b95b34e5
GM
347 * textmodes/artist.el: New file.
348
54970452
AS
3492000-11-19 Andre Spiegel <spiegel@gnu.org>
350
eaae8106 351 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
352 and differentiate according to checkout model.
353 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
354 since this function is only concerned with master state.
355
eaae8106 356 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
357 vc-default-workfile-unchanged-p): Moved here from vc.el.
358
eaae8106 359 * vc.el (vc-workfile-unchanged-p,
54970452
AS
360 vc-default-workfile-unchanged-p): See above.
361
e5a9dabf
MB
3622000-11-19 Miles Bader <miles@gnu.org>
363
364 * image-file.el (insert-image-file): Make `intangible' and
365 `read-only' properties rear-nonsticky too.
366
24127af0
GM
3672000-11-18 Gerd Moellmann <gerd@gnu.org>
368
d392e9c5 369 * ps-print.el: Update copyright notice.
eaae8106 370
d392e9c5
GM
371 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
372 (tooltip-show): Use the offsets.
373
24127af0 374 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 375 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
376 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
377
08ea6f17
GM
3782000-11-17 Gerd Moellmann <gerd@gnu.org>
379
380 * ps-print.el: Minor fixes from author.
381
66321b2f
SM
3822000-11-16 Stefan Monnier <monnier@cs.yale.edu>
383
384 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
385 (vc-version-backup-file): Docstring fix.
386
046110c6
GM
3872000-11-16 Gerd Moellmann <gerd@gnu.org>
388
4104194e
GM
389 * files.el (basic-save-buffer): Don't add a newline if
390 find-file-literally is non-nil.
391 (find-file-literally): Extend doc string.
392
046110c6
GM
393 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
394 sort(1) with the `-f' argument.
395
6505c16e
AS
3962000-11-16 Andre Spiegel <spiegel@gnu.org>
397
fd063975
AS
398 * vc.el: Updated backend documentation.
399 (vc-default-check-headers): New function.
400
3d02dd81 401 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
402
403 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 404 up-to-date.
eaae8106 405 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 406 the minibuffer is not active.
fd063975 407
eaae8106 408 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 409 `vc-cvs-use-edit' is on.
eaae8106
SS
410 (vc-cvs-checkout): When this is used for reverting the workfile,
411 make a backup of the original contents and revert to that in case
8791d617 412 of error.
eaae8106 413 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 414 remote repositories.
eaae8106 415
6505c16e
AS
416 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
417 for both version and ratio in the minibuffer.
fd063975 418
eaae8106 419 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 420 Use vc-do-command to perform the annotation, not call-process.
6505c16e 421
a13f0660
KH
4222000-11-16 Kenichi Handa <handa@etl.go.jp>
423
424 * international/quail.el (quail-start-translation): Don't call
425 `message' before reading key sequence.
426
1389a414
MB
4272000-11-16 Miles Bader <miles@lsi.nec.co.jp>
428
429 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
430
9256a532
KH
4312000-11-16 Kenichi Handa <handa@etl.go.jp>
432
433 * window.el (fit-window-to-buffer): Be sure to acquire at least
434 one text line even if the buffer is empty.
435
0e14fe9f
GM
4362000-11-16 Gerd Moellmann <gerd@gnu.org>
437
eaae8106 438 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
439 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
440 ange-ftp-process-verbose to nil.
441
da645c53
DL
4422000-11-15 Dave Love <fx@gnu.org>
443
233d5cde
DL
444 * wid-edit.el (widget-specify-field, widget-specify-button): If
445 :help-echo is a function, set help-echo of overlay to
446 widget-mouse-help.
447 (widget-mouse-help): New function.
448 (widget-echo-help): Rewritten for :help-echo functions only taking
449 a widget arg.
450
b12057b9
DL
451 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
452 display-graphic-p.
453 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
454 and that JPEG is available.
455 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
456
da645c53
DL
457 * international/mule-cmds.el (locale-charset-language-names):
458 Match @euro.
459
6d133d1f
GM
4602000-11-15 Gerd Moellmann <gerd@gnu.org>
461
462 * faces.el (face-set-after-frame-default): If
0e14fe9f 463 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
464 default face from X resources.
465
49ac2ac5
EZ
4662000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
469 Don't set EMACSLOADPATH.
470
4fb0a34c
EZ
4712000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
472
473 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
474 texinfo-insert-@url.
475 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
476 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
477
bb304a7a
SM
4782000-11-14 Stefan Monnier <monnier@cs.yale.edu>
479
82bc80bf
SM
480 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
481 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
482 (checkdoc-minor-keymap): Backward compatibility.
483 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
484 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
485 (checkdoc-this-string-valid-engine): Be a bit more strict
486 to avoid matching substrings of `...' quoted vars/funs.
487 (checkdoc-defun-info): Only look for `interactive' if alone.
488 (debug-ignored-errors): Add "arg doesn't appear in docstring".
489
e8c87124
SM
490 * progmodes/compile.el (grep): `tag-default' can be nil.
491
bb304a7a
SM
492 * newcomment.el (comment-indent): Paren typo.
493
8628686a
DL
4942000-11-14 Dave Love <fx@gnu.org>
495
25c269ef
DL
496 * calculator.el: New maintainer version.
497
66321b2f 498 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 499
8628686a
DL
500 * cmuscheme.el: Doc fixes.
501 (cmuscheme) <defgroup>: Use `scheme' as parent.
502 (cmuscheme-program-name): Remove. Change uses to
503 scheme-program-name.
504
505 * xscheme.el (scheme-program-name): Don't define here.
506
507 * progmodes/scheme.el (scheme-program-name): New variable
508 (originally in cmuscheme).
509
88f0a1eb
MB
5102000-11-14 Miles Bader <miles@gnu.org>
511
512 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
513 Handle header-lines. Don't loop forever if we can't enlarge the
514 window anymore. Simplify a bit.
515
cd9a000c
KH
5162000-11-14 Kenichi Handa <handa@etl.go.jp>
517
518 * window.el (fit-window-to-buffer): Don't check
519 window-text-height. Assure that the last line is fully visible.
520
521 * international/quail.el (quail-show-guidance-buf): Call
522 fit-window-to-buffer to assure the enough height of the guidance
523 buffer.
524 (quail-update-guidance): Avoid making the guidance buffer shorter.
525
d3fcda22
SM
5262000-11-14 Stefan Monnier <monnier@cs.yale.edu>
527
bdbd9606
SM
528 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
529 rather than `prepend' and add an interesting comment.
530 (tex-math-face, tex-font-lock-syntactic-face-function):
531 New face and function to use it.
532 (tex-define-common-keys, tex-mode-map): Use menu-item rather
533 than `menu-enable' symbol property.
534 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
535 (tex-mode): Add some latex-mode commands for auto-selection.
536 Use tex-font-lock-syntactic-face-function.
537 (tex-insert-quote): Simplify.
538 (tex-shell): New mode.
539 (tex-start-shell): Use it.
540 (tex-shell-proc, tex-shell-buf): New functions.
541 (tex-send-command): Use it.
542 (tex-main-file): Fix the meaning of the new arg REALFILE.
543 (tex-send-tex-command): New function split from `tex-start-tex'.
544 Set compilation-last-buffer and compilation-parsing-end.
545
d3fcda22
SM
546 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
547 when it follows non-comment text on the line.
548
549 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
550 Set font-lock-defaults.
551 (lisp-mode-shared-map): Init inside the defvar.
552 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
553 Use define-derived-mode.
554
bdab1d43
MB
5552000-11-14 Miles Bader <miles@lsi.nec.co.jp>
556
557 * faces.el (header-line): Use `:box nil' for color/gs displays too.
558
936ae731
GM
5592000-11-14 Gerd Moellmann <gerd@gnu.org>
560
561 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
562 recursively optimize body because that can lead to infinite
563 recursion; see comment there.
564
1695ca2b
EZ
5652000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
566
567 * faces.el (face-spec-set-match-display): Revert the change from
568 2000-10-24. Add a FIXME for after v21.1.
569
9d348294
MB
5702000-11-13 Miles Bader <miles@gnu.org>
571
572 * textmodes/fill.el (skip-line-prefix): New function.
573 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
574 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
575 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
576 point inside the fill-prefix.
9d348294 577
b85fa13c
MB
5782000-11-13 Miles Bader <miles@lsi.nec.co.jp>
579
580 * calendar/calendar.el (generate-calendar-window): Use
581 `fit-window-to-buffer'.
582
a0b47716
SM
5832000-11-12 Stefan Monnier <monnier@cs.yale.edu>
584
585 * gud.el (gud-minor-mode): New var.
586 (gud-symbol, gud-val): New functions.
587 (gud-find-file): Copy gud-minor-mode to the new buffer.
588 (gud-menu-map): Include entries for commands that are not always
589 available, using :enable to (de)activate them.
590 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
591 (gud-mode-map): New map.
eaae8106 592 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
593 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
594 Don't set up gud's menu (it's done by the minor-mode).
595 (gud-minibuffer-local-map): New.
596 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
597 (gud-query-cmdline): New function.
598 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
599 (gud-mode): Use define-derived-mode.
600 Don't set up gud's menu (it's done by the minor-mode).
601 (gud-chop-words): Remove.
602 (gud-common-init): Use split-string instead.
603 (gud-new-keymap, gud-make-debug-menu): Eradicate.
604
605 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
606 Add keyword arg :name.
607
608 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
609 (diff-count-matches, diff-split-hunk): New functions.
610 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
611
612 * pcvs-info.el (cvs-fi-conflict-face): New var.
613
614 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
615 Make it into a simple syntax-table, shared among all submodes.
616 (sh-heredoc-face): Re-introduce.
617 (sh-font-lock-syntactic-face-function): New function.
618 (sh-mode): Use it. Also use define-derived-mode.
619 Remove old bogus setting of indent-region-function.
620 (sh-set-shell): Don't set the syntax-table any more.
621 (sh-mode-syntax-table) <defun>: Remove.
622
f5ed37df
MB
6232000-11-12 Miles Bader <miles@gnu.org>
624
625 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
626 message if interactive.
627
0b074c2f
DL
6282000-11-12 Dave Love <fx@gnu.org>
629
630 * mail/feedmail.el: Fix header,
631 (feedmail) <defgroup>: Add :link.
632
633 * view.el: Use local-map property, not keymap on mode-line string.
634
635 * scroll-all.el (scroll-all-mode): Customize variable. Add
636 autoload cookie to function.
637
638 * lazy-lock.el: Remove compatibility code.
639
640 * finder.el (finder-known-keywords): Add `files', remove `vms'.
641 (finder-help-echo): New variable.
642 (finder-mouse-face-on-line): Add help-echo stuff.
643 (finder-list-keywords, finder-list-matches): Use mapc.
644
645 * faces.el (face-font-registry-alternatives): Add :version.
646
647 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
648 tags-table-list.
649
a0b47716 650 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 651
a0b47716 652 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
653 (mail-mode): Use [:alnum:] in some regexps.
654
6d502396
DL
6552000-11-10 Dave Love <fx@gnu.org>
656
657 * ediff.el (ediff-regions-internal, ediff-documentation):
658 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
659 fundamental mode.
660
661 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
662 buffer into fundamental mode.
663 (ediff-set-difference): Use copy-sequence if available.
664
665 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
666 ediff-patch-map non-nil.
667 (ediff-fixup-patch-map, ediff-fixup-patch-map)
668 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
669 buffer into fundamental mode.
670
671 * ediff-merg.el (state-or-merge): Defvar when compiling.
672
a82fe213
JR
6732000-11-10 Jason Rumney <jasonr@gnu.org>
674
675 * w32-fns.el (w32-add-charset-info): New function.
676 (w32-charset-info-alist): Use it.
677
52d89894
GM
6782000-11-10 Gerd Moellmann <gerd@gnu.org>
679
680 * faces.el (face-font-registry-alternatives): New user-option.
681
178932de
SM
6822000-11-10 Stefan Monnier <monnier@cs.yale.edu>
683
d7fa3319
SM
684 * textmodes/texinfo.el (texinfo-block-default): New var.
685 (texinfo-insert-block): Use it. Insert a newline if needed.
686
178932de
SM
687 * textmodes/fill.el (fill-indent-according-to-mode): New var.
688 (fill-region-as-paragraph): Use it.
689
690 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
691 (latex-mode): Tweak tex-*-(head|trail)er regexps.
692 Tweak paragraph regexps to allow a leading [ \t]*.
693 (tex-latex-block): Insert a newline if necessary.
694 (latex-insert-item): Only insert a newline if necessary.
695 (tex-guess-main-file): New function.
696 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
697 Set tex-main-file if TeX-master is provided.
698 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
699
bd02b8e0
GM
7002000-11-10 Gerd Moellmann <gerd@gnu.org>
701
702 * startup.el (command-line): Set the default tooltip-mode
703 to t for graphical displays which implement x-show-tip.
704
705 * tooltip.el (tooltip-mode): Add a comment about startup.el
706 setting the default value of this user-option.
707
b29b03eb
SM
7082000-11-09 Stefan Monnier <monnier@cs.yale.edu>
709
710 * font-lock.el (font-lock-*-face) <defvar>: Move.
711 (font-lock-defaults-alist): Mark obsolete.
712 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
713 (font-lock-mode): Use define-minor-mode.
714 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
715 (font-lock-turn-off-thing-lock): Be more explicit.
716 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
717 (font-lock-syntactic-face-function): New var.
718 (font-lock-fontify-syntactically-region): Use it.
719 (font-lock-doc-face): New.
720
721 * pcvs.el (cvs-enabledp): Ignore errors.
722 (cvs-commit-filelist): Never query.
723 (cvs-mode-insert): Always add a terminating / in the initial prompt.
724 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
725 (cvs-do-removal): Use cvs-partition rather than delete-if.
726 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
727 cvs-bury-buffer.
728
729 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
730 Allow `next' to jump to after the end of the last match.
731
778fbc46
GM
7322000-11-09 Gerd Moellmann <gerd@gnu.org>
733
730c746c
GM
734 * simple.el (byte-compiling-files-p): New function.
735
736 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
737 if it is there.
738
739 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
740 nil again.
741
778fbc46
GM
742 * textmodes/ispell.el (ispell-library-path): Don't call
743 check-ispell-version when byte-compiling because that starts
744 an ispell process, and ispell might not be installed.
745 (toplevel): Don't set up a menu when byte-compiling.
746
747 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
748 it, so that a boundp test can be used to determine if we're
749 currently byte-compiling.
750
5912c5bb
DL
7512000-11-09 Dave Love <fx@gnu.org>
752
753 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
754 eval-after-load.
755
7bb054a5
GM
7562000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
757
758 * ps-print.el: Patch for variable initialization when spooling. Doc
759 fix.
760 (ps-output-list): Fun eliminated.
761 (ps-begin-file, ps-begin-job): Code fix.
762
9db2706e
DL
7632000-11-08 Dave Love <fx@gnu.org>
764
765 * ediff-wind.el (ediff-control-frame-parameters): Zero
766 tool-bar-lines.
767
f7eb32aa
GM
7682000-11-08 Gerd Moellmann <gerd@gnu.org>
769
770 * simple.el (shell-command, display-message-or-buffer)
771 (shell-command-on-region): Mention resize-mini-windows in the doc
772 string.
773 (display-message-or-buffer): Take the value of resize-mini-windows
774 into account.
775
7b01b08c
GM
7762000-11-07 Gerd Moellmann <gerd@gnu.org>
777
acad3c0b
GM
778 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
779
7b01b08c
GM
780 * dired.el (dired-between-files): Add `^. find' as an alternative
781 to the regular expression, for find-dired.
782
6f602bd0
SM
7832000-11-06 Stefan Monnier <monnier@cs.yale.edu>
784
785 * textmodes/texnfo-upd.el: Require texinfo.
786 (defmacro, defgroup): Remove.
787 (texinfo-section-to-generic-alist): Remove.
788 Use texinfo-section-list instead (i.e. level is changed string->int).
789 (texinfo-filter): New function.
790 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
791 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
792 Use it. And use regexp-opt.
793 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
794 (texinfo-update-menu-region-beginning)
795 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
796 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
797 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 798 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
799 (texinfo-sequential-node-update): Remove autoload cookie.
800
801 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
802 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
803 (texinfo-chapter-level-regexp): Remove.
804 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
805
bb216218
DL
8062000-11-06 Dave Love <fx@gnu.org>
807
6f602bd0 808 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 809
6f602bd0
SM
810 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
811 Match defun*.
bb216218 812
ff8dd5d5
KH
8132000-11-06 Kenichi Handa <handa@etl.go.jp>
814
815 * composite.el (composition-function-table): Variable declaration
816 moved to src/composite.c.
817 (compose-chars-after): New optional arg object.
818
e9da51a1
GM
8192000-11-06 Gerd Moellmann <gerd@gnu.org>
820
e0c12c68
GM
821 * bindings.el (mode-line-toggle-read-only)
822 (mode-line-toggle-modified, mode-line-widen)
823 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
824 (make-mode-line-mouse2-map): Rewritten.
825 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
826 functions so that C-h k can show something with a doc string.
eaae8106 827
e9da51a1
GM
828 * startup.el (fancy-splash-delay): Set to 10 seconds.
829 (fancy-splash-max-time): New user-option.
830 (fancy-splash-stop-time): New variable.
831 (fancy-splash-screens): Set it. Catch `stop-splashing'.
832 (fancy-splash-screens-1): Throw `stop-splashing' when current
833 time is greater than fancy-splash-stop-time.
834
611dbdf0
SM
8352000-11-06 Stefan Monnier <monnier@cs.yale.edu>
836
4d2806e2
SM
837 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
838
611dbdf0
SM
839 * pcvs.el (cvs-mode-marked): New arg `noquery'.
840 Prompt user for a file rather than raising an error.
841 (cvs-enabledp): Fix call to cvs-mode-marked.
842 (cvs-insert-file): New function (extracted from cvs-mode-insert).
843 (cvs-mode-insert): Use it. Change the init prompt' value.
844 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
845
846 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
847 Don't pass default arg to ewoc-locate.
848 (ewoc-collect): Return result in the right order.
849
850 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
851
852 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
853 (cvs-status-get-tags): Fix regexp.
854 (cvs-status-trees, cvs-status-cvstrees):
855 Combine after change hooks and don't sit-for.
4d2806e2
SM
856 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
857 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
858 Use make-char rather than hard-coded cryptic data.
859 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
860
861 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
862
863 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
864 (cvs-insert-strings): New function.
865
937b2877
MB
8662000-11-06 Miles Bader <miles@lsi.nec.co.jp>
867
868 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
869 `mwheel-scroll-amount'.
870 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
871 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
872 string-matching against the version string.
873
c6c97763
KH
8742000-11-06 Kenichi Handa <handa@etl.go.jp>
875
6eaec747
KH
876 * language/thai.el ("Thai"): Set a lisp form that produces
877 composed string in `sample-text' language info.
878
879 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
880 composed string in `sample-text' language info.
881
882 * international/mule-cmds.el (describe-language-environment): Eval
883 `sample-text' data and insert the result.
884
c6c97763
KH
885 * international/mule-conf.el (compound-text): Define this coding
886 system here. Make x-ctext and ctext aliases of it.
887
888 * language/european.el (compound-text, ctext): Moved to
889 international/mule-conf.el.
890
d1145f85
AI
8912000-11-05 Andrew Innes <andrewi@gnu.org>
892
893 * w32-fns.el (w32-version): New function.
894
178a6a45
SM
8952000-11-05 Stefan Monnier <monnier@cs.yale.edu>
896
897 * progmodes/awk-mode.el: Update copyright.
898 (awk-mode-abbrev-table): Remove.
899 (awk-font-lock-keywords): Use regexp-opt.
900 (awk-mode): Use define-derived-mode.
901
902 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
903 when extracting a suffix.
904
1ba90166
AS
9052000-11-04 Andre Spiegel <spiegel@gnu.org>
906
907 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
908 auto-save-mode.
909
546790cb
JR
9102000-11-04 Jason Rumney <jasonr@gnu.org>
911
912 * language/european.el (decode-mac-roman): Test against r1 not r0.
913
d247e32d
SM
9142000-11-03 Stefan Monnier <monnier@cs.yale.edu>
915
fbf44f44
SM
916 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
917 (icon-mode): Define indent-line-function.
918 (icon-comment-indent): Simplify.
919 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
920
921 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
922
923 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
924 Bind change-log-default-mode to defeat the caching done on it.
925 Don't bother saving excursion any more.
926
927 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
928
929 * frame.el (after-setting-font-hook): Rename hooks -> hook.
930 (set-frame-font): Use the new name (and the old for compatibility).
931
eaae8106
SS
932 * toolbar/tool-bar.el (tool-bar-mode):
933 * time.el (display-time-mode):
934 * recentf.el (recentf-mode):
935 * paren.el (show-paren-mode):
936 * mwheel.el (mouse-wheel-mode):
937 * msb.el (msb-mode):
938 * jka-compr.el (auto-compression-mode):
939 * image-file.el (auto-image-file-mode):
940 * hl-line.el (hl-line-mode):
941 * delsel.el (delete-selection-mode):
942 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
943 * complete.el (partial-completion-mode): Drop unneeded positional args.
944
eaae8106 945 * info.el (Info-mode):
79372165 946 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 947
d247e32d
SM
948 * log-edit.el (log-edit-menu): New menu.
949
4921558e
MB
9502000-11-03 Miles Bader <miles@gnu.org>
951
952 * wid-edit.el (widget-end-of-line): Reinstate, with a new
953 definition, so that trailing spaces are handled properly.
954 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
955
1fc02b3c
GM
9562000-11-03 Gerd Moellmann <gerd@gnu.org>
957
958 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
959 tab character.
960 (fancy-splash-screens): Set tab-width to 20.
961
51d001f7
DL
9622000-11-03 Dave Love <fx@gnu.org>
963
964 * comint.el (comint-completion-addsuffix): Fix custom type.
965
ba22aeff
SM
9662000-11-02 Stefan Monnier <monnier@cs.yale.edu>
967
968 * font-lock.el (font-lock-buffers): Remove.
969 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
970 (font-lock-change-major-mode): Remove.
971 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
972 (font-lock-default-fontify-region): Extend the multiline
973 fontification to whole lines.
974 (font-lock-fontify-anchored-keywords)
975 (font-lock-fontify-keywords-region): If matching just one
976 line (with \n) only mark the \n as multiline.
977
978 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
979 Correctly handle the case where several :group args are supplied.
980 Allow :extra-args.
981 (easy-mmode-define-global-mode): Allow :extra-args.
982 Correctly handle the case where several :group args are supplied.
983
9c887ada
MB
9842000-11-02 Miles Bader <miles@gnu.org>
985
eaae8106 986 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
987 (holiday-face): Remove dependency on `window-system'.
988
7f25090d
KR
9892000-11-02 Ken Raeburn <raeburn@gnu.org>
990
991 * Makefile.in (emacs): Set EMACSLOADPATH always.
992 (update-authors, .el.elc, compile-files): Don't do it explicitly
993 here.
9b911107 994 (compile-files): Bomb out if compilation of a file fails.
7f25090d 995
7dd6009c
DL
9962000-11-02 Dave Love <fx@gnu.org>
997
998 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
999
94821e4f
EZ
10002000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1001
1002 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1003 punctuation in the warning inserted into the *mail* buffer.
1004
1ac3fc42
GM
10052000-11-02 Gerd Moellmann <gerd@gnu.org>
1006
57731876
GM
1007 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1008 (authors-public-domain-p): New function.
1009 (authors-print): Use it.
1010
975f82c9
GM
1011 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1012
1ac3fc42
GM
1013 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1014
4b3eb10f
GM
10152000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1016
975f82c9 1017 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1018 (ps-print-version): New version number (6.3.1).
1019 (ps-even-or-odd-pages): Customization fix.
1020 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1021 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1022 (ps-page-count): Var replaced by `ps-page-column'.
1023 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1024 (ps-print-sheet-p): New fun.
1025
7da794df
MB
10262000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1027
1028 * tooltip.el (tooltip-gud-tips-setup): New function.
1029 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1030 (tooltip-mode): Call tooltip-gud-tips-setup.
1031 (tooltip-gud-tips): Use `gud-basic-call' instead of
1032 process-send-string, so the prompt gets frobbed appropriately.
1033 Handle nil return value from `tooltip-gud-print-command'.
1034
0e40b809
EL
10352000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1036
1037 * comint.el (comint-add-to-input-history): New function.
1038 (comint-send-input): Use `comint-add-to-input-history'.
1039
50ada0db
MB
10402000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1041
973a3104
MB
1042 * info.el (info-menu-header): New face.
1043 (Info-fontify-menu-headers): New function.
1044 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1045
50ada0db
MB
1046 * info.el (Info-insert-dir): Don't include blank lines at
1047 beginning of additional dir files (one is added automatically).
1048
bff53411
SM
10492000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1050
1051 * emacs-lisp/easy-mmode.el (define-minor-mode):
1052 Revert the latest changes.
1053 Allow the three positional arguments to be skipped and replaced
1054 by keyword arguments.
1055 Add a :toggle argument to determine whether a nil arg means toggle
1056 or means turn-on. The default is unchanged.
1057 Add a call to force-mode-line-update.
1058
6b8a0b2d
DL
10592000-11-01 Dave Love <fx@gnu.org>
1060
1061 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1062 cookie.
1063
5bf99100
MB
10642000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1065
1066 * calendar/calendar.el (diary-face, holiday-face): Add
1067 dark-background variants.
1068
a4032611
SS
10692000-10-31 Sam Steingold <sds@gnu.org>
1070
1071 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1072 `tex-main-file' does not have directory in it.
1073
c286608e
SM
10742000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1077
4836835a
TTN
10782000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1079
1080 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1081 functional change.
1082
26dcb81b
GM
10832000-10-31 Gerd Moellmann <gerd@gnu.org>
1084
1085 * files.el (find-file-noselect): When we expand a wildcard, return
1086 a list of buffers, as we should do according to the doc string.
1087
49fc4500
KR
10882000-10-31 Ken Raeburn <raeburn@gnu.org>
1089
1090 * loadup.el (top level): Adjust load path if program name is
1091 "../src/bootstrap-emacs", in case it's not dumped and thus the
1092 load path adjustment hasn't already been done.
1093
ea0c615d
GM
10942000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1095
1096 * ps-print.el: Fix bug on selected pages for printing. Use
1097 `color-values' for Emacs 21. Ensure fontification when jit-lock
1098 is on. Try to avoid warning messages when compiling. Doc Fix.
1099 (ps-print-version): New version number (6.3).
1100 (ps-color-device): Use `color-values' to determine if device
1101 supports color.
1102 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1103 (ps-print-page-p): Changed from defsubst to defun.
1104 (ps-page-number): Changed from defmacro to defun.
1105 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1106 printing.
c286608e 1107 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1108 (ps-end-file, ps-dummy-page): Funs eliminated.
1109 (ps-print-color-scale): Changed default value.
1110 (ps-page-n-up, ps-print-page-p): New internal vars.
1111 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1112 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1113
9e20722f
GM
1114 * delim-col.el: Little programming improvement.
1115 (delimit-columns-str): New macro.
1116 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1117
d7a0fd00
KH
11182000-10-31 Kenichi Handa <handa@etl.go.jp>
1119
c286608e
SM
1120 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1121 Moved to european.el.
d7a0fd00
KH
1122 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1123 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1124 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1125 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1126
234be340
DL
11272000-10-30 Dave Love <fx@gnu.org>
1128
1129 * progmodes/cc-menus.el (imenu-generic-expression)
1130 (imenu-progress-message): Only defvar when compiling.
1131
4edc4a39
DL
1132 * emacs-lisp/elp.el (elp-unload-hook): New function.
1133
1134 * loadhist.el (unload-feature): Call elp-restore-function,
1135 checking for symbols; don't use elp-restore-all.
1136 (loadhist-hook-functions): Doc fix.
1137
70c825df
SM
11382000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1139
1140 * log-edit.el (log-edit-confirm): Fix the default.
1141
1d3baf74
GM
11422000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1143
1144 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1145 delimit-columns-format.
1146 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1147
1ec321a7
MB
11482000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1149
1150 * comint.el (comint-replace-by-expanded-history): Don't use
1151 comint-get-old-input (we're not looking at *old* input).
1152 (comint-get-old-input-default): If using fields, signal an error
1153 when the point is not in an input field.
1154
70737ea9
KH
11552000-10-30 Kenichi Handa <handa@etl.go.jp>
1156
1157 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1158 and mule-unicode-e000-ffff.
1159
fa0cb51d 1160 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1161 (make-coding-system): Accept a symbol of translation table as a
1162 value of property `safe-chars'.
1163
1164 * international/mule-cmds.el (encode-coding-char): Check property
1165 safe-chars instead of safe-charsets.
1166
1167 * international/fontset.el (fontset-default): Modified for
1168 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1169 (x-font-name-charset-alist): Likewise.
1170 (ccl-encode-unicode-font): New CCL program. Record it in
1171 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1172
70c825df
SM
1173 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1174 New translation tables.
70737ea9
KH
1175 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1176 programs are modified and moved from mac-win.el.
1177 (mac-roman): Definition of this coding system is modified and
1178 moved from mac-win.el.
4836835a 1179
fda2ce24 11802000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1181
1d3baf74 1182 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1183 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1184
dd4d3cb6
MB
11852000-10-29 Miles Bader <miles@gnu.org>
1186
1187 * custom.el (custom-add-to-group): Allow multiple entries for a
1188 given value OPTION, as long as their widget types are different.
1189 * cus-edit.el (custom-face-value-create): If face name doesn't end
1190 with "face", add such here (similar to custom group widgets).
1191
1192 * comint.el (comint-highlight-prompt): Add :type.
1193
dace60cf
JW
11942000-10-28 John Wiegley <johnw@gnu.org>
1195
1196 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1197 Changed this function to operate on a temporary buffer instead of
1198 the main buffer. This not only keeps flyspell from marking a
1199 buffer as changed that wasn't, but it solves the jumpy cursor
1200 problem when attempts are made to edit incorrect words.
1201 (flyspell-maybe-correct-doubling): Same change as for
1202 `flyspell-maybe-correct-transposition'.
1203
1204 * calendar/timeclock.el (timeclock-log): Doc fix.
1205 (timeclock-last-event): Doc fix.
1206 (timeclock-log): Kill the timelog buffer after appending a new
1207 event.
1208 (timeclock-find-discrep): Use a temp buffer to read in the
1209 timelog, instead of visiting the file.
1210 (timeclock-log-data): A new function, along with a host of helper
1211 functions, for the purpose of making timelog data accessible to
1212 programmers.
1213
1214 * eshell/esh-mode.el (window-height test): Make certain that
1215 `eshell-stringify-t' is non-nil.
1216 (eshell-password-prompt-regexp): Changed to a much simpler
1217 password regexp.
1218 (eshell-send-input): If `eshell-invoke-directly' returns t,
1219 directly invoke the parsed command using `eval'. This improves
1220 turn-around time on simple commands by a factor of three or
1221 greater, such as cd, ls, pwd, etc. -- which get used very often.
1222 It also conserves thousands of cons cells per call (since
1223 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1224 in the Pacific Cookie Company).
1225
1226 * eshell/esh-test.el (eshell-test): Whitespace fix.
1227
1228 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1229 `eshell-ls-initial-args' nil when inserting directory contents.
1230
1231 * eshell/em-script.el (eshell-script-initialize): Add names to
1232 `eshell-complex-commands, since `source' and `.' are complex.
1233
0467b076
EZ
1234 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1235 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1236 `eshell-copy-handles'.
1237 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1238 bodies.
1239 (eshell-separate-commands): Whitespace fix.
1240 (eshell-complex-commands): Added a new list of names, for
1241 determining whether a given command is as simple as it looks.
1242 (eshell-invoke-directly): New function. Returns t if a command
1243 should be invoked directly (using `eval'), rather than indirectly
1244 using `eshell-do-eval'.
1245 (eshell-do-eval): Whitespace fix.
1246
1247 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1248 which provides an emulation of the DOS shell behavior of assuming
1249 that cp/mv/ln should copy/move/link to the current directory.
1250 (eshell-remove-entries): Added a doc string.
1251 (eshell-shuffle-files): Removed the check for `target' being null.
1252 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1253 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1254 it to do a smarter check of whether a destination was provided.
1255 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1256 (eshell/ln): Enable `:preserve-args', and use
1257 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1258 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1259 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1260 list after flattening it. This makes it possible to cat files
1261 with numerical names.
1262 (eshell-unix-initialize): Added several names to
1263 `eshell-complex-commands.
1264 (eshell-unix-command-complex-p): Return t if a given command name
1265 may result in external processes being invoked.
1266
1267 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1268 variable nil by default, since it slows down glob processing by a
1269 factor of two or more, and increases memory consumption.
1270
1271 * eshell/em-smart.el: Added a note about how memory consumptive
1272 smart display mode can be (at least this is true in Emacs 21).
1273 (eshell-smart-initialize): Whitespace fix.
1274 (eshell-refresh-windows): Use `if' instead of `when'.
1275 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1276 not necessary.
1277 (eshell-currently-handling-window): Added a missing global
1278 variable.
1279
1280 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1281 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1282 Whitespace fix.
1283 (eshell-ls-exclude-hidden): Added this variable in addition to
1284 `eshell-ls-exclude-regexp'. This one prevents files beginning
1285 with . from even being read, which can improve memory consumption
1286 quite a bit.
1287 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1288 read file entries beginning with a dot. In home directories with
1289 lots of hidden files, fully two-thirds of the time spent in ls is
1290 used to read directory entries that are immediately thrown away.
1291 (eshell-ls-initial-args): Added back this configuration variable,
1292 for specifying default initial arguments to every call to ls.
1293 Much faster than using an alias to do the same thing.
1294 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1295 (eshell-ls-dir): Whitespace change.
1296
1297 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1298
1299 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1300 available.
1301 (eshell-stringify-t): Added a customization variable, to indicate
1302 whether `t' should be rendered as a string at all. If not, one
1303 can still determine if the result of an expression is true using
1304 "file-exists-p FILE && echo true".
1305 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1306 stringify t!
1307
1308 * eshell/esh-module.el: Whitespace fix.
1309
1310 * eshell/em-alias.el (eshell-alias-initialize): Added
1311 `eshell-command-aliased-p' to `eshell-complex-commands'.
1312 (eshell-command-aliased-p): New function that returns t if a
1313 command name names an aliased.
1314
657f9cb8 13152000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1316
0467b076 1317 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1318 redrawing the screen when changing cursor color.
0467b076
EZ
1319 (viper-insert-state-pre-command-sentinel)
1320 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1321 (viper-replace-state-post-command-sentinel):
1322 Use viper-preserve-cursor-color.
657f9cb8
MK
1323 Many functions changed to use viper= instead of = when comparing
1324 characters.
0467b076 1325 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1326 working with characters.
0467b076 1327 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1328 Many functions changed to use viper= instead of = when comparing
1329 characters.
0467b076 1330 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1331
0467b076 1332 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1333 Several typos fixed in various docstrings.
0467b076
EZ
1334 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1335 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1336 hook.
0467b076
EZ
1337 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1338 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1339 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1340 (ediff-get-selected-buffers): New function.
1341 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1342 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1343 save-window-excursion.
0467b076 1344 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1345 termination check in while loop.
0467b076 1346 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1347 dired buffer.
0467b076
EZ
1348 (ediff-files,ediff-merge-files,ediff-files3)
1349 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1350
4f490d99
DL
13512000-10-28 Dave Love <fx@gnu.org>
1352
1353 * info.el (Info-fontify-node): Add help-echo for menu items.
1354
45b84006
EZ
13552000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1356
5ebc02b3
EZ
1357 * startup.el (normal-top-level): If the value of $TERM indicates
1358 we are running from xterm or one of its work-alikes, default to a
1359 light background mode.
1360
45b84006
EZ
1361 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1362 * faces.el (tty-handle-reverse-video): New function.
1363 (tty-create-frame-with-faces): Call it.
1364
1365 * frame.el (frame-notice-user-settings): Don't apply
1366 default-frame-alist and initial-frame-alist to MS-DOS frames.
1367 Call tty-handle-reverse-video, frame-set-background-mode, and
1368 face-set-after-frame-default for non-MS-DOS frames.
1369
1370 * startup.el (tty-long-option-alist): New variable.
1371 (tty-handle-args): New function.
1372 (command-line): Call tty-handle-args.
1373
1374 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1375 startup.el now does that for all character-terminal frames.
1376
eab6e8b9
MB
13772000-10-28 Miles Bader <miles@gnu.org>
1378
1379 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1380 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1381 global. If :global is followed by a non-nil but non-t value,
1382 make the mode buffer-local, but also generate a `global-MODE'
1383 version using `easy-mmode-define-global-mode'. Add
1384 :conditional-turn-on keyword argument.
1385
51a29efc
DL
13862000-10-28 Dave Love <fx@gnu.org>
1387
1388 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1389 use window-system.
1390
d71d7114
EZ
13912000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1392
1393 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1394 Don't call find-buffer-file-type-coding-system. Instead, just
1395 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1396 if the file is on an untranslated filesystem.
1397 (add-untranslated-filesystem): Use "D" instead of "f" inside
1398 interactive.
1399
1f9cab4b
DL
14002000-10-27 Dave Love <fx@gnu.org>
1401
70c825df 1402 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1403 (refill-mode): Use it.
1404
70c825df
SM
14052000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * international/quail.el (quail-activate): Don't make-local-hook.
1408
7432cf10
AS
14092000-10-27 Andre Spiegel <spiegel@gnu.org>
1410
4836835a 1411 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1412 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1413 (vc-make-version-backup): Don't do it on MS-DOS without long file
1414 names.
4836835a 1415
7432cf10
AS
1416 * vc.el (vc-version-other-window): If an automatic backup of the
1417 desired version exists, rename it instead of copying it.
1418
4836835a
TTN
1419 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1420 after command. If there's an unexpected error, signal it instead
7432cf10 1421 of being silent.
e1483c38 1422 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1423
05ea7ef2
MB
14242000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1425
fd1035aa
MB
1426 * shell.el (shell): Add BUFFER argument.
1427 * comint.el (make-comint-in-buffer): New function.
1428 (make-comint): Use it.
1429
05ea7ef2
MB
1430 * faces.el (face-spec-choose): Change syntax so that the list of
1431 attribute-value pairs is now the cdr of each clause, not the cadr.
1432 Detect old-style entries, and handle them. Use pop.
1433
835a55fe
SM
14342000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1435
f5ab1cdd
SM
1436 * cus-edit.el (custom-mode-map): Use a sparse map.
1437 (custom-mode): Don't bother with make-local-hook.
1438
1439 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1440
835a55fe
SM
1441 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1442
c13b0ec8
GM
14432000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1444
1445 * ps-print.el: Avoid compilation gripes.
1446 (ps-print-version): New version number (6.2.1).
4836835a 1447
e9f63196
DL
14482000-10-26 Dave Love <fx@gnu.org>
1449
0b95284b
DL
1450 * menu-bar.el: Modify some menu item help strings.
1451 (menu-bar-help-menu): Add link to MORE.STUFF.
1452
e9f63196
DL
1453 * cus-edit.el (custom-mode): Add `special' mode-class property.
1454
1455 * wid-browse.el (widget-browse-mode): Likewise.
1456
1457 * wid-edit.el (widget-specify-field): Revert to using local-map
1458 property, not keymap.
1459
e276a14a
MB
14602000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1461
c1545d88
MB
1462 * wid-edit.el (widget-field-end): When checking for a `boundary'
1463 field, do so in the correct buffer.
1464
3c1b77ca
MB
1465 * simple.el (undo): Correctly distinguish between numeric and
1466 non-numeric prefix args in non-transient-mark-mode, as per the doc
1467 string. When in transient-mark-mode, treat all prefix-args as
1468 numeric.
1469
f5ab1cdd
SM
1470 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1471 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1472
1473 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1474 (comint-mode-map): Reverse order of `comint-write-output' and
1475 `comint-append-output-to-file'.
1476 (comint-append-output-to-file): Reinstate this function, for the
1477 benefit of the menu.
1478
d97151cb
SM
14792000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1480
1481 * vc.el (vc-version-other-window): Bind `file'.
1482
ea7d6f5b
GM
14832000-10-25 Gerd Moellmann <gerd@gnu.org>
1484
f5ab1cdd 1485 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1486
1487 * emacs-lisp/authors.el (batch-update-authors): New function.
1488 (authors-fixed-entries): New defconst.
1489 (authors-add-fixed-entries): New function.
1490 (authors): Call it.: Don't process lispref/.
1491
17c25cea
JR
14922000-10-25 Jason Rumney <jasonr@gnu.org>
1493
1494 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1495 Merge x w32 and mac definitions.
1496
4ecda532
GM
14972000-10-25 Gerd Moellmann <gerd@gnu.org>
1498
1499 * menu-bar.el (menu-bar-options-menu): Add a help string for
1500 `uniquify'.
1501
b6735035
GM
15022000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1503
f5ab1cdd
SM
1504 * time-stamp.el (time-stamp-string-preprocess):
1505 Fix a wrong type argument error.
b6735035 1506
f4cbc7a0
MB
15072000-10-25 Miles Bader <miles@gnu.org>
1508
1509 * recentf.el (recentf-mode): Variable removed.
1510 (recentf-mode): Use `define-minor-mode'.
1511
1512 * mwheel.el (mouse-wheel-mode): New global minor mode.
1513 (mwheel-install): Use `mouse-wheel-mode'.
1514
f4b020f6
DL
15152000-10-25 Dave Love <fx@gnu.org>
1516
f5ab1cdd
SM
1517 * progmodes/cperl-mode.el (cperl-mode):
1518 Set normal-auto-fill-function correctly.
072cb6f9 1519
f4b020f6
DL
1520 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1521 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1522 bindings.
f4b020f6 1523
ebe2a441
MB
15242000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1525
ff4dcd4b
MB
1526 * wid-edit.el (widget-field-at): New function.
1527 (widget-at, widget-field-activate): Use it.
1528 (widget-tabable-at): Use `widget-at'.
1529 (widget-specify-field): If the terminating character of the widget
1530 field (which is read-only) is a newline, put it into a special
1531 `boundary' field so that C-n/C-p act more naturally.
1532 (widget-field-end): Also don't subtract one if a special
1533 `boundary' field has been added after the widget field.
1534
ebe2a441
MB
1535 * comint.el (comint-output-filter, comint-send-input): Don't
1536 bother adding stickiness fields to overlays to fool the field
1537 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1538
ebe2a441
MB
1539 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1540 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1541 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1542
fe50b6ab
GM
15432000-10-24 Gerd Moellmann <gerd@gnu.org>
1544
53df4dda
GM
1545 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1546 (authors): Set file coding system to iso-2022-7bit. Add
1547 file-local variables to output buffer.
1548
4836835a 1549 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1550 WARN is nil.
1551
53df4dda
GM
15522000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1553
1554 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1555
1556 * delim-col.el: Now there is a column formatting mechanism.
1557 Modified to customization mechanisms convention. Doc fix.
1558 (columns): New group for delim-col.
1559 (delimit-columns-before, delimit-columns-after)
1560 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1561 (delimit-columns-end): New vars.
1562 (delimit-columns-customize, delimit-columns-format): New funs.
1563 (delimit-columns-region, delimit-columns-rectangle)
1564 (delimit-columns-rectangle-line): Modified to support column
1565 formatting.
4836835a 1566
a9839779
DL
15672000-10-24 Dave Love <fx@gnu.org>
1568
1569 * log-edit.el (log-edit): Add :version and a :group for vc.
1570
df0267b8
GM
15712000-10-24 Gerd Moellmann <gerd@gnu.org>
1572
9acc3873
GM
1573 * files.el (after-find-file): Don't print a message ``New file''
1574 if WARN is nil.
1575
63e1b552
GM
1576 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1577 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1578 get duplicate tool-bar entries because we'll see the global ones
1579 on more than one path through keymaps.
1580
1946f901
GM
1581 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1582
df0267b8
GM
1583 * progmodes/cmacexp.el: Change Francesco's email address.
1584
ae3b264b
KH
15852000-10-24 Kenichi Handa <handa@etl.go.jp>
1586
1587 * window.el (fit-window-to-buffer): Adjust point of the window
1588 buffer, not that of the current buffer.
1589
23afac01
EZ
15902000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1591
1592 * progmodes/cmacexp.el: Update the euthor's email address.
1593
22d1a4ed
MB
15942000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1595
1596 * faces.el (face-spec-set-match-display): Add `graphic' display
1597 type (the inverse of `tty'). Use `display-graphic-p' instead of
1598 the window-system variable.
1599
f408aa48
KH
16002000-10-24 Kenichi Handa <handa@etl.go.jp>
1601
1602 * international/isearch-x.el (isearch-with-input-method): Call
1603 input-method-function with the first event in
1604 unread-command-events.
1605
94fe8a31
MB
16062000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1607
1608 * faces.el (face-default-spec, face-user-default-spec): Make
1609 defsubsts.
1610
8f47302e
AC
16112000-10-24 Andrew Choi <akochoi@i-cable.com>
1612
1613 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1614 New charsets.
1615
1616 * term/mac-win.el: Remove definitions of mac-roman-lower and
1617 mac-roman-upper, require dired, and define instead of set
1618 mac-ready-for-drag-n-drop to avoid compilation error.
1619
446c097e
AI
16202000-10-23 Andrew Innes <andrewi@gnu.org>
1621
1622 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1623 superfluous calls to subst-char-in-string; instead apply
1624 expand-file-name after convert-standard-filename to ensure
1625 expected directory separators are used.
1626
379b70e7
EZ
16272000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1628
1629 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1630
85c766e9
DL
16312000-10-23 Dave Love <fx@gnu.org>
1632
b7e03a67
DL
1633 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1634 (tool-bar-add-item): Set foreground and background for XBM icons.
1635
1636 * international/latin1-disp.el (latin1-char-displayable-p): New
1637 function (from Handa).
1638 (latin1-display-check-font): Use it.
1639
0dcf8835
DL
1640 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1641 using :key-sequence, making it much more usable. Use nconc, not
1642 append.
1643 (imenu--create-keymap-1): Avoid append.
1644
85c766e9 1645 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1646
cb3069bb
MB
16472000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1648
1649 [the following changes fix a bug where `define-minor-mode' didn't
1650 correctly generate :require clauses for defcustoms in compiled files]
1651 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1652 (byte-compile-log-file, byte-compile-log-1): Don't set
1653 `byte-compile-current-file' to nil. Instead set
1654 `byte-compile-last-logged-file' to it. Test whether
1655 byte-compile-current-file equals byte-compile-last-logged-file
1656 instead of whether its nil.
3b6542ba 1657 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1658
6db6243b
SM
16592000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1660
1661 * textmodes/refill.el: Fix var names in doc.
1662 (refill-mode): Don't bother with make-local-hook anymore.
1663
98490598
MB
16642000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1665
e01cd227
MB
1666 * faces.el (face-user-default-spec, face-default-spec): New functions.
1667 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1668 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1669 Use `face-user-default-spec'. Simplify code slightly.
1670
4836835a 1671 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1672 (woman-unknown-face): Add dark-background variants.
1673 (woman-default-faces): Renamed from `woman-colour-faces'.
1674 Set using the stored defaults, rather than using hard-wired colors.
1675 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1676 Just make the foreground `unspecified' rather than "black".
1677 (woman-menu): Rename menu entries accordingly.
1678
98490598
MB
1679 * faces.el (header-line): Make more reasonable on mono/grayscale
1680 displays.
1681
1a578e9b
AC
16822000-10-23 Andrew Choi <akochoi@i-cable.com>
1683
1684 * cus-edit.el (custom-button-face): Use 3D look for mac.
1685 (custom-button-pressed-face): Likewise.
1686
1687 * faces.el (set-face-attributes-from-resources): Handle mac frames
1688 in the same way as x and w32 frames.
1689 (face-valid-attribute-values): Likewise.
1690 (read-face-attribute): Likewise.
1691 (defined-colors): Likewise.
1692 (color-defined-p): Likewise.
1693 (color-values): Likewise.
1694 (display-grayscale-p): Likewise.
1695 (face-set-after-frame-default): Likewise.
1696 (mode-line): Same default face as for x and w32.
1697 (tool-bar): Likewise.
1698
1699 * frame.el: Remove call to frame-notice-user-settings at end of
1700 the file.
1701
1702 * info.el (Info-fontify-node): make underlines invisible for mac
1703 as for x, pc, and w32 frame types.
1704
1705 * term/mac-win.el: New file.
1706
aaaf7be7
DL
17072000-10-22 Dave Love <fx@gnu.org>
1708
1709 * textmodes/refill.el: New file.
1710
5392d654
AS
17112000-10-22 Andre Spiegel <spiegel@gnu.org>
1712
4836835a 1713 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1714 MANUAL and REGEXP.
4836835a 1715 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1716 New functions.
1717 (vc-before-save): Use the latter.
1718 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1719 confusion.
1720
4836835a 1721 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1722 expected by vc[-hooks].el.
1723
1724 * vc.el (vc-checkout): Added `-p' suffix in call to
1725 vc-make-version-backups-p; use vc-make-version-backup to actually
1726 make the backup.
1727 (vc-version-other-window, vc-version-backup-file): Handle both
1728 automatic and manual backups.
1729 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1730 of all of them.
1731
1e221c16
MB
17322000-10-22 Miles Bader <miles@gnu.org>
1733
7ff4fda5
MB
1734 * comint.el (comint-highlight-input, comint-highlight-prompt):
1735 Renamed, `-face' at end removed.
1736 (comint-send-input, comint-output-filter): Use renamed faces.
1737
3511cde8
MB
1738 * window.el (fit-window-to-buffer): Change defaulting of
1739 MAX-HEIGHT slightly.
1740
1e221c16
MB
1741 * faces.el (color-values, color-defined-p): Use `member', not
1742 `memq', because it works correctly for strings.
1743 (frame-set-background-mode): Actually, "unspecified-fg" and
1744 "unspecified-bg" *are* strings. Use `member', not `memq', and
1745 `equal', not `eq', when a string value is possible.
1746
b6ef4898
EZ
17472000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1748
1749 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1750
34939e2c
SM
17512000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1752
1753 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1754 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1755 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1756 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1757 (sh-font-lock-syntactic-keywords): Use them.
1758 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1759 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1760 (sh-mode): Don't override font-lock-unfontify-region-function.
1761 Use a copy of sh-font-lock-syntactic-keywords.
1762 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1763 Don't call sh-scan-buffer since font-lock does it on the fly.
1764 (sh-get-indent-info): Use `face' rather than `syntax-table'
1765 text-property to detect here-documents.
1766 Replace sh-special-syntax with sh-st-punc.
1767 (sh-prev-line): Use `face' rather than `syntax-table'
1768 text-property to skip over here-documents.
1769 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1770 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1771 (sh-electric-less, sh-set-here-doc-region)
4836835a 1772 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1773 (sh-scan-buffer, sh-rescan-buffer): Remove.
1774
f3d3c491
AI
17752000-10-21 Andrew Innes <andrewi@gnu.org>
1776
1777 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1778 remote (ange-ftp) file names.
1779
b86c791c
MB
17802000-10-21 Miles Bader <miles@gnu.org>
1781
d9c30bdf
MB
1782 * window.el (fit-window-to-buffer): New function.
1783 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1784 (window-text-height): Don't expect minibuffers to have mode-lines.
1785
d9c30bdf 1786 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1787 * international/quail.el (quail-update-guidance): Use
1788 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1789
617fee5a
MB
1790 * international/quail.el (quail-show-guidance-buf): Make sure
1791 guidance window really has enough room.
1792 (quail-update-guidance): If quail-guidance-win is already shown,
1793 make sure its height is OK.
1794
b86c791c
MB
1795 * window.el (window-text-height, set-window-text-height):
1796 New functions.
1797 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1798 instead of `window-height' & `mode-line-window-height-fudge'.
1799 (mode-line-window-height-fudge): Add FACE parameter.
1800 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1801 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1802
e34850d1
MB
18032000-10-20 Miles Bader <miles@gnu.org>
1804
1805 * window.el (height-affecting-face-attributes): Use `defconst'.
1806
1807 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1808 New function, conditionally aliased to `mode-line-window-height-fudge'.
1809 (ispell-help): Use it.
1810 (ispell-choices-win-default-height): Don't include mode-line fudge.
1811 (ispell-choices-win-default-height): New function.
1812 (ispell-show-choices, ispell-command-loop): Use function
1813 `ispell-choices-win-default-height' instead of variable.
1814
a8b883c2
MB
18152000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1816
8c6e4a58
MB
1817 * window.el (mode-line-window-height-fudge): New variable.
1818 (height-affecting-face-attributes): New variable.
1819 (mode-line-window-height-fudge): New function.
1820 (shrink-window-if-larger-than-buffer): Use it.
1821 * help.el (resize-temp-buffer-window): Likewise.
1822
a8b883c2
MB
1823 * info.el (Info-fontify-node): Add support for @subsubsection
1824 titles, which use `Info-title-4-face'.
1825 (Info-title-4-face): New face.
1826 (Info-title-3-face): Inherit from Info-title-4-face instead of
1827 variable-pitch.
1828
e64c3a75
JR
18292000-10-19 Jason Rumney <jasonr@gnu.org>
1830
1831 * dired.el (dired-insert-directory): Do not let errors signalled by
1832 attempt to run dired-free-space-program prevent dired from working.
1833
c70fe852
SM
18342000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1837
877cf6b4
GM
18382000-10-19 Gerd Moellmann <gerd@gnu.org>
1839
5de037e0
GM
1840 * dirtrack.el (dirtrack): Fix call to run-hooks.
1841
6deb9af9
GM
1842 * cmuscheme.el (cmuscheme-program-name): Renamed from
1843 scheme-program-name because xscheme.el contains a defcustom with
1844 the same name. As a consequence, customizing group `cmuscheme'
1845 loaded `xscheme' which redefined run-scheme.
1846 (run-scheme): Use cmuscheme-program-name.
1847
877cf6b4
GM
1848 * ps-print.el (ps-print-emacs-type): Move into the
1849 eval-and-compile.
1850
e597d8fb 1851 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1852 anonymous address, and add a website for Befrienders International.
4836835a 1853
3e9cb08f
GM
18542000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1855
c70fe852
SM
1856 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1857 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1858 (ps-print-version): New version number (6.2).
1859 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1860 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1861 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1862 (ps-x-extent-priority, ps-x-extent-start-position)
1863 (ps-x-face-font-instance, ps-x-find-coding-system)
1864 (ps-x-font-instance-properties, ps-x-make-color-instance)
1865 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1866 avoid compilation gripes without defining functions.
1867 (ps-e-find-composition): Alias for function find-composition, to have a
1868 suitable function depending on Emacs version.
1869 (ps-color-device, ps-color-values, ps-face-foreground-name)
1870 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1871 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1872 (ps-print-ensure-fontified): Function definitions surrounded by
1873 `eval-and-compile' to avoid compilation gripes.
1874 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1875 by symbol-value to avoid compilation gripes.
1876 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1877 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1878
d8abcd91
MB
18792000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1880
13ab33c4
MB
1881 * startup.el (normal-top-level): Call `frame-set-background-mode'
1882 after `frame-notice-user-settings' because the latter doesn't call
1883 the former on a tty.
1884
d8abcd91
MB
1885 * faces.el (frame-set-background-mode): `unspecified' &c are
1886 symbols, not strings.
1887
e8bce0a9
EZ
18882000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1889
c70fe852
SM
1890 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1891 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1892
c70fe852
SM
1893 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1894 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1895
773272d8
KH
18962000-10-19 Kenichi Handa <handa@etl.go.jp>
1897
c70fe852 1898 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1899 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1900 for ISO10646-1 fonts.
1901 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1902
772139c0
EZ
19032000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1904
1905 * faces.el (frame-set-background-mode): If a tty frame defines a
1906 background color, use that to compute the background mode, instead
1907 of always defaulting to "dark".
1908
d134a19f
MB
19092000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1910
8bb84cb2
MB
1911 * comint.el (comint-write-output): New function.
1912 (comint-mode-map): Add it to the menu.
e40a778f 1913 Bind `C-c C-s' to comint-write-output.
d134a19f 1914
dada41e1
GM
19152000-10-18 Gerd Moellmann <gerd@gnu.org>
1916
1917 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1918 Use fancy-splash-delay.
1919
9b5360aa
GM
19202000-10-18 Alex Schroeder <alex@gnu.org>
1921
1922 * progmodes/sql.el (sql-sybase-options): New option.
1923 (sql-sybase): Use it. Add sql-database to the list of parameters
1924 provided for login. The options -w 2048 -n are not used any more.
1925
9035a35a
GM
1926 * comint.el (comint-read-input-ring): Bugfix such that the first
1927 and the last entry of the input ring file are not lost.
1928
3556c6dd
GM
19292000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1930
1931 * ps-print.el: Internal variable changes to defcustom,
1932 make-local-hook changes to defvar. Doc fix.
1933 (ps-print-version): New version number (6.1).
1934 (ps-setup, ps-do-despool): Code fix.
1935 (ps-printer-name): Customization fix.
1936 (ps-printer-name-option): Now is a defcustom instead of an
1937 internal variable.
1938 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1939 (ps-print-begin-column-hook): Now are defvar instead of
1940 make-local-hook.
4836835a 1941
4e217e50
MB
19422000-10-18 Miles Bader <miles@gnu.org>
1943
1944 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1945 (comint-kill-output): Changed into an alias for `comint-delete-output',
1946 and made obsolete.
1947 (comint-mode-map): Rename references to comint-kill-output.
1948
34460354
EZ
19492000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1950
1951 * diff-mode.el (diff-header-face, diff-file-header-face)
1952 (diff-changed-face): Add bold and italic attributes to tty faces.
1953 (diff-function-face): New face.
1954 (diff-font-lock-keywords): Use it.
1955
17ea3cdb
MB
19562000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1957
1958 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1959 Remove commented-out call to force-mode-line-update.
1960 (comint-kill-output): Use `forward-line 0' instead of
1961 beginning-of-line to make sure we get past the prompt.
1962
9244f2c7
SM
19632000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1964
1965 * diff-mode.el (diff-header-face, diff-file-header-face):
1966 Add specific setting for dark background.
1967 (diff-context-face): Renamed from diff-comment-face.
1968 Set explicitly rather than inheriting from font-lock-comment-face.
1969
1592c1ef
EZ
19702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1971
1972 * startup.el (command-line): Move the code which sets the default
1973 TTY colors to before before-init-hook.
1974
f86292a9
GM
19752000-10-17 Gerd Moellmann <gerd@gnu.org>
1976
1977 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1978
f7f2e883
EZ
19792000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1980
e854cc22
EZ
1981 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1982 extensions, for MS-DOS.
1983
f7f2e883
EZ
1984 * diff-mode.el (diff-header-face, diff-file-header-face)
1985 (diff-changed-face): Define tty-specific colors.
1986
c7b4f0f9
GM
19872000-10-17 Gerd Moellmann <gerd@gnu.org>
1988
1989 * startup.el (fancy-splash-text): Realign the text.
1990
12a72271
EZ
19912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1992
1993 * font-lock.el (font-lock-comment-face): Define a separate default
1994 for dark-background tty's.
1995
61dfccfd
MB
19962000-10-17 Miles Bader <miles@gnu.org>
1997
1998 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1999 being obscured by whizzy mode-lines on graphics displays.
2000
333cd59e
EZ
20012000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2002
2003 * info.el (Info-title-1-face, Info-title-2-face)
2004 (Info-title-3-face): Define colors for tty's.
dada41e1 2005 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2006
dbf1fcc1
EZ
20072000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2010 reverse from the frame parameters, and don't invert foreground and
2011 background colors.
2012
ac629823
MB
20132000-10-16 Miles Bader <miles@gnu.org>
2014
2015 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2016 string "*Info*". Call propertized-buffer-identification to spruce
2017 up the result.
2018
76eebffc
GM
20192000-10-16 Gerd Moellmann <gerd@gnu.org>
2020
3a6b59d9
GM
2021 * help.el: Provide `help' for the sake of define-minor-mode
2022 which generates defcustoms with requires.
2023
6569c3d3
GM
2024 * jit-lock.el (jit-lock-after-change): If we're in text that
2025 matches a multi-line font-lock pattern, make sure the whole text
2026 will be redisplayed.
2027
c2e0a611
GM
2028 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2029 author's name is unknown.
2030
76eebffc
GM
2031 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2032 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2033 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2034 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2035 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2036 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2037 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2038 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2039 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2040 Add author information.
2041
cf1e7b12
MB
20422000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2043
2044 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2045 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2046 full-color version (using the Gimp) to eliminate dithering artifacts.
2047
5586f3eb
SM
20482000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2049
2050 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2051
2052 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2053
ad64a888
DL
20542000-10-15 Dave Love <fx@gnu.org>
2055
2056 * progmodes/sh-script.el: Require skeleton and comint when
2057 compiling.
2058
2059 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2060
2061 * whitespace.el: Doc fixes.
2062 (top-level): Don't add hooks here.
2063 (whitespace-running-emacs): Deleted.
2064 (timer): Don't require.
2065 (whitespace): Add back :version conditional on xemacs test.
2066 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2067 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2068 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2069 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2070 Avoid specific xemacs test.
2071 (whitespace-global-mode): New option.
2072 (whitespace-global-mode): New command.
2073 (whitespace-unload-hook): New function.
2074
2075 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2076 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2077 (Info-fontify-node): `Goto' goes to `Go to'.
2078 (Info-fontify-node): Add help-echo to xref links.
2079
1ef49fc6
EZ
20802000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2081
2082 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2083
8b7707e1
SM
20842000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2085
b3b7f42f
SM
2086 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2087 Use plist-get and allow :inherit.
2088
2089 * emacs-lisp/cl-macs.el (cl-do-arglist):
2090 Use plist-get and plist-member instead of memq.
2091
3c7fafc7
SM
2092 * emacs-lisp/ewoc.el (ewoc-location): New function.
2093 (ewoc-enter-after, ewoc-enter-before): Document return value.
2094 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2095 Don't need make-local-hook any more.
2096 (cvs-addto-collection): Return the new tin.
2097 (cvs-mode-insert): Jump to the new line.
2098
8b7707e1
SM
2099 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2100
2101 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2102
2103 * font-lock.el (font-lock-syntactically-fontified): New var.
2104 (font-lock-fontify-syntactic-keywords-region): Use it.
2105 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2106
2107 * diff-mode.el (diff-find-file-name): Fix regexp.
2108
2109 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2110 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2111
2112 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2113 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2114 (sh-mode): Don't make all vars local here.
2115 (sh-kw): Reformat.
2116 (sh-set-shell): Use dolist. Don't set indent-region-function.
2117 (sh-mode-syntax-table): Use pop.
2118 (sh-remember-variable): Use push.
2119 (sh-help-string-for-variable): Use memq.
2120 (sh-safe-backward-sexp): Remove.
2121 (sh-safe-forward-sexp): Add ARG.
2122 (sh-get-indent-info, sh-prev-stmt): Use it.
2123 (sh-prev-line): Simplify by using forward-comment.
2124 (sh-this-is-a-continuation): Simplify.
2125 (sh-learn-buffer-indent): Use dolist.
2126 (sh-do-nothing): Remove.
2127 (sh-set-char-syntax, sh-set-here-doc-region):
2128 Use inhibit-modification-hooks.
2129 (sh-name-style): Use mapcar and push.
2130 (sh-load-style): Use dolist.
2131 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2132 (sh-case, sh-while-getopts): Use propertize directly rather
2133 than sh-electric-rparen.
2134
21352000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2136
2137 * textmodes/tex-mode.el: Require CL when compiling.
2138 (tex-mode-syntax-table): Init immediately.
2139 (tex-mode-map): Bind M-RET to latex-insert-item.
2140 (latex-mode): Set indent-line-function to latex-indent.
2141 (tex-common-initialization): Don't setup the syntax-table any more.
2142 (latex-insert-item): New skeleton.
2143 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2144 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2145 (latex-indent, latex-find-indent): New functions.
4836835a 2146 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2147 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2148 (tex-compilation-parse-errors): Use with-syntax-table.
2149
86b7fcbb
MB
21502000-10-15 Miles Bader <miles@gnu.org>
2151
2152 * font-lock.el (font-lock-comment-face): Change dark-background,
2153 color, non-tty, default to `chocolate1'.
2154
57a24508
JW
21552000-10-13 John Wiegley <johnw@gnu.org>
2156
2157 * eshell/esh-util.el (require): Added a missing `require' form,
2158 needed when compiling (for an ange-ftp macro definition).
2159
40ad3db4
DL
21602000-10-13 Dave Love <fx@gnu.org>
2161
2162 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2163
db460189
GM
21642000-10-13 Gerd Moellmann <gerd@gnu.org>
2165
b41c9501
GM
2166 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2167 fix.
2168
4836835a 2169 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2170 transparent -colors 8).
2171
3b5e21df
GM
21722000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2173
2174 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2175 that breaks with old list format timestamps.
2176 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2177 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2178 strings.
2179
16908a3f
JW
21802000-10-13 John Wiegley <johnw@gnu.org>
2181
d7103dda
JW
2182 * align.el, pcomplete.el, calendar/timeclock.el,
2183 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2184
dace60cf 2185 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2186 faulty math, where holiday hours were being computing as seconds.
2187
b6b70cda
JW
21882000-10-13 John Wiegley <johnw@gnu.org>
2189
2190 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2191 specifying what "other" kinds of buffers should be saved. This
2192 used to be hard-coded.
2193 (desktop-buffer-misc-functions): A global for specifying how
2194 auxiliary data should be determined for special buffer types.
2195 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2196 instead of hard-coding the special buffer types.
2197 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2198 auxiliary data, instead of hard-coding for Info buffers and dired.
2199 (desktop-buffer-info-misc-data): Aux function for determining Info
2200 buffer auxiliary info.
2201 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2202 (desktop-buffer-info): Changed this function to use the info
2203 gathered above.
2204 (desktop-create-buffer): Be a little more careful about what
2205 `minor-mode' means before calling it. This is important for some
2206 buffer types.
2207
8c6b1d83
JW
22082000-10-13 John Wiegley <johnw@gnu.org>
2209
2210 * eshell/esh-util.el: Added a global form which declares an
2211 autoload for `parse-time-string', if that function is not already
2212 defined, and if parse-time.el is available on the user's system.
2213
2214 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2215 to be aware of ange-ftp user info.
2216 (eshell-do-ls): Bind `ange-cache'. Also, use
2217 `eshell-file-attributes'.
2218 (eshell-ls-annotate): Use `eshell-file-attributes'.
2219 (eshell-ls-file): Made the user-id printing code a bit smarter.
2220
2221 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2222 allow identification of alias user ids in remote directories.
2223 It's manual, but there's no other way to know when the current
2224 user on the local machine, is also the owning user on the remote
2225 machine.
2226 (fboundp): Bind `ange-cache'.
2227 (eshell-directory-files-and-attributes): Re-organized the logic a
2228 bit to use `eshell-file-attributes' instead of `file-attributes'.
2229 The former is more sensitive to directories that are read via FTP,
2230 and knows how to use ange-ftp to determine full attribute
2231 information, instead of just the name and last modtime.
2232 (eshell-current-ange-uids): Return the current user id when in a
2233 remote directory.
2234 (eshell-parse-ange-ls): Parse a full directory listing that has
2235 been returned by ange-ftp.
2236 (eshell-file-attributes): This beefed up version of
2237 `file-attributes' is only special if the user is currently in a
2238 remote directory, in which case it does a lot of work to find out
2239 what the real attributes of a file are, as they appear on the
2240 remote machine. This makes usage of remote directories (i.e.,
2241 ange-ftp pathnames) much more useful. You can now use Eshell as a
2242 full-fledged FTP client, with much more manipulation ability than
2243 most other clients.
2244
2245 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2246 variable, which means that Eshell's du should always be preferred
2247 in remote directories.
2248 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2249 just `file-attributes'.
2250 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2251 when reading remote directories. This is an Eshell-specific
2252 variable (not part of ange-ftp).
2253 (eshell/ln): Bind `ange-cache'.
2254 (eshell/du): Added some extra logic for determining when to use
2255 Eshell's du (which is slow), and when to use the external version
2256 (which may or may not exist).
2257
2258 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2259 `eshell-interactive-process', rather than using
2260 `get-buffer-process', since backgrounded processes don't count in
2261 the context of this function's logic.
2262
2263 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2264 `forward-char', so that null strings are parsed correctly.
2265
87730e84 22662000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2267
2268 * eshell/em-pred.el (eshell-pred-file-type,
2269 eshell-pred-file-links, eshell-pred-file-size): Use
2270 `eshell-file-attributes'. This is more correct over ange-ftp.
2271
2272 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2273 that remote file globbing is more efficient.
2274
2275 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2276 gathering the files and attributes within a directory.
2277
2278 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2279 the command line is a special file (not a regular file, directory
2280 or symlink), always attempt to call the external version of cat.
2281
87730e84 22822000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2283
2284 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2285 Eshell-friendly version of find-tag.
2286
1c7e37a9
MB
22872000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2288
4836835a 2289 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2290 (image-file-name-regexps): Add autoload cookies.
2291
11a7f341
KH
22922000-10-13 Kenichi Handa <handa@etl.go.jp>
2293
2294 * international/mule-cmds.el (select-safe-coding-system): If FROM
2295 is string, show it in *Warning* buffer.
2296
8ddddcb0
EZ
22972000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2298
2299 * startup.el (normal-top-level): Use display-popup-menus-p instead
2300 of window-system.
2301 (command-line): Use display-graphic-p instead of window-system.
2302 (command-line-1): Use display-popup-menus-p and display-mouse-p
2303 instead of window-system.
2304
72200f89
SS
23052000-10-12 Sam Steingold <sds@gnu.org>
2306
2307 * tooltip.el (tooltip-use-echo-area): New user variable.
2308 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2309
8661c643
DL
23102000-10-12 Dave Love <fx@gnu.org>
2311
d0b40dc1
DL
2312 * recentf.el: Maintainer's checkdoc fixes.
2313
a622451f
DL
2314 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2315 character class, not ASCII when matching file names.
2316 (fancy-splash-head): Add trailing slash to URL.
2317 (command-line): Don't require XPM support for toolbar.
2318
8661c643
DL
2319 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2320 (cperl-invalid-face): Revert last change.
2321 (cperl-init-faces): Quote cperl-invalid-face.
2322
ef2ed8ab
KH
23232000-10-12 Kenichi Handa <handa@etl.go.jp>
2324
2325 * startup.el (fancy-splash-text): Remove superfluous quote.
2326
b0da379e
GM
23272000-10-12 Gerd Moellmann <gerd@gnu.org>
2328
dbeb499b
GM
2329 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2330 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2331 (command-line-1): Don't use fancy-splash-pending-command.
2332 (fancy-splash-screens-1): Goto point-min after inserting text.
2333
d861718a
GM
2334 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2335
b0da379e
GM
2336 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2337 instead of shared-lisp-mode-map.
2338
4fb2ad98
MB
23392000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2340
1cb4393e
MB
2341 * faces.el (header-line): Change tty-variant to use underlining.
2342
4fb2ad98
MB
2343 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2344 (isearch-highlight): Restore lazy-isearch face properties at old
2345 position, and suppress them at new position.
2346 (isearch-dehighlight): Restore lazy-isearch face properties.
2347 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2348 over the real isearch overlay, but in that case, don't give it a
2349 face property. Use `push'.
2350
eb991b25
KH
23512000-10-12 Kenichi Handa <handa@etl.go.jp>
2352
2353 * man.el (Man-getpage-in-background): Fix previous change.
2354 Decode the process output only when we are in multibyte mode.
2355
a818c1c0
DL
23562000-10-11 Dave Love <fx@gnu.org>
2357
c990f53a
DL
2358 * info.el (Info-mode-menu): Fix some help.
2359 (info-tool-bar-map): Add entry for Info-last.
2360
a818c1c0
DL
2361 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2362 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2363 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2364 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2365 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2366 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2367 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2368 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2369 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2370 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2371 Reduce colour requirements to 25 overall. (Probably wants
2372 revisiting from the originals to reduce further.)
2373
c1b096cb
EZ
23742000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2375
2376 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2377 buffer-file-coding-system, instead of raw-text.
2378 (dehexlify-buffer): Bind coding-system-for-read to
2379 buffer-file-coding-system, instead of raw-text.
2380
5c8b7eaf
SS
23812000-10-11 Sam Steingold <sds@gnu.org>
2382
2383 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2384 `underline' - fixes the bug introduced on 2000-09-21.
2385
2cfbdb7a
DL
23862000-10-11 Dave Love <fx@gnu.org>
2387
2388 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2389 compiler warnings.
2390 (scheme-mode): Doc fix.
2391 (scheme-font-lock-keywords-1): Match `define-syntax'.
2392
23932000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2394
2395 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2396 face specs as well as default ones. Only do anything if the
2397 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2398 (region): Make dark-background `region' face less in-your-face.
4b33f290 2399
690ec649
SS
24002000-10-10 Sam Steingold <sds@gnu.org>
2401
2402 * chistory.el, ielm.el, ledit.el:
2403 * progmodes/inf-lisp.el, progmodes/scheme.el:
2404 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2405
3b95d6bb
SM
24062000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2407
2408 * textmodes/texinfo.el: Update copyright and fix typo.
2409
2410 * desktop.el (desktop-modes-not-to-save): New var.
2411 (desktop-save-buffer-p): Use it.
2412 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2413 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2414
d646c828
DL
24152000-10-10 Dave Love <fx@gnu.org>
2416
2417 * toolbar/tool-bar.el (tool-bar-add-item)
2418 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2419 display.
2420
d646c828
DL
2421 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2422 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2423 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2424 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2425 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2426 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2427 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2428 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2429 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2430 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2431 the .xpms; probably need retouching.
2432
862a7e28
MB
24332000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2434
2435 * subr.el (add-to-list): Add optional argument APPEND.
2436 * battery.el (display-battery): Use `add-to-list'.
2437
46e33aee
TTN
24382000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2439
930baf47
TTN
2440 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2441 these vars as symbol properties.
2cfbdb7a
DL
2442 (zone, zone-when-idle, zone-leave-me-alone)
2443 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2444
5a430f9c
TTN
2445 * battery.el (display-battery): Doc spelling fix.
2446
46e33aee
TTN
2447 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2448 property.
2449
adf7d3a8
DL
24502000-10-09 Dave Love <fx@gnu.org>
2451
2452 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2453 has been initialized before calling tool-bar-setup.
c2156508 2454 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2455
06a8c9f8
EZ
24562000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2457
e4ca8f8c
EZ
2458 * menu-bar.el (send-mail-item-name): New function.
2459 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2460 of mail-user-agent in the menu. Don't display the "Send Mail"
2461 item if mail-user-agent is nil or its value is ignore.
2462 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2463 if read-mail-command is nil or its value is ignore.
2464
06a8c9f8
EZ
2465 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2466
7dbc9c8a
MB
24672000-10-09 Miles Bader <miles@gnu.org>
2468
29e0814b
MB
2469 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2470 Correct image size.
2471 * toolbar/left_arrow.xpm: Correct image size.
2472
7dbc9c8a
MB
2473 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2474 will be done by the definition of `auto-compression-mode' if
2475 necessary. Move code to uninstall existing file-name handler
2476 before definition of `auto-compression-mode'.
2477
2478 * image-file.el (auto-image-file-mode): Move to the end of the
2479 file, because `define-minor-mode' actually calls the mode-function
2480 if the associated variable is non-nil, which requires that all
2481 needed functions be already defined.
2482
65b61266
MB
2483 * mouse.el (popup-menu): Balance parens.
2484
d6b8c85b
SM
24852000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2486
2487 * mouse.el (popup-menu): Move the command call outside the loop
2488 so that popup-menu returns whatever the command returns.
2489
2490 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2491 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2492 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2493 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2494
2495 * vc.el (vc-version-diff): diff-switches can be a list.
2496 Use relative filenames for prettier output.
2497
46e33aee 2498 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2499 (vc-post-command-functions): Remove old-VC compatibility code.
2500
2501 * newcomment.el (comment-indent-default): Autoload.
2502
2503 * font-lock.el (font-lock-defaults): Make buffer-local.
2504 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2505 (font-lock-choose-keywords):
2506 Ignore LEVEL unless KEYWORDS is a list of syms.
2507 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2508 Don't wrap regexp-opt things in \(...\) unnecessarily.
2509
2510 * jit-lock.el: Don't require font-lock any more.
2511 (jit-lock-functions): Make buffer-local.
2512 (jit-lock-saved-fontify-buffer-function): Remove.
2513 (jit-lock-mode): Remove autoload cookie.
2514 Remove font-lock specific code.
2515 (jit-lock-unregister): Don't bother handling complex hooks any more.
2516 (jit-lock-refontify): New function.
2517 (jit-lock-fontify-buffer): Use it.
2518 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2519 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2520 Add optional args START and END.
2521 Never call font-lock-fontify-region directly.
2522 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2523
2524 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2525
a30ed6ac
DL
25262000-10-08 Dave Love <fx@gnu.org>
2527
4e7c7ca9
DL
2528 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2529
2530 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2531
2532 * play/studly.el (studlify-region, studlify-word): Add autoload
2533 cookie.
2534
2535 * play/morse.el (morse-region, unmorse-region): Add autoload
2536 cookie.
2537
2538 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2539 concat.
2540
2541 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2542 insist on symbols starting with word syntax.
2543 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2544 (eval-defun-1): Doc fix.
2545 (indent-sexp): Use nconc to build up indent-stack.
2546
2547 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2548 Gnus with little use.
2549 (mail-setup-hook): Add mail-abbrevs-setup to options.
2550
968f7c4a
DL
2551 * recentf.el: Doc fixes.
2552
2553 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2554 Clean up remainder.
2555
2556 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2557 without timezone and (8) with timezone to enforce some whitespace.
2558 Simplify code somewhat.
2559
2560 * options.el (list-options): Doc that you should use customize.
2561
2562 * iswitchb.el (iswitchb-mode): Add :require.
2563
a30ed6ac
DL
2564 * info.el (Info-goto-node, Info-menu): Doc fix.
2565 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2566 (info-tool-bar-map): New variable.
2567 (Info-mode): Use it.
2568 (Info-edit-map): Define all in defvar.
2569 (speedbar-attached-frame): Avoid compiler warning.
2570
2571 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2572 (global-map): Bind [tool-bar] to a filtered map.
2573 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2574 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2575 Allow PBM icons.
2576 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2577
2578 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2579 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2580 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2581 icons, except up_arrow, which is left-arrow rotated.
2582
2583 * imenu.el (imenu-add-to-menubar): Fix last change.
2584
4e953aff
PB
25852000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2586
2587 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2588 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2589
739e92a7
EZ
25902000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2591
d20faceb
EZ
2592 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2593 typos in doc strings.
2594
a640322e
EZ
2595 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2596 the doc strings how to customize Font Lock faces.
2597
739e92a7
EZ
2598 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2599 computing growth when dragging the header line.
2600
8be7408c
EZ
26012000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2602
2603 * simple.el (kill-line): Doc fix.
2604
6fee86a3
MB
26052000-10-08 Miles Bader <miles@gnu.org>
2606
445a653e
MB
2607 * faces.el (secondary-selection): Make foreground visible on tty.
2608
6fee86a3
MB
2609 * jka-compr.el (auto-compression-mode): Move to the end of the
2610 file, because `define-minor-mode' actually calls the mode-function
2611 if the associated variable is non-nil, which requires that all
2612 needed functions be already defined.
2613 (with-auto-compression-mode): Add autoload cookie.
2614
a115794c
EZ
26152000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2616
2617 * files.el (find-backup-file-name) [ms-dos]: If support for long
2618 file names is not available, behave as if version-control were set
2619 to never.
2620
b12e6de3
DL
26212000-10-07 Dave Love <fx@gnu.org>
2622
2623 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2624 (browse-url-gnome-moz): New function.
2625 (browse-url-browser-function): Use it.
2626 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2627
20b1d079
SM
26282000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2629
2630 * indent.el (tab-always-indent): New var.
2631 (indent-for-tab-command): Use it.
39250ec3 2632
9ee45b2c 2633 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2634 raise an error. This way it can still default to a sane value.
9ee45b2c 2635
8c6b1d83
JW
26362000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2637
39250ec3
SM
2638 * startup.el (fancy-splash-screens): Use local rather than global map.
2639 Don't use `update-menu-bindings' any more.
2640 Get rid of assumptions about keymap representation.
2641
a23ccdf2
DL
26422000-10-06 Dave Love <fx@gnu.org>
2643
814299a7 2644 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2645 (sentence-end-without-period): Doc fix.
2646 (adaptive-fill-regexp): Purecopy.
2647 (unjustify-current-line): Use line-end-position.
2648 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2649
2650 * net/eudc-vars.el (eudc): Add :version, :link.
2651
39250ec3 2652 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2653
2654 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2655 Fix for define-minor-mode.
2656 (function-at-point): Alias to function-called-at-point.
2657
2658 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2659
2660 * simple.el (backward-word): Doc fix.
2661
a23ccdf2
DL
2662 * image-file.el (image-file-name-regexp): image-file-regexps ->
2663 image-file-name-regexps.
742c1822 2664 (image-file-name-extensions): Add pbm.
a23ccdf2 2665
39250ec3
SM
26662000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2667
2668 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2669 and add filename to the names so that diff-mode can jump to source.
2670
2671 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2672 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2673 (tex-font-lock-keywords-1): Remove.
2674 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2675 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2676 (font-lock-default-fontify-region):
2677 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2678 (font-lock-fontify-anchored-keywords):
2679 Include the anchor text as part of the multiline.
2680
8d5dfacd
GM
26812000-10-06 Gerd Moellmann <gerd@gnu.org>
2682
2683 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2684 latter needs the autoloaded define-minor-mode macro during the
2685 bootstrap.
2686
2687 * startup.el (command-line): For now, activate tool-bar-mode only
2688 if XPM images are supported.
2689
2690 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2691 window by dragging a header-line at the top of the frame; that's
4c19fbce 2692 confusing because the header-line doesn't move.
8d5dfacd
GM
2693 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2694 of treating the event as a list. Some cleanup.
2695
f69aad2b 26962000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2697
f69aad2b
MB
2698 * simple.el (display-message-or-buffer): New function.
2699 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2700
09cb7646
MB
2701 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2702 docstring parts.
2703
814299a7 2704 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2705 (smbclient-prompt-regexp): Add usage note to doc string.
2706 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2707 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2708 Use add-hook for adding the comint filter function, and only do so
2709 if it's not already in the global hook list.
2710 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2711 to `make-local-variable'.
2712 (nslookup-font-lock-keywords): Remove prompt entry.
2713 (nslookup): Don't set the process-filter.
2714 (finger): Exit the loop correctly when the regexps list runs out.
2715 (ftp, smbclient, smbclient-list-shares):
2716 Set the real major mode immediately, not after execing.
2717 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2718
2719 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2720
4c19fbce
SM
27212000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2722
2723 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2724
2725 * which-func.el (which-func-format): Remove spurious space.
2726 (which-func-mode): Don't make it permanent-local.
2727 (which-func-ff-hook): Allow which-func-maxout to be nil.
2728 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2729 (which-func-mode): Simplify.
2730 Use post-command-idle-hook rather than post-command-hook.
2731 Go through all buffers and update their state.
2732 (which-function): Also try add-log-current-defun-function.
2733
2734 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2735 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2736 Update call to with-vc-properties accordingly.
2737 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2738 (vc-revert-buffer): More careful about window selection and deletion.
2739 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2740
2741 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2742 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2743 (cvs-dired-action): Change the default to quickdir.
2744
2745 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2746 if comment-indent-function returns nil.
2747 (comment-indent-default): New function.
2748 (comment-indent-function): Use it and document the new semantics.
2749
2750 * image-file.el: Docstring fixes.
2751
2752 * help.el (help-xref-on-pp): Use match-string.
2753 (describe-variable): New arg BUFFER.
2754 Store the current buffer in the help-xref-stack.
2755 (temp-buffer-resize-mode): Use define-minor-mode.
2756
2757 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2758 consistently with its docstring.
2759 Set jit-lock-first-unfontify-pos in an idempotent way.
2760 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2761
542c6552
GM
27622000-10-05 Alex Schroeder <alex@gnu.org>
2763
2764 * sql.el (sql-mysql-options): New variable.
2765 (sql-mysql): Use it.
2766
a3489ece
MB
27672000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2768
77f6105c
MB
2769 * image.el (image): New group.
2770
814299a7 2771 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2772 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2773
3478046b
PB
27742000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2775
2776 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2777 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2778 Ignore the value of wqindow-system; always define keywords
2779
22aca186
KH
27802000-10-05 Kenichi Handa <handa@etl.go.jp>
2781
2782 * startup.el (fancy-splash-screens): Remove the code for
2783 debugging; `(trace-to-stderr "EXITTT\n")'.
2784
55d5d717
MB
27852000-10-05 Miles Bader <miles@gnu.org>
2786
2787 * diff-mode.el (diff-goto-source): Update call to
2788 `diff-hunk-status-msg' to reflect new REV variable.
2789
41fa7178
SM
27902000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2791
2792 * progmodes/icon.el (icon-mode):
2793 Don't gratuitously override the default for comment-column.
2794
2795 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2796
2797 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2798 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2799 (jit-lock-functions): New var.
2800 (jit-lock-function-1): Use it if non-nil.
2801 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2802 Set the `fontified' property before doing the fontification to avoid
2803 repeatedly going through the same error.
2804 Don't turn errors into messages.
2805 (jit-lock-register, jit-lock-unregister): New functions.
2806
2807 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2808 Use with-current-buffer.
2809
2810 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2811 Turn comment into docstring.
2812
2813 * apropos.el (apropos-mode): Use define-derived-mode.
2814
3dc78168
GM
28152000-10-04 Gerd Moellmann <gerd@gnu.org>
2816
2817 * startup.el (fancy-splash-pending-command): New variable.
2818 (fancy-splash-pre-command): New function.
2819 (fancy-splash-screens): Rewritten.
2820 (command-line-1): If fancy-splash-pending-command is set, call it
2821 interactively.
2822
dae9dc56
DL
28232000-10-04 Dave Love <fx@gnu.org>
2824
2825 * toolbar/tool-bar.el (tool-bar-setup): New function.
2826 (tool-bar-mode): Use it.
2827
2828 * subr.el (substitute-key-definition): Doc fix.
2829 (play-sound-file): New command.
2830
3388f0a5
AS
28312000-10-04 Andre Spiegel <spiegel@gnu.org>
2832
814299a7 2833 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2834 vc-version-backup-file-name): New functions.
2835
2836 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2837
2838 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2839 vc-cvs-stay-local-p.
2840
2841 * vc.el (vc-revert-buffer): Handle empty diff properly.
2842 (vc-version-backup-file): New function.
2843 (vc-checkout): Create a version backup if necessary.
2844 (vc-checkin): If a version backup file exists, delete it.
2845 (vc-version-diff): Diff locally using version backups, if available.
2846 (vc-revert-file): If there's a version backup, revert locally.
2847 (vc-transfer-file): Use version backup for base version, if
2848 available. If not, ask for confirmation whether to get it from the
2849 server. Update mode line before check-in.
2850
ebd4825d
DL
28512000-10-04 Dave Love <fx@gnu.org>
2852
2853 * toolbar/tool-bar.el (tool-bar-setup): New function.
2854 (tool-bar-mode): Use it.
2855
1b24f4b7
PB
28562000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2857
3dc78168 2858 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2859 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2860 Only set if window-system is non-nil
2861 (net-utils-run-program): Returns buffer.
2862 (network-connection-reconnect): Added this function.
2863
814299a7
MB
2864 * generic.el:
2865 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2866 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2867 Uses cl compile-time macros.
3dc78168
GM
2868 (generic-mode-name, generic-comment-list)
2869 (generic-keywords-list, generic-font-lock-expressions)
2870 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2871 Removed variables.
2872 (generic-mode-alist): Renamed to generic-mode-list.
2873 (generic-find-file-regexp): Default changed to "^#".
2874 (generic-read-type): Uses completing read on generic-mode-list.
2875 (generic-mode-sanity-check): removed this function.
2876 (generic-add-to-auto-mode): Removed this function
3dc78168 2877 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2878 into function instead of putting them in alist.
2879 (generic-mode-set-comments): Reworked extensively.
2880 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2881 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2882
814299a7 2883 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2884 Make sure directory name ends with "/".
2885
814299a7 2886 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2887 Regexp now allows leading whitespace.
2888 (rc-generic-mode): Added eval-when-compile
2889 around generic-make-keywords-list.
2890 Deleted duplicate regexp
2891 (rul-generic-mode): Added eval-when-compile
2892 around generic-make-keywords-list.
2893 (etc-fstab-generic-mode): New generic mode.
2894 (rul-generic-mode): Removed one eval-when-compile
814299a7 2895 which caused a max-specpdl-size exceeded error.
1b24f4b7 2896
a7bf5cf3
MB
28972000-10-04 Miles Bader <miles@gnu.org>
2898
2899 * simple.el (minibuffer-temporary-goal-position): New variable.
2900 (next-history-element): Try to keep the position of point in the
2901 input string constant.
2902
2903 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2904 (dired-do-create-files): If there's only one file, pass it in as
2905 the DEFAULT arg to dired-mark-read-file-name.
2906
ce1087a9
SM
29072000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2908
2909 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2910 (diff-goto-source): Be smarter when choosing REVERSE or not.
2911
2912 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2913 (texinfo-mode-menu): Add an explicit shortcut for update all.
2914
0e41e1d6
AS
29152000-10-03 Andre Spiegel <spiegel@gnu.org>
2916
814299a7 2917 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2918 factorize backend-specific code cleanly (this was essentially
2919 conceived by Stefan Monnier).
2920 (vc-unregister): Function removed.
814299a7 2921 (vc-revert-file): New function.
858f7cb4
AS
2922 (vc-revert-buffer): Delegate some of the work to it.
2923
0e41e1d6
AS
2924 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2925 default branch unconditionally.
2926 (vc-rcs-set-default-branch): New function.
2927 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2928 (vc-rcs-checkin): If an appropriate default branch has been set,
2929 force creation of that branch.
858f7cb4
AS
2930 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2931 code (as suggested by Stefan Monnier).
0e41e1d6 2932
01c86c56
GM
29332000-10-02 Gerd Moellmann <gerd@gnu.org>
2934
45c477b4
GM
2935 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2936 highlighting overlay with a different face over the overlay
2937 isearch uses to highlight the current match because that can lead
2938 to bad face combinations.
2939
01c86c56
GM
2940 * loadup.el (toplevel): Load faces before isearch.
2941
2942 * isearch.el (isearch-faces): New custom group.
2943 (isearch): New defface; was already tested for in the code.
2944 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2945 (isearch-highlight): Always use face `isearch'.
2946
944425c0
DL
29472000-10-02 Dave Love <fx@gnu.org>
2948
2949 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2950 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2951 comparison of opcode with operand.
2952
2a099bcc
MB
29532000-10-03 Miles Bader <miles@gnu.org>
2954
2955 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2956 buffer, since the echo area will now grow to accommodate them.
2957
4300ecb8
AS
29582000-10-02 Andre Spiegel <spiegel@gnu.org>
2959
2960 * vc-hooks.el (vc-registered): If FILE used to be registered under
2961 a certain backend, try that one first.
2962
814299a7 2963 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2964 argument list. Handle multiple backends correctly.
2965 (vc-find-new-backend): Function removed.
2966 (vc-register): Use vc-responsible-backend, as before.
2967 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2968
64e6cc18
GM
29692000-10-02 Gerd Moellmann <gerd@gnu.org>
2970
2971 * startup.el (fancy-splash-head): Change message below the
2972 logo.
2973
00df919e
MB
29742000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2975
2976 * diff-mode.el (diff-goto-source): Emit a status message.
2977 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2978 (diff-test-hunk): Fix doc string.
00df919e
MB
2979 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2980 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2981 (diff-apply-hunk): Don't return a value.
00df919e 2982
ceec5a0c
SM
29832000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2984
2985 * vc.el (vc-editable-p): Minor optimization.
2986 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2987 (vc-find-new-backend): New function split from vc-responsible-backend.
2988 (vc-register): Use it.
2989 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2990 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2991 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2992 (vc-clear-headers): Don't use find-file.
2993 (vc-revert-buffer): Use `and' again (must have been a braino).
2994 (vc-switch-backend): Only prompt if requested.
2995 Short circuit if nothing is to be done.
2996 Don't use vc-resynch-buffer which could lose unsaved editing.
2997 (vc-default-receive-file): Update call to vc-unregister.
2998 (with-vc-file, vc-next-action-on-file):
2999 Use vc-backend rather than vc-registered.
3000 (vc-next-action-on-file): Use intern-soft.
3001 Deal with read-only *vc-diff* buffer.
3002 (vc-transfer-file): Docstring fix.
3003
3004 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3005 (vc-rcs-receive-file): Avoid with-vc-properties.
3006 Update call to vc-unregister.
3007 Use constant `RCS' rather than (dynamically bound) var `backend'.
3008
4ad5da8f
AS
30092000-10-01 Andre Spiegel <spiegel@gnu.org>
3010
814299a7 3011 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3012 is visited.
3013 (vc-start-entry): New argument initial-contents. Don't visit the file
3014 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3015 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3016 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3017 vc-start-entry.
3018 (vc-finish-logentry): Make sure to bury log buffer only if there
3019 really is one. Call `vc-resynch-buffer' on log-file, not
3020 buffer-file-name.
3021 (vc-default-comment-history, vc-default-wash-log): New functions.
3022 (vc-index-of): Removed.
3023 (vc-transfer-file): Make do without the above.
3024 (vc-default-receive-file): Call comment-history unconditionally. Pass
3025 the resulting string to vc-checkin, instead of inserting it into the
3026 comment ring.
3027
3028 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3029 unconditionally. Use the comments as initial contents of the log
814299a7 3030 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3031 changes.
3032
aa0c3dca
MB
30332000-10-01 Miles Bader <miles@gnu.org>
3034
3035 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3036 `recenter' with an arg to prevent redrawing the display.
3037
d5f5a2c5
SM
30382000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3039
3040 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3041
3042 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3043
814299a7 3044 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3045 Don't gratuitously override the default for comment-column.
3046
3047 * textmodes/tex-mode.el (latex-metasection-list): New var.
3048 (latex-imenu-create-index): Use it.
3049 Move the regexp construction outside loops (and use push).
814299a7 3050 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3051 (tex-font-lock-keywords): Moved from font-lock.el.
3052 (tex-comment-indent): Remove.
3053 (tex-common-initialization): Don't set comment-indent-function.
3054 (latex-block-default): New var.
3055 (tex-latex-block): Use it to provide a default choice.
3056 Add any unknown choice to latex-block-names.
3057 Insert [...] after {...}.
3058 (tex-last-unended-begin): Simplify regexp.
3059 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3060 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3061 (latex-mode): Set forward-sexp-function.
3062
3063 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3064 Add regexp for @ignore ... @end ignore.
3065 (texinfo-heading-face): New face.
3066 (texinfo-font-lock-keywords): Use it.
3067 (texinfo-mode-menu): New menu.
3068 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3069 New functions.
3070 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3071 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3072 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3073 Remove declaration.
3074 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3075
3076 * delsel.el (delete-selection-mode): Use define-minor-mode.
3077
3078 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3079
30802000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3081
3082 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3083
8a5506f2
GM
30842000-09-30 Gerd Moellmann <gerd@gnu.org>
3085
068127d6
GM
3086 * replace.el (keep-lines-read-args): New function.
3087 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3088 read arguments interactively. Add parameters RSTART and REND.
3089 Operate on the active region in Transient Mark mode.
3090
d777bb8f
GM
3091 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3092
8a5506f2
GM
3093 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3094 (authors-obsolete-files-regexps): New variable.
3095 (authors-add): Don't record changes in obsolete files.
3096
3fa87bfc
SM
30972000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3098
3099 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3100
3101 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3102 (comment-indent): Make sure there's a space between code and comment.
3103 Shift comments left to avoid going past fill-column.
3104
f02149ce
GM
31052000-09-29 Gerd Moellmann <gerd@gnu.org>
3106
3107 * startup.el (startup-echo-area-message): New function.
3108 (display-startup-echo-area-message): Use it.
3109 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3110 (fancy-splash-default-action): New function.
3111 (fancy-splash-screens-1): New function.
3112 (fancy-splash-head): Put a help-echo and a keymap under the image.
3113
a3ef6569
SM
31142000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3115
3116 * diff-mode.el (diff-add-log-file-name): Remove.
3117 (diff-mode): Use add-log-buffer-file-name-function.
3118
3119 * add-log.el (find-change-log): New arg BUFFER-FILE.
3120 (add-log-file-name): Obey add-log-file-name-function.
3121 (add-log-buffer-file-name-function): New var.
3122 (add-change-log-entry): Use it.
3123
75e5b373
MB
31242000-09-29 Miles Bader <miles@gnu.org>
3125
3126 * image-file.el (image-file-name-extensions): New variable.
3127 (image-file-name-regexps): Renamed from `image-file-regexps'.
3128 New default value is nil. Call `auto-image-file-mode'.
3129 (image-file-name-regexp): New function.
3130 (auto-image-file-mode): New minor mode.
3131 (insert-image-file): Don't make conditional on the image-file
3132 handler being enabled.
3133 (image-file-handler): Make the call here conditional instead.
3134 (set-image-file-handler-enabled, enable-image-file-handler)
3135 (disable-image-file-handler): Functions removed.
3136
3137 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3138 string.
3139
de6e1f7c
GM
31402000-09-29 Gerd Moellmann <gerd@gnu.org>
3141
3142 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3143 it's a function from CL.
3144 (latex-imenu-create-index): Replace eval-when-compile with progn
3145 because latex-section-alist is not bound while compiling.
3146
d8c201f5
SM
31472000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3150 (outline-mode): Use define-derived-mode.
3151
814299a7 3152 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3153 * progmodes/awk-mode.el (awk-mode):
3154 * progmodes/asm-mode.el (asm-mode):
3155 Don't gratuitously override the default for comment-column.
3156
3157 * emacs-lisp/lisp.el (lisp-complete-symbol):
3158 Distinguish the let-binding case from the funcall case.
3159 (forward-sexp-function): New variable.
3160 (forward-sexp): Use it.
3161
3162 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3163 (easy-mmode-defmap): Remove the now useless autoload.
3164
3165 * time.el (display-time-mode): Use define-minor-mode.
3166
3167 * subr.el (add-minor-mode): Don't eval NAME.
3168 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3169 Use if rather than cond.
3170
3171 * simple.el (read-expression-map): Define more properly.
3172 (comment-indent-hook): Remove.
3173 (string-to-syntax): Bug fix.
3174
3175 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3176 (cvs-ediff-diff): Fix typo.
3177 (cvs-revert-if-needed): Don't bother preserving read-only.
3178
3179 * paren.el (show-paren-mode): Use define-minor-mode.
3180
3181 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3182 (toggle-auto-compression): Remove.
3183 (jka-compr-build-file-regexp): Remove useless grouping.
3184
3185 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3186 Avoid user-reserved bindings.
3187 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3188 (diff-header-face): Revert to grey85.
3189
3190 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3191
3192 * complete.el (partial-completion-mode) <defcustom>: Remove.
3193 (partial-completion-mode): Use define-minor-mode.
3194 (PC-do-completion): Understand `completion-auto-help = delay'
3195 to mean to popup the completion buffer only the second time.
814299a7 3196 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3197 (PC-include-file-all-completions): Don't quote lambda.
3198
3199 * comint.el (comint-mode-hook): Docstring fix.
3200 (comint-mode): Use define-derived-mode.
3201 (comint-mode-map): Remove obsolete comment.
3202 (make-comint): Minor stylistic change.
3203 (comint-insert-clicked-input): Be more careful to find the overlay.
3204 Use this-command-keys rather than hardcoding mouse-2.
3205
3206 * font-lock.el: Replace confusing (,@ with ,
3207 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3208 Don't use regexp-opt-depth. Spice up the regexp for args.
3209 Don't distinguish between cmds that can take an opt arg or not.
3210 Use `append' and `prepend' rather than `keep'.
3211
3212 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3213 (latex-outline-regexp): New var.
3214 (latex-outline-level): New fun.
3215 (latex-section-alist): New var.
3216 (latex-imenu-create-index): Use it. Use `push' as well.
3217 (tex-shell-map): Initialize it properly.
3218 (tex-mode): Minor stylistic change.
3219 (plain-tex-mode): Use define-derived-mode.
3220 (latex-mode): Use define-derived-mode.
3221 Construct the paragraph regexps in a more readable way.
3222 Set the buffer-local outline-{level,regexp} vars.
3223 (slitex-mode): Derive from latex-mode.
3224 (tex-common-initialization): Don't kill-all-vars anymore.
3225 Add setting for comment-add and font-lock-defaults.
3226 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3227 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3228 (tex-start-tex): New arg DIR (and send a chdir command for it).
3229 Also display the shell buffer and save it in tex-last-buffer-texed.
3230 (tex-region): Use expand-file-name rather than concat.
3231 Remove code made useless by changes in tex-start-tex.
3232 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3233
3234 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3235
ff398532
DL
32362000-09-28 Dave Love <fx@gnu.org>
3237
3238 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3239
f9415d5b
GM
32402000-09-28 Gerd Moellmann <gerd@gnu.org>
3241
3242 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3243 `append'.
3244
fa003899
SM
32452000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3246
3247 * info.el (Info-extract-pointer): Undo last change.
3248 Instead, fix the position of the `bound' arg to re-search-backward.
3249
32502000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3251
3252 * info.el (Info-extract-pointer):
3253 Widen more carefully, to avoid finding pointers in other nodes.
3254 (Info-index): Use push.
3255
f9415d5b 32562000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3257
3258 * frame.el (set-frame-font): Remove call to obsolete function
3259 frame-update-faces.
3260 (set-foreground-color, set-background-color): Likewise for
3261 frame-update-face-colors.
3262
5538b8ba
MB
32632000-09-27 Miles Bader <miles@gnu.org>
3264
3265 * image-file.el: New file.
3266
60536eea
GM
32672000-09-27 Gerd Moellmann <gerd@gnu.org>
3268
5b551d58
GM
3269 * frame.el (frame-notice-user-settings): Don't call
3270 frame-update-faces, which is a no-op now.
814299a7 3271
60536eea
GM
3272 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3273 tool-bar-lines.
3274
36f1966f
DL
32752000-09-27 Dave Love <fx@gnu.org>
3276
3277 * mouse.el: Fix last change.
3278
c5785b73
MB
32792000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3280
3281 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3282
672172d9
KH
32832000-09-22 Kenichi Handa <handa@etl.go.jp>
3284
3285 * international/quail.el (quail-help): The output message is
3286 improved.
3287
4653b4ea
DL
32882000-09-26 Dave Love <fx@gnu.org>
3289
3290 * mouse.el (popup-menu): If POSITION is nil, set it using
3291 mouse-position.
3292
63900fcf
SS
32932000-09-25 Sam Steingold <sds@gnu.org>
3294
3295 * net/browse-url.el (browse-url-file-url): Check for null maps.
3296
cd3b81be
GM
32972000-09-26 Gerd Moellmann <gerd@gnu.org>
3298
876512ab 3299 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3300 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3301
fa003899
SM
3302 * frame.el (frame-notice-user-settings):
3303 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3304
cd3b81be
GM
3305 * toolbar/tool-bar.el (tool-bar-help): New function.
3306
d8b4516f
GM
33072000-09-25 Gerd Moellmann <gerd@gnu.org>
3308
6567e9b5
GM
3309 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3310 current-load-list in top-level forms. Else this leaks a cons cell
3311 every time a defun is called.
63900fcf 3312
d8b4516f 3313 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3314
a461758e
DL
33152000-09-25 Dave Love <fx@gnu.org>
3316
7df6adc3
DL
3317 * startup.el (fancy-splash-head): Check XPM is available.
3318
a461758e
DL
3319 * autoinsert.el (auto-insert): Doc fix.
3320 (auto-insert-alist): Following GNU notices, don't say `copyright
3321 _by_'. Use line-beginning-position.
3322 (auto-insert): Check buffer-file-name is non-nil before use.
3323
b11af2dd
GM
33242000-09-25 Gerd Moellmann <gerd@gnu.org>
3325
3326 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3327 starting with `@def' or `@multitable', in addition to ones
3328 specified by the user in auto-fill-inhibit-regexp.
3329
5f9f981b
GM
33302000-09-25 Markus Rost <rost@math.ohio-state.edu>
3331
3332 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3333 rmail-dont-reply-to-names matches the empty string.
63900fcf 3334
8ff16b4e
GM
33352000-09-25 Gerd Moellmann <gerd@gnu.org>
3336
63900fcf 3337 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3338 text to sound more friendly.
3339
9b4a7800
TTN
33402000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3341
3342 * progmodes/hideshow.el: Update author email address.
3343 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3344 (hs-hide-all-non-comment-function): New var.
3345 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3346 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3347 (hs-show-region): Delete this command.
3348 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3349
4c7c1f3f
DL
33502000-09-22 Dave Love <fx@gnu.org>
3351
3352 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3353 (hl-line-highlight): Specify buffer when moving overlay.
3354
3355 * progmodes/fortran.el (fortran-mode): Locally set
3356 normal-auto-fill-function.
3357 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3358 (fortran-mode-map): Adjust auto-fill menu entry.
3359
13f93dee
GM
33602000-09-22 Gerd Moellmann <gerd@gnu.org>
3361
36eb0a91
GM
3362 * vc-rcs.el (toplevel): Require `vc' when compiling.
3363
fa003899 3364 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3365
36a03bf9
AS
33662000-09-22 Andre Spiegel <spiegel@gnu.org>
3367
9b4a7800 3368 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3369 registered under the new backend.
3370
9b4a7800 3371 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3372 without explicit revision number.
3373
6e4e8a3b
SM
33742000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3375
3376 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3377 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3378 (diff-xor): New function.
3379 (diff-find-source-location): Use it. Fix a stupid name clash.
3380 (diff-hunk-status-msg): New function.
3381 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3382 (diff-test-hunk): Use diff-find-source-location.
3383 (diff-goto-source): Favor the `reverse'.
3384 (diff-hunk-text): Properly handle one-sided context diffs.
3385 (diff-apply-hunk): When done, advance to the next hunk.
3386
1b24b888
GM
33872000-09-21 Gerd Moellmann <gerd@gnu.org>
3388
623a0aae
GM
3389 * startup.el (command-line): If frame was created with a non-zero
3390 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3391
1b24b888
GM
3392 * add-log.el (change-log-date-face, change-log-name-face)
3393 (change-log-email-face, change-log-file-face)
3394 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3395 (change-log-function-face, change-log-acknowledgement-face):
3396 New faces, inheriting from font-lock faces.
1b24b888 3397 (change-log-font-lock-keywords): Use them.
9b4a7800 3398
93b3a1c8
DL
33992000-09-21 Dave Love <fx@gnu.org>
3400
80585273
DL
3401 * progmodes/cperl-mode.el (top-level): Clean up
3402 `eval-when-compile's and assorted defvars.
3403 (cperl-invalid-face): Don't double-quote value. Change custom
3404 type.
3405 (cperl-mode): Set normal-auto-fill-function and don't zap
3406 auto-fill-function.
3407 (cperl-imenu--function-name-regexp-perl): Renamed from
3408 imenu-example--function-name-regexp-perl.
3409 (cperl-imenu--create-perl-index): Renamed from
3410 imenu-example--create-perl-index.
3411 (cperl-xsub-scan): Don't require cl.
3412
93b3a1c8
DL
3413 * msb.el (msb-mode-map): Use substitute-key-definition.
3414 (msb-mode): Use msb-mode-map.
3415
43ccb598
AS
34162000-09-21 Andre Spiegel <spiegel@gnu.org>
3417
3418 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3419 New functions.
fa003899 3420 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3421 (vc-switch-backend): New function.
3422 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3423 (vc-register): Fix prompt.
3424 (vc-unregister, vc-default-unregister): New functions.
3425 (vc-version-diff): Handle empty buffer in sentinel.
3426
3427 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3428 (vc-rcs-state-heuristic): Use it to guess the state of files with
3429 non-strict locking.
3430 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3431 been set with -b, but not created yet.
3432 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3433 contents in order to find the state.
3434 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3435 (vc-rcs-unregister, vc-rcs-receive-file)
3436 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3437
9b4a7800 3438 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3439 in case it is missing.
9b4a7800 3440
95fadcca
GM
34412000-09-21 Gerd Moellmann <gerd@gnu.org>
3442
3443 * startup.el (fancy-splash-tail): Use a different foreground
3444 color on a dark frame background.
3445
470f23e1
MB
34462000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3447
3448 * info.el: Use the correct capitalization when making Info-mode
3449 and Info-edit-mode `special' modes.
3450
281096ed
SM
34512000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3452
3453 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3454 (diff-mode): Add support for add-log.el.
3455 (diff-hunk-text): Use char offsets rather than line offsets.
3456 (diff-find-source-location): Replace LINE with line-offset (nil
3457 if not found) and always set POS to a meaningful position.
3458 Adapt to the new char-offsets.
3459 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3460 Adapt to the new diff-find-source-location.
3461 (diff-goto-source): Adapt to the new diff-find-source-location.
3462
3463 * add-log.el (add-log-file-name): New function (split out of
3464 add-change-log-entry).
3465 (add-change-log-entry): Use it.
3466 Call add-log-file-name-function with the changelog file name if
3467 the current buffer is not associated with any file.
3468 Avoid find-file if the selected window is dedicated.
3469
3470 * diff-mode.el (diff-find-source-location):
3471 Move code from diff-apply-hunk. Return buffer rather than file.
3472 (diff-apply-hunk): Use the new result from diff-find-source-location.
3473 (diff-goto-source): Use the new diff-find-source-location.
3474
c29d77c4
DL
34752000-09-20 Dave Love <fx@gnu.org>
3476
3477 * iswitchb.el: Some doc fixes.
3478 (iswitchb-mode-map): Define completely initially. Inherit
3479 minibuffer-local-map.
3480 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3481 fundamental-mode.
3482 (iswitchb-global-map): New variable.
3483 (iswitchb-summaries-to-end): Amalgamate regexps.
3484 (iswitchb-mode): New.
3485 (iswitchb-mode-hook): New variable.
3486 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3487 `extensions'.
3488
49939379
GM
34892000-09-20 Gerd Moellmann <gerd@gnu.org>
3490
d05c87ac
GM
3491 * ehelp.el (electric-help): New defgroup.
3492 (electric-help-shrink-window): New user-option.
3493 (with-electric-help): Use it.
3494
1ec082d4
GM
3495 * window.el (shrink-window-if-larger-than-buffer): If face
3496 `mode-line' has a :box, and we're on a graphical frame, add 1
3497 to the needed window height.
3498
f46c275e
GM
3499 * frame.el (frame-notice-user-settings): Add a last parameter nil
3500 to a call to `append', because the last list passed to `append' is
3501 not copied, and so subsequent calls to assq-delete-all will modify
3502 default-frame-alist.
3503
b7e11c5b
GM
3504 * startup.el (fancy-splash-image): Change :type.
3505 (fancy-splash-head): Use an XBM image if appropriate.
3506 (command-line-1): Show splash screens in more cases.
3507
26ff68aa
GM
3508 * startup.el (fancy-splash-text): Don't quote faces.
3509
8320414c
GM
3510 * dired.el (dired-font-lock-keywords): Undo last change.
3511 (dired-readin): Bind indent-tabs-mode to nil.
3512
49939379
GM
3513 * startup.el (fancy-splash-head): If frame's background mode
3514 is `dark', change the black background of the image to gray.
3515 (fancy-splash-screens): Display startup echo area message.
3516 (display-startup-echo-area-message): New function.
3517
c3b27206
MB
35182000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3519
55a3d2a1
MB
3520 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3521
3522 * info.el (info-header-node): Tweak for color ttys.
3523
37a99821
MB
3524 * faces.el (face-valid-attribute-values): Make sure directories we
3525 search for stipples both exist and are readable before trying to
3526 search them.
3527
0415d0d0
MB
3528 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3529 in the dry-run case.
3530
523b128c
MB
3531 * jka-compr.el (with-auto-compression-mode): New macro.
3532
c3b27206
MB
3533 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3534 (custom-group-tag-face, custom-variable-tag-face): Use relative
3535 :height and inherit from `variable-pitch' face instead of
3536 hardwiring :family.
3537 * hi-lock.el (hi-black-hb): Likewise.
3538
ddba99ad
MB
3539 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3540 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3541 toolbar-add-item, if image doesn't have a mask add a `:mask
3542 heuristic'.
3543
7e99fbde
SM
35442000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3545
3546 * diff-mode.el: Docstring fixes.
3547 (diff-header-face, diff-comment-face): New faces.
3548 (diff-font-lock-keywords): Highlight a bit differently.
3549 (diff-find-source-location): Don't return SPAN any more.
3550 (diff-hunk-text): Don't bother erasing the temp buffer.
3551 (diff-find-text): Drop argument LINE.
3552 (diff-apply-hunk): Update calls to diff-find-text.
3553 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3554
3555 * calendar/calendar.el: Docstring fixes.
3556 (calendar-make-alist): Don't quote lambda.
3557 (calendar-star-date): Use make-local-variable.
3558
fb275c02
DL
35592000-09-19 Dave Love <fx@gnu.org>
3560
7e99fbde
SM
3561 * toolbar/tool-bar.el: Renamed from toolbar.el.
3562 Change `toolbar' to `tool-bar' generally in symbols.
3563 Make some items invisible in `special' major modes.
3564 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3565 Add arg PROPS.
532cb34d 3566
7e99fbde
SM
3567 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3568 Add :version here.
fb275c02
DL
3569 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3570
8f4ca9a5
GM
35712000-09-19 Gerd Moellmann <gerd@gnu.org>
3572
8b7707e1 3573 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3574
8b7707e1 3575 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3576 (find-file-noselect): Use it.
3577
8b7707e1 3578 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3579 (fancy-splash-screen): Defgroup.
3580
8f4ca9a5
GM
3581 * add-log.el (change-log-font-lock-keywords): Match names
3582 more exactly for the case that font-lock-constant-face is
3583 underlined.
3584
ba9eeda1 35852000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3586
8b7707e1 3587 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3588
289eaef9
AS
35892000-09-19 Andre Spiegel <spiegel@gnu.org>
3590
3591 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3592
ce9ded5d
GM
35932000-09-19 Gerd Moellmann <gerd@gnu.org>
3594
c113de23
GM
3595 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3596 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3597 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3598 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3599 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3600 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3601 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3602 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3603 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3604 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3605 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3606 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3607
ce9ded5d
GM
3608 * startup.el (fancy-splash-text): New variable.
3609 (fancy-splash-delay, fancy-splash-image): New user-options.
3610 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3611 (fancy-splash-screens): New functions.
3612 (command-line-1): If display has a `display' frame parameter, has
3613 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3614
b9b1c3a9
DL
36152000-09-19 Dave Love <fx@gnu.org>
3616
3617 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3618 with null `help'. Use modern backquote syntax.
3619
1af25534
GM
36202000-09-19 Gerd Moellmann <gerd@gnu.org>
3621
afd3c8cd
GM
3622 * font-lock.el (font-lock-mode): Change message telling the user
3623 that ``the buffer is too big''.
3624
1af25534
GM
3625 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3626 for instance for the case that tab-width is 2.
3627
05b1f851
GM
36282000-09-18 Gerd Moellmann <gerd@gnu.org>
3629
3630 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3631 toolbar-add-item, if image doesn't have a mask add a `:mask
3632 heuristic'.
3633
8ec8f673
MB
36342000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3635
2b612b1f
MB
3636 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3637 and return a cons if it's non-nil.
3638 (diff-apply-hunk): Try to jump to the line in the source text
3639 corresponding to the position of point in the in the hunk.
3640
9b4a7800 3641 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3642 (Info-title-1-face): Use face inheritance and relative sizes
3643 instead of hard-wiring things.
3644
3645 * faces.el (secondary-selection): Make dark-background variant sane.
3646
5eedab4d
AI
36472000-09-16 Andrew Innes <andrewi@gnu.org>
3648
5eedab4d
AI
3649 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3650 read-only, since they aren't under VC now.
3651
6a142f26
DL
36522000-09-17 Dave Love <fx@gnu.org>
3653
e07436e1
DL
3654 * tmm.el: Replace mapcar with mapc in several places.
3655
3656 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3657 ad-unadvise.
3658
7d354dd5
DL
3659 * international/latin1-disp.el: New file.
3660
6a142f26
DL
3661 * calendar/cal-move.el (scroll-calendar-left)
3662 (scroll-calendar-right): Make arg optional (for active mode line).
3663
3664 * calendar/calendar.el (calendar-mode-line-format): Make fields
3665 mouse-sensitive.
3666 (calendar-read-date, calendar-read-date, calendar-window-list):
3667 Unquote lambda.
3668 (calendar-month-name): Use aref, not sref.
3669
3670 * view.el (minor-mode-alist): Propertize the string.
3671
3672 * international/characters.el (standard-case-table): Add entries
3673 for Greek.
3674
50ac70af
MB
36752000-09-18 Miles Bader <miles@gnu.org>
3676
53c9ab4f
MB
3677 * info.el (info-node, info-xref): Add dark-background variants.
3678
a114b1ca
MB
3679 * faces.el (header-line): Change defaults to be less confusing
3680 when mixed with mode-lines.
3681
50ac70af
MB
3682 * info.el (Info-fontify-node): Make a few cleanups.
3683 Add extra `help-echo' and `local-map' props to node xrefs.
3684 Use header-specific faces for node-names & xrefs.
3685 (Info-use-header-line): New variable.
53c9ab4f 3686 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3687 (Info-setup-header-line): New function.
3688 (Info-select-node): Call Info-setup-header-line when enabled.
3689 (Info-extract-pointer): Work even if the header line is hidden.
3690 (Info-header-line): New variable.
3691
729927ff
SM
36922000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3693
3694 * vms-patch.el (print-region-function): Don't quote lambda.
3695
3696 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3697
3698 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3699 (lm-get-header-re): Allow spaces between the header and the colon.
3700 (lm-header): Allow $ in non-RCS headers.
3701 (lm-header-multiline): Put the strings back into order.
3702 Stop at an empty line. Don't require two space chars if the
3703 line is clearly not another header line.
3704
3705 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3706 (popup-menu-popup): Remove.
3707
7a98d821
GM
37082000-09-15 Gerd Moellmann <gerd@gnu.org>
3709
7f8f1edc
GM
3710 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3711 specification if or if not tool-bar item contains an `:enabled'
3712 property.
3713
7a98d821
GM
3714 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3715 current buffer has no file name.
3716
a7bc704b
DL
37172000-09-15 Dave Love <fx@gnu.org>
3718
3719 * strokes.el: Sync with maintainer's current version with changes
3720 for Emacs, but avoid runtime cl and levents.
3721 (toplevel): Change autoloads and compilation requires.
3722 (strokes-version, strokes-bug-address, strokes-lift): Values
3723 changed.
3724 (strokes-xpm-header, strokes-insinuated): New variable.
3725 (strokes): Add :link.
3726 (strokes-mode): Customized.
3727 (strokes-while-inhibiting-garbage-collector): New macro.
3728 (strokes-remassoc): Avoid remove-if.
3729 (strokes-fix-button2-command): Don't use ad-do-it.
3730 (strokes-insinuate): New function.
3731 (strokes-button-press-event-p, strokes-button-release-event-p):
3732 New functions, used instead of non-`strokes-' versions..
3733 (strokes-mouse-event-p): Rewritten.
3734 (strokes-event-closest-point): Avoid event-point.
3735 (strokes-get-grid-position): Avoid cdadr, caadr
3736 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3737 functions.
3738 (strokes-help): Use with-output-to-temp-buffer.
3739 (strokes-window-configuration-changed-p): New function.
3740 (strokes-update-window-configuration): Use buffer-live-p,
3741 strokes-window-configuration-changed-p.
3742 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3743 (strokes-char-face): New face.
3744 (strokes-char-table, strokes-base64-chars): New variable.
3745 (strokes-xpm-for-stroke, strokes-list-strokes)
3746 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3747 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3748 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3749 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3750 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3751 functions.
3752
47e351a3
GM
37532000-09-15 Gerd Moellmann <gerd@gnu.org>
3754
ebb8f116
GM
3755 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3756
47e351a3
GM
3757 * image.el (create-image): Doc fix.
3758
3759 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3760 instead of `:heuristic-mask t'.
3761
fe83b953
AI
37622000-09-14 Andrew Innes <andrewi@gnu.org>
3763
3764 * makefile.w32-in: Revert to Unix line endings.
3765
52481729
AI
37662000-09-14 Andrew Innes <andrewi@gnu.org>
3767
3021e816
AI
3768 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3769 when installing.
3770
52481729
AI
3771 * makefile.nt (DONTCOMPILE): Fix typo.
3772
3773 * shell.el (shell-write-history-on-exit): New function.
3774 (shell-dumb-shell-regexp): New custom variable.
3775 (shell-mode): Make shell-write-history-on-exit the process
3776 sentinel if shell name matches shell-dumb-shell-regexp.
3777
3778 * w32-fns.el: Comment out before-init-hook function which resets
3779 source-directory based; this breaks bootstrap.
3780
f8034e41
DL
37812000-09-14 Dave Love <fx@gnu.org>
3782
3783 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3784 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3785 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3786 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3787 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3788 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3789 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3790 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3791 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3792
3793 * toolbar/toolbar.el: New.
3794
3795 * subdirs.el: Add toolbar.
3796
b9ce5694
GM
37972000-09-14 Gerd Moellmann <gerd@gnu.org>
3798
3799 * indent.el (indent-for-tab-command): Doc fix.
3800
986b7dee
GM
38012000-09-14 Alex Schroeder <alex@gnu.org>
3802
3803 * ansi-color.el (ansi-colors): Doc change.
3804 (ansi-color-get-face): Simplified regexp.
3805 (ansi-color-faces-vector): Added more faces, doc change.
3806 (ansi-color-names-vector): Doc change.
3807 (ansi-color-regexp): Simplified regexp.
3808 (ansi-color-parameter-regexp): New regexp.
3809 (ansi-color-filter-apply): Doc change.
3810 (ansi-color-filter-region): Doc change.
3811 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3812 deal with zero length parameters.
3813 (ansi-color-apply-on-region): Doc change.
3814 (ansi-color-map): Doc change.
3815 (ansi-color-map-update): Removed debugging message.
3816 (ansi-color-get-face-1): Added condition-case to trap
3817 args-out-of-range errors.
3818 (ansi-color-get-face): Doc change.
3819 (ansi-color-make-face): Removed.
3820 (ansi-color-for-shell-mode): New option.
9b4a7800 3821
076ff911
KH
38222000-09-13 Kenichi Handa <handa@etl.go.jp>
3823
3824 * international/quail.el (quail-start-translation): Translate KEY
3825 if necessary even if it doesn't have any mapping in the current
3826 input method.
3827 (quail-start-conversion): Likewise.
3828 (quail-help): The output message is improved.
3829
bdf08678
MB
38302000-09-13 Miles Bader <miles@gnu.org>
3831
3832 * comint.el (comint-output-filter): Revert to using
3833 `insert-before-markers'. Add bletcherous hack to undo damage
3834 caused by `insert-before-markers'. Put `front-sticky' property on
3835 overlays created here so that the field code understands how the
3836 overlay works. Use a let when making comint-last-prompt-overlay,
3837 so that the code is easier to read.
3838
ffb8db8d
DL
38392000-09-13 Dave Love <fx@gnu.org>
3840
3841 * wid-edit.el (widget-default-format-handler): DTRT when
3842 doc-property is a function.
3843
5dd05f61
GM
38442000-09-12 Francesco Potorti` <pot@gnu.org>
3845
3846 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3847 filed name if it's not there.
3848
35177617
DL
38492000-09-12 Dave Love <fx@gnu.org>
3850
9023837e
DL
3851 * simple.el (read-mail-command): Doc fix.
3852 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3853
35177617
DL
3854 * vc.el (vc-dired-listing-switches): Fix :version.
3855
3856 * vc-hooks.el: Doc fixes.
3857
3858 * subr.el (add-minor-mode): Use toggle-fun arg.
3859
3860 * speedbar.el: Add :version to several defcustoms.
3861
3862 * imenu.el (imenu--truncate-items, imenu--cleanup)
3863 (imenu--generic-function): Avoid mapcar.
3864 (imenu--replace-spaces): Function removed.
3865 (imenu--completion-buffer): Use subst-char-in-string.
3866 (imenu-add-to-menubar): Use keymap inheritance.
3867
1afaae94
MB
38682000-09-12 Miles Bader <miles@gnu.org>
3869
3870 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3871 (diff-mode-map): Bind `diff-test-hunk'.
3872 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3873
38742000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3875
3876 * bytecomp.el (byte-compile-defvar): Undo last change
3877 because it breaks '(make-variable-buffer-local (defvar ...)'
3878 which is used at least in dired.
3879
63c36c3c
KH
38802000-09-12 Kenichi Handa <handa@etl.go.jp>
3881
3882 * international/quail.el (quail-define-package): Docstring
3883 modified.
3884
1ad24be1
KH
38852000-09-12 Kenichi Handa <handa@etl.go.jp>
3886
362a8065
KH
3887 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3888 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3889 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3890 docstring of "chinese-py".
3891
1ad24be1
KH
3892 * international/quail.el (quail-translation-docstring): New
3893 variable.
3894 (quail-show-keyboard-layout): Docstring modified.
3895 (quail-select-current): Likewise.
3896 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3897 infinite recursive call.
3898 (quail-help): Check quail-translation-docstring. Format of the
3899 output changed.
3900 (quail-help-insert-keymap-description): Adjusted for the above
3901 change.
3902
cc0f95a4
GM
39032000-09-11 Gerd Moellmann <gerd@gnu.org>
3904
3905 * bytecomp.el (byte-compile-defvar): Only cons onto
3906 current-load-list in top-level forms. Else this leaks a cons cell
3907 every time a defun is called.
3908
7530b6da
MB
39092000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3910
3911 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3912 Now understands non-unified diffs. Some functionality moved into
3913 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3914 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3915 modify anything. Only reposition point in the patched file if the
3916 patch succeeds. Only pop up another window if POPUP is true.
3917 Emit a message describing what happened if successful, and at what
3918 line-offset. Automatically detect reversed hunks and do something
3919 appropriate.
3920 (diff-hunk-text, diff-find-text): New functions.
3921 (diff-filter-lines): Function removed.
3922 (diff-test-hunk): New function.
3923 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3924
6b124390
DL
39252000-09-10 Dave Love <fx@gnu.org>
3926
3927 * textmodes/tildify.el: Minor doc/commentary fixes.
3928 (tildify) <defgroup>: Add :version.
3929
3930 * faces.el (face-x-resources): Make custom type more specific.
3931 (frame-background-mode): Use mapc.
3932 (region) <defcustom>: Add :version.
3933
7f8b6551
SM
39342000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3935
9b4a7800
TTN
3936 * vc-sccs.el (vc-sccs-register):
3937 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3938 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3939 * vc.el (vc-register): Clear file's properties.
3940
c454aac1
GM
39412000-09-08 Gerd Moellmann <gerd@gnu.org>
3942
3943 * faces.el (face-spec-set): Only face-spec-reset-face when
3944 ATTRS is non-nil.
3945
bb934822
EZ
39462000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3947
3948 * help.el (help-insert-xref-button): Fix a typo in doc string.
3949
03419440
EZ
39502000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3951
7f8b6551
SM
3952 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3953 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3954 methods.
3955
03419440
EZ
3956 * menu-bar.el (read-mail-item-name): New function.
3957 (menu-bar-tools-menu): Use it to compute and display the package
3958 used to read email.
3959 (menu-bar-tools-menu): Fix typo in GUD's help string.
3960
dbcee71a
DL
39612000-09-07 Dave Love <fx@gnu.org>
3962
19e713d8
DL
3963 * diff-mode.el (diff-mouse-goto-source): New function.
3964
a7cafade 3965 * vc-sccs.el: Doc fixes.
7f8b6551 3966 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3967
3968 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3969 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3970 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3971 (vc-rcs-master-templates): Add or change :version.
3972
7f8b6551 3973 * vc-cvs.el: Doc fixes.
a7cafade
DL
3974 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3975 (vc-cvs-stay-local): Add :version.
3976
dbcee71a
DL
3977 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3978
ed254191
KH
39792000-09-07 Kenichi Handa <handa@etl.go.jp>
3980
3981 * international/quail.el (quail-help): Fix previous change.
3982
ab0ee409
GM
39832000-09-07 Gerd Moellmann <gerd@gnu.org>
3984
f46f845b 3985 * faces.el (color-values): Doc fix.
9b4a7800 3986
ab0ee409
GM
3987 * faces.el (frame-set-background-mode): Use frame-parameter
3988 instead of frame-parameters.
3989
3990 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3991 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3992 frame-parameters.
9b4a7800 3993
f7246ac7
KH
39942000-09-07 Kenichi Handa <handa@etl.go.jp>
3995
3996 * language/devan-util.el (devanagari-to-indian-region): In the
3997 loop, change the following char, not preceding char.
3998
96889af2
GM
39992000-09-07 Gerd Moellmann <gerd@gnu.org>
4000
1091dd67
GM
4001 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4002 instead of frame-parameters.
4003
9b4a7800 4004 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4005 internal-set-lisp-face-attribute with FRAME being 0.
4006
4007 * vc.el: Remove `Id' version control keyword.
96889af2 4008
0fddd0dc
KH
40092000-09-07 Kenichi Handa <handa@etl.go.jp>
4010
4011 * help.el (help-make-xrefs): Adjusted for the change of
4012 help-xref-mule-regexp.
4013 (help-insert-xref-button): New function.
4014
4015 * international/mule-cmds.el (help-xref-mule-regexp-template):
4016 Include the pattern for character set.
4017 (leim): New group.
4018
4019 * international/quail.el: Don't require face.
4020 (quail): New group.
7f8b6551 4021 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4022 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4023 (quail-keyboard-layout-substitution): New variable.
4024 (quail-update-keyboard-layout): New function.
4025 (quail-keyboard-layout-type): New customizable variable.
4026 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4027 (quail-keyboard-translate): Pay attention to
4028 quail-keyboard-layout-substitution.
4029 (quail-insert-kbd-layout): New function.
4030 (quail-show-keyboard-layout): New function.
4031 (quail-get-translation): If the definition is a vector of length
7f8b6551 4032 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4033 in that string.
4034 (quail-update-current-translations): Fix the case of
4035 relative-index out of range.
4036 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4037 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4038 Show key sequences for all available characters.
0fddd0dc
KH
4039 (quail-help-insert-keymap-description): Don't show such verbose
4040 key bindings as quail-self-insert-command.
4041
4042 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4043 Format changed, and each element now have extra documentations.
4044 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4045 Adjusted for the change of quail-cxterm-package-ext-info.
4046
8ddceaf1
GM
40472000-09-06 Gerd Moellmann <gerd@gnu.org>
4048
4049 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4050 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4051 during bootstrap.
4052
099bd78a
SM
40532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4054
4055 * vc.el: (toplevel): Don't require `dired' at run-time.
4056 (vc-dired-resynch-file): Remove autoload cookie.
4057
40582000-09-05 Andre Spiegel <spiegel@gnu.org>
4059
4060 * vc.el: Made several backend functions optional.
4061 (vc-default-responsible-p): New function.
4062 (vc-merge): Use RET for first version to trigger merge-news, not
4063 prefix arg.
4064 (vc-annotate): Handle backends that do not support annotation.
4065 (vc-default-merge-news): Removed. The existence of a merge-news
4066 implementation is now checked on caller sites.
4067
9b4a7800 4068 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4069 case.
4070
9b4a7800 4071 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4072 special case that has been removed from the default in vc-hooks.el.
4073
40742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4075
4076 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4077
40782000-09-05 Andre Spiegel <spiegel@gnu.org>
4079
4080 * vc-hooks.el: Require vc during compilation.
4081 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4082 macro `with-vc-properties' in vc.el.
4083 (vc-file-getprop): Doc fix.
4084 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4085
099bd78a
SM
4086 * vc.el: Require dired-aux during compilation.
4087 (vc-name-assoc-file): Moved to vc-sccs.el.
4088 (with-vc-properties): New macro.
9b4a7800 4089 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4090 vc-finish-steal): Use it.
4091 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4092 to the backend-specific function is now supposed to do the checkout,
4093 too.
4094 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4095
9b4a7800 4096 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4097 set file properties; that gets done in the generic code now.
4098
4099 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4100 Changed parameter list, added code from vc.el that does the
4101 checkout, possibly with a double-take.
4102
4103 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4104 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4105 the above under the new name.
4106 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4107 parameter list, added checkout command.
4108 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4109 properties; that gets done in the generic code now.
4110
41112000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4112
4113 * vc.el: Docstring fixes (courtesy of checkdoc).
4114
41152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * vc.el (vc-checkout-writable-buffer-hook)
4118 (vc-checkout-writable-buffer): Remove.
4119 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4120 (vc-log-mode): Make it into a clean derived major mode.
4121 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4122 vc-log-mode if log-edit is not available.
4123 (vc-dired-mode-map): Don't set-keymap-parent yet.
4124 (vc-dired-mode): Do set-keymap-parent here.
4125 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4126
08ba3862
GM
41272000-09-05 Gerd Moellmann <gerd@gnu.org>
4128
4129 * faces.el (set-face-attribute, face-spec-reset-face)
4130 (face-spec-set): Avoid consing by removing calls to `apply'.
4131
4132 * frame.el (frame-parameter): Move to C code.
4133
3b4429b4
DL
41342000-09-05 Dave Love <fx@gnu.org>
4135
4136 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4137 insert-before-markers-and-inherit. Now checked systematically!
4138
877055f6
GM
41392000-09-05 Alex Schroeder <alex@gnu.org>
4140
4141 * sql.el (sql-postgres): Use sql-postgres-options.
4142 (sql-postgres-options): New variable.
4143
41442000-09-05 Alex Schroeder <alex@gnu.org>
4145
4146 * sql.el (sql-mode-menu): Work around missing variable mark-active
4147 in XEmacs.
4148 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4149 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4150 compatibility.
4151
7a004b71
GM
41522000-09-04 Gerd Moellmann <gerd@gnu.org>
4153
54baed30 4154 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4155
7a004b71
GM
4156 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4157
4158 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4159
41602000-09-04 Andre Spiegel <spiegel@gnu.org>
4161
4162 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4163 don't support anything else under SCCS yet.
4164
4165 * vc-hooks.el: Minor doc fixes.
4166
41672000-09-04 Andre Spiegel <spiegel@gnu.org>
4168
4169 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4170 not necessary. If verbose in state `needs-patch', do the same as
4171 under `up-to-date'. When NOT verbose and `needs-patch', check out
4172 latest version instead of `merge-news'.
4173 (vc-next-action-dired): Don't mess with default-directory here; it
4174 breaks other parts of dired. It is the job of the
099bd78a 4175 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4176 (vc-next-action): Remove a special CVS case.
4177 (vc-clear-headers): New optional arg FILE.
4178 (vc-checkin, vc-checkout): Set properties vc-state and
4179 vc-checkout-time properly.
099bd78a 4180 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4181 (vc-print-log): Use new backend function `show-log-entry'.
4182 (vc-cancel-version): Do the checks in a different order. Added a
4183 FIXME concerning RCS-only code.
4184
4185 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4186 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4187
4188 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4189
9b4a7800 4190 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4191 `needs-patch' as a `-' too.
4192
41932000-09-04 Andre Spiegel <spiegel@gnu.org>
4194
4195 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4196 (vc-default-could-register): New function.
4197 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4198 (vc-resynch-buffer): Call vc-dired-resynch-file.
4199 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4200 vc-resynch-buffer instead of vc-resynch-window.
4201 (vc-next-action-dired): Don't redisplay here, that gets done as a
4202 result of the individual file operations.
4203 (vc-retrieve-snapshot): Corrected prompt order.
4204
4205 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4206
7a004b71
GM
4207 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4208 as well.
4209 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4210 hostname regexps. Updated all callers.
4211 (vc-cvs-responsible-p): Handle directories as well.
4212 (vc-cvs-could-register): New function.
4213 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4214 properties up-to-date.
9b4a7800 4215
7a004b71
GM
4216 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4217 user whether to create one.
4218
42192000-09-04 Andre Spiegel <spiegel@gnu.org>
4220
4221 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4222 check out a non-existing file.
4223
4224 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4225 workfile does not exist.
4226
4227 * vc.el (vc-version-diff): Use `require' to check for existence of
4228 diff-mode.
4229
42302000-09-04 Andre Spiegel <spiegel@gnu.org>
4231
4232 * vc-cvs.el (vc-cvs-registered): Use new function
4233 vc-cvs-parse-entry to do the actual work.
4234
42352000-09-04 Andre Spiegel <spiegel@gnu.org>
4236
4237 * vc-hooks.el (vc-find-backend-function): If function doesn't
4238 exist, return nil instead of error.
4239 (vc-call-backend): Doc fix.
4240
4241 * vc.el (vc-do-command): Doc fix.
4242 (vc-finish-logentry): When checking in from vc-dired, choose the
4243 right backend for logentry check.
4244 (vc-dired-mode-map): Inherit from dired-mode-map.
4245 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4246 simplified.
4247 (vc-dired-state-info): Removed, updated caller.
4248 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4249 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4250 (vc-dired-listing-switches): New variable.
4251 (vc-directory): Use it, instead of dired-listing-switches.
4252
4253 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4254 (vc-cvs-dir-state): New function.
7f8b6551 4255 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4256 (vc-cvs-parse-entry): New function, also to be used in
4257 vc-cvs-registered.
9b4a7800 4258
7a004b71
GM
42592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4262 *or* single-window-frames.
4263
42642000-09-04 Andre Spiegel <spiegel@gnu.org>
4265
4266 * vc.el (vc-update-changelog): Split into generic part and default
4267 implementation. Doc string adapted.
4268 (vc-default-update-changelog): New function. Call the `rcs2log'
4269 script in exec-directory, to fix a long-standing nuisance.
4270
4271 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4272 simply signals an error.
9b4a7800 4273
7a004b71
GM
42742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4275
4276 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4277 control-flow more clear and to avoid running `cvs' twice.
4278
4279 * vc.el (vc-next-action-on-file): Doc fix.
4280 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4281 (vc-print-log): Eval `file' before constructing the continuation.
4282
42832000-09-04 Andre Spiegel <spiegel@gnu.org>
4284
4285 * vc.el (vc-next-action-on-file): Corrected several messages.
4286 (vc-merge): Add prefix arg `merge-news'; handle it.
4287
4288 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4289 is not reached. It is.
4290 (vc-cvs-merge): Set state to 'edited after merge.
4291 (vc-cvs-merge-news): Set workfile version to nil if not known.
4292 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4293
4294 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4295 via stdout. (Merge from main line.)
9b4a7800 4296
7a004b71
GM
42972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4298
4299 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4300 detection.
4301
43022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4303
4304 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4305 against kill-all-local-variables.
4306 (vc-log-edit): Don't save vc-parent-buffer any more.
4307 (vc-last-comment-match): Initialize to an empty string.
4308 (vc-post-command-functions): New hook.
4309 (vc-do-command): Run it.
4310 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4311 (vc-finish-logentry): Only add the comment to the ring if it's
4312 different from the last comment entered.
4313 (vc-new-comment-index): New function.
4314 (vc-previous-comment): Use it. Make the minibuffer message
4315 slightly less terse.
4316 (vc-comment-search-reverse): Make it work forward as well. Don't
4317 set vc-comment-ring-index if no match is found. Use
4318 vc-new-comment-index.
4319 (vc-comment-search-forward): Use vc-comment-search-reverse.
4320 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4321 define-derived-mode will do it for us. Bind `v' to a keymap that
4322 inherits from vc-prefix-map so that we can bind `vt' without
4323 binding C-x v t.
4324 (vc-retrieve-snapshot): Parenthesis typo.
4325
4326 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4327 to 1. Make sure to switch to *vc* before looking for an error
4328 message. Use vc-parse-buffer.
4329
43302000-09-04 Andre Spiegel <spiegel@gnu.org>
4331
4332 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4333 and NAME.
4334 (vc-retrieve-snapshot): Split into two parts.
4335 (vc-default-retrieve-snapshot): New function.
4336
4337 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4338 (vc-cvs-retrieve-snapshot): New function (untested).
4339 (vc-cvs-stay-local): Default to t.
4340 (vc-cvs-remote-p): New function and property.
4341 (vc-cvs-state): Stay local only if the above is t.
4342 (vc-handle-cvs): Removed.
4343 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4344 done via vc-handled-backends now.
4345 (vc-cvs-header): Escape Id.
4346
43472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * vc.el (vc-do-command): Remove unused commands.
4350 (vc-version-diff): Make sure default-directory ends with a slash.
4351 Move the window commands into a vc-exec-after.
4352 (vc-print-log): Move more of the code into the `vc-exec-after'.
4353
43542000-09-04 Andre Spiegel <spiegel@gnu.org>
4355
4356 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4357 (vc-print-log): Search current revision from beginning of buffer.
4358 (vc-revert-buffer): Clear echo area after the diff is finished.
4359 (vc-prefix-map): Removed definition of "t" for terse display in vc
4360 dired.
4361 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4362 definition of "vt" for terse display.
4363 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4364
43652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4366
4367 * vc.el (vc-exec-after): Avoid caddr.
4368
43692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4370
4371 * vc.el (vc-exec-after): New function.
4372 (vc-do-command): Use it to add a termination message for async
4373 procs.
4374 (vc-checkout): Try to handle a missing-backend situation.
4375 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4376 of a directory with a backend using async diffs.
4377 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4378 present.
4379
4380 * vc-sccs.el (vc-sccs-state-heuristic): Use
4381 file-ownership-preserved-p.
4382
4383 * vc-rcs.el (vc-rcs-state-heuristic): Use
4384 file-ownership-preserved-p.
4385 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4386
43872000-09-04 Andre Spiegel <spiegel@gnu.org>
4388
4389 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4390 vc-do-command.
4391
4392 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4393 when there are no changes.
4394
43952000-09-04 Andre Spiegel <spiegel@gnu.org>
4396
4397 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4398
4399 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4400
44012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4404
4405 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4406 the `fset' outside of the defvar so that it works even if
4407 vc-prefix-map was already defined.
4408 (vc-setup-buffer): New function, split out of vc-do-command.
4409 (vc-do-command): Allow BUFFER to be t to mean `just use the
4410 current buffer without any fuss'.
4411 (vc-version-diff): Change the `diff' backend operation to just put
4412 the diff in the current buffer without erasing it. Always use
4413 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4414 shrink-window-if-larger-than-buffer.
4415 (vc-print-log): Change the `print-log' backend operation to just
4416 put the log in the current buffer without erasing it. Protect
4417 shrink-window-if-larger-than-buffer.
4418 (vc-update-change-log): Fix setd typo.
4419
4420 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4421 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4422
4423 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4424 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4425 CMP.
4426
4427 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4428 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4429 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4430
44312000-09-04 Andre Spiegel <spiegel@gnu.org>
4432
4433 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4434 not possible, use vc-BACKEND-workfile-unchanged-p.
4435 (vc-default-workfile-unchanged-p): New function. Delegates to a
4436 full vc-BACKEND-diff.
4437
4438 * vc-hooks.el (vc-simple-command): Removed.
4439
4440 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4441 instead of vc-simple-command.
4442 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4443 avoid doing a diff when opening a file.
4444 (vc-rcs-state): Added check for unlocked-changes.
4445 (vc-rcs-header): Escape Id.
4446 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4447 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4448 version.
4449
4450 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4451 (vc-sccs-diff): Remove optional arg CMP.
4452 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4453 SCCS-specific function.
4454
4455 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4456 vc-simple-command.
4457
44582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4459
4460 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4461 (with-vc-file, vc-merge): Use vc-editable-p.
4462 (vc-do-command): Remove unused var vc-file and fix the
4463 doubly-defined `status' var. Add a user message when starting an
4464 async command.
4465 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4466 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4467 Use with-current-buffer.
4468 (vc-buffer-sync): Use unless.
4469 (vc-next-action-on-file): If the file is 'edited by read-only,
4470 make it read-write instead of trying to commit.
4471 (vc-version-diff, vc-update-change-log): Use `setq
4472 default-directory' rather than `cd'.
4473 (vc-log-edit): Don't forget to set default-directory in the
4474 buffer.
4475
4476 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4477 (vc-sccs-state-heuristic): Use file-writable-p instead of
4478 comparing userids.
4479 (vc-sccs-checkout): Use `unless'.
4480
4481 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4482 of comparing userids.
4483 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4484 Simplify the logic by eliminating unreachable code.
4485 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4486 just do a recursive call if we need to retry.
4487 (vc-rcs-checkout): Handle the case where rcs is missing by making
4488 the buffer read-write if requested and re-signalling the error.
4489
4490 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4491
44922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4493
4494 * vc-hooks.el (vc-handled-backends): Docstring change.
4495 (vc-ignore-vc-files): Mark obsolete.
4496 (vc-registered): Check vc-ignore-vc-files.
4497 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4498 vc-ignore-vc-files.
4499
4500 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4501
45022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4503
4504 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4505 files since ange-ftp already has vc-registered return nil.
4506
4507 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4508 (vc-sccs-workfile-version): Use with-temp-buffer and new
4509 vc-parse-buffer and don't bother setting the property.
4510 (vc-sccs-add-triple): Use with-current-buffer and
4511 find-file-noselect.
4512 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4513
4514 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4515 derives from the old vc-parse-buffer but uses the revision number
4516 rather than the date (much easier to compare robustly).
4517 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4518 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4519 locking-user more directly. Check strict locking and set
4520 checkout-model appropriately.
4521 (vc-rcs-parse-locks): Remove.
4522 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4523 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4524 (vc-rcs-system-release): Use with-current-buffer and
4525 vc-parse-buffer.
4526 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4527
4528 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4529 (vc-simple-command): Docstring fix.
4530 (vc-registered): Align the way the file-handler is called with the
4531 way the function itself works.
4532 (vc-file-owner): Remove.
4533
4534 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4535 extraction of fields and call to file-attributes because of a
4536 temporary bug in rcp.el.
4537 (vc-cvs-fetch-status): Use with-current-buffer.
4538
45392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * vc.el (vc-do-command): Use file-relative-name.
4542 (vc-responsible-backend): Use vc-backend if possible.
4543 (vc-create-snapshot): Improve the `interactive' spec. Add support
4544 for branches and dispatch to backend-specific `create-snapshot'.
4545 (vc-default-create-snapshot): New function, containing the bulk of
4546 the old vc-create-snapshot.
4547 (vc-retrieve-snapshot): Improve the interactive spec.
4548
4549 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4550 (vc-backend-hook-functions): Remove.
4551 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4552 (vc-backend): Reintroduce the test for `file = nil' now that I
4553 know why it was there (and added a comment to better remember).
4554
4555 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4556 code from vc-sccs-hooks.el.
4557 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4558 'vc anymore.
4559 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4560 and file-directory-p instead of file-exists-p.
4561 (vc-sccs-check-headers): Simplify the regexp.
4562
4563 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4564 from vc-rcs-hooks.el. Don't require 'vc anymore.
4565 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4566 file-directory-p instead of file-exists-p.
4567
4568 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4569 from vc-cvs-hooks.el.
4570 (proto vc-cvs-registered): Require 'vc-cvs instead of
4571 'vc-cvs-hooks. Don't require 'vc anymore.
4572 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4573 file-directory-p instead of file-exists-p.
4574 (vc-cvs-create-snapshot): New function, replacing
4575 vc-cvs-assign-name.
4576 (vc-cvs-assign-name): Remove.
4577
45782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4579
4580 * vc-cvs.el (vc-cvs-header): New var.
4581
4582 * vc-rcs.el (vc-rcs-exists): Remove.
4583 (vc-rcs-header): New var.
4584
4585 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4586 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4587 (vc-sccs-header): New var.
4588
4589 * vc.el (vc-do-command): Get rid of the `last' argument.
4590 (vc-header-alist): Remove, replaced by vc-X-header.
4591 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4592 (vc-dired-hook): Use expand-file-name instead of concat.
4593 (vc-directory): Use file-name-as-directory.
4594 (vc-snapshot-precondition, vc-create-snapshot)
4595 (vc-retrieve-snapshot): Allow the command to operate on any
4596 directory.
4597
4598 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4599 just removing the 'WORKFILE argument or by removing the 'MASTER
4600 argument and replacing `file' with (vc-name file).
4601
46022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4603
4604 * vc.el: Update Copyright and add a crude list of backend funs.
4605 (vc-writable-p): New function.
4606 (with-vc-file): Use vc-writable-p.
7f8b6551 4607 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4608 (vc-register): Avoid vc-name.
4609 (vc-locking-user): Remove.
4610 (vc-steal-lock): Make the `owner' arg non-optional.
4611 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4612 vc-checkout-model.
4613 (vc-default-dired-state-info): Use vc-state instead of
4614 vc-locking-user and return special strings for special states.
4615 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4616 and get rid of one of the special CVS cases.
4617 (vc-cancel-version): prettify error message with \\[...].
4618 (vc-rename-master): New function.
4619 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4620 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4621 the CVS special case generic.
4622 (vc-default-record-rename): Remove.
4623 (vc-file-tree-walk-internal): Only call FUNC for files that are
4624 under control of some VC backend and replace `concat' with
4625 expand-file-name.
4626 (vc-file-tree-walk): Update docstring.
4627 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4628 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4629
4630 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4631 vc-sccs-record-rename. Use `find-file-noselect' rather than
4632 `find-file' and call `vc-rename-master' to do the actual move.
4633 (vc-sccs-diff): Remove unused `backend' variable.
4634
4635 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4636 to delay loading of vc-sccs until it is really used.
4637 (vc-sccs-master-templates): Preload.
4638 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4639 (vc-sccs-project-dir): Remove (merged into
4640 vc-sccs-search-project-dir).
4641 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4642 rather than `concat', make sure it is preloaded and don't bother
4643 to check that the file actually exists.
4644 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4645 `locks' argument (use buffer's content instead) and eliminate n^2
4646 behavior.
4647
4648 * vc-rcs.el: Update Copyright.
4649 (vc-rcs-rename-file): New function.
4650 (vc-rcs-diff): Remove unused `backend' variable.
4651
4652 * vc-hooks.el: Update Copyright.
4653 (vc-backend): Don't accept a nil argument any more.
4654 (vc-up-to-date-p): Turn into a defsubst.
4655 (vc-possible-master): New function.
4656 (vc-check-master-templates): Use `vc-possible-master' and allow
4657 funs in vc-X-master-templates to return a non-existent file.
4658
4659 * vc-cvs.el: Update Copyright.
4660 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4661 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4662
4663 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4664
46652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4666
4667 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4668 since it can be called from vc-rcs.el.
4669 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4670
46712000-09-04 Andre Spiegel <spiegel@gnu.org>
4672
4673 * vc.el (vc-version-diff): Expand file name read from the
4674 minibuffer. Handle the case when a previous version number can't
4675 be guessed. Give suitable messages when there were no differences
4676 found.
4677 (vc-clear-headers): Call backend-specific implementation, if one
4678 exists.
4679 (vc-cancel-version): Made error checks generic. When done, clear
4680 headers generically, too.
4681
4682 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4683 from vc-clear-headers in vc.el.
4684
4685 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4686 correctly.
4687 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4688 optional. Handle the case when it's not there.
4689
46902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4691
4692 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4693
46942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4695
4696 * vc-hooks.el (vc-loadup): Remove.
4697 (vc-find-backend-function): Use `require'. Also, handle the case
4698 where vc-BACKEND-hooks.el doesn't exist.
4699 (vc-call-backend): Cleanup.
4700
47012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4702
4703 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4704 vc-rcs-grab-templates)
4705 (vc-rcs-registered): Remove. The default function works as well.
4706 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4707 vc-sccs-grab-templates)
4708 (vc-sccs-registered): Remove. The default function works as well.
4709
4710 * vc.el (vc-version-diff): Left out a vc- in call to
4711 vc-call-backend.
4712 (vc-default-dired-state-info, vc-default-record-rename)
4713 (vc-default-merge-news): Update for the new backend argument.
4714
4715 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4716 using the default function.
4717 (vc-call-backend): If calling the default function, pass it the
4718 backend as first argument. Update the docstring accordingly.
4719 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4720 for the new backend argument.
4721 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4722 (vc-find-backend-function): Use the new name.
4723 (vc-default-registered): New function.
4724
47252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4726
4727 * vc.el (vc-merge): Use vc-find-backend-function.
4728
4729 * vc-hooks.el (vc-backend-functions): Remove.
4730 (vc-loadup): Don't setup 'vc-functions.
4731 (vc-find-backend-function): New function.
4732 (vc-call-backend): Use above fun and populate 'vc-functions
4733 lazily.
4734 (vc-backend-defines): Remove.
4735
47362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4739 Call vc-call-backend without the leading vc-.
4740 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4741 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4742 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4743 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4744 Call vc-call-backend without the leading vc-.
4745
4746 * vc-cvs.el (tail): Provide vc-cvs.
4747 * vc-sccs.el (tail): Provide vc-sccs.
4748 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4749
4750 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4751 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4752 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4753 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4754 (vc-call-backend): Always try to load vc-X-hooks.
4755 (vc-registered): Remove vc- in call to vc-call-backend.
4756
47572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4758
4759 * vc.el (vc-process-filter): New function.
4760 (vc-do-command): Setup `vc-process-filter' for the async process.
4761 (vc-maybe-resolve-conflicts): New function to reduce
4762 code-duplication. Additionally, it puts the buffer in
4763 `smerge-mode' if applicable.
4764 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4765 calling `merge-news'.
7f8b6551 4766 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4767 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4768 interfacing to log-edit.el.
4769 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4770 log-edit is available.
4771 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4772
47732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4776 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4777 defvar and the initialization.
4778 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4779
4780 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4781 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4782
7f8b6551 4783 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4784
47852000-09-04 Andre Spiegel <spiegel@gnu.org>
4786
4787 * vc.el (vc-file-clear-masterprops): Removed.
4788 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4789 (vc-version-diff): Use buffer-size without argument.
4790 (vc-register): Heed vc-initial-comment.
4791
4792 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4793 default branch.
4794
4795 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4796 file name and workfile version.
4797 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4798
4799 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4800 vc-file-clear-masterprops.
4801
4802 * vc-sccs.el (vc-sccs-checkout): Removed call to
4803 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4804 rather than user login name.
4805
4806
48072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4808
4809 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4810 `want-differences-if-changed' and simplify.
4811 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4812 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4813 output (which is invalid for async vc-diff) to decide whether to
4814 do the revert silently or not.
4815
48162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4817
4818 * vc-hooks.el (vc-loadup): Load files quietly.
4819 (vc-call-backend): Oops, brain fart.
4820
48212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4822
4823 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4824 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4825
48262000-09-04 Andre Spiegel <spiegel@gnu.org>
4827
4828 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4829 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4830 vc-state or vc-up-to-date-p.
4831 (vc-merge): Use vc-backend-defines to check whether merging is
4832 possible. Set state to 'edited after successful merge.
4833
4834 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4835 return that name. Redocumented.
4836
48372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4840 new `vc-state' semantics.
4841 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4842 'vc-locking-user to the current user.
4843 (vc-merge): Inline vc-backend-merge. Comment out code that I
4844 don't understand and hence can't adapt to the new `vc-state' and
4845 `vc-locking-user' semantics.
4846 (vc-backend-merge): Remove.
4847
4848 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4849 rather than 'vc-locking-user.
4850
4851 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4852
4853 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4854 (vc-state): Don't use 'reserved any more. Just use the same
4855 convention as the one used for vc-<backend>-state where the
4856 locking user (as a string) is returned.
4857 (vc-locking-user): Update, based on the above convention. The
4858 'vc-locking-user property has disappeared.
7f8b6551 4859 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4860
4861 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4862 with a heuristic one.
4863 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4864 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4865 error. That allows us to get to 'needs-merge even in the
4866 stay-local case. There's still no way to detect 'needs-patch in
4867 such a setup (or to force an update for that matter).
4868 (vc-cvs-logentry-check): Remove, the default works as well.
4869
48702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4871
7f8b6551 4872 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4873
4874 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4875 major-mode in which the buffer might have been put earlier. Use
4876 `remove' and `when'. Allow `okstatus' to be `async' and use
4877 `start-process' in this case.
4878 (vc-version-diff): Handle the case where the diff looks empty
4879 because of the use of an async process.
4880
48812000-09-04 Andre Spiegel <spiegel@gnu.org>
4882
4883 * vc.el (vc-next-action-on-file): Removed optional parameter
4884 `simple'. Recompute state unconditionally.
4885 (vc-default-toggle-read-only): Removed.
4886
4887 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4888 (vc-toggle-read-only): Undid prev change.
4889
4890 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4891 vc-cvs-simple-toggle. Redocumented.
4892 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4893 (vc-cvs-toggle-read-only): Removed.
4894
48952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4896
7f8b6551 4897 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4898 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4899 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4900 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4901 still is. So maybe it should be removed.
4902 (vc-head-version, vc-find-binary): Remove.
4903 (vc-recompute-state): Move from vc-hooks.el.
4904 (vc-next-action-on-file): Add a `simple' argument to allow
4905 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4906 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4907 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4908 (vc-dired-mode-map): Properly defvar it.
4909 (vc-print-log): Call log-view-mode if available.
4910 (small-temporary-file-directory): defvar instead of use boundp.
4911 (vc-merge-news): Moved to vc-cvs.el.
4912 (vc-default-merge-news): New function.
4913
4914 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4915 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4916 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4917 unknown `vc-latest-version' function. It should probably refer to
4918 vc-workfile-version or somesuch, but it's very unclear to me and I
4919 don't have SCCS to test things.
4920
4921 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4922 (vc-sccs-state-heuristic): Fix typo.
4923 (vc-sccs-workfile-unchanged-p): Add missing argument.
4924
4925 * vc-rcs.el: Require vc and vc-rcs-hooks.
4926 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4927 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4928 (vc-release-greater-or-equal-p): Move from vc.
4929 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4930 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4931 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4932 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4933
4934 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4935 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4936 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4937 than the apparently unbound `workfile-version'.
4938
4939 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4940 (vc-file-prop-obarray): Use `make-vector'.
4941 (vc-backend-functions): Add new hookable functions
4942 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4943 (vc-loadup): If neither backend nor default functions exist, use
4944 the backend function rather than nil.
4945 (vc-call-backend): If the function if not bound yet, try to load
4946 the non-hook file to see if it provides it.
4947 (vc-call): New macro plus use it wherever possible.
4948 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4949 nor `vc-find-binary' since it's only called from
7f8b6551 4950 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4951 (vc-checkout-model): Fix parenthesis.
4952 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4953
7f8b6551 4954 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4955 (vc-cvs-release, vc-cvs-system-release): Remove.
4956 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4957 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4958 status symbols.
4959 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4960 (vc-cvs-toggle-read-only): First cut at a function to allow a
4961 cvs-status-free vc-toggle-read-only.
4962 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4963 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4964 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4965 (vc-cvs-checkout): Modify access rights directly if the user
4966 requested not to use `cvs edit'. And refresh the mode line.
4967
4968 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4969 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4970
49712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4972
4973 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4974 workfile' that got lost when the code was extracted from vc.el.
4975 And merged the tail with the rest of the code (not possible in the
4976 old vc.el where the tail was shared among all backends). And
4977 explicitly set the state to 'edited if `writable' is set.
4978
4979 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4980 (vc-cvs-state): Be careful to return the value from
4981 vc-cvs-parse-state.
4982 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4983 property but return it instead. Also be careful to handle a nil
4984 or "" `rev' when workfile is non-nil (it was handled properly when
4985 workfile was nil).
4986
4987 * vc.el: Removed those pesky unnecessary `(function' quotes.
4988 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4989 directly in the defvar.
4990 (vc-do-command): Bind inhibit-read-only so as to properly handle
4991 the case where the destination buffer has been made read-only.
4992 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4993 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4994 (vc-annotate-mode-variables): Removed (code moved partly to
4995 defvars and partly to vc-annotate-add-menu).
4996 (vc-annotate-mode): Turned into a derived-mode.
4997 (vc-annotate-add-menu): Moved in code in
4998 vc-annotate-mode-variables.
4999 (vc-update-change-log): Use make-temp-file if available.
5000
50012000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5002
5003 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5004 `vc-checkout-model' updated to `vc-cvs-update-model'.
5005
50062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5007
5008 * vc.el (vc-next-action-on-file): Added handling of state
5009 `unlocked-changes'.
5010 (vc-checkout-carefully): Is now practically obsolete, unless the
5011 above is too slow to be enabled unconditionally.
5012 (vc-update-change-log): Fixed typo.
5013
5014 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5015
7f8b6551
SM
5016 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5017 Now handles state `unlocked-changes'.
5018 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5019
5020 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5021
5022 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5023 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5024 `unlocked-changes'.
5025 (vc-rcs-workfile-unchanged-p): Renamed from
5026 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5027 function yet, but supposed to become one soon.
5028
5029 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5030 `vc-steal-lock'.
5031 (vc-call-backend): Changed error message.
5032 (vc-state): Added description of state `unlocked-changes'.
5033
50342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5035
5036 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5037 always return t in CVS-controlled directories.
5038
5039 * vc.el (vc-responsible-backend): New function.
5040 (vc-register): Largely rewritten.
5041 (vc-admin): Removed (implementation moved into vc-register).
5042 (vc-checkin): Redocumented.
5043 (vc-finish-logentry): If no backend defined yet (because we are in
5044 the process of registering), use the responsible backend.
5045
5046 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5047 Updated function lists.
5048 (vc-call-backend): Fixed typo.
5049
7f8b6551
SM
5050 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5051 New functions.
5052 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5053 Removed query option. Redocumented.
7a004b71
GM
5054
50552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5056
5057 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5058
5059 * vc.el: Updated callers of `vc-checkout-required' to use
5060 `vc-checkout-model'.
5061
50622000-09-04 Martin Lorentzson <martinl@gnu.org>
5063
5064 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5065 stuff updated to reference this function instead of the old
5066 `vc-backend-release-p'.
5067
50682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5069
5070 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5071 vc-checkout-model. Return appropriate values. Updated callers.
5072
50732000-09-04 Martin Lorentzson <martinl@gnu.org>
5074
7f8b6551 5075 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5076 (vc-backend-revert): Function moved into `vc-revert';
5077 `vc-next-action' must be updated to accomodate this change.
5078 (vc-backend-steal): Function moved into `vc-finish-steal'.
5079 (vc-backend-logentry-check): Function moved into
5080 `vc-finish-logentry'.
5081 (vc-backend-printlog): Function moved into `vc-print-log'.
5082 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5083 (vc-backend-assign-name): Function moved into
5084 `vc-create-snapshot'.
5085
50862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5087
5088 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5089 Rename to vc-checkout-model. Return appropriate values.
5090 Update callers.
7a004b71 5091
7f8b6551 5092 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5093 to vc-checkout-model.
7f8b6551
SM
5094 (vc-checkout-required): Rename to vc-checkout-model.
5095 Re-implement and re-comment.
7a004b71
GM
5096 (vc-after-save): Use vc-checkout-model.
5097
50982000-09-04 Martin Lorentzson <martinl@gnu.org>
5099
7f8b6551
SM
5100 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5101 Update to use the vc-BACKEND-diff functions instead.
5102 `vc-diff' is now working.
7a004b71 5103
7f8b6551 5104 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5105
7f8b6551 5106 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5107
5108 * vc-sccs.el (vc-sccs-diff): Function changed name from
5109 `vc-backend-diff'. This makes `vc-diff' work.
5110
7f8b6551 5111 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5112 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5113 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5114 signaled during `vc-after-save'.
5115
7f8b6551
SM
5116 * vc.el: Fix typo.
5117 This checkin is made with our new VC code base for the very first time.
5118 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5119
5120 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5121 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5122
5123 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5124 updated to `vc-uses-locking'.
7f8b6551 5125 (vc-checkout-required): Call to backend function.
7a004b71
GM
5126 `vc-checkout-required' updated to `vc-uses-locking' instead.
5127
5128 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5129 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5130
7f8b6551 5131 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5132 to match the split into various backends.
7f8b6551 5133 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5134 (vc-retrieve-snapshot): Bug fix.
5135
51362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5137
5138 * vc-sccs.el (vc-sccs-release): Doc fix.
5139
51402000-09-04 Martin Lorentzson <martinl@gnu.org>
5141
5142 * vc.el (vc-next-action-on-file): Bug found and fixed.
5143 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5144 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5145
5146 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5147 (vc-rcs-checkout): Name space cleaned up. No more revision number
5148 crunching function names that are not prefixed with vc-rcs.
5149 (vc-rcs-checkout-model): Function added. References to
5150 `vc-checkout-model' replaced.
5151
51522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5153
5154 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5155 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5156 still need to be split, and implemented for RCS).
5157
51582000-09-04 Martin Lorentzson <martinl@gnu.org>
5159
5160 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5161
5162 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5163 required by the vc.el file.
5164
5165 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5166 required by the vc.el file.
5167 (vc-rcs-exists): Function added.
5168
5169 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5170 required by the vc.el file.
5171
5172 * vc.el (vc-admin): Updated to handle selection of appropriate
5173 backend. Current implementation is crufty and need re-thinking.
5174
5175 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5176
51772000-09-04 Martin Lorentzson <martinl@gnu.org>
5178
5179 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5180 beginning of annotate buffers correctly.
5181
5182 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5183 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5184 functionality updated quite a lot to support multiple backends.
5185 Variables `vc-annotate-mode', `vc-annotate-buffers',
5186 `vc-annotate-backend' added.
5187
5188 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5189 `vc-annotate-difference' added to supported backend functions.
5190
51912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5192
5193 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5194 Use with-temp-file instead of /bin/sh. Merged from mainline
5195
51962000-09-04 Martin Lorentzson <martinl@gnu.org>
5197
5198 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5199
5200 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5201
5202 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5203
52042000-09-04 Martin Lorentzson <martinl@gnu.org>
5205
5206 * vc-hooks.el: vc-state-heuristic added to
5207 vc-backend-hook-functions.
5208
5209 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5210
5211 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5212
7f8b6551
SM
5213 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5214 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5215 state to `reserved'.
5216
5217 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5218 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5219
52202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5221
7f8b6551 5222 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5223 untouched.
5224
7f8b6551 5225 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5226
7f8b6551 5227 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5228 if defined. (Merged from main line, slightly adapted.)
5229
5230 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5231 millenium problem (merged from mainline).
5232
52332000-09-04 Martin Lorentzson <martinl@gnu.org>
5234
5235 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5236 part and moved the non-BACKEND stuff to vc.el.
5237
5238 * vc.el: Split the annotate feature into a BACKEND specific part
5239 and moved it from the vc-cvs.el file to this one.
5240
52412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5242
7f8b6551
SM
5243 * vc-hooks.el: Implement new state model.
5244 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5245 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5246 locked by somebody else.
7f8b6551 5247 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5248 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5249 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5250 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5251
7f8b6551
SM
5252 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5253 Various simplifications and adaptations all over the place.
7a004b71 5254
7f8b6551
SM
5255 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5256 Simplify and adapt the rest.
7a004b71 5257
7f8b6551 5258 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5259 interaction with view mode according to recent RCS change.
7f8b6551 5260 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5261
52622000-09-04 Martin Lorentzson <martinl@gnu.org>
5263
7f8b6551 5264 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5265
52662000-09-04 Martin Lorentzson <martinl@gnu.org>
5267
5268 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5269 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5270 (vc-minor-part, vc-previous-version): Functions that operate and
5271 compare revision numbers got proper documentation. Comments added
5272 about their possible removal.
5273
52742000-09-04 Martin Lorentzson <martinl@gnu.org>
5275
5276 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5277 the vc-backend.el files.
5278
5279 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5280
5281 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5282 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5283 (vc-rcs-previous-version): Functions added.
5284
5285 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5286
5287 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5288
52892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5290
5291 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5292 Comment out the definition for now. What is the right procedure
7a004b71
GM
5293 to get rid of it?
5294 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5295 rewritten.
7f8b6551 5296 (vc-default-registered): Remove.
7a004b71
GM
5297 (vc-check-master-templates): New function; does mostly what the
5298 above did before.
5299 (vc-locking-user): Don't rely on the backend to set the property.
5300
5301 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5302 Rewrite documentation.
7a004b71
GM
5303 (vc-rcs-templates-grabbed): New variable.
5304 (vc-rcs-grab-templates): New function.
7f8b6551 5305 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5306
5307 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5308 Rewrite documentation.
7a004b71
GM
5309 (vc-sccs-templates-grabbed): New variable.
5310 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5311 (vc-sccs-registered): Rewrite to use above mechanism.
5312 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5313 Don't throw the result, simply return it.
7a004b71 5314
7f8b6551
SM
5315 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5316 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5317 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5318
7f8b6551 5319 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5320 from main line.
5321
53222000-09-04 Martin Lorentzson <martinl@gnu.org>
5323
7f8b6551 5324 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5325
7f8b6551 5326 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5327
7f8b6551
SM
5328 * vc-rcs.el (vc-rcs-diff): New function.
5329 (vc-rcs-checkout): Bug (typo) found and fixed.
5330 (vc-rcs-register-switches): New variable.
7a004b71
GM
5331
5332 * vc.el (vc-backend-diff): Function removed and placed in the
5333 backend files.
5334
53352000-09-04 Martin Lorentzson <martinl@gnu.org>
5336
5337 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5338
5339 * vc.el (vc-backend-checkout): Function removed and replaced in
5340 the vc-backend.el files.
5341
5342 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5343
5344 * vc.el (vc-backend-admin): Removed and replaced in the
5345 vc-backend.el files.
5346
5347 * vc.el (Martin): Removed all the annotate functionality since it
5348 is CVS backend specific.
5349
53502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5351
5352 * spec.txt: Added specification of vc-state.
5353
5354 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5355 Remove handling of vc-latest-version and
7a004b71
GM
5356 vc-your-latest-version. What used to be vc-latest-version, is now
5357 returned as vc-workfile-version.
7f8b6551 5358 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5359
53602000-09-04 Dave Love <fx@gnu.org>
5361
5362 * vc.el: [Merged from mainline.]
5363 (vc-dired-mode): Make the dired-move-to-filename-regexp
5364 regexp match the date, to avoid treating date as file size.
5365 Add YYYY S option to WESTERN/
5366
53672000-09-04 Dave Love <fx@gnu.org>
5368
5369 * vc.el: Require `compile' when compiling.
5370 (vc-logentry-check-hook): New option.
5371 (vc-steal-lock): Use compose-mail.
5372 (vc-dired-mode-map): Defvar when compiling.
5373 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5374 vc-sccs.el and renamed. Callers changed.
5375 (vc-backend-checkout, vc-backend-logentry-check)
5376 (vc-backend-merge-news): Doc fix.
5377 (vc-default-logentry-check): New function.
5378 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5379 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5380 (vc-backend-merge): Doc fix. Use backend functions.
5381 (vc-check-headers): Use backend functions.
5382
5383 * vc-cvs.el: Require vc when compiling.
5384 (vc-cvs-register-switches): Doc fix.
5385 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5386 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5387 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5388 New functions (code from vc.el).
5389 (vc-annotate-display-default): Fix interactive spec.
5390 (vc-annotate-time-span): Doc fix.
5391
5392 * vc-rcs.el: Require vc when compiling.
5393 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5394 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5395 (vc-rcs-checkin): New functions (code from vc.el).
5396 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5397 Doc fix.
5398 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5399
5400 * vc-sccs.el: Require vc when compiling.
5401 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5402 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5403 (vc-sccs-revert)
5404 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5405 from vc.el).
5406 (vc-sccs-add-triple, vc-sccs-record-rename)
5407 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5408 (vc-sccs-admin): Doc fix.
5409
54102000-09-04 Martin Lorentzson <martinl@gnu.org>
5411
5412 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5413 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5414 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5415 from vc.el.
5416
5417 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5418
5419 * vc-cvs.el: Moved the annotate functionality from vc.el.
5420 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5421
54222000-09-04 Dave Love <fx@gnu.org>
5423
5424 * vc.el (vc-backend-release): Call vc-system-release.
5425
5426 * vc-sccs.el (vc-sccs-system-release):
5427 Renamed from vc-sccs-backend-release.
5428
5429 * vc-rcs.el (vc-rcs-system-release):
5430 Renamed from vc-rcs-backend-release.
5431
5432 * vc-cvs.el (vc-cvs-system-release):
5433 Renamed from vc-cvs-backend-release.
5434
54352000-09-04 Dave Love <fx@gnu.org>
5436
5437 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5438 backend files.
5439 (vc-backend-release): Dispatch to backend functions.
5440 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5441 probably needs attention.]
5442
5443 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5444 (vc-sccs-backend-release): New function.
5445
5446 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5447 (vc-cvs-backend-release): New function.
5448
5449 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5450 Doc fix.
5451 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5452 (vc-default-dired-state-info): New function.
5453 (vc-dired-state-info): Dispatch to backends.
5454 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5455
5456 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5457 from vc.el and renamed.
5458
54592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5460
5461 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5462 (vc-version-other-window, vc-backend-assign-name): Removed
5463 references to vc-latest-version; sometimes changed into
5464 vc-workfile-version.
5465
5466 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5467 vc-rcs-master-workfile-version.
5468 (vc-rcs-workfile-version): Use the above. Don't call
5469 vc-latest-version (that was unreachable code, anyway).
5470 (vc-rcs-fetch-master-properties): Doc fix.
5471
5472 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5473 (vc-backend-hook-functions): Removed them from this list, too.
5474 (vc-fetch-properties): Removed.
5475 (vc-workfile-version): Doc fix.
5476
5477 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5478 (vc-rcs-workfile-version, vc-rcs-locking-user)
5479 (vc-rcs-uses-locking): Use it.
5480
5481 * vc-hooks.el (vc-consult-rcs-headers):
5482 Moved into vc-rcs-hooks.el, under the name
5483 vc-rcs-consult-headers.
5484
5485 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5486 headers.
5487 (vc-cvs-find-master): Use this name only; correct different
5488 versions of the name.
5489
5490 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5491 New functions.
5492 (vc-sccs-locking-user): Use the latter.
5493
5494 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5495 New functions.
5496
5497 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5498 Moved into both
5499 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5500 functions are implementation details of those two backends.
5501
55022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5503
5504 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5505 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5506
5507 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5508 (vc-sccs-parse-locks): SCCS-specific code moved here from
5509 vc-hooks.
5510
5511 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5512 code moved here from vc-hooks.
5513
5514 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5515 into back-end specific parts and removed. Callers not updated
5516 yet; because I guess these callers will disappear into back-end
5517 specific files anyway.
5518
55192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5520
5521 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5522 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5523 `vc-uses-locking'.
5524
5525 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5526 Store yes/no in the property, and return t/nil. Updated all
5527 callers.
5528
5529 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5530 vc-sccs-uses-locking. Don't set property.
5531 (vc-sccs-locking-user): Don't set property.
5532
5533 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5534 vc-cvs-uses-locking. Don't set property here; leave that to
5535 vc-hooks.
5536 (vc-cvs-locking-user): Reflect above change. Streamlined.
5537
5538 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5539 vc-rcs-uses-locking.
5540 (vc-rcs-locking-user): Reflect above change.
5541
55422000-09-04 Dave Love <fx@gnu.org>
5543
5544 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5545
5546 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5547
5548 * vc-hooks.el (vc-checkout-model): Punt to backends.
5549
5550 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5551
5552 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5553
5554 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5555 New functions.
5556
5557 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5558 New functions.
5559
5560 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5561 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5562
5563 * vc-hooks.el (vc-default-locking-user): New function.
5564 (vc-locking-user, vc-workfile-version): Punt to backends.
5565
55662000-09-04 Dave Love <fx@gnu.org>
5567
5568 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5569 (vc-master-workfile-version): Moved from vc-hooks.
5570
5571 * vc-rcs-hooks.el: Fix duplicate code in last change.
5572
5573 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5574 (vc-rcs-master-templates): Improve :type.
5575 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5576 vc-master-workfile-version): Moved from vc-hooks.
5577
5578 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5579 (vc-sccs-master-templates): Improve :type.
5580 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5581
5582 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5583
5584 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5585 (vc-cvs-master-templates): Improve :type. Use
5586 vc-cvs-find-cvs-master.
5587 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5588 from vc-hooks.
5589 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5590
5591 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5592 Moved to vc-cvs-hooks.
5593
5594 * vc-hooks.el: Add doc strings in various places. Simplify the
5595 minor mode setup.
5596 (vc-handled-backends): New user variable.
5597 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5598 simplification.
5599
56002000-09-04 Dave Love <fx@gnu.org>
5601
5602 * vc.el: Some doc fixes for autoloaded and interactive functions.
5603 Fix compilation warnings from ediff stuff.
5604 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5605
5606 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5607
5608 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5609
5610 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5611
56122000-09-04 Dave Love <fx@gnu.org>
5613
5614 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5615 New variable.
5616 (vc-make-backend-function, vc-loadup, vc-call-backend)
5617 (vc-backend-defines): New functions.
5618
5619 * vc-hooks.el: Various doc fixes.
5620 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5621 (vc-match-substring): Function removed. Callers changed to use
5622 match-string.
5623 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5624 Simplify.
5625
56262000-09-04 Dave Love <fx@gnu.org>
5627
5628 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5629 type.
5630 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5631 (vc-sccs-registered): Doc fix.
5632
5633 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5634 (vc-cvs-registered): Doc fix.
5635
5636 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5637 (vc-rcs-registered): Doc fix.
5638
56392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5640
5641 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5642
5643 * vc-hooks.el: vc-registered has been renamed
5644 vc-default-registered. Some functions have been moved to the
5645 backend specific files. they all support the
5646 vc-BACKEND-registered functions.
5647
56482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5649
5650 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5651
5652 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5653
a033ea13
DL
56542000-09-04 Dave Love <fx@gnu.org>
5655
179fc9ef
DL
5656 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5657 menu-bar-update-hook.
5658
5659 * help.el (help-manyarg-func-alist): Add
5660 find-operation-coding-system.
5661
a033ea13
DL
5662 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5663
5664 * custom.el (custom-set-variables): Print message about errors in
5665 setting.
5666
f8803e97
AI
56672000-09-03 Andrew Innes <andrewi@gnu.org>
5668
5669 * makefile.w32-in: Change to DOS line endings.
5670
59836110
EZ
56712000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5672
5673 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5674 minor-mode keymaps, if they don't have one.
5675
5514ba5c
EZ
56762000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5677
5678 * eshell/esh-module.el (eval-when-compile): Don't lose if
5679 esh-module.el's file name is truncated to DOS 8+3 limits.
5680
79cf8e80
JW
56812000-09-01 John Wiegley <johnw@gnu.org>
5682
5683 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5684 predicate, which caused entries in the completion list to be
5685 doubled.
5686
56872000-08-30 John Wiegley <johnw@gnu.org>
5688
5689 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5690 sending to subprocesses. Also, hook pre-command-hook if
5691 `eshell-send-direct-to-subprocesses' is non-nil.
5692 (eshell-send-direct-to-subprocesses): New config variable. If t,
5693 subprocess input is send immediately.
5694 (eshell-toggle-direct-send): New function.
5695 (eshell-self-insert-command): New function.
5696 (eshell-intercept-commands): New function.
5697 (eshell-send-input): If direct subprocess sending is enabled,
5698 don't echo any input to the Eshell buffer. Let the subprocess
5699 handle that. This requires "stty echo" in bash, for example.
5700
57012000-08-28 John Wiegley <johnw@gnu.org>
5702
5703 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5704 completion function for Eshell's implementation of `unset'.
5705
778911b9
EZ
57062000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5707
5708 * info.el (Info-directory-list): Doc fix.
5709
05d07b49
PB
57102000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5711
9b4a7800 5712 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5713 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5714
9941d4c7
KH
57152000-08-31 Kenichi Handa <handa@etl.go.jp>
5716
5717 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5718 coding systems.
5719
af9ba8ad
AI
57202000-08-30 Andrew Innes <andrewi@gnu.org>
5721
5722 * timer.el (run-with-idle-timer): Undo last change, so that timer
5723 is not activated immediately if Emacs is already idle. Some
5724 existing code relies on this behaviour.
5725
caccd8f2
MB
57262000-08-30 Miles Bader <miles@gnu.org>
5727
5728 * frame.el (set-frame-font): Do completion of font-name for
5729 interactive use.
5730
b64c0a1c
KH
57312000-08-30 Kenichi Handa <handa@etl.go.jp>
5732
5733 * international/quail.el (quail-start-translation): Bind locally
5734 last-command-event, last-command, and this-command.
5735 (quail-start-conversion): Likewise.
75cf0095 5736 (quail-self-insert-command): Fix docstring.
b64c0a1c 5737
fd5f61d3
GM
57382000-08-29 Gerd Moellmann <gerd@gnu.org>
5739
5740 * progmodes/executable.el
5741 (executable-make-buffer-file-executable-if-script-p): Check that
5742 buffer contains at least 2 characters.
5743
5b671d04
EZ
57442000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5745
5746 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5747
485d9513
DL
57482000-08-29 Dave Love <fx@gnu.org>
5749
a39fb83d
DL
5750 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5751 (diff-mode-shared-map): Bind mouse-2.
5752 (diff-imenu-generic-expression): New variable.
5753 (diff-mode): Use it.
5754
485d9513
DL
5755 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5756 (mouse-popup-menubar): Add minor mode menus.
5757 (popup-menu): Check for lookup-key returning number.
5758
ba3478d9
MB
57592000-08-29 Miles Bader <miles@gnu.org>
5760
5761 * comint.el (comint-send-input): Create overlays using the proper
5762 front/read-advance arguments.
9b4a7800 5763
c3d6d211
GM
57642000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5765
5766 * ps-print.el: Even/odd pages printing. Doc fix.
5767 (ps-print-version): New version number (6.0).
5768 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5769 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5770 (ps-print-duplex-feature): Variable eliminated.
5771 (ps-even-or-odd-pages): New variable.
5772
ba087cd7 5773 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5774 (ebnf-version): New version (3.3).
5775 (ebnf-user-arrow): Change variable customization to sexp.
5776 (ebnf-user-arrow): Function eliminated.
5777 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5778
d313265f
KH
57792000-08-29 Kenichi Handa <handa@etl.go.jp>
5780
cba62b78 5781 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5782 (help-make-xrefs): Handle help-xref-mule-regexp.
5783
5784 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5785 variable.
5786 (describe-input-method): Temporarily activate the specfied input
5787 method to display the information.
5788 (describe-language-environment): Hyperlinks to mule related items.
5789
5790 * international/mule-diag.el (charset-multibyte-form-string): New
5791 function.
5792 (list-character-sets-1): Use charset-multibyte-form-string.
5793 (describe-character-set): New function.
5794 (describe-coding-system): Hyperlinks to safe character sets.
5795
5796 * international/quail.el (quail-help): New arg PACKAGE.
5797 Hyperlinks to mule related items.
5798 (quail-help-insert-keymap-description): Use
5799 substitute-command-keys instead of describe-bindings.
5800 (quail-translation-help): Hyperlinks to mule related items.
5801
b4bd214e
JW
58022000-08-28 John Wiegley <johnw@gnu.org>
5803
ca7aae91
JW
5804 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5805 have a defsubst call itself. Made `eshell-flatten-list' back into
5806 a function again.
5807
b4bd214e
JW
5808 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5809 catch, in case re-centering point at bottom messes up the display.
5810 This happens frequently in Emacs 21, due I believe to variable
5811 line heights.
5812
5813 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5814 to call `find-tag-interactive'.
5815
5816 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5817 the list of remember directories.
5818
d44e146b
JW
58192000-08-28 John Wiegley <johnw@gnu.org>
5820
5821 * align.el: Test align-region-separate to see if it's a symbol.
5822
546c0888 58232000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5824
5825 * eshell/esh-util.el (eshell-flatten-list): Made this function
5826 into a defsubst form. It gets used very frequently, although
5827 calls don't occur all that often.
5828
5829 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5830 examining it.
5831
5832 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5833 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5834 `eshell-protect'.
5835 (eshell-copy-handles): Created a new macro for duplicating the
5836 current set of open handles. This is needed by the looping
5837 functions.
5838 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5839 is not incorrectly stomped on.
5840
5841 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5842 declaration for pcomplete-use-paring.
5843 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5844 value of eshell-cmpl-use-paring.
5845 * pcomplete.el (pcomplete-use-paring): New config variable, to
5846 indicate whether paring should be used.
5847 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5848 completion alternatives that have already been used.
5849
5850 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5851 bound to C-c C-y, which will repeat the previous N arguments
5852 (based on prefix argument).
5853 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5854
5855 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5856 if there is no *Help* buffer. This is for XEmacs, which renames
5857 its help buffers uniquely. TODO: Find out what the current buffer
5858 name to delete is.
5859
5860 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5861 first entry that correlates to a passwd/group number. Later
5862 entries (used for group/user name aliasing to multiple IDs) are
5863 ignored.
5864
9b4a7800
TTN
5865 * eshell/em-xtra.el (eshell/expr):
5866 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5867 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5868 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5869 argument list, before passing it to the system command.
5870
5871 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5872 `find-tag' for use at final position in Eshell buffers (which
5873 otherwise triggers an error on Emacs 21).
5874 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5875 buffer, if it is currently bound to `find-tag'.
5876
5877 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5878 in the list of matched Makefile names.
5879 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5880 directory, prefer its contents to Makefile.
5881
5882 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5883 directory parts (like "cd old new", or "cd =regexp"), are now case
5884 sensitive on non-Windows/DOS platforms.
5885
5886 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5887 types RET after an open delimiter (like "), display a message
5888 indicating that Eshell is waiting for the closing delimiter.
5889
5890 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5891 environment variables.
5892
5893 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5894 gracefully if the user enters incorrect arguments.
5895
5896 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5897 Eshell buffers.
5898
9b4a7800
TTN
5899 * eshell/esh-var.el (eshell-interpolate-variable):
5900 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5901 * eshell/em-unix.el (eshell-du-sum-directory):
5902 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5903 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5904 (not (= ...)).
5905
5906 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5907 to ensure the `preserve' flag gets propagated when doing recursive
5908 directory copies.
5909
546c0888 59102000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5911
5912 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5913 Don't convert \n into \0177 in memory.
5914 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5915 and back again, when reading and writing.
9b4a7800 5916
546c0888 59172000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5918
5919 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5920 testing of `fboundp' on `processp'.
5921
5922 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5923 (eshell/jobs): Don't call process-list if it is not bound.
5924 (eshell-gather-process-output): Support systems where async
5925 subprocesses aren't supported.
5926 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5927 variables.
5928
5929 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5930 eshell-do-eval returns t.
5931 (eshell-do-pipelines-synchronously): New defmacro.
5932 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5933 when async subprocesses aren't supported.
5934 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5935 if async subprocesses aren't supported.
5936 (eshell-resume-command): Don't assume STATUS is a string.
5937
5938 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5939
5940 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5941 (eshell-close-target, eshell-get-target): Use eshell-processp.
5942 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5943 fix.
5944 (eshell-get-target, eshell-create-handles): Doc fix.
5945
546c0888 59462000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5947
546c0888 5948 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5949 criterion to include commands that output something, as long as it
5950 leaves both the command and the end-of-buffer visible when the
5951 command has exited.
5952 (eshell-review-quick-commands): Adjust the help doc string
5953 accordingly.
5954
2a371c3b
PB
59552000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5956
8348e1f9 5957 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5958 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5959
9b4a7800 5960 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5961 (file-cache-assoc-function): New variable
5962 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5963 Use file-cache-case-fold-search variable
5964 (file-cache-add-file): Use file-cache-assoc-function
5965 (file-cache-delete-file): likewise
5966 (file-cache-directory-name): likewise
5967 (file-cache-debug-read-from-minibuffer): likewise
5968
95931eb1
GM
59692000-08-28 Gerd Moellmann <gerd@gnu.org>
5970
5971 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5972 (abbrev-table-name): New function.
5973 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5974 If non-nil list local abbrev, only.
5975
bb17930d
GM
59762000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5977
546c0888
EZ
5978 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5979 from Gnus support code, and use special article copy buffer
bb17930d
GM
5980 `(gnus-original-article-buffer)' instead. This allows to get rid
5981 of article-hide-headers usage (which breaks in the latest Gnus
5982 version). Thanks to Detlev Zundel.
5983
41a68aef
KH
59842000-08-28 Kenichi Handa <handa@etl.go.jp>
5985
5986 * international/quail.el (quail-use-package): Hide "... loaded"
5987 message.
5988 (quail-start-translation, quail-start-conversion): Likewise.
5989
5990 * international/kkc.el (kkc-region): Hide "... loaded" message.
5991
28bb2cef
DL
59922000-08-27 Dave Love <fx@gnu.org>
5993
5994 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5995
11a1118d
MB
59962000-08-27 Miles Bader <miles@gnu.org>
5997
5998 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5999
0f85d477
KH
60002000-08-27 Kenichi Handa <handa@etl.go.jp>
6001
6002 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6003 'ja-dic-cnv), not (require 'skkdic-cnv).
6004
2d73e8d3
MB
60052000-08-26 Miles Bader <miles@gnu.org>
6006
a0e5a5a4
MB
6007 * faces.el (face-x-resources): Add entry for :inherit.
6008 * cus-face.el (custom-face-attributes): Add support for :inherit
6009 attribute. Add support for relative face heights.
6010 (custom-face-attributes-get): Treat `nil' as being a default value
6011 for :inherit (as well as `unspecified').
6012
19feb949
MB
6013 * faces.el (set-face-attribute): Update doc string.
6014 (face-attribute-name-alist): Add :inherit.
6015 (face-valid-attribute-values): Handle :inherit.
6016 (face-read-string): Rephrase prompt to be less confusing.
6017 Assume that DEFAULT is a string, since we must return a string.
6018 (face-read-integer): Use `format' to turn DEFAULT into an
6019 acceptable default for face-read-string. Match NEW-VALUE against
6020 the string "unspecified", not the symbol `unspecified', since
6021 that's what face-read-string returns.
6022 (read-face-attribute): Lookup a name for old-value in valid, and
6023 use it as a default if we find one. Treat all values from
6024 face-read-string as strings. If the default is used, don't do any
6025 more processing on the value, just use the old value directly.
6026 (read-face-and-attribute, modify-face): Tweak prompt.
6027 (read-face-name): Don't assume prompt ends with a space.
6028
2d73e8d3
MB
6029 * faces.el (describe-face): Add support for :inherit attribute.
6030
a1a2e38f
KH
60312000-08-25 Kenichi Handa <handa@etl.go.jp>
6032
e84fa7c5
KH
6033 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6034 concat doesn't accept interger.
6035
a1a2e38f
KH
6036 * international/kkc.el: Remove SKK from Keywords. Require
6037 ja-dic-utl instead of skkdic-utl.
6038
6039 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6040 Provide ja-dic-cnv instead of skkdic-cnv.
6041 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6042 (iso-2022-7bit-short): Add safe-charsets property.
6043 (skkdic-convert-postfix): Search Japanese chou-on character in
6044 addition to Hiragana character.
6045 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6046 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6047 (batch-skkdic-convert): Likewise.
6048
6049 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6050 Provide ja-dic-utl instead of skkdic-utl.
6051 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6052
f6499c03
DL
60532000-08-24 Dave Love <fx@gnu.org>
6054
1c2c3f16
DL
6055 * disp-table.el (standard-display-default): Make the test of `l'
6056 useful.
6057
f6499c03
DL
6058 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6059 mod sample text.
6060
6061 * international/iso-ascii.el: Make pilcrow convenient string
6062 consistent with section.
6063 (iso-ascii-display): Set up multibyte characters as well as
6064 unibyte.
6065
c543db81
KH
60662000-08-24 Kenichi Handa <handa@etl.go.jp>
6067
6068 * international/mule-cmds.el (reset-language-environment): Set
6069 default-process-coding-system to '(undecided . iso-latin-1), which
6070 makes process I/O almost consistent with file I/O. Call this
6071 function when mule-cmds.el[c] is loaded.
6072
746d9caf
AI
60732000-08-22 Andrew Innes <andrewi@gnu.org>
6074
6075 * makefile.w32-in: New file.
6076
5484005d
MB
60772000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6078
6079 * comint.el (comint-output-filter): Compare end of
6080 comint-last-output-overlay with the start of the newly inserted
6081 text, not the end, when deciding whether to extend it.
9b4a7800 6082 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6083
6084 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6085 since this is now done independently of font-lock mode.
6086
7a912f63
GM
60872000-08-21 Gerd Moellmann <gerd@gnu.org>
6088
6089 * server.el (server-kill-new-buffers): New user option.
6090 (server-existing-buffer): New buffer-local variable.
6091 (server-visit-files): When using an existing buffer, set
6092 server-existing-buffer to t.
6093 (server-buffer-done): If server-kill-new-buffers is t, kill the
6094 buffer, unless it was already present before visiting it with
6095 Emacs server.
9b4a7800 6096
240301df
EZ
60972000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6100 even if the display doesn't support colors: some displays will
6101 support bold/underline faces.
6102
cbcef616
GM
61032000-08-21 Gerd Moellmann <gerd@gnu.org>
6104
6917e6bb
GM
6105 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6106
cbcef616
GM
6107 * startup.el (command-line): If user's init file had an error,
6108 add explanatory text to *Messages*.
6109
6922b018
KH
61102000-08-21 Kenichi Handa <handa@etl.go.jp>
6111
6112 * man.el (Man-getpage-in-background): Decode the process output by
6113 the system locale coding system.
6114
e50c4203
DL
61152000-08-20 Dave Love <fx@gnu.org>
6116
96ab6351
DL
6117 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6118 Don't test x-popup-menu.
6119 (function) <complete-function>: Complete only fbound symbols.
6120 <validate, value>: New.
6121 (variable) <complete-function>: Complete only bound symbols.
6122 (coding-system): Add :base-only, :complete-function, :validate,
6123 :value, :prompt-match.
6124 (widget-coding-system-prompt-value): Use read-coding-system and
6125 act on :base-only.
6126 (editable-field): Add :help-echo.
6127 (widget-push-button-gui, widget-push-button-cache)
6128 (widget-gui-action, widget-editable-list-gui): COmment out, along
6129 with uses.
6130 (widget-at): Make arg optional.
6131 (widget-echo-help): Adjust for current help-echo calling sequence.
6132 (widget-specify-field, widget-specify-button)
6133 (widget-specify-insert, widget-get-sibling, widget-image-find)
6134 (widget-convert, widget-insert, widget-leave-text)
6135 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6136 (widget-setup, widget-field-find, widget-before-change)
6137 (widget-after-change, widget-default-complete)
6138 (widget-default-create, widget-default-delete)
6139 (widget-push-button-value-create, editable-field)
6140 (widget-field-prompt-value, widget-field-validate)
6141 (widget-choice-value-create, widget-choice-action)
6142 (widget-choice-validate, widget-checklist-add-item)
6143 (widget-radio-add-item, widget-radio-chosen)
6144 (widget-radio-value-inline, widget-editable-list-value-create)
6145 (widget-editable-list-entry-create)
6146 (widget-documentation-link-add)
6147 (widget-documentation-string-value-create)
6148 (widget-regexp-validate, widget-file-complete)
6149 (widget-sexp-validate, widget-plist-convert-widget)
6150 (widget-plist-convert-widget, widget-alist-convert-widget)
6151 (widget-alist-convert-widget, widget-color-complete): Simplify,
6152 particularly to avoid bindings which aren't optimized out.
6153
e50c4203
DL
6154 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6155 Doc fix.
6156 (down-list, backward-up-list, up-list, kill-sexp)
6157 (backward-kill-sexp, mark-sexp): Make arg optional.
6158 (lisp-complete-symbol): Add optional arg PREDICATE.
6159
6160 * cus-start.el: Add display-buffer-reuse-frames,
6161 file-coding-system-alist.
6162
511bd4eb
GM
61632000-08-20 Gerd Moellmann <gerd@gnu.org>
6164
6165 * startup.el (command-line): Clear realized faces after
6166 modifying TTY color mappings.
6167
a9de7d29
MB
61682000-08-20 Miles Bader <miles@gnu.org>
6169
6170 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6171 merely a subset of FACE's attributes.
6172
8a8023d9
MB
61732000-08-19 Miles Bader <miles@gnu.org>
6174
6175 * comint.el (comint-output-filter): Save the point with a marker,
6176 not just a buffer position.
6177
6178 * international/mule.el (set-buffer-process-coding-system): Make
6179 interactive prompt less confusing.
6180
1433385f
GM
61812000-08-19 Gerd Moellmann <gerd@gnu.org>
6182
6183 * hilit-chg.el: General cleanup of doc strings, comments and
6184 code formatting.
6185
136b4eda
MB
61862000-08-19 Miles Bader <miles@gnu.org>
6187
6188 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6189 Compiler macro removed; beginning-of-line is no longer always
6190 equivalent to forward-line, in the presence of fields.
6191
6192 * comint.el (comint-output-filter): Remove ad-hoc saving of
6193 restriction, and just use save-restriction, now that it works
6194 correctly. Don't adjust comint-last-input-start to account for
6195 our insertion; it shouldn't have moved because we don't use
6196 insert-before-markers anymore. Comment out call to
6197 `force-mode-line-update'; why is it here?
6198
6199 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6200 while checking for prompt to delete. Use `forward-line 0'
6201 instead of beginning-of-line.
6202 (gud-filter): Temporarily widen gud comint buffer while
6203 examining output.
6204
cdd0f857
SM
62052000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6206
ebf96bfa
SM
6207 * progmodes/sh-script.el: Big bag of typos.
6208
cdd0f857
SM
6209 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6210 check since ispell-process is not bound when ispell is not yet loaded.
6211
9bb7a286
DL
62122000-08-18 Dave Love <fx@gnu.org>
6213
6214 * image.el (find-image): Copy `spec' before using plist-put.
6215
74ec6045
GM
62162000-08-18 Gerd Moellmann <gerd@gnu.org>
6217
6218 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6219 `portugues'.
6220
6221 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6222 backward-kill-sexp, analogous to kill-sexp.
6223
6224 * progmodes/icon.el (icon-indent-line)
6225 (icon-is-continuation-line): Handle comments specially.
6226
62272000-08-17 Ken Stevens <k.stevens@ieee.org>
6228
6229 * ispell.el: Set to standard author/maintainer/keyword fields.
6230 Fine tuning to menu map appearance and operation, and added help.
6231 Remove `start' and `end' error messages when compiling.
6232 (ispell-choices-win-default-height): Fixed comment string.
6233 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6234 castellano8 dictionaries.
6235 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6236 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6237 dictionary, added italiano dictionary.
6238 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6239 word character
6240 (ispell-tex-skip-alists): Added psfig support.
6241 (ispell-skip-html): Renamed from ispell-skip-sgml.
6242 (ispell-begin-skip-region-regexp, ispell-skip-region)
6243 (ispell-minor-check): Improved html skipping support to skip across
6244 code, and recognize `&' commands without propper `;' syntax;
6245 (ispell-process-line): Fix alignment error when manually
6246 correcting spelling.
6247 (ispell): Fix comment string.
6248 (ispell-add-per-file-word-list): Always put word list on new line.
6249
3787e12e
GM
62502000-08-17 Gerd Moellmann <gerd@gnu.org>
6251
a7b28523
GM
6252 * format.el (format-encode-run-method): Fix error message to say
6253 `encode' instead of `decode'. Use save-window-excursion around
6254 shell-command-on-region as in format-decode-run-method because
6255 shell-command-on-region can display a buffer with error output.
6256 (format-decode): Don't record undo information for the decoding.
6257 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6258 that number part of the temporary buffer name so that more than
6259 one decoding using a temporary buffer can happen safely.
6260
6261 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6262 of `A-z' in the regexp.
6263
6264 * hilit-chg.el: Fix typos in commentary.
6265
3787e12e
GM
6266 * help.el (view-emacs-news): Rewritten for new naming scheme
6267 for old NEWS files.
6268
6269 * startup.el (command-line): Pop to *Messages* in case an error
6270 is signaled while loading user-init-file.
6271
d2473540
AS
62722000-08-17 Andreas Schwab <schwab@suse.de>
6273
6274 * files.el (insert-directory): Don't lose original file name,
6275 undoing an undocumented change.
6276
c0bbaf57
GM
62772000-08-17 Alex Schroeder <alex@gnu.org>
6278
6279 * sql.el (sql-magic-go): Use comint-bol.
6280 (sql-copy-column): Use comint-line-beginning-position.
6281 (comint-line-beginning-position): Define a replacement for
6282 comint-line-beginning-position if it is not fboundp.
6283
62842000-08-17 Alex Schroeder <alex@gnu.org>
6285
6286 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6287 it didn't have any effect anyway.
6288
62892000-08-17 Alex Schroeder <alex@gnu.org>
6290
6291 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6292 --pset and pager=off instead of sending \\o|cat at the beginning
6293 of the session.
6294
9d245da5
MB
62952000-08-17 Miles Bader <miles@gnu.org>
6296
6297 * progmodes/octave-inf.el: Add compatibility definition of
6298 comint-line-beginning-position.
6299
abfdbd2e
KH
63002000-08-17 Kenichi Handa <handa@etl.go.jp>
6301
6302 * startup.el (normal-top-level): Look in each dir in load-path for
6303 a leim-list.el file too. This assures of loading leim-list.el
6304 that is created at Emacs installation time even if a user have his
6305 own leim-list.el.
6306
a0b8c939
MB
63072000-08-17 Miles Bader <miles@gnu.org>
6308
6309 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6310 foreground color to black if the background is dark.
6311
7382bcae
SM
63122000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6313
6314 * loadhist.el (unload-feature): Typo.
6315
9b4a7800 6316 * finder.el (finder-compile-keywords):
7382bcae
SM
6317 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6318 to the generated file.
6319
6320 * mail/mh-e.el (mh-make-local-vars):
6321 Replace make-variable-buffer-local with make-local-variable.
6322
cdd0f857 6323 * play/landmark.el:
7382bcae 6324 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6325 * mail/mailabbrev.el (mail-abbrevs-mode):
6326 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6327 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6328
6329 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6330
6331 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6332 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6333 Allow going past the last element.
9b4a7800 6334 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6335 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6336 (cvs-mouse-toggle-mark): Don't move point.
6337 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6338
6339 * progmodes/compile.el (grep): Provide a default set of files.
6340 (next-error): Docstring fix.
6341 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6342
6343 * emacs-lisp/easy-mmode.el (define-minor-mode):
6344 Use `symbol-value' to keep the byte-compiler quiet.
6345
6346 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6347 (diff-find-source-location): New fun, extracted from diff-goto-source.
6348 (diff-goto-source): Use it.
6349 (diff-next-complex-hunk, diff-filter-lines): New function.
6350 (diff-apply-hunk): New command.
6351
6352 * smerge-mode.el (smerge-mode-menu): Doc fix.
6353
6354 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6355
4f00b8c1
DL
63562000-08-16 Dave Love <fx@gnu.org>
6357
2b5198bb
DL
6358 * windmove.el (windmove) <defgroup>: Add :version.
6359
6360 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6361 (goto-address-fontify-p, goto-address-highlight-p)
6362 (goto-address-url-face, goto-address-url-mouse-face)
6363 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6364 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6365 (goto-address-fontify, goto-address-at-mouse): Simplify,
6366 (goto-address-at-point): browse-url-url-at-point,
6367 goto-address-find-address-at-point can return nil.
6368 (goto-address-find-address-at-point): Return nil on failure.
6369
6370 * align.el (align) <defgroup>: Add :version.
6371
6372 * calculator.el (calculator): Add :version.
6373 (calculator): Use two lines for calculator window if `modeline'
6374 face is boxed.
6375
4f00b8c1
DL
6376 * play/5x5.el: Doc fixes.
6377 (5x5) <defgroup>: Add :version.
6378
6379 * play/fortune.el (fortune) <defgroup>: Add :version.
6380 (fortune-append): Fix error message.
6381 (fortune-from-region): Doc fix.
6382
6383 * play/pong.el (pong): Doc fix.
6384
6385 * play/morse.el: Keywords, commentary, autoloads.
6386
69db7ee7
EZ
63872000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6388
6389 * desktop.el (desktop-save): Don't look at symbol-value of a
6390 member of minor-mode-alist, unless it is boundp.
6391
10e1dad9
SS
63922000-08-16 Sam Steingold <sds@gnu.org>
6393
a0b8c939 6394 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6395 `while'; use `with-current-buffer' instead of `save-excursion'.
6396 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6397
9d7bcb2e
KH
63982000-08-16 Kenichi Handa <handa@etl.go.jp>
6399
6400 * international/ccl.el (declare-ccl-program): Docstring modified.
6401 (ccl-execute-with-args): Likewise.
6402
04231ab8
MB
64032000-08-16 Miles Bader <miles@gnu.org>
6404
9d245da5 6405 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6406 comint-line-beginning-position.
6407
f68446ef
GM
64082000-08-15 Gerd Moellmann <gerd@gnu.org>
6409
dc28878c
GM
6410 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6411 'buffer-menu' property.
6412 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6413 fails.
6414 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6415 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6416 wasn't killed.
10e1dad9 6417
58ed0d3b
GM
6418 * buff-menu.el (list-buffers-noselect): Don't display the
6419 *Buffer List* buffer.
6420
32dc52f7
GM
6421 * font-lock.el: Require jit-lock to prevent a very late
6422 `Loading jit-lock' message.
6423
f68446ef 6424 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6425 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6426 mail address.
6427
90ac90a2
MB
64282000-08-15 Miles Bader <miles@gnu.org>
6429
6430 * textmodes/ispell.el (ispell-graphic-p): New constant.
6431 (ispell-choices-win-default-height, ispell-help): Use
6432 `ispell-graphic-p' instead of `xemacsp'.
6433
b0a0e263
DL
64342000-08-15 Dave Love <fx@gnu.org>
6435
c1e757e3
DL
6436 * simple.el: Autoload widget-convert when compiling.
6437 (mail-user-agent): Doc fix.
6438
6439 * help.el (function-called-at-point, variable-at-point): Use
6440 with-syntax-table.
6441 (help-manyarg-func-alist): Add insert-and-inherit.
6442
6443 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6444
6445 * delsel.el (delsel-unload-hook): New function.
6446
6447 * find-file.el: Doc fixes. Move provide to end.
6448 (ff) <defgroup>: Add :link.
6449 (ff-goto-click): Deleted.
6450 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6451 Use mouse-set-point.
6452
6453 * textmodes/tildify.el: Doc fixes.
6454 (tildify) <defgroup>: Add:version.
6455
6456 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6457 (glasses-custom-set): Use set-default, not set.
6458 (minor-mode-alist): Propertize the lighter.
6459 (glasses-mode): Provide optional arg.
6460
5f847612
DL
6461 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6462 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6463 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6464 option. Provide :type.
6465 (cwarn-configuration): Provide :type.
6466 (cwarn-mode): Doc fix.
6467
6468 * add-log.el (change-log-merge): Doc fix.
6469 (change-log-redate): New command.
6470
b0a0e263
DL
6471 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6472 Doze and Dog.
6473 (browse-url): Use dolist, not mapcar.
6474 (browse-url-at-point): Check for null url.
6475 (browse-url-event-buffer, browse-url-event-point): Functions
6476 deleted.
6477 (browse-url-at-mouse, browse-url-netscape): Simplify.
6478
6479 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6480 modes.
6481 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6482 Fix previous change to mapcan.
6483 (msb--init-file-alist, msb--add-separators)
6484 (msb--make-keymap-menu): Simplify.
6485 (msb--choose-file-menu): Use copy-sequence.
6486 (msb-mode-map): Add title to keymap.
6487 (msb-unload-hook): New function.
6488
6489 * bs.el: Fix indentation.
6490 (bs) <defgroup>: Add :links.
2b5198bb
DL
6491 (bs-show): Doc fix.
6492 (bs-apply-sort-faces): Don't use window-system.
6493 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6494
70f1b78e
EZ
64952000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6496
6497 * calendar/timeclock.el (timeclock-file): Run .timelog through
6498 convert-standard-filename.
6499
956777b3
GM
65002000-08-14 Gerd Moellmann <gerd@gnu.org>
6501
3215096c
GM
6502 * emacs-lisp/authors.el: New file.
6503
956777b3
GM
6504 * paren.el (show-paren-priority): New user option.
6505 (show-paren-function): Set overlay priorities to
6506 show-paren-priority.
10e1dad9 6507
0cde1424
MB
65082000-08-14 Miles Bader <miles@gnu.org>
6509
6510 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6511 beginning-of-line with inhibit-field-text-motion bound.
6512
90cbf47e
GM
65132000-08-14 Gerd Moellmann <gerd@gnu.org>
6514
6515 * calendar/timeclock.el: New file.
6516
65172000-08-14 David Ponce <david@dponce.com>
6518
6519 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6520 `widget-button-click'. so that one can use left mouse button to
6521 click on dialog buttons.
6522
65232000-08-14 Emmanuel Briot <briot@gnat.com>
6524
6525 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6526 identifiers, since XML is case sensitive
10e1dad9 6527
79e8dca7 65282000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6529
660394d1
MB
6530 * comint.el (comint-output-filter): Don't bother frobbing
6531 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6532
6533 * comint.el (comint-send-string, comint-send-region): Make into
6534 real functions. Snapshot the prompt before sending.
6535
218c2cc7
EZ
65362000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6537
6538 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6539 technique similar to Info-index, instead of relying on specific
6540 names of relevant Index nodes.
6541 (Info-goto-emacs-command-node): Bind Info-history to nil when
6542 going to the first node found by Info-find-emacs-command-nodes.
6543
51e066d2 65442000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6545
6546 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6547
867102f2
MB
65482000-08-10 Miles Bader <miles@gnu.org>
6549
6550 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6551
af718538
EZ
65522000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6553
6554 * info.el (Info-file-list-for-emacs): More elements for the
6555 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6556 and woman manuals.
6557
c51bacd6
MB
65582000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6559
6560 * comint.el (comint-send-input): Make the newline boundary overlay
6561 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6562 (comint-output-filter): Use `insert' instead of
6563 `insert-before-markers'. Extend comint-last-output-overlay when
6564 necessary since we can't rely on insert-before-markers to do it.
6565 * gud.el (gud-filter): Use `with-current-buffer' instead of
6566 save-excursion when inserting the output, so that point gets
6567 updated correctly; the old method relied on a rather dodgy
6568 side-effect of comint-output-filter to avoid the effect of
6569 save-excursion.
6570
98532b12
EZ
65712000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6572
6573 * files.el (recover-file): Call insert-directory instead of
6574 invoking `ls' directly.
6575
3db4b719
MB
65762000-08-10 Miles Bader <miles@gnu.org>
6577
6578 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6579 (comint-last-prompt-overlay): New variables.
6580 (comint-output-filter): Implement prompt highlighting.
6581 (comint-snapshot-last-prompt): New function.
6582 (comint-send-input): Snapshot the last prompt.
6583 Use comint-highlight-input-face.
6584 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6585 Use defface instead of defcustom.
6586 (send-invisible, comint-send-eof): Snapshot the last prompt.
6587 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6588 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6589
96190aa1
SM
65902000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6591
5cda4b07
SM
6592 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6593 (regexp-opt-group): Use a list of chars for `letters'.
6594 (regexp-opt-charset): `chars' is now a list of chars.
6595 Use a char-table rather than a vector so it works for multibyte chars.
6596
96190aa1
SM
6597 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6598 Set cvs-minor-current-files to the selected fileinfo.
6599 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6600 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6601
7d093d56
EZ
66022000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6603
6604 * files.el (insert-directory): Don't call access-file on
6605 directories on DOS and Windows.
6606
b24c5811
KH
66072000-08-09 Kenichi Handa <handa@etl.go.jp>
6608
6609 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6610 longer if necessary.
6611 (ccl-embed-code): Call ccl-embed-data to store CODE in
6612 ccl-program-vector.
6613
0a6fd67e
MB
66142000-08-09 Miles Bader <miles@gnu.org>
6615
6616 * comint.el (comint-output-filter): Properly handle the case where
6617 the text surrounded by comint-last-output-overlay was deleted.
6618
9f6d1a6c
GM
66192000-08-08 Gerd Moellmann <gerd@gnu.org>
6620
25ad1371
GM
6621 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6622 non-nil.
6623 (Info-file-list-for-emacs): Remove "info" from the list because
6624 that leads to trying to use the documentation from file `info'
6625 in various situations where it isn't appropriate, for instance
6626 C-h C-k C-h i.
6627
6628 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6629 DIR and/or STRING are nil.
6630
6631 * progmodes/compile.el (compilation-setup): Make variable
6632 compilation-error-screen-columns buffer-local, as some comment
6633 in the code suggests it should be.
6634
6635 * files.el (auto-mode-interpreter-regexp): New variable.
6636 (set-auto-mode): Use it.
6637
6638 * indent.el (indent-for-tab-command): Doc fix.
6639
6640 * mouse-sel.el (mouse-sel-mode): Doc fix.
6641
9f6d1a6c
GM
6642 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6643 labels.
6644
6645 * help.el (print-help-return-message): When
6646 display-buffer-reuse-frames is set, let the help window been quit,
6647 instead of deleting it, which might delete a reused frame.
6648
3d819a75
EZ
66492000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6650
6651 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6652 rename a directory to a name that differs only by its letter case.
6653
c5a52529
KH
66542000-08-08 Kenichi Handa <handa@etl.go.jp>
6655
6656 * international/quail.el (quail-define-rules): Handle Quail decode
6657 map correctly. Add code for supporting annotations.
6658 (quail-install-decode-map): New function.
6659 (quail-defrule-internal): New optional arguments decode-map and
6660 props.
6661 (quail-advice): New function.
6662
5e9e032a
SS
66632000-08-07 Sam Steingold <sds@gnu.org>
6664
6665 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6666 `defconst', `define-condition', `with-slots'.
6667 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6668
46645f4b
MB
66692000-08-03 Miles Bader <miles@gnu.org>
6670
6671 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6672 New variable.
6673 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6674 comint-use-prompt-regexp-instead-of-fields.
6675 (comint-send-input): Add `input' field property to stuff we send to
6676 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6677 (comint-output-filter): Add `output' field property to process
6678 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6679 (comint-replace-by-expanded-history)
6680 (comint-get-old-input-default, comint-show-output)
6681 (comint-backward-matching-input, comint-forward-matching-input)
6682 (comint-next-prompt, comint-previous-prompt): Use field
6683 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6684 (comint-line-beginning-position): New function.
6685 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6686 (comint-replace-by-expanded-history-before-point): Use
6687 comint-line-beginning-position and line-end-position.
6688 (comint-last-output-overlay): New variable.
6689 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6690
6691 * shell.el (shell-prompt-pattern): Doc change.
6692 (shell-backward-command): Use line-beginning-position.
6693
6694 * gud.el (gud-gdb-complete-command): Use
6695 comint-line-beginning-position.
6696
6697 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6698 comint-bol doesn't actually go to the beginning of the line.
6699
6700 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6701 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6702 (try-expand-line-all-buffers): Likewise.
6703
6704 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6705 explicitly matching comint-prompt-regexp.
6706 (sql-copy-column): Use comint-line-beginning-position instead of
6707 explicitly matching comint-prompt-regexp.
6708
6709 * progmodes/octave-inf.el (inferior-octave-complete): Use
6710 comint-line-beginning-position.
6711
6712 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6713
6714 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6715 looking for a prompt, use `forward-line 0' instead of
6716 `beginning-of-line', to avoid getting caught by an input field.
6717
ff3d9573
GM
67182000-08-07 Gerd Moellmann <gerd@gnu.org>
6719
6720 * files.el (shell-quote-wildcard-pattern): Make sure to return
6721 PATTERN, in the Unix case.
6722
e0d8827b
EZ
67232000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6724
6725 * play/zone.el (zone): Discard any pending input before running
6726 the randomly-chosen pgm.
6727
24d55b8f
KH
67282000-08-07 Kenichi Handa <handa@etl.go.jp>
6729
6730 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6731 checking the existence of any multibyte characters.
6732
3d05e1ee
GM
67332000-08-06 Gerd Moellmann <gerd@gnu.org>
6734
6c4a4368
GM
6735 * help.el (describe-mode): Test minor-mode symbol for being
6736 bound before testing its value for being nil.
6737
3d05e1ee
GM
6738 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6739 `first', `second', and `third'.
6740
6741 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6742 (second): Make it an alias for `cadr'.
6743
6968a481
EZ
67442000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6745
6746 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6747 types of display support faces now.
6748
e49aa397
GM
67492000-08-05 Gerd Moellmann <gerd@gnu.org>
6750
6751 * pcvs.el (require): Require `cl' during compilation, only.
6752
6753 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6754 (toplevel): Remove `remq' and `remove' from autoloads.
6755 (cl-fake-autoloads): New variable. If set, arrange for an error
6756 when CL functions etc. are autoloaded.
6757
588aca27
EZ
67582000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6759
2e78d4ab
EZ
6760 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6761
85628348
EZ
6762 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6763 popped up, but the user clicks outside the menu, return an empty
6764 regexp (that causes unhighlight-regexp to have no effect).
6765
74f0e552
EZ
6766 * menu-bar.el (menu-bar-games-menu): Add Zone.
6767
588aca27
EZ
6768 * hi-lock.el (toplevel): Require font-lock.
6769
f4988be7
GM
67702000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6771
ba087cd7 6772 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6773 (ebnf-8-bit-chars): New var for bug fix.
6774 (ebnf-string): Bug fix.
6775
027b73ac
SS
67762000-08-03 Sam Steingold <sds@gnu.org>
6777
6778 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6779 instead of `buffer-string'.
6780 (require 'cl): Always, not just when compiling.
6781 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6782 necessary.
6783
2f1fa038
EZ
67842000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6785
6786 * international/mule-cmds.el (select-safe-coding-system): Make
6787 the message text about selecting a safe coding system more clear.
6788
ead53494
GM
67892000-08-02 Gerd Moellmann <gerd@gnu.org>
6790
abb2db1c
GM
6791 * hi-lock.el: New file.
6792
6793 * play/zone.el: New file.
6794
ead53494
GM
6795 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6796 value of tab-width in the original buffer. Choose a line number
6797 format that's a multiple of the original buffer's tab width, so
6798 that lines appear right.
6799
6800 * textmodes/ispell.el (ispell): New function, replacing an alias.
6801 Spell-check active region if in transient-mark-mode and mark
6802 is active; otherwise spell-check buffer.
6803
68042000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6805
6806 * ps-mule.el: Fix a customization problem on
6807 ps-mule-font-info-database-default.
6808
f4a2b0a4
EZ
68092000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6810
6811 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6812 display-mouse-p instead of window-system.
6813 (ebrowse-member-mode-map): Ditto.
6814
b685181e
GM
68152000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6816
ba087cd7
EZ
6817 * progmodes/ebnf2ps.el: Update ps-print functions call.
6818 Indentation fix. Doc fix.
b685181e
GM
6819 (ebnf-version): New version number (3.2).
6820 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6821
3b5fab87
EZ
68222000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6823
032ebb29
EZ
6824 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6825 font lock support on window-system.
6826 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6827
3b5fab87
EZ
6828 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6829 display-color-p, if fboundp, instead of window-system.
6830
7e2605e7
EZ
68312000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6832
6833 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6834 instead of window-system.
6835
6836 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6837 window-system.
6838 (widget-choice-mouse-down-action): Use display-popup-menus-p
6839 instead of window-system.
6840
6841 * strokes.el (strokes-file): Run the file name through
6842 convert-standard-filename.
6843 (strokes-mode): Call display-mouse-p instead of looking at
6844 window-system. Change the error message accordingly.
6845
6846 * progmodes/cpp.el (toplevel): Support faces on tty's.
6847
6848 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6849 (lm-plot-square, lm-init-display): Don't use window-system.
6850
6851 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6852 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6853
6854 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6855 instead of looking at window-system.
6856
26119624
GM
68572000-07-30 Gerd Moellmann <gerd@gnu.org>
6858
6859 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6860 of testing if iswitchb-prepost-hooks is bound, because the
6861 latter will always be true when invoking a recursive minibuffer
6862 from an active Iswitchb buffer.
6863
c90596f3
EZ
68642000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6865
6866 * files.el (shell-quote-wildcard-pattern): New function.
6867 (insert-directory): Call it. Only prepend "\" to command on Unix
6868 and GNU/Linux systems.
6869
18925e78
GM
68702000-07-30 Gerd Moellmann <gerd@gnu.org>
6871
6872 * eshell/esh-groups.el: Change custom :link file names
6873 from `eshell.info' to `eshell'.
6874
68752000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6876
6877 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6878 correctly in recursive ange-ftp listings.
6879
68802000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6881
6882 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6883 ps-header-font-size-internal and
6884 ps-header-title-font-size-internal variables are not set,
6885 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6886 face text property is (foreground-color . COLOR) or
6887 `(background-color . COLOR)', ps-print crashes. Doc fix.
6888 (ps-print-version): New version number (5.2.4).
6889 (ps-plot-region): Code fix.
6890 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6891 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6892 Bug fix 2.
6893
68942000-07-30 Milan Zamazal <pdm@freesoft.cz>
6895
6896 * glasses.el (glasses-make-readable): Fix uncapitalization of
6897 identifiers like `myXMLDocument'.
6898
aeb4c63e
KF
68992000-07-28 Karl Fogel <kfogel@red-bean.com>
6900
18925e78
GM
6901 * mail/mail-hist.el (mail-hist-previous-input)
6902 (mail-hist-next-input): Do the obvious code factorization.
6903 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6904 code of above two.
6905 If inserting a message body, leave point at top.
6906
9d453139
SS
69072000-07-28 Sam Steingold <sds@gnu.org>
6908
6909 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6910 Use `<=', not `<' to compare times!
6911 (ange-ftp-ls): Remove.
9d453139 6912
b548072f
GM
69132000-07-27 Gerd Moellmann <gerd@gnu.org>
6914
27848c01
GM
6915 * play/cookie1.el: Add explanation of how to make cookie.el
6916 compatible with strfile(1) to comment.
6917
6918 * subr.el (remove, remq): New functions.
6919
3ab82477
GM
6920 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6921 escape `*' in regexps.
6922 (midnight-find): Reverse order of arguments in the funcall of
6923 TEST.
6924
6925 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6926 and `.class'.
6927
b548072f
GM
6928 * play/meese.el: Add Commentary section.
6929
27848c01
GM
69302000-07-27 Alex Schroeder <alex@gnu.org>
6931
6932 * sql.el (sql-ms): Added autoload cookie.
6933 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6934 (sql-oracle): Ditto.
6935 (sql-help): Doc change.
6936
6937 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6938 types and exceptions.
6939
69402000-07-27 Alex Schroeder <alex@gnu.org>
6941
6942 * sql.el (sql-placeholder-history): New variable.
6943 (sql-query-placeholders-and-send): New function that will query
6944 the user and replace placeholders with user input.
6945 (sql-oracle): If running on NT, set comint-input-sender to
6946 sql-query-placeholders-and-send.
6947
6948 (sql-stop): If in the SQLi buffer, insert stop notification, else
6949 present it as a message.
6950
69512000-07-27 Alex Schroeder <alex@gnu.org>
6952
6953 * sql.el (sql-input-ring-separator): Doc change.
6954 (sql-input-ring-file-name): Doc change.
6955 (sql-interactive-mode): Use `sql-input-ring-separator' and
6956 `sql-input-ring-file-name' to set the comint-mode equivalents
6957 without making them local variables.
6958 (sql-stop): Don't bind `sql-input-ring-separator' and
6959 `sql-input-ring-file-name' dynamically to their comint-mode
6960 equivalents.
6961
91ae8751
KH
69622000-07-27 Kenichi Handa <handa@etl.go.jp>
6963
6964 * international/mule.el (register-char-codings): New function.
6965 (make-coding-system): Handle `safe-chars' specification in the arg
6966 PROPERTY.
6967
6968 * international/mule-cmds.el
6969 (find-coding-systems-region-subset-p): This function deleted.
6970 (sort-coding-systems-predicate): New variable.
6971 (sort-coding-systems): New function.
6972 (find-coding-systems-region): Use
6973 find-coding-systems-region-internal.
6974 (find-coding-systems-string): Use find-coding-systems-region.
6975 (find-coding-systems-for-charsets): Check
6976 char-coding-system-table.
6977 (select-safe-coding-system-accept-default-p): New variable.
6978 (select-safe-coding-system): Mostly rewritten. New argument
6979 ACCEPT-DEFAULT-P.
6980 (select-message-coding-system): Call select-safe-coding-system
6981 with ACCEPT-DEFAULT-P arg.
6982 (reset-language-environment): Reset default-sendmail-coding-system
6983 to the default value iso-latin-1.
6984 (set-language-environment): Don't set the obsolete variable
6985 charset-origin-alist.
6986
6987 * international/codepage.el (cp-coding-system-for-codepage-1):
6988 Give `safe-chars' property to make-coding-system.
6989
6990 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6991 calling select-message-coding-system twice.
6992
6993 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6994 instead of `safe-charsets'.
6995 (cyrillic-alternativnyj): Likewise.
6996 (ccl-encode-alternativnyj): Don't check the charset
6997 cyrillic-iso8859-5.
6998
90cf4474
KH
69992000-07-27 Kenichi Handa <handa@etl.go.jp>
7000
7001 * composite.el (compose-chars-after): Preserve match data.
7002
a1f84f6d
SS
70032000-07-26 Sam Steingold <sds@gnu.org>
7004
7005 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7006 (ange-ftp-real-file-newer-than-file-p): New function.
7007 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7008 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7009
7010 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7011 * midnight.el (midnight-float-time): Ditto.
7012
e092928e
AS
70132000-07-26 Andreas Schwab <schwab@suse.de>
7014
7015 * files.el (normal-backup-enable-predicate): Correct
7016 interpretation of the return value of compare-strings.
7017
7465ebef
GM
70182000-07-26 Gerd Moellmann <gerd@gnu.org>
7019
3353ef5a
GM
7020 * isearch.el (isearch-resume): New function.
7021 (isearch-done): Add something to command-history to resume
7022 the search.
7023 (isearch-yank-line, isearch-yank-word): Use
7024 buffer-substring-no-properties instead of buffer-substring.
7025
7465ebef
GM
7026 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7027 of flyspell-mouse-map.
7028
7029 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7030 duplicate definition.
7031 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7032
7033 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7034 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7035
5044b74a
SS
70362000-07-25 Sam Steingold <sds@gnu.org>
7037
25759a92
SS
7038 * net/ange-ftp.el: Get modtime over the net.
7039 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7040 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7041 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7042 Use it.
7043 (ange-ftp-dot-to-slash): New function.
7044 (ange-ftp-fix-name-for-vms): Use it.
7045
5044b74a
SS
7046 * midnight.el (midnight-buffer-display-time): Use
7047 `with-current-buffer'.
7048
5dcfb3f4
GM
70492000-07-25 Gerd Moellmann <gerd@gnu.org>
7050
7051 * find-dired.el: Update copyright notice.
7052 (find-dired): Offer to kill a running `find'.
7053
7054 * enriched.el (enriched-face-ans): For a `foreground-color'
7055 property, return '(("x-color" COLOR))' so that COLOR will be
7056 output as a parameter of the x-color annotation. Likewise for the
7057 `background-color' property. In the case of normal face
7058 properties, don't return annotations for unspecified foreground
7059 and background face attributes.
7060
8c662166
KH
70612000-07-25 Kenichi Handa <handa@etl.go.jp>
7062
7063 * language/japan-util.el (japanese-katakana-region): Fix handling
7064 HANKAKU argument.
7065
c28da489
MB
70662000-07-25 Miles Bader <miles@gnu.org>
7067
7068 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7069 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7070 constrain-to-field.
7071
ad349719
AI
70722000-07-24 Andrew Innes <andrewi@gnu.org>
7073
7074 * timer.el (timer-activate-when-idle): Add optional parameter
7075 DONT-WAIT. Update docstring.
7076 (run-with-idle-timer): Specify extra parameter to
7077 timer-activate-when-idle, so that timer will be activated
7078 immediately if Emacs is already idle.
7079
7080 * w32-fns.el (w32-using-nt): Fix docstring.
7081
c95162f5
DL
70822000-07-24 Dave Love <fx@gnu.org>
7083
7084 * mouse.el (popup-menu): Set last-command-event.
7085 (mouse-major-mode-menu-prefix): Declare.
7086
e3c31fd5
GM
70872000-07-24 Gerd Moellmann <gerd@gnu.org>
7088
7089 * textmodes/flyspell.el: Update to author's version 1.5d.
7090
7091 * progmodes/hideshow.el: Update copyright notice.
7092
7093 * vcursor.el: Set maintainer to FSF, since author cannot
7094 be reached.
7095
7636d2a3
EZ
70962000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7097
fbe0a958
EZ
7098 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7099 the prompt.
7100
7636d2a3
EZ
7101 * mouse.el (popup-menu): Run the keymap through indirect-function,
7102 in case it was defined with define-prefix-key. If the menu is a
7103 list of keymaps, look up the binding of user's choice in each one
7104 of the keymaps.
7105 (mouse-popup-menubar): If the global and local menu-bar keymaps
7106 don't have a prompt string, create one and insert it into the
7107 keymap. Don't barf if current-local-map returns nil.
7108
e024b101
GM
71092000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7110
7111 * dired.el (dired-sort-R-check): Added to allow recursive listing
7112 to be undone.
7113 (dired-sort-other): Use it.
7114
7972fcfc
GM
71152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7116
e024b101 7117 * Release of cc-mode 5.27
7972fcfc
GM
7118
71192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7120
7121 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7122 c-beginning-of-statement-1 that caused a bad case of recursion
7123 which could consume a lot of CPU in large classes in languages
7124 that have in-expression classes (i.e. Java and Pike).
7125
7126 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7127 statements before top level constructs (i.e. case 6 is moved
7128 before case 5 and is now case 4) to catch in-expression
7129 classes in top level expressions correctly.
7130
71312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7132
7133 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7134 objc-method-intro. Case 4 removed and case 5I added.
7135
7136 * cc-langs.el (c-append-paragraph-start): New variable used by
7137 c-common-init to get paragraph-start correct.
7138 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7139 initialize paragraph-start to make it correct both with and
7140 without the javadoc special case.
7141
7142 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7143 initialize paragraph-start for javadoc markup.
7144
7145 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7146 change by defaulting this to t. It's motivated by the
7147 confusing behavior that otherwise arise from the style system
7148 when editing both java and non-java files at the same time
7149 (see the comments about style setting in c-common-init).
7150
71512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7152
7153 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7154 similar to the one in c-fill-paragraph to check the fill
7155 prefix from the adaptive fill function for sanity.
7156
71572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7158
7159 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7160 defun block.
7161
71622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7163
5044b74a 7164 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7165
71662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7167
7168 * cc-align.el (c-lineup-multi-inher): Handle lines with
7169 leading comma nicely. Extended to handle member initializers
7170 too.
7171
e024b101 7172 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7173 c-guess-basic-syntax): Fixed recognition of inheritance lists
7174 when the lines begins with a comma.
7175
5044b74a 7176 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7177
7178 * cc-vars.el (c-offsets-alist): Changed default for
7179 member-init-cont to c-lineup-multi-inher since it now handles
7180 member initializers and indents better for leading commas.
7181
71822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7183
7184 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7185 handling that caused class open lines to be recognized as
7186 statement-conts in some cases.
7187
7188 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7189 guessed by the adaptive fill function unless point is on the
7190 first line of a block comment.
7191
7192 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7193 when the buffer ends with a macro continuation char.
7194
7195 * cc-engine.el (c-guess-basic-syntax): Added support for
7196 function definitions as statements in Pike. The first
7197 statement in a lambda block is now labeled defun-block-intro
7198 instead of statement-block-intro.
7199
7200 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7201 so that the class surrounding point is selected, not the one
7202 innermost in the state.
7203
7204 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7205 recognition of switch labels having hanging multiline
7206 statements.
7207
7208 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7209 some code in c-guess-basic-syntax to a separate function.
7210 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7211 recognition of member inits with multiple line arglists.
7212 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7213 member-init-cont when the commas are in funny places.
7214
72152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7216
7217 * cc-defs.el (c-auto-newline): Removed this macro since it's
7218 not used anymore.
7219
7220 * cc-engine.el (c-looking-at-bos): New helper function.
7221 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7222 inexpr and toplevel classes apart in Pike.
7223
7224 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7225 of case 9A.
7226
7227 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7228 constant, since "class" can introduce an in-expression class
7229 in Pike nowadays.
7230
72312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7232
7233 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7234 indentation on cpp-macro lines.
7235
7236 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7237 a syntax modifier like comment-intro, to make it possible to
7238 get syntactic indentation for preprocessor directives. It's
7239 incompatible wrt to lineup functions on cpp-macro, but it has
7240 no observable effect in the 99.9% common case where cpp-macro
7241 is set to -1000.
7242
72432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7244
7245 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7246 member-init-cont when the preceding arglist is several lines.
7247
72482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7249
7250 * cc-styles.el (c-style-alist): The basic offset for the BSD
7251 style corrected to 8.
7252
72532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7254
7255 * cc-styles.el (c-style-alist): Adjusted the indentation of
7256 brace list openers in the gnu style.
7257
72582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7259
7260 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7261
7262 * cc-cmds.el (c-electric-brace, c-electric-slash,
7263 c-electric-star, c-electric-semi&comma, c-electric-colon,
7264 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7265 when c-syntactic-indentation is nil.
7266
7267 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7268 we were left at comments preceding the first statement when
7269 reaching the beginning of the buffer.
7270
7271 * cc-vars.el (c-syntactic-indentation): New variable to turn
7272 off all syntactic indentation.
7273
72742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7275
7276 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7277 between the text and the block comment ender when it hangs,
7278 depending on how many there are before the fill.
7279
72802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7281
7282 * cc-engine.el (c-beginning-of-closest-statement): New helper
7283 function to go back to the closest preceding statement start,
7284 which could be inside a conditional statement.
7285 * cc-engine.el (c-guess-basic-syntax): Use
7286 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7287
7288 * cc-engine.el (c-guess-basic-syntax): Better handling of
7289 arglist-intro, arglist-cont-nonempty and arglist-close when
7290 the arglist is nested inside parens. Cases 7A, 7C and 7F
7291 changed.
7292
7293 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7294 up-to-date with javadoc 1.2.
7295
72962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7297
7298 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7299 multiline Pike type decls.
7300
73012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7302
7303 * cc-cmds.el (c-indent-new-comment-line): Always break
7304 multiline comments in multiline mode, regardless of
7305 comment-multi-line.
7306
73072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7308
7309 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7310 fully::qualified::names in C++ member init lists. Preamble in
7311 case 5D changed.
7312
73132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7314
7315 * cc-langs.el (c-common-init): Handling of obsolete variables
7316 moved to c-initialize-cc-mode. More compatible style override
7317 when using global style variables.
7318 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7319 variables moved here.
7320
e024b101 7321 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7322 c-special-indent-hook as a style variable. Don't talk about
7323 doing (c-make-styles-buffer-local t) in a mode hook, since
7324 that's already too late to work right.
5044b74a 7325
7972fcfc
GM
7326 * cc-styles.el (c-make-styles-buffer-local): Flag style
7327 variable localness in c-style-variables-are-local-p to make
7328 the compatibility measure in c-common-init work well.
7329
7330 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7331 longer contain set-from-style.
7332 * cc-styles.el (c-initialize-builtin-style): Don't check for
7333 set-from-style on c-special-indent-hook.
7334 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7335 copy-alist is sufficient now.
7336
7337 * cc-styles.el (c-set-style, c-set-style-1,
7338 c-get-style-variables): Fixes to variable initialization so
7339 that duplicate entries in styles have the same effect
7340 regardless of DONT-OVERRIDE.
7341
7342 * cc-styles.el (c-set-style-2): Fixed bug where the
7343 initialization of inheriting styles failed when the
7344 dont-override flag is set.
7345
7346 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7347 on this.
7348
73492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7350
7351 * cc-defs.el (c-forward-comment): Removed the workaround
7352 introduced in 5.38 since it had worse side-effects. If a line
7353 contains the string "//\"", it regarded the // as a comment
7354 start since the \ temporarily doesn't have escape syntax.
7355
73562000-07-17 Emmanuel Briot <briot@act-europe.fr>
7357
7358 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7359 ada-xref.el before ada-prj.el, so that the Project menu is created
7360 when ada-prj tries to add to it.
7361 (ada-activate-keys-for-case): Suppress the characters that are not
7362 part of the Ada syntax. Better compatibility with else-mode
7363 (ada-adjust-case-interactive): When auto-casing is not active,
7364 correctly insert newlines (used to insert only ^M). Prevent the
7365 syntax table from being changed in case of an error
814299a7 7366 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7367 Do nothing if ada-auto-case is nil.
7368 (ada-after-keyword-p): Ignore keywords that are also attributes
7369 (ada-batch-reformat): Update usage comment
7370 (ada-call-from-contextual-menu): New function
7371 (ada-case-read-exceptions): Reinitialize the casing exception list
7372 first to nil first, so that the casing exception file can be
7373 shared.
7374 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7375 files.
7376 (ada-compile-goto-error): Fix regexp used to detect a file:line
7377 anywhere in the error message
7378 (ada-contextual-menu-last-point): New variable
7379 (ada-create-keymap): If the variable delete-key-deletes-forward is
7380 t on XEmacs, it means that DEL should delete one character
7381 forward.
7382 (ada-create-menu): Use :included instead of :visible for XEmacs.
7383 New submenu "Options".
7384 (ada-end-stmt-re): Correctly indent "select ... then abort"
7385 statements.
7386 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7387 even if they don't match ada-fill-comment-prefix Fix handling of
7388 paragraphs on the first or last line of a file.
7389 (ada-format-paramlist): Fix handling of default parameter values.
7390 (ada-get-body-name): New function.
7391 (ada-get-current-indent): Optimized by searchling directly for an
7392 existing generic part or a statement outside of it. Handle
7393 ada-indent-align-comments when indenting comments Replaced some
7394 regexps by testing directly the next character. This results in a
7395 huge speedup on some files. New indentation scheme for renames
7396 statements. Stop looking for the 'while' or 'for' associated with
7397 a 'loop' at the first semicolon encountered. A "return" can also
7398 match an anonymous access subprogram declaration.
7399 (ada-get-indent-noindent): Ignore strings and comments when
7400 looking for the keywords "record" and "private".
7401 (ada-goto-matching-decl-start): When matching "if", make sure we
7402 are not in fact seeing "end if". Ignore "when" statements except
7403 when initial keyword was "begin". Fix handling of nested
7404 procedures. Add a recursive call to this function to skip over
7405 other 'end' statmts. Fix indentation for "when .. => begin"
7406 (ada-in-open-paren-p): Fix indentation for complex boolean
7407 expressions, where 'and then', 'or else' and parenthesis
7408 statements are mixed up.
7409 (ada-in-paramlist-p): Skip comments while searching for the
7410 beginning Fix handling of operator declarations.
7411 (ada-indent-align-comments): New variable
7412 (ada-indent-current): Change the syntax table only in the
7413 protected section, so that we are sure it is restored correctly.
7414 (ada-indent-on-previous-lines): Use ada-use-indent and
7415 ada-with-indent Correctly indent "select ... then"
7416 (ada-indent-region): Slight speedup.
7417 (ada-indent-renames): New variable.
7418 (ada-last-which-function-subprog, ada-last-which-function-line):
7419 New variables
7420 (ada-looking-at-semi-private): Correctly indent the 'private'
7421 keyword when it is the first word in a package declaration.
7422 (ada-loose-case-word): Stop searching if at the end of the buffer.
7423 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7424 even if point is not initially at the end of the word.
7425 (ada-matching-decl-start-re): Add "when".
7426 (ada-mode): Add support for abbrev-mode, outline-mode and
7427 which-func-mode Override the old find-file.el entry in
7428 ff-special-constructs since it is using the obsolete
7429 ada-spec-suffix variable
7430 (ada-no-auto-case): New function
7431 (ada-scan-paramlist): When parsing the argument type, accept
7432 spaces (as in "X 'Class", generated by Rational Rose).
7433 (ada-other-file-name): No longer loads the other file.
7434 (ada-popup-menu): Save and restore the current buffer and cursor
7435 position before and after displaying the menu.
7436 (ada-search-ignore-complex-boolean): New function.
7437 (ada-uncomment-region): Emacs21 already knows how to delete
7438 comments not starting in the first column.
7439 (ada-use-indent): New variable
7440 (ada-which-function): New function.
7441 (ada-with-indent): New variable
7442 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7443 can be batch-compiled from the command line.
7444
7445 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7446 Add to the menu when the file is loaded, not in ada-mode-hook.
7447 Add -toolbar to the default ddd command Switches moved from
7448 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7449 ada-prj-default-comp-opt
7450 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7451 Reference Manual to the menu
7452 (ada-check-current): rewritten as a call to ada-compile-current
7453 (ada-compile): Removed.
7454 (ada-compile-application, ada-compile-current, ada-check-current):
7455 Set the compilation-search-path so that compile.el automatically
7456 finds the sources in src_dir. Automatic scrollong of the
7457 compilation buffer. C-uC-cC-c asks for confirmation before
7458 compiling
7459 (ada-compile-current): New parameter, prj-field
7460 (ada-complete-identifier): Load the .ali file before doing
7461 processing
7462 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7463 conform to gnatmake's behavior.
7464 (ada-find-file-in-dir): New function
7465 (ada-find-references): Set the environment variables for gnatfind
7466 (ada-find-src-file-in-dir): New function.
7467 (ada-first-non-nil): Removed
7468 (ada-gdb-application): Add support for jdb, the java debugger.
7469 (ada-get-ada-file-name): Load the original-file first if not done
7470 yet.
7471 (ada-get-all-references): Handles the new ali syntax (parent types
7472 are found between <>).
7473 (ada-initialize-runtime-library): New function
7474 (ada-mode-hook): Always load a project file when a file is opened,
7475 so that the casing exceptions are correctly read.
7476 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7477 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7478 to open the project file, since the latter does not work with
7479 speedbar Get default values before loading the prj file, or the
7480 default executable file name is wrong. Use the absolute value of
7481 src_dir to initialize ada-search-directories and
7482 compilation-search-path,... Add the standard runtime library to
7483 the search path for find-file.
7484 (ada-prj-default-debugger): Was missing an opening '{'
7485 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7486 variables.
7487 (ada-prj-default-gnatmake-opt): New variable
7488 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7489 buffers, the project file is the default one Save the windows
7490 configuration before displaying the menu.
7491 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7492 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7493 ...) regexp-quote identifiers names to support operators +,
7494 -,... in regexps.
7495 (ada-remote): New function.
7496 (ada-run-application): Erase the output buffer before starting the
7497 run Support remote execution of the application. Use
7498 call-process, or the arguments are incorrectly parsed
7499 (ada-set-default-project-file): Reread the content of the active
7500 project file, not the one from the current buffer When a project
7501 file is set as the default project, all directories are
7502 automatically associated with it.
7503 (ada-set-environment): New function
7504 (ada-treat-cmd-string): New special variable ${current}
7505 (ada-treat-cmd-string): Revised. The substitution is now done for
7506 any ${...} substring
7507 (ada-xref-current): If no body was found, compiles the spec
7508 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7509 compiler to get rid of command line length limitations.
7510 (ada-xref-get-project-field): New function
7511 (ada-xref-project-files): New variable
7512 (ada-xref-runtime-library-specs-path)
7513 (ada-xref-runtime-library-ali-path): New variables
7514 (ada-xref-set-default-prj-values): Default run command now does a
7515 cd to the build directory. New field: main_unit Provide a default
7516 file name even if the current buffer has no prj file.
7517
7518 * ada-prj.el:
7519 Rewritten to show a tabbed-dialog.
7520 (ada-prj-add-ada-menu): Remove the map and name parameters.
7521 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7522 New function
7523 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7524 (ada-prj-load-from-file): New function
7525 (ada-prj-save): Always save fields that depend on the current buffer
7526 (ada-prj-show-value): New function
5044b74a 7527
7972fcfc
GM
7528 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7529 Ada mode. This will allow us to display the Ada menu in any buffer
7530 we want (for project items).
7531 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7532 number of spaces in the header.
5044b74a 7533
8730a8da
DL
75342000-07-24 Dave Love <fx@gnu.org>
7535
7536 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7537
db3ca487
NF
75382000-07-23 Noah Friedman <friedman@splode.com>
7539
ad953485
NF
7540 * type-break.el (type-break): perform autosave.
7541 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7542 (type-break-do-query): Cancel query schedule while performing
7543 actual query, to avoid possibility of a second query being made
7544 while first one is already in progress.
7545 (type-break-time-stamp-format): New variable.
7546 (type-break-time-stamp): New function.
7547 (type-break-time-warning): Use it.
7548 (type-break-keystroke-warning): Use it.
7549 (type-break-noninteractive-query): Use it.
7550
03a9c6d0
NF
7551 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7552 cookie.
7553 Use add-minor-mode to set minor-mode-alist, if available.
7554 (eldoc-echo-area-use-multiline-p): New user option.
7555 (eldoc-echo-area-multiline-supported-p): New variable.
7556 (eldoc-docstring-format-sym-doc): Use them.
7557 (eldoc-mode): If not using idle timers, append to local post and
7558 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7559 (eldoc-display-message-no-interference-p): Don't interfere with
7560 edebug.
7561 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7562 (eldoc-function-arglist): New function.
7563 (eldoc-function-argstring): Use it.
7564
db3ca487
NF
7565 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7566 auto save directory exists before calling directory-files.
7567
f7ad1899
DL
75682000-07-23 Dave Love <fx@gnu.org>
7569
7570 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7571 ^o, ^u.
7572
43e764c9
DL
75732000-07-21 Dave Love <fx@gnu.org>
7574
475de6f4
DL
7575 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7576 now passed to the function. It now works properly.
7577
43e764c9
DL
7578 * smerge-mode.el (smerge-mode-menu): Fill it out.
7579
e8bea4c0
GM
75802000-07-20 Gerd Moellmann <gerd@gnu.org>
7581
7582 * info-look.el (info-lookup): If *info* is shown in another frame
7583 on the same display, select that frame, instead of switching to
7584 the Info buffer in another window of the selected frame.
7585
7586 * simple.el (universal-argument-map): Bind numeric keypad keys
7587 kp-0 to kp-9 and kp-subtract.
7588 (digit-argument): Handle these keys.
7589
bc75b4fd
DL
75902000-07-20 Dave Love <fx@gnu.org>
7591
7592 * net/goto-addr.el (goto-address-fontify): Don't bother with
7593 buffer-modified and read-only stuff -- irrelevant with overlays.
7594 Put an extra property on the overlays and use it to clean up in
7595 case goto-address is re-run.
7596
8b7bc628
RS
75972000-07-19 Richard M. Stallman <rms@gnu.org>
7598
18e21ce8
RS
7599 * timer.el (run-with-idle-timer): Doc fix.
7600
db3ca487 7601 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7602 Handle case where <...> appears inside "...".
7603 Use replace-match to edit the string more simply.
7604 (rmail-dont-reply-to): Cope with an unmatched ".
7605
50575ec2
DL
76062000-07-19 Dave Love <fx@gnu.org>
7607
7608 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7609 implementation.
7610
7611 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7612 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7613 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7614
4279296d
GM
76152000-07-19 Gerd Moellmann <gerd@gnu.org>
7616
47db06aa
GM
7617 * textmodes/refer.el: Correct maintainer's email address.
7618
7619 * progmodes/hideif.el: Correct author's email address.
7620 Fix typo in comment.
7621
7622 * xml.el: New file.
7623
4279296d
GM
7624 * mail/mailheader.el: Correct author's mail address.
7625
7626 * gnus/parse-time.el: Correct author's mail address.
7627
47db06aa 76282000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7629
7630 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7631 New user options.
7632 (comint-input-ring-file-name): Change custom type.
7633 (comint-mode-map): Bind mouse-2.
7634 (comint-insert-clicked-input): New function.
7635 (comint-send-input): Handle input highlighting.
7636
21ad0f7b
SM
76372000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7638
7639 * mouse.el (popup-menu): New function.
7640 (mouse-major-mode-menu): Use it.
7641
3b33a005
DL
76422000-07-18 Dave Love <fx@gnu.org>
7643
7644 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7645 improvements.
7646
dc1cac59
GM
76472000-07-18 Gerd Moellmann <gerd@gnu.org>
7648
21ad0f7b 7649 * faces.el (face-font-selection-order)
dc1cac59 7650 (face-font-family-alternatives): Add custom type.
db3ca487 7651
f8276b77
DL
76522000-07-18 Dave Love <fx@gnu.org>
7653
7654 * cus-edit.el (custom-variable-reset-saved)
7655 (custom-variable-reset-standard): Remove unused bindings.
7656
7657 * rect.el (open-rectangle-line): Remove unused let.
7658
7659 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7660
3d6cd763
GM
76612000-07-18 Gerd Moellmann <gerd@gnu.org>
7662
7663 * cdl.el: Fix `Maintainer' keyword.
7664
7665 * play/pong.el: Add author's email address.
7666
34342a07
SS
76672000-07-17 Sam Steingold <sds@gnu.org>
7668
7669 * files.el (insert-directory): Call `split-string' instead of
7670 re-implementing it.
7671
088831a6
GM
76722000-07-18 Gerd Moellmann <gerd@gnu.org>
7673
7674 * mail/vms-pmail.el: Change maintainer to FSF.
7675
7676 * net/goto-addr.el: Change maintainer to FSF.
7677
7678 * recentf.el: Update from author.
7679
7680 * info.el (Info-title-face-alist): Removed.
db3ca487 7681
68be2869
EZ
76822000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * eshell/eshell.el (eshell): Replace links to eshell.info with
7685 links to eshell, to avoid problems on systems where the manual is
7686 installed as `eshell'.
7687 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7688 * eshell/em-smart.el (eshell-smart): Ditto.
7689 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7690 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7691
7692 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7693 same-file check in the MS-DOS version (it does support inodes).
7694
7695 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7696
21ad0f7b
SM
7697 * eshell/eshell.el (eshell-directory-name):
7698 Run default directory name through convert-standard-filename.
68be2869 7699
269b4dcb
KH
77002000-07-18 Kenichi Handa <handa@etl.go.jp>
7701
21ad0f7b
SM
7702 * international/mule-cmds.el (select-safe-coding-system):
7703 Fix typo in the comment.
240a16cf 7704
21ad0f7b
SM
7705 * language/european.el (compound-text):
7706 Force katakana-jisx0201 to be designated to G1.
aa96c820 7707
21ad0f7b
SM
7708 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7709 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7710 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7711
269b4dcb
KH
7712 * international/kkc.el (kkc-after-update-conversion-functions):
7713 New variable.
7714 (kkc-update-conversion): Run functions in it at the tail.
7715
68be2869 77162000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7717
21ad0f7b
SM
7718 * lisp/align.el (align-newline-and-indent):
7719 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7720 (align-region): Fixed badly formatted minibuffer message.
7721
7a3fd467
KH
77222000-07-17 Kenichi Handa <handa@etl.go.jp>
7723
21ad0f7b 7724 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7725 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7726 the conversion list at first if appropriate.
7727 (kkc-next): Don't update kkc-next-count here.
7728 (kkc-prev): Don't update kkc-prev-count here.
7729 (kkc-show-conversion-list-update): Fix setting up of conversion
7730 list message.
7731
a45423d8
SM
77322000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7733
088831a6 7734 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7735
91a38db1
DL
77362000-07-16 Dave Love <fx@gnu.org>
7737
7738 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7739 function to be more specific.
7740
7741 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7742 non-string help-echo.
7743 (widget-types-convert-widget): Defsubst it.
7744 (widget-echo-help): Try to cope with a help-echo function of two
7745 possible sorts.
7746
3fddcdc3
JR
77472000-07-15 Jason Rumney <jasonr@gnu.org>
7748
7749 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7750 Declare as obsolete.
7751
7752 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7753
bd23a692
GM
77542000-07-14 Gerd Moellmann <gerd@gnu.org>
7755
7756 * hilit-chg.el: Fix typo.
7757
d4af987a
DL
77582000-07-14 Dave Love <fx@gnu.org>
7759
7760 * info.el (Info-mode-menu): Fix use of :help, :enable.
7761
3a4f3f86
SM
77622000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7763
7764 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7765
cf6936a4
DL
77662000-07-13 Dave Love <fx@gnu.org>
7767
4d6d04b5
DL
7768 * emacs-lisp/easymenu.el: Doc fixes.
7769 (easy-menu-remove): Defalias to ignore.
7770
cf6936a4
DL
7771 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7772 Call throw correctly.
7773
56437999
GM
77742000-07-13 Gerd Moellmann <gerd@gnu.org>
7775
7776 * faces.el (frame-background-mode): Doc fix.
7777
7778 * simple.el (eval-expression-print-length): Change custom type to
7779 allow entering nil as value.
7780
d04a3972
DL
77812000-07-13 Dave Love <fx@gnu.org>
7782
3a4f3f86
SM
7783 * progmodes/fortran.el (fortran-imenu-generic-expression):
7784 Change definition layout.
a8189dfe
DL
7785 (fortran-mode-menu): Reinstate customize entries.
7786
d04a3972
DL
7787 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7788 Use :filter, per old XEmacs code.
7789
4bf4fb05
GM
77902000-07-12 Gerd Moellmann <gerd@gnu.org>
7791
7792 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7793 event when deciding what to send to the terminal.
7794
37328bcd
DL
77952000-07-12 Dave Love <fx@gnu.org>
7796
7797 * cus-start.el: Add optional version as 4th element of specs and
7798 use it for several things new in v21. Remove load-path. Fix type
7799 of line-number-display-limit.
7800
89492072
DL
78012000-07-11 Dave Love <fx@gnu.org>
7802
3a4f3f86
SM
7803 * progmodes/fortran.el: Don't require easymenu.
7804 Use repeat counts in various regexps.
315aa1de
DL
7805 (fortran-mode-syntax-table): Defvar directly.
7806 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7807 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7808 Use defvar, not defconst.
7809 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7810 (fortran-mode): Set fortran-comment-line-start-skip,
7811 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7812 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7813 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7814 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7815 (fortran-comment-region, fortran-electric-line-number): Simplify.
7816 (fortran-auto-fill): New function.
7817 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7818 (fortran-find-comment-start-skip):
7819 Check for non-null comment-start-skip.
7820 (fortran-auto-fill-mode, fortran-fill-statement):
7821 Use fortran-auto-fill.
315aa1de 7822 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7823 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7824
89492072
DL
7825 * widget.el (widget-plist-member): New alias.
7826
d55ead18
EZ
78272000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7828
7829 * eshell/esh-module.el (toplevel): Reference
7830 byte-compile-current-file only if it is bound.
7831
e82a2a05
GM
78322000-07-10 Gerd Moellmann <gerd@gnu.org>
7833
7834 * dired.el: Don't require `dired-aux'.
7835
1fc7fb2b
MB
78362000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7837
7838 * dired-aux.el (dired-show-file-type): New function.
7839 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7840 (dired-show-file-type): Add autoload.
7841
ab49ce15
KH
78422000-07-10 Kenichi Handa <handa@etl.go.jp>
7843
7844 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7845 change of fontset-info.
ab49ce15
KH
7846 (print-fontset): Likewise.
7847
f45aab65
SM
78482000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7851
2f72fd2f
GM
78522000-07-07 Gerd Moellmann <gerd@gnu.org>
7853
e82a2a05 7854 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7855
2f72fd2f
GM
7856 * dired.el (dired-find-alternate-file): New function.
7857 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7858 (toplevel): Require dired-aux when compiling.
7859 (dired-buffers): Move defvar within file to avoid compiler warning.
7860
7861 * info.el (Info-last-search): Variable removed.
7862 (Info-search-history): New variable.
7863 (Info-search): New Info-search-history.
7864
7865 * battery.el, info-look.el: Change author's mail address.
7866
965522f5 78672000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7868
965522f5
GM
7869 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7870 if rmail-ignored-headers is nil.
7871 (rmail-retry-failure): Bind rmail-ignored-headers and
7872 rmail-displayed-headers to nil.
7873
dd8888a1
GM
78742000-07-06 Gerd Moellmann <gerd@gnu.org>
7875
e5c81191
GM
7876 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7877 (print-region-1): Don't hard code `-h' here.
7878
dd8888a1
GM
7879 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7880
e5c81191
GM
78812000-07-01 Francesco Potorti` <pot@gnu.org>
7882
7883 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7884 exim can use "your message" instead of "the message".
34342a07 7885
f45aab65
SM
78862000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7887
7888 * facemenu.el: Docstrings fixes.
7889 (facemenu-get-face): Don't use internal-find-face.
7890 (facemenu-iterate): Rename arg to match the docstring.
7891
7892 * newcomment.el (uncomment-region): Be more careful when skipping
7893 backwards over `=' not to bump into BOBP.
7894
d396e521 78952000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7896
dd8888a1
GM
7897 * ediff-diff.el (ediff-wordify): Use syntax table.
7898 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7899 ediff-color-display-p.
dd8888a1 7900 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7901 from defsubst.
7902 Got rid of special cases for NeXT and OS/2.
dd8888a1 7903 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7904 face.
34342a07 7905
5e2dfaa4
SM
79062000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7907
7908 * emacs-lisp/lucid.el: Require CL.
7909 (copy-tree, remprop): Remove, it's provided by CL.
7910 (map-keymap): Define in terms of cl-map-keymap.
7911 (extent-property, set-extent-end-glyph): New functions.
7912
7913 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7914
d5c5cddd
GM
79152000-07-05 Gerd Moellmann <gerd@gnu.org>
7916
485266d0
GM
7917 * Makefile.in (DONTCOMPILE): Add comment that the name may
7918 not be changed without changing the make-dist script.
7919
5e2dfaa4 7920 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7921 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7922
e2c46326
AI
79232000-07-05 Andrew Innes <andrewi@gnu.org>
7924
7925 * makefile.nt: Add support for `bootstrap' and related targets.
7926
a027a91b
SM
79272000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7928
7929 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7930 (easy-menu-do-define): Use `menu-item' format.
7931 Handle case where easy-menu-create-menu returns a symbol.
7932 Manually call the potential top-level filter in the function binding.
7933 (easy-menu-filter-return): New arg NAME.
7934 Convert to a keymap if MENU is an XEmacs menu.
7935 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7936 (easy-menu-converted-items-table, easy-menu-convert-item):
7937 New var and fun to memoize easy-menu-convert-item-1.
7938 (easy-menu-do-add-item): Use it.
7939 (easy-menu-create-menu): Use easy-menu-convert-item.
7940 Wrap easy-menu-filter-return around any :filter specification.
7941 Don't convert the menu if a filter was specified.
7942 Tell easy-menu-make-symbol not to check for MENU being an expression.
7943 (easy-menu-make-symbol): New arg NOEXP.
7944
5e03eb84
GM
79452000-07-05 Gerd Moellmann <gerd@gnu.org>
7946
7947 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7948 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7949 (eval-defun): If called with prefix arg, instrument code for
7950 Edebug.
7951
7952 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7953 similar to that of eval-defun.
7954
fca68a95
DL
79552000-07-04 Dave Love <fx@gnu.org>
7956
7ccbba4c
DL
7957 * hl-line.el (hl-line-overlay): Make it permanent-local.
7958
fca68a95
DL
7959 * calendar/todo-mode.el: Replaced with a working version, based on
7960 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7961
79622000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7963
7964 * paths.el (prune-directory-list): New function.
7965 (Info-default-directory-list): Rewritten to more methodically
7966 enumerate a big list of possible info directories (based on the
7967 list used by the standalone info reader).
fca68a95 7968
78e7e8a0 7969 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7970 non-existent directories from Info-directory-list.
78e7e8a0 7971
78e7e8a0
MB
7972 * paths.el (Info-default-directory-list): Try a list of possible
7973 info-directories instead of a single one. Add the possible
7974 info directory "/usr/share/info".
7975
7976 * woman.el (woman-man.conf-path): Explicitly include the debian
7977 man-db config file "/etc/manpath.config".
7978 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7979 are present in `manpath.config'.
7980 (woman-manpath): Include "/usr/share/man".
7981
67c9a1d2
GM
79822000-07-03 Gerd Moellmann <gerd@gnu.org>
7983
6753393b
GM
7984 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7985
7986 * startup.el (command-line): Initialize blink-cursor based
7987 on window-system.
7988
e4f98ad3
GM
7989 * frame.el (blink-cursor): Default to nil if not running under
7990 a window-system.
7991
2f516940
GM
7992 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7993 (face-x-resources): Remove duplicate entry for :font.
7994
67c9a1d2
GM
7995 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7996 instead of cycling through windows with next-window.
7997
7998 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7999 of cycling through windows with next-window.
8000
8001 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8002 of cycling through windows with next-window.
8003
8004 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8005 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8006 instead of cycling through windows with next-window.
8007
8008 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8009 instead of cycling through windows with next-window.
8010
8011 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8012 of cycling through windows with next-window.
8013
8014 * terminal.el (te-process-output): Use walk-windows instead of
8015 cycling through windows with next-window.
8016
8017 * server.el (server-switch-buffer): Use some-window instead of
8018 cycling through windows with next-window.
8019
8020 * window.el (some-window): New function.
8021 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8022
3a4f3f86 8023 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8024
8b7bc628 80252000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8026
8027 * window.el (walk-windows): Guarantee termination by keeping a list
8028 of all the windows already handled.
8029
d0d57043
EZ
80302000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8031
8032 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8033 window-system.
8034
8035 * man.el (Man-notify-when-ready): Don't use window-system. If
8036 Man-notify-method is newframe, and the display is not
8037 multi-frame, select the frame created for the man page.
8038 (Man-init-defvars): Doc fix.
8039
d5483ab1
GM
80402000-06-28 Gerd Moellmann <gerd@gnu.org>
8041
af5c25e1
GM
8042 * faces.el (region): Change background color for light background.
8043
8044 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8045 attribute from mode-line face of Ediff control frame.
8046
d5483ab1
GM
8047 * replace.el (query-replace-map): Bind `e' like `E'.
8048
9d47450f
EZ
80492000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8050
3a4f3f86
SM
8051 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8052 Change name to "Select All".
496b7491 8053
9d47450f
EZ
8054 * dos-fns.el (convert-standard-filename): Fix last change.
8055
0b431deb
GM
80562000-06-27 Gerd Moellmann <gerd@gnu.org>
8057
4fa9f636
GM
8058 * help.el (describe-variable): Don't insert a second `'s' in front
8059 of the string `value is shown below'. Since the syntax-table is
8060 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8061 an existing `'s', so that this won't be deleted.
8062
0b431deb
GM
8063 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8064 * pcmpl-unix.el: New files.
8065
32cad0aa
SM
80662000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8067
8068 * wid-edit.el (widget-member): Use the new plist-member.
8069
2c69ced2
GM
80702000-06-26 Gerd Moellmann <gerd@gnu.org>
8071
44c0f771
GM
8072 * replace.el (perform-replace): Undo change of 2000-04-04.
8073 Instead, move backward 1 character at the end of the loop when
8074 necessary.
34342a07 8075
1d36487c
GM
8076 * faces.el (fringe): Change face for different backgrounds.
8077
8078 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8079 patch from John.
8080
2c69ced2
GM
8081 * eshell/*.el: Change spelling of the Free Software Foundation.
8082
8083 * eshell/esh-toggle.el: Removed.
8084
8085 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8086
8087 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8088 interactively.
8089
80902000-06-26 Alex Schroeder <alex@gnu.org>
8091
8092 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8093 `define-key'; instead of checking `(emacs-version)' check for
8094 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8095 for `;' and `o' which might be electric.
8096
8097 (sql-electric-stuff): New user option.
8098 (sql-magic-go): New function which uses `sql-electric-stuff'.
8099 (sql-magic-semicolon): New function which uses
8100 `sql-electric-stuff'.
8101
8102 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8103 is not fboundp.
8104
8105 (sql-oracle-options): New variable.
8106 (sql-oracle): Use it.
8107
8108 (sql-imenu-generic-expression): Doc change.
8109 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8110 is used.
8111
8112 (sql-informix): Added command line parameter "-" to force
8113 sql-informix-program to use stdout.
8114
db1306d8
EZ
81152000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8116
3a4f3f86 8117 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8118 (cp864-decode-table): Doc fix.
8119 (cp720-decode-table): New variable, supports the Arabic OEM
8120 codepage used by Windows.
8121 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8122
c69e5fcd
DL
81232000-06-23 Dave Love <fx@gnu.org>
8124
8125 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8126 (font-lock-fontify-anchored-keywords): Use
8127 line-beginning-position.
8128 (global-font-lock-mode): Use mapc.
8129
30ad8f23
SM
81302000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8131
8132 * eshell/esh-module.el: Require CL when compiling.
8133
26b4dc84
GM
81342000-06-23 Gerd Moellmann <gerd@gnu.org>
8135
78c56e70
GM
8136 * comint.el (comint-substitute-in-file-name): Call replace-match
8137 with second and third arg t.
8138
34342a07 8139 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8140 Specify foreground color.
8141
8142 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8143 color.
8144
affbf647
GM
8145 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8146
8147 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8148 cddr instead of cdddr.
8149
25fffb31
GM
8150 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8151 instead of copy-list.
8152
8153 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8154 of copy-list.
8155
26b4dc84
GM
8156 * subdirs.el: Add eshell subdirectory.
8157
8158 * eshell: New subdirectory containing the Eshell package.
8159
8160 * pcomplete.el: New file.
8161
78c56e70
GM
81622000-06-23 Paul Eggert <eggert@twinsun.com>
8163
ea055732
GM
8164 * mail/mailpost.el (post-mail-send-it): Make sure file has
8165 proper permissions from birth.
8166
8167 * files.el (basic-save-buffer-2): When temporarily setting
8168 file modes, set them to current modes plus 0200, not to 0777.
8169
78c56e70
GM
8170 * emerge.el (emerge-make-temp-file): Make sure file has proper
8171 permissions from birth.
8172
a3a7ff33
EZ
81732000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8174
8175 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8176 backup file name through convert-standard-filename.
8177
8178 * dos-fns.el (convert-standard-filename): Convert leading
8179 directories as well. When long file names are supported, convert
8180 characters that are invalid in Windows file names.
8181
1fd9b7fe
GM
81822000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8183
8184 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8185 ps-print crashes. New feature: page selection for printing. Create
8186 raw-text-unix coding system for XEmacs. Doc fix.
8187 (ps-print-version): New version number (5.2.3).
8188 (ps-plot-region): Bug fix.
8189 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8190 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8191 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8192 funs.
8193 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8194 (ps-last-page): New vars.
8195
16ed8416
GM
81962000-06-21 Gerd Moellmann <gerd@gnu.org>
8197
8198 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8199 empty option string.
8200
4fbee715
EZ
82012000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8202
8203 * man.el (man): Doc fix.
8204
eaecfc94
KH
82052000-06-21 Kenichi Handa <handa@etl.go.jp>
8206
8207 * international/mule-cmds.el (set-language-info-alist): Docstring
8208 fixed.
8209
4a27bdfb
GM
82102000-06-20 Gerd Moellmann <gerd@gnu.org>
8211
8212 * version.el (emacs-version): Use ISO date format.
8213
8214 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8215 instead of `M-backspace'.
8216
8217 * simple.el (turn-off-auto-fill): New function.
8218
8972fe79
SM
82192000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8220
8221 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8222 Renamed from with-buffer-prepared-for-font-lock and use
8223 inhibit-modification-hooks rather than setting *-change-functions.
8224 Update all functions to use the new name.
8225 (jit-lock-first-unfontify-pos): New semantics (and doc).
8226 (jit-lock-mode): Make non-interactive.
8227 Don't automatically turn on font-lock.
8228 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8229 Always use jit-lock-after-change.
8230 Remove and restore font-lock-after-change-function.
8231 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8232 (jit-lock-after-unfontify-buffer): Remove.
8233 (jit-lock-stealth-fontify):
8234 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8235 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8236
5d80cc9c
SS
82372000-06-20 Sam Steingold <sds@gnu.org>
8238
8239 * emacs-lisp/cl-indent.el (toplevel): Indent
8240 `print-unreadable-object' properly. Untabify.
8241
f54e4d13
CD
82422000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8243
8244 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8245 Support for bibentry.
8246 (reftex-compile-variables): Fixed problem with end of section-re.
8247
8248 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8249 reftex-view-crossref-from-bibtex):
8250 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8251 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8252 Replaced `remprop' with `put'.
8972fe79
SM
8253 (reftex-view-crossref, reftex-view-crossref-when-idle):
8254 Support for bibentry.
f54e4d13 8255
8972fe79
SM
8256 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8257 New entry for bibentry package.
f54e4d13 8258
8972fe79
SM
8259 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8260 Regexp also matches "\nobibliography".
f54e4d13 8261
8972fe79
SM
8262 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8263 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8264 (reftex-ensure-write-access): New function.
8265
f54e4d13
CD
82662000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8267
8268 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8269
8270 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8271
8272 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8273
8274 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8275
8276
560c43f4
DL
82772000-06-20 Dave Love <fx@gnu.org>
8278
8279 * faces.el (frame-background-mode): Use set-default, not set, in
8280 setter.
8281 (frame-update-faces, frame-update-face-colors): Define with
8282 defalias.
8283
8284 * enriched.el (enriched-decode-foreground)
8285 (enriched-decode-background): Don't use internal-find-face.
8286
8287 * apropos.el: Doc fixes.
8288
8289 * cus-edit.el (customize-changed-options): Check arg.
8290 (customize-version-lessp): Don't require decimal point.
8291
8292 * custom.el (defcustom, defgroup): Doc fix.
8293
8294 * newcomment.el (comment) <defgroup>: Add :version.
8295 (comment-multi-line): Doc fix.
8296
8297 * emulation/mlsupport.el (define-hooked-local-abbrev,
8298 define-hooked-global-abbrev): Fix, using define-abbrev.
8299
cdf0357b
GM
83002000-06-19 Gerd Moellmann <gerd@gnu.org>
8301
8302 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8303 the whole buffer.
8304
10013d74
DL
83052000-06-19 Dave Love <fx@gnu.org>
8306
8307 * menu-bar.el (menu-bar-options-save): New function.
8308 (menu-bar-options-menu): Use it.
8309 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8310 Simplify.
8311
6922f208
AS
83122000-06-19 Andreas Schwab <schwab@suse.de>
8313
8314 * progmodes/etags.el (tags-query-replace): Put new parameters
8315 START and END at the end, for backward compatibility.
8316
10d7bf84
KH
83172000-06-19 Kenichi Handa <handa@etl.go.jp>
8318
8319 * international/codepage.el:
8320 (cp-coding-system-for-codepage-1): Delete special codes for
8321 generating xxx-dos coding system because now a CCL based coding
8322 system can handle EOL conversion by default.
8323
8324 * international/mule.el (make-coding-system): Generate subsidiary
8325 coding systems for EOL handling variants even for a CCL based
8326 coding system.
8327
8f3c9a3d
KH
83282000-06-19 Kenichi Handa <handa@etl.go.jp>
8329
8330 * international/isearch-x.el (isearch-minibuffer-input-method)
8331 (isearch-minibuffer-input-method-function): These variables
8332 deleted.
8333 (isearch-with-input-method): Don't use the above variables.
8334 (isearch-process-search-multibyte-characters): Likewise. Call
8335 read-string with the arg INHERIT-INPUT-METHOD t.
8336
c2acf685
SM
83372000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8338
13f0d185
SM
8339 * font-lock.el (font-lock-after-fontify-buffer)
8340 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8341
8342 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8343 Use consistent make-local-variable style for font-lock-fontified.
8344 (jit-lock-fontify-buffer):
8345 Don't bother checking for font-lock-mode and jit-lock-mode.
8346
c2acf685
SM
8347 * time.el: Remove trailing ^M that prevent CVS-merging.
8348
a9021acd
GM
83492000-06-16 Gerd Moellmann <gerd@gnu.org>
8350
8351 * Makefile.in (distclean): New target.
5d80cc9c 8352
0df68e9f
SM
83532000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * Makefile.in (srcdir): Define for update-subdirs.
8356
6344985d
GM
83572000-06-16 Gerd Moellmann <gerd@gnu.org>
8358
8359 * find-lisp.el: New file.
8360
63239267
AI
83612000-06-16 Andrew Innes <andrewi@gnu.org>
8362
8363 * time.el (display-time-mail-function): New variable, to allow
8364 external packages to indicate when new mail is available.
8365 (display-time-update): Use it.
8366
1699f991
KH
83672000-06-16 Kenichi Handa <handa@etl.go.jp>
8368
a3b37893
KH
8369 * international/mule.el (mule-version): Change version name to
8370 SAKAKI. AOI has already been used by Meadow.
8371
1699f991
KH
8372 * international/quail.el (quail-show-guidance-buf): To find the
8373 bottom window (but minibuffer), pay attention to the height of
8374 minibuffer.
8375
228b083e
EZ
83762000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8377
7d5c8691
EZ
8378 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8379 menu-bar menus. Add help strings. Don't remove the Edit menu
8380 from the menu bar, as the menu bar has enough space now.
8381
261f3289
EZ
8382 * Makefile.in (SHELL): Make sure /bin/sh is used.
8383
228b083e
EZ
8384 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8385 characters, which use series of two ^H characters instead of one.
8386
e27e8d71
GM
83872000-06-15 Gerd Moellmann <gerd@gnu.org>
8388
5d80cc9c 8389 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8390 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8391 functions.
451ec4e3
GM
8392 (Info-find-node-2): Try a case-sensitive search first, then
8393 do a case-insensitive search.
8394
8395 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8396 tutorials.
8397
b675095c
GM
8398 * complete.el (PC-env-vars-alist): New variable.
8399 (PC-complete-as-file-name): New function.
8400 (partial-completion-mode): Initialize PC-env-vars-alist from
8401 process-environment.
8402 (PC-do-completion): Handle completion of env vars.
8403
8404 * info.el (Info-set-mode-line): Show file name in mode line,
8405 use `*Info*' instead of `Info:'.
8406
e27e8d71
GM
8407 * startup.el (command-line-1): Change copyright messages to year
8408 2000.
8409
28223a7e
DL
84102000-06-15 Dave Love <fx@gnu.org>
8411
8412 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8413 not local-map.
8414
32684631
KH
84152000-06-15 Kenichi Handa <handa@etl.go.jp>
8416
8417 * international/mule.el (set-buffer-file-coding-system): Almost
8418 rewritten to handle `undecided' as no-op.
8419
9f817ea4
GM
84202000-06-14 Gerd Moellmann <gerd@gnu.org>
8421
e27e8d71 8422 * Makefile.in: New file.
dce6b995
GM
8423
8424 * Makefile: Removed.
8425
9f817ea4
GM
8426 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8427 (goto-address-highlight-keymap): Bind C-c RET.
8428
2de33f94
KH
84292000-06-14 Kenichi Handa <handa@etl.go.jp>
8430
bbf1e8a5
KH
8431 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8432 inherits buffer-file-coding-system of the current buffer.
725a6897 8433
02891cc3
KH
8434 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8435 0. Give correct argument to set-auto-coding-function.
8436 (tar-expunge): For goto-char, use (point-min), not 0.
8437 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8438 (tar-subfile-save-buffer): Likewize.
8439
2de33f94
KH
8440 * international/mule.el
8441 (after-insert-file-set-buffer-file-coding-system): Call
8442 set-buffer-file-coding-system with the arg FORCE t.
8443
1681ead6
GM
84442000-06-13 Gerd Moellmann <gerd@gnu.org>
8445
8446 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8447 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8448 the sender is set with `-f'.
1681ead6 8449
fdf4b680
DL
84502000-06-13 Dave Love <fx@gnu.org>
8451
9c50afce
DL
8452 * help.el (describe-function-1): Kluge around cases of functions
8453 fset to subrs whose doc doesn't match their symbol-name.
8454
0ad550ba 8455 * image.el (insert-image): Default STRING to a space.
f290ca08 8456
fdf4b680 8457 * info.el Doc fixes.
5d80cc9c 8458 (Info-build-node-completions): Match Ref tags.
fdf4b680 8459
9b6610db
EZ
84602000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8461
a704139d
EZ
8462 * frame.el (display-multi-frame-p, display-multi-font-p): New
8463 defaliases for display-graphic-p.
8464
9b6610db
EZ
8465 * hl-line.el: Fixed a typo in commentary.
8466
7a5ea398
KH
84672000-06-13 Kenichi Handa <handa@etl.go.jp>
8468
8469 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8470 fixed.
8471
0dc91c57
DL
84722000-06-12 Dave Love <fx@gnu.org>
8473
8474 * image.el (insert-image): Save a little consing.
8475
0bd5914b
KH
84762000-06-12 Kenichi Handa <handa@etl.go.jp>
8477
8478 * language/tibet-util.el: Convert all tibetan-1-column characters
8479 to the corresponding tibetan characters.
8480 (tibetan-add-components): Delete code for the special treatment of
8481 'a chung.
8482
8483 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8484 change.
8485 (tibetan-vowel-transcription-alist): More rules added.
8486 (tibetan-composite-vowel-alist): New variable.
8487 (tibetan-precomposition-rule-alist): More rules added.
8488
6dc7d3d5
SM
84892000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8490
9c04c393
SM
8491 * startup.el (command-line): Only call menu-bar-mode if interactive.
8492
8493 * thingatpt.el (toplevel symbol-properties):
8494 * textmodes/makeinfo.el (makeinfo-compile):
8495 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8496 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8497 (hide-ifdef-use-define-alist):
5d80cc9c 8498 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8499 (ange-ftp-vms-add-file-entry):
8500 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8501 * man.el (Man-build-man-command):
8502 * mail/rnewspost.el (news-reply-header-hook):
8503 * info.el (Info-insert-dir):
8504 * emulation/mlconvert.el (backward-word, forward-word, setq):
8505 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8506 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8507 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8508 (byte-optimize-apply, end of file):
8509 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8510 (ad-make-freeze-definition):
8511 * startup.el (command-line, command-line-1): Don't quote lambdas.
8512
6dc7d3d5
SM
8513 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8514 (cvs-cleanup-removed): New function.
8515 (cvs-cleanup-functions): New var.
8516 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8517 some flexibility in specifying additional entries to auto-cleanup.
8518 (cvs-quickdir): New function.
8519 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8520 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8521 (cvs-mode-find-file): Check that we are on a filename or dirname
8522 when invoked through a mouse-click.
8523 (cvs-full-path): Remove.
8524 (cvs-dired-action): Re-introduced.
8525 (cvs-dired-noselect): Use it.
8526 (vc-post-command-functions): use this new hook if available.
8527
8528 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8529 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8530 (cvs-filename-map, cvs-dirname-map): Remove.
8531 (cvs-default-action): Remove.
8532 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8533 if the arg is really a keymap.
8534 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8535 Don't hardcode the mapping from state (aka type) to face, but check
8536 the var cvs-fi-<type>-face instead.
8537 (cvs-fileinfo-from-entries): New function.
8538
8539 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8540 Docstring fix.
8541 (cvs-find-file-and-jump): Change default to be safer.
8542 (cvs-mode-diff-map): Define it as a function as well.
8543 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8544 Bind mouse-2 in this global map rather than with text-properties.
8545
8546 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8547 file to resolve the ambiguity between C(conflict) and C(need-merge).
8548
5050a2ef
KH
85492000-06-12 Kenichi Handa <handa@etl.go.jp>
8550
8551 * international/mule.el (set-buffer-file-coding-system): If
8552 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8553 unconditionally.
8554
35a7ac84
DL
85552000-06-12 Dave Love <fx@gnu.org>
8556
8557 * wid-edit.el (widget-specify-button): Really suppress the face if
8558 required.
8559
db8eeecd
GM
85602000-06-11 Gerd Moellmann <gerd@gnu.org>
8561
8562 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8563
70223ca4
SM
85642000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * imenu.el (imenu-generic-expression): Docstring fix.
8567
8568 * composite.el (composition-function-table): Move the `put'
8569 below the autoload cookie so we can load the file before loaddefs.
8570
8571 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8572
8573 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8574 Handle easy-mmode-define-global-mode.
8575 For complex macros like define-minor-mode that can generate
8576 several autoload entries, try to autoload entries in the
8577 macroexpanded code.
8578
8579 * emacs-lisp/easy-mmode.el (define-minor-mode):
8580 If KEYMAP is a symbol, just use it.
8581 Use byte-compile-current-file and load-file-name to infer the
8582 proper :require to pass to defcustom.
8583 Wrap the hook var into `progn' so as not to autoload it.
8584 Add a :autoload-end cookie.
8585 Be more careful about the evaluation of KEYMAP.
8586 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8587 (define-derived-mode): Move define-abbrev-table outside of defvar.
8588
85892000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8590
8591 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8592 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8593 (backup-compiled-files): Ignore errors during `tar'.
8594 (bootstrap): Make autoloads before elc files.
8595
9c53b34e
KH
85962000-06-10 Kenichi Handa <handa@etl.go.jp>
8597
8598 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8599 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8600
8601 * international/mule-conf.el (unix): New alias for the coding
8602 system undecided-unix.
8603
22ddd299
DL
86042000-06-09 Dave Love <fx@gnu.org>
8605
5ee42746
DL
8606 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8607
70223ca4 8608 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8609 (executable-insert): Change custom type.
8610 (executable-find): Add autoload cookie.
cc7e1d18
DL
8611 (executable-make-buffer-file-executable-if-script-p): New
8612 function. After Noah Friedman.
22ddd299
DL
8613
8614 * files.el (after-save-hook): Customize, with
cc7e1d18 8615 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8616
41ea3794
KH
86172000-06-09 Kenichi Handa <handa@etl.go.jp>
8618
f89437e3
KH
8619 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8620 "tib24p-mule.bdf" for Tibetan.
8621
7a4ee259
KH
8622 * composite.el (decompose-composite-char): Declare it as obsolete.
8623
ff6a65c2
KH
8624 * man.el (Man-fontify-manpage): Pay attention to underline and
8625 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8626
f83fe4b4
GM
86272000-06-08 Gerd Moellmann <gerd@gnu.org>
8628
8629 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8630 Set maintainer to FSF since author isn't reachable.
8631
e56d7900
DL
86322000-06-08 Dave Love <fx@gnu.org>
8633
8634 * international/mule-cmds.el (select-safe-coding-system): If
8635 DEFAULT-CODING-SYSTEM is not specified, also check the most
8636 preferred coding-system if buffer-file-coding-system is
8637 `undecided'. From Handa.
8638
d3981b49
KH
86392000-06-08 Kenichi Handa <handa@etl.go.jp>
8640
8641 * international/mule.el
8642 (after-insert-file-set-buffer-file-coding-system): If the buffer
8643 size is greater than INSERTED, judget that we are not visiting.
8644
bff71087
RV
86452000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8646
8647 * whitespace.el (defgroup whitespace): Comment out `:version'.
8648 XEmacs 20.4 has problems defining the group with this present.
8649 We'll have this commented out till get resolve the problem.
8650
45f485a6
GM
86512000-06-07 Gerd Moellmann <gerd@gnu.org>
8652
8653 * align.el: Update from author.
8654
86552000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8656
8657 * apropos.el (apropos-mode-hook): New user variable.
8658 (apropos-mode): Run apropos-mode-hook.
bff71087 8659
45f485a6
GM
86602000-06-07 David Ponce <david@dponce.com>
8661
8662 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8663 commands. Require `wid-edit' at run-time.
8664
86652000-06-07 David Ponce <david@dponce.com>
8666
8667 * recentf.el: Added some "Commentary".
8668 (recentf-open-more-files, recentf-edit-list): Minor changes to
8669 move the point at the top of the file list. This behaviour is
8670 consistent with the menu one when the list contains a lot of
8671 files.
8672 (recentf-cleanup): Now displays the number of items removed from
8673 the list.
8674 (recentf-relative-filter) New menu filter to show filenames
8675 relative to `default-directory'.
bff71087 8676
45f485a6
GM
86772000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8678
8679 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8680 with/without giving an error if PostScript printer doesn't have this
8681 kind of page size. Zebra Stripe continues or restarts on next page.
8682 Manual/automatic paper feeding. Switch or not the header.
8683 (ps-print-version): New version number (5.2.2).
8684 (ps-windows-system): Include emx as a Windows system.
8685 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8686 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8687 (ps-background-text): Code fix.
8688 (ps-error-handler-message, ps-user-defined-prologue)
8689 (ps-print-prologue-header, ps-printer-name)
8690 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8691 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8692 (ps-use-face-background): Customization fix.
8693 (ps-n-up-database): Data fix.
8694 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8695 (ps-switch-header): New vars.
8696 (ps-xemacs-color-name, ps-face-foreground-name)
8697 (ps-face-background-name, ps-boolean-constant): New funs.
8698
c14dcd22
DL
86992000-06-07 Dave Love <fx@gnu.org>
8700
8701 * allout.el: New version from Manheimer.
8702
e4044bb0
KH
87032000-06-07 Kenichi Handa <handa@etl.go.jp>
8704
8705 * textmodes/fill.el (fill-find-break-point): Check the validity of
8706 charset.
8707
59cfe8b9
KF
87082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8709
8710 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8711 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8712 Call display-color-p and display-mouse-p instead of looking at
8713 window-system.
8714
bb2337f5
DL
87152000-06-06 Dave Love <fx@gnu.org>
8716
8717 * image.el (find-image): Doc fix. Return nil if image not found.
8718 (put-image, insert-image): Make STRING arg optional.
8719
8e624fa2
KH
87202000-06-06 Kenichi Handa <handa@etl.go.jp>
8721
8722 * language/vietnamese.el: Remove eval-when-compile.
8723 (viet-viscii-nonascii-translation-table): Define it as a
8724 translation table made from viet-viscii-decode-table.
8725 (viet-viscii-encode-table): Define it as a translation table made
8726 from the reverse map of above.
8727 (viet-vscii-nonascii-translation-table): Define it as a
8728 translation table made from viet-vscii-decode-table.
8729 (viet-vscii-encode-table): Define it as a translation table made
8730 from the reverse map of above.
8731 (ccl-decode-viscii): Use translate-character.
8732 (ccl-encode-viscii, ccl-encode-viscii-font)
8733 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8734 Likewize.
bff71087 8735
8e624fa2
KH
8736 * language/cyrillic.el: Remove eval-when-compile.
8737 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8738 translation table made from cyrillic-koi8-r-decode-table.
8739 (cyrillic-koi8-r-encode-table): Define it as a translation table
8740 made from the reverse map of above.
8741 (ccl-decode-koi8): Use translate-character.
8742 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8743 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8744 a translation table made from cyrillic-alternativnyj-decode-table.
8745 (cyrillic-alternativnyj-encode-table): Define it as a translation
8746 table made from the reverse map of above.
8747 (ccl-decode-alternativnyj): Use translate-character.
8748 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8749 Likewize
8750
8751 * international/mule-diag.el (non-iso-charset-alist): Specify
8752 translation table symbol instead of translation table itself.
8753 (list-block-of-chars): CHARSET may be a translation table symbol.
8754
8755 * international/mule.el (make-coding-system): If CODING-SYSTEM
8756 already exists, override it.
8757
8758 * international/fontset.el: Use family `proportional' for Tibetan
8759 fonts.
8760
8761 * international/ccl.el (ccl-compile-translate-character): Don't
8762 check if Rrr has property translation-table.
8763 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8764
1969fae2
GM
87652000-06-05 Gerd Moellmann <gerd@gnu.org>
8766
8767 * info.el: Bind case-fold-search to t when searching in case
8768 a user sets it to nil in a hook.
8769
d5b037c5
SM
87702000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8771
d3d02e65
SM
8772 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8773 * hl-line.el (hl-line-mode): Use the new :global key argument.
8774
8775 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8776 (tar-clip-time-string): Prepend a space.
8777 (tar-grind-file-mode): Construct a string rather than modifying one.
8778 (tar-header-block-summarize): Fix docstring.
8779 Use `format' rather than an error-prone set of copy-loops.
8780
8781 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8782 (diff-goto-source, diff-unified->context, diff-context->unified)
8783 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8784 understand the format output by the `-p' argument to diff.
8785
bff71087 8786 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8787 (sh-re-done): Use defconst.
8788 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8789 (sh-help-string-for-variable, sh-guess-basic-offset):
8790 Don't quote lambdas.
8791 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8792 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8793
f7c4478f
SM
8794 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8795 (mh-letter-mode): Derive from text-mode.
8796 This implicitly means that it now calls kill-all-local-variables.
8797 Also remove the Emacs-18 compatibility code.
8798
a8add29d
SM
8799 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8800 Make use of symbol-property doc-string-elt.
8801 Use memq rather than a sequence of eq.
8802 (doc-string-elt): Fix the wrong or missing previously unused values.
8803 (autoload-print-form): New function extracted from
8804 generate-file-autoloads to allow recursion when handling progn
8805 so that defvar's and defun's docstrings are properly printed.
8806 (generate-file-autoloads): Use it.
8807
d5b037c5
SM
8808 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8809 Use find-file-hooks in the minor-mode function.
8810 Be careful not to loop indefinitely in the post-command-hook function.
8811
560ef11a 88122000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8813
1969fae2 8814 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8815 tty's.
1969fae2 8816 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8817 differences whenever appropriate.
1969fae2
GM
8818 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8819 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8820 wildcards.
8821
b5bbbb76
SM
88222000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8823
d5b037c5
SM
8824 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8825 (jit-lock-fontify-buffer): New function for JIT refontification.
8826 (jit-lock-mode): Fix docstring.
8827 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8828 Remove jit-lock-after-change from the _local_ hook.
8829 (jit-lock-function-1): Fix docstring.
8830
8831 * info.el (Info-on-current-buffer): Initialize info.
8832
8833 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8834
8835 * progmodes/tcl.el (tcl-indent-for-comment):
8836 Ignore comment-indent-hook.
8837
8838 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8839 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8840 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8841 and improve to use the lighter to guess the capitalization.
8842 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8843 Add keyword arguments to specify global-ness or the custom group.
8844 Add local-map and help-echo properties to the lighter.
8845 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8846 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8847
bfa6c260
DL
88482000-06-02 Dave Love <fx@gnu.org>
8849
8850 * wid-edit.el: byte-compile-dynamic since we typically don't use
8851 all the widgets. Don't require cl or widget. Remove
8852 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8853 (widget-read-event): Removed. Callers changed to use read-event.
8854 (widget-button-release-event-p): Renamed from
8855 button-release-event-p.
8856 (widget-field-add-space, widget-field-use-before-change):
8857 Uncustomize.
8858 (widget-specify-field): Use keymap property, not local-map.
8859 (widget-specify-button): Obey :suppress-face.
8860 (widget-specify-insert): Use modern backquote syntax.
8861 (widget-image-directory): Renamed from widget-glyph-directory.
8862 (widget-image-enable): Renamed from widget-glyph-enable.
8863 (widget-image-find): Replaces widget-glyph-find.
8864 (widget-button-pressed-face): Move defvar.
8865 (widget-image-insert): Replaces widget-glyph-insert.
8866 (widget-convert): Use keywordp.
8867 (widget-leave-text, widget-children-value-delete): Use mapc.
8868 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8869 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8870 (widget-button-click): Don't set point at the click, but re-centre
8871 if we scroll out of window. Rewritten for images v. glyphs &c.
8872 (widget-tabable-at): Use POS arg, not point.
8873 (widget-beginning-of-line, widget-end-of-line)
8874 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8875 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8876 (widget-default-create): Use widget-image-insert; some rewriting.
8877 (widget-visibility-value-create)
8878 (widget-push-button-value-create, widget-toggle-value-create): Use
8879 widget-image-insert.
8880 (checkbox): Create on and off images dynamically.
8881 (documentation-link): Change :help-echo.
8882 (widget-documentation-link-echo-help): Remove.
8883
3837de12
SM
88842000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8885
8886 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8887
8888 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8889 (easy-mmode-define-toggle, define-minor-mode): Use it.
8890 (easy-mmode-define-keymap): Docstring fix.
8891 (define-derived-mode): Default PARENT to fundamental-mode.
8892 Add the derived-mode-parent symbol-property.
8893 (easy-mmode-derived-mode-p): New function.
8894
90aa4ea8
DL
88952000-06-02 Dave Love <fx@gnu.org>
8896
37193ee6
DL
8897 * files.el (convert-standard-filename): Doc fix.
8898 (normal-backup-enable-predicate): New function.
8899 (backup-enable-predicate): Use it to replace the lambda form.
8900
8901 * calendar/todo-mode.el: [This needs more work on the outline
8902 stuff.] Doc fixes.
8903 (todo) <defgroup>: Add :version.
8904 (todo-add-category): Don't use pushnew.
8905 (todo-cmd-raise): Fix typo.
8906 (todo-top-priorities): Change temp buffer name.
8907 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8908 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8909 Use outline-next-heading.
37193ee6 8910
90aa4ea8
DL
8911 * autoarg.el: Rewritten to use define-minor-mode.
8912 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8913 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8914
2e54623a
KH
89152000-06-02 Kenichi Handa <handa@etl.go.jp>
8916
8917 * isearch.el (isearch-other-meta-char): Fix previous change.
8918
c5def0db
SM
89192000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8920
3837de12
SM
8921 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8922 (log-edit-done): Only add the comment to the ring if it's different
8923 from the last comment entered.
8924
c5def0db
SM
8925 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8926
2330c9d4
DL
89272000-06-01 Dave Love <fx@gnu.org>
8928
8929 * hl-line.el: Rewritten using define-minor-mode.
8930
8931 * help.el (describe-function-1): Distinguish special form from
8932 builtin function. Sanity-check presence of arglist for builtins.
8933
6e5dfc31
KH
89342000-06-01 Kenichi Handa <handa@etl.go.jp>
8935
4dc1225b
KH
8936 * international/characters.el: Fix syntax/category setting of
8937 Tibetan characters.
8938
8939 * language/tibet-util.el (tibetan-add-components): Fixes for new
8940 encoding of Tibetan characters.
8941 (tibetan-decompose-precomposition-alist): New variable.
8942 (tibetan-decompose-region): Convert precomposed characters to
8943 non-precomposed characters.
8944 (tibetan-decompose-string): Likewise.
8945 (tibetan-composition-function): Fix args to
8946 thibetan-compose-string.
8947
8948 * language/tibetan.el (tibetan-composable-pattern): More
8949 characters included.
8950 (tibetan-consonant-transcription-alist): Rule for "R" added.
8951 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8952 "+R" added.
8953 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8954
eadef5e6
KH
8955 * language/lao-util.el (lao-composition-function): Fix args to
8956 compose-string.
8957
8958 * language/thai-util.el (thai-composition-function): Fix args to
8959 compose-string.
8960
6e5dfc31 8961 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8962 to prevent the point moving to the end of a composition when a
8963 part of a composition is searched.
6e5dfc31
KH
8964 (isearch-other-meta-char): If the key invoking this command can be
8965 mapped by function-key-map to a printing char, call
8966 isearch-process-search-char directly.
8967
2598a293
SM
89682000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * emacs-lisp/bytecomp.el:
8971 * frame.el:
8972 * international/mule-cmds.el:
8973 * international/mule-util.el:
8974 * international/mule.el:
8975 * mouse.el:
8976 * subr.el:
8977 * faces.el: Update calls to make-obsolete with a WHEN argument.
8978
8979 * byte-run.el (make-obsolete, make-obsolete-variable):
8980 Add an optional WHEN argument and change the format of the
bff71087 8981 symbol-property information.
2598a293
SM
8982 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8983 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8984 new obsolete-symbol-property format and print WHEN if it is provided.
8985
28d8dff1
DL
89862000-05-31 Dave Love <fx@gnu.org>
8987
8988 * loadhist.el (loadhist-hook-functions): Remove
8989 before-change-function, after-change-function.
8990 (unload-feature): Deal with symbols which are both bound and
8991 fbound.
8992
8993 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8994 before-change-function, after-change-function.
8995
8996 * simple.el (newline): Don't bind before-change-function,
8997 after-change-function.
8998
7f565d87
RV
89992000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9000
9001 * whitespace.el (whitespace-rescan-timer-time): Update interval
9002 set to 600 seconds (10 minutes) instead of 60 seconds since
9003 a large number of whitespace buffers causes emacs to `freeze'
9004 for a considerable amount of time.
9005
bff71087 9006 * whitespace.el: Updated email address
7f565d87 9007
a8d693d8
DL
90082000-05-31 Dave Love <fx@gnu.org>
9009
9010 * add-log.el (change-log-font-lock-keywords) <function>: Add
9011 pattern for function of change.
9012 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9013 acknowledgements patterns.
9014
a50192e7
KH
90152000-05-31 Kenichi Handa <handa@etl.go.jp>
9016
9017 * isearch.el (isearch-printing-char): If keyboard coding system is
9018 being used, call isearch-process-search-multibyte-characters.
9019
9020 * international/isearch-x.el: Mostly rewritten.
9021
9022 * international/quail.el (quail-start-conversion): Don't include
9023 unhandled events in the returned events, but set them in
9024 unread-command-events. Exit if all inputs are deleted.
9025
7e492772
JR
90262000-05-30 Jason Rumney <jasonr@gnu.org>
9027
9028 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9029
9030 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9031 Reenable code to create initial fontsets.
9032 Use set-fontset-font in place of put-charset-property.
9033
10fc3187
GM
90342000-05-30 Gerd Moellmann <gerd@gnu.org>
9035
79148ea7
GM
9036 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9037 label, ensure that the first colon isn't followed by another.
9038
9039 * paths.el (Info-default-directory-list): Doc fix.
9040
086d5b87
GM
9041 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9042 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9043 send a query containing USER only, not USER@HOST.
9044
10fc3187
GM
9045 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9046 and rmail-msgend to compute the restriction at the end, instead of
9047 computing it.
9048
49e70dec
GM
90492000-05-29 Gerd Moellmann <gerd@gnu.org>
9050
66254a13
GM
9051 * dabbrev.el (dabbrev-expand): Don't display messages in the
9052 echo area if the minibuffer window is active.
9053
49e70dec
GM
9054 * jit-lock.el (jit-lock-mode): Add after change function to
9055 local hook.
9056
90572000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9058
9059 * antlr-mode.el: New commands: hide/unhide actions,
9060 upcase/downcase literals.
9061 (antlr-tiny-action-length): New user option.
9062 (antlr-hide-actions): New command. Suggested by
9063 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9064 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9065 (antlr-mode-menu): New entries.
9066 (antlr-downcase-literals): New command.
9067 (antlr-upcase-literals): Ditto.
9068
9069 * antlr-mode.el: Minor changes: indendation, mode-name.
9070 (antlr-indent-line): Indent cpp directive at column 0.
9071 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9072
9073 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9074 (antlr-font-lock-additional-keywords): Workaround for intentional
9075 bug in XEmacs version of font-lock.
9076 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9077 be used by a smarter version of `buffers-menu-grouping-function'.
9078
90792000-05-29 Gerd Moellmann <gerd@gnu.org>
9080
9081 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9082 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9083
49f93684
KH
90842000-05-29 Kenichi Handa <handa@etl.go.jp>
9085
9086 * international/encoded-kb.el
9087 (encoded-kbd-iso2022-designation-map): Pay attention to that
9088 charset-iso-final-char return -1 for eight-bit-control and
9089 eight-bit-graphic.
9090
5b1ae051
EZ
90912000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9094 (speedbar-easymenu-definition-base): Use display-graphic-p where
9095 available, instead of window-system.
9096
a205e32a
EZ
90972000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9098
9099 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9100 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9101 coding systems.
9102
dd854dc2
DL
91032000-05-26 Dave Love <fx@gnu.org>
9104
c88a85d5
DL
9105 * disp-table.el (standard-display-underline): Don't use
9106 internal-find-face.
9107
dd854dc2
DL
9108 * mail/reporter.el: Maintainer change. Doc fixes.
9109 (reporter-version): Deleted.
9110
9111 * emacs-lisp/elp.el: Maintainer change.
9112 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9113
dc29aa6c
SM
91142000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9115
9116 * add-log.el (add-change-log-entry): Merge the current entry with the
9117 previous one if the previous one is empty.
9118
ed62683d
DL
91192000-05-26 Dave Love <fx@gnu.org>
9120
4370a375
DL
9121 * loadhist.el (unload-feature): Fix interactive spec [from
9122 lijnzaad@ebi.ac.uk].
9123
ed62683d
DL
9124 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9125 subr-arity to check primitives.
9126 (byte-compile-flush-pending, byte-compile-file-form-progn)
9127 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9128 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9129 mapcar.
9130
ba9f8f95
KH
91312000-05-26 Kenichi Handa <handa@etl.go.jp>
9132
0f3e0672
KH
9133 * international/fontset.el: Set family names of non-latin charsets
9134 in default fontset to "*".
9135
cebefb44
KH
9136 * international/mule-diag.el (print-fontset): Combine family part
9137 and registry part of the fontname by "-*-" instead of "-".
9138
ba9f8f95
KH
9139 * international/mule-cmds.el (encode-coding-char): Make strings
9140 multibyte before calling encode-coding-string.
9141
931d0724
SM
91422000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9143
9144 * derived.el: Fix keywords.
8ccce2b0 9145 (define-derived-mode): Only define if needed.
931d0724
SM
9146
9147 * simple.el (fill-comment, comment-column, comment-start)
9148 (comment-start-skip, comment-end, comment-indent-function)
9149 (block-comment-start, block-comment-end, indent-for-comment)
9150 (set-comment-column, kill-comment, comment-padding, comment-region)
9151 (comment-multi-line, indent-new-comment-line): Remove.
9152
9153 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9154 function names for comment operations.
9155
9156 * newcomment.el: Add abundant autoload cookies.
9157 (comment-style): Don't depend on runtime data at compile-time.
9158 (comment-indent-hook): Remove.
9159 (comment-indent): Check if comment-indent-hook is bound.
9160 (comment-region): Docstring fix.
9161
6fc596cf
DL
91622000-05-25 Dave Love <fx@gnu.org>
9163
9164 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9165 byte-code-function-p.
9166
9167 * mail/rmailsum.el: Add provide.
9168
9169 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9170
9171 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9172 defcustom.
9173
7997f1ca 91742000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9175
7997f1ca
MK
9176 * ediff-diff.el (ediff-exec-process): delete --binary option from
9177 non-buffer ediff jobs.
7f565d87 9178
e7a903e8
EZ
91792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9180
9181 * hilit-chg.el (highlight-changes-mode): Ask about color or
9182 grayscale support, not about window-system.
9183
9184 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9185 window-system.
9186 (ffap-highlight): Always default to t.
9187
9188 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9189 display-popup-menus-p instead of looking at window-system.
9190
9191 * disp-table.el (standard-display-g1, standard-display-graphic):
9192 Only refuse to use string glyphs on X and MS-Windows.
9193
9194 * avoid.el: Remove window-system from commentary, suggest to use
9195 display-*-p instead.
9196
9197 * apropos.el (apropos-print): Use display-mouse-p instead of
9198 window-system.
9199
14028d57
EZ
92002000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 * international/codepage.el (cp-decoding-vector-for-codepage):
9203 Fill up unsupported characters with their own codes. From Kenichi
9204 Handa.
9205
1a4f9cc1
EZ
92062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9207
9208 * international/mule-diag.el (describe-char-after): Use
9209 display-graphic-p instead of window-system, so that this function
9210 works on MS-DOS.
9211
89f6ca4e
EZ
92122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9213
9214 * international/codepage.el (cp-make-coding-systems-for-codepage):
9215 Remove the eight-bit-graphic and eight-bit-control charsets from
9216 the list of charsets which we convert into `?'.
9217
eacfd7fe
KH
92182000-05-25 Kenichi Handa <handa@etl.go.jp>
9219
9220 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9221 private charsets.
9222 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9223 japanese-jisx0213-2): New charsets.
9224
9225 * international/fontset.el: Setup default fontset for new charsets.
9226
deadf7e3
DL
92272000-05-24 Dave Love <fx@gnu.org>
9228
9229 * info.el (Info-find-node-2): Restructure [following "Vadim
9230 S. Solomin" <sovs@uic.nnov.ru>].
9231
9232 * icomplete.el: Fix header for Finder.
9233
92342000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9235
9236 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9237 STAY.
9238
9239 * rmail.el (rmail-automatic-folder-directives): New user variable.
9240 (rmail-show-message): Add call to `rmail-auto-file' during
9241 display.
9242 (rmail-auto-file): New function.
9243
6de3983f 92442000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9245
fc6a6a4e 9246 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9247 account.
fc6a6a4e
GM
9248 (ediff-test-utility,ediff-diff-mandatory-option)
9249 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9250 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9251
fc6a6a4e 9252 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9253 variable.
7f565d87 9254
fc6a6a4e 9255 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9256 ediff-merge-filename-prefix.
9257
fc290d1d
MK
92582000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9259
fc6a6a4e 9260 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9261
273182b8
EZ
92622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9265 aliases for hebrew-iso-8bit.
9266
f471ea57
EZ
92672000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * woman.el: New version from Francis J. Wright
9270 <F.J.Wright@Maths.QMW.ac.uk>.
9271 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9272 names in environment variables regardless of the path separator.
9273 (woman-topic-all-completions-1): Don't call file-name-directory-p
9274 on all files, since woman-file-regexp already filters out any
9275 directories.
9276
01162f24
KH
92772000-05-24 Kenichi Handa <handa@etl.go.jp>
9278
48e3df76
KH
9279 * international/quail.el (quail-start-translation): Don't change
9280 modified-p of the current buffer.
9281 (quail-start-conversion): Likewise.
9282
9283 * international/kkc.el (kkc-region): Don't change modified-p of
9284 the current buffer.
9285
747d90ea
KH
9286 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9287 conform to RFC1468.
9288 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9289
17a223ff
EL
92902000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9291
9292 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9293 (speedbar-insert-button): Invisible text property fix.
9294 (speedbar-directory-plus): Renamed from speedbar-directory-+
9295 (speedbar-directory-minus): Renamed from speedbar-directory--
9296 (speedbar-page-plus): Renamed from speedbar-file-+
9297 (speedbar-page-minus): Renamed from speedbar-file--
9298 (speedbar-page): Renamed from speedbar-file-
9299 (speedbar-tag): Renamed from speedbar-tag-
9300 (speedbar-tag-plus): Renamed from speedbar-tag-+
9301 (speedbar-tag-minus): Renamed from speedbar-tag--
9302 (speedbar-expand-image-button-alist): Use above renames.
9303
9304 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9305 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9306 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9307 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9308 * sb-pg.xpm: Renamed from sb-file.xpm
9309 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9310 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9311
e6b6fc18
KH
93122000-05-24 Kenichi Handa <handa@etl.go.jp>
9313
9314 * international/quail.el (quail-show-guidance-buf): Set
9315 current-input-method of the guidance buffer to the name of the
9316 curren input method.
9317
a1a336eb
SM
93182000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9319
9320 * progmodes/compile.el (compile-internal): Style typo.
9321
9322 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9323 quote vars and functions in the docstring.
9324
9325 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9326
9327 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9328 Don't quote lambdas.
9329
9330 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9331
9695b783
GM
93322000-05-23 Gerd Moellmann <gerd@gnu.org>
9333
716e3b88
GM
9334 * startup.el (command-line): Determine source file of compiled
9335 user init file differently. Warn if compiled user init file
9336 is older than its source file.
9337
9695b783 9338 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9339
41ac433f
EZ
93402000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9341
9342 * files.el (make-backup-file-name-1): Replace slashes with `!'
9343 rather than `|' (which is not allowed on Windows). Replace the
9344 drive letters with a string "drive_X".
9345
46600ab1
GM
93462000-05-23 Gerd Moellmann <gerd@gnu.org>
9347
9348 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9349
9350 * files.el (interpreter-mode-alist): Add `bash2'.
9351
79a64d87
DL
93522000-05-22 Dave Love <fx@gnu.org>
9353
9354 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9355 mapc.
9356 (feature-file): Avoid calling symbol-name. Doc fix.
9357 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9358 (loadhist-hook-functions): Add mouse-position-function.
9359 (unload-feature): Change uses of mapcar.
9360
9361 * files.el (parse-colon-path): Doc fix.
9362 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9363 (set-auto-mode): Use mapc.
9364
9365 * complete.el (PC-look-for-include-file): Use :alnum: character
9366 class.
9367 (partial-completion-mode): Add autoload cookie.
9368
0e8c11d8
SS
93692000-05-22 Sam Steingold <sds@gnu.org>
9370
ce75fd23 9371 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9372 `add-text-properties' (bug introduced on 2000-05-18).
9373
d8d0fa6c
DL
93742000-05-22 Dave Love <fx@gnu.org>
9375
9376 * bindings.el: Remove debug-ignored-errors set in other files.
9377
9378 * progmodes/etags.el: Add to debug-ignored-errors.
9379 (visit-tags-table-buffer): Clear out buffers holding old tables
9380 when making a new list.
9381 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9382 mapc.
9383
9384 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9385 quote keywords.
9386 (cmpl-string-case-type): Use character classes.
9387
0e8c11d8
SS
9388 * comint.el:
9389 * textmodes/ispell.el:
9390 * imenu.el:
d8d0fa6c
DL
9391 * mail/mh-e.el:
9392 * progmodes/compile.el: Add to debug-ignored-errors.
9393
9394 * dabbrev.el: Add to debug-ignored-errors.
9395 (dabbrev-completion): Use mapc.
9396
1edbbf8a
EZ
93972000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9398
9399 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9400 (woman-mapcan, woman-parse-man.conf)
9401 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9402 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9403 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9404 path syntax better.
9405 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9406 (woman-manpath): Call woman-parse-man.conf.
9407 (woman-emulation): New defcustom, defaults to nroff.
9408 (woman-font-support): New defconst.
9409 (woman-use-symbol-font): New defcustom.
9410 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9411 "Emulation".
9412 Many functions: Doc fix.
9413
5bd2148c
KH
94142000-05-22 Kenichi Handa <handa@etl.go.jp>
9415
9416 * international/quail.el (quail-simple-translation-keymap): Map
9417 128..255 to quail-self-insert-command.
9418 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9419
4125ec7e
SM
94202000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9421
a1a336eb
SM
9422 * help.el (help-manyarg-func-alist): Typo.
9423
40aeecad
SM
9424 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9425 intervals which makes it heaps simpler.
9426
4125ec7e
SM
9427 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9428 the nested comment markers.
e4da9c1c
SM
9429
9430 * subr.el (remove-hook): Don't turn the hook's value into a list.
9431
cb7216a7
DL
94322000-05-21 Dave Love <fx@gnu.org>
9433
ac266581
DL
9434 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9435 are invalid characters.
9436
cb7216a7
DL
9437 * international/mule-util.el (detect-coding-with-priority): Use
9438 mapc. Remove redundant lambda.
9439
9440 * international/mule-diag.el (list-non-iso-charset-chars)
9441 (describe-fontset): Remove redundant lambda.
9442
9443 * emulation/crisp.el (brief-mode): New alias.
9444
9445 * emacs-lisp/ring.el (ring-elements): New function.
9446
9447 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9448 (easy-menu-do-add-item): Use keywordp.
9449
9450 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9451
9452 * replace.el: Doc and error message fixes.
9453 (replace-highlight): Use facep, not internal-find-face.
9454
9b0d1d6e
SM
94552000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9456
b2d2cf58
SM
9457 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9458
ffe7dc64
SM
9459 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9460 (log-edit-insert-changelog): Drop `:' as well.
9461
9462 * log-view.el: Fix file description.
9463 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9464 available.
9465 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9466 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9467
c8c21615
SM
9468 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9469 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9470 Print a status message if the toggle is called interactively.
9471 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9472 for global minor modes and use `defcustom' for them.
9473 Use add-minor-mode.
9474 (easy-mmode-define-derived-mode): Remove.
9475 (define-derived-mode): Fancier default docstring.
9476 (easy-mmode-define-navigation): Signal an error rather than (ding).
9477
9b0d1d6e
SM
9478 * newcomment.el (comment-styles): New `box-multi'.
9479 (comment-normalize-vars): Better default for comment-continue to
9480 avoid whitespace-only continuations.
9481 (comment-search-forward): Always move even in the no-syntax case.
9482 (comment-padright): Only obey N if it's only obeyed for padleft.
9483 (comment-make-extra-lines): Better handling of empty continuations.
9484 Use `=' for the filler if comment-start has only one character.
9485 (uncomment-region): Try handling the special `=' filler.
9486 (comment-region): Allow LINES even if MULTI is nil.
9487 (comment-box): Choose box style based on comment-style.
9488
f5ee6d0f
KH
94892000-05-20 Kenichi Handa <handa@etl.go.jp>
9490
9b0d1d6e 9491 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9492 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9493
c9671f81
KH
94942000-05-20 Kenichi HANDA <handa@etl.go.jp>
9495
9496 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9497 and insert, not subst-char-in-region.
9498
9499 * international/mule-diag.el (list-character-sets-1): Handle
9500 charsets eight-bit-control and eight-bit-graphic.
9501 (list-iso-charset-chars): Likewise.
9502 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9503 charactes as is. Use indent-to to align characters.
9504
9505 * international/mule-cmds.el (find-multibyte-characters): Never
9506 exclude charsets eight-bit-control and eight-bit-graphic.
9507
1426aa5c
SM
95082000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9509
9510 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9511 Don't quote lambdas.
9512
9513 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9514
2b63d473
GM
95152000-05-19 Gerd Moellmann <gerd@gnu.org>
9516
9517 * gud.el (gud-jdb-directories): Doc fix.
9518
f1355756
SM
95192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9520
9521 * newcomment.el: New file.
9522
5f64c9e0
GM
95232000-05-19 Gerd Moellmann <gerd@gnu.org>
9524
2b63d473 9525 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9526
db7314bd
AS
95272000-05-18 Andreas Schwab <schwab@suse.de>
9528
9529 * dired.el (dired-between-files): Also skip lines beginning with
9530 `used'.
9531
25bb0401
GM
95322000-05-18 Gerd Moellmann <gerd@gnu.org>
9533
9534 * msb.el (msb-menu-cond): Add choice `user'.
9535
a199a865 95362000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9537
a199a865
GM
9538 * ps-print.el: Compatibility, customization and doc fix.
9539 (ps-printer-name-option): Replace defconst by defvar.
9540 (ps-postscript-code-directory): XEmacs compatibility.
9541 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9542 fix.
9543 (ps-user-defined-prologue, ps-print-prologue-header)
9544 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9545 compatibility and code fix.
9546 (ps-print-background-image, ps-print-background-text):
9547 Customization fix.
9548 (ps-line-number-start, ps-n-up-on): New vars.
9549
25bb0401
GM
95502000-05-18 Espen Skoglund <esk@ira.uka.de>
9551
9552 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9553 the indent-comment function to just return the appropriate indent.
9554
68e6c83a
EL
95552000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9556
9557 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9558 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9559 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9560
dae6cb9f
DL
95612000-05-18 Dave Love <fx@gnu.org>
9562
9563 * info.el (Info-fontify-node): Add intangible property as well as
9564 invisible.
9565
9566 * calendar/appt.el (appt-make-list): Match all lines of entry.
9567 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9568
813086ea
KH
95692000-05-18 Kenichi Handa <handa@etl.go.jp>
9570
9571 * international/mule-diag.el (describe-char-after): Call
9572 internal-char-font, not char-font. If internal-char-font returns
9573 nil, display "-- none --".
9574
24978190
EZ
95752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9576
9577 * image.el (image-type-available-p): Don't reference image-types
9578 if it isn't bound.
9579
2fca2d5d
SM
95802000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9581
9582 * autoarg.el (autoarg-mode): Typo in the :set argument.
9583
cfc75d05
EZ
95842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9585
9586 * startup.el (command-line-1): Don't signal an error if the
9587 directory for auto-save-list files does not yet exist.
9588
c4e30387
KH
95892000-05-17 Kenichi Handa <handa@etl.go.jp>
9590
9591 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9592
dd6b8ea7
SM
95932000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9594
9595 * subr.el (remove-hook): `setq' hook-value, not `set'.
9596
399c88ad
SS
95972000-05-16 Sam Steingold <sds@gnu.org>
9598
a199a865 9599 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9600
01651f07
DL
96012000-05-16 Dave Love <fx@gnu.org>
9602
9603 * cus-edit.el: Don't require cl or easymenu.
9604 (custom-variable-prompt): Test standard-value property, not
9605 user-variable-p.
9606
2248c40d
SS
96072000-05-16 Sam Steingold <sds@gnu.org>
9608
9609 * subr.el (add-hook): `setq' hook-value, not `set'.
9610
b15f3b77
GM
96112000-05-16 Gerd Moellmann <gerd@gnu.org>
9612
9613 * startup.el (command-line-1): Mention the FAQ in the startup
9614 message.
9615
9616 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9617
9618 * progmodes/compile.el (compilation-parse-errors): Collect
9619 `nomessage' regexps last.
9620
9621 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9622
9623 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9624 to the function name.
9625
f9bbcfac
EL
96262000-05-15 Dave Love <fx@gnu.org>
9627
9628 * speedbar.el (speedbar-recenter): Typo.
9629 (speedbar-expand-line): Make arg optional.
9630 (speedbar-mode): Avoid a compiler warning.
9631
119b42eb
GM
96322000-05-15 Gerd Moellmann <gerd@gnu.org>
9633
9634 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9635 user-specified option string is empty.
9636
9637 * mouse.el (mouse-yank-at-click): Doc fix.
9638
f685bea9
EZ
96392000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9640
9641 * term/internal.el (IT-character-translations): More updates of
9642 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9643 documents.
9644
a1b8d58b
GM
96452000-05-15 Gerd Moellmann <gerd@gnu.org>
9646
9647 * env.el (getenv): New function, interactively callable.
9648 (setenv, getenv): Remove autoload cookies.
9649
9650 * loadup.el: Load `env'.
9651
9652 * progmodes/f90.el: Change author's mail address.
9653
c9bba7ed
DL
96542000-05-14 Dave Love <fx@gnu.org>
9655
e5c83697
DL
9656 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9657 goto-addr as an option.
9658
9659 * help.el (help-xref-stack): Doc fix.
9660 (help-xref-following): New variable.
9661 (help-make-xrefs): Use it.
9662 (help-xref-go-back): Use position information from stack element.
9663 (help-follow): Make position in stack element a pair. Use
9664 help-xref-following.
399c88ad 9665
e5c83697
DL
9666 * autoarg.el: New file.
9667
9668 * faces.el: Declare more functions obsolete.
9669
c9bba7ed
DL
9670 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9671 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9672 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9673 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9674 Remove all the setup-...-environment functions.
9675
b6389bfb
EL
96762000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9677
a1b8d58b
GM
9678 * speedbar.el: Updated the commentary section. xemacs20p now uses
9679 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9680 (speedbar-easymenu-definition-base): Add toggle for images.
9681 (speedbar-easymenu-definition-special): Add flush cache & expand.
9682 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9683 (speedbar-reconfigure-keymaps-hook): New variable.
9684 (speedbar-frame-parameters): Updated documentation.
9685 (speedbar-use-imenu-flag): Updated custom tag
9686 (speedbar-dynamic-tags-function-list): New variable.
9687 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9688 (speedbar-indentation-width, speedbar-indentation-width) New
9689 variables.
9690 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9691 (speedbar-vc-indicator): Doc update.
9692 (speedbar-ignored-path-expressions): Updated default value.
9693 (speedbar-supported-extension-expressions): Updated default value.
9694 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9695 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9696 as "+". Added overlay aliases.
9697 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9698 `force-mode-line-update'.
9699 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9700 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9701 `mouse-set-point'
b6389bfb 9702 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9703 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9704 of arbitrary text, and new helper functions.
9705 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9706 filename finder.
b6389bfb
EL
9707 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9708 (speedbar-directory-buttons): Update path search/expansion.
9709 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9710 `speedbar-indentation-width'. Use more care w/ invisible
9711 properties.
b6389bfb
EL
9712 (speedbar-change-expand-button-char): Call
9713 `speedbar-insert-image-button-maybe'.
9714 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9715 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9716 (speedbar-trim-words-tag-hierarchy)
9717 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9718 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9719 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9720 functions.
b6389bfb
EL
9721 (speedbar-mouse-set-point): New function
9722 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9723 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9724 of tag prefix text.
9725 (speedbar-expand-line, speedbar-contract-line): Make more robust
9726 to strange text.
9727 (speedbar-expand-line): Takes universal argument to flush the
9728 cache.
b6389bfb
EL
9729 (speedbar-flush-expand-line): New function.
9730 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9731 Use new generator insertion method.
9732 (speedbar-fetch-dynamic-tags): New function.
9733 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9734 `speedbar-fetch-dynamic-imenu'.
9735 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9736 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9737 "Revert Buffer" menu items.
9738 (speedbar-buffer-buttons-engine): Be smarter when creating a
9739 filename tag (for expansion purposes.).
a1b8d58b
GM
9740 (speedbar-highlight-one-tag-line,
9741 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9742 (speedbar-recenter): New functions.
b6389bfb 9743 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9744 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9745 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9746 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9747 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9748 (speedbar-expand-image-button-alist): New variable.
9749 (speedbar-insert-image-button-maybe): Insert an image over some
9750 buttons.
9751
43fe9244
KH
97522000-05-13 Kenichi Handa <handa@etl.go.jp>
9753
9754 * international/mule-cmds.el (encode-coding-char): An ASCII
9755 character is always encodable.
9756
9757 * international/mule-conf.el: Add more information in descriptions
9758 of character sets.
9759
813086ea 9760 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9761 (describe-font-internal): Adjusted for the change of font-info.
9762 (describe-font): Likewise.
9763 (print-fontset): Rewritten for the new fontset implementation.
9764 (describe-fontset): Include fontset alias names in completion.
9765 (list-fontsets): Adjusted for the change of print-fontset.
9766
9767 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9768 describe-char-after instead of displaying the detail in the echo
9769 area.
813086ea
KH
9770 (syntax-code-table): Format changed.
9771 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9772
e8564f57
SM
97732000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9774
9775 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9776
9278c60d
DL
97772000-05-12 Dave Love <fx@gnu.org>
9778
9779 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9780 dependence. Use line-{beginning,end}-position, not
9781 point-at{b,e}ol. Some doc fixes.
9782 (todo-position): New function. Fix callers of position to use it.
9783 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9784
be0505fe
GM
97852000-05-12 Gerd Moellmann <gerd@gnu.org>
9786
9787 * time.el (display-time-mail-icon): Use `:ascent center'.
9788
a8a3541c
GM
9789 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9790 handling FTP security extensions.
399c88ad 9791
44d5f148
DL
97922000-05-11 Dave Love <fx@gnu.org>
9793
33d0c179 9794 * calendar/todo-mode.el: New file.
44d5f148 9795
da4496b6
GM
97962000-05-11 Gerd Moellmann <gerd@gnu.org>
9797
cdc4401d
GM
9798 * comint.el (comint-read-input-ring): Move reference to
9799 comint-input-ring-size outside of the save-excursion. It was
9800 causing the default value to be the only one ever seen.
399c88ad 9801
0279f991
GM
9802 * font-lock.el: Update copyright. Remove Simon Marshall's email
9803 address on request from him.
9804
da4496b6
GM
9805 * subr.el (substitute-key-definition): Add comment describing
9806 the meaning of PREFIX.
9807
ac5cb26d
SM
98082000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9809
9810 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9811
9812 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9813 (add-minor-mode): Don't make the variable buffer-local and add a
9814 reference to define-minor-mode in the docstring.
9815
9816 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9817 HEADER/FOOTER and fix bug with trailing empty directory.
9818 (cvs-append-to-ignore): Use vc-editable-p if available.
9819 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9820 (vc-do-command): Tweak advice to handle the new VC.
9821
9822 * log-view.el (log-view-goto-rev): New function for the new VC.
9823 (log-view-minor-wrap): Use mark-active.
9824
9825 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9826 (log-edit-changelog-full-paragraphs): New var.
9827 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9828 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9829 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9830 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9831 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9832 Replace the `cvs' prefix with `log-edit'.
9833
9834 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9835
9836 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9837 (diff-font-lock-defaults): Explicitly turn off multiline.
9838 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9839 (diff-ediff-patch): Fix call to ediff-patch-file.
9840 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9841 Handle comments.
9842
9843 * frame.el (automatic-hscrolling): Typo.
9844
9845 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9846
21c34da3
DL
98472000-05-09 Sam Steingold <sds@goems.com>
9848
9849 * apropos.el (apropos-print): use `describe-face' instead of
9850 `customize-face-other-window'.
9851
950cf06f
DL
98522000-05-09 Dave Love <fx@gnu.org>
9853
9854 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9855
9856 * help.el (describe-variable): Have customize button pop the
9857 help-xref stack when invoked.
9858 (help-xref-symbol-regexp): Add `face'.
9859 (help-make-xrefs): Check for quoted face names and adapt regexp
9860 submatch numbers to cope.
9861 (help-xref-interned): Maybe insert face doc too. Separate
9862 sections with a line of hyphens.
9863
0623e40f 9864 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9865 (describe-face): Add customize button. Return the help
9866 text. Fix prompt.
9867
82e2ca9d
EZ
98682000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9869
9870 * term/internal.el (IT-character-translations): Fix last change.
9871
10c00b5c
EZ
98722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9873
9874 * woman.el: New file
9875 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9876
9deed82f
EZ
98772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9878
001ad319
EZ
9879 * term/internal.el (IT-character-translations): Update ASCII
9880 simulations for greek-iso8859-7, add latin-iso8859-14 and
9881 latin-iso8859-15.
9882
9deed82f
EZ
9883 * international/mule-cmds.el (set-language-info-alist): Call
9884 define-prefix-command with 3 arguments, to make the map suitable
9885 for a menu.
9886
4f37b78a
DL
98872000-05-07 Dave Love <fx@gnu.org>
9888
1ec321a7 9889 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9890
64a4c526
DL
98912000-05-05 Dave Love <fx@gnu.org>
9892
9893 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9894 list in doc string. Don't quote keyword symbols.
9895 * emacs-lisp/cl.el: Likewise
9896 * emacs-lisp/cl-seq.el: Likewise
9897
056565f7
GM
98982000-05-05 Gerd Moellmann <gerd@gnu.org>
9899
9900 * abbrev.el (abbrev-mode): Make ARG optional.
9901
4656b314
GM
99022000-05-04 Gerd Moellmann <gerd@gnu.org>
9903
ec82fb2f
GM
9904 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9905
9906 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9907
4656b314
GM
9908 * subr.el (substitute-key-definition): Clarify documentation.
9909
99102000-05-04 Milan Zamazal <pdm@freesoft.cz>
9911
9912 * glasses.el (glasses-convert-to-unreadable): Use
9913 `glasses-separator' instead of the hard-wired "_".
9914 (glasses-mode): Call `glasses-make-unreadable' only in a single
9915 place.
9916
7b081c78
EZ
99172000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * term/internal.el (cjk-codepages-alist): Add associations for
9920 Chinese and Korean codepages. Remove FIXME comment.
9921
baa5536e
DL
99222000-05-03 Dave Love <fx@gnu.org>
9923
9924 * time.el (display-time-mail-face, display-time-use-mail-icon):
9925 New option.
9926 (display-time-mail-icon): New variable.
9927 (display-time-string-forms): Use the above. Fix the local-map.
9928
cbf18892
GM
99292000-05-03 Gerd Moellmann <gerd@gnu.org>
9930
4ff40dd0
GM
9931 * replace.el (query-replace-map): Add binding for `E'.
9932 (query-replace-help): Extend help text.
9933 (perform-replace): Allow editing the replacement string.
9934
9935 * make-mode.el (makefile-mode-abbrev-table): New variable.
9936 (makefile-mode): Set local abbrev table to
9937 makefile-mode-abbrev-table.
9938 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9939
cbf18892
GM
9940 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9941 set TOGGLE's value.
9942
4ff40dd0
GM
9943 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9944 mail-interactive-insert-alias.
9945 (mail-abbrev-complete-alias): New command.
9946 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9947
ffec4d9f
KH
99482000-05-03 Kenichi Handa <handa@etl.go.jp>
9949
9950 * language/lao-util.el (lao-compose-region): New function.
9951
1b0672c3
GM
99522000-05-02 Gerd Moellmann <gerd@gnu.org>
9953
576da55d
GM
9954 * files.el (recover-session): Make directories as necessary
9955 if they don't exist yet.
9956
399c88ad
SS
9957 * calendar/cal-french.el
9958 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9959 (french-calendar-special-days-array): Change French text.
9960 (calendar-french-date-string): Change output.
9961 (calendar-goto-french-date): Likewise.
9962
99632000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9964
9965 * wid-edit.el (widget-default-active): Obey `:always-active'.
9966 (widget-documentation-string-value-create): Set `:always-active'.
9967
4b33deaa
EZ
99682000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9969
9970 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9971 default prefix to `~/_emacs.d/auto-save.list/_s'.
9972 (normal-top-level): Create the directory for auto-save files, if
9973 it doesn't already exist (in the ms-dos case only).
9974
5c922ea7
EZ
99752000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9976
9977 * international/mule-cmds.el (set-language-environment): Don't
9978 concat an integer (dos-codepage), use format instead.
9979
820ad5e7
DL
99802000-05-02 Dave Love <fx@gnu.org>
9981
9982 * help.el (help-xref-on-pp): Check for constant symbols.
9983
57cb56f5
GM
99842000-04-29 Gerd Moellmann <gerd@gnu.org>
9985
9986 * startup.el (normal-top-level): Put a condition-case around
9987 the code loading subdirs.el.
9988
99892000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9990
57cb56f5
GM
9991 * ps-print.el: Upside-down and face background color printing,
9992 line number step, doc fix.
9993 (ps-print-version): New version number (5.2).
9994 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9995 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9996 (ps-spool-config): Var fix.
9997 (ps-printer-name-option): Const fix.
9998 (ps-print-upside-down, ps-use-face-background)
9999 (ps-line-number-step): New vars.
10000 (ps-window-system, ps-lp-system): New consts.
10001 (ps-face-background): New fun.
10002
084cec2f
GM
100032000-04-28 Richard Stallman <rms@gnu.org>
10004
10005 * files.el (make-auto-save-file-name):
10006 Apply auto-save-file-name-transforms to visited file name
10007 before generating auto save file name.
10008 (auto-save-file-name-transforms): New variable.
10009
399c88ad 10010 * files.el (backup-enable-predicate):
084cec2f
GM
10011 Correctly test for a file under a temporary directory.
10012
c94f4677
GM
100132000-04-28 Gerd Moellmann <gerd@gnu.org>
10014
10015 * subr.el (add-minor-mode): Rewritten.
10016
7b211df5
KH
100172000-04-28 Kenichi Handa <handa@etl.go.jp>
10018
10019 * mail/sendmail.el (sendmail-send-it): Set
10020 buffer-file-coding-system to the selected coding system for MIME
10021 header.
10022
c76e04a8 100232000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10024
c76e04a8
GM
10025 * dired.el (dired-move-to-filename-regexp): Allow format where
10026 YYYY is followed by two spaces.
e3e36d74 10027
c76e04a8
GM
10028 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10029 in the second character class of the regexp.
10030
10031 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10032 mh-etc, too.
353964e3 10033
c76e04a8
GM
10034 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10035 nil.
399c88ad 10036
353964e3
GM
10037 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10038
10039 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10040 argument.
10041
c76e04a8 100422000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10043
c76e04a8
GM
10044 * emacs-lisp/crm.el (crm-completion-table): New variable.
10045 (crm-collection-fn, crm-test-completion)
10046 (completing-read-multiple): Use it.
10047
100482000-04-27 Dave Love <fx@gnu.org>
10049
10050 * help.el (locate-library): Use mapc.
10051 (help-manyarg-func-alist): Add call-process-region.
10052
7464346d
GM
100532000-04-26 Gerd Moellmann <gerd@gnu.org>
10054
b35bd33d
GM
10055 * subr.el (add-minor-mode): Make argument MAP optional.
10056
7464346d
GM
10057 * desktop.el (desktop-save): Save list of minor modes.
10058 (desktop-create-buffer): Restore minor modes.
10059 (desktop-minor-mode-table): New user-option.
10060
10061 * subr.el (add-minor-mode): New function.
10062
10063 * image.el (find-image): New function.
10064 (defimage): Rewritten to find image at load time.
10065
10066 * startup.el (normal-top-level-add-to-load-path): Handle
10067 case that the default directory is not in load-path.
10068
10069 * help.el: Old patch from Stefan Monnier.
10070 (help-xref-on-pp): New function.
10071 (describe-variable): Use it to display xrefs in a symbol's value.
10072
23c0fb21
SM
100732000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10074
10075 * cus-edit.el (custom-face): Fix parenthesis.
10076
fad95037
KH
100772000-04-26 Kenichi Handa <handa@etl.go.jp>
10078
f03392a1
KH
10079 * mail/rmail.el (rmail-expunge): When there are no deleted
10080 messages, do nothing.
fad95037 10081
0d7c5bb9
DL
100822000-04-26 Dave Love <fx@gnu.org>
10083
10084 * international/mule-cmds.el (locale-translation-file-name):
10085 Defvar to nil.
10086 (set-locale-environment): Set it here (at runtime).
10087
612839b6
GM
100882000-04-25 Gerd Moellmann <gerd@gnu.org>
10089
10090 * replace.el (perform-replace): Add parameters START and END. Use
10091 them instead of the check for a region in Transient Mark mode.
10092 (query-replace-read-args): Return two more list elements for the
10093 start and end of the region in Transient Mark mode.
10094 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10095 (map-query-replace-regexp, replace-string, replace-regexp): Add
10096 optional last arguments START and END and pass them to
10097 perform-replace.
10098
10099 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10100 form with additional arguments for perform-replace.
10101
10102 * progmodes/etags.el (tags-query-replace): Add parameters START
10103 and END. Construct a form with additional arguments for
10104 perform-replace.
10105
10106 * simple.el (shell-command): Set default directory for "*Shell
10107 Command Output" buffer.
10108
10109 * language/european.el (iso-latin-4): Fix typo.
10110
10111 * emacs-lisp/crm.el: New file.
10112
2917cc05
DL
101132000-04-24 Dave Love <fx@gnu.org>
10114
10115 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10116 (Custom-reset-saved, Custom-reset-standard)
10117 (custom-group-value-create, custom-group-set, custom-group-save)
10118 (custom-group-reset-current, custom-group-reset-saved)
10119 (custom-group-reset-standard): Use mapc.
10120 (custom-buffer-create-internal): Disable undo when creating items.
10121 Use mapc.
10122 (custom-face): Avoid redundant lambda.
10123
abfcc168
GM
101242000-04-24 Gerd Moellmann <gerd@gnu.org>
10125
10126 * startup.el (auto-save-list-file-prefix): Set default to
10127 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10128
fa78f71b
SS
101292000-04-24 Sam Steingold <sds@gnu.org>
10130
10131 * time-stamp.el (time-stamp-string-preprocess): Always convert
10132 `field-result' to a string.
10133
cc181e95
GM
101342000-04-24 Gerd Moellmann <gerd@gnu.org>
10135
10136 * frame.el (scrolling): New group.
10137 (automatic-hscrolling): New user-option.
10138
10139 * startup.el (command-line-x-option-alist): Add `-lsp' and
10140 `--line-spacing'.
10141
6142fdcb
DL
101422000-04-19 Dave Love <fx@gnu.org>
10143
10144 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10145 (cl-mapc): Rename from mapc. Fix the funcall.
10146
5e3dac3f
GM
101472000-04-19 Gerd Moellmann <gerd@gnu.org>
10148
1c459486
GM
10149 * simple.el (clone-indirect-buffer-other-window): New command.
10150 (clone-indirect-buffer): Add optional arg NORECROD.
10151 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10152
271b4185
GM
10153 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10154
10155 * window.el (count-screen-lines): New function.
10156 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10157 instead of window-buffer-height.
10158
10159 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10160 non-existing variable comint-input-sentinel.
10161 (inferior-lisp-args-to-list): Removed.
10162 (inferior-lisp): Use split-string instead of
10163 inferior-lisp-args-to-list.
10164
10165 * hexl.el (hexl-insert-hex-string): New command.
10166
5e3dac3f
GM
10167 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10168 instead of concat.
10169
f6d3257b
GM
101702000-04-18 Gerd Moellmann <gerd@gnu.org>
10171
10172 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10173 at the start of an existing but empty folder.
10174
101752000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10176
10177 * ps-mule.el: Customization fix, doc fix.
10178 (ps-multibyte-buffer): Customization fix.
10179
8b7bc628 101802000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10181
10182 * subr.el (read-passwd): Use read-char-exclusive.
10183
0daee095
GM
101842000-04-17 Gerd Moellmann <gerd@gnu.org>
10185
10186 * textmodes/texinfo.el (texinfo-insert-@email)
10187 (texinfo-insert-@emph, texinfo-insert-@quotation)
10188 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10189 (texinfo-mode-map): Add key bindings for them.
10190
10191 * files.el (basic-save-buffer-2): Use a template with `$'
10192 instead of `#' for VMS.
10193
10194 * simple.el (clone-indirect-buffer): New function.
10195
e10f64e7
GM
101962000-04-16 Stephen Eglen <stephen@gnu.org>
10197
10198 * iswitchb.el (iswitchb-case): New function. If the user input
10199 contains any upper-case characters, the search is made
10200 case-sensitive.
10201
e3721db1
SM
102022000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10203
e10f64e7
GM
10204 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10205 comment-end.
e3721db1
SM
10206 (texinfo-font-lock-syntactic-keywords): New var.
10207 (texinfo-font-lock-keywords): Remove comment regexp.
10208 (texinfo-insert-block): New function.
10209 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10210 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10211 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10212 (texinfo-environments): New var.
e10f64e7
GM
10213 (texinfo-environment-regexp): Use regexp-opt and
10214 texinfo-environments.
e3721db1 10215
e10f64e7
GM
10216 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10217 ispell-process is bound since this might be eval'd before ispell
10218 is loaded.
10219 (ispell-message): Use a tiny bit less magic and a bit more hard
10220 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10221
10222 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10223
10224 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10225 (insert-cyclic-diary-entry): Unquote the lambda.
10226
10227 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10228
10229 * files.el (backup-enable-predicate): Unquote the lambda.
10230
10231 * cus-edit.el (custom-face, face): Unquote the lambda.
10232
712dc9e0
GM
102332000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10234
10235 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10236
712dc9e0
GM
10237 * ps-print.el: Fix counting lines in a region.
10238 (ps-print-version): New version number (5.1.5).
10239 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10240 (ps-printing-region): Fun code fix.
10241
ffc50f2a
GM
102422000-04-15 Gerd Moellmann <gerd@gnu.org>
10243
10244 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10245 to file-directory-p.
10246
a2522dca
GM
102472000-04-14 Gerd Moellmann <gerd@gnu.org>
10248
10249 * gud.el (gud-jdb-build-source-files-list): Check that directory
10250 exists before calling directory-files.
10251
6e883610
DL
102522000-04-13 Dave Love <fx@gnu.org>
10253
10254 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10255 syntax.
10256
10257 * emacs-lisp/cl-specs.el: Remove when, unless.
10258
10259 * emacs-lisp/cl-extra.el: Don't quote keywords.
10260 (cl-old-mapc): New variable.
10261 (mapc): Use it.
10262 (cl-map-intervals): Use with-current-buffer. Don't check for
10263 next-property-change.
10264 (cl-map-overlays): Use with-current-buffer.
10265 (cl-expt): Remove.
10266 (copy-tree, remprop): Define unconditionally.
10267
10268 * emacs-lisp/cl-compat.el (keywordp): Remove.
10269
10270 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10271 to use keywordp.
10272 (edebug-spec): Enable keywordp.
10273
10274 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10275 string-lessp.
10276
10277 * cus-start.el: Use keywordp.
10278
198e3c7a
GM
102792000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10280
10281 * diary-lib.el (include-other-diary-files): Fix the fix of
10282 2000-02-18 by doing a save-excursion.
10283
102842000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10285
10286 * ps-print.el: Customization fix, doc fix.
10287 (ps-print-version): New version number (5.1.4).
10288 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10289 (ps-print-preprint): Adjust code.
10290 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10291 (ps-print-prologue-header, ps-print-control-characters)
10292 (ps-spool-config): Customization fix.
fa78f71b 10293
8eba343c
EZ
102942000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10295
10296 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10297 converted to the new menu-item format, names silightly changed,
10298 help strings added.
10299
10300 Support for spelling without async subprocesses:
10301
10302 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10303 (ispell-session-buffer): New variables.
10304 (ispell-start-process, ispell-process-status,
10305 ispell-accept-output, ispell-send-string): New functions, for
10306 Ispell invocation when async subprocesses aren't supported.
10307 (ispell-word, ispell-pdict-save, ispell-command-loop,
10308 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10309 to process-send-string with calls to ispell-send-string, and
10310 accept-process-output with ispell-accept-output.
10311 (ispell-init-process): Call ispell-process-status instead of
10312 process-status with.
10313 (ispell-init-process): Call ispell-start-process. Call
10314 ispell-accept-output and ispell-send-string. Don't call
10315 process-kill-without-query and kill-process if they are unbound.
10316 (ispell-async-processp): New function.
10317
3d30065d
DL
103182000-04-12 Dave Love <fx@gnu.org>
10319
10320 * info.el: Add debug-ignored-errors.
10321 (Info-mode-menu): Add some items.
10322 (Info-directory): Add autoload cookie.
10323
10324 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10325 Modify `truncate-lines'. Make `describe-language-environment'
10326 always visible and add help. Modify `describe-key' help. Invoke
10327 Info-directory from `info'. New entry `emacs-manual'.
10328
1a1b1895
GM
103292000-04-10 Gerd Moellmann <gerd@gnu.org>
10330
8b2affc5
GM
10331 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10332 propertized-buffer-identification.
10333 (ebrowse-update-member-buffer-mode-line): Likewise.
10334 (ebrowse--mode-strings): Removed.
10335 (ebrowse--mode-line-props): Removed.
10336
1a1b1895
GM
10337 * files.el (auto-mode-alist): Add `EBROWSE'.
10338
10339 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10340 space before testing for end of buffer.
10341 (ebrowse-load): Removed.
10342 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10343 (ebrowse-create-tree-buffer): Rewritten.
10344 (ebrowse-tree-mode): Read tree from buffer.
10345
10346 * progmodes/ebrowse-ffh.el: Removed.
10347
223f3c91
KH
103482000-04-10 Kenichi Handa <handa@etl.go.jp>
10349
10350 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10351
25fbf2c4
GM
103522000-04-10 Gerd Moellmann <gerd@gnu.org>
10353
10354 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10355 at the wrong place.
10356
92c13173
DL
103572000-04-09 Dave Love <fx@gnu.org>
10358
10359 * files.el (backup-enable-predicate): Use
10360 temporary-file-directory, small-temporary-file-directory.
10361 (make-backup-file-name-function, backup-directory-alist): New
10362 variables.
10363 (make-backup-file-name-1): New function.
10364 (make-backup-file-name): Use it.
10365 (find-backup-file-name): Likewise. Use format for clarity, not
10366 concat.
10367 (file-newest-backup): Use make-backup-file-name.
10368
be0dbdab
GM
103692000-04-09 Gerd Moellmann <gerd@gnu.org>
10370
c45be9ac 10371 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10372
c45be9ac
GM
10373 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10374 to ebrowse-ffh.el.
10375 (ebrowse-load): Add autoload.
10376
10377 * finder.el (finder-commentary): Add autoload cookie.
10378
be0dbdab
GM
10379 * mail/rfc2368.el: Correct author's email address.
10380
10381 * progmodes/ebrowse.el: New file.
10382
10383 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10384 item help string.
10385 (easy-menu-do-add-item): Ditto.
10386 (easy-menu-define): Extend doc string.
10387
10388 * jit-lock.el (with-buffer-unmodified): Use
10389 restore-buffer-modified-p.
10390 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10391 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10392 with-buffer-unmodified.
10393
3f923efe
DL
103942000-04-08 Dave Love <fx@gnu.org>
10395
10396 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10397 unless, when.
10398
d35bee0e
MK
103992000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10400
10401 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10402 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10403 doesn't support face.
d35bee0e 10404 Use `viper-put-on-search-overlay'.
fa78f71b 10405
c407c570
GM
104062000-04-04 Gerd Moellmann <gerd@gnu.org>
10407
10408 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10409 like C-r.
10410
10411 * progmodes/make-mode.el: Some doc fixes.
10412 (makefile-mode-abbrev-table): New variable.
10413 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10414 (makefile-font-lock-keywords): Fontify includes and conditionals.
10415 (toplevel): Require `dabbrev' and `add-log' when compiling.
10416
10417 * replace.el (perform-replace): Don't move forward one char
10418 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10419 to do that because it leaves point 1 position after the last
10420 replacement, after everything has been replaced.
10421
10422 * jit-lock.el (with-buffer-unmodified): New macro.
10423 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10424 modified state.
10425 (jit-lock-function-1): Extracted from jit-lock-function; not
10426 preserving buffer's modified state.
10427 (jit-lock-function, jit-lock-stealth-fontify): Call
10428 jit-lock-function-1.
10429
10430 * mail/rfc2368.el: Remove supernumerary copyright line.
10431
685e5ed2
GM
104322000-04-04 Milan Zamazal <pdm@freesoft.cz>
10433
10434 * glasses.el: Provide facilities for inserting space before left
10435 parentheses and uncapitalization of identifiers.
10436 (glasses-mode): Try to remove old overlays in all cases.
10437
0166aed1
GM
104382000-04-03 Gerd Moellmann <gerd@gnu.org>
10439
62f20204
GM
10440 * progmodes/compile.el (compile-internal): Display the compilation
10441 buffer in a different frame, if it's already displayed there.
10442
6460c400
GM
10443 * mail/rfc2368.el: New file.
10444
c0510d27
GM
10445 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10446 header and insert its value as mail body.
10447
10448 * subr.el (member-ignore-case): New function.
10449
10450 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10451 (dabbrev--find-expansion): Ignore buffers matching a regexp
10452 from dabbrev-ignored-regexps.
10453
0166aed1
GM
10454 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10455 to extensions handled by gzip.
10456
c0510d27
GM
104572000-04-03 Richard M. Stallman <rms@gnu.org>
10458
10459 * files.el (insert-directory): List the total free space
10460 along with the used space.
fa78f71b 10461
c0510d27
GM
10462 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10463 line is followed by one that matches CITATION-REGEXP, end the
10464 paragraph.
10465
104662000-04-03 Markus Rost <rost@delysid.gnu.org>
10467
10468 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10469 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10470
14c04384
KH
104712000-04-03 Kenichi Handa <handa@etl.go.jp>
10472
10473 * international/mule-cmds.el (encoded-string-description):
10474 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10475 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10476 for hexadecimal format.
14c04384 10477
ccf5869a
DL
104782000-04-01 Dave Love <fx@gnu.org>
10479
10480 * cpp.el: Change customization group to `c' from `C'.
10481
10482 * vcursor.el (vcursor-move): Use display-color-p.
10483
10484 * international/mule-util.el: Provide mule-utils.
10485 (string-to-sequence): Simplify and speed up.
10486
10487 * international/mule.el (make-coding-system): Purecopy doc-string.
10488
10489 * international/mule-cmds.el: Various menu changes.
10490 (describe-specified-language-support): Handle `Default'.
10491 (set-language-info): Purecopy `info'.
10492
610d841e
GM
104932000-03-31 Andrew Innes <andrewi@gnu.org>
10494
10495 * vc.el (vc-backend-diff): Return the correct status if we had to
10496 retry the rcsdiff command without the --brief option.
fa78f71b 10497
7f9de034
DL
104982000-03-31 Dave Love <fx@gnu.org>
10499
2de47765
DL
10500 * help.el (help-manyarg-func-alist): Correct several omissions.
10501
72838819
DL
10502 * add-log.el: Don't require cl, fortran.
10503 (add-log-current-defun-function): Doc fix.
10504 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10505 fix.
10506 (change-log-version-rcs): Function deleted.
10507 (change-log-version-number-search): Doc fix. Use
10508 vc-workfile-version. Avoid CL dolist.
10509 (add-change-log-entry): Just call add-log-current-defun to get
10510 defun. Simplify somewhat.
10511 (change-log-get-method-definition-1): Likewise.
10512 (add-log-current-defun): Return nil if calling
10513 add-log-current-defun-function does so. Move Fortran stuff to
10514 fortran.el. Return string without properties.
10515
7f9de034
DL
10516 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10517 and :alpha: char classes.
10518
10519 * mail/supercite.el: Defvar curline when compiling.
10520 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10521 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10522 rather than a-zA-Z0-9 to allow non-ASCII characters.
10523
aa110c0c
GM
105242000-03-31 Gerd Moellmann <gerd@gnu.org>
10525
10526 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10527
10528 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10529 Re-enable new code.
10530
10531 * lpr.el (print-region-1): Use -d to specify printer name for
10532 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10533
105342000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10535
aa110c0c
GM
10536 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10537 for function definition in symbol's function value slot first
10538 instead of first consulting byte-compile-function-environment.
fa78f71b 10539
6733d074
KH
105402000-03-31 Kenichi Handa <handa@etl.go.jp>
10541
10542 * language/european.el ("Polish"): New language environment.
10543 (setup-polish-environment): New function.
10544
63fcfa04
GM
105452000-03-30 Gerd Moellmann <gerd@gnu.org>
10546
10547 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10548 Disable new code.
10549
10550 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10551 trying to `load' the symbol of an autoload instead of the file
10552 recorded in the autoload. Fix error messages.
10553
7438c86b
GM
105542000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10555
10556 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10557 (ps-print-version): New version number (5.1.3).
10558 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10559 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10560 (ps-generate-postscript-with-faces): Code fix.
10561 (ps-color-values): XEmacs compatibility.
10562 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10563 (ps-default-fg, ps-default-bg): Adjust customization.
10564 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10565 (ps-color-scale): Renaming old ps-color-value fun.
10566 (ps-print-headers): Replace ps-print-header group to avoid conflict
10567 with ps-print-header variable.
10568 (ps-print-miscellany): New group.
10569 (ps-format-color, ps-rgb-color): New funs.
10570 (ps-default-foreground): New var.
10571 (ps-printer-name-option): New const.
fa78f71b 10572
326855a0
PB
105732000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10574
1f56ba73
PB
10575 * net/net-utils.el:
10576 (network-connection-host, network-connection-service): New variables
10577 (network-connection-mode): New mode, derived from comint-mode
10578 (network-connection-mode-setup): New function, saves host and
fa78f71b 10579 service information in local variables.
1f56ba73 10580
326855a0
PB
10581 * lisp/locate.el:
10582 (locate-word-at-point): Added this function
10583 (locate): Default to using locate-word-at-point as input
10584 Run dired-mode-hook
10585
141384bd
DL
105862000-03-29 Dave Love <fx@gnu.org>
10587
10588 * calendar/appt.el: Doc fixes.
10589 (appt-check): Convert min-to-app to a string before passing to
10590 appt-disp-window-function or concat.
10591 (appt-delete-window): Remove test for frame-root-window.
10592 (appt-select-lowest-window, appt-convert-time): Simplify.
10593
10594 * emacs-lisp/bytecomp.el: Doc fixes.
10595 (byte-compile-file-form-autoload): Update
10596 byte-compile-function-environment.
10597
c5aa0fc2
AS
105982000-03-29 Andreas Schwab <schwab@suse.de>
10599
10600 * emacs-lisp/autoload.el: Also print defsubst doc string
10601 specially.
10602
10603 * dired.el (dired-insert-directory): If dired-free-space-program
10604 failed just delete its output.
10605
f1d6fe69
DL
106062000-03-29 Dave Love <fx@gnu.org>
10607
10608 * international/iso-cvt.el: Move provide to end. Doc fixes.
10609 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10610 (iso-iso2sgml, iso-sgml2iso): New functions.
10611 (iso-cvt-define-menu): Fix some entries and use backquote for
10612 clarity.
10613
10614 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10615
b61f1215
GM
106162000-03-28 Gerd Moellmann <gerd@gnu.org>
10617
10618 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10619 ISO-DATE. If non-nil, return date in ISO 8601 format.
10620
ea4b0ca3
SM
106212000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10622
3831af62
SM
10623 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10624 if it ever becomes used.
10625 (log-edit-mode-hook): Default to vc-log-mode-hook.
10626 (log-edit-mode): Fix the docstring.
10627
ea4b0ca3
SM
10628 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10629 the code.
10630
08f8b1cc
DL
106312000-03-26 Dave Love <fx@gnu.org>
10632
082527fe
DL
10633 * net/browse-url.el (browse-url): Re-fix case of
10634 browse-url-browser-function being an alist.
10635 (browse-url): Add :link to defgroup.
10636
08f8b1cc
DL
10637 * files.el: Doc fixes.
10638 (file-truename): Include `[' in wildcard characters.
10639 (automount-dir-prefix): Customize.
10640 (find-file-wildcards): Add :version.
10641 (find-file-noselect): Simplify a mapcar call.
10642
10643 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10644 compatible with inf-lisp version.
10645 (eval-defun-1): Fix custom-declare-variable case.
10646
ea4b0ca3
SM
106472000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10648
10649 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10650
9a0dd3dc
GM
106512000-03-24 Gerd Moellmann <gerd@gnu.org>
10652
b68c375f
GM
10653 * Makefile (COMPILE_FIRST): New macro.
10654 (compile-files): Compile files from COMPILE_FIRST first.
10655
10656 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10657 code.
10658
9a0dd3dc
GM
10659 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10660 matching open parenthesis in column 0 to defun-prompt-regexp
10661 only if open-paren-in-column-0-is-defun-start is set.
10662
10663 * sun-curs.el: Require CL at compile-time only.
10664
10665 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10666 instead of copy-list which is a function from CL.
10667 (msb--choose-menu, msb--mode-menu-cond)
10668 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10669 (msb--init-file-alist): Use mapcar instead of mapcan.
10670 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10671 `(' in column 0 in doc string.
10672 (msb--add-separators): Use mapcar instead of mapcan.
10673
10674 * cus-dep.el: Require CL at compile-time only.
10675
c7dcadb5
SM
106762000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10677
10678 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10679 (byte-compile-warnings): New warning `noruntime'.
10680 (byte-compile-constants, byte-compile-variables): Fix docstring.
10681 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10682 execute `eval-whenc-compile's body.
10683 (byte-compile-unresolved-functions): Fix docstring.
10684 (byte-compile-eval): New function.
10685 (byte-compile-callargs-warn): Check if the function will be available
10686 at runtime (via property `byte-compile-noruntime').
10687 (byte-compile-print-syms): New function.
10688 (byte-compile-warn-about-unresolved-functions): Also warn about
10689 `noruntime' functions (and use `byte-compile-print-syms').
10690 (byte-compile-file): Capitalize the message.
10691
3b55acc9
GM
106922000-03-24 Gerd Moellmann <gerd@gnu.org>
10693
10694 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10695 (rmail-expunge): Ask for confirmation depending on the setting
10696 of rmail-confirm-expunge.
10697
106982000-03-23 Gerd Moellmann <gerd@gnu.org>
10699
10700 * Makefile (bootstrap-clean): If $(emacs) exists, build
10701 loaddefs.el first. A loaddefs.el that's not up-to-date might
10702 cause a bootstrap failure because things don't autoload as
10703 expected.
10704
02c76af4
DL
107052000-03-23 Dave Love <fx@gnu.org>
10706
10707 * net/browse-url.el: Restore previous use of
10708 browse-url-maybe-new-window.
10709
1a3199d9
GM
107102000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10711
10712 * ps-print.el: Skip banner page fix.
10713 (ps-print-version): New version number (5.1.2).
10714 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10715
1a3199d9
GM
107162000-03-23 Dave Pearson <davep@davep.org>
10717
10718 * net/quickurl.el Changed the type of parameter passed to the
10719 function defined by `quickurl-format-function'. Before only the
10720 text of the URL was passed. Now the whole URL structure is passed
10721 and the function is responsible for extracting the parts it
10722 requires. Changed the default of `quickurl-format-function'
10723 accordingly.
10724 (quickurl-insert): Changed the `funcall' of
10725 `quickurl-format-function' to match the above change.
10726 (quickurl-list-insert): Changed the `url' case so that it makes
10727 use of `quickurl-format-function', previous to this the format was
10728 hard wired.
fa78f71b 10729
72db3ab5
GM
107302000-03-22 Gerd Moellmann <gerd@gnu.org>
10731
10732 * startup.el: Change some spellings for the X Window System.
10733
68049bfa
SM
107342000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10735
10736 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10737 up the code and the regexp and make sure the cursor is temporarily
10738 moved to the suspicious line while querying the user.
10739
ff4df011
JR
107402000-03-22 Jason Rumney <jasonr@gnu.org>
10741
10742 * w32-fns.el (w32-charset-info-alist): Initialize.
10743
ee1c5b21
GM
107442000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10745
10746 * ps-print.el: N-up last page fix.
10747 (ps-print-version): New version number (5.1.1).
10748 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10749
d2cbfba0
SM
107502000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10751
bfb857d8
SM
10752 * files.el (find-file-run-dired): Update docstring.
10753 (find-directory-functions): New hook.
10754 (find-file-noselect): Run find-directory-functions rather than
10755 calling dired directly.
10756
10757 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10758
cb3430a1
SM
10759 * pcvs.el: Add a minimal leading commentary.
10760 (cvs-make-cvs-buffer): Change the header part by removing the startup
10761 message and adding a `Module' entry. Also replace the FOOTER and
10762 HEADER special fileinfos with the new support in ewoc for updating
10763 its own footer and header.
10764 (cvs-update-header): Update to use the header/footer of the ewoc.
10765 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10766 (cvs-is-within-p): New function.
10767 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10768 to only examine some subset of the buffers.
10769
10770 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10771 `format' instead of our own ad-hoc functions.
10772 Remove HEADER and FOOTER cases, now handled in the EWOC.
10773 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10774
10775 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10776 output to avoid scaring the user.
10777 (cvs-parse-table): Catch message for non-up-to-date commits.
10778
10779 * pcvs-defs.el (cvs-startup-message): Remove.
10780 (cvs-global-menu): New autoloaded menu.
10781
10782 * pcvs-util.el (cvs-string-fill): Remove.
10783
10784 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10785 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10786 PP part of it and also make it work for footers and headers.
10787 (ewoc-create): Drop POS and BUFFER arguments.
10788 Use the DLL's dummy node to store the end-of-footer position.
10789 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10790 (ewoc-refresh): Remove unused `header' variable.
10791 (ewoc-(get|set)-hf): New functions.
10792
d2cbfba0
SM
10793 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10794 log-view-*-(message|file) and use easy-mmode-define-navigation.
10795 (log-view-message-re): Match SCCS format as well.
10796 And match the revision line rather than the dashed separator line.
10797 (log-view-mode): Use the new define-derived-mode.
10798 (log-view-current-tag): Fill in with an actual implementation.
10799
10800 * cvs-status.el (cvs-status-(prev|next)): Rename from
10801 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10802 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10803 to let the output "breathe" a little more (more readable).
10804 (cvs-status-mode): Use the new define-derived-mode.
10805
10806 * smerge-mode.el (smerge-auto-leave): New function and variable.
10807 (smerge-basic-map): Rename from smerge-basic-keymap.
10808 Change the bindings for smerge-diff-*.
10809 (smerge-*-map): Use easy-mmode-defmap.
10810 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10811 (smerge-keep-*): Use smerge-auto-leave.
10812
51663132
JR
108132000-03-21 Jason Rumney <jasonr@gnu.org>
10814
10815 * cus-edit.el (custom-button-face): Use 3D look for w32.
10816 (custom-button-pressed-face): Likewise.
10817
3f6e4b8b
GM
108182000-03-21 Gerd Moellmann <gerd@gnu.org>
10819
10820 * progmodes/etags.el (tags-case-fold-search): New user-option.
10821 (tags-loop-eval): New function. Bind case-fold-search around eval
10822 depending on the value of tags-case-fold-search.
10823 (tags-loop-continue): Use tags-loop-eval.
10824 (find-tag-in-order): Bind case-fold-search depending on the value
10825 of tags-case-fold-search.
10826
c7ea3acc
SM
108272000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10828
0ae39f53
SM
10829 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10830 (diff-end-of-hunk): Return the end position for use in
10831 `easy-mmode-define-navigation'.
10832 (diff-recenter): Remove.
10833 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10834 of `easy-mmode-define-navigation'.
10835 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10836 previous renaming) and fix to use new names.
10837 (diff-merge-strings): Use \n as separator: simpler, faster.
10838 (diff-mode): Use `define-derived-mode'.
10839
c7ea3acc
SM
10840 * derived.el (define-derived-mode): Don't autoload anymore.
10841 Prefer the macro-only version provided by easy-mmode.el.
10842
10843 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10844 `easy-mmode-define-derived-mode'.
10845 Use `combine-run-hooks'.
10846 (easy-mmode-define-navigation): New macro.
10847
10848 * subr.el (combine-run-hooks): New function.
10849
6c4bfdc0
KH
108502000-03-21 Kenichi HANDA <handa@etl.go.jp>
10851
10852 * term/x-win.el: Fontsets related initialization is simplified.
10853
10854 * international/mule-diag.el (describe-font): Don't refer to
10855 global-fontset-alist, instead call font-list.
10856 (describe-fontset, list-fontsets, mule-diag): Likewise.
10857 (print-fontset): Adjusted for the change of fontset
10858 implementation.
10859
10860 * international/fontset.el (x-charset-registries): Variable
10861 removed, instead the corresponding data is stored in the default
10862 fontset.
10863 (register-alternate-fontnames): Function removed.
10864 (resolved-ascii-font): Variable removed.
10865 (x-compose-font-name): Ignore the second argument REDOCE.
10866 (x-complement-fontset-spec): Complement only an ASCII font and
10867 element for those charsets than can use that ASCII font.
10868 (generate-fontset-menu): Don't refer to global-fontset-alist,
10869 instead call fontset-list.
10870 (uninstantiated-fontset-alist): Variable removed.
10871 (x-style-funcs-alist): Likewise.
10872 (fontset-default-styles): Likewise.
10873 (x-modify-font-name): Function removed.
10874 (create-fontset-from-fontset-spec): Ignore the argument
10875 STYLE-VARIANT.
10876 (create-fontset-from-ascii-font): Docsting adjusted for the above
10877 change.
10878 (instantiate-fontset, resolve-fontset-name): Functions removed.
10879 (fontset-list): Now implemented by C code.
fa78f71b 10880
6c4bfdc0
KH
10881 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10882 (describe-face): Include `font' attribute in the description.
10883
9111d4b5
KH
108842000-03-21 Kenichi Handa <handa@etl.go.jp>
10885
10886 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10887
b33dd3b0
GM
108882000-03-20 Gerd Moellmann <gerd@gnu.org>
10889
a25bbe00
GM
10890 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10891 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10892 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10893
b33dd3b0
GM
10894 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10895 about behavior of set-buffer-modified-p wrt redisplay.
10896
8b7bc628 108972000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10898
10899 * view.el (view-mode-disable): Kill local binding of view-read-only.
10900
d7b511c4
GM
109012000-03-18 Gerd Moellmann <gerd@gnu.org>
10902
10903 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10904 is a string, convert it to a syntax cell using string-to-syntax.
10905
10906 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10907 (string-to-syntax): New function.
10908
10909 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10910 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10911 try to use passive ftp mode.
d7b511c4 10912
998ecc60
GM
109132000-03-17 Gerd Moellmann <gerd@gnu.org>
10914
b33dd3b0 10915 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10916
10917 * simple.el (append-to-buffer): Update point of windows after
10918 insertion.
10919
10920 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10921 forward then moving backward. Reindent.
10922
10923 * frame.el (other-frame): Call x-focus-frame only if
10924 focus-follows-mouse is off.
10925
235d6821
DL
109262000-03-17 Dave Love <fx@gnu.org>
10927
10928 * pcvs-util.el (cvs-strings->string): Rename
10929 replace-regexps-in-string.
10930
a29a2cd1
SM
109312000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10932
af595444
SM
10933 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10934 regexp for labels cannot span several lines.
10935
10936 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10937 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10938
a9be2843
DL
109392000-03-16 Dave Love <fx@gnu.org>
10940
10941 * progmodes/f90.el (f90): Put custom group under `languages', not
10942 `fortran'.
10943 (f90-mode-hook): Customize.
10944 (f90-mode): Set add-log-current-defun-function.
10945 (f90-current-defun): New function.
10946
d0ab3e9d
GM
109472000-03-16 Gerd Moellmann <gerd@gnu.org>
10948
16b20ed9
GM
10949 * cus-edit.el (custom-variable-tag-face): Handle case that
10950 default face's height is not a number.
10951 (custom-face-tag-face, custom-group-tag-face-1)
10952 (custom-group-tag-face): Ditto.
10953 (custom-group-tag-face-1): Add :group.
fa78f71b 10954
d0ab3e9d
GM
10955 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10956
ae8ab422
GM
109572000-03-15 Gerd Moellmann <gerd@gnu.org>
10958
10959 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10960 requiring easymenu.
10961
81c7ca69
GM
109622000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10963
10964 * ps-print.el: PostScript user-defined prologue, PostScript error
10965 handler, doc fix.
10966 (ps-print-version): New version number (5.1).
10967 (ps-user-defined-prologue, ps-error-handler-message)
10968 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10969 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10970 (ps-insert-string): New function.
fa78f71b 10971
dcf1003d
KH
109722000-03-15 Kenichi Handa <handa@etl.go.jp>
10973
10974 * international/ccl.el (ccl-compile-expression): Don't generate
10975 invalid self-assignment code.
10976
73825616
DL
109772000-03-14 Dave Love <fx@gnu.org>
10978
10979 * subr.el (replace-regexp-in-string): Renamed from
10980 replace-regexps-in-string. Doc fix.
10981
031020ac
DL
109822000-03-12 Dave Love <fx@gnu.org>
10983
10984 * cus-edit.el: Doc fixes.
10985 (customize-set-variable, customize-save-variable): Rename args for
10986 doc.
10987 (custom-variable-tag-face, custom-face-tag-face)
10988 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10989 style which user identify as hyperlink.
10990 (hook): Don't add undefined functions to the hook.
10991 (debug-ignored-errors): Transfer message from bindings.el.
10992
9b2f3c38
GM
109932000-03-12 Gerd Moellmann <gerd@gnu.org>
10994
10995 * recentf.el (recentf-keep-non-readable-files-p): Remove
10996 double/nested definition.
10997
0d6e23cf
DL
109982000-03-12 Dave Love <fx@gnu.org>
10999
11000 * facemenu.el (facemenu-get-face): Use display-color-p.
11001 * enriched.el (enriched-decode-foreground): Likewise.
11002 (enriched-decode-background): Likewise.
11003 * isearch.el (isearch-highlight): Likewise.
11004 * info-look.el (info-lookup): Likewise.
11005 * simple.el (completion-setup-function): Likewise.
11006
11007 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11008 :options.
11009
11010 * bindings.el (mode-line-format): Fix line-number and
11011 column-number items. Add help-echo for the background.
11012 (mode-line-mule-info): Modify help-echo.
11013
1598a961 11014 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11015
11016 * files.el (load-file): Allow completion to .elc.
11017
11018 * man.el: Doc fixes.
11019 (Man-init-defvars): Use display-color-p to set fontification.
11020
11021 * play/hanoi.el (hanoi-internal): Don't use oddp.
11022
e1cff360
GM
110232000-03-12 Gerd Moellmann <gerd@gnu.org>
11024
11025 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11026
11027 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11028
5e5dff44
GM
110292000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11030
11031 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11032 Fix comment.
11033
5b467bf4
SM
110342000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11035
83fef604
SM
11036 * font-lock.el (font-lock-keywords): Fix the doc now that
11037 regexp-opt-depth is unnecessary.
11038 (save-buffer-state): Set an edebug spec.
11039 (font-lock-fontify-anchored-keywords): Properly handle the case when
11040 the matcher goes past the limit.
11041
5b467bf4
SM
11042 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11043 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11044
83fef604
SM
11045 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11046 dll.el and cookie.el (from Elib) with heavy renaming and other
11047 massaging.
5b467bf4
SM
11048
11049 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11050 Autoload the functions used.
11051 (easy-mmode-define-syntax): Fix CL typo.
11052 (easy-mmode-define-derived-mode): Improve the docstring generation.
11053
d407456c
GM
110542000-03-10 Gerd Moellmann <gerd@gnu.org>
11055
11056 * textmodes/texinfo.el (texinfo-version): Variable and function
11057 removed.
11058
5a7a545c
SM
110592000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11060
0d6e23cf
DL
11061 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11062 allow more flexibility.
11063 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11064 fns.
11065 (easy-mmode-defmap, easy-mmode-defsyntax)
11066 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11067
d407456c 110682000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11069
11070 * rect.el (replace-rectangle): New function.
11071
110722000-03-09 Dave Love <fx@gnu.org>
11073
11074 * progmodes/fortran.el (fortran-comment-line-start): Define as
11075 "C".
11076 (fortran-comment-line-start-skip): Don't match cpp stuff.
11077 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11078 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11079 (fortran-mode): Don't set fortran-comment-line-start-skip,
11080 fortran-comment-line-start here. Set comment-start,
11081 add-log-current-defun.
11082 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11083 (fortran-current-defun): New function.
11084
80460654
GM
110852000-03-09 Gerd Moellmann <gerd@gnu.org>
11086
d1221ea9
GM
11087 * emacs-lisp/re-builder.el: New file.
11088
1853aa6b
GM
11089 * mouse.el (mouse-drag-region): Don't run up-event handler
11090 if hscroll has changed.
11091
80460654
GM
11092 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11093 builtin operators, use `font-lock-builtin-face' for Emacs and
11094 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11095
11096 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11097 `(defun (setf foo)' differently.
11098
c0056275
SM
110992000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11100
11101 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11102 (regexp-opt): Update comment and adapt the code the new meaning of
11103 the `paren' argument of regex-opt-group for shy-groups.
11104 (regexp-opt-depth): Handle shy groups as well as backslashed
11105 backslashes.
c0056275
SM
11106 (regexp-opt-group): Turn the leading comment into a docstring.
11107 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11108 Remove open-presuf and close-presuf. Instead of checking for `all
11109 one-char' and then later on check for `several one-char', handle
11110 both cases close together. Also apply a more generic algorithm
11111 for suffixes (the mirror image of the algorithm used for
11112 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11113 (regexp-opt-try-suffix): Removed.
11114
11115 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11116 from comint-mode-map, so we can just inherit from it. Also, move
11117 the initialization into the `defvar' since there's no docstring
11118 anyway and it's fairly short.
11119 (inferior-scheme-mode): Define it as derived-mode: the code is
11120 shorter and this way we inherit from comint-mode-map rather than
11121 copying it.
c0056275 11122
80460654
GM
11123 * subr.el (replace-regexps-in-string): Properly handle the case
11124 where we match an empty string.
c0056275 11125
80460654
GM
11126 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11127 when the command has a directory component (such as "./testml").
c0056275
SM
11128 Also fix a typo in the comment.
11129
5e91ff9e
GM
111302000-03-08 Gerd Moellmann <gerd@gnu.org>
11131
feab4fba
GM
11132 * Makefile (compile-files): Compile files one by one because
11133 that's the only way to ensure a clean compilation environment for
11134 each individual file.
11135
5e91ff9e
GM
11136 * frame.el (other-frame): Call x-focus-frame.
11137
76162e12
DL
111382000-03-07 Dave Love <fx@gnu.org>
11139
f64ce788
DL
11140 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11141 :require to defcustom.
11142
76162e12
DL
11143 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11144 lists.
11145
11146 * files.el (auto-mode-alist): Add configure.in.
11147
11148 * progmodes/autoconf.el: New file.
11149
f7daf1e1
GM
111502000-03-07 Gerd Moellmann <gerd@gnu.org>
11151
11152 * mail/mh-e.el: Change maintainer to `none'.
11153
11154 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11155 to remove-hook and add-hook.
11156
111572000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11158
11159 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11160 it as the default.
11161 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11162 (sendmail-send-it): Conditionally add MIME headers specifying the
11163 used character set.
fa78f71b 11164
63f6b2c4
DL
111652000-03-07 Dave Love <fx@gnu.org>
11166
11167 * winner.el: Fix keywords, autoload cookies. Split
11168 eval-when-compile form to avoid compilation failure.
11169
8330e2f9
KH
111702000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11171
11172 * international/mule.el: Modify comment about coding system
11173 property `coding-category'.
11174 (make-coding-system): New argument EOL-TYPE. Pay attention to
11175 coding-category property of PROPERTIES.
11176
11177 * international/mule-conf.el (coding-category-utf-8,
11178 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11179 categories. Include them in the argument for set-coding-priority.
11180
11181 * international/mule-cmds.el (reset-language-environment): Include
11182 coding-category-utf-8, coding-category-utf-16-be, and
11183 coding-category-utf-16-le in the argument for set-coding-priority.
11184 (reset-language-environment): Initialize coding-category-utf-8,
11185 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11186
18bb0684
GM
111872000-03-06 Karl Fogel <kfogel@red-bean.com>
11188
11189 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11190 code abstracted out of `bookmark-jump-noselect'. Now tries info
11191 extensions as well as compression extensions.
11192 (bookmark-jump-noselect): Use above new func.
fa78f71b 11193
71a6ba55
GM
111942000-03-03 Gerd Moellmann <gerd@gnu.org>
11195
11196 * strokes.el: Change maintainer's mail address.
11197
0d56cdff
KH
111982000-03-03 Kenichi Handa <handa@etl.go.jp>
11199
11200 * international/mule-diag.el (list-character-sets): Make help-echo
11201 string by substitute-command-keys.
11202 (list-character-sets): Likewise.
11203 (sort-listed-character-sets): Call help-setup-xref.
11204
900fa1f1
GM
112052000-03-02 Gerd Moellmann <gerd@gnu.org>
11206
11207 * time.el (display-time-mail-file): Add `none' to the list of
11208 choices.
11209
54d04320
DL
112102000-03-01 Dave Love <fx@gnu.org>
11211
43f3fa09
DL
11212 * help.el (help-xref-go-back): Don't try to set position.
11213
54d04320
DL
11214 * international/mule-diag.el (list-character-sets): Call
11215 help-setup-xref. Add help-echo to xrefs.
11216 (list-character-sets-1): Add help-echo to xrefs.
11217
d054101f
GM
112182000-03-02 Gerd Moellmann <gerd@gnu.org>
11219
11220 * frame.el (blink-cursor-mode): Switch cursor on when turning
11221 the mode off.
11222
11223 * add-log.el (add-log-current-defun): Add support for
11224 Autoconf mode.
11225
11226 * mail/rmail.el (rmail-quit-hook): New variable.
11227
d77dae5c
DL
112282000-03-01 Dave Love <fx@gnu.org>
11229
e5f597f0
DL
11230 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11231
d77dae5c
DL
11232 * help.el (help-xref-button): Add help-echo arg.
11233 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11234
11235 * faces.el (list-faces-display): Supply help-echo with
11236 help-make-xrefs.
11237
11238 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11239 nil.
11240
72d19d75
GM
112412000-03-01 Gerd Moellmann <gerd@gnu.org>
11242
2df636f4
GM
11243 * image.el (defimage): Look for image files in load-path.
11244
fa78f71b 11245 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11246 `number'.
11247
2df636f4
GM
112482000-03-01 David Ponce <david.ponce@wanadoo.fr>
11249
11250 * recentf.el (recentf): Added version tag to the defgroup of
11251 recentf.
11252
112532000-03-01 David Ponce <david.ponce@wanadoo.fr>
11254
11255 * recentf.el (recentf-cleanup): Changed to remove excluded file
11256 too.
11257 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11258 action to select/unselect a file.
11259 (recentf-edit-list): Code cleanup and improvement.
11260 (recentf-open-more-files-action): `recentf-open-more-files' button
11261 widget action to open a file.
11262 (recentf-open-more-files): No more use standard completion but
11263 widgets.
11264 (recentf-more-collection): Deleted.
11265 (recentf-more-history): Deleted.
11266 (recentf-setup-more-completion): Deleted.
11267
112682000-03-01 David Ponce <david.ponce@wanadoo.fr>
11269
11270 * recentf.el (recentf-mode): No more needs that Emacs is running
11271 under a window-system.
11272
112731999-03-01 David Ponce <david.ponce@wanadoo.fr>
11274
11275 * recentf.el (recentf-edit-list): New command to edit the recent
11276 list which allow the user to remove files.
11277 (recentf-edit-selected-items): New global variable, used by
11278 `recentf-edit-list' to hold the list of files to be removed from
11279 the recent list.
11280 (recentf-make-menu-items): Updated to display a "Edit list..."
11281 menu item. Minor code cleanup.
11282
112831999-03-01 David Ponce <david.ponce@wanadoo.fr>
11284
11285 * recentf.el (recentf-open-more-files): New command to open files
11286 that are not displayed in the menu.
11287 (recentf-more-collection): New global variable holding the set of
11288 permissible completions used by `recentf-open-more-files'.
11289 (recentf-more-history): New global variable holding the history list
11290 used by `recentf-open-more-files' completion.
11291 (recentf-setup-more-completion): New function to setup completion for
11292 `recentf-open-more-files'.
11293 (recentf-make-menu-items): Updated to display a "More..." menu item.
11294
112951999-03-01 David Ponce <david.ponce@wanadoo.fr>
11296
11297 * recentf.el (recentf-menu-action): Doc fixed.
11298
112991999-03-01 David Ponce <david.ponce@wanadoo.fr>
11300
11301 * recentf.el (recentf-menu-filter): Doc updated.
11302 (recentf-update-menu-hook): Allow menu filters to force menu update.
11303 (recentf-make-menu-items): New menu filter handling.
11304 (recentf-make-menu-item): New helper function.
11305 (recentf-menu-elements): New menu handling function.
11306 (recentf-sort-ascending): Updated to new menu filter handling.
11307 (recentf-sort-descending): Updated to new menu filter handling.
11308 (recentf-sort-basenames-ascending): New menu filter function.
11309 (recentf-sort-basenames-descending): New menu filter function.
11310 (recentf-show-basenames): New menu filter function.
11311 (recentf-show-basenames-ascending): New menu filter function.
11312 (recentf-show-basenames-descending): New menu filter function.
11313
72d19d75
GM
113142000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11315
11316 * diary-lib.el (list-diary-entries): Don't try to go forward at
11317 the end of the buffer.
11318
1ac1c836
KH
113192000-02-29 Kenichi Handa <handa@etl.go.jp>
11320
11321 * international/mule-diag.el (list-character-sets): Completely
11322 rewritten.
11323 (sort-listed-character-sets): New function.
11324 (list-character-sets-1): Completely rewritten.
11325 (list-character-sets-2): New function.
11326 (non-iso-charset-alist): New variable.
11327 (decode-codepage-char): New function.
11328 (charset-history): New variable.
11329 (read-charset) (list-block-of-chars)
11330 (list-iso-charset-chars)
11331 (list-non-iso-charset-chars)
11332 (list-charset-chars): New functions.
11333 (mule-diag): Call list-character-sets-2, not
11334 list-character-sets-2.
11335 (dump-charsets): Likewise.
11336
ed4d0512
GM
113372000-02-29 Gerd Moellmann <gerd@gnu.org>
11338
72d19d75
GM
11339 * dired-x.el (dired-filename-at-point): Add `@' to valid
11340 file name characters.
11341 (dired-filename-at-point): Handle ange-ftp file names.
11342
ed4d0512
GM
11343 * frame.el (frame-notice-user-settings): Use assq-delete-all
11344 instead of assoc-delete-all.
11345 (frame-notice-user-settings): Ditto.
11346
11347 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11348 Don't copy alist.
11349
32038c7a
GM
113502000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11351
11352 * calculator.el (calculator-use-menu): New option.
11353 (calculator-initial-bindings): Changed some bindings to work as
11354 macros.
11355 (calculator-forced-input): Removed.
11356 (calculator-restart-other-mode): New variable.
11357 (calculator-mode-map): Set up menu.
fa78f71b 11358
32038c7a
GM
113592000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11360
11361 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11362 tags.
fa78f71b 11363
55d7ff38 113642000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11365
55d7ff38
MK
11366 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11367 translate all ESC key sequences.
11368 (viper-goto-mark-subr): restore markers for files for which
11369 they were saved.
11370 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11371 * viper-util.el (viper-set-replace-overlay-glyphs,
11372 viper-set-replace-overlay): always check if the replacement
11373 overlay is live.
11374 * viper.el (viper-vi-state-mode-list): added major modes.
11375 * ediff-wind.el: minor comment changes.
11376 * ediff.el: copyright notice date fix.
fa78f71b 11377
387023ee
JR
113782000-02-27 Jason Rumney <jasonr@gnu.org>
11379
11380 * faces.el (face-font-family-alternatives): Add arial to helv.
11381 (mode-line, header-line, tool-bar): Same default as x for w32.
11382 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11383 face-font-family-alternatives from working.
11384 * term/w32-win.el (mouse-set-font): Do not build fontset from
11385 chosen font.
11386
f43d79c1
GM
113872000-02-25 Sam Steingold <sds@goems.com>
11388
5d80cc9c 11389 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11390 properly.
fa78f71b 11391
8b7bc628 113922000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11393
11394 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11395
4eb8436f
GM
113962000-02-25 Gerd Moellmann <gerd@gnu.org>
11397
11398 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11399 writable.
11400
449c3c52 11401 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11402
42088c12
GM
114032000-02-24 Gerd Moellmann <gerd@gnu.org>
11404
11405 * frame.el (show-cursor-in-non-selected-windows): New option.
11406
c60ea02e
GM
114072000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11408
11409 * diary-lib.el (include-other-diary-files): Undo the selective
11410 display in any included file and don't kill it.
11411
d066de8e
EZ
114122000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11413
11414 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11415 bar. Menu items converted to (menu-item format, help strings
11416 added.
11417 [downcase, upcase]: Don't enable on MS-DOS.
11418 [symlink, symlinks]: Don't show if make-symbolic-link is not
11419 bound.
11420 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11421
b6906b38
DL
114222000-02-23 Dave Love <fx@gnu.org>
11423
275cf1b2
DL
11424 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11425 (backward-kill-word): Revert addition of * to interactive spec --
11426 it's a feature.
11427
11428 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11429 (backward-kill-sentence, kill-sentence): Likewise.
11430
99d48056
DL
11431 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11432 scratch buffer name.
11433 (gud-format-command): Use int-to-string in ?l case. Simplify
11434 slightly.
11435
11436 * term/w32-win.el (internal-face-interactive): Update prompt for
11437 new read-face-name.
11438
11439 * mail/footnote.el (footnote): Add :version to defgroup.
11440 (footnote-section-tag-regexp): Customize.
11441 (footnote-start-tag, footnote-end-tag): New option.
11442 (footnote-latin-regexp): New variable.
11443 (Footnote-latin): New function.
11444 (footnote-style-alist): Add element for latin style.
11445 (footnote-style): Moved.
11446 (Footnote-goto-footnote): Use eq to test arg.
11447
11448 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11449
b6906b38
DL
11450 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11451 (byte-compile-trueconstp): Include keywords.
11452 (byte-optimize-quote, byte-optimize-lapcode): Use
11453 byte-compile-const-symbol-p.
11454 (byte-optimize-char-before): New optimization.
11455
11456 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11457 (byte-compile-const-symbol-p): New function.
11458 (byte-compile-constp, byte-compile-out-toplevel)
11459 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11460 Use it.
11461
11462 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11463
214f877f
KH
114642000-02-23 Kenichi Handa <handa@etl.go.jp>
11465
c709bcf1
KH
11466 * international/encoded-kb.el: Be sure to update minor-mode-alist
11467 and minor-mode-map-alist.
11468 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11469 codes SS2 and SS3 correctly.
11470 (encoded-kbd-self-insert-ccl): New function.
11471 (encoded-kbd-setup-keymap): New function.
11472 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11473 by calling encoded-kbd-setup-keymap.
11474
214f877f
KH
11475 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11476 characters.
11477 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11478 locally.
11479
b021ef18
DL
114802000-02-22 Dave Love <fx@gnu.org>
11481
11482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11483 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11484 defvar.
11485 (lisp-mode-syntax-table): Set up for #|...|# comments.
11486 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11487 classes. Match `defface'.
11488 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11489 (eval-defun-1): Fix for defcustom.
11490 (lisp-indent-region): Doc fix.
11491
11492 * subr.el (when, unless, split-string): Doc fix.
11493 (read-passwd): Move call of clear-this-command-keys to the right
11494 place.
11495 (replace-regexps-in-string): New function.
11496
14cc00ad
GM
114972000-02-22 Gerd Moellmann <gerd@gnu.org>
11498
11499 * help.el (describe-variable): Set syntax table to
11500 emacs-lisp-mode-syntax-table when moving forward over the
11501 symbol's name.
11502
47da5efa
DL
115032000-02-22 Dave Love <fx@gnu.org>
11504
11505 * xt-mouse.el: Doc fixes.
11506 (xterm-mouse-position-function): New function, replacing advice of
11507 mouse-position.
11508 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11509
11510 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11511
f0a6c717
GM
115122000-02-21 Gerd Moellmann <gerd@gnu.org>
11513
11514 * format.el (format-annotate-single-property-change): Handle
11515 properties.with dotted-list values.
11516 (format-proper-list-p): New function.
11517
11518 * enriched.el (enriched-face-ans): Handle '(foreground-color
11519 . COLOR) and (background-color . COLOR).
11520
2be80b63
DL
115212000-02-20 Dave Love <fx@gnu.org>
11522
11523 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11524 and assignments to it.
11525 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11526 current local map.
11527 (make-flyspell-overlay): Use it.
11528 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11529
11530 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11531 (lm-get-header-re): Defun, not defsubst.
11532 (lm-get-package-name): Defun, not defsubst. Simplify.
11533 (lm-version): Doc fix. Simplify.
11534 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11535 (lm-crack-address, lm-last-modified-date, lm-commentary)
11536 (lm-verify, lm-synopsis): Simplify.
11537 (lm-report-bug): Require emacsbug. Use compose-mail.
11538
329eed9f
GM
115392000-02-20 Gerd Moellmann <gerd@gnu.org>
11540
11541 * dired.el (dired-mode): Call propertized-buffer-identification
11542 to set mode-line-buffer-identification to something having
11543 the right text properties.
11544
11545 * bindings.el (propertized-buffer-identification): New function.
11546
be5bb146
DL
115472000-02-20 Dave Love <fx@gnu.org>
11548
11549 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11550 check for t-mouse too.
11551
11552 * cus-start.el: Make echo-keystrokes `number'.
11553
1d4311c3
EZ
115542000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11555
11556 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11557 Don't call ring-empty-p unless tags-location-ring is bound.
11558 From Noah Friedman <friedman@splode.com>.
11559
a23c5037
TTN
115602000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11561
11562 * progmodes/hideshow.el (hs-flag-region): No longer use
11563 `intangible' overlay property.
11564
11565 (hs-toggle-hiding): New command.
11566 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11567
11568 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11569 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11570 and deactivation.
11571
b6a22bf8
GM
115722000-02-18 Gerd Moellmann <gerd@gnu.org>
11573
11574 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11575
d621caf7
GM
115762000-02-17 Gerd Moellmann <gerd@gnu.org>
11577
3c0ed7ce
GM
11578 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11579
d621caf7
GM
11580 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11581 of `*' to handle `(* ... *)' comments.
11582
538d88fb
EZ
115832000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11584
53c80cf6 11585 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11586 window-system.
53c80cf6 11587
538d88fb
EZ
11588 * menu-bar.el (global-map): Menu-bar items converted to the new
11589 format (menu-item..., rearranged for better CUA compliance, and
11590 their names changed for better clarity. Help strings added.
11591
11592 * international/mule-cmds.el (mule-menu-keymap)
11593 (describe-language-environment-map, set-coding-system-map)
11594 (setup-language-environment-map): Convert to new (menu-item...
11595 form, add help strings. Change names of menu items for better
11596 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11597 submenu).
11598
8389e1e2 115992000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11600
a23c5037 11601 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11602 within the code.
a23c5037 11603
8389e1e2 116042000-02-16 Dave Love <fx@gnu.org>
a23c5037 11605
84fe35f0
DL
11606 * faces.el: Don't require custom. Add more specific :groups to
11607 various deffaces.
11608 (set-face-attribute): Purecopy args.
11609 (read-face-name): Default to name at point and use it in prompt.
11610 Remove colon from arg in all callers.
11611 (list-faces-display): Hyperlink to face descriptions and customize
11612 buffers.
11613
b2aeee30
DL
116142000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11615
11616 * wid-edit.el (widget-match-inline): An atom never matches a
11617 list.
11618
99e95407
GM
116192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11620
82d2c7c5
DL
11621 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11622 at ':' characters by call to split-string.
99e95407
GM
11623
116242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11625
82d2c7c5 11626 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11627
116282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11629
82d2c7c5
DL
11630 * textmodes/bibtex.el: Some temporary comments removed.
11631 (bibtex-field-name, bibtex-entry-type): Made the relationship
11632 explicit.
11633 (bibtex-field-const): Allow capital letters.
11634 (bibtex-start-of-string): Deleted because unused.
11635
11636 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11637 use the term 'reference' to describe a bibtex entry as a whole.
11638 Further, reference keys are no longer called 'labels'.
11639 (bibtex-keys): Renamed to bibtex-reference-keys.
11640 (bibtex-reformat-previous-labels): Renamed to
11641 bibtex-reformat-previous-reference-keys.
11642 (bibtex-reference-type): Renamed to bibtex-entry-type.
11643 (bibtex-reference-head): Renamed to bibtex-entry-head.
11644 (bibtex-reference-maybe-empty-head): Renamed to
11645 bibtex-entry-maybe-empty-head.
11646 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11647 (bibtex-search-reference): Renamed to bibtex-search-entry.
11648 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11649 bibtex-enclosing-entry-maybe-empty-head.
11650 (bibtex-entry-field-alist, bibtex-entry-head,
11651 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11652 bibtex-map-entries, bibtex-search-entry,
11653 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11654 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11655 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11656 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11657 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11658 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11659 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11660
116612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11662
82d2c7c5
DL
11663 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11664 comment.
11665 (bibtex-format-field-delimiters): New function, functionality
11666 extracted from bibtex-format-entry.
11667 (bibtex-autokey-get-yearfield-digits): New function, functionality
11668 extracted from bibtex-autokey-get-yearfield.
11669
11670 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11671 entries in order to avoid stack overflow in the regexp matcher if
11672 field contents become large.
11673 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11674 bibtex-field-string-part-not-braced,
11675 bibtex-field-string-part-no-inner-braces,
11676 bibtex-field-string-part-1-inner-brace,
11677 bibtex-field-string-part-2-inner-braces,
11678 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11679 bibtex-field-string-quoted, bibtex-field-string,
11680 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11681 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11682 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11683 as parsing is now performed by the following functions.
11684 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11685 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11686 bibtex-parse-field-string, bibtex-search-forward-field-string,
11687 bibtex-parse-association, bibtex-field-name-for-parsing,
11688 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11689 bibtex-search-forward-field, bibtex-search-backward-field,
11690 bibtex-start-of-field, bibtex-end-of-field,
11691 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11692 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11693 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11694 bibtex-parse-string, bibtex-search-forward-string,
11695 bibtex-search-backward-string, bibtex-start-of-string,
11696 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11697 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11698 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11699 entries. Instead of reporting the results of the parsing by
11700 match-beginning or match-end, these functions return data structures
11701 that hold the corresponding positions.
11702 (bibtex-enclosing-field): Changed to also report field boundaries by
11703 return values rather than by match-beginning or match-end. The
11704 following functions have been adapted to use the new parsing
11705 functions.
11706 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11707 bibtex-enclosing-field, bibtex-format-entry,
11708 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11709 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11710 bibtex-print-help-message, bibtex-end-of-entry,
11711 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11712 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11713 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11714 method for parsing.
11715 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11716 bibtex-map-entries, bibtex-flash-head,
11717 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11718 bibtex-autokey-change, bibtex-autokey-get-namefield,
11719 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11720 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11721 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11722 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11723 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11724 order to make the new binding of case-fold-search immediately
11725 visible.
99e95407
GM
11726
117272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11728
82d2c7c5
DL
11729 * textmodes/bibtex.el: Copyright notice is up to date.
11730 Added constant 'bibtex-maintainer-salutation.
99e95407 11731
82d2c7c5
DL
11732 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11733 than make-temp-name, use match-string-no-properties and eliminate
11734 a quadratic behavior when building bibtex-strings.
99e95407 11735
82d2c7c5
DL
11736 * bibtex.el (bibtex-reference-key): Accept string entries whose
11737 reference key contains upper case letters.
99e95407
GM
11738
117392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11740
82d2c7c5
DL
11741 * bibtex.el (bibtex-reference-head): Allow entries to start with
11742 a new line.
99e95407
GM
11743
117442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11745
82d2c7c5
DL
11746 * bibtex.el: Hiding of entry bodies is not longer provided by
11747 bibtex.el directly. Instead the hideshow package can be used.
11748 Added a special bibtex entry to hs-special-modes-alist.
11749 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11750
117512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11752
f24fef2f
SM
11753 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11754 at ':' characters by call to split-string.
8389e1e2
GM
11755
117562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11757
f24fef2f 11758 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11759
117602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11761
f24fef2f
SM
11762 * textmodes/bibtex.el: Some temporary comments removed.
11763 (bibtex-field-name, bibtex-entry-type): Made the relationship
11764 explicit.
11765 (bibtex-field-const): Allow capital letters.
11766 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11767
f24fef2f
SM
11768 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11769 use the term 'reference' to describe a bibtex entry as a whole.
11770 Further, reference keys are no longer called 'labels'.
11771 (bibtex-keys): Renamed to bibtex-reference-keys.
11772 (bibtex-reformat-previous-labels): Renamed to
11773 bibtex-reformat-previous-reference-keys.
11774 (bibtex-reference-type): Renamed to bibtex-entry-type.
11775 (bibtex-reference-head): Renamed to bibtex-entry-head.
11776 (bibtex-reference-maybe-empty-head): Renamed to
11777 bibtex-entry-maybe-empty-head.
11778 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11779 (bibtex-search-reference): Renamed to bibtex-search-entry.
11780 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11781 bibtex-enclosing-entry-maybe-empty-head.
11782 (bibtex-entry-field-alist, bibtex-entry-head,
11783 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11784 bibtex-map-entries, bibtex-search-entry,
11785 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11786 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11787 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11788 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11789 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11790 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11791 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11792
117932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11794
f24fef2f
SM
11795 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11796 comment.
11797 (bibtex-format-field-delimiters): New function, functionality
11798 extracted from bibtex-format-entry.
11799 (bibtex-autokey-get-yearfield-digits): New function, functionality
11800 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11801
f24fef2f
SM
11802 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11803 entries in order to avoid stack overflow in the regexp matcher if
11804 field contents become large.
11805 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11806 bibtex-field-string-part-not-braced,
11807 bibtex-field-string-part-no-inner-braces,
11808 bibtex-field-string-part-1-inner-brace,
11809 bibtex-field-string-part-2-inner-braces,
11810 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11811 bibtex-field-string-quoted, bibtex-field-string,
11812 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11813 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11814 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11815 as parsing is now performed by the following functions.
11816 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11817 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11818 bibtex-parse-field-string, bibtex-search-forward-field-string,
11819 bibtex-parse-association, bibtex-field-name-for-parsing,
11820 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11821 bibtex-search-forward-field, bibtex-search-backward-field,
11822 bibtex-start-of-field, bibtex-end-of-field,
11823 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11824 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11825 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11826 bibtex-parse-string, bibtex-search-forward-string,
11827 bibtex-search-backward-string, bibtex-start-of-string,
11828 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11829 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11830 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11831 entries. Instead of reporting the results of the parsing by
11832 match-beginning or match-end, these functions return data structures
11833 that hold the corresponding positions.
11834 (bibtex-enclosing-field): Changed to also report field boundaries by
11835 return values rather than by match-beginning or match-end. The
11836 following functions have been adapted to use the new parsing
11837 functions.
11838 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11839 bibtex-enclosing-field, bibtex-format-entry,
11840 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11841 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11842 bibtex-print-help-message, bibtex-end-of-entry,
11843 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11844 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11845 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11846 method for parsing.
11847 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11848 bibtex-map-entries, bibtex-flash-head,
11849 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11850 bibtex-autokey-change, bibtex-autokey-get-namefield,
11851 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11852 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11853 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11854 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11855 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11856 order to make the new binding of case-fold-search immediately
11857 visible.
8389e1e2
GM
11858
118592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11860
f24fef2f
SM
11861 * textmodes/bibtex.el: Copyright notice is up to date.
11862 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11863
f24fef2f
SM
11864 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11865 than make-temp-name, use match-string-no-properties and eliminate
11866 a quadratic behavior when building bibtex-strings.
fa78f71b 11867
f24fef2f
SM
11868 * bibtex.el (bibtex-reference-key): Accept string entries whose
11869 reference key contains upper case letters.
8389e1e2
GM
11870
118712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11872
f24fef2f
SM
11873 * bibtex.el (bibtex-reference-head): Allow entries to start with
11874 a new line.
8389e1e2
GM
11875
118762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11877
f24fef2f
SM
11878 * bibtex.el: Hiding of entry bodies is not longer provided by
11879 bibtex.el directly. Instead the hideshow package can be used.
11880 Added a special bibtex entry to hs-special-modes-alist.
11881 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11882
118832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11884
82d2c7c5 11885 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11886 proceedings entry type (for cross referencing). Thanks to Wagner
11887 Toledo Correa for the suggestion.
11888
82d2c7c5 11889 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11890
eae61d8f
KH
118912000-02-14 Kenichi Handa <handa@etl.go.jp>
11892
11893 * international/characters.el: Setup case table for Vietnamese.
11894
fb07a302
GM
118952000-02-12 Gerd Moellmann <gerd@gnu.org>
11896
11897 * uniquify.el (toplevel): Require CL at compile time.
11898 (uniquify-push): Removed.
11899
11900 * shadowfile.el (shadow-when): Removed.
11901
11902 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11903 (tempo-process-and-insert-string): Use dolist instead of
11904 tempo-dolist.
11905
11906 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11907 regexp for paragraph-start.
11908
11909 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11910 commas as well.
11911
a0eddf92
DL
119122000-02-10 Dave Love <fx@gnu.org>
11913
11914 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11915 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11916 Deleted.
11917 (widget-specify-field, widget-specify-button): Don't use
11918 widget-mouse-help as help-echo property.
11919 (default): Use #'ignore for :validate and :mouse-down-action.
11920 (checkbox): Add help-echo.
11921 (widget-sexp-validate): Rewritten to clarify error messages.
11922 (character): Use char-valid-p in :match function.
11923 (widget-color-complete): Use facemenu-color-alist.
11924 (widget-color-action): Use facemenu-read-color.
11925
11926 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11927 set up `caar' &c that we now have.
11928
82d2c7c5
DL
119292000-02-09 Ray Blaak <blaak@gnu.org>
11930
11931 * delphi.el: Make resourcestring a declaration region, like const
11932 and var.
11933
6cbc1482
DL
119342000-02-09 Dave Love <fx@gnu.org>
11935
11936 * bindings.el (mode-line-input-method-map): New variable.
11937 (mode-line-mule-info): Use it; fix last change.
11938 (mode-line-mode-menu): Move definition.
11939 (mode-line-mouse-sensitive-p): Deleted.
11940 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11941 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11942 level.
11943
11944 * startup.el (command-line-1): Don't call
11945 make-mode-line-mouse-sensitive.
11946
f7136ee8
GM
119472000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11948
11949 * mail/rmail.el (rmail-retry-failure): Use
11950 rmail-beginning-of-message before rmail-toggle-header, because the
11951 former toggles headers.
11952
6e1d0d15
SM
119532000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11954
fef8c55b
SM
11955 * diff-mode.el (diff-kill-junk): New interactive function.
11956 (diff-reverse-direction): Use delete-and-extract-region.
11957 (diff-post-command-hook): Restrict the area so that the hook also works
11958 outside of any diff hunk. This is necessary for the minor-mode.
11959 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11960 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11961
6e1d0d15
SM
11962 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11963 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11964 so that it can be used more easily in <foo>-mode-hook. Also make sure
11965 to avoid duplicate entries.
11966 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11967 (font-lock-remove-keywords): Just as was done for `add', allow it to
11968 work even if font-lock-mode is nil. Also make sure we don't modify
11969 any pre-existing list by forcing a copy-sequence. Finally rename
11970 `major-mode' to `mode'.
11971 (font-lock-fontify-syntactic-anchored-keywords)
11972 (font-lock-fontify-anchored-keywords)
11973 (font-lock-fontify-keywords-region): Use line-end-position.
11974 Don't make `font-lock-multiline' local (it's now done in
11975 font-lock-set-defaults).
11976 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11977 move the `font-lock-fontified' creation to inside the `unless'.
11978
a75dfea0
AI
119792000-02-06 Andrew Innes <andrewi@gnu.org>
11980
11981 * term/w32-win.el (x-handle-args): Comment out call to message,
11982 which occurs before window system is initialized.
11983
11984 * makefile.nt: Add support for recompiling lisp code.
11985
b85e9462
DL
119862000-02-04 Dave Love <fx@gnu.org>
11987
9ff33afb
DL
11988 * bindings.el (mode-line-mule-info): Fix/extend last change.
11989
b85e9462
DL
11990 * completion.el: Replace completion-dolist with dolist.
11991
11992 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11993 dotimes.
11994
44dff075
CD
119952000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11996
11997 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11998 environment names before they go into the section regexp.
11999
12000 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12001 char class in regexp.
12002
12003 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12004 `case-fold-search' to nil.
12005
12006 * progmodes/idlwave.el (idlwave-template): Respect
12007 `idlwave-abbrev-change-case'.
12008 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12009 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12010 idlwave-while): respect `idlwave-reserved-word-upcase'.
12011 (idlwave-rw-case): New function.
12012 (idlwave-statement-match): Fixed problem with assignment regexp.
12013 (idlwave-font-lock-keywords): Improved regexp for keyword
12014 parameters.
a23c5037 12015 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12016 operators longer than 1 char.
12017
12018 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12019 idlwave-shell-expression-overlay. Implemented printing of
12020 expressions on higher levels of the calling stack.
12021 (idlwave-shell-display-level-in-calling-stack): Restore stack
12022 level.
12023 (idlwave-retrieve-expression-from-level): New function.
12024 (idlwave-shell-last-calling-stack): Variable removed.
12025 (idlwave-shell-reset): Argument action reversed (`visible' to
12026 `hidden'). Also remove stop-line overlay.
12027 (idlwave-shell-calling-stack-routine): New variable.
12028 (idlwave-shell-parse-stack-and-display): Messages now display
12029 negative level numbers.
12030 (idlwave-shell-mode): Set `modeline-format'.
12031 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12032 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12033 21.
12034 (idlwave-shell-print-expression-function): New option.
a23c5037 12035
44dff075
CD
12036 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12037 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12038 `tool-bar' instead of `toolbar'.
12039
f26c34fd
DL
120402000-02-02 Dave Love <fx@gnu.org>
12041
12042 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12043 emacs-lisp-mode-hook. Don't check for defalias being defined.
12044
12045 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12046 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12047 the new builtins directly.
12048
12049 * whitespace.el (whitespace): Add :version to defgroup.
12050
12051 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12052 Doc fix.
12053
12054 * thingatpt.el (sexp-at-point, symbol-at-point)
12055 (number-at-point, list-at-point): Add autoload cookie.
12056
12057 * recentf.el (recentf): Add :version to defgroup.
12058
12059 * quickurl.el (quickurl): Add :version to defgroup.
12060
12061 * elide-head.el (elide-head): Use point-marker more.
12062
12063 * bs.el (bs): Add :version to defgroup.
12064
12065 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12066
12067 * progmodes/delphi.el (delphi): Add :version to defgroup.
12068
d240a249
GM
120692000-02-02 Gerd Moellmann <gerd@gnu.org>
12070
12071 * ange-ftp.el (ange-ftp-write-region): Handle case that
12072 succeeding process operation sets a different coding system.
12073
12074 * calculator.el: New file.
12075
d5179a01
EZ
120762000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12077
12078 * frame.el (frames-on-display-list, framep-on-display): New
12079 functions.
12080 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12081 (display-selections-p, display-screens, display-pixel-width)
12082 (display-pixel-height, display-mm-width, display-mm-height)
12083 (display-backing-store, display-save-under, display-planes)
12084 (display-color-cells, display-visual-class): New functions.
12085
12086 * term/tty-colors.el (tty-color-gray-shades): New function.
12087
12088 * faces.el (display-color-p): Use framep-on-display.
12089 (display-grayscale-p): New function.
12090
968e00f0
DL
120912000-01-31 Dave Love <fx@gnu.org>
12092
12093 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12094 (create-fontset-from-x-resource): Don't concat integers.
12095
2cb750ba
GM
120962000-01-31 Inge Frick <inge@nada.kth.se>
12097
12098 * view.el: Some changes in documentation. Removed some trailing
12099 whitespace. Changed some parameter names to agree with
12100 documentation.
12101 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12102 window is not deleted. Modifies change 1998-04-26.
a23c5037 12103
74e9213b
GM
121042000-01-31 Gerd Moellmann <gerd@gnu.org>
12105
47569935
GM
12106 * windmove.el: New file.
12107
74e9213b
GM
12108 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12109 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12110 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12111
74e9213b
GM
12112 * jit-lock.el (jit-lock-function): Widen before calculating end
12113 position.
12114 (jit-lock-stealth-chunk-start): Rewritten.
12115
12116 * info.el (Info-title-face-alist): Removed.
12117 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12118 faces.
12119 (Info-fontify-node): Use these faces.
12120
994c5afe
GM
121212000-01-30 Gerd Moellmann <gerd@gnu.org>
12122
12123 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12124 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12125 `&allow-other-keywords'.
12126
12127 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12128 the list of directories scanned heuristically.
12129
12130 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12131 exist.
12132
f00276e3
JR
121332000-01-30 Jason Rumney <jasonr@gnu.org>
12134
12135 * w32-fns.el: Define w32-tty-standard-colors.
12136
12137 * startup.el (command-line): Use w32-tty-standard-colors when in
12138 w32 console mode.
12139
cc4dfff0
DL
121402000-01-30 Dave Love <fx@gnu.org>
12141
e645e77b
DL
12142 * jka-compr.el (jka-compr-load): Fix up load-history.
12143
cc4dfff0
DL
12144 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12145
12146 * emacs-lisp/cl-macs.el: Revert previous change.
12147
16215eb0
DL
121482000-01-29 Dave Love <fx@gnu.org>
12149
12150 * facemenu.el: Purecopy various strings.
12151
12152 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12153 years. Deal with three-digit years.
12154
12155 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12156 defconst, purecopy.
12157 (help-back-label): Purecopy it.
12158
bbd9b566
GM
121592000-01-18 Gerd Moellmann <gerd@gnu.org>
12160
12161 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12162 variable. If non-nil, order the buffer list according to the
12163 currently selected frame.
12164 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12165 non-nil, pass the selected frame to function buffer-list.
a23c5037 12166
887448e1
GM
121672000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12168
12169 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12170
7df85084
DL
121712000-01-28 Dave Love <fx@gnu.org>
12172
142e109c
DL
12173 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12174
7df85084
DL
12175 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12176 Don't use lisp-indent-hook property.
12177 (cl-abs): Remove.
12178
12179 * subr.el: Move out indent and edebug specs for when and unless.
12180
12181 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12182 when, unless.
12183
12184 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12185 unless, when.
12186
3b43c01c
GM
121872000-01-28 Gerd Moellmann <gerd@gnu.org>
12188
d060bc9f
GM
12189 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12190 `collecting' as synonym for `collect'.
12191
12192 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12193 for the case it contains spaces.
12194
12195 * simple.el (what-cursor-position): Change formatting of
12196 messages.
12197
b02786f9
GM
12198 * frame.el (delete-other-frames): New function.
12199 (toplevel): Bind it to C-x 5 1.
12200
efd68b8a
GM
12201 * sort.el (sort-numeric-base): New option.
12202 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12203 interpret it as octal or hexadecimal. Use sort-numeric-base
12204 as default base.
12205
3b43c01c
GM
12206 * progmodes/glasses.el: New file.
12207
984ae001
GM
122082000-01-27 Gerd Moellmann <gerd@gnu.org>
12209
a0b796e3
GM
12210 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12211 userids differently.
12212
984ae001
GM
12213 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12214 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12215 progmodes/ebnf-yac.el: New files.
12216
6c67ddee
DL
122172000-01-26 Dave Love <fx@gnu.org>
12218
12219 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12220 on a function with an empty body. [From Eric Ludlam.]
12221
4e6473c8
GM
122222000-01-25 Andre Spiegel <spiegel@gnu.org>
12223
12224 * vc.el (vc-version-diff): Make sure file name is expanded.
12225
e12489f9
GM
122262000-01-25 Gerd Moellmann <gerd@gnu.org>
12227
12228 * scroll-bar.el (scroll-bar-timer): Variable removed.
12229 (scroll-bar-toolkit-scroll): Don't use a timer.
12230
8dbe2b07
KH
122312000-01-25 Kenichi Handa <handa@etl.go.jp>
12232
12233 * language/thai-util.el (thai-composition-function): Delete
12234 superfluous `a'.
12235
26ef1c87
DL
122362000-01-24 Dave Love <fx@gnu.org>
12237
12238 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12239 end-of-defun-function.
12240
12241 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12242 &c.
12243
7ed4e9a7
JR
122442000-01-22 Jason Rumney <jasonr@gnu.org>
12245
12246 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12247 conflicts with new face support.
12248
8b7bc628 122492000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12250
12251 * replace.el (query-replace): Rename last arg to DELIMITED.
12252 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12253 (query-replace-regexp): Likewise.
12254
8b7bc628 122552000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12256
02b14400
RS
12257 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12258
5bb6f079
RS
12259 * emacs-lisp/lisp.el (beginning-of-defun-function):
12260 Variable renamed from beginning-of-defun.
12261 Do not call make-variable-buffer-local.
12262 (beginning-of-defun-raw): Use new variable name; doc fix.
12263 (beginning-of-defun): Doc fix.
12264 (end-of-defun-function): Variable renamed from end-of-defun.
12265 Do not call make-variable-buffer-local.
12266 (end-of-defun): Use new variable name; doc fix.
12267
02b14400
RS
12268 * subr.el (dolist, dotimes): Copied from cl-macs.el
12269 and made to work.
2d5e9b54 12270
a23c5037 12271 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12272 Variable replaces rmail-digest-end-regexp.
12273 Allows multiple regexps for detecting the end line.
12274 (undigestify-rmail-message): Corresponding changes.
12275
60af03f1
DL
122762000-01-19 Dave Love <fx@gnu.org>
12277
fe5d99e1
DL
12278 * files.el (user-init-file): Don't declare here -- is primitive.
12279
60af03f1
DL
12280 * startup.el (command-line): Check for compiled user-init-file and
12281 set to uncompiled version if necessary.
12282
72dbbc7d
GM
122832000-01-18 Gerd Moellmann <gerd@gnu.org>
12284
6a1950ec
GM
12285 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12286 (undigestify-rmail-message): Use it.
12287
72dbbc7d
GM
12288 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12289
fbe91bbd
GM
122902000-01-17 Gerd Moellmann <gerd@gnu.org>
12291
12292 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12293 of mini-buffer.
12294
33a6685b
GM
122952000-01-14 Gerd Moellmann <gerd@gnu.org>
12296
b3303df7
GM
12297 * emacs-lisp/copyright.el (copyright-update): Removed the
12298 requirement for a trailing space from `copyright-regexp', to
12299 support copyrights with owner specified on a separate line..
a23c5037 12300
3c4c8064
GM
12301 * align.el: New file.
12302
33a6685b
GM
12303 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12304
12305 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12306
044a4975
DL
123072000-01-13 Dave Love <fx@gnu.org>
12308
12309 * ph.el: Removed. (Obsoleted by EUDC.)
12310
0a352cd7
GM
123112000-01-13 Gerd Moellmann <gerd@gnu.org>
12312
12313 * net/eudc.el (toplevel): Remove autoloaded code installing
12314 menu with easymenu, because that causes build problems.
12315
12316 * frame.el (frame-notice-user-settings): New variable.
12317 (frame-notice-user-settings): Don't modify frame parameters
12318 if called a second time.
12319
8b7bc628 123202000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12321
12322 * frame.el (frame-notice-user-settings):
12323 Notice default-frame-parameters even for non-window frames.
12324
feb450e0
GM
123252000-01-13 Gerd Moellmann <gerd@gnu.org>
12326
12327 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12328 for Emacs.
12329 (eudc-bob-can-display-inline-images): Extend for Emacs.
12330 (eudc-bob-toggle-inline-display): Ditto.
12331 (eudc-bob-display-jpeg): Ditto.
12332
99c6d63b
GM
123332000-01-12 Gerd Moellmann <gerd@gnu.org>
12334
7970b229
GM
12335 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12336 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12337 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12338
e4936aa9
GM
12339 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12340 nil)'.
12341
12342 * subdirs.el: Add `net' directory.
12343
133c9e59
GM
12344 * net: New directory.
12345
99c6d63b
GM
12346 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12347 eval-last-sexp. Don't bind debug-on-error here.
12348 (eval-last-sexp): New function. Bind debug-on-error if
12349 eval-expression-debug-on-error is non-nil.
12350 (eval-defun-2, eval-defun): Likewise.
12351
12352 * simple.el (eval-expression): Don't bind debug-on-error if
12353 eval-expression-debug-on-error is nil. Detect changed
12354 debug-on-error, and propagate new value to global binding, if
12355 eval-expression-debug-on-error is non-nil,
12356 (eval-expression-debug-on-error): Change doc string.
a23c5037 12357
8b7bc628 123582000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12359
12360 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12361
12362 * emacs-lisp/lisp-mode.el (with-syntax-table):
12363 Set up lisp-indent-function property.
12364
12365 * subr.el (with-syntax-table): Moved from simple.el.
12366
12367 * simple.el (with-syntax-table): Moved to subr.el.
12368
7e3c74fa
GM
123692000-01-11 Gerd Moellmann <gerd@gnu.org>
12370
1fab1775
GM
12371 * tmm.el (tmm-shortcut): Delete region after prompt instead
12372 of erasing buffer.
12373
7e3c74fa 12374 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12375 (fill-context-prefix): Use the longest common prefix of first
12376 and second line fill prefix, if there is one.
7e3c74fa 12377
8b7bc628 123782000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12379
12380 * array.el (array-mode): Don't use make-variable-buffer-local.
12381 Use make-local-variable for `truncate-lines'.
12382
aa705642 123832000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12384
aa705642
GM
12385 * add-log.el (add-log-current-defun): Handle user-defined
12386 add-log-current-function returning nil,
a23c5037 12387
57df2446 12388 * add-log.el (add-change-log-entry): Insert version number
aa705642 12389 if having found a current function
c1356086
GM
12390
12391 * add-log.el (add-log-current-defun): Call
12392 `add-log-current-defun-function'. Try matches at level 0 and
12393 level 1. Strip whitespace from defun found.
a23c5037 12394
1d8c59e9
RS
123952000-01-10 John Wiegley <johnw@gnu.org>
12396
12397 * allout.el (isearch-done/outline-provisions): Added `edit'
12398 argument to correspond with the current definition of
12399 `isearch-done'.
12400
8cf87e9b
DL
124012000-01-10 Dave Love <fx@gnu.org>
12402
12403 * elide-head.el (elide-head): Use point-marker, not point.
12404
9050446c
GM
124052000-01-10 Gerd Moellmann <gerd@gnu.org>
12406
8321b22a
GM
12407 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12408 before and after the year 2000.
a23c5037 12409
9050446c
GM
12410 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12411 Add ispell- prefix.
12412
124132000-01-10 Ken Stevens <k.stevens@ieee.org>
12414
12415 * ispell.el: Only define dictionaries in menus when they exist.
12416 (version18p): New variable.
12417 (version20p): New variable.
12418 (xemacsp): New variable.
12419 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12420 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12421 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12422 run-together words.
9050446c
GM
12423 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12424 (ispell-dictionary-alist): Add koi8-r to customize definition.
12425 (check-ispell-version): Added documentation string. Returns
f24fef2f 12426 library path when called non-interactively.
9050446c
GM
12427 (ispell-menu-map-needed): Uses new variables.
12428 (ispell-library-path): New variable.
12429 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12430 (ispell-word): Improved documentation string. Test for valid
12431 character mappings. Correctly check typed in word changes that can
12432 result in single words split into multiple words. Returns
12433 replacement word.
12434 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12435 replace in recursive query replace mode. Help message for
12436 recursive edit mode.
12437 (ispell-show-choices): Protect against bad framepop bindings.
12438 (ispell-help): Fix to work with XEmacs.
12439 (ispell-highlight-spelling-error): Use new variables.
12440 (ispell-overlay-window): Fix to work with XEmacs.
12441 (ispell-parse-output): Passed and returns location information
12442 tracking spelling corrections. Doesn't recheck same word on
12443 current line.
12444 (ispell-init-process): Protect against bogus XEmacs variable binding.
12445 Fix call to single argument in sleep-for. Use new variables.
12446 (ispell-region): Passed and returns location information tracking
12447 spelling corrections. Doesn't check same word on current line.
12448 Improved documentation string. Doesn't resend a line already
12449 checked to the ispell process - fixes bug in LaTeX parsing.
12450 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12451 (ispell-skip-region): No longer skips <TT> in SGML.
12452 (ispell-process-line): Tracks location information with spelling
12453 corrections. Added documentation string. Accounts for words
12454 already accepted on this line. Don't allow query-replace on line
12455 starting with math characters. Doesn't resend a line already sent
12456 to ispell process. Fixes alignment error bug.
a23c5037 12457
8b7bc628 124582000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12459
a23c5037 12460 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12461 Suggest xloadimage, which is free, not xv, which isn't.
12462
a23c5037 12463 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12464 Don't ever include the host name or user name in the value.
12465
9ed79f5d
GM
124662000-01-09 Gerd Moellmann <gerd@gnu.org>
12467
12468 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12469 of a real newline.
12470
b950abb1
GM
124712000-01-09 Stephen Eglen <stephen@gnu.org>
12472
a23c5037 12473 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12474 for .png files.
12475
3c708e98
GM
124762000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12477
12478 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12479
bf61662d
GM
124802000-01-09 Gerd Moellmann <gerd@gnu.org>
12481
f1d851ae
GM
12482 * progmodes/cperl-mode.el: Replace ^F with ^L.
12483
bf61662d 12484 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12485 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12486 recursion.
12487
c65d14ee
DL
124882000-01-08 Dave Love <fx@gnu.org>
12489
8cf87e9b
DL
12490 * emacs-lisp/backquote.el: Remove inappropriate customization
12491 (allowing custom.el to use backquote).
c65d14ee 12492
83de2ebc
DL
124932000-01-07 Dave Love <fx@gnu.org>
12494
12495 * add-log.el (add-log-debugging): Deleted.
12496 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12497 file. Remove debugging code.
12498 (change-log-get-method-definition, change-log-name): Add doc.
12499 (change-log-sortable-date-at): New function.
12500 (change-log-merge): New command.
12501
12502 * time.el (display-time-string-forms): Make the Mail string active.
12503 (display-time-update): Provide help-echo for load average.
12504
12505 * bindings.el (make-mode-line-mouse2-map): New function.
12506 (mode-line-modified): Use it and simplify.
12507 (mode-line-mule-info): Provide help-echo info.
12508 (minor-mode-alist): Activate the strings.
12509 (make-mode-line-mouse-sensitive): Simplify for
12510 mode-line-buffer-identification.
12511
c1475eae
GM
125122000-01-07 Gerd Moellmann <gerd@gnu.org>
12513
12514 * play/pong.el: New file.
12515
83de2ebc
DL
125162000-01-06 Dave Love <fx@gnu.org>
12517
12518 * array.el: Assorted cleanups for compiler warnings, doc strings,
12519 `array-' prefix for symbols.
12520
125212000-01-05 Dave Love <fx@gnu.org>
12522
12523 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12524 outline-headers-as-kill.
12525 (outline-mode): Define imenu-generic-expression.
12526 (outline-headers-as-kill): New command.
12527
12528 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12529 from paragraph-start.
12530 (paragraph-indent-minor-mode): New command.
12531
12532 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12533 M-C-e, M-C-h, C-j, C-xnd, TAB.
12534 (fortran-mode): Set beginning-of-defun, end-of-defun.
12535 (fortran-column-ruler): Simplify.
12536 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12537 (fortran-with-subprogram-narrowing): Likewise.
12538 (fortran-indent-subprogram): Call mark-defun.
12539 (fortran-check-for-matching-do): Change narrowing.
12540
12541 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12542 (cl-lucid-hash-tag): Delete.
12543 (cl-hash-table-p): Correct test for native table.
12544 (cl-hash-table-count): Use hash-table-count.
12545
12546 * browse-url.el (browse-url): Fix case of
12547 browse-url-browser-function being an alist.
12548
676ac023
CD
125492000-01-05 Carsten Dominik <cd@gnu.org>
12550
c1475eae
GM
12551 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12552 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12553
12554 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12555 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12556
12557 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12558 `reftex-parse-file-extension'.
eb483e17 12559
88807984
DL
125602000-01-05 Dave Love <fx@gnu.org>
12561
83de2ebc 12562 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12563 (beginning-of-defun-raw): Use it.
12564 (end-of-defun): New variable.
12565 (end-of-defun): Use it.
12566 (check-parens): New command.
12567
1362aeb4
TTN
125682000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12569
c1475eae
GM
12570 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12571 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12572
7ddafb95
TTN
12573 Fix buglet in local variables initialization.
12574
7334aa99
AS
125752000-01-05 Andreas Schwab <schwab@suse.de>
12576
12577 * hscroll.el (hscroll): Doc fix.
12578
b12e24cd
CD
125792000-01-05 Carsten Dominik <cd@gnu.org>
12580
12581 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12582 idlw-toolbar.
12583
12584 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12585 file idlw-rinfo.el.
1362aeb4
TTN
12586 (idlwave-customize): load must read file idlw-shell.el.
12587 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12588
d6226972
CD
125892000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12590
12591 * progmodes/idlw-shell.el: Also provide idlwave-shell
12592 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12593 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12594
12595 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12596 both reftex-dcr and reftex-vcr.
1362aeb4 12597
d6226972
CD
12598 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12599
6ddb893f 126002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12601
12602 * ps-print.el: PostScript code now is in separate files, doc fix.
12603 (ps-print-version): New version number (5.0.3).
12604 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12605 local.
12606 (ps-spool-config): Initialization fix.
c1475eae
GM
12607 (ps-print-prologue-1, ps-print-prologue-2)
12608 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12609 (ps-background-image): Little code reformating.
12610 (ps-begin-file, ps-begin-job): Fix code.
88807984 12611 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12612 (ps-prologue-file): New fun.
12613
ae833aae
KH
126142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12615
c1475eae 12616 * ps-vars.el: Eliminated.
ae833aae
KH
12617
12618 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12619 `;;;###autoload'.
12620
12621 * ps-print.el: ps-vars eliminated, doc fix.
12622 (ps-print-version): New version number (5.0.2).
12623 (ps-spool-config): Initialization fix.
12624 (ps-print-customize): New fun.
12625
560a7bd2
GM
126262000-01-04 Gerd Moellmann <gerd@gnu.org>
12627
12628 * autorevert.el (auto-revert-mode): Return value of
12629 auto-revert-mode.
12630
f45dd0f4
DL
126312000-01-04 Dave Love <fx@gnu.org>
12632
fae2ac05
DL
12633 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12634 menu items.
f45dd0f4 12635
61255981
DL
126362000-01-03 Dave Love <fx@gnu.org>
12637
88807984 12638 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12639
83de2ebc 12640 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12641 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12642 `cl-hash-table-p', not `hash-table-p'.
12643 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12644
c182a70f
EZ
126452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12646
12647 * faces.el (face-read-integer, read-face-attribute)
12648 (color-defined-p, color-values): unspecified-{f,b}g are now
12649 strings.
12650
047f434a
GM
126512000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12652
12653 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12654 at comment end, and re-insert them after filling.
12655
bab531e2
EZ
126562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12657
12658 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12659 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12660 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12661
d684c676
EZ
126622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12663
12664 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12665 the new name of face-color-supported-p.
12666
12667 * term/w32-win.el (xw-defined-colors): Likewise.
12668
0aad4805
EZ
126692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12670
12671 * simple.el (completion-setup-function): Count completion-size
12672 from minibuffer-prompt-end, not from point-min.
12673
5fe1d139
EZ
126742000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12675
12676 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12677 Pass the frame to tty-color-* functions.
12678 (display-color-p, frame-set-background-mode): Pass the frame to
12679 tty-display-color-p.
12680
12681 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12682 tty-color-alist.
12683 (tty-color-alist, tty-modify-color-alist): New functions.
12684 (tty-color-define, tty-color-clear, tty-color-approximate)
12685 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12686 an optional parameter FRAME.
12687
162dec01
GM
126882000-01-01 Gerd Moellmann <gerd@gnu.org>
12689
27189709
GM
12690 * image.el (create-image, defimage): Don't assume image data is a
12691 string.
12692
162dec01
GM
12693 * image.el (defimage): Handle specifications containing :data
12694 instead of :file.
12695 (image-type-from-data): New function.
12696 (image-type-from-file-header): Use it.
12697 (create-image): Add parameter DATA-P.
1362aeb4 12698
bea56df7 12699See ChangeLog.8 for earlier changes.
25a6fab1
KH
12700
12701;; Local Variables:
e64c3a75 12702;; coding: iso-2022-7bit
25a6fab1 12703;; End: